/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body .site-header {
    display: none !important;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.paintuber-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 250, 242, 0.94);
    border-bottom: 1px solid rgba(23, 16, 20, 0.1);
    backdrop-filter: blur(18px);
    color: #171014;
}

.paintuber-header.is-menu-open {
    position: fixed;
    inset: 0;
    z-index: 3000;
    height: 100dvh;
    overflow: hidden;
    background: #fffaf2;
}

body.admin-bar .paintuber-header {
    top: 32px;
}

body.admin-bar .paintuber-header.is-menu-open {
    top: 0;
}

.paintuber-header-announcement {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 34px;
    padding: 7px 20px;
    background: #171014;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 650;
    letter-spacing: 0;
    text-align: center;
}

.paintuber-header-announcement a {
    color: #fff7d8;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.paintuber-header-inner {
    max-width: 1360px;
    min-height: 82px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
}

.paintuber-header-logo {
    display: inline-flex;
    align-items: baseline;
    color: #171014;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px;
    text-decoration: none;
}

.paintuber-header-logo:hover {
    color: #BFA88D;
}

.paintuber-header-logo span {
    font-weight: 500;
}

.paintuber-header-logo strong {
    font-weight: 850;
}

.paintuber-header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.paintuber-header-menu li {
    margin: 0;
}

.paintuber-header-menu a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    color: #171014;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
}

.paintuber-header-menu a:hover {
    color: #BFA88D;
}

.paintuber-header-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 2px;
    background: #171014;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
}

.paintuber-header-menu a:hover::after,
.paintuber-header-menu .current-menu-item > a::after {
    transform: scaleX(1);
    transform-origin: left;
}

.paintuber-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.paintuber-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 12px 18px;
    background: #171014;
    color: #fff!important;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
}

.paintuber-header-cta:hover {
    background: #3a3034;
    color: #fff;
}

.paintuber-header-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(23, 16, 20, 0.16);
    color: #171014;
    text-decoration: none;
    box-sizing: border-box;
}

.paintuber-header-cart span {
    width: 17px;
    height: 17px;
    border: 2px solid currentColor;
    border-radius: 2px;
}

.paintuber-header-cart span::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 9px;
    height: 6px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    transform: translateX(-50%);
}

.paintuber-header-cart em {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #fff7d8;
    color: #171014;
    font-size: 11px;
    line-height: 20px;
    font-style: normal;
    font-weight: 850;
    text-align: center;
}

.paintuber-header-toggle {
    display: none;
    flex: 0 0 42px;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 10px;
    border: 1px solid rgba(23, 16, 20, 0.16);
    background: transparent;
    color: #171014;
    appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1;
}

.paintuber-header-toggle span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.paintuber-header.is-menu-open .paintuber-header-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.paintuber-header.is-menu-open .paintuber-header-toggle span:nth-child(2) {
    opacity: 0;
}

.paintuber-header.is-menu-open .paintuber-header-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.paintuber-mobile-panel {
    position: static;
    z-index: auto;
    height: calc(100dvh - 116px);
    border-top: 1px solid rgba(23, 16, 20, 0.1);
    background: #fffaf2;
    padding: 38px 24px 28px;
    overflow-y: auto;
}

.paintuber-mobile-panel[hidden] {
    display: none;
}

.paintuber-mobile-menu {
    display: grid;
    gap: 0;
    justify-items: start;
    text-align: left;
    width: 100%;
    justify-content: start;
}

.paintuber-mobile-menu a {
    min-height: 62px;
    width: 100%;
    border-bottom: 0;
    color: #171014;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 750;
    justify-content: flex-start;
    text-align: left;
    white-space: normal;
}

.paintuber-mobile-menu a::after {
    display: none;
}

.paintuber-mobile-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    width: 100%;
    margin-top: 34px;
    background: #171014;
    color: #fff!important;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
}

.paintuber-mobile-cta:hover {
    color: #fff;
}

.paintuber-menu-open,
.paintuber-menu-open body {
    overflow: hidden;
}

body.single-product:not([class*=elementor-page-]) .site-main {
    width: 100%;
    max-width: none !important;
    padding-right: 0;
    padding-left: 0;
}

body.single-product .woocommerce-breadcrumb {
    display: none !important;
}

@media (min-width: 1200px) {
    body.single-product:not([class*=elementor-page-]) .site-main {
        max-width: none !important;
    }
}

@media (max-width: 1100px) {
    .paintuber-header-inner {
        min-height: 72px;
        grid-template-columns: auto auto;
        justify-content: space-between;
        gap: 18px;
    }

    .paintuber-header-nav {
        display: none;
    }

    .paintuber-header-toggle {
        display: block;
    }

    .paintuber-header.is-menu-open .paintuber-mobile-panel {
        height: calc(100dvh - 106px);
    }
}

@media (max-width: 782px) {
    body.admin-bar .paintuber-header {
        top: 0px;
    }

}

@media (max-width: 640px) {
    .paintuber-header-announcement {
        min-height: 28px;
        padding: 6px 16px;
        font-size: 11px;
    }

    .paintuber-header-inner {
        min-height: 70px;
        padding: 0 16px;
    }

    .paintuber-header-logo {
        font-size: 27px;
        letter-spacing: -1px;
    }

    .paintuber-header-actions {
        gap: 8px;
    }

    .paintuber-header-cta {
        display: none;
    }

    .paintuber-header-cart,
    .paintuber-header-toggle {
        flex-basis: 42px;
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
    }

    .paintuber-mobile-panel {
        height: calc(100dvh - 98px);
        padding: 30px 16px 24px;
    }

    .paintuber-mobile-menu a {
        min-height: 54px;
        font-size: 28px;
    }
}

.custom-product-page {
    --paint-ink: #073f3e;
    --paint-muted: #8c9092;
    --paint-line: #edf0ed;
    --paint-soft: #f6f8f6;
    --paint-cream: #fbf8ee;
    --paint-blue: #085086;
    --paint-green: #bfea6a;
    --paint-green-dark: #073f3e;
    --paint-coral: #ff7868;

    padding: 46px 24px 76px;
    background: #fff;
    color: var(--paint-ink);
}

.custom-product-page *,
.custom-product-page *::before,
.custom-product-page *::after {
    box-sizing: border-box;
}

.custom-product-trail {
    max-width: 1360px;
    margin: 0 auto 34px;
    color: var(--paint-ink);
    font-size: 30px;
    line-height: 1.15;
    font-weight: 850;
}

.custom-product-trail a,
.custom-product-trail strong {
    color: inherit;
    text-decoration: none;
}

.custom-product-trail span {
    margin: 0 12px;
}

.custom-product-container {
    max-width: 1360px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
    gap: 72px;
    align-items: start;
}

.custom-product-gallery {
    position: sticky;
    top: 28px;
}

.custom-product-gallery .woocommerce-product-gallery {
    position: relative;
    margin: 0;
}

.custom-product-gallery .woocommerce-product-gallery__wrapper {
    margin: 0;
}

.custom-product-gallery .flex-viewport,
.custom-product-gallery .woocommerce-product-gallery__image:first-child {
    overflow: hidden;
    border-radius: 4px;
    background: var(--paint-soft);
}

.custom-product-gallery .flex-viewport {
    margin-bottom: 24px;
}

.custom-product-gallery .woocommerce-product-gallery__trigger {
    display: none !important;
}

.custom-product-gallery img {
    width: 100%;
    border-radius: 0;
    background: transparent;
}

.custom-product-gallery .flex-viewport img,
.custom-product-gallery .woocommerce-product-gallery__image:first-child img {
    display: block;
    width: 100%;
    height: 560px;
    object-fit: cover!important;
}

.custom-product-gallery .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.custom-product-gallery .flex-control-thumbs li {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.custom-product-gallery .flex-control-thumbs li::marker,
.custom-product-gallery .flex-control-thumbs li::before {
    content: "" !important;
    display: none !important;
}

.custom-product-gallery .flex-control-thumbs img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    padding: 4px;
    border: 2px solid transparent;
    border-radius: 4px;
    background: var(--paint-soft);
    object-fit: cover!important;
    opacity: 1;
    transition: border-color 180ms ease, transform 180ms ease;
}

.custom-product-gallery .flex-control-thumbs img.flex-active,
.custom-product-gallery .flex-control-thumbs img:hover {
    border-color: var(--paint-green-dark);
    transform: translateY(-2px);
}

.custom-product-summary {
    max-width: 520px;
    padding-top: 2px;
}

.custom-product-highlight {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 22px;
    color: var(--paint-coral);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
}

.custom-product-highlight::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 3px solid currentColor;
    border-radius: 50%;
    box-shadow: inset 4px 0 0 #fff;
}

.custom-product-kicker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.custom-product-label {
    margin: 0;
    color: #313438;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.custom-product-stock {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 9px;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    background: #fff;
    color: #313438;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.custom-product-title {
    margin: 0 0 16px;
    max-width: 500px;
    color: #1f2730;
    font-family: Poppins, "Times New Roman", serif;
    font-size: 26px;
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -1px;
    text-wrap: balance;
}

.custom-product-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 32px;
    color: #171214;
    font-size: 22px;
    line-height: 1;
    font-weight: 750;
}

.custom-product-price del {
    color: var(--paint-muted);
    font-size: 15px;
    font-weight: 500;
}

.custom-product-price ins {
    color: #171214;
    text-decoration: none;
}

.custom-product-short-description {
    margin-bottom: 26px;
    padding-top: 26px;
    border-top: 1px solid var(--paint-line);
    color: #909397;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
}

.custom-product-short-description p {
    margin: 0;
}

.custom-product-add-to-cart {
    margin-bottom: 18px;
}

.custom-product-add-to-cart form.cart {
    margin: 0;
}

.custom-product-add-to-cart form.cart:not(.variations_form),
.custom-product-add-to-cart .woocommerce-variation-add-to-cart {
    display: grid;
    grid-template-columns: 86px minmax(220px, 1fr);
    gap: 12px;
    align-items: stretch;
}

.custom-product-add-to-cart table.variations {
    width: 100%;
    margin: 24px 0 28px;
}

.custom-product-add-to-cart table.variations tr {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}

.custom-product-add-to-cart table.variations th,
.custom-product-add-to-cart table.variations td {
    display: block;
    padding: 0;
    text-align: left;
}

.custom-product-add-to-cart table.variations label {
    color: #171214;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: uppercase;
}

.custom-product-add-to-cart table.variations select {
    width: 100%;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #eeeeee;
    border-radius: 0;
    background: #f4f4f4;
    color: #171214;
}

.custom-product-add-to-cart table.variations select.custom-product-variation-select {
    position: absolute;
    width: 1px;
    height: 1px;
    min-height: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    pointer-events: none;
}

.custom-product-variation-buttons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.custom-product-variation-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid transparent;
    border-radius: 0;
    background: #f4f4f4;
    color: #171214;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease;
}

.custom-product-variation-button:hover,
.custom-product-variation-button.is-selected {
    border-color: #171214;
    background: #fff;
}

.custom-product-variation-button:disabled {
    color: #b7b7b7;
    cursor: not-allowed;
    text-decoration: line-through;
}

.custom-product-add-to-cart .reset_variations {
    display: inline-block;
    margin-top: 8px;
    color: var(--paint-ink);
    font-size: 13px;
    font-weight: 750;
}

.custom-product-add-to-cart .quantity {
    margin: 0 !important;
}

.custom-product-add-to-cart .qty {
    width: 100%!important;
    min-height: 54px;
    border: 1px solid #eeeeee;
    border-radius: 0;
    background: #fff;
    color: #171214;
    font-size: 16px;
    font-weight: 650;
    text-align: center;
}

.custom-product-add-to-cart .single_add_to_cart_button,
.custom-product-add-to-cart button.single_add_to_cart_button,
.woocommerce div.product .custom-product-add-to-cart form.cart .button.single_add_to_cart_button {
    min-height: 54px;
    padding: 15px 28px;
    border: 0;
    border-radius: 4px;
    background: #171014 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: none;
    transition: background-color 180ms ease;
}

.custom-product-add-to-cart .single_add_to_cart_button:hover,
.custom-product-add-to-cart button.single_add_to_cart_button:hover,
.woocommerce div.product .custom-product-add-to-cart form.cart .button.single_add_to_cart_button:hover {
    background: #3a3034 !important;
}

.custom-product-add-to-cart .stock {
    grid-column: 1 / -1;
    width: 100%;
    margin: 0;
    color: var(--paint-ink);
    font-weight: 750;
}

.custom-product-add-to-cart .group_table {
    width: 100%;
    margin: 0 0 16px;
}

.custom-product-add-to-cart .group_table td {
    padding: 10px 8px;
    vertical-align: middle;
}

.custom-product-upsell {
    position: relative;
    margin: 2px 0 26px;
    padding: 22px;
    border: 2px solid #171014;
    background: #fff7d8;
    box-shadow: 6px 6px 0 #171014;
}

.custom-product-upsell-eyebrow {
    display: inline-flex;
    margin: 0 0 10px;
    padding: 6px 9px;
    background: #171014;
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.custom-product-upsell h2 {
    margin: 0 0 10px;
    color: #171214;
    font-size: 24px;
    line-height: 1.05;
    font-weight: 850;
    letter-spacing: 0;
}

.custom-product-upsell-delta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    margin: 0 0 10px;
    color: #171214;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}

.span.woocommerce-Price-amount.amount {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.custom-product-upsell p:not(.custom-product-upsell-eyebrow) {
    margin: 0 0 16px;
    color: #171214;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
}

.custom-product-upsell-prices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 16px;
}

.custom-product-upsell-prices span {
    display: grid;
    gap: 4px;
    min-height: 54px;
    padding: 10px 12px;
    border: 1px solid rgba(23, 16, 20, 0.16);
    background: rgba(255, 255, 255, 0.72);
    color: #3a3034;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
}

.custom-product-upsell-prices strong {
    color: #171214;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 750;
    text-transform: none;
}

.custom-product-upsell-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 18px;
    background: #171014;
    color: #fff!important;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.custom-product-upsell-link:hover {
    background: #3a3034;
    color: #fff;
}

.custom-product-shipping-note {
    margin: 0;
    color: var(--paint-muted);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
}

.custom-product-shipping-note::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--paint-green);
    vertical-align: 1px;
}

.custom-product-delivery-list {
    display: grid;
    gap: 12px;
    margin: 0 0 28px;
}

.custom-product-delivery-list p {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin: 0;
    color: #5e5f62;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}

.custom-product-delivery-list img {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    object-fit: contain;
    opacity: 0.78;
}

.custom-product-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 20px 0 46px;
    color: var(--paint-ink);
    font-size: 16px;
    font-weight: 750;
}

.custom-product-actions span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.custom-product-actions span::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.custom-product-meta {
    margin-bottom: 22px;
    color: var(--paint-muted);
    font-size: 15px;
    line-height: 1.65;
}

.custom-product-meta > span {
    display: block;
}

.custom-product-meta a {
    color: var(--paint-muted);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.custom-product-meta a:hover {
    color: var(--paint-ink);
}

.custom-product-long-description {
    margin-bottom: 34px;
    color: #909397;
    font-size: 16px;
    line-height: 1.7;
}

.custom-product-long-description > :first-child {
    margin-top: 0;
}

.custom-product-long-description > :last-child {
    margin-bottom: 0;
}

.custom-product-accordions {
    border-top: 1px solid #eeeeee;
}

.custom-product-accordions details {
    border-bottom: 1px solid #eeeeee;
}

.custom-product-accordions summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    cursor: pointer;
    color: #313438;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 650;
    letter-spacing: 0;
    text-transform: uppercase;
    list-style: none;
}

.custom-product-accordions summary::-webkit-details-marker {
    display: none;
}

.custom-product-accordions summary::after {
    content: "+";
    color: #4e5054;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}

.custom-product-accordions details[open] summary::after {
    content: "-";
}

.custom-product-accordions details > div {
    padding: 0 0 22px;
    color: #6f7073;
    font-size: 13px;
    line-height: 1.62;
    text-transform: none;
}

.custom-product-accordions details > div > :first-child {
    margin-top: 0;
}

.custom-product-accordions details > div > :last-child {
    margin-bottom: 0;
}

.custom-product-perks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 34px;
    border: 1px solid var(--paint-line);
    border-radius: 8px;
    overflow: hidden;
}

.custom-product-perks div {
    min-height: 86px;
    padding: 18px 20px;
    background: #fff;
}

.custom-product-perks div + div {
    border-left: 1px solid var(--paint-line);
}

.custom-product-perks span,
.custom-product-perks strong {
    display: block;
}

.custom-product-perks span {
    margin-bottom: 6px;
    color: var(--paint-ink);
    font-size: 15px;
    font-weight: 850;
}

.custom-product-perks strong {
    color: var(--paint-muted);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
}

.custom-product-bullets {
    padding-top: 2px;
    border-top: 0;
}

.custom-product-bullets h2 {
    margin: 0 0 20px;
    color: var(--paint-ink);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: 0;
}

.custom-product-bullets ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 18px;
}

.custom-product-bullets li {
    position: relative;
    padding-left: 36px;
}

.custom-product-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--paint-green);
    box-shadow: inset 0 0 0 5px #fff, 0 0 0 1px var(--paint-green);
}

.custom-product-bullets strong {
    display: block;
    margin-bottom: 4px;
    color: var(--paint-ink);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
}

.custom-product-bullets span {
    display: block;
    color: var(--paint-muted);
    font-size: 14px;
    line-height: 1.4;
}

.custom-related-products {
    max-width: 1360px;
    margin: 96px auto 0;
}

.custom-related-products-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.custom-related-products h2 {
    margin: 0;
    color: #171214;
    font-family: Poppins, "Times New Roman", serif;
    font-size: 32px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

.custom-related-products-controls {
    display: flex;
    gap: 10px;
}

.custom-related-products-controls button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid #eeeeee;
    background: #fff;
    color: #171214;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease;
}

.custom-related-products-controls button:hover {
    border-color: #171214;
    background: #f8f8f8;
}

.custom-related-products-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 72px) / 4);
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.custom-related-products-track::-webkit-scrollbar {
    display: none;
}

.custom-related-product-card {
    scroll-snap-align: start;
}

.custom-related-product-card a {
    display: block;
    color: #171214;
    text-decoration: none;
}

.custom-related-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1.28;
    margin-bottom: 12px;
    background: #f4f4f4;
    overflow: hidden;
}

.custom-related-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 220ms ease;
}

.custom-related-product-card a:hover .custom-related-product-image img {
    transform: scale(1.035);
}

.custom-related-product-card h3 {
    margin: 0 0 8px;
    color: #171214;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.custom-related-product-price {
    color: #171214;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 750;
}

.custom-related-product-price ins {
    text-decoration: none;
}

.custom-related-product-price del {
    margin-right: 7px;
    color: #8c9092;
    font-size: 14px;
}

@media (max-width: 1180px) {
    .custom-product-container {
        gap: 44px;
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    }

    .custom-product-gallery .flex-viewport img,
    .custom-product-gallery .woocommerce-product-gallery__image:first-child img {
        height: 460px;
    }

    .custom-related-products-track {
        grid-auto-columns: calc((100% - 48px) / 3);
    }
}

@media (max-width: 980px) {
    .custom-product-container {
        grid-template-columns: 1fr;
    }

    .custom-product-gallery {
        position: static;
    }

    .custom-related-products {
        margin-top: 72px;
    }

    .custom-related-products h2 {
        font-size: 36px;
    }

    .custom-related-products-track {
        grid-auto-columns: calc((100% - 24px) / 2);
    }
}

@media (max-width: 640px) {
    .custom-product-page {
        padding: 32px 16px 56px;
    }

    .custom-product-trail {
        margin-bottom: 24px;
        font-size: 24px;
    }

    .custom-product-container {
        gap: 34px;
    }

    .custom-product-gallery .flex-viewport img,
    .custom-product-gallery .woocommerce-product-gallery__image:first-child img {
        height: 320px;
        padding: 18px;
    }

    .custom-product-gallery .flex-control-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .custom-product-highlight {
        font-size: 16px;
    }

    .custom-product-kicker {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .custom-product-title {
        font-size: 29px;
    }

    .custom-product-variation-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .custom-product-price {
        margin-bottom: 26px;
        font-size: 34px;
    }

    .custom-product-add-to-cart form.cart:not(.variations_form),
    .custom-product-add-to-cart .woocommerce-variation-add-to-cart {
        grid-template-columns: 1fr;
    }

    .custom-product-actions,
    .custom-product-perks {
        grid-template-columns: 1fr;
    }

    .custom-product-perks div + div {
        border-top: 1px solid var(--paint-line);
        border-left: 0;
    }

    .custom-related-products {
        margin-top: 58px;
    }

    .custom-related-products-header {
        align-items: flex-end;
        margin-bottom: 26px;
    }

    .custom-related-products h2 {
        font-size: 30px;
    }

    .custom-related-products-controls button {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .custom-related-products-track {
        grid-auto-columns: 78%;
        gap: 16px;
    }

    .custom-related-product-image {
        margin-bottom: 14px;
    }
}
