/* ============================================================
   OASIS SMART NETWORK – SINGLE PRODUCT PAGE v2
   Scope: body.single-product only
   Source: incremental cascade from common.css SP block (source-order preserved)
   Visual reference: themes/mysite/assets/css/common.css
   Generated: 2026-07-08 10:19:43 UTC
   NOT enqueued — comparison / migration artifact only
============================================================ */

body.single-product {
    background:
            radial-gradient(1200px 500px at 20% 5%, rgba(255,255,255,0.10), rgba(0,0,0,0) 60%),
            radial-gradient(1000px 500px at 85% 15%, rgba(255,255,255,0.08), rgba(0,0,0,0) 55%),
            #000000;
        color: #ffffff;
}

body.single-product #primary,
body.single-product #main.site-main,
body.single-product .content-area {
    background: transparent;
        color: #ffffff;
}

body.single-product #secondary {
    display: none;
}

body.single-product .woocommerce-notices-wrapper {
    max-width: 1200px;
        margin: 0 auto;
        padding: clamp(12px, 1vw, 20px) clamp(16px, 2vw, 24px) 0;
}

body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.single-product .woocommerce-error {
    background: rgba(255,255,255,0.06);
        border: 1px solid rgba(255,255,255,0.18);
        border-radius: 14px;
        color: #ffffff;
        padding: clamp(12px, 0.9vw, 18px) clamp(14px, 1vw, 22px);
        margin-bottom: clamp(12px, 0.9vw, 18px);
}

body.single-product .woocommerce-message::before,
body.single-product .woocommerce-info::before,
body.single-product .woocommerce-error::before {
    color: #ffffff;
}

body.single-product .woocommerce-breadcrumb {
    max-width: 1200px;
        margin: 0 auto clamp(14px, 1vw, 24px);
        padding: clamp(10px, 0.8vw, 14px) clamp(16px, 2vw, 24px);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(12px, 0.85vw, 14px);
        color: rgba(255,255,255,0.65);
}

body.single-product .woocommerce-breadcrumb a {
    color: #ffffff;
        text-decoration: none;
        font-weight: 600;
}

body.single-product .woocommerce-breadcrumb a:hover {
    color: rgba(255,255,255,0.85);
}

body.single-product div.product {
    box-sizing: border-box;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 clamp(16px, 2vw, 24px) clamp(32px, 2.5vw, 72px);
    
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(260px, 300px);
        gap: clamp(18px, 1.6vw, 28px);
        align-items: start;
    
        float: none;
        clear: both;
}

body.single-product div.product::before {
    content: "";
        grid-column: 1 / -1;
        grid-row: 1;
        align-self: stretch;
        z-index: 0;
        pointer-events: none;
        border-radius: clamp(16px, 1vw, 20px);
        border: 1px solid rgba(255,255,255,0.18);
        background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
        box-shadow: 0 20px 60px rgba(0,0,0,0.55);
}

body.single-product div.product > * {
    position: relative;
        z-index: 1;
}

body.single-product div.product > span.onsale {
    grid-column: 1;
        grid-row: 1;
        z-index: 3;
}

body.single-product div.product > .woocommerce-product-gallery,
body.single-product div.product > div.images {
    grid-column: 1;
        grid-row: 1;
        float: none;
        width: auto;
        max-width: none;
        margin: 0;
        padding: clamp(16px, 1.2vw, 24px);
}

body.single-product div.product > .summary.entry-summary {
    grid-column: 2 / 4;
        grid-row: 1;
        float: none;
        width: auto;
        max-width: none;
        margin: 0;
        padding: clamp(16px, 1.2vw, 24px);
    
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
        gap: clamp(16px, 1.4vw, 28px);
        align-items: start;
}

body.single-product div.product > .woocommerce-tabs,
body.single-product div.product > .wc-tabs-wrapper {
    grid-column: 1 / -1;
}

body.single-product div.product > section.up-sells,
body.single-product div.product > section.related {
    grid-column: 1 / -1;
}

body.single-product span.onsale {
    position: absolute;
        top: clamp(24px, 1.6vw, 36px);
        left: clamp(24px, 1.6vw, 36px);
        background: #b6a400;
        color: #000000;
        padding: clamp(6px, 0.45vw, 10px) clamp(10px, 0.7vw, 14px);
        border-radius: 999px;
        font-family: 'Montserrat', sans-serif;
        font-size: clamp(10px, 0.65vw, 12px);
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        line-height: 1.2;
        min-height: 0;
        min-width: 0;
        box-shadow: 0 8px 24px rgba(0,0,0,0.45);
        z-index: 4;
}

body.single-product .woocommerce-product-gallery,
body.single-product div.product div.images {
    background: rgba(0,0,0,0.35);
        border: 1px solid rgba(255,255,255,0.10);
        border-radius: clamp(14px, 0.9vw, 18px);
}

body.single-product .woocommerce-product-gallery__wrapper {
    border-radius: clamp(12px, 0.8vw, 16px);
        overflow: hidden;
        height: clamp(360px, 30vw, 520px);
}

body.single-product .woocommerce-product-gallery .flex-viewport {
    border-radius: clamp(12px, 0.8vw, 16px);
        background: #0a0a0a;
        overflow: hidden;
        height: clamp(360px, 30vw, 520px);
        max-height: clamp(360px, 30vw, 520px);
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div,
body.single-product .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery__image--placeholder {
    display: block;
        float: left;
        background: #0a0a0a;
        border-radius: clamp(12px, 0.8vw, 16px);
        height: clamp(360px, 30vw, 520px);
        max-height: clamp(360px, 30vw, 520px);
        overflow: hidden;
}

body.single-product .woocommerce-product-gallery__image a {
    display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        overflow: hidden;
        cursor: zoom-in;
        position: relative;
}

body.single-product .woocommerce-product-gallery__image img,
body.single-product .woocommerce-product-gallery .flex-viewport img {
    display: block;
        width: 100%;
        height: 100%;
        max-height: 100%;
        object-fit: contain;
        object-position: center center;
        border-radius: clamp(12px, 0.8vw, 16px);
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs,
body.single-product ol.flex-control-nav.flex-control-thumbs {
    display: flex;
        flex-wrap: wrap;
        gap: clamp(8px, 0.6vw, 12px);
        margin: clamp(12px, 0.9vw, 16px) 0 0;
        padding: 0;
        list-style: none;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li,
body.single-product ol.flex-control-thumbs li {
    flex: 0 0 calc(25% - clamp(6px, 0.45vw, 9px));
        max-width: calc(25% - clamp(6px, 0.45vw, 9px));
        margin: 0;
        padding: 0;
        float: none;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li img,
body.single-product ol.flex-control-thumbs li img {
    width: 100%;
        height: clamp(56px, 4vw, 72px);
        max-height: clamp(56px, 4vw, 72px);
        object-fit: cover;
        border-radius: 10px;
        border: 2px solid transparent;
        opacity: 0.72;
        cursor: pointer;
        transition: border-color 0.25s ease, opacity 0.25s ease;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li img:hover,
body.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
body.single-product ol.flex-control-thumbs li img:hover,
body.single-product ol.flex-control-thumbs li img.flex-active {
    border-color: rgba(255,255,255,0.85);
        opacity: 1;
}

body.single-product .woocommerce-product-gallery .zoomImg {
    border-radius: clamp(12px, 0.8vw, 16px);
        object-fit: contain;
}

body.single-product .summary .product_title {
    grid-column: 1;
        grid-row: 1;
        margin: 0 0 clamp(8px, 0.6vw, 14px);
        font-family: 'ArbutusSlab', serif;
        font-size: clamp(24px, 1.8vw, 40px);
        font-weight: 400;
        line-height: 1.15;
        letter-spacing: clamp(0.3px, 0.04vw, 0.8px);
        color: #ffffff;
}

body.single-product .summary .woocommerce-product-rating {
    grid-column: 1;
        margin: 0 0 clamp(10px, 0.8vw, 16px);
        display: flex;
        align-items: center;
        gap: 8px;
}

body.single-product .summary .star-rating {
    color: #ffffff;
        font-size: clamp(13px, 0.85vw, 16px);
}

body.single-product .summary .star-rating::before {
    color: rgba(255,255,255,0.25);
}

body.single-product .summary .star-rating span::before {
    color: #ffffff;
}

body.single-product .summary .woocommerce-review-link {
    color: rgba(255,255,255,0.72);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(12px, 0.8vw, 14px);
        text-decoration: none;
}

body.single-product .summary .woocommerce-review-link:hover {
    color: #ffffff;
}

body.single-product .summary .woocommerce-product-details__short-description {
    grid-column: 1;
        margin: 0 0 clamp(14px, 1vw, 22px);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(13px, 0.9vw, 16px);
        line-height: 1.75;
        color: rgba(255,255,255,0.88);
}

body.single-product .summary .woocommerce-product-details__short-description ul,
body.single-product .summary .woocommerce-product-details__short-description ol {
    margin: clamp(8px, 0.6vw, 12px) 0;
        padding-left: clamp(18px, 1.2vw, 24px);
}

body.single-product .summary .woocommerce-product-details__short-description li {
    margin-bottom: clamp(4px, 0.35vw, 8px);
}

body.single-product .summary .product_meta {
    grid-column: 1;
        margin: 0;
        padding: clamp(14px, 1vw, 20px) 0 0;
        border-top: 1px solid rgba(255,255,255,0.14);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(12px, 0.82vw, 14px);
        color: rgba(255,255,255,0.72);
}

body.single-product .summary .product_meta > span {
    display: block;
        margin-bottom: clamp(6px, 0.45vw, 10px);
}

body.single-product .summary .product_meta .sku,
body.single-product .summary .product_meta a {
    color: #ffffff;
        font-weight: 600;
        text-decoration: none;
}

body.single-product .summary .product_meta a:hover {
    color: rgba(255,255,255,0.85);
}

body.single-product .summary .single_variation_wrap .woocommerce-variation-price,
body.single-product .summary .single_variation_wrap .price {
    grid-column: 2;
        margin: 0 0 clamp(10px, 0.8vw, 14px);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(24px, 1.6vw, 34px);
        font-weight: 700;
        color: #ffffff;
}

body.single-product .summary p.stock {
    margin: 0 0 clamp(10px, 0.8vw, 14px);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(12px, 0.82vw, 14px);
        color: rgba(255,255,255,0.85);
}

body.single-product .summary p.stock.in-stock {
    color: #6dff8a;
}

body.single-product .summary p.stock.out-of-stock {
    color: #ff6b6b;
}

body.single-product .summary form.variations_form .variations {
    width: 100%;
        margin-bottom: clamp(12px, 0.9vw, 16px);
}

body.single-product .summary form.variations_form .variations td,
body.single-product .summary form.variations_form .variations th {
    display: block;
        width: 100%;
        padding: 0 0 clamp(8px, 0.6vw, 10px);
        border: none;
        color: rgba(255,255,255,0.85);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(12px, 0.82vw, 14px);
}

body.single-product .summary form.variations_form .variations label {
    font-weight: 600;
        color: #ffffff;
}

body.single-product .summary form.variations_form .variations select {
    width: 100%;
        padding: clamp(10px, 0.7vw, 12px) clamp(12px, 0.9vw, 14px);
        border-radius: 10px;
        border: 1px solid rgba(255,255,255,0.22);
        background: rgba(0,0,0,0.45);
        color: #ffffff;
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(13px, 0.85vw, 15px);
}

body.single-product .summary .reset_variations {
    color: rgba(255,255,255,0.65);
        font-size: clamp(11px, 0.75vw, 13px);
        text-decoration: none;
}

body.single-product .summary .reset_variations:hover {
    color: #ffffff;
}

body.single-product .summary .single_variation_wrap {
    margin-top: clamp(8px, 0.6vw, 12px);
}

body.single-product .summary .woocommerce-variation-add-to-cart {
    display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: clamp(10px, 0.8vw, 14px);
}

body.single-product .summary .quantity {
    display: inline-flex;
        align-items: center;
        margin: 0 clamp(10px, 0.8vw, 14px) 0 0;
}

body.single-product .summary .quantity .qty {
    width: clamp(56px, 4vw, 72px);
        height: clamp(42px, 2.8vw, 48px);
        text-align: center;
        border-radius: 10px;
        border: 1px solid rgba(255,255,255,0.28);
        background: rgba(0,0,0,0.40);
        color: #ffffff;
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(14px, 0.9vw, 16px);
        font-weight: 600;
        -moz-appearance: textfield;
}

body.single-product .summary .quantity .qty::-webkit-outer-spin-button,
body.single-product .summary .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
        margin: 0;
}

body.single-product .summary .quantity .qty:focus {
    outline: none;
        border-color: rgba(255,255,255,0.65);
        box-shadow: 0 0 0 3px rgba(255,255,255,0.12);
}

body.single-product .summary .single_add_to_cart_button,
body.single-product .summary button.single_add_to_cart_button,
body.single-product .summary .button.single_add_to_cart_button,
body.single-product .summary form.cart .button,
body.single-product .summary .woocommerce-variation-add-to-cart .button {
    display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: clamp(10px, 0.8vw, 14px) 0 0;
        padding: clamp(12px, 0.85vw, 16px) clamp(18px, 1.2vw, 28px);
        border-radius: 999px;
        border: 2px solid #ffffff;
        background: #ffffff;
        color: #000000 !important;
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(12px, 0.78vw, 14px);
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        line-height: 1.1;
        box-shadow: 0 10px 30px rgba(0,0,0,0.50), inset 0 1px 0 rgba(255,255,255,0.80);
        transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

body.single-product .summary .single_add_to_cart_button:hover,
body.single-product .summary form.cart .button:hover {
    transform: translateY(-2px);
        background: #000000;
        color: #ffffff !important;
        box-shadow: 0 14px 40px rgba(0,0,0,0.65);
}

body.single-product .summary .single_add_to_cart_button:disabled,
body.single-product .summary .single_add_to_cart_button.disabled {
    opacity: 0.55;
        cursor: not-allowed;
        transform: none;
}

body.single-product .summary form.cart + a[href*="whatsapp"],
body.single-product .summary form.cart + a[href*="wa.me"],
body.single-product .summary a[href*="api.whatsapp.com"],
body.single-product .summary a[href*="wa.me"] {
    display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        margin: clamp(8px, 0.65vw, 12px) 0 0;
        padding: clamp(11px, 0.8vw, 14px) clamp(18px, 1.2vw, 28px);
        border-radius: 999px;
        border: 2px solid #ffffff;
        background: #25d366;
        color: #ffffff !important;
        font-family: 'Montserrat', 'OpenSans', sans-serif;
        font-size: clamp(12px, 0.78vw, 14px);
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        text-decoration: none;
        box-shadow: 0 12px 28px rgba(0,0,0,0.45);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.single-product .summary a[href*="whatsapp"]:hover,
body.single-product .summary a[href*="wa.me"]:hover {
    transform: translateY(-2px);
        box-shadow: 0 16px 36px rgba(0,0,0,0.55);
        color: #ffffff !important;
}

body.single-product .summary form.cart.grouped_form,
body.single-product .summary form.cart.cart_group {
    overflow-x: auto;
}

body.single-product .summary table.group_table {
    width: 100%;
        border-collapse: collapse;
        margin-bottom: clamp(12px, 0.9vw, 16px);
}

body.single-product .summary table.group_table td,
body.single-product .summary table.group_table th {
    padding: clamp(8px, 0.6vw, 10px);
        border-bottom: 1px solid rgba(255,255,255,0.10);
        color: rgba(255,255,255,0.88);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(12px, 0.82vw, 14px);
}

body.single-product .summary table.group_table a {
    color: #ffffff;
        text-decoration: none;
        font-weight: 600;
}

body.single-product div.product > .woocommerce-tabs {
    margin-top: clamp(24px, 2vw, 40px);
        padding: clamp(18px, 1.4vw, 28px);
        border-radius: clamp(16px, 1vw, 20px);
        border: 1px solid rgba(255,255,255,0.18);
        background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02));
        box-shadow: 0 20px 60px rgba(0,0,0,0.55);
}

body.single-product .woocommerce-tabs ul.tabs,
body.single-product .woocommerce-tabs ul.wc-tabs {
    display: flex;
        flex-wrap: wrap;
        gap: clamp(6px, 0.5vw, 8px);
        margin: 0 0 clamp(18px, 1.2vw, 26px);
        padding: clamp(6px, 0.45vw, 8px);
        list-style: none;
        border: none;
        background: rgba(255,255,255,0.05);
        border-radius: 14px;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs::after,
body.single-product .woocommerce-tabs ul.wc-tabs::before,
body.single-product .woocommerce-tabs ul.wc-tabs::after {
    display: none;
}

body.single-product .woocommerce-tabs ul.tabs li,
body.single-product .woocommerce-tabs ul.wc-tabs li {
    margin: 0;
        padding: 0;
        border: none;
        background: transparent;
        border-radius: 10px;
        position: relative;
}

body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after,
body.single-product .woocommerce-tabs ul.wc-tabs li::before,
body.single-product .woocommerce-tabs ul.wc-tabs li::after {
    display: none;
}

body.single-product .woocommerce-tabs ul.tabs li a,
body.single-product .woocommerce-tabs ul.wc-tabs li a {
    display: block;
        padding: clamp(10px, 0.7vw, 12px) clamp(14px, 1vw, 20px);
        border-radius: 10px;
        color: rgba(255,255,255,0.72);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(11px, 0.75vw, 13px);
        font-weight: 600;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        text-decoration: none;
        transition: background 0.25s ease, color 0.25s ease;
}

body.single-product .woocommerce-tabs ul.tabs li a:hover,
body.single-product .woocommerce-tabs ul.wc-tabs li a:hover {
    color: #ffffff;
        background: rgba(255,255,255,0.08);
}

body.single-product .woocommerce-tabs ul.tabs li.active a,
body.single-product .woocommerce-tabs ul.wc-tabs li.active a {
    background: #ffffff;
        color: #000000;
        box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

body.single-product .woocommerce-tabs .panel,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    margin: 0;
        padding: 0;
        border: none;
        background: transparent;
        color: rgba(255,255,255,0.88);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(13px, 0.9vw, 16px);
        line-height: 1.75;
}

body.single-product .woocommerce-tabs .panel h2,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-family: 'ArbutusSlab', serif;
        font-size: clamp(20px, 1.3vw, 28px);
        font-weight: 400;
        color: #ffffff;
        margin: 0 0 clamp(12px, 0.9vw, 18px);
}

body.single-product .woocommerce-tabs .panel p,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel p {
    color: rgba(255,255,255,0.88);
}

body.single-product .woocommerce-tabs .panel a,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel a {
    color: #ffffff;
        font-weight: 600;
}

body.single-product .woocommerce-tabs table.shop_attributes {
    width: 100%;
        border-collapse: collapse;
        border: 1px solid rgba(255,255,255,0.12);
        border-radius: 12px;
        overflow: hidden;
}

body.single-product .woocommerce-tabs table.shop_attributes th,
body.single-product .woocommerce-tabs table.shop_attributes td {
    padding: clamp(10px, 0.75vw, 14px);
        border-bottom: 1px solid rgba(255,255,255,0.10);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(12px, 0.82vw, 14px);
}

body.single-product .woocommerce-tabs table.shop_attributes th {
    background: rgba(255,255,255,0.06);
        color: #ffffff;
        font-weight: 600;
        width: 35%;
}

body.single-product .woocommerce-tabs table.shop_attributes td {
    background: rgba(0,0,0,0.25);
        color: rgba(255,255,255,0.88);
}

body.single-product .woocommerce-tabs table.shop_attributes tr:nth-child(even) td {
    background: rgba(255,255,255,0.03);
}

body.single-product #reviews #comments h2,
body.single-product #reviews .comment-reply-title {
    font-family: 'ArbutusSlab', serif;
        color: #ffffff;
}

body.single-product #reviews .commentlist .comment {
    border-bottom: 1px solid rgba(255,255,255,0.10);
        padding: clamp(12px, 0.9vw, 16px) 0;
}

body.single-product #reviews .comment-text {
    border: 1px solid rgba(255,255,255,0.12);
        border-radius: 12px;
        padding: clamp(12px, 0.9vw, 16px);
        background: rgba(0,0,0,0.25);
}

body.single-product #review_form #respond input,
body.single-product #review_form #respond textarea {
    background: rgba(0,0,0,0.40);
        border: 1px solid rgba(255,255,255,0.22);
        border-radius: 10px;
        color: #ffffff;
        padding: clamp(10px, 0.7vw, 12px);
}

body.single-product #review_form #respond input:focus,
body.single-product #review_form #respond textarea:focus {
    outline: none;
        border-color: rgba(255,255,255,0.55);
}

body.single-product #review_form #submit {
    border-radius: 999px;
        border: 2px solid #ffffff;
        background: #ffffff;
        color: #000000;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        padding: clamp(10px, 0.7vw, 12px) clamp(20px, 1.2vw, 28px);
}

body.single-product section.related.products,
body.single-product section.up-sells.upsells {
    margin-top: clamp(24px, 2vw, 40px);
        padding: clamp(18px, 1.4vw, 28px);
        border-radius: clamp(16px, 1vw, 20px);
        border: 1px solid rgba(255,255,255,0.18);
        background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
        box-shadow: 0 20px 60px rgba(0,0,0,0.55);
}

body.single-product section.related.products > h2,
body.single-product section.up-sells.upsells > h2 {
    margin: 0 0 clamp(18px, 1.2vw, 26px);
        font-family: 'ArbutusSlab', serif;
        font-size: clamp(22px, 1.5vw, 32px);
        font-weight: 400;
        color: #ffffff;
        text-align: center;
}

body.single-product section.related.products ul.products,
body.single-product section.up-sells.upsells ul.products {
    display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: clamp(10px, 0.9vw, 18px) !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
}

body.single-product section.related.products ul.products::before,
body.single-product section.related.products ul.products::after,
body.single-product section.up-sells.upsells ul.products::before,
body.single-product section.up-sells.upsells ul.products::after {
    display: none !important;
}

body.single-product section.related.products ul.products li.product,
body.single-product section.up-sells.upsells ul.products li.product {
    float: none !important;
        width: auto !important;
        margin: 0 !important;
        padding: 10px !important;
        display: flex !important;
        flex-direction: column !important;
        background: #0b0b0b !important;
        border: 1px solid rgba(255,255,255,0.10) !important;
        border-radius: 16px !important;
        overflow: hidden !important;
        box-shadow: 0 14px 40px rgba(0,0,0,0.55) !important;
}

body.single-product section.related.products ul.products li.product a,
body.single-product section.up-sells.upsells ul.products li.product a {
    color: #ffffff !important;
        text-decoration: none !important;
}

body.single-product section.related.products ul.products li.product img,
body.single-product section.up-sells.upsells ul.products li.product img {
    width: 100% !important;
        height: clamp(150px, 10vw, 190px) !important;
        object-fit: fill !important;
        object-position: center center !important;
        background: #000000 !important;
        border-radius: 16px !important;
        display: block !important;
}

body.single-product section.related.products ul.products li.product .woocommerce-loop-product__title,
body.single-product section.up-sells.upsells ul.products li.product .woocommerce-loop-product__title {
    color: #ffffff !important;
        font-family: 'ArbutusSlab', serif !important;
        font-size: clamp(13px, 0.85vw, 16px) !important;
        line-height: 1.25 !important;
        min-height: 2.6em;
        margin: 6px 4px 4px !important;
        text-align: center !important;
}

body.single-product section.related.products ul.products li.product .price,
body.single-product section.up-sells.upsells ul.products li.product .price {
    color: rgba(255,255,255,0.86) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(12px, 0.8vw, 14px) !important;
        margin: 0 4px 10px !important;
        text-align: center !important;
}

body.single-product section.related.products ul.products li.product .button,
body.single-product section.related.products ul.products li.product a.button,
body.single-product section.up-sells.upsells ul.products li.product .button,
body.single-product section.up-sells.upsells ul.products li.product a.button {
    margin-top: auto !important;
        align-self: center !important;
        border-radius: 10px !important;
        padding: 10px 14px !important;
        border: 1px solid rgba(255,255,255,0.16) !important;
        background: #ffffff !important;
        color: #000000 !important;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 600 !important;
        text-decoration: none !important;
}

body.single-product section.related.products ul.products li.product .onsale,
body.single-product section.up-sells.upsells ul.products li.product .onsale {
    background: #b6a400 !important;
        color: #000 !important;
        border-radius: 999px !important;
}

body.single-product .blockUI.blockOverlay {
    background: rgba(0,0,0,0.72) !important;
}

body.single-product .blockUI.blockMsg {
    border-radius: 14px;
        border: 1px solid rgba(255,255,255,0.18);
        background: rgba(20,20,20,0.95) !important;
        color: #ffffff !important;
}

@media (max-width: 991px) {
    body.single-product div.product {
        grid-template-columns: 1fr;
                gap: clamp(16px, 2vw, 24px);
    }

    body.single-product div.product::before {
        grid-row: 1 / 3;
    }

    body.single-product div.product > .woocommerce-product-gallery,
    body.single-product div.product > div.images {
        grid-column: 1;
                grid-row: 1;
    }

    body.single-product div.product > .summary.entry-summary {
        grid-column: 1;
                grid-row: 2;
                grid-template-columns: 1fr;
                gap: clamp(14px, 1.5vw, 20px);
    }

    body.single-product section.related.products ul.products,
    body.single-product section.up-sells.upsells ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

}

@media (max-width: 600px) {
    body.single-product div.product {
        padding-left: clamp(12px, 3.5vw, 16px);
                padding-right: clamp(12px, 3.5vw, 16px);
    }

    body.single-product .summary .product_title {
        font-size: clamp(22px, 6vw, 28px);
    }

    body.single-product .woocommerce-tabs ul.tabs,
    body.single-product .woocommerce-tabs ul.wc-tabs {
        flex-direction: column;
    }

    body.single-product .woocommerce-tabs ul.tabs li,
    body.single-product .woocommerce-tabs ul.wc-tabs li {
        width: 100%;
    }

    body.single-product .summary .quantity,
    body.single-product .summary .single_add_to_cart_button,
    body.single-product .summary form.cart .button {
        width: 100%;
                margin-right: 0;
    }

    body.single-product .summary .woocommerce-variation-add-to-cart {
        flex-direction: column;
                align-items: stretch;
    }

    body.single-product section.related.products ul.products,
    body.single-product section.up-sells.upsells ul.products {
        grid-template-columns: 1fr !important;
    }

    body.single-product section.related.products ul.products li.product img,
    body.single-product section.up-sells.upsells ul.products li.product img {
        height: 170px !important;
    }

}

@media (min-width: 992px) {
    body.single-product div.product {
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) minmax(268px, 292px);
                gap: clamp(12px, 1.1vw, 20px);
                align-items: stretch;
    }

    body.single-product div.product > .woocommerce-product-gallery,
    body.single-product div.product > div.images,
    body.single-product div.product > .summary.entry-summary {
        align-self: stretch;
                padding: clamp(12px, 1vw, 18px);
    }

    body.single-product div.product > .summary.entry-summary {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 288px);
                gap: clamp(12px, 1vw, 20px);
                align-content: start;
    }

}

body.single-product .summary .product_title {
    font-size: clamp(28px, 2.05vw, 46px);
        line-height: 1.1;
        letter-spacing: clamp(0.2px, 0.03vw, 0.6px);
        margin-bottom: clamp(10px, 0.75vw, 16px);
}

body.single-product .summary .woocommerce-product-details__short-description {
    margin-bottom: clamp(12px, 0.9vw, 18px);
        padding: clamp(12px, 0.9vw, 16px) clamp(14px, 1vw, 18px);
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: clamp(10px, 0.7vw, 14px);
        line-height: 1.65;
        color: rgba(255,255,255,0.90);
}

body.single-product .summary .woocommerce-product-details__short-description p {
    margin: 0 0 clamp(8px, 0.6vw, 12px);
}

body.single-product .summary .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

body.single-product .summary .woocommerce-product-details__short-description ul,
body.single-product .summary .woocommerce-product-details__short-description ol {
    margin: 0;
        padding: 0;
        list-style: none;
}

body.single-product .summary .woocommerce-product-details__short-description li {
    position: relative;
        margin: 0 0 clamp(7px, 0.5vw, 10px);
        padding-left: 1.15em;
}

body.single-product .summary .woocommerce-product-details__short-description li:last-child {
    margin-bottom: 0;
}

body.single-product .summary .woocommerce-product-details__short-description li::before {
    content: "â€¢";
        position: absolute;
        left: 0;
        top: 0;
        color: rgba(255,255,255,0.50);
        font-weight: 700;
}

body.single-product .summary .product_meta {
    padding-top: clamp(12px, 0.9vw, 16px);
        margin-top: clamp(4px, 0.35vw, 8px);
}

@media (min-width: 992px) {
    body.single-product .summary form.cart .quantity,
    body.single-product .summary .woocommerce-variation-add-to-cart .quantity {
        margin: 0;
                width: 100%;
    }

    body.single-product .summary form.cart .quantity .qty,
    body.single-product .summary .woocommerce-variation-add-to-cart .quantity .qty {
        width: 100%;
                max-width: 100%;
    }

    body.single-product .summary .single_add_to_cart_button,
    body.single-product .summary form.cart .button,
    body.single-product .summary .woocommerce-variation-add-to-cart .button {
        width: 100%;
                margin-top: 0;
    }

    body.single-product .summary .woocommerce-variation-add-to-cart {
        flex-direction: column;
                align-items: stretch;
                gap: clamp(10px, 0.75vw, 14px);
    }

}

body.single-product div.product > .woocommerce-product-gallery,
body.single-product div.product > div.images {
    border-color: rgba(255,255,255,0.14);
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.06),
            0 12px 36px rgba(0,0,0,0.42);
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs,
body.single-product ol.flex-control-nav.flex-control-thumbs {
    margin-top: clamp(10px, 0.8vw, 14px);
        padding-top: clamp(10px, 0.8vw, 14px);
        border-top: 1px solid rgba(255,255,255,0.08);
}

body.single-product section.related.products ul.products,
body.single-product section.up-sells.upsells ul.products {
    align-items: stretch !important;
}

body.single-product section.related.products ul.products li.product,
body.single-product section.up-sells.upsells ul.products li.product {
    height: 100% !important;
}

body.single-product section.related.products ul.products li.product > a.woocommerce-LoopProduct-link,
body.single-product section.related.products ul.products li.product > a.woocommerce-loop-product__link,
body.single-product section.up-sells.upsells ul.products li.product > a.woocommerce-LoopProduct-link,
body.single-product section.up-sells.upsells ul.products li.product > a.woocommerce-loop-product__link {
    display: flex !important;
        flex-direction: column !important;
        flex: 1 1 auto !important;
        height: 100%;
}

@media (min-width: 601px) {
    body.single-product section.related.products ul.products li.product img,
    body.single-product section.up-sells.upsells ul.products li.product img {
        aspect-ratio: 1 / 1;
                height: auto !important;
                max-height: none !important;
                object-fit: contain !important;
    }

    body.single-product section.related.products ul.products li.product .woocommerce-loop-product__title,
    body.single-product section.up-sells.upsells ul.products li.product .woocommerce-loop-product__title {
        min-height: 2.8em;
    }

}

@media (min-width: 992px) {
    body.single-product .summary form.cart .quantity,
    body.single-product .summary .woocommerce-variation-add-to-cart .quantity {
        margin: 0;
                width: 100%;
    }

    body.single-product .summary form.cart .quantity .qty,
    body.single-product .summary .woocommerce-variation-add-to-cart .quantity .qty {
        width: 100%;
                max-width: 100%;
    }

    body.single-product .summary .single_add_to_cart_button,
    body.single-product .summary form.cart .button,
    body.single-product .summary .woocommerce-variation-add-to-cart .button {
        width: 100%;
                margin-top: 0;
    }

    body.single-product .summary .woocommerce-variation-add-to-cart {
        flex-direction: column;
                align-items: stretch;
                gap: clamp(10px, 0.75vw, 14px);
    }

}

body.single-product .summary .woocommerce-product-rating {
    margin-bottom: clamp(8px, 0.6vw, 12px);
}

body.single-product .summary form.cart .quantity,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity {
    display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0;
}

body.single-product .summary form.cart .quantity .qty,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity .qty {
    width: clamp(72px, 5vw, 96px);
        max-width: 100%;
}

body.single-product .summary .single_add_to_cart_button,
body.single-product .summary form.cart .button,
body.single-product .summary .woocommerce-variation-add-to-cart .button {
    width: 100%;
        margin-top: 0;
}

@media (min-width: 992px) {
    body.single-product div.product {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) minmax(276px, 300px);
                gap: clamp(14px, 1.2vw, 22px);
                align-items: start;
    }

    body.single-product div.product > .woocommerce-product-gallery,
    body.single-product div.product > div.images,
    body.single-product div.product > .summary.entry-summary {
        padding: clamp(14px, 1.1vw, 20px);
    }

    body.single-product div.product > .summary.entry-summary {
        grid-template-columns: minmax(0, 1fr) minmax(276px, 300px);
                gap: clamp(14px, 1.1vw, 20px);
                align-content: start;
    }

    body.single-product .summary .product_title {
        grid-column: 1;
                max-width: min(100%, clamp(260px, 28vw, 340px));
                padding-right: clamp(10px, 1vw, 18px);
                font-size: clamp(22px, 1.5vw, 32px);
                line-height: 1.28;
                letter-spacing: normal;
                word-spacing: normal;
                text-align: left;
                text-wrap: wrap;
                word-break: normal;
                overflow-wrap: normal;
                hyphens: none;
                margin-bottom: clamp(4px, 0.35vw, 8px);
    }

    body.single-product .summary .woocommerce-product-details__short-description {
        margin-top: clamp(2px, 0.25vw, 6px);
    }

}

body.single-product .summary form.cart .oasis-single-buy-now,
body.single-product .summary .variations_form .oasis-single-buy-now {
    display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: clamp(11px, 0.8vw, 14px) clamp(18px, 1.2vw, 28px);
        border-radius: 999px;
        border: 2px solid rgba(255,255,255,0.85);
        background: transparent;
        color: #ffffff !important;
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(12px, 0.78vw, 14px);
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        cursor: pointer;
        transition: background 0.3s ease, transform 0.3s ease;
}

body.single-product .summary form.cart .oasis-single-buy-now:hover {
    background: rgba(255,255,255,0.10);
        transform: translateY(-2px);
}

@media (min-width: 992px) {
    body.single-product div.product > .summary.entry-summary {
        row-gap: clamp(8px, 0.6vw, 12px);
    }

    body.single-product .summary .product_title {
        grid-column: 1;
                grid-row: 1;
    }

    body.single-product .summary .woocommerce-product-rating {
        grid-column: 1;
                grid-row: 2;
    }

    body.single-product .summary .woocommerce-product-details__short-description {
        grid-column: 1;
                grid-row: 3;
    }

    body.single-product .summary .product_meta {
        grid-column: 1;
                grid-row: 4;
    }

    body.single-product div.product > .summary.entry-summary {
        row-gap: 4px;
                column-gap: clamp(12px, 1vw, 18px);
                align-items: start;
                overflow: visible;
    }

    body.single-product .summary .woocommerce-product-details__short-description {
        grid-column: 1;
                grid-row: 3 / 5;
                align-self: start;
    }

    body.single-product .summary .product_meta {
        grid-column: 1;
                grid-row: 5;
                align-self: start;
    }

    body.single-product .summary form.cart .quantity .qty {
        height: 36px;
                min-height: 36px;
                width: 64px;
                font-size: 13px;
                line-height: 1;
    }

    body.single-product .summary .single_add_to_cart_button,
    body.single-product .summary form.cart .button {
        margin-top: 0;
                padding: 9px 14px;
                font-size: 11px;
                line-height: 1.1;
    }

    body.single-product .summary form.cart .oasis-single-buy-now {
        padding: 9px 14px;
                font-size: 11px;
                line-height: 1.1;
    }

    body.single-product div.product > .summary.entry-summary {
        row-gap: 0;
    }

}

body.single-product section.related.products {
    margin-top: clamp(28px, 2.2vw, 44px);
        padding: clamp(22px, 1.8vw, 36px) clamp(18px, 1.5vw, 32px);
        border-radius: clamp(18px, 1.2vw, 24px);
        border: 1px solid rgba(255,255,255,0.18);
        background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
        box-shadow: 0 20px 60px rgba(0,0,0,0.55);
}

body.single-product section.related.products > h2 {
    margin: 0 0 clamp(22px, 1.6vw, 32px);
        font-family: 'ArbutusSlab', serif;
        font-size: clamp(26px, 1.85vw, 38px);
        font-weight: 400;
        line-height: 1.15;
        letter-spacing: clamp(0.2px, 0.03vw, 0.6px);
        color: #ffffff;
        text-align: center;
        position: relative;
}

body.single-product section.related.products > h2::after {
    content: "";
        display: block;
        width: clamp(72px, 6vw, 110px);
        height: 3px;
        margin: clamp(10px, 0.8vw, 14px) auto 0;
        border-radius: 999px;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.92), transparent);
        box-shadow: 0 0 18px rgba(255,255,255,0.28);
}

body.single-product section.related.products ul.products {
    display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: stretch !important;
        gap: clamp(14px, 1.1vw, 20px) !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
}

body.single-product section.related.products ul.products::before,
body.single-product section.related.products ul.products::after {
    display: none !important;
}

body.single-product section.related.products ul.products li.product {
    float: none !important;
        width: auto !important;
        height: 100% !important;
        margin: 0 !important;
        padding: clamp(10px, 0.8vw, 14px) !important;
        display: flex !important;
        flex-direction: column !important;
        background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(0,0,0,0.35)) !important;
        border: 1px solid rgba(255,255,255,0.12) !important;
        border-radius: clamp(18px, 1.1vw, 22px) !important;
        overflow: hidden !important;
        box-shadow: 0 14px 40px rgba(0,0,0,0.50) !important;
        transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

body.single-product section.related.products ul.products li.product:hover {
    transform: translateY(-6px);
        border-color: rgba(255,255,255,0.22) !important;
        box-shadow:
            0 22px 52px rgba(0,0,0,0.62),
            0 0 28px rgba(255,255,255,0.08) !important;
}

body.single-product section.related.products ul.products li.product > a.woocommerce-LoopProduct-link,
body.single-product section.related.products ul.products li.product > a.woocommerce-loop-product__link {
    display: flex !important;
        flex-direction: column !important;
        flex: 1 1 auto !important;
        height: 100%;
        color: #ffffff !important;
        text-decoration: none !important;
}

body.single-product section.related.products ul.products li.product img {
    width: 100% !important;
        height: clamp(160px, 11vw, 200px) !important;
        object-fit: contain !important;
        object-position: center center !important;
        background: #000000 !important;
        border-radius: clamp(14px, 0.9vw, 18px) !important;
        display: block !important;
        margin: 0 !important;
        padding: clamp(6px, 0.5vw, 10px) !important;
        box-sizing: border-box !important;
}

body.single-product section.related.products ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        overflow: hidden !important;
        min-height: 2.6em !important;
        max-height: 2.6em !important;
        margin: clamp(8px, 0.6vw, 12px) clamp(4px, 0.35vw, 8px) clamp(4px, 0.35vw, 8px) !important;
        font-family: 'ArbutusSlab', serif !important;
        font-size: clamp(13px, 0.88vw, 16px) !important;
        font-weight: 400 !important;
        line-height: 1.3 !important;
        color: #ffffff !important;
        text-align: center !important;
}

body.single-product section.related.products ul.products li.product .price {
    margin: 0 clamp(4px, 0.35vw, 8px) clamp(8px, 0.6vw, 12px) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(13px, 0.88vw, 16px) !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
        color: rgba(255,255,255,0.92) !important;
        text-align: center !important;
}

body.single-product section.related.products ul.products li.product .price del {
    color: rgba(255,255,255,0.45) !important;
        font-weight: 400 !important;
        font-size: 0.88em !important;
}

body.single-product section.related.products ul.products li.product .price ins {
    text-decoration: none !important;
        color: #ffffff !important;
}

body.single-product section.related.products ul.products li.product .button,
body.single-product section.related.products ul.products li.product a.button,
body.single-product section.related.products ul.products li.product .added_to_cart {
    display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: calc(100% - clamp(8px, 0.7vw, 12px)) !important;
        margin: auto clamp(4px, 0.35vw, 6px) clamp(4px, 0.35vw, 6px) !important;
        padding: clamp(10px, 0.75vw, 13px) clamp(14px, 1vw, 18px) !important;
        border-radius: 999px !important;
        border: 2px solid #ffffff !important;
        background: #ffffff !important;
        color: #000000 !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(10px, 0.72vw, 12px) !important;
        font-weight: 700 !important;
        letter-spacing: 0.08em !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        line-height: 1.1 !important;
        box-shadow: 0 10px 28px rgba(0,0,0,0.45) !important;
        transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

body.single-product section.related.products ul.products li.product .button:hover,
body.single-product section.related.products ul.products li.product a.button:hover,
body.single-product section.related.products ul.products li.product .added_to_cart:hover {
    transform: translateY(-2px);
        background: #000000 !important;
        color: #ffffff !important;
        box-shadow: 0 14px 36px rgba(0,0,0,0.60) !important;
}

body.single-product section.related.products ul.products li.product .onsale {
    background: #b6a400 !important;
        color: #000000 !important;
        border-radius: 999px !important;
        font-weight: 700 !important;
}

@media (max-width: 991px) {
    body.single-product section.related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

}

@media (max-width: 600px) {
    body.single-product section.related.products {
        padding: clamp(16px, 4vw, 22px) clamp(12px, 3.5vw, 16px);
    }

    body.single-product section.related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
                gap: clamp(10px, 2.5vw, 14px) !important;
    }

    body.single-product section.related.products ul.products li.product img {
        height: clamp(130px, 34vw, 170px) !important;
    }

}

@media (max-width: 420px) {
    body.single-product section.related.products ul.products {
        grid-template-columns: 1fr !important;
    }

}

body.single-product .woocommerce-tabs {
    margin-top: clamp(10px, 0.85vw, 16px) !important;
        margin-bottom: clamp(8px, 0.7vw, 14px) !important;
        padding: clamp(14px, 1.1vw, 22px) clamp(16px, 1.2vw, 24px) !important;
        border-radius: clamp(16px, 1vw, 20px);
        border: 1px solid rgba(255,255,255,0.18);
        background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
        box-shadow: 0 20px 60px rgba(0,0,0,0.55);
}

body.single-product .woocommerce-tabs ul.tabs,
body.single-product .woocommerce-tabs ul.wc-tabs {
    display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: clamp(6px, 0.5vw, 10px);
        margin: 0 0 clamp(12px, 0.9vw, 18px);
        padding: clamp(4px, 0.35vw, 6px);
        list-style: none;
        border: none;
        background: rgba(0,0,0,0.28);
        border-radius: 999px;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs::after,
body.single-product .woocommerce-tabs ul.wc-tabs::before,
body.single-product .woocommerce-tabs ul.wc-tabs::after {
    display: none;
}

body.single-product .woocommerce-tabs ul.tabs li,
body.single-product .woocommerce-tabs ul.wc-tabs li {
    margin: 0;
        padding: 0;
        border: none;
        background: transparent;
        border-radius: 999px;
        position: relative;
}

body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after,
body.single-product .woocommerce-tabs ul.wc-tabs li::before,
body.single-product .woocommerce-tabs ul.wc-tabs li::after {
    display: none;
}

body.single-product .woocommerce-tabs ul.tabs li a,
body.single-product .woocommerce-tabs ul.wc-tabs li a {
    display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: clamp(9px, 0.65vw, 12px) clamp(16px, 1.1vw, 22px);
        border-radius: 999px;
        border: 1px solid rgba(255,255,255,0.14);
        background: rgba(0,0,0,0.42);
        color: rgba(255,255,255,0.78);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(10px, 0.72vw, 12px);
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 1.2;
        transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.single-product .woocommerce-tabs ul.tabs li a:hover,
body.single-product .woocommerce-tabs ul.wc-tabs li a:hover {
    color: #ffffff;
        border-color: rgba(255,255,255,0.28);
        background: rgba(255,255,255,0.08);
}

body.single-product .woocommerce-tabs ul.tabs li.active a,
body.single-product .woocommerce-tabs ul.wc-tabs li.active a {
    background: #ffffff;
        color: #000000;
        border-color: #ffffff;
        box-shadow: 0 8px 22px rgba(0,0,0,0.42);
}

body.single-product .woocommerce-tabs .panel,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    margin: 0;
        padding: clamp(4px, 0.35vw, 8px) 0 0;
        border: none;
        background: transparent;
        color: rgba(255,255,255,0.90);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(14px, 0.92vw, 16px);
        line-height: 1.72;
}

body.single-product .woocommerce-tabs .panel > *:first-child,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel > *:first-child {
    margin-top: 0;
}

body.single-product .woocommerce-tabs .panel > *:last-child,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel > *:last-child {
    margin-bottom: 0;
}

body.single-product .woocommerce-tabs .panel h2,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-family: 'ArbutusSlab', serif;
        font-size: clamp(20px, 1.25vw, 26px);
        font-weight: 400;
        color: #ffffff;
        margin: 0 0 clamp(10px, 0.75vw, 14px);
        letter-spacing: 0.02em;
}

body.single-product .woocommerce-tabs .panel h3,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h3,
body.single-product .woocommerce-tabs .panel h4,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h4 {
    font-family: 'ArbutusSlab', serif;
        color: #ffffff;
        margin: clamp(14px, 1vw, 20px) 0 clamp(8px, 0.6vw, 12px);
        line-height: 1.35;
}

body.single-product .woocommerce-tabs .panel p,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel p {
    max-width: 68ch;
        margin: 0 0 clamp(12px, 0.85vw, 18px);
        color: rgba(255,255,255,0.90);
}

body.single-product .woocommerce-tabs .panel ul,
body.single-product .woocommerce-tabs .panel ol,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel ol {
    max-width: 68ch;
        margin: 0 0 clamp(12px, 0.85vw, 18px);
        padding-left: clamp(18px, 1.2vw, 24px);
        color: rgba(255,255,255,0.90);
}

body.single-product .woocommerce-tabs .panel ul li,
body.single-product .woocommerce-tabs .panel ol li,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul li,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel ol li {
    margin-bottom: clamp(6px, 0.45vw, 10px);
        line-height: 1.65;
}

body.single-product .woocommerce-tabs .panel ul li::marker,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul li::marker {
    color: rgba(255,255,255,0.55);
}

body.single-product .woocommerce-tabs .panel a,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel a {
    color: #ffffff;
        font-weight: 600;
        text-decoration: underline;
        text-decoration-color: rgba(255,255,255,0.35);
        text-underline-offset: 2px;
}

body.single-product .woocommerce-tabs .panel a:hover,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel a:hover {
    text-decoration-color: rgba(255,255,255,0.85);
}

body.single-product .woocommerce-tabs .panel table:not(.shop_attributes),
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel table:not(.shop_attributes) {
    width: 100%;
        max-width: 100%;
        margin: clamp(12px, 0.9vw, 18px) 0;
        border-collapse: collapse;
        border: 1px solid rgba(255,255,255,0.14);
        border-radius: clamp(12px, 0.85vw, 16px);
        overflow: hidden;
        background: rgba(0,0,0,0.28);
}

body.single-product .woocommerce-tabs .panel table:not(.shop_attributes) th,
body.single-product .woocommerce-tabs .panel table:not(.shop_attributes) td,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel table:not(.shop_attributes) th,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel table:not(.shop_attributes) td {
    padding: clamp(10px, 0.75vw, 14px);
        border-bottom: 1px solid rgba(255,255,255,0.10);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(12px, 0.82vw, 14px);
        color: rgba(255,255,255,0.90);
        text-align: left;
        vertical-align: top;
}

body.single-product .woocommerce-tabs .panel table:not(.shop_attributes) th,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel table:not(.shop_attributes) th {
    background: rgba(255,255,255,0.07);
        color: #ffffff;
        font-weight: 700;
        width: 34%;
}

body.single-product .woocommerce-tabs .panel table:not(.shop_attributes) tr:last-child th,
body.single-product .woocommerce-tabs .panel table:not(.shop_attributes) tr:last-child td,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel table:not(.shop_attributes) tr:last-child th,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel table:not(.shop_attributes) tr:last-child td {
    border-bottom: none;
}

body.single-product .woocommerce-tabs table.shop_attributes {
    width: 100%;
        margin: clamp(4px, 0.35vw, 8px) 0 0;
        border-collapse: separate;
        border-spacing: 0;
        border: 1px solid rgba(255,255,255,0.16);
        border-radius: clamp(14px, 0.9vw, 18px);
        overflow: hidden;
        background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(0,0,0,0.32));
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

body.single-product .woocommerce-tabs table.shop_attributes th,
body.single-product .woocommerce-tabs table.shop_attributes td {
    padding: clamp(11px, 0.8vw, 15px) clamp(12px, 0.9vw, 16px);
        border-bottom: 1px solid rgba(255,255,255,0.10);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(12px, 0.82vw, 14px);
        line-height: 1.5;
}

body.single-product .woocommerce-tabs table.shop_attributes th {
    background: rgba(255,255,255,0.08);
        color: #ffffff;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        width: 38%;
}

body.single-product .woocommerce-tabs table.shop_attributes td {
    background: rgba(0,0,0,0.22);
        color: rgba(255,255,255,0.92);
        font-weight: 500;
}

body.single-product .woocommerce-tabs table.shop_attributes tr:nth-child(even) td {
    background: rgba(255,255,255,0.04);
}

body.single-product .woocommerce-tabs table.shop_attributes tr:last-child th,
body.single-product .woocommerce-tabs table.shop_attributes tr:last-child td {
    border-bottom: none;
}

body.single-product .woocommerce-tabs table.shop_attributes p {
    margin: 0;
        max-width: none;
}

body.single-product .woocommerce-tabs #reviews,
body.single-product .woocommerce-tabs .woocommerce-Reviews {
    margin: 0;
        padding: clamp(4px, 0.35vw, 8px) 0 0;
}

body.single-product .woocommerce-tabs #reviews #comments,
body.single-product .woocommerce-tabs #reviews #review_form_wrapper {
    margin: 0;
        padding: clamp(12px, 0.9vw, 16px);
        border: 1px solid rgba(255,255,255,0.12);
        border-radius: clamp(14px, 0.9vw, 18px);
        background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(0,0,0,0.30));
}

body.single-product .woocommerce-tabs #reviews #review_form_wrapper {
    margin-top: clamp(12px, 0.9vw, 16px);
}

body.single-product .woocommerce-tabs #reviews #comments h2,
body.single-product .woocommerce-tabs #reviews .woocommerce-Reviews-title,
body.single-product .woocommerce-tabs #reviews .comment-reply-title {
    font-family: 'ArbutusSlab', serif;
        font-size: clamp(18px, 1.15vw, 24px);
        font-weight: 400;
        color: #ffffff;
        margin: 0 0 clamp(10px, 0.75vw, 14px);
}

body.single-product .woocommerce-tabs #reviews .commentlist {
    margin: 0;
        padding: 0;
        list-style: none;
}

body.single-product .woocommerce-tabs #reviews .commentlist .comment {
    border-bottom: 1px solid rgba(255,255,255,0.10);
        padding: clamp(10px, 0.75vw, 14px) 0;
        margin: 0;
}

body.single-product .woocommerce-tabs #reviews .commentlist .comment:last-child {
    border-bottom: none;
        padding-bottom: 0;
}

body.single-product .woocommerce-tabs #reviews .comment-text {
    border: 1px solid rgba(255,255,255,0.12);
        border-radius: clamp(12px, 0.85vw, 16px);
        padding: clamp(10px, 0.75vw, 14px);
        background: rgba(0,0,0,0.32);
        color: rgba(255,255,255,0.90);
}

body.single-product .woocommerce-tabs #reviews .comment-text p {
    margin: 0 0 clamp(8px, 0.6vw, 10px);
        max-width: none;
        color: rgba(255,255,255,0.90);
}

body.single-product .woocommerce-tabs #reviews .comment-text p.meta {
    margin-bottom: clamp(6px, 0.45vw, 8px);
        font-size: clamp(11px, 0.75vw, 13px);
        color: rgba(255,255,255,0.62);
}

body.single-product .woocommerce-tabs #reviews .comment-text p.meta strong {
    color: #ffffff;
        font-weight: 700;
}

body.single-product .woocommerce-tabs #reviews .star-rating {
    color: rgba(255,255,255,0.35);
}

body.single-product .woocommerce-tabs #reviews .star-rating::before {
    color: rgba(255,255,255,0.28);
}

body.single-product .woocommerce-tabs #reviews .star-rating span::before {
    color: #ffffff;
}

body.single-product .woocommerce-tabs #reviews .woocommerce-noreviews {
    margin: 0;
        padding: clamp(10px, 0.75vw, 14px);
        border-radius: clamp(10px, 0.7vw, 12px);
        background: rgba(0,0,0,0.28);
        border: 1px solid rgba(255,255,255,0.10);
        color: rgba(255,255,255,0.82);
}

body.single-product .woocommerce-tabs #review_form #respond label {
    display: block;
        margin-bottom: clamp(4px, 0.35vw, 6px);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(11px, 0.75vw, 13px);
        font-weight: 600;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: rgba(255,255,255,0.78);
}

body.single-product .woocommerce-tabs #review_form #respond input,
body.single-product .woocommerce-tabs #review_form #respond textarea {
    width: 100%;
        box-sizing: border-box;
        background: rgba(0,0,0,0.45);
        border: 1px solid rgba(255,255,255,0.22);
        border-radius: clamp(10px, 0.7vw, 12px);
        color: #ffffff;
        padding: clamp(10px, 0.7vw, 12px);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(13px, 0.88vw, 15px);
        line-height: 1.5;
}

body.single-product .woocommerce-tabs #review_form #respond input::placeholder,
body.single-product .woocommerce-tabs #review_form #respond textarea::placeholder {
    color: rgba(255,255,255,0.42);
}

body.single-product .woocommerce-tabs #review_form #respond input:focus,
body.single-product .woocommerce-tabs #review_form #respond textarea:focus {
    outline: none;
        border-color: rgba(255,255,255,0.55);
        box-shadow: 0 0 0 2px rgba(255,255,255,0.08);
}

body.single-product .woocommerce-tabs #review_form #submit {
    display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: clamp(8px, 0.6vw, 12px);
        border-radius: 999px;
        border: 2px solid #ffffff;
        background: #ffffff;
        color: #000000;
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(10px, 0.72vw, 12px);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        padding: clamp(10px, 0.7vw, 12px) clamp(20px, 1.2vw, 28px);
        cursor: pointer;
        transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

body.single-product .woocommerce-tabs #review_form #submit:hover {
    transform: translateY(-2px);
        background: #000000;
        color: #ffffff;
        box-shadow: 0 12px 30px rgba(0,0,0,0.55);
}

@media (max-width: 768px) {
    body.single-product .woocommerce-tabs {
        padding: clamp(12px, 3.2vw, 16px) clamp(12px, 3vw, 16px) !important;
    }

    body.single-product .woocommerce-tabs ul.tabs,
    body.single-product .woocommerce-tabs ul.wc-tabs {
        justify-content: stretch;
                border-radius: clamp(14px, 3.5vw, 18px);
    }

    body.single-product .woocommerce-tabs ul.tabs li,
    body.single-product .woocommerce-tabs ul.wc-tabs li {
        flex: 1 1 calc(50% - 6px);
                min-width: calc(50% - 6px);
    }

    body.single-product .woocommerce-tabs ul.tabs li a,
    body.single-product .woocommerce-tabs ul.wc-tabs li a {
        width: 100%;
                text-align: center;
    }

    body.single-product .woocommerce-tabs .panel p,
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel p,
    body.single-product .woocommerce-tabs .panel ul,
    body.single-product .woocommerce-tabs .panel ol,
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul,
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel ol {
        max-width: none;
    }

    body.single-product .woocommerce-tabs table.shop_attributes th {
        width: 42%;
    }

}

@media (max-width: 480px) {
    body.single-product .woocommerce-tabs ul.tabs li,
    body.single-product .woocommerce-tabs ul.wc-tabs li {
        flex: 1 1 100%;
                min-width: 100%;
    }

}

body.single-product .woocommerce-tabs ul.tabs {
    width: 100% !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        justify-content: center !important;
        gap: clamp(4px, 0.35vw, 6px) !important;
        margin: 0 0 clamp(10px, 0.75vw, 14px) !important;
        padding: clamp(4px, 0.35vw, 5px) !important;
        list-style: none !important;
        overflow: visible !important;
        position: relative !important;
        border: 1px solid rgba(255,255,255,0.18) !important;
        border-radius: 999px !important;
        background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(0,0,0,0.42)) !important;
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.06),
            0 10px 28px rgba(0,0,0,0.38) !important;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs::after {
    display: none !important;
        content: none !important;
        border: none !important;
        box-shadow: none !important;
        width: 0 !important;
        height: 0 !important;
        position: static !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
    flex: 1 1 0 !important;
        min-width: 0 !important;
        float: none !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        border-radius: 999px !important;
        position: relative !important;
        z-index: 1 !important;
}

body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
        content: none !important;
        border: none !important;
        box-shadow: none !important;
        width: 0 !important;
        height: 0 !important;
        position: static !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
    display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-height: clamp(38px, 2.6vw, 44px) !important;
        padding: clamp(9px, 0.65vw, 12px) clamp(14px, 1vw, 20px) !important;
        border-radius: 999px !important;
        border: 1px solid rgba(255,255,255,0.12) !important;
        background: transparent !important;
        color: rgba(255,255,255,0.88) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(10px, 0.72vw, 12px) !important;
        font-weight: 700 !important;
        letter-spacing: 0.08em !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        line-height: 1.2 !important;
        text-shadow: none !important;
        box-shadow: none !important;
        transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.single-product .woocommerce-tabs ul.tabs li a:hover {
    color: #ffffff !important;
        border-color: rgba(255,255,255,0.24) !important;
        background: rgba(255,255,255,0.06) !important;
        text-decoration: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active {
    background: transparent !important;
        border: none !important;
        z-index: 2 !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active::before,
body.single-product .woocommerce-tabs ul.tabs li.active::after {
    display: none !important;
        content: none !important;
        border: none !important;
        box-shadow: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
    background: #ffffff !important;
        color: #000000 !important;
        border-color: #ffffff !important;
        box-shadow: 0 8px 24px rgba(0,0,0,0.45) !important;
        text-shadow: none !important;
}

@media (max-width: 768px) {
    body.single-product .woocommerce-tabs ul.tabs {
        flex-wrap: nowrap !important;
                border-radius: clamp(14px, 3.5vw, 18px) !important;
    }

    body.single-product .woocommerce-tabs ul.tabs li {
        flex: 1 1 0 !important;
                min-width: 0 !important;
                width: auto !important;
    }

    body.single-product .woocommerce-tabs ul.tabs li a {
        padding: clamp(9px, 2.2vw, 12px) clamp(10px, 2.5vw, 14px) !important;
                font-size: clamp(9px, 2.4vw, 11px) !important;
    }

}

@media (max-width: 480px) {
    body.single-product .woocommerce-tabs ul.tabs li {
        flex: 1 1 0 !important;
                min-width: 0 !important;
    }

}

body.single-product .woocommerce-tabs ul.tabs {
    width: fit-content !important;
        max-width: min(100%, clamp(420px, 32vw, 520px)) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: clamp(12px, 0.85vw, 16px) !important;
        padding: clamp(3px, 0.28vw, 4px) !important;
        gap: clamp(3px, 0.28vw, 4px) !important;
        border: 1px solid rgba(255,255,255,0.16) !important;
        border-radius: 999px !important;
        background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(0,0,0,0.38)) !important;
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.05),
            0 6px 18px rgba(0,0,0,0.32) !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
    flex: 1 1 0 !important;
        min-width: clamp(96px, 18vw, 128px) !important;
        max-width: clamp(140px, 22vw, 180px) !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
    width: 100% !important;
        min-height: 0 !important;
        padding: clamp(6px, 0.48vw, 8px) clamp(12px, 0.85vw, 16px) !important;
        font-size: clamp(9px, 0.62vw, 10px) !important;
        letter-spacing: 0.07em !important;
        border-radius: 999px !important;
        border: 1px solid rgba(255,255,255,0.10) !important;
}

body.single-product .woocommerce-tabs ul.tabs li a:hover {
    border-color: rgba(255,255,255,0.22) !important;
        background: rgba(255,255,255,0.05) !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
    background: #ffffff !important;
        color: #000000 !important;
        border-color: rgba(255,255,255,0.95) !important;
        box-shadow: 0 3px 10px rgba(0,0,0,0.28) !important;
}

body.single-product .woocommerce-tabs .panel,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    margin-top: 0 !important;
        padding-top: clamp(6px, 0.5vw, 10px) !important;
}

body.single-product .woocommerce-tabs #review_form #submit {
    display: inline-flex !important;
        width: auto !important;
        min-width: clamp(160px, 12vw, 180px) !important;
        max-width: clamp(180px, 14vw, 220px) !important;
        margin-top: clamp(8px, 0.6vw, 10px) !important;
        margin-right: auto !important;
        padding: clamp(8px, 0.58vw, 10px) clamp(16px, 1vw, 20px) !important;
        font-size: clamp(9px, 0.62vw, 10px) !important;
        box-shadow: 0 6px 16px rgba(0,0,0,0.35) !important;
}

body.single-product .woocommerce-tabs #review_form #submit:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.48) !important;
}

@media (max-width: 768px) {
    body.single-product .woocommerce-tabs ul.tabs {
        max-width: min(100%, 420px) !important;
    }

    body.single-product .woocommerce-tabs ul.tabs li {
        min-width: 0 !important;
                max-width: none !important;
    }

    body.single-product .woocommerce-tabs ul.tabs li a {
        padding: clamp(6px, 1.8vw, 8px) clamp(10px, 2.2vw, 14px) !important;
                font-size: clamp(8px, 2.2vw, 10px) !important;
    }

}

body.single-product .woocommerce-tabs #reviews {
    display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        gap: clamp(12px, 0.9vw, 16px);
}

body.single-product .woocommerce-tabs #reviews #comments,
body.single-product .woocommerce-tabs #reviews #review_form_wrapper {
    width: 100%;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
        padding: clamp(14px, 1vw, 18px) clamp(16px, 1.1vw, 20px);
        border: 1px solid rgba(255,255,255,0.16);
        border-radius: clamp(14px, 0.9vw, 18px);
        background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(0,0,0,0.34));
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.05),
            0 10px 28px rgba(0,0,0,0.32);
        box-sizing: border-box;
}

body.single-product .woocommerce-tabs #reviews #comments h2,
body.single-product .woocommerce-tabs #reviews .woocommerce-Reviews-title {
    font-family: 'ArbutusSlab', serif;
        font-size: clamp(18px, 1.15vw, 22px);
        font-weight: 400;
        line-height: 1.3;
        color: #ffffff;
        margin: 0 0 clamp(10px, 0.75vw, 14px);
        text-align: left;
}

body.single-product .woocommerce-tabs #reviews .woocommerce-noreviews {
    display: block;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: clamp(12px, 0.85vw, 16px) clamp(14px, 1vw, 18px);
        border-radius: clamp(10px, 0.7vw, 12px);
        border: 1px solid rgba(255,255,255,0.12);
        background: rgba(0,0,0,0.30);
        color: rgba(255,255,255,0.86);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(13px, 0.88vw, 15px);
        line-height: 1.55;
        text-align: center;
        box-sizing: border-box;
}

body.single-product .woocommerce-tabs #reviews #review_form_wrapper {
    margin-top: 0;
}

body.single-product .woocommerce-tabs #review_form #respond {
    width: 100%;
        max-width: 100%;
        margin: 0;
}

body.single-product .woocommerce-tabs #review_form #respond .comment-reply-title {
    display: block;
        font-family: 'ArbutusSlab', serif;
        font-size: clamp(18px, 1.15vw, 22px);
        font-weight: 400;
        line-height: 1.3;
        color: #ffffff;
        margin: 0 0 clamp(12px, 0.85vw, 16px);
        text-align: left;
}

body.single-product .woocommerce-tabs #review_form #respond p {
    margin: 0 0 clamp(12px, 0.85vw, 16px);
        color: rgba(255,255,255,0.88);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(13px, 0.88vw, 15px);
        line-height: 1.55;
        text-align: left;
}

body.single-product .woocommerce-tabs #review_form #respond label {
    display: block;
        margin-bottom: clamp(5px, 0.4vw, 7px);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(10px, 0.68vw, 11px);
        font-weight: 600;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: rgba(255,255,255,0.76);
}

body.single-product .woocommerce-tabs #review_form .comment-form-rating {
    margin: 0 0 clamp(14px, 1vw, 18px);
        padding: 0;
        text-align: left;
}

body.single-product .woocommerce-tabs #review_form .comment-form-rating label {
    margin-bottom: clamp(6px, 0.45vw, 8px);
}

body.single-product .woocommerce-tabs #review_form .comment-form-rating select {
    display: block;
        width: 100%;
        max-width: 240px;
        margin: 0;
        padding: clamp(8px, 0.58vw, 10px) clamp(10px, 0.7vw, 12px);
        border-radius: clamp(8px, 0.55vw, 10px);
        border: 1px solid rgba(255,255,255,0.22);
        background: rgba(0,0,0,0.45);
        color: #ffffff;
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(12px, 0.82vw, 14px);
        line-height: 1.4;
}

body.single-product .woocommerce-tabs #review_form .comment-form-rating select:focus {
    outline: none;
        border-color: rgba(255,255,255,0.55);
        box-shadow: 0 0 0 2px rgba(255,255,255,0.08);
}

body.single-product .woocommerce-tabs #review_form #respond input {
    width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        background: rgba(0,0,0,0.45);
        border: 1px solid rgba(255,255,255,0.22);
        border-radius: clamp(8px, 0.55vw, 10px);
        color: #ffffff;
        padding: clamp(9px, 0.65vw, 11px) clamp(10px, 0.7vw, 12px);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(13px, 0.88vw, 15px);
        line-height: 1.45;
}

body.single-product .woocommerce-tabs #review_form #respond textarea {
    width: 100%;
        max-width: 100%;
        min-height: 120px;
        height: 120px;
        box-sizing: border-box;
        resize: vertical;
        background: rgba(0,0,0,0.45);
        border: 1px solid rgba(255,255,255,0.22);
        border-radius: clamp(10px, 0.7vw, 12px);
        color: #ffffff;
        padding: clamp(10px, 0.7vw, 12px);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(13px, 0.88vw, 15px);
        line-height: 1.55;
}

body.single-product .woocommerce-tabs #review_form #respond input:focus,
body.single-product .woocommerce-tabs #review_form #respond textarea:focus {
    outline: none;
        border-color: rgba(255,255,255,0.55);
        box-shadow: 0 0 0 2px rgba(255,255,255,0.08);
}

body.single-product .woocommerce-tabs #review_form #respond .form-submit {
    margin: clamp(4px, 0.35vw, 6px) 0 0;
        padding: 0;
        text-align: left;
}

body.single-product .woocommerce-tabs #review_form #submit {
    display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 180px !important;
        min-width: 180px !important;
        max-width: 180px !important;
        margin: 0 !important;
        padding: clamp(8px, 0.58vw, 10px) clamp(16px, 1vw, 20px) !important;
        border-radius: 999px;
        border: 2px solid #ffffff;
        background: #ffffff;
        color: #000000;
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(9px, 0.62vw, 10px) !important;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        cursor: pointer;
        box-shadow: 0 6px 16px rgba(0,0,0,0.35) !important;
        transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

body.single-product .woocommerce-tabs #review_form #submit:hover {
    transform: translateY(-2px);
        background: #000000;
        color: #ffffff;
        box-shadow: 0 8px 20px rgba(0,0,0,0.48) !important;
}

@media (max-width: 768px) {
    body.single-product .woocommerce-tabs #reviews #comments,
    body.single-product .woocommerce-tabs #reviews #review_form_wrapper {
        max-width: 100%;
                padding: clamp(12px, 3.2vw, 16px);
    }

    body.single-product .woocommerce-tabs #review_form .comment-form-rating select {
        max-width: 100%;
    }

    body.single-product .quantity {
        margin-bottom: clamp(12px, 3vw, 16px) !important;
    }

    body.single-product .single_add_to_cart_button {
        margin-bottom: clamp(12px, 3vw, 16px) !important;
    }

    body.single-product .oasis-single-buy-now {
        margin-bottom: 0 !important;
    }

}

@media (min-width: 992px) {
    body.single-product .summary form.cart .quantity {
        margin-bottom: clamp(8px, 0.65vw, 10px) !important;
    }

    body.single-product .summary .single_add_to_cart_button {
        margin-bottom: clamp(8px, 0.65vw, 10px) !important;
    }

    body.single-product .summary form.cart .oasis-single-buy-now {
        margin-bottom: 0 !important;
    }

    body.single-product div.product > .summary.entry-summary {
        row-gap: 0 !important;
                align-content: start !important;
    }

    body.single-product .summary .product_title {
        margin-bottom: clamp(2px, 0.2vw, 4px) !important;
    }

    body.single-product .summary .woocommerce-product-details__short-description {
        grid-column: 1 !important;
                grid-row: 2 / 4 !important;
                margin-top: 0 !important;
                align-self: start !important;
    }

    body.single-product .summary .woocommerce-product-rating {
        grid-column: 1 !important;
                grid-row: 4 !important;
                margin: clamp(8px, 0.6vw, 12px) 0 clamp(4px, 0.35vw, 6px) !important;
    }

    body.single-product .summary .woocommerce-product-details__short-description {
        position: relative;
                max-height: clamp(320px, 24vw, 380px);
                overflow: hidden;
    }

    body.single-product .summary .woocommerce-product-details__short-description::after {
        content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: clamp(52px, 4.2vw, 68px);
                pointer-events: none;
                background: linear-gradient(
                    to bottom,
                    rgba(0, 0, 0, 0) 0%,
                    rgba(0, 0, 0, 0.55) 55%,
                    rgba(0, 0, 0, 0.88) 100%
                );
                border-radius: 0 0 clamp(10px, 0.7vw, 14px) clamp(10px, 0.7vw, 14px);
    }

    body.single-product div.product > .summary.entry-summary {
        position: relative !important;
                display: grid !important;
                grid-template-columns: minmax(0, 1fr) minmax(276px, 300px) !important;
                row-gap: 0 !important;
                align-items: start !important;
                align-content: start !important;
                overflow: visible !important;
                min-height: anchor(--oasis-trust bottom, auto) !important;
    }

    body.single-product div.product {
        align-items: start !important;
    }

    body.single-product div.product > .woocommerce-product-gallery,
    body.single-product div.product > div.images,
    body.single-product div.product > .summary.entry-summary {
        padding-top: clamp(12px, 1vw, 16px) !important;
                padding-bottom: clamp(12px, 1vw, 16px) !important;
    }

    body.single-product .summary .product_title {
        margin-top: 0 !important;
                padding-top: 0 !important;
                align-self: start !important;
    }

    body.single-product .summary .woocommerce-product-details__short-description {
        max-height: none !important;
                overflow: visible !important;
                margin-bottom: 0 !important;
                padding-bottom: clamp(12px, 0.9vw, 16px) !important;
    }

    body.single-product .summary .woocommerce-product-details__short-description::after {
        display: none !important;
                content: none !important;
    }

    body.single-product .summary .product_meta {
        grid-column: 1 !important;
                grid-row: auto !important;
                align-self: start !important;
                margin-top: 0 !important;
                margin-bottom: 0 !important;
                padding-top: clamp(8px, 0.65vw, 12px) !important;
                padding-bottom: 0 !important;
    }

    body.single-product div.product > .woocommerce-product-gallery,
    body.single-product div.product > div.images {
        display: flex !important;
                flex-direction: column !important;
                justify-content: flex-start !important;
    }

    body.single-product .woocommerce-product-gallery .flex-control-thumbs,
    body.single-product ol.flex-control-nav.flex-control-thumbs {
        width: 100% !important;
                margin: 12px 0 0 !important;
                padding-top: 0 !important;
                padding-bottom: 0 !important;
    }

}

body.single-product .summary .woocommerce-product-details__short-description.oasis-short-desc--collapsible {
    position: relative;
        display: flex;
        flex-direction: column;
        overflow: visible;
        max-height: none;
}

body.single-product .summary .oasis-short-desc-content.oasis-short-desc--collapsed {
    max-height: 220px !important;
        overflow: hidden !important;
        position: relative;
}

body.single-product .summary .oasis-short-desc-content.oasis-short-desc--collapsed::after {
    content: "" !important;
        display: block !important;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: clamp(48px, 12vw, 64px);
        pointer-events: none;
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.55) 55%,
            rgba(0, 0, 0, 0.88) 100%
        );
        border-radius: 0 0 clamp(10px, 0.7vw, 14px) clamp(10px, 0.7vw, 14px);
}

body.single-product .summary .oasis-short-desc-content.oasis-short-desc--expanded {
    max-height: none !important;
        overflow: visible !important;
}

body.single-product .summary .oasis-short-desc-content.oasis-short-desc--expanded::after {
    display: none !important;
        content: none !important;
}

body.single-product .summary .oasis-short-desc-toggle {
    display: inline-flex;
        align-items: center;
        justify-content: center;
        grid-column: 1;
        align-self: start;
        width: auto;
        max-width: min(100%, clamp(260px, 28vw, 340px));
        margin: clamp(8px, 0.65vw, 12px) 0 0;
        padding: clamp(8px, 0.6vw, 10px) clamp(14px, 1vw, 18px);
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.35);
        background: rgba(255, 255, 255, 0.04);
        color: rgba(255, 255, 255, 0.88);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(11px, 0.75vw, 13px);
        font-weight: 600;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        line-height: 1.2;
        cursor: pointer;
        transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

body.single-product .summary .oasis-short-desc-toggle:hover,
body.single-product .summary .oasis-short-desc-toggle:focus {
    background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.55);
        color: #ffffff;
        outline: none;
}

body.single-product .summary .oasis-short-desc-toggle:focus-visible {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

@media (min-width: 992px) {
    body.single-product .summary .oasis-short-desc-toggle {
        max-width: min(100%, clamp(260px, 28vw, 340px));
                margin-top: clamp(6px, 0.5vw, 10px);
    }

}

body.single-product .summary .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-toggle,
body.single-product .summary .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-read-more-btn,
body.single-product .summary .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-read-more,
body.single-product .summary .woocommerce-product-details__short-description + .oasis-short-desc-toggle,
body.single-product .summary .oasis-short-desc-toggle {
    display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: stretch !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        flex-shrink: 0 !important;
        margin: clamp(8px, 0.65vw, 10px) 0 0 !important;
        padding: clamp(8px, 0.6vw, 10px) clamp(14px, 1vw, 18px) !important;
        border-radius: 999px !important;
        position: relative !important;
        z-index: 2 !important;
        grid-column: 1 !important;
        text-align: center !important;
}

@media (min-width: 992px) {
    body.single-product .summary .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-toggle,
    body.single-product .summary .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-read-more-btn,
    body.single-product .summary .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-read-more,
    body.single-product .summary .oasis-short-desc-toggle {
        max-width: 100% !important;
                margin-top: clamp(8px, 0.65vw, 10px) !important;
    }

}

body.single-product .summary .oasis-short-desc-content.oasis-short-desc--collapsed {
    box-sizing: border-box !important;
        padding-bottom: clamp(14px, 1.1vw, 18px) !important;
}

body.single-product .woocommerce-product-gallery .flex-viewport {
    background: #0a0a0a !important;
        overflow: hidden !important;
        border-radius: clamp(12px, 0.8vw, 16px) !important;
}

body.single-product .woocommerce-product-gallery__wrapper {
    height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        background: transparent !important;
        border-radius: 0 !important;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div,
body.single-product .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery__image--placeholder {
    height: auto !important;
        max-height: none !important;
        background: #0a0a0a !important;
}

body.single-product .woocommerce-product-gallery__image a {
    display: block !important;
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        overflow: visible !important;
        cursor: zoom-in !important;
        position: relative !important;
        background: transparent !important;
        text-align: center !important;
}

body.single-product .woocommerce-product-gallery__image img,
body.single-product .woocommerce-product-gallery .flex-viewport img {
    display: inline-block !important;
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: clamp(360px, 30vw, 520px) !important;
        object-fit: contain !important;
        object-position: center center !important;
        background: #0a0a0a !important;
        border-radius: clamp(12px, 0.8vw, 16px) !important;
        vertical-align: top !important;
}

body.single-product .woocommerce-product-gallery .zoomImg {
    object-fit: contain !important;
        object-position: center center !important;
        border-radius: clamp(12px, 0.8vw, 16px) !important;
}

body.single-product .woocommerce-product-gallery .flex-viewport {
    overflow: hidden !important;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

body.single-product .woocommerce-product-gallery__wrapper {
    -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

body.single-product .woocommerce-product-gallery .flex-viewport {
    position: relative !important;
        overflow: hidden !important;
        background: #0a0a0a !important;
}

body.single-product .woocommerce-product-gallery .flex-viewport::after {
    content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 3px;
        height: 100%;
        background: #0a0a0a;
        pointer-events: none;
        z-index: 5;
}

body.single-product .woocommerce-product-gallery__trigger {
    z-index: 20 !important;
}

body.single-product div.product > .woocommerce-tabs,
body.single-product .woocommerce-tabs {
    margin-bottom: 0 !important;
}

body.single-product div.product > section.related.products,
body.single-product section.related.products {
    margin-top: clamp(12px, 0.9vw, 14px) !important;
}

body.single-product .summary .woocommerce-variation-add-to-cart {
    display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: clamp(8px, 0.6vw, 10px) !important;
        width: 100% !important;
        margin: 0 !important;
}

body.single-product .summary form.cart .quantity,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity {
    display: inline-flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        align-self: center !important;
        width: 170px !important;
        max-width: 100% !important;
        height: 42px !important;
        margin: 0 auto clamp(2px, 0.2vw, 4px) !important;
        padding: 0 5px !important;
        gap: 0 !important;
        border-radius: 12px !important;
        border: 1px solid rgba(255, 255, 255, 0.22) !important;
        background: rgba(0, 0, 0, 0.45) !important;
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

body.single-product .summary form.cart .quantity .qty,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity .qty {
    flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 4px !important;
        border: none !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #ffffff !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        text-align: center !important;
        -moz-appearance: textfield !important;
        appearance: textfield !important;
}

body.single-product .summary form.cart .quantity .qty::-webkit-outer-spin-button,
body.single-product .summary form.cart .quantity .qty::-webkit-inner-spin-button,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity .qty::-webkit-outer-spin-button,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
        margin: 0 !important;
}

body.single-product .summary .oasis-qty-btn {
    flex: 0 0 32px !important;
        width: 32px !important;
        height: 32px !important;
        border-radius: 8px !important;
        border: 1px solid rgba(255, 255, 255, 0.20) !important;
        background: rgba(255, 255, 255, 0.06) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        user-select: none !important;
        color: #ffffff !important;
        font-size: 0 !important;
        line-height: 1 !important;
        transition: background 0.2s ease, border-color 0.2s ease !important;
}

body.single-product .summary .oasis-qty-btn:hover {
    background: rgba(255, 255, 255, 0.12) !important;
        border-color: rgba(255, 255, 255, 0.35) !important;
}

body.single-product .summary .oasis-qty-minus::before {
    content: "\2212" !important;
        font-size: 17px !important;
        font-weight: 700 !important;
        color: #ffffff !important;
        line-height: 1 !important;
}

body.single-product .summary .oasis-qty-plus::before {
    content: "+" !important;
        font-size: 17px !important;
        font-weight: 700 !important;
        color: #ffffff !important;
        line-height: 1 !important;
}

body.single-product .summary .single_add_to_cart_button,
body.single-product .summary button.single_add_to_cart_button,
body.single-product .summary .button.single_add_to_cart_button,
body.single-product .summary form.cart .single_add_to_cart_button,
body.single-product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 0 !important;
        padding: clamp(10px, 0.72vw, 12px) clamp(16px, 1.1vw, 22px) !important;
        border-radius: 999px !important;
        border: 2px solid rgba(255, 255, 255, 0.75) !important;
        background: transparent !important;
        color: #ffffff !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(11px, 0.72vw, 12px) !important;
        font-weight: 600 !important;
        letter-spacing: 0.07em !important;
        text-transform: uppercase !important;
        line-height: 1.1 !important;
        box-shadow: none !important;
        cursor: pointer !important;
        transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease !important;
}

body.single-product .summary .single_add_to_cart_button:hover,
body.single-product .summary form.cart .single_add_to_cart_button:hover {
    background: rgba(255, 255, 255, 0.08) !important;
        color: #ffffff !important;
        transform: translateY(-1px) !important;
}

body.single-product .summary form.cart .oasis-single-buy-now,
body.single-product .summary .variations_form .oasis-single-buy-now {
    display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 0 !important;
        padding: clamp(14px, 0.95vw, 17px) clamp(18px, 1.2vw, 26px) !important;
        min-height: 48px !important;
        border-radius: 999px !important;
        border: 2px solid #ffffff !important;
        background: #ffffff !important;
        color: #000000 !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(12px, 0.82vw, 14px) !important;
        font-weight: 800 !important;
        letter-spacing: 0.09em !important;
        text-transform: uppercase !important;
        line-height: 1.1 !important;
        box-shadow:
            0 12px 32px rgba(0, 0, 0, 0.52),
            inset 0 1px 0 rgba(255, 255, 255, 0.85),
            0 0 0 1px rgba(255, 255, 255, 0.28),
            0 0 22px rgba(255, 255, 255, 0.14) !important;
        cursor: pointer !important;
        transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease !important;
}

body.single-product .summary form.cart .oasis-single-buy-now:hover,
body.single-product .summary .variations_form .oasis-single-buy-now:hover {
    transform: translateY(-2px) !important;
        background: #000000 !important;
        color: #ffffff !important;
        box-shadow:
            0 16px 40px rgba(0, 0, 0, 0.62),
            0 0 0 1px rgba(255, 255, 255, 0.35),
            0 0 28px rgba(255, 255, 255, 0.18) !important;
}

body.single-product .summary > a.oasis-single-whatsapp[href*="whatsapp"] {
    background: #25d366 !important;
        border-color: rgba(255, 255, 255, 0.22) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

body.single-product .summary a[href*="api.whatsapp.com"],
body.single-product .summary a[href*="wa.me"] {
    border-radius: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    body.single-product .summary form.cart .quantity,
    body.single-product .summary .woocommerce-variation-add-to-cart .quantity {
        margin-bottom: clamp(2px, 0.2vw, 4px) !important;
    }

    body.single-product .summary .single_add_to_cart_button,
    body.single-product .summary .quantity {
        margin-bottom: 0 !important;
    }

}

@media (min-width: 992px) {
    body.single-product div.product > .summary.entry-summary {
        min-height: 0 !important;
                grid-template-columns: minmax(0, 1fr) minmax(300px, 320px) !important;
                row-gap: 0 !important;
                align-items: start !important;
                align-content: start !important;
                overflow: visible !important;
    }

}

body.single-product .summary > a.oasis-single-whatsapp[href*="whatsapp"] {
    background: rgba(0, 0, 0, 0.38) !important;
        border-color: rgba(255, 255, 255, 0.20) !important;
}

body.single-product .summary form.cart .quantity,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity {
    display: grid !important;
        grid-template-columns: 36px 56px 36px !important;
        grid-template-rows: auto auto !important;
        justify-content: start !important;
        align-items: center !important;
        column-gap: 4px !important;
        row-gap: clamp(6px, 0.45vw, 8px) !important;
        width: fit-content !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
}

body.single-product .summary form.cart .quantity::before,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity::before {
    content: "Quantity";
        grid-column: 1 / -1;
        grid-row: 1;
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(11px, 0.72vw, 12px);
        font-weight: 600;
        color: rgba(255, 255, 255, 0.82);
        text-align: left;
}

body.single-product .summary form.cart .quantity > .oasis-qty-minus,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity > .oasis-qty-minus {
    grid-column: 1;
        grid-row: 2;
}

body.single-product .summary form.cart .quantity > .qty,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity > .qty {
    grid-column: 2;
        grid-row: 2;
}

body.single-product .summary form.cart .quantity > .oasis-qty-plus,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity > .oasis-qty-plus {
    grid-column: 3;
        grid-row: 2;
}

body.single-product .summary form.cart .quantity > .oasis-qty-minus,
body.single-product .summary form.cart .quantity > .oasis-qty-plus,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity > .oasis-qty-minus,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity > .oasis-qty-plus {
    flex: 0 0 36px !important;
        width: 36px !important;
        height: 36px !important;
        border-radius: 10px !important;
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
        background: rgba(0, 0, 0, 0.42) !important;
        display: inline-flex !important;
}

body.single-product .summary form.cart .quantity > .qty,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity > .qty {
    width: 56px !important;
        height: 42px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        border-radius: 10px !important;
        background: rgba(0, 0, 0, 0.48) !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #ffffff !important;
        text-align: center !important;
}

body.single-product .summary form.cart .oasis-single-buy-now,
body.single-product .summary .variations_form .oasis-single-buy-now {
    order: 2 !important;
        min-height: 50px !important;
        padding: clamp(14px, 0.95vw, 16px) clamp(18px, 1.2vw, 24px) !important;
        border: 2px solid #ffffff !important;
        background: #ffffff !important;
        color: #000000 !important;
        font-size: clamp(12px, 0.82vw, 13px) !important;
        font-weight: 800 !important;
        letter-spacing: 0.08em !important;
        box-shadow:
            0 12px 32px rgba(0, 0, 0, 0.48),
            inset 0 1px 0 rgba(255, 255, 255, 0.85),
            0 0 0 1px rgba(255, 255, 255, 0.22),
            0 0 24px rgba(255, 255, 255, 0.12) !important;
}

body.single-product .summary form.cart .oasis-single-buy-now:hover,
body.single-product .summary .variations_form .oasis-single-buy-now:hover {
    background: #000000 !important;
        color: #ffffff !important;
        transform: translateY(-2px) !important;
}

body.single-product .summary .single_add_to_cart_button,
body.single-product .summary form.cart .single_add_to_cart_button,
body.single-product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    order: 3 !important;
        min-height: 44px !important;
        padding: clamp(11px, 0.75vw, 13px) clamp(16px, 1.1vw, 22px) !important;
        border: 1px solid rgba(255, 255, 255, 0.55) !important;
        background: transparent !important;
        color: #ffffff !important;
        font-size: clamp(10px, 0.68vw, 11px) !important;
        font-weight: 600 !important;
        box-shadow: none !important;
}

body.single-product .summary form.cart .quantity,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity {
    order: 1 !important;
}

body.single-product .summary .woocommerce-variation-add-to-cart .oasis-single-buy-now {
    order: 2 !important;
}

body.single-product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    order: 3 !important;
}

body.single-product div.product > .woocommerce-tabs,
body.single-product .woocommerce-tabs {
    margin-bottom: 0 !important;
}

body.single-product div.product > section.related.products,
body.single-product section.related.products {
    margin-top: clamp(14px, 1.1vw, 18px) !important;
        padding: clamp(18px, 1.4vw, 24px) clamp(18px, 1.4vw, 24px) clamp(16px, 1.2vw, 20px) !important;
        min-height: 0 !important;
}

body.single-product section.related.products > h2 {
    margin-bottom: clamp(14px, 1vw, 18px) !important;
}

body.single-product section.related.products ul.products {
    display: grid !important;
        grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 280px)) !important;
        justify-content: start !important;
        align-content: start !important;
        align-items: start !important;
        gap: clamp(12px, 0.9vw, 16px) !important;
        min-height: 0 !important;
        width: 100% !important;
}

body.single-product section.related.products ul.products li.product {
    height: auto !important;
        min-height: 0 !important;
}

body.single-product section.related.products ul.products li.product:only-child {
    max-width: 280px !important;
        width: 100% !important;
}

@media (min-width: 992px) {
    body.single-product div.product > .summary.entry-summary {
        min-height: 0 !important;
                grid-template-columns: minmax(0, 1fr) minmax(300px, 320px) !important;
                row-gap: 0 !important;
                align-items: start !important;
    }

    body.single-product .summary .product_title {
        margin-bottom: clamp(6px, 0.5vw, 10px) !important;
    }

    body.single-product div.product > section.related.products {
        margin-top: max(10px, calc(28px - clamp(14px, 1.2vw, 22px))) !important;
    }

}

@media (max-width: 991px) {
    body.single-product section.related.products ul.products {
        grid-template-columns: repeat(auto-fill, minmax(min(160px, 100%), 1fr)) !important;
    }

    body.single-product section.related.products ul.products li.product:only-child {
        max-width: 100% !important;
    }

}

body.single-product div.product > .summary.entry-summary {
    gap: clamp(14px, 1.1vw, 20px) clamp(16px, 1.2vw, 24px) !important;
        align-items: start !important;
        align-content: start !important;
}

body.single-product .summary .product_title {
    margin: 0 0 clamp(6px, 0.5vw, 10px) !important;
        font-size: clamp(22px, 1.55vw, 34px) !important;
        line-height: 1.22 !important;
        letter-spacing: 0.01em !important;
}

body.single-product .summary .woocommerce-product-rating {
    margin: 0 0 clamp(8px, 0.6vw, 12px) !important;
}

body.single-product .summary .woocommerce-product-details__short-description {
    margin: 0 0 clamp(10px, 0.75vw, 14px) !important;
        font-size: clamp(13px, 0.88vw, 15px) !important;
        line-height: 1.65 !important;
        color: rgba(255, 255, 255, 0.86) !important;
}

body.single-product .summary .woocommerce-product-details__short-description li {
    margin-bottom: clamp(4px, 0.35vw, 6px) !important;
}

body.single-product .summary .product_meta {
    padding-top: clamp(10px, 0.75vw, 14px) !important;
        margin-top: clamp(4px, 0.35vw, 8px) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
        font-size: clamp(11px, 0.75vw, 13px) !important;
}

body.single-product .summary form.cart .quantity,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity {
    order: 1 !important;
        display: grid !important;
        grid-template-columns: 36px minmax(0, 1fr) 36px !important;
        grid-template-rows: auto 42px !important;
        gap: clamp(6px, 0.45vw, 8px) 4px !important;
        width: 170px !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
}

body.single-product .summary form.cart .quantity::before,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity::before {
    content: "Quantity";
        grid-column: 1 / -1;
        grid-row: 1;
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(11px, 0.72vw, 12px);
        font-weight: 600;
        color: rgba(255, 255, 255, 0.82);
        text-align: left;
}

body.single-product .summary form.cart .quantity > .oasis-qty-minus,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity > .oasis-qty-minus {
    grid-column: 1;
        grid-row: 2;
        z-index: 2;
}

body.single-product .summary form.cart .quantity > .qty,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity > .qty {
    grid-column: 1 / -1;
        grid-row: 2;
        z-index: 1;
        width: 100% !important;
        height: 42px !important;
        margin: 0 !important;
        padding: 0 40px !important;
        border-radius: 12px !important;
        border: 1px solid rgba(255, 255, 255, 0.20) !important;
        background: rgba(0, 0, 0, 0.45) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #ffffff !important;
        text-align: center !important;
}

body.single-product .summary form.cart .quantity > .oasis-qty-plus,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity > .oasis-qty-plus {
    grid-column: 3;
        grid-row: 2;
        z-index: 2;
}

body.single-product .summary form.cart .quantity > .oasis-qty-minus,
body.single-product .summary form.cart .quantity > .oasis-qty-plus,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity > .oasis-qty-minus,
body.single-product .summary .woocommerce-variation-add-to-cart .quantity > .oasis-qty-plus {
    width: 34px !important;
        height: 34px !important;
        margin: 4px !important;
        align-self: center !important;
        justify-self: center !important;
        border-radius: 9px !important;
        border: 1px solid rgba(255, 255, 255, 0.16) !important;
        background: rgba(255, 255, 255, 0.06) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
}

body.single-product .summary .oasis-qty-minus::before,
body.single-product .summary .oasis-qty-plus::before {
    font-size: 16px !important;
        font-weight: 700 !important;
        color: #ffffff !important;
}

body.single-product .summary form.cart .oasis-single-buy-now,
body.single-product .summary .variations_form .oasis-single-buy-now {
    order: 2 !important;
        min-height: 50px !important;
        padding: clamp(14px, 0.95vw, 16px) clamp(18px, 1.2vw, 24px) !important;
        border: 2px solid #ffffff !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        color: #000000 !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(11px, 0.75vw, 12px) !important;
        font-weight: 800 !important;
        letter-spacing: 0.08em !important;
        text-transform: uppercase !important;
        box-shadow:
            0 12px 32px rgba(0, 0, 0, 0.48),
            inset 0 1px 0 rgba(255, 255, 255, 0.85),
            0 0 22px rgba(255, 255, 255, 0.10) !important;
}

body.single-product .summary form.cart .oasis-single-buy-now::before {
    content: "\f0e7";
        font-family: 'FontAwesome' !important;
        margin-right: 8px;
        font-size: 14px;
}

body.single-product .summary .single_add_to_cart_button,
body.single-product .summary form.cart .single_add_to_cart_button {
    order: 3 !important;
        min-height: 44px !important;
        padding: clamp(11px, 0.75vw, 13px) clamp(16px, 1.1vw, 22px) !important;
        border: 1px solid rgba(255, 255, 255, 0.50) !important;
        border-radius: 999px !important;
        background: transparent !important;
        color: #ffffff !important;
        font-size: clamp(10px, 0.68vw, 11px) !important;
        font-weight: 600 !important;
        letter-spacing: 0.07em !important;
        text-transform: uppercase !important;
        box-shadow: none !important;
}

body.single-product .summary .single_add_to_cart_button::before {
    content: "\f07a";
        font-family: 'FontAwesome' !important;
        margin-right: 8px;
        font-size: 13px;
}

body.single-product .summary form.cart .oasis-single-buy-now:hover {
    background: #000000 !important;
        color: #ffffff !important;
        transform: translateY(-2px) !important;
}

body.single-product .summary .single_add_to_cart_button:hover {
    background: rgba(255, 255, 255, 0.08) !important;
        color: #ffffff !important;
}

body.single-product .summary a[href*="api.whatsapp.com"],
body.single-product .summary a[href*="whatsapp"] {
    border-radius: 999px !important;
        margin: 0 !important;
}

body.single-product div.product > .woocommerce-tabs,
body.single-product .woocommerce-tabs {
    margin-top: clamp(20px, 1.6vw, 28px) !important;
        margin-bottom: 0 !important;
        padding: clamp(16px, 1.2vw, 22px) clamp(18px, 1.4vw, 24px) clamp(18px, 1.4vw, 24px) !important;
}

body.single-product .woocommerce-tabs ul.tabs,
body.single-product .woocommerce-tabs ul.wc-tabs {
    display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        align-items: flex-end !important;
        gap: clamp(16px, 1.4vw, 28px) !important;
        margin: 0 0 clamp(14px, 1vw, 18px) !important;
        padding: 0 0 clamp(2px, 0.2vw, 4px) !important;
        border: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li,
body.single-product .woocommerce-tabs ul.wc-tabs li {
    flex: 0 0 auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        background: transparent !important;
}

body.single-product .woocommerce-tabs ul.tabs li a,
body.single-product .woocommerce-tabs ul.wc-tabs li a {
    display: inline-block !important;
        padding: clamp(8px, 0.6vw, 10px) 0 !important;
        border: none !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(10px, 0.68vw, 11px) !important;
        font-weight: 600 !important;
        letter-spacing: 0.10em !important;
        text-transform: uppercase !important;
        color: rgba(255, 255, 255, 0.52) !important;
        text-decoration: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li a:hover,
body.single-product .woocommerce-tabs ul.wc-tabs li a:hover {
    color: rgba(255, 255, 255, 0.82) !important;
        background: transparent !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a,
body.single-product .woocommerce-tabs ul.wc-tabs li.active a {
    color: #ffffff !important;
        background: transparent !important;
        box-shadow: inset 0 -2px 0 #ffffff !important;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel,
body.single-product .woocommerce-tabs .panel {
    margin: 0 !important;
        padding: clamp(4px, 0.35vw, 8px) 0 0 !important;
}

body.single-product div.product > section.related.products,
body.single-product section.related.products {
    margin-top: clamp(14px, 1.1vw, 18px) !important;
        padding: clamp(16px, 1.2vw, 22px) clamp(18px, 1.4vw, 24px) clamp(14px, 1.1vw, 18px) !important;
        min-height: 0 !important;
}

body.single-product section.related.products > h2 {
    margin: 0 0 clamp(12px, 0.9vw, 16px) !important;
        font-size: clamp(22px, 1.5vw, 30px) !important;
}

body.single-product section.related.products ul.products {
    display: grid !important;
        grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 280px)) !important;
        justify-content: start !important;
        align-content: start !important;
        align-items: start !important;
        gap: clamp(12px, 0.9vw, 16px) !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
}

body.single-product section.related.products ul.products li.product {
    height: auto !important;
        min-height: 0 !important;
        padding: clamp(8px, 0.65vw, 12px) !important;
}

body.single-product section.related.products ul.products li.product:only-child {
    max-width: 280px !important;
        width: 100% !important;
}

@media (min-width: 992px) {
    body.single-product div.product > .summary.entry-summary {
        min-height: 0 !important;
                grid-template-columns: minmax(0, 1fr) minmax(300px, 320px) !important;
                row-gap: 0 !important;
                column-gap: clamp(16px, 1.2vw, 24px) !important;
    }

    body.single-product .summary .product_title,
    body.single-product .summary .woocommerce-product-rating,
    body.single-product .summary .woocommerce-product-details__short-description,
    body.single-product .summary .product_meta {
        grid-column: 1 !important;
    }

    body.single-product div.product > section.related.products {
        margin-top: max(10px, calc(28px - clamp(14px, 1.2vw, 22px))) !important;
    }

}

@media (max-width: 991px) {
    body.single-product section.related.products ul.products {
        grid-template-columns: repeat(auto-fill, minmax(min(150px, 100%), 1fr)) !important;
    }

    body.single-product section.related.products ul.products li.product:only-child {
        max-width: 100% !important;
    }

}

body.single-product .summary > .oasis-product-category-pill,
body.single-product .summary > .oasis-discount-badge,
body.single-product .summary > .oasis-product-features,
body.single-product .summary > .oasis-stock-delivery {
    width: 100%;
        min-width: 0;
        max-width: 100%;
}

body.single-product .summary > .oasis-product-category-pill {
    margin: 0 0 clamp(8px, 0.6vw, 10px);
}

body.single-product .summary > .oasis-product-category-pill a {
    display: inline-flex;
        align-items: center;
        max-width: 100%;
        padding: clamp(5px, 0.4vw, 7px) clamp(10px, 0.7vw, 14px);
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.06);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(9px, 0.62vw, 10px);
        font-weight: 700;
        letter-spacing: 0.12em;
        line-height: 1.2;
        text-transform: uppercase;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.82);
        transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

body.single-product .summary > .oasis-product-category-pill a:hover {
    border-color: rgba(255, 255, 255, 0.38);
        background: rgba(255, 255, 255, 0.10);
        color: #ffffff;
}

body.single-product .summary > .oasis-discount-badge {
    display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin: 0 0 clamp(8px, 0.6vw, 10px);
        padding: clamp(4px, 0.35vw, 6px) clamp(9px, 0.65vw, 12px);
        border: 1px solid rgba(182, 164, 0, 0.55);
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(182, 164, 0, 0.28), rgba(182, 164, 0, 0.14));
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(10px, 0.68vw, 11px);
        font-weight: 800;
        letter-spacing: 0.06em;
        line-height: 1;
        color: #f6efb0;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

body.single-product .summary > .oasis-product-features {
    display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        gap: clamp(8px, 0.6vw, 10px);
        margin: 0 0 clamp(10px, 0.75vw, 12px);
        padding: 0;
        list-style: none;
}

body.single-product .summary > .oasis-product-features .oasis-product-features__item {
    display: inline-flex;
        align-items: center;
        gap: clamp(6px, 0.45vw, 8px);
        min-height: 34px;
        padding: clamp(6px, 0.45vw, 8px) clamp(10px, 0.7vw, 12px);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.38);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.single-product .summary > .oasis-product-features .oasis-product-features__icon {
    display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 0.88);
        font-size: 11px;
        line-height: 1;
}

body.single-product .summary > .oasis-product-features .oasis-product-features__label {
    font-family: 'OpenSans', sans-serif;
        font-size: clamp(10px, 0.68vw, 11px);
        font-weight: 600;
        line-height: 1.25;
        color: rgba(255, 255, 255, 0.86);
        white-space: nowrap;
}

body.single-product .summary > .oasis-stock-delivery {
    display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: clamp(8px, 0.65vw, 12px) clamp(14px, 1vw, 18px);
        margin: 0 0 clamp(12px, 0.85vw, 14px);
        padding: 0;
}

body.single-product .summary > .oasis-stock-delivery .oasis-stock-delivery__stock {
    display: inline-flex;
        align-items: center;
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(11px, 0.72vw, 12px);
        font-weight: 700;
        line-height: 1.35;
        color: #6ee7a8;
}

body.single-product .summary > .oasis-stock-delivery .oasis-stock-delivery__stock.is-in-stock::before {
    content: "\f00c";
        font-family: 'FontAwesome';
        margin-right: 6px;
        font-size: 11px;
        color: #6ee7a8;
}

body.single-product .summary > .oasis-stock-delivery .oasis-stock-delivery__stock.is-out-of-stock {
    color: #f87171;
}

body.single-product .summary > .oasis-stock-delivery .oasis-stock-delivery__stock.is-out-of-stock::before {
    content: "\f00d";
        font-family: 'FontAwesome';
        margin-right: 6px;
        font-size: 11px;
        color: #f87171;
}

body.single-product .summary > .oasis-stock-delivery .oasis-stock-delivery__delivery {
    display: inline-flex;
        align-items: center;
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(10px, 0.68vw, 11px);
        font-weight: 500;
        line-height: 1.35;
        color: rgba(255, 255, 255, 0.58);
}

body.single-product .summary > .oasis-stock-delivery .oasis-stock-delivery__delivery::before {
    content: "\f0d1";
        font-family: 'FontAwesome';
        margin-right: 6px;
        font-size: 11px;
        color: rgba(255, 255, 255, 0.45);
}

@media (min-width: 992px) {
    body.single-product .summary > .oasis-product-category-pill,
    body.single-product .summary > .oasis-discount-badge,
    body.single-product .summary > .oasis-product-features,
    body.single-product .summary > .oasis-stock-delivery {
        grid-column: 1 !important;
                justify-self: stretch !important;
                align-self: start !important;
    }

    body.single-product .summary > .oasis-product-category-pill {
        grid-row: 1 !important;
    }

    body.single-product .summary .product_title {
        grid-column: 1 !important;
                grid-row: 2 !important;
    }

    body.single-product .summary .woocommerce-product-rating {
        grid-column: 1 !important;
                grid-row: 3 !important;
    }

    body.single-product .summary > .oasis-discount-badge {
        grid-row: 4 !important;
    }

    body.single-product .summary > .oasis-product-features {
        grid-row: 5 !important;
    }

    body.single-product .summary > .oasis-stock-delivery {
        grid-row: 6 !important;
    }

    body.single-product .summary .woocommerce-product-details__short-description {
        grid-column: 1 !important;
                grid-row: 7 !important;
                align-self: start !important;
    }

    body.single-product .summary .product_meta {
        grid-column: 1 !important;
                grid-row: 8 !important;
                align-self: start !important;
    }

}

@media (max-width: 991px) {
    body.single-product .summary > .oasis-product-category-pill,
    body.single-product .summary > .oasis-discount-badge,
    body.single-product .summary > .oasis-product-features,
    body.single-product .summary > .oasis-stock-delivery {
        grid-column: 1 !important;
                grid-row: auto !important;
    }

    body.single-product .summary > .oasis-product-features .oasis-product-features__label {
        white-space: normal;
    }

}

@media (min-width: 992px) {
    body.single-product div.product > .summary.entry-summary {
        grid-auto-rows: min-content !important;
                align-items: start !important;
                align-content: start !important;
    }

    body.single-product .summary > .oasis-product-category-pill,
    body.single-product .summary .product_title,
    body.single-product .summary .woocommerce-product-rating,
    body.single-product .summary > .oasis-discount-badge,
    body.single-product .summary > .oasis-product-features,
    body.single-product .summary > .oasis-stock-delivery,
    body.single-product .summary .woocommerce-product-details__short-description,
    body.single-product .summary .product_meta {
        grid-column: 1 !important;
                grid-row: auto !important;
                align-self: start !important;
                justify-self: stretch !important;
    }

}

@media (max-width: 991px) {
    body.single-product .summary > .oasis-product-category-pill,
    body.single-product .summary .product_title,
    body.single-product .summary .woocommerce-product-rating,
    body.single-product .summary > .oasis-discount-badge,
    body.single-product .summary > .oasis-product-features,
    body.single-product .summary > .oasis-stock-delivery,
    body.single-product .summary .woocommerce-product-details__short-description,
    body.single-product .summary .product_meta {
        grid-column: 1 !important;
                grid-row: auto !important;
    }

}

@media (min-width: 992px) {
    body.single-product .summary > .oasis-product-category-pill,
    body.single-product .summary > .oasis-discount-badge,
    body.single-product .summary > .oasis-product-features,
    body.single-product .summary > .oasis-stock-delivery {
        grid-column: auto !important;
                grid-row: auto !important;
                width: auto !important;
                min-width: 0 !important;
                max-width: none !important;
    }

    body.single-product .summary .product_title,
    body.single-product .summary .woocommerce-product-rating,
    body.single-product .summary .woocommerce-product-details__short-description,
    body.single-product .summary .product_meta {
        grid-column: auto !important;
                grid-row: auto !important;
    }

    body.single-product div.product > .summary.entry-summary {
        display: grid !important;
                grid-template-columns: minmax(0, 1fr) minmax(300px, 320px) !important;
                column-gap: clamp(16px, 1.2vw, 24px) !important;
                row-gap: 0 !important;
                align-items: start !important;
                align-content: start !important;
    }

    body.single-product .summary > .oasis-product-info {
        grid-column: 1 !important;
                grid-row: 1 !important;
                align-self: start !important;
                min-width: 0 !important;
    }

    body.single-product .summary > .oasis-purchase-card {
        grid-column: 2 !important;
                grid-row: 1 !important;
                align-self: start !important;
                width: clamp(300px, 24vw, 320px) !important;
                min-width: 300px !important;
                max-width: 320px !important;
    }

}

body.single-product .oasis-product-info {
    display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: clamp(8px, 0.65vw, 12px);
        min-width: 0;
}

body.single-product .oasis-product-info > .product_title {
    margin: 0 !important;
        font-family: 'ArbutusSlab', serif;
        font-size: clamp(22px, 1.55vw, 34px) !important;
        line-height: 1.2 !important;
        letter-spacing: 0.01em !important;
        color: #ffffff !important;
}

body.single-product .oasis-product-info > .woocommerce-product-rating {
    margin: 0 !important;
        display: flex;
        align-items: center;
        gap: 8px;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description {
    margin: 0 !important;
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(13px, 0.88vw, 15px) !important;
        line-height: 1.62 !important;
        color: rgba(255, 255, 255, 0.86) !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description li {
    margin-bottom: clamp(4px, 0.35vw, 6px) !important;
}

body.single-product .oasis-product-info > .product_meta {
    margin: 0 !important;
        padding-top: clamp(10px, 0.75vw, 14px) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
        font-size: clamp(11px, 0.75vw, 13px) !important;
}

body.single-product .oasis-product-info > .oasis-product-category-pill {
    margin: 0;
}

body.single-product .oasis-product-info > .oasis-product-category-pill a {
    display: inline-flex;
        align-items: center;
        max-width: 100%;
        padding: clamp(5px, 0.4vw, 7px) clamp(10px, 0.7vw, 14px);
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.06);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(9px, 0.62vw, 10px);
        font-weight: 700;
        letter-spacing: 0.12em;
        line-height: 1.2;
        text-transform: uppercase;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.82);
}

body.single-product .oasis-product-info > .oasis-product-category-pill a:hover {
    border-color: rgba(255, 255, 255, 0.38);
        background: rgba(255, 255, 255, 0.10);
        color: #ffffff;
}

body.single-product .oasis-product-info > .oasis-discount-badge {
    display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin: 0;
        padding: clamp(4px, 0.35vw, 6px) clamp(9px, 0.65vw, 12px);
        border: 1px solid rgba(182, 164, 0, 0.55);
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(182, 164, 0, 0.28), rgba(182, 164, 0, 0.14));
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(10px, 0.68vw, 11px);
        font-weight: 800;
        letter-spacing: 0.06em;
        line-height: 1;
        color: #f6efb0;
}

body.single-product .oasis-product-info > .oasis-product-features {
    display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        gap: clamp(8px, 0.6vw, 10px);
        margin: 0;
        padding: 0;
        list-style: none;
}

body.single-product .oasis-product-info > .oasis-product-features .oasis-product-features__item {
    display: inline-flex;
        align-items: center;
        gap: clamp(6px, 0.45vw, 8px);
        min-height: 34px;
        padding: clamp(6px, 0.45vw, 8px) clamp(10px, 0.7vw, 12px);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.38);
}

body.single-product .oasis-product-info > .oasis-product-features .oasis-product-features__icon {
    display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 0.88);
        font-size: 11px;
}

body.single-product .oasis-product-info > .oasis-product-features .oasis-product-features__label {
    font-family: 'OpenSans', sans-serif;
        font-size: clamp(10px, 0.68vw, 11px);
        font-weight: 600;
        color: rgba(255, 255, 255, 0.86);
}

body.single-product .oasis-product-info > .oasis-stock-delivery {
    display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: clamp(8px, 0.65vw, 12px) clamp(14px, 1vw, 18px);
        margin: 0;
        padding: 0;
}

body.single-product .oasis-product-info > .oasis-stock-delivery .oasis-stock-delivery__stock {
    display: inline-flex;
        align-items: center;
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(11px, 0.72vw, 12px);
        font-weight: 700;
        color: #6ee7a8;
}

body.single-product .oasis-product-info > .oasis-stock-delivery .oasis-stock-delivery__stock.is-in-stock::before {
    content: "\f00c";
        font-family: 'FontAwesome';
        margin-right: 6px;
        font-size: 11px;
        color: #6ee7a8;
}

body.single-product .oasis-product-info > .oasis-stock-delivery .oasis-stock-delivery__stock.is-out-of-stock {
    color: #f87171;
}

body.single-product .oasis-product-info > .oasis-stock-delivery .oasis-stock-delivery__delivery {
    display: inline-flex;
        align-items: center;
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(10px, 0.68vw, 11px);
        font-weight: 500;
        color: rgba(255, 255, 255, 0.58);
}

body.single-product .oasis-product-info > .oasis-stock-delivery .oasis-stock-delivery__delivery::before {
    content: "\f0d1";
        font-family: 'FontAwesome';
        margin-right: 6px;
        font-size: 11px;
        color: rgba(255, 255, 255, 0.45);
}

body.single-product .oasis-purchase-card {
    display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        min-width: 0;
}

body.single-product .oasis-purchase-card > p.price {
    margin: 0 !important;
        padding: clamp(18px, 1.2vw, 22px) clamp(18px, 1.2vw, 22px) clamp(10px, 0.7vw, 12px) !important;
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        border-radius: clamp(14px, 0.95vw, 18px) clamp(14px, 0.95vw, 18px) 0 0 !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)) !important;
        box-shadow: none !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(28px, 1.9vw, 40px) !important;
        font-weight: 800 !important;
        line-height: 1.08 !important;
        color: #ffffff !important;
}

body.single-product .oasis-purchase-card > p.price::after {
    content: "Inclusive of all taxes";
        display: block;
        margin-top: clamp(4px, 0.35vw, 6px);
        font-size: clamp(11px, 0.72vw, 12px);
        font-weight: 400;
        color: rgba(255, 255, 255, 0.50);
}

body.single-product .oasis-purchase-card > form.cart,
body.single-product .oasis-purchase-card > form.variations_form {
    margin: 0 !important;
        padding: clamp(10px, 0.75vw, 14px) clamp(18px, 1.2vw, 22px) clamp(12px, 0.85vw, 14px) !important;
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
        border-top: none !important;
        border-bottom: none !important;
        border-radius: 0 !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03)) !important;
        box-shadow: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: clamp(10px, 0.7vw, 12px) !important;
}

body.single-product .oasis-purchase-card > .oasis-single-whatsapp {
    margin: 0 !important;
        padding: clamp(11px, 0.75vw, 13px) clamp(18px, 1.2vw, 22px) !important;
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
        border-bottom: none !important;
        border-radius: 0 !important;
        background: rgba(0, 0, 0, 0.38) !important;
        box-shadow: none !important;
        color: #ffffff !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(10px, 0.68vw, 11px) !important;
        font-weight: 600 !important;
        letter-spacing: 0.06em !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px;
}

body.single-product .oasis-purchase-card > .oasis-single-whatsapp .fa-whatsapp {
    color: #25d366 !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust {
    margin: 0 !important;
        padding: clamp(10px, 0.75vw, 12px) clamp(18px, 1.2vw, 22px) clamp(14px, 1vw, 16px) !important;
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
        border-radius: 0 0 clamp(14px, 0.95vw, 18px) clamp(14px, 0.95vw, 18px) !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)) !important;
        box-shadow: 0 18px 52px rgba(0, 0, 0, 0.48) !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust ul {
    display: flex !important;
        flex-direction: column !important;
        gap: clamp(6px, 0.45vw, 8px) !important;
        margin: 0 !important;
        padding: clamp(8px, 0.6vw, 10px) 0 0 !important;
        list-style: none !important;
        border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust li {
    display: flex !important;
        align-items: center !important;
        gap: clamp(8px, 0.6vw, 10px) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(10px, 0.68vw, 11px) !important;
        line-height: 1.35 !important;
        color: rgba(255, 255, 255, 0.78) !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust li::before {
    font-family: 'FontAwesome' !important;
        font-size: 12px !important;
        color: rgba(255, 255, 255, 0.70) !important;
        width: 14px;
        text-align: center;
}

body.single-product .oasis-purchase-card > .oasis-single-trust li:nth-child(1)::before {
    content: "\f023" !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust li:nth-child(2)::before {
    content: "\f0f6" !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust li:nth-child(3)::before {
    content: "\f1cd" !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust li:nth-child(4)::before {
    content: "\f0d1" !important;
}

body.single-product .oasis-purchase-card form.cart .quantity,
body.single-product .oasis-purchase-card .woocommerce-variation-add-to-cart .quantity {
    order: 1 !important;
        display: grid !important;
        grid-template-columns: 36px minmax(0, 1fr) 36px !important;
        grid-template-rows: auto 42px !important;
        gap: clamp(6px, 0.45vw, 8px) 4px !important;
        width: 170px !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
}

body.single-product .oasis-purchase-card form.cart .quantity::before,
body.single-product .oasis-purchase-card .woocommerce-variation-add-to-cart .quantity::before {
    content: "Quantity";
        grid-column: 1 / -1;
        grid-row: 1;
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(11px, 0.72vw, 12px);
        font-weight: 600;
        color: rgba(255, 255, 255, 0.82);
        text-align: left;
}

body.single-product .oasis-purchase-card form.cart .oasis-single-buy-now,
body.single-product .oasis-purchase-card .variations_form .oasis-single-buy-now {
    order: 2 !important;
        width: 100% !important;
        min-height: 50px !important;
        padding: clamp(14px, 0.95vw, 16px) clamp(18px, 1.2vw, 24px) !important;
        border: 2px solid #ffffff !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        color: #000000 !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(11px, 0.75vw, 12px) !important;
        font-weight: 800 !important;
        letter-spacing: 0.08em !important;
        text-transform: uppercase !important;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 0 22px rgba(255, 255, 255, 0.10) !important;
}

body.single-product .oasis-purchase-card form.cart .oasis-single-buy-now::before {
    content: "\f0e7";
        font-family: 'FontAwesome' !important;
        margin-right: 8px;
        font-size: 14px;
}

body.single-product .oasis-purchase-card .single_add_to_cart_button,
body.single-product .oasis-purchase-card form.cart .single_add_to_cart_button {
    order: 3 !important;
        width: 100% !important;
        min-height: 44px !important;
        padding: clamp(11px, 0.75vw, 13px) clamp(16px, 1.1vw, 22px) !important;
        border: 1px solid rgba(255, 255, 255, 0.50) !important;
        border-radius: 999px !important;
        background: transparent !important;
        color: #ffffff !important;
        font-size: clamp(10px, 0.68vw, 11px) !important;
        font-weight: 600 !important;
        letter-spacing: 0.07em !important;
        text-transform: uppercase !important;
        box-shadow: none !important;
}

body.single-product .oasis-purchase-card .single_add_to_cart_button::before {
    content: "\f07a";
        font-family: 'FontAwesome' !important;
        margin-right: 8px;
        font-size: 13px;
}

body.single-product .oasis-purchase-card form.cart .oasis-single-buy-now:hover {
    background: #000000 !important;
        color: #ffffff !important;
        transform: translateY(-2px) !important;
}

body.single-product .oasis-purchase-card .single_add_to_cart_button:hover {
    background: rgba(255, 255, 255, 0.08) !important;
        color: #ffffff !important;
}

@media (max-width: 991px) {
    body.single-product div.product > .summary.entry-summary {
        display: grid !important;
                grid-template-columns: 1fr !important;
                row-gap: clamp(16px, 1.2vw, 22px) !important;
    }

    body.single-product .summary > .oasis-product-info,
    body.single-product .summary > .oasis-purchase-card {
        grid-column: 1 !important;
                grid-row: auto !important;
                width: 100% !important;
                min-width: 0 !important;
                max-width: 100% !important;
    }

    body.single-product .oasis-purchase-card > .oasis-single-whatsapp,
    body.single-product .oasis-purchase-card form.cart .oasis-single-buy-now,
    body.single-product .oasis-purchase-card form.cart .single_add_to_cart_button,
    body.single-product .oasis-purchase-card .single_add_to_cart_button {
        width: 100% !important;
    }

    body.single-product .oasis-product-info > .oasis-product-features .oasis-product-features__label {
        white-space: normal;
    }

}

body.single-product .oasis-product-info > * {
    grid-column: unset !important;
        grid-row: unset !important;
        align-self: auto !important;
        justify-self: auto !important;
        width: auto !important;
        max-width: 100% !important;
}

body.single-product .oasis-product-info {
    display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: clamp(4px, 0.35vw, 8px) !important;
}

body.single-product .oasis-product-info > .oasis-product-category-pill {
    margin: 0 !important;
        padding: 0 !important;
        line-height: 0 !important;
}

body.single-product .oasis-product-info > .product_title {
    margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        font-family: 'ArbutusSlab', serif !important;
        font-size: clamp(24px, 1.65vw, 36px) !important;
        font-weight: 400 !important;
        line-height: 1.15 !important;
        letter-spacing: 0.01em !important;
        color: #ffffff !important;
}

body.single-product .oasis-product-info > .oasis-product-category-pill + .product_title {
    margin-top: clamp(2px, 0.15vw, 4px) !important;
}

body.single-product .oasis-product-info > .woocommerce-product-rating:empty,
body.single-product .oasis-product-info > .woocommerce-product-rating:not(:has(.star-rating)) {
    display: none !important;
        margin: 0 !important;
        padding: 0 !important;
        min-height: 0 !important;
}

body.single-product .oasis-product-info > .woocommerce-product-rating {
    display: inline-flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: clamp(6px, 0.45vw, 8px) !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
}

body.single-product .oasis-product-info > .woocommerce-product-rating .star-rating {
    float: none !important;
        margin: 0 !important;
        font-size: clamp(13px, 0.85vw, 15px) !important;
        line-height: 1 !important;
        letter-spacing: 0.04em !important;
}

body.single-product .oasis-product-info > .woocommerce-product-rating .star-rating::before {
    color: rgba(255, 255, 255, 0.28) !important;
        letter-spacing: 0.06em !important;
}

body.single-product .oasis-product-info > .woocommerce-product-rating .star-rating span::before {
    color: #ffffff !important;
        letter-spacing: 0.06em !important;
}

body.single-product .oasis-product-info > .woocommerce-product-rating .woocommerce-review-link {
    margin: 0 !important;
        padding: 0 !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(12px, 0.78vw, 13px) !important;
        font-weight: 500 !important;
        line-height: 1.3 !important;
        color: rgba(255, 255, 255, 0.62) !important;
        text-decoration: none !important;
}

body.single-product .oasis-product-info > .woocommerce-product-rating .woocommerce-review-link:hover {
    color: rgba(255, 255, 255, 0.88) !important;
}

body.single-product .oasis-product-info > .oasis-product-features,
body.single-product .oasis-product-info > .oasis-discount-badge,
body.single-product .oasis-product-info > .oasis-stock-delivery {
    margin: 0 !important;
}

body.single-product .oasis-product-info > .oasis-discount-badge {
    align-self: flex-start !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description {
    margin: clamp(4px, 0.35vw, 6px) 0 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-height: none !important;
        overflow: visible !important;
        background: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(13px, 0.88vw, 15px) !important;
        line-height: 1.62 !important;
        color: rgba(255, 255, 255, 0.86) !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description::after {
    display: none !important;
        content: none !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description p {
    margin: 0 0 clamp(6px, 0.45vw, 8px) !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0 !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description ul,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description ol {
    margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description li {
    position: relative !important;
        margin: 0 0 clamp(4px, 0.35vw, 6px) !important;
        padding-left: 1.1em !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description li::before {
    content: "â€¢" !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        color: rgba(255, 255, 255, 0.45) !important;
        font-weight: 700 !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description li:last-child {
    margin-bottom: 0 !important;
}

body.single-product .oasis-product-info > .product_meta {
    margin: clamp(8px, 0.6vw, 12px) 0 0 !important;
        padding: clamp(10px, 0.75vw, 14px) 0 0 !important;
        width: 100% !important;
        border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(11px, 0.75vw, 13px) !important;
        line-height: 1.5 !important;
        color: rgba(255, 255, 255, 0.62) !important;
}

body.single-product .oasis-product-info > .product_meta > span {
    display: block !important;
        margin: 0 0 clamp(4px, 0.35vw, 6px) !important;
}

body.single-product .oasis-product-info > .product_meta > span:last-child {
    margin-bottom: 0 !important;
}

body.single-product .oasis-product-info > .product_meta .sku,
body.single-product .oasis-product-info > .product_meta a {
    color: rgba(255, 255, 255, 0.92) !important;
        font-weight: 600 !important;
        text-decoration: none !important;
}

body.single-product .oasis-product-info > .product_meta a:hover {
    color: #ffffff !important;
}

body.single-product .oasis-purchase-card {
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
        border-radius: clamp(16px, 1.05vw, 20px) !important;
        background: linear-gradient(180deg, rgba(22, 22, 22, 0.96), rgba(8, 8, 8, 0.98)) !important;
        box-shadow:
            0 22px 58px rgba(0, 0, 0, 0.55),
            inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
        overflow: hidden !important;
}

body.single-product .oasis-purchase-card > p.price {
    padding: clamp(16px, 1.1vw, 20px) clamp(16px, 1.1vw, 20px) clamp(8px, 0.55vw, 10px) !important;
        border: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
}

body.single-product .oasis-purchase-card > p.price::after {
    margin-top: clamp(3px, 0.25vw, 5px) !important;
        font-size: clamp(11px, 0.72vw, 12px) !important;
        font-weight: 400 !important;
        letter-spacing: 0.01em !important;
        color: rgba(255, 255, 255, 0.48) !important;
}

body.single-product .oasis-purchase-card > form.cart,
body.single-product .oasis-purchase-card > form.variations_form {
    padding: clamp(14px, 1vw, 16px) clamp(16px, 1.1vw, 20px) !important;
        border: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        gap: clamp(12px, 0.85vw, 14px) !important;
}

body.single-product .oasis-purchase-card > .oasis-single-whatsapp {
    padding: clamp(14px, 1vw, 16px) clamp(16px, 1.1vw, 20px) !important;
        border: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        min-height: 48px !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust {
    padding: clamp(14px, 1vw, 16px) clamp(16px, 1.1vw, 20px) clamp(16px, 1.1vw, 18px) !important;
        border: none !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust ul {
    gap: clamp(10px, 0.75vw, 12px) !important;
        margin: 0 !important;
        padding: 0 !important;
        border-top: none !important;
        list-style: none !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust li {
    display: flex !important;
        align-items: center !important;
        gap: clamp(10px, 0.75vw, 12px) !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(11px, 0.72vw, 12px) !important;
        font-weight: 500 !important;
        line-height: 1.35 !important;
        color: rgba(255, 255, 255, 0.82) !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust li + li {
    margin-top: 0 !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust li::before {
    content: "" !important;
        flex: 0 0 auto !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 30px !important;
        height: 30px !important;
        border-radius: 8px !important;
        background: rgba(255, 255, 255, 0.07) !important;
        border: 1px solid rgba(255, 255, 255, 0.10) !important;
        font-family: 'FontAwesome' !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        color: rgba(255, 255, 255, 0.88) !important;
        line-height: 1 !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust li:nth-child(1)::before {
    content: "\f023" !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust li:nth-child(2)::before {
    content: "\f466" !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust li:nth-child(3)::before {
    content: "\f132" !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust li:nth-child(4)::before {
    content: "\f0d1" !important;
}

body.single-product .oasis-purchase-card form.cart .quantity,
body.single-product .oasis-purchase-card .woocommerce-variation-add-to-cart .quantity {
    width: 100% !important;
        max-width: 180px !important;
}

body.single-product .oasis-purchase-card form.cart .oasis-single-buy-now,
body.single-product .oasis-purchase-card .variations_form .oasis-single-buy-now,
body.single-product .oasis-purchase-card .single_add_to_cart_button,
body.single-product .oasis-purchase-card form.cart .single_add_to_cart_button {
    margin: 0 !important;
}

@media (max-width: 991px) {
    body.single-product .oasis-product-info {
        gap: clamp(6px, 0.5vw, 10px) !important;
    }

    body.single-product .oasis-purchase-card {
        width: 100% !important;
    }

}

@media (min-width: 992px) {
    body.single-product .oasis-product-info > .product_title {
        margin: 0 0 clamp(6px, 0.45vw, 8px) !important;
    }

    body.single-product .oasis-product-info > .product_title + .woocommerce-product-rating {
        margin: 0 0 clamp(6px, 0.45vw, 8px) !important;
    }

    body.single-product .oasis-product-info > .oasis-stock-delivery {
        margin: 0 0 clamp(6px, 0.45vw, 8px) !important;
    }

    body.single-product .oasis-product-info > .oasis-product-features {
        display: flex !important;
                flex-wrap: wrap !important;
                align-items: center !important;
                gap: clamp(6px, 0.45vw, 8px) !important;
                margin: 0 0 clamp(6px, 0.45vw, 8px) !important;
                padding: 0 !important;
                width: 100% !important;
    }

    body.single-product .oasis-product-info > .oasis-product-features .oasis-product-features__item {
        display: inline-flex !important;
                align-items: center !important;
                gap: clamp(5px, 0.4vw, 7px) !important;
                min-height: 0 !important;
                padding: clamp(5px, 0.38vw, 7px) clamp(10px, 0.7vw, 12px) !important;
                border: 1px solid rgba(255, 255, 255, 0.14) !important;
                border-radius: 6px !important;
                background: rgba(255, 255, 255, 0.04) !important;
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    }

    body.single-product .oasis-product-info > .oasis-product-features .oasis-product-features__icon {
        width: 18px !important;
                height: 18px !important;
                border-radius: 4px !important;
                background: rgba(255, 255, 255, 0.08) !important;
                font-size: 10px !important;
                flex-shrink: 0 !important;
    }

    body.single-product .oasis-product-info > .oasis-product-features .oasis-product-features__label {
        font-family: 'OpenSans', sans-serif !important;
                font-size: clamp(10px, 0.65vw, 11px) !important;
                font-weight: 600 !important;
                letter-spacing: 0.03em !important;
                line-height: 1.2 !important;
                color: rgba(255, 255, 255, 0.88) !important;
                white-space: nowrap !important;
    }

    body.single-product .oasis-product-info > .woocommerce-product-details__short-description {
        margin: 0 !important;
                padding: 0 !important;
                max-height: none !important;
                overflow: visible !important;
                background: transparent !important;
                border: none !important;
                border-radius: 0 !important;
                line-height: 1.52 !important;
                font-size: clamp(12px, 0.82vw, 14px) !important;
    }

    body.single-product .oasis-product-info > .woocommerce-product-details__short-description::after {
        display: none !important;
                content: none !important;
    }

    body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible {
        display: flex !important;
                flex-direction: column !important;
                align-items: stretch !important;
                gap: 0 !important;
                padding: clamp(10px, 0.72vw, 12px) clamp(12px, 0.85vw, 14px) !important;
                border: 1px solid rgba(255, 255, 255, 0.08) !important;
                border-radius: clamp(8px, 0.55vw, 10px) !important;
                background: rgba(255, 255, 255, 0.025) !important;
    }

    body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible .oasis-short-desc-content {
        margin: 0 !important;
                padding: 0 !important;
    }

    body.single-product .oasis-product-info > .oasis-short-desc-content.oasis-short-desc--collapsed {
        max-height: clamp(96px, 7.5vw, 120px) !important;
                overflow: hidden !important;
                padding-bottom: 0 !important;
    }

    body.single-product .oasis-product-info > .oasis-short-desc-content.oasis-short-desc--collapsed::after {
        height: clamp(28px, 2.2vw, 36px) !important;
                border-radius: 0 !important;
                background: linear-gradient(
                    to bottom,
                    rgba(0, 0, 0, 0) 0%,
                    rgba(0, 0, 0, 0.72) 100%
                ) !important;
    }

    body.single-product .oasis-product-info > .woocommerce-product-details__short-description li {
        margin: 0 0 clamp(3px, 0.25vw, 4px) !important;
                line-height: 1.45 !important;
    }

    body.single-product .oasis-product-info > .woocommerce-product-details__short-description p {
        margin: 0 0 clamp(4px, 0.3vw, 6px) !important;
    }

    body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-toggle,
    body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-read-more-btn,
    body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-read-more {
        display: inline-flex !important;
                align-self: flex-start !important;
                width: auto !important;
                max-width: none !important;
                margin: clamp(6px, 0.45vw, 8px) 0 0 !important;
                padding: clamp(5px, 0.38vw, 7px) clamp(12px, 0.85vw, 14px) !important;
                border: 1px solid rgba(255, 255, 255, 0.22) !important;
                border-radius: 999px !important;
                background: rgba(255, 255, 255, 0.04) !important;
                font-size: clamp(10px, 0.68vw, 11px) !important;
                font-weight: 600 !important;
                letter-spacing: 0.05em !important;
                line-height: 1.2 !important;
    }

    body.single-product .oasis-product-info > .product_meta {
        margin: clamp(6px, 0.45vw, 8px) 0 0 !important;
                padding: clamp(8px, 0.6vw, 10px) 0 0 !important;
                border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
                font-size: clamp(10px, 0.68vw, 11px) !important;
                line-height: 1.45 !important;
                color: rgba(255, 255, 255, 0.42) !important;
    }

    body.single-product .oasis-product-info > .product_meta > span {
        margin: 0 0 clamp(3px, 0.25vw, 4px) !important;
    }

    body.single-product .oasis-product-info > .product_meta .sku,
    body.single-product .oasis-product-info > .product_meta a {
        color: rgba(255, 255, 255, 0.58) !important;
                font-weight: 500 !important;
    }

    body.single-product .oasis-purchase-card {
        display: flex !important;
                flex-direction: column !important;
                gap: 0 !important;
                border: 1px solid rgba(255, 255, 255, 0.14) !important;
                border-radius: clamp(14px, 0.95vw, 18px) !important;
                background: linear-gradient(180deg, rgba(20, 20, 20, 0.98), rgba(6, 6, 6, 0.99)) !important;
                box-shadow:
                    0 20px 52px rgba(0, 0, 0, 0.52),
                    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
                overflow: hidden !important;
    }

    body.single-product .oasis-purchase-card > p.price,
    body.single-product .oasis-purchase-card > form.cart,
    body.single-product .oasis-purchase-card > form.variations_form,
    body.single-product .oasis-purchase-card > .oasis-single-whatsapp,
    body.single-product .oasis-purchase-card > .oasis-single-trust {
        margin: 0 !important;
                border: none !important;
                border-radius: 0 !important;
                background: transparent !important;
                box-shadow: none !important;
                border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
    }

    body.single-product .oasis-purchase-card > .oasis-single-trust {
        border-bottom: none !important;
    }

    body.single-product .oasis-purchase-card > p.price {
        padding: clamp(14px, 1vw, 16px) clamp(16px, 1.1vw, 18px) clamp(6px, 0.45vw, 8px) !important;
    }

    body.single-product .oasis-purchase-card > p.price::after {
        margin-top: clamp(2px, 0.15vw, 4px) !important;
    }

    body.single-product .oasis-purchase-card > form.cart,
    body.single-product .oasis-purchase-card > form.variations_form {
        padding: clamp(12px, 0.85vw, 14px) clamp(16px, 1.1vw, 18px) !important;
                gap: clamp(10px, 0.75vw, 12px) !important;
    }

    body.single-product .oasis-purchase-card > .oasis-single-whatsapp {
        padding: clamp(12px, 0.85vw, 14px) clamp(16px, 1.1vw, 18px) !important;
                min-height: 0 !important;
    }

    body.single-product .oasis-purchase-card > .oasis-single-trust {
        padding: clamp(12px, 0.85vw, 14px) clamp(16px, 1.1vw, 18px) clamp(14px, 1vw, 16px) !important;
    }

    body.single-product .oasis-purchase-card > .oasis-single-trust ul {
        gap: clamp(8px, 0.6vw, 10px) !important;
                padding: 0 !important;
                margin: 0 !important;
                border-top: none !important;
    }

    body.single-product .oasis-purchase-card form.cart .quantity,
    body.single-product .oasis-purchase-card .woocommerce-variation-add-to-cart .quantity {
        gap: clamp(4px, 0.3vw, 6px) 4px !important;
    }

    body.single-product .oasis-purchase-card form.cart .oasis-single-buy-now,
    body.single-product .oasis-purchase-card .variations_form .oasis-single-buy-now,
    body.single-product .oasis-purchase-card .single_add_to_cart_button,
    body.single-product .oasis-purchase-card form.cart .single_add_to_cart_button {
        margin: 0 !important;
    }

}

body.single-product .oasis-product-info > .oasis-product-stats {
    display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: clamp(4px, 0.35vw, 6px) clamp(14px, 1vw, 18px);
        width: 100%;
        margin: 0 0 clamp(6px, 0.45vw, 8px);
}

body.single-product .oasis-product-info > .oasis-product-stats:empty {
    display: none !important;
}

body.single-product .oasis-product-info > .oasis-product-stats .woocommerce-product-rating,
body.single-product .oasis-product-info > .woocommerce-product-rating {
    display: inline-flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: clamp(5px, 0.38vw, 7px) clamp(8px, 0.6vw, 10px) !important;
        margin: 0 !important;
        padding: 0 !important;
        width: auto !important;
        max-width: 100% !important;
}

body.single-product .oasis-product-info > .woocommerce-product-rating:empty,
body.single-product .oasis-product-info > .woocommerce-product-rating:not(:has(.star-rating)),
body.single-product .oasis-product-info > .oasis-product-stats .woocommerce-product-rating:empty,
body.single-product .oasis-product-info > .oasis-product-stats .woocommerce-product-rating:not(:has(.star-rating)) {
    display: none !important;
        margin: 0 !important;
        padding: 0 !important;
        min-height: 0 !important;
}

body.single-product .oasis-product-info > .product_title + .woocommerce-product-rating,
body.single-product .oasis-product-info > .product_title + .oasis-product-stats {
    margin-top: clamp(4px, 0.3vw, 6px) !important;
}

body.single-product .oasis-product-info > .woocommerce-product-rating .star-rating,
body.single-product .oasis-product-info > .oasis-product-stats .star-rating {
    float: none !important;
        position: relative !important;
        margin: 0 clamp(4px, 0.3vw, 6px) 0 0 !important;
        overflow: visible !important;
        font-size: clamp(12px, 0.82vw, 14px) !important;
        line-height: 1 !important;
        letter-spacing: 0.05em !important;
}

body.single-product .oasis-product-info > .woocommerce-product-rating .star-rating::before,
body.single-product .oasis-product-info > .oasis-product-stats .star-rating::before {
    color: rgba(255, 255, 255, 0.22) !important;
        letter-spacing: 0.06em !important;
}

body.single-product .oasis-product-info > .woocommerce-product-rating .star-rating span::before,
body.single-product .oasis-product-info > .oasis-product-stats .star-rating span::before {
    color: #ffffff !important;
        letter-spacing: 0.06em !important;
}

body.single-product .oasis-product-info > .woocommerce-product-rating .star-rating span,
body.single-product .oasis-product-info > .oasis-product-stats .star-rating span {
    overflow: visible !important;
        padding-top: 0 !important;
}

body.single-product .oasis-product-info > .woocommerce-product-rating .star-rating span strong.rating,
body.single-product .oasis-product-info > .oasis-product-stats .star-rating span strong.rating {
    position: absolute !important;
        left: calc(100% + clamp(5px, 0.38vw, 7px)) !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(12px, 0.78vw, 13px) !important;
        font-weight: 600 !important;
        line-height: 1 !important;
        color: rgba(255, 255, 255, 0.92) !important;
        white-space: nowrap !important;
}

body.single-product .oasis-product-info > .woocommerce-product-rating .woocommerce-review-link,
body.single-product .oasis-product-info > .oasis-product-stats .woocommerce-review-link {
    margin: 0 !important;
        padding: 0 !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(11px, 0.72vw, 12px) !important;
        font-weight: 500 !important;
        line-height: 1.25 !important;
        color: rgba(255, 255, 255, 0.52) !important;
        text-decoration: none !important;
        white-space: nowrap !important;
}

body.single-product .oasis-product-info > .woocommerce-product-rating .woocommerce-review-link:hover,
body.single-product .oasis-product-info > .oasis-product-stats .woocommerce-review-link:hover {
    color: rgba(255, 255, 255, 0.82) !important;
}

body.single-product .oasis-product-info > .oasis-sold-count,
body.single-product .oasis-product-info > .oasis-product-stats > .oasis-sold-count {
    display: inline-flex !important;
        align-items: center !important;
        gap: clamp(5px, 0.38vw, 7px) !important;
        margin: 0 !important;
        padding: 0 !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(11px, 0.72vw, 12px) !important;
        font-weight: 500 !important;
        line-height: 1.25 !important;
        color: rgba(255, 255, 255, 0.48) !important;
        white-space: nowrap !important;
}

body.single-product .oasis-product-info > .oasis-sold-count:empty,
body.single-product .oasis-product-info > .oasis-product-stats > .oasis-sold-count:empty {
    display: none !important;
}

body.single-product .oasis-product-info > .oasis-sold-count::before,
body.single-product .oasis-product-info > .oasis-product-stats > .oasis-sold-count::before {
    content: "\f201";
        font-family: 'FontAwesome';
        font-size: 11px;
        color: rgba(255, 255, 255, 0.38);
}

body.single-product .oasis-product-info > .oasis-product-features {
    display: flex !important;
        flex-wrap: wrap !important;
        align-items: stretch !important;
        gap: clamp(6px, 0.45vw, 8px) !important;
        width: 100% !important;
        margin: 0 0 clamp(6px, 0.45vw, 8px) !important;
        padding: 0 !important;
        list-style: none !important;
}

body.single-product .oasis-product-info > .oasis-product-features:empty {
    display: none !important;
}

body.single-product .oasis-product-info > .oasis-product-features .oasis-product-features__item {
    display: inline-flex !important;
        align-items: center !important;
        gap: clamp(6px, 0.45vw, 8px) !important;
        min-height: 34px !important;
        height: auto !important;
        padding: clamp(6px, 0.45vw, 8px) clamp(11px, 0.75vw, 13px) !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        border-radius: 8px !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.42)) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.06),
            0 4px 14px rgba(0, 0, 0, 0.28) !important;
}

body.single-product .oasis-product-info > .oasis-product-features .oasis-product-features__icon {
    display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 20px !important;
        width: 20px !important;
        height: 20px !important;
        border-radius: 5px !important;
        background: rgba(255, 255, 255, 0.08) !important;
        color: rgba(255, 255, 255, 0.88) !important;
        font-size: 10px !important;
}

body.single-product .oasis-product-info > .oasis-product-features .oasis-product-features__label {
    font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(10px, 0.68vw, 11px) !important;
        font-weight: 600 !important;
        letter-spacing: 0.02em !important;
        line-height: 1.25 !important;
        color: rgba(255, 255, 255, 0.90) !important;
}

body.single-product .oasis-product-info > .oasis-discount-badge {
    display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: flex-start !important;
        margin: 0 0 clamp(6px, 0.45vw, 8px) !important;
        padding: clamp(4px, 0.32vw, 6px) clamp(9px, 0.65vw, 11px) !important;
        border: 1px solid rgba(182, 164, 0, 0.62) !important;
        border-radius: 6px !important;
        background: linear-gradient(180deg, rgba(182, 164, 0, 0.32), rgba(182, 164, 0, 0.14)) !important;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.24) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(10px, 0.68vw, 11px) !important;
        font-weight: 800 !important;
        letter-spacing: 0.08em !important;
        line-height: 1 !important;
        text-transform: uppercase !important;
        color: #f6efb0 !important;
}

body.single-product .oasis-product-info > .oasis-discount-badge:empty {
    display: none !important;
}

body.single-product .oasis-product-info > .oasis-stock-delivery {
    display: inline-flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 0 clamp(10px, 0.75vw, 14px) !important;
        width: auto !important;
        max-width: 100% !important;
        margin: 0 0 clamp(6px, 0.45vw, 8px) !important;
        padding: clamp(7px, 0.5vw, 9px) clamp(11px, 0.75vw, 13px) !important;
        border: 1px solid rgba(255, 255, 255, 0.10) !important;
        border-radius: 8px !important;
        background: rgba(0, 0, 0, 0.36) !important;
}

body.single-product .oasis-product-info > .oasis-stock-delivery:empty {
    display: none !important;
}

body.single-product .oasis-product-info > .oasis-stock-delivery .oasis-stock-delivery__stock {
    display: inline-flex !important;
        align-items: center !important;
        gap: clamp(6px, 0.45vw, 8px) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(11px, 0.72vw, 12px) !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
        color: #6ee7a8 !important;
}

body.single-product .oasis-product-info > .oasis-stock-delivery .oasis-stock-delivery__stock.is-in-stock::before {
    content: "" !important;
        flex: 0 0 8px !important;
        width: 8px !important;
        height: 8px !important;
        margin: 0 !important;
        border-radius: 50% !important;
        background: #6ee7a8 !important;
        box-shadow: 0 0 0 2px rgba(110, 231, 168, 0.22) !important;
        font-family: inherit !important;
        font-size: 0 !important;
}

body.single-product .oasis-product-info > .oasis-stock-delivery .oasis-stock-delivery__stock.is-out-of-stock {
    color: #f87171 !important;
}

body.single-product .oasis-product-info > .oasis-stock-delivery .oasis-stock-delivery__stock.is-out-of-stock::before {
    content: "" !important;
        flex: 0 0 8px !important;
        width: 8px !important;
        height: 8px !important;
        margin: 0 !important;
        border-radius: 50% !important;
        background: #f87171 !important;
        box-shadow: 0 0 0 2px rgba(248, 113, 113, 0.22) !important;
        font-family: inherit !important;
        font-size: 0 !important;
}

body.single-product .oasis-product-info > .oasis-stock-delivery .oasis-stock-delivery__stock + .oasis-stock-delivery__delivery {
    padding-left: clamp(10px, 0.75vw, 14px) !important;
        border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
}

body.single-product .oasis-product-info > .oasis-stock-delivery .oasis-stock-delivery__delivery {
    display: inline-flex !important;
        align-items: center !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(10px, 0.68vw, 11px) !important;
        font-weight: 500 !important;
        line-height: 1.25 !important;
        color: rgba(255, 255, 255, 0.56) !important;
}

body.single-product .oasis-product-info > .oasis-stock-delivery .oasis-stock-delivery__delivery::before {
    content: none !important;
        display: none !important;
}

body.single-product .oasis-purchase-card > p.price {
    display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: clamp(2px, 0.15vw, 4px) !important;
}

body.single-product .oasis-purchase-card > p.price ins {
    order: 1 !important;
        text-decoration: none !important;
        color: #ffffff !important;
        font-weight: 800 !important;
        line-height: 1.08 !important;
}

body.single-product .oasis-purchase-card > p.price del {
    order: 2 !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: clamp(8px, 0.6vw, 10px) !important;
        margin: 0 !important;
        font-size: clamp(14px, 0.95vw, 16px) !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        color: rgba(255, 255, 255, 0.42) !important;
        text-decoration: line-through !important;
        text-decoration-color: rgba(255, 255, 255, 0.35) !important;
}

body.single-product .oasis-purchase-card > p.price del .woocommerce-Price-amount {
    color: inherit !important;
}

body.single-product .oasis-purchase-card > p.price:not(:has(del)) {
    display: block !important;
}

body.single-product .oasis-purchase-card > p.price:not(:has(del))::after {
    margin-top: clamp(2px, 0.15vw, 4px) !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-toggle,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-read-more-btn,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-read-more {
    display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: stretch !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin: clamp(8px, 0.6vw, 10px) 0 0 !important;
        padding: clamp(9px, 0.65vw, 11px) clamp(14px, 1vw, 18px) !important;
        border: 1px solid rgba(255, 255, 255, 0.24) !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.03) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(10px, 0.68vw, 11px) !important;
        font-weight: 600 !important;
        letter-spacing: 0.07em !important;
        text-transform: uppercase !important;
        line-height: 1.2 !important;
        color: rgba(255, 255, 255, 0.88) !important;
        cursor: pointer !important;
        transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-toggle:hover,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-read-more-btn:hover,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-read-more:hover,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-toggle:focus-visible,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-read-more-btn:focus-visible,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-read-more:focus-visible {
    background: rgba(255, 255, 255, 0.08) !important;
        border-color: rgba(255, 255, 255, 0.42) !important;
        color: #ffffff !important;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28) !important;
        outline: none !important;
}

body.single-product .oasis-product-info > .product_meta {
    margin: clamp(6px, 0.45vw, 8px) 0 0 !important;
        padding: clamp(8px, 0.6vw, 10px) 0 0 !important;
        width: 100% !important;
        border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(9px, 0.62vw, 10px) !important;
        font-weight: 400 !important;
        line-height: 1.45 !important;
        letter-spacing: 0.02em !important;
        color: rgba(255, 255, 255, 0.36) !important;
}

body.single-product .oasis-product-info > .product_meta > span {
    display: block !important;
        margin: 0 0 clamp(2px, 0.15vw, 3px) !important;
}

body.single-product .oasis-product-info > .product_meta > span:last-child {
    margin-bottom: 0 !important;
}

body.single-product .oasis-product-info > .product_meta .sku,
body.single-product .oasis-product-info > .product_meta a {
    color: rgba(255, 255, 255, 0.48) !important;
        font-weight: 500 !important;
        text-decoration: none !important;
}

body.single-product .oasis-product-info > .product_meta a:hover {
    color: rgba(255, 255, 255, 0.68) !important;
}

body.single-product .oasis-product-info > .oasis-product-features {
    gap: clamp(8px, 0.55vw, 10px) !important;
        margin: 0 0 clamp(8px, 0.6vw, 10px) !important;
}

body.single-product .oasis-product-info > .oasis-product-features .oasis-product-features__item {
    align-items: center !important;
        gap: clamp(7px, 0.5vw, 9px) !important;
        min-height: 38px !important;
        padding: clamp(7px, 0.5vw, 9px) clamp(12px, 0.85vw, 15px) !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        border-radius: 9px !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(0, 0, 0, 0.44)) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.07),
            0 6px 16px rgba(0, 0, 0, 0.26) !important;
}

body.single-product .oasis-product-info > .oasis-product-features .oasis-product-features__icon {
    flex: 0 0 22px !important;
        width: 22px !important;
        height: 22px !important;
        border-radius: 6px !important;
        background: rgba(255, 255, 255, 0.10) !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        font-size: 11px !important;
}

body.single-product .oasis-product-info > .oasis-product-features .oasis-product-features__label {
    font-size: clamp(11px, 0.72vw, 12px) !important;
        line-height: 1.3 !important;
        color: rgba(255, 255, 255, 0.92) !important;
}

body.single-product .oasis-product-info > .product_title + .oasis-sold-count,
body.single-product .oasis-product-info > .woocommerce-product-rating + .oasis-sold-count {
    margin-top: clamp(2px, 0.15vw, 4px) !important;
}

body.single-product .oasis-product-info > .oasis-sold-count,
body.single-product .oasis-product-info > .oasis-product-stats > .oasis-sold-count {
    gap: clamp(6px, 0.45vw, 8px) !important;
        padding: clamp(4px, 0.32vw, 6px) clamp(10px, 0.7vw, 12px) !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.035) !important;
        font-size: clamp(11px, 0.75vw, 12px) !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        color: rgba(255, 255, 255, 0.62) !important;
}

body.single-product .oasis-product-info > .oasis-sold-count::before,
body.single-product .oasis-product-info > .oasis-product-stats > .oasis-sold-count::before {
    font-size: 12px !important;
        color: rgba(255, 255, 255, 0.50) !important;
}

body.single-product .oasis-product-info > .oasis-stock-delivery {
    gap: 0 clamp(12px, 0.85vw, 16px) !important;
        margin: 0 0 clamp(8px, 0.6vw, 10px) !important;
        padding: clamp(8px, 0.58vw, 10px) clamp(12px, 0.85vw, 14px) !important;
        border-color: rgba(255, 255, 255, 0.11) !important;
        background: rgba(0, 0, 0, 0.32) !important;
}

body.single-product .oasis-product-info > .oasis-stock-delivery .oasis-stock-delivery__stock,
body.single-product .oasis-product-info > .oasis-stock-delivery .oasis-stock-delivery__delivery {
    font-size: clamp(11px, 0.72vw, 12px) !important;
        line-height: 1.3 !important;
}

body.single-product .oasis-product-info > .oasis-stock-delivery .oasis-stock-delivery__delivery {
    color: rgba(255, 255, 255, 0.60) !important;
}

body.single-product .oasis-product-info > .oasis-stock-delivery .oasis-stock-delivery__stock + .oasis-stock-delivery__delivery {
    padding-left: clamp(12px, 0.85vw, 16px) !important;
        border-left-color: rgba(255, 255, 255, 0.12) !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible {
    padding: clamp(10px, 0.72vw, 12px) clamp(12px, 0.85vw, 14px) clamp(8px, 0.58vw, 10px) !important;
        border-color: rgba(255, 255, 255, 0.06) !important;
        background: rgba(255, 255, 255, 0.018) !important;
        line-height: 1.56 !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description p,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description li {
    line-height: 1.56 !important;
}

body.single-product .oasis-product-info > .oasis-short-desc-content.oasis-short-desc--collapsed::after {
    height: clamp(32px, 2.5vw, 40px) !important;
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.35) 45%,
            rgba(0, 0, 0, 0.78) 100%
        ) !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-toggle,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-read-more-btn,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-read-more {
    display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: stretch !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin: clamp(8px, 0.6vw, 10px) 0 0 !important;
        padding: clamp(9px, 0.65vw, 11px) clamp(16px, 1.1vw, 20px) !important;
        border: 1px solid rgba(255, 255, 255, 0.20) !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.035) !important;
        font-size: clamp(10px, 0.68vw, 11px) !important;
        letter-spacing: 0.06em !important;
        transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-toggle:hover,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-read-more-btn:hover,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-read-more:hover {
    background: rgba(255, 255, 255, 0.07) !important;
        border-color: rgba(255, 255, 255, 0.34) !important;
        color: #ffffff !important;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22) !important;
}

body.single-product .oasis-product-info > .product_meta {
    margin: clamp(8px, 0.6vw, 10px) 0 0 !important;
        padding: clamp(9px, 0.65vw, 11px) 0 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
        font-size: clamp(9px, 0.62vw, 10px) !important;
        color: rgba(255, 255, 255, 0.32) !important;
}

body.single-product .oasis-product-info > .product_meta > span {
    margin: 0 0 clamp(3px, 0.22vw, 4px) !important;
}

body.single-product .oasis-product-info > .product_meta .sku,
body.single-product .oasis-product-info > .product_meta a {
    color: rgba(255, 255, 255, 0.44) !important;
}

body.single-product .oasis-purchase-card {
    border-color: rgba(255, 255, 255, 0.13) !important;
        box-shadow:
            0 18px 48px rgba(0, 0, 0, 0.50),
            inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

body.single-product .oasis-purchase-card > p.price,
body.single-product .oasis-purchase-card > form.cart,
body.single-product .oasis-purchase-card > form.variations_form,
body.single-product .oasis-purchase-card > .oasis-single-whatsapp,
body.single-product .oasis-purchase-card > .oasis-single-trust {
    border-bottom-color: rgba(255, 255, 255, 0.06) !important;
}

body.single-product .oasis-purchase-card > p.price {
    padding: clamp(15px, 1.05vw, 17px) clamp(16px, 1.1vw, 18px) clamp(7px, 0.5vw, 9px) !important;
}

body.single-product .oasis-purchase-card > form.cart,
body.single-product .oasis-purchase-card > form.variations_form {
    padding: clamp(13px, 0.92vw, 15px) clamp(16px, 1.1vw, 18px) !important;
        gap: clamp(11px, 0.8vw, 13px) !important;
}

body.single-product .oasis-purchase-card > .oasis-single-whatsapp {
    padding: clamp(13px, 0.92vw, 15px) clamp(16px, 1.1vw, 18px) !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust {
    padding: clamp(13px, 0.92vw, 15px) clamp(16px, 1.1vw, 18px) clamp(15px, 1.05vw, 17px) !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust ul {
    gap: clamp(9px, 0.65vw, 11px) !important;
}

body.single-product .oasis-purchase-card > .oasis-single-trust li {
    gap: clamp(9px, 0.65vw, 11px) !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible {
    overflow: visible !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-toggle,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-read-more-btn,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-read-more {
    display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex: 0 0 auto !important;
        flex-shrink: 0 !important;
        position: relative !important;
        z-index: 2 !important;
        align-self: stretch !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 36px !important;
        margin: clamp(8px, 0.6vw, 10px) 0 0 !important;
        padding: clamp(9px, 0.65vw, 11px) clamp(16px, 1.1vw, 20px) !important;
        border: 1px solid rgba(255, 255, 255, 0.24) !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.04) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(10px, 0.68vw, 11px) !important;
        font-weight: 600 !important;
        letter-spacing: 0.06em !important;
        text-transform: uppercase !important;
        line-height: 1.2 !important;
        color: rgba(255, 255, 255, 0.88) !important;
        cursor: pointer !important;
        box-sizing: border-box !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-toggle:hover,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-read-more-btn:hover,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-read-more:hover,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-toggle:focus-visible,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-read-more-btn:focus-visible,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-read-more:focus-visible {
    background: rgba(255, 255, 255, 0.08) !important;
        border-color: rgba(255, 255, 255, 0.42) !important;
        color: #ffffff !important;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22) !important;
        outline: none !important;
}

body.single-product .oasis-product-info > .product_meta {
    color: rgba(255, 255, 255, 0.75) !important;
}

body.single-product .oasis-product-info > .product_meta > span {
    color: rgba(255, 255, 255, 0.75) !important;
}

body.single-product .oasis-product-info > .product_meta .sku_wrapper,
body.single-product .oasis-product-info > .product_meta .posted_in {
    color: rgba(255, 255, 255, 0.75) !important;
}

body.single-product .oasis-product-info > .product_meta .sku,
body.single-product .oasis-product-info > .product_meta .sku_wrapper .sku {
    color: #ffffff !important;
        font-weight: 600 !important;
}

body.single-product .oasis-product-info > .product_meta .posted_in a,
body.single-product .oasis-product-info > .product_meta a {
    color: #f5f1e8 !important;
        font-weight: 600 !important;
        text-decoration: none !important;
}

body.single-product .oasis-product-info > .product_meta .posted_in a:hover,
body.single-product .oasis-product-info > .product_meta a:hover {
    color: #ffffff !important;
}

body.single-product .oasis-product-info > .product_meta {
    color: rgba(255, 255, 255, 0.78) !important;
        border-top-color: rgba(255, 255, 255, 0.06) !important;
}

body.single-product .oasis-product-info > .product_meta > span {
    color: rgba(255, 255, 255, 0.78) !important;
}

body.single-product .oasis-product-info > .product_meta .sku_wrapper,
body.single-product .oasis-product-info > .product_meta .posted_in {
    color: rgba(255, 255, 255, 0.78) !important;
}

body.single-product .oasis-product-info > .product_meta .sku,
body.single-product .oasis-product-info > .product_meta .sku_wrapper .sku {
    color: #ffffff !important;
        font-weight: 600 !important;
}

body.single-product .oasis-product-info > .product_meta .posted_in a,
body.single-product .oasis-product-info > .product_meta a {
    color: #f5f1e8 !important;
        font-weight: 600 !important;
        text-decoration: none !important;
}

body.single-product .oasis-product-info > .product_meta .posted_in a:hover,
body.single-product .oasis-product-info > .product_meta a:hover {
    color: #ffffff !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible {
    padding-bottom: clamp(12px, 0.85vw, 14px) !important;
}

body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-toggle,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-read-more-btn,
body.single-product .oasis-product-info > .woocommerce-product-details__short-description.oasis-short-desc--collapsible > .oasis-short-desc-read-more {
    margin-top: clamp(10px, 0.75vw, 12px) !important;
}

body.single-product .oasis-product-info > .product_title + .oasis-sold-count,
body.single-product .oasis-product-info > .woocommerce-product-rating + .oasis-sold-count {
    margin-top: clamp(4px, 0.35vw, 6px) !important;
        margin-bottom: clamp(4px, 0.35vw, 6px) !important;
}

body.single-product .oasis-product-info > .oasis-sold-count,
body.single-product .oasis-product-info > .oasis-product-stats > .oasis-sold-count {
    margin-bottom: clamp(4px, 0.35vw, 6px) !important;
}

@media (max-width: 430px) {
    body.single-product .oasis-product-info > .product_meta {
        color: rgba(255, 255, 255, 0.78) !important;
    }

    body.single-product .oasis-product-info > .product_meta > span,
    body.single-product .oasis-product-info > .product_meta .sku_wrapper,
    body.single-product .oasis-product-info > .product_meta .posted_in {
        color: rgba(255, 255, 255, 0.78) !important;
    }

    body.single-product .oasis-product-info > .product_meta .sku,
    body.single-product .oasis-product-info > .product_meta .sku_wrapper .sku {
        color: #ffffff !important;
                font-weight: 600 !important;
    }

    body.single-product .oasis-product-info > .product_meta .posted_in a,
    body.single-product .oasis-product-info > .product_meta a {
        color: #f5f1e8 !important;
                font-weight: 600 !important;
    }

    body.single-product .oasis-product-info > .oasis-product-features {
        display: flex !important;
                flex-wrap: wrap !important;
                width: 100% !important;
                max-width: 100% !important;
                overflow-x: clip !important;
                gap: clamp(6px, 1.6vw, 8px) !important;
    }

    body.single-product .oasis-product-info > .oasis-product-features .oasis-product-features__item {
        max-width: 100% !important;
                min-width: 0 !important;
                flex: 0 1 auto !important;
                box-sizing: border-box !important;
    }

    body.single-product .oasis-product-info > .oasis-product-features .oasis-product-features__label {
        white-space: normal !important;
                overflow-wrap: anywhere !important;
                word-break: break-word !important;
    }

}

body.single-product .oasis-product-info > .product_meta {
    display: flex !important;
        flex-wrap: wrap !important;
        align-items: baseline !important;
        column-gap: 0 !important;
        row-gap: 0 !important;
}

body.single-product .oasis-product-info > .product_meta > span {
    display: inline !important;
        margin: 0 !important;
}

body.single-product .oasis-product-info > .product_meta > span + span::before {
    content: 'â€¢' !important;
        display: inline !important;
        margin: 0 clamp(6px, 0.45vw, 8px) !important;
        color: rgba(255, 255, 255, 0.42) !important;
        font-weight: 400 !important;
        pointer-events: none !important;
}

@media (min-width: 431px) {
    body.single-product .oasis-product-info > .product_meta {
        flex-wrap: nowrap !important;
    }

}

body.single-product .oasis-purchase-card > p.price::after {
    color: rgba(255, 255, 255, 0.90) !important;
}

body.single-product .oasis-purchase-card > .oasis-single-whatsapp,
body.single-product .oasis-purchase-card > a.oasis-single-whatsapp[href*="whatsapp"],
body.single-product .summary .oasis-purchase-card a.oasis-single-whatsapp[href*="api.whatsapp.com"] {
    display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        box-sizing: border-box !important;
        width: auto !important;
        max-width: none !important;
        min-height: 44px !important;
        margin: clamp(13px, 0.92vw, 15px) clamp(16px, 1.1vw, 18px) !important;
        padding: clamp(11px, 0.75vw, 13px) clamp(16px, 1.1vw, 22px) !important;
        border: 1px solid rgba(255, 255, 255, 0.50) !important;
        border-radius: 999px !important;
        background: rgba(0, 0, 0, 0.38) !important;
        color: #ffffff !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(10px, 0.68vw, 11px) !important;
        font-weight: 600 !important;
        letter-spacing: 0.07em !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        line-height: 1.2 !important;
        box-shadow: none !important;
}

body.single-product .oasis-purchase-card > .oasis-single-whatsapp .fa-whatsapp {
    color: #25d366 !important;
}

body.single-product .oasis-purchase-card > .oasis-single-whatsapp:hover,
body.single-product .oasis-purchase-card > a.oasis-single-whatsapp[href*="whatsapp"]:hover,
body.single-product .summary .oasis-purchase-card a.oasis-single-whatsapp[href*="api.whatsapp.com"]:hover {
    background: rgba(255, 255, 255, 0.08) !important;
        color: #ffffff !important;
        border-color: rgba(255, 255, 255, 0.50) !important;
}

body.single-product .oasis-purchase-card > p.price {
    padding-bottom: clamp(2px, 0.15vw, 3px) !important;
}

body.single-product .oasis-purchase-card > form.cart,
body.single-product .oasis-purchase-card > form.variations_form {
    padding-top: clamp(3px, 0.22vw, 5px) !important;
}

@media (max-width: 991px) {
    body.single-product div.product,
    body.single-product div.product > .woocommerce-product-gallery,
    body.single-product .woocommerce-product-gallery,
    body.single-product .woocommerce-product-gallery .flex-viewport {
        width: 100% !important;
                max-width: 100% !important;
                min-width: 0 !important;
                box-sizing: border-box !important;
                overflow: hidden !important;
    }

    body.single-product div.product > .woocommerce-product-gallery,
    body.single-product div.product > div.images,
    body.single-product div.product div.images {
        padding: clamp(10px, 2.5vw, 14px) !important;
                padding-bottom: clamp(8px, 2vw, 10px) !important;
                margin-bottom: 0 !important;
                position: relative !important;
    }

    body.single-product .woocommerce-product-gallery__wrapper {
        height: auto !important;
                max-height: none !important;
                max-width: none !important;
                min-width: 0 !important;
                margin: 0 !important;
                padding: 0 !important;
                box-sizing: border-box !important;
    }

    body.single-product .woocommerce-product-gallery .flex-viewport {
        display: flow-root !important;
                height: clamp(250px, 68vw, 330px) !important;
                max-height: clamp(250px, 68vw, 330px) !important;
                min-height: 0 !important;
                background: #0a0a0a !important;
                position: relative !important;
                left: 0 !important;
                right: auto !important;
    }

    body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
        overflow: hidden !important;
    }

    body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div,
    body.single-product .woocommerce-product-gallery__image,
    body.single-product .woocommerce-product-gallery__image--placeholder {
        display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                min-width: 0 !important;
                height: 100% !important;
                max-height: 100% !important;
                overflow: hidden !important;
                background: #0a0a0a !important;
                box-sizing: border-box !important;
    }

    body.single-product .woocommerce-product-gallery__image a {
        display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                width: 100% !important;
                max-width: 100% !important;
                min-width: 0 !important;
                height: 100% !important;
                max-height: 100% !important;
                overflow: hidden !important;
                background: #0a0a0a !important;
                box-sizing: border-box !important;
    }

    body.single-product .woocommerce-product-gallery__image img,
    body.single-product .woocommerce-product-gallery .flex-viewport img {
        display: block !important;
                width: 100% !important;
                height: 100% !important;
                max-width: 100% !important;
                max-height: 100% !important;
                object-fit: contain !important;
                object-position: center center !important;
                background: #0a0a0a !important;
                box-sizing: border-box !important;
    }

    body.single-product .woocommerce-product-gallery__trigger {
        right: clamp(8px, 2vw, 12px) !important;
                left: auto !important;
    }

    body.single-product .woocommerce-product-gallery .flex-control-thumbs,
    body.single-product ol.flex-control-nav.flex-control-thumbs {
        display: flex !important;
                flex-wrap: nowrap !important;
                align-items: stretch !important;
                gap: 6px !important;
                width: 100% !important;
                max-width: 100% !important;
                margin: 8px 0 0 !important;
                padding: 8px 0 0 !important;
                list-style: none !important;
                overflow-x: auto !important;
                overflow-y: hidden !important;
                -webkit-overflow-scrolling: touch !important;
                scrollbar-width: none !important;
                border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
                box-sizing: border-box !important;
    }

    body.single-product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar,
    body.single-product ol.flex-control-thumbs::-webkit-scrollbar {
        height: 0 !important;
                display: none !important;
    }

    body.single-product .woocommerce-product-gallery .flex-control-thumbs li,
    body.single-product ol.flex-control-thumbs li {
        display: block !important;
                flex: 0 0 clamp(44px, 13vw, 56px) !important;
                width: clamp(44px, 13vw, 56px) !important;
                min-width: clamp(44px, 13vw, 56px) !important;
                max-width: clamp(44px, 13vw, 56px) !important;
                height: clamp(44px, 13vw, 56px) !important;
                margin: 0 !important;
                padding: 0 !important;
                float: none !important;
                aspect-ratio: 1 / 1 !important;
                overflow: hidden !important;
                border-radius: 6px !important;
                background: rgba(0, 0, 0, 0.40) !important;
                border: 1px solid rgba(255, 255, 255, 0.10) !important;
                box-sizing: border-box !important;
    }

    body.single-product .woocommerce-product-gallery .flex-control-thumbs li img,
    body.single-product ol.flex-control-thumbs li img {
        display: block !important;
                width: 100% !important;
                height: 100% !important;
                max-width: 100% !important;
                max-height: 100% !important;
                min-height: 0 !important;
                aspect-ratio: 1 / 1 !important;
                object-fit: cover !important;
                object-position: center center !important;
                border-radius: 5px !important;
                border: 1px solid transparent !important;
                box-sizing: border-box !important;
                opacity: 0.78 !important;
                cursor: pointer !important;
                transition: border-color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease !important;
    }

    body.single-product .woocommerce-product-gallery .flex-control-thumbs li img:hover,
    body.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
    body.single-product ol.flex-control-thumbs li img:hover,
    body.single-product ol.flex-control-thumbs li img.flex-active {
        border-color: rgba(255, 255, 255, 0.88) !important;
                opacity: 1 !important;
                box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) !important;
    }

    body.single-product .oasis-product-info > .product_title {
        text-align: left !important;
                text-align-last: left !important;
                letter-spacing: normal !important;
                word-spacing: normal !important;
                font-size: clamp(20px, 5.2vw, 24px) !important;
                line-height: 1.18 !important;
                hyphens: none !important;
    }

}

@media (min-width: 992px) {
    body.single-product .woocommerce-product-gallery .flex-control-thumbs li,
    body.single-product ol.flex-control-thumbs li {
        overflow: hidden !important;
                background: #0a0a0a !important;
                border-radius: 10px !important;
    }

    body.single-product .woocommerce-product-gallery .flex-control-thumbs li img,
    body.single-product ol.flex-control-thumbs li img {
        display: block !important;
                object-fit: contain !important;
                object-position: center center !important;
                background: #0a0a0a !important;
                box-sizing: border-box !important;
    }

}

body.single-product .woocommerce-tabs #tab-reviews,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
    margin: 0 !important;
        padding: clamp(4px, 0.35vw, 8px) 0 0 !important;
        border: none !important;
        background: transparent !important;
        color: rgba(255, 255, 255, 0.90) !important;
}

body.single-product .woocommerce-tabs #reviews {
    display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: clamp(14px, 1vw, 18px) !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews p,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews p,
body.single-product .woocommerce-tabs #reviews p {
    max-width: none !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews ol.commentlist,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist,
body.single-product .woocommerce-tabs #reviews ol.commentlist {
    max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews ul,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ul,
body.single-product .woocommerce-tabs #reviews ul {
    max-width: none !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #comments,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments,
body.single-product .woocommerce-tabs #reviews #comments {
    width: 100% !important;
        max-width: 760px !important;
        margin: 0 auto !important;
        padding: clamp(16px, 1.1vw, 20px) clamp(18px, 1.2vw, 22px) !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        border-radius: clamp(14px, 0.95vw, 18px) !important;
        background: linear-gradient(180deg, rgba(22, 22, 22, 0.96), rgba(8, 8, 8, 0.98)) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.06),
            0 14px 36px rgba(0, 0, 0, 0.42) !important;
        box-sizing: border-box !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #comments h2,
body.single-product .woocommerce-tabs #tab-reviews #reviews .woocommerce-Reviews-title,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments h2,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .woocommerce-Reviews-title,
body.single-product .woocommerce-tabs #reviews #comments h2,
body.single-product .woocommerce-tabs #reviews .woocommerce-Reviews-title {
    margin: 0 0 clamp(12px, 0.85vw, 16px) !important;
        padding: 0 !important;
        font-family: 'ArbutusSlab', serif !important;
        font-size: clamp(18px, 1.15vw, 22px) !important;
        font-weight: 400 !important;
        line-height: 1.3 !important;
        color: #ffffff !important;
        text-align: left !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews .woocommerce-noreviews,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .woocommerce-noreviews,
body.single-product .woocommerce-tabs #reviews .woocommerce-noreviews {
    display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: clamp(18px, 1.2vw, 24px) clamp(16px, 1.1vw, 20px) !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        border-radius: clamp(12px, 0.85vw, 14px) !important;
        background: rgba(0, 0, 0, 0.38) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(13px, 0.88vw, 15px) !important;
        font-weight: 500 !important;
        line-height: 1.55 !important;
        color: rgba(255, 255, 255, 0.82) !important;
        text-align: center !important;
        box-sizing: border-box !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews .commentlist .comment,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .commentlist .comment,
body.single-product .woocommerce-tabs #reviews .commentlist .comment {
    margin: 0 !important;
        padding: clamp(12px, 0.85vw, 16px) 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews .commentlist .comment:last-child,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .commentlist .comment:last-child,
body.single-product .woocommerce-tabs #reviews .commentlist .comment:last-child {
    padding-bottom: 0 !important;
        border-bottom: none !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews .commentlist .comment_container,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .commentlist .comment_container,
body.single-product .woocommerce-tabs #reviews .commentlist .comment_container {
    display: flex !important;
        align-items: flex-start !important;
        gap: clamp(12px, 0.85vw, 16px) !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews .commentlist img.avatar,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .commentlist img.avatar,
body.single-product .woocommerce-tabs #reviews .commentlist img.avatar {
    flex: 0 0 auto !important;
        width: 44px !important;
        height: 44px !important;
        margin: 0 !important;
        border-radius: 50% !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        object-fit: cover !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews .commentlist .comment-text,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .commentlist .comment-text,
body.single-product .woocommerce-tabs #reviews .commentlist .comment-text {
    flex: 1 1 auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: clamp(12px, 0.85vw, 14px) clamp(14px, 1vw, 16px) !important;
        border: 1px solid rgba(255, 255, 255, 0.10) !important;
        border-radius: clamp(12px, 0.85vw, 14px) !important;
        background: rgba(0, 0, 0, 0.34) !important;
        color: rgba(255, 255, 255, 0.90) !important;
        box-sizing: border-box !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews .commentlist .star-rating,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .commentlist .star-rating,
body.single-product .woocommerce-tabs #reviews .commentlist .star-rating {
    float: none !important;
        margin: 0 0 clamp(8px, 0.6vw, 10px) !important;
        font-size: clamp(12px, 0.82vw, 14px) !important;
        line-height: 1 !important;
        letter-spacing: 0.05em !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews .commentlist .star-rating::before,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .commentlist .star-rating::before,
body.single-product .woocommerce-tabs #reviews .commentlist .star-rating::before {
    color: rgba(255, 255, 255, 0.24) !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews .commentlist .star-rating span::before,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .commentlist .star-rating span::before,
body.single-product .woocommerce-tabs #reviews .commentlist .star-rating span::before {
    color: #ffffff !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews .commentlist .comment-text p.meta,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .commentlist .comment-text p.meta,
body.single-product .woocommerce-tabs #reviews .commentlist .comment-text p.meta {
    margin: 0 0 clamp(8px, 0.6vw, 10px) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(11px, 0.75vw, 13px) !important;
        line-height: 1.4 !important;
        color: rgba(255, 255, 255, 0.62) !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews .commentlist .comment-text p.meta strong,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .commentlist .comment-text p.meta strong,
body.single-product .woocommerce-tabs #reviews .commentlist .comment-text p.meta strong {
    color: #ffffff !important;
        font-weight: 700 !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews .commentlist .comment-text .description p,
body.single-product .woocommerce-tabs #tab-reviews #reviews .commentlist .comment-text > p,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .commentlist .comment-text .description p,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .commentlist .comment-text > p,
body.single-product .woocommerce-tabs #reviews .commentlist .comment-text .description p,
body.single-product .woocommerce-tabs #reviews .commentlist .comment-text > p {
    margin: 0 !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(13px, 0.88vw, 15px) !important;
        line-height: 1.6 !important;
        color: rgba(255, 255, 255, 0.88) !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form_wrapper,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper,
body.single-product .woocommerce-tabs #reviews #review_form_wrapper {
    width: 100% !important;
        max-width: 760px !important;
        margin: 0 auto !important;
        padding: clamp(16px, 1.1vw, 20px) clamp(18px, 1.2vw, 22px) !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        border-radius: clamp(14px, 0.95vw, 18px) !important;
        background: linear-gradient(180deg, rgba(22, 22, 22, 0.96), rgba(8, 8, 8, 0.98)) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.06),
            0 14px 36px rgba(0, 0, 0, 0.42) !important;
        box-sizing: border-box !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form #respond,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form #respond,
body.single-product .woocommerce-tabs #reviews #review_form #respond {
    width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form #respond .comment-reply-title,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form #respond .comment-reply-title,
body.single-product .woocommerce-tabs #reviews #review_form #respond .comment-reply-title {
    display: block !important;
        margin: 0 0 clamp(14px, 1vw, 18px) !important;
        padding: 0 !important;
        font-family: 'ArbutusSlab', serif !important;
        font-size: clamp(18px, 1.15vw, 22px) !important;
        font-weight: 400 !important;
        line-height: 1.3 !important;
        color: #ffffff !important;
        text-align: left !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form #respond p,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form #respond p,
body.single-product .woocommerce-tabs #reviews #review_form #respond p {
    margin: 0 0 clamp(14px, 1vw, 16px) !important;
        padding: 0 !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(13px, 0.88vw, 15px) !important;
        line-height: 1.55 !important;
        color: rgba(255, 255, 255, 0.86) !important;
        text-align: left !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form #respond label,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form #respond label,
body.single-product .woocommerce-tabs #reviews #review_form #respond label {
    display: block !important;
        margin: 0 0 clamp(6px, 0.45vw, 8px) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(10px, 0.68vw, 11px) !important;
        font-weight: 600 !important;
        letter-spacing: 0.06em !important;
        text-transform: uppercase !important;
        color: rgba(255, 255, 255, 0.78) !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form .comment-form-rating,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form .comment-form-rating,
body.single-product .woocommerce-tabs #reviews #review_form .comment-form-rating {
    margin: 0 0 clamp(14px, 1vw, 18px) !important;
        padding: 0 !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form .comment-form-rating select,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form .comment-form-rating select,
body.single-product .woocommerce-tabs #reviews #review_form .comment-form-rating select {
    display: block !important;
        width: 100% !important;
        max-width: 280px !important;
        margin: 0 !important;
        padding: clamp(10px, 0.7vw, 12px) clamp(12px, 0.85vw, 14px) !important;
        border: 1px solid rgba(255, 255, 255, 0.24) !important;
        border-radius: clamp(10px, 0.7vw, 12px) !important;
        background-color: rgba(0, 0, 0, 0.48) !important;
        color: #ffffff !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(13px, 0.88vw, 15px) !important;
        line-height: 1.4 !important;
        box-sizing: border-box !important;
        cursor: pointer !important;
        appearance: auto !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form .comment-form-rating select:focus,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form .comment-form-rating select:focus,
body.single-product .woocommerce-tabs #reviews #review_form .comment-form-rating select:focus {
    outline: none !important;
        border-color: rgba(255, 255, 255, 0.55) !important;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.08) !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form #respond input[type="text"],
body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form #respond input[type="email"],
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form #respond input[type="text"],
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form #respond input[type="email"],
body.single-product .woocommerce-tabs #reviews #review_form #respond input[type="text"],
body.single-product .woocommerce-tabs #reviews #review_form #respond input[type="email"] {
    width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        padding: clamp(10px, 0.7vw, 12px) clamp(12px, 0.85vw, 14px) !important;
        border: 1px solid rgba(255, 255, 255, 0.24) !important;
        border-radius: clamp(10px, 0.7vw, 12px) !important;
        background: rgba(0, 0, 0, 0.48) !important;
        color: #ffffff !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(13px, 0.88vw, 15px) !important;
        line-height: 1.45 !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form #respond textarea,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form #respond textarea,
body.single-product .woocommerce-tabs #reviews #review_form #respond textarea {
    width: 100% !important;
        max-width: 100% !important;
        min-height: 128px !important;
        height: auto !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        padding: clamp(12px, 0.85vw, 14px) !important;
        border: 1px solid rgba(255, 255, 255, 0.24) !important;
        border-radius: clamp(10px, 0.7vw, 12px) !important;
        background: rgba(0, 0, 0, 0.48) !important;
        color: #ffffff !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(13px, 0.88vw, 15px) !important;
        line-height: 1.55 !important;
        resize: vertical !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form #respond input::placeholder,
body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form #respond textarea::placeholder,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form #respond input::placeholder,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form #respond textarea::placeholder,
body.single-product .woocommerce-tabs #reviews #review_form #respond input::placeholder,
body.single-product .woocommerce-tabs #reviews #review_form #respond textarea::placeholder {
    color: rgba(255, 255, 255, 0.42) !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form #respond input:focus,
body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form #respond textarea:focus,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form #respond input:focus,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form #respond textarea:focus,
body.single-product .woocommerce-tabs #reviews #review_form #respond input:focus,
body.single-product .woocommerce-tabs #reviews #review_form #respond textarea:focus {
    outline: none !important;
        border-color: rgba(255, 255, 255, 0.55) !important;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.08) !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form #respond .form-submit,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form #respond .form-submit,
body.single-product .woocommerce-tabs #reviews #review_form #respond .form-submit {
    margin: clamp(4px, 0.35vw, 6px) 0 0 !important;
        padding: 0 !important;
        text-align: left !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form #submit,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form #submit,
body.single-product .woocommerce-tabs #reviews #review_form #submit {
    display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        min-width: clamp(160px, 12vw, 180px) !important;
        max-width: none !important;
        margin: 0 !important;
        padding: clamp(12px, 0.85vw, 14px) clamp(20px, 1.3vw, 28px) !important;
        border: 2px solid #ffffff !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        color: #000000 !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(10px, 0.72vw, 12px) !important;
        font-weight: 800 !important;
        letter-spacing: 0.08em !important;
        text-transform: uppercase !important;
        line-height: 1.2 !important;
        cursor: pointer !important;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.42) !important;
        transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form #submit:hover,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form #submit:hover,
body.single-product .woocommerce-tabs #reviews #review_form #submit:hover {
    transform: translateY(-2px) !important;
        background: #000000 !important;
        color: #ffffff !important;
        box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55) !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews .must-log-in,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .must-log-in,
body.single-product .woocommerce-tabs #reviews .must-log-in {
    margin: 0 0 clamp(12px, 0.85vw, 16px) !important;
        padding: clamp(12px, 0.85vw, 14px) clamp(14px, 1vw, 16px) !important;
        border: 1px solid rgba(255, 255, 255, 0.10) !important;
        border-radius: clamp(10px, 0.7vw, 12px) !important;
        background: rgba(0, 0, 0, 0.32) !important;
        color: rgba(255, 255, 255, 0.82) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(13px, 0.88vw, 15px) !important;
        line-height: 1.55 !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews .must-log-in a,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .must-log-in a,
body.single-product .woocommerce-tabs #reviews .must-log-in a {
    color: #ffffff !important;
        font-weight: 600 !important;
        text-decoration: none !important;
}

@media (max-width: 768px) {
    body.single-product .woocommerce-tabs #tab-reviews #reviews #comments,
    body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form_wrapper,
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments,
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper,
    body.single-product .woocommerce-tabs #reviews #comments,
    body.single-product .woocommerce-tabs #reviews #review_form_wrapper {
        max-width: 100% !important;
                padding: clamp(14px, 3.6vw, 18px) clamp(14px, 3.4vw, 16px) !important;
    }

    body.single-product .woocommerce-tabs #tab-reviews #reviews .woocommerce-noreviews,
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .woocommerce-noreviews,
    body.single-product .woocommerce-tabs #reviews .woocommerce-noreviews {
        padding: clamp(16px, 4vw, 20px) clamp(14px, 3.4vw, 16px) !important;
    }

    body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form .comment-form-rating select,
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form .comment-form-rating select,
    body.single-product .woocommerce-tabs #reviews #review_form .comment-form-rating select {
        max-width: 100% !important;
    }

    body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form #submit,
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form #submit,
    body.single-product .woocommerce-tabs #reviews #review_form #submit {
        width: 100% !important;
                min-width: 0 !important;
    }

    body.single-product .woocommerce-tabs #tab-reviews #reviews .commentlist .comment_container,
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .commentlist .comment_container,
    body.single-product .woocommerce-tabs #reviews .commentlist .comment_container {
        gap: clamp(10px, 2.8vw, 12px) !important;
    }

    body.single-product .woocommerce-tabs #tab-reviews #reviews .commentlist img.avatar,
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews .commentlist img.avatar,
    body.single-product .woocommerce-tabs #reviews .commentlist img.avatar {
        width: 40px !important;
                height: 40px !important;
    }

}

body.single-product .woocommerce-tabs ul.tabs {
    display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 900px !important;
        margin: 0 auto 14px !important;
        padding: 10px 10px !important;
        list-style: none !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        border-radius: 999px !important;
        background: rgba(10, 10, 10, 0.55) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.06),
            0 14px 36px rgba(0, 0, 0, 0.38) !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        scrollbar-width: none !important;
}

body.single-product .woocommerce-tabs ul.tabs::-webkit-scrollbar {
    height: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs::after {
    display: none !important;
        content: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
    float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        white-space: nowrap !important;
        scroll-snap-align: start !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
    display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 44px !important;
        padding: 0 18px !important;
        border-radius: 999px !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        background: rgba(0, 0, 0, 0.32) !important;
        color: rgba(255, 255, 255, 0.70) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        letter-spacing: 0.08em !important;
        text-transform: uppercase !important;
        line-height: 1 !important;
        text-decoration: none !important;
        transition:
            transform 0.22s ease,
            background 0.22s ease,
            color 0.22s ease,
            border-color 0.22s ease,
            box-shadow 0.22s ease !important;
}

body.single-product .woocommerce-tabs ul.tabs li a:hover,
body.single-product .woocommerce-tabs ul.tabs li a:focus {
    outline: none !important;
        border-color: rgba(255, 255, 255, 0.35) !important;
        color: rgba(255, 255, 255, 0.88) !important;
        background: rgba(255, 255, 255, 0.06) !important;
        transform: translateY(-1px) !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a,
body.single-product .woocommerce-tabs ul.tabs li a[aria-selected="true"] {
    border-color: rgba(255, 255, 255, 0.95) !important;
        background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.86) 100%) !important;
        color: #000000 !important;
        box-shadow:
            0 10px 24px rgba(0, 0, 0, 0.45),
            0 0 0 2px rgba(255, 255, 255, 0.12),
            0 0 26px rgba(255, 255, 255, 0.14) !important;
        transform: translateY(-1px) !important;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    border: none !important;
        background: transparent !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #comments,
body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form_wrapper,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper,
body.single-product .woocommerce-tabs #reviews #comments,
body.single-product .woocommerce-tabs #reviews #review_form_wrapper {
    max-width: 900px !important;
}

@media (max-width: 768px) {
    body.single-product .woocommerce-tabs ul.tabs {
        max-width: 100% !important;
                margin-bottom: 12px !important;
                padding: 8px 8px !important;
                gap: 8px !important;
    }

    body.single-product .woocommerce-tabs ul.tabs li a {
        height: 42px !important;
                padding: 0 14px !important;
                font-size: 11px !important;
    }

    body.single-product .woocommerce-tabs #tab-description,
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description {
        max-width: 100% !important;
                padding: clamp(16px, 4.2vw, 20px) clamp(14px, 4vw, 18px) !important;
    }

    body.single-product .woocommerce-tabs #tab-description > *,
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description > * {
        max-width: 100% !important;
    }

}

body.single-product div.product > .woocommerce-tabs,
body.single-product .woocommerce-tabs {
    width: 100% !important;
        max-width: 100% !important;
        margin-top: clamp(20px, 1.6vw, 28px) !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
}

body.single-product .woocommerce-tabs ul.tabs,
body.single-product .woocommerce-tabs ul.wc-tabs {
    display: inline-flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: auto !important;
        max-width: 100% !important;
        margin: 0 0 clamp(14px, 1vw, 18px) 0 !important;
        padding: 0 !important;
        gap: 8px !important;
        list-style: none !important;
        border: none !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x proximity !important;
        scrollbar-width: none !important;
}

body.single-product .woocommerce-tabs ul.tabs::-webkit-scrollbar,
body.single-product .woocommerce-tabs ul.wc-tabs::-webkit-scrollbar {
    height: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs li,
body.single-product .woocommerce-tabs ul.wc-tabs li {
    flex: 0 0 auto !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        white-space: nowrap !important;
        scroll-snap-align: start !important;
}

body.single-product .woocommerce-tabs ul.tabs li a,
body.single-product .woocommerce-tabs ul.wc-tabs li a {
    display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 44px !important;
        padding: 0 18px !important;
        border-radius: 999px !important;
        border: 1px solid rgba(255, 255, 255, 0.16) !important;
        background: rgba(6, 6, 6, 0.58) !important;
        color: rgba(255, 255, 255, 0.58) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        letter-spacing: 0.08em !important;
        text-transform: uppercase !important;
        line-height: 1 !important;
        text-decoration: none !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
        transition:
            transform 0.22s ease,
            background 0.22s ease,
            color 0.22s ease,
            border-color 0.22s ease,
            box-shadow 0.22s ease !important;
}

body.single-product .woocommerce-tabs ul.tabs li a:hover,
body.single-product .woocommerce-tabs ul.tabs li a:focus,
body.single-product .woocommerce-tabs ul.wc-tabs li a:hover,
body.single-product .woocommerce-tabs ul.wc-tabs li a:focus {
    outline: none !important;
        border-color: rgba(255, 255, 255, 0.32) !important;
        color: rgba(255, 255, 255, 0.90) !important;
        background: rgba(18, 18, 18, 0.72) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.08),
            0 6px 16px rgba(0, 0, 0, 0.28) !important;
        transform: translateY(-1px) !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a,
body.single-product .woocommerce-tabs ul.tabs li a[aria-selected="true"],
body.single-product .woocommerce-tabs ul.wc-tabs li.active a,
body.single-product .woocommerce-tabs ul.wc-tabs li a[aria-selected="true"] {
    border: 1.5px solid rgba(255, 255, 255, 0.98) !important;
        background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%) !important;
        color: #000000 !important;
        box-shadow:
            0 8px 22px rgba(0, 0, 0, 0.40),
            0 0 0 1px rgba(255, 255, 255, 0.20),
            0 0 24px rgba(255, 255, 255, 0.18) !important;
        transform: translateY(-1px) !important;
}

body.single-product .woocommerce-tabs #tab-reviews,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
    max-width: 980px !important;
        margin: 0 !important;
}

body.single-product .woocommerce-tabs #reviews {
    align-items: flex-start !important;
}

body.single-product .woocommerce-tabs #tab-reviews #reviews #comments,
body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form_wrapper,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper,
body.single-product .woocommerce-tabs #reviews #comments,
body.single-product .woocommerce-tabs #reviews #review_form_wrapper {
    max-width: 980px !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        border-color: rgba(255, 255, 255, 0.10) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.05),
            0 0 0 1px rgba(255, 255, 255, 0.03),
            0 12px 36px rgba(0, 0, 0, 0.32) !important;
}

@media (max-width: 991px) {
    body.single-product .woocommerce-tabs #tab-reviews,
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews,
    body.single-product .woocommerce-tabs #tab-reviews #reviews #comments,
    body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form_wrapper,
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments,
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper,
    body.single-product .woocommerce-tabs #reviews #comments,
    body.single-product .woocommerce-tabs #reviews #review_form_wrapper {
        max-width: 100% !important;
    }

}

@media (max-width: 768px) {
    body.single-product .woocommerce-tabs ul.tabs,
    body.single-product .woocommerce-tabs ul.wc-tabs {
        width: 100% !important;
                max-width: 100% !important;
                margin-bottom: 12px !important;
                gap: 6px !important;
                -webkit-overflow-scrolling: touch !important;
    }

    body.single-product .woocommerce-tabs ul.tabs li a,
    body.single-product .woocommerce-tabs ul.wc-tabs li a {
        height: 42px !important;
                padding: 0 14px !important;
                font-size: 11px !important;
    }

}

body.single-product .woocommerce-tabs #tab-reviews,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
    width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
}

body.single-product .woocommerce-tabs #reviews,
body.single-product .woocommerce-tabs #tab-reviews #reviews #comments,
body.single-product .woocommerce-tabs #tab-reviews #reviews #review_form_wrapper,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #comments,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper,
body.single-product .woocommerce-tabs #reviews #comments,
body.single-product .woocommerce-tabs #reviews #review_form_wrapper {
    width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs,
body.single-product .woocommerce-tabs ul.wc-tabs {
    display: flex !important;
        flex-wrap: nowrap !important;
        align-items: flex-end !important;
        justify-content: flex-start !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 clamp(14px, 1vw, 18px) 0 !important;
        padding: 0 0 clamp(2px, 0.2vw, 4px) 0 !important;
        gap: clamp(20px, 1.6vw, 32px) !important;
        list-style: none !important;
        border: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x proximity !important;
        scrollbar-width: none !important;
}

body.single-product .woocommerce-tabs ul.tabs::-webkit-scrollbar,
body.single-product .woocommerce-tabs ul.wc-tabs::-webkit-scrollbar {
    height: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs::after,
body.single-product .woocommerce-tabs ul.wc-tabs::before,
body.single-product .woocommerce-tabs ul.wc-tabs::after {
    display: none !important;
        content: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li,
body.single-product .woocommerce-tabs ul.wc-tabs li {
    flex: 0 0 auto !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        background: transparent !important;
        white-space: nowrap !important;
        scroll-snap-align: start !important;
}

body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after,
body.single-product .woocommerce-tabs ul.wc-tabs li::before,
body.single-product .woocommerce-tabs ul.wc-tabs li::after {
    display: none !important;
        content: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li a,
body.single-product .woocommerce-tabs ul.wc-tabs li a {
    display: inline-block !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: clamp(10px, 0.75vw, 12px) 0 clamp(12px, 0.85vw, 14px) 0 !important;
        border: none !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: rgba(255, 255, 255, 0.48) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(10px, 0.68vw, 11px) !important;
        font-weight: 600 !important;
        letter-spacing: 0.12em !important;
        text-transform: uppercase !important;
        line-height: 1.2 !important;
        text-decoration: none !important;
        box-shadow: none !important;
        transform: none !important;
        transition: color 0.22s ease, box-shadow 0.22s ease !important;
}

body.single-product .woocommerce-tabs ul.tabs li a:hover,
body.single-product .woocommerce-tabs ul.tabs li a:focus,
body.single-product .woocommerce-tabs ul.wc-tabs li a:hover,
body.single-product .woocommerce-tabs ul.wc-tabs li a:focus {
    outline: none !important;
        border: none !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: rgba(255, 255, 255, 0.78) !important;
        box-shadow: none !important;
        transform: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a,
body.single-product .woocommerce-tabs ul.tabs li a[aria-selected="true"],
body.single-product .woocommerce-tabs ul.wc-tabs li.active a,
body.single-product .woocommerce-tabs ul.wc-tabs li a[aria-selected="true"] {
    border: none !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #ffffff !important;
        font-weight: 700 !important;
        box-shadow: inset 0 -2px 0 #ffffff !important;
        transform: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a:hover,
body.single-product .woocommerce-tabs ul.tabs li.active a:focus,
body.single-product .woocommerce-tabs ul.tabs li a[aria-selected="true"]:hover,
body.single-product .woocommerce-tabs ul.tabs li a[aria-selected="true"]:focus,
body.single-product .woocommerce-tabs ul.wc-tabs li.active a:hover,
body.single-product .woocommerce-tabs ul.wc-tabs li.active a:focus,
body.single-product .woocommerce-tabs ul.wc-tabs li a[aria-selected="true"]:hover,
body.single-product .woocommerce-tabs ul.wc-tabs li a[aria-selected="true"]:focus {
    color: #ffffff !important;
        background: transparent !important;
        box-shadow: inset 0 -2px 0 #ffffff !important;
}

@media (max-width: 768px) {
    body.single-product .woocommerce-tabs ul.tabs,
    body.single-product .woocommerce-tabs ul.wc-tabs {
        gap: clamp(16px, 4vw, 24px) !important;
                margin-bottom: 12px !important;
                -webkit-overflow-scrolling: touch !important;
    }

    body.single-product .woocommerce-tabs ul.tabs li a,
    body.single-product .woocommerce-tabs ul.wc-tabs li a {
        padding: 10px 0 12px 0 !important;
                font-size: 10px !important;
                letter-spacing: 0.10em !important;
    }

    body.single-product .woocommerce-tabs ul.tabs,
    body.single-product .woocommerce-tabs ul.wc-tabs {
        display: flex !important;
                flex-direction: row !important;
                flex-wrap: nowrap !important;
                align-items: flex-end !important;
                justify-content: center !important;
                width: 100% !important;
                max-width: 100% !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
                margin-bottom: 12px !important;
                padding: 0 !important;
                gap: clamp(28px, 10vw, 44px) !important;
                list-style: none !important;
                border: none !important;
                border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
                border-radius: 0 !important;
                background: transparent !important;
                box-shadow: none !important;
                overflow-x: visible !important;
                overflow-y: hidden !important;
                scroll-snap-type: none !important;
    }

    body.single-product .woocommerce-tabs ul.tabs li,
    body.single-product .woocommerce-tabs ul.wc-tabs li {
        flex: 0 0 auto !important;
                float: none !important;
                width: auto !important;
                min-width: 0 !important;
                max-width: none !important;
                margin: 0 !important;
                padding: 0 !important;
    }

    body.single-product .woocommerce-tabs ul.tabs li a,
    body.single-product .woocommerce-tabs ul.wc-tabs li a {
        display: inline-flex !important;
                align-items: center !important;
                justify-content: center !important;
                width: auto !important;
                min-width: 0 !important;
                min-height: 44px !important;
                height: auto !important;
                margin: 0 !important;
                padding: 10px clamp(10px, 3vw, 16px) 9px !important;
                border: none !important;
                border-bottom: 2px solid transparent !important;
                border-radius: 0 !important;
                background: transparent !important;
                color: rgba(255, 255, 255, 0.48) !important;
                font-size: 10px !important;
                font-weight: 600 !important;
                letter-spacing: 0.10em !important;
                text-transform: uppercase !important;
                line-height: 1.2 !important;
                text-align: center !important;
                text-decoration: none !important;
                white-space: nowrap !important;
                box-shadow: none !important;
                transform: none !important;
                box-sizing: border-box !important;
    }

    body.single-product .woocommerce-tabs ul.tabs li a:hover,
    body.single-product .woocommerce-tabs ul.tabs li a:focus,
    body.single-product .woocommerce-tabs ul.wc-tabs li a:hover,
    body.single-product .woocommerce-tabs ul.wc-tabs li a:focus {
        color: rgba(255, 255, 255, 0.78) !important;
                background: transparent !important;
                box-shadow: none !important;
                border-bottom-color: transparent !important;
                transform: none !important;
    }

    body.single-product .woocommerce-tabs ul.tabs li.active a,
    body.single-product .woocommerce-tabs ul.tabs li a[aria-selected="true"],
    body.single-product .woocommerce-tabs ul.wc-tabs li.active a,
    body.single-product .woocommerce-tabs ul.wc-tabs li a[aria-selected="true"] {
        color: #ffffff !important;
                font-weight: 700 !important;
                background: transparent !important;
                box-shadow: none !important;
                border-bottom: 2px solid #ffffff !important;
                margin-bottom: -1px !important;
                transform: none !important;
    }

    body.single-product .woocommerce-tabs ul.tabs li.active a:hover,
    body.single-product .woocommerce-tabs ul.tabs li.active a:focus,
    body.single-product .woocommerce-tabs ul.tabs li a[aria-selected="true"]:hover,
    body.single-product .woocommerce-tabs ul.tabs li a[aria-selected="true"]:focus,
    body.single-product .woocommerce-tabs ul.wc-tabs li.active a:hover,
    body.single-product .woocommerce-tabs ul.wc-tabs li.active a:focus,
    body.single-product .woocommerce-tabs ul.wc-tabs li a[aria-selected="true"]:hover,
    body.single-product .woocommerce-tabs ul.wc-tabs li a[aria-selected="true"]:focus {
        color: #ffffff !important;
                background: transparent !important;
                border-bottom-color: #ffffff !important;
                box-shadow: none !important;
    }

}

body.single-product section.related.products ul.products {
    display: grid !important;
        grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr)) !important;
        justify-content: center !important;
        justify-items: stretch !important;
        align-items: stretch !important;
        align-content: start !important;
        gap: clamp(16px, 1.2vw, 22px) !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
}

body.single-product section.related.products ul.products li.product {
    display: flex !important;
        flex-direction: column !important;
        align-self: stretch !important;
        height: 100% !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: clamp(14px, 1vw, 18px) !important;
        gap: clamp(6px, 0.5vw, 10px) !important;
        background: linear-gradient(180deg, rgba(18, 18, 18, 0.96), rgba(6, 6, 6, 0.98)) !important;
        border: 1px solid rgba(255, 255, 255, 0.11) !important;
        border-radius: clamp(16px, 1vw, 20px) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.05),
            0 14px 36px rgba(0, 0, 0, 0.48) !important;
        overflow: hidden !important;
        transition:
            transform 0.28s ease,
            border-color 0.28s ease,
            box-shadow 0.28s ease !important;
}

body.single-product section.related.products ul.products li.product:hover {
    transform: translateY(-5px) !important;
        border-color: rgba(255, 255, 255, 0.20) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.07),
            0 22px 48px rgba(0, 0, 0, 0.58),
            0 0 26px rgba(255, 255, 255, 0.07) !important;
}

body.single-product section.related.products ul.products li.product:only-child {
    grid-column: 1 / -1 !important;
        justify-self: center !important;
        width: min(100%, clamp(320px, 34vw, 380px)) !important;
        max-width: 380px !important;
        min-width: 0 !important;
}

body.single-product section.related.products ul.products li.product > a.woocommerce-LoopProduct-link,
body.single-product section.related.products ul.products li.product > a.woocommerce-loop-product__link {
    display: flex !important;
        flex-direction: column !important;
        flex: 1 1 auto !important;
        gap: clamp(8px, 0.6vw, 12px) !important;
        min-height: 0 !important;
}

body.single-product section.related.products ul.products li.product img {
    width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 1 / 1 !important;
        object-fit: contain !important;
        object-position: center center !important;
        margin: 0 !important;
        padding: clamp(14px, 1.1vw, 20px) !important;
        border-radius: clamp(12px, 0.85vw, 16px) !important;
        background: #0a0a0a !important;
        box-sizing: border-box !important;
}

body.single-product section.related.products ul.products li.product .woocommerce-loop-product__title {
    margin: 0 clamp(4px, 0.35vw, 8px) !important;
        padding: 0 !important;
        min-height: 2.6em !important;
        font-size: clamp(14px, 0.92vw, 17px) !important;
        line-height: 1.32 !important;
}

body.single-product section.related.products ul.products li.product .price {
    margin: 0 clamp(4px, 0.35vw, 8px) clamp(4px, 0.35vw, 8px) !important;
        font-size: clamp(14px, 0.92vw, 17px) !important;
        font-weight: 700 !important;
}

body.single-product section.related.products ul.products li.product .button,
body.single-product section.related.products ul.products li.product a.button,
body.single-product section.related.products ul.products li.product .added_to_cart {
    margin-top: auto !important;
        margin-bottom: clamp(2px, 0.25vw, 4px) !important;
        width: calc(100% - clamp(8px, 0.7vw, 12px)) !important;
        align-self: center !important;
}

@media (min-width: 992px) {
    body.single-product section.related.products ul.products {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    }

}

@media (max-width: 991px) {
    body.single-product section.related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
                gap: clamp(12px, 2.8vw, 18px) !important;
    }

    body.single-product section.related.products ul.products li.product:only-child {
        width: min(100%, clamp(300px, 72vw, 360px)) !important;
                max-width: 360px !important;
    }

}

@media (max-width: 600px) {
    body.single-product section.related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.single-product section.related.products ul.products li.product img {
        padding: clamp(10px, 2.8vw, 14px) !important;
    }

}

@media (max-width: 420px) {
    body.single-product section.related.products ul.products:not(:has(li.product:only-child)) {
        grid-template-columns: 1fr !important;
    }

    body.single-product section.related.products ul.products li.product:only-child {
        width: min(100%, 340px) !important;
                max-width: 340px !important;
    }

}

body.single-product section.related.products ul.products {
    grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr)) !important;
}

body.single-product section.related.products ul.products li.product:only-child {
    width: min(100%, clamp(270px, 28vw, 310px)) !important;
        max-width: 310px !important;
}

body.single-product section.related.products ul.products li.product img {
    padding: clamp(12px, 0.92vw, 17px) !important;
}

@media (min-width: 992px) {
    body.single-product section.related.products ul.products {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
    }

}

@media (max-width: 991px) {
    body.single-product section.related.products ul.products li.product:only-child {
        width: min(100%, clamp(250px, 60vw, 300px)) !important;
                max-width: 300px !important;
    }

}

@media (max-width: 600px) {
    body.single-product section.related.products ul.products li.product img {
        padding: clamp(9px, 2.4vw, 12px) !important;
    }

}

@media (max-width: 420px) {
    body.single-product section.related.products ul.products li.product:only-child {
        width: min(100%, 285px) !important;
                max-width: 285px !important;
    }

}

body.single-product section.related.products ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 0 !important;
}

body.single-product section.related.products ul.products li.product .price {
    margin-top: 2px !important;
        margin-bottom: clamp(6px, 0.5vw, 8px) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(14px, 0.88vw, 16px) !important;
        font-weight: 500 !important;
        line-height: 1.3 !important;
        color: rgba(255, 255, 255, 0.78) !important;
}

body.single-product section.related.products ul.products li.product .price ins {
    color: rgba(255, 255, 255, 0.82) !important;
        font-weight: 500 !important;
        text-decoration: none !important;
}

body.single-product section.related.products ul.products li.product .price del {
    color: rgba(255, 255, 255, 0.42) !important;
        font-weight: 400 !important;
}

body.single-product section.related.products ul.products li.product .button,
body.single-product section.related.products ul.products li.product a.button,
body.single-product section.related.products ul.products li.product .added_to_cart {
    margin-top: clamp(8px, 0.65vw, 10px) !important;
        width: calc(100% - clamp(8px, 0.7vw, 12px)) !important;
}

body.single-product .oasis-product-info > .product_meta,
body.single-product .summary .product_meta {
    display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) !important;
        align-items: center !important;
        gap: clamp(10px, 1vw, 18px) !important;
        margin-top: clamp(6px, 0.45vw, 8px) !important;
        padding-top: clamp(8px, 0.55vw, 10px) !important;
        width: 100% !important;
        line-height: 1.25 !important;
}

body.single-product .oasis-product-info > .product_meta > span,
body.single-product .summary .product_meta > span {
    display: block !important;
        min-width: 0 !important;
        margin: 0 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
}

body.single-product .oasis-product-info > .product_meta > .sku_wrapper,
body.single-product .oasis-product-info > .product_meta > .posted_in,
body.single-product .oasis-product-info > .product_meta > .tagged_as,
body.single-product .summary .product_meta > .sku_wrapper,
body.single-product .summary .product_meta > .posted_in,
body.single-product .summary .product_meta > .tagged_as {
    max-width: 100% !important;
}

body.single-product .oasis-product-info > .product_meta .sku,
body.single-product .oasis-product-info > .product_meta a,
body.single-product .summary .product_meta .sku,
body.single-product .summary .product_meta a {
    display: inline !important;
        white-space: nowrap !important;
}

@media (max-width: 767px) {
    body.single-product .oasis-product-info > .product_meta,
    body.single-product .summary .product_meta {
        grid-template-columns: 1fr !important;
                gap: clamp(4px, 0.35vw, 6px) !important;
                align-items: start !important;
    }

}

body.single-product form.variations_form .variations td.value {
    position: relative;
}

body.single-product form.variations_form .variations select.oasis-single-var-native {
    position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
        opacity: 0 !important;
        pointer-events: none !important;
}

body.single-product .oasis-single-var-ui {
    position: relative;
        width: 100%;
}

body.single-product .oasis-single-var-trigger {
    display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        min-height: 42px;
        padding: 0 clamp(14px, 1vw, 18px);
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 12px;
        background: rgba(0, 0, 0, 0.52);
        color: #ffffff;
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(13px, 0.85vw, 15px);
        font-weight: 600;
        line-height: 1.2;
        cursor: pointer;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
        transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

body.single-product .oasis-single-var-trigger:hover,
body.single-product .oasis-single-var-ui.is-open .oasis-single-var-trigger {
    border-color: rgba(255, 255, 255, 0.34);
        background: rgba(255, 255, 255, 0.06);
}

body.single-product .oasis-single-var-ui.is-disabled .oasis-single-var-trigger {
    opacity: 0.55;
        cursor: not-allowed;
}

body.single-product .oasis-single-var-label {
    text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}

body.single-product .oasis-single-var-chevron {
    flex: 0 0 auto;
        font-size: 14px;
        line-height: 1;
        opacity: 0.85;
        transition: transform 0.22s ease;
}

body.single-product .oasis-single-var-ui.is-open .oasis-single-var-chevron {
    transform: rotate(180deg);
}

body.single-product .oasis-single-var-list {
    position: absolute;
        top: calc(100% + 8px);
        right: 0;
        left: 0;
        z-index: 40;
        margin: 0;
        padding: 6px;
        list-style: none;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 12px;
        background: linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(8, 8, 8, 0.98));
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.05),
            0 18px 40px rgba(0, 0, 0, 0.55);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-sizing: border-box;
        max-height: 240px;
        overflow-y: auto;
}

body.single-product .oasis-single-var-list[hidden] {
    display: none !important;
}

body.single-product .oasis-single-var-list li {
    margin: 0;
        padding: clamp(10px, 0.7vw, 12px) clamp(12px, 0.85vw, 14px);
        border-radius: 8px;
        color: #ffffff;
        font-family: 'OpenSans', sans-serif;
        font-size: clamp(13px, 0.85vw, 15px);
        font-weight: 500;
        line-height: 1.25;
        cursor: pointer;
        transition: background 0.18s ease, color 0.18s ease;
}

body.single-product .oasis-single-var-list li:hover {
    background: rgba(255, 255, 255, 0.08);
}

body.single-product .oasis-single-var-list li.is-active,
body.single-product .oasis-single-var-list li[aria-selected="true"] {
    background: #ffffff;
        color: #000000;
        font-weight: 600;
}

body.single-product .woocommerce-variation-add-to-cart .oasis-single-buy-now {
    order: 2 !important;
}

body.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    order: 3 !important;
}

body.single-product .oasis-purchase-card .woocommerce-variation-add-to-cart .oasis-single-buy-now::before,
body.single-product .summary .woocommerce-variation-add-to-cart .oasis-single-buy-now::before {
    content: "\f0e7";
        font-family: 'FontAwesome' !important;
        margin-right: 8px;
        font-size: 14px;
}

body.single-product .oasis-single-buy-now:disabled,
body.single-product .oasis-single-buy-now[aria-disabled="true"] {
    opacity: 0.45 !important;
        cursor: not-allowed !important;
        pointer-events: none !important;
        transform: none !important;
}

body.single-product .oasis-single-buy-now:disabled:hover,
body.single-product .oasis-single-buy-now[aria-disabled="true"]:hover {
    background: #ffffff !important;
        color: #000000 !important;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 0 22px rgba(255, 255, 255, 0.10) !important;
}

body.single-product .woocommerce-tabs {
    width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
}

body.single-product .woocommerce-tabs #tab-description,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description {
    width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: clamp(18px, 1.4vw, 24px) clamp(20px, 2vw, 28px) !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        border-radius: clamp(14px, 1vw, 18px) !important;
        background: rgba(10, 10, 10, 0.55) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.06),
            inset 0 0 0 1px rgba(0, 0, 0, 0.25),
            0 16px 44px rgba(0, 0, 0, 0.42) !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        box-sizing: border-box !important;
        color: rgba(255, 255, 255, 0.88) !important;
        text-align: left !important;
}

body.single-product .woocommerce-tabs #tab-description > h2,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description > h2 {
    width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto clamp(14px, 1.1vw, 20px) !important;
        padding-bottom: clamp(10px, 0.75vw, 14px) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        font-family: 'ArbutusSlab', serif !important;
        font-size: clamp(20px, 1.35vw, 26px) !important;
        font-weight: 400 !important;
        line-height: 1.25 !important;
        text-align: center !important;
        color: #ffffff !important;
}

body.single-product .woocommerce-tabs #tab-description > *:not(h2),
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description > *:not(h2),
body.single-product .woocommerce-tabs #tab-description > div,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description > div,
body.single-product .woocommerce-tabs #tab-description .wp-block-group,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description .wp-block-group {
    width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left !important;
}

body.single-product .woocommerce-tabs #tab-description p,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description p {
    display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 clamp(12px, 0.9vw, 16px) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(14px, 0.95vw, 16px) !important;
        line-height: 1.72 !important;
        color: rgba(255, 255, 255, 0.86) !important;
        text-align: left !important;
}

body.single-product .woocommerce-tabs #tab-description p:last-child,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description p:last-child {
    margin-bottom: 0 !important;
}

body.single-product .woocommerce-tabs #tab-description h3,
body.single-product .woocommerce-tabs #tab-description h4,
body.single-product .woocommerce-tabs #tab-description h5,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h3,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h4,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description h5 {
    width: 100% !important;
        max-width: 100% !important;
        margin: clamp(16px, 1.1vw, 22px) 0 clamp(8px, 0.6vw, 12px) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(15px, 1vw, 18px) !important;
        font-weight: 700 !important;
        line-height: 1.35 !important;
        letter-spacing: 0.02em !important;
        color: #ffffff !important;
        text-align: left !important;
}

body.single-product .woocommerce-tabs #tab-description ul,
body.single-product .woocommerce-tabs #tab-description ol,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ul,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ol {
    display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 clamp(14px, 1vw, 18px) !important;
        padding-left: clamp(22px, 1.8vw, 30px) !important;
        list-style-position: outside !important;
        text-align: left !important;
        color: rgba(255, 255, 255, 0.84) !important;
}

body.single-product .woocommerce-tabs #tab-description li,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description li {
    display: list-item !important;
        margin: 0 0 clamp(6px, 0.45vw, 10px) !important;
        padding-left: clamp(4px, 0.35vw, 6px) !important;
        font-family: 'OpenSans', sans-serif !important;
        font-size: clamp(14px, 0.95vw, 16px) !important;
        line-height: 1.65 !important;
        text-align: left !important;
        color: rgba(255, 255, 255, 0.84) !important;
}

body.single-product .woocommerce-tabs #tab-description li:last-child,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description li:last-child {
    margin-bottom: 0 !important;
}

body.single-product .woocommerce-tabs #tab-description ul ul,
body.single-product .woocommerce-tabs #tab-description ul ol,
body.single-product .woocommerce-tabs #tab-description ol ul,
body.single-product .woocommerce-tabs #tab-description ol ol,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ul ul,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ul ol,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ol ul,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ol ol {
    display: block !important;
        width: 100% !important;
        margin: clamp(6px, 0.45vw, 10px) 0 0 !important;
        padding-left: clamp(18px, 1.4vw, 24px) !important;
}

body.single-product .woocommerce-tabs #tab-description blockquote,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description blockquote {
    display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 clamp(14px, 1vw, 18px) !important;
        padding: clamp(12px, 0.9vw, 16px) clamp(14px, 1vw, 18px) !important;
        border-left: 3px solid rgba(255, 255, 255, 0.22) !important;
        background: rgba(255, 255, 255, 0.04) !important;
        text-align: left !important;
}

body.single-product .woocommerce-tabs #tab-description table:not(.shop_attributes),
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description table:not(.shop_attributes) {
    display: table !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 clamp(14px, 1vw, 18px) !important;
        text-align: left !important;
}

body.single-product .woocommerce-tabs #tab-description a:not(.button),
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description a:not(.button) {
    display: inline !important;
        text-align: left !important;
}

body.single-product .woocommerce-tabs #tab-description p:has(img),
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description p:has(img) {
    max-width: none !important;
        text-align: center !important;
}

body.single-product .woocommerce-tabs #tab-description img,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description img {
    display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        float: none !important;
}

body.single-product .woocommerce-tabs #tab-description figure,
body.single-product .woocommerce-tabs #tab-description .wp-block-image,
body.single-product .woocommerce-tabs #tab-description figure.wp-block-image,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description figure,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description .wp-block-image,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description figure.wp-block-image {
    display: block !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
}

body.single-product .woocommerce-tabs #tab-description .alignleft,
body.single-product .woocommerce-tabs #tab-description .alignright,
body.single-product .woocommerce-tabs #tab-description .aligncenter,
body.single-product .woocommerce-tabs #tab-description .alignnone,
body.single-product .woocommerce-tabs #tab-description img.alignleft,
body.single-product .woocommerce-tabs #tab-description img.alignright,
body.single-product .woocommerce-tabs #tab-description img.aligncenter,
body.single-product .woocommerce-tabs #tab-description img.alignnone,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description .alignleft,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description .alignright,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description .aligncenter,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description .alignnone,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description img.alignleft,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description img.alignright,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description img.aligncenter,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description img.alignnone {
    float: none !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
}

body.single-product .woocommerce-tabs #tab-description .wp-block-columns,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description .wp-block-columns {
    justify-content: center !important;
}

body.single-product .woocommerce-tabs #tab-description::after,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description::after {
    content: "" !important;
        display: table !important;
        clear: both !important;
}

@media (max-width: 768px) {
    body.single-product .woocommerce-tabs #tab-description,
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description {
        max-width: none !important;
                padding: clamp(16px, 4vw, 20px) clamp(14px, 4vw, 18px) !important;
    }

    body.single-product .woocommerce-tabs #tab-description ul,
    body.single-product .woocommerce-tabs #tab-description ol,
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ul,
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description ol {
        padding-left: clamp(18px, 5vw, 24px) !important;
    }

}

