
#ptk-cart-toast{position:fixed;right:24px;top:110px;z-index:999999;background:#083f35;color:#fff;border-radius:14px;padding:14px 18px;box-shadow:0 14px 40px rgba(0,0,0,.18);display:flex;align-items:center;gap:10px;transform:translateY(-18px);opacity:0;pointer-events:none;transition:.22s ease}
#ptk-cart-toast.show{transform:translateY(0);opacity:1}.ptk-cart-toast-icon{width:28px;height:28px;border-radius:50%;background:#12a47e;display:grid;place-items:center;font-weight:900}
#ptk-cart-drawer{position:fixed;right:0;top:0;width:min(420px,92vw);height:100vh;background:#fff;z-index:999998;box-shadow:-14px 0 40px rgba(0,0,0,.18);transform:translateX(105%);transition:.25s ease;display:flex;flex-direction:column}
body.ptk-cart-open #ptk-cart-drawer{transform:translateX(0)}.ptk-cart-backdrop{position:fixed;inset:0;background:rgba(4,20,17,.4);z-index:999997;opacity:0;pointer-events:none;transition:.25s}
body.ptk-cart-open .ptk-cart-backdrop{opacity:1;pointer-events:auto}.ptk-cart-drawer-head{display:flex;justify-content:space-between;align-items:center;padding:22px;border-bottom:1px solid #e3ece9}.ptk-cart-drawer-head h3{margin:0;font-size:22px;color:#083f35}.ptk-cart-drawer-close{border:0;background:#f0f6f4;width:36px;height:36px;border-radius:50%;font-size:20px;cursor:pointer}
#ptk-cart-drawer-items{padding:10px 22px;overflow:auto;flex:1}.ptk-mini-item{display:grid;grid-template-columns:68px 1fr;gap:12px;padding:14px 0;border-bottom:1px solid #edf2f0}.ptk-mini-thumb img{width:68px;height:68px;object-fit:cover;border-radius:10px}.ptk-mini-info strong{display:block;color:#173d36;font-size:14px;line-height:1.35}.ptk-mini-info span{display:block;margin-top:7px;color:#667a75;font-size:12px}.ptk-mini-empty{padding:40px 0;text-align:center;color:#71837f}
.ptk-cart-drawer-foot{padding:18px 22px 24px;border-top:1px solid #e3ece9;background:#fbfdfc}.ptk-mini-total{display:flex;justify-content:space-between;font-weight:800;color:#083f35;font-size:17px;margin-bottom:14px}.ptk-mini-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.ptk-mini-actions a{text-align:center;text-decoration:none;padding:13px 10px;border-radius:10px;font-weight:800}.ptk-mini-cart{border:1px solid #0b8d71;color:#0b745f}.ptk-mini-checkout{background:#0b8d71;color:#fff}
.ptk-cart-link{display:inline-flex!important;align-items:center;gap:5px}.ptk-cart-count{min-width:19px;height:19px;padding:0 5px;border-radius:99px;background:#ef7d32;color:white!important;display:inline-grid;place-items:center;font-size:10px;font-weight:900}
.ptk-store-buy.loading,.ptk-home-product .buy.loading{opacity:.65;pointer-events:none}
@media(max-width:600px){#ptk-cart-toast{right:12px;left:12px;top:88px}}

.ptk-floating-cart{position:fixed;right:22px;top:92px;z-index:999990;background:#0b8d71;color:#fff!important;padding:11px 14px;border-radius:999px;box-shadow:0 10px 28px rgba(0,0,0,.18);text-decoration:none!important;display:flex!important;align-items:center;gap:7px;font-weight:800}
.ptk-floating-cart:hover{background:#08765f;color:#fff!important}
.ptk-floating-cart .ptk-cart-count{background:#f58b37;color:#fff!important}
.ptk-floating-cart-icon{font-size:17px}.ptk-floating-cart-label{font-size:13px}
@media(max-width:700px){.ptk-floating-cart{top:auto;bottom:82px;right:16px}.ptk-floating-cart-label{display:none}}

.ptk-commerce-page{background:#f6faf8;min-height:60vh;padding:46px 20px 70px}
.ptk-commerce-wrap{max-width:1180px;margin:0 auto}
.ptk-commerce-head{margin-bottom:22px}.ptk-commerce-head small{font-size:11px;font-weight:900;color:#078066;letter-spacing:.08em}.ptk-commerce-head h1{margin:5px 0 7px;color:#0d3c34;font-size:34px}.ptk-commerce-head p{margin:0;color:#63736f}
.ptk-commerce-card{background:#fff;border:1px solid #dfeae6;border-radius:18px;padding:24px;box-shadow:0 8px 28px rgba(20,60,50,.05)}
.ptk-commerce-card .woocommerce{width:100%}

/* v2.6.9: make the cart drawer visually authoritative over the active theme */
html,body{overflow-x:hidden}
#ptk-cart-drawer{
  display:flex!important;
  position:fixed!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:auto!important;
  width:min(420px,92vw)!important;
  height:100dvh!important;
  max-height:100dvh!important;
  visibility:visible!important;
  opacity:1!important;
  z-index:2147483000!important;
  transform:translate3d(105%,0,0)!important;
  transition:transform .25s ease!important;
}
body.ptk-cart-open #ptk-cart-drawer{
  transform:translate3d(0,0,0)!important;
}
.ptk-cart-backdrop{
  position:fixed!important;
  inset:0!important;
  z-index:2147482999!important;
}
#ptk-cart-toast{
  z-index:2147483001!important;
}
.ptk-floating-cart{
  z-index:2147482900!important;
}
body.ptk-cart-open{overflow:hidden!important}

/* v2.6.11 — Commerce polish */
.woocommerce-order-received .woocommerce-order,
.woocommerce-order-received .woocommerce{
  max-width:1180px;
}
.woocommerce-order-received .woocommerce-notice--success,
.woocommerce-order-received .woocommerce-thankyou-order-received{
  background:#eaf8f3;
  color:#08765f;
  border:1px solid #bfe7d8;
  border-radius:14px;
  padding:15px 18px;
  font-weight:800;
}
.woocommerce-order-received ul.woocommerce-order-overview{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding:0;
  margin:18px 0 26px;
}
.woocommerce-order-received ul.woocommerce-order-overview li{
  list-style:none;
  margin:0!important;
  padding:14px 16px!important;
  background:#f7faf9;
  border:1px solid #e1ebe7;
  border-radius:12px;
  min-width:145px;
}
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details{
  margin-top:28px;
}
.woocommerce-order-received table.shop_table{
  border-collapse:separate!important;
  border-spacing:0;
  overflow:hidden;
  border:1px solid #dfe9e5!important;
  border-radius:14px;
}
.ptk-thankyou-next{
  margin:26px 0 10px;
  padding:20px;
  border-radius:16px;
  background:linear-gradient(135deg,#f2fbf7,#fff);
  border:1px solid #cfe9df;
}
.ptk-thankyou-next-copy{display:flex;gap:13px;align-items:flex-start}
.ptk-thankyou-check{
  width:38px;height:38px;flex:0 0 38px;border-radius:50%;
  background:#0a9877;color:#fff;display:grid;place-items:center;font-size:20px;font-weight:900
}
.ptk-thankyou-next-copy strong{display:block;color:#0b4339;font-size:17px}
.ptk-thankyou-next-copy p{margin:5px 0 0;color:#61716d}
.ptk-thankyou-buttons{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}
.ptk-thankyou-buttons a{
  display:inline-flex;align-items:center;justify-content:center;
  text-decoration:none!important;padding:11px 15px;border-radius:10px;font-weight:800;font-size:13px
}
.ptk-btn-primary{background:#0a8d70;color:#fff!important}
.ptk-btn-light{background:#fff;color:#0a725d!important;border:1px solid #bcdcd2}
.ptk-btn-whatsapp{background:#25D366;color:#fff!important}

/* Drawer polish */
.ptk-cart-drawer-head h3 small{font-size:12px;color:#71817d;font-weight:700}
.ptk-mini-item{align-items:center}
.ptk-mini-info strong{font-size:13px}
.ptk-mini-total{padding-top:2px}
.ptk-mini-checkout:hover{background:#08775f;color:#fff}
.ptk-mini-cart:hover{background:#f0faf6;color:#08775f}

/* Header/floating cart becomes visually quieter when empty, stronger when it has items */
.ptk-floating-cart .ptk-cart-count:empty{display:none}
@media(max-width:700px){
  .ptk-thankyou-buttons{display:grid;grid-template-columns:1fr}
  .woocommerce-order-received ul.woocommerce-order-overview{display:grid;grid-template-columns:1fr 1fr}
}

/* =========================
   PatikLup Shop v2.7.0
   ========================= */
.ptk270-store{background:#f6faf8;min-height:70vh;padding:34px 20px 70px;color:#123f37}
.ptk270-store a{text-decoration:none}
.ptk270-hero,.ptk270-section{max-width:1240px;margin-left:auto;margin-right:auto}
.ptk270-hero{display:grid;grid-template-columns:1.6fr .7fr;gap:24px;align-items:stretch;background:linear-gradient(135deg,#0a8168 0%,#0b9b7c 65%,#0d6f5e 100%);border-radius:24px;padding:38px;color:#fff;box-shadow:0 16px 48px rgba(7,89,73,.16)}
.ptk270-eyebrow{display:inline-block;font-size:11px;font-weight:900;letter-spacing:.1em;color:#0a8067}
.ptk270-hero .ptk270-eyebrow{color:#d8fff3}
.ptk270-hero h1{font-size:44px;line-height:1.05;margin:7px 0 14px;color:#fff;max-width:680px}
.ptk270-hero p{font-size:16px;line-height:1.6;max-width:700px;margin:0;color:#e9fff8}
.ptk270-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.ptk270-primary,.ptk270-secondary{display:inline-flex;align-items:center;justify-content:center;padding:13px 17px;border-radius:11px;font-weight:900}
.ptk270-primary{background:#fff;color:#08765f!important}
.ptk270-secondary{border:1px solid rgba(255,255,255,.42);color:#fff!important;background:rgba(255,255,255,.08)}
.ptk270-trust{display:flex;gap:16px;flex-wrap:wrap;margin-top:22px;font-size:12px;font-weight:800;color:#d9fff2}
.ptk270-hero-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:18px;padding:22px;display:grid;gap:12px;align-content:center;backdrop-filter:blur(4px)}
.ptk270-hero-badge{font-size:11px;font-weight:900;letter-spacing:.08em;color:#d9fff2}
.ptk270-hero-stat{background:rgba(255,255,255,.1);border-radius:14px;padding:16px}
.ptk270-hero-stat strong{display:block;font-size:30px;line-height:1;color:#fff}
.ptk270-hero-stat span{display:block;margin-top:5px;font-size:12px;color:#e3fff7}
.ptk270-section{margin-top:34px}
.ptk270-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:16px}
.ptk270-section-head h2{margin:4px 0 0;font-size:28px;color:#0c3d35}
.ptk270-section-head>a,.ptk270-toolbar a{font-size:13px;font-weight:800;color:#08755f}
.ptk270-toolbar{display:flex;align-items:center;gap:16px;color:#687a75;font-size:13px}
.ptk270-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:12px}
.ptk270-cat{background:#fff;border:1px solid #dde9e5;border-radius:16px;padding:16px;color:#163f37;transition:.18s}
.ptk270-cat:hover,.ptk270-cat.active{transform:translateY(-2px);border-color:#8dcfbc;box-shadow:0 10px 24px rgba(20,75,61,.07)}
.ptk270-cat-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#e8f6f1;color:#0a8a6f;margin-bottom:10px}
.ptk270-cat strong{display:block;font-size:14px}
.ptk270-cat small{display:block;margin-top:3px;color:#75857f;font-size:11px}
.ptk270-featured,.ptk270-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ptk270-product-card{background:#fff;border:1px solid #dee9e5;border-radius:18px;overflow:hidden;box-shadow:0 7px 22px rgba(21,63,53,.045);transition:.2s}
.ptk270-product-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(21,63,53,.09)}
.ptk270-image{position:relative;display:block;aspect-ratio:1/1;background:#f2f5f3;overflow:hidden}
.ptk270-image img{width:100%!important;height:100%!important;object-fit:cover;display:block;transition:transform .25s}
.ptk270-product-card:hover .ptk270-image img{transform:scale(1.025)}
.ptk270-sale{position:absolute;left:12px;top:12px;background:#ef7d32;color:#fff;padding:6px 8px;border-radius:8px;font-size:9px;font-weight:900}
.ptk270-card-body{padding:15px}
.ptk270-card-body small{color:#0a8067;font-size:10px;font-weight:800}
.ptk270-card-body h3{font-size:15px;line-height:1.35;margin:7px 0 9px;min-height:40px}
.ptk270-card-body h3 a{color:#163d36}
.ptk270-price{font-size:18px;font-weight:900;color:#08765f;margin-bottom:7px}
.ptk270-stock{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:800;margin-bottom:10px}
.ptk270-stock.in{background:#e7f7f1;color:#078065}
.ptk270-stock.out{background:#fff0ec;color:#a24936}
.ptk270-card-actions{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}
.ptk270-buy,.ptk270-detail{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:10px 11px;font-weight:900;font-size:12px}
.ptk270-buy{background:#0a8a6e;color:#fff!important}
.ptk270-buy:hover{background:#08775f;color:#fff!important}
.ptk270-buy.ghost{background:#edf7f3;color:#08735f!important}
.ptk270-detail{color:#566e68!important;border:1px solid #d8e5e0;background:#fff}
.ptk270-pagination{display:flex;justify-content:center;gap:6px;margin-top:26px}
.ptk270-pagination .page-numbers{min-width:36px;height:36px;padding:0 10px;display:grid;place-items:center;border:1px solid #d9e7e2;border-radius:9px;background:#fff;color:#0b6f5d}
.ptk270-pagination .current{background:#0a8a6e;color:#fff;border-color:#0a8a6e}
.ptk270-empty{background:#fff;border:1px solid #dde9e5;border-radius:16px;padding:30px;text-align:center}

/* Wider commerce pages */
.ptk-commerce-wrap{max-width:1240px!important}
.woocommerce-order-received .woocommerce-order,
.woocommerce-order-received .woocommerce{max-width:1240px!important}
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details{max-width:none!important}
.woocommerce-checkout .col2-set,
.woocommerce-cart .woocommerce{width:100%!important}

@media(max-width:980px){
  .ptk270-hero{grid-template-columns:1fr}
  .ptk270-featured,.ptk270-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .ptk270-store{padding:20px 12px 50px}
  .ptk270-hero{padding:24px;border-radius:18px}
  .ptk270-hero h1{font-size:34px}
  .ptk270-featured,.ptk270-grid{grid-template-columns:1fr}
  .ptk270-section-head{align-items:flex-start;flex-direction:column}
  .ptk270-toolbar{width:100%;justify-content:space-between}
}

.ptk-continue-shopping{background:#eef8f4!important;color:#08735f!important;border:1px solid #cfe5dc!important;border-radius:10px!important;font-weight:800!important}

/* v2.7.1 — Full-width storefront breakout
   PatikLup theme constrains WooCommerce archives inside its narrow content column.
   Break the store out of that parent while preserving a 1240px internal content width. */
body.post-type-archive-product main.ptk270-store,
body.tax-product_cat main.ptk270-store,
body.tax-product_tag main.ptk270-store{
  box-sizing:border-box!important;
  width:100vw!important;
  max-width:none!important;
  position:relative!important;
  left:50%!important;
  right:50%!important;
  margin-left:-50vw!important;
  margin-right:-50vw!important;
  padding-left:max(24px,calc((100vw - 1320px)/2))!important;
  padding-right:max(24px,calc((100vw - 1320px)/2))!important;
}
.ptk270-hero,
.ptk270-section{
  width:100%!important;
  max-width:1240px!important;
  box-sizing:border-box!important;
}
@media(max-width:700px){
 body.post-type-archive-product main.ptk270-store,
 body.tax-product_cat main.ptk270-store,
 body.tax-product_tag main.ptk270-store{
   padding-left:12px!important;
   padding-right:12px!important;
 }
}

/* v2.7.2 — Photo category cards + pet-personalized shop */
.ptk270-categories-photo{grid-template-columns:repeat(5,minmax(0,1fr))!important}
.ptk270-cat.photo{padding:0!important;overflow:hidden;display:block!important;background:#fff}
.ptk270-cat-photo{display:block;aspect-ratio:16/10;overflow:hidden;background:#f2f5f3}
.ptk270-cat-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.ptk270-cat.photo:hover .ptk270-cat-photo img{transform:scale(1.05)}
.ptk270-cat-copy{display:block;padding:12px 13px 14px}
.ptk270-cat-copy strong{display:block;font-size:13px;color:#123f37;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ptk270-cat-copy small{display:block;margin-top:4px;color:#75857f;font-size:10px}
.ptk270-profile-invite{max-width:1240px;margin:24px auto 0;background:linear-gradient(135deg,#fff,#eff9f5);border:1px solid #cfe7de;border-radius:18px;padding:20px 22px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;box-shadow:0 8px 24px rgba(20,75,61,.05)}
.ptk270-profile-icon{width:52px;height:52px;border-radius:15px;background:#0a8a6e;color:#fff;display:grid;place-items:center;font-size:24px}
.ptk270-profile-invite h2{margin:4px 0 5px;font-size:21px;color:#0d4037}
.ptk270-profile-invite p{margin:0;color:#63736f;line-height:1.5;font-size:13px;max-width:760px}
.ptk270-profile-actions{display:flex;gap:8px;align-items:center}
.ptk270-profile-actions a{padding:11px 14px;border-radius:10px;font-size:12px;font-weight:900;text-decoration:none!important;white-space:nowrap}
.ptk270-profile-primary{background:#0a8a6e;color:#fff!important}
.ptk270-profile-login{background:#fff;color:#08735f!important;border:1px solid #cde3db}
@media(max-width:1000px){.ptk270-categories-photo{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:720px){
 .ptk270-categories-photo{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .ptk270-profile-invite{grid-template-columns:auto 1fr}
 .ptk270-profile-actions{grid-column:1/-1}
}

/* v2.7.3 menu styling retained; mobile footer experiment removed in v2.7.7 */
.ptk-menu-shop > a{color:#08765f!important;font-weight:900!important;}
.ptk-menu-shop.current-menu-item > a,.ptk-menu-shop > a:hover{color:#0a8f72!important;}

/* v2.7.4 — Runtime header menu injection for PatikLup custom header */
header .ptk-runtime-shop-link,
.site-header .ptk-runtime-shop-link{
  color:inherit!important;
  font:inherit!important;
  font-weight:700!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  margin:0!important;
  padding:0!important;
}
header .ptk-runtime-shop-link:hover,
.site-header .ptk-runtime-shop-link:hover{
  color:#0a8a6e!important;
}

/* v2.7.7 — Footer safety rollback
   Do NOT move or regroup footer DOM nodes.
   Only compact typography and spacing on phones. */
@media(max-width:640px){
  footer,
  .site-footer{
    overflow:hidden!important;
  }

  footer h2, footer h3, footer h4,
  .site-footer h2, .site-footer h3, .site-footer h4{
    font-size:15px!important;
    line-height:1.25!important;
    margin-bottom:10px!important;
  }

  footer p, footer li, footer a,
  .site-footer p, .site-footer li, .site-footer a{
    font-size:13px!important;
    line-height:1.45!important;
  }

  footer img,
  .site-footer img{
    max-width:100%!important;
    height:auto!important;
  }
}

/* v2.7.8 — Floating cart viewport positioning
   Rendered at wp_body_open so transformed footer containers cannot reposition it. */
html body .ptk-floating-cart{
  position:fixed!important;
  left:auto!important;
  right:24px!important;
  top:92px!important;
  bottom:auto!important;
  margin:0!important;
  transform:none!important;
  z-index:2147482900!important;
}
body.admin-bar .ptk-floating-cart{
  top:124px!important;
}
@media(max-width:782px){
  body.admin-bar .ptk-floating-cart{top:auto!important}
}
@media(max-width:700px){
  html body .ptk-floating-cart{
    left:auto!important;
    right:16px!important;
    top:auto!important;
    bottom:84px!important;
  }
}

/* v2.7.9 — Keep floating cart class authoritative after Woo fragment refreshes */
html body a.ptk-floating-cart.ptk-cart-link{
  position:fixed!important;
  left:auto!important;
  right:24px!important;
  top:92px!important;
  bottom:auto!important;
  width:auto!important;
  float:none!important;
}
body.admin-bar a.ptk-floating-cart.ptk-cart-link{top:124px!important}
@media(max-width:700px){
  html body a.ptk-floating-cart.ptk-cart-link{
    left:auto!important;
    right:16px!important;
    top:auto!important;
    bottom:84px!important;
  }
}

/* v2.8.0 — Cart in header menu, no floating cart */
.ptk-floating-cart{display:none!important}

header .ptk-header-cart-link,
.site-header .ptk-header-cart-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  text-decoration:none!important;
  color:inherit!important;
  font:inherit!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
header .ptk-header-cart-link:hover,
.site-header .ptk-header-cart-link:hover{
  color:#0a8a6e!important;
}
header .ptk-header-cart-icon,
.site-header .ptk-header-cart-icon{
  font-size:13px!important;
  line-height:1!important;
}
header .ptk-header-cart-link .ptk-cart-count,
.site-header .ptk-header-cart-link .ptk-cart-count{
  min-width:18px!important;
  height:18px!important;
  padding:0 4px!important;
  border-radius:999px!important;
  background:#f58b37!important;
  color:#fff!important;
  display:inline-grid!important;
  place-items:center!important;
  font-size:9px!important;
  font-weight:900!important;
}
header .ptk-header-hidden-item,
.site-header .ptk-header-hidden-item{
  display:none!important;
}

/* v2.8.4 — Safe header reorder; no container replacement */
header .ptk-header-join-native,
.site-header .ptk-header-join-native{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#0a8a6e!important;
  color:#fff!important;
  border-radius:10px!important;
  padding:11px 14px!important;
  font-weight:900!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
header .ptk-header-join-native:hover,
.site-header .ptk-header-join-native:hover{background:#08755f!important;color:#fff!important}
header .ptk-runtime-shop-link,
.site-header .ptk-runtime-shop-link{font-weight:800!important}

/* v2.8.5 — Final header menu cleanup */
header .ptk-header-hidden-item,
.site-header .ptk-header-hidden-item{
  display:none!important;
}
header .ptk-runtime-shop-link,
.site-header .ptk-runtime-shop-link,
header .ptk-header-cart-link,
.site-header .ptk-header-cart-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  color:#173f37!important;
  text-decoration:none!important;
  font:inherit!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
header .ptk-runtime-shop-link:hover,
.site-header .ptk-runtime-shop-link:hover,
header .ptk-header-cart-link:hover,
.site-header .ptk-header-cart-link:hover{
  color:#0a8a6e!important;
}
header .ptk-header-cart-link .ptk-cart-count,
.site-header .ptk-header-cart-link .ptk-cart-count{
  min-width:18px!important;
  height:18px!important;
  padding:0 4px!important;
  border-radius:999px!important;
  background:#f58b37!important;
  color:#fff!important;
  display:inline-grid!important;
  place-items:center!important;
  font-size:9px!important;
  font-weight:900!important;
}

/* v2.8.6 — Join hub redesign */
.ptk-join286{
  background:linear-gradient(180deg,#f3faf7 0,#f8fbfa 42%,#fff 100%);
  min-height:70vh;
  padding:42px 20px 78px;
  color:#123f37;
}
.ptk-join286 *{box-sizing:border-box}
.ptk-join286-hero,
.ptk-join286-intro,
.ptk-join286-grid,
.ptk-join286-how,
.ptk-join286-login{max-width:1220px;margin-left:auto;margin-right:auto}
.ptk-join286-hero{
  display:grid;
  grid-template-columns:1.5fr .55fr;
  gap:26px;
  align-items:center;
  background:linear-gradient(135deg,#0b8c70 0%,#0aa17e 58%,#0b745f 100%);
  border-radius:26px;
  padding:40px;
  color:#fff;
  box-shadow:0 18px 48px rgba(8,95,76,.18);
}
.ptk-join286-eyebrow{
  display:inline-block;
  font-size:11px;
  font-weight:900;
  letter-spacing:.11em;
  color:#0a8067;
}
.ptk-join286-hero .ptk-join286-eyebrow{color:#d9fff3}
.ptk-join286-hero h1{
  color:#fff;
  font-size:46px;
  line-height:1.04;
  margin:8px 0 14px;
  max-width:780px;
}
.ptk-join286-hero p{
  margin:0;
  font-size:16px;
  line-height:1.6;
  color:#eafff8;
  max-width:760px;
}
.ptk-join286-trust{
  display:flex;
  flex-wrap:wrap;
  gap:15px;
  margin-top:20px;
  font-size:12px;
  font-weight:800;
  color:#d9fff3;
}
.ptk-join286-hero-mark{
  min-height:190px;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.12);
  border-radius:20px;
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  backdrop-filter:blur(4px);
}
.ptk-join286-paw{
  width:76px;height:76px;border-radius:22px;
  background:#fff;color:#0a876c;
  display:grid;place-items:center;
  font-size:36px;margin-bottom:14px;
}
.ptk-join286-hero-mark strong{font-size:24px;color:#fff}
.ptk-join286-hero-mark span{font-size:12px;color:#e4fff7;margin-top:3px}

.ptk-join286-intro{text-align:center;padding:44px 0 24px}
.ptk-join286-intro h2{font-size:34px;margin:5px 0 8px;color:#0d4037}
.ptk-join286-intro p{max-width:720px;margin:0 auto;color:#677772;line-height:1.55;font-size:14px}

.ptk-join286-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.ptk-join286-card{
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid #dce9e4;
  border-radius:22px;
  padding:24px;
  box-shadow:0 10px 28px rgba(16,62,52,.055);
  display:flex;
  flex-direction:column;
  min-height:560px;
  transition:.2s ease;
}
.ptk-join286-card:before{
  content:'';
  position:absolute;left:0;right:0;top:0;height:5px;
  background:#0a8a6e;
}
.ptk-join286-card.provider:before{background:#167f9b}
.ptk-join286-card.pro:before{background:#2d5c92}
.ptk-join286-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(16,62,52,.1)}
.ptk-join286-card-top{display:flex;justify-content:space-between;align-items:center;gap:12px}
.ptk-join286-icon{
  width:54px;height:54px;border-radius:16px;
  display:grid;place-items:center;font-size:25px;
  background:#e9f7f2;
}
.ptk-join286-card.provider .ptk-join286-icon{background:#e9f5f8}
.ptk-join286-card.pro .ptk-join286-icon{background:#edf2f9}
.ptk-join286-tag{
  border-radius:999px;padding:7px 9px;
  font-size:9px;letter-spacing:.08em;font-weight:900;
  background:#eef8f4;color:#08765f;
}
.ptk-join286-card.provider .ptk-join286-tag{background:#eef7fa;color:#146e86}
.ptk-join286-card.pro .ptk-join286-tag{background:#eef2f8;color:#31587e}
.ptk-join286-card h3{font-size:24px;line-height:1.18;margin:18px 0 8px;color:#0e4037}
.ptk-join286-card-lead{font-size:13px;line-height:1.55;color:#64756f;margin:0 0 17px}
.ptk-join286-mini{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:18px}
.ptk-join286-mini div{background:#f6faf8;border:1px solid #e3ece8;border-radius:11px;padding:11px}
.ptk-join286-mini strong{display:block;color:#0e4037;font-size:14px}
.ptk-join286-mini span{display:block;color:#7a8884;font-size:10px;margin-top:2px}
.ptk-join286-card ul{list-style:none;padding:0;margin:0 0 20px}
.ptk-join286-card li{position:relative;padding-left:22px;margin:9px 0;font-size:12px;color:#516660;line-height:1.45}
.ptk-join286-card li:before{content:'✓';position:absolute;left:0;color:#0a8a6e;font-weight:900}
.ptk-join286-card.provider li:before{color:#167f9b}
.ptk-join286-card.pro li:before{color:#2d5c92}
.ptk-join286-btn{
  margin-top:auto;
  display:flex;align-items:center;justify-content:space-between;
  border-radius:12px;padding:14px 15px;
  background:#0a8a6e;color:#fff!important;
  font-size:13px;font-weight:900;
  text-decoration:none!important;
}
.ptk-join286-card.provider .ptk-join286-btn{background:#167f9b}
.ptk-join286-card.pro .ptk-join286-btn{background:#2d5c92}
.ptk-join286-btn span{font-size:18px}
.ptk-join286-note{display:block;text-align:center;color:#84918d;font-size:9px;margin-top:8px}

.ptk-join286-how{
  margin-top:28px;
  background:#fff;
  border:1px solid #dce9e4;
  border-radius:20px;
  padding:24px;
  display:grid;
  grid-template-columns:.65fr 1.6fr;
  gap:24px;
  align-items:center;
}
.ptk-join286-how h2{margin:5px 0 0;font-size:26px;color:#0d4037}
.ptk-join286-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.ptk-join286-steps>div{background:#f7faf9;border-radius:13px;padding:15px;border:1px solid #e4ece9}
.ptk-join286-steps span{width:28px;height:28px;border-radius:50%;background:#0a8a6e;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900;margin-bottom:8px}
.ptk-join286-steps strong{display:block;font-size:12px;color:#173f37}
.ptk-join286-steps small{display:block;color:#798783;font-size:10px;line-height:1.4;margin-top:3px}

.ptk-join286-login{
  margin-top:18px;
  background:#0d332d;
  border-radius:16px;
  padding:18px 20px;
  color:#fff;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}
.ptk-join286-login strong{display:block;font-size:14px}
.ptk-join286-login span{display:block;color:#bcd2cb;font-size:11px;margin-top:3px}
.ptk-join286-login a{
  flex:0 0 auto;
  background:#fff;
  color:#08755f!important;
  text-decoration:none!important;
  padding:11px 14px;
  border-radius:10px;
  font-size:12px;
  font-weight:900;
}

@media(max-width:950px){
  .ptk-join286-hero{grid-template-columns:1fr}
  .ptk-join286-hero-mark{min-height:140px}
  .ptk-join286-grid{grid-template-columns:1fr}
  .ptk-join286-card{min-height:auto}
  .ptk-join286-how{grid-template-columns:1fr}
}
@media(max-width:640px){
  .ptk-join286{padding:20px 12px 50px}
  .ptk-join286-hero{padding:25px;border-radius:19px}
  .ptk-join286-hero h1{font-size:34px}
  .ptk-join286-intro{padding:34px 0 20px}
  .ptk-join286-intro h2{font-size:27px}
  .ptk-join286-steps{grid-template-columns:1fr}
  .ptk-join286-login{align-items:flex-start;flex-direction:column}
  .ptk-join286-login a{width:100%;text-align:center}
}

/* v2.8.7 — Club Partner landing page */
.ptk-cp287{background:linear-gradient(180deg,#f3faf7,#fff 72%);padding:40px 20px 76px;color:#123f37}
.ptk-cp287 *{box-sizing:border-box}
.ptk-cp287-hero,.ptk-cp287-intro,.ptk-cp287-services,.ptk-cp287-benefits,.ptk-cp287-steps,.ptk-cp287-apply,.ptk-cp287-bottom{max-width:1220px;margin-left:auto;margin-right:auto}
.ptk-cp287-hero{display:grid;grid-template-columns:1.5fr .58fr;gap:24px;background:linear-gradient(135deg,#0a846a,#0aa07c 60%,#0b6f5c);border-radius:26px;padding:40px;color:#fff;box-shadow:0 18px 48px rgba(8,90,73,.17)}
.ptk-cp287-eyebrow{font-size:10px;font-weight:900;letter-spacing:.12em;color:#0a8067}
.ptk-cp287-hero .ptk-cp287-eyebrow{color:#d8fff2}
.ptk-cp287-hero h1{font-size:45px;line-height:1.05;color:#fff;margin:8px 0 14px;max-width:780px}
.ptk-cp287-hero p{font-size:15px;line-height:1.65;color:#e7fff7;max-width:760px;margin:0}
.ptk-cp287-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:22px}
.ptk-cp287-actions a{padding:13px 16px;border-radius:11px;font-size:12px;font-weight:900;text-decoration:none!important}
.ptk-cp287-actions .primary{background:#fff;color:#08745e!important}
.ptk-cp287-actions .secondary{border:1px solid rgba(255,255,255,.4);color:#fff!important;background:rgba(255,255,255,.08)}
.ptk-cp287-trust{display:flex;gap:15px;flex-wrap:wrap;margin-top:22px;color:#d9fff2;font-size:11px;font-weight:800}
.ptk-cp287-hero-panel{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:20px;padding:22px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}
.ptk-cp287-hero-panel>span{font-size:9px;font-weight:900;letter-spacing:.12em;color:#d9fff2}
.ptk-cp287-panel-icon{width:68px;height:68px;border-radius:20px;background:#fff;display:grid;place-items:center;font-size:31px;margin:12px 0}
.ptk-cp287-hero-panel strong{font-size:21px;color:#fff}
.ptk-cp287-hero-panel>p{font-size:11px;line-height:1.5;margin:7px 0 14px}
.ptk-cp287-panel-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%}
.ptk-cp287-panel-stats div{background:rgba(255,255,255,.1);border-radius:11px;padding:10px}
.ptk-cp287-panel-stats b{display:block;font-size:12px;color:#fff}.ptk-cp287-panel-stats small{display:block;font-size:9px;color:#dffaf2;margin-top:2px}

.ptk-cp287-intro{text-align:center;padding:44px 0 22px}
.ptk-cp287-intro h2{font-size:33px;margin:5px 0 8px;color:#0d4037}
.ptk-cp287-intro p{max-width:760px;margin:0 auto;color:#687772;font-size:14px;line-height:1.55}
.ptk-cp287-services{display:grid;grid-template-columns:repeat(6,1fr);gap:11px}
.ptk-cp287-services article{background:#fff;border:1px solid #dce9e4;border-radius:16px;padding:16px;min-height:150px;box-shadow:0 7px 22px rgba(17,60,51,.045)}
.ptk-cp287-services article div{width:40px;height:40px;border-radius:12px;background:#eaf7f2;display:grid;place-items:center;font-size:18px;margin-bottom:12px}
.ptk-cp287-services strong{display:block;font-size:13px;color:#153f37;margin-bottom:5px}
.ptk-cp287-services span{font-size:10px;line-height:1.45;color:#7a8984}

.ptk-cp287-benefits{display:grid;grid-template-columns:.75fr 1.5fr;gap:28px;margin-top:34px;background:#0d342e;border-radius:22px;padding:28px;color:#fff}
.ptk-cp287-benefit-copy .ptk-cp287-eyebrow{color:#83d8bd}
.ptk-cp287-benefit-copy h2{font-size:30px;color:#fff;margin:7px 0 10px;line-height:1.13}
.ptk-cp287-benefit-copy p{font-size:12px;color:#bcd3cb;line-height:1.55}
.ptk-cp287-benefit-copy>a{display:inline-flex;margin-top:12px;background:#fff;color:#08765f!important;border-radius:10px;padding:11px 14px;font-size:11px;font-weight:900;text-decoration:none!important}
.ptk-cp287-benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ptk-cp287-benefit-grid>div{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:15px}
.ptk-cp287-benefit-grid span{font-size:9px;color:#69caae;font-weight:900}
.ptk-cp287-benefit-grid strong{display:block;color:#fff;font-size:13px;margin:4px 0}
.ptk-cp287-benefit-grid p{font-size:10px;line-height:1.45;color:#bcd3cb;margin:0}

.ptk-cp287-steps{padding:42px 0 8px}
.ptk-cp287-steps-head{text-align:center;margin-bottom:19px}
.ptk-cp287-steps-head h2{font-size:29px;margin:5px 0;color:#0e4037}
.ptk-cp287-step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.ptk-cp287-step-grid>div{background:#fff;border:1px solid #dce9e4;border-radius:16px;padding:18px}
.ptk-cp287-step-grid span{width:32px;height:32px;border-radius:50%;background:#0a8a6e;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900;margin-bottom:10px}
.ptk-cp287-step-grid strong{display:block;font-size:13px;color:#143f37}
.ptk-cp287-step-grid p{font-size:10px;line-height:1.45;color:#798782;margin:5px 0 0}

.ptk-cp287-apply{display:grid;grid-template-columns:.7fr 1.3fr;gap:24px;margin-top:30px;background:#eef8f4;border:1px solid #d3e9e1;border-radius:22px;padding:28px;align-items:start}
.ptk-cp287-apply-copy{padding:8px 4px}
.ptk-cp287-apply-copy h2{font-size:30px;margin:6px 0 9px;color:#0d4037}
.ptk-cp287-apply-copy p{font-size:12px;line-height:1.55;color:#667670}
.ptk-cp287-apply-notes{display:flex;flex-direction:column;gap:7px;margin-top:15px;font-size:11px;font-weight:800;color:#0b725e}
.ptk-cp287-form-card{background:#fff;border:1px solid #dce9e4;border-radius:17px;padding:22px;box-shadow:0 8px 24px rgba(17,60,51,.045)}
.ptk-cp287-form-card input,.ptk-cp287-form-card select,.ptk-cp287-form-card textarea{max-width:100%;border-radius:9px!important}
.ptk-cp287-form-card button,.ptk-cp287-form-card input[type=submit]{background:#0a8a6e!important;color:#fff!important;border-radius:10px!important;border:0!important;font-weight:900!important}
.ptk-cp287-empty-form{text-align:center;padding:32px 12px}.ptk-cp287-empty-form strong{display:block;color:#143f37}.ptk-cp287-empty-form p{font-size:11px;color:#7b8985}

.ptk-cp287-bottom{margin-top:18px;background:#fff;border:1px solid #dce9e4;border-radius:15px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.ptk-cp287-bottom strong{display:block;font-size:13px;color:#143f37}.ptk-cp287-bottom span{display:block;font-size:10px;color:#7a8884;margin-top:3px}
.ptk-cp287-bottom>div:last-child{display:flex;gap:8px}.ptk-cp287-bottom a{padding:10px 12px;border-radius:9px;font-size:10px;font-weight:900;text-decoration:none!important}
.ptk-cp287-bottom .light{background:#eef7f3;color:#08745f!important}.ptk-cp287-bottom .dark{background:#0d342e;color:#fff!important}

@media(max-width:1000px){
 .ptk-cp287-hero{grid-template-columns:1fr}
 .ptk-cp287-services{grid-template-columns:repeat(3,1fr)}
 .ptk-cp287-benefits,.ptk-cp287-apply{grid-template-columns:1fr}
}
@media(max-width:650px){
 .ptk-cp287{padding:20px 12px 50px}
 .ptk-cp287-hero{padding:24px;border-radius:19px}.ptk-cp287-hero h1{font-size:34px}
 .ptk-cp287-services{grid-template-columns:repeat(2,1fr)}
 .ptk-cp287-benefit-grid{grid-template-columns:1fr}
 .ptk-cp287-step-grid{grid-template-columns:1fr}
 .ptk-cp287-bottom{align-items:flex-start;flex-direction:column}.ptk-cp287-bottom>div:last-child{width:100%}.ptk-cp287-bottom a{flex:1;text-align:center}
}


/* v2.8.9 — Launch polish: homepage discovery search without forced date */
body.home .ptk-home-search-without-date{
  grid-template-columns:1.2fr 1fr .85fr auto!important;
}
body.home .ptk-home-search-without-date .ptk-home-date-removed{display:none!important}
@media(max-width:800px){
  body.home .ptk-home-search-without-date{grid-template-columns:1fr!important}
}
