/* =====================================================================
   PLEASE CALL ME — VIP skin layer on top of Journal3
   Loaded via Journal3 > customCodeHeader. Brand: deep teal + lime.
   ===================================================================== */
:root{
  --pcm-teal-950:#06201f;
  --pcm-teal-900:#0b2f2e;
  --pcm-teal-800:#0f3f3d;
  --pcm-teal-700:#145651;
  --pcm-teal-600:#1b6e68;
  --pcm-lime:#b8d63a;
  --pcm-lime-600:#9dbb22;
  --pcm-lime-100:#f1f7d6;
  --pcm-ink:#0f1f1e;
  --pcm-text:#1f2d2c;
  --pcm-muted:#5f706e;
  --pcm-line:#e3ebe9;
  --pcm-bg:#f5f8f7;
  --pcm-card:#ffffff;
  --pcm-radius:18px;
  --pcm-radius-sm:12px;
  --pcm-shadow:0 10px 30px rgba(6,32,31,.08);
  --pcm-shadow-lg:0 30px 60px rgba(6,32,31,.18);
  --pcm-font:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
}
html{scroll-behavior:smooth}
body{background:var(--pcm-bg) !important;font-family:var(--pcm-font);color:var(--pcm-text)}
.pcm-container{max-width:1280px;margin:0 auto;padding:0 24px}
.pcm-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--pcm-lime-600)}
.pcm-eyebrow:before{content:"";width:22px;height:2px;background:var(--pcm-lime);border-radius:2px}
.pcm-section{padding:72px 0}
.pcm-section__head{max-width:680px;margin:0 auto 40px;text-align:center}
.pcm-section__head h2,.pcm-hero h1{font-family:var(--pcm-font);font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--pcm-ink);margin:12px 0 14px}
.pcm-section__head h2{font-size:clamp(28px,3.4vw,40px)}
.pcm-section__head p{font-size:16px;line-height:1.65;color:var(--pcm-muted);margin:0}
.pcm-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 26px;border-radius:999px;font-weight:700;font-size:15px;line-height:1;text-decoration:none !important;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;border:2px solid transparent;cursor:pointer}
.pcm-btn svg{width:18px;height:18px;flex:none}
.pcm-btn--lime{background:var(--pcm-lime);color:var(--pcm-teal-950) !important;box-shadow:0 12px 26px rgba(184,214,58,.35)}
.pcm-btn--lime:hover{background:#c6e34a;transform:translateY(-2px);box-shadow:0 18px 34px rgba(184,214,58,.45)}
.pcm-btn--ghost{background:rgba(255,255,255,.06);color:#fff !important;border-color:rgba(255,255,255,.28);backdrop-filter:blur(6px)}
.pcm-btn--ghost:hover{background:rgba(255,255,255,.14);transform:translateY(-2px)}
.pcm-btn--teal{background:var(--pcm-teal-800);color:#fff !important;box-shadow:0 12px 26px rgba(11,47,46,.25)}
.pcm-btn--teal:hover{background:var(--pcm-teal-700);transform:translateY(-2px)}
.pcm-btn--wa{background:#25d366;color:#052e16 !important;box-shadow:0 12px 26px rgba(37,211,102,.35)}
.pcm-btn--wa:hover{background:#3ae07a;transform:translateY(-2px)}

/* ---------- reveal on scroll ---------- */
.pcm-js .pcm-reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.pcm-js .pcm-reveal.is-in,.pcm-js.pcm-revealed .pcm-reveal{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.pcm-reveal{opacity:1;transform:none;transition:none}}

/* =====================================================================
   HEADER (Journal3 classic header, restyled)
   ===================================================================== */
.header-classic .header.header-classic{background:linear-gradient(180deg,var(--pcm-teal-950) 0%,var(--pcm-teal-900) 100%) !important;--background-color:var(--pcm-teal-900)}
.header-classic .top-bar{background:rgba(0,0,0,.25) !important;border-bottom:1px solid rgba(255,255,255,.06)}
.header-classic .top-bar .j-menu>li>a{font-size:12px;letter-spacing:.06em;text-transform:uppercase;font-weight:600;color:rgba(255,255,255,.78) !important}
.header-classic .top-bar .j-menu>li>a:hover{color:var(--pcm-lime) !important}
.header-classic .mid-bar{padding-top:6px;padding-bottom:6px}
.header-classic .desktop-search-wrapper .search-trigger,.header-classic #search input,.header-classic #search .dropdown-toggle{border-radius:999px !important}
.header-classic #search input{background:#fff !important;border:none !important;box-shadow:inset 0 0 0 1px rgba(11,47,46,.08)}
.header-classic .desktop-main-menu-wrapper{background:rgba(255,255,255,.04) !important;--background-color:transparent;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);backdrop-filter:blur(10px)}
.header-classic .main-menu .j-menu>li>a{font-weight:700 !important;letter-spacing:.04em;font-size:13px;color:rgba(255,255,255,.92) !important;position:relative;padding-top:16px !important;padding-bottom:16px !important}
.header-classic .main-menu .j-menu>li>a:after{content:"";position:absolute;left:18px;right:18px;bottom:8px;height:2px;border-radius:2px;background:var(--pcm-lime);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.header-classic .main-menu .j-menu>li>a:hover:after,.header-classic .main-menu .j-menu>li.active>a:after{transform:scaleX(1)}
.header-classic .main-menu .j-menu>li>a:hover{color:#fff !important;background:transparent !important}
.header-classic .cart-count,.header-classic .count-badge{background:var(--pcm-lime) !important;color:var(--pcm-teal-950) !important}
.mobile-header .mobile-bar,.mobile-header .mobile-top-bar{background:var(--pcm-teal-900) !important}
.mobile-header .mobile-search-group{background:var(--pcm-teal-800) !important}
.mobile-header .mobile-search-group input{border-radius:999px !important}

/* =====================================================================
   HOME — hide the stock slider, we ship our own hero
   ===================================================================== */
.route-common-home .grid-col-top-1-1{display:none !important}
.route-common-home #top .grid-row-top-1{padding-top:0 !important}

/* ---------- HERO ---------- */
.pcm-hero{position:relative;overflow:hidden;background:radial-gradient(1200px 600px at 85% -10%,rgba(184,214,58,.22),transparent 60%),radial-gradient(900px 500px at -10% 110%,rgba(27,110,104,.55),transparent 60%),linear-gradient(135deg,var(--pcm-teal-950) 0%,var(--pcm-teal-900) 55%,var(--pcm-teal-800) 100%);color:#fff}
.pcm-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:44px 44px;mask-image:radial-gradient(ellipse at 60% 40%,#000 30%,transparent 75%);pointer-events:none}
.pcm-hero__grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding-top:72px;padding-bottom:84px}
.pcm-hero .pcm-eyebrow{color:var(--pcm-lime)}
.pcm-hero h1{font-size:clamp(34px,4.6vw,60px);color:#fff;margin:18px 0 18px}
.pcm-hero h1 em{font-style:normal;color:var(--pcm-lime);position:relative;white-space:nowrap}
.pcm-hero h1 em:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:10px;background:rgba(184,214,58,.22);border-radius:6px;z-index:-1}
.pcm-hero p.pcm-lead{font-size:17px;line-height:1.7;color:rgba(255,255,255,.78);max-width:560px;margin:0 0 30px}
.pcm-hero__cta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:34px}
.pcm-hero__trust{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;max-width:560px}
.pcm-hero__trust li{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:rgba(255,255,255,.88)}
.pcm-hero__trust li svg{width:20px;height:20px;flex:none;color:var(--pcm-lime)}
.pcm-hero__art{position:relative;min-height:440px}
.pcm-hero__card{position:absolute;border-radius:24px;overflow:hidden;background:#fff;box-shadow:var(--pcm-shadow-lg);border:1px solid rgba(255,255,255,.35)}
.pcm-hero__card img{display:block;width:100%;height:100%;object-fit:cover}
.pcm-hero__card--a{width:58%;left:2%;top:0;aspect-ratio:1/1;animation:pcm-float 7s ease-in-out infinite}
.pcm-hero__card--b{width:46%;right:0;top:20%;aspect-ratio:1/1;animation:pcm-float 8s ease-in-out infinite 1.2s}
.pcm-hero__badge{position:absolute;left:34%;bottom:2%;background:rgba(6,32,31,.78);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:14px 18px;display:flex;align-items:center;gap:12px;box-shadow:var(--pcm-shadow-lg);animation:pcm-float 6s ease-in-out infinite .6s}
.pcm-hero__badge .dot{width:12px;height:12px;border-radius:50%;background:var(--pcm-lime);box-shadow:0 0 0 6px rgba(184,214,58,.2)}
.pcm-hero__badge b{display:block;font-size:14px;color:#fff}
.pcm-hero__badge span{font-size:12px;color:rgba(255,255,255,.7)}
.pcm-hero__glow{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(184,214,58,.28),transparent 65%);right:-80px;top:-60px;filter:blur(10px);pointer-events:none}
@keyframes pcm-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
.pcm-hero__stats{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.12)}
.pcm-hero__stats div{padding:22px 8px;text-align:center}
.pcm-hero__stats div+div{border-left:1px solid rgba(255,255,255,.12)}
.pcm-hero__stats b{display:block;font-size:24px;font-weight:800;color:var(--pcm-lime);letter-spacing:-.02em}
.pcm-hero__stats span{font-size:12.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.7)}

/* ---------- SERVICE CATEGORIES ---------- */
.pcm-cats{background:var(--pcm-bg)}
.pcm-cats__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.pcm-cat{position:relative;display:flex;flex-direction:column;background:var(--pcm-card);border:1px solid var(--pcm-line);border-radius:var(--pcm-radius);padding:28px;box-shadow:var(--pcm-shadow);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;overflow:hidden}
.pcm-cat:hover{transform:translateY(-6px);box-shadow:var(--pcm-shadow-lg);border-color:rgba(184,214,58,.6)}
.pcm-cat:after{content:"";position:absolute;right:-60px;top:-60px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(184,214,58,.22),transparent 70%)}
.pcm-cat__icon{width:76px;height:76px;border-radius:20px;background:var(--pcm-lime-100);display:flex;align-items:center;justify-content:center;margin-bottom:20px;overflow:hidden}
.pcm-cat__icon img{width:100%;height:100%;object-fit:contain}
.pcm-cat h3{font-size:21px;font-weight:800;letter-spacing:-.01em;margin:0 0 8px;color:var(--pcm-ink)}
.pcm-cat h3 a{color:inherit;text-decoration:none}
.pcm-cat p{color:var(--pcm-muted);line-height:1.6;margin:0 0 18px;font-size:14.5px}
.pcm-cat__chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px;padding:0;list-style:none}
.pcm-cat__chips a{display:inline-block;font-size:12.5px;font-weight:600;color:var(--pcm-teal-800);background:#eef4f2;border:1px solid #dce7e4;padding:7px 12px;border-radius:999px;text-decoration:none;transition:all .2s}
.pcm-cat__chips a:hover{background:var(--pcm-teal-800);color:#fff;border-color:var(--pcm-teal-800)}
.pcm-cat__link{margin-top:auto;display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--pcm-teal-700);text-decoration:none}
.pcm-cat__link svg{width:18px;height:18px;transition:transform .2s}
.pcm-cat__link:hover svg{transform:translateX(4px)}

/* ---------- FEATURES ---------- */
.pcm-features{background:#fff;border-top:1px solid var(--pcm-line);border-bottom:1px solid var(--pcm-line)}
.pcm-features__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.pcm-feature{padding:26px;border-radius:var(--pcm-radius);background:var(--pcm-bg);border:1px solid var(--pcm-line);transition:transform .25s,box-shadow .25s}
.pcm-feature:hover{transform:translateY(-4px);box-shadow:var(--pcm-shadow)}
.pcm-feature__icon{width:52px;height:52px;border-radius:14px;background:var(--pcm-teal-900);color:var(--pcm-lime);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.pcm-feature__icon svg{width:24px;height:24px}
.pcm-feature h4{font-size:17px;font-weight:800;margin:0 0 6px;color:var(--pcm-ink)}
.pcm-feature p{margin:0;font-size:14px;line-height:1.6;color:var(--pcm-muted)}

/* ---------- HOW IT WORKS ---------- */
.pcm-steps{background:var(--pcm-teal-950);color:#fff;position:relative;overflow:hidden}
.pcm-steps:before{content:"";position:absolute;inset:0;background:radial-gradient(800px 400px at 50% -20%,rgba(184,214,58,.16),transparent 60%)}
.pcm-steps .pcm-section__head h2{color:#fff}
.pcm-steps .pcm-section__head p{color:rgba(255,255,255,.7)}
.pcm-steps__grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.pcm-step{position:relative;padding:32px 28px 28px;border-radius:var(--pcm-radius);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(8px)}
.pcm-step__n{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--pcm-lime);color:var(--pcm-teal-950);font-weight:800;font-size:16px;margin-bottom:18px}
.pcm-step h4{font-size:19px;font-weight:800;margin:0 0 8px;color:#fff}
.pcm-step p{margin:0;font-size:14.5px;line-height:1.65;color:rgba(255,255,255,.72)}
.pcm-steps__cta{text-align:center;margin-top:40px;position:relative}

/* ---------- CTA BAND ---------- */
.pcm-cta{padding:0 0 72px;background:var(--pcm-bg)}
.pcm-cta__box{position:relative;overflow:hidden;border-radius:28px;background:linear-gradient(120deg,var(--pcm-lime) 0%,#d3ea6a 100%);padding:52px 56px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:32px;box-shadow:var(--pcm-shadow-lg)}
.pcm-cta__box:after{content:"";position:absolute;right:-120px;top:-120px;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.28)}
.pcm-cta__box h2{font-size:clamp(26px,3vw,38px);font-weight:800;letter-spacing:-.02em;color:var(--pcm-teal-950);margin:0 0 10px}
.pcm-cta__box p{margin:0;font-size:16px;color:rgba(6,32,31,.78);line-height:1.6}
.pcm-cta__actions{position:relative;display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}
.pcm-cta__actions .pcm-btn--teal{box-shadow:0 12px 26px rgba(6,32,31,.28)}

/* =====================================================================
   PRODUCTS (Journal3 grid) — premium cards
   ===================================================================== */
.module-products .title,.module-catalog .title,.module-title .title,.route-common-home .module-products>.title{font-family:var(--pcm-font) !important;font-weight:800 !important;font-size:clamp(26px,3vw,36px) !important;letter-spacing:-.02em;text-align:center;color:var(--pcm-ink) !important;padding:28px 0 8px !important;justify-content:center}
.module-products .title:after,.route-common-home .module-products>.title:after{content:"";display:block;width:56px;height:4px;background:var(--pcm-lime);border-radius:4px;margin:14px auto 0}
.route-common-home #top{padding-top:28px}
.route-common-home .module-products h3.module-title{display:flex !important;flex-direction:column;align-items:center;justify-content:center !important;text-align:center !important;width:100%;margin:0 0 10px !important}
.route-common-home .grid-row-top-1 .grid-cols-wrapper,.route-common-home .grid-module-top-1-2-1{max-width:1280px !important;margin:0 auto !important;padding-left:14px;padding-right:14px;box-sizing:border-box}
.route-common-home .grid-row-top-1{padding-bottom:40px !important}
@media (max-width:640px){.route-common-home .grid-row-top-1 .grid-cols-wrapper,.route-common-home .grid-module-top-1-2-1{padding-left:6px;padding-right:6px}}
.product-thumb{border-radius:var(--pcm-radius) !important;border:1px solid var(--pcm-line) !important;background:#fff !important;box-shadow:0 6px 18px rgba(6,32,31,.05);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease !important;overflow:hidden}
.no-touchevents .product-layout:hover .product-thumb{transform:translateY(-6px);box-shadow:var(--pcm-shadow-lg);border-color:rgba(184,214,58,.7) !important}
.product-thumb .image{border-radius:14px;overflow:hidden;background:#f2f6f4}
.product-thumb .image img{transition:transform .5s ease}
.no-touchevents .product-thumb:hover .image img{transform:scale(1.04)}
.product-thumb .stats .stats-label,.product-thumb .stats span{font-size:11px !important;letter-spacing:.12em;text-transform:uppercase;font-weight:700 !important;color:var(--pcm-lime-600) !important}
.product-thumb .caption .name a{font-weight:700 !important;font-size:14.5px !important;line-height:1.45 !important;color:var(--pcm-ink) !important}
.product-thumb .caption .name a:hover{color:var(--pcm-teal-700) !important}
.product-thumb .price>div,.product-thumb .price .price-normal{font-weight:800 !important;font-size:20px !important;color:var(--pcm-teal-800) !important;letter-spacing:-.01em}
.product-thumb .price-tax{display:none !important}
.product-thumb .description{display:none !important}
.product-thumb .buttons-wrapper,.product-thumb .button-group,.product-thumb .button-group .cart-group{width:100% !important;max-width:100% !important}
.product-thumb .button-group .cart-group{display:flex !important;gap:8px;align-items:stretch}
.product-thumb .button-group .stepper{display:none !important}
.product-thumb .button-group .btn-cart{flex:1 1 auto !important;width:100% !important;min-width:0 !important;height:auto !important;min-height:44px !important;display:inline-flex !important;align-items:center;justify-content:center;gap:8px;background:var(--pcm-teal-900) !important;--background-color:var(--pcm-teal-900);color:#fff !important;border-radius:999px !important;border:none !important;font-weight:700 !important;font-size:13.5px !important;padding:12px 18px !important;transition:all .2s !important;box-shadow:none !important}
.product-thumb .button-group .btn-cart:before{font-size:16px !important;margin:0 !important;color:#fff !important;display:inline-flex !important}
.product-thumb .button-group .btn-cart .btn-text{display:inline !important;font-size:13.5px !important;line-height:1 !important;color:#fff !important;padding:0 !important;margin:0 !important}
.product-thumb .button-group .btn-cart:hover{background:var(--pcm-teal-700) !important}
.product-thumb .extra-group{margin-top:8px}
.product-thumb .extra-group .btn-extra{background:var(--pcm-lime) !important;--background-color:var(--pcm-lime);color:var(--pcm-teal-950) !important;border-radius:999px !important;font-weight:800 !important}
.product-thumb .extra-group .btn-extra:hover{background:#c6e34a !important}
.product-label{border-radius:999px !important;font-weight:700 !important}
.product-thumb .quickview-button .btn{border-radius:999px !important}

/* =====================================================================
   INNER PAGES
   ===================================================================== */
.breadcrumb{background:transparent !important}
ul.breadcrumb{padding:14px 0 !important}
.breadcrumb li a{font-weight:600}
.page-title,.title.page-title,h1.title{font-family:var(--pcm-font) !important;font-weight:800 !important;letter-spacing:-.02em}
.route-product-product .product-info .btn-cart,.checkout-cart .btn.btn-primary,.buttons .btn-primary,#button-login,#button-register,.account-login .btn,.btn.btn-primary{border-radius:999px !important;font-weight:700 !important}
.route-product-product .product-info .btn-cart{background:var(--pcm-teal-900) !important;--background-color:var(--pcm-teal-900) !important}
.route-product-product .product-info .btn-cart:hover{background:var(--pcm-teal-700) !important}
.route-product-product .product-info .btn-extra{background:#25d366 !important;--background-color:#25d366 !important;color:#052e16 !important;border-radius:999px !important;font-weight:800 !important}
.route-product-product .product-info .product-price,.route-product-product .product-info .price-group .product-price{font-weight:800 !important;color:var(--pcm-teal-800) !important;letter-spacing:-.02em}
.route-product-product .product-image,.route-product-product .product-info .product-details{border-radius:var(--pcm-radius)}
.product_tabs .nav-tabs>li>a{border-radius:999px !important;font-weight:700 !important}
.product_tabs .nav-tabs>li.active>a{background:var(--pcm-teal-900) !important;color:#fff !important}
.form-control,.form-group input.form-control,.form-group select.form-control,textarea.form-control{border-radius:12px !important;border:1px solid var(--pcm-line) !important;box-shadow:none !important}
.form-control:focus{border-color:var(--pcm-teal-600) !important;box-shadow:0 0 0 4px rgba(27,110,104,.12) !important}
.panel,.well,.content-cart,.checkout-section,.account-content,.cart-content{border-radius:var(--pcm-radius) !important}
.subcategories .subcategory-item,.subcategories .swiper-slide{border-radius:999px}
.pagination>li>a,.pagination>li>span{border-radius:999px !important;margin:0 3px;font-weight:600}
.pagination>li.active>a,.pagination>li.active>span{background:var(--pcm-teal-900) !important;border-color:var(--pcm-teal-900) !important}
.alert{border-radius:14px}

/* category page: bestsellers / most viewed tab box */
.route-product-category .module-side_products .module-body,.route-product-category .module-side_products .tab-container,.route-product-category .module-side_products{border-width:1px !important;border-color:var(--pcm-line) !important;border-radius:var(--pcm-radius) !important}
.route-product-category .module-side_products .full-tabs-bg{background:#fff !important;border-radius:var(--pcm-radius) var(--pcm-radius) 0 0 !important}
.route-product-category .module-side_products .tab-content,.route-product-category .module-side_products .tab-pane{background:#fff !important;border-radius:0 0 var(--pcm-radius) var(--pcm-radius) !important}
.route-product-category .subcategories a,.route-product-category .subcategories .swiper-slide>a{border-radius:999px !important;border:1px solid var(--pcm-line) !important;background:#fff !important}
.route-product-category .page-title{padding-top:24px !important}
.route-product-category .grid-row-content-top-1{margin-bottom:10px}
.side-column .panel,.side-column .module{border-radius:var(--pcm-radius) !important}

/* cookie notice */
.module-notification.notification{border-radius:20px !important;box-shadow:var(--pcm-shadow-lg)}
.module-notification.notification .btn{border-radius:999px !important}

/* floating WhatsApp (from whatsapplink OCMOD) */
.whatsappclass{bottom:18px !important;right:18px !important;margin:0 !important}
.whatsappclass .btn.btn-success{background:#25d366 !important;border:none !important;border-radius:999px !important;padding:14px 20px !important;font-weight:800;font-size:14px;color:#052e16 !important;box-shadow:0 14px 30px rgba(37,211,102,.4);display:flex;align-items:center;gap:8px;transition:transform .2s}
.whatsappclass .btn.btn-success:hover{transform:translateY(-3px)}
.whatsappclass .btn.btn-success .fa{color:#052e16 !important;font-size:20px !important;width:auto !important;margin:0 !important}
.scroll-top{border-radius:50% !important;background:var(--pcm-teal-900) !important;right:18px !important;bottom:80px !important}

/* =====================================================================
   FOOTER
   ===================================================================== */
footer.pcm-footer,.pcm-footer{background:#06201f !important;background-color:#06201f !important;--background-color:#06201f;color:rgba(255,255,255,.78) !important;position:relative;overflow:hidden;margin:0;padding:0;border:0}
.pcm-footer:before{content:"";position:absolute;inset:0;background:radial-gradient(700px 320px at 8% 0%,rgba(27,110,104,.35),transparent 60%),radial-gradient(600px 300px at 95% 100%,rgba(184,214,58,.10),transparent 60%);pointer-events:none}
.pcm-footer>.pcm-container,footer.pcm-footer>div{position:relative;background:transparent !important;background-color:transparent !important;--background-color:transparent;max-width:1280px !important;margin:0 auto !important;padding:0 24px !important;width:auto !important}
.pcm-footer a{text-decoration:none}
.pcm-footer__grid{position:relative;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.15fr;gap:40px;padding:64px 0 48px}
.pcm-footer__brand img{max-width:230px;height:auto;display:block;margin-bottom:18px}
.pcm-footer__brand p{font-size:14px;line-height:1.7;margin:0 0 20px;max-width:360px;color:rgba(255,255,255,.7)}
.pcm-footer__social{display:flex;gap:10px}
.pcm-footer__social a{width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);color:#fff;transition:all .2s}
.pcm-footer__social a:hover{background:var(--pcm-lime);color:var(--pcm-teal-950);border-color:var(--pcm-lime);transform:translateY(-3px)}
.pcm-footer__social svg{width:20px;height:20px}
.pcm-footer h5{font-size:13px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:#fff;margin:6px 0 18px}
.pcm-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.pcm-footer ul a{color:rgba(255,255,255,.72);text-decoration:none;font-size:14.5px;transition:color .2s,padding-left .2s;display:inline-block}
.pcm-footer ul a:hover{color:var(--pcm-lime);padding-left:4px}
.pcm-footer__contact li{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;line-height:1.5}
.pcm-footer__contact svg{width:20px;height:20px;flex:none;color:var(--pcm-lime);margin-top:1px}
.pcm-footer__contact a{color:#fff !important;font-weight:600;padding-left:0 !important}
.pcm-footer__contact small{display:block;font-size:12px;color:rgba(255,255,255,.5);font-weight:500}
.pcm-footer__bottom{position:relative;border-top:1px solid rgba(255,255,255,.1);padding:22px 0;display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;font-size:13px;color:rgba(255,255,255,.55)}
.pcm-footer__bottom b{color:#fff}
.pcm-footer__badges{display:flex;gap:8px;flex-wrap:wrap}
.pcm-footer__badges span{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);font-size:12px;font-weight:600;color:rgba(255,255,255,.8)}
.pcm-footer__badges svg{width:14px;height:14px;color:var(--pcm-lime)}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width:1100px){
  .pcm-features__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pcm-footer__grid{grid-template-columns:1fr 1fr}
}
@media (max-width:900px){
  .pcm-section{padding:56px 0}
  .pcm-hero__grid{grid-template-columns:1fr;gap:36px;padding-top:48px;padding-bottom:56px}
  .pcm-hero__art{min-height:0;height:360px;max-width:460px;margin:0 auto;width:100%}
  .pcm-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pcm-hero__stats div:nth-child(3){border-left:none}
  .pcm-hero__stats div:nth-child(n+3){border-top:1px solid rgba(255,255,255,.12)}
  .pcm-cats__grid,.pcm-steps__grid{grid-template-columns:1fr}
  .pcm-cta__box{grid-template-columns:1fr;padding:36px 28px;text-align:center}
  .pcm-cta__actions{justify-content:center}
}
@media (max-width:640px){
  .pcm-container{padding:0 18px}
  .pcm-hero h1{font-size:34px}
  .pcm-hero__trust{grid-template-columns:1fr}
  .pcm-hero__art{height:300px}
  .pcm-features__grid{grid-template-columns:1fr}
  .pcm-footer__grid{grid-template-columns:1fr;gap:32px;padding:48px 0 36px}
  .pcm-footer__bottom{flex-direction:column;align-items:flex-start}
  .pcm-btn{width:100%}
  .pcm-hero__cta{flex-direction:column}
}

/* ===== PRO PASS ===== */

/* =====================================================================
   PRO PASS — header utility bar, product page, login/register, misc
   ===================================================================== */

/* ---------- utility top bar (ours) + hide Journal3's top-bar ---------- */
.header-classic .top-bar{display:none !important}
.pcm-topbar{background:#041716;color:rgba(255,255,255,.8);font-size:12.5px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.06)}
.pcm-topbar__in{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:38px}
.pcm-topbar__contact{display:flex;gap:18px;align-items:center}
.pcm-topbar a{display:inline-flex;align-items:center;gap:7px;color:rgba(255,255,255,.8);text-decoration:none;transition:color .2s}
.pcm-topbar a:hover{color:var(--pcm-lime)}
.pcm-topbar svg{width:15px;height:15px;color:var(--pcm-lime)}
.pcm-topbar__tag{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.62);letter-spacing:.02em}
.pcm-topbar__tag .dot{width:7px;height:7px;border-radius:50%;background:var(--pcm-lime);box-shadow:0 0 0 4px rgba(184,214,58,.18)}
.pcm-topbar__account{display:flex;gap:16px;align-items:center}
.pcm-topbar__cta{background:var(--pcm-lime);color:var(--pcm-teal-950) !important;padding:6px 14px;border-radius:999px;font-weight:800}
.pcm-topbar__cta:hover{background:#c6e34a}
@media (max-width:1100px){.pcm-topbar__tag{display:none}}
@media (max-width:760px){.pcm-topbar{font-size:12px}.pcm-topbar__mail{display:none}.pcm-topbar__contact{gap:12px;flex:1;min-width:0}.pcm-topbar__contact a{white-space:nowrap}.pcm-topbar__account a:not(.pcm-topbar__cta){display:none}.pcm-topbar__cta{padding:5px 11px;white-space:nowrap}.pcm-topbar__in{min-height:36px;gap:8px}}
@media (max-width:420px){.pcm-topbar__contact a:nth-child(2){display:none}}
.header-classic .header.header-classic .mid-bar{padding-top:10px;padding-bottom:10px}
.header-classic .desktop-cart-wrapper .cart-heading,.header-classic #cart .cart-heading{border-radius:999px}
.mobile-header .mobile-top-bar{display:none !important}

/* ---------- product page ---------- */
.route-product-product #product-product{margin-top:24px !important}
.route-product-product .product-info{gap:var(--product-page-split-gap,20px) !important}
@media (max-width:767px){.route-product-product .product-info{flex-wrap:wrap !important}.route-product-product .product-info .product-left,.route-product-product .product-info .product-right{flex:0 0 100% !important;flex-basis:100% !important;min-width:100% !important;max-width:100% !important;width:100% !important}.route-product-product .product-right{margin-top:14px}}
.route-product-product .product-left .product-image{background:#fff;border-radius:24px;box-shadow:var(--pcm-shadow);padding:18px;border:1px solid var(--pcm-line)}
.route-product-product .product-left .swiper-slide img{border-radius:16px}
.route-product-product .product-right .product-details{display:flex;flex-direction:column;gap:0;background:#fff;border:1px solid var(--pcm-line);border-radius:24px;padding:30px 30px 26px;box-shadow:var(--pcm-shadow)}
.route-product-product .product-details>.page-title{order:1;font-family:var(--pcm-font) !important;font-size:24px !important;line-height:1.3 !important;font-weight:800 !important;letter-spacing:-.01em;color:var(--pcm-ink) !important;margin:0 0 16px !important;padding:0 !important;text-align:left !important}
.route-product-product .product-details>.product-price-group{order:2}
.route-product-product .product-details>.rating{order:3 !important}
.route-product-product .product-details>.product-options{order:4}
.route-product-product .product-details>.button-group-page{order:5}
.route-product-product .product-details>.minimum{order:5}
.route-product-product .product-details>.pcm-wa,.route-product-product .product-details>.pcm-wa-wrap{order:6}
.route-product-product .product-details>.pcm-trust{order:7}
.route-product-product .product-details>*{order:8}
.route-product-product .product-details>.page-title{order:1}
.route-product-product .product-details>.product-price-group{order:2}
.route-product-product .product-details>.product-options{order:4}
.route-product-product .product-details>.button-group-page{order:5}
.route-product-product .product-details>.pcm-wa,.route-product-product .product-details>.pcm-wa-wrap{order:6}
.route-product-product .product-details>.pcm-trust{order:7}
/* OCMOD's duplicate WhatsApp bar → hidden (the template button below replaces it) */
.route-product-product .product-details>a.btn-block{display:none !important}
.route-product-product .product-details>.rating{display:none !important}
/* price + stats */
.route-product-product .product-price-group{display:flex;flex-direction:column;gap:14px;background:linear-gradient(135deg,#f3f8f6,#eef4f2);border:1px solid var(--pcm-line);border-radius:18px;padding:18px 20px;margin:0 0 18px !important}
.route-product-product .price-wrapper{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}
.route-product-product .price-group .product-price,.route-product-product .price-group .product-price-new{font-size:38px !important;font-weight:800 !important;color:var(--pcm-teal-800) !important;letter-spacing:-.03em;line-height:1 !important}
.route-product-product .price-group .product-price-old{font-size:18px;color:var(--pcm-muted);text-decoration:line-through}
.route-product-product .product-tax,.route-product-product .product-points{display:none !important}
.route-product-product .product-stats{margin:0 !important;padding:0 !important;border:0 !important;background:transparent !important}
.route-product-product .product-stats ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}
.route-product-product .product-stats li{display:inline-flex !important;align-items:center;gap:6px;background:#fff;border:1px solid var(--pcm-line);border-radius:999px;padding:7px 12px;font-size:12.5px;color:var(--pcm-text);margin:0 !important}
.route-product-product .product-stats li:before{display:none !important}
.route-product-product .product-stats li b{font-weight:600;color:var(--pcm-muted)}
.route-product-product .product-stats li.in-stock{background:#e9f8ee;border-color:#bfe8cd;color:#146c3a}
.route-product-product .product-stats li.in-stock b{color:#146c3a}
.route-product-product .product-stats li.in-stock:before{display:inline-block !important;content:"";width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.2)}
.route-product-product .product-stats li.out-of-stock{background:#fff1f0;border-color:#f5c2c0;color:#b42318}
.route-product-product .product-stats .brand-image{display:none !important}
.route-product-product .product-stats li a{color:inherit !important;font-weight:700;display:inline !important;visibility:visible !important}
/* buttons */
.route-product-product .button-group-page{margin:0 0 12px !important}
.route-product-product .button-group-page .buttons-wrapper{display:flex !important;flex-wrap:wrap;gap:10px;align-items:stretch}
.route-product-product .button-group-page .stepper-group{display:flex !important;align-items:center;gap:10px;flex:0 0 auto}
.route-product-product .button-group-page .stepper-group .control-label{display:none !important}
.route-product-product .button-group-page .stepper{display:flex !important;align-items:center;height:54px !important;border:1px solid var(--pcm-line) !important;border-radius:999px !important;background:#fff !important;padding:0 6px !important;width:auto !important}
.route-product-product .button-group-page .stepper input{width:44px !important;height:100% !important;border:0 !important;text-align:center;font-weight:700;font-size:15px;background:transparent !important;box-shadow:none !important}
.route-product-product .button-group-page .stepper button{width:34px;height:34px;border-radius:50% !important;border:0 !important;background:#eef4f2 !important;color:var(--pcm-teal-800) !important;font-size:14px !important;display:inline-flex;align-items:center;justify-content:center;position:static !important;transform:none !important}
.route-product-product .button-group-page .stepper button:hover{background:var(--pcm-lime) !important}
.route-product-product .button-group-page .cart-group{flex:1 1 auto;display:flex !important;gap:10px}
.route-product-product .button-group-page #button-cart,.route-product-product .product-info .btn-cart{flex:1 1 auto !important;width:auto !important;min-height:54px !important;height:auto !important;border-radius:999px !important;background:var(--pcm-lime) !important;--background-color:var(--pcm-lime) !important;color:var(--pcm-teal-950) !important;font-weight:800 !important;font-size:15.5px !important;display:inline-flex !important;align-items:center;justify-content:center;gap:10px;box-shadow:0 12px 26px rgba(184,214,58,.35) !important;border:0 !important;transition:all .2s !important}
.route-product-product .button-group-page #button-cart:hover{background:#c6e34a !important;transform:translateY(-2px)}
.route-product-product .button-group-page #button-cart .btn-text{display:inline !important;color:var(--pcm-teal-950) !important;font-size:15.5px !important}
.route-product-product .button-group-page #button-cart:before{color:var(--pcm-teal-950) !important;font-size:18px !important;display:inline-flex !important;margin:0 !important}
.route-product-product .button-group-page .extra-group{width:100%;display:flex;gap:10px;margin-top:2px}
.route-product-product .button-group-page .extra-group>div{flex:1}
.route-product-product .button-group-page .btn-extra{width:100% !important;min-height:52px !important;border-radius:999px !important;background:var(--pcm-teal-900) !important;--background-color:var(--pcm-teal-900) !important;color:#fff !important;font-weight:800 !important;font-size:15px !important;display:inline-flex !important;align-items:center;justify-content:center;border:0 !important;box-shadow:none !important}
.route-product-product .button-group-page .btn-extra:hover{background:var(--pcm-teal-700) !important}
.route-product-product .button-group-page .btn-extra .btn-text{display:inline !important;color:#fff !important;margin-left:8px}
.route-product-product .button-group-page .btn-extra:before{margin:0 !important;font-size:16px !important}
.route-product-product .button-group-page .wishlist-compare{display:none !important}
/* WhatsApp button (template one) */
.route-product-product .product-details>.pcm-wa-wrap,.pcm-wa-wrap{display:block !important;visibility:visible !important;opacity:1 !important;height:auto !important;max-height:none !important;overflow:visible !important;margin:0 0 18px}
.pcm-wa-wrap .pcm-wa,a.pcm-wa{display:flex !important;visibility:visible !important;opacity:1 !important;height:auto !important}
.pcm-wa-wrap .pcm-wa{margin:0 !important}
.route-product-product .tags{display:none !important}
.pcm-wa{display:flex !important;align-items:center;gap:12px;width:100%;min-height:58px;padding:10px 18px;margin:0 0 18px;border-radius:16px;background:#e9f8ee;border:1.5px solid #9fdcb5;color:#0b4b2a !important;text-decoration:none !important;font-weight:800;font-size:15px;line-height:1.15;transition:all .2s}
.pcm-wa svg{width:26px;height:26px;color:#1aa84f;flex:none}
.pcm-wa span{display:block}
.pcm-wa small{display:block;font-weight:500;font-size:12px;color:#2f6f4a;margin-top:2px}
.pcm-wa:hover{background:#25d366;border-color:#25d366;color:#052e16 !important;transform:translateY(-2px);box-shadow:0 12px 26px rgba(37,211,102,.32)}
.pcm-wa:hover small,.pcm-wa:hover svg{color:#052e16}
/* trust block */
.pcm-trust{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:4px 0 0;padding-top:18px;border-top:1px solid var(--pcm-line)}
.pcm-trust>div{display:flex;gap:10px;align-items:flex-start}
.pcm-trust svg{width:20px;height:20px;flex:none;color:var(--pcm-lime-600);margin-top:2px}
.pcm-trust b{display:block;font-size:13.5px;font-weight:800;color:var(--pcm-ink)}
.pcm-trust span{display:block;font-size:12px;color:var(--pcm-muted);line-height:1.4}
/* tags */
.route-product-product .tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:18px}
.route-product-product .tags .tags-title{width:100%;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--pcm-muted)}
.route-product-product .tags b{display:none}
.route-product-product .tags a{display:inline-block;font-size:12.5px;font-weight:600;color:var(--pcm-teal-800);background:#fff;border:1px solid var(--pcm-line);padding:6px 12px;border-radius:999px;text-decoration:none;transition:all .2s}
.route-product-product .tags a:hover{background:var(--pcm-teal-900);color:#fff;border-color:var(--pcm-teal-900)}
/* description: always fully visible, inside a card */
.route-product-product .product-blocks .product_tabs .nav-tabs{justify-content:center;gap:8px;margin-bottom:0}
.route-product-product .product-blocks .product_tabs .nav-tabs>li>a{border-radius:999px !important;font-weight:700 !important;padding:12px 24px !important;border:1px solid var(--pcm-line) !important;background:#fff !important;color:var(--pcm-text) !important}
.route-product-product .product-blocks .product_tabs .nav-tabs>li.active>a{background:var(--pcm-teal-900) !important;color:#fff !important;border-color:var(--pcm-teal-900) !important}
.route-product-product .product-blocks .product_tabs .full-tabs-bg{background:transparent !important}
.route-product-product .product-blocks .tab-content{background:#fff;border:1px solid var(--pcm-line);border-radius:24px;padding:36px 40px;box-shadow:var(--pcm-shadow);margin:20px auto 0;max-width:1000px}
.route-product-product .product-blocks .expand-block,.route-product-product .product-blocks .block-body,.route-product-product .product-blocks .block-wrapper,.route-product-product .product-blocks .expand-content{max-height:none !important;height:auto !important;overflow:visible !important}
.route-product-product .product-blocks .block-expand-overlay,.route-product-product .product-blocks .block-expand,.route-product-product .product-blocks .expand-block:after{display:none !important}
.route-product-product .product-extra-description .expand-content{font-size:15.5px;line-height:1.8;color:var(--pcm-text)}
.route-product-product .product-extra-description .expand-content p{margin:0 0 16px}
.route-product-product .product-extra-description .expand-content h1,.route-product-product .product-extra-description .expand-content h2,.route-product-product .product-extra-description .expand-content h3,.route-product-product .product-extra-description .expand-content h4{font-family:var(--pcm-font);font-weight:800;letter-spacing:-.01em;color:var(--pcm-ink);margin:26px 0 12px;line-height:1.25}
.route-product-product .product-extra-description .expand-content h2{font-size:22px}
.route-product-product .product-extra-description .expand-content h3{font-size:18px}
.route-product-product .product-extra-description .expand-content ul,.route-product-product .product-extra-description .expand-content ol{padding-left:0;margin:0 0 18px;list-style:none}
.route-product-product .product-extra-description .expand-content li{position:relative;padding-left:28px;margin-bottom:8px}
.route-product-product .product-extra-description .expand-content ul li:before{content:"";position:absolute;left:0;top:6px;width:18px;height:18px;border-radius:50%;background:var(--pcm-lime-100);border:1.5px solid var(--pcm-lime-600)}
.route-product-product .product-extra-description .expand-content ul li:after{content:"";position:absolute;left:5px;top:10px;width:7px;height:4px;border-left:2px solid var(--pcm-lime-600);border-bottom:2px solid var(--pcm-lime-600);transform:rotate(-45deg)}
.route-product-product .product-extra-description .expand-content strong{color:var(--pcm-ink)}
.route-product-product .product-extra-description .expand-content table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--pcm-line);border-radius:14px;overflow:hidden;margin:0 0 18px}
.route-product-product .product-extra-description .expand-content td,.route-product-product .product-extra-description .expand-content th{padding:10px 14px;border-bottom:1px solid var(--pcm-line)}
.route-product-product .product-extra-description .expand-content img{border-radius:14px}
/* related products title pill */
.route-product-product .module-products .module-title,.route-product-product .module-title{font-family:var(--pcm-font) !important;font-weight:800 !important}
@media (max-width:900px){
  .route-product-product .product-right .product-details{padding:22px 18px}
  .route-product-product .product-details>.page-title{font-size:21px !important}
  .route-product-product .price-group .product-price{font-size:32px !important}
  .route-product-product .product-blocks .tab-content{padding:24px 18px}
  .pcm-trust{grid-template-columns:1fr}
}

/* ---------- login ---------- */
.route-account-login #column-right,.route-account-register #column-right,.route-account-login #column-left,.route-account-register #column-left{display:none !important}
.route-account-login #content,.route-account-register #content{width:100% !important;flex:0 0 100% !important;max-width:100% !important}
.route-account-login #account-login>.row,.route-account-register #account-register>.row{margin:0}
.route-account-login .login-box{display:grid !important;grid-template-columns:1.1fr .9fr;gap:28px;max-width:1040px;margin:10px auto 60px !important;padding:0}
.route-account-login .login-box>div{width:100% !important;max-width:none !important;flex:none !important;padding:0 !important;margin:0 !important;float:none !important}
.route-account-login .login-box>div:first-child{order:2}
.route-account-login .modern-login-card{background:#fff;border:1px solid var(--pcm-line);border-radius:24px;padding:40px;box-shadow:var(--pcm-shadow);height:100%;box-sizing:border-box}
.route-account-login .modern-login-card .login-icon{width:56px;height:56px;border-radius:16px;background:var(--pcm-lime-100);color:var(--pcm-teal-800);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:18px}
.route-account-login .modern-login-card .title,.route-account-login .modern-login-card h2.title{font-family:var(--pcm-font) !important;font-size:26px !important;font-weight:800 !important;letter-spacing:-.02em;margin:0 0 6px !important;padding:0 !important;text-align:left !important;color:var(--pcm-ink)}
.route-account-login .modern-login-card .login-subtitle{color:var(--pcm-muted);margin:0 0 22px;font-size:15px}
.route-account-login .login-form .form-group{display:block !important;margin:0 0 16px !important}
.route-account-login .login-form .form-group>label,.route-account-login .login-form .control-label{display:block;width:100% !important;float:none !important;text-align:left !important;padding:0 0 6px !important;font-weight:700;font-size:13.5px;color:var(--pcm-ink)}
.route-account-login .login-form .form-group>div{width:100% !important;float:none !important;padding:0 !important}
.route-account-login .login-form .form-control{height:52px !important;border-radius:14px !important;font-size:15px;padding:0 16px}
.route-account-login .forgot-password{display:inline-block;margin:0 0 20px;font-weight:600;color:var(--pcm-teal-700)}
.route-account-login .login-btn-wrap .btn,.route-account-login .login-btn-wrap button{width:100% !important;min-height:54px !important;border-radius:999px !important;background:var(--pcm-lime) !important;--background-color:var(--pcm-lime) !important;color:var(--pcm-teal-950) !important;font-weight:800 !important;font-size:15.5px !important;border:0 !important;box-shadow:0 12px 26px rgba(184,214,58,.35) !important;transition:all .2s}
.route-account-login .login-btn-wrap .btn:hover{transform:translateY(-2px);background:#c6e34a !important}
.route-account-login .register-card{background:linear-gradient(135deg,var(--pcm-teal-950),var(--pcm-teal-800)) !important;color:rgba(255,255,255,.82);border:0 !important;position:relative;overflow:hidden}
.route-account-login .register-card:after{content:"";position:absolute;right:-90px;top:-90px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(184,214,58,.35),transparent 65%)}
.route-account-login .register-card .title{color:#fff !important}
.route-account-login .register-card p{position:relative;font-size:15px;line-height:1.7}
.route-account-login .register-card p strong{display:block;color:var(--pcm-lime);font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}
.route-account-login .register-card .login-btn-wrap .btn{background:transparent !important;--background-color:transparent !important;color:#fff !important;border:2px solid rgba(255,255,255,.35) !important;box-shadow:none !important}
.route-account-login .register-card .login-btn-wrap .btn:hover{background:var(--pcm-lime) !important;color:var(--pcm-teal-950) !important;border-color:var(--pcm-lime) !important}
@media (max-width:900px){.route-account-login .login-box{grid-template-columns:1fr}.route-account-login .modern-login-card{padding:28px 22px}}

/* ---------- register + generic account forms ---------- */
.route-account-register #account-register>p:first-of-type,.route-account-register .register-page>p{max-width:860px;margin:0 auto 18px;text-align:center;color:var(--pcm-muted)}
.route-account-register .register-form{background:#fff;border:1px solid var(--pcm-line) !important;border-radius:24px !important;padding:40px !important;box-shadow:var(--pcm-shadow);max-width:860px;margin:0 auto 60px}
.route-account-register legend,.account-content legend,.route-account-edit legend,.route-account-address legend,.route-checkout-checkout legend{font-family:var(--pcm-font);font-size:20px;font-weight:800;color:var(--pcm-ink);border:0 !important;margin:10px 0 18px !important;padding:0 0 12px !important;position:relative}
.route-account-register legend:after,.account-content legend:after{content:"";position:absolute;left:0;bottom:0;width:44px;height:3px;border-radius:3px;background:var(--pcm-lime)}
.route-account-register .form-horizontal .form-group,.account-content .form-horizontal .form-group{display:block !important;margin:0 0 16px !important}
.route-account-register .form-horizontal .control-label,.account-content .form-horizontal .control-label{display:block;width:100% !important;float:none !important;text-align:left !important;padding:0 0 6px !important;font-weight:700;font-size:13.5px;color:var(--pcm-ink)}
.route-account-register .form-horizontal .form-group>div[class*="col-"],.account-content .form-horizontal .form-group>div[class*="col-"]{width:100% !important;float:none !important;padding:0 !important}
.route-account-register .form-control,.account-content .form-control{height:52px !important;border-radius:14px !important;font-size:15px;padding:0 16px}
.route-account-register textarea.form-control{height:auto !important;padding:14px 16px}
.route-account-register .checkbox,.route-account-register .radio{margin:6px 0 14px}
.route-account-register .buttons{margin-top:10px}
.route-account-register .buttons .btn-primary,.route-account-register input.btn-primary,.route-account-register .btn.btn-primary{width:100% !important;min-height:54px !important;border-radius:999px !important;background:var(--pcm-lime) !important;--background-color:var(--pcm-lime) !important;color:var(--pcm-teal-950) !important;font-weight:800 !important;font-size:15.5px !important;border:0 !important;box-shadow:0 12px 26px rgba(184,214,58,.35) !important}
.route-account-register .buttons .btn-primary:hover{background:#c6e34a !important}
@media (max-width:900px){.route-account-register .register-form{padding:26px 20px !important}}

/* ---------- page titles / breadcrumbs (all inner pages) ---------- */
.breadcrumbs{background:#eef2f1 !important;border-bottom:1px solid var(--pcm-line)}
ul.breadcrumb li a{font-size:13px}
h1.title.page-title,.route-product-category h1.page-title{font-size:34px !important;padding:34px 0 8px !important}
h1.title.page-title:after{content:"";display:block;width:56px;height:4px;border-radius:4px;background:var(--pcm-lime);margin:14px auto 0}

/* ---------- contact ---------- */
.route-information-contact #top,.route-information-contact #bottom{display:none !important}
.route-information-contact .our-location{background:#fff;border:1px solid var(--pcm-line) !important;border-radius:24px !important;box-shadow:var(--pcm-shadow);padding:10px 20px;max-width:1000px;margin:0 auto 30px !important}
.route-information-contact .location-title{text-align:center;font-family:var(--pcm-font) !important;font-weight:800 !important}
.route-information-contact .store-data>div{padding:16px}
.route-information-contact .store-data strong{display:block;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--pcm-lime-600);margin-bottom:8px}
.route-information-contact .contact-form,.route-information-contact form.form-horizontal{background:#fff;border:1px solid var(--pcm-line);border-radius:24px;box-shadow:var(--pcm-shadow);padding:34px 40px;max-width:1000px;margin:0 auto 60px}
.route-information-contact form .form-group{display:block !important;margin:0 0 16px !important}
.route-information-contact form .control-label{display:block;width:100% !important;float:none !important;text-align:left !important;padding:0 0 6px !important;font-weight:700;font-size:13.5px}
.route-information-contact form .form-group>div[class*="col-"]{width:100% !important;float:none !important;padding:0 !important}
.route-information-contact form .form-control{border-radius:14px !important;min-height:52px}
.route-information-contact form textarea.form-control{min-height:140px;padding:14px 16px}
.route-information-contact .buttons .btn-primary,.route-information-contact form .btn-primary{width:100% !important;min-height:54px !important;border-radius:999px !important;background:var(--pcm-lime) !important;--background-color:var(--pcm-lime) !important;color:var(--pcm-teal-950) !important;font-weight:800 !important;border:0 !important}

/* ---------- cart / checkout / account panels ---------- */
.route-checkout-cart #content>p,.route-account-account #content>p{text-align:center;color:var(--pcm-muted);font-size:16px;margin:10px 0 24px}
.route-checkout-cart .buttons .btn,.route-checkout-cart #content>.buttons .btn-primary{border-radius:999px !important;font-weight:800 !important;min-height:52px}
.route-checkout-cart .table-responsive,.route-checkout-cart .cart-table{background:#fff;border:1px solid var(--pcm-line);border-radius:22px;overflow:hidden;box-shadow:var(--pcm-shadow)}
.route-checkout-cart .cart-totals,.route-checkout-cart .totals{background:#fff;border:1px solid var(--pcm-line);border-radius:22px;padding:20px 24px}
.route-checkout-checkout .checkout-section,.route-checkout-checkout .panel{background:#fff;border:1px solid var(--pcm-line) !important;border-radius:22px !important;box-shadow:var(--pcm-shadow)}
.route-checkout-checkout .checkout-section .section-title,.route-checkout-checkout .panel-heading{font-weight:800 !important;font-family:var(--pcm-font) !important}
.route-checkout-checkout .btn-primary,.route-checkout-checkout #button-confirm{border-radius:999px !important;font-weight:800 !important;background:var(--pcm-lime) !important;color:var(--pcm-teal-950) !important;border:0 !important;min-height:52px}
.account-list a,.route-account-account .account-list a,.route-account-account .list-group-item{border-radius:14px !important}
.route-account-account #content h2,.account-content h2{font-family:var(--pcm-font) !important;font-weight:800 !important;font-size:20px !important}
.side-column .module-account .j-menu>li>a,.side-column .account-menu a{border-radius:12px}
.table-bordered,.table{border-radius:16px;overflow:hidden}
.alert-success{background:#e9f8ee;border-color:#bfe8cd;color:#146c3a}
.alert-danger{background:#fff1f0;border-color:#f5c2c0;color:#b42318}

/* ---------- 404 ---------- */
.route-error-not_found #content{text-align:center;padding:40px 0 70px}
.route-error-not_found #content h1,.route-error-not_found .page-title{font-size:40px !important}
.route-error-not_found #content>p{color:var(--pcm-muted);font-size:16px;margin-bottom:24px}
.route-error-not_found .buttons .btn{border-radius:999px !important;font-weight:800 !important;min-height:52px;padding:0 28px;background:var(--pcm-teal-900) !important;color:#fff !important}

/* ---------- information pages ---------- */
.route-information-information #content{background:#fff;border:1px solid var(--pcm-line);border-radius:24px;box-shadow:var(--pcm-shadow);padding:36px 40px;max-width:960px;margin:0 auto 60px;font-size:15.5px;line-height:1.8}
.route-information-information #content h1.page-title{margin-top:0 !important;padding-top:0 !important}
@media (max-width:900px){.route-information-information #content{padding:24px 18px}}


/* ---------- cart ---------- */
.route-checkout-cart .cart-page{max-width:1180px;margin:0 auto 60px}
.route-checkout-cart .cart-table .table-responsive{background:#fff;border:1px solid var(--pcm-line);border-radius:22px;box-shadow:var(--pcm-shadow);padding:6px 10px}
.route-checkout-cart .cart-table .table{margin:0;border:0 !important}
.route-checkout-cart .cart-table .table>thead>tr>td,.route-checkout-cart .cart-table .table>thead>tr>th{border:0 !important;border-bottom:1px solid var(--pcm-line) !important;font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:800;color:var(--pcm-muted);padding:16px 14px !important;background:transparent !important}
.route-checkout-cart .cart-table .table>tbody>tr>td{border:0 !important;border-bottom:1px solid var(--pcm-line) !important;padding:18px 14px !important;vertical-align:middle !important;font-size:15px}
.route-checkout-cart .cart-table .table>tbody>tr:last-child>td{border-bottom:0 !important}
.route-checkout-cart .cart-table .table img{border-radius:14px;border:1px solid var(--pcm-line)}
.route-checkout-cart .cart-table .table a{color:var(--pcm-ink);font-weight:700}
.route-checkout-cart .cart-table .table .text-right,.route-checkout-cart .cart-table .table td.text-right{font-weight:800;color:var(--pcm-teal-800)}
.route-checkout-cart .cart-table .input-group,.route-checkout-cart .cart-table .stepper{border:1px solid var(--pcm-line);border-radius:999px;overflow:hidden;background:#fff}
.route-checkout-cart .cart-table .input-group .form-control,.route-checkout-cart .cart-table .stepper input{border:0 !important;text-align:center;height:44px !important;width:56px !important;font-weight:700}
.route-checkout-cart .cart-table .input-group .btn,.route-checkout-cart .cart-table .btn-update,.route-checkout-cart .cart-table .btn-remove{border:0 !important;background:#eef4f2 !important;color:var(--pcm-teal-800) !important;height:44px;border-radius:0 !important}
.route-checkout-cart .cart-table .btn-remove:hover,.route-checkout-cart .cart-table .btn-danger:hover{background:#fff1f0 !important;color:#b42318 !important}
.route-checkout-cart .cart-bottom{margin-top:24px}
.route-checkout-cart .cart-panels,.route-checkout-cart .cart-bottom .panel-group,.route-checkout-cart .cart-bottom .panel{background:#fff;border:1px solid var(--pcm-line) !important;border-radius:20px !important;box-shadow:none !important}
.route-checkout-cart .cart-bottom .panel-heading{background:transparent !important;border:0 !important;font-weight:700}
.route-checkout-cart .cart-bottom .panel-heading a{color:var(--pcm-ink) !important;font-weight:700}
.route-checkout-cart .cart-bottom .cart-panels>p,.route-checkout-cart .cart-bottom .cart-panels>h4{padding:18px 20px 0;margin:0;font-weight:800;color:var(--pcm-ink)}
.route-checkout-cart .cart-bottom .panels-total .row>div:last-child .table-responsive,.route-checkout-cart .cart-totals,.route-checkout-cart .cart-bottom .totals{background:linear-gradient(135deg,#f3f8f6,#eef4f2);border:1px solid var(--pcm-line);border-radius:20px;padding:6px 10px}
.route-checkout-cart .cart-bottom .table{margin:0}
.route-checkout-cart .cart-bottom .table>tbody>tr>td{border:0 !important;padding:12px 14px !important;font-size:15px}
.route-checkout-cart .cart-bottom .table>tbody>tr:last-child>td{font-size:20px;font-weight:800;color:var(--pcm-teal-800);border-top:1px solid var(--pcm-line) !important}
.route-checkout-cart .cart-page>.buttons,.route-checkout-cart .cart-bottom .buttons{display:flex;justify-content:space-between;gap:14px;margin-top:24px;flex-wrap:wrap}
.route-checkout-cart .buttons .pull-left,.route-checkout-cart .buttons .pull-right{float:none !important}
.route-checkout-cart .buttons .btn{min-height:52px;border-radius:999px !important;font-weight:800 !important;padding:0 28px !important;display:inline-flex;align-items:center}
.route-checkout-cart .buttons .btn-default{background:#fff !important;border:1.5px solid var(--pcm-line) !important;color:var(--pcm-ink) !important}
.route-checkout-cart .buttons .btn-primary{background:var(--pcm-lime) !important;--background-color:var(--pcm-lime) !important;color:var(--pcm-teal-950) !important;border:0 !important;box-shadow:0 12px 26px rgba(184,214,58,.35) !important}
.route-checkout-cart .buttons .btn-primary:hover{background:#c6e34a !important}
@media (max-width:900px){.route-checkout-cart .buttons .btn{width:100%;justify-content:center}}

/* ---------- checkout (OpenCart accordion) ---------- */
.route-checkout-checkout #accordion{max-width:1000px;margin:0 auto 60px}
.route-checkout-checkout #accordion .panel{background:#fff;border:1px solid var(--pcm-line) !important;border-radius:22px !important;box-shadow:var(--pcm-shadow) !important;margin-bottom:16px !important;overflow:hidden}
.route-checkout-checkout #accordion .panel-heading{background:transparent !important;border:0 !important;padding:18px 24px !important}
.route-checkout-checkout #accordion .panel-title{font-family:var(--pcm-font) !important;font-size:17px !important;font-weight:800 !important;color:var(--pcm-ink) !important;display:flex;align-items:center;gap:10px}
.route-checkout-checkout #accordion .panel-title:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--pcm-lime);flex:none}
.route-checkout-checkout #accordion .panel-title a{color:inherit !important}
.route-checkout-checkout #accordion .panel-body{padding:6px 24px 24px !important;border-top:1px solid var(--pcm-line) !important}
.route-checkout-checkout .panel-body h2,.route-checkout-checkout .panel-body legend{font-family:var(--pcm-font) !important;font-size:15px !important;font-weight:800 !important;letter-spacing:.06em;text-transform:uppercase;color:var(--pcm-muted) !important;border:0 !important;margin:18px 0 12px !important;padding:0 !important}
.route-checkout-checkout .panel-body .radio,.route-checkout-checkout .panel-body .checkbox{margin:0 0 10px;padding:12px 14px;border:1px solid var(--pcm-line);border-radius:14px;background:#f8fbfa}
.route-checkout-checkout .panel-body .radio label,.route-checkout-checkout .panel-body .checkbox label{font-weight:600;color:var(--pcm-ink);padding-left:26px}
.route-checkout-checkout .panel-body .form-horizontal .form-group{display:block !important;margin:0 0 14px !important}
.route-checkout-checkout .panel-body .form-horizontal .control-label{display:block;width:100% !important;float:none !important;text-align:left !important;padding:0 0 6px !important;font-weight:700;font-size:13.5px;color:var(--pcm-ink)}
.route-checkout-checkout .panel-body .form-horizontal .form-group>div[class*="col-"]{width:100% !important;float:none !important;padding:0 !important}
.route-checkout-checkout .panel-body .form-control{height:50px !important;border-radius:14px !important}
.route-checkout-checkout .panel-body textarea.form-control{height:auto !important;min-height:110px;padding:14px}
.route-checkout-checkout .panel-body .buttons{margin-top:14px}
.route-checkout-checkout .panel-body .buttons .btn,.route-checkout-checkout .panel-body input.btn-primary,.route-checkout-checkout .btn-primary,.route-checkout-checkout #button-confirm{min-height:52px !important;border-radius:999px !important;font-weight:800 !important;padding:0 28px !important;background:var(--pcm-lime) !important;--background-color:var(--pcm-lime) !important;color:var(--pcm-teal-950) !important;border:0 !important;box-shadow:0 12px 26px rgba(184,214,58,.3) !important}
.route-checkout-checkout .panel-body .buttons .btn-default{background:#fff !important;border:1.5px solid var(--pcm-line) !important;color:var(--pcm-ink) !important;box-shadow:none !important}
.route-checkout-checkout .panel-body .table-responsive{border:1px solid var(--pcm-line);border-radius:16px;overflow:hidden}
.route-checkout-checkout .panel-body .table>tbody>tr>td,.route-checkout-checkout .panel-body .table>thead>tr>td{padding:12px 14px !important;border-color:var(--pcm-line) !important}
.route-checkout-checkout .panel-body .table>tfoot>tr>td{padding:10px 14px !important;border-color:var(--pcm-line) !important;font-weight:700}
.route-checkout-checkout .panel-body .table>tfoot>tr:last-child>td{font-size:18px;font-weight:800;color:var(--pcm-teal-800)}
.route-checkout-checkout .panel-body .well{background:#f8fbfa;border:1px solid var(--pcm-line);border-radius:14px;box-shadow:none}
.route-checkout-checkout .panel-body .alert{border-radius:14px}

/* ---------- forgot password + simple account forms ---------- */
.route-account-forgotten #column-right,.route-account-forgotten #column-left,.route-account-password #column-right,.route-account-edit #column-right,.route-account-address #column-right,.route-account-return-add #column-right,.route-account-voucher #column-right,.route-account-newsletter #column-right,.route-account-reward #column-right,.route-account-transaction #column-right,.route-account-order #column-right,.route-account-wishlist #column-right{display:none !important}
.route-account-forgotten #content,.route-account-password #content,.route-account-edit #content,.route-account-address #content,.route-account-return-add #content,.route-account-voucher #content,.route-account-newsletter #content,.route-account-reward #content,.route-account-transaction #content,.route-account-order #content,.route-account-wishlist #content{width:100% !important;flex:0 0 100% !important;max-width:100% !important}
.route-account-forgotten #content>p{max-width:560px;margin:0 auto 18px;text-align:center;color:var(--pcm-muted);font-size:15.5px}
.route-account-forgotten #content>form,.route-account-password #content>form,.route-account-edit #content>form,.route-account-address #content>form,.route-account-return-add #content>form,.route-account-voucher #content>form,.route-account-newsletter #content>form{background:#fff;border:1px solid var(--pcm-line);border-radius:24px;box-shadow:var(--pcm-shadow);padding:36px 40px;max-width:560px;margin:0 auto 60px}
.route-account-edit #content>form,.route-account-address #content>form,.route-account-return-add #content>form,.route-account-voucher #content>form{max-width:860px}
.route-account-forgotten legend,.route-account-password legend,.route-account-edit legend,.route-account-address legend,.route-account-return-add legend,.route-account-voucher legend{font-family:var(--pcm-font);font-size:18px;font-weight:800;color:var(--pcm-ink);border:0 !important;margin:0 0 18px !important;padding:0 0 12px !important;position:relative}
.route-account-forgotten legend:after,.route-account-password legend:after,.route-account-edit legend:after,.route-account-address legend:after,.route-account-return-add legend:after,.route-account-voucher legend:after{content:"";position:absolute;left:0;bottom:0;width:44px;height:3px;border-radius:3px;background:var(--pcm-lime)}
.route-account-forgotten .form-horizontal .form-group,.route-account-password .form-horizontal .form-group,.route-account-edit .form-horizontal .form-group,.route-account-address .form-horizontal .form-group,.route-account-return-add .form-horizontal .form-group,.route-account-voucher .form-horizontal .form-group,.route-account-newsletter .form-horizontal .form-group{display:block !important;margin:0 0 16px !important}
.route-account-forgotten .form-horizontal .control-label,.route-account-password .form-horizontal .control-label,.route-account-edit .form-horizontal .control-label,.route-account-address .form-horizontal .control-label,.route-account-return-add .form-horizontal .control-label,.route-account-voucher .form-horizontal .control-label,.route-account-newsletter .form-horizontal .control-label{display:block;width:100% !important;float:none !important;text-align:left !important;padding:0 0 6px !important;font-weight:700;font-size:13.5px;color:var(--pcm-ink)}
.route-account-forgotten .form-horizontal .form-group>div[class*="col-"],.route-account-password .form-horizontal .form-group>div[class*="col-"],.route-account-edit .form-horizontal .form-group>div[class*="col-"],.route-account-address .form-horizontal .form-group>div[class*="col-"],.route-account-return-add .form-horizontal .form-group>div[class*="col-"],.route-account-voucher .form-horizontal .form-group>div[class*="col-"],.route-account-newsletter .form-horizontal .form-group>div[class*="col-"]{width:100% !important;float:none !important;padding:0 !important}
.route-account-forgotten .form-control,.route-account-password .form-control,.route-account-edit .form-control,.route-account-address .form-control,.route-account-return-add .form-control,.route-account-voucher .form-control{height:52px !important;border-radius:14px !important;font-size:15px;padding:0 16px}
.route-account-forgotten textarea.form-control,.route-account-return-add textarea.form-control{height:auto !important;min-height:120px;padding:14px 16px}
.route-account-forgotten .buttons,.route-account-password .buttons,.route-account-edit .buttons,.route-account-address .buttons,.route-account-return-add .buttons,.route-account-voucher .buttons,.route-account-newsletter .buttons{display:flex;justify-content:space-between;gap:12px;margin-top:8px;flex-wrap:wrap}
.route-account-forgotten .buttons .pull-left,.route-account-forgotten .buttons .pull-right,.route-account-password .buttons .pull-left,.route-account-password .buttons .pull-right,.route-account-edit .buttons .pull-left,.route-account-edit .buttons .pull-right,.route-account-address .buttons .pull-left,.route-account-address .buttons .pull-right,.route-account-return-add .buttons .pull-left,.route-account-return-add .buttons .pull-right,.route-account-voucher .buttons .pull-left,.route-account-voucher .buttons .pull-right,.route-account-newsletter .buttons .pull-left,.route-account-newsletter .buttons .pull-right{float:none !important}
.route-account-forgotten .buttons .btn,.route-account-password .buttons .btn,.route-account-edit .buttons .btn,.route-account-address .buttons .btn,.route-account-return-add .buttons .btn,.route-account-voucher .buttons .btn,.route-account-newsletter .buttons .btn{min-height:52px;border-radius:999px !important;font-weight:800 !important;padding:0 28px !important;display:inline-flex;align-items:center}
.route-account-forgotten .buttons .btn-default,.route-account-password .buttons .btn-default,.route-account-edit .buttons .btn-default,.route-account-address .buttons .btn-default,.route-account-return-add .buttons .btn-default,.route-account-voucher .buttons .btn-default,.route-account-newsletter .buttons .btn-default{background:#fff !important;border:1.5px solid var(--pcm-line) !important;color:var(--pcm-ink) !important}
.route-account-forgotten .buttons .btn-primary,.route-account-password .buttons .btn-primary,.route-account-edit .buttons .btn-primary,.route-account-address .buttons .btn-primary,.route-account-return-add .buttons .btn-primary,.route-account-voucher .buttons .btn-primary,.route-account-newsletter .buttons .btn-primary{background:var(--pcm-lime) !important;--background-color:var(--pcm-lime) !important;color:var(--pcm-teal-950) !important;border:0 !important;box-shadow:0 12px 26px rgba(184,214,58,.3) !important}
/* account dashboard + lists */
.route-account-account #content{max-width:1000px;margin:0 auto 60px}
.route-account-account #content h2{margin:26px 0 12px !important}
.route-account-account #content ul.list-unstyled,.route-account-account .account-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}
.route-account-account #content ul.list-unstyled li a,.route-account-account .account-list a{display:block;background:#fff;border:1px solid var(--pcm-line);border-radius:14px;padding:14px 16px;font-weight:700;color:var(--pcm-ink);text-decoration:none;transition:all .2s}
.route-account-account #content ul.list-unstyled li a:hover{border-color:var(--pcm-lime);transform:translateY(-2px);box-shadow:var(--pcm-shadow)}
.route-account-order #content .table-responsive,.route-account-transaction #content .table-responsive,.route-account-reward #content .table-responsive,.route-account-wishlist #content .table-responsive,.route-account-return #content .table-responsive{background:#fff;border:1px solid var(--pcm-line);border-radius:20px;overflow:hidden;box-shadow:var(--pcm-shadow)}
.route-account-order .table>thead>tr>td,.route-account-transaction .table>thead>tr>td,.route-account-wishlist .table>thead>tr>td{font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:800;color:var(--pcm-muted);background:#f8fbfa !important}
.route-account-order .table>tbody>tr>td,.route-account-transaction .table>tbody>tr>td,.route-account-wishlist .table>tbody>tr>td{padding:14px !important;vertical-align:middle !important}

/* cart: kill Journal3 sticky offset + fit the table */
.route-checkout-cart .cart-page{align-items:flex-start !important}
.route-checkout-cart .cart-table .table-responsive{position:static !important;top:auto !important;overflow:visible !important}
.route-checkout-cart .cart-table .table-responsive:before{display:none !important;content:none !important}
.route-checkout-cart .cart-table .table{width:100% !important;table-layout:auto !important}
.route-checkout-cart .cart-table .td-model{display:none !important}
.route-checkout-cart .cart-table .td-name{width:auto !important;min-width:200px}
.route-checkout-cart .cart-table .td-name a{white-space:normal !important;display:block;line-height:1.35;font-size:14px}
.route-checkout-cart .cart-table .td-qty{width:170px !important}
.route-checkout-cart .cart-table .td-qty .input-group,.route-checkout-cart .cart-table .td-qty .stepper{display:inline-flex;align-items:center;max-width:100%}
.route-checkout-cart .cart-table .td-image{width:84px !important}
.route-checkout-cart .cart-table .td-image img{width:64px;height:64px;object-fit:cover}
.route-checkout-cart .cart-table .td-price,.route-checkout-cart .cart-table .td-total{width:110px !important;white-space:nowrap}
.route-checkout-cart .cart-table .table>tbody>tr>td{padding:14px 10px !important;font-size:14px}
.route-checkout-cart .cart-table .table>thead>tr>td{padding:14px 10px !important;font-size:11px}
.route-checkout-cart .cart-bottom{margin-top:0 !important}
.route-checkout-cart .cart-bottom .panels-total{gap:14px}
.route-checkout-cart .cart-bottom .cart-panels{padding-bottom:10px}
.route-checkout-cart .cart-bottom .panel-group .panel+.panel{margin-top:8px}
@media (max-width:900px){.route-checkout-cart .cart-table .table-responsive{overflow-x:auto !important}.route-checkout-cart .cart-table .td-qty{width:130px !important}}

/* override legacy rule `.product-right a:not(.btn){display:none!important}` (hid WhatsApp, brand and tag links) */
.route-product-product .product-right .pcm-wa-wrap a.pcm-wa{display:flex !important}
.route-product-product .product-right .product-stats li.product-manufacturer a{display:inline !important}
.route-product-product .product-right .product-details .review-links a{display:inline !important}

/* cart: keep the last column inside the card */
.route-checkout-cart .cart-table .table-responsive{padding:6px 16px !important}
.route-checkout-cart .cart-table .td-qty{width:150px !important}
.route-checkout-cart .cart-table .td-qty .input-group .btn{width:38px;padding:0 !important}

/* cart table: fixed percentage layout so it never overflows the card */
.route-checkout-cart .cart-table .table{table-layout:fixed !important;width:100% !important}
.route-checkout-cart .cart-table .td-image{width:12% !important}
.route-checkout-cart .cart-table .td-name{width:36% !important;min-width:0 !important}
.route-checkout-cart .cart-table .td-qty{width:26% !important}
.route-checkout-cart .cart-table .td-price{width:13% !important}
.route-checkout-cart .cart-table .td-total{width:13% !important}
.route-checkout-cart .cart-table .td-qty .input-group{display:flex;align-items:center;gap:4px;border:0 !important;background:transparent !important;overflow:visible !important}
.route-checkout-cart .cart-table .td-qty .input-group .form-control{border:1px solid var(--pcm-line) !important;border-radius:999px !important;width:54px !important;min-width:0}
.route-checkout-cart .cart-table .td-qty .input-group .input-group-btn{display:flex;gap:4px}
.route-checkout-cart .cart-table .td-qty .input-group .btn{width:36px;height:40px;border-radius:50% !important}
.route-checkout-cart .cart-table .table>tbody>tr>td{padding:14px 8px !important}
@media (max-width:900px){.route-checkout-cart .cart-table .table{table-layout:auto !important;min-width:560px}.route-checkout-cart .cart-table .table-responsive{overflow-x:auto !important}}

/* contact: Journal3 form module as a card */
.route-information-contact .module-form{background:#fff;border:1px solid var(--pcm-line);border-radius:24px;box-shadow:var(--pcm-shadow);padding:30px 36px;max-width:1000px;margin:0 auto 30px}
.route-information-contact .module-form .module-title{font-family:var(--pcm-font) !important;font-weight:800 !important;font-size:22px !important;margin:0 0 18px !important;padding:0 !important;text-align:left !important}
.route-information-contact .module-form form.form-horizontal{background:transparent;border:0;box-shadow:none;padding:0;margin:0;max-width:none}
.route-information-contact .module-form .form-group{display:block !important;margin:0 0 16px !important}
.route-information-contact .module-form .control-label{display:block;width:100% !important;float:none !important;text-align:left !important;padding:0 0 6px !important;font-weight:700;font-size:13.5px}
.route-information-contact .module-form .form-group>div[class*="col-"]{width:100% !important;float:none !important;padding:0 !important}
.route-information-contact .module-form .form-control{border-radius:14px !important;min-height:52px}
.route-information-contact .module-form textarea.form-control{min-height:140px;padding:14px 16px}
.route-information-contact .module-form .btn,.route-information-contact .module-form button[type="submit"]{min-height:52px !important;border-radius:999px !important;background:var(--pcm-lime) !important;--background-color:var(--pcm-lime) !important;color:var(--pcm-teal-950) !important;font-weight:800 !important;border:0 !important;padding:0 32px !important;box-shadow:0 12px 26px rgba(184,214,58,.3) !important}
.route-information-contact .module-form .checkbox label{font-weight:500}
.route-information-contact #content-top .grid-row{padding-top:0 !important}
@media (max-width:900px){.route-information-contact .module-form{padding:22px 18px}}

/* 404: no home modules, clean message */
.route-error-not_found #top,.route-error-not_found #content-top,.route-error-not_found #bottom{display:none !important}
.route-error-not_found h1.page-title{font-size:30px !important}
.route-error-not_found #content{background:#fff;border:1px solid var(--pcm-line);border-radius:24px;box-shadow:var(--pcm-shadow);max-width:640px;margin:10px auto 70px;padding:40px 36px !important;text-align:center}
.route-error-not_found #content>p{font-size:16px;color:var(--pcm-muted);margin:0 0 22px}
.route-error-not_found #content .buttons{display:flex;justify-content:center}
.route-error-not_found #content .buttons .pull-right{float:none !important}
.route-error-not_found #content .buttons .btn{min-height:52px !important;border-radius:999px !important;background:var(--pcm-lime) !important;--background-color:var(--pcm-lime) !important;color:var(--pcm-teal-950) !important;font-weight:800 !important;border:0 !important;padding:0 32px !important}

/* account dashboard: Journal3 account-list as tidy cards */
.route-account-account #content{max-width:none;margin:0}
.route-account-account #account-account>.row{display:flex;flex-wrap:wrap;gap:24px;align-items:flex-start;margin:0 0 60px}
.route-account-account #content.account-page{flex:1 1 0;width:auto !important;max-width:none !important;padding:0 !important}
.route-account-account #column-right{display:block !important;flex:0 0 300px;width:300px !important;max-width:300px !important;padding:0 !important}
.route-account-account .my-account,.route-account-account .my-orders,.route-account-account .my-affiliate,.route-account-account .my-newsletter,.route-account-account #content>div{background:#fff;border:1px solid var(--pcm-line);border-radius:22px;box-shadow:var(--pcm-shadow);padding:24px 26px;margin:0 0 18px}
.route-account-account #content h2.title{font-family:var(--pcm-font) !important;font-size:18px !important;font-weight:800 !important;margin:0 0 14px !important;padding:0 0 10px !important;text-align:left !important;border-bottom:1px solid var(--pcm-line)}
.route-account-account .account-list{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;margin:0;padding:0;list-style:none}
.route-account-account .account-list li{display:block !important;width:auto !important;height:auto !important;min-height:0 !important;padding:0 !important;margin:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;flex:none !important}
.route-account-account .account-list li:before,.route-account-account .account-list li a:before,.route-account-account .account-list li i{display:none !important}
.route-account-account .account-list li a{display:flex !important;align-items:center;gap:10px;background:#f8fbfa;border:1px solid var(--pcm-line);border-radius:14px;padding:14px 16px;font-weight:700;font-size:14px;color:var(--pcm-ink) !important;text-decoration:none;line-height:1.35;white-space:normal;transition:all .2s;width:auto !important;height:auto !important;flex-direction:row !important;text-align:left !important}
.route-account-account .account-list li a:after{content:"→";margin-left:auto;color:var(--pcm-lime-600);font-weight:800}
.route-account-account .account-list li a:hover{border-color:var(--pcm-lime);background:#fff;transform:translateY(-2px);box-shadow:var(--pcm-shadow)}
.route-account-account #column-right .module,.route-account-account #column-right .side-column>*{border-radius:22px !important}
.route-account-account #column-right .j-menu>li>a,.route-account-account #column-right .account-menu a{border-radius:12px;font-weight:600}
@media (max-width:900px){.route-account-account #column-right{flex:1 1 100%;width:100% !important;max-width:100% !important}}

/* account list pages: right-aligned lime Continue */
.route-account-order .buttons,.route-account-transaction .buttons,.route-account-reward .buttons,.route-account-wishlist .buttons,.route-account-return .buttons,.route-account-download .buttons,.route-account-recurring .buttons{display:flex;justify-content:flex-end;margin:20px 0 60px}
.route-account-order .buttons .pull-right,.route-account-transaction .buttons .pull-right,.route-account-reward .buttons .pull-right,.route-account-wishlist .buttons .pull-right{float:none !important}
.route-account-order .buttons .btn,.route-account-transaction .buttons .btn,.route-account-reward .buttons .btn,.route-account-wishlist .buttons .btn,.route-account-return .buttons .btn,.route-account-download .buttons .btn,.route-account-recurring .buttons .btn{width:auto !important;min-height:50px;border-radius:999px !important;padding:0 30px !important;font-weight:800 !important;background:var(--pcm-lime) !important;--background-color:var(--pcm-lime) !important;color:var(--pcm-teal-950) !important;border:0 !important;display:inline-flex;align-items:center}
.route-account-order #content>p,.route-account-transaction #content>p,.route-account-reward #content>p,.route-account-wishlist #content>p{text-align:center;color:var(--pcm-muted);font-size:16px;margin:10px 0 24px}

/* contact: transparent module row, no placeholder location panel */
.route-information-contact #content-top .grid-row .row-bg{background:transparent !important;background-image:none !important}
.route-information-contact #content-top .grid-row{padding:10px 0 20px !important;margin:0 !important}
.route-information-contact .location-title,.route-information-contact .our-location{display:none !important}
.route-information-contact .module-form{margin-top:10px}

.route-information-contact #content-top,.route-information-contact #content-top .grid-rows,.route-information-contact #content-top .grid-row,.route-information-contact #content-top .grid-row .row-bg,.route-information-contact #content-top .grid-cols-wrapper,.route-information-contact #content-top .grid-cols,.route-information-contact #content-top .grid-col,.route-information-contact #content-top .grid-items,.route-information-contact #content-top .grid-item{background:transparent !important;background-color:transparent !important;--background-color:transparent !important;background-image:none !important;box-shadow:none !important;border:0 !important}
.route-information-contact #content-top .grid-row{padding:0 0 30px !important}
