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;
}

.update-cart {
    float:right;
    margin:20px 0 0 0;
    background-color: inherit !important;
    border:1px solid #fff !important;
}

.update-cart:hover {
    background-color: #999252 !important;
    border: 1px solid #999252 !important;
    color: #fff !important;
}

.checkout-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px;
}

.checkout-fields {
    /* Left column (fields) */
}

.checkout-order-summary {
    /* Right column (order summary) */
}



/* -----------------------------------------------------------
   BASE WRAPPER → Applies only to your checkout form
------------------------------------------------------------*/
.checkout-summary .checkout-form-area form.checkout {
    max-width: 100%;
    margin: 0;
}

/* -----------------------------------------------------------
   HEADINGS (match CF7 label style)
------------------------------------------------------------*/
.checkout-summary .checkout-form-area h3 {
    text-transform: uppercase;
    font-size: calc(var(--font-scale) * 30px);
    font-weight: 300;
    font-family: monotype-grotesque, sans-serif;
    margin-bottom: 1em;
    margin-top: 2em;
    color: #fff;
}

/* -----------------------------------------------------------
   FIELD ROWS (match CF7 .form-row)
------------------------------------------------------------*/
.checkout-summary .checkout-form-area .form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
}

/* Two-column rows */
.checkout-summary .checkout-form-area .form-row-first,
.checkout-summary .checkout-form-area .form-row-last {
    width: 100%;
}

/* -----------------------------------------------------------
   LABELS (match CF7)
------------------------------------------------------------*/
.checkout-summary .checkout-form-area label {
    text-transform: uppercase;
    font-size: calc(var(--font-scale) * 30px);
    font-weight: 300;
    font-family: monotype-grotesque, sans-serif;
    margin-bottom: .2em;
    color: #fff;
}

/* Required star */
.checkout-summary .checkout-form-area .required {
    color: #ffb900 !important;
}

/* -----------------------------------------------------------
   INPUTS (perfect match to CF7)
------------------------------------------------------------*/
.checkout-summary .checkout-form-area input.input-text,
.checkout-summary .checkout-form-area textarea,
.checkout-summary .checkout-form-area select {
    padding: 1em 0;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    background-color: transparent;
    color: #fff;
    outline: none;
    font-family: freight-sans-pro, sans-serif;
    font-weight: 300;
    width: 100%;
}

/* Textarea (CF7 uses full box) */
.checkout-summary .checkout-form-area textarea {
    padding: 1em;
    border: 1px solid #fff;
}

/* -----------------------------------------------------------
   SELECT2 Styling (for country/state fields)
------------------------------------------------------------*/
.checkout-summary .select2-container--default .select2-selection--single {
    background: transparent !important;
    border: 1px solid #fff !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    height: 52px !important;
    border-radius: 0;
}

.checkout-summary .select2-selection__rendered {
    color: #fff !important;
    line-height: 52px !important;
}

.checkout-summary .select2-selection__arrow {
    height: 52px !important;
}

/* -----------------------------------------------------------
   ERROR STYLING (match CF7 yellow highlight)
------------------------------------------------------------*/
.checkout-summary .woocommerce-invalid input,
.checkout-summary .woocommerce-invalid textarea,
.checkout-summary .woocommerce-invalid select {
    border-bottom-color: #ffb900 !important;
    background: #ffc8c81a !important;
    padding-left: 10px;
}

/* WooCommerce error messages */
.checkout-summary .woocommerce-error {
    color: #ffb900;
}

/* -----------------------------------------------------------
   CHECKBOXES (Ship to address / Terms)
------------------------------------------------------------*/
.checkout-summary .form-row .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    margin-top: 1em;
    cursor: pointer;
}

.checkout-summary input[type="checkbox"] {
    transform: scale(1.5);
    margin-right: 10px;
}

/* -----------------------------------------------------------
   SUBMIT BUTTON (match CF7 submit button)
------------------------------------------------------------*/
.checkout-summary #place_order {
    font-size: calc(var(--font-scale) * 28px);
    font-weight: 300;
    letter-spacing: -.02em;
    font-family: monotype-grotesque, sans-serif;
    border: 1px solid white;
    text-align: center;
    padding: .6em 1em;
    background: transparent;
    color: #fff;
    width: 100%;
    cursor: pointer;
    transition: .3s ease;
}

.checkout-summary #place_order:hover {
    background-color: #28aae1;
    border-color: #28aae1;
}

/* Disabled */
.checkout-summary #place_order:disabled {
    opacity: .3;
    pointer-events: none;
}

.woocommerce-checkout-review-order-table {
    width: 100%;
    margin-bottom: 30px;
}

.woocommerce-checkout-review-order-table .product-name {
    text-align: left;
}

.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}

.woocommerce-checkout-review-order-table tfoot {
    text-align: right;
}

.woocommerce-privacy-policy-text  {
    margin-bottom: 30px;
}

.woocommerce-checkout .checkout .checkout-inline-error-message {
    color: #fff;
    font-size: 1.15em;
    margin-bottom: 0;
}

.woocommerce-error {
    border-top-color: #fff;
    background-color: #999252;
}

.woocommerce-error li {
    color:#fff;
}

.woocommerce-error a {
    color:#fff;
}

.woocommerce-info {
    border-top-color: #999252;
}

.woocommerce-info::before {
    color: #999252;
}

.checkout-summary #place_order:hover {
    background-color: #999252;
    border-color: #fff;
}

.account-navigation {
    margin-bottom: 30px;
}

.rf_account_block {
    margin-top: 30px;
}

.woocommerce-orders-table {
    width: 100%;
}

.woocommerce-orders-table thead {
    text-align: left;
    font-size: 20px;
}

.woocommerce-orders-table tr {
    border-bottom: 1px solid #fff;
    text-align: left;
}

.woocommerce-orders-table .woocommerce-button {
    width: 100%;
    background-color: initial;
    border: 1px solid #fff;
    color:#fff;
    margin: 10px 0;
}

.woocommerce-orders-table .woocommerce-button:hover {
    background-color: #7f7a42;
    border: 1px solid #7f7a42;
}


/* Base: stacked column layout (flex) */
.account-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; /* same as Tailwind gap-6 */
}

/* Large screens: switch to grid layout */
@media (min-width: 1024px) {
    .account-grid {
        display: grid;
        grid-template-columns: 2fr 11fr; /* same as lg:grid-cols-[5fr_7fr] */
        gap: 2rem; /* same as lg:gap-8 */
    }
}


/* Center wrapper */
.account-login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 0;
    flex-direction: column;
}

/* The login card */
.account-login-wrapper .login-box,
.account-login-wrapper form {
    width: 100%;
    max-width: 420px;
    background: #fff;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

/* Heading */
.account-login-wrapper h2 {
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

/* Form rows */
.account-login-wrapper .form-row,
.account-login-wrapper .woocommerce-form-row {
    margin-bottom: 1.25rem;
}

/* Labels */
.account-login-wrapper label {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 500;
    font-size: 0.9rem;
    color:#000;
}

/* Inputs */
.account-login-wrapper input.input-text {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color .2s;
    color:#000;
}

.account-login-wrapper input.input-text:focus {
    border-color: #888;
    outline: none;
}

/* Checkbox alignment */
.account-login-wrapper .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

/* Submit button */
.account-login-wrapper button.button {
    width: 100%;
    padding: 0.85rem;
    font-size: 1rem;
    border-radius: 6px;
    background: #000; /* Adjust to your brand colour */
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background .2s;
}

.account-login-wrapper button.button:hover {
    background: #333;
}

/* Lost password link */
.account-login-wrapper .lost_password {
    text-align: center;
    margin-top: 1rem;
}

.account-login-wrapper .lost_password a {
    font-size: 0.9rem;
    text-decoration: underline;
    color: #666;
}

.account-login-wrapper .lost_password a:hover {
    color: #000;
}

.lost_reset_password {
    color:#000;
}

.lost_reset_password .woocommerce-form-row {
    width: 100% !important;
}

.lost_reset_password label {
    margin-top: 30px !important;
}

.rf_account_heading {
    margin-bottom: 30px !important;
}

.woocommerce-order-details {
    margin-top: 30px;
    margin-bottom: 30px;
}

.order_details {
    width: 100%;
    text-align: left;
    margin-top:20px;
}
.order_details tbody    {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

mark {
    background: #999252 !important;   /* your brand color */
    color: #000;                       /* text color */
    padding: 0.1em 0.3em;
    border-radius: 3px;
}

.woocommerce-Address-title a {
    color:#999252;
}


/* ============================================================
   MY ACCOUNT — EDIT ACCOUNT FORM ONLY
   Target: /my-account/edit-account/
   ============================================================ */

/* Wrapper to control spacing */
.woocommerce-EditAccountForm {
    max-width: 700px;
    margin: 3rem auto;
    color: #fff;
}

/* Each row */
.woocommerce-EditAccountForm .form-row {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
}

/* Label styling */
.woocommerce-EditAccountForm label {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #fff;
}

/* Required star */
.woocommerce-EditAccountForm .required {
    color: #ffb900;
    margin-left: 3px;
}

/* Text inputs */
.woocommerce-EditAccountForm .input-text {
    padding: 0.75rem 1rem;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 1rem;
    border-radius: 4px;
    transition: border-color .2s ease;
}

/* Input focus */
.woocommerce-EditAccountForm .input-text:focus {
    outline: none;
    border-color: #999252;
}

/* Smaller helper text under Display Name */
.woocommerce-EditAccountForm em {
    font-size: 0.85rem;
    opacity: 0.75;
}

/* ------------------------------------
   FIELDSET (Password Change Section)
--------------------------------------- */
.woocommerce-EditAccountForm fieldset {
    border: 1px solid #fff;
    padding: 1.5rem;
    margin-top: 2rem;
    border-radius: 6px;
}

.woocommerce-EditAccountForm legend {
    padding: 0 0.5rem;
    font-size: 1.15rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

/* ------------------------------------
   TWO-COLUMN FIRST/LAST NAME FIELDS
--------------------------------------- */
.woocommerce-EditAccountForm .form-row-first,
.woocommerce-EditAccountForm .form-row-last {
    width: 100%;
}

@media (min-width: 700px) {
    .woocommerce-EditAccountForm .form-row-first,
    .woocommerce-EditAccountForm .form-row-last {
        width: calc(50% - 1rem);
    }

    .woocommerce-EditAccountForm .form-row-first {
        float: left;
        margin-right: 1rem;
    }

    .woocommerce-EditAccountForm .form-row-last {
        float: right;
        margin-left: 1rem;
    }
}

/* Clear floats */
.woocommerce-EditAccountForm .clear {
    clear: both;
}

/* ------------------------------------
   SUBMIT BUTTON
--------------------------------------- */
.woocommerce-EditAccountForm button.button {
    background-color: #999252;
    border: 1px solid #999252;
    color: #fff;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s ease;
    margin-top: 1rem;
}

.woocommerce-EditAccountForm button.button:hover {
    background-color: #7f7a42;
    border-color: #7f7a42;
}


/* ============================================================
   MY ACCOUNT – SHARED STYLING FOR ALL ACCOUNT FORMS
   Applies to: edit-account, edit-address (billing/shipping)
   ============================================================ */

/* Wrapper spacing */
.woocommerce-address-fields,
.woocommerce-EditAccountForm {
    max-width: 700px;
    margin: 3rem auto;
}

/* Headings */
.woocommerce-address-fields h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #fff;
}

/* ------- Form Rows ---------------------------------------- */
.woocommerce-address-fields .form-row,
.woocommerce-address-fields__field-wrapper .form-row {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
}

/* Labels */
.woocommerce-address-fields label {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #fff;
}

.woocommerce-address-fields .required {
    color: #ffb900;
}

/* Inputs */
.woocommerce-address-fields input.input-text,
.woocommerce-address-fields select,
.woocommerce-address-fields textarea {
    padding: 0.75rem 1rem;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 4px;
    font-size: 1rem;
    transition: border-color .2s ease;
}

.woocommerce-address-fields input.input-text:focus,
.woocommerce-address-fields select:focus {
    outline: none;
    border-color: #999252;
}

/* ------- Select2 Styling (Country Dropdown) --------------- */
.woocommerce-address-fields .select2-container--default .select2-selection--single {
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 4px !important;
    height: 50px !important;
}

.woocommerce-address-fields .select2-selection__rendered {
    line-height: 50px !important;
    color: #fff !important;
}

.woocommerce-address-fields .select2-selection__arrow {
    height: 50px !important;
}

/* ------- Two-column fields -------------------------------- */
.woocommerce-address-fields .form-row-first,
.woocommerce-address-fields .form-row-last {
    width: 100%;
}

@media (min-width: 700px) {
    .woocommerce-address-fields .form-row-first,
    .woocommerce-address-fields .form-row-last {
        width: calc(50% - 1rem);
    }

    .woocommerce-address-fields .form-row-first {
        float: left;
        margin-right: 1rem;
    }

    .woocommerce-address-fields .form-row-last {
        float: right;
        margin-left: 1rem;
    }
}

.woocommerce-address-fields .clear {
    clear: both;
}

/* ------- Submit Button ------------------------------------ */
.woocommerce-address-fields button.button {
    background-color: #999252;
    border: 1px solid #999252;
    color: #fff;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s ease;
    margin-top: 1rem;
    width: 100%;
}

.woocommerce-address-fields button.button:hover {
    background-color: #7f7a42;
    border-color: #7f7a42;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100%;
}