/* Pelk sitewide chrome + dark shop — v10 */
html.pelk-chrome{
  --pelk-red:#ff1e56;
  --pelk-bg:#070707;
  --pelk-ink:#f4f4f4;
  --pelk-mute:#c8c8c8;
  --pelk-line:rgba(255,255,255,.12);
  --pelk-card:#121212;
  --pelk-nav-h:72px;
  --pelk-link:#ffd0da;
}
html.pelk-chrome,
html.pelk-chrome body,
html.pelk-chrome #page,
html.pelk-chrome #content,
html.pelk-chrome .site,
html.pelk-chrome .site-content,
html.pelk-chrome .site-main,
html.pelk-chrome .content-area,
html.pelk-chrome .elementor,
html.pelk-chrome .woocommerce{
  background:var(--pelk-bg)!important;
  color:var(--pelk-ink)!important;
}

/* Hide Bakala / theme chrome everywhere */
html.pelk-chrome .site-header,
html.pelk-chrome .site-header.sticky-header,
html.pelk-chrome .mobile-top-bar,
html.pelk-chrome .bakala_mt_footer,
html.pelk-chrome .bakala_mt_prefooter,
html.pelk-chrome footer.site-footer,
html.pelk-chrome .elementor-location-header,
html.pelk-chrome .elementor-location-footer,
html.pelk-chrome .header-main,
html.pelk-chrome .topbar,
html.pelk-chrome .bakala-header,
html.pelk-chrome .site-header-wrapper,
html.pelk-chrome #masthead,
html.pelk-chrome .footer-widgets,
html.pelk-chrome .site-info,
html.pelk-chrome .header-mobile,
html.pelk-chrome .mobile-header,
html.pelk-chrome .sticky-header-wrapper{
  display:none!important;visibility:hidden!important;height:0!important;max-height:0!important;
  overflow:hidden!important;margin:0!important;padding:0!important;opacity:0!important;pointer-events:none!important;
}

/* Homepage keeps its own nav/foot only if site chrome is missing */
body:has(#pelk-site-header) .pelk-trendy > .pelk-nav,
body:has(#pelk-site-header) .pelk-trendy > .pelk-nav-drawer,
body:has(#pelk-site-header) .pelk-trendy > .pelk-foot{
  display:none!important;
}

/* Readable links: no blue on dark */
html.pelk-chrome a{
  color:#fff!important;
  text-decoration:none!important;
}
html.pelk-chrome a:hover{color:#fff!important}
html.pelk-chrome .pelk-nav__links a{color:#eee!important}
html.pelk-chrome .pelk-nav__links a:hover{color:var(--pelk-red)!important}
html.pelk-chrome .pelk-nav__account,
html.pelk-chrome .pelk-nav__cart,
html.pelk-chrome .pelk-nav__cta,
html.pelk-chrome .pelk-shopfit__btn,
html.pelk-chrome .pelk-btn--primary,
html.pelk-chrome a.button,
html.pelk-chrome .woocommerce a.button{
  color:#fff!important;
}
html.pelk-chrome .pelk-foot a{color:#d8d8d8!important}
html.pelk-chrome .pelk-foot a:hover{color:var(--pelk-red)!important}
html.pelk-chrome .pelk-brand,
html.pelk-chrome .pelk-title,
html.pelk-chrome h1,html.pelk-chrome h2,html.pelk-chrome h3,html.pelk-chrome h4,
html.pelk-chrome .elementor-heading-title,
html.pelk-chrome .entry-title,
html.pelk-chrome .page-title,
html.pelk-chrome .woocommerce-loop-product__title,
html.pelk-chrome .product_title,
html.pelk-chrome .widget-title{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  background:none!important;
  -webkit-background-clip:unset!important;
  background-clip:unset!important;
}
/* مودال FaceFit بک روشن دارد — عنوان‌های داخلش سفید نشوند */
html.pelk-chrome #pelk-facefit-root h1,
html.pelk-chrome #pelk-facefit-root h2,
html.pelk-chrome #pelk-facefit-root h3,
html.pelk-chrome #pelk-facefit-root h4,
html.pelk-chrome #pelk-facefit-root .pelkff-title,
html.pelk-chrome #pelk-facefit-root strong{
  color:#101828!important;
  -webkit-text-fill-color:#101828!important;
}
html.pelk-chrome .text-primary,
html.pelk-chrome .has-vivid-cyan-blue-color,
html.pelk-chrome .has-pale-cyan-blue-color,
html.pelk-chrome .has-cyan-bluish-gray-color,
html.pelk-chrome .has-vivid-cyan-blue-background-color{
  color:#ffd0da!important;
  background-color:transparent!important;
}

/* Unified header */
#pelk-site-chrome{
  position:sticky;top:0;z-index:100050;
  background:rgba(7,7,7,.94);backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,30,86,.22);
  font-family:Vazirmatn,IRANSans,Tahoma,sans-serif;
}
body.admin-bar #pelk-site-chrome{top:32px}
@media (max-width:782px){body.admin-bar #pelk-site-chrome{top:46px}}
#pelk-site-header.pelk-nav,
.pelk-nav{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  min-height:var(--pelk-nav-h);padding:10px clamp(12px,4vw,40px);
}
#pelk-site-header .pelk-nav__logo img,
.pelk-nav__logo img{display:block;height:44px;width:auto;object-fit:contain}
.pelk-nav__links{display:flex;flex-wrap:wrap;gap:6px 16px;align-items:center}
.pelk-nav__links a{color:#eee!important;font-weight:700;font-size:.92rem}
.pelk-nav__links a:hover{color:var(--pelk-red)!important}
.pelk-nav__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.pelk-nav__account,
.pelk-nav__cart{
  display:inline-flex;align-items:center;justify-content:center;gap:6px;
  min-height:40px;padding:8px 12px;border-radius:999px;
  border:1px solid var(--pelk-line);color:#fff!important;font-weight:800;font-size:.82rem;white-space:nowrap;
  background:rgba(255,255,255,.04);
}
.pelk-nav__account:hover,
.pelk-nav__cart:hover{border-color:var(--pelk-red);color:#fff!important}
.pelk-nav__cart{position:relative;width:44px;padding:0}
.pelk-nav__count{
  position:absolute;top:2px;left:2px;min-width:18px;height:18px;padding:0 5px;
  border-radius:99px;background:var(--pelk-red);color:#fff!important;
  font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;
}
.pelk-nav__count:empty,.pelk-nav__count[data-count="0"]{display:none}
.pelk-nav__cta,
#pelk-site-header .pelk-nav__cta{
  display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 16px;border-radius:999px;
  background:var(--pelk-red)!important;color:#fff!important;font-weight:800;white-space:nowrap;border:0;
  cursor:pointer;font-family:inherit;font-size:.86rem;
}
.pelk-nav__menu{display:none;width:44px;height:44px;border:1px solid var(--pelk-line);border-radius:12px;background:transparent;padding:12px;flex-direction:column;justify-content:center;gap:6px;cursor:pointer}
.pelk-nav__menu span{display:block;height:2px;background:#fff}
#pelk-site-drawer.pelk-nav-drawer,
.pelk-nav-drawer{display:none;flex-direction:column;gap:12px;padding:8px clamp(12px,4vw,40px) 18px;background:#0d0d0d}
#pelk-site-drawer.pelk-nav-drawer:not([hidden]),
.pelk-nav-drawer:not([hidden]){display:flex}
#pelk-site-drawer a{color:#f2f2f2!important;font-weight:700;padding:6px 0}

.pelk-shopfit{
  display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;
  padding:10px clamp(12px,4vw,40px) 12px;
  background:linear-gradient(90deg,#16080c,#0d0d0d 55%,#16080c);
  border-top:1px solid var(--pelk-line);
}
.pelk-shopfit strong{display:block;color:#fff;font-size:.95rem}
.pelk-shopfit span{color:var(--pelk-mute);font-size:.82rem}
.pelk-shopfit__btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 18px;border-radius:999px;
  background:var(--pelk-red)!important;color:#fff!important;font-weight:800;border:0;cursor:pointer;font-family:inherit;
}

/* Footer */
#pelk-site-footer.pelk-foot,
.pelk-foot{
  margin-top:28px;padding:40px clamp(16px,4vw,56px) 24px;background:#0a0a0a;border-top:1px solid rgba(255,30,86,.2);
  font-family:Vazirmatn,IRANSans,Tahoma,sans-serif;
}
.pelk-foot__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr auto;gap:28px}
.pelk-foot h3{margin:0 0 12px;font-size:1rem;color:#fff!important}
.pelk-foot a,.pelk-foot p{display:block;color:#d8d8d8!important;margin:0 0 8px;line-height:1.7}
.pelk-foot a:hover{color:var(--pelk-red)!important}
.pelk-foot__brand strong{display:block;font-size:1.35rem;margin-bottom:10px;color:#fff}
.pelk-foot__enamad img{display:block;background:#fff;border-radius:8px;padding:6px}
.pelk-foot__copy{margin-top:28px;padding-top:16px;border-top:1px solid var(--pelk-line);color:#888;font-size:.85rem}

/* Woo cards + shop */
html.pelk-chrome ul.products li.product,
html.pelk-chrome .woocommerce ul.products li.product{
  background:var(--pelk-card)!important;
  border:1px solid var(--pelk-line)!important;
  border-radius:22px!important;
  padding:14px!important;
  overflow:hidden;
}
html.pelk-chrome ul.products li.product:hover{
  border-color:rgba(255,30,86,.45)!important;
}
html.pelk-chrome ul.products li.product .price,
html.pelk-chrome div.product p.price,
html.pelk-chrome div.product span.price,
html.pelk-chrome .summary .price,
html.pelk-chrome .woocommerce-Price-amount,
html.pelk-chrome .woocommerce-Price-amount.amount,
html.pelk-chrome .amount,
html.pelk-chrome .price bdi,
html.pelk-chrome bdi,
html.pelk-chrome .price_label,
html.pelk-chrome .price_slider_amount,
html.pelk-chrome .widget,
html.pelk-chrome .widget a,
html.pelk-chrome .widget-title,
html.pelk-chrome .woocommerce-ordering,
html.pelk-chrome .woocommerce-result-count,
html.pelk-chrome .woocommerce-breadcrumb,
html.pelk-chrome .woocommerce-breadcrumb a{
  color:#fff!important;
}
html.pelk-chrome .price del{color:#888!important}
html.pelk-chrome .price ins{color:#ffd0da!important}
html.pelk-chrome .woocommerce a.button,
html.pelk-chrome .woocommerce button.button,
html.pelk-chrome .woocommerce .button,
html.pelk-chrome .woocommerce #respond input#submit,
html.pelk-chrome .added_to_cart,
html.pelk-chrome .single_add_to_cart_button{
  background:var(--pelk-red)!important;
  border-color:var(--pelk-red)!important;
  color:#fff!important;
  border-radius:999px!important;
  font-weight:800!important;
}
html.pelk-chrome .woocommerce a.button:hover{color:#fff!important}
html.pelk-chrome .woocommerce-breadcrumb,
html.pelk-chrome .woocommerce-breadcrumb a,
html.pelk-chrome .woocommerce-result-count,
html.pelk-chrome .woocommerce-ordering,
html.pelk-chrome .woocommerce-Tabs-panel,
html.pelk-chrome .woocommerce-tabs ul.tabs li a{
  color:var(--pelk-mute)!important;
}
html.pelk-chrome .woocommerce div.product .woocommerce-tabs ul.tabs,
html.pelk-chrome .woocommerce div.product .woocommerce-tabs .panel,
html.pelk-chrome .woocommerce-page .woocommerce-message,
html.pelk-chrome .woocommerce-info,
html.pelk-chrome .woocommerce-error,
html.pelk-chrome .woocommerce-message{
  background:#101010!important;
  color:var(--pelk-ink)!important;
  border-color:var(--pelk-line)!important;
  border-top-color:var(--pelk-red)!important;
}
html.pelk-chrome .woocommerce-info a,
html.pelk-chrome .woocommerce-message a,
html.pelk-chrome .woocommerce-error a{color:#ffd0da!important}
html.pelk-chrome .woocommerce nav.woocommerce-pagination ul li a,
html.pelk-chrome .woocommerce nav.woocommerce-pagination ul li span{
  background:#151515!important;color:#fff!important;border-color:var(--pelk-line)!important;
}
html.pelk-chrome .woocommerce nav.woocommerce-pagination ul li span.current{
  background:var(--pelk-red)!important;border-color:var(--pelk-red)!important;
}
html.pelk-chrome .woocommerce form .input-text,
html.pelk-chrome .woocommerce input.input-text,
html.pelk-chrome .woocommerce textarea,
html.pelk-chrome .woocommerce select,
html.pelk-chrome .select2-container--default .select2-selection--single,
html.pelk-chrome .select2-dropdown{
  background:#121212!important;color:#fff!important;border-color:var(--pelk-line)!important;
}
html.pelk-chrome table.shop_table,
html.pelk-chrome table.shop_table th,
html.pelk-chrome table.shop_table td,
html.pelk-chrome .cart-collaterals,
html.pelk-chrome .woocommerce-checkout #payment,
html.pelk-chrome .woocommerce-MyAccount-navigation,
html.pelk-chrome .woocommerce-MyAccount-content,
html.pelk-chrome .related.products,
html.pelk-chrome div.product div.summary{
  background:#101010!important;color:#f4f4f4!important;border-color:var(--pelk-line)!important;
}
html.pelk-chrome .woocommerce-MyAccount-navigation a{color:#f4f4f4!important}
html.pelk-chrome .woocommerce-MyAccount-navigation .is-active a{
  color:#fff!important;background:rgba(255,30,86,.18)!important;
}

@media (max-width:980px){
  .pelk-nav__links{display:none}
  .pelk-nav__menu{display:flex}
  .pelk-nav__account{display:none}
  .pelk-foot__grid{grid-template-columns:1fr 1fr}
}
@media (max-width:782px){
  html.pelk-chrome .woocommerce ul.products,
  html.pelk-chrome .woocommerce-page ul.products,
  html.pelk-chrome ul.products{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:12px!important;
    float:none!important;
    width:100%!important;
  }
  html.pelk-chrome .woocommerce ul.products li.product,
  html.pelk-chrome ul.products li.product{
    width:auto!important;max-width:none!important;float:none!important;margin:0!important;clear:none!important;
  }
}
@media (max-width:560px){
  .pelk-foot__grid{grid-template-columns:1fr}
  .pelk-shopfit__btn{width:100%}
  #pelk-site-header .pelk-nav__cta{padding:8px 12px;font-size:.78rem}
}

/*! pelk-glass-v11-css */
html.pelk-chrome{--pelk-red:#ff1e56;--pelk-glass:rgba(18,18,22,.48);--pelk-glass-border:rgba(255,255,255,.18);--pelk-nav-h:64px}
html.pelk-chrome .site-header,html.pelk-chrome .site-header.sticky-header,html.pelk-chrome .mobile-top-bar,html.pelk-chrome #navbar-primary-fixed,html.pelk-chrome .bakala_mt_footer,html.pelk-chrome .bakala_mt_prefooter,html.pelk-chrome footer.site-footer,html.pelk-chrome .elementor-location-header,html.pelk-chrome .elementor-location-footer,html.pelk-chrome .header-main,html.pelk-chrome .topbar,html.pelk-chrome .bakala-header,html.pelk-chrome .site-header-wrapper,html.pelk-chrome #masthead,html.pelk-chrome .footer-widgets,html.pelk-chrome .site-info,html.pelk-chrome .header-mobile,html.pelk-chrome .mobile-header,html.pelk-chrome .sticky-header-wrapper,html.pelk-chrome .mobile-bottom-nav,html.pelk-chrome .modern-header,html.pelk-chrome .home-botton,html.pelk-chrome a.back-button,html.pelk-chrome .header-bk_skeleton,html.pelk-chrome .header-call{display:none!important;visibility:hidden!important;height:0!important;max-height:0!important;overflow:hidden!important;margin:0!important;padding:0!important;opacity:0!important;pointer-events:none!important}
body:has(#pelk-site-header) .pelk-trendy > .pelk-nav,body:has(#pelk-site-header) .pelk-trendy > .pelk-nav-drawer,body:has(#pelk-site-header) .pelk-trendy > .pelk-foot{display:none!important}
#pelk-site-chrome{position:sticky;top:0;z-index:100050;background:transparent!important;border:0!important;padding:8px 10px 6px;font-family:Vazirmatn,IRANSans,Tahoma,sans-serif}
body.admin-bar #pelk-site-chrome{top:32px}
@media (max-width:782px){body.admin-bar #pelk-site-chrome{top:46px}}
#pelk-site-header.pelk-nav,.pelk-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:var(--pelk-nav-h);padding:8px 12px;background:var(--pelk-glass)!important;-webkit-backdrop-filter:saturate(190%) blur(28px)!important;backdrop-filter:saturate(190%) blur(28px)!important;border:1px solid var(--pelk-glass-border)!important;border-radius:22px!important;box-shadow:0 10px 36px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.22)}
.pelk-nav__phone{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;flex-shrink:0;color:#fff!important;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12)}
.pelk-nav__cta,#pelk-site-header .pelk-nav__cta,.pelk-shopfit,#pelk-shopfit{display:none!important}
#pelk-site-drawer.pelk-nav-drawer,.pelk-nav-drawer{margin-top:8px;padding:12px 14px;background:var(--pelk-glass)!important;-webkit-backdrop-filter:saturate(190%) blur(28px)!important;backdrop-filter:saturate(190%) blur(28px)!important;border:1px solid var(--pelk-glass-border)!important;border-radius:18px!important}
#pelk-fab-facefit,.pelk-fab-facefit{position:fixed;left:12px;top:50%;transform:translateY(-50%);z-index:100070;width:56px;height:56px;padding:0;border:1px solid rgba(255,255,255,.28);border-radius:18px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:#fff!important;background:linear-gradient(180deg,rgba(255,90,130,.92),#ff1e56);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 10px 28px rgba(255,30,86,.38), inset 0 1px 0 rgba(255,255,255,.35)}
#pelk-tabbar,.pelk-tabbar{display:none;position:fixed;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom,0px));z-index:100060;height:64px;padding:6px 8px;direction:ltr;align-items:center;justify-content:space-around;background:var(--pelk-glass);-webkit-backdrop-filter:saturate(190%) blur(28px);backdrop-filter:saturate(190%) blur(28px);border:1px solid var(--pelk-glass-border);border-radius:24px;box-shadow:0 12px 40px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.2)}
.pelk-tab{position:relative;flex:1;height:52px;border:0;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:#f2f2f2!important;border-radius:16px}
.pelk-tab.is-active{color:#fff!important;background:rgba(255,30,86,.18)}
.pelk-tab--cart{width:54px;height:54px;flex:0 0 54px;border-radius:50%;background:rgba(255,30,86,.92)!important;color:#fff!important;box-shadow:0 8px 20px rgba(255,30,86,.35);transform:translateY(-10px)}
.pelk-tab .pelk-nav__count{top:6px;left:18px}
@media (max-width:980px){.pelk-nav__links,.pelk-nav__account,.pelk-nav__cart--desk,#pelk-site-header .pelk-nav__cart{display:none!important}.pelk-nav__menu{display:flex!important}#pelk-site-header.pelk-nav{position:relative;direction:ltr;justify-content:space-between}#pelk-site-header .pelk-nav__logo{position:absolute;left:50%;transform:translateX(-50%)}#pelk-tabbar,.pelk-tabbar{display:flex}html.pelk-chrome body{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))!important}html.pelk-chrome .bakala-whatsapp-chat-btn,html.pelk-chrome .bakala-float-call{bottom:calc(86px + env(safe-area-inset-bottom,0px))!important}}

/*! pelk-ui-fix-v12 */
.pelk-tab{font-size:22px!important;color:#fff!important;line-height:1}
.pelk-tab svg{width:24px;height:24px;display:block;stroke:#fff}
.pelk-tab--cart{font-size:24px!important}
#pelk-fab-facefit,.pelk-fab-facefit{font-size:26px!important;color:#fff!important}
#pelk-fab-facefit svg,.pelk-fab-facefit svg{width:28px;height:28px;display:block;stroke:#fff;color:#fff}
html.pelk-chrome .pelk-trendy{overflow-x:clip;overflow-y:visible}
html.pelk-chrome .pelk-hero{overflow:hidden}
html.pelk-chrome .pelk-hero__bg{inset:0!important;transform:none!important}
html.pelk-chrome .pelk-benefits{position:relative;z-index:3;display:grid!important;grid-template-columns:1fr 1fr;gap:8px;padding:12px 14px 18px!important;margin:0;background:#0c0c0c!important}
html.pelk-chrome .pelk-benefits span{justify-content:center;text-align:center;white-space:normal;font-size:.78rem!important;line-height:1.5;padding:10px 8px!important;color:#f0f0f0!important}
html.pelk-chrome ul.products li.product,html.pelk-chrome .woocommerce ul.products li.product,html.pelk-chrome .product-box-inner,html.pelk-chrome .productItem,html.pelk-chrome .pelk-card{background:#141416!important;border:1px solid rgba(255,255,255,.12)!important;color:#f4f4f4!important;box-shadow:none!important}
html.pelk-chrome .products__item-image-wrapper,html.pelk-chrome .products__item-img-color-wrapper{background:#161616!important}
html.pelk-chrome .products__item-info,html.pelk-chrome .products__item-fatitle,html.pelk-chrome .products__item-fatitle a,html.pelk-chrome .products__item-price,html.pelk-chrome .white_catfinal-price,html.pelk-chrome .woocommerce-Price-currencySymbol,html.pelk-chrome .productItem h2,html.pelk-chrome .productItem h3,html.pelk-chrome .productItem a,html.pelk-chrome .productItem p{color:#f4f4f4!important;-webkit-text-fill-color:#f4f4f4!important}
html.pelk-chrome .products__item-fatitle a{font-weight:800;line-height:1.45}
html.pelk-chrome .quantity{background:#1a1a1a!important;color:#fff!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:12px!important}
html.pelk-chrome .quantity input.qty,html.pelk-chrome .quantity .qty{background:#0e0e0e!important;color:#fff!important;border:0!important}
html.pelk-chrome .boxed-style,html.pelk-chrome .p-section-one,html.pelk-chrome .bakala-special-box,html.pelk-chrome .bakala-product-specifications,html.pelk-chrome .bakala-faq-item,html.pelk-chrome .review-summary,html.pelk-chrome .product-info-box,html.pelk-chrome .woocommerce-Tabs-panel,html.pelk-chrome .woocommerce div.product .woocommerce-tabs .panel{background:#141416!important;border:1px solid rgba(255,255,255,.12)!important;color:#eaeaea!important;box-shadow:none!important}
html.pelk-chrome .bakala-special-box-title,html.pelk-chrome .bakala-special-box-header,html.pelk-chrome .bakala-product-specification-item-label,html.pelk-chrome .bakala-product-specification-item-value,html.pelk-chrome .bakala-special-box-item-text,html.pelk-chrome .bakala-special-box-content,html.pelk-chrome .bakala-special-box p,html.pelk-chrome .bakala-faq-item,html.pelk-chrome .bakala-faq-item h3,html.pelk-chrome .bakala-faq-item p,html.pelk-chrome .review-summary,html.pelk-chrome .woocommerce-Tabs-panel,html.pelk-chrome .woocommerce-Tabs-panel p,html.pelk-chrome .woocommerce-tabs ul.tabs li a,html.pelk-chrome .product-det,html.pelk-chrome .product-det p,html.pelk-chrome .product-det span,html.pelk-chrome .product-det h1,html.pelk-chrome .product-det h2{color:#f2f2f2!important;-webkit-text-fill-color:#f2f2f2!important}
html.pelk-chrome .bakala-product-specification-item-label{color:#bdbdbd!important;-webkit-text-fill-color:#bdbdbd!important}
html.pelk-chrome .product-response{background:#1a1a1a!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important}
html.pelk-chrome .product-response,html.pelk-chrome .product-response *{color:#fff!important;-webkit-text-fill-color:#fff!important}
@media (max-width:980px){html.pelk-chrome #pelk-site-footer,html.pelk-chrome footer.pelk-foot{display:none!important}html.pelk-chrome .bakala-float-call{display:none!important}html.pelk-chrome .bakala-whatsapp-chat-btn{width:52px!important;height:52px!important;overflow:hidden!important;bottom:calc(92px + env(safe-area-inset-bottom,0px))!important;border-radius:50%!important}html.pelk-chrome .bakala-whatsapp-chat-btn span,html.pelk-chrome .bakala-whatsapp-chat-btn p,html.pelk-chrome .bakala-whatsapp-chat-btn [class*="text"],html.pelk-chrome .bakala-whatsapp-chat-btn [class*="label"]{display:none!important}}

/*! pelk-ui-fix-v13 */
#pelk-site-chrome{padding:10px 16px 8px!important}
html.pelk-chrome ul.products li.product,html.pelk-chrome .woocommerce ul.products li.product,html.pelk-chrome .product-box-inner,html.pelk-chrome .productItem,html.pelk-chrome .pelk-card{position:relative!important;background:#050505!important;border:1px solid rgba(255,30,86,.7)!important;box-shadow:0 0 16px rgba(255,30,86,.38), inset 0 0 18px rgba(255,30,86,.07)!important;color:#fff!important}
html.pelk-chrome ul.products li.product::after,html.pelk-chrome .productItem::after{content:"";position:absolute;top:10px;bottom:10px;right:0;width:3px;border-radius:3px;background:linear-gradient(180deg,#ff7aa0,#ff1e56 50%,#ff7aa0);box-shadow:0 0 12px #ff1e56;pointer-events:none}
html.pelk-chrome ul.products li.product .product-box-inner,html.pelk-chrome ul.products li.product .info-product,html.pelk-chrome ul.products li.product .products__item-info,html.pelk-chrome ul.products li.product .products__item-image-wrapper,html.pelk-chrome ul.products li.product .products__item-img-color-wrapper,html.pelk-chrome ul.products li.product .box-footer,html.pelk-chrome ul.products li.product .loop-add-to-cart{background:#050505!important}
html.pelk-chrome ul.products li.product,html.pelk-chrome ul.products li.product a,html.pelk-chrome ul.products li.product p,html.pelk-chrome ul.products li.product span,html.pelk-chrome ul.products li.product bdi,html.pelk-chrome ul.products li.product .amount,html.pelk-chrome ul.products li.product .white_catfinal-price,html.pelk-chrome ul.products li.product .products__item-fatitle,html.pelk-chrome ul.products li.product .products__item-price{color:#fff!important;-webkit-text-fill-color:#fff!important}
html.pelk-chrome ul.products li.product .quantity,html.pelk-chrome ul.products li.product .quantity .qty,html.pelk-chrome ul.products li.product input.qty{background:#111!important;color:#fff!important;border:1px solid rgba(255,30,86,.45)!important;-webkit-text-fill-color:#fff!important}
html.pelk-chrome .main_custom_order_by_sort,html.pelk-chrome .filters-panel,html.pelk-chrome .woocommerce-ordering,html.pelk-chrome .woocommerce-result-count{position:relative!important;top:auto!important;z-index:1!important;background:transparent!important}
html.pelk-chrome .main_custom_order_by_sort,html.pelk-chrome .main_custom_order_by_sort span,html.pelk-chrome .custom_order_by_sort{color:#fff!important;-webkit-text-fill-color:#fff!important}
html.pelk-chrome .custom_order_by_sort{background:#141416!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:999px!important;padding:6px 12px!important}
html.pelk-chrome .custom_order_by_sort.selected{background:#ff1e56!important;border-color:#ff1e56!important;color:#fff!important}
@media (max-width:980px){html.pelk-chrome.woocommerce-page .col-md-10,html.pelk-chrome .content-box-shop{padding-top:10px!important}html.pelk-chrome .main_custom_order_by_sort{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:8px 0 14px!important}}

/* ===== v14: inset header, neon cards, unstick filter/sort, full-width shop ===== */
html.pelk-chrome #pelk-site-chrome{
  padding:10px 18px 8px!important;
  margin:0!important;
  width:100%!important;
  box-sizing:border-box!important;
  background:transparent!important;
  left:auto!important;right:auto!important;
}
html.pelk-chrome #pelk-site-header.pelk-nav,
html.pelk-chrome #pelk-site-chrome > .pelk-nav{
  width:auto!important;
  max-width:100%!important;
  margin:0!important;
  box-sizing:border-box!important;
}

html.pelk-chrome ul.products li.product,
html.pelk-chrome .woocommerce ul.products li.product,
html.pelk-chrome .woocommerce-page ul.products li.product,
html.pelk-chrome ul.products li.product .product-box-inner,
html.pelk-chrome .productItem,
html.pelk-chrome .pelk-card{
  position:relative!important;
  overflow:visible!important;
  background:#050505!important;
  border:1px solid rgba(255,30,86,.75)!important;
  box-shadow:0 0 18px rgba(255,30,86,.4), inset 0 0 16px rgba(255,30,86,.08)!important;
  color:#fff!important;
}
html.pelk-chrome ul.products li.product::after{
  content:"";
  position:absolute;top:8px;bottom:8px;right:0;z-index:3;
  width:3px;border-radius:3px;
  background:linear-gradient(180deg,#ff8fb0,#ff1e56 50%,#ff8fb0);
  box-shadow:0 0 14px #ff1e56;
  pointer-events:none;
}
html.pelk-chrome ul.products li.product .product-box-inner,
html.pelk-chrome ul.products li.product .info-product,
html.pelk-chrome ul.products li.product .products__item-info,
html.pelk-chrome ul.products li.product .products__item-image-wrapper,
html.pelk-chrome ul.products li.product .products__item-img-color-wrapper,
html.pelk-chrome ul.products li.product .box-footer,
html.pelk-chrome ul.products li.product .loop-add-to-cart,
html.pelk-chrome ul.products li.product .products__item-gift-price{
  background:#050505!important;
  background-color:#050505!important;
}
html.pelk-chrome ul.products li.product,
html.pelk-chrome ul.products li.product *:not(img):not(svg):not(path){
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html.pelk-chrome ul.products li.product a,
html.pelk-chrome ul.products li.product .products__item-fatitle,
html.pelk-chrome ul.products li.product .products__item-fatitle a,
html.pelk-chrome ul.products li.product .white_catfinal-price,
html.pelk-chrome ul.products li.product .white_catprice,
html.pelk-chrome ul.products li.product .products__item-gift-price .white_catfinal-price,
html.pelk-chrome ul.products li.product .amount,
html.pelk-chrome ul.products li.product bdi,
html.pelk-chrome ul.products li.product .price,
html.pelk-chrome ul.products li.product .price ins,
html.pelk-chrome ul.products li.product .price ins .amount{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  background:none!important;
}
html.pelk-chrome ul.products li.product .price del,
html.pelk-chrome ul.products li.product .price del .amount{
  color:#9a9a9a!important;
  -webkit-text-fill-color:#9a9a9a!important;
}
html.pelk-chrome ul.products li.product .quantity,
html.pelk-chrome ul.products li.product .quantity .qty,
html.pelk-chrome ul.products li.product input.qty,
html.pelk-chrome ul.products li.product .quantity .minus,
html.pelk-chrome ul.products li.product .quantity .plus{
  background:#111!important;
  color:#fff!important;
  border:1px solid rgba(255,30,86,.45)!important;
  -webkit-text-fill-color:#fff!important;
}
html.pelk-chrome ul.products li.product .add_to_cart_button,
html.pelk-chrome ul.products li.product a.button,
html.pelk-chrome ul.products li.product .loop-add-to-cart a{
  background:#ff1e56!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border:0!important;
}

html.pelk-chrome .main_custom_order_by_sort,
html.pelk-chrome .filters-panel,
html.pelk-chrome .woocommerce-ordering,
html.pelk-chrome .woocommerce-result-count,
html.pelk-chrome .col-md-3.sticky-sidebar,
html.pelk-chrome .sticky-sidebar,
html.pelk-chrome [class*="filter-sort"],
html.pelk-chrome [class*="sort-filter"],
html.pelk-chrome [class*="mobile-filter"],
html.pelk-chrome [class*="fixed-filter"]{
  position:relative!important;
  top:auto!important;
  bottom:auto!important;
  z-index:2!important;
  transform:none!important;
}
html.pelk-chrome .main_custom_order_by_sort,
html.pelk-chrome .main_custom_order_by_sort span,
html.pelk-chrome .custom_order_by_sort{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html.pelk-chrome .custom_order_by_sort{
  background:#141416!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:999px!important;
  padding:6px 12px!important;
}
html.pelk-chrome .custom_order_by_sort.selected{
  background:#ff1e56!important;
  border-color:#ff1e56!important;
  color:#fff!important;
}

@media (max-width:980px){
  html.pelk-chrome #pelk-site-chrome{padding:10px 16px 8px!important}
  html.pelk-chrome .shop-page .col-md-10,
  html.pelk-chrome .shop-page .col-md-2,
  html.pelk-chrome .woocommerce-page .col-md-10,
  html.pelk-chrome .woocommerce-page .col-md-2,
  html.pelk-chrome .position-relative.col-md-10,
  html.pelk-chrome .filters-panel,
  html.pelk-chrome .content-box-shop{
    width:100%!important;
    max-width:100%!important;
    flex:0 0 100%!important;
    float:none!important;
    left:auto!important;
    right:auto!important;
    margin:0!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  html.pelk-chrome .content-box-shop,
  html.pelk-chrome .main_custom_order_by_sort{
    padding-top:8px!important;
    margin:10px 0 16px!important;
  }
  html.pelk-chrome .main_custom_order_by_sort{
    display:flex;flex-wrap:wrap;gap:8px;align-items:center;
  }
}

/* ===== v15: real mobile grid + kill blue text ===== */
html.pelk-chrome .bakala-title,
html.pelk-chrome [class*="bakala-title"],
html.pelk-chrome .smart-similar-products,
html.pelk-chrome .smart-similar-products .name,
html.pelk-chrome .smart-similar-products a,
html.pelk-chrome .viewed-list .name,
html.pelk-chrome .viewed-list a,
html.pelk-chrome .c-checkout-empty,
html.pelk-chrome .c-checkout-empty a,
html.pelk-chrome .c-checkout-empty__links,
html.pelk-chrome .return-to-shop,
html.pelk-chrome .return-to-shop a,
html.pelk-chrome .page-numbers{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html.pelk-chrome .smart-similar-products .viewed-list{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:10px!important;
}
html.pelk-chrome .smart-similar-products .item{
  display:flex!important;flex-direction:column!important;
  background:#050505!important;
  border:1px solid rgba(255,30,86,.65)!important;
  border-radius:14px!important;
  overflow:hidden!important;
  padding:8px!important;
  color:#fff!important;
}
html.pelk-chrome .smart-similar-products .item img{
  width:100%!important;height:auto!important;border-radius:10px!important;object-fit:contain!important;
}
html.pelk-chrome .smart-similar-products .name{
  color:#fff!important;font-size:.78rem!important;line-height:1.45!important;
  padding:8px 4px 4px!important;text-align:center!important;
}

@media (max-width:980px){
  html.pelk-chrome .container-bakala,
  html.pelk-chrome .main-woo-div,
  html.pelk-chrome .shop-page.row,
  html.pelk-chrome .woocommerce .shop-page{
    width:100%!important;max-width:100%!important;
    padding-left:10px!important;padding-right:10px!important;
    margin-left:0!important;margin-right:0!important;
  }
  html.pelk-chrome .position-relative.col-md-10,
  html.pelk-chrome .shop-page .col-md-10,
  html.pelk-chrome .shop-page .col-md-2,
  html.pelk-chrome .content-box-shop,
  html.pelk-chrome .products-box,
  html.pelk-chrome ul.products{
    width:100%!important;max-width:100%!important;
    flex:0 0 100%!important;float:none!important;
    padding-left:0!important;padding-right:0!important;
    margin-left:0!important;margin-right:0!important;
    box-sizing:border-box!important;
  }
  html.pelk-chrome ul.products,
  html.pelk-chrome .woocommerce ul.products,
  html.pelk-chrome .woocommerce-page ul.products{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:10px!important;
  }
  html.pelk-chrome ul.products li.product,
  html.pelk-chrome .woocommerce ul.products li.product{
    width:auto!important;max-width:none!important;min-width:0!important;
    overflow:visible!important;
    padding:8px!important;
    box-sizing:border-box!important;
  }
  html.pelk-chrome ul.products li.product .product-box-inner{
    overflow:visible!important;width:100%!important;min-width:0!important;
  }
  html.pelk-chrome ul.products li.product .products__item-fatitle,
  html.pelk-chrome ul.products li.product .products__item-fatitle a,
  html.pelk-chrome ul.products li.product h2,
  html.pelk-chrome ul.products li.product h3{
    font-size:.78rem!important;line-height:1.4!important;
    white-space:normal!important;
  }
  html.pelk-chrome ul.products li.product .white_catfinal-price,
  html.pelk-chrome ul.products li.product .amount,
  html.pelk-chrome ul.products li.product .price,
  html.pelk-chrome ul.products li.product bdi{
    font-size:.82rem!important;line-height:1.3!important;
    white-space:normal!important;overflow:visible!important;
    word-break:break-word!important;
  }
  html.pelk-chrome ul.products li.product .quantity{display:none!important}
  html.pelk-chrome ul.products li.product .box-footer,
  html.pelk-chrome ul.products li.product .loop-add-to-cart{
    display:flex!important;width:100%!important;min-width:0!important;
    justify-content:stretch!important;gap:6px!important;margin-top:8px!important;
  }
  html.pelk-chrome ul.products li.product .add_to_cart_button,
  html.pelk-chrome ul.products li.product a.button{
    flex:1 1 auto!important;width:100%!important;min-width:0!important;
    min-height:38px!important;border-radius:12px!important;
    font-size:.72rem!important;
  }
  html.pelk-chrome ul.products li.product img,
  html.pelk-chrome ul.products li.product .products__item-image-wrapper{
    width:100%!important;max-width:100%!important;border-radius:10px!important;
  }
  html.pelk-chrome #pelk-fab-facefit,
  html.pelk-chrome .pelk-fab-facefit{
    left:auto!important;right:12px!important;
  }
}

html.pelk-chrome #pelk-site-chrome{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;background:transparent!important}
html.pelk-chrome #pelk-site-chrome::before,html.pelk-chrome #pelk-site-chrome::after{content:none!important;display:none!important}

/* ===== v16: no chrome blur strip, phone by cart, one footer, card gap + actions ===== */
html.pelk-chrome #pelk-site-header.pelk-nav{isolation:isolate}
html.pelk-chrome footer.pelk-foot:not(#pelk-site-footer),html.pelk-chrome #pelk-site-footer ~ footer.pelk-foot,html.pelk-chrome #pelk-site-footer ~ .pelk-foot,body:has(#pelk-site-footer) .pelk-trendy .pelk-foot{display:none!important}
html.pelk-chrome ul.products{gap:16px!important}
html.pelk-chrome ul.products li.product .products__item-image-wrapper,html.pelk-chrome ul.products li.product .products__item-img-color-wrapper{background:#111!important;border-radius:12px!important;overflow:hidden!important;padding:8px!important;margin:0 0 8px!important}
html.pelk-chrome ul.products li.product img{display:block!important;width:100%!important;max-width:100%!important;height:128px!important;object-fit:contain!important;background:#111!important;border-radius:8px!important;margin:0 auto!important}
html.pelk-chrome ul.products li.product .box-footer,html.pelk-chrome ul.products li.product .pelk-card-actions,html.pelk-chrome ul.products li.product .loop-add-to-cart{display:flex!important;flex-wrap:wrap!important;gap:6px!important;width:100%!important;margin-top:8px!important;opacity:1!important;visibility:visible!important;position:static!important;height:auto!important;background:transparent!important}
html.pelk-chrome ul.products li.product .add_to_cart_button,html.pelk-chrome ul.products li.product a.button.ajax_add_to_cart,html.pelk-chrome ul.products li.product .pelk-view-product{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:1 1 72px!important;min-height:36px!important;padding:6px 8px!important;border-radius:10px!important;opacity:1!important;visibility:visible!important;position:static!important;font-size:.72rem!important;font-weight:800!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
html.pelk-chrome ul.products li.product .add_to_cart_button,html.pelk-chrome ul.products li.product a.button.ajax_add_to_cart{background:#ff1e56!important;border:0!important}
html.pelk-chrome ul.products li.product .pelk-view-product{background:#1a1a1a!important;border:1px solid rgba(255,255,255,.2)!important}
@media (max-width:980px){html.pelk-chrome ul.products,html.pelk-chrome .woocommerce ul.products{gap:16px!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}html.pelk-chrome ul.products li.product{padding:10px!important}html.pelk-chrome ul.products li.product .add_to_cart_button,html.pelk-chrome ul.products li.product .pelk-view-product{display:inline-flex!important}}

/* ===== v41: landing-like shop cards (mobile fix) ===== */
html.pelk-chrome .shop-page.row,
html.pelk-chrome .main-woo-div,
html.pelk-chrome .container-bakala.main-woo-div{width:100%!important;max-width:100%!important;box-sizing:border-box!important}
html.pelk-chrome .shop-page.row{display:flex!important;flex-wrap:wrap!important;padding-left:0!important;padding-right:0!important;margin:0!important}
html.pelk-chrome .shop-page .col-md-10,html.pelk-chrome .position-relative.col-md-10,html.pelk-chrome .content-box-shop,html.pelk-chrome .products-box,html.pelk-chrome .products-box.numeric{width:100%!important;max-width:100%!important;flex:0 0 100%!important;float:none!important;padding-left:0!important;padding-right:0!important;margin:0!important;box-sizing:border-box!important;overflow:visible!important}
html.pelk-chrome ul.products,html.pelk-chrome .woocommerce ul.products,html.pelk-chrome .woocommerce-page ul.products,html.pelk-chrome ul.products.columns-4,html.pelk-chrome ul.products.columns-3,html.pelk-chrome ul.products.columns-2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;list-style:none!important}
@media (min-width:981px){html.pelk-chrome ul.products,html.pelk-chrome .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}}
html.pelk-chrome ul.products li.product,html.pelk-chrome .woocommerce ul.products li.product,html.pelk-chrome .woocommerce-page ul.products li.product,html.pelk-chrome ul.products.columns-4 li.product,html.pelk-chrome ul.products li.product.first,html.pelk-chrome ul.products li.product.last{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;float:none!important;clear:none!important;padding:0!important;background:#111!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:24px!important;overflow:hidden!important;box-shadow:none!important;box-sizing:border-box!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important}
html.pelk-chrome ul.products li.product .product-box-inner,html.pelk-chrome ul.products li.product .info-product,html.pelk-chrome ul.products li.product .products__item-img-color-wrapper{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;align-items:stretch!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;background:#111!important;border:0!important;box-shadow:none!important;float:none!important}
html.pelk-chrome ul.products li.product .products__item-image-wrapper,html.pelk-chrome ul.products li.product .products__item-image-wrapper.has_second{position:relative!important;display:block!important;width:100%!important;max-width:100%!important;aspect-ratio:1/1!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#fff!important;border-radius:0!important;float:none!important;flex:0 0 auto!important}
html.pelk-chrome ul.products li.product .products__item-image-wrapper a{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;background:#fff!important}
html.pelk-chrome ul.products li.product .products__item-image-wrapper img,html.pelk-chrome ul.products li.product .products__item-image-wrapper img.products__item-image,html.pelk-chrome ul.products li.product .products__item-image-wrapper a > img:first-of-type{position:absolute!important;inset:12px!important;display:block!important;width:calc(100% - 24px)!important;height:calc(100% - 24px)!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center!important;margin:0!important;padding:0!important;background:#fff!important;border-radius:0!important;mix-blend-mode:normal!important}
html.pelk-chrome ul.products li.product .products__item-image-wrapper img.second-image,html.pelk-chrome ul.products li.product .products__item-image-wrapper a > img:nth-of-type(n+2),html.pelk-chrome ul.products li.product .products__item-colors-wrapper,html.pelk-chrome ul.products li.product .quantity,html.pelk-chrome ul.products li.product .star-rating,html.pelk-chrome ul.products li.product .add_to_cart_button,html.pelk-chrome ul.products li.product a.button.add_to_cart_button{display:none!important}
html.pelk-chrome ul.products li.product .products__item-info{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;flex:1 1 auto!important;padding:12px 12px 14px!important;margin:0!important;background:#111!important;border-top:1px solid rgba(255,255,255,.06)!important;box-sizing:border-box!important;float:none!important}
html.pelk-chrome ul.products li.product .pelk-card-cat{display:block!important;width:100%!important;color:#ff8aa8!important;-webkit-text-fill-color:#ff8aa8!important;font-size:12px!important;font-weight:800!important;margin:0 0 4px!important;background:transparent!important;text-align:right!important}
html.pelk-chrome ul.products li.product .products__item-fatitle,html.pelk-chrome ul.products li.product .products__item-fatitle a,html.pelk-chrome ul.products li.product h2,html.pelk-chrome ul.products li.product h3{display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden!important;color:#f5f5f5!important;-webkit-text-fill-color:#f5f5f5!important;font-size:14px!important;line-height:1.45!important;font-weight:800!important;margin:0 0 6px!important;height:auto!important;max-height:2.9em!important;white-space:normal!important;background:transparent!important}
html.pelk-chrome ul.products li.product .white_catfinal-price,html.pelk-chrome ul.products li.product .products__item-price,html.pelk-chrome ul.products li.product .products__item-gift-price,html.pelk-chrome ul.products li.product .price,html.pelk-chrome ul.products li.product .amount,html.pelk-chrome ul.products li.product bdi{display:block!important;width:auto!important;max-width:100%!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:15px!important;font-weight:900!important;margin:0 0 10px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;white-space:normal!important}
html.pelk-chrome ul.products li.product .box-footer,html.pelk-chrome ul.products li.product .pelk-card-actions,html.pelk-chrome ul.products li.product .loop-add-to-cart{display:flex!important;flex-direction:column!important;width:100%!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;gap:0!important}
html.pelk-chrome ul.products li.product a.pelk-view-product{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:40px!important;height:40px!important;margin:0!important;padding:0 10px!important;border-radius:999px!important;border:1px solid rgba(255,30,86,.35)!important;background:rgba(255,30,86,.08)!important;color:#ff8aa8!important;-webkit-text-fill-color:#ff8aa8!important;font-size:13px!important;font-weight:800!important;line-height:40px!important;box-sizing:border-box!important;text-decoration:none!important}

/* ===== v41b: kill nested shop padding ===== */
html.pelk-chrome .container-bakala.main-woo-div{padding-left:12px!important;padding-right:12px!important;box-sizing:border-box!important}
html.pelk-chrome .shop-page.row{padding-left:0!important;padding-right:0!important;margin:0!important;width:100%!important}
html.pelk-chrome .shop-page .col-md-10,html.pelk-chrome .position-relative.col-md-10{padding-left:0!important;padding-right:0!important;width:100%!important;max-width:100%!important;flex:0 0 100%!important}
html.pelk-chrome .content-box-shop,html.pelk-chrome .products-box,html.pelk-chrome .products-box.numeric{padding-left:0!important;padding-right:0!important;width:100%!important;max-width:100%!important;margin:0!important;overflow:visible!important}
html.pelk-chrome ul.products,html.pelk-chrome .woocommerce ul.products{width:100%!important;max-width:100%!important;padding:0!important;margin:0!important}

/* ===== v42: definitive landing-style shop cards ===== */
@media (max-width:980px){
  html.pelk-chrome body.post-type-archive-product .container-bakala.main-woo-div,
  html.pelk-chrome body.tax-product_cat .container-bakala.main-woo-div,
  html.pelk-chrome body.woocommerce-shop .container-bakala.main-woo-div{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding-left:14px!important;
    padding-right:14px!important;
    box-sizing:border-box!important;
  }
  html.pelk-chrome .main-woo-div > .shop-page.row,
  html.pelk-chrome .shop-page.row > .position-relative.col-md-10,
  html.pelk-chrome .shop-page .content-box-shop,
  html.pelk-chrome .shop-page .products-box,
  html.pelk-chrome .shop-page .products-box.numeric{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    flex:0 0 100%!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
  }
  html.pelk-chrome .shop-page ul.products,
  html.pelk-chrome .woocommerce .shop-page ul.products{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px 10px!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
  }
}

html.pelk-chrome .shop-page ul.products > li.product,
html.pelk-chrome .woocommerce .shop-page ul.products > li.product{
  display:flex!important;
  flex-direction:column!important;
  align-self:stretch!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:9px!important;
  float:none!important;
  clear:none!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  background:#111!important;
  border:1px solid #ff1e56!important;
  border-radius:18px!important;
  box-shadow:0 0 11px rgba(255,30,86,.42),inset 0 0 0 1px rgba(255,30,86,.08)!important;
}
html.pelk-chrome .shop-page ul.products > li.product > .product-box-inner,
html.pelk-chrome .shop-page ul.products > li.product .info-product{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  align-items:stretch!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  background:#111!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
  transform:none!important;
}
html.pelk-chrome .shop-page ul.products > li.product .products__item-img-color-wrapper{
  display:block!important;
  flex:0 0 auto!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
  transform:none!important;
}
html.pelk-chrome .shop-page ul.products > li.product .products__item-image-wrapper,
html.pelk-chrome .shop-page ul.products > li.product .products__item-image-wrapper.has_second{
  position:relative!important;
  display:block!important;
  flex:0 0 auto!important;
  width:100%!important;
  min-width:100%!important;
  max-width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:1/1!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  background:#fff!important;
  border:0!important;
  border-radius:10px!important;
  box-shadow:none!important;
  transform:none!important;
}
html.pelk-chrome .shop-page ul.products > li.product .products__item-image-wrapper > a,
html.pelk-chrome .shop-page ul.products > li.product .products__item-image-wrapper > a:first-child,
html.pelk-chrome .shop-page ul.products > li.product .products__item-image-wrapper picture{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  min-width:100%!important;
  max-width:100%!important;
  height:100%!important;
  min-height:100%!important;
  max-height:100%!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  background:#fff!important;
  border:0!important;
  border-radius:10px!important;
  transform:none!important;
}
html.pelk-chrome .shop-page ul.products > li.product .products__item-image-wrapper img,
html.pelk-chrome .shop-page ul.products > li.product .products__item-image-wrapper a img,
html.pelk-chrome .shop-page ul.products > li.product .products__item-image-wrapper picture img,
html.pelk-chrome .shop-page ul.products > li.product img.products__item-image:not(.second-image){
  position:absolute!important;
  inset:8px!important;
  display:block!important;
  width:calc(100% - 16px)!important;
  min-width:calc(100% - 16px)!important;
  max-width:calc(100% - 16px)!important;
  height:calc(100% - 16px)!important;
  min-height:calc(100% - 16px)!important;
  max-height:calc(100% - 16px)!important;
  aspect-ratio:auto!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  box-sizing:border-box!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  translate:none!important;
  scale:none!important;
  clip:auto!important;
  clip-path:none!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
html.pelk-chrome .shop-page ul.products > li.product .products__item-image-wrapper img.second-image,
html.pelk-chrome .shop-page ul.products > li.product .products__item-image-wrapper a > img:nth-of-type(n+2),
html.pelk-chrome .shop-page ul.products > li.product .products__item-image-wrapper picture:nth-of-type(n+2){
  display:none!important;
}
html.pelk-chrome .shop-page ul.products > li.product .products__item-info{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  margin:0!important;
  padding:11px 2px 1px!important;
  box-sizing:border-box!important;
  background:#111!important;
  border:0!important;
  box-shadow:none!important;
}
html.pelk-chrome .shop-page ul.products > li.product .pelk-card-cat{
  color:#ff5d85!important;
  -webkit-text-fill-color:#ff5d85!important;
}
html.pelk-chrome .shop-page ul.products > li.product .products__item-fatitle,
html.pelk-chrome .shop-page ul.products > li.product .products__item-fatitle a{
  min-height:2.9em!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html.pelk-chrome .shop-page ul.products > li.product .box-footer,
html.pelk-chrome .shop-page ul.products > li.product .pelk-card-actions{
  margin-top:auto!important;
}
html.pelk-chrome .shop-page ul.products > li.product a.pelk-view-product{
  width:100%!important;
  height:38px!important;
  min-height:38px!important;
  margin-top:auto!important;
  border:1px solid #ff3f6f!important;
  background:rgba(255,30,86,.06)!important;
  color:#ff7999!important;
  -webkit-text-fill-color:#ff7999!important;
  box-shadow:0 0 8px rgba(255,30,86,.12)!important;
}

/* v43: keep the landing-card frame above late inline theme rules */
html.pelk-chrome body.woocommerce .shop-page ul.products > li.product,
html.pelk-chrome body.woocommerce-page .shop-page ul.products > li.product{
  border:1px solid #ff1e56!important;
  box-shadow:0 0 11px rgba(255,30,86,.42),inset 0 0 0 1px rgba(255,30,86,.08)!important;
}

/* v45: single card shape for both the grid and the guest list markup */
html.pelk-chrome ul.products li.product[data-pelk-mini]{
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  padding:9px!important;
  float:none!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  background:#111!important;
  border:1px solid #ff1e56!important;
  border-radius:18px!important;
  box-shadow:0 0 11px rgba(255,30,86,.42),inset 0 0 0 1px rgba(255,30,86,.08)!important;
}
html.pelk-chrome ul.products li.product[data-pelk-mini]::before,
html.pelk-chrome ul.products li.product[data-pelk-mini]::after{
  content:none!important;
  display:none!important;
}
html.pelk-chrome .pelk-mini{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
html.pelk-chrome a.pelk-mini__img{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:1/1!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  background:#fff!important;
  border:0!important;
  border-radius:12px!important;
  box-shadow:none!important;
  transform:none!important;
}
html.pelk-chrome .pelk-mini__img img{
  position:absolute!important;
  inset:8px!important;
  display:block!important;
  width:calc(100% - 16px)!important;
  min-width:calc(100% - 16px)!important;
  max-width:calc(100% - 16px)!important;
  height:calc(100% - 16px)!important;
  min-height:calc(100% - 16px)!important;
  max-height:calc(100% - 16px)!important;
  aspect-ratio:auto!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  mix-blend-mode:normal!important;
}
html.pelk-chrome .pelk-mini__body{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  gap:6px!important;
  width:100%!important;
  min-width:0!important;
  padding:0 2px!important;
  text-align:right!important;
}
html.pelk-chrome .pelk-mini__cat{
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.6!important;
  color:#ff5d85!important;
  -webkit-text-fill-color:#ff5d85!important;
}
html.pelk-chrome h3.pelk-mini__title{
  display:-webkit-box!important;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  min-height:2.9em!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.45!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html.pelk-chrome .pelk-mini__title a{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-decoration:none!important;
  background:transparent!important;
}
html.pelk-chrome .pelk-mini__price,
html.pelk-chrome .pelk-mini__price *{
  font-size:13px!important;
  font-weight:700!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  background:transparent!important;
}
html.pelk-chrome .pelk-mini__price del,
html.pelk-chrome .pelk-mini__price del *{
  font-size:11px!important;
  font-weight:400!important;
  color:#9b9b9b!important;
  -webkit-text-fill-color:#9b9b9b!important;
}
html.pelk-chrome .pelk-mini__price .woocommerce-Price-currencySymbol{
  font-size:10px!important;
  font-weight:400!important;
  color:#c9c9c9!important;
  -webkit-text-fill-color:#c9c9c9!important;
}
html.pelk-chrome a.pelk-mini__cta{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:38px!important;
  min-height:38px!important;
  margin-top:auto!important;
  padding:0!important;
  box-sizing:border-box!important;
  font-size:12px!important;
  font-weight:700!important;
  text-decoration:none!important;
  background:rgba(255,30,86,.06)!important;
  border:1px solid #ff3f6f!important;
  border-radius:999px!important;
  color:#ff7999!important;
  -webkit-text-fill-color:#ff7999!important;
  box-shadow:0 0 8px rgba(255,30,86,.12)!important;
}
@media (max-width:980px){
  html.pelk-chrome .shop-page > .col-md-9,
  html.pelk-chrome .shop-page > .col-md-10,
  html.pelk-chrome .shop-page .archive-list-products,
  html.pelk-chrome .shop-page .archive-list-view{
    width:100%!important;
    max-width:none!important;
    flex:0 0 100%!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
  }
}

/* v45b: theme rules force img width:100%, so pad the frame instead of insetting the image */
html.pelk-chrome ul.products li.product[data-pelk-mini] a.pelk-mini__img{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  padding:8px!important;
  box-sizing:border-box!important;
  background:#fff!important;
  border-radius:12px!important;
  overflow:hidden!important;
}
html.pelk-chrome ul.products li.product[data-pelk-mini] .pelk-mini__img img{
  position:static!important;
  inset:auto!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:100%!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  transform:none!important;
}

/* v46: explicit add-to-cart button under the Snapp Pay block (mobile template has icon-only button) */
html.pelk-chrome a.pelk-add-cart{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:100%!important;
  height:52px!important;
  min-height:52px!important;
  margin:10px 0 0!important;
  padding:0 14px!important;
  box-sizing:border-box!important;
  background:linear-gradient(90deg,#ff1e56,#ff5d85)!important;
  border:0!important;
  border-radius:14px!important;
  box-shadow:0 6px 18px rgba(255,30,86,.28)!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1!important;
  text-decoration:none!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html.pelk-chrome a.pelk-add-cart span{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
html.pelk-chrome a.pelk-add-cart svg{
  width:21px!important;
  height:21px!important;
  flex:0 0 21px!important;
  fill:none!important;
  stroke:#fff!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
html.pelk-chrome a.pelk-add-cart:active{
  filter:brightness(.94)!important;
}
/* v48: cart + checkout chrome */html.pelk-chrome .bk_purchasing-process-wrapper{margin-bottom:14px!important;}html.pelk-chrome .bk_purchasing-process--goback a{display:flex!important;align-items:center!important;gap:8px!important;text-decoration:none!important;}html.pelk-chrome .bk_purchasing-process--goback a > div{color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:13px!important;font-weight:700!important;}html.pelk-chrome .bk_purchasing-process--goback a > span{color:#9c9c9c!important;-webkit-text-fill-color:#9c9c9c!important;font-size:12px!important;}html.pelk-chrome .bk_purchasing-process--goback i{color:#ff5d85!important;-webkit-text-fill-color:#ff5d85!important;font-size:18px!important;}html.pelk-chrome .bk_purchasing-process--navigation-item{background:#111!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:16px!important;box-shadow:none!important;}html.pelk-chrome .bk_purchasing-process--navigation-item--current{border-color:#ff1e56!important;box-shadow:0 0 10px rgba(255,30,86,.28)!important;}html.pelk-chrome .bk_purchasing-process--navigation-item-icon{background:#1c1c1c!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:14px!important;box-shadow:none!important;}html.pelk-chrome .bk_purchasing-process--navigation-item-icon i{color:#bdbdbd!important;-webkit-text-fill-color:#bdbdbd!important;font-size:20px!important;}html.pelk-chrome .bk_purchasing-process--navigation-item--current .bk_purchasing-process--navigation-item-icon{background:linear-gradient(180deg,#ff1e56,#df0f44)!important;border-color:#ff5d85!important;box-shadow:0 4px 14px rgba(255,30,86,.30)!important;}html.pelk-chrome .bk_purchasing-process--navigation-item--current .bk_purchasing-process--navigation-item-icon i{color:#fff!important;-webkit-text-fill-color:#fff!important;}html.pelk-chrome .bk_purchasing-process--navigation-item-title{color:#a9a9a9!important;-webkit-text-fill-color:#a9a9a9!important;font-size:12px!important;font-weight:700!important;}html.pelk-chrome .bk_purchasing-process--navigation-item--current .bk_purchasing-process--navigation-item-title{color:#fff!important;-webkit-text-fill-color:#fff!important;}html.pelk-chrome .bk_purchasing_process{background:#101010!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:16px!important;padding:12px 14px!important;box-sizing:border-box!important;}html.pelk-chrome .bk_purchasing-process--free-shipping > div,html.pelk-chrome .bk_purchasing-process--free-shipping p,html.pelk-chrome .bk_purchasing-process--free-shipping p span,html.pelk-chrome .bk_purchasing-process--free-shipping bdi{color:#e9e9e9!important;-webkit-text-fill-color:#e9e9e9!important;font-size:12px!important;}html.pelk-chrome .bk_purchasing-process--free-shipping > div{font-weight:700!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}html.pelk-chrome .bk_purchasing-process--free-shipping-bar{height:6px!important;background:rgba(255,255,255,.10)!important;border:0!important;border-radius:999px!important;overflow:hidden!important;}html.pelk-chrome .bk_purchasing-process--free-shipping-thumb{height:6px!important;background:linear-gradient(90deg,#ff1e56,#ff8aa8)!important;border-radius:999px!important;}html.pelk-chrome h1.post-title{display:flex!important;align-items:center!important;gap:16px!important;margin:0 0 12px!important;font-size:0!important;}html.pelk-chrome h1.post-title a{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:8px 2px!important;border-bottom:2px solid transparent!important;color:#9c9c9c!important;-webkit-text-fill-color:#9c9c9c!important;font-size:14px!important;font-weight:700!important;text-decoration:none!important;}html.pelk-chrome h1.post-title a.active{color:#fff!important;-webkit-text-fill-color:#fff!important;border-bottom-color:#ff1e56!important;}html.pelk-chrome h1.post-title a .count{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:20px!important;height:20px!important;padding:0 5px!important;background:rgba(255,255,255,.08)!important;border-radius:999px!important;color:#cfcfcf!important;-webkit-text-fill-color:#cfcfcf!important;font-size:11px!important;}html.pelk-chrome h1.post-title a.active .count{background:#ff1e56!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}html.pelk-chrome .shop_table.cart{background:#101010!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:18px!important;border-collapse:separate!important;overflow:hidden!important;}html.pelk-chrome .shop_table.cart th{background:transparent!important;border-color:rgba(255,255,255,.08)!important;color:#cfcfcf!important;-webkit-text-fill-color:#cfcfcf!important;font-size:12px!important;}html.pelk-chrome .shop_table.cart td{background:transparent!important;border-color:rgba(255,255,255,.08)!important;}html.pelk-chrome .shop_table.cart tr.cart_item + tr.cart_item td{border-top:1px solid rgba(255,255,255,.08)!important;}html.pelk-chrome .cart_item .product-name a,html.pelk-chrome .cart_item .product-name > a{color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:14px!important;font-weight:700!important;text-decoration:none!important;}html.pelk-chrome .cart_item .product_info,html.pelk-chrome .cart_item .product_info *,html.pelk-chrome .cart_item .item,html.pelk-chrome .cart_item .item *,html.pelk-chrome .cart_item .sku_wrapper,html.pelk-chrome .cart_item .sku_wrapper *{color:#b3b3b3!important;-webkit-text-fill-color:#b3b3b3!important;font-size:12px!important;}html.pelk-chrome .cart_item .woocommerce-Price-amount,html.pelk-chrome .cart_item .woocommerce-Price-amount bdi{color:#fff!important;-webkit-text-fill-color:#fff!important;font-weight:800!important;}html.pelk-chrome .cart_item .woocommerce-Price-currencySymbol{color:#bdbdbd!important;-webkit-text-fill-color:#bdbdbd!important;font-size:11px!important;font-weight:400!important;}html.pelk-chrome .cart_item .product-thumbnail img,html.pelk-chrome .cart_item td.product-thumbnail img{background:#fff!important;border:0!important;border-radius:14px!important;padding:6px!important;box-sizing:border-box!important;object-fit:contain!important;}html.pelk-chrome .shop_table.cart a.remove{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:26px!important;height:26px!important;background:rgba(255,30,86,.12)!important;border:1px solid rgba(255,30,86,.45)!important;border-radius:999px!important;color:#ff5d85!important;-webkit-text-fill-color:#ff5d85!important;font-size:15px!important;line-height:1!important;text-decoration:none!important;}html.pelk-chrome .shop_table.cart a.remove:hover{background:#ff1e56!important;border-color:#ff1e56!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}html.pelk-chrome .cart_item .quantity{background:#161616!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:12px!important;}html.pelk-chrome .cart_item .quantity input.qty,html.pelk-chrome .cart_item .quantity .minus,html.pelk-chrome .cart_item .quantity .plus{background:transparent!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border:0!important;}html.pelk-chrome .shop_table.cart .save_for_later,html.pelk-chrome .shop_table.cart .move_to_cart,html.pelk-chrome .shop_table.cart .cart_item a:not(.remove):not(.product-name a){color:#dcdcdc!important;-webkit-text-fill-color:#dcdcdc!important;}html.pelk-chrome .bakala_coupon.coupon{background:#111!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:18px!important;box-shadow:none!important;}html.pelk-chrome .bakala_coupon_icon i{color:#ff5d85!important;-webkit-text-fill-color:#ff5d85!important;}html.pelk-chrome hr.bakala_coupon_divider{height:1px!important;background:rgba(255,255,255,.10)!important;border:0!important;}html.pelk-chrome .bakala_coupon_input input.input-text{background:#0e0e0e!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:12px!important;padding:0 14px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:13px!important;}html.pelk-chrome .bakala_coupon_input input.input-text::placeholder{color:#8f8f8f!important;-webkit-text-fill-color:#8f8f8f!important;}html.pelk-chrome .bakala_product_coupon_title{color:#d8d8d8!important;-webkit-text-fill-color:#d8d8d8!important;font-size:12px!important;font-weight:700!important;}html.pelk-chrome .bakala_product_coupon_submit .button,html.pelk-chrome .bakala_product_coupon_submit button{height:40px!important;padding:0 18px!important;background:#ff1e56!important;border:0!important;border-radius:999px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:12px!important;font-weight:800!important;white-space:nowrap!important;}html.pelk-chrome a.bakala_continue_shopping{background:#111!important;border:1px solid rgba(255,30,86,.35)!important;border-radius:999px!important;box-shadow:none!important;}html.pelk-chrome a.bakala_continue_shopping i{color:#ff5d85!important;-webkit-text-fill-color:#ff5d85!important;}html.pelk-chrome a.bakala_continue_shopping small{color:#9d9d9d!important;-webkit-text-fill-color:#9d9d9d!important;}html.pelk-chrome a.bakala_continue_shopping strong{color:#fff!important;-webkit-text-fill-color:#fff!important;}html.pelk-chrome .cart-collaterals{background:#101010!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:18px!important;}html.pelk-chrome .cart-collaterals .cart_side_title,html.pelk-chrome .cart-collaterals h2,html.pelk-chrome .cart-collaterals h3{color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:14px!important;font-weight:800!important;}html.pelk-chrome .cart_totals table.shop_table{background:transparent!important;border:0!important;}html.pelk-chrome .cart_totals th{background:transparent!important;border-color:rgba(255,255,255,.07)!important;color:#c4c4c4!important;-webkit-text-fill-color:#c4c4c4!important;font-size:13px!important;font-weight:600!important;}html.pelk-chrome .cart_totals td,html.pelk-chrome .cart_totals td *{color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:rgba(255,255,255,.07)!important;}html.pelk-chrome .cart_totals tr.order-total th,html.pelk-chrome .cart_totals tr.order-total td strong,html.pelk-chrome .cart_totals tr.order-total td strong *{color:#fff!important;-webkit-text-fill-color:#fff!important;font-weight:800!important;}html.pelk-chrome .cart_totals .woocommerce-Price-currencySymbol{color:#bdbdbd!important;-webkit-text-fill-color:#bdbdbd!important;font-size:11px!important;font-weight:400!important;}html.pelk-chrome a.cart_side_btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:32px!important;padding:0 14px!important;background:rgba(255,30,86,.10)!important;border:1px solid rgba(255,30,86,.40)!important;border-radius:999px!important;color:#ff8aa8!important;-webkit-text-fill-color:#ff8aa8!important;font-size:12px!important;font-weight:700!important;text-decoration:none!important;}html.pelk-chrome a.checkout-button{display:flex!important;align-items:center!important;justify-content:center!important;min-height:50px!important;background:linear-gradient(90deg,#ff1e56,#ff5d85)!important;border:0!important;border-radius:999px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:14px!important;font-weight:800!important;box-shadow:0 6px 18px rgba(255,30,86,.28)!important;}html.pelk-chrome .woocommerce-error,html.pelk-chrome .woocommerce-info,html.pelk-chrome .woocommerce-message,html.pelk-chrome .woocommerce-notices-wrapper > ul{background:#150b0f!important;border:1px solid rgba(255,30,86,.45)!important;border-radius:16px!important;color:#ffd9e2!important;-webkit-text-fill-color:#ffd9e2!important;font-size:13px!important;list-style:none!important;}html.pelk-chrome .woocommerce-error *,html.pelk-chrome .woocommerce-info *,html.pelk-chrome .woocommerce-message *{color:#ffd9e2!important;-webkit-text-fill-color:#ffd9e2!important;}html.pelk-chrome .woocommerce-error a,html.pelk-chrome .woocommerce-info a,html.pelk-chrome .woocommerce-message a{color:#ff8aa8!important;-webkit-text-fill-color:#ff8aa8!important;text-decoration:underline!important;}@media (max-width:980px){html.pelk-chrome .bk_purchasing-process--navigation{gap:8px!important;}html.pelk-chrome .bk_purchasing-process--navigation-item-title{font-size:11px!important;}html.pelk-chrome .cart-collaterals,html.pelk-chrome .shop_table.cart,html.pelk-chrome .bakala_coupon.coupon{width:100%!important;box-sizing:border-box!important;}html.pelk-chrome .woocommerce .cart-collaterals{margin-bottom:90px!important;}html.pelk-chrome a.bakala_continue_shopping{width:100%!important;box-sizing:border-box!important;}}
/* v48b: cart mobile + polish */html.pelk-chrome .cart-collaterals::before,html.pelk-chrome .cart-collaterals::after,html.pelk-chrome .bakala_coupon.coupon::before,html.pelk-chrome .bakala_coupon.coupon::after{background:#070707!important;box-shadow:none!important;}html.pelk-chrome .cart_item td.product-thumbnail a{display:inline-block!important;padding:5px!important;box-sizing:border-box!important;background:#fff!important;border-radius:16px!important;overflow:hidden!important;line-height:0!important;}html.pelk-chrome .cart_item td.product-thumbnail img{border-radius:12px!important;}@media (max-width:980px){html.pelk-chrome .bk_purchasing-process-wrapper{display:flex!important;flex-wrap:wrap!important;gap:10px!important;align-items:center!important;}html.pelk-chrome .bk_purchasing-process--goback{order:1!important;flex:0 0 auto!important;width:auto!important;max-width:70%!important;}html.pelk-chrome .bk_purchasing-process--navigation{order:2!important;flex:0 0 100%!important;width:100%!important;justify-content:space-between!important;}html.pelk-chrome .bk_purchasing_process{order:3!important;flex:0 0 100%!important;width:100%!important;max-width:100%!important;margin:0!important;}html.pelk-chrome .bk_purchasing-process--free-shipping{width:100%!important;max-width:100%!important;}html.pelk-chrome body.page-id-22 .woocommerce .row > .col-sm-12,html.pelk-chrome body.page-id-22 .woocommerce .row > .col-12,html.pelk-chrome body.page-id-22 .woocommerce .row > [class*=col-md-],html.pelk-chrome .woocommerce:has(.woocommerce-cart-form) .row > .col-sm-12,html.pelk-chrome .woocommerce:has(.woocommerce-cart-form) .row > .col-12,html.pelk-chrome .woocommerce:has(.woocommerce-cart-form) .row > [class*=col-md-]{flex:0 0 100%!important;width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;}html.pelk-chrome body.page-id-22 .sticky-sidebar,html.pelk-chrome .woocommerce:has(.woocommerce-cart-form) .sticky-sidebar{position:static!important;top:auto!important;}html.pelk-chrome .cart-collaterals{width:100%!important;max-width:100%!important;padding:16px 14px!important;box-sizing:border-box!important;}html.pelk-chrome .cart_totals table.shop_table{width:100%!important;}html.pelk-chrome a.checkout-button{width:100%!important;min-width:0!important;height:auto!important;padding:0 12px!important;}html.pelk-chrome .bakala_coupon.coupon{padding:14px 12px!important;}}
/* v48c: cart mobile thumbnail */@media (max-width:980px){html.pelk-chrome .cart_item td.product-thumbnail{display:block!important;width:auto!important;float:right!important;margin:0!important;padding:0 0 8px 10px!important;border:0!important;text-align:right!important;}html.pelk-chrome .cart_item td.product-thumbnail::before{display:none!important;content:none!important;}html.pelk-chrome .cart_item td.product-thumbnail a{display:block!important;width:84px!important;height:84px!important;padding:5px!important;}html.pelk-chrome .cart_item td.product-thumbnail img{width:100%!important;max-width:100%!important;height:100%!important;padding:0!important;object-fit:contain!important;}}
/* v48d: cart pill + qr */html.pelk-chrome .cart_item td.product-thumbnail a.add-next-shopping{display:inline-flex!important;align-items:center!important;gap:6px!important;width:auto!important;height:auto!important;min-height:30px!important;margin-top:8px!important;padding:6px 12px!important;box-sizing:border-box!important;background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:999px!important;color:#d2d2d2!important;-webkit-text-fill-color:#d2d2d2!important;font-size:11px!important;line-height:1.4!important;overflow:visible!important;}html.pelk-chrome .cart_item td.product-thumbnail a.add-next-shopping:hover{border-color:#ff5d85!important;color:#ff8aa8!important;-webkit-text-fill-color:#ff8aa8!important;}html.pelk-chrome .cart_item td.product-thumbnail a.add-next-shopping span[data-icon]{color:#ff5d85!important;-webkit-text-fill-color:#ff5d85!important;}html.pelk-chrome .bakala_coupon_icon i::before{filter:invert(1) opacity(.88)!important;}@media (max-width:980px){html.pelk-chrome .cart_item td.product-thumbnail{max-width:150px!important;}html.pelk-chrome .cart_item td.product-thumbnail a.add-next-shopping{max-width:140px!important;padding:5px 9px!important;font-size:10px!important;text-align:center!important;}}
/* v49: checkout neon boxes */html.pelk-chrome .woocommerce-billing-fields__field-wrapper,html.pelk-chrome .woocommerce-shipping-fields,html.pelk-chrome .woocommerce-additional-fields,html.pelk-chrome li.wc_payment_method,html.pelk-chrome form.checkout_coupon,html.pelk-chrome .woocommerce-checkout-review-order-table{background:#111!important;border:1px solid #ff1e56!important;border-radius:18px!important;box-shadow:0 0 11px rgba(255,30,86,.32),inset 0 0 0 1px rgba(255,30,86,.06)!important;box-sizing:border-box!important;}html.pelk-chrome .woocommerce-billing-fields__field-wrapper{padding:24px 22px!important;}html.pelk-chrome .woocommerce-shipping-fields,html.pelk-chrome .woocommerce-additional-fields{margin-top:14px!important;padding:18px 20px!important;}html.pelk-chrome .woocommerce-billing-fields > h3,html.pelk-chrome .woocommerce-shipping-fields > h3,html.pelk-chrome .woocommerce-additional-fields > h3,html.pelk-chrome #order_review_heading{margin:0 0 12px!important;padding:0 4px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:15px!important;font-weight:800!important;}html.pelk-chrome .checkout .form-row label{color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important;font-size:13px!important;font-weight:600!important;}html.pelk-chrome .checkout .required,html.pelk-chrome .checkout abbr.required{color:#ff5d85!important;-webkit-text-fill-color:#ff5d85!important;border:0!important;text-decoration:none!important;}html.pelk-chrome .checkout input.input-text,html.pelk-chrome .checkout textarea,html.pelk-chrome .checkout select{background:#0d0d0d!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:12px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}html.pelk-chrome .checkout input.input-text:focus,html.pelk-chrome .checkout textarea:focus{border-color:#ff3f6f!important;box-shadow:0 0 0 2px rgba(255,30,86,.16)!important;outline:none!important;}html.pelk-chrome .checkout input.input-text::placeholder,html.pelk-chrome .checkout textarea::placeholder{color:#8f8f8f!important;-webkit-text-fill-color:#8f8f8f!important;}html.pelk-chrome .select2-container--default .select2-selection--single{background:#0d0d0d!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:12px!important;}html.pelk-chrome .select2-container--default .select2-selection--single .select2-selection__rendered{background:transparent!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}html.pelk-chrome .select2-container--default .select2-selection--single .select2-selection__arrow b{border-top-color:#cfcfcf!important;}html.pelk-chrome .select2-dropdown,html.pelk-chrome .select2-search--dropdown,html.pelk-chrome .select2-results{background:#111!important;border-color:rgba(255,255,255,.14)!important;color:#eaeaea!important;}html.pelk-chrome .select2-container--default .select2-results__option{background:#111!important;color:#eaeaea!important;-webkit-text-fill-color:#eaeaea!important;}html.pelk-chrome .select2-container--default .select2-results__option--highlighted[aria-selected],html.pelk-chrome .select2-container--default .select2-results__option[aria-selected=true]{background:#ff1e56!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}html.pelk-chrome .select2-search--dropdown .select2-search__field{background:#0d0d0d!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:10px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}html.pelk-chrome #ship-to-different-address,html.pelk-chrome #ship-to-different-address span,html.pelk-chrome #ship-to-different-address label{color:#e8e8e8!important;-webkit-text-fill-color:#e8e8e8!important;font-size:13px!important;}html.pelk-chrome .zoom.plus-button,html.pelk-chrome .zoom.minus-button{display:flex!important;align-items:center!important;justify-content:center!important;background:#111!important;border:1px solid rgba(255,30,86,.45)!important;border-radius:10px!important;color:#ff8aa8!important;-webkit-text-fill-color:#ff8aa8!important;font-size:18px!important;font-weight:700!important;line-height:1!important;box-shadow:0 0 8px rgba(255,30,86,.18)!important;}html.pelk-chrome ul.wc_payment_methods{display:flex!important;flex-direction:column!important;gap:10px!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;list-style:none!important;}html.pelk-chrome li.wc_payment_method{margin:0!important;padding:14px 16px!important;}html.pelk-chrome li.wc_payment_method label,html.pelk-chrome li.wc_payment_method label *{color:#f2f2f2!important;-webkit-text-fill-color:#f2f2f2!important;font-size:13px!important;font-weight:700!important;}html.pelk-chrome li.wc_payment_method input[type=radio]{accent-color:#ff1e56!important;}html.pelk-chrome .payment_box{margin-top:10px!important;padding:12px 14px!important;background:#0d0d0d!important;border:1px solid rgba(255,30,86,.28)!important;border-radius:14px!important;color:#d6d6d6!important;-webkit-text-fill-color:#d6d6d6!important;font-size:12px!important;}html.pelk-chrome .payment_box *{color:#d6d6d6!important;-webkit-text-fill-color:#d6d6d6!important;background:transparent!important;}html.pelk-chrome .payment_box::before{border-bottom-color:rgba(255,30,86,.28)!important;}html.pelk-chrome .woocommerce-checkout-review-order-table th,html.pelk-chrome .woocommerce-checkout-review-order-table td{background:transparent!important;border-color:rgba(255,255,255,.08)!important;color:#e6e6e6!important;-webkit-text-fill-color:#e6e6e6!important;}html.pelk-chrome .woocommerce-checkout-review-order-table .product-name,html.pelk-chrome .woocommerce-checkout-review-order-table .product-name *{color:#fff!important;-webkit-text-fill-color:#fff!important;}html.pelk-chrome .woocommerce-checkout-review-order-table tr.order-total th,html.pelk-chrome .woocommerce-checkout-review-order-table tr.order-total td,html.pelk-chrome .woocommerce-checkout-review-order-table tr.order-total td *,html.pelk-chrome .woocommerce-checkout-review-order-table tr.order-total th *{color:#fff!important;-webkit-text-fill-color:#fff!important;font-weight:800!important;}html.pelk-chrome .woocommerce-checkout-review-order-table .woocommerce-Price-currencySymbol{color:#bdbdbd!important;-webkit-text-fill-color:#bdbdbd!important;font-size:11px!important;font-weight:400!important;}html.pelk-chrome #place_order{width:100%!important;min-height:52px!important;background:linear-gradient(90deg,#ff1e56,#ff5d85)!important;border:0!important;border-radius:999px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:15px!important;font-weight:800!important;box-shadow:0 6px 18px rgba(255,30,86,.30)!important;}html.pelk-chrome .woocommerce-privacy-policy-text,html.pelk-chrome .woocommerce-privacy-policy-text p{color:#a9a9a9!important;-webkit-text-fill-color:#a9a9a9!important;font-size:12px!important;}html.pelk-chrome .woocommerce-privacy-policy-text a{color:#ff8aa8!important;-webkit-text-fill-color:#ff8aa8!important;}html.pelk-chrome .modal-content{background:#111!important;border:1px solid #ff1e56!important;border-radius:20px!important;box-shadow:0 0 18px rgba(255,30,86,.30)!important;}html.pelk-chrome .modal-header,html.pelk-chrome .modal-footer{background:transparent!important;border-color:rgba(255,255,255,.10)!important;color:#fff!important;}html.pelk-chrome .modal-title{color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:14px!important;font-weight:800!important;}html.pelk-chrome .shop_table.cart,html.pelk-chrome .cart-collaterals,html.pelk-chrome .bakala_coupon.coupon{border:1px solid #ff1e56!important;box-shadow:0 0 11px rgba(255,30,86,.32),inset 0 0 0 1px rgba(255,30,86,.06)!important;}@media (max-width:980px){html.pelk-chrome body.woocommerce-checkout .row > .col-sm-12,html.pelk-chrome body.woocommerce-checkout .row > .col-12,html.pelk-chrome body.woocommerce-checkout .row > [class*=col-md-],html.pelk-chrome body.page-id-23 .row > .col-sm-12,html.pelk-chrome body.page-id-23 .row > .col-12,html.pelk-chrome body.page-id-23 .row > [class*=col-md-]{flex:0 0 100%!important;width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;}html.pelk-chrome body.woocommerce-checkout .sticky-sidebar,html.pelk-chrome body.page-id-23 .sticky-sidebar{position:static!important;top:auto!important;}html.pelk-chrome .woocommerce-billing-fields__field-wrapper{padding:16px 14px!important;}html.pelk-chrome .woocommerce-shipping-fields,html.pelk-chrome .woocommerce-additional-fields{padding:14px!important;}html.pelk-chrome #order_review,html.pelk-chrome .woocommerce-checkout-review-order-table,html.pelk-chrome ul.wc_payment_methods,html.pelk-chrome li.wc_payment_method{width:100%!important;max-width:100%!important;}html.pelk-chrome body.woocommerce-checkout .woocommerce{padding-bottom:90px!important;}}
/* v49b: checkout extras */html.pelk-chrome ul#shipping_method{margin:0!important;padding:0!important;background:transparent!important;list-style:none!important;}html.pelk-chrome ul#shipping_method li{display:flex!important;align-items:center!important;gap:8px!important;margin:0 0 8px!important;padding:10px 12px!important;box-sizing:border-box!important;background:#0d0d0d!important;border:1px solid rgba(255,30,86,.28)!important;border-radius:14px!important;}html.pelk-chrome ul#shipping_method li label,html.pelk-chrome ul#shipping_method li label *{color:#eaeaea!important;-webkit-text-fill-color:#eaeaea!important;font-size:12px!important;}html.pelk-chrome .bakala-order-total,html.pelk-chrome .bakala-order-total *{color:#fff!important;-webkit-text-fill-color:#fff!important;}html.pelk-chrome .select2-selection__rendered{background:transparent!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}html.pelk-chrome .select2-selection,html.pelk-chrome .select2-selection--single{background:#0d0d0d!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:12px!important;}@media (max-width:980px){html.pelk-chrome .woocommerce-billing-fields__field-wrapper{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}html.pelk-chrome .woocommerce-billing-fields__field-wrapper > .form-row{width:auto!important;float:none!important;margin:0!important;}html.pelk-chrome .woocommerce-billing-fields__field-wrapper > .form-row-wide,html.pelk-chrome .woocommerce-billing-fields__field-wrapper > .form-row:not(.form-row-first):not(.form-row-last){grid-column:1 / -1!important;}}
/* v49c: select id overrides */html.pelk-chrome #select2-billing_state-container,html.pelk-chrome #select2-billing_city-container,html.pelk-chrome #select2-billing_district-container,html.pelk-chrome #select2-billing_sabira_cities-container,html.pelk-chrome #select2-shipping_state-container,html.pelk-chrome #select2-shipping_city-container,html.pelk-chrome #select2-shipping_district-container{background:transparent!important;color:#fff!important;-webkit-text-fill-color:#fff!important;}
/* v49d: review table border */html.pelk-chrome .woocommerce table.shop_table.woocommerce-checkout-review-order-table,html.pelk-chrome #order_review table.woocommerce-checkout-review-order-table,html.pelk-chrome .woocommerce-checkout-review-order table.shop_table{background:#101010!important;border:1px solid #ff1e56!important;border-radius:18px!important;box-shadow:0 0 11px rgba(255,30,86,.32),inset 0 0 0 1px rgba(255,30,86,.06)!important;}
/* v50: header inset + neon tabs */html.pelk-chrome #pelk-site-chrome{padding:10px 18px 8px!important;}@media (max-width:980px){html.pelk-chrome #pelk-site-chrome{padding:calc(18px + env(safe-area-inset-top,0px)) 12px 8px!important;}}html.pelk-chrome #pelk-tabbar,html.pelk-chrome .pelk-tabbar{height:66px!important;padding:6px 10px!important;overflow:visible!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.16)!important;background:rgba(16,16,18,.58)!important;}html.pelk-chrome .pelk-tab{position:relative!important;z-index:1;height:52px!important;background:transparent!important;border-radius:0!important;color:#fff!important;-webkit-text-fill-color:#fff!important;transition:background .2s ease,filter .2s ease,transform .2s ease;}html.pelk-chrome .pelk-tab svg,html.pelk-chrome .pelk-tab .pelk-ico{position:relative;z-index:1;width:23px!important;height:23px!important;stroke:#fff!important;color:#fff!important;}html.pelk-chrome .pelk-tab:hover:not(.pelk-tab--cart),html.pelk-chrome .pelk-tab:focus-visible:not(.pelk-tab--cart),html.pelk-chrome .pelk-tab.is-active:not(.pelk-tab--cart){background:radial-gradient(22px 22px at 50% 50%,#ff1e56 0 99%,transparent 100%)!important;filter:drop-shadow(0 0 10px rgba(255,30,86,.55));}html.pelk-chrome .pelk-tab--cart{width:56px!important;height:56px!important;flex:0 0 56px!important;border-radius:50%!important;background:linear-gradient(180deg,#ff5d85,#ff1e56)!important;box-shadow:0 0 18px rgba(255,30,86,.55),0 8px 18px rgba(255,30,86,.32)!important;transform:translateY(-12px)!important;}html.pelk-chrome .pelk-tab--cart::after{display:none!important}html.pelk-chrome .pelk-tab--cart svg,html.pelk-chrome .pelk-tab--cart .pelk-ico{width:26px!important;height:26px!important;}html.pelk-chrome .pelk-tab--cart:hover{filter:brightness(1.08);box-shadow:0 0 24px rgba(255,30,86,.7),0 8px 20px rgba(255,30,86,.4)!important;}html.pelk-chrome .pelk-tab .pelk-nav__count{top:4px!important;left:14px!important;z-index:2;}
