:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;& .swiper-slide,& .swiper-cube-shadow{transform-style:preserve-3d}}.swiper-css-mode{&>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto;&::-webkit-scrollbar{display:none}}&>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{&>.swiper-wrapper{scroll-snap-type:x mandatory}&>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}&>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{&>.swiper-wrapper{scroll-snap-type:y mandatory}&>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}&>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{&>.swiper-wrapper{scroll-snap-type:none}&>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{&>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}&>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{&>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}&>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{&>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}&>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}}}.swiper-3d{& .swiper-slide-shadow,& .swiper-slide-shadow-left,& .swiper-slide-shadow-right,& .swiper-slide-shadow-top,& .swiper-slide-shadow-bottom,& .swiper-slide-shadow,& .swiper-slide-shadow-left,& .swiper-slide-shadow-right,& .swiper-slide-shadow-top,& .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}& .swiper-slide-shadow{background:#00000026}& .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}& .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}& .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}& .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible{& .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute;&.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}&.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled &{display:none!important}& ::slotted(svg),& svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;& ::slotted(.swiper-navigation-icon),& .swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal{& .swiper-button-prev,& .swiper-button-next,&~.swiper-button-prev,&~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}& .swiper-button-prev,&~.swiper-button-prev,&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}& .swiper-button-next,&~.swiper-button-next,&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}& .swiper-button-prev,&~.swiper-button-prev,&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next{& ::slotted(.swiper-navigation-icon),& .swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{& ::slotted(.swiper-navigation-icon),& .swiper-navigation-icon{transform:rotate(0)}}}.swiper-vertical{& .swiper-button-prev,& .swiper-button-next,&~.swiper-button-prev,&~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0;right:auto}& .swiper-button-prev,&~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto;& ::slotted(.swiper-navigation-icon),& .swiper-navigation-icon{transform:rotate(-90deg)}}& .swiper-button-next,&~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;& ::slotted(.swiper-navigation-icon),& .swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0);&.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>&,&.swiper-pagination-disabled{display:none!important}}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;& .swiper-pagination-bullet{position:relative;transform:scale(.33)}& .swiper-pagination-bullet-active,& .swiper-pagination-bullet-active-main{transform:scale(1)}& .swiper-pagination-bullet-active-prev{transform:scale(.66)}& .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}& .swiper-pagination-bullet-active-next{transform:scale(.66)}& .swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block;button&{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%);& .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}&.swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%);& .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{& .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%);& .swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;& .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>&,&.swiper-pagination-horizontal,.swiper-vertical>&.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>&,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}}.swiper-pagination-lock{display:none}:root{--ct-primary:#10b981;--ct-primary-dark:#059669;--ct-primary-darker:#047857;--ct-primary-light:#34d399;--ct-primary-soft:#ecfdf5;--ct-primary-soft-strong:#d1fae5;--ct-primary-ring:#10b98138;--ct-primary-shadow:#05966947;--ct-blue:var(--ct-primary);--ct-blue-dark:var(--ct-primary-dark);--ct-emerald:var(--ct-primary);--ct-emerald-dark:var(--ct-primary-dark);--ct-emerald-light:var(--ct-primary-light);--ct-footer-bg-top:#0f172a;--ct-footer-bg-bottom:#0f766e;--ct-gold:#b68220;--ct-ink:#1f2937;--ct-muted:#6b7280;--ct-gray:#f1f4f8;--ct-border:#e5e7eb;--ct-shadow:0 2px 14px #0f172a14;color:var(--ct-ink);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Yekan Bakh,YekanBakh,Tahoma,Arial,sans-serif}@font-face{font-family:Yekan Bakh;src:url(/fonts/YekanBakh-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Yekan Bakh;src:url(/fonts/Yekan%20Bakh%20FaNum%2005%20Medium.woff)format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Yekan Bakh;src:url(/fonts/Yekan%20Bakh%20FaNum%2006%20Bold.woff)format("woff");font-weight:700 800;font-style:normal;font-display:swap}@font-face{font-family:Yekan Bakh;src:url(/fonts/Yekan%20Bakh%20FaNum%2007%20Heavy.woff)format("woff");font-weight:900;font-style:normal;font-display:swap}*{box-sizing:border-box}html{scrollbar-gutter:stable}body{background:#fff;min-width:320px;margin:0}button,input{font:inherit}button{border:0}button.ct-pdp-buybox-cta,button.ct-pdp-mobile-bar-btn{background:linear-gradient(135deg, var(--ct-primary-light) 0%, var(--ct-primary) 52%, var(--ct-primary-dark) 100%);color:#fff;box-shadow:0 10px 24px var(--ct-primary-shadow);border:0;transition:transform .2s,box-shadow .2s,filter .2s}button.ct-pdp-buybox-cta:hover:not(:disabled),button.ct-pdp-mobile-bar-btn:hover:not(:disabled){filter:brightness(1.04);box-shadow:0 12px 28px #05966957}button.ct-pdp-buybox-cta:active:not(:disabled),button.ct-pdp-mobile-bar-btn:active:not(:disabled){transform:translateY(1px)}button.ct-pdp-buybox-cta:disabled,button.ct-pdp-mobile-bar-btn:disabled{opacity:.7;cursor:not-allowed}.ct-cart-qty{background:var(--ct-primary-soft);border:1px solid #10b98159;border-radius:10px;align-items:center;display:inline-flex;overflow:hidden}.ct-cart-qty button{width:42px;height:42px;color:var(--ct-primary-dark);cursor:pointer;background:0 0;border:0;place-items:center;font-size:20px;font-weight:700;display:grid}.ct-cart-qty button:disabled{opacity:.5;cursor:not-allowed}.ct-cart-qty span{min-width:42px;color:var(--ct-ink);text-align:center;font-size:15px;font-weight:700}.ct-cart-qty--cta,.ct-cart-qty--cta-mobile{background:linear-gradient(135deg, var(--ct-primary-light) 0%, var(--ct-primary) 52%, var(--ct-primary-dark) 100%);box-shadow:0 10px 24px var(--ct-primary-shadow);border:0;border-radius:10px;justify-content:space-between;align-items:stretch;display:flex}.ct-cart-qty--cta{width:100%;height:52px}.ct-cart-qty--cta-mobile{min-width:0;height:48px}.ct-cart-qty--cta button,.ct-cart-qty--cta-mobile button{color:#fff;background:#ffffff24;flex:none;width:48px;height:100%;font-size:22px;transition:background-color .2s}.ct-cart-qty--cta button:hover:not(:disabled),.ct-cart-qty--cta-mobile button:hover:not(:disabled){background:#ffffff3d}.ct-cart-qty--cta span,.ct-cart-qty--cta-mobile span{color:#fff;flex:1;place-items:center;min-width:0;font-size:17px;font-weight:800;display:grid}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}img,svg{display:block}.ct-header{z-index:100;width:100%;box-shadow:var(--ct-shadow);background:#fff;position:sticky;top:0}.ct-header:has(.ct-menu-btn.is-active){z-index:120}body.ct-menu-open,body.ct-category-menu-open{overflow:hidden}.ct-top-gif{background:var(--ct-blue);width:100%;line-height:0;display:block;overflow:hidden}.ct-top-gif>span,.ct-top-gif picture{width:100%;display:block}.ct-top-gif img{object-fit:contain;object-position:center;width:100%;height:auto;display:block}.ct-container{width:100%;margin:0 auto;padding:0 8px 0 32px}.ct-page-container{width:100%;padding:52px 32px 0}.ct-home-container{width:100%}.ct-markdown-content{color:#4b5563;text-align:justify;text-justify:inter-word;font-size:14px;line-height:2}.ct-markdown-content>:first-child{margin-top:0}.ct-markdown-content>:last-child{margin-bottom:0}.ct-markdown-content p{margin:0 0 12px}.ct-markdown-content h1,.ct-markdown-content h2,.ct-markdown-content h3,.ct-markdown-content h4{color:#303846;margin:24px 0 12px;font-weight:700;line-height:1.8}.ct-markdown-content h1{font-size:20px}.ct-markdown-content h2{font-size:18px}.ct-markdown-content h3{font-size:16px}.ct-markdown-content h4{font-size:15px}.ct-markdown-content ul,.ct-markdown-content ol{margin:0 0 12px;padding-right:20px}.ct-markdown-content li+li{margin-top:6px}.ct-markdown-content a{color:var(--ct-primary-dark);text-decoration:underline}.ct-markdown-content a:hover{color:var(--ct-primary-darker)}.ct-markdown-content blockquote{color:#6b7280;border-right:3px solid #d1d5db;margin:0 0 12px;padding:4px 12px 4px 0}.ct-markdown-content code{background:#f3f4f6;border-radius:6px;padding:1px 6px;font-size:.92em}.ct-markdown-content pre{background:#111827;border-radius:10px;margin:0 0 12px;padding:12px 14px;overflow:auto}.ct-markdown-content pre code{color:#f9fafb;background:0 0;padding:0}.ct-markdown-content table{border-collapse:collapse;border:1px solid var(--ct-border);border-radius:10px;width:100%;max-width:100%;margin:0 0 16px;overflow:hidden}.ct-markdown-content thead{background:var(--ct-gray)}.ct-markdown-content th,.ct-markdown-content td{border:1px solid var(--ct-border);vertical-align:top;text-align:right;word-break:break-word;padding:10px 14px}.ct-markdown-content th{color:#303846;font-weight:700}.ct-markdown-content tbody tr:nth-child(2n){background:#fafbfc}.ct-markdown-content p,.ct-markdown-content li,.ct-markdown-content blockquote{text-align:justify;text-justify:inter-word}.ct-navbar{width:100%}.ct-navbar-top{justify-content:space-between;align-items:center;gap:22px;min-height:82px;display:flex}.ct-brand-search{flex:auto;align-items:center;gap:20px;min-width:0;display:flex}.ct-logo{flex:none;align-items:center;display:inline-flex}.ct-logo img{object-fit:contain;width:auto;height:96px}.ct-search-wrapper{width:min(100%,680px)}.ct-search-box{background:var(--ct-gray);height:52px;color:var(--ct-muted);border-radius:4px;align-items:center;display:flex;position:relative}.ct-search-box .ct-search-icon{fill:none;stroke:#7b8494;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:26px;height:26px;position:absolute;right:18px}.ct-search-box input{width:100%;height:100%;color:var(--ct-ink);background:0 0;border:0;outline:0;padding:0 56px 0 18px;font-size:14px;font-weight:400}.ct-search-box input::placeholder{color:#7b8494}.ct-search-box input[type=search]::-webkit-search-cancel-button{display:none}.ct-search-box .ct-search-clear{color:#55606f;cursor:pointer;background:#dee3ec;border:0;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex;position:absolute;left:10px}.ct-search-box .ct-search-clear:active{background:#ccd3de}.ct-search-box .ct-search-clear svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2.4px;width:14px;height:14px}.ct-search-box.has-clear input{padding-left:44px}.ct-user-nav{flex:none;align-items:center;gap:10px;height:82px;display:flex}.ct-header-action{background:linear-gradient(180deg, #fff 0%, var(--ct-primary-soft) 100%);min-height:44px;color:var(--ct-primary-dark);cursor:pointer;border:1px solid #10b98138;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:0 14px;font-size:13px;font-weight:700;line-height:1.4;transition:transform .16s,border-color .16s,color .16s,background .16s,box-shadow .16s;display:inline-flex;position:relative;box-shadow:0 1px 2px #0f172a0a}.ct-header-action:hover{background:linear-gradient(135deg, var(--ct-primary-light) 0%, var(--ct-primary) 52%, var(--ct-primary-dark) 100%);color:#fff;box-shadow:0 10px 24px var(--ct-primary-shadow);border-color:#10b98173;transform:translateY(-1px)}.ct-header-action:active{transform:translateY(0)}.ct-header-action__icon{width:34px;height:34px;color:var(--ct-primary-dark);background:#10b9811a;border-radius:10px;flex:none;place-items:center;transition:background .16s,color .16s;display:grid}.ct-header-action:hover .ct-header-action__icon{color:#fff;background:#ffffff2e}.ct-header-action__icon-svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:20px;height:20px}.ct-header-action__avatar{background:linear-gradient(135deg, var(--ct-primary-light), var(--ct-primary-dark));color:#fff;border-radius:999px;flex:none;place-items:center;width:34px;height:34px;font-size:13px;font-weight:800;line-height:1;display:grid;box-shadow:inset 0 0 0 2px #ffffff47}.ct-header-action__text{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.ct-header-action__sep{color:#05966973;font-size:12px;font-weight:500}.ct-header-action:hover .ct-header-action__sep{color:#ffffffb8}.ct-login-btn{min-width:0;padding-inline:16px}.ct-cart-btn{width:auto;min-width:44px;padding-inline:12px 14px}.ct-cart-btn__label{font-size:13px;font-weight:700}.ct-cart-icon-wrap{background:#10b9811a;border-radius:10px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;transition:background .16s;display:inline-flex;position:relative}.ct-header-action:hover .ct-cart-icon-wrap{background:#ffffff2e}.ct-cart-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:22px;height:22px}.ct-cart-badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10px;font-weight:800;line-height:1;display:none;position:absolute;top:-6px;right:-6px;box-shadow:0 4px 10px #ef444459}.ct-cart-badge.is-visible{display:grid}.ct-cart-tooltip{z-index:2;visibility:hidden;color:#3f4857;opacity:0;background:#fff;border:1px solid #eef1f6;border-radius:10px;width:max-content;padding:8px 12px;font-size:12px;font-weight:600;transition:opacity .18s,visibility .18s,transform .18s;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 12px 28px #0f172a24}.ct-cart-tooltip:before{content:"";background:#fff;border-top:1px solid #eef1f6;border-right:1px solid #eef1f6;width:10px;height:10px;position:absolute;top:-5px;left:50%;transform:translate(-50%)rotate(-45deg)}.ct-cart-tooltip b{color:#8a93a3;font-weight:500}.ct-cart-btn:hover .ct-cart-tooltip{visibility:visible;opacity:1;transform:translate(-50%)translateY(0)}.ct-mobile-menu-btn,.ct-mobile-search-btn{display:none}.ct-mobile-line-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:24px;height:24px}.ct-navbar-bottom{border-top:1px solid var(--ct-border);height:48px}.ct-navbar-bottom ul{color:#434c5c;scrollbar-width:none;white-space:nowrap;align-items:center;gap:28px;height:100%;margin:0;padding:0;font-size:14px;font-weight:500;list-style:none;display:flex;overflow-x:auto}.ct-navbar-bottom ul::-webkit-scrollbar{display:none}.ct-navbar-bottom li,.ct-navbar-bottom a,.ct-navbar-bottom-link{align-items:center;gap:7px;height:100%;display:inline-flex}.ct-navbar-bottom a,.ct-navbar-bottom-link,.ct-menu-btn{transition:color .16s}.ct-navbar-bottom a:hover,.ct-navbar-bottom-link:hover,.ct-menu-btn:hover{color:var(--ct-blue)}.ct-menu-btn{color:var(--ct-ink);cursor:pointer;align-items:center;gap:7px;font-size:14px;font-weight:700;display:inline-flex}.ct-menu-hamburger-icon{flex:none;width:22px;height:22px;overflow:visible}.ct-menu-btn.is-active{color:var(--ct-blue)}.ct-menu-btn-wrap{list-style:none;position:static}.ct-category-menu-backdrop{z-index:110;background:#0f172a59;position:fixed;inset:0}.ct-category-menu{z-index:130;border-top:1px solid var(--ct-border);background:#fff;position:fixed;left:0;right:0;box-shadow:0 18px 40px #0f172a24}.ct-category-menu-inner{min-height:320px;max-height:min(68vh,560px);display:flex;position:relative}.ct-category-menu-first,.ct-category-menu-second,.ct-category-menu-third{border-left:1px solid var(--ct-border);flex-direction:column;min-height:0;display:flex}.ct-category-menu-first{background:#fafbfd;flex:none;width:min(100%,260px)}.ct-category-menu-second{flex:none;width:min(100%,280px)}.ct-category-menu-third{flex:auto;min-width:220px}.ct-category-menu-scroll{scrollbar-width:thin;margin:0;padding:8px 0 16px;list-style:none;overflow:auto}.ct-category-menu-first li,.ct-category-menu-second li{margin:0}.ct-category-menu-first a,.ct-category-menu-second a{justify-content:space-between;align-items:center;gap:8px;min-height:42px;padding:0 14px;transition:background .16s,color .16s;display:flex}.ct-category-menu-first li.is-active a,.ct-category-menu-second li.is-active a{background:#fff}.ct-category-menu-first-link{align-items:center;gap:12px;min-width:0;display:inline-flex}.ct-category-menu-first-icon{flex:none;justify-content:center;align-items:center;display:inline-flex}.ct-category-menu-first-icon img{object-fit:contain;width:24px;height:24px}.ct-category-menu-second-link{align-items:center;gap:10px;min-width:0;display:inline-flex}.ct-category-menu-second-icon,.ct-category-menu-third-icon{background:0 0;border-radius:0;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;overflow:hidden}.ct-category-menu-second-icon img{object-fit:contain;width:24px;height:24px}.ct-category-menu-third-icon{width:28px;height:28px}.ct-category-menu-third-icon img{object-fit:contain;width:20px;height:20px}.ct-category-menu-first-text,.ct-category-menu-second-text{color:#303846;font-size:14px;font-weight:500;line-height:1.7}.ct-category-menu-first-text.is-active,.ct-category-menu-second-text.is-active{color:var(--ct-blue);font-weight:700}.ct-category-menu-first a:hover .ct-category-menu-first-text,.ct-category-menu-second a:hover .ct-category-menu-second-text,.ct-category-menu-third-link:hover{color:var(--ct-blue)}.ct-category-menu-section-title{border-bottom:1px solid var(--ct-border);color:#1f2937;align-items:center;min-height:56px;padding:0 18px;font-size:15px;font-weight:800;display:flex}.ct-category-menu-section-title:hover{color:var(--ct-blue)}.ct-category-menu-third-link{color:#303846;align-items:center;gap:10px;padding:10px 18px;font-size:14px;font-weight:500;line-height:1.8;display:inline-flex}.ct-category-menu-empty{color:#8a93a3;margin:0;padding:18px;font-size:13px}.ct-category-menu-arrow{fill:none;width:22px;height:22px;stroke:var(--ct-blue);stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;flex:none}.ct-category-menu-close{z-index:2;color:#fff;cursor:pointer;background:#4b5563;border-radius:999px;place-items:center;width:40px;height:40px;transition:background .16s;display:grid;position:absolute;top:12px;left:12px}.ct-category-menu-close:hover{background:#374151}.ct-category-menu-close-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2px;width:18px;height:18px}.ct-navbar-bottom .ct-icon{width:22px;height:22px}.ct-header-menu-icon{object-fit:contain;flex:none;width:20px;height:20px}.ct-icon{fill:currentColor;color:currentColor}.ct-clock-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.ct-gold-link{color:var(--ct-gold)}.ct-badge{color:var(--ct-gold);background:#fff2d2;border-radius:3px;padding:2px 5px;font-size:11px;font-weight:800}.ct-seller-link{color:var(--ct-blue);margin-right:auto;font-weight:700}@media (width<=920px){.ct-container{padding:0 12px}.ct-page-container{padding:34px 16px 0}.ct-home-container{padding-inline:10px}.ct-home-container .ct-page-container{padding-inline:0}.ct-navbar-top{flex-wrap:wrap;gap:10px 16px;min-height:116px;padding:12px 0}.ct-brand-search{display:contents}.ct-logo{order:1}.ct-user-nav{order:2;height:42px;margin-right:auto}.ct-search-wrapper{order:3;width:100%}.ct-login-btn{width:44px;min-width:44px;padding:0}.ct-login-btn .ct-header-action__text{display:none}.ct-login-btn--user .ct-header-action__avatar{width:32px;height:32px;font-size:12px}.ct-cart-btn{width:44px;min-width:44px;padding:0}.ct-cart-btn__label{display:none}.ct-cart-icon-wrap{width:32px;height:32px}.ct-navbar-bottom{border-top:0;height:50px}.ct-navbar-bottom ul{gap:22px}.ct-seller-link{margin-right:0}}@media (width<=640px){.ct-top-gif img{object-fit:contain;background:var(--ct-blue)}.ct-logo img{width:auto;height:44px}.ct-navbar-top{grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;height:56px;min-height:56px;padding:6px 0;display:grid;position:relative;overflow:hidden}.ct-mobile-menu-btn{color:#303846;cursor:pointer;background:0 0;border:0;border-radius:0;grid-column:1;place-items:center;width:44px;height:44px;display:grid}.ct-mobile-search-btn{color:#303846;cursor:pointer;background:0 0;border:0;border-radius:0;grid-column:3;place-items:center;width:44px;height:44px;display:grid;position:static}.ct-brand-search{grid-column:2;justify-content:center;min-width:0;display:flex;position:static}.ct-logo{order:initial}.ct-search-wrapper,.ct-user-nav,.ct-navbar-bottom{display:none}}.ct-mobile-bottom-nav{display:none}@media (width<=767px){body.ct-has-mobile-bottom-nav{padding-bottom:0}body.ct-has-mobile-bottom-nav .ct-site-main{padding-bottom:calc(64px + env(safe-area-inset-bottom))}body.ct-has-mobile-bottom-nav .ct-footer{padding-bottom:calc(24px + env(safe-area-inset-bottom))}.ct-mobile-bottom-nav{z-index:110;padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:1px solid #eef1f6;display:block;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0f172a14}.ct-mobile-bottom-nav ul{grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.ct-mobile-bottom-nav a{color:#8a93a3;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:64px;padding:8px 4px;font-size:11px;font-weight:500;line-height:1.4;text-decoration:none;display:flex}.ct-mobile-bottom-nav a.is-active{color:var(--ct-blue)}.ct-mobile-bottom-nav svg{width:24px;height:24px}.ct-mobile-bottom-nav span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}}.ct-category-menu-backdrop{opacity:0;transition:opacity .22s}.ct-category-menu-backdrop.is-open{opacity:1}.ct-category-menu{opacity:0;transition:opacity .24s,transform .28s cubic-bezier(.22,1,.36,1);transform:translateY(-12px)}.ct-category-menu.is-open{opacity:1;transform:translateY(0)}body.ct-category-menu-open{overflow:hidden}.ct-category-menu-seo{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ct-mobile-category-sheet{z-index:160;visibility:hidden;background:#fff;border-radius:0;flex-direction:column;height:100dvh;transition:transform .32s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;inset:0;transform:translateY(100%)}.ct-mobile-category-sheet.is-visible{visibility:visible}.ct-mobile-category-sheet.is-open{transform:translateY(0)}.ct-mobile-category-head{min-height:56px;padding:calc(10px + env(safe-area-inset-top)) 12px 10px 16px;background:#fff;border-bottom:1px solid #eef1f6;flex:none;justify-content:space-between;align-items:center;gap:12px;display:flex}.ct-mobile-category-head-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ct-mobile-category-head-text strong{color:#303846;font-size:16px;font-weight:800;line-height:1.5}.ct-mobile-category-head-text span{color:#8a93a3;font-size:12px;line-height:1.6}.ct-mobile-category-close{color:#434c5c;cursor:pointer;background:0 0;border:0;border-radius:0;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.ct-mobile-category-split{flex:1;min-height:0;display:flex;overflow:hidden}.ct-mobile-category-main{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#f3f4f6;border-left:1px solid #eef1f6;flex:none;width:26%;max-width:104px;overflow-y:auto}.ct-mobile-category-main ul{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ct-mobile-category-main-btn{color:#434c5c;cursor:pointer;text-align:center;background:0 0;border:0;border-bottom:1px solid #e5e7eb;flex-direction:column;align-items:center;gap:4px;width:100%;padding:8px 2px;transition:background .16s,color .16s;display:flex}.ct-mobile-category-main-btn.is-active{box-shadow:inset 2px 0 0 var(--ct-primary);color:var(--ct-primary-dark);background:#fff;font-weight:700}.ct-mobile-category-main-icon{width:56px;height:56px;box-shadow:none;background:0 0;border:0;border-radius:0;place-items:center;margin:0;padding:0;display:grid}.ct-mobile-category-main-btn.is-active .ct-mobile-category-main-icon{box-shadow:none;background:0 0}.ct-mobile-category-main-icon img{object-fit:contain;width:44px;height:44px}.ct-mobile-category-main-label{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:9px;font-weight:600;line-height:1.45;display:-webkit-box;overflow:hidden}.ct-mobile-category-sub{overscroll-behavior:contain;min-width:0;padding:12px 12px calc(16px + env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;background:#fff;flex-direction:column;flex:1;gap:10px;display:flex;overflow-y:auto}.ct-mobile-category-all-link{color:var(--ct-primary-dark);background:linear-gradient(135deg,#ecfdf5 0%,#fff 100%);border:1px solid #10b98138;border-radius:0;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:13px;font-weight:800;line-height:1.6;text-decoration:none;display:flex}.ct-mobile-category-sub-list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.ct-mobile-category-sub-btn{color:#303846;cursor:pointer;text-align:right;background:#fff;border:0;border-bottom:1px solid #eef1f6;border-radius:0;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 4px;font-size:14px;font-weight:600;line-height:1.7;text-decoration:none;display:flex}.ct-mobile-category-sub-label{align-items:center;gap:10px;min-width:0;display:inline-flex}.ct-mobile-category-sub-icon{background:0 0;border-radius:0;flex:none;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.ct-mobile-category-sub-icon img{object-fit:contain;width:32px;height:32px}.ct-mobile-category-sub-btn.is-active{color:var(--ct-primary-dark)}.ct-mobile-category-sub-btn svg{color:#8a93a3;flex:none}.ct-mobile-category-sub-btn.is-active svg{color:var(--ct-primary-dark);transform:rotate(-90deg)}.ct-mobile-category-sub-nested{background:#f8fafc;flex-direction:column;gap:0;margin:0;padding:0 0 8px;list-style:none;display:flex}.ct-mobile-category-sub-nested-link{color:#434c5c;border-bottom:1px solid #eef1f6;align-items:center;gap:10px;padding:12px 14px 12px 22px;font-size:13px;font-weight:500;line-height:1.7;text-decoration:none;display:flex}.ct-mobile-category-sub-nested-link--all{color:var(--ct-primary-dark);font-weight:700}.ct-mobile-category-empty{color:#8a93a3;text-align:center;margin:24px 0 0;font-size:13px;line-height:1.8}@media (width>=768px){.ct-mobile-category-sheet{display:none}}@media (width<=767px){.ct-mobile-menu-btn{display:grid;position:absolute;right:0}.ct-mobile-menu-btn.is-active{color:var(--ct-primary-dark)}.ct-mobile-bottom-nav-category-btn{color:#8a93a3;cursor:pointer;text-align:center;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;min-height:64px;padding:8px 4px;font-size:11px;font-weight:500;line-height:1.4;display:flex}.ct-mobile-bottom-nav-category-btn.is-active{color:var(--ct-blue)}.ct-mobile-bottom-nav-category-btn svg{width:24px;height:24px}.ct-mobile-bottom-nav-category-btn span{display:block}}.ct-mobile-search-backdrop{z-index:164;opacity:0;background:#0f172a73;border:0;transition:opacity .22s;position:fixed;inset:0}.ct-mobile-search-backdrop.is-open{opacity:1}.ct-mobile-search-sheet{z-index:165;opacity:0;visibility:hidden;background:#fff;flex-direction:column;transition:opacity .2s,transform .26s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;inset:0;transform:translateY(-10px)}.ct-mobile-search-sheet.is-visible{visibility:visible}.ct-mobile-search-sheet.is-open{opacity:1;transform:translateY(0)}.ct-mobile-search-bar{padding:calc(8px + env(safe-area-inset-top)) 10px 10px;border-bottom:1px solid #eef1f6;align-items:center;gap:6px;display:flex}.ct-mobile-search-back{color:#434c5c;cursor:pointer;background:0 0;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex}.ct-mobile-search-back:active{background:var(--ct-gray)}.ct-mobile-search-back svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:22px;height:22px}.ct-mobile-search-bar .ct-search-form{flex:auto;align-items:center;gap:8px;min-width:0;display:flex}.ct-mobile-search-bar .ct-search-box{border-radius:999px;flex:auto;min-width:0;height:44px}.ct-mobile-search-bar .ct-search-box .ct-search-icon{width:20px;height:20px;right:14px}.ct-mobile-search-bar .ct-search-box input{padding:0 42px 0 14px;font-size:14px}.ct-mobile-search-bar .ct-search-box.has-clear input{padding-left:40px}.ct-mobile-search-bar .ct-search-submit{background:var(--ct-primary);color:#fff;cursor:pointer;white-space:nowrap;border:0;border-radius:999px;flex:none;height:44px;padding:0 16px;font-size:14px;font-weight:700;line-height:1}.ct-mobile-search-bar .ct-search-submit:active{background:var(--ct-primary-dark)}.ct-mobile-search-hint{color:var(--ct-muted);margin:0;padding:16px 20px;font-size:13px;line-height:1.8}body.ct-mobile-search-open{overflow:hidden}@media (width>=768px){.ct-mobile-search-backdrop,.ct-mobile-search-sheet{display:none}}.ct-auth-page{background:linear-gradient(#f8fafc 0%,#fff 100%);min-height:calc(100vh - 180px);padding:32px 0 64px}.ct-auth-card{border:1px solid var(--ct-border);background:#fff;border-radius:16px;width:min(100%,440px);margin:0 auto;padding:32px 24px 28px;box-shadow:0 12px 32px #0f172a14}.ct-auth-logo{margin-bottom:20px;display:inline-flex}.ct-auth-logo img{object-fit:contain;width:72px;height:72px;display:block}.ct-auth-heading{margin-bottom:24px}.ct-auth-heading h1{color:#303846;margin:0 0 8px;font-size:24px;font-weight:800;line-height:1.4}.ct-auth-heading p{color:var(--ct-muted);margin:0;font-size:14px;line-height:1.8}.ct-auth-form{flex-direction:column;gap:16px;display:flex}.ct-auth-field-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ct-auth-field{flex-direction:column;gap:8px;display:flex}.ct-auth-field span{color:#303846;font-size:13px;font-weight:700}.ct-auth-field input{border:1px solid var(--ct-border);color:#303846;background:#fff;border-radius:10px;width:100%;min-height:48px;padding:0 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.ct-auth-field input:focus{border-color:var(--ct-primary);box-shadow:0 0 0 3px var(--ct-primary-ring);outline:none}.ct-auth-submit{background:linear-gradient(135deg, var(--ct-primary-light) 0%, var(--ct-primary) 52%, var(--ct-primary-dark) 100%);color:#fff;min-height:48px;box-shadow:0 10px 24px var(--ct-primary-shadow);cursor:pointer;border:0;border-radius:10px;margin-top:4px;font-size:15px;font-weight:700;transition:transform .2s,box-shadow .2s,filter .2s}.ct-auth-submit:hover:not(:disabled){filter:brightness(1.04);box-shadow:0 12px 28px #05966957}.ct-auth-submit:active:not(:disabled){transform:translateY(1px)}.ct-auth-field input:disabled{cursor:not-allowed;background:#f8fafc}.ct-auth-submit:disabled{opacity:.7;cursor:not-allowed}.ct-auth-error{color:#b91c1c;background:#fef2f2;border-radius:10px;margin:0;padding:12px 14px;font-size:13px;line-height:1.7}.ct-auth-success{color:#047857;background:#ecfdf5;border-radius:10px;margin:0 0 16px;padding:12px 14px;font-size:13px;line-height:1.7}.ct-auth-footer{color:var(--ct-muted);text-align:center;border-top:1px solid #eef1f6;margin-top:24px;padding-top:20px;font-size:14px;line-height:1.7}.ct-auth-footer a{color:var(--ct-primary);font-weight:700}.ct-auth-footer a:hover{color:var(--ct-primary-dark)}@keyframes ct-auth-spin{to{transform:rotate(360deg)}}.ct-login-btn--loading{pointer-events:none;gap:8px;min-width:108px}.ct-login-btn-spinner{border:2px solid #0596692e;border-top-color:var(--ct-primary);border-radius:999px;flex:none;width:16px;height:16px;animation:.8s linear infinite ct-auth-spin}.ct-login-btn-loading-text{opacity:.72}.ct-login-btn--user{max-width:180px}.ct-login-btn--user .ct-header-action__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (width<=920px){.ct-login-btn--loading{min-width:44px;padding:0}.ct-login-btn--loading .ct-login-btn-loading-text{display:none}}@media (width<=640px){.ct-auth-page{padding:20px 0 48px}.ct-auth-card{border-radius:14px;padding:24px 16px 22px}.ct-auth-field-row{grid-template-columns:1fr}}@media (width<=767px){body.ct-has-mobile-bottom-nav .ct-auth-page{padding-bottom:48px}}.ct-footer{isolation:isolate;background:linear-gradient(165deg, var(--ct-footer-bg-top) 0%, #115e59 55%, var(--ct-footer-bg-bottom) 100%);color:#e2e8f0;margin-top:64px;position:relative}.ct-footer:before{content:"";background:linear-gradient(90deg, var(--ct-emerald-dark), var(--ct-emerald-light), var(--ct-primary-light));height:4px;display:block}.ct-footer:after{content:"";pointer-events:none;background:radial-gradient(circle at 12% 0,#10b98138,#0000 42%),radial-gradient(circle at 88% 100%,#0a84ff29,#0000 38%);position:absolute;inset:0}.ct-footer-main,.ct-footer-trust,.ct-footer-copy{z-index:1;position:relative}.ct-footer-main{padding:48px 0 40px}.ct-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;display:grid}.ct-footer-about{grid-column:span 2}.ct-footer-logo{background:#fffffff5;border-radius:14px;margin-bottom:16px;padding:8px;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 24px #0f172a2e}.ct-footer-logo:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f172a3d}.ct-footer-logo img{object-fit:contain;width:56px;height:56px;display:block}.ct-footer-about h4,.ct-footer-links h4,.ct-footer-contact h4{color:#f8fafc;border-bottom:1px solid #ffffff1a;align-items:center;gap:8px;margin:0 0 16px;padding-bottom:12px;font-size:18px;font-weight:700;line-height:1.4;display:flex}.ct-footer-about h4 svg,.ct-footer-links h4 svg,.ct-footer-contact h4 svg{width:20px;height:20px;color:var(--ct-emerald-light);flex-shrink:0}.ct-footer-about p{color:#cbd5e1;margin:0 0 20px;font-size:14px;line-height:1.9}.ct-footer-social{flex-wrap:wrap;gap:10px;display:flex}.ct-footer-social-link{color:#f1f5f9;background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:flex}.ct-footer-social-link:hover{background:var(--ct-emerald);color:#fff;border-color:#34d39999;transform:translateY(-2px)}.ct-footer-social-link svg{width:18px;height:18px}.ct-footer-links ul{margin:0;padding:0;list-style:none}.ct-footer-links li+li{margin-top:10px}.ct-footer-links a{color:#cbd5e1;align-items:center;gap:8px;font-size:14px;line-height:1.6;text-decoration:none;transition:color .2s,transform .2s;display:flex}.ct-footer-links a:hover{color:var(--ct-emerald-light);transform:translate(-4px)}.ct-footer-links a svg{width:12px;height:12px;color:var(--ct-emerald-light);opacity:.85;flex-shrink:0}.ct-footer-contact-list{flex-direction:column;gap:14px;display:flex}.ct-footer-contact-item{align-items:flex-start;gap:12px;display:flex}.ct-footer-contact-item svg{width:18px;height:18px;color:var(--ct-emerald-light);flex-shrink:0;margin-top:2px}.ct-footer-contact-item p,.ct-footer-contact-item a{color:#cbd5e1;margin:0;font-size:14px;line-height:1.7;text-decoration:none;transition:color .2s}.ct-footer-contact-item a:hover{color:var(--ct-emerald-light)}.ct-footer-support-box{background:linear-gradient(135deg,#10b98138,#10b98114);border:1px solid #34d39959;border-radius:12px;padding:16px;box-shadow:inset 0 1px #ffffff14}.ct-footer-support-title{color:#ecfdf5;margin:0 0 4px;font-size:14px;font-weight:700}.ct-footer-support-subtitle{color:#a7f3d0;margin:0;font-size:12px;line-height:1.6}.ct-footer-trust{background:#0f172a47;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:28px 0}.ct-footer-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.ct-footer-trust-item{backdrop-filter:blur(8px);background:#ffffff12;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:12px;padding:16px;transition:border-color .2s,background-color .2s,transform .2s;display:flex}.ct-footer-trust-item:hover{background:#ffffff1a;border-color:#34d39973;transform:translateY(-2px)}.ct-footer-trust-icon{background:linear-gradient(135deg, var(--ct-emerald), var(--ct-emerald-dark));color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 8px 20px #10b98159}.ct-footer-trust-icon svg{width:22px;height:22px}.ct-footer-trust-item h5{color:#f8fafc;margin:0 0 4px;font-size:14px;font-weight:700}.ct-footer-trust-item p{color:#94a3b8;margin:0;font-size:12px;line-height:1.5}.ct-footer-copy{padding:20px 0 calc(24px + env(safe-area-inset-bottom));background:#02061773}.ct-footer-copy p{color:#94a3b8;text-align:center;margin:0;font-size:13px;line-height:1.7}.ct-footer-brand{color:var(--ct-emerald-light);font-weight:700}@media (width>=768px){.ct-footer-main{padding:56px 0 44px}.ct-footer-trust-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ct-footer-copy p{text-align:right}}@media (width>=1024px){.ct-footer-grid{grid-template-columns:1.15fr repeat(3,minmax(0,1fr));gap:40px}.ct-footer-about,.ct-footer-contact{grid-column:span 1}.ct-footer-links,.ct-footer-contact{border-inline-start:1px solid #ffffff14;padding-inline-start:8px}}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*),[data-astro-transition-scope]{animation:none!important}}#ct-page-loading-bar{--ct-loading-progress:0%;z-index:10000;pointer-events:none;opacity:0;height:3px;transition:opacity .2s,transform .2s;position:fixed;inset-block-start:0;inset-inline:0;transform:translateY(-100%)}#ct-page-loading-bar[data-visible=true]{opacity:1;transform:translateY(0)}#ct-page-loading-bar:before{content:"";width:var(--ct-loading-progress);background:linear-gradient(90deg, var(--ct-primary-light), var(--ct-primary) 55%, var(--ct-primary-dark));box-shadow:0 0 10px var(--ct-primary-shadow);transition:width .18s ease-out;position:absolute;inset-block:0;inset-inline-start:0}#ct-page-loading-bar[data-state=complete]:before{transition:width .12s ease-out}.ct-sk{background:linear-gradient(90deg,#eef1f5 0%,#f8fafc 50%,#eef1f5 100%) 0 0/200% 100%;border-radius:8px;animation:1.2s ease-in-out infinite ct-page-skeleton-shimmer;display:block}@keyframes ct-page-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.ct-page-skeleton{background:#fff;width:100%;animation:.15s ease-out ct-page-skeleton-fade-in}.ct-page-skeleton[hidden]{display:none!important}@keyframes ct-page-skeleton-fade-in{0%{opacity:0}to{opacity:1}}.ct-page-skeleton-shell{pointer-events:none;user-select:none;width:100%;padding-bottom:48px}.ct-page-skeleton-panel{display:none}.ct-page-skeleton[data-variant=product] [data-skeleton-panel=product],.ct-page-skeleton[data-variant=listing] [data-skeleton-panel=listing],.ct-page-skeleton[data-variant=home] [data-skeleton-panel=home],.ct-page-skeleton[data-variant=blog] [data-skeleton-panel=blog],.ct-page-skeleton[data-variant=directory] [data-skeleton-panel=directory],.ct-page-skeleton[data-variant=auth] [data-skeleton-panel=auth],.ct-page-skeleton[data-variant=generic] [data-skeleton-panel=generic]{display:block}.ct-page-skeleton-crumbs{flex-wrap:wrap;gap:8px;margin:4px 0 18px;display:flex}.ct-sk--crumb{border-radius:999px;width:72px;height:14px}.ct-sk--page-title{width:min(280px,70%);height:28px;margin-bottom:12px}.ct-sk--lead{width:min(420px,90%);height:14px;margin-bottom:24px}.ct-sk--section-title{width:min(200px,45%);height:22px;margin:28px 0 16px}.ct-sk--line{width:100%;height:12px;margin-bottom:10px}.ct-sk--line-short{width:62%}.ct-sk--block{border-radius:14px;width:100%;height:120px;margin:12px 0}.ct-sk--block-short{height:72px}.ct-sk--nav{border-radius:12px;width:100%;height:48px;margin:24px 0 14px}.ct-sk--hero{aspect-ratio:21/8;border-radius:16px;width:100%;margin-bottom:28px}.ct-sk--hero-short{aspect-ratio:21/7;max-height:220px}.ct-page-skeleton-pdp{width:100%}@media (width>=1280px){.ct-page-skeleton-pdp{align-items:flex-start;gap:32px;display:flex}}.ct-page-skeleton-pdp-main{flex:1;min-width:0}.ct-page-skeleton-pdp-card{flex-direction:column;display:flex}@media (width>=768px){.ct-page-skeleton-pdp-card{flex-direction:row}}@media (width>=1280px){.ct-page-skeleton-pdp-card{border:1px solid #eef1f6;border-radius:16px}}.ct-page-skeleton-pdp-info{width:100%;padding:24px 16px 24px 0}@media (width>=768px){.ct-page-skeleton-pdp-info{width:55%;padding:28px 16px 32px 0}}@media (width>=1280px){.ct-page-skeleton-pdp-info{padding:42px 16px 40px 42px}}.ct-sk--brand{border-radius:999px;width:120px;height:14px;margin-bottom:14px}.ct-sk--title{width:min(100%,420px);height:22px;margin-bottom:10px}.ct-sk--title-short{width:min(70%,280px)}.ct-page-skeleton-tags{flex-wrap:wrap;gap:8px;margin:14px 0 18px;display:flex}.ct-sk--tag{border-radius:999px;width:68px;height:28px}.ct-page-skeleton-pdp-gallery{width:100%;padding:8px 0 20px 16px}@media (width<=767px){.ct-page-skeleton-pdp-gallery{flex-direction:column;order:-1;align-items:center;padding:8px 16px 20px;display:flex}}@media (width>=768px){.ct-page-skeleton-pdp-gallery{width:45%;padding:8px 20px 32px 0}}@media (width>=1280px){.ct-page-skeleton-pdp-gallery{padding:12px 46px 32px 52px}}.ct-sk--gallery{aspect-ratio:1;border-radius:12px;width:min(100%,280px);display:block}@media (width>=768px){.ct-sk--gallery{width:min(100%,320px);margin-inline:auto}}@media (width>=1280px){.ct-sk--gallery{width:min(100%,360px)}}.ct-page-skeleton-thumbs{justify-content:center;gap:10px;width:min(100%,280px);margin-top:16px;display:flex}@media (width>=768px){.ct-page-skeleton-thumbs{width:min(100%,320px);margin-inline:auto}}.ct-sk--thumb{flex:none;width:70px;height:70px}.ct-page-skeleton-pdp-sidebar{display:none}@media (width>=1280px){.ct-page-skeleton-pdp-sidebar{flex:0 0 384px;width:384px;display:block}}.ct-page-skeleton-buybox{border-radius:16px;flex-direction:column;gap:14px;padding:24px;display:flex;box-shadow:0 8px 24px #0f172a14}.ct-sk--price{width:160px;height:34px;margin-inline-start:auto}.ct-sk--cta{border-radius:10px;width:100%;height:52px}.ct-page-skeleton-listing{flex-direction:column;gap:16px;margin-top:18px;display:flex}@media (width>=921px){.ct-page-skeleton-listing{flex-direction:row;align-items:flex-start;gap:24px}}.ct-page-skeleton-filters{display:none}@media (width>=921px){.ct-page-skeleton-filters{flex-direction:column;flex:0 0 260px;gap:12px;width:260px;display:flex}}.ct-sk--filter-head{width:100%;height:42px}.ct-sk--filter-row{width:100%;height:36px}.ct-page-skeleton-listing-main{flex:1;min-width:0}.ct-sk--sortbar{border-radius:12px;width:100%;height:48px;margin-bottom:16px}.ct-page-skeleton-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}@media (width>=768px){.ct-page-skeleton-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}}@media (width>=1280px){.ct-page-skeleton-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.ct-page-skeleton-product-grid--home{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width>=768px){.ct-page-skeleton-product-grid--home{grid-template-columns:repeat(5,minmax(0,1fr))}}.ct-page-skeleton-product-card{background:#fff;border-radius:8px;flex-direction:column;align-items:center;width:100%;padding:16px 12px 14px;display:flex;box-shadow:0 1px 3px #0f172a0f}.ct-sk--product-image{aspect-ratio:1;border-radius:8px;width:100%;max-width:186px}.ct-sk--product-title{border-radius:6px;width:100%;height:12px;margin-top:14px}.ct-sk--product-title+.ct-sk--product-title{margin-top:8px}.ct-sk--product-title-short{align-self:flex-start;width:68%}.ct-sk--product-price{margin-top:14px;border-radius:6px;width:42%;height:16px;margin-inline-start:auto}.ct-page-skeleton-home-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:8px;display:grid}@media (width>=768px){.ct-page-skeleton-home-row{grid-template-columns:repeat(6,minmax(0,1fr))}}.ct-sk--story{aspect-ratio:1;border-radius:999px;width:100%}.ct-page-skeleton-banners{grid-template-columns:1fr;gap:12px;margin-top:28px;display:grid}@media (width>=768px){.ct-page-skeleton-banners{grid-template-columns:1fr 1fr}}.ct-sk--banner{aspect-ratio:16/7;border-radius:14px;width:100%}.ct-page-skeleton-blog-grid{grid-template-columns:1fr;gap:16px;margin-top:8px;display:grid}@media (width>=768px){.ct-page-skeleton-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.ct-page-skeleton-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ct-page-skeleton-blog-card{flex-direction:column;gap:10px;display:flex}.ct-sk--blog-media{aspect-ratio:16/10;border-radius:14px;width:100%}.ct-page-skeleton-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:8px;display:grid}@media (width>=768px){.ct-page-skeleton-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=1024px){.ct-page-skeleton-directory-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.ct-sk--directory-card{aspect-ratio:1;border-radius:12px;width:100%}.ct-page-skeleton-auth{flex-direction:column;gap:14px;max-width:420px;margin:48px auto 24px;padding:0 8px;display:flex}.ct-sk--auth-title{width:180px;height:28px;margin-bottom:8px}.ct-sk--auth-field{border-radius:10px;width:100%;height:48px}.ct-pdp-skeleton-bone{background:linear-gradient(90deg,#eef1f5 0%,#f8fafc 50%,#eef1f5 100%) 0 0/200% 100%;border-radius:8px;animation:1.2s ease-in-out infinite ct-page-skeleton-shimmer;display:block}.ct-pdp-skeleton-section{flex-direction:column;gap:12px;margin:28px 0;padding:8px 0;display:flex}.ct-pdp-skeleton-bone--section-title{width:min(220px,50%);height:22px;margin-bottom:4px}.ct-pdp-skeleton-bone--block{border-radius:14px;width:100%;height:120px}.ct-pdp-skeleton-bone--block-short{height:72px}.ct-pdp-skeleton-bone--line{width:100%;height:12px}.ct-pdp-skeleton-bone--line-short{width:62%}.ct-pdp-skeleton-carousel{margin:28px 0}.ct-pdp-skeleton-carousel-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}@media (width<=920px){.ct-page-skeleton-shell{padding-top:16px}.ct-pdp-skeleton-carousel-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.ct-sk,.ct-pdp-skeleton-bone{animation:none}}
