.section-main-product{display:block;width:100%}.section-main-product .product__grid{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:10px;min-width:0}@media screen and (min-width:768px){.section-main-product .product__grid{grid-template-columns:1fr 1fr;gap:30px;align-items:start}}@media screen and (min-width:1024px){.section-main-product .product__grid{grid-template-columns:1fr 1fr;gap:50px}}@media screen and (min-width:1920px){.section-main-product .product__grid{grid-template-columns:1fr 1fr;gap:80px}}.section-main-product .product__media-container{display:flex;flex-direction:column-reverse;gap:16px;height:fit-content;width:100%;min-width:0}@media screen and (min-width:768px){.section-main-product .product__media-container{flex-direction:row}}@media screen and (min-width:1024px){.section-main-product .product__media-container{position:sticky;top:100px}}@media screen and (min-width:1920px){.section-main-product .product__media-container{top:120px}}.section-main-product .product__thumbnails{display:flex;flex-direction:row;gap:12px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;width:100%;min-width:0;padding-bottom:4px}.section-main-product .product__thumbnails::-webkit-scrollbar{display:none}@media screen and (min-width:768px){.section-main-product .product__thumbnails{flex-direction:column;overflow-x:visible;width:auto}}.section-main-product .product__thumbnail{width:60px;height:72px;flex-shrink:0;scroll-snap-align:start;border:1.5px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:none;padding:0;position:relative}@media screen and (min-width:768px){.section-main-product .product__thumbnail{width:70px;height:84px}}@media screen and (min-width:1920px){.section-main-product .product__thumbnail{width:80px;height:96px}}.section-main-product .product__thumbnail:hover{border-color:rgba(var(--color-accent-red),.1)}.section-main-product .product__thumbnail.is-active{border-color:rgba(var(--color-accent-red),1)}.section-main-product .thumbnail__video-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;background:rgba(var(--color-background),.8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),1);z-index:1}.section-main-product .thumbnail__video-icon svg{width:12px;height:12px}.section-main-product .product__thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.section-main-product .product__main-image-wrapper{flex-grow:1;width:100%;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.08);border-radius:4px;overflow:hidden;position:relative;aspect-ratio:1 / 1;box-shadow:0 10px 30px #0000000d}.section-main-product .product__main-video{width:100%;height:100%;object-fit:contain;display:none;background:#000}.section-main-product .product__zoom-btn{position:absolute;bottom:20px;right:20px;width:44px;height:44px;background:rgba(var(--color-background),.9);border:1px solid rgba(var(--color-foreground),.1);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:all .3s cubic-bezier(.23,1,.32,1);color:rgba(var(--color-foreground),1);box-shadow:0 4px 12px #0000001a}.section-main-product .product__zoom-btn:hover{transform:scale(1.1);background:#fff;box-shadow:0 8px 24px #00000026}.section-main-product .product__zoom-btn svg{width:22px;height:22px}@media screen and (min-width:768px){.section-main-product .product__main-image-wrapper{aspect-ratio:auto;min-height:500px;max-height:640px}}@media screen and (min-width:1920px){.section-main-product .product__main-image-wrapper{max-height:800px}}.section-main-product .product__main-image{width:100%;height:100%;object-fit:cover}.section-main-product .product__badges{position:absolute;top:16px;left:16px;z-index:10;display:flex;flex-wrap:wrap;gap:6px}.section-main-product .product__badge{padding:4px 10px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:4px;color:#fff;box-shadow:2px 2px rgba(var(--color-shadow),.2)}.section-main-product .product__badge--1{background:red}.section-main-product .product__badge--2{background:teal}.section-main-product .product__badge--3{background:#000}.section-main-product .product__badge--sold-out{background:rgba(var(--color-foreground),1)}@keyframes slideInRight{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInLeft{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}.section-main-product .slide-right{animation:slideInRight .4s ease-out}.section-main-product .slide-left{animation:slideInLeft .4s ease-out}.section-main-product .product__announcement{margin-bottom:16px;padding:10px 16px;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.08);border-radius:4px;display:flex;align-items:center;gap:12px;position:relative;overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 15px #00000008}.section-main-product .product__announcement:before{content:"";position:absolute;top:0;left:-150%;width:150%;height:100%;background:linear-gradient(110deg,#fff0 30%,#fffc,#fff0 70%);animation:shine-intense 3.5s infinite ease-in-out;pointer-events:none;z-index:0}@keyframes shine-intense{0%{left:-150%}15%{left:150%}to{left:150%}}.section-main-product .announcement-dot{width:6px;height:6px;background-color:rgba(var(--color-accent-teal),1);border-radius:50%;position:relative;z-index:1;animation:blink 2s infinite ease-in-out}@keyframes blink{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 rgba(var(--color-accent-teal),0)}50%{opacity:.7;transform:scale(1.2);box-shadow:0 0 8px 2px rgba(var(--color-accent-teal),.4)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.section-main-product .product__announcement span{font-family:var(--font-display);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(var(--color-foreground),.9);position:relative;z-index:1}.section-main-product .product__price-container{display:flex;align-items:center;gap:12px;margin-bottom:8px}.section-main-product .product__price{font-family:var(--font-display);font-size:clamp(20px,3vw,28px);font-weight:700;color:rgba(var(--color-foreground),1)}.section-main-product .product__price--old{font-size:18px;color:rgba(var(--color-neutral-400),1);text-decoration:line-through;font-weight:400}.section-main-product .product__price-save{font-size:12px;font-weight:700;color:rgba(var(--color-accent-red),1);background:rgba(var(--color-accent-red),.1);padding:4px 8px;border-radius:var(--border-radius, 4px);text-transform:uppercase;box-shadow:none}.section-main-product .product__add-to-cart{flex-grow:1;background:rgba(var(--color-foreground),1);color:rgba(var(--color-background),1);border:1px solid rgba(var(--color-foreground),1);font-weight:800;font-size:clamp(11px,2vw,13px);text-transform:uppercase;letter-spacing:.15em;padding:10px 18px;box-sizing:border-box;cursor:pointer;position:relative;overflow:hidden;z-index:1;transition:all .4s cubic-bezier(.23,1,.32,1);border-radius:4px;display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-display);white-space:nowrap}.section-main-product .product__add-to-cart span,.section-main-product .product__add-to-cart svg,.section-main-product .product__add-to-cart .icon{position:relative;z-index:10;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex;align-items:center;justify-content:center}.section-main-product .product__add-to-cart svg,.section-main-product .product__add-to-cart .icon{width:13px;height:13px}.section-main-product .product__add-to-cart:before{content:"";position:absolute;top:0;left:-120%;width:130%;height:100%;background:rgba(var(--color-accent-red),1);transform:skew(-20deg);transition:all .6s cubic-bezier(.23,1,.32,1);z-index:2}.section-main-product .product__add-to-cart:hover,.section-main-product .product__add-to-cart.is-loading{box-shadow:0 10px 20px rgba(var(--color-foreground),.15);border-color:red}.section-main-product .product__add-to-cart:hover:before,.section-main-product .product__add-to-cart.is-loading:before{left:-10%}.section-main-product .product__add-to-cart.is-loading{pointer-events:none;animation:buttonPulse 1.5s infinite ease-in-out}.section-main-product .product__add-to-cart.is-loading .dots-loading{display:flex!important;align-items:center;justify-content:center;gap:4px;height:10px}.section-main-product .product__add-to-cart.is-loading .dots-loading span{background:#fff!important;box-shadow:0 0 8px #fff;width:6px;height:6px;display:block;border-radius:50%;animation:premium-dots 1.2s infinite ease-in-out both}.section-main-product .product__add-to-cart.is-loading .dots-loading span:nth-child(1){animation-delay:-.3s}.section-main-product .product__add-to-cart.is-loading .dots-loading span:nth-child(2){animation-delay:-.15s}@keyframes premium-dots{0%,to{transform:scale(.4);opacity:.3}50%{transform:scale(1.1);opacity:1}}@keyframes buttonPulse{0%{transform:scale(1)}50%{transform:scale(.98);opacity:.9}to{transform:scale(1)}}.section-main-product .product__delivery-box{background:linear-gradient(90deg,#f9c3c3,#e3d9c1,#c9e2b6);border-radius:8px;padding:24px 20px;margin-top:24px}.section-main-product .product__category{font-family:var(--font-display);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(var(--color-neutral-500),1);margin-bottom:8px}.section-main-product .product__title-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;gap:16px}.section-main-product .product__title{font-family:var(--font-display);font-size:24px;font-weight:800;line-height:1.05;margin:0;text-transform:uppercase;letter-spacing:.01em;flex-grow:1}@media screen and (min-width:768px){.section-main-product .product__title{font-size:30px}}@media screen and (min-width:1024px){.section-main-product .product__title{font-size:36px}}@media screen and (min-width:1920px){.section-main-product .product__title{font-size:42px}}.section-main-product .product__title-actions{display:flex;gap:8px;align-items:center}.section-main-product .share-container{position:relative}.section-main-product .action-btn{width:40px;height:40px;border:1px solid rgba(var(--color-foreground),.1);border-radius:4px;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;position:relative}.section-main-product .action-btn:hover{background:rgba(var(--color-foreground),.03)}.section-main-product .action-btn svg{width:20px;height:20px}.section-main-product .share-popup{position:absolute;top:calc(100% + 8px);right:0;width:200px;background:rgba(var(--color-background),1);border:1px solid rgba(var(--color-foreground),.1);border-radius:8px;box-shadow:0 10px 30px #0000001a;z-index:100;display:none}.section-main-product .share-popup.is-open{display:block}.section-main-product .share-item{display:flex;align-items:center;gap:12px;padding:10px 16px;font-size:13px;font-weight:600;color:inherit;text-decoration:none;width:100%;text-align:left;background:none;border:none;cursor:pointer}.section-main-product .share-item:hover{background:rgba(var(--color-foreground),.05)}.section-main-product .product__rating{display:flex;align-items:center;gap:8px;margin-bottom:24px}.section-main-product .rating__stars{display:flex;gap:2px;color:#fbbf24}.section-main-product .rating__stars svg{width:16px;height:16px}.section-main-product .rating__count{font-size:13px;font-weight:600;color:rgba(var(--color-foreground),.6)}.section-main-product .product__delivery-box{margin-top:20px;margin-bottom:0}.section-main-product .delivery__header{display:flex;align-items:center;gap:12px;font-size:13px;margin-bottom:16px;color:rgba(var(--color-foreground),1)}.section-main-product .delivery__header .icon{width:20px;height:20px;color:rgba(var(--color-foreground),1)}.section-main-product .delivery__timeline-card{background:linear-gradient(90deg,#f9c3c3,#e3d9c1,#c9e2b6);border-radius:8px;padding:0}.section-main-product .delivery__steps{display:flex;justify-content:space-between;position:relative;padding:0}.section-main-product .delivery__progress-line-row{position:absolute;top:14px;left:50px;right:50px;display:flex;align-items:center;justify-content:space-between;z-index:1}.section-main-product .delivery__progress-segment{flex-grow:1;height:2px;background:#000;position:relative;margin:0 25px}.section-main-product .delivery__step{display:flex;flex-direction:column;align-items:center;text-align:center;width:80px;position:relative;z-index:2}.section-main-product .step__icon{margin-bottom:8px;height:30px;display:flex;align-items:center;justify-content:center;background:transparent}.section-main-product .step__icon .icon{width:24px;height:24px;color:#000}.section-main-product .step__label{font-size:13px;font-weight:800;color:#000;line-height:1.2;text-transform:none}.section-main-product .step__date{font-size:12px;color:#000000b3;margin-top:4px}.section-main-product .complementary-block{margin-top:20px;padding:clamp(12px,3vw,20px);border:1px solid rgba(var(--color-foreground),.08);border-radius:8px;background:rgba(var(--color-foreground),.02)}.section-main-product .complementary__title{font-family:var(--font-display);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px;color:rgba(var(--color-foreground),.6)}.section-main-product .complementary__items{display:grid;grid-template-columns:1fr;gap:16px}@media screen and (min-width:480px)and (max-width:1023px){.section-main-product .complementary__items{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.section-main-product .complementary__item{display:flex;align-items:center;gap:12px;padding:8px;background:rgba(var(--color-background),.4);border-radius:6px;transition:all .3s ease}.section-main-product .complementary__item:hover{background:rgba(var(--color-background),1);box-shadow:0 4px 12px #0000000d}.section-main-product .complementary__image{width:60px;height:60px;border-radius:4px;overflow:hidden;flex-shrink:0}.section-main-product .complementary__info{flex-grow:1;min-width:0}.section-main-product .complementary__name{font-size:13px;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:inherit;text-decoration:none;line-height:1.3;margin-bottom:2px}.section-main-product .complementary__price{font-size:12px;color:rgba(var(--color-accent-red),1);font-weight:700}.section-main-product .complementary__add{width:36px;height:36px;border-radius:50%;border:1px solid rgba(var(--color-foreground),.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .4s cubic-bezier(.23,1,.32,1);background:rgba(var(--color-background),1);color:rgba(var(--color-foreground),1);padding:0;flex-shrink:0}.section-main-product .complementary__add:hover{background:rgba(var(--color-foreground),1);color:rgba(var(--color-background),1);border-color:rgba(var(--color-foreground),1);transform:scale(1.1) rotate(90deg)}.section-main-product .complementary__add:active{transform:scale(.95)}.section-main-product .complementary__add svg{width:16px;height:16px}.section-main-product .product__buy-row{display:flex;flex-direction:row;gap:12px;width:100%;margin-bottom:0;align-items:stretch}@media screen and (max-width:480px){.section-main-product .product__buy-row{gap:8px;align-items:stretch}.section-main-product .product__qty-selector{height:44px;max-width:120px;width:100%}.section-main-product .product__qty-btn{min-width:32px}.section-main-product .product__qty-input{width:100%;min-width:0;flex:1}}.section-main-product .product__qty-selector{display:flex;align-items:center;border:1px solid rgba(var(--color-foreground),.1);border-radius:4px;background:transparent;height:40px;width:100%;max-width:110px;flex-shrink:0;box-sizing:border-box}@media screen and (min-width:480px){.section-main-product .product__qty-selector{width:120px;max-width:140px;height:48px}}.section-main-product .product__qty-btn{min-width:36px;height:100%;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.6);transition:all .2s ease;flex-shrink:0}.section-main-product .product__qty-btn:hover{color:rgba(var(--color-foreground),1);background:rgba(var(--color-foreground),.05)}.section-main-product .product__qty-btn svg{width:18px;height:18px}.section-main-product .product__qty-input{flex:1;width:38px;text-align:center;border:none;background:transparent;font-weight:700;font-size:14px;color:rgba(var(--color-foreground),1);padding:0;margin:0;-moz-appearance:textfield}.section-main-product .product__qty-input::-webkit-outer-spin-button,.section-main-product .product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.section-main-product .product__tabs{margin-top:30px;padding-top:0}.section-main-product .tabs__nav{display:flex;gap:16px;border-bottom:1px solid rgba(var(--color-foreground),.1);margin-bottom:20px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;justify-content:flex-start;padding:0}.section-main-product .tabs__nav::-webkit-scrollbar{display:none}@media screen and (min-width:480px){.section-main-product .tabs__nav{gap:32px}}.section-main-product .tabs__trigger{position:relative;font-family:var(--font-display);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:rgba(var(--color-foreground),.4);cursor:pointer;transition:all .4s cubic-bezier(.23,1,.32,1);padding:0 0 16px;white-space:nowrap;top:1px}.section-main-product .tabs__trigger:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:rgba(var(--color-foreground),1);transition:all .4s cubic-bezier(.23,1,.32,1);border-radius:2px}.section-main-product .tabs__trigger:hover{color:rgba(var(--color-foreground),.7)}.section-main-product .tabs__input{display:none}.section-main-product .tabs__panel{display:none;line-height:1.8;font-size:15px;color:rgba(var(--color-foreground),.75);text-align:left}.section-main-product .panel--2,.section-main-product .panel--3{max-width:100%;margin:0}.section-main-product .specs__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1px;background:rgba(var(--color-foreground),.08);border:1px solid rgba(var(--color-foreground),.08);border-radius:8px;overflow:hidden;margin-top:10px;text-align:left}@media screen and (min-width:640px){.section-main-product .specs__grid{grid-template-columns:repeat(2,1fr)}}.section-main-product .spec__item{padding:20px 24px;background:rgba(var(--color-background),1);display:flex;flex-direction:column;gap:4px;transition:background .3s ease}.section-main-product .spec__item:hover{background:rgba(var(--color-foreground),.01)}.section-main-product .spec__label{font-family:var(--font-display);font-size:10px;font-weight:800;text-transform:uppercase;color:rgba(var(--color-foreground),.4);letter-spacing:.08em}.section-main-product .spec__value{font-size:14px;font-weight:700;color:rgba(var(--color-foreground),.9)}.section-main-product .shipping-info{padding:0;background:none;border:none;text-align:left}.section-main-product .shipping-grid{display:grid;grid-template-columns:1fr;gap:30px;margin-top:10px}@media screen and (min-width:768px){.section-main-product .shipping-grid{grid-template-columns:repeat(2,1fr);gap:40px}}.section-main-product .shipping-block__title{font-family:var(--font-display);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:rgba(var(--color-foreground),1);margin-bottom:20px;display:flex;align-items:center;gap:10px}.section-main-product .shipping-block__title .icon{width:18px;height:18px;color:rgba(var(--color-accent-teal),1)}.section-main-product .shipping-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.section-main-product .shipping-list__item{font-size:14px;color:rgba(var(--color-neutral-500),1);display:flex;align-items:flex-start;gap:10px;line-height:1.6}.section-main-product .shipping-list__item:before{content:"\2192";color:rgba(var(--color-foreground),.3);font-weight:800;flex-shrink:0}@media screen and (max-width:767px){.section-main-product .product__announcement{padding:8px 12px;margin-bottom:12px;gap:8px}.section-main-product .product__announcement span{font-size:10px;letter-spacing:.05em;line-height:1.3}.section-main-product .product__category{font-size:10px;letter-spacing:.05em;margin-bottom:4px}.section-main-product .product__title-row{gap:8px;margin-bottom:4px}.section-main-product .product__title{font-size:20px!important;line-height:1.15}.section-main-product .product__title-actions{gap:6px}.section-main-product .action-btn{width:26px!important;height:26px!important}.section-main-product .action-btn svg{width:14px;height:14px}.section-main-product .product__price-container{margin-bottom:12px;gap:8px}.section-main-product .product__price{font-size:18px}.section-main-product .product__price--old{font-size:14px}.section-main-product .product__price-save{font-size:10px;padding:3px 6px}.section-main-product .product__badges{top:8px;left:8px;gap:4px}.section-main-product .product__badge{padding:3px 8px;font-size:9px}.section-main-product .product__zoom-btn{bottom:12px;right:12px;width:32px;height:32px}.section-main-product .product__zoom-btn svg{width:16px;height:16px}.section-main-product .product__buy-row{gap:8px!important;margin-bottom:16px!important}.section-main-product .product__qty-selector{max-width:90px!important;height:40px!important}.section-main-product .product__add-to-cart{padding:10px 14px!important;font-size:11px!important;letter-spacing:.1em!important}.section-main-product .complementary-block{margin-top:16px!important;padding:12px!important}.section-main-product .complementary__title{margin-bottom:10px!important}.section-main-product .complementary__image{width:50px!important;height:50px!important}.section-main-product .complementary__name{font-size:12px!important}.section-main-product .complementary__price{font-size:11px!important}.section-main-product .product__delivery-box{padding:12px!important;margin-top:16px!important}.section-main-product .delivery__header{font-size:12px!important;margin-bottom:12px!important}.section-main-product .delivery__progress-line-row{left:40px!important;right:40px!important}.section-main-product .delivery__step{width:60px!important}.section-main-product .step__icon{height:24px!important;margin-bottom:4px!important}.section-main-product .step__icon .icon{width:18px!important;height:18px!important}.section-main-product .step__label{font-size:11px!important}.section-main-product .step__date{font-size:10px!important}.section-main-product .product__tabs{margin-top:20px!important}.section-main-product .tabs__nav{margin-bottom:12px!important;gap:12px!important}.section-main-product .tabs__trigger{font-size:11px!important;padding:0 0 10px!important}.section-main-product .tabs__panel{font-size:14px!important}.section-main-product .spec__item{padding:12px 16px!important}.section-main-product .spec__value{font-size:13px!important}}.section-main-product .product__bundle-offers{padding:20px;background:linear-gradient(135deg,rgba(var(--color-accent-red),.04),rgba(var(--color-accent-red),.08));border:1.5px solid rgba(var(--color-accent-red),.15);border-radius:12px;position:relative;overflow:hidden;margin-top:24px}.section-main-product .product__bundle-offers:before{content:"BUNDLE & SAVE";position:absolute;top:0;right:0;background:rgba(var(--color-accent-red),1);color:#fff;font-size:8px;font-weight:900;padding:4px 10px;border-bottom-left-radius:8px;letter-spacing:.1em;z-index:1}.section-main-product .bundle-offers__header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.section-main-product .bundle-offers__header .icon{width:20px;height:20px;color:rgba(var(--color-accent-red),1);filter:drop-shadow(0 2px 4px rgba(var(--color-accent-red),.2))}.section-main-product .bundle-offers__title{font-family:var(--font-display);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:rgba(var(--color-foreground),1)}.section-main-product .bundle-offers__list{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.section-main-product .bundle-offer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000a;border:1px solid rgba(var(--color-foreground),.03);transition:all .3s cubic-bezier(.23,1,.32,1);cursor:pointer}.section-main-product .bundle-offer:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(var(--color-accent-red),.1);border-color:rgba(var(--color-accent-red),.2)}.section-main-product .offer-left{display:flex;align-items:center;gap:10px}.section-main-product .offer-check{width:18px;height:18px;background:rgba(var(--color-accent-teal),.1);color:rgba(var(--color-accent-teal),1);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.section-main-product .offer-check svg{width:12px;height:12px;stroke-width:3}.section-main-product .offer-text{font-size:13px;font-weight:700;color:rgba(var(--color-foreground),.9);line-height:1.3}.section-main-product .offer-badge{font-size:9px;font-weight:900;background:rgba(var(--color-accent-red),.1);color:rgba(var(--color-accent-red),1);padding:3px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.section-main-product .bundle-offers__footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid rgba(var(--color-foreground),.06)}.section-main-product .footer-text{font-size:11px;font-weight:600;color:rgba(var(--color-neutral-400),1)}.section-main-product .bundle-shop-now{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:800;color:rgba(var(--color-accent-red),1);text-decoration:none;text-transform:uppercase;letter-spacing:.08em;transition:all .3s ease;padding:4px 0}.section-main-product .bundle-shop-now:hover{gap:10px;letter-spacing:.12em}.section-main-product .bundle-shop-now .icon{width:12px;height:12px}@media screen and (max-width:767px){.section-main-product .product__bundle-offers{padding:16px;margin-top:16px!important;border-radius:8px}.section-main-product .bundle-offers__header{margin-bottom:12px;gap:8px}.section-main-product .bundle-offers__header .icon{width:16px;height:16px}.section-main-product .bundle-offers__title{font-size:12px}.section-main-product .bundle-offers__list{gap:8px}.section-main-product .bundle-offer{padding:10px;gap:8px;border-radius:6px}.section-main-product .offer-left{gap:8px}.section-main-product .offer-check{width:16px;height:16px}.section-main-product .offer-check svg{width:10px;height:10px}.section-main-product .offer-text{font-size:11px;line-height:1.2}.section-main-product .offer-badge{font-size:8px;padding:2px 6px}.section-main-product .bundle-offers__footer{padding-top:10px}.section-main-product .footer-text{font-size:10px}.section-main-product .bundle-shop-now{font-size:10px;gap:4px}.section-main-product .product__simple-offer{padding:8px 12px;font-size:10px;gap:8px;margin-bottom:10px}.section-main-product .product__simple-offer .icon{width:14px;height:14px}}.section-main-product .product__simple-offer{display:flex;align-items:center;gap:10px;padding:10px 16px;border-radius:6px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;width:fit-content;margin-bottom:12px;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000000d}.section-main-product .product__simple-offer .icon{width:16px;height:16px;flex-shrink:0}.section-main-product .product__simple-offer:after{content:"";position:absolute;top:0;left:-150%;width:150%;height:100%;background:linear-gradient(110deg,#fff0 30%,#fff6,#fff0 70%);animation:shine-intense 3.5s infinite ease-in-out;pointer-events:none}.section-main-product .product__custom-upload{margin-bottom:24px;background:rgba(var(--color-foreground),.02);border:1px solid rgba(var(--color-foreground),.08);border-radius:12px;padding:20px}.section-main-product .upload-header{margin-bottom:16px}.section-main-product .upload-title-row{display:flex;align-items:center;gap:10px;margin-bottom:4px}.section-main-product .upload-title{font-family:var(--font-display);font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.section-main-product .upload-subtitle{font-size:11px;color:rgba(var(--color-foreground),.5);font-weight:600}.section-main-product .upload-zone{border:2px dashed rgba(var(--color-foreground),.1);border-radius:8px;background:#fff;padding:30px 20px;text-align:center;cursor:pointer;transition:all .3s ease;min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center}.section-main-product .upload-zone:hover,.section-main-product .upload-zone.drag-over{border-color:rgba(var(--color-accent-teal),.5);background:rgba(var(--color-accent-teal),.05)}.section-main-product .upload-icon{color:rgba(var(--color-accent-teal),1);margin-bottom:12px}.section-main-product .upload-text{font-size:13px;font-weight:700;margin-bottom:4px}.section-main-product .upload-hint{font-size:10px;color:rgba(var(--color-foreground),.4)}.section-main-product .upload-preview-wrapper{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.section-main-product .upload-preview-wrapper img{width:80px;height:80px;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px #0000001a}.section-main-product .preview-actions{display:flex;gap:12px}.section-main-product .preview-actions button{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;padding:6px 12px;border-radius:4px;cursor:pointer;transition:all .2s ease}.section-main-product .change-btn{background:rgba(var(--color-foreground),.05);border:1px solid rgba(var(--color-foreground),.1)}.section-main-product .remove-btn{background:rgba(var(--color-accent-red),.05);color:rgba(var(--color-accent-red),1);border:1px solid rgba(var(--color-accent-red),.2)}.section-main-product .custom-property{margin-top:20px;padding-top:20px;border-top:1px solid rgba(var(--color-foreground),.05)}.section-main-product .property-label{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px;color:rgba(var(--color-foreground),.7)}.section-main-product .thickness-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.section-main-product .thickness-option{cursor:pointer}.section-main-product .thickness-option input{display:none}.section-main-product .option-content{padding:12px;background:#fff;border:1px solid rgba(var(--color-foreground),.1);border-radius:8px;display:flex;align-items:center;gap:10px;transition:all .3s ease}.section-main-product .thickness-option input:checked+.option-content{border-color:rgba(var(--color-accent-teal),1);background:rgba(var(--color-accent-teal),.05);box-shadow:0 4px 12px rgba(var(--color-accent-teal),.1)}.section-main-product .option-dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(var(--color-foreground),.1);transition:all .3s ease}.section-main-product .thickness-option input:checked+.option-content .option-dot{background:rgba(var(--color-accent-teal),1);border-color:rgba(var(--color-accent-teal),1)}.section-main-product .option-name{font-size:12px;font-weight:700}.section-main-product .notes-section textarea{width:100%;background:#fff;border:1px solid rgba(var(--color-foreground),.1);border-radius:8px;padding:12px;font-size:13px;font-family:inherit;resize:none}.section-main-product .notes-section textarea:focus{outline:none;border-color:rgba(var(--color-accent-teal),1)}.section-main-product .product__mockup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;align-items:center;justify-content:center;overflow:hidden}.product__device-compatibility{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:transparent;border:1px solid rgba(var(--color-foreground),.15);border-radius:4px;margin-top:12px;margin-bottom:16px;font-family:var(--font-body-family);font-size:13px;font-weight:500;color:rgba(var(--color-foreground),.8);transition:all .2s ease}.product__device-compatibility:hover{border-color:rgba(var(--color-foreground),.3);background:rgba(var(--color-foreground),.02)}.product__device-compatibility-icon{width:16px;height:16px;color:rgba(var(--color-foreground),.6);flex-shrink:0;stroke-width:2}.product__device-compatibility-text{line-height:1.3;color:rgba(var(--color-foreground),.7)}.product__device-compatibility-text strong{font-weight:600;color:rgba(var(--color-foreground),1)}@media screen and (max-width:767px){.product__device-compatibility{padding:7px 12px;font-size:12px;gap:7px;margin-top:10px;margin-bottom:14px}.product__device-compatibility-icon{width:14px;height:14px}}
/*# sourceMappingURL=/cdn/shop/t/52/assets/main-product-styles.css.map */
