/*
Theme Name: Pentatonic Child
Template: pentatonic
Description: Customization for Strategic Fit
Requires at least: 5.9
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.2.0
Text Domain: pentatonic-child
*/

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* --- 1
-------------------------------------------------------- */
/* --- Block Base (from 2022 wordpress default)
-------------------------------------------------------- */
/*
 * Text and navigation link styles.
 */

@import url('https://fonts.cdnfonts.com/css/a-area-kilometer-50');

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
/* Replace browser default of black text on yellow background */
mark {
    color: var(--wp--preset--color--body-text) !important;
    background-color: var(--wp--preset--color--background) !important;
    font-weight: 600;
}
/* Remove excessive padding from wordpress block CSS */
#wp--skip-link--target {
    padding: 0;
}
/* Remove browser default underline */
ins {
    text-decoration: none;
}
span.avoid-wrap {
    display: inline-block;
}
/* Prevent very long email from poking through containers */
.woocommerce-customer-details--email {
    word-break: break-all;
}

/* --- 3
-------------------------------------------------------- */
/* --- Theme Style
-------------------------------------------------------- */



/* --- WP Block Form and Input Fields
-------------------------------------------------------- */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    font-family: inherit;
    padding: calc(0.667em + 2px) !important;
    font-size: var(--wp--preset--font-size--normal) !important; }

.woocommerce-page .select2-container .select2-dropdown {
    padding: 0; }
.woocommerce-page .select2-container .select2-dropdown .select2-search__field {
    margin-bottom: 0; }
.select2-container--default .select2-selection--single {
    padding-left: 0.5em !important;
    background-color: var(--wp--preset--color--secondary); }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--wp--preset--color--body-text);
    font-size: var(--wp--preset--font-size--normal); }

/* --- Block Footer style
-------------------------------------------------------- */
/* Disable highlighting current menu item since Shop page's current menu item is missing the .current-menu-item class in the html. We want to provide a consistent experience across pages */
.footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .current-menu-item .wp-block-navigation-item__content {
    color: var(--wp--preset--color--body-text); }
    /* Restore hover/focus highlight for .current-menu-item override by disabling highlighting */
    .footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .current-menu-item .wp-block-navigation-item__content:hover,
    .footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .current-menu-item .wp-block-navigation-item__content:focus {
    color: var(--wp--preset--color--foreground); }

/* Disable highlighting menu item on hover/focus when menu is replaced with toggle button because the first menu item is always on focus when menu is clicked open */
@media screen and (max-width: 75em) {
    .footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .wp-block-navigation-item__content:hover,
    .footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .wp-block-navigation-item__content:focus,
    .footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .current-menu-item .wp-block-navigation-item__content:hover,
    .footer-dark .wp-block-footer.wp-block-site-generator .wp-block-navigation .current-menu-item .wp-block-navigation-item__content:focus {
    color: var(--wp--preset--color--body-text); }}

/* --- 4
-------------------------------------------------------- */
/* --- Block Woo-Commerce
-------------------------------------------------------- */
/* Make round buttons with grey border and transparent background look smoother */
body.woocommerce-shop .wc-block-components-product-button a,
body.woocommerce-page.product .wc-block-components-product-button a,
body.woocommerce-page.product .cfvsw-swatches-option,
body.woocommerce-cart td.actions button,
body.woocommerce-orders td.woocommerce-orders-table__cell-order-actions a.button,
body.woocommerce-orders .woocommerce-pagination a.button,
body.woocommerce-view-order p.order-again a.button,
body.woocommerce-view-order table.my_account_tracking td.order-actions a.button,
body.woocommerce-edit-address button,
body.woocommerce-payment-methods a.button,
body.woocommerce-edit-account button,
body.woocommerce-account button,
body.woocommerce-account input.button[name="save_tax"] {
    box-shadow: 0 0 1px 0px var(--wp--preset--color--body-text) inset, 0 0 1px 0px var(--wp--preset--color--body-text); }
body.woocommerce-shop .wc-block-components-product-button a:hover,
body.woocommerce-shop .wc-block-components-product-button a:focus,
body.woocommerce-page.product .wc-block-components-product-button a:hover,
body.woocommerce-page.product .wc-block-components-product-button a:focus,
body.woocommerce-page.product .cfvsw-selected-swatch,
body.woocommerce-cart td.actions button:hover,
body.woocommerce-cart td.actions button:focus,
body.woocommerce-orders td.woocommerce-orders-table__cell-order-actions a.button:hover,
body.woocommerce-orders td.woocommerce-orders-table__cell-order-actions a.button:focus,
body.woocommerce-orders .woocommerce-pagination a.button:hover,
body.woocommerce-orders .woocommerce-pagination a.button:focus,
body.woocommerce-view-order p.order-again a.button:hover,
body.woocommerce-view-order p.order-again a.button:focus,
body.woocommerce-view-order table.my_account_tracking td.order-actions a.button:hover,
body.woocommerce-view-order table.my_account_tracking td.order-actions a.button:focus,
body.woocommerce-edit-address button:hover,
body.woocommerce-edit-address button:focus,
body.woocommerce-payment-methods a.button:hover,
body.woocommerce-payment-methods a.button:focus,
body.woocommerce-edit-account button:hover,
body.woocommerce-edit-account button:focus,
body.woocommerce-account button:hover,
body.woocommerce-account button:focus,
body.woocommerce-account input.button[name="save_tax"]:hover,
body.woocommerce-account input.button[name="save_tax"]:focus {
    box-shadow: none; }
@media screen and (min-width: 48.8125em) {
    /* Disable hover effect on button on mobile to prevent sticky hover state */
    body.woocommerce-page.product .cfvsw-swatches-option:hover,
    body.woocommerce-page.product .cfvsw-swatches-option:focus {
        box-shadow: none;
    }
}

/* Loading animation should dim instead of brighten on a dark theme */
body.woocommerce-page .blockUI.blockOverlay {
    background: #000000 !important; }
/* Remove the spinner because it doesn't spin on Brave browser for some reason */
body.woocommerce-page .blockUI.blockOverlay::before {
    display: none;
    animation: none;
    background: none; }


/* Cart Page */

/* Hide random line break before "Return To Shop" button */
body.woocommerce-cart .return-to-shop br {
    display: none; }

/* Move footer down when cart is empty */
body.woocommerce-cart .woocommerce {
    min-height: 50vh; }

/* --- Remove item from cart button */
body.woocommerce-cart .product-remove a.remove {
    color: var(--wp--preset--color--text) !important;
    font-weight: 600;
    border: 1px solid var(--wp--preset--color--border-color); }
@media screen and (max-width: 48.8125em) {
    body.woocommerce-cart .product-remove a.remove {
        display: inline-block; }}
body.woocommerce-cart .product-remove a.remove:hover {
    color: #fff !important;
    background: var(--wp--preset--color--text-link); }

body.woocommerce-cart td.product-name dl.variation dt {
    font-weight: 600; }
body.woocommerce-cart td.product-name dl.variation dd {
    font-weight: 400;
    margin-inline-start: 0px; }
body.woocommerce-cart td.product-name dl.variation p {
    margin-top: 0; }
@media screen and (max-width: 48.8125em) {
    body.woocommerce-cart .woocommerce-cart-form input#coupon_code {
        margin-right: 0.8rem; }
    body.woocommerce-cart .coupon button {
        min-width: fit-content; }}
body.woocommerce-cart td.product-name {
    min-width: 240px; }
body.woocommerce-cart td.product-quantity {
}
body.woocommerce-cart td.product-quantity input.qty {
    max-width: 5em;
    width: 4.631em; }
body.woocommerce-cart th.product-thumbnail,
body.woocommerce-cart td.product-thumbnail {
    display: none; }
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: var(--wp-preset--font-size--normal); }

/* Add some padding above footer so it is not too close to the call to action button */
body.woocommerce-cart .footer-dark .wp-block-footer {
    padding-top: 100px; }
@media screen and (max-width: 48.8125em) {
    body.woocommerce-cart .footer-dark .wp-block-footer {
    padding-top: 50px; }}


/* Checkout Page */
body.woocommerce-checkout #customer_details .afreg_extra_fields h3 {
    display: none; }
body.woocommerce-checkout table.woocommerce-checkout-review-order-table {
    width:100%; }
body.woocommerce-checkout table.woocommerce-checkout-review-order-table td {
    font-weight: 400; }
body.woocommerce-checkout #customer_details .woocommerce-shipping-fields br {
    display: none; }
body.woocommerce-checkout td.product-name dl.variation dt {
    font-weight: 600; }
body.woocommerce-checkout td.product-name dl.variation dd {
    font-weight: 400;
    margin-inline-start: 0px; }
body.woocommerce-checkout td.product-name dl.variation p {
    margin-top: 0; }
body.woocommerce-checkout button#place_order {
    font-size: var(--wp-preset--font-size--normal); }
body.woocommerce-checkout .woocommerce-form-coupon-toggle br {
    display: none; }
body.woocommerce-checkout .payment_box p {
    margin: 0; }
#payment .payment_method_woocommerce_payments .testmode-info {
    padding: 1em; }
#add_payment_method #payment div.payment_box,
body.woocommerce-cart #payment div.payment_box,
body.woocommerce-checkout #payment div.payment_box {
    color: var(--wp--preset--color--body-text);
    border-radius: 5px; }
@media screen and (max-width: 48.8125em) {
    #add_payment_method #payment div.payment_box,
    body.woocommerce-cart #payment div.payment_box,
    body.woocommerce-checkout #payment div.payment_box {
        padding: 0.25em; }}
#add_payment_method #payment div.payment_box,
body.woocommerce-cart #payment div.payment_box,
body.woocommerce-checkout #payment div.payment_box {
    background-color: var(--wp--preset--color--quaternary); }
#add_payment_method #payment div.payment_box::before,
body.woocommerce-cart #payment div.payment_box::before,
body.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: var(--wp--preset--color--quaternary); }
#payment .payment_methods li .payment_box.payment_method_woocommerce_payments fieldset {
    border-style: hidden; }
body.woocommerce-checkout #payment div.payment_box p.woocommerce-SavedPaymentMethods-saveNew {
    padding: 7px; }
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
body.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
body.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    padding: 1em;
    padding-bottom: 0; }
body.woocommerce-checkout small.ship-method-notes {
    color: var(--wp--preset--color--text-link);
    margin-top: 0;
    padding-left: 27px; }
@media screen and (max-width: 48.8125em) {
    body.woocommerce-checkout small.ship-method-notes {
        padding-left: 0; }}

/* Add some padding above footer so it is not too close to the call to action button */
body.woocommerce-checkout .footer-dark .wp-block-footer {
    padding-top: 100px; }
@media screen and (max-width: 48.8125em) {
    body.woocommerce-checkout .footer-dark .wp-block-footer {
    padding-top: 50px; }}

body.woocommerce-checkout #shipping_method li label {
    font-size: var(--wp-preset--font-size--medium);
    cursor: pointer; }
body.woocommerce-checkout #shipping_method li input {
    margin-top: 8px;
    margin-right: 1em;
    vertical-align: top; }
/* Tidy up the Checkout login form so that it is consistent with My Account login form */
body.woocommerce-checkout form.woocommerce-form-login .form-row:has(.woocommerce-form-login__rememberme) {
    display: flex;
    align-items: center;
}
body.woocommerce-checkout form.woocommerce-form-login .form-row .woocommerce-form-login__submit {
    order: 1;
}
body.woocommerce-checkout form.woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
    order: 2;
    margin-bottom: 0;
}
body.woocommerce-checkout form.woocommerce-form-login .lost_password {
    margin-left: 2px;
}


/* Order Received Page */
body.woocommerce-order-received .woocommerce-notice--success,
body.woocommerce-order-received .woocommerce-notice--error {
    font-size: var(--wp--preset--font-size--large);
    font-weight: 300;
    margin-bottom: 3.5rem; }
body.woocommerce-order-received #create-account {
    display: block;
    margin: 0 auto;
    width: fit-content; }
body.woocommerce-order-received main.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--wide-size);
    margin-left: auto !important;
    margin-right: auto !important; }
body.woocommerce-order-received ul.woocommerce-order-overview {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 1rem; }
body.woocommerce-order-received ul.woocommerce-order-overview li {
    list-style: none;
    margin-bottom: 2.5rem;
    font-size: var(--wp--preset--font-size--normal);
    font-weight: 700; }
body.woocommerce-order-received ul.woocommerce-order-overview li strong {
    font-size: var(--wp--preset--font-size--normal);
    font-weight: 400;
    line-height: 1; }
body.woocommerce-order-received ul.woocommerce-order-overview li strong::before {
    content: "\A";
    white-space: pre; }
@media screen and (max-width: 48.8125em) {
    body.woocommerce-order-received ul.woocommerce-order-overview {
        flex-direction: column; }
    body.woocommerce-order-received ul.woocommerce-order-overview li {
        height: 100%;
        width: 100%; }}


/* Order Details Table that appears on both Order Received Page and My Account > Orders > View Order Page */
body.woocommerce-view-order .woocommerce-order-details h2,
body.woocommerce-order-received .woocommerce-order-details h2 {
    margin-bottom: 1rem; }
body.woocommerce-view-order .woocommerce-order-details h2 {
    font-size: var(--wp--custom--typography--font-size--heading-three); /* Smaller fonts on View Order Page looks better */
    line-height: var(--wp--custom--typography--line-height--heading-three); }
body.woocommerce-view-order table.order_details,
body.woocommerce-order-received table.order_details {
    width: 100%;
    text-align: left;
    border: 1px solid var(--wp--preset--color--border-color); }
body.woocommerce-view-order table.order_details th,
body.woocommerce-order-received table.order_details th {
    color: var(--wp--preset--color--foreground); }
body.woocommerce-view-order table.order_details td,
body.woocommerce-order-received table.order_details td {
    font-weight: 400;
    border: 1px solid var(--wp--preset--color--border-color); }
body.woocommerce-view-order table.order_details strong,
body.woocommerce-order-received table.order_details strong {
    font-weight: 600; }
body.woocommerce-view-order table.order_details a,
body.woocommerce-order-received table.order_details a {
    text-decoration: none; }
body.woocommerce-view-order table.order_details ul.wc-item-meta,
body.woocommerce-order-received table.order_details ul.wc-item-meta {
    padding-left: 0; }
body.woocommerce-view-order table.order_details ul.wc-item-meta .wc-item-meta-label,
body.woocommerce-order-received table.order_details ul.wc-item-meta .wc-item-meta-label {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside; }
body.woocommerce-view-order table.order_details ul.wc-item-meta li,
body.woocommerce-order-received table.order_details ul.wc-item-meta li {
    list-style: none; }
body.woocommerce-view-order table.order_details ul.wc-item-meta p,
body.woocommerce-order-received table.order_details ul.wc-item-meta p {
    margin-top: 0;
    margin-bottom: 16px; }


/* Pay for Order page */
body.woocommerce-order-pay table.shop_table {
    width: 100%; }
body.woocommerce-order-pay table.shop_table th {
    color: var(--wp--preset--color--foreground); }
body.woocommerce-order-pay table.shop_table td {
    font-weight: 400; }
body.woocommerce-order-pay table.shop_table ul.wc-item-meta {
    padding-left: 0; }
body.woocommerce-order-pay table.shop_table ul.wc-item-meta strong {
    font-weight: 600; }


/* Addresses section that appears on both Order Received Page and My Account > Orders > View Order Page */
body.woocommerce-view-order .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce-customer-details {
    border: solid var(--wp--preset--color--border-color);
    border-width: 1px; }
body.woocommerce-view-order .woocommerce-customer-details .woocommerce-column,
body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
    border: solid var(--wp--preset--color--border-color);
    border-width: 0 0 1px; }
body.woocommerce-view-order .woocommerce-customer-details .woocommerce-column:last-child,
body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column:last-child {
    border-bottom-width: 0; }
body.woocommerce-view-order section.addresses .col-1,
body.woocommerce-view-order section.addresses .col-2,
body.woocommerce-order-received section.addresses .col-1,
body.woocommerce-order-received section.addresses .col-2 {
    float: none;
    width: 100%; }
body.woocommerce-view-order .woocommerce-customer-details h2,
body.woocommerce-order-received .woocommerce-customer-details h2 {
    border: solid var(--wp--preset--color--border-color);
    border-width: 0 0 1px;
    font-size: var(--wp--preset--font-size--normal);
    font-weight: 700;
    padding: 1rem; }
body.woocommerce-view-order section.addresses address,
body.woocommerce-order-received section.addresses address {
    width: 100%;
    font-style: normal;
    padding: 1rem; }


/* Login / Register Page (My Account Page without logged in) */
body.woocommerce-account form.woocommerce-form-login .form-row:has(.woocommerce-form-login__rememberme) {
    display: flex;
    align-items: center;
    margin-top: 1em;
}
body.woocommerce-account form.woocommerce-form-login .form-row .woocommerce-form-login__submit {
    order: 1;
}
body.woocommerce-account form.woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
    order: 2;
    margin-bottom: 0;
}
body.woocommerce-account form.woocommerce-form-login .woocommerce-LostPassword,
body.woocommerce-account form.woocommerce-form-register .sf-wholesale-agreement-link {
    margin-left: 2px;
}
/* Fix afreg default field input boxes being wider than custom fields */
body.woocommerce-account form.woocommerce-form-register .afreg_extra_fields .afreg_full_field {
    width: auto !important;
    float: none;
}
/* /my-account/?approved=<pending or disapproved> notice */
body.woocommerce-account .enu_warning,
body.woocommerce-account .enu_error {
    background-color: var(--wp--preset--color--text-link);
    width: inherit; }
body.woocommerce-account input[type="file"].input-text {
    font-size: var(--wp--preset--font-size--normal);
    font-family: var(--wp--preset--font-family--poppins);
    padding: 0; }
body.woocommerce-account form.woocommerce-form select {
    padding: calc(0.667em + 2px);
    font-family: inherit, Arial, Helvetica, sans-serif;
    font-size: var(--wp--preset--font-size--normal);
    background-color: var(--wp--preset--color--secondary);
    border-color: var(--wp--preset--color--border-color);
    color: var(--wp--preset--color--body-text);
    border-radius: 0;
    border: 0; }
body.woocommerce-account input[type="file"].input-text {
    font-size: var(--wp--preset--font-size--medium);
    font-family: var(--wp--preset--font-family--poppins);
    padding-left: 0;
    cursor: pointer; }
body.woocommerce-account .afreg_radios {
    cursor: pointer;
    margin-right: 0; /* Remove the margin added by afreg_front.css */
    font-size: var(--wp--preset--font-size--upper-heading); }
body.woocommerce-account .afreg_radios:hover,
body.woocommerce-account .afreg_radios:focus {
    color: var(--wp--preset--color--foreground); }
/* This will allow the next checkbox to drop below the label */
body.woocommerce-account .input-checkbox + .afreg_radios::after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 5px; }
body.woocommerce-account .afreg_radios + br {
    display: none; }
body.woocommerce-account .input-checkbox {
    margin-left: 2px !important;
    cursor: pointer;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
body.woocommerce-account .afreg_extra_fields h3 {
    display: none; }
body.woocommerce-account .consent-checkbox label,
body.woocommerce-checkout .consent-checkbox label {
    display: none; }
body.woocommerce-account .consent-checkbox .afreg_field_message,
body.woocommerce-checkout .consent-checkbox .afreg_field_message {
    font-size: var(--wp--preset--font-size--normal); }


/* My Account Page */

body.woocommerce-account main .woocommerce {
    max-width: var(--wp--style--global--wide-size); }
body.woocommerce-account .woocommerce {
    min-height: 50vh; }
body.woocommerce-account #sf-myaccount-toggle {
    display: flex;
    cursor: pointer;
    align-items: center; }
body.woocommerce-account #sf-myaccount-toggle .arrow {
    display: inline-block;
    margin-left: 10px;
    padding: 5px;
    background: transparent;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    transform: rotate(0deg); }
@media screen and (max-width: 768px) {
    body.woocommerce-account #sf-myaccount-toggle .arrow {
        margin-left: auto;
        margin-right: -2px;
    }
}
body.woocommerce-account #sf-myaccount-toggle:hover .arrow,
body.woocommerce-account #sf-myaccount-toggle:focus .arrow {
    background-color: var(--wp--preset--color--secondary); }
body.woocommerce-account #sf-myaccount-toggle.expanded .arrow {
    transform: rotate(180deg); }
@media screen and (max-width: 768px) {
    body.woocommerce-account .woocommerce-MyAccount-navigation {
        border-bottom: 1px solid var(--wp--preset--color--secondary);
    }
}
body.woocommerce-account .woocommerce-MyAccount-navigation > ul {
    margin-bottom: 1rem; }
body.woocommerce-account .woocommerce-MyAccount-navigation > ul > li {
    color: var(--wp--preset--color--foreground);
    font-size: var(--wp--preset--font-size--content-heading);
    font-weight: var(--wp--custom--typography--font-weight--normal);
    line-height: var(--wp--custom--typography--line-height--paragraph); }
body.woocommerce-account .woocommerce-MyAccount-navigation li > ul > li {
    color: var(--wp--preset--color--body-text);
    font-size: var(--wp--preset--font-size--normal);
    line-height: var(--wp--custom--typography--line-height--paragraph); }
body.woocommerce-account .woocommerce-MyAccount-navigation #sf-myaccount-menu {
    margin-top: 1.25rem;
    margin-bottom: 0;
    padding-left: 1rem;
    display: none; }
body.woocommerce-account .woocommerce-MyAccount-navigation li {
    padding: .65rem 0; }
body.woocommerce-account .woocommerce-MyAccount-navigation li > ul > li a {
    text-decoration: none;
    color: var(--wp--preset--color--body-text); }
body.woocommerce-account .woocommerce-MyAccount-navigation > ul > li a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation > ul > li a:focus {
    text-decoration: none;
    color: var(--wp--preset--color--foreground); }
body.woocommerce-account .woocommerce-MyAccount-navigation li > ul > li a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation li > ul > li a:focus {
    text-decoration: none;
    color: var(--wp--preset--color--text-link); }
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    text-decoration: none;
    color: var(--wp--preset--color--foreground); }
body.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 0;
    min-height: 600px; }
@media screen and (max-width: 768px) {
    body.woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 3rem;
    }
}
body.woocommerce-account form.edit-account h3 {
    font-size: var(--wp--custom--typography--font-size--heading-five);
    font-weight: 600;
    margin: 1rem 0 1rem; }
body.woocommerce-account .afreg_extra_fields .form-row label {
    font-size: var(--wp--preset--font-size--normal); }
body.woocommerce-account .afreg_extra_fields .form-row b {
    font-weight: 400; }
body.woocommerce-account fieldset {
    border: 1px solid var(--wp--preset--color--border-color); }
body.woocommerce-account div.addresses .col-1,
body.woocommerce-account div.addresses .col-2 {
    float: none;
    width: 100%;
    padding-bottom: 1rem; }
body.woocommerce-account div.addresses h3 {
    font-size: var(--wp--preset--font-size--normal);
    font-weight: 700; }
body.woocommerce-account div.addresses address {
    font-style: normal;
    padding: 1rem; }
/* Hide Quotes menu item */
body.woocommerce-account li.woocommerce-MyAccount-navigation-link--request-quote {
    display: none; }

/* My Account > Orders Page */
body.woocommerce-orders table.woocommerce-orders-table td.woocommerce-orders-table__cell {
    padding: clamp(0.6rem, 1vw, 1rem); }
body.woocommerce-orders .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:first-child {
    margin-top: 0; }
body.woocommerce-orders .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    max-width: 100px;
    margin: 20px 0 0 auto; }
body.woocommerce-orders .woocommerce-orders-table th {
    color: var(--wp--preset--color--foreground); }
body.woocommerce-orders .woocommerce-pagination {
    display: flex;
    justify-content: space-between; }


/* My Account > Orders > View Order Page */
@media screen and (max-width: 48.8125em) {
    body.woocommerce-view-order td.order-actions::before {
        display: none; }
    body.woocommerce-view-order td.order-actions a {
        display: block; }
    body.woocommerce-view-order p.order-again a {
        display: block; }}


/* My Account > Payment Methods Page */
body.woocommerce-payment-methods table.woocommerce-MyAccount-paymentMethods th {
    color: var(--wp--preset--color--foreground); }
body.woocommerce-payment-methods .woocommerce-PaymentMethod--actions a {
    white-space: nowrap;
    display: block; /* Stack the <a> elements vertically */
    margin: 0 auto; }
body.woocommerce-payment-methods .woocommerce-PaymentMethod--actions a:first-child {
    margin-top: 2em; }
@media screen and (max-width: 48.8125em) {
    body.woocommerce-payment-methods .woocommerce-PaymentMethod--actions a:first-child {
        margin-top: 3em; }
}


/* My Account > Account Details Page */
body.woocommerce-edit-account form.woocommerce-EditAccountForm {
    margin-top: -6px; }
body.woocommerce-edit-account #account_display_name + span {
    display: none; }
body.woocommerce-edit-account div.afreg_extra_fields {
    display: none; }
body.woocommerce-edit-account div.afreg_extra_fields > fieldset {
    font-size: var(--wp--preset--font-size--medium);
    border: none;
    margin-top: 0.25rem;
    margin-left: 0;
    padding: 0; }
body.woocommerce-edit-account div.afreg_extra_fields > fieldset p {
    margin-bottom: 0; }
body.woocommerce-edit-account div.afreg_extra_fields > fieldset label {
    margin-top: 1rem;
    margin-bottom: 0; }
body.woocommerce-edit-account div.afreg_extra_fields + .form-row-first {
    margin-top: 1rem;
    width: 100%; }
body.woocommerce-edit-account #wcpay_selected_currency {
    appearance: none;
    width: calc(100% - 5px);
    height: 3.5rem;
    padding: .9rem 1.1rem;
    font-size: var(--wp--preset--font-size--normal);
    font-family: var(--wp--preset--font-family--poppins);
    color: var(--wp--preset--color--foreground);
    background-color: var(--wp--preset--color--secondary);
    border: 1px solid var(--wp--preset--color--border-color);
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none; }
body.woocommerce-edit-account #wcpay_selected_currency option {
    font-family: var(--wp--preset--font-family--poppins);
    font-size: var(--wp--preset--font-size--normal);
    color: var(--wp--preset--color--foreground); }
body.woocommerce-edit-account div.afreg_extra_fields + .form-row-first {
    /* Set up the ancestor for the dropdown arrow to use position: aboslute below */
    position: relative; }
body.woocommerce-edit-account #wcpay_selected_currency + span {
    /* Add dropdown arrow*/
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 29px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    bottom: 28px;
    width: 0; }
body.woocommerce-edit-account #wcpay_selected_currency + span > em {
    /* Hide the text */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    user-select: none;
    -webkit-user-select: none; }
body.woocommerce-edit-account p[id^="afreg_additionalshowhide_"] a[href*="/uploads/"] img {
    filter: invert(60%);
    width: 80px; }
body.woocommerce-edit-account input[type="file"].input-text {
    font-size: var(--wp--preset--font-size--medium);
    font-family: var(--wp--preset--font-family--poppins);
    padding-left: 0; }



/* My Account > Tax Exemption Page */
body.woocommerce-account #aftax_status_field label {
    width: 100%; }

body.woocommerce-account #aftax_fileupload_field,
body.woocommerce-account #aftax_fileupload_field ~ small {
    font-size: var(--wp--preset--font-size--medium); }
body.woocommerce-account #aftax_status_field {
    margin-top: -26px; }


/* Single Product Page */
@media screen and (max-width: 1023px) {
    /* Override WP default media query for earlier wrapping */
    body.woocommerce-page.product .wp-block-columns {
        flex-wrap: wrap !important;
    }
    body.woocommerce-page.product .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }
    body.woocommerce-page.product .wp-block-woocommerce-product-image-gallery {
        margin: 0 auto;
    }
}

body.woocommerce-page.product .wc-block-components-product-image,
body.woocommerce-page.product div.images.woocommerce-product-gallery {
    margin-bottom: 0;}
body.woocommerce-page.product div.images.woocommerce-product-gallery .flex-viewport {
    min-height: 374px; /* Prevent viewport from shortening for a moment when video is loading on Safari on iPhones */
}
body.woocommerce-page.product div.images.woocommerce-product-gallery .flex-control-nav {
    margin-top: 10px; } /* Prevent thumbnail image content from touching the gallery animation */
body.woocommerce-page.product .wc-block-components-product-image video,
body.woocommerce-page.product div.images.woocommerce-product-gallery video {
    display: block; /* remove extra space under video caused by default being inline */
    object-fit: contain;
    width: 100%;
    height: auto;
    max-width: 512px;
    max-height: 512px;
    margin: 0 auto; }
body.woocommerce-page.product .cfvsw-swatches-option {
    color: var(--wp--preset--color--body-text);
    background: transparent;
    border: 1px solid var(--wp--preset--color--body-text);
    border-radius: 28px !important;
    cursor: pointer;
    font-size: var(--wp--preset--font-size--small);
    font-weight: var(--wp--custom--typography--font-weight--bold);
    line-height: var(--wp--custom--typography--line-height--paragraph);
    padding: 12px 21px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center; }
@media screen and (min-width: 48.8125em) {
    /* Disable hover effect on button on mobile to prevent sticky hover state */
    body.woocommerce-page.product .cfvsw-swatches-option:hover,
    body.woocommerce-page.product .cfvsw-swatches-option:focus {
        color: var(--wp--preset--color--color-light);
        background: var(--wp--preset--color--secondary);
        border-color: transparent !important;
    }
}
body.woocommerce-page.product .cfvsw-selected-swatch {
    color: var(--wp--preset--color--color-light);
    background: var(--wp--preset--color--secondary);
    border-color: transparent !important; }
body.woocommerce-page.product .cfvsw-selected-label {
    font-weight: 400; }
body.woocommerce-page.product table.variations label {
    cursor: pointer; }
body.woocommerce-page.product table.variations tr:last-of-type {
    margin-bottom: 0.5em; }
body.woocommerce-page.product table.variations tr:last-of-type td.value {
    display: flex;
    flex-direction: column; }
body.woocommerce-page.product table.variations a.reset_variations {
    width: fit-content;
    margin-top: 2rem;
    font-weight: var(--wp--custom--typography--font-weight--bold);
    line-height: 1; }
body.woocommerce-page.product table.variations a.reset_variations:before {
    content: '× ';
    font-weight: 600;
    font-size: 1.5em;
    vertical-align: middle; }
body.woocommerce-page.product table.variations a.reset_variations:after {
    content: ' Selection'; }
body.woocommerce-page.product div.product input.qty {
    max-width: 5em;
    width: 4.631em; }
/* Single Product Page > Product Variation */
body.woocommerce-page.product .single_variation_wrap .woocommerce-variation-add-to-cart {
    margin-bottom: 1.25em; }
body.woocommerce-page.product .single_variation_wrap .woocommerce-variation-availability {
    margin-bottom: 2em; }
body.woocommerce-page.product .woocommerce-variation-description p {
    margin-top: 0; }
body.woocommerce-page.product .woocommerce-variation-description h5 {
    font-size: var(--wp--custom--typography--font-size--heading-five);
    line-height: var(--wp--custom--typography--line-height--heading-five);
}
body.woocommerce-page.product .woocommerce-variation-description ul {
    margin-top: 0;
    padding-inline-start: 1.1em;
    margin-inline-start: 0; }
body.woocommerce-page.product .woocommerce-variation-description table {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    width: 100%;
    border-collapse: collapse;
    border: none;
    margin-bottom: 1em; }
body.woocommerce-page.product .woocommerce-variation-description td:first-child {
    white-space: nowrap;
    width: 100px; }
body.woocommerce-page.product .woocommerce-variation-description td {
    padding: 0.25rem 0.75rem;
    text-align: left;
    vertical-align: top;
    border: none; }

/* Single Product Page > Related Products */
body.woocommerce-page.product .wp-block-woocommerce-related-products {
    margin-block-start: 5em; }
body.woocommerce-page.product .wp-block-woocommerce-related-products h3.wp-block-post-title {
    font-size: clamp(12px,1.8vw,24px);
    margin-top: 0;
    margin-bottom: 20px; }
@media screen and (max-width: 37.5em) {
    body.woocommerce-page.product .wp-block-woocommerce-related-products h3.wp-block-post-title {
        font-size: clamp(22px, 6vw, 28px); }
}
body.woocommerce-page.product .wp-block-woocommerce-related-products h2.wp-block-heading {
    font-size: var(--wp--custom--typography--font-size--post-title);
    font-weight: var(--wp--custom--typography--font-weight--semi-bold);
    line-height: var(--wp--custom--typography--line-height--post-title); }
body.woocommerce-page.product .wp-block-woocommerce-related-products ul.products-block-post-template {
    row-gap: 0; }
body.woocommerce-page.product .wp-block-woocommerce-related-products ul.products-block-post-template > li {
    margin-bottom: 0; }
@media screen and (max-width: 75em) {
    body.woocommerce-page.product .wp-block-woocommerce-related-products .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
        padding: 9px clamp(0px, 1.0vw, 21px);
        font-size: clamp(12px, 1.5vw, 15px);
        width: clamp(110px, 17.5vw, 150px); }
}
@media screen and (max-width: 37.5em) {
    body.woocommerce-page.product .wp-block-woocommerce-related-products .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
        padding: 9px 21px;
        font-size: 15px;
        width: 150px; }
}
/* Woocommerce Notices Banner */
.woocommerce-error a.button:hover,
.woocommerce-error a.button:focus,
.woocommerce-info a.button:hover,
.woocommerce-info a.button:focus,
.woocommerce-message a.button:hover,
.woocommerce-message a.button:focus {
    background: var(--wp--preset--color--text-link); /* Prevent turning into the same color as the banner */
}


/* Shop Page */
body.woocommerce-shop .wc-block-components-product-image {
    margin-bottom: 0;}
body.woocommerce-shop .wc-block-components-product-image video {
    display: block; /* remove extra space under video caused by default being inline */
    object-fit: contain;
    width: 100%;
    height: auto;
    max-width: 512px;
    max-height: 512px;
    margin: 0 auto; }
body.woocommerce-shop h1.wp-block-query-title {
    margin-bottom: 5px; }
body.woocommerce-shop h1.wp-block-query-title + .wp-block-query {
    margin-block-start: 0; }
body.woocommerce-shop ul.wp-block-post-template > li {
    margin-bottom: 10px; }
body.woocommerce-shop h3.wp-block-post-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: clamp(28px, 2.0vw, 36px); }
body.woocommerce-shop .wp-container-1.wp-container-1 {
    row-gap: 0; }
@media screen and (max-width: 75em) {
    body.woocommerce-shop .product h3 {
        font-size: clamp(16px, 2.5vw, 28px); }
}
@media screen and (max-width: 37.5em) {
    body.woocommerce-shop .product h3 {
        font-size: clamp(28px, 7.0vw, 36px); }
}
@media screen and (max-width: 75em) {
    body.woocommerce-shop .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
        padding: 9px clamp(0px, 1.0vw, 21px);
        font-size: clamp(12px, 1.5vw, 15px);
        width: clamp(130px, 17.5vw, 150px); }
}
@media screen and (max-width: 37.5em) {
    body.woocommerce-shop .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
        padding: 9px 21px;
        font-size: 15px;
        width: 150px; }
}


/* --- Block Color
-------------------------------------------------------- */
/* --- 6
-------------------------------------------------------- */
/* Foreground color */

/* Disable highlighting current menu item since Shop page's current menu item is missing the .current-menu-item class in the html. We want to provide a consistent experience across pages */
.wp-block-navigation .current-menu-item > .wp-block-navigation-item__content,
.wp-block-navigation .current-menu-item > .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: var(--wp--preset--color--body-text); }
    /* Restore hover/focus highlight for .current-menu-item override by disabling highlighting */
    .wp-block-navigation .current-menu-item > .wp-block-navigation-item__content:hover,
    .wp-block-navigation .current-menu-item > .wp-block-navigation-item__content:focus,
    .wp-block-navigation .current-menu-item > .wp-block-navigation-item__content.wp-block-navigation-item__content:hover,
    .wp-block-navigation .current-menu-item > .wp-block-navigation-item__content.wp-block-navigation-item__content:focus {
    color: var(--wp--preset--color--foreground); }

/* Disable highlighting menu item on hover/focus when menu is replaced with toggle button because the first menu item is always on focus when menu is clicked open */
@media screen and (max-width: 75em) {
    .wp-block-navigation .wp-block-navigation-item__content:hover,
    .wp-block-navigation .wp-block-navigation-item__content:focus,
    .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover,
    .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:focus,
    .wp-block-navigation .current-menu-item > .wp-block-navigation-item__content:hover,
    .wp-block-navigation .current-menu-item > .wp-block-navigation-item__content:focus,
    .wp-block-navigation .current-menu-item > .wp-block-navigation-item__content.wp-block-navigation-item__content:hover,
    .wp-block-navigation .current-menu-item > .wp-block-navigation-item__content.wp-block-navigation-item__content:focus {
        color: var(--wp--preset--color--body-text); }}

/* --- 7
-------------------------------------------------------- */
/* --- SF Custom Styles
-------------------------------------------------------- */
:root {
    --sf-hamburger-menu-padding: 20px;
}

/* Override Wordpress Inline CSS of margin-top: 5px to make headings easier to parse, especially on pages with lots of nested sections */
/* Restore to some sensible default browser values: https://www.w3schools.com/cssref/css_default_values.php */
.sf-static h1 {
    margin-top: 0.67em;
}
.sf-static h2 {
    margin-top: 0.83em;
}
.sf-static h3 {
    margin-top: 1em;
}
.sf-static h4 {
    margin-top: 1.33em;
}
.sf-static h5 {
    margin-top: 1.67em;
}
.sf-static h6 {
    margin-top: 2.33em;
}

#sf-shopnav-container {
    position: relative; /* This ensures that the absolute positioning of the hamburger menu is relative to this container */
}

html.sf-has-shopnav-open {
    overflow: hidden; /* Disable scrolling for whole page when modal of shop navigation is open */
}

#sf-hamburger-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: none; /* Start with the hamburger menu hidden */
    cursor: pointer;
    padding: var(--sf-hamburger-menu-padding); /* Provides space around the hamburger for easier tapping */
    margin-right: calc(-1 * var(--sf-hamburger-menu-padding)); /* Offset padding to align with right edge of page content */
}

/* Styling for the hamburger icon bars */
#sf-hamburger-menu div {
    width: 30px;
    height: 3px;
    background-color: var(--wp--preset--color--foreground);
    margin: 6px 0; /* Spacing between the hamburger bars */
    transition: 0.4s; /* Smooth transition for the animation */
}

#sf-shopnav {
    display: grid;
    grid-template-columns: 1fr 1fr repeat(4, auto);
    grid-column-gap: clamp(15px, 2.0vw, 30px);
    justify-items: right;
    list-style-type: none;
    font-family: var(--wp--preset--font-family--poppins);
    text-transform: uppercase;
    font-size: clamp(17px, 1.6vw, 26px);
    font-weight: 700;
    line-height: 0;
    padding-left: 0;
    padding-top: clamp(0px, 2vw, 20px);
    padding-bottom: clamp(23px, 2vw, 38px);
    align-items: center;
}

#sf-shopnav .sf-logo-link-image,
#sf-shopnav .sf-logo-link-text {
    display: flex;
}

#sf-shopnav li:first-child {
    margin-right: auto;
}

#sf-shopnav li:first-child a {
    display: inline-block;
    width: clamp(240px, 28vw, 512px);
    margin: 0;
    text-indent: 100%; /* Hide text off page */
    white-space: nowrap; /* Hide text off page */
    overflow: hidden; /* Hide text off page */
    font-size: 0; /* Hide text off page - just in case it is somehow still on page */
}

#sf-shopnav li a {
    color: var(--wp--preset--color--foreground);
}

#sf-shopnav li a:hover,
#sf-shopnav li a:focus {
    color: var(--wp--preset--color--text-link);
}

footer {
    padding-bottom: clamp(10px, 5vh, 28px);
}

#sf-footnav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    font-family: var(--wp--preset--font-family--poppins);
    text-transform: capitalize;
    font-size: var(--wp--preset--font-size--normal);
    font-weight: 400;
    line-height: 2.0vw;
    padding-left: 0;
    margin-top: clamp(100px, 8.0vw, 150px);
}

#sf-footnav li {
    padding: 0 clamp(14px, 2vw, 18px) 0;
}

#sf-logo #sf-word-mark-with-reg,
#sf-logo #sf-slogan {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s ease-in, visibility 0s ease-in 0s;
}

#sf-footnav li a {
    color: var(--wp--preset--color--foreground);
}

#sf-footnav li a:hover,
#sf-footnav li a:focus {
    color: var(--wp--preset--color--text-link);
}

#sf-copyright {
    text-align: center;
    margin: 0 auto;
    font-size: clamp(12px, 1.6vw, 16px);
    width: 100%;
    color: var(--wp--preset--color--body-text);
}

.sf-btn {
    border: 0.1vw solid var(--wp--preset--color--foreground);
    font-size: var(--wp--custom--typography--font-size--heading-two);
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: clamp(4px, 0.3vw, 10px) clamp(12px, 1.0vw, 24px);
    margin: clamp(0.83em, 1vw, 2em) 0 0.5vw 0;
}

.sf-btn.sf-align-center {
    display: block;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.sf-related-links p {
    margin-bottom: 0;
}

.sf-related-links ol {
    list-style: decimal outside;
    margin-top: 0;
    padding-left: 2em;
}

.sf-page-content {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.sf-policy-container {
    margin-top: clamp(28px, 2vw, 36px);
}

.sf-row {
    display: flex;
    text-align: left;
}

.sf-col {
    flex: 3;
}

.sf-col h5, .sf-col p {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: clamp(28px, 2vw, 36px);
}

.sf-col:first-child {
    flex: 1;
    border-right: 1px solid var(--wp--preset--color--foreground);
    margin-right: clamp(28px, 2vw, 36px);
    padding-right: clamp(28px, 2vw, 36px);
}

.sf-textwrap {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 auto;
}

.sf-bgtext {
    grid-row-start: 1;
    grid-column-start: 1;
    font-family: 'a Area Kilometer 50', sans-serif;
    font-size: clamp(74px, 19vw, 300px);
    font-weight: 400;
    line-height: clamp(58px, 15vw, 240px);
    letter-spacing: clamp(-4px, -1.5vw, -30px);
    text-transform: uppercase;
    color: #1c1c1c;
    display: block;
    user-select: none;
    -webkit-user-select:none;
}

.sf-overtext {
    grid-row-start: 1;
    grid-column-start: 1;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    position: relative;
}

.sf-overtext p {
    color: var(--wp--preset--color--foreground);
    margin-top: clamp(28px, 2vw, 36px);
    margin-right: auto;
    margin-bottom: clamp(28px, 2vw, 36px);
    margin-left: auto;
    width: 80%;
    padding: 0 10%;
    font-size: clamp(20px, 1.9vw, 36px);
}

/* When there is only a single signature, it looks better when it is flush with the overtext paragraph */
.sf-signature-container.sf-single-signature {
    width: 80%;
    margin: 0 auto;
    padding: 0 10%;
}

/* When there is only a single signature, there is space to show a bigger signature */
.sf-signature-container.sf-single-signature .sf-signature {
    width: clamp(230px, 40%, 450px);
}

.sf-signature {
    position: relative;
    width: 30%;
    float: left;
    margin-right: 3%;
}

/* Visually hide signature caption - still accessible to screen readers */
.sf-signature figcaption {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    user-select: none;
    -webkit-user-select:none;
}


/* --- 8
-------------------------------------------------------- */
/* --- SF Mobile Styles
-------------------------------------------------------- */

@media screen and (max-width: 48.8125em) {
    /* Prevent horizontal scroll on mobile */
    html, body {
        overflow-x: hidden;
    }

    #sf-hamburger-menu {
        display: inline-block; /* Show the hamburger menu icon on mobile */
        z-index: 200;
    }

    #sf-shopnav-container.active {
        z-index: 200; /* Prevent the open menu from being hidden behind page content */
    }

    #sf-shopnav {
        width: 100%;
        height: 100%;
        background: var(--wp--preset--color--background);
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    #sf-shopnav.active {
        position: fixed;
        top: 0;
        left: 0;
        padding-left: var(--wp--custom--spacing--outer); /* Match the amount of spacing applied by container .wp-site-blocks after position is fixed */
    }

    #sf-shopnav li:first-child a {
        width: clamp(300px, 50vw, 600px);
        transition: 0.4s;
    }

    #sf-shopnav li {
        width: 100vw;
    }

    #sf-shopnav li:not(:first-child) {
        display: none; /* Initially hide menu items except for the first (logo) */
    }

    /* When the menu is active, show the hidden items */
    #sf-shopnav.active li:not(:first-child) {
        display: block; /* Show the menu items */
        padding-top: clamp(50px, 15.0vw, 80px);
        font-size: clamp(20px, 6.0vw, 36px);
    }

    .sf-policy-container {
        margin-top: 0;
    }

    .sf-row {
        flex-direction: column;
    }

    .sf-col h5 {
        margin-top: 1.67em;
        margin-bottom: 0;
    }

    .sf-col p {
        margin-top: 18px;
        margin-bottom: 0;
    }

    .sf-col:first-child {
        border: none;
        margin-right: 0;
        padding-right: 0;
    }

    .sf-overtext p {
        font-size: var(--wp--preset--font-size--normal);
    }
}


@media screen and (max-width: 25.875em) {
    /* Only show SF image mark when hamburger menu icon is about to collide with the full logo */
    #sf-logo #sf-word-mark-with-reg,
    #sf-logo #sf-slogan {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.4s ease-in, visibility 0s ease-in 0.4s;
    }

    .sf-overtext p,
    .sf-signature-container.sf-single-signature {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: clamp(20px, 2vw, 30px);
        margin-left: 0;
        padding: 0;
    }

}

/* Adjustments for the animation of the hamburger icon */
#sf-hamburger-menu.change {
    margin-top: -7px; /* Offset to ensure icon doesn't shift down when changing */
}

.change .bar1 {
    transform: rotate(-45deg) translate(-6px, 6px);
    width: 32px;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: rotate(45deg) translate(-6px, -7px);
    width: 32px;
}

