/* WooCommerce-ready cachly surface 0.8.7.
 * Covers shop, product, cart, checkout, customer account and order-received routes.
 */
body.wsb-commerce-surface {
    background: #edf7f3 !important;
    color: #071f24;
}

body.wsb-commerce-surface .title_outer,
body.wsb-commerce-surface .title_outer .title,
body.wsb-commerce-surface .title_outer .title_holder,
body.wsb-commerce-surface .title_outer .breadcrumbs,
body.wsb-commerce-surface .mkd-title,
body.wsb-commerce-surface .mkdf-title,
body.wsb-commerce-surface .qodef-page-title,
body.wsb-commerce-surface .eltd-title,
body.wsb-commerce-surface .edgtf-title {
    display: none !important;
}

.wsb-commerce-shell {
    margin: 48px auto 92px;
    max-width: 1240px;
    padding: 0 24px;
    width: 100%;
}

.wsb-commerce-shell__hero {
    background:
        radial-gradient(circle at 86% 20%, rgba(142, 240, 196, 0.25), transparent 25%),
        linear-gradient(132deg, #071f24 0%, #0a3438 58%, #0c5548 100%);
    border-radius: 30px 30px 0 0;
    color: #ffffff;
    padding: 52px clamp(28px, 6vw, 72px) 48px;
}

.wsb-commerce-shell__eyebrow {
    background: rgba(142, 240, 196, 0.12);
    border: 1px solid rgba(142, 240, 196, 0.3);
    border-radius: 999px;
    color: #a9f4d2;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
    padding: 9px 13px;
    text-transform: uppercase;
}

.wsb-commerce-shell__title {
    color: #f8fffc !important;
    font-size: clamp(42px, 6vw, 72px) !important;
    font-weight: 800 !important;
    letter-spacing: -0.055em !important;
    line-height: 1.02 !important;
    margin: 26px 0 16px !important;
    text-transform: none !important;
}

.wsb-commerce-shell__intro {
    color: #cce3db !important;
    font-size: clamp(16px, 1.8vw, 20px) !important;
    line-height: 1.65 !important;
    margin: 0 !important;
    max-width: 760px;
}

.wsb-commerce-shell__body {
    background: #ffffff;
    border: 1px solid rgba(17, 83, 69, 0.16);
    border-radius: 0 0 30px 30px;
    box-shadow: 0 28px 80px rgba(7, 31, 36, 0.1);
    padding: clamp(28px, 5vw, 64px);
}

.wsb-commerce-shell__body > h1:first-child,
.wsb-commerce-shell__body .woocommerce > h1:first-child {
    display: none !important;
}

body.wsb-commerce-surface .woocommerce {
    color: #071f24;
    font-size: 16px;
    line-height: 1.65;
}

body.wsb-commerce-surface .woocommerce a {
    color: #0b6a55;
}

body.wsb-commerce-surface .woocommerce button.button,
body.wsb-commerce-surface .woocommerce a.button,
body.wsb-commerce-surface .woocommerce input.button,
body.wsb-commerce-surface .woocommerce #respond input#submit,
body.wsb-commerce-surface .wc-block-components-button {
    align-items: center;
    background: #0b6a55 !important;
    border: 1px solid #0b6a55 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    display: inline-flex;
    font-size: 15px !important;
    font-weight: 800 !important;
    justify-content: center;
    line-height: 1.2 !important;
    min-height: 48px;
    padding: 13px 22px !important;
    text-decoration: none !important;
    text-transform: none !important;
}

body.wsb-commerce-surface .woocommerce button.button:hover,
body.wsb-commerce-surface .woocommerce a.button:hover,
body.wsb-commerce-surface .woocommerce input.button:hover,
body.wsb-commerce-surface .wc-block-components-button:hover {
    background: #084e40 !important;
    border-color: #084e40 !important;
}

body.wsb-commerce-surface .woocommerce input.input-text,
body.wsb-commerce-surface .woocommerce textarea,
body.wsb-commerce-surface .woocommerce select,
body.wsb-commerce-surface .wc-block-components-text-input input,
body.wsb-commerce-surface .wc-block-components-combobox-control input,
body.wsb-commerce-surface .wc-block-components-textarea {
    background: #fbfefd !important;
    border: 1px solid rgba(17, 83, 69, 0.26) !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    color: #071f24 !important;
    font-size: 16px !important;
    min-height: 50px;
    padding: 12px 14px !important;
}

body.wsb-commerce-surface .woocommerce input.input-text:focus,
body.wsb-commerce-surface .woocommerce textarea:focus,
body.wsb-commerce-surface .woocommerce select:focus,
body.wsb-commerce-surface .wc-block-components-text-input input:focus,
body.wsb-commerce-surface .wc-block-components-combobox-control input:focus {
    border-color: #0b6a55 !important;
    box-shadow: 0 0 0 3px rgba(11, 106, 85, 0.12) !important;
    outline: none;
}

body.wsb-commerce-surface .woocommerce form .form-row label,
body.wsb-commerce-surface .wc-block-components-text-input label,
body.wsb-commerce-surface .wc-block-components-checkbox__label {
    color: #173d38;
    font-weight: 700;
}

body.wsb-commerce-surface .woocommerce table.shop_table,
body.wsb-commerce-surface .wc-block-cart-items,
body.wsb-commerce-surface .wc-block-components-totals-wrapper,
body.wsb-commerce-surface .woocommerce .cart-collaterals .cart_totals,
body.wsb-commerce-surface .woocommerce-checkout-review-order,
body.wsb-commerce-surface .woocommerce-MyAccount-navigation,
body.wsb-commerce-surface .woocommerce-MyAccount-content {
    background: #ffffff;
    border: 1px solid rgba(17, 83, 69, 0.16) !important;
    border-radius: 18px !important;
    box-shadow: none;
}

body.wsb-commerce-surface .woocommerce table.shop_table {
    border-collapse: separate !important;
    border-spacing: 0;
    overflow: hidden;
}

body.wsb-commerce-surface .woocommerce table.shop_table th,
body.wsb-commerce-surface .woocommerce table.shop_table td {
    border-color: rgba(17, 83, 69, 0.12) !important;
    padding: 16px !important;
}

body.wsb-commerce-surface .woocommerce-message,
body.wsb-commerce-surface .woocommerce-info,
body.wsb-commerce-surface .woocommerce-error,
body.wsb-commerce-surface .wc-block-components-notice-banner {
    background: #f4fbf8 !important;
    border: 1px solid rgba(11, 106, 85, 0.2) !important;
    border-left: 4px solid #0b6a55 !important;
    border-radius: 14px !important;
    color: #173d38 !important;
    margin-bottom: 24px !important;
    padding: 16px 18px !important;
}

body.wsb-commerce-surface .woocommerce .quantity .qty {
    border: 1px solid rgba(17, 83, 69, 0.24) !important;
    border-radius: 10px !important;
    min-height: 44px;
    width: 78px;
}

body.wsb-commerce-surface .woocommerce ul.products {
    display: grid !important;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.wsb-commerce-surface .woocommerce ul.products::before,
body.wsb-commerce-surface .woocommerce ul.products::after {
    display: none !important;
}

body.wsb-commerce-surface .woocommerce ul.products li.product {
    background: #ffffff;
    border: 1px solid rgba(17, 83, 69, 0.16);
    border-radius: 20px;
    float: none !important;
    margin: 0 !important;
    padding: 20px;
    width: auto !important;
}

body.wsb-commerce-surface .woocommerce ul.products li.product img {
    border-radius: 14px;
    margin-bottom: 18px !important;
}

body.wsb-commerce-surface .woocommerce div.product {
    display: grid;
    gap: clamp(30px, 5vw, 64px);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

body.wsb-commerce-surface .woocommerce div.product div.images,
body.wsb-commerce-surface .woocommerce div.product div.summary {
    float: none !important;
    margin: 0 !important;
    width: auto !important;
}

body.wsb-commerce-surface .woocommerce div.product .product_title {
    color: #071f24;
    font-size: clamp(36px, 5vw, 60px);
    letter-spacing: -0.045em;
    line-height: 1.04;
}

body.wsb-commerce-surface .woocommerce-checkout .col2-set,
body.wsb-commerce-surface .woocommerce-account .woocommerce {
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
}

body.wsb-commerce-surface .woocommerce-checkout .col2-set .col-1,
body.wsb-commerce-surface .woocommerce-checkout .col2-set .col-2 {
    float: none !important;
    width: auto !important;
}

body.wsb-commerce-surface .woocommerce-MyAccount-navigation,
body.wsb-commerce-surface .woocommerce-MyAccount-content {
    float: none !important;
    padding: 24px;
    width: auto !important;
}

body.wsb-commerce-surface .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.wsb-commerce-surface .woocommerce-MyAccount-navigation li + li {
    border-top: 1px solid rgba(17, 83, 69, 0.12);
}

body.wsb-commerce-surface .woocommerce-MyAccount-navigation a {
    display: block;
    font-weight: 700;
    padding: 12px 0;
    text-decoration: none;
}

@media (max-width: 980px) {
    body.wsb-commerce-surface .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.wsb-commerce-surface .woocommerce div.product,
    body.wsb-commerce-surface .woocommerce-checkout .col2-set,
    body.wsb-commerce-surface .woocommerce-account .woocommerce {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .wsb-commerce-shell {
        margin: 24px auto 64px;
        padding: 0 10px;
    }

    .wsb-commerce-shell__hero {
        border-radius: 22px 22px 0 0;
        padding: 36px 22px 34px;
    }

    .wsb-commerce-shell__title {
        font-size: clamp(36px, 12vw, 52px) !important;
    }

    .wsb-commerce-shell__body {
        border-radius: 0 0 22px 22px;
        padding: 24px 18px;
    }

    body.wsb-commerce-surface .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    body.wsb-commerce-surface .woocommerce table.shop_table,
    body.wsb-commerce-surface .woocommerce table.shop_table tbody,
    body.wsb-commerce-surface .woocommerce table.shop_table tr,
    body.wsb-commerce-surface .woocommerce table.shop_table td {
        display: block;
        width: 100%;
    }

    body.wsb-commerce-surface .woocommerce button.button,
    body.wsb-commerce-surface .woocommerce a.button,
    body.wsb-commerce-surface .woocommerce input.button,
    body.wsb-commerce-surface .wc-block-components-button {
        width: 100%;
    }
}
