.specification-container{display:flex;flex-direction:column;gap:12px;border-radius:8px}.specification-attribute-item{display:flex;flex-direction:column;gap:6px;padding:8px;border-radius:6px;transition:all .15s ease}.specification-attribute-item:hover{border-color:#e5e7eb}.specification-attribute-header{margin-bottom:4px}.specification-attribute-title{font-size:18px;font-weight:600;color:#6b7280;margin:0;padding:0;text-transform:capitalize;letter-spacing:.025em}.specification-attribute-content{width:100%}.specification-dropdown-container{position:relative;width:100%}.specification-dropdown-button{display:flex;align-items:center;justify-content:space-between;width:100%;height:28px;padding:0 8px;background-color:#fff;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;transition:all .15s ease;font-size:11px;font-weight:500;color:#6b7280}.specification-dropdown-button:hover{border-color:#1f2937;box-shadow:0 2px 4px rgba(0,0,0,.1)}.specification-dropdown-button.open{border-color:#1f2937;box-shadow:0 0 0 1px rgba(31,41,55,.2)}.specification-dropdown-button.disabled{opacity:.5;cursor:not-allowed;border-color:#d1d5db;background-color:#f9fafb;color:#d1d5db}.specification-dropdown-button .selectedText{color:inherit}.specification-dropdown-button .selectedText:empty:before{content:attr(placeholder);color:#d1d5db}.specification-dropdown-button .arrow{transition:transform .15s ease;color:#9ca3af;width:8px;height:8px}.specification-dropdown-button .arrow.arrowUp{transform:rotate(180deg)}.specification-dropdown-menu{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #d1d5db;border-top:none;border-radius:0 0 4px 4px;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:9999999;max-height:120px;overflow-y:auto;margin-top:-1px}.specification-dropdown-menu::-webkit-scrollbar{width:3px}.specification-dropdown-menu::-webkit-scrollbar-track{background:#f9fafb;border-radius:2px}.specification-dropdown-menu::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:2px}.specification-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#9ca3af}.specification-dropdown-item{padding:6px 8px;cursor:pointer;transition:all .15s ease;font-size:11px;color:#6b7280;border-bottom:1px solid #d1d5db}.specification-dropdown-item:last-child{border-bottom:none}.specification-dropdown-item:hover{background-color:#f3f4f6;color:#1f2937}.specification-dropdown-item.selected{background-color:#1f2937;color:#fff;font-weight:600}.specification-dropdown-item.selected:hover{background-color:#059669;color:#fff}.specification-dropdown-item:active{background-color:#ecfdf5}.specification-dropdown-item:first-child{background-color:#1f2937;color:#fff;font-weight:600}.specification-dropdown-item:first-child:hover{background-color:#059669;color:#fff}.specification-chips-container{display:flex;flex-direction:column;gap:6px}.specification-chips-swiper{width:100%}.specification-chip{display:flex;align-items:center;justify-content:center;min-width:48px;height:24px;padding:0 8px;background-color:#fff;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;transition:all .15s ease;font-size:10px;font-weight:500;color:#6b7280;white-space:nowrap}.specification-chip:hover{border-color:#1f2937;box-shadow:0 2px 4px rgba(0,0,0,.1)}.specification-chip.selected{border-color:#1f2937;background-color:#1f2937;color:#fff;box-shadow:0 0 0 1px rgba(31,41,55,.2)}.specification-chip.disabled{opacity:.5;cursor:not-allowed;border-color:#d1d5db;background-color:#f9fafb;color:#d1d5db}.specification-chip:first-child{border-color:#1f2937;background-color:#1f2937;color:#fff;box-shadow:0 0 0 1px rgba(31,41,55,.2)}.specification-toggle-container{display:flex;gap:6px;flex-wrap:wrap}.specification-toggle-chip{display:flex;align-items:center;justify-content:center;min-width:48px;height:24px;padding:0 8px;background-color:#fff;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;transition:all .15s ease;font-size:10px;font-weight:500;color:#6b7280;white-space:nowrap}.specification-toggle-chip:hover{border-color:#1f2937;box-shadow:0 2px 4px rgba(0,0,0,.1)}.specification-toggle-chip.selected{border-color:#1f2937;background-color:#1f2937;color:#fff;box-shadow:0 0 0 1px rgba(31,41,55,.2)}.specification-toggle-chip.disabled{opacity:.5;cursor:not-allowed;border-color:#d1d5db;background-color:#f9fafb;color:#d1d5db}.specification-toggle-chip:first-child{border-color:#1f2937;background-color:#1f2937;color:#fff;box-shadow:0 0 0 1px rgba(31,41,55,.2)}.specification-swatches-container{display:flex;flex-direction:column;gap:6px;overflow:visible;padding:8px}.specification-swatches-swiper{width:100%;overflow:visible}.specification-swatch{width:32px;height:32px;border-radius:4px;cursor:pointer;border:1px solid #d1d5db;transition:all .15s ease;position:relative}.specification-swatch:hover{border-color:#1f2937;box-shadow:0 2px 4px rgba(0,0,0,.1)}.specification-swatch.selected{border:3px solid #000;box-shadow:0 0 0 2px #fff,0 4px 12px rgba(0,0,0,.4),0 8px 24px rgba(0,0,0,.2);cursor:not-allowed;transform:scale(1.1);position:relative}.specification-swatch.selected:before{content:"";position:absolute;top:-6px;right:-6px;width:12px;height:12px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border-radius:50%;border:2px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.3)}.specification-swatch.disabled{opacity:.5;cursor:not-allowed;border-color:#d1d5db}@media(max-width:768px){.specification-container{gap:8px}.specification-attribute-item{gap:4px}.specification-attribute-title{font-size:11px}.specification-dropdown-button{height:24px;padding:0 6px;font-size:10px}.specification-dropdown-item{padding:4px 6px;font-size:10px}.specification-chip,.specification-toggle-chip{min-width:40px;height:20px;padding:0 6px;font-size:9px}.specification-swatch{width:28px;height:28px}}[dir=rtl] .specification-chips-swiper,[dir=rtl] .specification-swatches-swiper{direction:rtl}[dir=rtl] .specification-form-select :global(.select-button){text-align:right}[dir=rtl] .specification-form-select :global(.select-option){text-align:right}.style_imageGallery__aX9cs{width:100%;max-width:52rem;margin-left:auto;justify-content:flex-start}@media screen and (max-width:768px){.style_imageGallery__aX9cs{overflow:hidden}}.style_container__AXZhK{display:flex;flex-direction:row-reverse;gap:.5rem;align-items:flex-start}@media screen and (max-width:425px){.style_container__AXZhK{flex-direction:column;gap:.75rem}}@media screen and (max-width:768px){.style_container__AXZhK{flex-direction:column;gap:.75rem}}.style_main__e1TPE{position:relative;width:80%;aspect-ratio:4/3;overflow:hidden;border-radius:.5rem;background-color:#f8f9fa}@media screen and (max-width:425px){.style_main__e1TPE{width:100%;aspect-ratio:1/1}}@media screen and (max-width:768px){.style_main__e1TPE{width:100%;aspect-ratio:1/1}}.style_mainSwiper__rin_4{width:100%;height:100%;border-radius:.5rem;overflow:hidden}.style_swiperSlide__MBbvb{background-color:#f8f9fa}.style_imageWrapper__PLDOE,.style_swiperSlide__MBbvb{display:flex;align-items:center;justify-content:center}.style_imageWrapper__PLDOE{position:relative;height:100%;width:100%}.style_imageWrapper__PLDOE img{width:100%;height:100%;object-fit:contain;transition:all .3s ease;cursor:zoom-in}.style_swiper-zoom-container__m_bPb{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.style_swiper-zoom-target__CJAkC{cursor:zoom-in}.style_swiper-zoom-container__m_bPb.style_swiper-zoom-in__r0X87 .style_swiper-zoom-target__CJAkC{cursor:zoom-out}.style_prevButton__d5lyp{position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:all .3s ease;background-color:hsla(0,0%,100%,.9);color:#374151;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:3;backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.2);right:.75rem}.style_prevButton__d5lyp:hover{background-color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.2)}.style_prevButton__d5lyp:active{transform:translateY(-50%) scale(.95)}.style_prevButton__d5lyp:disabled{opacity:.5;cursor:not-allowed;transform:translateY(-50%)}@media screen and (max-width:425px){.style_prevButton__d5lyp{width:2rem;height:2rem;right:.5rem}}.style_nextButton__FBQfZ{position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:all .3s ease;background-color:hsla(0,0%,100%,.9);color:#374151;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:3;backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.2);left:.75rem}.style_nextButton__FBQfZ:hover{background-color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.2)}.style_nextButton__FBQfZ:active{transform:translateY(-50%) scale(.95)}.style_nextButton__FBQfZ:disabled{opacity:.5;cursor:not-allowed;transform:translateY(-50%)}@media screen and (max-width:425px){.style_nextButton__FBQfZ{width:2rem;height:2rem;left:.5rem}}.style_imageGallery__aX9cs .swiper-button-disabled{opacity:.3!important;cursor:not-allowed!important}.style_counter__k685f{position:absolute;bottom:.5rem;right:.5rem;background-color:rgba(0,0,0,.7);color:#fff;border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;z-index:2;display:flex;align-items:center;gap:.25rem;backdrop-filter:blur(4px);border:1px solid hsla(0,0%,100%,.1)}.style_currentIndex__ex919{font-weight:600}.style_separator__buZsn{opacity:.6}.style_totalCount__WeeRf{opacity:.8}.style_zoomIndicator__W94oh{position:absolute;top:.5rem;left:50%;transform:translateX(-50%);background-color:rgba(0,0,0,.7);color:#fff;border-radius:.5rem;padding:.5rem 1rem;font-size:.75rem;z-index:2;backdrop-filter:blur(4px);border:1px solid hsla(0,0%,100%,.1);animation:style_fadeInOut__33BVh 3s ease-in-out}@keyframes style_fadeInOut__33BVh{0%,to{opacity:0;transform:translateX(-50%) translateY(-10px)}20%,80%{opacity:1;transform:translateX(-50%) translateY(0)}}.style_thumbnails__YCnjv{display:flex;flex-direction:column;gap:.5rem;width:15%;max-height:100%;padding-right:.5rem;padding-left:.25rem}@media screen and (max-width:425px){.style_thumbnails__YCnjv{width:100%;height:auto;padding-right:0;padding-left:0;padding-top:.5rem;gap:.5rem;flex-direction:row;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.style_thumbnails__YCnjv::-webkit-scrollbar{display:none}}@media screen and (max-width:768px){.style_thumbnails__YCnjv{width:100%;height:auto;padding-right:0;padding-left:0;padding-top:.5rem;gap:.5rem;flex-direction:row;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.style_thumbnails__YCnjv::-webkit-scrollbar{display:none}}.style_thumbnailsSwiper__G3QRi{width:100%;height:100%;overflow:visible}@media screen and (max-width:425px){.style_thumbnailsSwiper__G3QRi{height:auto}.style_thumbnailsSwiper__G3QRi .swiper-wrapper{flex-direction:row!important}}@media screen and (max-width:768px){.style_thumbnailsSwiper__G3QRi{height:auto}.style_thumbnailsSwiper__G3QRi .swiper-wrapper{flex-direction:row!important}}.style_imageGallery__aX9cs .swiper{--swiper-navigation-color:#374151;--swiper-pagination-color:#4c4c4d}.style_imageGallery__aX9cs .swiper-button-next,.style_imageGallery__aX9cs .swiper-button-prev{display:none!important}.style_imageGallery__aX9cs .swiper-zoom-container{display:flex!important;align-items:center!important;justify-content:center!important}@media screen and (max-width:425px){.style_imageGallery__aX9cs .thumbnailsSwiper .swiper-wrapper{flex-direction:row!important}.style_imageGallery__aX9cs .thumbnailsSwiper .swiper-slide{width:auto!important;height:auto!important}}@media screen and (max-width:768px){.style_imageGallery__aX9cs .thumbnailsSwiper .swiper-wrapper{flex-direction:row!important}.style_imageGallery__aX9cs .thumbnailsSwiper .swiper-slide{width:auto!important;height:auto!important}}@media screen and (max-width:425px){.style_main__e1TPE{aspect-ratio:4/3}.style_thumbnailsSwiper__G3QRi .style_swiper-slide__P3FE6{width:auto!important}}@media screen and (max-width:768px){.style_main__e1TPE{aspect-ratio:16/9}}.style_thumbnailSlide__40djo{width:auto!important;height:auto!important;overflow:visible!important}.style_thumbnailItem__ip_RD{position:relative;height:4rem;width:4rem;flex-shrink:0;overflow:hidden;border-radius:.375rem;border:2px solid rgba(0,0,0,0);transition:all .3s ease;aspect-ratio:1/1;cursor:pointer;background-color:#f8f9fa}@media screen and (max-width:425px){.style_thumbnailItem__ip_RD{height:3.5rem;width:3.5rem;border-radius:.25rem;border-width:1px}}@media screen and (max-width:768px){.style_thumbnailItem__ip_RD{height:3.5rem;width:3.5rem;border-radius:.25rem}}.style_thumbnailItem__ip_RD:hover{border-color:rgba(107,114,128,.5);transform:scale(1.05)}.style_thumbnailItem__ip_RD img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.style_thumbnailItem__ip_RD:hover img{transform:scale(1.1)}.style_thumbnailActive__C930g{border-color:#6366f1!important;box-shadow:0 0 0 2px #6366f1,0 2px 8px rgba(99,102,241,.3)!important;transform:scale(1.02)!important;background-color:rgba(99,102,241,.05)!important;margin:1px!important}.style_thumbnailActive__C930g img{opacity:1!important}.style_thumbnailItem__ip_RD:not(.style_thumbnailActive__C930g) img{opacity:.7}.style_pageContainer__dU9Fd{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.style_pageTitle__ucy2q{margin-bottom:2rem;font-size:1.875rem;font-weight:700}.style_py8__VOVm3{padding-top:2rem;padding-bottom:2rem}.style_loadingOverlay__XyyBH{position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.8);display:flex;align-items:center;justify-content:center;z-index:10;border-radius:.5rem}.style_loadingSpinner__0x73g{width:3rem;height:3rem;border:3px solid #f3f3f3;border-top-color:#00a651;border-radius:50%;animation:style_spin__bXFcc 1s linear infinite}@keyframes style_spin__bXFcc{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.style_skeleton__PEB2F .style_skeletonPlaceholder__ug2Pf{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:style_loading__YIYGy 1.5s infinite;border-radius:4px;position:relative;overflow:hidden}.style_skeleton__PEB2F .style_skeletonPlaceholder__ug2Pf:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:style_shimmer__xAVLu 2s infinite}.style_skeleton__PEB2F .style_imageSkeleton___nUT0 .style_skeletonPlaceholder__ug2Pf{border-radius:.5rem}.style_skeleton__PEB2F .style_buttonSkeleton__gRJsX{background:rgba(0,0,0,0)!important;border:none!important;box-shadow:none!important}.style_skeleton__PEB2F .style_buttonSkeleton__gRJsX .style_skeletonPlaceholder__ug2Pf{width:2.2rem;height:2.2rem;border-radius:50%}.style_skeleton__PEB2F .style_counterSkeleton__miF14{background:rgba(0,0,0,0)!important}.style_skeleton__PEB2F .style_counterSkeleton__miF14 .style_skeletonPlaceholder__ug2Pf{width:60px;height:24px;border-radius:.25rem}.style_skeleton__PEB2F .style_thumbnailSkeleton__hZuim{background:rgba(0,0,0,0)!important;border:none!important;padding:0!important}.style_skeleton__PEB2F .style_thumbnailSkeleton__hZuim .style_skeletonPlaceholder__ug2Pf{width:100px;height:100px;border-radius:.5rem}@keyframes style_loading__YIYGy{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes style_shimmer__xAVLu{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}