.auth-shell{
  --auth-ink:#1a1a1a;
  --auth-muted:#5c5854;
  --auth-soft:#8a8783;
  --auth-border:rgba(10,10,10,.1);
  --auth-bg:#ffffff;
  --auth-surface:#fff;
  --auth-legal-size:13px;
  --auth-legal-lh:1.6;
  --auth-legal-text:#5c5854;
  --auth-legal-link:#1a1a1a;
}
.auth-shell.inner-content{
  background:var(--auth-bg);
  padding-bottom:calc(2.5rem + env(safe-area-inset-bottom, 0px));
  padding-left:env(safe-area-inset-left, 0px);
  padding-right:env(safe-area-inset-right, 0px);
}
.auth-shell .container-fix .infomain{
  margin-bottom:1.35rem;
}
.auth-shell .breadcrumb{
  font-size:11px;
  font-weight:500;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:var(--auth-soft);
  margin-bottom:.4rem;
}
.auth-shell .breadcrumb a{
  color:#7a7773;
}
.auth-shell .breadcrumb-item.active{
  color:#6d6a66;
}
.auth-shell .infomain .category-name{
  font-family:var(--font-heading,'Montserrat'),sans-serif;
  font-size:clamp(1.4rem,4.2vw,1.85rem);
  font-weight:700;
  letter-spacing:-.02em;
  text-transform:none;
  line-height:1.2;
  color:var(--auth-ink);
  margin:0;
}
.auth-shell .product-main{
  padding-top:0;
}
.auth-shell .card{
  border:1px solid var(--auth-border);
  border-radius:2px;
  background:var(--auth-surface);
  box-shadow:0 1px 3px rgba(10,10,10,.05);
}
.auth-shell .card-body{
  padding:1.35rem 1.2rem;
}
@media (min-width:768px){
  .auth-shell .card-body{padding:1.5rem 1.4rem;}
}
.auth-shell .card-title{
  font-family:var(--font-heading,'Montserrat'),sans-serif;
  font-size:15px;
  font-weight:600;
  letter-spacing:.01em;
  text-transform:none;
  color:var(--auth-ink);
  margin-bottom:.35rem;
}
.auth-shell .card-body > .pinfo h4,
.auth-shell .card-body > .linfo h4,
.auth-shell .card-body .pinfo > h4,
.auth-shell .card-body .linfo > h4{
  font-family:var(--font-heading,'Montserrat'),sans-serif;
  font-size:15px;
  font-weight:600;
  letter-spacing:.01em;
  text-transform:none;
  color:var(--auth-ink);
  margin-bottom:.75rem;
  line-height:1.35;
}
/* Nadpisy sekcií vo formulári registrácie – vľavo ako labely polí */
.auth-shell #creAccount .billing-new-address-form .pinfo > h4.card-title,
.auth-shell #creAccount .billing-new-address-form .linfo > h4.card-title{
  text-align:left;
}
/* Pravý stĺpec registrácie – úvod + zoznam (čitateľnejšia veľkosť ako striktné „legal“) */
.auth-shell .billing-new-address-form.discription h4{
  font-family:var(--font-heading,'Montserrat'),sans-serif;
  font-size:14px;
  font-weight:600;
  letter-spacing:.01em;
  text-transform:none;
  line-height:1.55;
  color:var(--auth-legal-text);
  margin:0 0 .75rem;
  padding-bottom:0;
  border-bottom:none;
  text-align:left;
}
.auth-shell .card-text{
  color:var(--auth-muted);
  line-height:1.65;
  font-size:.9375rem;
  font-weight:400;
}
.auth-shell label{
  font-size:13px;
  font-weight:500;
  color:#45423e;
}
.auth-shell .billing-new-address-form .red{
  color:#9a7b5c;
  font-weight:500;
}
.auth-shell .form-control{
  min-height:44px;
  border:1px solid var(--auth-border);
  border-radius:2px;
  font-size:15px;
  color:var(--auth-ink);
}
.auth-shell .form-control:focus{
  border-color:rgba(10,10,10,.25);
  box-shadow:0 0 0 3px rgba(10,10,10,.06);
}
.auth-shell hr{
  margin:1.25rem 0;
  border:0;
  border-top:1px solid var(--auth-border);
  opacity:1;
}
.auth-shell .btn.btn-red{
  background:var(--auth-ink)!important;
  border-color:var(--auth-ink)!important;
  color:#fff!important;
  min-height:42px;
  padding:10px 18px;
  font-size:13px;
  font-weight:600;
  letter-spacing:.03em;
  text-transform:none;
  border-radius:2px;
}
.auth-shell .btn.btn-red:hover{
  background:#333!important;
  border-color:#333!important;
}
.auth-shell .fpass-txt{
  font-size:12.5px;
  color:var(--auth-soft);
}
.auth-shell .fpass-txt a{
  color:#4a4743;
  font-weight:500;
  text-decoration:underline;
  text-underline-offset:3px;
}
.auth-shell .fpass-txt a:hover{
  color:var(--auth-ink);
}
/* Právne texty + reCAPTCHA (iba prihlásenie / registrácia) – bez rámov, jedna typografia */
.auth-gdpr-block{
  margin:0 0 1rem;
  padding:0;
  background:transparent;
  border:none;
  border-radius:0;
  font-family:var(--font-heading,'Montserrat'),sans-serif;
  font-size:var(--auth-legal-size);
  line-height:var(--auth-legal-lh);
  color:var(--auth-legal-text);
  text-align:left;
}
.auth-gdpr-title{
  font-family:var(--font-heading,'Montserrat'),sans-serif;
  font-size:var(--auth-legal-size);
  font-weight:600;
  letter-spacing:.01em;
  text-transform:none;
  margin:0 0 .5rem;
  color:var(--auth-ink);
}
.auth-gdpr-block p{
  margin:0 0 .65rem;
}
.auth-gdpr-block p:last-child{
  margin-bottom:0;
}
.auth-gdpr-block--login .g-recaptcha{
  margin:0;
  min-height:0;
}
.auth-shell .auth-gdpr-block--login .auth-recaptcha-note{
  margin-top:.5rem;
  margin-bottom:0;
}
.auth-gdpr-body,
.auth-gdpr-plain{
  color:var(--auth-legal-text);
  font-weight:400;
}
.auth-gdpr-consent{
  display:block;
  font-weight:400;
  color:var(--auth-legal-text);
  font-size:var(--auth-legal-size);
  line-height:var(--auth-legal-lh);
}
.auth-gdpr-block a,
.auth-shell .auth-recaptcha-note a{
  color:var(--auth-legal-link);
  font-weight:500;
  text-decoration:underline;
  text-underline-offset:3px;
}
.auth-gdpr-block a:hover,
.auth-shell .auth-recaptcha-note a:hover{
  color:var(--auth-ink);
}
.auth-shell .auth-recaptcha-note,
.auth-shell .recaptchainfo.auth-recaptcha-note{
  font-family:var(--font-heading,'Montserrat'),sans-serif;
  font-size:var(--auth-legal-size);
  line-height:var(--auth-legal-lh);
  color:var(--auth-legal-text);
  text-align:left;
  margin-top:.75rem;
  margin-bottom:0;
  max-width:42em;
}
.auth-gdpr-block--consent .auth-gdpr-consent-check{
  margin:0;
}
/* Bootstrap .form-check-input: absolute + oneill margin:0 → checkbox prekrýva text; staticky v rade s labelom */
.auth-shell .billing-new-address-form .form-check,
.auth-shell .auth-gdpr-block--consent .form-check{
  padding-left:0;
}
.auth-shell .billing-new-address-form .form-check-input,
.auth-shell .auth-gdpr-block--consent .form-check-input{
  position:static !important;
  float:none !important;
  margin-left:0 !important;
  transform:none;
}
.auth-shell .auth-gdpr-block--consent .auth-gdpr-check-label{
  display:flex;
  align-items:flex-start;
  gap:10px;
  width:100%;
  min-width:0;
  font-size:var(--auth-legal-size);
  line-height:var(--auth-legal-lh);
  color:var(--auth-legal-text);
  font-weight:400;
}
.auth-shell .auth-gdpr-block--consent .auth-gdpr-check-text{
  flex:1;
  min-width:0;
  color:var(--auth-legal-text);
}
.auth-shell .auth-gdpr-block--consent .auth-gdpr-check-text a{
  color:var(--auth-legal-link);
  font-weight:500;
}
.auth-shell .auth-gdpr-block--consent .form-check-input{
  flex-shrink:0;
  align-self:flex-start;
  margin-top:0.2em;
  width:16px;
  height:16px;
  min-width:16px;
  accent-color:var(--auth-ink);
}
.auth-shell .billing-new-address-form .form-check-label:not(.auth-gdpr-check-label) .form-check-input{
  flex-shrink:0;
  align-self:flex-start;
  margin-top:0.2em;
  min-width:16px;
  width:16px;
  height:16px;
}
.auth-shell .auth-check-inline-text{
  flex:1;
  min-width:0;
}
/* Pravý stĺpec registrácie: odrážky = plné bodky, nie prázdne kruhy ani ✓ */
.auth-shell .billing-new-address-form.discription ul,
.auth-shell .discription ul{
  list-style:disc outside;
  list-style-type:disc;
  padding-left:1.15em;
  margin:12px 0 0;
}
.auth-shell .billing-new-address-form.discription ul li,
.auth-shell .discription ul li{
  font-family:var(--font-heading,'Montserrat'),sans-serif;
  display:list-item;
  margin:0 0 .4rem;
  padding:0;
  border:none;
  font-size:14px;
  line-height:1.55;
  color:var(--auth-legal-text);
  font-weight:400;
}
.auth-shell .billing-new-address-form.discription ul li::marker,
.auth-shell .discription ul li::marker{
  color:var(--auth-ink);
}
.auth-shell .billing-new-address-form.discription ul li::before{
  content:none !important;
  display:none !important;
}
.auth-shell .form-check-label:not(.auth-gdpr-check-label){
  font-size:13px;
  color:var(--auth-muted);
  line-height:1.5;
}
.auth-shell .form-check-label:not(.auth-gdpr-check-label) a{
  color:var(--auth-legal-link);
  font-weight:500;
  text-decoration:underline;
  text-underline-offset:2px;
}
/* Registration: checkbox riadky (nie GDPR súhlas – ten má vlastné pravidlá vyššie) */
.auth-shell .billing-new-address-form .reg-dodaddress-toggle,
.auth-shell .billing-new-address-form .reg-dodaddress-toggle .form-check{
  width:100%;
  max-width:100%;
}
.auth-shell .billing-new-address-form .form-check-label:not(.auth-gdpr-check-label){
  display:flex;
  align-items:flex-start;
  gap:10px;
  width:100%;
  min-width:0;
}
/* Obľúbené – neprihlásený zákazník (empty state) */
.auth-shell--wish-guest .product-main{
  padding-top:0;
}
.auth-shell--wish-guest .wish-guest-empty{
  max-width:520px;
  margin:0 auto 3rem;
  padding:2.25rem 1.5rem 2.5rem;
  text-align:center;
  background:var(--auth-surface);
  border:1px solid var(--auth-border);
  border-radius:2px;
  box-shadow:0 1px 3px rgba(10,10,10,.05);
}
.auth-shell--wish-guest .wish-guest-empty__icon{
  color:var(--auth-ink);
  opacity:.88;
  margin:0 auto 1rem;
  display:flex;
  justify-content:center;
}
.auth-shell--wish-guest .wish-guest-empty__eyebrow{
  font-family:var(--font-heading,'Montserrat'),sans-serif;
  font-size:11px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--auth-soft);
  margin:0 0 .5rem;
}
.auth-shell--wish-guest .wish-guest-empty__title{
  font-family:var(--font-heading,'Montserrat'),sans-serif;
  font-size:clamp(1.15rem,3vw,1.35rem);
  font-weight:700;
  letter-spacing:-.02em;
  line-height:1.25;
  color:var(--auth-ink);
  margin:0 0 .75rem;
}
.auth-shell--wish-guest .wish-guest-empty__lead{
  font-family:var(--font-heading,'Montserrat'),sans-serif;
  font-size:var(--auth-legal-size);
  line-height:var(--auth-legal-lh);
  color:var(--auth-muted);
  margin:0 0 1.25rem;
}
.auth-shell--wish-guest .wish-guest-empty__benefits{
  list-style:none;
  padding:0;
  margin:0 auto 1.5rem;
  text-align:left;
  max-width:380px;
}
.auth-shell--wish-guest .wish-guest-empty__benefits li{
  position:relative;
  padding-left:1.35rem;
  margin:0 0 .5rem;
  font-family:var(--font-heading,'Montserrat'),sans-serif;
  font-size:var(--auth-legal-size);
  line-height:var(--auth-legal-lh);
  color:var(--auth-legal-text);
}
.auth-shell--wish-guest .wish-guest-empty__benefits li::before{
  content:'';
  position:absolute;
  left:0;
  top:.55em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--auth-ink);
}
.auth-shell--wish-guest .wish-guest-empty__cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
  align-items:center;
}
.auth-shell--wish-guest .wish-guest-empty__cta .btn{
  min-width:160px;
  min-height:44px;
  padding:10px 20px;
  font-family:var(--font-heading,'Montserrat'),sans-serif;
  font-size:13px;
  font-weight:600;
  letter-spacing:.03em;
  text-transform:none;
  border-radius:2px;
}
.auth-shell--wish-guest .btn-wish-secondary{
  background:transparent!important;
  color:var(--auth-ink)!important;
  border:1px solid var(--auth-ink)!important;
}
.auth-shell--wish-guest .btn-wish-secondary:hover{
  background:rgba(10,10,10,.06)!important;
}
@media (max-width:767px){
  .auth-shell{
    --auth-legal-size:11px;
    --auth-legal-lh:1.5;
  }
  .auth-shell.inner-content{
    padding-bottom:calc(4.25rem + env(safe-area-inset-bottom, 12px));
    /* Horizontálne okraje len v .container-fix — rovnaká medzera vľavo/vpravo */
    padding-left:0;
    padding-right:0;
  }
  /* Plná šírka main-content, rovnaký gutter vľavo aj vpravo (vrátane max z safe-area) */
  .auth-shell .container-fix{
    --auth-gutter-x:max(
      1rem,
      4.2vw,
      env(safe-area-inset-left,0px),
      env(safe-area-inset-right,0px)
    );
    width:100%!important;
    max-width:none;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:var(--auth-gutter-x);
    padding-right:var(--auth-gutter-x);
    box-sizing:border-box;
  }
  .auth-shell.auth-shell--wish-guest .container-fix{
    max-width:none;
  }
  /* Bootstrap .row negatívne marginy môžu „posunúť“ kartu — na auth stránkach vypnúť */
  .auth-shell .product-main > .row{
    margin-left:0;
    margin-right:0;
  }
  .auth-shell .product-main > .row > [class*="col-"]{
    padding-left:0;
    padding-right:0;
  }
  .auth-shell .infomain{
    text-align:center;
    margin-bottom:1.15rem;
  }
  .auth-shell .breadcrumb{
    justify-content:center;
    flex-wrap:wrap;
  }
  .auth-shell .product-main.text-left{
    text-align:left;
  }
  .auth-shell .card{
    margin-top:12px;
    margin-left:auto;
    margin-right:auto;
    max-width:100%;
  }
  .auth-shell .product-main > .row > .col-md-6:first-child .card{
    margin-top:0;
  }
  .auth-shell .card-body{
    padding:1.35rem clamp(1rem,3.8vw,1.2rem);
  }
  .auth-shell .card-title{font-size:14px}
  .auth-shell .card-text{font-size:.9rem}
  .auth-shell .btn.btn-red{min-height:44px;padding:10px 18px;font-size:12.5px}
  /* Nový zákazník – tlačidlo na plnú šírku karty (proporčné zarovnanie) */
  .auth-shell .product-main > .row > .col-md-6:first-child .btn.btn-red{
    display:block;
    width:100%;
    text-align:center;
  }
  /* Prihlásenie – polia a akcie */
  .auth-shell .loginForm .billing-new-address-form > [class*="col-"]{
    flex:0 0 100%;
    max-width:100%;
  }
  .auth-shell .loginForm #loginForm > .fpass-txt.float-right{
    float:none!important;
    display:block;
    text-align:center;
    width:100%;
    margin-bottom:.25rem;
  }
  .auth-shell .loginForm #loginForm > .row:not(.billing-new-address-form){
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:1rem;
    margin-left:0;
    margin-right:0;
  }
  .auth-shell .loginForm #loginForm > .row:not(.billing-new-address-form) > [class*="col-"]{
    flex:0 0 100%;
    max-width:100%;
    padding-left:0;
    padding-right:0;
    text-align:center!important;
  }
  .auth-shell .loginForm #loginForm > .row:not(.billing-new-address-form) .btn.btn-red{
    width:100%;
  }
  .auth-shell .loginForm #loginForm > .row:not(.billing-new-address-form) .fpass-txt{
    padding-top:0!important;
  }
  .auth-shell .forgotForm .fpass-txt.float-right,
  .auth-shell .forgotForm .fpass-txt.float-left{
    float:none!important;
    display:block;
    text-align:center;
    width:100%;
  }
  .auth-shell .forgotForm input.btn.btn-red.float-right{
    float:none!important;
    display:block;
    width:100%;
    margin-top:.75rem;
  }
  /* GDPR / súhlas: vľavo s checkboxom (nie centrovaný text + checkbox vľavo) */
  .auth-shell .auth-gdpr-block,
  .auth-shell .auth-gdpr-block--consent .auth-gdpr-check-label,
  .auth-shell .auth-gdpr-block--consent .auth-gdpr-check-text{
    text-align:left;
  }
  .auth-shell .auth-gdpr-title{
    font-size:12px;
    line-height:1.45;
    text-align:left;
  }
  .auth-shell .auth-recaptcha-note,
  .auth-shell .recaptchainfo.auth-recaptcha-note{
    font-size:10.5px;
    line-height:1.55;
    text-align:left;
    max-width:none;
    margin-left:0;
    margin-right:0;
  }
  .auth-shell .auth-gdpr-block--login .auth-recaptcha-note{
    text-align:left;
  }
  /* Registrácia: dodacia adresa – kompaktnejší riadok */
  .auth-shell .form-check-label:not(.auth-gdpr-check-label){
    font-size:12px;
    line-height:1.45;
  }
  /* Pravý stĺpec výhod – čitateľnejšie než globálny --auth-legal-size na mobile */
  .auth-shell .billing-new-address-form.discription .pinfo > h4{
    font-size:13px;
    line-height:1.5;
    margin-bottom:.65rem;
    text-align:left;
  }
  .auth-shell .billing-new-address-form.discription ul{
    margin-top:10px;
  }
  .auth-shell .billing-new-address-form.discription ul li{
    font-size:13px;
    line-height:1.5;
    margin:0 0 .4rem;
  }
  .auth-shell--wish-guest .wish-guest-empty{padding:1.5rem 1.1rem 2rem;margin-bottom:2rem}
  .auth-shell--wish-guest .wish-guest-empty__cta{flex-direction:column;width:100%}
  .auth-shell--wish-guest .wish-guest-empty__cta .btn{width:100%;max-width:320px}
}
