header#header{position:fixed;top:0;left:0;z-index:998;width:100%;height:-moz-fit-content;height:fit-content;min-height:100px;color:var(--theme-color)}@media screen and (max-width:1199px){header#header{min-height:80px!important}}header#header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:opacity .3s linear;z-index:-1;opacity:0!important;pointer-events:none}header#header.opacity-header:before{opacity:1!important}header#header.dark-bg .hamburger-menu .hamburger-line{background-color:var(--theme-color-1)}header#header.dark-bg .top-group .anka-logo-block .logo-container svg{fill:var(--theme-color-1)}header#header.dark-bg #menu-nav .content,header#header.dark-bg .scroll-button,header#header.dark-bg .top-group .lang-switcher{background:linear-gradient(140deg,hsla(0,0%,100%,.4) -145.23%,hsla(0,0%,42%,.26) -82.42%)}header#header .store-mekap-link{margin-left:auto;display:flex;align-items:center;justify-content:center;text-align:center}header#header .store-mekap-link svg{width:16px;height:16px;fill:var(--theme-color);margin-right:8px;transition:fill .2s linear}header#header .store-mekap-link span{color:var(--theme-color);text-align:center;font-size:13px;font-weight:500;line-height:16px;transition:color .2s linear}header#header .store-mekap-link:hover svg{fill:var(--theme-color-3)}header#header .store-mekap-link:hover span{color:var(--theme-color-3)}header#header .hamburger-menu{display:none}header#header .top-group{display:contents}header#header .top-group .anka-logo-block{position:fixed;top:25px;left:50%;transform:translateX(-50%)}header#header .top-group .anka-logo-block .logo-container{position:relative;display:block;cursor:pointer}header#header .top-group .anka-logo-block .logo-container svg{width:110px;height:54.5px;fill:var(--theme-color);transition:fill .2s linear}header#header .top-group .anka-logo-block .logo-container:hover svg{opacity:.8}header#header .top-group .lang-switcher{position:fixed;top:32px;right:90px;background:linear-gradient(140deg,hsla(0,0%,100%,.4) -145.23%,hsla(0,0%,100%,.1) -82.42%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:6px;z-index:998;width:auto;height:auto;padding:6px 20px;transition:background-color .2s linear;cursor:pointer}header#header .top-group .lang-switcher .lang.nonActive{display:none}header#header .top-group .lang-switcher .lang button{font-size:12px;font-weight:400;color:var(--theme-color)}header#header .top-group .lang-switcher:hover{background-color:var(--theme-color-3)}header#header #menu-nav{position:fixed;bottom:32px;left:0;width:100%;left:50%;width:-moz-fit-content;width:fit-content;transform:translateX(-50%)}header#header #menu-nav .content{position:relative;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;background:linear-gradient(140deg,hsla(0,0%,100%,.4) -145.23%,hsla(0,0%,100%,.1) -82.42%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:8px;padding:16px 30px;display:flex;justify-content:space-between;align-items:center;z-index:999;margin:0 auto}header#header #menu-nav .content:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;background-image:url(/assets/images/anka_bg.png);background-repeat:repeat;background-position:top;z-index:-1}header#header #menu-nav .content #primary-menu{overflow-x:hidden}header#header #menu-nav .content #primary-menu ul{display:flex;font-size:13px;font-weight:500;width:100%}header#header #menu-nav .content #primary-menu ul li{white-space:nowrap;opacity:.7;cursor:pointer;color:var(--theme-color);transition:opacity .2s linear,color .2s linear}header#header #menu-nav .content #primary-menu ul li:not(:last-child){margin-right:24px}header#header #menu-nav .content #primary-menu ul li:last-child{margin-left:145px}@media screen and (max-width:1199px){header#header #menu-nav .content #primary-menu ul li:last-child{margin-left:0!important}}header#header #menu-nav .content #primary-menu ul li.active{color:var(--theme-color-3);opacity:1}header#header #menu-nav .content #primary-menu ul li.hover{opacity:1}header#header .scroll-button{position:fixed;bottom:175px;right:90px;background:linear-gradient(140deg,hsla(0,0%,100%,.4) -145.23%,hsla(0,0%,100%,.1) -82.42%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:6px;z-index:998;width:auto;height:auto;padding:16px 20px;transition:background-color .2s linear;cursor:pointer;color:var(--theme-color);display:flex;align-items:center;justify-content:center}header#header .scroll-button.hide{display:none}header#header .scroll-button span{text-align:center;font-size:12px;font-weight:400;line-height:16px;margin-right:10px}header#header .scroll-button svg{fill:var(--theme-color);width:10px;height:10px;margin-left:6px;animation:arrowAnimation 2s linear infinite}header#header .scroll-button:hover{background-color:var(--theme-color-3)}@keyframes arrowAnimation{0%{transform:translateX(0)}50%{transform:translateX(-8px)}to{transform:translateX(0)}}header#header .mobile-scroll-button{transform:translateX(-9999px)!important}header#header .mobile-menu-overlay,header#header .mobile-scroll-button{display:none!important;visibility:hidden!important;pointer-events:none!important;opacity:0!important}header#header .mobile-menu-overlay{position:fixed;z-index:-9999!important;transform:translateX(-100vw)!important;width:0!important;height:0!important;overflow:hidden!important}@media screen and (min-width:1200px){.mobile-menu-overlay,.mobile-scroll-button{display:none!important;visibility:hidden!important;pointer-events:none!important}}@media screen and (max-width:1199px){header#header{top:0;padding:0;display:flex;align-items:center;justify-content:center}header#header:before{opacity:1}header#header .hamburger-menu{display:flex;flex-direction:column;gap:8px;width:24px;height:24px;background:transparent;border:none;cursor:pointer!important;padding:0;z-index:1000;position:absolute;right:24px;top:50%;transform:translateY(-50%)}header#header .hamburger-menu .hamburger-line{width:100%;height:1px;background-color:var(--theme-color);border-radius:2px;transition:all .6s ease;transform-origin:center}header#header .hamburger-menu.open .hamburger-line:first-child{transform:translateY(8px) rotate(45deg)}header#header .hamburger-menu.open .hamburger-line:nth-child(2){opacity:0;transform:translateX(-20px)}header#header .hamburger-menu.open .hamburger-line:last-child{transform:translateY(-8px) rotate(-45deg)}header#header .top-group{display:flex;align-items:center;justify-content:space-between}header#header .top-group .anka-logo-block{transform:none;position:fixed;left:24px;top:18px}header#header .top-group .anka-logo-block .logo-container svg{width:80px;height:40px}header#header #menu-nav,header#header .scroll-button,header#header .top-group .store-mekap-link{display:none!important}.mobile-scroll-button{display:flex!important;visibility:visible!important;pointer-events:auto!important;position:fixed;bottom:70px;right:50px;transform:translateY(50%) rotate(90deg);transform-origin:right center;background:linear-gradient(140deg,hsla(0,0%,100%,.4) -145.23%,hsla(0,0%,100%,.1) -82.42%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:6px;z-index:1000;padding:10px 20px;transition:opacity .3s ease,background-color .2s linear;cursor:pointer;color:var(--theme-color);border:none;align-items:center;justify-content:center;opacity:1;width:auto;height:auto;min-width:-moz-fit-content;min-width:fit-content;touch-action:manipulation}.mobile-scroll-button span{text-align:center;font-size:14px;font-weight:400;line-height:16px;margin-right:10px;color:var(--theme-color);white-space:nowrap}.mobile-scroll-button svg{fill:var(--theme-color);width:10px;height:10px;transform:rotate(1turn);margin-left:6px;animation:arrowAnimation 2s linear infinite}.mobile-scroll-button:active{background-color:var(--theme-color-3)}.mobile-menu-overlay{display:block!important;visibility:visible;pointer-events:auto;position:fixed;top:0;left:0;width:100%;height:100vh;height:100svh;height:100dvh;background-color:#fff;z-index:1001;opacity:1;transform:translateX(-100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column;overflow:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0)}.mobile-menu-overlay.open{transform:translateX(0)}.mobile-menu-overlay .mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px}.mobile-menu-overlay .mobile-menu-header .mobile-logo{display:block;cursor:pointer}.mobile-menu-overlay .mobile-menu-header .mobile-logo svg{width:80px;height:40px;fill:var(--theme-color-1)}.mobile-menu-overlay .mobile-menu-header .close-button{width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;position:relative;display:flex;align-items:center;justify-content:center}.mobile-menu-overlay .mobile-menu-header .close-button .close-line{position:absolute;width:24.687px;height:1.899px;background-color:var(--theme-color-1);border-radius:1px}.mobile-menu-overlay .mobile-menu-header .close-button .close-line:first-child{transform:rotate(45deg)}.mobile-menu-overlay .mobile-menu-header .close-button .close-line:last-child{transform:rotate(-45deg)}.mobile-menu-overlay .mobile-menu-divider{height:1px;background-color:hsla(0,0%,95%,.82);margin:0 24px}.mobile-menu-overlay .mobile-menu-nav{padding:0 24px;margin-top:24px;flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu-overlay .mobile-menu-nav .mobile-menu-list{list-style:none;padding:0;margin:0}.mobile-menu-overlay .mobile-menu-nav .mobile-menu-list .mobile-menu-item a,.mobile-menu-overlay .mobile-menu-nav .mobile-menu-list .mobile-menu-item button{display:block;width:100%;text-align:left;font-size:16px;font-weight:500;color:var(--theme-color-1);text-decoration:none;background:none;border:none;cursor:pointer;padding:0;transition:color .2s ease}.mobile-menu-overlay .mobile-menu-nav .mobile-menu-list .mobile-menu-item a:hover,.mobile-menu-overlay .mobile-menu-nav .mobile-menu-list .mobile-menu-item button:hover{color:var(--theme-color-3)}.mobile-menu-overlay .mobile-menu-nav .mobile-menu-list .mobile-menu-item .menu-item-divider{height:1px;background-color:#efefef;margin:20px 0}.mobile-menu-overlay .mobile-menu-nav .mobile-menu-list .mobile-menu-item:hover a,.mobile-menu-overlay .mobile-menu-nav .mobile-menu-list .mobile-menu-item:hover button{color:var(--theme-color-3)}.mobile-menu-overlay .mobile-menu-footer{width:100%;height:100%;padding:24px;margin-top:24px}.mobile-menu-overlay .mobile-menu-footer .social-icons{display:flex;align-items:center;gap:12px;margin-bottom:24px}.mobile-menu-overlay .mobile-menu-footer .social-icons a{display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:background-color .2s linear}.mobile-menu-overlay .mobile-menu-footer .social-icons a svg{width:32.099px;height:32.099px;fill:var(--theme-color-1);transition:fill .2s linear}.mobile-menu-overlay .mobile-menu-footer .social-icons a:hover{background-color:var(--theme-color-3)}.mobile-menu-overlay .mobile-menu-footer .social-icons a:hover svg{fill:var(--theme-color)}.mobile-menu-overlay .mobile-menu-footer .copyright{font-size:11px;font-weight:400;line-height:32px;color:var(--theme-color-1);margin:0}}:root{--theme-color:#fff;--theme-color-1:#27353e;--theme-color-2:#072634;--theme-color-3:#ff5b2b;--theme-color-linear:linear-gradient(98deg,#ff5b2b 11.9%,#ffb45b 101.07%);--theme-color-4:#f9d202;--theme-color-5:#45544e;--theme-color-6:#f5f5f5;--theme-color-7:#0a0a0a;--theme-color-8:#36434a;--theme-color-9:#f23125;--theme-color-10:#e6e6e6;--theme-color-11:#fcfeff;--theme-color-12:#0058b3;--theme-color-13:#bcbcbc;--theme-color-14:#dce0e3;--theme-color-15:#bababa;--theme-color-16:#e2e2e2;--theme-color-18:#61686b;--theme-color-19:#fafafa;--theme-color-20:#f0f0f0;--theme-color-21:#e1e1e1}.product-detail-section{position:relative;width:100%;height:100vh;max-height:100vh;background-color:#fff;display:flex;overflow:hidden}@media screen and (max-width:991px){.product-detail-section{display:grid;grid-template-columns:1fr;grid-template-rows:auto;padding:110px 20px 100px;height:auto;overflow-y:auto}}.product-detail-section .product-detail-left{flex:1 1;padding:143px 0 0 136px;display:flex;flex-direction:column;gap:24px;overflow-y:auto;width:100%}@media screen and (max-width:1199px){.product-detail-section .product-detail-left{padding:75px 50px 0}}@media screen and (max-width:1649px){.product-detail-section .product-detail-left{padding:145px 0 0 60px}}@media screen and (max-width:991px){.product-detail-section .product-detail-left{grid-column:1;grid-row:2;padding:0;margin-bottom:20px;overflow-y:visible;width:100%}}.product-detail-section .product-detail-left .product-detail-header{display:flex;flex-direction:column;gap:24px}@media screen and (max-width:991px){.product-detail-section .product-detail-left .product-detail-header{align-items:center!important}}.product-detail-section .product-detail-left .product-detail-header .title-row{position:relative}.product-detail-section .product-detail-left .product-detail-header .title-row .product-title{font-weight:500;font-size:32px;letter-spacing:-.96px;color:#27353e}@media screen and (max-width:991px){.product-detail-section .product-detail-left .product-detail-header .title-row .product-title{font-size:28px}}.product-detail-section .product-detail-left .product-detail-header .title-row .left-nav-arrow{position:absolute;left:-40px;top:19px;transform:translateY(-50%);cursor:pointer;z-index:9999;transition:all .3s ease}.product-detail-section .product-detail-left .product-detail-header .title-row .left-nav-arrow svg{width:100%;height:100%;stroke:#27353e}@media screen and (max-width:991px){.product-detail-section .product-detail-left .product-detail-header .title-row .left-nav-arrow{display:none}}.product-detail-section .product-detail-left .product-detail-header .product-description{font-weight:400;font-size:15px;line-height:24px;color:var(--theme-color-5)}@media screen and (max-width:991px){.product-detail-section .product-detail-left .product-detail-header .product-description{font-size:14px;text-align:center}}.product-detail-section .product-detail-left .care-guide-link{font-weight:400;font-size:16px;line-height:20px;color:#27353e;text-decoration:underline;text-underline-position:from-font;width:-moz-fit-content;width:fit-content;transition:opacity .3s ease}.product-detail-section .product-detail-left .care-guide-link:hover{opacity:.7}@media screen and (max-width:991px){.product-detail-section .product-detail-left .care-guide-link{font-size:14px}}.product-detail-section .product-detail-left .product-tabs{margin-top:0;width:100%;display:flex;justify-content:center;max-width:400px;min-width:0}@media screen and (max-width:991px){.product-detail-section .product-detail-left .product-tabs{margin-top:20px;padding:8 12px;margin:0 auto!important}}.product-detail-section .product-detail-left .product-tabs .tabs-wrapper{display:flex;justify-content:center;gap:12px;padding:10px;background:#fff;border:1px solid hsla(0,0%,60%,.22);border-radius:10px;width:100%}@media screen and (max-width:1649px){.product-detail-section .product-detail-left .product-tabs .tabs-wrapper{font-size:12px!important;width:100%}}.product-detail-section .product-detail-left .product-tabs .tabs-wrapper .tab-button{padding:8.5px;border-radius:8px;font-weight:500;font-size:14px;line-height:24px;color:#27353e;background:transparent;border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex:1 1;min-width:0;text-align:center}.product-detail-section .product-detail-left .product-tabs .tabs-wrapper .tab-button.active{background:#27353e;color:#fff}.product-detail-section .product-detail-left .product-tabs .tabs-wrapper .tab-button:hover:not(.active){background:rgba(39,53,62,.1)}@media screen and (max-width:1649px){.product-detail-section .product-detail-left .product-tabs .tabs-wrapper .tab-button{font-size:14px!important;line-height:20px!important}}@media screen and (max-width:991px){.product-detail-section .product-detail-left .product-tabs .tabs-wrapper .tab-button{font-size:14px;padding:8.5px}}.product-detail-section .product-detail-left .product-features{width:100%;max-width:400px;min-width:300px}.product-detail-section .product-detail-left .product-features .features-content{padding:25px;border:1px solid hsla(0,0%,60%,.22);border-radius:10px;display:flex;flex-direction:column;gap:40px;min-height:258px;width:100%;min-width:305px;max-width:400px}@media screen and (max-width:1649px){.product-detail-section .product-detail-left .product-features .features-content{padding:10px}}@media screen and (max-width:991px){.product-detail-section .product-detail-left .product-features .features-content{padding:20px;gap:30px}}.product-detail-section .product-detail-left .product-features .features-content .features-row{display:flex;justify-content:space-between;gap:50px}@media screen and (max-width:1649px){.product-detail-section .product-detail-left .product-features .features-content .features-row{gap:30px}}@media screen and (max-width:991px){.product-detail-section .product-detail-left .product-features .features-content .features-row{gap:20px}}.product-detail-section .product-detail-left .product-features .features-content .features-row .feature-col{display:flex;flex-direction:column;gap:16px;flex:1 1}.product-detail-section .product-detail-left .product-features .features-content .features-row .feature-col .feature-label{font-weight:500;font-size:14px;line-height:24px;color:rgba(39,53,62,.28)}@media screen and (max-width:991px){.product-detail-section .product-detail-left .product-features .features-content .features-row .feature-col .feature-label{font-size:14px}}.product-detail-section .product-detail-left .product-features .features-content .features-row .feature-col .feature-value{display:flex;flex-wrap:wrap;flex-direction:row!important;align-items:center;gap:8px;font-weight:500;font-size:14px;line-height:24px;color:#27353e}@media screen and (max-width:991px){.product-detail-section .product-detail-left .product-features .features-content .features-row .feature-col .feature-value{font-size:14px}}.product-detail-section .product-detail-left .product-features .features-content .features-row .feature-col .feature-value.colors{gap:5px}.product-detail-section .product-detail-left .product-features .features-content .features-row .feature-col .feature-value .color-chip{width:36px;height:36px;border-radius:8px;border:1px solid rgba(0,0,0,.08);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;background:hsla(0,0%,91%,.11);transition:border-color .2s ease}.product-detail-section .product-detail-left .product-features .features-content .features-row .feature-col .feature-value .color-chip.active{border-color:#27353e}.product-detail-section .product-detail-left .product-features .features-content .features-row .feature-col .feature-value .color-chip:not(.active):hover{border-color:rgba(39,53,62,.28)}.product-detail-section .product-detail-left .product-features .features-content .features-row .feature-col .feature-value .color-chip .color-dot{width:16px;height:16px;border-radius:50%;border:1px solid #d5d5d5}.product-detail-section .product-detail-left .product-features .features-content .features-row .feature-col .feature-value.list{gap:10px}.product-detail-section .product-detail-left .product-features .features-content .features-row .feature-col .feature-value.list .value-item{white-space:nowrap}.product-detail-section .product-detail-left .product-features .features-skeleton{padding:25px;border:1px solid hsla(0,0%,60%,.22);border-radius:10px;min-height:258px;width:100%;min-width:305px;max-width:400px}@media screen and (max-width:1649px){.product-detail-section .product-detail-left .product-features .features-skeleton{padding:10px}}@media screen and (max-width:991px){.product-detail-section .product-detail-left .product-features .features-skeleton{padding:20px}}.product-detail-section .product-detail-center{flex:2 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;position:relative;padding:0 180px 0 0;min-width:0}@media screen and (max-width:1649px){.product-detail-section .product-detail-center{gap:20px;padding:0}}@media screen and (max-width:991px){.product-detail-section .product-detail-center{grid-column:1;grid-row:3;padding:0;margin-bottom:40px}}.product-detail-section .product-detail-center .product-image-card{width:540px;height:490px;background:hsla(0,0%,100%,.28);border:1.023px solid hsla(0,0%,60%,.22);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;padding:25.57px 48.07px;transition:none}@media screen and (max-width:991px){.product-detail-section .product-detail-center .product-image-card{width:100%;max-width:400px;height:400px;padding:20px}}@media(max-width:480px){.product-detail-section .product-detail-center .product-image-card{height:230px}}.product-detail-section .product-detail-center .product-image-card img{object-fit:contain;object-position:center;transition:none;transform:none}.product-detail-section .product-detail-center .product-image-card .mobile-card-thumbs{position:absolute;right:12px;top:12px;display:none;flex-direction:column;gap:16px;z-index:2}@media screen and (max-width:1199px){.product-detail-section .product-detail-center .product-image-card .mobile-card-thumbs{display:flex}}@media screen and (max-width:991px){.product-detail-section .product-detail-center .product-image-card .mobile-card-thumbs{display:flex}}.product-detail-section .product-detail-center .product-image-card .mobile-card-thumbs .card-thumb{width:56px;height:56px;border-radius:8px;overflow:hidden;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.product-detail-section .product-detail-center .product-image-card .mobile-card-thumbs .card-thumb img{width:100%;height:100%;object-fit:cover}.product-detail-section .product-detail-center .product-navigation{display:flex;align-items:center;justify-content:space-between;width:540px;gap:20px}@media screen and (max-width:991px){.product-detail-section .product-detail-center .product-navigation{width:100%;max-width:400px}}.product-detail-section .product-detail-center .product-navigation .nav-arrow{width:24px;height:24px;cursor:pointer;transition:transform .3s ease;flex-shrink:0;border:none;box-shadow:none}.product-detail-section .product-detail-center .product-navigation .nav-arrow svg{width:100%;height:100%;stroke:#27353e}.product-detail-section .product-detail-center .product-navigation .product-name{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.03em;color:#27353e;text-align:center;flex:1 1}@media screen and (max-width:991px){.product-detail-section .product-detail-center .product-navigation .product-name{font-size:20px}}.product-detail-section .product-detail-center .product-features-mobile{display:none}@media screen and (max-width:991px){.product-detail-section .product-detail-center .product-features-mobile{display:block;width:100%;max-width:400px}}.product-detail-section .product-detail-center .product-features{width:100%;max-width:400px;min-width:300px}.product-detail-section .product-detail-center .product-features .features-content{padding:25px;border:1px solid hsla(0,0%,60%,.22);border-radius:10px;display:flex;flex-direction:column;gap:40px;min-height:258px;width:100%;min-width:305px;max-width:400px}@media screen and (max-width:1649px){.product-detail-section .product-detail-center .product-features .features-content{padding:20px 30px}}@media screen and (max-width:991px){.product-detail-section .product-detail-center .product-features .features-content{padding:20px;gap:30px}}.product-detail-section .product-detail-center .product-features .features-content .features-row{display:flex;justify-content:space-between;gap:50px}@media screen and (max-width:1649px){.product-detail-section .product-detail-center .product-features .features-content .features-row{gap:30px}}@media screen and (max-width:991px){.product-detail-section .product-detail-center .product-features .features-content .features-row{gap:20px}}.product-detail-section .product-detail-center .product-features .features-content .features-row .feature-col{display:flex;flex-direction:column;gap:16px;flex:1 1}@media screen and (max-width:991px){.product-detail-section .product-detail-center .product-features .features-content .features-row .feature-col{gap:8px}}.product-detail-section .product-detail-center .product-features .features-content .features-row .feature-col .feature-label{font-weight:500;font-size:16px;line-height:24px;color:rgba(39,53,62,.28)}@media screen and (max-width:991px){.product-detail-section .product-detail-center .product-features .features-content .features-row .feature-col .feature-label{font-size:14px}}.product-detail-section .product-detail-center .product-features .features-content .features-row .feature-col .feature-value{display:flex;flex-wrap:wrap;flex-direction:row!important;align-items:center;gap:8px;font-weight:500;font-size:14px;line-height:24px;color:#27353e}@media screen and (max-width:991px){.product-detail-section .product-detail-center .product-features .features-content .features-row .feature-col .feature-value{font-size:14px}}.product-detail-section .product-detail-center .product-features .features-content .features-row .feature-col .feature-value.colors{gap:5px}.product-detail-section .product-detail-center .product-features .features-content .features-row .feature-col .feature-value .color-chip{width:36px;height:36px;border-radius:8px;border:1px solid rgba(0,0,0,.08);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;background:hsla(0,0%,91%,.11);transition:border-color .2s ease}.product-detail-section .product-detail-center .product-features .features-content .features-row .feature-col .feature-value .color-chip.active{border-color:rgba(0,0,0,.6)}.product-detail-section .product-detail-center .product-features .features-content .features-row .feature-col .feature-value .color-chip:not(.active):hover{border-color:rgba(39,53,62,.28)}.product-detail-section .product-detail-center .product-features .features-content .features-row .feature-col .feature-value .color-chip .color-dot{width:16px;height:16px;border-radius:50%;border:1px solid #d5d5d5}.product-detail-section .product-detail-center .product-features .features-content .features-row .feature-col .feature-value.list{gap:10px}.product-detail-section .product-detail-center .product-features .features-content .features-row .feature-col .feature-value.list .value-item{white-space:nowrap}.product-detail-section .product-detail-right{width:263px;flex-shrink:0;border-left:1px solid #dfdfdf;padding:0;position:relative;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth}@media screen and (max-width:1649px){.product-detail-section .product-detail-right{width:200px}}@media screen and (max-width:1199px){.product-detail-section .product-detail-right{display:none}}@media screen and (max-width:991px){.product-detail-section .product-detail-right{display:none}}.product-detail-section .product-detail-right .product-nav-scroll{display:flex;flex-direction:column;justify-content:center;padding:10px 0;height:100%}@media screen and (max-width:1649px){.product-detail-section .product-detail-right .product-nav-scroll{padding:10px}}@media screen and (max-width:991px){.product-detail-section .product-detail-right .product-nav-scroll{flex-direction:row;height:auto;padding:0 10px}}.product-detail-section .product-detail-right .nav-image-container{max-width:250px;max-height:250px;position:relative;cursor:pointer;transition:transform .3s ease;overflow:hidden;flex-shrink:0}@media screen and (max-width:1649px){.product-detail-section .product-detail-right .nav-image-container{min-height:100px}.product-detail-section .product-detail-right .nav-image-container img{width:100%;height:100%;object-fit:cover;object-position:center}}@media screen and (max-width:991px){.product-detail-section .product-detail-right .nav-image-container{width:150px;height:150px;min-height:150px;min-width:150px}}.product-detail-section .product-detail-right .nav-image-container img{object-fit:cover;object-position:center;pointer-events:none}.product-detail-section .product-detail-right .nav-image-container:not(.active):after{content:"";position:absolute;inset:0;background:hsla(0,0%,100%,.6);pointer-events:none}.product-detail-section .product-detail-right .nav-image-container.active:after{background:transparent}.product-detail-section .product-detail-right .nav-image-container:hover{transform:scale(1.02)}@media screen and (max-width:991px){.product-detail-section .product-features-desktop{display:none!important}}.product-detail-section .loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:18px;color:#27353e}.product-detail-section .skeleton{background:#f3f3f3;background-size:400% 100%;animation:skeleton-loading 1.2s ease-in-out infinite;border-radius:10px}.product-detail-section .product-detail-center .product-image-card .image-skeleton{width:100%;height:100%;border-radius:12px;position:absolute;inset:0}.product-detail-section .product-detail-right .nav-image-skeleton{width:250px;height:250px;border-radius:12px;margin:0 2px}@media screen and (max-width:991px){.product-detail-section .product-detail-right .nav-image-skeleton{width:150px;height:150px}}.product-detail-section .product-detail-right .nav-image-container.is-skeleton:after{background:transparent;content:""}.product-detail-section .product-detail-right .nav-image-container.is-skeleton:hover{transform:none}.product-detail-section .product-detail-right .nav-image-container.is-skeleton:not(:last-child){margin-bottom:16px}.product-detail-section .hide-during-loading{visibility:hidden}.product-detail-section .product-detail-left .product-features{position:relative}.product-detail-section .product-detail-left .product-features.is-loading .features-content{visibility:hidden}.product-detail-section .product-detail-left .product-features .features-skeleton{position:absolute;inset:0}@keyframes skeleton-loading{0%{background-position:100% 0}to{background-position:-100% 0}}@media screen and (min-width:1199px)and (max-width:1300px){.product-detail-section{height:auto;max-height:none;overflow-y:auto}.product-detail-section .product-detail-center{padding:0 24px 0 0;gap:16px}.product-detail-section .product-detail-center .product-image-card{width:460px;height:420px;padding:20px 24px}.product-detail-section .product-detail-center .product-navigation{width:460px}.product-detail-section .product-detail-right{width:180px;height:100vh}.product-detail-section .product-detail-right .nav-image-container{max-width:180px;max-height:180px}.product-detail-section .product-features{max-width:360px}.product-detail-section .product-features .features-content{padding:16px;gap:24px}}