.sdc-product-main{width:100%;background:linear-gradient(180deg,#f8f9fb,#f3f5f8);padding:18px 0 28px}.sdc-product-main__inner{max-width:var(--page-width);margin:0 auto;padding:var(--padding-lg) var(--padding-xl) var(--padding-2xl);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--gap-xl);align-items:stretch;gap:clamp(18px,2.2vw,32px)}.sdc-product-main__media,.sdc-product-main__info{min-width:0}.sdc-product-main__media{background:#fff;border:1px solid #e7ebf1;border-radius:20px;padding:16px;box-shadow:0 12px 28px #0f172a14;height:fit-content}.sdc-product-main__info{background:#fff;border:1px solid #e7ebf1;border-radius:20px;padding:22px;box-shadow:0 12px 28px #0f172a14;height:fit-content}.sdc-product-main__image{width:auto;height:auto;max-width:85%;max-height:560px;object-fit:contain;object-position:center;border-radius:14px;border:1px solid rgb(var(--color-foreground-rgb) / .1);background:rgb(var(--color-background-rgb));display:block;margin:0 auto}.sdc-product-gallery{display:grid;grid-template-columns:92px minmax(0,1fr);grid-template-areas:"thumbs tools" "thumbs main";gap:10px}.sdc-product-gallery__tools{grid-area:tools;display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:2px}.sdc-gallery-btn,.sdc-gallery-zoom{min-height:32px;border-radius:999px;border:1px solid rgb(var(--color-foreground-rgb) / .18);background:#111827;color:#fff;padding:0 11px;cursor:pointer;font-weight:700;transition:all .2s ease}.sdc-gallery-btn:hover,.sdc-gallery-zoom:hover{background:#b00020;border-color:#b00020;transform:translateY(-1px)}.sdc-product-gallery__main{grid-area:main;position:relative;overflow:hidden;border-radius:14px;border:1px solid rgb(var(--color-foreground-rgb) / .1);background:rgb(var(--color-background-rgb));min-height:0;max-height:600px;height:560px;display:flex;align-items:center;justify-content:center;padding:10px}.sdc-product-gallery__slide{display:none;margin:0;width:100%;height:auto;align-items:center;justify-content:center}.sdc-product-gallery__slide.is-active{display:flex}.sdc-product-gallery__thumbs{grid-area:thumbs;display:grid;grid-template-columns:82px;grid-auto-rows:82px;gap:8px;max-height:620px;overflow:auto}.sdc-product-gallery__thumb{border:1px solid rgb(var(--color-foreground-rgb) / .16);border-radius:10px;padding:4px;background:rgb(var(--color-background-rgb));cursor:pointer}.sdc-product-gallery__thumb img{width:100%;height:72px;object-fit:cover;border-radius:8px;display:block}.sdc-product-gallery__thumb.is-active{border-color:#b00020;box-shadow:0 0 0 2px #b0002033}.sdc-product-main__title{margin:0;font-size:clamp(1.65rem,2.3vw,2.35rem);line-height:1.14;font-family:Inter,Montserrat,Poppins,Segoe UI,Arial,sans-serif;font-weight:800;letter-spacing:.01em}.sdc-product-main__short{margin:12px 0 0;color:#475569;font-size:1rem;line-height:1.55}.sdc-product-main__meta{display:grid;gap:6px;margin-top:12px}.sdc-product-main__meta p{margin:0;font-size:.95rem;color:#0f172a}.sdc-product-main__price{margin-top:14px;display:flex;gap:10px;align-items:baseline}.sdc-product-main__price-old{color:rgb(var(--color-foreground-rgb) / .56);font-size:.95rem}.sdc-product-main__price-new{color:#b00020;font-size:1.7rem;font-weight:800}.sdc-product-main__description{margin-top:16px;color:rgb(var(--color-foreground-rgb) / .84)}.sdc-product-main__form{margin-top:20px;display:grid;gap:12px;max-width:460px;background:#f8fafc;border:1px solid #e5eaf2;border-radius:14px;padding:14px}.sdc-product-main__label{font-weight:600}.sdc-product-main__select{min-height:44px;border:1px solid rgb(var(--color-foreground-rgb) / .2);border-radius:10px;padding:0 12px;background:rgb(var(--color-background-rgb));color:var(--color-foreground)}.sdc-product-main__qty{min-height:44px;border:1px solid rgb(var(--color-foreground-rgb)/.2);border-radius:10px;padding:0 12px;background:rgb(var(--color-background-rgb));color:var(--color-foreground);max-width:120px}.sdc-product-main__add{min-height:50px;border:0;border-radius:12px;background:linear-gradient(135deg,#8f0016,#c1121f);color:#fff;font-weight:700;cursor:pointer}.sdc-product-main__add[disabled]{opacity:.55;cursor:not-allowed}.sdc-product-extra,.sdc-related{max-width:var(--page-width);margin:8px auto 0;padding:0 var(--padding-xl)}.sdc-product-extra{background:#fff;border:1px solid #e7ebf1;border-radius:20px;padding:18px;box-shadow:0 12px 28px #0f172a14;width:calc(100% - (var(--padding-xl) * 2))}.sdc-product-extra details{border:1px solid #e8ecf3;border-radius:12px;padding:12px 14px;background:#fff;margin-bottom:10px}.sdc-product-extra summary{font-weight:700;cursor:pointer;font-family:Inter,Montserrat,Poppins,Segoe UI,Arial,sans-serif}.sdc-product-extra details[open]{border-color:#f0b7bf;background:#fffafb}.sdc-related{margin-top:12px}.sdc-related h2{margin:0 0 14px;font-family:Inter,Montserrat,Poppins,Segoe UI,Arial,sans-serif;font-size:clamp(1.3rem,1.8vw,1.8rem)}.sdc-related__track{display:flex;gap:14px;overflow-x:auto;padding:4px 4px 10px}.sdc-related__card{flex:0 0 250px;border:1px solid #e7ebf1;border-radius:16px;padding:12px;background:#fff;box-shadow:0 10px 22px #0f172a14;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.sdc-related__card:hover{transform:translateY(-4px);border-color:#f2a4ad;box-shadow:0 16px 28px #b0002024}.sdc-related__img{display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #edf1f6;border-radius:12px;min-height:190px}.sdc-related__img img{width:100%;height:170px;object-fit:contain}.sdc-related__title{display:block;margin-top:10px;color:#0f172a;text-decoration:none;font-weight:700;min-height:2.5em;line-height:1.35}.sdc-related__price{margin:8px 0;color:#b00020;font-weight:800;font-size:1.07rem}.sdc-related__cta{display:flex;min-height:40px;align-items:center;justify-content:center;border-radius:10px;background:#111827;color:#fff;text-decoration:none;font-weight:700;transition:all .2s ease}.sdc-related__cta:hover{background:#b00020}@media(max-width:990px){.sdc-product-main__inner{grid-template-columns:1fr;padding:var(--padding-md)}.sdc-product-gallery{grid-template-columns:1fr;grid-template-areas:"tools" "main" "thumbs"}.sdc-product-gallery__main{min-height:auto;max-height:none;height:auto;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:0;align-items:stretch}.sdc-product-gallery__slide{display:block;flex:0 0 100%;scroll-snap-align:start}.sdc-product-gallery__thumbs{display:flex;overflow-x:auto;padding-bottom:4px;max-height:none;grid-template-columns:none;grid-auto-rows:auto}.sdc-product-gallery__thumb{flex:0 0 72px}.sdc-product-main__media,.sdc-product-main__info{padding:14px;border-radius:16px;height:auto}.sdc-product-extra,.sdc-related{padding:0 var(--padding-md)}.sdc-product-extra{padding:12px;width:calc(100% - (var(--padding-md) * 2))}.sdc-related__card{flex-basis:74vw}}.product-back-button-row{max-width:var(--page-width);margin:0 auto;padding:var(--padding-lg) var(--padding-xl) 0}.product-back-button{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:12px 20px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;box-shadow:0 6px 14px #11182714;color:#111827;font-family:Inter,Poppins,Segoe UI,Arial,sans-serif;font-size:15px;font-weight:600;line-height:1.2;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease,color .18s ease}.product-back-button:hover{border-color:#c8102e;background:#fff1f2;color:#c8102e;box-shadow:0 10px 20px #c8102e1f}.product-back-button:focus-visible{outline:2px solid var(--color-foreground);outline-offset:3px}.product-back-button__icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#fff;color:#111827;border:1px solid #e5e7eb;transition:transform .2s ease,border-color .2s ease,color .2s ease,background-color .2s ease}.product-back-button:hover .product-back-button__icon{transform:translate(-2px);border-color:#c8102e;color:#c8102e;background:#fff5f5}@media screen and (max-width:749px){.product-back-button-row{padding:var(--padding-md) var(--padding-lg) 0}}.sticky-add-to-cart__bar{position:fixed;bottom:20px;left:50%;opacity:0;transform:translate(-50%) translateY(calc(100% + 40px));z-index:calc(var(--layer-sticky) - 1);display:block;width:600px;border-radius:calc(var(--style-border-radius-buttons-primary) + min(var(--padding-sm),var(--style-border-radius-buttons-primary)));box-shadow:var(--shadow-popover);padding:var(--padding-sm);display:flex;align-items:center;gap:var(--gap-md)}@starting-style{.sticky-add-to-cart__bar{opacity:0;transform:translate(-50%) translateY(calc(100% + 40px))}}.sticky-add-to-cart__bar:before{--border: 2px;content:"";position:absolute;inset:calc(var(--border) * -1);background:linear-gradient(var(--color-background) 0 100%),linear-gradient(#00000026 0 100%);background-clip:content-box,border-box;border:var(--border) solid #0000;border-radius:inherit;z-index:-1;-webkit-backdrop-filter:blur(20px) saturate(180%) brightness(1.5);backdrop-filter:blur(20px) saturate(180%) brightness(1.5)}@media(prefers-reduced-motion:no-preference){.sticky-add-to-cart__bar{transition-property:transform,opacity,display;transition-duration:.3s;transition-timing-function:var(--ease-out-quad);transition-behavior:allow-discrete}}.sticky-add-to-cart__bar[data-stuck=true]{transform:translate(-50%) translateY(0);opacity:1}sticky-add-to-cart:not([data-variant-available=true]) .sticky-add-to-cart__bar{opacity:0;transform:translate(-50%) translateY(calc(100% + 40px));display:none}.sticky-add-to-cart__info[data-has-image=false]{padding-left:var(--padding-lg)}.sticky-add-to-cart__image{flex-shrink:0;aspect-ratio:1;height:var(--height-buy-buttons);overflow:hidden;border-radius:var(--style-border-radius-buttons-primary);background:var(--color-background-secondary)}.sticky-add-to-cart__image-img{width:100%;height:100%;object-fit:cover}.sticky-add-to-cart__info{flex:1;min-width:0}.sticky-add-to-cart__title{font-size:var(--font-paragraph-medium--size);font-weight:var(--font-weight-semibold);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-add-to-cart__variant{color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));font-size:var(--font-paragraph-small--size);margin-top:var(--margin-3xs)}.sticky-add-to-cart__price{font-weight:var(--font-weight-semibold)}.sticky-add-to-cart__button{height:var(--height-buy-buttons);position:relative}@media screen and (max-width:749px){.sticky-add-to-cart__bar{bottom:0;width:100%;max-width:none;border-radius:0}.sticky-add-to-cart__bar:before{--border: 1px}.sticky-add-to-cart__bar .add-to-cart-text__content{display:none}.sticky-add-to-cart__info[data-has-image=false]{padding-left:0}.sticky-add-to-cart__title{font-size:var(--font-paragraph--size)}.sticky-add-to-cart__button{padding:var(--padding-lg)}.sticky-add-to-cart__price{font-size:var(--font-paragraph-small--size)}.sticky-add-to-cart__button{width:var(--height-buy-buttons)}sticky-add-to-cart:not([data-variant-available=true]) .add-to-cart-text__content{display:initial}sticky-add-to-cart:not([data-variant-available=true]) .sticky-add-to-cart__button{width:auto}}@media screen and (max-width:389px){.sticky-add-to-cart__bar .compare-at-price{display:none}.sticky-add-to-cart__title{display:none}.sticky-add-to-cart__info[data-singleton=true] .sticky-add-to-cart__title,.sticky-add-to-cart__info[data-single-option=true] .sticky-add-to-cart__title{display:block}.sticky-add-to-cart__info[data-single-option=true] .sticky-add-to-cart__variant{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.sdc-product-main,.sdc-product-main *{font-family:Inter,Poppins,Segoe UI,Arial,sans-serif}.sdc-product-main{background:#fff;color:#111827}.sdc-product-main__media,.sdc-product-main__info,.sdc-product-extra,.sdc-related{border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 20px #1118270f;background:#fff}.sdc-product-main__title{color:#111827;font-size:clamp(2rem,2.4vw,3rem);font-weight:800}.sdc-product-main__badge{display:inline-flex;margin-bottom:10px;padding:6px 12px;border-radius:999px;background:#fff1f2;color:#c8102e;font-weight:700;font-size:.78rem}.sdc-product-main__rating{margin-top:8px;color:#f5b301;font-weight:700}.sdc-product-main__rating small{color:#6b7280;font-weight:500;margin-left:6px}.sdc-product-main__price-new{color:#c8102e;font-size:2rem;font-weight:900}.sdc-product-main__price-old,.sdc-product-main__short{color:#6b7280}.sdc-product-main__meta{display:flex;flex-wrap:wrap;gap:16px;color:#6b7280;border-top:1px solid #eef1f4;border-bottom:1px solid #eef1f4;padding:10px 0}.sdc-product-main__meta b{color:#111827}.sdc-product-main__meta p:nth-child(2) b+text,.sdc-product-main__meta p:nth-child(2){color:#16a34a}.sdc-product-main__features{margin-top:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.sdc-product-main__features article{border:1px solid #e5e7eb;border-radius:12px;padding:10px;background:#fff}.sdc-product-main__features b{display:block;color:#111827;font-size:.88rem}.sdc-product-main__features span{color:#6b7280;font-size:.8rem}.sdc-product-main__label{color:#111827;font-weight:700}.sdc-product-main__select,.sdc-product-main__qty{border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#111827}.sdc-product-main__add{background:#c8102e;border-radius:12px;transition:background .2s ease}.sdc-product-main__add:hover{background:#e11d48}.sdc-product-main__fav{min-height:50px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#111827;font-size:1.2rem;font-weight:700}.sdc-product-main__benefits{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.sdc-product-main__benefits article{border:1px solid #e5e7eb;border-radius:12px;padding:10px}.sdc-product-main__benefits b{display:block;color:#111827}.sdc-product-main__benefits span{color:#6b7280;font-size:.86rem}.sdc-product-gallery__thumbs{max-height:460px}.sdc-product-gallery__thumb{border-color:#e5e7eb}.sdc-product-gallery__thumb.is-active{border-color:#c8102e;box-shadow:0 0 0 2px #c8102e26}.sdc-product-gallery__dot{width:8px;height:8px;border:none;border-radius:999px;background:#d1d5db;margin:0 3px}.sdc-product-gallery__dot.is-active{background:#c8102e}.sdc-product-gallery__dots{display:flex;justify-content:center;padding-top:6px}.sdc-product-tabs{display:flex;gap:14px;border-bottom:1px solid #e5e7eb;margin-bottom:16px;padding-bottom:2px}.sdc-product-tabs button{border:1px solid #e5e7eb;background:#fff;color:#6b7280;font-weight:700;font-size:clamp(16px,1.15vw,18px);line-height:1.2;padding:14px 24px;border-radius:12px 12px 0 0;cursor:pointer;white-space:nowrap;transition:all .2s ease}.sdc-product-tabs button:hover{color:#111827;border-color:#fecaca;background:#fff5f5}.sdc-product-tabs button.is-active{color:#c8102e;border-color:#fca5a5;background:#fff5f5;border-bottom:4px solid #c8102e}.sdc-product-tab-panel{display:none;color:#111827}.sdc-product-tab-panel.is-active{display:block}.sdc-tab-head{display:flex;align-items:center;gap:14px;margin:4px 0 14px}.sdc-tab-head h3{margin:0;font-size:clamp(22px,1.65vw,26px);font-weight:800;color:#111827}.sdc-tab-head span{flex:1;height:2px;background:linear-gradient(90deg,#c8102e,#fecaca);border-radius:999px}.sdc-tab-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.sdc-tab-card{border:1px solid #e5e7eb;border-radius:14px;background:#f9fafb;box-shadow:0 6px 14px #1118270d;padding:18px;min-height:150px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.sdc-tab-card--accent{background:#fff5f5;border-color:#fecaca}.sdc-tab-card:hover{transform:translateY(-2px);border-color:#c8102e;box-shadow:0 12px 22px #c8102e29}.sdc-tab-card h4{margin:0 0 8px;font-size:clamp(20px,1.5vw,24px);line-height:1.15;font-weight:800;color:#111827}.sdc-tab-card p,.sdc-tab-card li,.sdc-tab-card .rte{margin:0;font-size:clamp(18px,1.25vw,20px);line-height:1.5;color:#334155;font-weight:500}.sdc-tab-card ul{margin:0;padding-left:20px;display:grid;gap:6px}.sdc-product-tab-panel[data-tab-panel=specs]{min-height:240px;padding:8px 2px 4px}.sdc-specs-head{display:flex;align-items:center;gap:14px;margin:4px 0 14px}.sdc-specs-head h3{margin:0;font-size:clamp(22px,1.65vw,26px);font-weight:800;color:#111827}.sdc-specs-head span{flex:1;height:2px;background:linear-gradient(90deg,#c8102e,#fecaca);border-radius:999px}.sdc-specs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.sdc-specs-item{border:1px solid #fecaca;border-radius:14px;background:#fff5f5;box-shadow:0 6px 14px #1118270d;padding:18px 18px 16px;min-height:112px;display:flex;flex-direction:column;justify-content:center;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.sdc-specs-item:hover{transform:translateY(-2px);border-color:#c8102e;box-shadow:0 12px 22px #c8102e29}.sdc-specs-item h4{margin:0 0 8px;font-size:clamp(20px,1.5vw,24px);line-height:1.15;font-weight:800;color:#111827}.sdc-specs-item p{margin:0;font-size:clamp(18px,1.25vw,20px);line-height:1.3;color:#111827;font-weight:600}.sdc-product-accordion{display:none}.sdc-related h2{color:#111827;font-weight:800}.sdc-related__card{border:1px solid #e5e7eb;border-radius:14px;background:#fff}.sdc-related__title{color:#111827}.sdc-related__price{color:#c8102e}.sdc-related__cta{background:#fff;color:#111827;border:1px solid #e5e7eb}.sdc-related__cta:hover{background:#e11d48;color:#fff;border-color:#e11d48}.sdc-related__rating{color:#f5b301;font-size:.8rem;margin-top:4px}@media(max-width:990px){.sdc-product-main__features{grid-template-columns:repeat(2,minmax(0,1fr))}.sdc-product-main__benefits{grid-template-columns:1fr}.sdc-product-tab-panel[data-tab-panel=specs]{min-height:auto;padding:0}.sdc-specs-grid,.sdc-tab-grid{grid-template-columns:1fr}.sdc-product-tabs,.sdc-product-tab-panels{display:none}.sdc-product-accordion{display:block}.sdc-product-gallery__thumbs{flex-direction:row;max-height:none}}@media(max-width:1200px){.sdc-product-tabs{overflow-x:auto;scrollbar-width:thin;-webkit-overflow-scrolling:touch;padding-bottom:6px}.sdc-product-tabs button{flex:0 0 auto;padding:14px 22px}}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map?subset=AAAAQA */
