.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:64rem;margin:0 auto}@media screen and (max-width:768px){.style_imageGallery__aX9cs{overflow:hidden}}.style_container__AXZhK{display:flex;flex-direction:row-reverse;gap:1rem;align-items:flex-start}@media screen and (max-width:425px){.style_container__AXZhK{flex-direction:column}}@media screen and (max-width:768px){.style_container__AXZhK{flex-direction:column}}.style_main__e1TPE{position:relative;width:85%;aspect-ratio:1/1;overflow:hidden;border-radius:.5rem}@media screen and (max-width:425px){.style_main__e1TPE{width:100%}}@media screen and (max-width:768px){.style_main__e1TPE{width:100%}}.style_imageWrapper__PLDOE{position:relative;height:100%;width:100%}.style_imageWrapper__PLDOE img{width:100%;height:100%;object-fit:contain;transition:all .3s ease}.style_navButton__WviG7{position:absolute;top:50%;transform:translateY(-50%);border-radius:9999px;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:background-color .2s ease;background-color:#fff;color:#00a651;box-shadow:0 0 2px 0 rgba(16,24,40,.03),0 0 12px 0 rgba(16,24,40,.08);z-index:2}.style_navButton__WviG7:hover{background-color:#fcfcfc}.style_prevButton__d5lyp{right:.5rem}.style_nextButton__FBQfZ{left:.5rem}.style_counter__k685f{position:absolute;bottom:.5rem;right:.5rem;background-color:hsla(0,0%,100%,.8);border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;z-index:2}.style_thumbnails__YCnjv{display:flex;flex-direction:column;gap:.5rem;width:10%;max-height:100%;overflow-y:auto;padding-right:.5rem}@media screen and (max-width:425px){.style_thumbnails__YCnjv{width:20%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;scroll-snap-type:y proximity}.style_thumbnails__YCnjv::-webkit-scrollbar{display:none}}@media screen and (max-width:768px){.style_thumbnails__YCnjv{width:100%;flex-direction:row;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-x;scroll-snap-type:x proximity}.style_thumbnails__YCnjv::-webkit-scrollbar{display:none}}.style_thumbnails__YCnjv::-webkit-scrollbar{width:6px}.style_thumbnails__YCnjv::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:8px}.style_thumbnails__YCnjv::-webkit-scrollbar-thumb{background:rgba(156,163,175,.5);border-radius:8px;border:1px solid hsla(0,0%,100%,.8);transition:background-color .2s ease}.style_thumbnails__YCnjv::-webkit-scrollbar-thumb:hover{background:rgba(107,114,128,.7)}.style_thumbnails__YCnjv::-webkit-scrollbar-thumb:active{background:rgba(75,85,99,.8)}.style_thumbnails__YCnjv{scrollbar-width:thin;scrollbar-color:rgba(156,163,175,.5) rgba(0,0,0,0)}.style_thumbnailItem__ip_RD{position:relative;height:4rem;flex-shrink:0;overflow:hidden;border-radius:.375rem;border:2px solid rgba(0,0,0,0);transition:all .2s ease;aspect-ratio:1/1;cursor:pointer;scroll-snap-align:start}@media screen and (max-width:425px){.style_thumbnailItem__ip_RD{height:3.5rem;border-radius:.25rem;border-width:1px}}@media screen and (max-width:768px){.style_thumbnailItem__ip_RD{height:3.5rem;border-radius:.25rem}}.style_thumbnailItem__ip_RD:hover{border-color:rgba(107,114,128,.5)}.style_thumbnailActive__C930g{border-color:#6366f1}.style_thumbnailItem__ip_RD img{width:100%;height:100%;object-fit:contain}.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%)}}.style_carousel__i_nFJ{position:relative;width:100%;padding:0 40px}@media screen and (max-width:1200px){.style_carousel__i_nFJ .style_desktopSwiper__auqak{display:none}}.style_carousel__i_nFJ .style_laptopSwiper__gy1M1{display:none}@media screen and (max-width:1200px){.style_carousel__i_nFJ .style_laptopSwiper__gy1M1{display:block}}@media screen and (max-width:768px){.style_carousel__i_nFJ .style_laptopSwiper__gy1M1{display:none}}.style_carousel__i_nFJ .style_tabletSwiper__8pYO0{display:none}@media screen and (max-width:768px){.style_carousel__i_nFJ .style_tabletSwiper__8pYO0{display:block}}@media screen and (max-width:600px){.style_carousel__i_nFJ .style_tabletSwiper__8pYO0{display:none}}.style_carousel__i_nFJ .style_mobileSwiper__hG_Rb{display:none}@media screen and (max-width:600px){.style_carousel__i_nFJ .style_mobileSwiper__hG_Rb{display:block}}.style_carousel__i_nFJ .swiper{width:100%;height:100%}.style_carousel__i_nFJ .swiper-button-next,.style_carousel__i_nFJ .swiper-button-prev{width:18px;height:40px;background-color:rgba(0,0,0,0);border-radius:50%}.style_carousel__i_nFJ .swiper-button-next svg,.style_carousel__i_nFJ .swiper-button-prev svg{width:20px;height:20px;color:#000}.style_carousel__i_nFJ .swiper-button-next:after,.style_carousel__i_nFJ .swiper-button-prev:after{display:none}.style_carousel__i_nFJ .swiper-button-disabled{opacity:.5;cursor:not-allowed}.style_carousel__i_nFJ .style_carouselContent__wA3KX{width:100%;height:100%;display:flex;flex-direction:column}.style_carousel__i_nFJ .swiper-slide{height:auto;display:flex;flex-direction:column}