/* HOLOVAULT_V301_SHOP_BUTTONS_SLIDER_CHECKOUT_VALIDATION_CSS */
.hvc-shop-v301-actions{margin-top:14px}
.hvc-shop-v301-actions form{margin:0!important}
.hvc-shop-v301-add-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:14px 18px;background:#1f1f1f;color:#fff!important;font-weight:950;font-size:1rem;line-height:1.15;cursor:pointer;text-align:center;min-height:50px;box-shadow:none;transition:transform .18s ease,filter .18s ease,opacity .18s ease}
.hvc-shop-v301-add-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}
.hvc-shop-v301-add-btn:active{transform:translateY(0)}
.hvc-shop-v301-add-btn[disabled],.hvc-shop-v301-add-btn.disabled{opacity:.55;cursor:not-allowed;filter:none;transform:none}
.hvc-shop-product .hvc-shop-v301-actions .goc-btn{margin:0!important;text-decoration:none!important}
@media(max-width:480px){.hvc-shop-v301-add-btn{border-radius:11px;padding:13px 14px;min-height:48px}}

/* Desktop homepage slider width restore: CSS only, no slider JS override. */
@media(min-width:1024px){
  html.hvc-v301-home .goc-section-head,
  html.hvc-v301-home .goc-product-row{
    width:calc(100vw - 144px)!important;
    max-width:none!important;
    margin-left:calc(50% - 50vw + 72px)!important;
    margin-right:calc(50% - 50vw + 72px)!important;
  }
  html.hvc-v301-home .goc-product-row{
    display:flex!important;
    gap:28px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding-left:0!important;
    padding-right:0!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch;
  }
  html.hvc-v301-home .goc-product-row .goc-product-card{
    flex:0 0 calc((100% - 84px) / 4)!important;
    min-width:0!important;
    max-width:none!important;
  }
}
@media(min-width:1500px){
  html.hvc-v301-home .goc-product-row .goc-product-card{flex-basis:calc((100% - 112px) / 5)!important}
}
@media(min-width:1900px){
  html.hvc-v301-home .goc-product-row .goc-product-card{flex-basis:calc((100% - 140px) / 6)!important}
}
@media(min-width:1024px) and (max-width:1180px){
  html.hvc-v301-home .goc-section-head,
  html.hvc-v301-home .goc-product-row{
    width:calc(100vw - 48px)!important;
    margin-left:calc(50% - 50vw + 24px)!important;
    margin-right:calc(50% - 50vw + 24px)!important;
  }
  html.hvc-v301-home .goc-product-row .goc-product-card{flex-basis:calc((100% - 56px) / 3)!important}
}

/* Checkout missing-field highlight. */
.goc-checkout-form.hvc-v301-checkout-attempted input:required:invalid,
.goc-checkout-form.hvc-v301-checkout-attempted select:required:invalid,
.goc-checkout-form.hvc-v301-checkout-attempted textarea:required:invalid,
.goc-checkout-form .hvc-v301-field-missing,
.goc-checkout-form .hvc-v301-field-missing:focus{
  border-color:#ef4444!important;
  background:#fff7f7!important;
  box-shadow:0 0 0 3px rgba(239,68,68,.16)!important;
  outline:0!important;
}
.goc-checkout-form label.hvc-v301-label-missing{color:#b91c1c!important}
.goc-checkout-form label.hvc-v301-label-missing::after{content:'Required';display:inline-block;margin-left:8px;padding:2px 7px;border-radius:999px;background:#fee2e2;color:#b91c1c;font-size:.75rem;font-weight:900;vertical-align:middle}
.goc-checkout-form .hvc-v301-payment-missing{border:2px solid #ef4444!important;border-radius:14px!important;box-shadow:0 0 0 3px rgba(239,68,68,.12)!important}
/* /HOLOVAULT_V301_SHOP_BUTTONS_SLIDER_CHECKOUT_VALIDATION_CSS */
