.kc-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:800;display:flex;pointer-events:none}.kc-cart-drawer__overlay{flex:1;background:#00000080;opacity:0;transition:opacity .35s}.kc-cart-drawer__panel{width:min(100vw,380px);background:#fff;height:100%;margin-left:auto;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-20px 0 60px #00000026;overflow:hidden}.kc-cart-drawer.is-open{pointer-events:all}.kc-cart-drawer.is-open .kc-cart-drawer__overlay{opacity:1}.kc-cart-drawer.is-open .kc-cart-drawer__panel{transform:translate(0)}.kc-cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--kc-border);flex-shrink:0}.kc-cart-drawer__close{width:34px;height:34px;border-radius:50%;border:1.5px solid var(--kc-border);background:none;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.kc-cart-drawer__close:hover{background:var(--kc-red);border-color:var(--kc-red);color:#fff}.kc-cart-drawer__items{flex:1;overflow-y:auto;padding:0}.kc-cart-drawer__items::-webkit-scrollbar{width:4px}.kc-cart-drawer__items::-webkit-scrollbar-thumb{background:var(--kc-border);border-radius:2px}.kc-cart-drawer__empty{padding:60px 20px;text-align:center;display:none}.kc-cart-drawer__foot{padding:20px;border-top:1px solid var(--kc-border);flex-shrink:0;background:#fff}.kc-cart-drawer__totals{margin-bottom:16px}.kc-promo-strip{background:var(--kc-pp);border-radius:16px;padding:20px 24px;margin-bottom:24px;display:flex;align-items:center;gap:16px;border:1px solid #D8BCFF}.kc-promo-strip__icon{font-size:32px;flex-shrink:0}.kc-promo-strip__title{font-size:14px;font-weight:700;margin-bottom:2px}.kc-promo-strip__desc{font-size:12px;color:var(--kc-gray)}.kc-promo-strip__btn{background:var(--kc-purple);color:#fff;border:none;padding:9px 18px;border-radius:50px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;font-family:var(--kc-font);transition:all .2s;margin-left:auto;flex-shrink:0;text-decoration:none;display:inline-flex;align-items:center}.kc-promo-strip__btn:hover{background:var(--kc-pd);transform:translateY(-1px)}.kc-sticky-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--kc-border);padding:14px 20px;z-index:300;box-shadow:0 -4px 20px #0000001a}.kc-sticky-bar__inner{display:flex;gap:10px;align-items:center}.kc-sticky-bar__price{font-family:var(--kc-serif);font-size:22px;font-weight:900;color:var(--kc-purple)}.kc-sticky-bar__add{flex:1;background:var(--kc-purple);color:#fff;border:none;padding:14px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;font-family:var(--kc-font);transition:all .25s}.kc-sticky-bar__add:hover{background:var(--kc-pd)}@media(max-width:900px){.kc-sticky-bar{display:block}body.template-product{padding-bottom:86px}}.kc-search-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:900;display:none;align-items:flex-start;justify-content:center;padding-top:80px}.kc-search-modal.is-open{display:flex}.kc-search-modal__box{background:#fff;border-radius:20px;width:100%;max-width:600px;padding:24px;box-shadow:0 24px 60px #0003}.kc-search-modal__input{width:100%;border:2px solid var(--kc-purple);border-radius:14px;padding:16px 20px;font-size:16px;font-family:var(--kc-font);outline:none}.kc-search-modal__results{margin-top:16px;display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto}.kc-collection-banner{width:100%;height:200px;object-fit:cover;display:block}.kc-countdown{display:flex;align-items:center;gap:8px;font-family:var(--kc-serif)}.kc-countdown__unit{background:var(--kc-pd);color:#fff;width:48px;height:48px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:18px;font-weight:900}.kc-countdown__lbl{font-size:9px;font-weight:600;opacity:.7;margin-top:2px;font-family:var(--kc-font)}.kc-countdown__sep{font-size:20px;font-weight:900;color:var(--kc-purple);margin-bottom:8px}.kc-back-top{position:fixed;bottom:80px;right:24px;width:44px;height:44px;background:var(--kc-purple);color:#fff;border:none;border-radius:50%;font-size:18px;cursor:pointer;opacity:0;transition:all .3s;box-shadow:0 4px 16px #6b21e866;z-index:200;display:flex;align-items:center;justify-content:center}.kc-back-top.kc-show{opacity:1}.kc-back-top:hover{background:var(--kc-pd);transform:translateY(-3px)}@keyframes kc-ping{0%{transform:scale(1);opacity:1}to{transform:scale(2.5);opacity:0}}.kc-cart-btn__count{position:relative}.kc-cart-btn__count.kc-ping:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--kc-red);animation:kc-ping .6s ease-out}.kc-shimmer{background:linear-gradient(90deg,var(--kc-lgray) 25%,#eee 50%,var(--kc-lgray) 75%);background-size:200% 100%;animation:kc-shimmer 1.5s infinite}@keyframes kc-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.kc-page-enter{animation:kc-fadeUp .4s ease both}.kc-text-purple{color:var(--kc-purple)}.kc-text-green{color:var(--kc-green)}.kc-text-red{color:var(--kc-red)}.kc-text-gold{color:var(--kc-gold)}.kc-text-gray{color:var(--kc-gray)}.kc-fw-700{font-weight:700}.kc-fw-900{font-weight:900}.kc-mt-8{margin-top:8px}.kc-mb-8{margin-bottom:8px}.kc-gap-8{gap:8px}.kc-flex{display:flex}.kc-flex-center{display:flex;align-items:center;justify-content:center}.kc-hidden{display:none!important}@media(max-width:768px){.kc-section{padding:50px 20px}.kc-promo{padding:36px 24px!important;grid-template-columns:1fr!important}.kc-products-grid,.kc-toolbar{padding:0 20px!important}.kc-shop-hero{padding:var(--kc-shop-mobile-padding,22px) 20px!important}.kc-features{padding:50px 20px!important;grid-template-columns:1fr 1fr!important}}@media(max-width:480px){.kc-cats-grid{grid-template-columns:1fr!important;grid-template-rows:auto!important}.kc-cat-card--big{grid-row:auto!important;height:260px!important}.kc-products-grid{grid-template-columns:repeat(2,1fr)!important}.kc-hero__stats{gap:24px!important}}@media(min-width:901px){.kc-mobile-nav,.kc-hamburger{display:none!important}}.kc-mobile-nav{display:block;pointer-events:none;overflow:hidden}.kc-mobile-nav:not(.is-open) .kc-mobile-nav__drawer{transform:translate3d(-105%,0,0);visibility:hidden}.kc-mobile-nav.is-open .kc-mobile-nav__drawer{transform:translateZ(0);visibility:visible}.kc-mobile-nav:not(.is-open) .kc-mobile-nav__overlay{opacity:0;pointer-events:none}body.template-product,body.template-product #main-content{width:100%!important;max-width:100%!important;overflow-x:hidden!important}body.template-product .kc-product-breadcrumb,body.template-product .kc-product-layout,body.template-product .kc-product-gallery,body.template-product .kc-product-info,body.template-product .kc-product-main-img,body.template-product .kc-product-thumbs,body.template-product .kc-delivery-box,body.template-product .kc-preorder-box,body.template-product .kc-preorder-note,body.template-product .kc-mini-feats,body.template-product .kc-accordion,body.template-product .kc-section,body.template-product .kc-related-grid{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow-x:hidden!important}body.template-product .kc-product-layout>*,body.template-product .kc-product-info>*,body.template-product .kc-product-gallery>*,body.template-product .kc-product-price>*,body.template-product .kc-delivery-row>*,body.template-product .kc-related-grid>*{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}body.template-product .kc-product-title,body.template-product .kc-product-title-bn,body.template-product .kc-product-brand,body.template-product .kc-stock-text,body.template-product .kc-stock-count,body.template-product .kc-preorder-box__desc,body.template-product .kc-preorder-step,body.template-product .kc-delivery-row__zone,body.template-product .kc-delivery-row__date,body.template-product .kc-acc-content,body.template-product .kc-prod-card__name,body.template-product .kc-prod-card__name-bn{overflow-wrap:anywhere!important;word-break:break-word!important}@media(max-width:900px){html,body{max-width:100%!important;overflow-x:hidden!important}body.template-product .kc-product-breadcrumb{padding:8px 14px!important;flex-wrap:wrap!important;gap:5px!important}body.template-product .kc-product-layout{display:block!important}body.template-product .kc-product-gallery{padding:12px 14px 6px!important}body.template-product .kc-product-main-img{border-radius:16px!important;margin-bottom:10px!important}body.template-product .kc-product-main-img img{padding:8px!important;max-width:100%!important;height:100%!important;object-fit:contain!important}body.template-product .kc-product-info{padding:18px 14px 28px!important;border-left:0!important}body.template-product .kc-product-title{font-size:21px!important;line-height:1.25!important}body.template-product .kc-product-title-bn{font-size:14px!important}body.template-product .kc-product-rating,body.template-product .kc-pay-chips,body.template-product .kc-stock-row,body.template-product .kc-option-label{flex-wrap:wrap!important}body.template-product .kc-product-price__now{font-size:26px!important}body.template-product .kc-product-price__was,body.template-product .kc-product-price__save{margin-left:0!important}body.template-product .kc-order-toggle,body.template-product .kc-qty-row,body.template-product .kc-delivery-row{display:flex!important;flex-direction:column!important;align-items:stretch!important}body.template-product .kc-order-type,body.template-product .kc-add-btn,body.template-product .kc-buy-btn{width:100%!important;min-height:46px!important;white-space:normal!important;text-align:center!important}body.template-product .kc-qty-ctrl{width:100%!important}body.template-product .kc-qty-num{flex:1!important}body.template-product .kc-mini-feats{grid-template-columns:1fr!important}body.template-product .kc-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}}@media(max-width:380px){body.template-product .kc-related-grid{grid-template-columns:1fr!important}}body.template-collection,body.template-collection #main-content,body.template-collection .kc-shop-layout,body.template-collection main,body.template-collection .kc-shop-hero,body.template-collection .kc-shop-breadcrumb,body.template-collection .kc-shop-promo-strip,body.template-collection .kc-toolbar,body.template-collection .kc-toolbar__left,body.template-collection .kc-toolbar__right,body.template-collection .kc-products-grid{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow-x:hidden!important}body.template-collection .kc-shop-promo-strip__text,body.template-collection .kc-search-bar,body.template-collection .kc-search-bar input,body.template-collection .kc-sort-select,body.template-collection .kc-prod-card,body.template-collection .kc-prod-card__img-wrap,body.template-collection .kc-prod-card__img,body.template-collection .kc-prod-card__info,body.template-collection .kc-prod-card__name,body.template-collection .kc-prod-card__name-bn,body.template-collection .kc-prod-card__prices{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}body.template-collection .kc-shop-promo-strip__title,body.template-collection .kc-shop-promo-strip__desc,body.template-collection .kc-result-count,body.template-collection .kc-prod-card__name,body.template-collection .kc-prod-card__name-bn,body.template-collection .kc-prod-card__price-now,body.template-collection .kc-prod-card__price-was,body.template-collection .kc-prod-card__price-save{overflow-wrap:anywhere!important;word-break:break-word!important}@media(max-width:900px){body.template-collection .kc-shop-layout{display:block!important}body.template-collection main{padding:18px 0 28px!important}body.template-collection .kc-shop-promo-strip{margin:0 14px 18px!important;padding:14px!important;gap:12px!important;align-items:flex-start!important}body.template-collection .kc-shop-promo-strip__icon{font-size:26px!important}body.template-collection .kc-shop-promo-strip__title{font-size:13px!important;line-height:1.35!important}body.template-collection .kc-shop-promo-strip__desc{font-size:11px!important;line-height:1.45!important}body.template-collection .kc-toolbar{display:block!important;padding:0 14px!important;margin-bottom:18px!important}body.template-collection .kc-toolbar__left{display:block!important;margin-bottom:12px!important}body.template-collection .kc-result-count{font-size:13px!important;line-height:1.4!important}body.template-collection .kc-toolbar__right{display:grid!important;grid-template-columns:1fr 116px!important;gap:10px!important;align-items:stretch!important}body.template-collection .kc-search-bar{width:100%!important;padding:9px 12px!important}body.template-collection .kc-search-bar input{width:100%!important}body.template-collection .kc-sort-select{width:100%!important;padding:9px 12px!important;font-size:12px!important}body.template-collection .kc-view-toggle{display:none!important}body.template-collection .kc-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;padding:0 14px!important}body.template-collection .kc-prod-card{border-radius:14px!important}body.template-collection .kc-prod-card__info{padding:10px!important}body.template-collection .kc-prod-card__brand{font-size:9px!important}body.template-collection .kc-prod-card__name{font-size:13px!important;line-height:1.25!important}body.template-collection .kc-prod-card__prices{flex-wrap:wrap!important;gap:4px!important}body.template-collection .kc-prod-card__price-now{font-size:14px!important}body.template-collection .kc-prod-card__wish{width:30px!important;height:30px!important;top:8px!important;right:8px!important}body.template-collection .kc-prod-card__badges{top:8px!important;left:8px!important}body.template-collection .kc-badge{font-size:10px!important;padding:5px 9px!important}body.template-collection .kc-prod-card__quick{display:none!important}}@media(max-width:380px){body.template-collection .kc-toolbar__right{grid-template-columns:1fr!important}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/theme-extra.css.map */
