
/* JAKO Club styling (kan slås fra i Indstillinger)
 * Step 13.1: Premium polish + bedre mobil + loading states
 * Alt er scoped til .jako-club-* for at undgå tema-konflikter.
 */

:root{
  --jako-club-radius: 14px;
  --jako-club-border: rgba(0,0,0,.10);
  --jako-club-soft: rgba(0,0,0,.04);
  --jako-club-shadow: 0 10px 30px rgba(0,0,0,.08);
  --jako-club-text: rgba(0,0,0,.86);
}

.jako-club-card{
  border:1px solid var(--jako-club-border);
  border-radius:var(--jako-club-radius);
  padding:18px;
  background:#fff;
  box-shadow: var(--jako-club-shadow);
  color: var(--jako-club-text);
}
.jako-club-card h2,
.jako-club-card h3,
.jako-club-card h4{ color: var(--jako-club-text); }

.jako-club-card p{ line-height:1.45; }

.jako-club-divider{ height:1px; background: var(--jako-club-soft); margin:14px 0; }
.jako-club-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:12px;
}
@media (max-width: 780px){
  .jako-club-card{ padding:14px; border-radius: 12px; }
  .jako-club-grid{ grid-template-columns: 1fr; }
}
.jako-club-tier{
  border:1px solid rgba(0,0,0,.08);
  border-radius:var(--jako-club-radius);
  padding:14px;
  background: #fff;
}
.jako-club-tier h3{ margin:0 0 6px; font-size:16px; }
.jako-club-tier .pct{ font-weight:800; font-size:22px; letter-spacing:-0.2px; }
.jako-club-tier ul{ margin:10px 0 0 18px; }
.jako-club-tier li{ margin:4px 0; }
.jako-club-tier-requirements{ display:block; margin-top:14px; }
.jako-club-form .form-row{ margin-bottom:10px; }
.jako-club-form label{ display:block; font-weight:600; margin-bottom:4px; }
.jako-club-form input[type="email"],
.jako-club-form input[type="text"],
.jako-club-form input[type="password"],
.jako-club-form textarea{
  width:100%;
  padding:10px 12px;
  border-radius:10px;
  border:1px solid rgba(0,0,0,.18);
  background: #fff;
  transition: box-shadow .15s ease, border-color .15s ease;
}
.jako-club-form input:focus,
.jako-club-form textarea:focus{
  outline:none;
  border-color: rgba(0,0,0,.35);
  box-shadow: 0 0 0 4px rgba(0,0,0,.06);
}
.jako-club-form .btn{
  display:inline-block;
  padding:10px 14px;
  border-radius:10px;
  border:1px solid rgba(0,0,0,.12);
  background:#111;
  color:#fff;
  cursor:pointer;
  font-weight:700;
  transition: transform .06s ease, opacity .15s ease, background .15s ease;
}
.jako-club-form .btn:hover{ background:#000; }
.jako-club-form .btn:active{ transform: translateY(1px); }
.jako-club-form .btn:disabled{ opacity:.6; cursor:not-allowed; }
.jako-club-addresses__form{
  margin-top:6px;
}
.jako-club-addresses__sections{
  display:grid;
  gap:18px;
}
.jako-club-address-card{
  padding:18px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 10px 24px rgba(0,0,0,.04);
}
.jako-club-address-card h4{
  margin:0 0 14px;
  font-size:17px;
}
.jako-club-address-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px 14px;
}
.jako-club-address-grid .jako-club-field{
  margin-bottom:0;
  min-width:0;
}
.jako-club-address-grid .jako-club-field:not(.jako-club-field--half){
  grid-column:1 / -1;
}
.jako-club-addresses__actions{
  margin-top:16px;
}
@media (max-width: 640px){
  .jako-club-address-card{
    padding:15px;
    border-radius:14px;
  }
  .jako-club-address-grid{
    grid-template-columns:1fr;
    gap:10px;
  }
  .jako-club-address-grid .jako-club-field,
  .jako-club-address-grid .jako-club-field:not(.jako-club-field--half){
    grid-column:auto;
  }
}
.jako-club-muted{ opacity:.75; font-size: 13px; }
.jako-club-badge{
  display:inline-block;
  padding:3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2px;
  text-transform: uppercase;
  background: #111;
  color: #fff;
  margin-right: 6px;
  vertical-align: middle;
}

/* MS-13.7.1: Badge placement helpers (only affects markup we render) */
.jako-club-loop-badge{
  margin: 8px 0 4px;
  line-height: 1;
}
.jako-club-single-badge{
  margin: 0 0 10px;
  line-height: 1;
}
.jako-club-notice{ padding:10px 12px; border-radius:12px; border:1px solid rgba(0,0,0,.12); background: rgba(0,0,0,.03); margin: 10px 0; }
.jako-club-notice ul{ margin: 8px 0 0 18px; }
.jako-club-notice--success{ border-color: rgba(0,0,0,.10); background: rgba(0,0,0,.035); }
.jako-club-notice--warn{ border-color: rgba(0,0,0,.14); background: rgba(0,0,0,.05); }

/* MS-FE-5: "Din besparelse i dag" box (cart + checkout) */
.jako-club-savings-box{
  padding:12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.03);
  margin: 12px 0;
  color: var(--jako-club-text);
}
.jako-club-savings-top{
  display:flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}
.jako-club-savings-amount{
  font-weight: 800;
  font-size: 16px;
  white-space: nowrap;
}
.jako-club-savings-rules{ margin-top: 6px; }
.jako-club-savings-rules > div{ margin-top: 2px; }

/* Woo notices inside club cards */
.jako-club-card .woocommerce-notices-wrapper,
.jako-club-card .woocommerce-message,
.jako-club-card .woocommerce-error,
.jako-club-card .woocommerce-info{
  margin: 10px 0;
}
.jako-club-card .woocommerce-message,
.jako-club-card .woocommerce-error,
.jako-club-card .woocommerce-info{
  border-radius: 12px;
}

/* Loading state for forms */
.jako-club-form[data-jako-loading="1"] .btn{
  position: relative;
  padding-right: 38px;
}
.jako-club-form[data-jako-loading="1"] .btn:after{
  content:"";
  width:14px;
  height:14px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.55);
  border-top-color: rgba(255,255,255,1);
  position:absolute;
  right:14px;
  top:50%;
  transform: translateY(-50%);
  animation: jakoClubSpin .8s linear infinite;
}
@keyframes jakoClubSpin{ to{ transform: translateY(-50%) rotate(360deg); } }
.jako-club-header-link{
  margin-right: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.02);
}
.jako-club-header-link:hover{ text-decoration: underline; }

.jako-club-tabs{ display:flex; gap:8px; flex-wrap:wrap; margin: 0 0 12px; }
.jako-club-tabs{ overflow-x:auto; -webkit-overflow-scrolling:touch; padding-bottom:4px; }
.jako-club-tabs a{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  text-decoration:none;
  font-weight:600;
  white-space:nowrap;
  background: rgba(0,0,0,.02);
}
.jako-club-tabs a.active{ background:#111; color:#fff; }
.jako-club-tabs a:hover{ border-color: rgba(0,0,0,.25); }

/* MS-OVERVIEW-INFO-1 */
.jako-club-overview-info{
  margin: 4px 0 14px;
  padding: 14px 16px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0,0,0,.025), rgba(0,0,0,.015));
}
.jako-club-overview-info__title{
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--jako-club-text);
}
.jako-club-overview-info__body{
  color: var(--jako-club-text);
}
.jako-club-overview-info__body > :first-child{ margin-top: 0; }
.jako-club-overview-info__body > :last-child{ margin-bottom: 0; }
@media (max-width: 780px){
  .jako-club-overview-info{ padding: 12px 14px; }
  .jako-club-overview-info__title{ font-size: 14px; }
}

.jako-club-kpis{ display:grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap:12px; margin:12px 0; }
@media (max-width: 1080px){ .jako-club-kpis{ grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 780px){ .jako-club-kpis{ grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.jako-club-kpi{ border:1px solid rgba(0,0,0,.08); border-radius:12px; padding:12px; background:#fff; }
.jako-club-kpi .k{ font-size: 12px; opacity:.75; }
.jako-club-kpi .v{ font-size:18px; font-weight:700; }
.jako-club-kpi--savings .v{ color:#0f8f5f; }
.jako-club-progress{ height: 10px; border-radius: 999px; background: rgba(0,0,0,.08); overflow:hidden; }
.jako-club-progress > span{ display:block; height:100%; background:#111; width:0; }

.jako-club-hidden{ display:none !important; }


/* MS-13.7.4: Member price line on variable products */
.jako-club-member-price-line{ display:inline-block; margin-top:4px; }


/* MS-13.7.5: Make member price more visible (especially for variable products) */
.jako-club-member-price-block{
  display:block;
  margin-top:6px;
  /* MS-PRICE1: Make member price more readable on cards + single (requested +2px + bold) */
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}
.jako-club-member-price-block .jako-club-badge{ margin-right: 8px; }
.jako-club-member-price-copy{ display:block; margin-top:4px; }
.jako-club-member-price-label{ font-weight:700; }
.jako-club-member-price-value{ font-weight:800; }
.jako-club-member-price-value .amount{ font-weight:inherit; }
.jako-club-member-price-note{ font-size:.92em; font-weight:500; opacity:.88; }
.jako-club-member-price-block strong{ font-weight: 800; }

/* MS-FE-1b: Plain (not bold) member discount line on variable cards */
.jako-club-member-discount-plain{ font-weight: 400; font-size: 13px; opacity: .92; }

/* MS-FE-3: "Du sparer" line on single products */
.jako-club-you-save{ display:block; margin-top:6px; font-size: 13px; font-weight: 700; opacity: .90; }
.jako-club-you-save--pending{ font-weight: 600; opacity: .80; }


/* MS-FE-1: Logged-out teaser ("Log ind for at se medlemspris") */
.jako-club-login-teaser{
  display:block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  opacity: .90;
}
.jako-club-login-teaser__link{
  font-weight: 800;
  text-decoration: underline;
}
.jako-club-login-teaser--single{ margin-top: 8px; }

/* MS-13.10.0: Members-only teaser */
.jako-club-members-only-price{
  display:inline-block;
  font-size: 13px;
  font-weight: 700;
  opacity: .85;
}
.jako-club-members-only-link{
  font-weight: 800;
  text-decoration: underline;
  margin-left: 6px;
}
.jako-club-members-only-block .button{
  display:inline-block;
}

/* MS-PRICE2: Boost default price typography (+2px + bold) on product cards + single + Lookbook modal */
body.jako-club-ui .woocommerce ul.products li.product .price,
body.jako-club-ui .woocommerce ul.products li.product .price *{
  font-size: calc(1em + 2px) !important;
  font-weight: 800 !important;
}

body.jako-club-ui.single-product div.product .summary .price,
body.jako-club-ui.single-product div.product .summary .price *{
  font-size: calc(1em + 2px) !important;
  font-weight: 800 !important;
}

/* Lookbook grid price */
body.jako-club-ui .jsl__price,
body.jako-club-ui .jsl__price *{
  font-size: calc(var(--jsl-fs-price, 13px) + 2px) !important;
  font-weight: 800 !important;
}

/* Lookbook modal price */
body.jako-club-ui .jslqv__price,
body.jako-club-ui .jslqv__price .price,
body.jako-club-ui .jslqv__price ins,
body.jako-club-ui .jslqv__price del,
body.jako-club-ui .jslqv__price *{
  font-size: var(--jsl-fs-modal-price, calc(var(--jsl-fs-price, 13px) + 2px)) !important;
  font-weight: 800 !important;
}

/* Ensure the membership-discount line stays normal weight/size even when price blocks are boosted */
body.jako-club-ui .woocommerce .price .jako-club-member-discount-plain,
body.jako-club-ui .woocommerce .price .jako-club-member-discount-plain *{
  font-weight: 400 !important;
  font-size: 13px !important;
}

body.jako-club-ui .jsl__price .jako-club-member-discount-plain,
body.jako-club-ui .jsl__price .jako-club-member-discount-plain *,
body.jako-club-ui .jslqv__price .jako-club-member-discount-plain,
body.jako-club-ui .jslqv__price .jako-club-member-discount-plain *{
  font-weight: 400 !important;
  font-size: 13px !important;
}


/* MS-FE-8: Profil / interesser */
.jako-club-profile-interests .jako-club-interest-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:12px;
  margin-top:14px;
}
.jako-club-profile-interests .jako-club-interest-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border:1px solid rgba(0,0,0,.12);
  border-radius:12px;
  background:#fff;
}
.jako-club-profile-interests .jako-club-interest-item input{
  margin:0;
}
.jako-club-profile-interests .jako-club-interest-item span{
  font-weight:600;
}


/* MS-DISCAT-3A: Native WooCommerce single-product notice for category exclusions */
.jako-club-excluded-notice{
  margin-top: 10px;
  border-color: rgba(10, 100, 170, .22);
  background: linear-gradient(180deg, rgba(30,151,212,.08), rgba(30,151,212,.04));
}
.jako-club-excluded-notice strong{
  display:block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 800;
}
.jako-club-excluded-notice__text{
  font-size: 13px;
  line-height: 1.45;
  opacity: .95;
}


/* MS-DISCAT-3Bb hotfix: archive/shop notice gets its own class so theme price styles
   do not make it look like a CTA/pill. */
.jako-club-excluded-loop-note{
  display:block !important;
  margin:8px 0 0 0 !important;
  padding:7px 9px !important;
  border:1px solid rgba(15,104,161,.12) !important;
  border-radius:8px !important;
  background:#f5f9fc !important;
  box-shadow:none !important;
  text-align:left !important;
  width:auto !important;
  max-width:100% !important;
}
.jako-club-excluded-loop-note__label{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  font-size:15px !important;
  line-height:1.4 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  color:#355a74 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:anywhere !important;
}


/* MS-DISCAT-3C: cart + checkout clarification for excluded categories */
.jako-club-excluded-cart-line{
  margin-top:6px;
}
.jako-club-excluded-cart-line__text{
  display:inline-block;
  font-size:13px;
  line-height:1.4;
  font-weight:400;
  color:#4b6478;
}
.jako-club-excluded-cart-box{
  margin:12px 0 14px;
  padding:12px 14px;
  border:1px solid rgba(15,104,161,.14);
  border-radius:12px;
  background:#f6fafc;
}
.jako-club-excluded-cart-box__title{
  margin:0 0 4px;
  font-size:15px;
  line-height:1.35;
  font-weight:700;
  color:#12344d;
}
.jako-club-excluded-cart-box__text{
  margin:0 0 8px;
  font-size:13px;
  line-height:1.45;
  color:#4b6478;
}
.jako-club-excluded-cart-box__list{
  margin:0;
  padding-left:18px;
}
.jako-club-excluded-cart-box__list li{
  margin:0 0 4px;
  font-size:13px;
  line-height:1.45;
  color:#355a74;
}


/* MS-OFFER-UI-1B: Split label/value so special-offer text can be toned down without weakening the price */
.woocommerce ul.products li.product .jako-club-member-price-block,
.woocommerce-page ul.products li.product .jako-club-member-price-block{
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.woocommerce ul.products li.product .jako-club-member-price-block .jako-club-member-price-copy,
.woocommerce-page ul.products li.product .jako-club-member-price-block .jako-club-member-price-copy{
  display:block;
  margin-top:4px;
}
.woocommerce ul.products li.product .jako-club-member-price-block .jako-club-member-price-label,
.woocommerce-page ul.products li.product .jako-club-member-price-block .jako-club-member-price-label{
  font-size: 14px !important;
  font-weight: 500 !important;
}
.woocommerce ul.products li.product .jako-club-member-price-block .jako-club-member-price-value,
.woocommerce-page ul.products li.product .jako-club-member-price-block .jako-club-member-price-value,
.woocommerce ul.products li.product .jako-club-member-price-block .jako-club-member-price-value .amount,
.woocommerce-page ul.products li.product .jako-club-member-price-block .jako-club-member-price-value .amount{
  font-size: 14px !important;
  font-weight: 650 !important;
}
.woocommerce ul.products li.product .jako-club-member-price-block .jako-club-badge,
.woocommerce-page ul.products li.product .jako-club-member-price-block .jako-club-badge{
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: .1px;
}

/* MS-OFFER-TIER-3: Marketing block special offers on account overview */
.jako-club-account-offers{
  margin: 10px 0 14px;
}
.jako-club-account-offers__grid{
  display:grid;
  grid-template-columns: repeat(var(--jako-club-account-offers-cols, 3), minmax(0, 1fr));
  gap:12px;
}
.jako-club-account-offer-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  background:#fff;
  overflow:hidden;
}
.jako-club-account-offer-card__thumb{
  display:block;
  aspect-ratio: 1 / 1;
  background: rgba(0,0,0,.03);
}
.jako-club-account-offer-card__thumb img,
.jako-club-account-offer-card__thumb .attachment-woocommerce_thumbnail,
.jako-club-account-offer-card__thumb .woocommerce-placeholder{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.jako-club-account-offer-card__body{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:12px;
  flex:1 1 auto;
}
.jako-club-account-offer-card__badge .jako-club-badge{
  margin-right:0;
}
.jako-club-account-offer-card__title{
  margin:0;
  font-size:15px;
  line-height:1.3;
}
.jako-club-account-offer-card__title a{
  color:inherit;
  text-decoration:none;
}
.jako-club-account-offer-card__title a:hover{
  text-decoration:underline;
}
.jako-club-account-offer-card__price-label{
  font-size:12px;
  font-weight:600;
  opacity:.72;
}
.jako-club-account-offer-card__price{
  font-size:18px;
  font-weight:700;
  line-height:1.2;
}
.jako-club-account-offer-card__price .amount{
  font-weight:inherit;
}
.jako-club-account-offer-card__actions{
  margin-top:auto;
  padding-top:4px;
}
.jako-club-account-offer-card__button{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.02);
  text-decoration:none;
  font-weight:600;
}
.jako-club-account-offer-card__button:hover{
  border-color: rgba(0,0,0,.24);
}
.jako-club-account-offers-empty{
  margin-bottom:14px;
}
@media (max-width: 1200px){
  .jako-club-account-offers__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px){
  .jako-club-account-offers__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}



/* MS-OFFER-MODAL-1B: polish account-offers quickview host */
#jako-club-marketing-offers{
  scroll-margin-top: 24px;
}
.jako-club-account-offer-card[data-jako-offer-card="1"]{
  cursor:pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.jako-club-account-offer-card[data-jako-offer-card="1"]:hover{
  border-color: rgba(0,0,0,.18);
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  transform: translateY(-1px);
}
.jako-club-account-offer-card[data-jako-offer-card="1"]:focus-visible{
  outline: 2px solid rgba(0,0,0,.22);
  outline-offset: 2px;
}
.jako-club-account-offer-card[data-jako-offer-card="1"].is-active{
  border-color: rgba(0,0,0,.2);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}
.jako-club-account-offer-card[data-jako-offer-card="1"] .jako-club-account-offer-card__thumb,
.jako-club-account-offer-card[data-jako-offer-card="1"] .jako-club-account-offer-card__title a,
.jako-club-account-offer-card[data-jako-offer-card="1"] .jako-club-account-offer-card__button{
  cursor:pointer;
}
.jako-club-account-offers .jsl__modalpanel{
  margin: 20px auto;
}
@media (max-width: 640px){
  .jako-club-account-offers .jsl__modalpanel{
    margin: 12px auto;
  }
}



/* MS-SUPPORT-TAB-1 */
.jako-club-support{
  display:grid;
  gap:18px;
}
.jako-club-support__intro,
.jako-club-support__panel{
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  background:linear-gradient(180deg, rgba(255,255,255,1), rgba(0,0,0,.015));
  box-shadow:0 8px 24px rgba(0,0,0,.05);
}
.jako-club-support__intro{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding:18px;
}
.jako-club-support__title{
  margin:0 0 6px;
  font-size:28px;
  line-height:1.12;
}
.jako-club-support__lead{
  margin:0 0 6px;
  font-size:16px;
}
.jako-club-support__text{
  margin:0;
  color:rgba(0,0,0,.72);
}
.jako-club-support__identity{
  margin-top:12px;
  display:inline-flex;
  flex-wrap:wrap;
  gap:6px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.10);
  background:rgba(0,0,0,.035);
  font-size:13px;
}
.jako-club-support__status{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(0,144,223,.18);
  background:rgba(0,144,223,.07);
  color:#0090df;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
  white-space:nowrap;
}
.jako-club-support__status--success{
  border-color:rgba(36,150,63,.22);
  background:rgba(36,150,63,.10);
  color:#24963f;
}
.jako-club-support__status--warn{
  border-color:rgba(184,93,0,.22);
  background:rgba(184,93,0,.10);
  color:#9b5b00;
}
.jako-club-support__panel{
  padding:18px;
}
.jako-club-support__panel-head{
  margin-bottom:14px;
}
.jako-club-support__tips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
.jako-club-support__tip{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(0,0,0,.03);
  color:rgba(0,0,0,.72);
  font-size:12px;
  line-height:1.35;
}
.jako-club-support__tip::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:999px;
  background:#24963f;
  flex:0 0 7px;
}
.jako-club-support__notice{
  margin-bottom:14px;
  border-radius:14px;
  padding:14px 16px;
  border-width:1px;
  box-shadow:0 6px 18px rgba(0,0,0,.04);
}
.jako-club-support__eyebrow{
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(0,0,0,.52);
  margin-bottom:4px;
}
.jako-club-support__panel-title{
  margin:0;
  font-size:22px;
  line-height:1.2;
}
.jako-club-support__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px 14px;
}
.jako-club-support__field{
  margin-bottom:12px;
}
.jako-club-support__field--full{
  width:100%;
}
.jako-club-support__field--half{
  min-width:0;
}
.jako-club-support__form textarea{
  min-height:180px;
  resize:vertical;
}
.jako-club-support__upload-shell{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:52px;
  padding:10px 12px;
  border:1px dashed rgba(0,0,0,.18);
  border-radius:12px;
  background:rgba(0,0,0,.02);
}
.jako-club-support__upload-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 14px;
  border-radius:10px;
  border:1px solid rgba(0,0,0,.10);
  background:#fff;
  font-weight:700;
  cursor:pointer;
}
.jako-club-support__upload-name{
  min-width:0;
  color:rgba(0,0,0,.64);
  font-size:13px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.jako-club-support__file-input{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0, 0, 0, 0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
.jako-club-support__upload-help{
  margin-top:8px;
  color:rgba(0,0,0,.62);
  font-size:12px;
}
.jako-club-support__actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:6px;
}
.jako-club-support__submit{
  min-width:172px;
}
.jako-club-support__form[data-jako-loading="1"] .jako-club-support__submit{
  opacity:.82;
}
.jako-club-support__helper{
  color:rgba(0,0,0,.66);
  font-size:13px;
}
.jako-club-support__success{
  margin:0 0 14px;
  padding:16px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  background:#f8fafc;
  box-shadow:0 8px 24px rgba(0,0,0,.04);
}
.jako-club-support__success--success{
  border-color:rgba(36,150,63,.18);
  background:linear-gradient(180deg, rgba(237,248,239,1), rgba(248,250,252,1));
}
.jako-club-support__success--warn{
  border-color:rgba(184,93,0,.18);
  background:linear-gradient(180deg, rgba(255,246,235,1), rgba(248,250,252,1));
}
.jako-club-support__success .jako-club-support__notice{
  margin:0 0 14px;
}
.jako-club-support__success-head{
  display:flex;
  align-items:flex-start;
  gap:12px;
}
.jako-club-support__success-icon{
  width:14px;
  height:14px;
  flex:0 0 14px;
  border-radius:999px;
  margin-top:5px;
  background:#24963f;
  box-shadow:0 0 0 6px rgba(36,150,63,.10);
}
.jako-club-support__success--warn .jako-club-support__success-icon{
  background:#b85d00;
  box-shadow:0 0 0 6px rgba(184,93,0,.10);
}
.jako-club-support__success-copy{
  min-width:0;
}
.jako-club-support__success-title{
  margin:0 0 6px;
  font-size:18px;
  line-height:1.25;
}
.jako-club-support__success-text{
  margin:0;
  color:rgba(0,0,0,.74);
  font-size:14px;
}
.jako-club-support__success-summary{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:10px;
  margin:14px 0 0;
}
.jako-club-support__success-item{
  min-width:0;
  padding:11px 12px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  background:rgba(255,255,255,.72);
}
.jako-club-support__success-label{
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:rgba(0,0,0,.50);
  margin:0 0 3px;
}
.jako-club-support__success-value{
  font-size:14px;
  line-height:1.4;
  color:#0f172a;
  word-break:break-word;
}
.jako-club-support__success-next{
  margin:14px 0 0;
  padding:12px 14px;
  border-radius:12px;
  background:rgba(255,255,255,.65);
  border:1px solid rgba(0,0,0,.06);
}
.jako-club-support__success-next-title{
  margin:0 0 8px;
  font-size:13px;
  font-weight:800;
  color:#0f172a;
}
.jako-club-support__success-list{
  margin:0;
  padding-left:18px;
  color:rgba(0,0,0,.72);
  font-size:13px;
  line-height:1.55;
}
@media (max-width: 780px){
  .jako-club-support__intro{
    flex-direction:column;
  }
  .jako-club-support__title{
    font-size:24px;
  }
  .jako-club-support__grid{
    grid-template-columns:1fr;
    gap:10px;
  }
  .jako-club-support__upload-shell{
    flex-direction:column;
    align-items:flex-start;
  }
  .jako-club-support__upload-name{
    white-space:normal;
  }
  .jako-club-support__actions{
    flex-direction:column;
    align-items:flex-start;
  }
  .jako-club-support__submit{
    width:100%;
  }
  .jako-club-support__success-summary{
    grid-template-columns:1fr;
  }
}

/* MS-ORDERS-POLISH-1 */
.jako-club-orders{
  margin-top: 2px;
}
.jako-club-orders__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin:0 0 14px;
}
.jako-club-orders__title{
  margin:0 0 4px;
  font-size:22px;
  line-height:1.2;
}
.jako-club-orders__intro{
  margin:0;
  color:rgba(0,0,0,.68);
}
.jako-club-orders-list{
  display:grid;
  gap:14px;
}
.jako-club-order-card,
.jako-club-orders-empty{
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  background:linear-gradient(180deg, rgba(255,255,255,1), rgba(0,0,0,.015));
  box-shadow:0 8px 24px rgba(0,0,0,.05);
}
.jako-club-order-card{
  padding:16px;
}
.jako-club-orders-empty{
  padding:20px 18px;
}
.jako-club-orders-empty__title{
  font-size:18px;
  font-weight:800;
  margin-bottom:6px;
}
.jako-club-orders-empty__text{
  margin:0;
  color:rgba(0,0,0,.7);
}
.jako-club-order-card__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
.jako-club-order-card__eyebrow{
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(0,0,0,.52);
  margin-bottom:4px;
}
.jako-club-order-card__number{
  margin:0;
  font-size:22px;
  line-height:1.15;
}
.jako-club-order-card__number a{
  color:var(--jako-club-text);
  text-decoration:none;
}
.jako-club-order-card__number-button{
  appearance:none;
  border:0;
  background:none;
  padding:0;
  margin:0;
  color:var(--jako-club-text);
  font:inherit;
  font-weight:inherit;
  line-height:inherit;
  cursor:pointer;
  text-align:left;
}
.jako-club-order-card__number a:hover,
.jako-club-order-card__number-button:hover,
.jako-club-order-card__number-button:focus{
  text-decoration:underline;
}
.jako-club-order-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.10);
  background:rgba(0,0,0,.045);
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
  white-space:nowrap;
}
.jako-club-order-status--completed{
  background:rgba(15,143,95,.10);
  border-color:rgba(15,143,95,.20);
  color:#0f8f5f;
}
.jako-club-order-status--processing,
.jako-club-order-status--on-hold,
.jako-club-order-status--pending{
  background:rgba(0,0,0,.06);
  border-color:rgba(0,0,0,.10);
}
.jako-club-order-status--cancelled,
.jako-club-order-status--failed,
.jako-club-order-status--refunded{
  background:rgba(0,0,0,.05);
  border-color:rgba(0,0,0,.10);
  color:rgba(0,0,0,.72);
}
.jako-club-order-card__meta{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:10px;
  margin-bottom:14px;
}
.jako-club-order-meta{
  padding:12px;
  border-radius:12px;
  background:rgba(0,0,0,.028);
  border:1px solid rgba(0,0,0,.06);
}
.jako-club-order-meta__label{
  display:block;
  margin-bottom:4px;
  font-size:12px;
  font-weight:700;
  color:rgba(0,0,0,.58);
}
.jako-club-order-meta__value{
  display:block;
  font-size:15px;
  font-weight:700;
  line-height:1.35;
  color:var(--jako-club-text);
}
.jako-club-order-card__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.jako-club-order-rebuy-form{
  display:inline-flex;
  margin:0;
}
.jako-club-order-card__hint{
  margin-top:10px;
  font-size:13px;
  line-height:1.45;
  color:rgba(0,0,0,.62);
}
.jako-club-order-action,
.jako-club-order-action:link,
.jako-club-order-action:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 14px;
  border-radius:10px;
  border:1px solid #0090df;
  background:#fff;
  color:#0090df;
  text-decoration:none;
  font-weight:700;
  line-height:1.2;
  box-shadow:none;
  transition:background .2s ease, color .2s ease, border-color .2s ease, transform .12s ease;
}
.jako-club-order-action:hover,
.jako-club-order-action:focus{
  background:#0090df;
  color:#fff;
  border-color:#0090df;
  transform:translateY(-1px);
}
.jako-club-order-action:active{
  transform:translateY(1px);
}
.jako-club-order-action--disabled{
  background:#f4f4f4;
  color:rgba(0,0,0,.48);
  border-color:rgba(0,0,0,.08);
  cursor:not-allowed;
}
.jako-club-order-action--disabled:hover{
  background:#f4f4f4;
  color:rgba(0,0,0,.48);
}
.jako-club-order-modal[hidden]{display:none!important}
body.jako-club-order-modal-open{overflow:hidden}
.jako-club-order-modal{
  position:fixed;
  inset:0;
  z-index:100000;
}
.jako-club-order-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.58);
}
.jako-club-order-modal__panel{
  position:relative;
  z-index:1;
  width:min(960px, calc(100vw - 32px));
  max-height:calc(100vh - 32px);
  margin:16px auto;
  background:#fff;
  border-radius:18px;
  box-shadow:0 24px 80px rgba(0,0,0,.28);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.jako-club-order-modal__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px 20px;
  border-bottom:1px solid rgba(0,0,0,.08);
  background:#fff;
}
.jako-club-order-modal__title{
  font-size:18px;
  font-weight:800;
  color:var(--jako-club-text);
}
.jako-club-order-modal__close{
  appearance:none;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  color:var(--jako-club-text);
  width:40px;
  height:40px;
  border-radius:999px;
  cursor:pointer;
  font-size:24px;
  line-height:1;
}
.jako-club-order-modal__body{
  padding:18px 20px;
  background:#f7f8fa;
  overflow:auto;
}
.jako-club-order-modal__body.is-iframe{padding:0;background:#fff}
.jako-club-order-modal__iframe{
  display:block;
  width:100%;
  min-height:72vh;
  border:0;
  background:#fff;
}
.jako-club-order-modal-detail{
  display:grid;
  gap:16px;
}
.jako-club-order-modal-detail__eyebrow{
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(0,0,0,.52);
  margin-bottom:6px;
}
.jako-club-order-modal-detail__heading{
  margin:0 0 6px;
  font-size:24px;
  line-height:1.15;
}
.jako-club-order-modal-detail__lead{
  margin:0;
  color:rgba(0,0,0,.66);
}
.jako-club-order-modal-detail__meta{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:10px;
}
.jako-club-order-modal-detail__meta-item{
  padding:12px;
  border-radius:12px;
  background:#fff;
  border:1px solid rgba(0,0,0,.07);
}
.jako-club-order-modal-detail__meta-label{
  display:block;
  margin-bottom:4px;
  font-size:12px;
  font-weight:700;
  color:rgba(0,0,0,.58);
}
.jako-club-order-modal-detail__meta-value{
  display:block;
  font-size:14px;
  font-weight:700;
  line-height:1.35;
}
.jako-club-order-modal-detail__section{
  padding:14px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(0,0,0,.07);
}
.jako-club-order-modal-detail__section-title{
  font-size:14px;
  font-weight:800;
  margin-bottom:12px;
}
.jako-club-order-modal-detail__items{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.jako-club-order-modal-detail__item{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  border-top:1px solid rgba(0,0,0,.07);
}
.jako-club-order-modal-detail__item:first-child{border-top:0;padding-top:0}
.jako-club-order-modal-detail__item-main{display:grid;gap:4px}
.jako-club-order-modal-detail__item-name{font-weight:700;color:var(--jako-club-text)}
.jako-club-order-modal-detail__item-qty{font-size:13px;color:rgba(0,0,0,.62)}
.jako-club-order-modal-detail__item-total{font-weight:700;white-space:nowrap}
.jako-club-order-modal-detail__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.jako-club-order-modal-detail__note{
  font-size:13px;
  color:rgba(0,0,0,.62);
}
@media (max-width: 960px){
  .jako-club-order-modal__panel{width:min(100vw - 24px, 960px);max-height:calc(100vh - 24px);margin:12px auto}
  .jako-club-order-modal-detail__meta{grid-template-columns:repeat(2, minmax(0, 1fr))}
}
@media (max-width: 640px){
  .jako-club-order-modal__header{padding:14px 16px}
  .jako-club-order-modal__body{padding:14px 16px}
  .jako-club-order-modal__title{font-size:16px}
  .jako-club-order-modal__iframe{min-height:68vh}
  .jako-club-order-modal-detail__heading{font-size:21px}
  .jako-club-order-modal-detail__meta{grid-template-columns:1fr}
  .jako-club-order-modal-detail__item{flex-direction:column}
}
@media (max-width: 960px){
  .jako-club-order-card__meta{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 780px){
  .jako-club-orders__title{
    font-size:20px;
  }
  .jako-club-order-card,
  .jako-club-orders-empty{
    border-radius:14px;
  }
  .jako-club-order-card{
    padding:14px;
  }
  .jako-club-order-card__top{
    flex-direction:column;
    align-items:flex-start;
  }
  .jako-club-order-card__number{
    font-size:20px;
  }
}
@media (max-width: 560px){
  .jako-club-order-card__meta{
    grid-template-columns:1fr;
  }
  .jako-club-order-card__actions{
    flex-direction:column;
  }
  .jako-club-order-action{
    width:100%;
  }
}


/* MS-GIFTCARD-ACCOUNT-UI-1 */
.jako-club-giftcards{
  margin-top: 2px;
}
.jako-club-giftcards__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin:0 0 14px;
}
.jako-club-giftcards__title{
  margin:0 0 4px;
  font-size:22px;
  line-height:1.2;
}
.jako-club-giftcards__intro{
  margin:0;
  color:rgba(0,0,0,.68);
}
.jako-club-giftcards-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}
.jako-club-giftcard-card,
.jako-club-giftcards-empty{
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  background:linear-gradient(180deg, rgba(255,255,255,1), rgba(0,0,0,.015));
  box-shadow:0 8px 24px rgba(0,0,0,.05);
}
.jako-club-giftcard-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.jako-club-giftcard-card__thumb{
  display:block;
  aspect-ratio: 1 / 1;
  background:rgba(0,0,0,.03);
}
.jako-club-giftcard-card__thumb img,
.jako-club-giftcard-card__thumb .attachment-woocommerce_thumbnail,
.jako-club-giftcard-card__thumb .woocommerce-placeholder{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.jako-club-giftcard-card__body{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:14px;
  flex:1 1 auto;
}
.jako-club-giftcard-card__badge .jako-club-badge{
  margin-right:0;
}
.jako-club-giftcard-card__title{
  margin:0;
  font-size:18px;
  line-height:1.3;
}
.jako-club-giftcard-card__title a{
  color:var(--jako-club-text);
  text-decoration:none;
}
.jako-club-giftcard-card__title a:hover{
  text-decoration:underline;
}
.jako-club-giftcard-card__price-label{
  font-size:12px;
  font-weight:700;
  color:rgba(0,0,0,.58);
}
.jako-club-giftcard-card__price{
  font-size:20px;
  font-weight:800;
  line-height:1.2;
}
.jako-club-giftcard-card__price .amount{
  font-weight:inherit;
}
.jako-club-giftcard-card__excerpt{
  font-size:14px;
  line-height:1.5;
  color:rgba(0,0,0,.72);
}
.jako-club-giftcard-card__actions{
  margin-top:auto;
  padding-top:4px;
}
.jako-club-giftcard-card__button{
  display:inline-block;
  padding:9px 13px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(0,0,0,.02);
  color:var(--jako-club-text);
  text-decoration:none;
  font-weight:700;
}
.jako-club-giftcard-card__button:hover{
  border-color:rgba(0,0,0,.24);
}
.jako-club-giftcards-empty{
  padding:20px 18px;
}
.jako-club-giftcards-empty__title{
  font-size:18px;
  font-weight:800;
  margin-bottom:6px;
}
.jako-club-giftcards-empty__text{
  margin:0;
  color:rgba(0,0,0,.7);
}
.jako-club-giftcards__notice{
  margin-top:14px;
}
@media (max-width: 1080px){
  .jako-club-giftcards-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 780px){
  .jako-club-giftcards__title{
    font-size:20px;
  }
  .jako-club-giftcard-card,
  .jako-club-giftcards-empty{
    border-radius:14px;
  }
  .jako-club-giftcard-card__body{
    padding:13px;
  }
}
@media (max-width: 560px){
  .jako-club-giftcards-grid{
    grid-template-columns:1fr;
  }
  .jako-club-giftcard-card__button{
    width:100%;
    text-align:center;
  }
}


/* MS-GIFTCARD-DELIVERY-1 */
.jako-club-giftcards__flow{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}
.jako-club-giftcards__flow-item{
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(0,0,0,.025);
  color:rgba(0,0,0,.78);
  font-size:13px;
  line-height:1.45;
}
.jako-club-giftcard-card__microcopy{
  font-size:12px;
  line-height:1.5;
  color:rgba(0,0,0,.58);
}
.jako-club-giftcard-delivery-note{
  margin:0 0 14px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.1);
  background:rgba(0,0,0,.03);
  color:rgba(0,0,0,.82);
  font-size:14px;
  line-height:1.55;
}
@media (max-width: 780px){
  .jako-club-giftcards__flow{
    flex-direction:column;
  }
}


/* =========================================
   MS-ACCOUNT-LAYOUT-POLISH-1
   ========================================= */
/* MS-ACCOUNT-INNER-PADDING-1 */

/* MS-ACCOUNT-INNER-PADDING-2 */
.jako-club-account-tab-panel--overview .jako-club-overview-info{
  padding-inline: 10px;
}
.jako-club-account-tab-panel--overview .jako-club-kpi{
  padding-inline: 10px;
}
.jako-club-account-tab-panel--interests .jako-club-interest-item{
  padding-inline: 10px;
}
.jako-club-account-tab-panel--giftcards .jako-club-giftcards__flow-item{
  padding-inline: 10px;
}
.jako-club-account-tab-panel--giftcards .jako-club-giftcard-card__body,
.jako-club-account-tab-panel--giftcards .jako-club-giftcards-empty,
.jako-club-account-tab-panel--giftcards .jako-club-giftcard-delivery-note,
.jako-club-account-tab-panel--giftcards .jako-club-giftcards__notice{
  padding-inline: 10px;
}
@media (max-width: 780px){
  .jako-club-account-tab-panel--overview .jako-club-overview-info,
  .jako-club-account-tab-panel--overview .jako-club-kpi,
  .jako-club-account-tab-panel--interests .jako-club-interest-item,
  .jako-club-account-tab-panel--giftcards .jako-club-giftcards__flow-item,
  .jako-club-account-tab-panel--giftcards .jako-club-giftcard-card__body,
  .jako-club-account-tab-panel--giftcards .jako-club-giftcards-empty,
  .jako-club-account-tab-panel--giftcards .jako-club-giftcard-delivery-note,
  .jako-club-account-tab-panel--giftcards .jako-club-giftcards__notice{
    padding-inline: 10px;
  }
}
.jako-club-account-tab-panel{
  margin-top: 4px;
  margin-inline: -18px;
}
.jako-club-account-tab-panel__inner{
  padding-inline: 10px;
}
.jako-club-account-tab-panel__inner > :first-child{
  margin-top: 0;
}
.jako-club-account-tab-panel__inner > :last-child{
  margin-bottom: 0;
}
.jako-club-account-tab-panel .jako-club-tab-embed{
  width: 100%;
  max-width: 100%;
}
@media (max-width: 900px){
  .jako-club-account-tab-panel{
    margin-inline: -12px;
  }
}
@media (max-width: 640px){
  .jako-club-account-tab-panel{
    margin-inline: -6px;
  }
}

.jako-club-card{
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(0,0,0,.08);
}
.jako-club-card > h2:first-of-type{
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.jako-club-tabs{
  gap: 10px;
  margin: 0 0 18px;
  padding-bottom: 6px;
}
.jako-club-tabs a{
  padding: 10px 16px;
  border-radius: 12px;
  border-color: rgba(0,0,0,.10);
  background: #fff;
  color: rgba(0,0,0,.78);
  box-shadow: 0 4px 14px rgba(0,0,0,.04);
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .12s ease, box-shadow .2s ease;
}
.jako-club-tabs a.active{
  background: #0090df;
  border-color: #0090df;
  color: #fff;
  box-shadow: 0 10px 22px rgba(0,144,223,.22);
}
.jako-club-tabs a:hover{
  background: #0090df;
  border-color: #0090df;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,144,223,.16);
}
.jako-club-overview-info,
.jako-club-address-card,
.jako-club-order-card,
.jako-club-giftcard-card,
.jako-club-tier,
.jako-club-kpi,
.jako-club-members-only-block{
  border-radius: 16px;
}
.jako-club-kpis,
.jako-club-grid,
.jako-club-addresses__sections,
.jako-club-giftcards__grid,
.jako-club-orders-list{
  gap: 16px;
}
.jako-club-form .btn,
.jako-club-card .button,
.jako-club-card button:not(.components-button):not(.notice-dismiss){
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 16px;
  border-radius: 10px;
  border: 1px solid #0090df;
  background: #fff;
  color: #0090df;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .12s ease;
}
.jako-club-form .btn:hover,
.jako-club-card .button:hover,
.jako-club-card button:not(.components-button):not(.notice-dismiss):hover{
  background: #0090df;
  color: #fff;
  border-color: #0090df;
  transform: translateY(-1px);
}
.jako-club-card h2,
.jako-club-card h3,
.jako-club-card h4{
  letter-spacing: -.01em;
}
.jako-club-card p,
.jako-club-card li,
.jako-club-card label{
  line-height: 1.6;
}
@media (max-width: 900px){
  .jako-club-card{
    padding: 22px;
  }
  .jako-club-card > h2:first-of-type{
    font-size: 24px;
  }
}
@media (max-width: 640px){
  .jako-club-card{
    padding: 16px;
    border-radius: 14px;
  }
  .jako-club-tabs{
    gap: 8px;
    margin-bottom: 14px;
  }
  .jako-club-tabs a{
    padding: 9px 12px;
    border-radius: 10px;
  }
  .jako-club-card > h2:first-of-type{
    margin-bottom: 14px;
    font-size: 22px;
  }
}


/* MS-ACCOUNT-CARD-WIDTH-1 */
.jako-club-account-tab-panel--orders .jako-club-orders,
.jako-club-account-tab-panel--addresses .jako-club-addresses,
.jako-club-account-tab-panel--details .jako-club-account-details,
.jako-club-account-tab-panel--details .jako-club-form{
  display:block;
  width:100% !important;
  max-width:none !important;
  margin-inline:0 !important;
  flex:1 1 auto;
  align-self:stretch;
}
.jako-club-account-tab-panel--orders .jako-club-orders-list,
.jako-club-account-tab-panel--orders .jako-club-order-card,
.jako-club-account-tab-panel--orders .jako-club-orders-empty,
.jako-club-account-tab-panel--addresses .jako-club-addresses__form,
.jako-club-account-tab-panel--addresses .jako-club-addresses__sections,
.jako-club-account-tab-panel--addresses .jako-club-address-card,
.jako-club-account-tab-panel--details .jako-club-form{
  width:100% !important;
  max-width:none !important;
  margin-inline:0 !important;
}


/* MS-ACCOUNT-EMBED-WIDTH-FIX-1 */
.jako-club-account-tab-panel--orders .jako-club-tab-embed > .jako-club-card,
.jako-club-account-tab-panel--addresses .jako-club-tab-embed > .jako-club-card,
.jako-club-account-tab-panel--details .jako-club-tab-embed > .jako-club-card{
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 10px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.jako-club-account-tab-panel--orders .jako-club-tab-embed > .jako-club-card > h2:first-of-type,
.jako-club-account-tab-panel--addresses .jako-club-tab-embed > .jako-club-card > h2:first-of-type,
.jako-club-account-tab-panel--details .jako-club-tab-embed > .jako-club-card > h2:first-of-type{
  display: none !important;
}
.jako-club-account-tab-panel--orders .jako-club-tab-embed .elementor,
.jako-club-account-tab-panel--orders .jako-club-tab-embed .elementor-section,
.jako-club-account-tab-panel--orders .jako-club-tab-embed .elementor-container,
.jako-club-account-tab-panel--orders .jako-club-tab-embed .e-con,
.jako-club-account-tab-panel--addresses .jako-club-tab-embed .elementor,
.jako-club-account-tab-panel--addresses .jako-club-tab-embed .elementor-section,
.jako-club-account-tab-panel--addresses .jako-club-tab-embed .elementor-container,
.jako-club-account-tab-panel--addresses .jako-club-tab-embed .e-con,
.jako-club-account-tab-panel--details .jako-club-tab-embed .elementor,
.jako-club-account-tab-panel--details .jako-club-tab-embed .elementor-section,
.jako-club-account-tab-panel--details .jako-club-tab-embed .elementor-container,
.jako-club-account-tab-panel--details .jako-club-tab-embed .e-con{
  max-width: none !important;
  width: 100% !important;
}


/* MS-ACCOUNT-CART-TRIGGER-1 */
.jako-club-account-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 18px;
}
.jako-club-account-header__title{
  margin:0;
  font-size:28px;
  line-height:1.15;
  letter-spacing:-.02em;
}
.jako-club-account-header__actions{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:auto;
}
.jako-club-account-cart-bridge{
  --jsl-bg: transparent;
  --jsl-pad-y: 0px;
  --jsl-marg-y: 0px;
  --jsl-marg-x: 0px;
  display:inline-flex;
  align-items:center;
  background:transparent !important;
  padding:0 !important;
  margin:0 !important;
  color:inherit !important;
}
.jako-club-account-cart-bridge .jsl__cartmodal{
  color:#111;
}
.jako-club-account-header__cart-trigger{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:44px;
  padding:10px 16px;
  border:1px solid rgba(0,0,0,.12);
  border-radius:999px;
  background:#fff;
  color:#0090df;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  box-shadow:0 6px 18px rgba(0,0,0,.05);
  transition:background .2s ease, color .2s ease, border-color .2s ease, transform .12s ease, box-shadow .2s ease;
}
.jako-club-account-header__cart-trigger:hover{
  background:#0090df;
  color:#fff;
  border-color:#0090df;
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(0,144,223,.18);
}
.jako-club-account-header__cart-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
}
.jako-club-account-header__cart-icon svg{
  display:block;
  width:18px;
  height:18px;
  fill:currentColor;
}
.jako-club-account-header__cart-label{
  white-space:nowrap;
}
.jako-club-account-header__cart-count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:22px;
  height:22px;
  padding:0 6px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:12px;
  line-height:1;
}
.jako-club-account-header__cart-trigger:hover .jako-club-account-header__cart-count{
  background:#fff;
  color:#0090df;
}
@media (max-width: 900px){
  .jako-club-account-header__title{
    font-size:24px;
  }
}
@media (max-width: 640px){
  .jako-club-account-header{
    gap:12px;
    margin-bottom:14px;
  }
  .jako-club-account-header__title{
    font-size:22px;
  }
  .jako-club-account-header__cart-trigger{
    min-height:40px;
    padding:9px 12px;
    gap:8px;
  }
  .jako-club-account-header__cart-label{
    display:none;
  }
}


/* MS-NEWSLETTER-ACCOUNT-OPTIN-1 */
.jako-club-account-newsletter{
  margin: 18px 0 16px;
  padding: 16px;
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.72);
}
.jako-club-account-newsletter__eyebrow{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5f6b72;
  margin: 0 0 6px;
}
.jako-club-account-newsletter__title{
  margin: 0 0 8px;
  font-size: 18px;
}
.jako-club-account-newsletter__lead{
  margin: 0 0 12px;
  color: #334;
}
.jako-club-account-newsletter__choice{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  font-weight: 600;
  color: #162126;
}
.jako-club-account-newsletter__choice input{
  margin-top: 2px;
  flex: 0 0 auto;
}
.jako-club-account-newsletter__help{
  margin: 10px 0 0;
  font-size: 13px;
  color: #5f6b72;
}
.jako-club-account-newsletter__status{
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(17,17,17,.05);
  color: #162126;
}
.jako-club-account-newsletter__status--success{
  background: rgba(36,150,63,.12);
}
.jako-club-account-newsletter__status--pending{
  background: rgba(214,167,0,.14);
}
@media (max-width: 767px){
  .jako-club-account-newsletter{
    padding: 14px;
  }
}


/* MS-NEWSLETTER-STATUS-UI-1 */
.jako-club-account-newsletter-status{
  display:grid;
  grid-template-columns: 48px minmax(0,1fr);
  gap:14px;
  align-items:start;
  margin:16px 0 0;
  padding:16px 18px;
  border:1px solid rgba(17,17,17,.08);
  border-radius:16px;
  background:rgba(255,255,255,.84);
  box-shadow:0 10px 26px rgba(17,17,17,.05);
}
.jako-club-account-newsletter-status__icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:14px;
  font-size:22px;
  font-weight:700;
  background:rgba(17,17,17,.06);
  color:#162126;
}
.jako-club-account-newsletter-status__eyebrow{
  margin:0 0 4px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#5f6b72;
}
.jako-club-account-newsletter-status__title{
  margin:0 0 6px;
  font-size:18px;
  line-height:1.25;
  color:#162126;
}
.jako-club-account-newsletter-status__text{
  margin:0;
  color:#324047;
}
.jako-club-account-newsletter-status__actions{
  margin-top:12px;
}
.jako-club-account-newsletter-status__link,
.jako-club-account-newsletter-status__link:link,
.jako-club-account-newsletter-status__link:visited{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 14px;
  border-radius:999px;
  background:#111;
  color:#fff !important;
  text-decoration:none;
  font-weight:700;
}
.jako-club-account-newsletter-status__link:hover,
.jako-club-account-newsletter-status__link:focus,
.jako-club-account-newsletter-status__link:active{
  opacity:.92;
  color:#fff !important;
  text-decoration:none;
}
.jako-club-account-newsletter-status__link:focus-visible{
  outline:2px solid #111;
  outline-offset:2px;
}
.jako-club-account-newsletter-status--success{
  border-color:rgba(36,150,63,.18);
  background:linear-gradient(180deg, rgba(242,251,244,.96), rgba(233,247,236,.96));
}
.jako-club-account-newsletter-status--success .jako-club-account-newsletter-status__icon{
  background:rgba(36,150,63,.15);
  color:#1b7b34;
}
.jako-club-account-newsletter-status--success .jako-club-account-newsletter-status__link{
  background:#24963f;
}
.jako-club-account-newsletter-status--pending{
  border-color:rgba(214,167,0,.24);
  background:linear-gradient(180deg, rgba(255,250,233,.96), rgba(255,245,214,.96));
}
.jako-club-account-newsletter-status--pending .jako-club-account-newsletter-status__icon{
  background:rgba(214,167,0,.18);
  color:#8a6700;
}
.jako-club-account-newsletter-status--pending .jako-club-account-newsletter-status__link{
  background:#8a6700;
}
.jako-club-account-newsletter-status--neutral{
  border-color:rgba(17,17,17,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(246,247,248,.96));
}
@media (max-width: 767px){
  .jako-club-account-newsletter-status{
    grid-template-columns: 1fr;
    padding:14px;
    gap:12px;
  }
  .jako-club-account-newsletter-status__icon{
    width:42px;
    height:42px;
    font-size:20px;
  }
  .jako-club-account-newsletter-status__link{
    width:100%;
    justify-content:center;
  }
}


.jako-club-auth-panel{
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:18px;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.04);
}
.jako-club-auth-help{
  margin:2px 0 0;
  font-size:13px;
  line-height:1.45;
  color:rgba(0,0,0,.66);
}
.jako-club-auth-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:14px;
}
.jako-club-auth-link{
  font-weight:600;
  text-decoration:none;
}
.jako-club-auth-secondary-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin-top:12px;
  font-size:14px;
}
.jako-club-auth-secondary-links a,
.jako-club-auth-link,
.jako-club-auth-success-actions a{
  color:var(--jako-club-text);
}
.jako-club-auth-success-actions{
  margin-top:14px;
}
.jako-club-auth-resetpw .jako-club-notice{
  margin:0 0 12px;
}
@media (max-width: 640px){
  .jako-club-auth-panel{
    padding:14px;
    border-radius:14px;
  }
  .jako-club-auth-actions{
    align-items:stretch;
  }
  .jako-club-auth-actions .btn,
  .jako-club-auth-success-actions .btn{
    width:100%;
    text-align:center;
  }
}


/* MS-CLUB-ACCOUNT-ORDER-FILTER-1 */
.jako-club-orders-toolbar{
  margin:0 0 16px;
  padding:14px;
  border:1px solid rgba(0,0,0,.09);
  border-radius:16px;
  background:rgba(255,255,255,.78);
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}
.jako-club-orders-toolbar__grid{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(180px,.9fr);
  gap:12px;
  align-items:end;
}
.jako-club-orders-toolbar__field{
  min-width:0;
}
.jako-club-orders-toolbar__label{
  display:block;
  margin:0 0 6px;
  font-size:12px;
  font-weight:700;
  color:rgba(0,0,0,.66);
}
.jako-club-orders-toolbar__search-wrap{
  position:relative;
}
.jako-club-orders-toolbar__search,
.jako-club-orders-toolbar__select{
  width:100%;
  min-height:46px;
  border:1px solid rgba(0,0,0,.14);
  border-radius:12px;
  background:#fff;
  color:var(--jako-club-text);
  font:inherit;
  box-sizing:border-box;
}
.jako-club-orders-toolbar__search{
  padding:0 42px 0 14px;
}
.jako-club-orders-toolbar__select{
  padding:0 14px;
}
.jako-club-orders-toolbar__search:focus,
.jako-club-orders-toolbar__select:focus{
  outline:none;
  border-color:#0090df;
  box-shadow:0 0 0 3px rgba(0,144,223,.14);
}
.jako-club-orders-toolbar__clear{
  position:absolute;
  top:50%;
  right:8px;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  border:0;
  border-radius:999px;
  background:rgba(0,0,0,.06);
  color:rgba(0,0,0,.72);
  font-size:22px;
  line-height:1;
  cursor:pointer;
}
.jako-club-orders-toolbar__clear:hover{
  background:rgba(0,144,223,.12);
  color:#0090df;
}
.jako-club-orders-toolbar__meta{
  margin-top:10px;
  font-size:13px;
  color:rgba(0,0,0,.7);
}
.jako-club-orders-empty--filtered{
  margin-top:14px;
}
@media (max-width: 680px){
  .jako-club-orders-toolbar{
    padding:12px;
    border-radius:14px;
  }
  .jako-club-orders-toolbar__grid{
    grid-template-columns:1fr;
  }
}


/* Favorites tab */
.jako-club-favorites{display:flex;flex-direction:column;gap:18px}
.jako-club-favorites__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}
.jako-club-favorites__title{margin:0 0 6px;color:#fff}
.jako-club-favorites__intro{margin:0;color:#d7d7d7;max-width:720px}
.jako-club-favorites__meta{font-size:14px;color:#d7d7d7}
.jako-club-favorites__clear,.jako-club-favorite-card__link,.jako-club-favorites-empty__action{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:10px 16px;text-decoration:none;border:1px solid #0e8adf;background:#0e8adf;color:#fff;font-weight:500;cursor:pointer;transition:filter .15s ease,background .15s ease,border-color .15s ease,transform .18s ease,box-shadow .18s ease}
.jako-club-favorites__clear:hover,.jako-club-favorite-card__link:hover,.jako-club-favorites-empty__action:hover{filter:brightness(1.03);transform:translateY(-1px)}
.jako-club-favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;align-items:stretch}
.jako-club-favorite-card{background:rgba(255,255,255,.96);border:1px solid rgba(0,0,0,.06);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-height:100%;box-shadow:0 14px 30px rgba(0,0,0,.08);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.jako-club-favorite-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(0,0,0,.14);border-color:rgba(0,0,0,.10)}
.jako-club-favorite-card__media{display:block;position:relative;aspect-ratio:4/5;background:rgba(0,0,0,.04);overflow:hidden}
.jako-club-favorite-card__media::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.10));opacity:0;transition:opacity .18s ease;pointer-events:none}
.jako-club-favorite-card:hover .jako-club-favorite-card__media::after{opacity:1}
.jako-club-favorite-card__image{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .25s ease}
.jako-club-favorite-card:hover .jako-club-favorite-card__image{transform:scale(1.03)}
.jako-club-favorite-card__body{display:flex;flex-direction:column;gap:0;padding:12px 12px 14px;flex:1 1 auto;color:#111}
.jako-club-favorite-card__title{margin:0 0 6px;font-size:17px;font-weight:800;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}
.jako-club-favorite-card__title a{color:#111;text-decoration:none}
.jako-club-favorite-card__sku{margin-bottom:8px;font-size:13px;color:rgba(17,17,17,.62)}
.jako-club-favorite-card__price{margin-bottom:12px;font-size:16px;color:#111}
.jako-club-favorite-card__price .price{color:#111}
.jako-club-favorite-card__price .price,.jako-club-favorite-card__price .amount,.jako-club-favorite-card__price ins,.jako-club-favorite-card__price del{font-size:inherit}
.jako-club-favorite-card__price del{opacity:.55}
.jako-club-favorite-card__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}
.jako-club-favorite-card__link{width:100%;box-shadow:0 12px 30px rgba(0,0,0,.10)}
.jako-club-favorite-card__link,.jako-club-favorite-card__link:visited,.jako-club-favorite-card__link:hover,.jako-club-favorite-card__link:focus{color:#fff!important;text-decoration:none}
.jako-club-favorite-card__remove-form{margin-top:10px}
.jako-club-favorite-card__remove{width:100%;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:10px 14px;border:1px solid rgba(14,138,223,.22);background:#fff;color:#0e8adf;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .18s ease}
.jako-club-favorite-card__remove:hover{background:rgba(14,138,223,.06);border-color:rgba(14,138,223,.38);transform:translateY(-1px)}
.jako-club-favorites--modal-host,.jako-club-overview-recents--modal-host{position:relative}
.jako-club-favorites--modal-host .jsl__modal .jsl__modalcontent,.jako-club-overview-recents--modal-host .jsl__modal .jsl__modalcontent{padding:0}
.jako-club-favorites--modal-host .jsl__notice,.jako-club-overview-recents--modal-host .jsl__notice{padding:24px}
.jako-club-favorites-empty{background:#1b1b1b;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:28px 24px;text-align:center}
.jako-club-favorites-empty__title{font-size:22px;font-weight:700;color:#fff;margin-bottom:8px}
.jako-club-favorites-empty__text{margin:0 0 16px;color:#d7d7d7}
@media (max-width: 640px){.jako-club-favorites__header{align-items:stretch}.jako-club-favorites__clear-form{width:100%}.jako-club-favorites__clear{width:100%}.jako-club-favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.jako-club-favorite-card__body{padding:10px 10px 12px}.jako-club-favorite-card__title{font-size:16px}.jako-club-favorite-card__sku{font-size:12px}.jako-club-favorite-card__price{margin-bottom:10px;font-size:15px}.jako-club-favorite-card__link,.jako-club-favorite-card__remove{padding:10px 12px;font-size:14px}}


/* MS-CLUB-ACCOUNT-PRODUCT-UI-HOTFIX-1 */
.jako-club-account-tab-panel--favorites,
.jako-club-account-tab-panel--giftcards{
  margin-inline:0;
  padding:10px;
  border-radius:16px;
  background:#f4f5f7;
}
.jako-club-account-tab-panel--favorites .jako-club-account-tab-panel__inner,
.jako-club-account-tab-panel--giftcards .jako-club-account-tab-panel__inner{
  padding:0 !important;
}
.jako-club-account-tab-panel--favorites .jako-club-favorites__title{
  color:#111;
}
.jako-club-account-tab-panel--favorites .jako-club-favorites__intro,
.jako-club-account-tab-panel--favorites .jako-club-favorites__meta{
  color:rgba(17,17,17,.68);
}
.jako-club-account-tab-panel--favorites .jako-club-favorite-card__body,
.jako-club-account-tab-panel--giftcards .jako-club-giftcard-card__body{
  padding:10px !important;
}
.jako-club-account-tab-panel--giftcards .jako-club-giftcards-empty,
.jako-club-account-tab-panel--giftcards .jako-club-giftcard-delivery-note,
.jako-club-account-tab-panel--giftcards .jako-club-giftcards__notice,
.jako-club-account-tab-panel--giftcards .jako-club-giftcards__flow-item,
.jako-club-account-tab-panel--favorites .jako-club-favorites-empty{
  padding:10px !important;
}
.jako-club-account-tab-panel--favorites .jako-club-favorites__clear,
.jako-club-account-tab-panel--favorites .jako-club-favorite-card__link,
.jako-club-account-tab-panel--favorites .jako-club-favorites-empty__action,
.jako-club-account-tab-panel--giftcards .jako-club-giftcard-card__button,
.jako-club-account-tab-panel--favorites .jako-club-favorites__clear:visited,
.jako-club-account-tab-panel--favorites .jako-club-favorite-card__link:visited,
.jako-club-account-tab-panel--favorites .jako-club-favorites-empty__action:visited,
.jako-club-account-tab-panel--giftcards .jako-club-giftcard-card__button:visited,
.jako-club-account-tab-panel--favorites .jako-club-favorites__clear:hover,
.jako-club-account-tab-panel--favorites .jako-club-favorite-card__link:hover,
.jako-club-account-tab-panel--favorites .jako-club-favorites-empty__action:hover,
.jako-club-account-tab-panel--giftcards .jako-club-giftcard-card__button:hover,
.jako-club-account-tab-panel--favorites .jako-club-favorites__clear:focus,
.jako-club-account-tab-panel--favorites .jako-club-favorite-card__link:focus,
.jako-club-account-tab-panel--favorites .jako-club-favorites-empty__action:focus,
.jako-club-account-tab-panel--giftcards .jako-club-giftcard-card__button:focus{
  color:#fff !important;
  text-decoration:none;
}
.jako-club-account-tab-panel--giftcards .jako-club-giftcard-card__button{
  background:#0090df;
  border-color:#0090df;
}
@media (max-width: 900px){
  .jako-club-account-tab-panel--favorites,
  .jako-club-account-tab-panel--giftcards{
    margin-inline:0;
    padding:10px;
  }
}


/* MS-CLUB-ACCOUNT-PRODUCT-UI-HOTFIX-2 */
.jako-club-account-tab-panel--giftcards,
.jako-club-account-tab-panel--giftcards .jako-club-account-tab-panel__inner,
.jako-club-account-tab-panel--giftcards .jako-club-giftcards{
  background:#f4f5f7 !important;
}


/* MS-CLUB-OVERVIEW-RECENTS-BLOCK-1 */
.jako-club-overview-recents{
  margin:16px 0 18px;
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.05);
}
.jako-club-overview-recents__header{
  margin-bottom:14px;
}
.jako-club-overview-recents__eyebrow{
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#0e8adf;
  margin-bottom:6px;
}
.jako-club-overview-recents__title{
  margin:0 0 6px;
  color:#111;
}
.jako-club-overview-recents__intro{
  margin:0;
  color:rgba(17,17,17,.72);
  max-width:760px;
}
.jako-club-overview-recents__grid{
  margin-top:0;
}
.jako-club-overview-recents__card{
  min-height:100%;
}
.jako-club-overview-recents__price .jako-club-member-price-block{
  display:none !important;
}
.jako-club-overview-recents__button,
.jako-club-overview-recents__button:visited{
  background:#0e8adf;
  border-color:#0e8adf;
  color:#fff;
}
.jako-club-overview-recents__button:hover,
.jako-club-overview-recents__button:focus{
  background:#087ac4;
  border-color:#087ac4;
  color:#fff;
}
.jako-club-overview-recents__empty{
  padding:16px;
  border-radius:14px;
  border:1px dashed rgba(14,138,223,.28);
  background:rgba(14,138,223,.04);
}
.jako-club-overview-recents__empty-title{
  font-size:18px;
  font-weight:700;
  color:#111;
  margin-bottom:6px;
}
.jako-club-overview-recents__empty-text{
  margin:0;
  color:rgba(17,17,17,.74);
}
@media (max-width: 980px){
  .jako-club-overview-recents__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px){
  .jako-club-overview-recents{
    padding:12px;
  }
  .jako-club-overview-recents__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
  }
  .jako-club-overview-recents__title{
    font-size:22px;
  }
  .jako-club-overview-recents__empty{
    padding:12px;
  }
}


/* MS-CLUB-OVERVIEW-RECENTS-POLISH-1 */
.jako-club-overview-recents{
  margin:18px 0 16px;
}
.jako-club-overview-recents__grid{
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:14px;
}
.jako-club-overview-recents__button,
.jako-club-overview-recents__button:link,
.jako-club-overview-recents__button:visited,
.jako-club-overview-recents .jako-club-account-offer-card__button,
.jako-club-overview-recents .jako-club-account-offer-card__button:link,
.jako-club-overview-recents .jako-club-account-offer-card__button:visited{
  color:#fff !important;
}
.jako-club-overview-recents__button:hover,
.jako-club-overview-recents__button:focus,
.jako-club-overview-recents .jako-club-account-offer-card__button:hover,
.jako-club-overview-recents .jako-club-account-offer-card__button:focus{
  color:#fff !important;
}
@media (max-width: 1200px){
  .jako-club-overview-recents__grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 980px){
  .jako-club-overview-recents__grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 640px){
  .jako-club-overview-recents__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}


/* MS-CLUB-OVERVIEW-RESUME-BLOCK-1 */
.jako-club-overview-resume,
.jako-club-overview-resume--modal-host{
  position:relative;
}
.jako-club-overview-resume{
  margin:18px 0 16px;
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.05);
}
.jako-club-overview-resume__header{
  margin-bottom:14px;
}
.jako-club-overview-resume__eyebrow{
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#0e8adf;
  margin-bottom:6px;
}
.jako-club-overview-resume__title{
  margin:0 0 6px;
  color:#111;
}
.jako-club-overview-resume__intro{
  margin:0;
  color:rgba(17,17,17,.72);
  max-width:760px;
}
.jako-club-overview-resume__panel{
  display:grid;
  grid-template-columns:minmax(0, 1.35fr) minmax(280px, .95fr);
  gap:16px;
  align-items:stretch;
}
.jako-club-overview-resume__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:18px;
  border-radius:16px;
  background:linear-gradient(180deg, rgba(14,138,223,.08) 0%, rgba(14,138,223,.03) 100%);
  border:1px solid rgba(14,138,223,.12);
}
.jako-club-overview-resume__label{
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#0e8adf;
  margin-bottom:8px;
}
.jako-club-overview-resume__product-title{
  margin:0 0 8px;
  color:#111;
  font-size:24px;
  line-height:1.2;
}
.jako-club-overview-resume__search{
  margin:0 0 10px;
  color:rgba(17,17,17,.78);
}
.jako-club-overview-resume__time{
  font-size:13px;
  color:rgba(17,17,17,.62);
}
.jako-club-overview-resume__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.jako-club-overview-resume__button,
.jako-club-overview-resume__button:link,
.jako-club-overview-resume__button:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;
}
.jako-club-overview-resume__button--primary,
.jako-club-overview-resume__button--primary:link,
.jako-club-overview-resume__button--primary:visited,
.jako-club-overview-resume .jako-club-account-offer-card__button,
.jako-club-overview-resume .jako-club-account-offer-card__button:link,
.jako-club-overview-resume .jako-club-account-offer-card__button:visited{
  background:#0e8adf;
  border:1px solid #0e8adf;
  color:#fff !important;
}
.jako-club-overview-resume__button--primary:hover,
.jako-club-overview-resume__button--primary:focus,
.jako-club-overview-resume .jako-club-account-offer-card__button:hover,
.jako-club-overview-resume .jako-club-account-offer-card__button:focus{
  background:#087ac4;
  border-color:#087ac4;
  color:#fff !important;
}
.jako-club-overview-resume__button--secondary,
.jako-club-overview-resume__button--secondary:link,
.jako-club-overview-resume__button--secondary:visited{
  background:#fff;
  border:1px solid rgba(17,17,17,.14);
  color:#111;
}
.jako-club-overview-resume__button--secondary:hover,
.jako-club-overview-resume__button--secondary:focus{
  border-color:rgba(14,138,223,.35);
  color:#0e8adf;
}
.jako-club-overview-resume__card{
  min-height:100%;
}
.jako-club-overview-resume__price .jako-club-member-price-block{
  display:none !important;
}
.jako-club-overview-resume__empty{
  padding:16px;
  border-radius:14px;
  border:1px dashed rgba(14,138,223,.28);
  background:rgba(14,138,223,.04);
}
.jako-club-overview-resume__empty-title{
  font-size:18px;
  font-weight:700;
  color:#111;
  margin-bottom:6px;
}
.jako-club-overview-resume__empty-text{
  margin:0;
  color:rgba(17,17,17,.74);
}
.jako-club-overview-resume--modal-host .jsl__modal .jsl__modalcontent{padding:0}
.jako-club-overview-resume--modal-host .jsl__notice{padding:24px}
@media (max-width: 980px){
  .jako-club-overview-resume__panel{
    grid-template-columns:1fr;
  }
}
@media (max-width: 640px){
  .jako-club-overview-resume{
    padding:12px;
  }
  .jako-club-overview-resume__content,
  .jako-club-overview-resume__empty{
    padding:12px;
  }
  .jako-club-overview-resume__product-title{
    font-size:22px;
  }
  .jako-club-overview-resume__actions{
    flex-direction:column;
  }
  .jako-club-overview-resume__button,
  .jako-club-overview-resume__button:link,
  .jako-club-overview-resume__button:visited{
    width:100%;
  }
}


/* MS-CLUB-OVERVIEW-RESUME-UI-HOTFIX-1 */
.jako-club-overview-resume,
.jako-club-overview-recents,
.jako-club-account-offers,
.jako-club-account-tab-panel--favorites,
.jako-club-account-tab-panel--giftcards,
.jako-club-account-tab-panel--giftcards .jako-club-account-tab-panel__inner,
.jako-club-account-tab-panel--giftcards .jako-club-giftcards{
  background:#f4f5f7 !important;
}
.jako-club-overview-resume,
.jako-club-overview-recents,
.jako-club-account-offers,
.jako-club-account-tab-panel--favorites,
.jako-club-account-tab-panel--giftcards{
  padding:10px !important;
}
.jako-club-overview-recents__header,
.jako-club-overview-resume__header,
.jako-club-account-tab-panel--favorites .jako-club-favorites__header,
.jako-club-account-tab-panel--giftcards .jako-club-giftcards__header{
  margin-bottom:10px;
}
.jako-club-account-offer-card__body,
.jako-club-favorite-card__body,
.jako-club-account-tab-panel--giftcards .jako-club-giftcard-card__body,
.jako-club-account-tab-panel--giftcards .jako-club-giftcards-empty,
.jako-club-account-tab-panel--giftcards .jako-club-giftcard-delivery-note,
.jako-club-account-tab-panel--giftcards .jako-club-giftcards__notice,
.jako-club-account-tab-panel--giftcards .jako-club-giftcards__flow-item,
.jako-club-account-tab-panel--favorites .jako-club-favorites-empty{
  padding:10px !important;
}
.jako-club-overview-resume{
  margin:14px 0 12px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:none;
}
.jako-club-overview-resume__header{
  margin-bottom:8px;
}
.jako-club-overview-resume__title{
  margin:0;
  font-size:24px;
  line-height:1.15;
}
.jako-club-overview-resume__intro,
.jako-club-overview-resume__product-title,
.jako-club-overview-resume__search,
.jako-club-overview-resume__time,
.jako-club-overview-resume__card,
.jako-club-overview-resume__price,
.jako-club-overview-resume__empty-title{
  display:none !important;
}
.jako-club-overview-resume__panel,
.jako-club-overview-resume__empty{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:auto;
  padding:12px 14px;
  border-radius:14px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:none;
}
.jako-club-overview-resume__panel-text{
  min-width:0;
  flex:1 1 auto;
}
.jako-club-overview-resume__label{
  margin:0 0 4px;
  font-size:11px;
  letter-spacing:.08em;
}
.jako-club-overview-resume__summary,
.jako-club-overview-resume__empty-text{
  margin:0;
  color:rgba(17,17,17,.76);
  font-size:14px;
  line-height:1.45;
}
.jako-club-overview-resume__actions{
  margin:0;
  flex:0 0 auto;
}
.jako-club-overview-resume__button,
.jako-club-overview-resume__button:link,
.jako-club-overview-resume__button:visited{
  min-height:40px;
  padding:0 16px;
  white-space:nowrap;
}
@media (max-width: 900px){
  .jako-club-overview-resume__panel,
  .jako-club-overview-resume__empty{
    padding:10px 12px;
  }
}
@media (max-width: 640px){
  .jako-club-overview-resume__title{
    font-size:20px;
  }
  .jako-club-overview-resume__panel,
  .jako-club-overview-resume__empty{
    flex-direction:column;
    align-items:flex-start;
  }
  .jako-club-overview-resume__actions,
  .jako-club-overview-resume__button,
  .jako-club-overview-resume__button:link,
  .jako-club-overview-resume__button:visited{
    width:100%;
  }
}


/* MS-CLUB-OVERVIEW-RECOMMENDED-V1-1 */

.jako-club-overview-favorites-nudge{
  margin:14px 0 12px;
  padding:10px !important;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:#f4f5f7 !important;
  box-shadow:none;
}
.jako-club-overview-favorites-nudge__header{
  margin-bottom:10px;
}
.jako-club-overview-favorites-nudge__panel{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:auto;
  padding:12px 14px;
  border-radius:14px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:none;
}
.jako-club-overview-favorites-nudge__content{
  display:grid;
  gap:4px;
  min-width:0;
  flex:1 1 auto;
}
.jako-club-overview-favorites-nudge__eyebrow{
  margin:0 0 4px;
  font-size:11px;
  line-height:1.2;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#0e8adf;
  font-weight:700;
}
.jako-club-overview-favorites-nudge__title{
  margin:0;
  color:#111;
  line-height:1.2;
}
.jako-club-overview-favorites-nudge__text{
  margin:0;
  color:rgba(17,17,17,.76);
  font-size:14px;
  line-height:1.45;
  max-width:720px;
}
.jako-club-overview-favorites-nudge__actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  margin:0;
  flex:0 0 auto;
}
.jako-club-overview-favorites-nudge__button,
.jako-club-overview-favorites-nudge__button:link,
.jako-club-overview-favorites-nudge__button:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 16px;
  border-radius:999px;
  background:#0e8adf;
  border:1px solid #0e8adf;
  color:#fff;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;
  transition:filter .15s ease, transform .18s ease, box-shadow .18s ease;
}
.jako-club-overview-favorites-nudge__button:hover,
.jako-club-overview-favorites-nudge__button:focus{
  filter:brightness(1.05);
  transform:translateY(-1px);
}
@media (max-width: 900px){
  .jako-club-overview-favorites-nudge__panel{
    padding:10px 12px;
  }
}
@media (max-width: 767px){
  .jako-club-overview-favorites-nudge{
    padding:10px !important;
  }
  .jako-club-overview-favorites-nudge__panel{
    flex-direction:column;
    align-items:flex-start;
  }
  .jako-club-overview-favorites-nudge__actions,
  .jako-club-overview-favorites-nudge__button,
  .jako-club-overview-favorites-nudge__button:link,
  .jako-club-overview-favorites-nudge__button:visited{
    width:100%;
  }
}

.jako-club-overview-recommended{
  margin:14px 0 12px;
}
.jako-club-overview-recommended__header{
  margin-bottom:10px;
}
.jako-club-overview-recommended__title{
  margin:0 0 4px;
  color:#111;
}
.jako-club-overview-recommended__intro{
  margin:0;
  color:rgba(17,17,17,.72);
}
.jako-club-overview-recommended__grid{
  align-items:stretch;
}
.jako-club-overview-recommended__price .jako-club-member-price-block{
  display:none !important;
}
.jako-club-overview-recommended__button,
.jako-club-overview-recommended__button:link,
.jako-club-overview-recommended__button:visited{
  color:#fff !important;
}
.jako-club-overview-recommended__empty{
  padding:12px;
  border:1px dashed rgba(0,0,0,.12);
  border-radius:14px;
  background:#fff;
}
.jako-club-overview-recommended__empty-title{
  margin:0 0 6px;
  font-size:18px;
  font-weight:700;
  color:#111;
}
.jako-club-overview-recommended__empty-text{
  margin:0;
  color:rgba(17,17,17,.72);
}


/* MS-CLUB-SERVICE-QUICKTOPICS-1 */
.jako-club-support__quicktopics{
  display:grid;
  gap:10px;
  margin:0 0 14px;
}
.jako-club-support__quicktopics-label{
  display:block;
  font-size:14px;
  font-weight:700;
  color:#0f172a;
}
.jako-club-support__quicktopics-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.jako-club-support__quicktopic{
  appearance:none;
  border:1px solid #d4d7dd;
  background:#ffffff;
  color:#111827;
  border-radius:999px;
  padding:9px 14px;
  font-size:14px;
  line-height:1.3;
  font-weight:600;
  cursor:pointer;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}
.jako-club-support__quicktopic:hover{
  border-color:#24963f;
  transform:translateY(-1px);
}
.jako-club-support__quicktopic.is-active{
  border-color:#24963f;
  background:#edf8ef;
  box-shadow:0 0 0 1px rgba(36,150,63,.18) inset;
}
.jako-club-support__topic-copy{
  border:1px solid #e5e7eb;
  background:#f8fafc;
  border-radius:12px;
  padding:10px 12px;
  font-size:13px;
  color:#475569;
}
.jako-club-support__autofill{
  margin:0 0 14px;
  padding:14px;
  border:1px solid #e5e7eb;
  border-radius:14px;
  background:#f8fafc;
}
.jako-club-support__autofill-head{
  display:grid;
  gap:4px;
  margin-bottom:12px;
}
.jako-club-support__autofill-title{
  font-size:15px;
  font-weight:800;
  color:#0f172a;
}
.jako-club-support__autofill-copy{
  font-size:13px;
  color:#475569;
}
.jako-club-support__contact-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px 14px;
}
.jako-club-support__contact-field{
  margin-bottom:0;
}
.jako-club-support__contact-input[readonly]{
  background:#eef2f7;
  color:#334155;
  cursor:default;
}
.jako-club-support__contact-note{
  margin-top:10px;
  font-size:12px;
  color:#475569;
}
.jako-club-support__field.is-recommended label::after{
  content:' • relevant';
  color:#24963f;
  font-weight:700;
  font-size:12px;
}
@media (max-width: 767px){
  .jako-club-support__quicktopics-list{
    gap:8px;
  }
  .jako-club-support__quicktopic{
    width:100%;
    justify-content:center;
    text-align:center;
  }
  .jako-club-support__contact-grid{
    grid-template-columns:1fr;
    gap:10px;
  }
}


/* MS-CLUB-SERVICE-ORDER-CONTEXT-1 */
.jako-club-support__order-context{
  margin:0 0 14px;
  padding:14px;
  border:1px solid #e5e7eb;
  border-radius:14px;
  background:#ffffff;
}
.jako-club-support__order-context-head{
  display:grid;
  gap:4px;
  margin-bottom:12px;
}
.jako-club-support__order-context-title{
  font-size:15px;
  font-weight:800;
  color:#0f172a;
}
.jako-club-support__order-context-copy{
  font-size:13px;
  color:#475569;
}
.jako-club-support__order-select-row{
  margin-bottom:0;
}
.jako-club-support__order-select{
  width:100%;
  min-height:46px;
  border:1px solid #d9dee7;
  border-radius:12px;
  background:#f8fafc;
  color:#111827;
  padding:0 14px;
  font-size:14px;
}
.jako-club-support__order-note{
  margin-top:8px;
  font-size:12px;
  color:#475569;
}


/* MS-CLUB-SERVICE-ORDER-PRODUCT-DROPDOWN-1 */
.jako-club-support__order-product-row{
  margin-top:12px;
  margin-bottom:0;
}
.jako-club-support__order-product-select{
  width:100%;
  min-height:46px;
  border:1px solid #d9dee7;
  border-radius:12px;
  background:#f8fafc;
  color:#111827;
  padding:0 14px;
  font-size:14px;
}
.jako-club-support__order-product-select:disabled{
  opacity:.75;
  cursor:not-allowed;
}
.jako-club-support__order-product-note{
  margin-top:8px;
  font-size:12px;
  color:#475569;
}


/* MS-CLUB-OVERVIEW-CTA-HOTFIX-1 */
.jako-club-account-tab-panel--favorites,
.jako-club-account-tab-panel--favorites .jako-club-account-tab-panel__inner,
.jako-club-account-tab-panel--favorites .jako-club-favorites{
  background:#f4f5f7 !important;
}
.jako-club-overview-recommended__button,
.jako-club-overview-recommended__button:link,
.jako-club-overview-recommended__button:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:44px;
  padding:10px 16px;
  border-radius:14px;
  border:1px solid #0090df;
  background:#0090df;
  color:#fff !important;
  font-weight:600;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(0,0,0,.10);
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .18s ease,box-shadow .18s ease;
}
.jako-club-overview-recommended__button:hover,
.jako-club-overview-recommended__button:focus{
  background:#087ac4;
  border-color:#087ac4;
  color:#fff !important;
  text-decoration:none;
  transform:translateY(-1px);
}
.jako-club-overview-resume__button[href="#"],
.jako-club-overview-resume__button[href="#jako-club-overview-recents"]{
  cursor:pointer;
}


.jako-club-overview-resume-view{
  display:grid;
  gap:18px;
  padding:10px;
  background:#f5f7fa;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
}
.jako-club-overview-resume-view__toolbar{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
}
.jako-club-overview-resume-view__meta{display:grid;gap:6px}
.jako-club-overview-resume-view__eyebrow{
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:rgba(0,0,0,.55);
}
.jako-club-overview-resume-view__title{
  margin:0;
  font-size:24px;
  line-height:1.15;
  color:var(--jako-club-text);
}
.jako-club-overview-resume-view__summary{
  margin:0;
  color:rgba(0,0,0,.72);
  font-size:14px;
  line-height:1.5;
}
.jako-club-overview-resume-view__content,
.jako-club-overview-resume-view__fallback{
  background:#f5f7fa;
  border-radius:16px;
}
.jako-club-overview-resume-view__fallback{
  display:grid;
  gap:12px;
  justify-items:flex-start;
  padding:10px;
}
.jako-club-overview-resume-view__embed-wrap{
  background:#f5f7fa;
  border:1px solid rgba(15,23,42,.08);
  border-radius:16px;
  overflow:hidden;
  min-height:720px;
}
.jako-club-overview-resume-view__iframe{
  display:block;
  width:100%;
  min-height:720px;
  border:0;
  background:#fff;
}
.jako-club-overview-resume-view__fallback-text{
  margin:0;
  color:rgba(0,0,0,.72);
  line-height:1.55;
}
@media (max-width: 767px){
  .jako-club-overview-resume-view__toolbar{
    flex-direction:column;
    align-items:stretch;
  }
}


/* MS-CLUB-OVERVIEW-INSPIRATION-BRIDGE-1 */
.jako-club-overview-inspiration{
  margin:24px 0 26px;
  padding:22px;
  border-radius:24px;
  background:#f5f6f8;
  border:1px solid #e7e9ee;
}
.jako-club-overview-inspiration__header{display:grid;gap:8px;margin-bottom:18px}
.jako-club-overview-inspiration__eyebrow{font-size:12px;line-height:1.2;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:#64748b}
.jako-club-overview-inspiration__title{margin:0;font-size:28px;line-height:1.15;color:#111827}
.jako-club-overview-inspiration__intro{margin:0;font-size:15px;line-height:1.65;color:#475569;max-width:780px}
.jako-club-overview-inspiration__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.jako-club-overview-inspiration__card{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,1fr);gap:0;border:1px solid #e5e7eb;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 14px 36px rgba(15,23,42,.06)}
.jako-club-overview-inspiration__visual{background:#f8fafc;min-height:100%}
.jako-club-overview-inspiration__hero{height:100%;min-height:320px}
.jako-club-overview-inspiration__hero img,
.jako-club-overview-inspiration__hero .attachment-large,
.jako-club-overview-inspiration__hero .attachment-woocommerce_thumbnail,
.jako-club-overview-inspiration__hero .woocommerce-placeholder{width:100%;height:100%;display:block;object-fit:cover}
.jako-club-overview-inspiration__hero--placeholder{background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}
.jako-club-overview-inspiration__body{display:grid;gap:14px;padding:20px}
.jako-club-overview-inspiration__meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.jako-club-overview-inspiration__story-eyebrow,
.jako-club-overview-inspiration__reason{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;font-size:12px;line-height:1.2;font-weight:700}
.jako-club-overview-inspiration__story-eyebrow{background:#eff6ff;color:#1d4ed8}
.jako-club-overview-inspiration__reason{background:#edf8ef;color:#24963f}
.jako-club-overview-inspiration__story-title{margin:0;font-size:22px;line-height:1.2;color:#0f172a}
.jako-club-overview-inspiration__story-text{margin:0;color:#475569;font-size:14px;line-height:1.65}
.jako-club-overview-inspiration__products{display:grid;gap:12px}
.jako-club-overview-inspiration__product{display:grid;grid-template-columns:88px minmax(0,1fr);gap:12px;padding:12px;border:1px solid #e5e7eb;border-radius:16px;background:#fff}
.jako-club-overview-inspiration__product-thumb{display:block;border-radius:14px;overflow:hidden;background:#f8fafc}
.jako-club-overview-inspiration__product-thumb img,
.jako-club-overview-inspiration__product-thumb .attachment-woocommerce_thumbnail,
.jako-club-overview-inspiration__product-thumb .woocommerce-placeholder{width:100%;height:100%;min-height:88px;display:block;object-fit:cover}
.jako-club-overview-inspiration__product-body{display:grid;gap:8px;align-content:start}
.jako-club-overview-inspiration__product-name{font-size:15px;line-height:1.4;font-weight:600;color:#111827}
.jako-club-overview-inspiration__product-price{color:#0f172a;font-size:14px}
.jako-club-overview-inspiration__product-price .jako-club-member-price-block{margin-top:0}
.jako-club-overview-inspiration__product-actions{display:flex}
.jako-club-overview-inspiration__product-button,
.jako-club-overview-inspiration__product-button:link,
.jako-club-overview-inspiration__product-button:visited{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border-radius:14px;border:1px solid #0090df;background:#0090df;color:#fff !important;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .18s ease,box-shadow .18s ease}
.jako-club-overview-inspiration__product-button:hover,
.jako-club-overview-inspiration__product-button:focus{background:#087ac4;border-color:#087ac4;color:#fff !important;text-decoration:none;transform:translateY(-1px)}
@media (max-width: 1024px){
  .jako-club-overview-inspiration__grid{grid-template-columns:1fr}
}
@media (max-width: 767px){
  .jako-club-overview-inspiration{padding:16px;border-radius:20px}
  .jako-club-overview-inspiration__card{grid-template-columns:1fr}
  .jako-club-overview-inspiration__hero{min-height:220px}
  .jako-club-overview-inspiration__title{font-size:24px}
}


/* MS-CLUB-TABS-AND-HEADINGS-UI-HOTFIX-1 */
.jako-club-account-tab-panel--favorites .jako-club-favorites__clear,
.jako-club-account-tab-panel--favorites .jako-club-favorites__clear:link,
.jako-club-account-tab-panel--favorites .jako-club-favorites__clear:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:14px;
  border:1px solid #0e8adf !important;
  background:#0e8adf !important;
  color:#fff !important;
  font-weight:600;
  line-height:1;
  box-shadow:0 12px 30px rgba(0,0,0,.10);
  text-decoration:none !important;
}
.jako-club-account-tab-panel--favorites .jako-club-favorites__clear:hover,
.jako-club-account-tab-panel--favorites .jako-club-favorites__clear:focus{
  border-color:#0e8adf !important;
  background:#0e8adf !important;
  color:#fff !important;
  filter:brightness(1.03);
  transform:translateY(-1px);
}
.jako-club-overview-resume__title,
.jako-club-overview-recommended__title,
.jako-club-overview-favorites-nudge__title{
  font-size:22px;
  line-height:1.15;
  font-weight:700;
}


/* MS-CLUB-FOOTER-CTA-POLISH-AND-CHAPTER-BADGES-1 */
.jako-club-footer-cta{
  width:100%;
  margin: 34px 0 26px;
}
.jako-club-footer-cta__inner{
  position:relative;
  isolation:isolate;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  width:100%;
  padding:28px 30px;
  border-radius:30px;
  overflow:hidden;
  background:linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(244,251,255,.98) 52%, rgba(232,246,255,.96) 100%);
  border:1px solid rgba(23,144,218,.18);
  box-shadow:0 18px 42px rgba(0,0,0,.08);
}
.jako-club-footer-cta__inner::before{
  content:'';
  position:absolute;
  inset:auto -60px -85px auto;
  width:220px;
  height:220px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(23,144,218,.16) 0%, rgba(23,144,218,.06) 45%, rgba(23,144,218,0) 72%);
  z-index:-1;
}
.jako-club-footer-cta__inner::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(23,144,218,.045) 100%);
  z-index:-1;
}
.jako-club-footer-cta__copy{
  flex:1 1 auto;
  min-width:0;
  max-width:860px;
}
.jako-club-footer-cta__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(23,144,218,.10);
  color:#1176b3;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.jako-club-footer-cta__title{
  margin:0 0 10px;
  font-size:32px;
  line-height:1.08;
  color:#15324a;
  font-weight:800;
}
.jako-club-footer-cta__text{
  margin:0;
  font-size:16px;
  line-height:1.62;
  color:rgba(21,50,74,.84);
  max-width:760px;
}
.jako-club-footer-cta__benefits{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.jako-club-footer-cta__benefit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(23,144,218,.14);
  color:#0f6ea8;
  font-weight:700;
  font-size:14px;
  box-shadow:0 8px 18px rgba(17,118,179,.08);
}
.jako-club-footer-cta__benefit::before{
  content:'';
  width:8px;
  height:8px;
  border-radius:50%;
  background:#1790da;
  box-shadow:0 0 0 4px rgba(23,144,218,.14);
}
.jako-club-footer-cta__actions{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.jako-club-footer-cta__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:210px;
  padding:16px 26px;
  border-radius:999px;
  background:linear-gradient(180deg, #25a0ea 0%, #1187cf 100%);
  color:#fff !important;
  font-weight:800;
  text-decoration:none;
  letter-spacing:.01em;
  box-shadow:0 14px 30px rgba(23,144,218,.24);
  transition:transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.jako-club-footer-cta__button:hover{
  text-decoration:none;
  transform:translateY(-1px);
  box-shadow:0 18px 34px rgba(23,144,218,.30);
  filter:brightness(1.02);
}
@media (max-width: 900px){
  .jako-club-footer-cta{
    margin:26px 0 20px;
  }
  .jako-club-footer-cta__inner{
    flex-direction:column;
    align-items:flex-start;
    padding:22px 18px;
    border-radius:24px;
    gap:18px;
  }
  .jako-club-footer-cta__title{
    font-size:24px;
  }
  .jako-club-footer-cta__text{
    font-size:15px;
  }
  .jako-club-footer-cta__benefits{
    gap:8px;
  }
  .jako-club-footer-cta__benefit{
    font-size:13px;
    padding:8px 12px;
  }
  .jako-club-footer-cta__actions{
    width:100%;
  }
  .jako-club-footer-cta__button{
    width:100%;
    min-width:0;
  }
}
.jako-club-footer-cta__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  width:100%;
  padding:22px 26px;
  border-radius:26px;
  background: linear-gradient(135deg, rgba(255,255,255,.97), rgba(246,251,255,.96));
  border:1px solid rgba(33,150,243,.16);
  box-shadow: 0 14px 32px rgba(0,0,0,.08);
}
.jako-club-footer-cta__copy{
  flex:1 1 auto;
  min-width:0;
}
.jako-club-footer-cta__eyebrow{
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#1790da;
  margin:0 0 8px;
}
.jako-club-footer-cta__title{
  margin:0 0 8px;
  font-size:30px;
  line-height:1.1;
  color:#1d2b3a;
}
.jako-club-footer-cta__text{
  margin:0;
  font-size:16px;
  line-height:1.55;
  color:rgba(29,43,58,.86);
  max-width:760px;
}
.jako-club-footer-cta__benefits{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.jako-club-footer-cta__benefit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(23,144,218,.10);
  color:#0f6ea8;
  font-weight:600;
  font-size:14px;
}
.jako-club-footer-cta__actions{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.jako-club-footer-cta__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:190px;
  padding:14px 24px;
  border-radius:999px;
  background:#1790da;
  color:#fff !important;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 10px 22px rgba(23,144,218,.25);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.jako-club-footer-cta__button:hover{
  text-decoration:none;
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(23,144,218,.30);
  background:#1384c7;
}
@media (max-width: 900px){
  .jako-club-footer-cta__inner{
    flex-direction:column;
    align-items:flex-start;
    padding:20px 18px;
  }
  .jako-club-footer-cta__title{
    font-size:24px;
  }
  .jako-club-footer-cta__text{
    font-size:15px;
  }
  .jako-club-footer-cta__actions{
    width:100%;
  }
  .jako-club-footer-cta__button{
    width:100%;
    min-width:0;
  }
}
