@media (max-width: 640px){
  .cookie-banner{
    left:10px;
    right:10px;
    bottom:calc(10px + env(safe-area-inset-bottom));
    display:block;
    padding:11px 12px 10px;
    max-height:min(34dvh,270px);
    overflow:auto;
    border-radius:12px;
    box-shadow:0 16px 42px rgba(0,0,0,.48);
  }
  .cookie-banner strong{font-size:17px;margin-bottom:5px}
  .cookie-banner p{font-size:11.5px;line-height:1.4;margin:0 0 10px}
  .cookie-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;width:100%}
  .cookie-actions .ghost-btn,.cookie-actions .btn{width:100%;min-width:0;padding:10px 8px;font-size:10px;white-space:nowrap}

  .header{
    height:72px;
    display:grid;
    grid-template-columns:46px minmax(0,1fr) 84px;
    gap:8px;
    padding:0 10px;
    align-items:center;
  }
  .header .menu-btn{width:44px;height:44px;padding:11px}
  .header .brand{
    position:relative;
    min-width:0;
    width:100%;
    max-width:100%;
    justify-self:center;
    display:flex!important;
    align-items:baseline;
    justify-content:center;
    gap:4px;
    text-align:center;
    white-space:nowrap;
    overflow:hidden;
    box-sizing:border-box;
    padding:4px 2px;
    transform:none!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    animation:none!important;
  }
  .header .brand strong,
  .header .brand span{
    display:inline-block!important;
    color:#fff!important;
    font-size:22px!important;
    font-weight:900!important;
    line-height:1!important;
    letter-spacing:-.045em!important;
    white-space:nowrap;
    -webkit-text-stroke:0!important;
    text-shadow:0 2px 5px rgba(0,0,0,.72)!important;
  }
  .header .brand::after,.header .brand::before{content:none!important;display:none!important}
  .header>div:last-child{
    width:84px;
    display:flex!important;
    justify-content:flex-end;
    align-items:center;
    gap:6px!important;
  }
  .header .cart-btn{
    position:relative;
    font-size:0!important;
    width:34px;
    height:34px;
    min-width:34px;
    padding:0!important;
    display:grid;
    place-items:center;
  }
  .header .cart-btn#wishlistBtn::before{content:'♡';font-size:22px;line-height:1}
  .header .cart-btn#cartBtn::before{content:'🛒';font-size:18px;line-height:1}
  .header .cart-btn span{
    position:absolute;
    right:-4px;
    top:-4px;
    min-width:18px;
    height:18px;
    margin:0;
    padding:0 4px;
    font-size:9px;
  }

  .hero-copy{padding-left:18px!important;padding-right:18px!important}
  .hero-copy .eyebrow{font-size:10px;letter-spacing:.16em;white-space:normal}

  .product-card{position:relative}
  .product-actions{grid-template-columns:1fr 1fr!important}
  .product-actions .add-cart,.product-actions .buy-now{width:100%}
  .product-image .wishlist-toggle,.product-card>.wishlist-toggle{
    position:absolute!important;
    top:9px!important;
    right:9px!important;
    z-index:12!important;
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    min-height:30px!important;
    max-width:30px!important;
    padding:0!important;
    margin:0!important;
    display:grid!important;
    place-items:center!important;
    border-radius:999px!important;
    border:1px solid rgba(255,255,255,.5)!important;
    background:rgba(10,10,10,.78)!important;
    color:#fff!important;
    font-size:17px!important;
    line-height:1!important;
    box-shadow:0 4px 12px rgba(0,0,0,.22)!important;
  }
}

@media (max-width: 390px){
  .header{grid-template-columns:44px minmax(0,1fr) 80px;gap:5px;padding:0 8px}
  .header .brand{padding:4px 1px;gap:3px}
  .header .brand strong,.header .brand span{font-size:19px!important;letter-spacing:-.045em!important}
  .header>div:last-child{width:80px;gap:4px!important}
  .header .cart-btn{width:32px;height:32px;min-width:32px}
}

@media (min-width:641px){
  .product-card{position:relative}
  .product-image .wishlist-toggle,.product-card>.wishlist-toggle{
    position:absolute!important;
    top:12px!important;
    right:12px!important;
    z-index:12!important;
    width:34px!important;
    height:34px!important;
    min-height:34px!important;
    padding:0!important;
    display:grid!important;
    place-items:center!important;
    border-radius:999px!important;
    background:rgba(11,11,11,.78)!important;
    color:#fff!important;
    border:1px solid rgba(255,255,255,.45)!important;
    font-size:20px!important;
  }
  .product-card .product-actions{grid-template-columns:1fr 1fr!important}
}
