html {
    margin-top: 0 !important;
    --tw-bg-opacity: 1;
    background-color: rgb(32 29 32 / var(--tw-bg-opacity));
}

.spotlight:before {
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%);
width: 900px;
height: 350px;
background: radial-gradient(ellipse at center, #999252, #0000 65%);
background-size: 600px 300px;
background-repeat: no-repeat;
background-position: 50% -240%;

}


.spotlight:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100vw;
    height: 350px;
    background: radial-gradient(ellipse at bottom, #999252, #0000 60%);
    background-size: 80% 300px;
    background-repeat: no-repeat;
    background-position: 50% bottom;
}

body.body--is-scrolled .masthead {
    background-color: #201D20;
}

.link-wrapper {
    position: relative;
    border:1px solid #fff;
    text-align: center;
}

.zipline-link.--line-right a {
    padding: 20px;
    display: flex;

}

.image-tile-w-description {
    position: relative;
    display: block;
    padding-bottom: 50%;
    overflow: hidden;
}

.variations {
    width: 100%;
}
.variations .label {
    display: none;
}

.variations .value {
    display: flex;
    align-items: center;
}

.variations .reset_variations {
    padding: 0px 10px 10px 10px;
    font-size: 30px;
}

.variations select {
    width: 100%;
    background-color: inherit;
    border:1px solid #fff;
    padding: 10px;
}


/* Make the add-to-cart row a flex container */
.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: stretch;
    gap: 10px; /* optional spacing */
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Keep quantity box at natural width */
.woocommerce-variation-add-to-cart .quantity {
    flex: 0 0 auto;
}

/* Make the button fill the rest */
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    flex: 1 1 auto;
    width: 100%;
}


.woocommerce-variation-price {
    border-top:1px solid #fff;
    padding-top: 10px;
    border-bottom:1px solid #fff;
    padding-bottom: 10px;
    margin:20px 0;
}   


.quantity input {
    width: 100%;
    background-color: inherit;
    border:1px solid #fff;
    padding: 10px;
}

.quantity button {
    background-color: inherit;
    border:1px solid #fff;
    padding: 10px;
    font-size: 30px;
}

/* Add to Cart – normal state */
.single_add_to_cart_button {
    background-color: #999252 !important;
    border-color: #999252 !important;
    color: #ffffff !important; /* Adjust text colour if needed */
}

/* Hover state */
.single_add_to_cart_button:hover {
    background-color: #7f7a42 !important; /* darker shade */
    border-color: #7f7a42 !important;
}

/* Active / pressed state */
.single_add_to_cart_button:active {
    background-color: #6c6838 !important; /* even darker shade */
    border-color: #6c6838 !important;
}

.header-cart-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-right: 20px;
}

.header-cart-icon .cart-count {
    background: #999252;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -10px;
}

.cart-items {
    table {
        width: 100%;
    }
}

/* Cart totals: align label left, amount right */
.cart-totals table.shop_table th {
    text-align: left;
}

.cart-totals table.shop_table td {
    text-align: right;
}

.cart-thumb {
    width: 150px;
}

/* CART THUMBNAILS — override WooCommerce tiny images */
.cart-thumb img,
.cart-thumb picture {
    width: 150px !important;
    height: auto !important;
    max-width: 150px !important;
    display: block;
    margin:20px 20px 20px 0;
}


.cart-summary.section {
    padding: 4rem 0;
  }
  
  .cart-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
  }
  
  .cart-items {
    /* background: #fff; */
    padding: 20px;
    border-radius: 10px;
  }
  
  .cart-totals h3 {
    text-align: center;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #999252; /* or your theme colour */
}


  .cart-totals {
    /* background: #f7f7f7; */
    padding: 20px;
    border-radius: 10px;
  }

  .cart-totals .shop_table {
    width: 100%;
  }
  
  .cart-row {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
  }
  
  .cart-thumb img {
    width: 80px;
    height: auto;
  }
  
.wc-proceed-to-checkout a {
    background-color: inherit !important;
    border:1px solid #fff !important;
}

.wc-proceed-to-checkout a:hover {
    background-color: #999252 !important;
    border:1px solid #999252 !important;
    color: #fff !important;
}