.product-detail-page{font-family:var(--font-sans);padding:0 15px}.product-detail-page .breadcrumb-container{margin:0}.container{max-width:1200px;margin:0 auto}.quantity-input{width:50px}.product-detail-container{box-sizing:border-box;background:#fff;border-radius:8px;grid-template-columns:1fr 1fr 1fr;grid-template-areas:"image specs info";gap:20px;max-width:100%;margin-top:20px;padding:20px 0;display:grid;overflow:hidden}.product-detail-container.no-specs{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"image info";padding:20px 28px}.product-detail-container>*{box-sizing:border-box;overflow:hidden}.product-image-section{flex-direction:column;grid-area:image;justify-content:flex-start;align-items:center;gap:20px;max-width:100%;display:flex;overflow:hidden}.product-main-image{object-fit:contain;border-radius:8px;width:100%;max-width:100%;max-height:400px}.product-info-section{grid-area:info;max-width:100%;padding:15px;overflow:hidden}.product-specs-section{border:1px solid #f0f0f0;border-radius:10px;grid-area:specs;max-width:100%;margin-bottom:20px;padding:15px;overflow:hidden;box-shadow:0 2px 8px #00000014}.specs-title{color:var(--primary-color);text-align:center;margin-bottom:20px;font-size:18px;font-weight:600}.specs-list{border:1px solid #f0f0f0;border-radius:10px;flex-direction:column;display:flex}.spec-row{background-color:#f5f5f5;border-bottom:1px solid #f0f0f0;align-items:center;display:flex}.spec-row:nth-child(2n){background-color:#fff}.spec-name{color:#1a1a1a;min-width:150px;max-width:150px;padding:15px;font-size:14px;font-weight:600}.spec-value{color:#666;font-size:14px;line-height:1.5}.product-info-section{order:2;padding:15px}.product-title{color:#1a1a1a;margin-bottom:15px;font-size:18px;font-weight:400;line-height:1.3}.product-price-container{align-items:center;margin-bottom:15px;display:flex}.product-price{color:#e70214;margin-right:10px;font-size:24px;font-weight:700}.product-price-container .product-price,.product-detail-container .product-price{font-size:24px!important}.product-old-price{color:#999;font-size:16px;text-decoration:line-through}.contact-price{color:#e70214;background:#fff5f5;border:2px solid #e70214;border-radius:8px;margin-bottom:15px;padding:10px 20px;font-size:24px;font-weight:700;display:inline-block}.mobile-current-price.contact-price{margin-bottom:10px;padding:8px 16px;font-size:20px}.mobile-quantity-current-price.contact-price{padding:6px 12px;font-size:18px}.product-description{color:#666;border-bottom:1px solid #f0f0f0;margin-bottom:20px;padding-bottom:15px;font-size:14px;line-height:1.5}.service-options{margin-bottom:20px}.service-title{color:#1a1a1a;margin-bottom:10px;font-size:16px;font-weight:600}.service-tabs{gap:10px;margin-bottom:20px;display:flex}.service-tab{cursor:pointer;text-align:center;border:1px solid #ddd;border-radius:10px;flex:1;padding:5px;position:relative}.service-tab.active{color:#e70214;border-color:#e70214}.service-tab span{margin-bottom:5px;font-weight:600;display:block}.tab-info{color:#666;font-size:12px}.warning-icon{font-size:16px;position:absolute;top:5px;right:5px}.tab-tooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;z-index:1000;pointer-events:none;background:#000c;border-radius:6px;padding:8px 12px;font-size:12px;transition:opacity .3s,visibility .3s;position:absolute;bottom:-40px;left:50%;transform:translate(-50%)}.tab-tooltip:before{content:"";border-bottom:5px solid #000c;border-left:5px solid #0000;border-right:5px solid #0000;position:absolute;top:-5px;left:50%;transform:translate(-50%)}.service-tab:hover .tab-tooltip{opacity:1;visibility:visible}.service-description{background:#f8f9fa;border-left:4px solid #e70214;border-radius:8px;margin:15px 0;padding:12px 15px}.service-description-content{color:#666;margin:0;font-size:14px;line-height:1.5}.service-description-content p{margin:0}.quantity-container{flex-direction:column;gap:12px;display:flex}.quantity-row{align-items:center;gap:16px;display:flex}.quantity-controls{border:1px solid #ddd;border-radius:4px;flex-shrink:0;width:148px;display:flex;overflow:hidden}.quantity-total{align-items:center;min-width:0;margin-left:auto;display:flex}.quantity-total-value{color:#e70214;font-size:20px;font-weight:700;line-height:1.3}.quantity-btn{cursor:pointer;color:#1a1a1a;appearance:none;-webkit-tap-highlight-color:transparent;background:#fff;border:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:600;display:flex}.quantity-btn.minus,.quantity-btn.plus{color:#1a1a1a}.quantity-input{text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;flex:1;height:40px;font-size:16px}.add-to-cart-btn{color:#fff;cursor:pointer;background:#e70214;border:none;border-radius:4px;width:100%;height:45px;font-size:16px;font-weight:600;transition:background-color .2s}.add-to-cart-btn:hover{background:#b8000b}.product-detail-bottom{gap:20px;display:flex}.product-details-section{background:#fff;border:1px solid #f0f0f0;border-radius:8px;width:calc(66.6667% - 10px);margin-top:30px;padding:20px}.section-title{color:#1a1a1a;margin-bottom:20px;padding-bottom:10px;font-size:18px;font-weight:700}.product-description-content{color:#666;font-size:14px;line-height:1.6;transition:max-height .3s;position:relative}.product-description-content.collapsed{max-height:500px;overflow:hidden}.product-description-content.collapsed:after{content:"";pointer-events:none;background:linear-gradient(#fff0,#fff);height:60px;position:absolute;bottom:0;left:0;right:0}.product-description-content.expanded{max-height:none;overflow:visible}.product-description-content.expanded:after{display:none}.product-description-content p{margin-bottom:15px}.product-description-content img{max-width:100%;height:auto;margin:15px 0;display:block}.product-description-toggle-btn{color:#fff;cursor:pointer;background:#e70214;border:none;border-radius:5px;margin:15px auto 0;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s;display:block}.product-description-toggle-btn:hover{background:#c50211;transform:translateY(-1px);box-shadow:0 2px 8px #e702144d}.related-products-section{background:#fff;border-radius:8px;flex-direction:column;gap:0;width:calc(33.3333% - 10px);margin-top:30px;display:flex}.related-products-list .product-item{border:1px solid #f0f0f0;border-bottom:none;border-radius:0;padding:10px}.related-products-list .product-item:last-child{border-bottom:1px solid #f0f0f0}.related-products-header{background:0 0;align-items:center;margin:0;padding:0;display:flex}.related-products-list{flex-direction:column;gap:0;margin:0;padding:0;display:flex}.related-products-list .product-item .product-image{flex-shrink:0;width:150px}.related-products-list .product-item .product-image img,.related-products-list .product-item>img{width:150px}.related-products-list .product-item{justify-content:space-between;display:flex;flex-direction:row!important}.related-products-list .product-item .product-price{margin-top:0!important}.related-product-item{border:1px solid #eee;border-bottom:none;padding:10px;display:flex;overflow:hidden}.related-product-item:last-child{border-bottom:1px solid #eee}.no-related-products{text-align:center;color:#666;grid-column:1/-1;padding:40px 20px;font-size:16px;font-style:italic}.related-product-image{object-fit:contain;background:#f9f9f9;height:150px;display:block}.related-product-title{color:#1a1a1a;height:60px;padding:10px;font-size:14px;font-weight:400;line-height:1.4;overflow:hidden}.related-product-price{gap:10px;padding:0 10px 10px;display:grid}.current-price{color:#e70214;margin-right:5px;font-size:16px;font-weight:700}.old-price{color:#999;font-size:13px;text-decoration:line-through}@media (max-width:992px){.product-detail-container{grid-template-columns:1fr 1fr}.product-specs-section{border-top:1px solid #f0f0f0;border-right:none;order:3;grid-column:span 2;padding-top:20px}}@media (max-width:768px){.product-info-section{order:1}.product-detail-container{grid-template-columns:1fr}.product-detail-container.no-specs{grid-template-columns:1fr;grid-template-areas:"image""info";padding:20px 0}.product-image-section,.product-info-section{border-right:none}.product-image-section{border-bottom:1px solid #f0f0f0}.product-specs-section{grid-column:span 1}.product-title{font-size:20px}.service-tabs{flex-direction:column}.product-detail-page{margin:0!important;padding:0!important}.product-detail-page .breadcrumb-container{padding:10px var(--mobile-gutter);box-sizing:border-box;background:#fafafa;border-bottom:1px solid #f0f0f0;overflow:hidden}.product-detail-page .breadcrumb-container .breadcrumb-item:last-child,.product-detail-page .breadcrumb-container .breadcrumb-item.current{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}}.news-products-section{margin-top:16px;padding:0}.news-products-view-all{align-items:center;gap:10px;display:flex}.news-products-header{justify-content:space-between;align-items:center;margin:0;padding:0 0 8px;display:flex}.section-title-news{color:#1a1a1a;margin:0;font-size:16px;font-weight:600}.news-products-view-all{color:#e70214}.news-products-list{flex-direction:column;gap:0;margin:0;padding:0;display:flex}.news-product-item:hover{border-radius:10px}.news-product-item{border:1px solid #eee;border-bottom:none;gap:10px;padding:10px;display:flex}.news-product-item img{object-fit:contain;min-width:150px;height:85px!important}.news-product-image{object-fit:contain;background:#f9f9f9;height:100%;display:block}.news-product-title h3,.news-product-content h3{letter-spacing:-2%;font-size:14px;font-weight:400;line-height:20px}.feature-header{justify-content:space-between;align-items:center;padding:0 0 8px;display:flex}@media (min-width:769px){.product-detail-feature-content .product-list-filter_left{margin-top:20px;margin-bottom:10px}.related-products-header .product-list-filter_left{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.product-detail-page .product-detail-bottom .related-products-list .product-item{border-radius:0;overflow:visible;box-shadow:none!important;transform:none!important}.product-detail-page .product-detail-bottom .related-products-list .product-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.product-detail-page .product-detail-bottom .related-products-list .product-item:last-child{border-bottom-right-radius:8px;border-bottom-left-radius:8px;padding-bottom:12px}.product-detail-page .product-detail-bottom .related-products-list .product-item:hover{box-shadow:none!important;border-radius:0!important;transform:none!important}.product-detail-page .product-detail-bottom .related-products-list .product-item:first-child:hover{border-top-left-radius:0!important;border-top-right-radius:0!important}.product-detail-page .product-detail-bottom .related-products-list .product-item:last-child:hover{border-bottom-right-radius:8px!important;border-bottom-left-radius:8px!important}.product-detail-page .product-detail-bottom .related-products-list .product-item:only-child,.product-detail-page .product-detail-bottom .related-products-list .product-item:only-child:hover{border-radius:8px!important}.product-detail-page .product-detail-bottom .related-products-list .product-item .product-info{min-width:0;overflow:visible}.product-detail-page .product-detail-bottom .related-products-list .product-item .product-price-row{z-index:2;position:relative}.product-detail-page .product-detail-bottom .related-products-list .product-item .product-card-cart-btn{z-index:3;flex-shrink:0;position:relative}.product-detail-page .product-detail-bottom .related-products-section .news-products-section{margin-top:20px}.product-detail-page .product-detail-feature-content .feature-list{padding-bottom:4px;overflow:visible}.product-detail-page .product-detail-feature-content .feature-list .product-item{background:#fff;border:1px solid #f0f0f0;border-radius:12px;overflow:hidden}.product-detail-page .product-detail-feature-content .feature-list .product-item:hover{border-color:#e70214}.product-detail-page .product-detail-feature-content .feature-list .product-item .product-card-cart-btn{z-index:2;flex-shrink:0;position:relative}}.feature-list{flex-wrap:nowrap;gap:16px;width:100%;padding:0;display:flex}.feature-list .product-item{width:auto;min-width:0;max-width:none;box-shadow:none;background:#fff;border:1px solid #f0f0f0;border-radius:12px;flex:1 1 0;margin:0;padding:0;transition:transform .2s,border-color .2s,box-shadow .2s;overflow:hidden}.feature-list .product-item:hover{border-color:#e70214;transform:translateY(-4px);box-shadow:0 4px 12px #00000014}.feature-list .product-item .product-image img{padding:12px}.feature-list a.product-item{width:auto}.feature-item{background-color:#fff;border:1px solid #f0f0f0;border-radius:12px;flex:none;width:calc(20% - 15px);padding:10px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 8px #0000001a}@media (max-width:768px){.feature-item{min-width:160px;padding:8px}.feature-item-content h3{font-size:14px;line-height:20px}.image-gallery.mobile{box-sizing:border-box;border-radius:0;width:100%;max-width:100%;margin:0;padding:0}.image-gallery.mobile .gallery-title{margin-bottom:20px;font-size:18px}.image-gallery.mobile .gallery-title:after{width:50px;height:2px}.image-gallery.mobile .gallery-grid{flex-wrap:nowrap;gap:6px;padding:0;overflow-x:auto}.image-gallery.mobile .gallery-item{border-width:1.5px;border-radius:6px;width:56px;height:56px;box-shadow:0 1px 3px #00000014}.image-gallery.mobile .gallery-thumbnail{width:100%;height:100%}.image-gallery.mobile .gallery-item:hover{transform:none}.image-gallery.mobile .gallery-item:active{transform:scale(.96)}}@media (max-width:480px){.product-info-section{order:1}.feature-item{min-width:140px;padding:6px}.feature-item-content h3{font-size:13px;line-height:18px}.feature-item img{max-height:80px}.mobile-current-price,.mobile-old-price{font-size:16px!important}.mobile-section-title{height:36px!important}.mobile-section-title img{width:85px!important;height:54px!important}}.feature-item img{object-fit:contain;width:100%}.feature-item-content{flex-direction:column;gap:10px;display:flex}.feature-item-content h3{letter-spacing:-2%;font-size:16px;font-weight:500;line-height:24px}.feature-item-price{justify-content:center;align-items:center;gap:10px;display:flex}.product-shortdescription{color:#666;margin:20px 0;font-size:14px;line-height:1.5}.product-detail-mobile{padding:0 var(--mobile-gutter);background:#fff}.product-detail-mobile .breadcrumb{color:#666;white-space:nowrap;align-items:center;gap:8px;margin-bottom:12px;font-size:13px;display:flex;overflow:hidden}.product-detail-mobile .breadcrumb a{color:#666;flex-shrink:0;text-decoration:none}.product-detail-mobile .breadcrumb a:hover{color:#e70214}.product-detail-mobile .breadcrumb .current-page{color:#e70214;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:500;overflow:hidden}.mobile-product-image{flex-direction:column;align-items:center;gap:6px;width:100%;margin:12px 0 8px;display:flex}.mobile-main-image{object-fit:contain;border-radius:12px;max-width:100%;max-height:300px}.mobile-product-info{padding:0 4px}.mobile-product-title{color:#1a1a1a;margin-bottom:12px;font-size:18px;font-weight:400;line-height:1.4}.mobile-price-section{margin-bottom:12px}.mobile-current-price{color:#e70214;margin-bottom:4px;font-size:22px;font-weight:700}.mobile-old-price{color:#999;font-size:16px;text-decoration:line-through}.mobile-service-description{color:#666;margin-bottom:16px;font-size:13px;line-height:1.4}.mobile-service-tabs{gap:12px;margin-bottom:20px;display:flex}.mobile-service-tab{cursor:pointer;border:2px solid #eee;border-radius:10px;flex:1;padding:12px;transition:all .2s;position:relative}.mobile-service-tab.active{background:#fff7f7;border-color:#e70214}.tab-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.tab-title{color:#1a1a1a;font-size:15px;font-weight:600}.tab-checkmark{color:#e70214;font-size:16px;font-weight:700}.tab-description{color:#666;font-size:11px;line-height:1.3}.mobile-quantity-section{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.mobile-quantity-controls{flex-shrink:0;align-items:center;gap:12px;display:flex}.mobile-price-container,.mobile-quantity-price{align-items:center;gap:10px;display:flex}.mobile-quantity-current-price{color:#e70214;font-size:18px;font-weight:700}.mobile-quantity-old-price{color:#999;font-size:14px;text-decoration:line-through}.mobile-quantity-btn{color:#1a1a1a;cursor:pointer;appearance:none;-webkit-tap-highlight-color:transparent;width:40px;height:40px;font-size:20px;font-weight:600;line-height:1;font-family:var(--font-sans);background:#fff;border:1px solid #ebebeb;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background .2s,border-color .2s,color .2s;display:flex}.mobile-quantity-btn:hover,.mobile-quantity-btn:active{color:#e70214;background:#fff5f5;border-color:#e70214}.mobile-quantity-input{text-align:center;color:#1a1a1a;appearance:none;-webkit-tap-highlight-color:transparent;background:#fff;border:1px solid #ebebeb;border-radius:8px;width:60px;height:40px;font-size:16px;font-weight:600}.mobile-add-to-cart-btn{color:#fff;cursor:pointer;background:#e70214;border:none;border-radius:12px;width:100%;margin-bottom:20px;padding:16px;font-size:16px;font-weight:600;transition:all .2s}.mobile-add-to-cart-btn:hover{background:#b80000}.mobile-add-to-cart-btn:active{transform:scale(.98)}.mobile-product-details{margin-top:20px;padding:0 4px}.mobile-specs-section{margin-bottom:24px}.mobile-specs-title{color:var(--primary-color);background:#f5f5f5;border-radius:6px;margin-bottom:12px;padding:8px 12px;font-size:16px;font-weight:600}.mobile-specs-list{background:#fff;border:1px solid #eee;border-radius:8px;overflow:hidden}.mobile-spec-row{border-bottom:1px solid #f5f5f5;flex-direction:column;padding:10px 12px;display:flex}.mobile-spec-row:nth-child(2n){background-color:#f0f0f0}.mobile-spec-row:nth-child(odd){background-color:#fff}.mobile-spec-row:last-child{border-bottom:none}.mobile-spec-name{color:#1a1a1a;margin-bottom:4px;font-size:13px;font-weight:600}.mobile-spec-value{color:#666;font-size:13px;line-height:1.4}.mobile-description-section{margin-bottom:20px}.mobile-description-title{color:#1a1a1a;background:#f5f5f5;border-radius:6px;margin-bottom:12px;padding:8px 12px;font-size:16px;font-weight:600}.mobile-description-content{color:#666;z-index:10;background:linear-gradient(#fff 0% 60%,#fffc 80%,#fff0 100%);border:1px solid #eee;border-radius:8px;max-height:250px;padding:12px 12px 44px;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014}.mobile-description-overlay{content:"";z-index:5;pointer-events:none;background:linear-gradient(#fff0 0%,#fff9 10%,#fff 40%);height:60px;position:absolute;bottom:0;left:0;right:0}.mobile-description-content.expanded{background:#fff;max-height:none;overflow:visible}.mobile-description-content.expanded .mobile-see-more-btn{margin:10px auto 0;display:block;position:static;transform:none}.mobile-see-more-btn{color:#e74c3c;cursor:pointer;z-index:999;background:0 0;border:none;margin:0;padding:6px 10px;font-size:14px;font-weight:600;text-decoration:none;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.mobile-see-more-btn:hover{text-decoration:underline}.mobile-description-content p{color:#1a1a1a;margin-bottom:8px;font-size:13px;line-height:1.5}.mobile-description-content p:last-child{margin-bottom:0}.mobile-see-more{color:#e70214;cursor:pointer;font-weight:600;font-size:inherit;font-family:var(--font-sans);background:0 0;border:none;margin:0;padding:0;text-decoration:underline;display:inline}.mobile-see-more:hover{color:#b80000}.mobile-related-products-section{margin-top:20px}.mobile-related-products-section .related-products-header{margin:0;padding:0}@media (max-width:768px){.mobile-related-products-section{box-sizing:border-box;width:100%!important;padding:0!important}.mobile-related-products-section .related-products-header{background:var(--primary-color,#e70214);border-radius:8px 8px 0 0;overflow:hidden}.mobile-related-products-section .related-products-header .product-list-filter_left{width:100%!important;padding:10px var(--mobile-gutter)!important;background:0 0!important;border-radius:0!important;margin:0!important}.product-detail-feature{margin-top:20px;margin-bottom:16px;padding:0!important}.product-detail-feature-content .feature-header{background:var(--primary-color,#e70214);border-radius:8px 8px 0 0;overflow:hidden}.product-detail-feature-content .feature-header .product-list-filter_left{width:100%!important;padding:10px var(--mobile-gutter)!important;background:0 0!important;border-radius:0!important;margin:0!important}}.mobile-description-content img{object-fit:contain;max-width:100%;height:auto}@media (max-width:480px){.mobile-product-title{font-size:16px}.mobile-current-price{font-size:20px}.mobile-old-price{font-size:14px}.mobile-service-tabs{gap:8px}.mobile-service-tab{padding:10px}.tab-title{font-size:14px}.tab-description{font-size:10px}.mobile-quantity-btn{width:36px;height:36px;font-size:16px}.mobile-quantity-input{width:50px;height:36px;font-size:14px}.mobile-add-to-cart-btn{padding:14px;font-size:15px}.product-detail-bottom{display:none}.product-detail-mobile .breadcrumb{text-transform:capitalize;display:inline}.product-detail-page{margin:0!important;padding:0!important}.product-detail-feature-content{padding:0!important}.feature-header{width:100%!important;display:block!important}.mobile-spec-row{flex-direction:row!important;align-items:center!important}.mobile-specs-title,.mobile-description-title{text-align:center!important}.mobile-spec-name{min-width:50%!important;max-width:50%!important;white-space:wrap!important;text-align:left!important;padding-right:10px!important;font-size:12px!important;font-weight:600!important;overflow:hidden!important}.mobile-spec-value{color:#1a1a1a;font-size:12px!important}}.product-detail-page .news-product-item:last-child{border-bottom:1px solid #f0f0f0}.add-to-cart-btn{border-radius:10px!important}.image-gallery{box-sizing:border-box;background:#fff;border-radius:12px;width:100%;max-width:100%;padding:15px}.image-gallery.mobile{margin:0;padding:0}.gallery-title{color:#1a1a1a;text-align:center;margin-bottom:20px;font-size:18px;font-weight:600}.gallery-grid{scrollbar-width:thin;scrollbar-color:#e70214 #f0f0f0;flex-wrap:nowrap;gap:12px;padding:8px 0;display:flex;overflow-x:auto}.gallery-grid::-webkit-scrollbar{height:6px}.gallery-grid::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.gallery-grid::-webkit-scrollbar-thumb{background:#e70214;border-radius:3px}.gallery-grid::-webkit-scrollbar-thumb:hover{background:#b3000a}.image-gallery.mobile .gallery-grid{gap:8px;padding:0}.gallery-item{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:8px;flex-shrink:0;width:80px;height:80px;transition:all .2s;position:relative;overflow:hidden;box-shadow:0 2px 4px #0000001a}.gallery-item.active{border-color:#e70214;box-shadow:0 4px 12px #d9000d33}.gallery-item:hover{border-color:#e70214;transform:translateY(-2px);box-shadow:0 4px 12px #d9000d26}.gallery-thumbnail{object-fit:cover;width:100%;height:100%;transition:all .2s;display:block}.product-main-image-button{cursor:zoom-in;background:0 0;border:0;justify-content:center;align-items:center;width:100%;padding:0;display:flex;position:relative}.product-image-count{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1a1a1ab8;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:500;line-height:1;position:absolute;bottom:10px;right:10px}.image-collection-overlay{z-index:30000;color:#fff;overscroll-behavior:contain;touch-action:pan-y;background:#080808;animation:.2s ease-out collectionFadeIn;display:flex;position:fixed;inset:0}@keyframes collectionFadeIn{0%{opacity:0}to{opacity:1}}.image-collection-viewer{grid-template-rows:auto minmax(0,1fr) auto;width:100%;min-height:100%;display:grid}.image-collection-header{z-index:2;min-height:56px;padding:max(12px, env(safe-area-inset-top)) 16px 10px;box-sizing:border-box;background:linear-gradient(#000000b8,#0000);justify-content:space-between;align-items:center;display:flex;position:relative}.image-collection-counter{color:#ffffffe6;font-variant-numeric:tabular-nums;font-size:14px;font-weight:500}.image-collection-close{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff2e;border:1px solid #ffffff47;border-radius:999px;justify-content:center;align-items:center;gap:4px;min-width:44px;height:40px;padding:0 12px;font-size:15px;font-weight:500;line-height:1;display:inline-flex}.image-collection-close span[aria-hidden=true]{padding-bottom:2px;font-size:24px;font-weight:300;line-height:1}.image-collection-close-text{font-size:13px}.image-collection-stage{box-sizing:border-box;justify-content:center;align-items:center;min-height:0;padding:12px 64px;display:flex;position:relative;overflow:hidden}.image-collection-image{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;max-width:1100px;height:100%}.image-collection-arrow{z-index:2;color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff29;border-radius:50%;place-items:center;width:42px;height:42px;padding:0 0 4px;font-size:30px;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.image-collection-arrow--prev{left:14px}.image-collection-arrow--next{right:14px}.image-collection-footer{padding:10px 16px max(14px, env(safe-area-inset-bottom));background:linear-gradient(#0000,#000000b3)}.image-collection-title{color:#ffffffe6;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:720px;margin:0 auto 10px;font-size:13px;line-height:1.4;overflow:hidden}.image-collection-thumbnails{scrollbar-width:none;justify-content:center;gap:7px;max-width:100%;padding:2px;display:flex;overflow-x:auto}.image-collection-thumbnails::-webkit-scrollbar{display:none}.image-collection-thumbnail{opacity:.56;cursor:pointer;background:#fff;border:1px solid #fff3;border-radius:6px;flex:0 0 48px;width:48px;height:48px;padding:2px;overflow:hidden}.image-collection-thumbnail.active{opacity:1;border-color:#e70214;box-shadow:0 0 0 1px #e70214}.image-collection-thumbnail img{object-fit:contain;width:100%;height:100%}@media (max-width:768px){.product-main-image-button{cursor:pointer}.image-collection-header{min-height:52px;padding-left:12px;padding-right:12px}.image-collection-close{min-width:40px;height:36px;padding:0 10px}.image-collection-close-text{font-size:12px}.image-collection-stage{padding:6px 0}.image-collection-arrow{background:#00000061;border:0;width:34px;height:34px;font-size:25px}.image-collection-arrow--prev{left:8px}.image-collection-arrow--next{right:8px}.image-collection-footer{padding-left:10px;padding-right:10px}.image-collection-thumbnail{flex-basis:44px;width:44px;height:44px}}button:disabled{opacity:.5;cursor:not-allowed}.related-products-header .product-list-filter_left{width:100%;margin-bottom:0}@media (max-width:768px){.related-products-header .product-list-filter_left{border-radius:0!important}.mobile-related-products-section .related-products-list .product-item .product-name,.product-detail-feature-content .feature-list .product-item .product-name{font-size:var(--fs-sm);-webkit-line-clamp:3;line-height:1.3}.product-detail-feature{padding:0 var(--mobile-gutter)!important}.product-detail-feature-content .feature-list{padding:0 0 8px!important}}
