/*-----------------------------------------------------------------------
    WooCommerce Notices
-----------------------------------------------------------------------*/

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-notice,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-error li {
    clear: both;
    border: 0;
    list-style: none;
    display: block !important;
    outline: none !important;
}

.woocommerce .woocommerce-notices-wrapper,
.woocommerce .woocommerce-NoticeGroup {
    width: 100%;
}

.woocommerce .woocommerce-notices-wrapper > *,
.woocommerce .woocommerce-error li:not(:only-child) {
    margin: 0 0 10px !important;
}

.woocommerce .woocommerce-notices-wrapper > *:last-child,
.woocommerce .woocommerce-form-coupon-toggle,
.woocommerce .woocommerce-form-login-toggle {
    margin: 0 0 20px !important;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-notice,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error li {
    padding: 8px 15px !important;
    font-size: 14px !important;
    background: var(--wheat);
    border-radius: var(--border-radius-sm) !important;
}

.woocommerce .woocommerce-error li {
    background: rgba(var(--red-rgb), 25%);
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-error li:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-notice:before,
.woocommerce .woocommerce-message:before {
    display: none;
}

.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-notice a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-notice .button,
.woocommerce .woocommerce-message .button {
    display: inline-block !important;
    min-width: auto;
    width: fit-content;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 500 !important;
    text-decoration: none !important;
    text-transform: inherit !important;
    background: transparent !important;
}

/*-----------------------------------------------------------------------
    WooCommerce Forms
-----------------------------------------------------------------------*/

.woocommerce form:not([id*="gform"]),
.woocommerce form:not([id*="gform"]) fieldset,
.woocommerce div[class*="fields__field-wrapper"],
.woocommerce form.woocommerce-cart-form .coupon {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
}

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

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
    width: calc(50% - (15px / 2)) !important;
}

.woocommerce form h1,
.woocommerce form h2,
.woocommerce form h3 {
    flex: 100%;
}

.woocommerce form p a {
    text-decoration: underline;
}

.woocommerce form .clear,
.woocommerce form button.show-password-input,
.woocommerce form.woocommerce-EditAccountForm p.form-row span em {
    display: none !important;
}

.woocommerce form label[class*="label-for-checkbox"],
.woocommerce form label[class*="label-for-checkbox"] span {
    margin-bottom: 0 !important;
    text-transform: none !important;
    display: flex !important;
    align-items: center;
    width: fit-content;
}

/* Login / Register */

.woocommerce form.woocommerce-form-login,
.woocommerce form.woocommerce-form-register {
    width: 100%;
    margin: auto;
    /* flex-direction: column; */
}

.woocommerce form.woocommerce-form-login button[type="submit"],
.woocommerce form.woocommerce-form-register button[type="submit"] {
    margin-top: 15px !important;
}

/* Quantity Selector */

.woocommerce .quantity {
    position: relative;
}

.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
}

.woocommerce .quantity input {
    text-align: center;
    padding-left: 46px !important;
    padding-right: 46px !important;
    border-color: var(--gold) !important;
    background: var(--white);
    z-index: 9;
}

.woocommerce .quantity span {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 99;
    cursor: pointer;
}

.woocommerce .quantity span svg {
    width: 18px;
    height: 18px;
    stroke-width: 1.5;
}

.woocommerce .quantity span.decrement {
    left: 0;
    border-right: 1px solid var(--gold);
}

.woocommerce .quantity span.increment {
    right: 0;
    border-left: 1px solid var(--gold);
}

/*-----------------------------------------------------------------------
    WooCommerce Tables
-----------------------------------------------------------------------*/

.woocommerce table .button,
.woocommerce table .button:hover,
.woocommerce table .button:focus {
    display: inline-block !important;
}

/* Product Data */

.woocommerce table .product-remove a {
    display: block;
    text-align: center;
    font-size: 20px !important;
    text-decoration: none;
}

.woocommerce table .product-remove a:hover {
    color: var(--red);
}

.woocommerce table .product-name,
.woocommerce table .product-name a {
    font-weight: 500;
}

.woocommerce table .product-name a:hover {
    color: var(--gold);
}

.woocommerce table .product-name .variation,
.woocommerce table .product-name .wc-item-meta {
    margin: 5px 0 0;
    display: block;
}

.woocommerce table .product-name .variation *,
.woocommerce table .product-name .wc-item-meta * {
    font-size: 12px !important;
    line-height: 18px !important;
}

.woocommerce table .product-name .variation dt {
    float: left;
    margin-right: 5px;
}

.woocommerce table .product-name .variation dd {
    margin: 0;
}

.woocommerce table .product-name .wc-item-meta,
.woocommerce table .product-name .wc-item-meta li {
    padding: 0;
}

.woocommerce table .product-name .wc-item-meta li:before {
    display: none;
}

.woocommerce table .product-name .wc-item-meta li {
    display: flex;
    gap: 5px;
}

.woocommerce table .product-thumbnail,
.woocommerce table .product-thumbnail img {
    width: 100px;
}

.woocommerce table .product-thumbnail img {
    height: auto;
    margin: 0 !important;
    border-radius: 3px;
    border: 1px solid var(--cream);
}

.woocommerce table .product-quantity .quantity {
    max-width: 140px;
}

/* Responsive */

@media (max-width: 770px) {
    .woocommerce table.shop_table_responsive,
    .woocommerce table.shop_table_responsive thead,
    .woocommerce table.shop_table_responsive tbody,
    .woocommerce table.shop_table_responsive th,
    .woocommerce table.shop_table_responsive td,
    .woocommerce table.shop_table_responsive tr {
        display: block;
    }

    .woocommerce table.shop_table_responsive th,
    .woocommerce table.shop_table_responsive td,
    .woocommerce table.shop_table_responsive tr {
        position: relative;
        width: 100% !important;
        min-width: 100% !important;
        border: 0 !important;
    }

    .woocommerce table.shop_table_responsive td[data-title] {
        padding-left: 120px;
    }

    .woocommerce table.shop_table_responsive td[data-title]:before {
        content: attr(data-title);
        font-size: 14px;
        font-weight: 600;
        max-width: 100px;
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .woocommerce table.shop_table_responsive thead,
    .woocommerce table.shop_table_responsive th {
        display: none;
    }
}

/*-----------------------------------------------------------------------
    Badges
-----------------------------------------------------------------------*/

.backbeach-theme .badge,
.backbeach-theme span.onsale,
.backbeach-theme p.stock {
    display: inline-block;
    background: var(--ocean);
    border-radius: 3px;
    color: var(--white);
    font-size: 11px !important;
    line-height: 16px;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 4px 8px !important;
}

.backbeach-theme p.stock.out-of-stock,
.backbeach-theme span.onsale,
.backbeach-theme .badge.sale {
    background: var(--red) !important;
}

/*-----------------------------------------------------------------------
   Price
-----------------------------------------------------------------------*/

.backbeach-theme .price,
.backbeach-theme .price *,
.backbeach-theme .woocommerce-Price-amount,
.backbeach-theme .woocommerce-Price-amount * {
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px !important;
}

.backbeach-theme .price ins,
.backbeach-theme .woocommerce-Price-amount ins {
    text-decoration: none;
}

.backbeach-theme .price ins *,
.backbeach-theme .woocommerce-Price-amount ins * {
    color: var(--red);
}

/*-----------------------------------------------------------------------
    Cart
-----------------------------------------------------------------------*/

/* Coupon */

.woocommerce-cart form.woocommerce-form-coupon,
.woocommerce-cart form.woocommerce-cart-form .coupon {
    align-items: center;
}

.woocommerce-cart form.woocommerce-form-coupon *[type="submit"],
.woocommerce-cart form.woocommerce-cart-form .coupon input,
.woocommerce-cart form.woocommerce-cart-form .coupon *[type="submit"] {
    width: fit-content !important;
}

.woocommerce-cart form.woocommerce-form-coupon p,
.woocommerce-cart form.woocommerce-cart-form .coupon p {
    width: 100%;
}

.woocommerce-cart form.woocommerce-form-coupon {
    margin-bottom: 20px;
}

/* Totals */

.woocommerce-cart .cart-collaterals {
    max-width: 560px;
    margin: 0 0 0 auto;
}

.woocommerce-cart .cart-collaterals h2,
.woocommerce-cart .cart-collaterals h3,
.woocommerce-cart .cart-collaterals table {
    margin: 20px 0;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    max-width: fit-content;
    margin: 0 0 0 auto !important;
    float: none;
}

.woocommerce-cart .cross-sells {
    display: none;
}

/* Shipping Calculator */

.woocommerce-cart form.woocommerce-shipping-calculator {
    flex-direction: column;
    max-width: 400px;
}

.woocommerce-cart form.woocommerce-shipping-calculator p.form-row {
    margin-bottom: 15px !important;
}

.woocommerce-cart a.shipping-calculator-button {
    display: block;
    margin: 5px 0;
    text-decoration: underline;
}

.woocommerce-cart p.woocommerce-shipping-destination {
    font-size: 14px !important;
}

/* Empty Message */

.woocommerce-cart .return-to-shop .button {
    margin: 20px auto 0;
    display: inline-block !important;
    font-style: normal !important;
    text-decoration: none !important;
    transition: var(--transition) all;
}

/* Responsive */

@media (min-width: 771px) {
    .woocommerce-cart form.woocommerce-cart-form .coupon {
        float: left;
    }

    .woocommerce-cart form.woocommerce-cart-form button[name="update_cart"] {
        float: right;
    }
}

@media (max-width: 770px) {
    .woocommerce-cart form.woocommerce-form-coupon button {
        width: 100%;
    }

    .woocommerce-cart form.woocommerce-cart-form button[name="update_cart"] {
        margin-top: 15px;
        width: 100%;
    }
}

/*-----------------------------------------------------------------------
    Checkout
-----------------------------------------------------------------------*/

/* .woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: 1fr 440px;
    gap: 60px;
} */

.woocommerce-checkout form.checkout,
.woocommerce-checkout .woocommerce-account-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-checkout-payment {
    margin-top: 20px;
}

.woocommerce-checkout h3,
.woocommerce-checkout form.woocommerce-form-login,
.woocommerce-checkout form.woocommerce-form-coupon {
    margin-bottom: 20px;
}

/* Validation */

.woocommerce-checkout form.checkout .woocommerce-invalid-required-field label,
.woocommerce-checkout form.checkout .checkout-inline-error-message {
    color: #c02b0a !important;
}

.woocommerce-checkout form.checkout .woocommerce-invalid-required-field input {
    border-color: #c02b0a !important;
}

.woocommerce-checkout form.checkout .checkout-inline-error-message {
    margin: 5px 0;
    font-size: 12px !important;
    font-weight: 400 !important;
    text-transform: none;
}

/* Shipping */

.woocommerce ul.woocommerce-shipping-methods li {
    display: flex;
    margin: 5px 0;
}

.woocommerce ul.woocommerce-shipping-methods li label {
    margin: 2px 0 !important;
}

.woocommerce ul.woocommerce-shipping-methods li label * {
    font-weight: inherit !important;
    font-size: inherit !important;
}

/* Payment */

.woocommerce-checkout .woocommerce-checkout-payment {
    padding: 15px;
    background: var(--wheat);
    border-radius: var(--border-radius-sm);
}

.woocommerce-checkout ul.wc_payment_methods {
    width: 100%;
}

.woocommerce-checkout ul.wc_payment_methods li {
    margin: 0 0 15px !important;
}

.woocommerce-checkout ul.wc_payment_methods .wc_payment_method > input,
.woocommerce-checkout ul.wc_payment_methods .wc_payment_method > label {
    display: inline-block !important;
    vertical-align: middle;
}

.woocommerce-checkout ul.wc_payment_methods .payment_box {
    display: block;
    width: 100%;
    padding: 15px;
    margin: 15px 0;
    background: var(--beige);
    border-radius: var(--border-radius-sm);
}

/* Place Order */

.woocommerce-checkout form.woocommerce-checkout button#place_order {
    margin-top: 20px;
}

/* Responsive */

/* @media (max-width: 990px) {
    .woocommerce-checkout form.checkout {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }
} */

/*-----------------------------------------------------------------------
    Thank You
-----------------------------------------------------------------------*/

.woocommerce ul.woocommerce-order-overview,
.woocommerce .woocommerce-bacs-bank-details h2,
.woocommerce .woocommerce-customer-details h2,
.woocommerce .woocommerce-order-details h2 {
    margin: 20px 0;
}

.woocommerce ul.woocommerce-order-overview {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce ul.woocommerce-order-overview li:not(:last-child) {
    padding: 0 20px 0 0 !important;
    margin: 5px 20px 5px 0 !important;
    border-right: 1px dashed var(--gold);
}

/*-----------------------------------------------------------------------
    Account
-----------------------------------------------------------------------*/

.woocommerce-account p a {
    text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-content h1,
.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 28px;
}

.woocommerce-account .woocommerce-MyAccount-content > *:not(.woocommerce-notices-wrapper) {
    margin: 0 0 15px !important;
}

/* Navigation */

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(var(--plum-rgb), 25%);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    position: relative;
    display: block;
    padding: 0 16px 10px;
    color: var(--plum);
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--plum);
    opacity: 0;
    transition: var(--transition) opacity;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a:after,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:after {
    opacity: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*="address"],
.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*="downloads"] {
    display: none;
}

/* Order Comments */

.woocommerce-account ol.woocommerce-OrderUpdates {
    margin: 0;
}

.woocommerce-account ol.woocommerce-OrderUpdates li:before,
.woocommerce-account ol.woocommerce-OrderUpdates li .clear {
    display: none;
}

.woocommerce-account ol.woocommerce-OrderUpdates li {
    padding: 10px 15px;
    border: 1px solid var(-wheat);
    margin-bottom: 10px;
}

.woocommerce-account ol.woocommerce-OrderUpdates li .comment-text > * {
    margin: 5px 0 !important;
    display: block;
}

.woocommerce-account ol.woocommerce-OrderUpdates li p.meta {
    font-size: 12px !important;
    opacity: 50%;
    margin-bottom: 10px;
}

/* Addresses */

.woocommerce address {
    padding: 15px;
    background: var(--wheat);
    border-radius: var(--border-radius-sm);
}

.woocommerce .woocommerce-Address-title > * {
    display: block;
    margin: 0 0 15px !important;
}

.woocommerce .woocommerce-Address-title a {
    text-decoration: underline;
}

/* Login / Register / Forgot Password */

.woocommerce-account:not(.logged-in) .block-woocommerce .woocommerce {
    margin: 0 auto;
    max-width: 520px;
}

.woocommerce-account form.woocommerce-form-login,
.woocommerce-account form.woocommerce-form-register,
.woocommerce-account form.woocommerce-ResetPassword {
    padding: 25px;
    background: var(--wheat);
    border-radius: var(--border-radius-sm);
}

.woocommerce-account form.woocommerce-form-register {
    margin-top: 30px;
}

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

/* Responsive */

@media (max-width: 770px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 30px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        width: fit-content;
    }
}

/*-----------------------------------------------------------------------
    Block - Category Feed
-----------------------------------------------------------------------*/

.block-category-feed .listing-categories {
    gap: 0;
}

/* Entry */

.backbeach-theme .entry-category {
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.backbeach-theme .listing-categories:not([class*="grid-col-3"]) .entry-category {
    aspect-ratio: 4 / 3;
}

.backbeach-theme .entry-category .inner-entry-content {
    padding: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.backbeach-theme .entry-category .button-group {
    margin-top: 25px;
}

.backbeach-theme .entry-category:hover .button-group .button-light {
    background: var(--wheat) !important;
}

.backbeach-theme .entry-category .background-image {
    transition: var(--transition) transform;
}

.backbeach-theme .entry-category:hover .background-image {
    transform: scale(105%);
}

/* Responsive */

@media (max-width: 860px) {
    .block-category-feed .listing-categories {
        grid-template-columns: 1fr;
    }

    .backbeach-theme .entry-category {
        aspect-ratio: 4 / 3;
    }
}

/*-----------------------------------------------------------------------
    Block - Product Feed
-----------------------------------------------------------------------*/

/* Carousel */

.backbeach-theme .carousel-products .swiper-pagination {
    display: none;
}

.block-product-feed .swiper-navigation {
    display: flex;
}

/* Entry */

.backbeach-theme .entry-product {
    overflow: hidden;
    height: 100%;
}

.backbeach-theme .entry-product .badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 999;
}

.backbeach-theme .entry-product .inner-entry-image {
    position: relative;
}

.backbeach-theme .entry-product .inner-entry-image .background-image {
    transition: var(--transition) transform;
}

.backbeach-theme .entry-product:hover .inner-entry-image .background-image {
    transform: scale(105%);
}

.backbeach-theme .entry-product .inner-entry-content {
    padding: 15px 0;
}

.backbeach-theme .entry-product .inner-entry-content > *:not(:last-child) {
    margin: 0 0 5px;
}

/* Responsive */

@media (max-width: 640px) {
    .block-product-feed .inner-block-head .wysiwyg-content {
        text-align: center;
    }

    .block-product-feed .swiper-carousel-wrap,
    .backbeach-theme .carousel-products {
        overflow: visible;
    }

    .backbeach-theme .carousel-products .swiper-pagination {
        display: flex;
        margin-top: 30px;
    }

    .block-product-feed .swiper-navigation {
        display: none;
    }
}

/*-----------------------------------------------------------------------
    Block - Product Filter
-----------------------------------------------------------------------*/

.block-product-filter {
    overflow: clip !important;
}

.block-product-filter .inner-block-wrap {
    gap: 30px;
}

.block-product-filter .inner-block-wrap .flex-main {
    flex: 1;
}

/* Header */

.block-product-filter .product-listing-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 40px;
    margin-bottom: 25px;
}

.block-product-filter .product-listing-header p[class*="result-count"] {
    font-size: 14px !important;
}

.block-product-filter form.woocommerce-ordering:before {
    content: "Sort by: ";
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
}

.block-product-filter form.woocommerce-ordering {
    gap: 5px;
}

.block-product-filter form.woocommerce-ordering select {
    flex: 1;
    padding: 0 20px 0 0 !important;
    background-position: right !important;
    background-color: transparent !important;
    border: 0 !important;
}

/* Sidebar */

.block-product-filter .flex-sidebar > h4 {
    margin-bottom: 25px;
}

/* Filter Form */

.backbeach-theme form.product-filter-form {
    gap: 0 !important;
}

.backbeach-theme form.product-filter-form .inner-form-head {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.backbeach-theme form.product-filter-form .inner-form-head,
.backbeach-theme form.product-filter-form .inner-filter-group > h6 {
    margin: 0 0 15px !important;
}

.backbeach-theme form.product-filter-form .inner-filter-group {
    width: 100%;
    padding: 12px 0;
    border-top: 1px solid var(--wheat);
}

.backbeach-theme form.product-filter-form .inner-filter-group:last-of-type {
    border-bottom: 1px solid var(--wheat);
}

.backbeach-theme form.product-filter-form .group-item {
    margin: 8px 0 !important;
    font-weight: 400 !important;
    text-transform: none;
}

.backbeach-theme form.product-filter-form .group-item > span {
    margin: 1px 0;
    display: inline-block;
    width: calc(100% - 40px);
}

.backbeach-theme form.product-filter-form .group-item span.count {
    opacity: 50%;
}

.backbeach-theme form.product-filter-form input[type="checkbox"] {
    min-height: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    border-radius: 3px;
}

.backbeach-theme form.product-filter-form button[type="submit"] {
    width: 100%;
    margin-top: 20px;
}

.block-product-filter .product-filter-header {
    position: sticky;
    top: calc(var(--header-height) + var(--notice-height));
    z-index: 20000;
}

body.backbeach-theme.admin-bar .block-product-filter .product-filter-header {
    top: calc(var(--header-height) + var(--notice-height) + var(--admin-height));
}

.block-product-filter .product-filter-header div[class*="trigger"] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: var(--wheat);
    cursor: pointer;
}

.block-product-filter .product-filter-header div[class*="trigger"] p,
.block-product-filter .product-filter-header div[class*="trigger"] span {
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 500;
}

.block-product-filter .product-filter-header div[class*="trigger"] p {
    font-weight: 400;
    margin-left: auto;
}

.block-product-filter .product-filter-header div[class*="trigger"] svg {
    width: 18px;
    height: 18px;
}

/* Responsive */

@media (min-width: 861px) {
    .block-product-filter .inner-block-wrap .flex-sidebar {
        width: 350px;
        position: sticky;
        top: calc(var(--header-height) + var(--notice-height) + 30px);
    }

    body.backbeach-theme.admin-bar .block-product-filter .inner-block-wrap .flex-sidebar {
        top: calc(var(--header-height) + var(--notice-height) + var(--admin-height) + 30px);
    }
}

@media (max-width: 1200px) {
    .block-product-filter .listing-products.grid-col-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 860px) {
    .block-product-filter .inner-block-wrap .flex-sidebar,
    .block-product-filter .inner-block-wrap .flex-main {
        flex: 100%;
    }
}

@media (max-width: 640px) {
    .block-product-filter .listing-products.grid-col-3 {
        grid-template-columns: 1fr;
    }
}

/*-----------------------------------------------------------------------
    Single - Product
-----------------------------------------------------------------------*/

.single-product .site-breadcrumbs {
    background: var(--white);
}

.block-product-data {
    min-width: 100%;
    overflow: clip !important;
}

.block-product-data .inner-block-wrap.flex-layout {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 60px;
}

/* Gallery */

.block-product-data .product-gallery {
    position: relative;
    width: 60%;
}

.block-product-data .product-gallery .carousel-product-gallery,
.block-product-data .product-gallery .carousel-product-gallery-thumbs .swiper-slide {
    overflow: hidden;
}

.block-product-data .product-gallery .carousel-product-gallery {
    margin-left: 110px;
}

.block-product-data .product-gallery .carousel-product-gallery-thumbs {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.block-product-data .product-gallery .carousel-product-gallery-thumbs .swiper-slide {
    width: 100px;
    height: 100px;
    opacity: 75%;
    transition: var(--transition) opacity;
    cursor: pointer;
}

.block-product-data .product-gallery .carousel-product-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 100%;
}

/* Summary */

.block-product-data .product-summary {
    position: sticky;
    top: calc(var(--header-height) + var(--notice-height) + 30px);
    width: calc(40% - 60px);
}

body.admin-bar.single-product .block-product-data .product-summary {
    top: calc(var(--header-height) + var(--notice-height) + var(--admin-height) + 30px);
}

/* Cart Form */

.block-product-data form.cart {
    margin: 20px 0;
}

.block-product-data form.cart .quantity {
    width: 150px;
}

.block-product-data form.cart button[type="submit"] {
    flex: 1;
}

/* Variations Table */

.block-product-data form.cart table.variations,
.block-product-data form.cart table.variations th,
.block-product-data form.cart table.variations td {
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.block-product-data form.cart table.variations tr:not(:first-child) {
    margin-top: 20px;
}

.block-product-data form.cart table.variations tr,
.block-product-data form.cart table.variations th,
.block-product-data form.cart table.variations td {
    display: block;
    text-align: left;
    padding: 0;
    border: 0;
    background: transparent;
}

.block-product-data form.cart table.variations input,
.block-product-data form.cart table.variations select {
    width: 100%;
}

.block-product-data form.cart a.reset_variations {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 10px 10px;
    font-size: 12px;
    text-decoration: underline;
}

/* Variation Swatches */

.block-product-data form.cart .variation-swatches {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 15px;
}

.block-product-data form.cart .variation-swatches .variation {
    padding: 0 2px !important;
}

.block-product-data form.cart .variation-swatches .variation,
.block-product-data form.cart .variation-swatches .variation input {
    margin: 0;
    text-align: center;
}

.block-product-data form.cart .variation-swatches .variation input {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    border: 2px solid var(--white) !important;
}

.block-product-data form.cart .variation-swatches .variation input:checked {
    outline: 1px solid var(--plum) !important;
}

.block-product-data form.cart .variation-swatches .variation span {
    display: block;
    margin: 5px 0 0;
    font-size: 12px !important;
    text-transform: none;
}

.block-product-data form.cart .variation-swatches > select {
    display: none;
}

/* Variations Form */

.block-product-data form.cart.variations_form {
    position: relative;
    flex-direction: column;
    gap: 15px;
}

.block-product-data form.cart .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.block-product-data form.cart .woocommerce-variation-price > *,
.block-product-data form.cart .woocommerce-variation-description > *,
.block-product-data form.cart .woocommerce-variation-availability > * {
    display: block;
    margin-bottom: 15px;
}

.block-product-data form.cart .woocommerce-variation-availability > * {
    display: inline-block;
}

/* Responsive */

@media (max-width: 990px) {
    .block-product-data .inner-block-wrap.flex-layout {
        gap: 40px;
    }

    .block-product-data .product-gallery,
    .block-product-data .product-summary {
        width: 100%;
    }

    .block-product-data .product-gallery .carousel-product-gallery {
        margin: 0 0 10px;
    }

    .block-product-data .product-gallery .carousel-product-gallery-thumbs {
        position: relative;
    }

    .block-product-data .product-gallery .carousel-product-gallery-thumbs .swiper-slide {
        width: 60px;
        height: 60px;
    }
}
