woocommerce.css


    /* =========================================================
       WooCommerce cards using the wholesale lot-card design
       ========================================================= */

.shop-archive-intro {
    padding: 86px 24px 62px;
    background: #fff;
    text-align: center;
}

.shop-archive-intro__inner {
    width: min(920px, 100%);
    margin-inline: auto;
}

.shop-archive-intro__eyebrow {
    margin: 0 0 14px;
    color: #00aebd;
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.3;
    text-transform: uppercase;

}

.shop-archive-intro h1 {
    margin: 0;
    color: #2b1847;
    font-size: clamp(2.75rem, 5.2vw, 4.75rem);
    letter-spacing: -0.045em;
    line-height: 1.04;
    text-align: center;
}

.shop-archive-intro__description {
    max-width: 780px;
    margin: 28px auto 0;
    color: #665c70;
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    line-height: 1.75;
}

body.post-type-archive-product .woocommerce-products-header {
    display: none;
}

.woocommerce-page-wrapper {
    width: min(1280px, calc(100% - 48px));
    margin-inline: auto;
    padding-block: 0 96px;
}

.woocommerce-page-wrapper .woocommerce-result-count,
.woocommerce-page-wrapper .woocommerce-ordering {
    margin-bottom: 28px;
}

.woocommerce-page-wrapper .woocommerce-result-count {
    color: #665c70;
    font-size: 0.95rem;
}

.woocommerce-page-wrapper .woocommerce-ordering select {
    min-height: 42px;
    padding: 8px 38px 8px 14px;
    border: 1px solid #dcd6e4;
    border-radius: 8px;
    color: #2b1847;
    background-color: #fff;
}

.wholesale-category-sections {
    display: flex;
    flex-direction: column;
    gap: 76px;
}

.wholesale-category-section {
    width: 100%;
}

.wholesale-category-section__header {
    margin-bottom: 30px;
}

.wholesale-category-section__eyebrow {
    margin: 0 0 8px;
    color: #00aebd;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    line-height: 1.3;
    text-transform: uppercase;
}

.wholesale-category-section__header h2 {
    margin: 0;
    color: #2b1847 !important;
    font-size: clamp(1.31rem, 2.25vw, 1.88rem);
    letter-spacing: -0.025em;
    line-height: 1.12;
}
.wholesale-category-section__header h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 4px;
    border-radius: 999px;
    background: #00aebd;
    content: "";
}

.wholesale-category-section__description {
    max-width: 760px;
    margin-top: 12px;
    color: #665c70;
    line-height: 1.65;
}

.wholesale-category-section__description > :last-child {
    margin-bottom: 0;
}

body.post-type-archive-product .woocommerce-page-wrapper ul.products,
body.tax-product_cat .woocommerce-page-wrapper ul.products {
    display: grid !important;
    width: 100%;
    margin: 0;
    clear: both;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 38px 32px;
}

.post-type-archive-product ul.products::before,
.post-type-archive-product ul.products::after,
.tax-product_cat ul.products::before,
.tax-product_cat ul.products::after {
    display: none;
}

.post-type-archive-product ul.products li.product.wholesale-shop-card,
.tax-product_cat ul.products li.product.wholesale-shop-card {
    float: none;
    width: auto !important;
    margin: 0 !important;
}

.wholesale-product-card {
    display: flex;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #e2dce8;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgb(43 24 71 / 8%);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.wholesale-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgb(43 24 71 / 14%);
}

.wholesale-product-card__image-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.woocommerce ul.products li.product .wholesale-product-card .lot-card__image img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
}

.wholesale-product-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px;
}

.woocommerce ul.products li.product .wholesale-product-card__title {
    min-height: 0;
    padding: 0;
    font-size: clamp(1.25rem, 1.7vw, 1.55rem);
    line-height: 1.2;
}

.wholesale-product-card__title a {
    color: inherit;
    text-decoration: none;
}

.wholesale-product-card__purchase {
    margin-top: auto;
}

.woocommerce ul.products li.product .wholesale-product-card__price {
    display: flex;
    margin: 0 0 16px;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
    color: #2b1847;
    font-size: 16px;
    font-weight: 700;
}

.woocommerce ul.products li.product .wholesale-product-card__price .price {
    margin: 0;
    color: inherit;
}

.wholesale-product-card__price small {
    font-size: 13px;
    font-weight: 500;
}

.woocommerce ul.products li.product .wholesale-product-card__purchase .button {
    display: flex;
    width: 100%;
    min-height: 46px;
    margin: 0;
    padding: 10px 18px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #0759c7;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.woocommerce ul.products li.product .wholesale-product-card__purchase .button:hover {
    background: #064ba8;
    color: #fff;
}

.woocommerce ul.products li.product .added_to_cart {
    display: block;
    margin-top: 12px;
    color: #2b1847;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 900px) {
    .shop-archive-intro {
        padding-block: 68px 50px;
    }

    .woocommerce-page-wrapper {
        width: min(100% - 32px, 720px);
    }

    body.post-type-archive-product .woocommerce-page-wrapper ul.products,
    body.tax-product_cat .woocommerce-page-wrapper ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 560px) {
    .shop-archive-intro {
        padding: 52px 18px 42px;
    }

    .shop-archive-intro h1 {
        font-size: clamp(2.35rem, 12vw, 3.25rem);
    }

    .shop-archive-intro__description {
        margin-top: 20px;
        line-height: 1.6;
    }

    .woocommerce-page-wrapper {
        width: min(100% - 24px, 430px);
        padding-block: 0 64px;
    }

    .woocommerce-page-wrapper .woocommerce-result-count,
    .woocommerce-page-wrapper .woocommerce-ordering {
        float: none;
        width: 100%;
    }

    .woocommerce-page-wrapper .woocommerce-ordering select {
        width: 100%;
    }

    .wholesale-category-sections {
        gap: 56px;
    }

    .wholesale-category-section__header {
        margin-bottom: 22px;
    }

    body.post-type-archive-product .woocommerce-page-wrapper ul.products,
    body.tax-product_cat .woocommerce-page-wrapper ul.products {
        grid-template-columns: 1fr !important;
    }
}

.lot-card__details--pallet {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lot-card__details--pallet > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 6px;
    min-width: 0;
}

.lot-card__details--pallet dt {
    min-height: 30px;
    font-size: 10px;
    line-height: 1.35;
}

.lot-card__details--pallet dd {
    width: 100%;
    margin: 0;
    font-size: 19px;
    line-height: 1.1;
    white-space: nowrap;
}

@media (max-width: 420px) {
    .lot-card__details--pallet dd {
        font-size: 17px;
    }
}
body.woocommerce-shop
.wholesale-category-section__header h2 {
    display: inline-block;
    width: fit-content;
    margin: 0;
    padding-bottom: 9px;
    border-bottom: 4px solid #00aebd;
    color: #2b1847 !important;
    text-decoration: none !important;
}
.wholesale-product-card__description {
    margin: 16px 0 24px;
    color: #665c70;
    font-size: 15px;
    line-height: 1.55;
    font-weight: bold;
}

.wholesale-product-card__description p {
    margin: 0;
}


/* Shop and Product Categories shared sea background */
body.post-type-archive-product .site-main
 {
    position: relative;
    background:
            linear-gradient(
                    rgba(255, 255, 255, 0.18),
                    rgba(255, 255, 255, 0.28)
            ),
            url("../images/bg/sea.webp") center top / cover no-repeat fixed;
}
.retailer-zero-tax .wc-block-components-totals-item {
    padding-top: 0;
    padding-bottom: 0;
}

.retailer-zero-tax .wc-block-components-totals-item__label,
.retailer-zero-tax .wc-block-components-totals-item__value {
    font-size: 14px;
}



/**** Classic checkout ****/
/* =========================================================
   Classic WooCommerce checkout
   ========================================================= */

body.woocommerce-checkout {
    background: #f7f8fc;
}

body.woocommerce-checkout .site-main,
body.woocommerce-checkout main {
    padding: 64px 24px 90px;
}

body.woocommerce-checkout .woocommerce {
    width: min(1240px, 100%);
    margin: 0 auto;
    color: #261943;
}

/* Notices */
body.woocommerce-checkout .woocommerce-notices-wrapper {
    margin-bottom: 24px;
}

/* Main two-column checkout */
body.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(380px, 0.85fr);
    gap: 44px;
    align-items: start;
}

/* Customer information */
body.woocommerce-checkout #customer_details {
    grid-column: 1;
    grid-row: 1 / span 2;
    min-width: 0;
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
    float: none;
    width: 100%;
}

body.woocommerce-checkout #customer_details .col-2 {
    margin-top: 32px;
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
    padding: 34px;
    background: #fff;
    border: 1px solid #ded9e8;
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(31, 22, 59, 0.07);
}

body.woocommerce-checkout .woocommerce-additional-fields {
    margin-top: 24px;
}

body.woocommerce-checkout h3 {
    margin: 0 0 26px;
    color: #261943;
    font-size: 24px;
    line-height: 1.25;
}

/* Fields */
body.woocommerce-checkout .form-row {
    margin: 0 0 20px;
}

body.woocommerce-checkout .form-row label {
    display: block;
    margin-bottom: 8px;
    color: #35294f;
    font-size: 14px;
    font-weight: 700;
}

body.woocommerce-checkout .form-row input.input-text,
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .form-row select,
body.woocommerce-checkout .select2-container .select2-selection {
    width: 100%;
    min-height: 52px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #cfc8dc;
    border-radius: 9px;
    color: #261943;
    font: inherit;
    box-sizing: border-box;
}

body.woocommerce-checkout .form-row textarea {
    min-height: 110px;
    resize: vertical;
}

body.woocommerce-checkout
.select2-container
.select2-selection--single
.select2-selection__rendered {
    padding: 4px 32px 4px 0;
    line-height: 26px;
}

body.woocommerce-checkout
.select2-container
.select2-selection--single
.select2-selection__arrow {
    top: 13px;
    right: 10px;
}

body.woocommerce-checkout .form-row input:focus,
body.woocommerce-checkout .form-row textarea:focus,
body.woocommerce-checkout .select2-container--focus .select2-selection {
    border-color: #215fc5;
    outline: 2px solid rgba(33, 95, 197, 0.15);
}

/* Order summary heading */
body.woocommerce-checkout #order_review_heading {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    padding: 30px 30px 0;
    background: #f9f8fc;
    border: 1px solid #ded9e8;
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    font-size: 24px;
}

/* Order summary */
body.woocommerce-checkout #order_review {
    grid-column: 2;
    grid-row: 2;
    margin-top: -44px;
    padding: 72px 30px 30px;
    background: #f9f8fc;
    border: 1px solid #ded9e8;
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(31, 22, 59, 0.08);
}

body.woocommerce-checkout table.shop_table {
    width: 100%;
    margin: 0 0 26px;
    border: 0;
    border-collapse: collapse;
    background: transparent;
}

body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td {
    padding: 16px 8px;
    border: 0;
    border-bottom: 1px solid #ded9e8;
    text-align: left;
    vertical-align: top;
}

body.woocommerce-checkout table.shop_table td:last-child,
body.woocommerce-checkout table.shop_table th:last-child {
    text-align: right;
}

body.woocommerce-checkout table.shop_table .order-total th,
body.woocommerce-checkout table.shop_table .order-total td {
    padding-top: 22px;
    border-bottom: 0;
    font-size: 21px;
    font-weight: 800;
}

/* Payment section */
body.woocommerce-checkout #payment {
    margin-top: 20px;
    padding: 22px;
    background: #fff;
    border: 1px solid #d8d2e2;
    border-radius: 14px;
}

body.woocommerce-checkout #payment ul.payment_methods {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

body.woocommerce-checkout #payment div.payment_box {
    margin: 16px 0;
    padding: 18px;
    background: #f4f2f8;
    border-radius: 10px;
    color: #35294f;
}

body.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #f4f2f8;
}

body.woocommerce-checkout #payment .payment_method_stripe iframe {
    min-height: 44px;
}

body.woocommerce-checkout #payment .form-row.place-order {
    margin: 20px 0 0;
    padding: 0;
}

/* Place-order button */
body.woocommerce-checkout #place_order {
    float: none;
    width: 100%;
    min-height: 56px;
    padding: 14px 22px;
    background: #215fc5;
    border: 0;
    border-radius: 9px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

body.woocommerce-checkout #place_order:hover {
    background: #174ca4;
}

/* Tax-exemption checkbox */
body.woocommerce-checkout .woocommerce-form__label-for-checkbox {
    display: flex;
    gap: 9px;
    align-items: center;
}

/* Express payment buttons */
body.woocommerce-checkout .wc-stripe-banner-checkout,
body.woocommerce-checkout .wc-stripe-express-checkout-element {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

/* Mobile */
@media (max-width: 900px) {
    body.woocommerce-checkout .site-main,
    body.woocommerce-checkout main {
        padding: 34px 16px 60px;
    }

    body.woocommerce-checkout form.checkout {
        display: block;
    }

    body.woocommerce-checkout #order_review_heading {
        margin-top: 32px;
        padding: 26px 22px 0;
    }

    body.woocommerce-checkout #order_review {
        margin-top: 0;
        padding: 24px 22px;
        border-radius: 0 0 16px 16px;
    }

    body.woocommerce-checkout .woocommerce-billing-fields,
    body.woocommerce-checkout .woocommerce-shipping-fields,
    body.woocommerce-checkout .woocommerce-additional-fields {
        padding: 24px 20px;
    }

    body.woocommerce-checkout .form-row-first,
    body.woocommerce-checkout .form-row-last {
        float: none;
        width: 100%;
    }
}
/* =========================================================
   Classic Checkout — final refinements
   ========================================================= */

/* Use more desktop width */
body.woocommerce-checkout .site-main,
body.woocommerce-checkout main {
    width: 100%;
    max-width: none;
}

body.woocommerce-checkout .woocommerce {
    width: min(1320px, calc(100vw - 48px)) !important;
    max-width: none !important;
}

/* Better column proportions */
body.woocommerce-checkout form.checkout {
    grid-template-columns:
        minmax(560px, 1.45fr)
        minmax(390px, 0.75fr);
    gap: 34px;
}

/* Remove the separate tab-like heading */
body.woocommerce-checkout #order_review_heading {
    display: none;
}

/* Place heading inside the summary card */
body.woocommerce-checkout #order_review {
    grid-column: 2;
    grid-row: 1;
    position: sticky;
    top: 24px;
    margin: 0;
    padding: 30px;
}

body.woocommerce-checkout #order_review::before {
    display: block;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ded9e8;
    color: #261943;
    content: "Order summary";
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

/* Hide the empty shipping card */
body.woocommerce-checkout
.woocommerce-shipping-fields:not(
    :has(#ship-to-different-address, input, select, textarea)
) {
    display: none;
}

/* Create-account checkbox */
body.woocommerce-checkout .woocommerce-account-fields {
    margin: 14px 0 24px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

/* Tax-exemption checkbox spacing */
body.woocommerce-checkout
.woocommerce-form__label-for-checkbox {
    margin-top: 8px;
    padding: 12px 14px;
    background: #f6f8fc;
    border: 1px solid #e0dbea;
    border-radius: 8px;
}

/* Cleaner privacy text */
body.woocommerce-checkout .woocommerce-privacy-policy-text {
    margin: 20px 0;
    color: #625874;
    font-size: 13px;
    line-height: 1.6;
}

/* Mobile correction */
@media (max-width: 900px) {
    body.woocommerce-checkout .woocommerce {
        width: 100% !important;
    }

    body.woocommerce-checkout form.checkout {
        display: block;
    }

    body.woocommerce-checkout #order_review {
        position: static;
        margin-top: 30px;
    }
}

/* Remove unwanted Stripe fieldset borders and separators */
body.woocommerce-checkout #payment fieldset,
body.woocommerce-checkout #payment .wc-credit-card-form {
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.woocommerce-checkout #payment fieldset:empty,
body.woocommerce-checkout
#wc-stripe-express-checkout-button-separator {
    display: none !important;
}

/* Reserve space while secure Stripe fields load */
body.woocommerce-checkout #payment .payment_box {
    min-height: 300px;
}


