body.single-product{overflow-x:hidden}body.single-product #site-content,body.single-product .single-product-page{overflow-x:clip}body.single-product .single-product{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:28px}body.single-product .single-product__layout{align-items:start;display:grid;gap:36px;grid-template-columns:520px minmax(0,1fr)}body.single-product .single-product__thumb{background:#fff;border-radius:12px;overflow:hidden}body.single-product .single-product__image{display:block;height:auto;object-fit:cover;width:100%}body.single-product .single-product__gallery{display:flex;flex-direction:column;gap:12px;max-width:100%}body.single-product .single-product__main-image{align-items:center;aspect-ratio:1/1;background:#fff;border-radius:12px;display:flex;height:auto;justify-content:flex-start;max-width:500px;overflow:hidden;width:100%}body.single-product .single-product__main-image img{height:100%;object-fit:contain;width:100%}body.single-product .single-product__thumbs{align-content:flex-start;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;max-width:100%;overflow-x:visible;padding-bottom:0}body.single-product .single-product__thumbs:after{content:"";flex:auto}body.single-product .single-product__thumbs .single-product__thumb{align-items:center;background:#f7f7f7;border:2px solid transparent;border-radius:8px;cursor:pointer;display:inline-flex;height:64px;justify-content:center;padding:0;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;width:64px}body.single-product .single-product__thumbs .single-product__thumb img{border-radius:6px;display:block;height:100%;object-fit:cover;width:100%}body.single-product .single-product__thumbs .single-product__thumb:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-1px)}body.single-product .single-product__thumbs .single-product__thumb--active{border-color:var(--accent-color,#f93)}body.single-product .single-product__title{color:var(--heading-primary-color,#1b3a5f);font-size:24px;font-weight:700;line-height:1.25;margin:0 0 14px}body.single-product .single-product__subtitle{color:var(--body-text-color,#333);font-size:14px;line-height:1.45;margin:-4px 0 16px}body.single-product .single-product__subtitle p{margin:0;padding-left:28px;position:relative}body.single-product .single-product__subtitle p+p{margin-top:8px}body.single-product .single-product__subtitle p:before{align-items:center;background:var(--sf-pink,#e84c8b);border-radius:9999px;box-shadow:0 8px 18px rgba(232,76,139,.24);color:#fff;content:"✓";display:inline-flex;font-size:12px;font-weight:900;height:18px;justify-content:center;left:0;line-height:1;position:absolute;top:2px;width:18px}body.single-product .single-product__subtitle br{content:"";display:block;margin-top:4px}body.single-product .single-product__product-no{font-size:14px;line-height:1.6;margin-top:-10px}body.single-product .single-product__product-no .label{color:var(--heading-primary-color,#1b3a5f);font-weight:700}body.single-product .single-product__product-no .value{color:var(--body-text-color,#333)}body.single-product .single-product__meta{display:grid;gap:10px;margin-bottom:18px}body.single-product .single-product__meta-item{align-items:baseline;color:var(--body-text-color,#333);display:grid;font-size:14px;gap:8px;grid-template-columns:100px 1fr}body.single-product .single-product__meta-item .label{color:var(--heading-primary-color,#1b3a5f);font-weight:600}body.single-product .single-product__meta-item .value{color:var(--body-text-color,#333)}body.single-product .single-product__meta-quick{display:grid;gap:6px;margin-top:8px}body.single-product .single-product__meta-b2b{display:flex;flex-wrap:wrap;font-size:14px;gap:10px 20px;margin-top:10px}body.single-product .single-product__meta-b2b .single-product__meta-item{align-items:baseline;display:inline-flex;gap:4px;grid-template-columns:auto}body.single-product .single-product__meta-b2b .single-product__meta-item .label{font-weight:700}body.single-product .single-product__filters{display:grid;gap:14px;margin:18px 0 22px}body.single-product .single-product__filter-group{align-items:start;display:grid;gap:10px;grid-template-columns:120px 1fr}body.single-product .single-product__filter-group .label{color:var(--heading-primary-color,#1b3a5f);font-size:14px;font-weight:600}body.single-product .single-product__tags{display:flex;flex-wrap:wrap;gap:8px}body.single-product .single-product__tags .tag{background:#f5f5f5;border-radius:999px;color:var(--body-text-color,#333);display:inline-flex;font-size:13px;padding:6px 12px}body.single-product .single-product__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}body.single-product .single-product__actions .ss-btn{max-width:100%;min-width:0}body.single-product .single-product__tabs{border-top:1px solid rgba(0,0,0,.08);margin-top:32px;padding-top:22px}body.single-product .single-product__tabs-nav{background:#f7f7f9;border-radius:999px;display:inline-flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;padding:4px}body.single-product .single-product__tab-button{background:transparent;border:none;border-radius:999px;color:#555;cursor:pointer;font-size:14px;padding:8px 16px;transition:background .2s ease,color .2s ease,box-shadow .2s ease}body.single-product .single-product__tab-button.is-active{background:#fff;box-shadow:0 4px 10px rgba(0,0,0,.06);color:var(--heading-primary-color,#1b3a5f)}body.single-product .single-product__tabs-panels{background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.06);margin-left:auto;margin-right:auto;max-width:800px;padding:20px 22px}body.single-product .single-product__tab{display:none}body.single-product .single-product__tab.is-active{display:block}body.single-product .single-product__tab-title{color:var(--heading-primary-color,#1b3a5f);font-size:20px;margin:0 0 14px}body.single-product .single-product__params-table{border-collapse:collapse;font-size:14px;width:100%}body.single-product .single-product__params-table td,body.single-product .single-product__params-table th{border-bottom:1px solid rgba(0,0,0,.06);padding:8px 10px;text-align:left}body.single-product .single-product__params-table th{color:var(--heading-primary-color,#1b3a5f);font-weight:600;width:34%}body.single-product .single-product__params-table td{color:var(--body-text-color,#333)}body.single-product .single-product__params-list{margin:0;padding-left:18px}body.single-product .single-product__params-list li{margin-bottom:4px}body.single-product .single-product__features{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:6px}body.single-product .single-product__feature{background:#f8f9fb;border-radius:10px;display:flex;gap:10px;padding:12px 14px}body.single-product .single-product__feature-icon{font-size:20px}body.single-product .single-product__feature-title{color:var(--heading-primary-color,#1b3a5f);font-size:15px;margin:0 0 4px}body.single-product .single-product__feature-desc{color:var(--body-text-color,#333);font-size:14px;margin:0}body.single-product .single-product__capabilities{display:flex;flex-wrap:wrap;gap:14px;margin-top:18px}body.single-product .single-product__capability{background:#fff7ef;border-radius:10px;min-width:120px;padding:10px 12px;text-align:center}body.single-product .single-product__capability-number{color:var(--accent-color,#f93);font-size:18px;font-weight:700}body.single-product .single-product__capability-label{color:var(--body-text-color,#333);font-size:13px}body.single-product .single-product__tab-empty{color:#777;font-size:14px;margin:0}body.single-product .single-product__content{color:var(--body-text-color,#333);font-size:16px;line-height:1.7}body.single-product .single-product__content p{margin:0 0 10px}body.single-product .single-product__content p:last-child{margin-bottom:0}body.single-product .single-product__content h2{color:var(--heading-primary-color,#1b3a5f);font-size:22px;margin-bottom:10px;margin-top:24px}body.single-product .single-product__content h3{color:var(--heading-primary-color,#1b3a5f);font-size:18px;margin-bottom:8px;margin-top:18px}body.single-product .single-product__content img{border-radius:10px;display:block;height:auto!important;max-width:100%!important;object-fit:contain;width:100%!important}body.single-product .single-product__content .alignfull,body.single-product .single-product__content .alignwide,body.single-product .single-product__content .wp-block-image,body.single-product .single-product__content figure{clear:both;margin-bottom:16px;margin-left:0!important;margin-right:0!important;margin-top:0;max-width:100%!important;width:100%!important}body.single-product .single-product__content img{margin-bottom:16px}body.single-product .single-product__content embed,body.single-product .single-product__content iframe,body.single-product .single-product__content object,body.single-product .single-product__content video{display:block;height:auto!important;max-width:100%!important;width:100%!important}body.single-product .single-product__content iframe{aspect-ratio:16/9;height:auto!important}body.single-product .single-product__content table{display:block;max-width:100%;overflow-x:auto}body.single-product .single-product__content ol ol,body.single-product .single-product__content ul ul{padding-left:20px}body.single-product .single-product__company{height:300px;margin-top:32px;overflow:hidden;padding:10px}@media (max-width:1024px){body.single-product .single-product__company{height:auto;overflow:visible}body.single-product .single-product__company-inner{height:auto}}body.single-product .single-product__company-inner{align-items:center;display:grid;gap:22px;grid-template-columns:.9fr 1.1fr;height:100%}body.single-product .single-product__company-media{border-radius:12px;height:200px;overflow:hidden}body.single-product .single-product__company-content{text-align:left}body.single-product .single-product__company-media img{height:100%;object-fit:cover;width:100%}body.single-product .single-product__company-title{color:var(--heading-primary-color,#1b3a5f);font-size:22px;margin:0 0 10px}body.single-product .single-product__company-text{color:var(--body-text-color,#333);font-size:14px;margin:0 0 10px}body.single-product .single-product__company-list{color:var(--body-text-color,#333);font-size:14px;margin:0;padding-left:0}body.single-product .single-product__company-list li+li{margin-top:4px}body.single-product .single-product__related{margin-top:24px;padding:22px 20px 24px}body.single-product .single-product__related-title{color:var(--heading-primary-color,#1b3a5f);font-size:20px;margin:0 0 16px}body.single-product .single-product__related-grid{display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}body.single-product .single-product__related-item{background:#fff;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.06);display:flex;flex-direction:column;overflow:hidden}body.single-product .single-product__related-image{aspect-ratio:4/3;background:#f5f5f5;overflow:hidden;width:100%}body.single-product .single-product__related-img{display:block;height:100%;object-fit:cover;width:100%}body.single-product .single-product__related-placeholder{align-items:center;color:#777;display:flex;font-size:13px;height:100%;justify-content:center;width:100%}body.single-product .single-product__related-info{padding:10px 12px 12px}body.single-product .single-product__related-item-title{font-size:15px;margin:0 0 4px}body.single-product .single-product__related-item-title a{color:var(--heading-primary-color,#1b3a5f);text-decoration:none}body.single-product .single-product__related-item-title a:hover{text-decoration:underline}body.single-product .single-product__related-sku{color:#666;font-size:13px}@media (max-width:1024px){body.single-product .single-product__layout{gap:22px;grid-template-columns:1fr}body.single-product .single-product__company-inner{grid-template-columns:1fr}body.single-product .single-product__related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){body.single-product .single-product{padding:20px}body.single-product .single-product__content,body.single-product .single-product__content li,body.single-product .single-product__content p,body.single-product .single-product__content td,body.single-product .single-product__content th{font-size:16px}body.single-product .single-product__content h1,body.single-product .single-product__content h2,body.single-product .single-product__content h3,body.single-product .single-product__content span,body.single-product .single-product__title{font-size:18px}body.single-product .single-product__filter-group,body.single-product .single-product__meta-item{grid-template-columns:1fr}body.single-product .single-product__actions .ss-btn{width:100%}body.single-product .single-product__tabs-panels{padding:16px 14px}body.single-product .single-product__related-grid{grid-template-columns:1fr}body.single-product .single-product__thumbs{overflow-x:auto}}body.single-product .single-product__inquiry-form{height:auto;margin-top:40px;padding:24px}body.single-product .single-product__inquiry-inner{align-items:flex-start;display:grid;gap:32px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);height:100%}body.single-product .single-product__inquiry-title{color:var(--heading-primary-color,#1b3a5f);font-size:28px;font-weight:700;margin:0 0 10px}body.single-product .single-product__inquiry-subtitle{color:var(--body-text-color,#666);font-size:16px;margin:0 0 28px}body.single-product .single-product__inquiry-list{color:var(--body-text-color,#333);font-size:14px;margin:0;padding-left:18px}body.single-product .single-product__inquiry-list li+li{margin-top:4px}body.single-product .single-product__inquiry-right{margin-left:0;max-width:420px;width:100%}body.single-product .single-product__inquiry-right .wpforms-container{margin:0!important}body.single-product .single-product__inquiry-right .wpforms-form{max-width:400px;width:100%}body.single-product .single-product__inquiry-right .wpforms-field-label{color:var(--heading-primary-color,#1b3a5f);display:block;font-size:13px;font-weight:600;margin-bottom:6px}body.single-product .single-product__inquiry-right .wpforms-required-label{color:red}body.single-product .single-product__inquiry-right .wpforms-field input[type=email],body.single-product .single-product__inquiry-right .wpforms-field input[type=tel],body.single-product .single-product__inquiry-right .wpforms-field input[type=text],body.single-product .single-product__inquiry-right .wpforms-field textarea{background:#fff;border:1px solid rgba(0,0,0,.14);border-radius:10px;box-sizing:border-box;display:block;font-family:inherit;font-size:14px;max-width:100%!important;padding:12px 14px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;width:100%!important}body.single-product .single-product__inquiry-right .wpforms-field input.wpforms-field-medium,body.single-product .single-product__inquiry-right .wpforms-field textarea.wpforms-field-medium{max-width:100%!important;width:100%!important}body.single-product .single-product__inquiry-right .wpforms-field input[type=email]:focus,body.single-product .single-product__inquiry-right .wpforms-field input[type=tel]:focus,body.single-product .single-product__inquiry-right .wpforms-field input[type=text]:focus,body.single-product .single-product__inquiry-right .wpforms-field textarea:focus{border-color:rgba(27,58,95,.55);box-shadow:0 0 0 4px rgba(27,58,95,.1);outline:none}body.single-product .single-product__inquiry-right .wpforms-field textarea{min-height:120px;resize:vertical}body.single-product .single-product__inquiry-right .wpforms-field{margin:0 0 5px!important;padding:0!important}body.single-product .single-product__inquiry-right .wpforms-field:last-child{margin-bottom:0!important}body.single-product .single-product__inquiry-right .wpforms-submit-container{margin-top:5px!important;padding:0!important}body.single-product .single-product__inquiry-right .wpforms-submit{border-radius:12px!important;padding:12px 16px!important;width:100%!important}body.single-product .single-product__faq{margin-top:24px;padding:20px 18px}body.single-product .single-product__faq-title{color:var(--heading-primary-color,#1b3a5f);font-size:20px;margin:0 0 12px}body.single-product .single-product__faq-list{display:grid;gap:12px}body.single-product .single-product__faq-item{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:10px;padding:12px 14px}body.single-product .single-product__faq-q{color:var(--heading-primary-color,#1b3a5f);font-weight:700;margin-bottom:6px}body.single-product .single-product__faq-a{color:var(--body-text-color,#333);font-size:14px;line-height:1.6}@media (max-width:768px){body.single-product .single-product__inquiry-form{padding:24px 20px}body.single-product .single-product__inquiry-inner{gap:20px;grid-template-columns:1fr}body.single-product .single-product__inquiry-title{font-size:24px}}