/* BambuBeast storefront polish: richer product cards, clearer hierarchy, responsive basket flow and touch-safe motion. */
:root{--bb-radius:18px;--bb-soft:rgba(148,255,0,.14);--bb-glow:rgba(148,255,0,.22)}

html{overflow-x:hidden}
body{overflow-x:hidden}
button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(148,255,0,.72);outline-offset:3px}
button:disabled{cursor:not-allowed!important;pointer-events:none}
img{max-width:100%}

.product{position:relative;isolation:isolate;border-radius:var(--bb-radius);overflow:hidden;display:flex;flex-direction:column;min-height:100%;min-width:0;box-shadow:0 14px 34px rgba(0,0,0,.24);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;background-image:linear-gradient(145deg,rgba(148,255,0,.025),transparent 40%)}
.product::before{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 20% 0%,rgba(148,255,0,.08),transparent 34%);opacity:.45;transition:opacity .22s ease}
.product::after{content:'';position:absolute;left:14px;right:14px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(148,255,0,.6),transparent);opacity:.22}
.product:hover{transform:translateY(-4px);border-color:rgba(148,255,0,.6);box-shadow:0 22px 46px rgba(0,0,0,.38),0 0 30px rgba(148,255,0,.09)}
.product:hover::before{opacity:.9}
.productArt{position:relative;border-radius:13px;min-height:210px;overflow:hidden;background:#050905}
.productArt::after{content:'';position:absolute;inset:auto 0 0;height:34%;pointer-events:none;background:linear-gradient(transparent,rgba(2,5,2,.34));opacity:.8}
.productArt img{transition:transform .42s cubic-bezier(.2,.8,.2,1),filter .3s ease}
.product:hover .productArt img{transform:scale(1.045);filter:saturate(1.04) contrast(1.02)}
.product h3{font-size:18px;line-height:1.15;letter-spacing:.01em;margin-bottom:7px;overflow-wrap:anywhere}
.productDesc{min-height:0;margin-bottom:3px;line-height:1.48;color:rgba(235,245,231,.76);overflow-wrap:anywhere}
.productActions{margin-top:auto;padding-top:14px;gap:10px;min-width:0}
.product .price{display:inline-flex;align-items:baseline;gap:4px;font-size:24px;line-height:1;font-weight:950;letter-spacing:-.035em;color:#efffe5;text-shadow:0 0 18px rgba(148,255,0,.08)}
.postageTag{line-height:1.35;border-radius:999px;padding:5px 8px;background:rgba(148,255,0,.045);border:1px solid rgba(148,255,0,.12);max-width:100%;overflow-wrap:anywhere}
.bb-stock-badge{box-shadow:0 5px 18px rgba(0,0,0,.18);max-width:100%}
.shopBtn{position:relative;overflow:hidden;border-radius:12px;min-height:50px;transition:transform .12s ease,filter .12s ease,background .15s ease,box-shadow .18s ease}
.shopBtn:not(:disabled){box-shadow:0 8px 22px rgba(0,0,0,.22)}
.shopBtn:not(:disabled):hover{filter:brightness(1.06);box-shadow:0 10px 28px rgba(0,0,0,.28),0 0 18px rgba(148,255,0,.08)}
.shopBtn:not(:disabled):active,.btn:not(:disabled):active,.checkoutBtn:not(:disabled):active{transform:translateY(1px) scale(.985)}
.shopBtn:disabled{opacity:.58;filter:saturate(.55)}
.shopBtn:disabled,.checkoutBtn:disabled{box-shadow:none!important}
.customiseBox{border-radius:13px;min-width:0}
.customiseBox textarea{font-size:16px;line-height:1.4;max-width:100%;resize:vertical}

.cat{border-radius:var(--bb-radius);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;min-width:0}
.cat:hover{transform:translateY(-2px);border-color:rgba(148,255,0,.42);box-shadow:0 16px 32px rgba(0,0,0,.24)}
.seasonOption,.filterReset,.supportCard,.custom,.support{border-radius:14px}
.arrow{border-radius:50%;box-shadow:0 10px 30px rgba(0,0,0,.38);transition:transform .15s ease,background .15s ease}
.arrow:active{transform:scale(.94)}

.basketFab{min-height:56px;padding:0 17px;border-radius:999px;box-shadow:0 12px 38px rgba(0,0,0,.42),0 0 28px rgba(148,255,0,.15);backdrop-filter:blur(10px);transition:transform .16s ease,box-shadow .18s ease;max-width:calc(100vw - 24px)}
.basketFab:active{transform:scale(.96)}
.cart{overscroll-behavior:contain;backdrop-filter:blur(16px);max-width:100vw}
.cartHead,.cartFoot{flex-shrink:0}
.cartHead{border-bottom:1px solid rgba(148,255,0,.1)}
.cartItems{overscroll-behavior:contain;min-height:0}
.cartItem{border-radius:15px;transition:border-color .16s ease,background .16s ease,transform .16s ease;min-width:0}
.cartItem>*{min-width:0}
.cartItem:hover{border-color:rgba(148,255,0,.26);background:rgba(148,255,0,.025)}
.cartEmoji{border-radius:11px;box-shadow:inset 0 0 0 1px rgba(148,255,0,.08)}
.cartName{line-height:1.2;overflow-wrap:anywhere}
.qty{gap:5px;flex-wrap:wrap}
.qty button{border-radius:9px;min-width:40px;min-height:40px;transition:transform .1s ease,background .15s ease}
.qty button:active{transform:scale(.93)}
.remove{min-height:34px;display:inline-flex;align-items:center}
.cartFoot{border-top:1px solid rgba(148,255,0,.1);box-shadow:0 -12px 28px rgba(0,0,0,.16)}
.checkoutBtn{border-radius:14px;min-height:60px;font-size:13px;letter-spacing:.015em;box-shadow:0 10px 28px rgba(0,0,0,.28),0 0 20px rgba(148,255,0,.08);transition:opacity .15s ease,transform .12s ease,filter .15s ease}
.checkoutBtn:disabled{opacity:.62;filter:saturate(.55)}
.toast{max-width:min(92vw,520px);white-space:normal;text-align:center;line-height:1.3;box-shadow:0 16px 42px rgba(0,0,0,.42);overflow-wrap:anywhere}

.emptyProducts,.emptyCart{border-radius:16px;max-width:100%;overflow-wrap:anywhere}
.emptyProducts:before{content:'🦖';display:block;font-size:28px;margin-bottom:8px;filter:grayscale(.15)}
.emptyCart:before{content:'🛒';display:block;font-size:28px;margin-bottom:8px;opacity:.8}

.mobilebar{backdrop-filter:blur(16px);box-shadow:0 10px 30px rgba(0,0,0,.3);max-width:calc(100vw - 16px)}
.mobilebar a{border-radius:10px;transition:background .15s ease,transform .12s ease;min-width:0}
.mobilebar a:active{background:rgba(148,255,0,.08);transform:scale(.97)}

@media (min-width:761px){
  .product{flex-basis:min(340px,30vw)}
  .products{padding-top:10px;padding-bottom:28px}
}

@media (max-width:760px){
  body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}
  .section{padding-left:16px;padding-right:16px}
  .head h2{line-height:.98;overflow-wrap:anywhere}
  .head p{line-height:1.45}
  .products,.slider{scroll-padding-inline:16px;padding-left:2px;padding-right:18px;scroll-snap-type:x proximity;max-width:100%}
  .product{flex-basis:calc(100vw - 42px);max-width:390px;padding:11px;border-radius:18px;scroll-snap-align:start;box-shadow:0 12px 30px rgba(0,0,0,.3)}
  .product:hover{transform:none}
  .product:active{transform:scale(.995)}
  .productArt{height:auto;aspect-ratio:4/3;min-height:0;border-radius:12px}
  .product h3{font-size:19px;margin-top:3px}
  .productDesc{font-size:12px}
  .product .price{font-size:25px}
  .productActions{gap:9px;padding-top:13px}
  .shopBtn{font-size:11px;min-height:52px}
  .cat{flex-basis:calc(100vw - 54px);scroll-snap-align:start}
  .cat:hover{transform:none}
  .arrow{width:42px;height:42px;font-size:22px;opacity:.88}
  .custom,.support{border-radius:18px}
  .basketFab{bottom:calc(79px + env(safe-area-inset-bottom));right:12px;min-height:58px}
  .mobilebar{bottom:calc(8px + env(safe-area-inset-bottom));left:8px;right:8px}
  .cart{width:min(94vw,430px)}
  .cartHead{padding-top:calc(16px + env(safe-area-inset-top))}
  .cartItems{padding:12px}
  .cartItem{grid-template-columns:58px minmax(0,1fr);padding:13px;gap:11px}
  .cartEmoji{width:58px;height:58px}
  .cartName{font-size:15px}
  .cartFoot{padding-left:14px;padding-right:14px;padding-bottom:calc(14px + env(safe-area-inset-bottom))}
  .checkoutBtn{min-height:62px}
  .toast{bottom:calc(138px + env(safe-area-inset-bottom));border-radius:14px;padding:12px 14px}
}

@media (max-width:390px){
  .section{padding-left:12px;padding-right:12px}
  .product{flex-basis:calc(100vw - 30px);padding:10px}
  .products,.slider{scroll-padding-inline:12px;padding-right:12px}
  .cartItem{grid-template-columns:50px minmax(0,1fr);padding:11px;gap:9px}
  .cartEmoji{width:50px;height:50px}
  .qty button{min-width:38px;min-height:38px}
}

@media (max-height:560px) and (orientation:landscape){
  .cart{height:100dvh;max-height:100dvh}
  .cartHead{padding-top:10px;padding-bottom:10px}
  .cartItems{padding-top:8px;padding-bottom:8px}
  .cartFoot{padding-top:10px;padding-bottom:10px}
  .checkoutBtn{min-height:50px}
  .basketFab{bottom:12px}
  .mobilebar{display:none}
}

@media (hover:none){
  .product:hover,.cat:hover{transform:none}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
