/* Webseiten Studio Bridge 0.9.3 - automatic premium WooCommerce surface */
body.wsb-commerce-surface {
    --wsb-commerce-ink: var(--wsb-site-ink, #181914);
    --wsb-commerce-forest: var(--wsb-site-forest, #17372d);
    --wsb-commerce-forest-deep: var(--wsb-site-forest-2, #0d241d);
    --wsb-commerce-ivory: var(--wsb-site-ivory, #eee8dc);
    --wsb-commerce-paper: var(--wsb-site-paper, #fcfaf5);
    --wsb-commerce-amber: var(--wsb-site-amber, #b7783f);
    --wsb-commerce-line: var(--wsb-site-line, #d6ccbd);
    background: var(--wsb-commerce-ivory);
    color: var(--wsb-commerce-ink);
}

body.wsb-commerce-surface .site-main,
body.wsb-commerce-surface .content-area,
body.wsb-commerce-surface .lte-content-wrapper,
body.wsb-commerce-surface main#main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.wsb-commerce-surface .woocommerce,
body.wsb-commerce-surface .woocommerce-page main,
body.wsb-commerce-surface .site-main > .woocommerce {
    width: min(calc(100% - 48px), 1380px);
    margin: 0 auto;
    padding: clamp(76px, 8vw, 132px) 0 clamp(100px, 10vw, 160px);
}

body.wsb-commerce-surface .woocommerce-breadcrumb {
    margin: 0 0 28px;
    color: #7a776e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

body.wsb-commerce-surface .woocommerce-breadcrumb a {
    color: var(--wsb-commerce-amber);
}

body.wsb-commerce-surface .woocommerce-products-header,
body.wsb-commerce-surface .woocommerce > h1,
body.wsb-commerce-surface .woocommerce > h2,
body.wsb-commerce-surface .woocommerce-account .woocommerce > h2 {
    margin-bottom: clamp(42px, 5vw, 78px);
}

body.wsb-commerce-surface .woocommerce-products-header__title,
body.wsb-commerce-surface .woocommerce h1,
body.wsb-commerce-surface .woocommerce h2,
body.wsb-commerce-surface .woocommerce h3,
body.wsb-commerce-surface .product_title,
body.wsb-commerce-surface .cart_totals h2,
body.wsb-commerce-surface #order_review_heading,
body.wsb-commerce-surface .woocommerce-order-details__title,
body.wsb-commerce-surface .woocommerce-column__title {
    margin-top: 0;
    color: var(--wsb-commerce-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -.04em;
}

body.wsb-commerce-surface .woocommerce-products-header__title,
body.wsb-commerce-surface .woocommerce > h1 {
    max-width: 12ch;
    font-size: clamp(54px, 6vw, 96px);
    line-height: .94;
}

body.wsb-commerce-surface .woocommerce h2,
body.wsb-commerce-surface .cart_totals h2,
body.wsb-commerce-surface #order_review_heading {
    font-size: clamp(34px, 3.3vw, 54px);
    line-height: 1;
}

body.wsb-commerce-surface .woocommerce-result-count,
body.wsb-commerce-surface .woocommerce-ordering {
    margin-bottom: 42px;
    color: #706d64;
    font-size: 13px;
}

body.wsb-commerce-surface .woocommerce-ordering select,
body.wsb-commerce-surface select,
body.wsb-commerce-surface .select2-container .select2-selection--single {
    min-height: 52px;
    border: 1px solid var(--wsb-commerce-line);
    border-radius: 0;
    background: var(--wsb-commerce-paper);
    color: var(--wsb-commerce-ink);
}

/* Product archive */
body.wsb-commerce-surface .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 44px);
    clear: both;
    margin: 0;
}

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

body.wsb-commerce-surface .woocommerce ul.products li.product,
body.wsb-commerce-surface .woocommerce-page ul.products li.product {
    float: none;
    width: auto;
    margin: 0;
    padding: 0 0 30px;
    border-bottom: 1px solid var(--wsb-commerce-line);
    background: transparent;
}

body.wsb-commerce-surface .woocommerce ul.products li.product a img {
    aspect-ratio: 4 / 5;
    width: 100%;
    margin: 0 0 26px;
    object-fit: cover;
    filter: saturate(.9) contrast(1.03);
    transition: transform .45s ease, filter .3s ease;
}

body.wsb-commerce-surface .woocommerce ul.products li.product:hover a img {
    transform: translateY(-5px);
    filter: saturate(.97) contrast(1.04);
}

body.wsb-commerce-surface .woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0;
    color: var(--wsb-commerce-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 2.2vw, 34px);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -.03em;
}

body.wsb-commerce-surface .woocommerce ul.products li.product .price,
body.wsb-commerce-surface .woocommerce div.product p.price,
body.wsb-commerce-surface .woocommerce div.product span.price {
    margin: 18px 0;
    color: var(--wsb-commerce-amber);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
}

body.wsb-commerce-surface .woocommerce span.onsale {
    top: 18px;
    left: 18px;
    min-width: 0;
    min-height: 0;
    padding: 10px 13px;
    border-radius: 0;
    background: var(--wsb-commerce-forest);
    color: #fff;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .15em;
    text-transform: uppercase;
}

/* Buttons */
body.wsb-commerce-surface .woocommerce a.button,
body.wsb-commerce-surface .woocommerce button.button,
body.wsb-commerce-surface .woocommerce input.button,
body.wsb-commerce-surface .woocommerce #respond input#submit,
body.wsb-commerce-surface .wc-block-components-button,
body.wsb-commerce-surface .wp-element-button {
    min-height: 52px;
    padding: 17px 25px;
    border: 1px solid var(--wsb-commerce-forest);
    border-radius: 0;
    background: var(--wsb-commerce-forest);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .15em;
    text-transform: uppercase;
    transition: background-color .22s ease, border-color .22s ease, transform .22s ease;
}

body.wsb-commerce-surface .woocommerce a.button:hover,
body.wsb-commerce-surface .woocommerce button.button:hover,
body.wsb-commerce-surface .woocommerce input.button:hover,
body.wsb-commerce-surface .woocommerce #respond input#submit:hover,
body.wsb-commerce-surface .wc-block-components-button:hover,
body.wsb-commerce-surface .wp-element-button:hover {
    transform: translateY(-2px);
    border-color: var(--wsb-commerce-amber);
    background: var(--wsb-commerce-amber);
    color: #fff;
}

body.wsb-commerce-surface .woocommerce a.button.alt,
body.wsb-commerce-surface .woocommerce button.button.alt,
body.wsb-commerce-surface .woocommerce input.button.alt {
    background: var(--wsb-commerce-forest-deep);
}

/* Single product */
body.wsb-commerce-product .woocommerce div.product {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: clamp(48px, 7vw, 110px);
    align-items: start;
}

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

body.wsb-commerce-product .woocommerce div.product .summary {
    position: sticky;
    top: 128px;
    padding: clamp(36px, 4vw, 64px);
    border-top: 1px solid var(--wsb-commerce-line);
    border-bottom: 1px solid var(--wsb-commerce-line);
    background: rgba(252,250,245,.75);
}

body.wsb-commerce-product .woocommerce div.product .product_title {
    font-size: clamp(48px, 5vw, 80px);
    line-height: .95;
}

body.wsb-commerce-product .woocommerce-product-details__short-description,
body.wsb-commerce-product .woocommerce-product-details__short-description p {
    color: #66665f;
    font-size: 17px;
    line-height: 1.8;
}

body.wsb-commerce-product .woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

body.wsb-commerce-product .woocommerce .quantity .qty {
    width: 78px;
    min-height: 52px;
    border: 1px solid var(--wsb-commerce-line);
    border-radius: 0;
    background: var(--wsb-commerce-paper);
}

body.wsb-commerce-product .woocommerce div.product .woocommerce-tabs,
body.wsb-commerce-product .woocommerce div.product .related,
body.wsb-commerce-product .woocommerce div.product .upsells {
    grid-column: 1 / -1;
    margin-top: clamp(76px, 9vw, 130px);
}

body.wsb-commerce-product .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 34px;
    margin: 0 0 34px;
    padding: 0;
    border-bottom: 1px solid var(--wsb-commerce-line);
}

body.wsb-commerce-product .woocommerce div.product .woocommerce-tabs ul.tabs::before,
body.wsb-commerce-product .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body.wsb-commerce-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

body.wsb-commerce-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0 0 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.wsb-commerce-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 2px solid var(--wsb-commerce-amber);
}

body.wsb-commerce-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: var(--wsb-commerce-ink);
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

/* Notices */
body.wsb-commerce-surface .woocommerce-message,
body.wsb-commerce-surface .woocommerce-info,
body.wsb-commerce-surface .woocommerce-error {
    margin: 0 0 34px;
    padding: 24px 28px 24px 58px;
    border: 1px solid var(--wsb-commerce-line);
    border-top: 3px solid var(--wsb-commerce-forest);
    background: var(--wsb-commerce-paper);
    color: var(--wsb-commerce-ink);
}

body.wsb-commerce-surface .woocommerce-error {
    border-top-color: #8e3d2f;
}

body.wsb-commerce-surface .woocommerce-message::before,
body.wsb-commerce-surface .woocommerce-info::before {
    color: var(--wsb-commerce-amber);
}

/* Forms */
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-combobox .wc-block-components-combobox-control label {
    color: var(--wsb-commerce-ink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.wsb-commerce-surface .woocommerce form .form-row input.input-text,
body.wsb-commerce-surface .woocommerce form .form-row textarea,
body.wsb-commerce-surface .woocommerce form .form-row select,
body.wsb-commerce-surface .wc-block-components-text-input input,
body.wsb-commerce-surface .wc-block-components-combobox input {
    min-height: 56px;
    padding: 14px 16px;
    border: 1px solid var(--wsb-commerce-line);
    border-radius: 0;
    background: var(--wsb-commerce-paper);
    color: var(--wsb-commerce-ink);
    box-shadow: none;
}

body.wsb-commerce-surface .woocommerce form .form-row textarea {
    min-height: 150px;
}

body.wsb-commerce-surface .woocommerce form .form-row input.input-text:focus,
body.wsb-commerce-surface .woocommerce form .form-row textarea:focus,
body.wsb-commerce-surface .wc-block-components-text-input input:focus {
    outline: 1px solid var(--wsb-commerce-amber);
    border-color: var(--wsb-commerce-amber);
}

/* Cart and checkout */
body.wsb-commerce-cart .woocommerce-cart-form,
body.wsb-commerce-checkout .woocommerce-checkout,
body.wsb-commerce-order-received .woocommerce-order {
    padding: clamp(28px, 4vw, 54px);
    border: 1px solid var(--wsb-commerce-line);
    background: rgba(252,250,245,.78);
}

body.wsb-commerce-surface .woocommerce table.shop_table {
    border: 0;
    border-collapse: collapse;
    border-radius: 0;
    background: transparent;
}

body.wsb-commerce-surface .woocommerce table.shop_table th,
body.wsb-commerce-surface .woocommerce table.shop_table td {
    padding: 22px 16px;
    border-top: 0;
    border-bottom: 1px solid var(--wsb-commerce-line);
}

body.wsb-commerce-surface .woocommerce table.shop_table th {
    color: #6b685f;
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

body.wsb-commerce-surface .woocommerce table.shop_table .product-name a {
    color: var(--wsb-commerce-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
}

body.wsb-commerce-cart .cart-collaterals {
    margin-top: 54px;
}

body.wsb-commerce-cart .cart_totals {
    float: right;
    width: min(100%, 560px);
    padding: clamp(32px, 4vw, 52px);
    background: var(--wsb-commerce-forest);
    color: #fff;
}

body.wsb-commerce-cart .cart_totals h2,
body.wsb-commerce-cart .cart_totals th,
body.wsb-commerce-cart .cart_totals td {
    color: #fff;
    border-color: rgba(255,255,255,.2);
}

body.wsb-commerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .78fr);
    gap: clamp(42px, 6vw, 90px);
}

body.wsb-commerce-checkout #customer_details,
body.wsb-commerce-checkout #order_review_heading,
body.wsb-commerce-checkout #order_review {
    float: none;
    width: auto;
}

body.wsb-commerce-checkout #order_review_heading,
body.wsb-commerce-checkout #order_review {
    grid-column: 2;
}

body.wsb-commerce-checkout #customer_details {
    grid-row: 1 / span 2;
}

body.wsb-commerce-checkout #order_review {
    padding: 34px;
    background: var(--wsb-commerce-forest);
    color: #fff;
}

body.wsb-commerce-checkout #order_review table,
body.wsb-commerce-checkout #order_review th,
body.wsb-commerce-checkout #order_review td,
body.wsb-commerce-checkout #payment {
    color: #fff;
    border-color: rgba(255,255,255,.18);
    background: transparent;
}

body.wsb-commerce-checkout #payment div.payment_box {
    border-radius: 0;
    background: rgba(255,255,255,.1);
    color: #fff;
}

body.wsb-commerce-checkout #payment div.payment_box::before {
    border-bottom-color: rgba(255,255,255,.1);
}

/* Account */
body.wsb-commerce-account .woocommerce {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: clamp(34px, 6vw, 84px);
}

body.wsb-commerce-account .woocommerce-MyAccount-navigation,
body.wsb-commerce-account .woocommerce-MyAccount-content {
    float: none;
    width: auto;
}

body.wsb-commerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--wsb-commerce-line);
}

body.wsb-commerce-account .woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid var(--wsb-commerce-line);
}

body.wsb-commerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 18px 0;
    color: var(--wsb-commerce-ink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.wsb-commerce-account .woocommerce-MyAccount-navigation .is-active a {
    color: var(--wsb-commerce-amber);
}

body.wsb-commerce-account .woocommerce-MyAccount-content {
    min-height: 420px;
    padding: clamp(30px, 4vw, 54px);
    border: 1px solid var(--wsb-commerce-line);
    background: var(--wsb-commerce-paper);
}

/* Block Cart/Checkout compatibility */
body.wsb-commerce-surface .wc-block-cart,
body.wsb-commerce-surface .wc-block-checkout {
    color: var(--wsb-commerce-ink);
}

body.wsb-commerce-surface .wc-block-components-sidebar,
body.wsb-commerce-surface .wc-block-cart__main,
body.wsb-commerce-surface .wc-block-checkout__main {
    padding: clamp(24px, 3vw, 44px);
    border: 1px solid var(--wsb-commerce-line);
    background: rgba(252,250,245,.8);
}

body.wsb-commerce-surface .wc-block-components-order-summary,
body.wsb-commerce-surface .wc-block-components-totals-wrapper {
    border-color: var(--wsb-commerce-line);
}

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

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

    body.wsb-commerce-product .woocommerce div.product .summary {
        position: static;
    }

    body.wsb-commerce-checkout #customer_details,
    body.wsb-commerce-checkout #order_review_heading,
    body.wsb-commerce-checkout #order_review {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 767px) {
    body.wsb-commerce-surface .woocommerce,
    body.wsb-commerce-surface .woocommerce-page main,
    body.wsb-commerce-surface .site-main > .woocommerce {
        width: min(calc(100% - 32px), 1380px);
        padding-top: 64px;
    }

    body.wsb-commerce-surface .woocommerce-products-header__title,
    body.wsb-commerce-surface .woocommerce > h1 {
        font-size: clamp(44px, 13vw, 64px);
    }

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

    body.wsb-commerce-cart .woocommerce-cart-form,
    body.wsb-commerce-checkout .woocommerce-checkout,
    body.wsb-commerce-order-received .woocommerce-order,
    body.wsb-commerce-account .woocommerce-MyAccount-content {
        padding: 22px;
    }

    body.wsb-commerce-surface .woocommerce table.shop_table_responsive tr,
    body.wsb-commerce-surface .woocommerce-page table.shop_table_responsive tr {
        border-bottom: 1px solid var(--wsb-commerce-line);
    }

    body.wsb-commerce-cart .cart_totals {
        float: none;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.wsb-commerce-surface .woocommerce ul.products li.product a img,
    body.wsb-commerce-surface .woocommerce a.button,
    body.wsb-commerce-surface .woocommerce button.button,
    body.wsb-commerce-surface .woocommerce input.button {
        transition: none !important;
        transform: none !important;
    }
}
