/*!
Theme Name: TG child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alpha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


body {
    overflow-x: hidden;
    line-height: 1.5;
    color: #000;
}

ul {
    padding: 0;
    margin: 0;
}

.section {
    padding: 50px 0;
}

a {
    text-decoration: none !important;
    transition: 0.5s ease !important;
}

a,
input,
button {
    outline: 0 !important;
}

.post,
.page {
    margin: 0;
}

body,
p {
    font-weight: 400;
    color: #000;
    font-family: 'Proxima Nova Rg';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: 'Proxima Nova Lt';
}

.home .entry-title {
    display: none;
}

ul li,
li {
    list-style: none;
}

.skip-link.screen-reader-text {
    display: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
    opacity: 1;
}

#sidebar {
    display: none;
}

.entry-footer {
    clear: both;
}

#colophon {
    clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
    text-align: center;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    left: auto;
    margin-left: auto;
    position: relative;
    /*background-image: url(/wp-content/uploads/2020/10/404.jpg);*/
    background-size: cover;
    padding: 50px 0;
}

.not_found_inner {
    max-width: 100%;
}

.error404 #masthead,
.error404 #colophon {
    display: none;
}

.logo a {
    outline: 0 !important;
}

.error-404.not-found .logo {
    padding: 0;
    background-color: transparent;
}

.error-404.not-found h1 {
    font-size: 200px;
    line-height: 1;
    color: #404040;
    margin: 30px 0;
    ;
    font-weight: 800;

}

.error-404.not-found h1 span {
    color: #e01e26;
}

.page-header h3 {
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
}

.page-header p {
    font-size: 22px !important;
    color: #000;
    margin-bottom: 20px;
}

.page-content .return_home {
    background-color: #e01e26;
    color: #fff;
    padding: 20px 50px;
    display: inline-block;
    font-size: 20px;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    border: 2px solid #e01e26;
}

.page-content .return_home:hover {
    transform: translateY(-3px);
    background-color: transparent;
    color: #000;
    transform: scale(1.1);
}


/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */


.search-results article.product,
.search-results article.page {
    display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
    content: '"';
}

.search-results .page-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.search-results .page-header {
    width: 100%;
}

.search-results #primary {
    display: flex;
    flex-wrap: wrap;
}

.search-results #primary article {
    width: 30%;
    margin: 0 1.5%;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    padding-top: 0;
    margin-bottom: 35px;
    border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
    display: block;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.no-results.not-found {
    text-align: center;
    margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
    height: 45px;
    padding-left: 10px;
    border: 1px solid #eee;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    width: 250px;
}

.no-results.not-found .search-form .search-submit {
    height: 45px;
    padding: 0 30px;
    border: 0;
    background-color: #0b204d;
    color: #fff;
    cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
    background-color: #252525;
}

.no-results.not-found .search-form label span {
    display: none;
    width: 0;
}

.search-results .nav-links {
    display: none;
}



/*SEARCH RESULTS - NO RESULTS CSS ENDS*/


/* Modal box CSS*/

.modal {
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background-color: transparent !important;
    border: 0px solid rgba(0, 0, 0, .2) !important;
}

.modal-footer {
    display: none !important;
}

.modal-header {
    border-bottom: 0px !important;
}

.close {
    color: #000 !important;
    opacity: 1 !important;
    border: 1px solid #fff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff !important;
    padding: 0 !important;
    float: left !important;
    margin: 0 !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-dialog {
    max-width: 650px !important;
    margin: 50px auto !important;
}

.close span {
    display: block;
    color: #fff;
    position: absolute;
    left: 120%;
    top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    height: 50px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
    max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
    background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
    color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
    color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
    margin-left: 20px;
}

.asl_nores {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.results .asl_nores .asl_keyword {
    padding: 5px 0px !important;
    cursor: pointer;
    font-weight: bold;
    font-family: inherit;
    border-top: 1px solid #eee;
}

.asl_nores_header {
    margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */


/*  Drop down menu CSS*/
#primary-menu {
    text-align: center;
}

#primary-menu li {
    display: inline-block;
    padding: 0 10px;
}

#primary-menu li a {
    padding: 10px 0;
    color: #000;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: -5px;
    top: 2px;
    display: block;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
    top: calc(100% + 10px);
    left: 10px;
    width: 220px;
    border-radius: 5px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    overflow: hidden;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#primary-menu .sub-menu li {
    display: block;
    padding: 0;
}

#primary-menu .sub-menu li a:hover {
    color: #fff;
    border-color: transparent;
}

#primary-menu .sub-menu li a {
    display: block;
    text-align: left;
    padding: 17px 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}

#primary-menu .sub-menu li:last-child a {
    border-bottom: 0;
}

#primary-menu .sub-menu li a:hover::before {
    width: 100%;
    background-color: #0b204d;
    border-color: #0b204d;
}

#primary-menu .sub-menu li a::before {
    content: '';
    background-color: transparent;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    border-bottom: 1px solid transparent;
}

.menu-toggle {
    display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li a {
    padding-left: 35px;
}

#mm #primary-menu .sub-menu li a::before {
    content: unset;
}

#mm ul.sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translate(0);
    display: none !important;
    height: auto !important;
}

#mm ul.sub-menu.active-sub-menu {
    display: block !important;
}

#mml {
    padding: 0 15px;
    color: #ffffff;
}

#mml h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 12px;
}

.mm {
    position: relative;
    background-color: #000;
    min-height: 49px;
}

#mmb {
    position: absolute;
    width: 40px;
    height: 50px;
    margin-right: 15px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#mmb span {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#mmb span:nth-child(1) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb span:nth-child(2) {
    top: 26px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#mmb.on span {
    height: 2px;
}

#mmb.on span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    left: 8px;
}

#mmb.on span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#mmb.on span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

#mm ul {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
}

#mm li {
    display: block;
    position: relative;
    padding: 0;
}

#mm #primary-menu a {
    display: block;
    padding: 16px 26px 15px 17px;
    border-bottom: #dedede 1px solid;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    background-color: #000;
    word-wrap: break-word;
    text-align: left;
}

#mm #primary-menu a:hover {
    background-color: #0b204d;
}

.mm,
#mm {
    display: none;
}

/* 
 * NAVBAR CSS ENDS
 */

/* WOOCOMMERCE CSS START */

.woocommerce td.product-name a {
    color: #000;
    font-weight: 600;
}

.woocommerce td.product-name a:hover {
    color: #0b204d;
}

input#coupon_code {
    width: 200px !important;
    padding-left: 10px;
    margin-right: 10px;
    height: 45px;
    background-color: #eee;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
}

.coupon .button {
    height: 45px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    color: #fff;
    height: 45px;
}

.actions button {
    height: 45px;
}

.woocommerce a.added_to_cart {
    padding: 10px 20px;
    border-radius: 3px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    color: #fff;
    background-color: #dbab2d;
    padding: 10px 20px;
    line-height: 1.5;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    color: #fff;
    background-color: #333;
}

.post-type-archive li .added_to_cart {
    background-color: #0b204d !important;
    color: #fff !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
}

.wc-proceed-to-checkout a,
#place_order {
    background-color: #0b204d !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    font-weight: 600 !important;
}

.wc-proceed-to-checkout a:hover,
#place_order:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: unset;
    display: block;
    width: 100%;
    height: 45px;
}

a.shipping-calculator-button {
    color: #0b204d;
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce a.remove,
td.product-remove button {
    background: #0b204d !important;
    color: #fff !important;
    line-height: 22px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100px;
}

.woocommerce-cart-form {
    width: 62%;
    float: left;
}

.woocommerce .cart-collaterals {
    width: 35%;
    float: right;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: 100%;
    background: rgba(84, 84, 84, 0.05);
    padding: 40px 40px 30px;
}

.woocommerce table.shop_table {
    border: 0;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    text-align: center;
}

.woocommerce table.shop_table th {
    color: #000 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 13px !important;
}

.woocommerce table.shop_table .actions {
    padding-top: 40px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebe9eb;
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce .cart-collaterals table.shop_table td {
    padding-left: 0;
    padding-right: 0;
}

.cart_totals tr:not(:last-child) td {
    padding-bottom: 30px !important;
}

.qib-container button {
    cursor: pointer;
}

.woocommerce-shipping-destination {
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #000;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    font-size: 14px;
}

input[type="checkbox"],
input[type="radio"],
.input-radio,
.input-checkbox {
    width: 17px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    outline-width: medium;
    position: relative;
    border: none;
    cursor: pointer;
    outline-width: 0;
    border-radius: 50%;
    top: 3px;
}

input[type="radio"]::before {
    background: #0b204d;
}

.input-radio::before,
input[type="radio"]::before,
.input-radio::before,
input[type="checkbox"]::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 50%;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.input-radio::before,
input[type="checkbox"]::before {
    border-radius: 0%;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after,
input[type="radio"]::before,
input[type="radio"]::after,
.input-radio::before,
.input-radio::after,
.input-checkbox::before,
.input-checkbox::after {
    content: "";
}

input[type="radio"]::after,
.input-radio::after,
input[type="checkbox"]::after,
.input-checkbox::after,
.widget_product_categories ul li a::before,
.widget_layered_nav ul li a::before,
.post_tags a,
.wpb_widgetised_column .tagcloud a,
.select2-container--default .select2-selection--multiple .select2-selection__choice {

    border-color: rgba(84, 84, 84, 0.8);

}

.input-radio::after,
input[type="radio"]::after {

    border-radius: 50%;

}

input[type="checkbox"]::after,
input[type="radio"]::after,
.input-radio::after,
.input-checkbox::after {
    display: block;
    width: 17px;
    height: 17px;
    border: 2px solid #a5a5a5;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}

.input-radio:checked::before,
input[type="radio"]:checked::before,
.input-radio:checked::before,
input[type="checkbox"]:checked::before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    background: #0b204d;
}

input[type="radio"]:checked::after,
.input-radio:checked::after,
input[type="checkbox"]:checked::after,
.input-checkbox:checked::after,
.return-to-shop .button.wc-backward {
    border-color: #0b204d;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #000;
    font-weight: 400;
    height: 45px;
}

.woocommerce form .form-row {
    padding: 3px 0;
    margin: 0 0 06px;
    display: block;
}

#calc_shipping_city_field {
    margin-bottom: 2px;
}

.order-total .woocommerce-Price-amount {
    font-weight: 600 !important;
    font-size: 25px;
}

.woocommerce-checkout .checkout_coupon input#coupon_code {
    width: 100% !important;
    padding-left: 15px !important;
    display: inline-block;
    padding: 6px 10px;
}

.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 60%;
}

#order_review {
    /* width: 38%; */
    /* background: rgba(84, 84, 84, 0.05); */
    /* padding: 20px 40px 40px; */
    position: relative;
}

#order_review_heading {
    display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: unset;
    width: 100%;
    max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: unset;
    width: 100%;
    max-width: 100%;
}

.checkout_coupon.woocommerce-form-coupon .button {
    height: 45px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
    width: 50%;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th {
    border: none;
    vertical-align: top;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
    padding: 16px 0px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
    padding-top: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 20px;
    margin-left: 10px;
    color: #000;
    font-weight: 300;
    font-size: 12px;
    border-bottom: 1px dashed;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    width: 80px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
#post-79 .entry-title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title.title h3,
div#customer_login h2 {
    text-transform: uppercase;
    color: #252525;
    font-size: 24px !important;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
}

span.select2-selection.select2-selection--single {
    height: 45px !important;
    padding: 9px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    right: 10px;
}

form.checkout.woocommerce-checkout label {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
}

#order_comments {
    height: 100px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods li {
    border-bottom: 1px solid rgba(84, 84, 84, 0.15);
    line-height: 16px;
    padding: 17px 0 14px;
}

#add_payment_method #payment ul.payment_methods li div.payment_box,
.woocommerce #payment ul.payment_methods li div.payment_box {
    background-color: transparent;
    line-height: 1.538em;
    padding: 0 !important;
    margin: 0;
    width: 100%;
    font-size: 1rem;
    margin-top: 20px !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce #payment div.payment_box p {
    font-size: 13px;
    line-height: 1.4285em;
    margin: -2px 0 0;
    margin-bottom: 0px;
    text-shadow: none;
    font-weight: 400;
    color: #333;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: unset;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px;
    color: #333;
}

.shop_table.woocommerce-checkout-review-order-table thead th,
.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
    padding: 10px 0;
}

.woocommerce ul#shipping_method li label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

form.checkout.woocommerce-checkout ul.payment_methods li label {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 14px;
    text-transform: capitalize;
    line-height: 1.3em;
    font-weight: 700;
    color: #000;
    margin-top: 12px;
}

.woocommerce-error {
    border-color: #0b204d !important;
}

.woocommerce-message::before,
.woocommerce-error::before {
    color: #c12a30 !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.woocommerce-message a,
a.woocommerce-Button.button,
p.return-to-shop a,
.added_to_cart {
    background-color: #0b204d !important;
    color: #fff !important;
    padding: 10px 22px !important;
    font-size: 16px !important;
    margin-top: 8px !important;
    font-weight: bold;
}

.woocommerce-message a:hover,
a.woocommerce-Button.button:hover,
p.return-to-shop a:hover,
.added_to_cart:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.woocommerce-message a {
    margin-top: 0 !important;
}

.woocommerce-message,
.woocommerce-notices-wrapper a,
.woocommerce-message::before {
    border-top-color: #0b204d !important;
}

.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}

.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #0b204d;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
    border: 0;
    padding-top: 15px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody td,
.woocommerce-order-received .woocommerce table.shop_table tbody th {
    border-bottom: 3px solid rgba(0, 0, 0, .9);
    margin-bottom: 40px;
    padding: 15px 0;
}

.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table th {
    padding: 15px 0;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-collapse: collapse;
}

.woocommerce-order-received .woocommerce td.product-name a {
    color: #0b204d;
    font-weight: 600;
    font-size: 20px;
}

.woocommerce-order-received .woocommerce td.product-name a:hover {
    color: #252525;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 7px;
}

.woocommerce form .form-row.create-account .input-checkbox {
    display: inline-block;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: unset;
}

#ship-to-different-address label span {
    margin-left: 8px;
    font-weight: bold;
    color: #000;
}

.tinv-wishlist .product-action {
    width: 165px;
}

#tinvwl_product_actions {
    height: 45px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.tinvwl-table-manage-list tr td {
    border-top: 1px solid #ccc;
}

.tinvwl-to-left.look_in {
    display: flex;
    flex-wrap: wrap;
}

.select-wrapper {
    flex: 1;
    margin-right: 5px;
    position: relative;
}

.select-wrapper::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%);
    line-height: 0;
    color: #666;
}

.tinvwl-to-left.look_in .tinvwl-input-group {
    width: 100%;
    border-collapse: collapse;
}

.wishlist_item .product-thumbnail img {
    width: 100px;
    height: auto;
    max-width: unset;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
    margin-top: 0 !important;
}

.woocommerce-account .woocommerce-columns--addresses.col2-set.addresses,
.u-columns.woocommerce-Addresses.col2-set.addresses {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account .woocommerce-column--shipping-address.col-2,
.woocommerce-account .woocommerce-column--billing-address.col-1,
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}

.woocommerce-account .col2-set::after,
.woocommerce-account .col2-set::before {
    content: unset;
}

.woocommerce-account .woocommerce .woocommerce-customer-details address {
    border: 0;
    padding: 0 0 10px;
    line-height: 1.8;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tfoot th {
    text-align: right;
    border-top: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce table.shop_table th {
    padding: 20px 10px;
}

.woocommerce-account .woocommerce .account-orders-table {
    text-align: center;
}

.woocommerce-account.woocommerce .col2-set,
.woocommerce-account.woocommerce-page .col2-set {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account #customer_login .col-1,
#customer_login .col-2 {
    flex: 49%;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
    height: 550px;
}

/*Dashboad*/
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    margin: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
    padding: 9px 10px;
    display: block;
    border: 1px solid #0b204d;
    margin-bottom: 9px;
    color: white;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in;
    background-color: #0b204d;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #252525;
    color: white;
    border: 1px solid #252525;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    color: white !important;
    border: 1px solid #252525;
    background-color: #252525;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #0b204d;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #252525;
}

form.woocommerce-EditAccountForm fieldset {
    padding-left: 0;
    padding-right: 0;
}

/**DASHBOARD END**/
.woocommerce table.my_account_orders .button {
    background-color: #0b204d;
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
    display: inline-block;
    font-weight: 300;
}

.woocommerce table.my_account_orders .button:hover {
    background-color: #252525;
    color: #fff;
}

.woocommerce-account .addresses .title h3 {
    position: relative;
}








.woocommerce-privacy-policy-text a {
    color: #252525;
}

.woocommerce-privacy-policy-text a:hover {
    color: #0b204d;
}

.woocommerce-info {
    border-top-color: #0b204d;
    margin-bottom: 10px !important;
}

.lost_password a {
    color: #252525 !important;
}

.lost_password a:hover {
    color: #0b204d !important;
}

.woocommerce-info::before {
    color: #0b204d;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
p.woocommerce-LostPassword.lost_password a {
    color: #252525 !important;
}

.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover,
.woocommerce-privacy-policy-text a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
    color: #0b204d !important;
}

.woocommerce-privacy-policy-text {
    padding-bottom: 20px;
}

.woocommerce form .form-row .required {
    color: #0b204d;
}

a.showcoupon {
    font-size: 16px;
    font-weight: 500;
}







h3#order_review_heading {
    margin-top: 40px;
}

form.woocommerce-cart-form .product-thumbnail {
    height: auto;
    border: none;
}

.woocommerce-cart-form .woocommerce-Price-amount.amount {
    font-size: 16px;
}

.woocommerce-form-coupon-toggle {
    margin-bottom: 40px;
}


ul.woocommerce-error {
    margin-bottom: 50px !important;
}

.tinv-header {
    display: none;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear {
    margin-top: 30px;
}





.post-type-archive .products li {
    text-align: center;
}

.tax-product_cat .products li {
    text-align: center;
}

.tax-product_cat li .added_to_cart {
    background-color: #c12a30 !important;
    color: #fff !important;
    padding: 12px 22px !important;
    font-size: 14px !important;
    border-radius: 25px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    /*    display: inline-block !important; */
    font-weight: 300 !important;
}

.tax-product_cat li .added_to_cart:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

.quantity {
    position: relative;
    width: fit-content;
}

.woocommerce-cart .quantity .minus {
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px 5px 14px 7px !important;
    border-color: #252525;
    font-size: 24px;
    line-height: 0;
}

.woocommerce-cart .quantity .plus {
    background: transparent;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 12px 4px 11px 4px !important;
    border-color: #252525;
    font-size: 24px;
    line-height: 0;
}


a.restore-item {
    margin-left: 10px;
    margin-top: -10px !important;
}

.page-id-317 .woocommerce-form-login {
    height: 492px;
}

.woocommerce-order-received .woocommerce-order-details__title {
    position: relative;
}

.woocommerce-order-received .woocommerce-column__title {
    position: relative;
}


.page-id-316 .wc-backward {
    margin-left: 20px !important;
    color: #252525 !important;
}

.page-id-316 .wc-backward:hover {
    color: #c12a30 !important;
}


.page-id-317 .woocommerce-MyAccount-content .woocommerce-Button {
    position: relative;
    top: 10px !important;
    text-align: center;
}

.page-id-317 .woocommerce-MyAccount-content a.woocommerce-Button {
    position: relative;
    top: -10px !important;
    text-align: center;
}

/* Woo Commerce End Here */




/* Home page Style Stared  */

/* Header */
.tg-site-header {
    position: relative;
    z-index: 20;
}

/* Topbar */
.tg-site-header .tg-topbar {
    background-color: #0d0d0d;
    height: auto;
    width: 100%;
}

.tg-site-header .tg-topbar-inner {
    height: auto;
}

.tg-site-header .tg-topbar-row {
    min-height: 50px;
}

.tg-site-header .tg-topbar-col {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}

.tg-site-header .tg-topbar-message {
    margin: 0;
    color: #ffffff;
    font-family: 'NexaRegular', sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
}

.tg-site-header .tg-topbar-message a {
    color: #dbab2d;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    margin-left: 4px;
    white-space: nowrap;
}

.tg-site-header .tg-topbar-meta {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 22px;
}

.tg-site-header .tg-topbar-lang,
.tg-site-header .tg-topbar-store {
    color: #ffffff;
    font-family: 'NexaRegular', sans-serif;
    font-size: 10px;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    text-decoration: none !important;
}

.tg-site-header .tg-topbar-lang .tg-icon,
.tg-site-header .tg-topbar-store .tg-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    line-height: 1;
}

.tg-site-header .tg-topbar-lang .tg-icon svg,
.tg-site-header .tg-topbar-store .tg-icon svg {
    display: block;
}

.tg-site-header .tg-topbar-store:hover,
.tg-site-header .tg-topbar-message a:hover {
    color: #dbab2d;
}

/* Nav bar */
.tg-site-header .tg-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 79px;
    z-index: 15;
    height: 88px;
}

.tg-site-header .tg-nav-inner {
    height: 88px;
}

.tg-site-header .tg-nav-row {
    min-height: 88px;
}

.tg-site-header .tg-nav-primary-col,
.tg-site-header .tg-brand-col,
.tg-site-header .tg-nav-actions-col {
    display: flex;
    align-items: center;
    min-height: 88px;
}

.tg-site-header .tg-nav-primary-col {
    justify-content: flex-start;
}

.tg-site-header .tg-brand-col {
    justify-content: center;
}

.tg-site-header .tg-nav-actions-col {
    justify-content: flex-end;
}

/* Nav primary menu */
.tg-site-header .tg-nav-primary #tg-primary-menu,
.tg-site-header .tg-nav-primary .tg-nav-primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 33px;
}

.tg-site-header .tg-nav-primary #tg-primary-menu li,
.tg-site-header .tg-nav-primary .tg-nav-primary-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.tg-site-header .tg-nav-primary #tg-primary-menu li a,
.tg-site-header .tg-nav-primary .tg-nav-primary-menu li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 10px;
    color: #ffffff;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.tg-site-header .tg-nav-primary #tg-primary-menu li a::after,
.tg-site-header .tg-nav-primary .tg-nav-primary-menu li a::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 4px;
    height: 2px;
    background-color: #dbab2d;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.tg-site-header .tg-nav-primary #tg-primary-menu li.current-menu-item a,
.tg-site-header .tg-nav-primary #tg-primary-menu li.current_page_item a,
.tg-site-header .tg-nav-primary #tg-primary-menu li.current-menu-ancestor a,
.tg-site-header .tg-nav-primary #tg-primary-menu li a:hover,
.tg-site-header .tg-nav-primary #tg-primary-menu li a:focus,
.tg-site-header .tg-nav-primary .tg-nav-primary-menu li.current-menu-item a,
.tg-site-header .tg-nav-primary .tg-nav-primary-menu li.current_page_item a,
.tg-site-header .tg-nav-primary .tg-nav-primary-menu li.current-menu-ancestor a,
.tg-site-header .tg-nav-primary .tg-nav-primary-menu li a:hover,
.tg-site-header .tg-nav-primary .tg-nav-primary-menu li a:focus {
    color: #dbab2d;
}

.tg-site-header .tg-nav-primary #tg-primary-menu li.current-menu-item a::after,
.tg-site-header .tg-nav-primary #tg-primary-menu li.current_page_item a::after,
.tg-site-header .tg-nav-primary #tg-primary-menu li.current-menu-ancestor a::after,
.tg-site-header .tg-nav-primary #tg-primary-menu li a:hover::after,
.tg-site-header .tg-nav-primary #tg-primary-menu li a:focus::after,
.tg-site-header .tg-nav-primary .tg-nav-primary-menu li.current-menu-item a::after,
.tg-site-header .tg-nav-primary .tg-nav-primary-menu li.current_page_item a::after,
.tg-site-header .tg-nav-primary .tg-nav-primary-menu li.current-menu-ancestor a::after,
.tg-site-header .tg-nav-primary .tg-nav-primary-menu li a:hover::after,
.tg-site-header .tg-nav-primary .tg-nav-primary-menu li a:focus::after {
    opacity: 1;
}

/* Brand / logo */
.tg-site-header .tg-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    z-index: 2;
}

.tg-site-header .tg-brand .custom-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    line-height: 0;
    text-decoration: none !important;
    outline: 0;
}

.tg-site-header .tg-brand .custom-logo,
.tg-site-header .tg-brand img {
    display: block;
    max-height: 88px;
    width: auto;
    height: auto;
}

.tg-site-header .tg-brand-fallback {
    color: #dbab2d;
    font-family: 'Americana', 'Times New Roman', serif;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Header actions (search / wishlist / cart) */
.tg-site-header .tg-nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tg-site-header .tg-nav-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 12px;
    color: #ffffff;
    line-height: 1;
    border-radius: 8px;
    background: transparent;
    border: 0;
    cursor: pointer;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.tg-site-header .tg-nav-action svg {
    display: block;
    width: 20px;
    height: 20px;
    color: currentColor;
}

.tg-site-header .tg-nav-action:hover,
.tg-site-header .tg-nav-action:focus {
    color: #dbab2d;
}

/* Home Hero */
.tg-hero {
    position: relative;
    width: 100%;
    height: 896px;
    overflow: hidden;
    background-color: #000000;
}

.tg-hero .tg-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.tg-hero .tg-hero-media video,
.tg-hero .tg-hero-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.tg-hero .tg-hero-image-col {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 21px;
}

.tg-hero .tg-hero-image {
    width: 476px;
    max-width: 100%;
    height: 675px;
    pointer-events: none;
}

.tg-hero .tg-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
}

.tg-hero .tg-hero-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.tg-hero .tg-hero-overlay-top {
    z-index: 2;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0.43) 18.39%,
            rgba(0, 0, 0, 0) 37.723%);
}

.tg-hero .tg-hero-overlay-diagonal {
    z-index: 3;
    background: linear-gradient(219.38deg,
            rgba(0, 0, 0, 0) 26.597%,
            rgba(0, 0, 0, 0.26) 54.051%,
            rgba(0, 0, 0, 0.73) 76.053%);
}

.tg-hero .tg-hero-container {
    position: relative;
    z-index: 4;
    height: 100%;
}

.tg-hero .tg-hero-container>.row {
    height: 100%;
}

.tg-hero .tg-hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding-bottom: 121px;
}

.tg-hero .tg-hero-title {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 84.66px;
    line-height: 1;
    letter-spacing: 2.9631px;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tg-hero .tg-hero-title-line {
    display: block;
    white-space: nowrap;
}

.tg-hero .tg-hero-title-plain {
    color: #ffffff;
}

.tg-hero .tg-hero-title-highlight {
    color: #dbab2d;
}

.tg-hero .tg-hero-desc {
    margin: 0;
    padding: 0;
    width: 530px;
    max-width: 100%;
    color: #ffffff;
    font-family: 'NexaRegular', sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
}

.tg-hero .tg-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    padding: 0;
    background: transparent;
    color: #dbab2d;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform 0.3s ease, color 0.3s ease;
}

.tg-hero .tg-hero-btn .tg-hero-btn-icon {
    display: block;
    color: #dbab2d;
    transition: transform 0.3s ease;
}

.tg-hero .tg-hero-btn:hover {
    color: #dbab2d;
    transform: translateX(4px);
}

.tg-hero .tg-hero-btn:hover .tg-hero-btn-icon {
    transform: translateX(4px);
}

/* Browse by Categories */
.browse-categories {
    position: relative;
    padding: 91px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.browse-categories-decor {
    position: absolute;
    top: 22px;
    right: -186px;
    width: 626px;
    height: 640px;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.browse-categories>.container {
    position: relative;
    z-index: 1;
}

.browse-categories-head {
    text-align: center;
    margin-bottom: 40px;
}

.browse-categories-title {
    margin: 0 0 24px;
    padding: 0;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: normal;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 0;
    color: #343a40;
    text-transform: capitalize;
}

.browse-categories-title-highlight {
    color: #dbab2d;
}

.browse-categories-subtitle {
    margin: 0;
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #343a40;
}

.browse-categories-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.browse-categories-col {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.browse-card {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none !important;
    isolation: isolate;
}

.browse-card-small {
    height: 372px;
}

.browse-card-large {
    height: 764px;
}

.browse-card-media {
    position: absolute;
    inset: 0;
    background-color: rgba(53, 58, 72, 0.05);
    overflow: hidden;
    border-radius: 24px;
}

.browse-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.5s ease;
}

.browse-card-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 24px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.browse-card-overlay-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 325px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
}

.browse-card-title {
    margin: 0;
    padding: 0;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: normal;
    font-size: 45px;
    line-height: 52px;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: capitalize;
    white-space: nowrap;
}

.browse-card-large .browse-card-title {
    font-size: 52px;
    line-height: 52px;
}

.browse-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 35px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0;
    color: #dbab2d;
    text-decoration: none !important;
}

.browse-card-cta-label {
    position: relative;
    display: inline-block;
    line-height: 24px;
}

.browse-card-cta-label::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background-color: #dbab2d;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.browse-card-cta svg {
    display: block;
    color: #dbab2d;
}

.browse-card:hover .browse-card-overlay,
.browse-card:focus .browse-card-overlay {
    opacity: 1;
}

.browse-card-cta:hover .browse-card-cta-label::after,
.browse-card-cta:focus .browse-card-cta-label::after {
    transform: scaleX(1);
}

/* Our Best Sellers */
.our-best-sellers {
    position: relative;
    padding: 40px 0 91px;
    background-color: #ffffff;
    overflow-x: clip;
    overflow-y: visible;
}

.our-best-sellers>.container {
    position: relative;
    z-index: 1;
}

.best-sellers-decor {
    position: absolute;
    top: -159px;
    left: 0;
    width: 199px;
    height: 463px;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.best-sellers-head {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.best-sellers-title {
    margin: 0;
    padding: 0;
    max-width: 583px;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 0;
    color: #343a40;
    text-transform: capitalize;
    text-align: center;
}

.best-sellers-title .normal-text {
    color: #343a40;
}

.best-sellers-title .highlight-text {
    color: #dbab2d;
}

.best-sellers-subtitle {
    margin: 0;
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #343a40;
}

.best-sellers-tabs-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.best-sellers-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 30px;
}

.best-sellers-tab {
    position: relative;
    padding: 0 0 10px;
    color: #343a40;
    font-family: 'NexaRegular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    cursor: pointer;
    transition: color 0.3s ease;
    white-space: nowrap;
    user-select: none;
}

.best-sellers-tab:hover,
.best-sellers-tab:focus {
    color: #dbab2d;
    outline: none;
}

.best-sellers-tab.is-active {
    color: #dbab2d;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
}

.best-sellers-tab::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 33px;
    height: 1px;
    background-color: #dbab2d;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.best-sellers-tab.is-active::after {
    transform: translateX(-50%) scaleX(1);
}

.best-sellers-panels {
    position: relative;
}

.best-sellers-panel {
    display: none;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.best-sellers-panel.is-active {
    display: block;
    opacity: 1;
}

.best-sellers-products-row {
    margin-left: -10px;
    margin-right: -10px;
}

.best-sellers-product-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    display: flex;
}

.best-sellers-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.best-sellers-card-media {
    position: relative;
    display: block;
    width: 100%;
    height: 270px;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    overflow: hidden;
    background-color: #ffffff;
    text-decoration: none !important;
}

.best-sellers-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.best-sellers-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.best-sellers-card:hover .best-sellers-card-media::after,
.best-sellers-card:focus-within .best-sellers-card-media::after {
    opacity: 1;
}

.best-sellers-add-btn {
    position: absolute;
    top: 209px;
    left: 50%;
    transform: translateX(-50%);
    width: 182px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: #ffffff;
    color: #dbab2d;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    border: 0;
    border-radius: 100px;
    text-decoration: none !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, color 0.3s ease;
    z-index: 2;
    white-space: nowrap;
}

.best-sellers-add-btn svg {
    display: block;
    color: #dbab2d;
    transition: transform 0.3s ease;
}

.best-sellers-card:hover .best-sellers-add-btn,
.best-sellers-card:focus-within .best-sellers-add-btn {
    opacity: 1;
    pointer-events: auto;
}

.best-sellers-add-btn:hover {
    color: #dbab2d;
}

.best-sellers-add-btn:hover svg {
    transform: translateX(4px);
}

.best-sellers-add-btn.is-loading {
    pointer-events: none;
    cursor: wait;
}

.best-sellers-add-btn.is-loading>span,
.best-sellers-add-btn.is-loading>svg {
    visibility: hidden;
}

.best-sellers-add-btn.is-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border: 2px solid rgba(219, 171, 45, 0.35);
    border-top-color: #dbab2d;
    border-radius: 50%;
    animation: best-sellers-spin 0.7s linear infinite;
    pointer-events: none;
}

@keyframes best-sellers-spin {
    to {
        transform: rotate(360deg);
    }
}

.best-sellers-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.best-sellers-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12px;
}

.best-sellers-rating .star-rating {
    position: relative;
    overflow: hidden;
    display: block;
    width: 62px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    font-family: star;
    font-weight: 400;
    color: #dbab2d;
    letter-spacing: 0;
}

.best-sellers-rating .star-rating::before {
    content: "\53\53\53\53\53";
    color: #e8e8e8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    letter-spacing: 0;
}

.best-sellers-rating .star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    padding-top: 12px;
    color: #dbab2d;
}

.best-sellers-rating .star-rating span::before {
    content: "\53\53\53\53\53";
    color: #dbab2d;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 0;
}

.best-sellers-card-title {
    display: block;
    font-family: 'NexaRegular', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    color: #343a40;
    text-align: center;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.best-sellers-card-title:hover,
.best-sellers-card-title:focus {
    color: #dbab2d;
}

.best-sellers-card-price {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #343a40;
    text-align: center;
}

.best-sellers-card-price .woocommerce-Price-amount,
.best-sellers-card-price .amount,
.best-sellers-card-price bdi {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #343a40;
}

.best-sellers-card-price del {
    opacity: 0.5;
    margin-right: 4px;
}

.best-sellers-card-price ins {
    text-decoration: none;
}

.best-sellers-empty {
    text-align: center;
    padding: 40px 0;
    font-family: 'NexaRegular', sans-serif;
    color: #343a40;
}

.best-sellers-cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.best-sellers-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    color: #dbab2d;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none !important;
    background: transparent;
    transition: transform 0.3s ease, color 0.3s ease;
}

.best-sellers-cta .best-sellers-cta-icon {
    display: block;
    color: #dbab2d;
    transition: transform 0.3s ease;
}

.best-sellers-cta:hover {
    color: #dbab2d;
    transform: translateX(4px);
}

.best-sellers-cta:hover .best-sellers-cta-icon {
    transform: translateX(4px);
}

/* Built Through Pressure */
.built-through-pressure {
    position: relative;
    width: 100%;
    height: 683px;
    overflow: hidden;
    background-color: #000000;
}

.built-through-pressure-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.built-through-pressure-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.85;
}

.built-through-pressure>.container {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.built-through-pressure>.container>.row {
    width: 100%;
    margin: 0;
}

.built-through-pressure>.container>.row>.col-12 {
    padding: 0;
    display: flex;
    justify-content: center;
}

.built-through-pressure-box {
    position: relative;
    width: 100%;
    max-width: 1056px;
    height: 491px;
    background-color: #ffffff;
    border-radius: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 74.5px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s ease-out;
    will-change: transform, opacity;
}

.built-through-pressure.is-visible .built-through-pressure-box {
    opacity: 1;
    transform: translateY(0);
}

.built-through-pressure-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 907px;
    max-width: 100%;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.25s, opacity 0.6s ease-out 0.3s;
}

.built-through-pressure.is-visible .built-through-pressure-content {
    opacity: 1;
    transform: translateY(0);
}

.built-through-pressure-title {
    margin: 0;
    padding: 0;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: normal;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 0;
    color: #dbab2d;
    text-transform: capitalize;
}

.built-through-pressure-title .normal-text {
    color: #343a40;
}

.built-through-pressure-title .highlight-text {
    color: #dbab2d;
}

.built-through-pressure-desc {
    margin: 0;
    padding: 0;
    font-family: 'NexaRegular', sans-serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 1.67;
    letter-spacing: 0;
    color: #343a40;
}

.built-through-pressure-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    color: #dbab2d;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none !important;
    background: transparent;
    transition: transform 0.3s ease, color 0.3s ease;
}

.built-through-pressure-cta .built-through-pressure-cta-icon {
    display: block;
    color: #dbab2d;
    transition: transform 0.3s ease;
}

.built-through-pressure-cta:hover {
    color: #dbab2d;
    transform: translateX(4px);
}

.built-through-pressure-cta:hover .built-through-pressure-cta-icon {
    transform: translateX(4px);
}

/*******************************
 * Forged Not Fabricated
 *******************************/
.forged-not-fabricated {
    position: relative;
    width: 100%;
    min-height: 746px;
    margin: 130px 0 100px;
    padding: 80px 0;
    background-color: #f0f0f0;
    box-shadow: 0 0 66.2px 0 rgba(0, 0, 0, 0.05);
    /* overflow: hidden; */
    display: flex;
    align-items: center;
}

.forged-not-fabricated .fnf-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    z-index: 0;
    pointer-events: none;
    user-select: none;
    object-fit: cover;
}

/* .forged-not-fabricated > .container {
    position: relative;
    z-index: 1;
} */
.forged-not-fabricated .fnf-image-col {
    padding-left: 0;
    padding-right: 0;
    align-self: stretch;
    position: static !important;
}

.forged-not-fabricated .fnf-image-wrap {
    position: absolute;
    top: -60px;
    left: 0;
    width: 38%;
    border-radius: 0 24px 24px 0;
    height: 862px;
    max-width: 50%;
    /* transform: translateY(-50%); */
    z-index: 1;
    pointer-events: none;
    user-select: none;
    overflow: hidden;
}

.forged-not-fabricated .fnf-image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.forged-not-fabricated .fnf-content-col {
    display: flex;
    justify-content: flex-start;
}

.forged-not-fabricated .fnf-content {
    width: 554px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.forged-not-fabricated .fnf-title-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.forged-not-fabricated .fnf-title {
    margin: 0;
    padding: 0;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 52px;
    line-height: 63px;
    letter-spacing: 0;
    color: #343a40;
    text-transform: capitalize;
    white-space: nowrap;
}

.forged-not-fabricated .fnf-title .normal-text,
.forged-not-fabricated .fnf-title .highlight-text {
    display: block;
}

.forged-not-fabricated .fnf-title .normal-text {
    color: #343a40;
}

.forged-not-fabricated .fnf-title .highlight-text {
    color: #dbab2d;
}

.forged-not-fabricated .fnf-desc {
    margin: 0;
    padding: 0;
    width: 497.913px;
    max-width: 100%;
    font-family: 'NexaRegular', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #343a40;
}

.forged-not-fabricated .fnf-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 545px;
    max-width: 100%;
}

.forged-not-fabricated .fnf-author {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    height: 81px;
}

.forged-not-fabricated .fnf-author-name {
    margin: 0;
    padding: 0;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.35px;
    color: #343a40;
}

.forged-not-fabricated .fnf-author-title {
    margin: 0;
    padding: 0;
    font-family: 'NexaRegular', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    color: #343a40;
    text-transform: capitalize;
}

.forged-not-fabricated .fnf-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 35px;
    color: #dbab2d;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none !important;
    background: transparent;
    transition: transform 0.3s ease, color 0.3s ease;
}

.forged-not-fabricated .fnf-cta .fnf-cta-icon {
    display: block;
    color: #dbab2d;
    transition: transform 0.3s ease;
}

.forged-not-fabricated .fnf-cta:hover {
    color: #dbab2d;
    transform: translateX(4px);
}

.forged-not-fabricated .fnf-cta:hover .fnf-cta-icon {
    transform: translateX(4px);
}

/* What Our Community Says */
.what-our-community-says {
    position: relative;
    width: 100%;
    padding: 100px 0 120px;
    background-color: #ffffff;
    overflow: hidden;
}

.what-our-community-says .wocs-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    margin-bottom: 50px;
    padding: 0 15px;
}

.what-our-community-says .wocs-icon {
    display: block;
    width: 74px;
    height: 64px;
    max-width: 74px;
    pointer-events: none;
    user-select: none;
}

.what-our-community-says .wocs-title {
    margin: 0;
    padding: 0;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: normal;
    font-size: 52px;
    line-height: 63px;
    letter-spacing: 0;
    color: #343a40;
    text-transform: capitalize;
    text-align: center;

}

.what-our-community-says .wocs-title .normal-text {
    color: #343a40;
}

.what-our-community-says .wocs-title .highlight-text {
    color: #dbab2d;
}

.what-our-community-says .wocs-subtitle {
    margin: 0;
    padding: 0;
    max-width: 698.19px;
    font-family: 'NexaRegular', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #343a40;
    text-align: center;
}

.what-our-community-says .wocs-slider-col {
    padding: 0;
}

.what-our-community-says .wocs-slider {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 448px;
    margin: 0 auto;
    touch-action: pan-y;
    user-select: none;
}

.what-our-community-says .wocs-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.what-our-community-says .wocs-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 370px;
    height: 448px;
    margin-left: -185px;
    margin-top: -224px;
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: center center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease, filter 0.5s ease;
    opacity: 0;
    filter: none;
    z-index: 1;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    will-change: transform, opacity, filter;
}

.what-our-community-says .wocs-slide.pos-center {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
    filter: none;
    z-index: 5;
    pointer-events: auto;
}

.what-our-community-says .wocs-slide.pos-left-1 {
    transform: translate3d(-266px, 0, 0) scale(0.862);
    opacity: 1;
    filter: none;
    z-index: 4;
    pointer-events: auto;
    cursor: pointer;
}

.what-our-community-says .wocs-slide.pos-right-1 {
    transform: translate3d(266px, 0, 0) scale(0.862);
    opacity: 1;
    filter: none;
    z-index: 4;
    pointer-events: auto;
    cursor: pointer;
}

.what-our-community-says .wocs-slide.pos-left-2 {
    transform: translate3d(-452px, 0, 0) scale(0.570);
    opacity: 1;
    filter: none;
    z-index: 3;
    pointer-events: auto;
    cursor: pointer;
}

.what-our-community-says .wocs-slide.pos-right-2 {
    transform: translate3d(452px, 0, 0) scale(0.570);
    opacity: 1;
    filter: none;
    z-index: 3;
    pointer-events: auto;
    cursor: pointer;
}

.what-our-community-says .wocs-slide.pos-hidden {
    transform: translate3d(0, 0, 0) scale(0.3);
    opacity: 0;
    filter: none;
    z-index: 1;
    pointer-events: none;
}

.what-our-community-says .wocs-slide-inner {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 7.88px 16.42px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.what-our-community-says .wocs-image {
    position: relative;
    width: 100%;
    height: 224px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #f0f0f0;
}

.what-our-community-says .wocs-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.what-our-community-says .wocs-body {
    flex: 1;
    width: 100%;
    padding: 26.28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15.77px;
    text-align: center;
}

.what-our-community-says .wocs-rating {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    height: 14px;
}

.what-our-community-says .wocs-star {
    display: block;
    width: 14px;
    height: 14px;
    color: #dbab2d;
    flex-shrink: 0;
}

.what-our-community-says .wocs-quote {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'NexaRegular', sans-serif;
    font-weight: normal;
    font-size: 13.14px;
    line-height: 22.99px;
    color: #343a40;
    text-align: center;
}

.what-our-community-says .wocs-quote p {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.what-our-community-says .wocs-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding-top: 4px;
}

.what-our-community-says .wocs-author-name {
    margin: 0;
    padding: 0;
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    font-size: 13.14px;
    line-height: 13.14px;
    letter-spacing: 0.23px;
    color: #343a40;
    text-align: center;
}

.what-our-community-says .wocs-author-location {
    margin: 0;
    padding: 0;
    font-family: 'NexaRegular', sans-serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.5px;
    color: #343a40;
    text-align: center;
    text-transform: capitalize;
    opacity: 0.75;
}

.what-our-community-says .wocs-dots {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.what-our-community-says .wocs-dot {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    outline: none;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.what-our-community-says .wocs-dot>span {
    display: block;
    width: 100%;
    height: 8px;
    border-radius: 33554400px;
    background-color: #343a40;
    transition: background-color 0.3s ease;
}

.what-our-community-says .wocs-dot.is-active {
    width: 32px;
}

.what-our-community-says .wocs-dot.is-active>span {
    background-color: #dbab2d;
}

.what-our-community-says .wocs-dot:hover>span {
    background-color: #dbab2d;
}

/* Join the Movement */
.footer-cta {
    position: relative;
    width: 100%;
    min-height: 296px;
    padding: 55px 0;
    background-color: #464646;
    overflow: hidden;
    isolation: isolate;
}

.footer-cta .footer-cta-media {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.footer-cta .footer-cta-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.5;
}

.footer-cta .footer-cta-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(70, 70, 70, 0.5);
    pointer-events: none;
}

.footer-cta>.container {
    position: relative;
    z-index: 1;
}

.footer-cta .footer-cta-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    text-align: center;
}

.footer-cta .footer-cta-title {
    margin: 0;
    padding: 0;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 52px;
    line-height: 63px;
    letter-spacing: 1.75px;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    white-space: nowrap;
}

.footer-cta .footer-cta-title .normal-text {
    color: #ffffff;
}

.footer-cta .footer-cta-title .highlight-text {
    color: #dbab2d;
}

.footer-cta .footer-cta-subtitle {
    margin: 0;
    padding: 0;
    max-width: 885px;
    font-family: 'NexaRegular', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #ffffff;
    text-align: center;
}

.footer-cta .footer-cta-form {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.footer-cta .footer-cta-form .gform_wrapper {
    position: relative;
    width: 520px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

.footer-cta .footer-cta-form .gform_wrapper form,
.footer-cta .footer-cta-form form[id^="gform_"] {
    position: relative;
    margin: 0;
    padding: 0;
    background: transparent;
}

.footer-cta .footer-cta-form .gform_anchor {
    display: none;
}

.footer-cta .footer-cta-form .gform-body,
.footer-cta .footer-cta-form .gform_body {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.footer-cta .footer-cta-form .gform_fields {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    grid-template-columns: none;
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.footer-cta .footer-cta-form .gfield {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    max-width: none;
    grid-column: auto !important;
}

.footer-cta .footer-cta-form .ginput_container,
.footer-cta .footer-cta-form .ginput_container_email,
.footer-cta .footer-cta-form .ginput_container_text {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.footer-cta .footer-cta-form .gfield_label,
.footer-cta .footer-cta-form .gform-field-label,
.footer-cta .footer-cta-form .gfield_description:not(.validation_message):not(.gfield_validation_message),
.footer-cta .footer-cta-form .gform_required_legend {
    display: none !important;
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.footer-cta .footer-cta-form input[type="text"],
.footer-cta .footer-cta-form input[type="email"],
.footer-cta .footer-cta-form input[type="url"],
.footer-cta .footer-cta-form input[type="tel"],
.footer-cta .footer-cta-form input.large,
.footer-cta .footer-cta-form input.medium,
.footer-cta .footer-cta-form input.small {
    display: block;
    width: 100%;
    height: 51px;
    min-height: 51px;
    padding: 0 60px 0 24px;
    margin: 0;
    background: transparent;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    color: #ffffff;
    font-family: 'NexaRegular', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    box-shadow: none;
    outline: none;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.footer-cta .footer-cta-form input[type="text"]::placeholder,
.footer-cta .footer-cta-form input[type="email"]::placeholder,
.footer-cta .footer-cta-form input[type="url"]::placeholder,
.footer-cta .footer-cta-form input[type="tel"]::placeholder {
    color: #ffffff;
    opacity: 1;
    text-align: left;
    font-family: 'NexaRegular', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}

.footer-cta .footer-cta-form input[type="text"]:focus,
.footer-cta .footer-cta-form input[type="email"]:focus,
.footer-cta .footer-cta-form input[type="url"]:focus,
.footer-cta .footer-cta-form input[type="tel"]:focus {
    border-color: rgba(255, 255, 255, 0.7);
    background: transparent;
    outline: none;
    box-shadow: none;
}

.footer-cta .footer-cta-form input[type="text"]:-webkit-autofill,
.footer-cta .footer-cta-form input[type="email"]:-webkit-autofill {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: #ffffff;
}

.footer-cta .footer-cta-form .gform_footer,
.footer-cta .footer-cta-form .gform_page_footer {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    background: transparent;
    border: 0;
}

.footer-cta .footer-cta-form .gform_footer input[type="image"],
.footer-cta .footer-cta-form .gform_footer .gform_image_button,
.footer-cta .footer-cta-form .gform_page_footer input[type="image"] {
    display: inline-block;
    width: 43px;
    height: 43px;
    padding: 12px;
    margin: 0;
    background-color: #dbab2d;
    border: 0;
    border-radius: 50%;
    box-sizing: border-box;
    object-fit: contain;
    cursor: pointer;
    box-shadow: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.footer-cta .footer-cta-form .gform_footer input[type="submit"],
.footer-cta .footer-cta-form .gform_page_footer input[type="submit"],
.footer-cta .footer-cta-form .gform_footer .gform_button:not(.gform_image_button),
.footer-cta .footer-cta-form button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    min-width: 43px;
    min-height: 43px;
    padding: 0;
    margin: 0;
    background-color: #dbab2d;
    color: transparent;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230d0d0d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='5' y1='12' x2='19' y2='12'/><polyline points='12 5 19 12 12 19'/></svg>");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px;
    box-shadow: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.footer-cta .footer-cta-form .gform_footer input[type="image"]:hover,
.footer-cta .footer-cta-form .gform_footer .gform_image_button:hover,
.footer-cta .footer-cta-form .gform_footer input[type="submit"]:hover,
.footer-cta .footer-cta-form .gform_footer .gform_button:not(.gform_image_button):hover,
.footer-cta .footer-cta-form button[type="submit"]:hover {
    background-color: #dbab2d;
    transform: scale(0.95);
}

.footer-cta .footer-cta-form .gform_footer input[type="image"]:focus,
.footer-cta .footer-cta-form .gform_footer .gform_image_button:focus,
.footer-cta .footer-cta-form .gform_footer input[type="submit"]:focus,
.footer-cta .footer-cta-form .gform_footer .gform_button:focus,
.footer-cta .footer-cta-form button[type="submit"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(219, 171, 45, 0.35);
    background-color: #dbab2d;
}

.footer-cta .footer-cta-form .gform_ajax_spinner,
.footer-cta .footer-cta-form .gform-loader,
.footer-cta .footer-cta-form .gform_ajax_frame {
    display: none !important;
}

.footer-cta .footer-cta-form .validation_message,
.footer-cta .footer-cta-form .gfield_validation_message,
.footer-cta .footer-cta-form .gfield_description.validation_message {
    display: block;
    margin: 8px 0 0;
    padding: 0;
    color: #ff6b6b;
    font-family: 'NexaRegular', sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    background: transparent;
    border: 0;
}

.footer-cta .footer-cta-form .validation_error,
.footer-cta .footer-cta-form .gform_validation_errors {
    display: block;
    margin: 0 0 12px;
    padding: 8px 12px;
    color: #ff6b6b;
    font-family: 'NexaRegular', sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.footer-cta .footer-cta-form .gform_validation_errors>h2 {
    color: #ff6b6b;
    font-family: 'NexaRegular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0 0 6px;
    padding: 0;
}

.footer-cta .footer-cta-form .gform_confirmation_message,
.footer-cta .footer-cta-form .gform_confirmation_wrapper {
    color: #ffffff;
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 12px 0;
    background: transparent;
    border: 0;
}

.footer-cta .footer-cta-form .gfield_error input[type="text"],
.footer-cta .footer-cta-form .gfield_error input[type="email"],
.footer-cta .footer-cta-form .gfield--type-email.gfield_error input[type="email"] {
    border-color: #ff6b6b;
    background: transparent;
}

.footer-cta .footer-cta-form .gfield_error {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.footer-cta .footer-cta-form .gfield_required,
.footer-cta .footer-cta-form .gfield_required_text {
    display: none;
}

.footer-cta .footer-cta-form .gform_hidden,
.footer-cta .footer-cta-form input[type="hidden"] {
    display: none !important;
}

.footer-cta .footer-cta-form .gform_wrapper.gform-theme,
.footer-cta .footer-cta-form .gform-theme--orbital {
    --gf-color-primary: #dbab2d;
    --gf-color-primary-contrast: #0d0d0d;
    --gf-color-in-ctrl: transparent;
    --gf-color-in-ctrl-contrast: #ffffff;
    --gf-ctrl-border-color: rgba(255, 255, 255, 0.3);
    --gf-ctrl-border-color-focus: rgba(255, 255, 255, 0.7);
    --gf-radius: 30px;
    --gf-ctrl-size-md: 51px;
    --gf-ctrl-btn-size-md: 43px;
    --gf-label-space-y-md-secondary: 0;
}




.footer-cta .footer-cta-form .gform_wrapper .gfield_error input,
.footer-cta .footer-cta-form .gform_wrapper .gfield_error select {
    border-color: red !important;
}

.footer-cta .footer-cta-form .gform_wrapper .gfield_validation_message {
    display: none !important;
}

.footer-cta .footer-cta-form .gform_wrapper .gform_validation_errors {
    display: none !important;
}

.footer-cta .footer-cta-form .gform_wrapper .gform-loader {
    display: none !important;
}

.footer-cta .footer-cta-form .gform_wrapper .validation_message {
    display: none !important;
}







/*******************************
 * Footer
 *******************************/
.site-footer {
    background: #000;
    color: #fff;
    font-family: 'Nexa Regular', 'Nexa', sans-serif;
}

.site-footer .footer-main-row {
    padding: 60px 0 50px;
    align-items: flex-start;
}

.site-footer .footer-col {
    padding-left: 15px;
    padding-right: 15px;
}

.site-footer .footer-heading {
    font-family: 'Nexa Bold', 'Nexa', sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    margin: 0 0 30px;
    letter-spacing: 0;
}

.site-footer .footer-col-links .footer-heading {
    text-align: left;
}

.site-footer .footer-col-contact .footer-heading {
    text-align: right;
}

/* Links column */
.site-footer .footer-links-nav .footer-links-list,
.site-footer .footer-links-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-links-list li {
    margin: 0 0 14px;
}

.site-footer .footer-links-list li:last-child {
    margin-bottom: 0;
}

.site-footer .footer-links-list a {
    font-family: 'Nexa Regular', 'Nexa', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    transition: color .25s ease;
}

.site-footer .footer-links-list a:hover,
.site-footer .footer-links-list .current-menu-item>a,
.site-footer .footer-links-list .current_page_item>a {
    color: #dbab2d;
}

/* Brand column */
.site-footer .footer-col-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.site-footer .footer-logo {
    display: inline-block;
    line-height: 0;
}

.site-footer .footer-logo img {
    display: block;
    width: auto;
    height: 84px;
    max-width: 100%;
    object-fit: contain;
}

.site-footer .footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.site-footer .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1a1a1a;
    color: #fff;
    transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.site-footer .footer-social a:hover {
    background: #dbab2d;
    color: #000;
}

.site-footer .footer-social svg {
    display: block;
}

/* Contact column */
.site-footer .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.site-footer .footer-contact li {
    margin: 0 0 14px;
}

.site-footer .footer-contact li:last-child {
    margin-bottom: 0;
}

.site-footer .footer-contact a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    font-family: 'Nexa Regular', 'Nexa', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    transition: color .25s ease;
}

.site-footer .footer-contact a:hover {
    color: #dbab2d;
}

.site-footer .footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: currentColor;
    line-height: 0;
}

.site-footer .footer-contact-icon svg {
    display: block;
    width: 16px;
    height: 16px;
}

.site-footer .footer-contact-text {
    display: inline-block;
}

/* Bottom bar */
.site-footer .footer-bottom {
    background: #0d0d0d;
    padding: 12px 0;
}

.site-footer .footer-bottom-row {
    margin-left: 0;
    margin-right: 0;
}

.site-footer .footer-bottom-copyright .copyright {
    margin: 0;
    font-family: 'Nexa Regular', 'Nexa', sans-serif;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}

.site-footer .footer-bottom-copyright .copyright a,
.site-footer .footer-bottom-copyright .copyright .copyright-brand {
    font-family: 'Nexa XBold', 'Nexa Bold', 'Nexa', sans-serif;
    color: #dbab2d;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 4px;
    transition: opacity .25s ease;
}

.site-footer .footer-bottom-copyright .copyright a:hover {
    opacity: .85;
}

.site-footer .footer-privacy-nav {
    display: flex;
    justify-content: flex-end;
}

.site-footer .footer-privacy-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0;
}

.site-footer .footer-privacy-list li {
    position: relative;
    padding: 0 15px;
    line-height: 1;
}

.site-footer .footer-privacy-list li+li {
    border-left: 1px solid rgba(255, 255, 255, .35);
}

.site-footer .footer-privacy-list li:last-child {
    padding-right: 0;
}

.site-footer .footer-privacy-list li:first-child {
    padding-left: 15px;
}

.site-footer .footer-privacy-list a {
    font-family: 'Nexa Regular', 'Nexa', sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    transition: color .25s ease;
}

.site-footer .footer-privacy-list a:hover,
.site-footer .footer-privacy-list .current-menu-item>a {
    color: #dbab2d;
}

/*******************************
 * Story Page
 *******************************/

/* --- Story Hero --- */
.story-hero {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #000;
    padding-top: 60px;
}

.story-hero .story-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.story-hero .story-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.story-hero .story-hero-overlay-top,
.story-hero .story-hero-overlay-bottom {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.story-hero .story-hero-overlay-top {
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0.43) 50.75%,
            rgba(0, 0, 0, 0) 89%);
}

.story-hero .story-hero-overlay-bottom {
    background: linear-gradient(178.16deg,
            rgba(0, 0, 0, 0) 1.59%,
            rgba(0, 0, 0, 0.6) 60.41%,
            rgba(0, 0, 0, 0.73) 110.11%);
    transform: scaleX(-1);
}

.story-hero .story-hero-container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.story-hero .story-hero-container>.row {
    width: 100%;
    margin: 0;
}

.story-hero .story-hero-content {
    display: flex;
    justify-content: center;
    padding: 0;
}

.story-hero .story-hero-title {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 2.1px;
    text-transform: capitalize;
    text-align: center;
}

/* --- Story Body Wrapper (decor host) --- */
.story-body {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.story-body .story-decor {
    position: absolute;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    max-width: none;
    height: auto;
}

.story-body .story-decor-left {
    left: 0;
    top: 760px;
}

.story-body .story-decor-right {
    right: 0;
    top: 1760px;
}

/* --- Gateway Intro --- */
.story-gateway {
    position: relative;
    z-index: 1;
    padding: 125px 0 0;
}

.story-gateway .story-gateway-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.story-gateway .story-gateway-title {
    margin: 0;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 65px;
    color: #343a40;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
}

.story-gateway .story-gateway-title .highlight-text {
    color: #dbab2d;
}

.story-gateway .story-gateway-title .normal-text+.highlight-text,
.story-gateway .story-gateway-title .highlight-text+.normal-text {
    margin-left: 0;
}

.story-gateway .story-gateway-desc {
    margin: 0;
    max-width: 580px;
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #343a40;
    text-align: center;
}

/* --- Story Behind the Piece --- */
.story-behind {
    position: relative;
    z-index: 1;
    padding: 40px 0 60px;
}

.story-behind .story-behind-row {
    align-items: center;
    gap: 64px 0;
}

/* .story-behind .story-behind-text-col,
.story-behind .story-behind-images-col {
    max-width: none;
} */

.story-behind .story-behind-text-col {

    padding-right: 32px;
}

.story-behind .story-behind-images-col {

    padding-left: 32px;
}

.story-behind .story-behind-title {
    margin: 0 0 28px;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 52px;
    line-height: 63px;
    color: #343a40;
    letter-spacing: 0;
    text-transform: capitalize;
}

.story-behind .story-behind-title .highlight-text {
    color: #dbab2d;
}

.story-behind .story-behind-title .normal-text+.highlight-text,
.story-behind .story-behind-title .highlight-text+.normal-text {
    margin-left: 0;
}

.story-behind .story-behind-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #343a40;
}

.story-behind .story-behind-content p {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.story-behind .story-behind-images {
    position: relative;
    /* width: 622px; */
    /* height: 530px; */
    /* margin-left: auto; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.story-behind .story-behind-image {
    /* position: absolute; */
    width: 48%;
    height: auto;
    border-radius: 30px;
    overflow: hidden;
}

.story-behind .story-behind-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.story-behind .story-behind-image-1 {
    margin-bottom: 40px;
}

.story-behind .story-behind-image-2 {
    margin-top: 40px;
}

/* --- Legacy Quote --- */
.story-quote {
    position: relative;
    z-index: 1;
    background-color: #000000;
    padding: 90px 100px;
    overflow: hidden;
    box-shadow: 0 0 66.2px 0 rgba(0, 0, 0, 0.05);
    margin-top: 60px;
}

.story-quote .story-quote-bg {
    position: absolute;
    inset: -9.65% -9.39% -41.79% -9.39%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.6;
}

.story-quote .story-quote-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-quote .container {
    position: relative;
    z-index: 1;
}

.story-quote .story-quote-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.story-quote .story-quote-content {
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 42px;
    line-height: 60.9px;
    letter-spacing: 0.2px;
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.story-quote .story-quote-content p {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.story-quote .story-quote-divider {
    display: block;
    width: 48px;
    height: 1px;
    background-color: #d4af37;
    margin: 48px 0 0;
}

.story-quote .story-quote-author {
    margin: 20px 0 0;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #dbab2d;
    text-align: center;
}

/* --- Manifesto --- */
.story-manifesto {
    position: relative;
    z-index: 1;
    padding: 125px 0 40px;
}

.story-manifesto .story-manifesto-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.story-manifesto .story-manifesto-title {
    margin: 0;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 65px;
    color: #343a40;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
}

.story-manifesto .story-manifesto-title .highlight-text {
    color: #dbab2d;
}

.story-manifesto .story-manifesto-title .normal-text+.highlight-text,
.story-manifesto .story-manifesto-title .highlight-text+.normal-text {
    margin-left: 0;
}

.story-manifesto .story-manifesto-subtitle {
    margin: 0;
    max-width: 580px;
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #343a40;
    text-align: center;
}

.story-manifesto .story-manifesto-content {
    max-width: 1080px;
    margin: 0 auto;
    font-family: 'NexaRegular', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #343a40;
    text-align: center;
}

.story-manifesto .story-manifesto-content p {
    margin: 0 0 22px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-align: center;
}

.story-manifesto .story-manifesto-content p:last-child {
    margin-bottom: 0;
}

/* --- Manifesto Images Grid --- */
.story-manifesto-images {
    position: relative;
    z-index: 1;
    padding: 40px 0 90px;
    overflow: hidden;
}

.story-manifesto-images .story-manifesto-images-inner {
    position: relative;
    width: 100%;
    height: 506px;
    margin: 0 auto;
}

.story-manifesto-images .story-mi {
    position: absolute;
    overflow: hidden;
}

.story-manifesto-images .story-mi img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.story-manifesto-images .story-mi-large {
    width: 697px;
    height: 415px;
    border-radius: 40px;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.story-manifesto-images .story-mi-large-1 {
    left: calc(50% - 616px);
    top: 0;
}

.story-manifesto-images .story-mi-large-2 {
    left: calc(50% - 79px);
    top: 91px;
}

.story-manifesto-images .story-mi-small {
    z-index: 1;
}

.story-manifesto-images .story-mi-small::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(238, 238, 238, 0.8);
    pointer-events: none;
}

.story-manifesto-images .story-mi-tr {
    width: 500px;
    height: 302px;
    right: 0;
    left: auto;
    top: 35px;
    border-top-left-radius: 40px;
}

.story-manifesto-images .story-mi-tr::after {
    border-top-left-radius: 40px;
}

.story-manifesto-images .story-mi-bl {
    width: 500px;
    height: 230px;
    left: 0;
    top: 250px;
    border-bottom-right-radius: 40px;
}

.story-manifesto-images .story-mi-bl::after {
    border-bottom-right-radius: 40px;
}

/*******************************
 * FAQ Page
 *******************************/

/* --- FAQ Hero (matches Story hero pattern) --- */
.faq-hero {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #000;
    padding: 60px 0 0 0;
}

.faq-hero .faq-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.faq-hero .faq-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.faq-hero .faq-hero-overlay-top,
.faq-hero .faq-hero-overlay-bottom {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.faq-hero .faq-hero-overlay-top {
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0.43) 50.75%,
            rgba(0, 0, 0, 0) 89%);
}

.faq-hero .faq-hero-overlay-bottom {
    background: linear-gradient(178.16deg,
            rgba(0, 0, 0, 0) 1.59%,
            rgba(0, 0, 0, 0.6) 60.41%,
            rgba(0, 0, 0, 0.73) 110.11%);
    transform: scaleX(-1);
}

.faq-hero .faq-hero-container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.faq-hero .faq-hero-container>.row {
    width: 100%;
    margin: 0;
}

.faq-hero .faq-hero-content {
    display: flex;
    justify-content: center;
    padding: 0;
}

.faq-hero .faq-hero-title {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 2.1px;
    text-transform: capitalize;
    text-align: center;
}

/* --- FAQ Body Wrapper (decor host) --- */
.faq-body {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.faq-body .faq-decor {
    position: absolute;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    max-width: none;
    height: auto;
}

.faq-body .faq-decor-left {
    left: 0;
    top: 633px;
}

.faq-body .faq-decor-right {
    right: 0;
    top: 175px;
}

/* --- FAQ Intro --- */
.faq-intro {
    position: relative;
    z-index: 1;
    padding: 92px 0 0;
}

.faq-intro .faq-intro-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.faq-intro .faq-intro-title {
    margin: 0;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 65px;
    color: #343a40;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
}

.faq-intro .faq-intro-title .highlight-text {
    color: #dbab2d;
}

.faq-intro .faq-intro-title .normal-text+.highlight-text,
.faq-intro .faq-intro-title .highlight-text+.normal-text {
    margin-left: 0;
}

.faq-intro .faq-intro-subtitle {
    margin: 0;
    max-width: 580px;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #343a40;
    text-align: center;
}

/* --- FAQ Search --- */
.faq-search {
    position: relative;
    z-index: 1;
    padding: 40px 0 0;
}

.faq-search .faq-search-inner {
    display: flex;
    justify-content: center;
    padding: 0;
}

.faq-search .faq-search-form {
    width: 520px;
    max-width: 100%;
}

.faq-search .faq-search-field {
    position: relative;
    width: 100%;
    height: 51px;
    border: 1px solid rgba(52, 58, 64, 0.3);
    border-radius: 30px;
    overflow: hidden;
    background: #ffffff;
}

.faq-search .faq-search-input {
    width: 100%;
    height: 100%;
    padding: 0 60px 0 24px;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #343a40;
}

.faq-search .faq-search-input::placeholder {
    color: #343a40;
    opacity: 1;
}

.faq-search .faq-search-btn {
    position: absolute;
    top: 3px;
    right: 4px;
    width: 43px;
    height: 43px;
    border: none;
    border-radius: 50%;
    background: #dbab2d;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

.faq-search .faq-search-btn:hover {
    background: #c39725;
}

.faq-search .faq-search-btn svg {
    display: block;
    width: 18px;
    height: 18px;
}

/* --- FAQ Content (Topics + Accordion) --- */
.faq-content {
    position: relative;
    z-index: 1;
    padding: 80px 0 108px;
}

.faq-content .faq-content-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 76px;
    margin-left: 0;
    margin-right: 0;
}

.faq-content .faq-topics-col {
    flex: 0 0 251px;
    max-width: 251px;
    padding-left: 0;
    padding-right: 0;
}

.faq-content .faq-accordion-col {
    flex: 0 0 913px;
    max-width: 913px;
    padding-left: 0;
    padding-right: 0;
}

/* --- FAQ Topics Sidebar --- */
.faq-topics {
    width: 100%;
}

.faq-topics .faq-topics-label {
    margin: 0 0 20px;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #343a40;
}

.faq-topics .faq-topics-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.faq-topics .faq-topic-item {
    display: block;
    border-bottom: 1px solid rgba(52, 58, 64, 0.1);
}

.faq-topics .faq-topic-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 0 15px;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    color: #343a40;
    transition: color 0.25s ease;
}

.faq-topics .faq-topic-text {
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
    color: inherit;
}

.faq-topics .faq-topic-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    color: inherit;
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.faq-topics .faq-topic-item.is-active .faq-topic-btn,
.faq-topics .faq-topic-btn:hover {
    color: #dbab2d;
}

.faq-topics .faq-topic-item.is-active .faq-topic-arrow {
    opacity: 1;
}

/* --- FAQ Category Heading --- */
.faq-category {
    display: none;
    width: 100%;
}

.faq-category.is-active {
    display: block;
}

.faq-category .faq-category-heading-wrap {
    padding: 0 0 29px;
    border-bottom: 1px solid rgba(52, 58, 64, 0.1);
}

.faq-category .faq-category-heading {
    margin: 0;
    padding-top: 10px;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 45.6px;
    letter-spacing: -0.5px;
    color: #343a40;
}

/* --- FAQ Accordion --- */
.faq-accordion {
    width: 100%;
}

.faq-accordion .faq-item {
    padding-top: 4px;
    border-bottom: 1px solid rgba(52, 58, 64, 0.1);
}

.faq-accordion .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 24px 0;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    color: #343a40;
}

.faq-accordion .faq-question-text {
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #343a40;
    padding-right: 16px;
}

.faq-accordion .faq-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background: #343a40;
    transition: background-color 0.25s ease;
}

.faq-accordion .faq-icon svg {
    display: block;
    width: 13px;
    height: 13px;
}

.faq-accordion .faq-icon .faq-icon-minus {
    display: none;
}

.faq-accordion .faq-item.is-open .faq-icon .faq-icon-plus {
    display: none;
}

.faq-accordion .faq-item.is-open .faq-icon .faq-icon-minus {
    display: block;
}

.faq-accordion .faq-item.is-open .faq-icon {
    background: #dbab2d;
}

.faq-accordion .faq-answer {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.faq-accordion .faq-item.is-open .faq-answer {
    opacity: 1;
}

.faq-accordion .faq-answer-inner {
    padding: 0 40px 24px 0;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #343a40;
}

.faq-accordion .faq-answer-inner p {
    margin: 0 0 12px;
    font-family: 'NexaRegular', sans-serif;
    font-weight: 400;
}

.faq-accordion .faq-answer-inner p:last-child {
    margin-bottom: 0;
}

/*******************************
 * Shop Page
 *******************************/
.shop-banner {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #000;
    padding: 60px 0 0 0;
}

.shop-banner .shop-banner-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.shop-banner .shop-banner-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.shop-banner .shop-banner-overlay-top,
.shop-banner .shop-banner-overlay-bottom {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.shop-banner .shop-banner-overlay-top {
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0.43) 50.75%,
            rgba(0, 0, 0, 0) 89%);
}

.shop-banner .shop-banner-overlay-bottom {
    background: linear-gradient(178.16deg,
            rgba(0, 0, 0, 0) 1.59%,
            rgba(0, 0, 0, 0.6) 60.41%,
            rgba(0, 0, 0, 0.73) 110.11%);
    transform: scaleX(-1);
}

.shop-banner>.container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.shop-banner>.container>.row {
    width: 100%;
    margin: 0;
}

.shop-banner .shop-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    padding: 0;
}

.shop-banner .shop-banner-title {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 2.1px;
    text-transform: capitalize;
    text-align: center;
}

.shop-banner .shop-banner-title .highlight-text {
    color: #dbab2d;
}

.shop-banner .shop-banner-title .normal-text+.highlight-text,
.shop-banner .shop-banner-title .highlight-text+.normal-text {
    margin-left: 0;
}

.shop-banner .shop-banner-subtitle {
    margin: 0;
    max-width: 720px;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
}

.shop-products {
    position: relative;
    padding: 125px 0 108px;
    background-color: #ffffff;
    overflow: hidden;
}

.shop-products>.container {
    max-width: 1240px;
    position: relative;
    z-index: 1;
}

/* Decorative background SVGs (Figma node 219:439). */
.shop-products-decor {
    position: absolute;
    display: block;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 0;
}

.shop-products-decor-right {
    top: 185px;
    right: -300px;
    width: 627px;
    height: 557px;
}

.shop-products-decor-left {
    top: 912px;
    left: -290px;
    width: 575px;
    height: 470px;
}

@media (max-width: 1199px) {
    .shop-products-decor-right {
        width: 480px;
        height: 425px;
        right: -240px;
        top: 220px;
    }

    .shop-products-decor-left {
        width: 440px;
        height: 360px;
        left: -220px;
        top: 780px;
    }
}

@media (max-width: 767px) {
    .shop-products-decor {
        display: none;
    }
}

.shop-products .shop-products-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.shop-products .shop-products-title {
    margin: 0;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 52px;
    color: #343a40;
    letter-spacing: 0;
    text-align: center;
}

.shop-products .shop-products-title .highlight-text {
    color: #dbab2d;
}

.shop-products .shop-products-title .normal-text+.highlight-text,
.shop-products .shop-products-title .highlight-text+.normal-text {
    margin-left: 0;
}

.shop-products .shop-products-subtitle {
    margin: 0;
    max-width: 720px;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #343a40;
    text-align: center;
}

/* Row 1: Category tabs (centered) */
.shop-tabs-row {
    display: flex;
    justify-content: center;
    padding: 0 0 24px;
}

.shop-toolbar-tabs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.shop-toolbar-tab {
    position: relative;
    padding: 0 0 6px;
    line-height: 1;
    text-transform: capitalize;
    outline: none;
}

.shop-toolbar-tab .shop-toolbar-tab-label {
    display: inline-block;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #343a40;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.shop-toolbar-tab:hover .shop-toolbar-tab-label,
.shop-toolbar-tab:focus-within .shop-toolbar-tab-label {
    color: #dbab2d;
}

.shop-toolbar-tab.is-active .shop-toolbar-tab-label {
    color: #dbab2d;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
}

.shop-toolbar-tab::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #dbab2d;
    opacity: 0;
    transform: scaleX(0.5);
    transform-origin: center;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.shop-toolbar-tab.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

/* Row 2: Sort + Filter (right-aligned, content width only) */
.shop-controls-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    padding: 8px 0 40px;
}

.shop-grid-region {
    position: relative;
    transition: opacity 0.2s ease;
}

.shop-grid-region.is-loading {
    opacity: 0.55;
    pointer-events: none;
}

.shop-toolbar-filter {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #343a40;
    text-transform: capitalize;
    transition: color 0.25s ease;
}

.shop-toolbar-filter:hover {
    color: #dbab2d;
}

.shop-toolbar-filter svg {
    display: block;
}

/* Custom Sort Dropdown */
.shop-toolbar-sort.shop-sort {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.shop-sort-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #343a40;
    outline: none;
}

.shop-sort-prefix {
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #343a40;
    text-transform: capitalize;
}

.shop-sort-value {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #dbab2d;
    text-transform: capitalize;
}

.shop-sort-caret {
    display: block;
    width: 14px;
    height: 14px;
    color: #dbab2d;
    transition: transform 0.25s ease;
}

/* Placeholder state (no selection) */
.shop-sort[data-value=""] .shop-sort-prefix {
    display: none;
}

.shop-sort[data-value=""] .shop-sort-value {
    color: #343a40;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
}

.shop-sort.is-open .shop-sort-caret {
    transform: rotate(180deg);
}

.shop-sort-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 20;
    min-width: 220px;
    padding: 6px 0;
    margin: 0;
    list-style: none;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}

.shop-sort-menu[hidden] {
    display: none;
}

.shop-sort.is-open .shop-sort-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.shop-sort-option {
    display: block;
    padding: 10px 16px;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #343a40;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.shop-sort-option:hover {
    background-color: #f8f5ea;
    color: #dbab2d;
}

.shop-sort-option.is-active {
    color: #dbab2d;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
}

.shop-products .woocommerce-notices-wrapper:empty {
    display: none;
}

.shop-products .woocommerce-result-count {
    display: none;
}

/* Grid & card */
.shop-products-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
    row-gap: 56px;
}

.shop-products .shop-product-col {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
}

.shop-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.shop-product-media {
    position: relative;
    width: 100%;
    aspect-ratio: 392 / 522.656;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 24px;
    box-shadow: 0 0 10.9px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.shop-product-slider {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.shop-product-slider .shop-product-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
}

.shop-product-media-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    border-radius: 24px;
    overflow: hidden;
}

.shop-product-media-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.4s ease;
    border-radius: 24px;
}

.shop-product-card:hover .shop-product-media-link img,
.shop-product-card:focus-within .shop-product-media-link img {
    transform: scale(1.04);
}

/* Slick integration for shop card gallery */
.shop-product-media .slick-list,
.shop-product-media .slick-track,
.shop-product-media .slick-slide,
.shop-product-media .slick-slide>div {
    height: 100%;
}

.shop-product-media .slick-slide {
    border-radius: 24px;
    overflow: hidden;
}

.shop-product-media .slick-list {
    border-radius: 24px;
}

/* Arrows — visible on card hover only (per Figma variant 2) */
.shop-product-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: rgba(52, 58, 64, 0.75);
    color: #ffffff;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.shop-product-arrow:hover,
.shop-product-arrow:focus {
    background: #dbab2d;
    outline: none;
}

.shop-product-arrow.shop-product-arrow-prev {
    left: 14px;
}

.shop-product-arrow.shop-product-arrow-next {
    right: 14px;
}

.shop-product-card:hover .shop-product-arrow,
.shop-product-card:focus-within .shop-product-arrow {
    opacity: 1;
}

.shop-product-arrow.slick-disabled {
    opacity: 0 !important;
    pointer-events: none;
}

.shop-product-arrow svg {
    width: 12px;
    height: 12px;
    display: block;
}

/* Hide arrows on touch devices — swipe handles navigation */
@media (hover: none) and (pointer: coarse) {
    .shop-product-arrow {
        display: none;
    }
}

.shop-product-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78.5px;
    height: 32px;
    padding: 0 12px;
    background-color: #dbab2d;
    color: #ffffff;
    border-radius: 16px;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

/* Wishlist button — TI Wishlist plugin integration + fallback */
.shop-product-wishlist {
    position: absolute;
    top: 15.2px;
    right: 16.8px;
    z-index: 3;
    line-height: 0;
}

.shop-product-wishlist .tinv-wishlist,
.shop-product-wishlist .tinvwl_add_to_wishlist_button-wrapper,
.shop-product-wishlist .tinv-wraper {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    line-height: 0;
}

.shop-product-wishlist .tinvwl_add_to_wishlist_button,
.shop-product-wishlist a.tinvwl_add_to_wishlist_button,
.shop-product-wishlist.shop-product-wishlist--fallback {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box;
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #343a40;
    cursor: pointer;
    text-decoration: none !important;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.shop-product-wishlist .tinvwl_add_to_wishlist_button:hover,
.shop-product-wishlist.shop-product-wishlist--fallback:hover {
    background-color: #ffffff;
    color: #dbab2d;
    border-color: #dbab2d;
}

/* Hide plugin's default text + icon */
.shop-product-wishlist .tinvwl_add_to_wishlist-text,
.shop-product-wishlist .tinvwl_wishlist_button_text,
.shop-product-wishlist .tinvwl_add_to_wishlist_button>span,
.shop-product-wishlist .tinvwl_add_to_wishlist_button>i,
.shop-product-wishlist .ftinvwl {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Heart icon via CSS mask (default: outline) */
.shop-product-wishlist .tinvwl_add_to_wishlist_button::before {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 0 !important;
    padding: 0;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: 16px 16px;
    mask-size: 16px 16px;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
    transition: background-color 0.3s ease;
}

/* Added state — filled heart, gold */
.shop-product-wishlist .tinvwl_add_to_wishlist_button-wrapper.tinvwl-product-in-list .tinvwl_add_to_wishlist_button,
.shop-product-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list,
.shop-product-wishlist.tinvwl-product-in-list .tinvwl_add_to_wishlist_button {
    color: #dbab2d;
    border-color: #dbab2d;
}

.shop-product-wishlist .tinvwl_add_to_wishlist_button-wrapper.tinvwl-product-in-list .tinvwl_add_to_wishlist_button::before,
.shop-product-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before,
.shop-product-wishlist.tinvwl-product-in-list .tinvwl_add_to_wishlist_button::before {
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
}

/* Fallback (no plugin) — plain SVG child */
.shop-product-wishlist.shop-product-wishlist--fallback svg {
    display: block;
    width: 16px;
    height: 16px;
}

/* Suppress plugin popups/tooltips inside card */
.shop-product-wishlist .tinvwl-tooltip {
    display: none !important;
}

/* Custom Shop card wishlist button (no TI shortcode) */
button.shop-product-wishlist,
.shop-product-wishlist-btn {
    position: absolute;
    top: 15.2px;
    right: 16.8px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #343a40;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.2s ease;
}

button.shop-product-wishlist:hover,
.shop-product-wishlist-btn:hover {
    background-color: #ffffff;
    color: #dbab2d;
    border-color: #dbab2d;
}

.shop-product-wishlist-icon {
    display: block;
    width: 16px;
    height: 16px;
    color: inherit;
}

.shop-product-wishlist-btn .shop-product-wishlist-icon path {
    stroke: currentColor;
    fill: none;
    transition: fill 0.2s ease, stroke 0.2s ease;
}

.shop-product-wishlist-btn.tinvwl-product-in-list {
    color: #dbab2d;
    border-color: #dbab2d;
}

.shop-product-wishlist-btn.tinvwl-product-in-list .shop-product-wishlist-icon path {
    fill: currentColor;
    stroke: currentColor;
}

.shop-product-wishlist-btn.is-loading {
    opacity: 0.55;
    pointer-events: none;
}

.shop-product-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 16px;
}

.shop-product-title {
    display: block;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25.5px;
    color: #343a40;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.shop-product-title:hover,
.shop-product-title:focus {
    color: #dbab2d;
}

.shop-product-desc {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 19.5px;
    color: #dbab2d;
}

.shop-product-price {
    padding-top: 4px;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #343a40;
    letter-spacing: 0.5px;
}

.shop-product-price .woocommerce-Price-amount,
.shop-product-price .amount,
.shop-product-price bdi {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #343a40;
}

.shop-product-price del {
    opacity: 0.5;
    margin-right: 4px;
}

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

.shop-products-empty {
    width: 100%;
    padding: 60px 0;
    text-align: center;
    font-family: 'Nexa', 'Arial', sans-serif;
    color: #343a40;
}

/* Pagination */
.shop-products .woocommerce-pagination,
.shop-products nav.woocommerce-pagination {
    display: flex;
    justify-content: center;
    margin-top: 56px;
}

.shop-products .woocommerce-pagination ul,
.shop-products nav.woocommerce-pagination ul {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
}

.shop-products .woocommerce-pagination ul li,
.shop-products nav.woocommerce-pagination ul li {
    border: 0;
    margin: 0;
    padding: 0;
}

.shop-products .woocommerce-pagination ul li a,
.shop-products .woocommerce-pagination ul li span,
.shop-products nav.woocommerce-pagination ul li a,
.shop-products nav.woocommerce-pagination ul li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 20px;
    background: #ffffff;
    color: #343a40;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.shop-products .woocommerce-pagination ul li a:hover,
.shop-products .woocommerce-pagination ul li span.current,
.shop-products nav.woocommerce-pagination ul li a:hover,
.shop-products nav.woocommerce-pagination ul li span.current {
    background: #dbab2d;
    color: #ffffff;
}

/* ==============================================
 * Shop Filter Drawer
 * ============================================== */
.shop-filter-drawer {
    position: fixed;
    inset: 0;
    z-index: 9999;
    visibility: hidden;
    pointer-events: none;
}

.shop-filter-drawer.is-open {
    visibility: visible;
    pointer-events: auto;
}

.shop-filter-backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.shop-filter-drawer.is-open .shop-filter-backdrop {
    opacity: 1;
}

.shop-filter-panel {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 420px;
    height: 100%;
    background-color: #ffffff;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    filter: drop-shadow(-8px 0 20px rgba(0, 0, 0, 0.12));
    transform: translateX(100%);
    transition: transform 0.35s ease;
    overflow: hidden;
}

.shop-filter-drawer.is-open .shop-filter-panel {
    transform: translateX(0);
}

body.shop-filter-locked {
    overflow: hidden;
}

/* Header */
.shop-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px 21px;
    border-bottom: 1px solid #ebebeb;
}

.shop-filter-head-title {
    margin: 0;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25.5px;
    color: #343a40;
}

.shop-filter-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 18px;
    color: #343a40;
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.shop-filter-close:hover {
    background-color: #f5f5f5;
    color: #dbab2d;
}

/* Body */
.shop-filter-body {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 24px;
}

/* Section */
.shop-filter-section {
    border-bottom: 1px solid #ebebeb;
}

.shop-filter-section-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 0;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.shop-filter-section-title-wrap {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
}

.shop-filter-section-title {
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25.5px;
    color: #343a40;
}

.shop-filter-section-count {
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #dbab2d;
}

.shop-filter-section-count[hidden] {
    display: none;
}

.shop-filter-section-icon {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.shop-filter-section-icon::before,
.shop-filter-section-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #343a40;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.shop-filter-section-icon::before {
    width: 12px;
    height: 1.5px;
    transform: translate(-50%, -50%);
}

.shop-filter-section-icon::after {
    width: 1.5px;
    height: 12px;
    transform: translate(-50%, -50%);
}

.shop-filter-section.is-open .shop-filter-section-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}

.shop-filter-section-content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.shop-filter-section-content.shop-filter-colors,
.shop-filter-section-content.shop-filter-sizes {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.shop-filter-section.is-open .shop-filter-section-content {
    max-height: 800px;
    padding: 2px 0 20px;
}

/* Radio */
.shop-filter-radio,
.shop-filter-check {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 7px 0;
    cursor: pointer;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #343a40;
    text-transform: capitalize;
    user-select: none;
}

.shop-filter-radio input,
.shop-filter-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

.shop-filter-radio-mark {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #bebebe;
    border-radius: 50%;
    background-color: #ffffff;
    transition: border-color 0.2s ease;
}

.shop-filter-radio-mark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #dbab2d;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease;
}

.shop-filter-radio input:checked+.shop-filter-radio-mark {
    border-color: #dbab2d;
}

.shop-filter-radio input:checked+.shop-filter-radio-mark::after {
    transform: translate(-50%, -50%) scale(1);
}

/* Check */
.shop-filter-check-mark {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #bebebe;
    border-radius: 4px;
    background-color: #ffffff;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.shop-filter-check-mark::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: transform 0.2s ease;
}

.shop-filter-check input:checked+.shop-filter-check-mark {
    background-color: #dbab2d;
    border-color: #dbab2d;
}

.shop-filter-check input:checked+.shop-filter-check-mark::after {
    transform: rotate(45deg) scale(1);
}

/* Size pill */
.shop-filter-size {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 40px;
    padding: 0 18px;
    background-color: rgba(232, 232, 232, 0.05);
    border: 1px solid #e8e8e8;
    border-radius: 100px;
    color: #343a40;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.shop-filter-size:hover {
    border-color: #dbab2d;
    color: #dbab2d;
}

.shop-filter-size.is-selected,
.shop-filter-size[aria-pressed="true"] {
    background-color: #dbab2d;
    border-color: #dbab2d;
    color: #ffffff;
}

/* Color chip */
.shop-filter-color {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: 103px;
    height: 40px;
    padding: 11px 10px;
    background-color: rgba(232, 232, 232, 0.05);
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    color: #343a40;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.shop-filter-color:hover {
    border-color: #dbab2d;
}

.shop-filter-color.is-selected {
    border-color: #dbab2d;
    background-color: rgba(219, 171, 45, 0.08);
}

.shop-filter-color-swatch {
    display: inline-block;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #e8e8e8;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.shop-filter-color-label {
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #343a40;
    white-space: nowrap;
}

.shop-filter-empty {
    margin: 0;
    padding: 6px 0;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 13px;
    color: #8a8a8a;
}

/* Footer */
.shop-filter-foot {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    height: 81px;
    padding: 16px 24px;
    background-color: #ffffff;
    border-top: 1px solid #ebebeb;
    border-bottom-left-radius: 25px;
}

.shop-filter-clear,
.shop-filter-apply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 48px;
    padding: 0 16px;
    border-radius: 34px;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25.5px;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.shop-filter-clear {
    background-color: #343a40;
    border: 1px solid #343a40;
}

.shop-filter-clear:hover {
    background-color: #ffffff;
    color: #343a40;
}

.shop-filter-apply {
    background-color: #dbab2d;
    border: 1px solid #dbab2d;
}

.shop-filter-apply:hover {
    background-color: #ffffff;
    color: #dbab2d;
}

/* ==============================================
 * Header Wishlist — badge + mini panel
 * ============================================== */
.tg-wl-header {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.tg-wl-header .tg-wl-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tg-wl-badge {
    position: absolute;
    top: -2px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #dbab2d;
    color: #ffffff;
    border-radius: 9px;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    pointer-events: none;
    white-space: nowrap;
}

.tg-wl-badge[hidden] {
    display: none;
}

.tg-wl-mini {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    z-index: 1000;
    width: 440px;
    max-width: calc(100vw - 32px);
    background-color: #ffffff;
    border-radius: 12px;
    filter: drop-shadow(-8px 0 24px rgba(0, 0, 0, 0.14));
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.25s ease;
}

.tg-wl-mini.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.tg-wl-mini::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 14px;
}

.tg-wl-mini-inner {
    max-height: 340px;
    overflow-y: auto;
    padding: 0 24px;
}

.tg-wl-mini-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tg-wl-mini-item {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.tg-wl-mini-item:last-child {
    border-bottom: 0;
}

.tg-wl-mini-thumb {
    flex: 0 0 auto;
    display: block;
    width: 70px;
    height: 84px;
    border: 1px solid #e8e8e8;
    border-radius: 9px;
    overflow: hidden;
    background-color: #ffffff;
    text-decoration: none !important;
}

.tg-wl-mini-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tg-wl-mini-body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tg-wl-mini-row-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.tg-wl-mini-name {
    flex: 1 1 auto;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #343a40;
    text-decoration: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.tg-wl-mini-name:hover {
    color: #dbab2d;
}

.tg-wl-mini-heart {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 15px;
    color: #e53935;
}

.tg-wl-mini-heart svg {
    display: block;
    width: 14px;
    height: 15px;
}

.tg-wl-mini-row-bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.tg-wl-mini-price {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 25.5px;
    color: #343a40;
}

.tg-wl-mini-price .woocommerce-Price-amount,
.tg-wl-mini-price bdi {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #343a40;
}

.tg-wl-mini-remove {
    padding: 0;
    background: transparent;
    border: 0;
    font-family: 'Montserrat', 'Nexa', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: 0.3px;
    color: #343a40;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.tg-wl-mini-remove:hover {
    color: #dbab2d;
}

.tg-wl-mini-remove.is-loading {
    opacity: 0.55;
    pointer-events: none;
}

.tg-wl-mini-empty {
    padding: 40px 0;
    text-align: center;
}

.tg-wl-mini-empty p {
    margin: 0;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 14px;
    color: #8a8a8a;
}

.tg-wl-mini-foot-bar {
    padding: 12px 24px 20px;
    border-top: 1px solid #ebebeb;
    display: flex;
    justify-content: center;
}

.tg-wl-mini-view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    padding: 0 20px;
    background-color: #343a40;
    border: 1px solid #343a40;
    border-radius: 30px;
    color: #ffffff;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-decoration: none !important;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.tg-wl-mini-view:hover {
    background-color: #dbab2d;
    color: #ffffff;
    border-color: #dbab2d;
}

/* Header Cart mini panel — mirrors Figma node 416:6155 */
.tg-cart-header {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.tg-cart-header .tg-cart-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tg-cart-badge {
    position: absolute;
    top: -2px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #dbab2d;
    color: #ffffff;
    border-radius: 9px;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    pointer-events: none;
    white-space: nowrap;
}

.tg-cart-badge[hidden] {
    display: none;
}

.tg-cart-mini {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    z-index: 1000;
    width: 440px;
    max-width: calc(100vw - 32px);
    background-color: #ffffff;
    border-radius: 12px;
    filter: drop-shadow(-8px 0 24px rgba(0, 0, 0, 0.14));
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.25s ease;
}

.tg-cart-mini.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.tg-cart-mini::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 14px;
}

.tg-cart-mini-inner {
    max-height: 340px;
    overflow-y: auto;
    padding: 0 24px;
}

.tg-cart-mini-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tg-cart-mini-item {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.tg-cart-mini-item:last-child {
    border-bottom: 0;
}

.tg-cart-mini-thumb {
    flex: 0 0 auto;
    display: block;
    width: 70px;
    height: 84px;
    border: 1px solid #e8e8e8;
    border-radius: 9px;
    overflow: hidden;
    background-color: #ffffff;
    text-decoration: none !important;
}

.tg-cart-mini-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tg-cart-mini-body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tg-cart-mini-row-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.tg-cart-mini-name {
    flex: 1 1 auto;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #343a40;
    text-decoration: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.tg-cart-mini-name:hover {
    color: #dbab2d;
}

.tg-cart-mini-price {
    flex-shrink: 0;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 25.5px;
    color: #343a40;
    white-space: nowrap;
}

.tg-cart-mini-price .woocommerce-Price-amount,
.tg-cart-mini-price bdi {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #343a40;
}

.tg-cart-mini-attrs {
    display: flex;
    gap: 14px;
    align-items: center;
    padding-top: 2px;
    flex-wrap: wrap;
}

.tg-cart-mini-attr {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.tg-cart-mini-attr-label {
    font-family: 'Montserrat', 'Nexa', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: 0.3px;
    color: #343a40;
}

.tg-cart-mini-attr-value {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    color: #343a40;
    text-transform: capitalize;
}

.tg-cart-mini-row-bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-top: 3px;
}

.tg-cart-mini-qty {
    display: inline-flex;
    align-items: center;
    height: 33px;
    padding: 2px;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    background-color: #ffffff;
    transition: opacity 0.2s ease;
}

.tg-cart-mini-qty.is-loading {
    opacity: 0.55;
    pointer-events: none;
}

.tg-cart-mini-qty-btn {
    padding: 0;
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    color: #343a40;
    cursor: pointer;
    transition: color 0.2s ease;
}

.tg-cart-mini-qty-btn:hover {
    color: #dbab2d;
}

.tg-cart-mini-qty-value {
    min-width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #dbab2d;
}

.tg-cart-mini-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.tg-cart-mini-heart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    padding: 4px;
    box-sizing: content-box;
    color: #343a40;
    transition: color 0.2s ease;
}

.tg-cart-mini-heart svg {
    display: block;
    width: 15px;
    height: 15px;
}

.tg-cart-mini-heart svg path {
    stroke: currentColor;
    fill: none;
    transition: fill 0.2s ease, stroke 0.2s ease;
}

.tg-cart-mini-heart.tinvwl-product-in-list {
    color: #dbab2d;
}

.tg-cart-mini-heart.tinvwl-product-in-list svg path {
    fill: currentColor;
    stroke: currentColor;
}

.tg-cart-mini-remove {
    padding: 0;
    background: transparent;
    border: 0;
    font-family: 'Montserrat', 'Nexa', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: 0.3px;
    color: #343a40;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.tg-cart-mini-remove:hover {
    color: #dbab2d;
}

.tg-cart-mini-remove.is-loading {
    opacity: 0.55;
    pointer-events: none;
}

.tg-cart-mini-empty {
    padding: 40px 0;
    text-align: center;
}

.tg-cart-mini-empty p {
    margin: 0;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 14px;
    color: #8a8a8a;
}

.tg-cart-mini-foot-bar {
    padding: 16px 24px 20px;
    border-top: 1px solid #ebebeb;
}

.tg-cart-mini-foot-bar:empty {
    display: none;
}

.tg-cart-mini-foot-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tg-cart-mini-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.tg-cart-mini-subtotal-label {
    font-family: 'Montserrat', 'Nexa', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.3px;
    color: #343a40;
    text-transform: uppercase;
}

.tg-cart-mini-subtotal-amount,
.tg-cart-mini-subtotal-amount .woocommerce-Price-amount,
.tg-cart-mini-subtotal-amount bdi {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #343a40;
}

.tg-cart-mini-buttons {
    display: flex;
    gap: 10px;
    align-items: stretch;
    justify-content: center;
}

.tg-cart-mini-view,
.tg-cart-mini-checkout {
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 52px;
    padding: 0 20px;
    border-radius: 34px;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.tg-cart-mini-view {
    background-color: #ffffff;
    border: 1px solid #343a40;
    color: #343a40;
}

.tg-cart-mini-view .tg-cart-mini-view-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 20px;
    color: #343a40;
    transition: color 0.25s ease;
}

.tg-cart-mini-view .tg-cart-mini-view-icon svg path {
    stroke: currentColor;
    transition: stroke 0.25s ease;
}

.tg-cart-mini-view:hover {
    background-color: #dbab2d;
    color: #ffffff;
    border-color: #dbab2d;
}

.tg-cart-mini-view:hover .tg-cart-mini-view-icon {
    color: #ffffff;
}

.tg-cart-mini-checkout {
    background-color: #343a40;
    border: 1px solid #343a40;
    color: #ffffff;
}

.tg-cart-mini-checkout:hover {
    background-color: #dbab2d;
    color: #ffffff;
    border-color: #dbab2d;
}

/* Single Product Page — Figma node 236:2382 */
.pd-banner {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #000;
    padding: 60px 0 0 0;
}

.pd-banner .pd-banner-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.pd-banner .pd-banner-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.pd-banner .pd-banner-overlay-top,
.pd-banner .pd-banner-overlay-bottom {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.pd-banner .pd-banner-overlay-top {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.43) 50.75%, rgba(0, 0, 0, 0) 89%);
}

.pd-banner .pd-banner-overlay-bottom {
    background: linear-gradient(178.16deg, rgba(0, 0, 0, 0) 1.59%, rgba(0, 0, 0, 0.6) 60.41%, rgba(0, 0, 0, 0.73) 110.11%);
    transform: scaleX(-1);
}

.pd-banner>.container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.pd-banner>.container>.row {
    width: 100%;
    margin: 0;
}

.pd-banner .pd-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    padding: 0;
}

.pd-banner .pd-banner-title {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 2.1px;
    text-transform: capitalize;
    text-align: center;
}

.pd-banner .pd-banner-title .highlight-text {
    color: #dbab2d;
}

.pd-banner .pd-banner-subtitle {
    margin: 0;
    max-width: 720px;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
}

/* Product main section */
.pd-main {
    position: relative;
    background-color: #ffffff;
    padding: 60px 0 90px;
    overflow: hidden;
}

.pd-main>.container {
    position: relative;
    z-index: 1;
}

/* Decorative background SVGs (Figma node 236:2382). */
.pd-main-decor {
    position: absolute;
    display: block;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 0;
}

.pd-main-decor-right {
    top: 380px;
    right: -290px;
    width: 627px;
    height: 557px;
}

.pd-main-decor-left {
    top: 500px;
    left: -290px;
    width: 575px;
    height: 470px;
}


/* Breadcrumb */
.pd-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 34px;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #343a40;
}

.pd-breadcrumb .pd-breadcrumb-shop {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #343a40;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pd-breadcrumb .pd-breadcrumb-shop:hover {
    color: #dbab2d;
}

.pd-breadcrumb .pd-breadcrumb-arrow {
    display: inline-block;
}

.pd-breadcrumb .pd-breadcrumb-item {
    color: #343a40;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pd-breadcrumb .pd-breadcrumb-item:hover {
    color: #dbab2d;
}

.pd-breadcrumb .pd-breadcrumb-sep {
    color: #8a8a8a;
    padding: 0 2px;
}

.pd-breadcrumb .pd-breadcrumb-current {
    color: #343a40;
    font-weight: 500;
}

/* Product row */
.pd-main-row {
    margin: 0 -15px;
    align-items: flex-start;
}

.pd-gallery-col,
.pd-detail-col {
    padding: 0 15px;
}

.pd-gallery-col {
    flex: 0 0 50%;
    max-width: 50%;
}

.pd-detail-col {
    flex: 0 0 50%;
    max-width: 50%;
}

/* Gallery */
/* Product Gallery — Slick main + asNavFor thumbnails (nav overlays main)
 * Figma node 273:1477 — gallery 619x715, container radius 25, thumbs 100x100
 * radius 15 with 2px #dbab2d border on active. Nav 20px inset from bottom+sides.
 * Image fills entire container (object-fit: cover). Nav sits absolute inside
 * .pd-gallery wrapper — specificity bumped to beat slick's .slick-slider
 * default position:relative on the initialized nav element.
 */
.pd-gallery {
    position: relative;
    width: 100%;
    max-width: 619px;
    margin: 0 auto;
}

.pd-gallery-main {
    position: relative;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    background-color: #d9d9d9;
}

.pd-gallery-main.slick-initialized {
    display: block;
}

.pd-gallery-main .pd-gallery-slide,
.pd-gallery-main .slick-slide {
    position: relative;
    width: 100%;
    aspect-ratio: 619 / 715;
    background-color: #d9d9d9;
    outline: 0;
    padding: 0;
    box-sizing: border-box;
}

.pd-gallery-main .pd-gallery-slide img,
.pd-gallery-main .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pd-gallery-main .slick-track {
    display: flex;
}

.pd-gallery-main .slick-list {
    border-radius: 25px;
    overflow: hidden;
}

/* Thumbnail nav — absolute overlay at bottom of main image.
 * Specificity (0,0,2,0) beats slick.css `.slick-slider { position:relative }`.
 * !important guards against future overrides from theme or plugin CSS.
 */
.pd-gallery .pd-gallery-nav,
.pd-gallery .pd-gallery-nav.slick-slider,
.pd-gallery .pd-gallery-nav.slick-initialized {
    position: absolute !important;
    left: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    top: auto !important;
    width: auto !important;
    z-index: 3;
    margin: 0;
    padding: 0;
    pointer-events: auto;
}

.pd-gallery .pd-gallery-nav .slick-list {
    margin: 0 -6px;
    overflow: hidden;
}

.pd-gallery .pd-gallery-nav .slick-track {
    display: flex;
}

.pd-gallery .pd-gallery-nav .slick-slide {
    /* padding: 0 6px; */
    outline: 0;
    box-sizing: border-box;
}

.pd-gallery .pd-gallery-nav .slick-slide.slick-current {
    border: 1px solid #DBAB2D;
}


.pd-gallery-nav-item {
    position: relative;
    width: 100%;
    max-width: 100px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 0 0 0 transparent;
    transition: box-shadow 0.25s ease;
}

.pd-gallery-nav-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

/* Active thumbnail — theme-gold ring via INSET box-shadow so external
 * dimensions stay identical to inactive thumbs (no layout shift). Reset
 * any transform/scale slick or theme might add to active variants so the
 * thumbnail bar remains perfectly stable.
 */
.pd-gallery .pd-gallery-nav .slick-slide.slick-current .pd-gallery-nav-item,
.pd-gallery .pd-gallery-nav .slick-slide.slick-current.slick-active .pd-gallery-nav-item,
.pd-gallery .pd-gallery-nav .slick-slide.slick-center .pd-gallery-nav-item {
    box-shadow: inset 0 0 0 2px #dbab2d;
}

/* Freeze slide transforms so no scale/zoom leaks in on active variants. */
.pd-gallery .pd-gallery-nav .slick-slide,
.pd-gallery .pd-gallery-nav .slick-slide.slick-current,
.pd-gallery .pd-gallery-nav .slick-slide.slick-active,
.pd-gallery .pd-gallery-nav .slick-slide.slick-center {
    transform: none !important;
    scale: 1 !important;
}

/* Inner thumb wrapper — identical box across every state. */
.pd-gallery .pd-gallery-nav .slick-slide .pd-gallery-nav-item,
.pd-gallery .pd-gallery-nav .slick-slide.slick-current .pd-gallery-nav-item,
.pd-gallery .pd-gallery-nav .slick-slide.slick-active .pd-gallery-nav-item,
.pd-gallery .pd-gallery-nav .slick-slide.slick-center .pd-gallery-nav-item {
    transform: none !important;
    scale: 1 !important;
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100px !important;
}

.pd-gallery.single-image .pd-gallery-nav {
    display: none !important;
}

/* Detail column */
.pd-detail {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
}

.pd-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.pd-title {
    margin: 0;
    padding: 0;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.6px;
    color: #343a40;
    flex: 1 1 auto;
}

.pd-wishlist {
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    /* margin-top: 4px; */
}

/* Hide plugin's own default markup — we render our own UI + forward clicks. */
.pd-wishlist .pd-wishlist-plugin {
    position: absolute;
    inset: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    pointer-events: none;
    opacity: 0;
}

.pd-wishlist-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 50%;
    color: #343a40;
    cursor: pointer;
    transition: color 0.25s ease, transform 0.15s ease, opacity 0.2s ease;
}

.pd-wishlist-btn:hover {
    color: #dbab2d;
    transform: scale(1.08);
}

.pd-wishlist-icon {
    display: block;
    width: 28px;
    height: 27px;
    color: inherit;
}

.pd-wishlist-btn .pd-wishlist-icon path {
    stroke: currentColor;
    fill: none;
    transition: fill 0.2s ease, stroke 0.2s ease;
}

.pd-wishlist.is-in-wishlist .pd-wishlist-btn,
.pd-wishlist.tinvwl-product-in-list .pd-wishlist-btn,
.pd-wishlist-btn.is-in-wishlist {
    color: #dbab2d;
}

.pd-wishlist.is-in-wishlist .pd-wishlist-btn .pd-wishlist-icon path,
.pd-wishlist.tinvwl-product-in-list .pd-wishlist-btn .pd-wishlist-icon path,
.pd-wishlist-btn.is-in-wishlist .pd-wishlist-icon path {
    fill: currentColor;
    stroke: currentColor;
}

.pd-wishlist-btn.is-loading,
.tank-wl-btn.is-loading,
.tank-wl-remove-btn.is-loading {
    opacity: 0.55;
    pointer-events: none;
}

/* Shop card custom wishlist button — is-in-wishlist state */
button.shop-product-wishlist.is-in-wishlist,
.shop-product-wishlist.is-in-wishlist {
    color: #dbab2d;
    border-color: #dbab2d;
}

.shop-product-wishlist.is-in-wishlist .tank-wl-btn-icon path {
    fill: currentColor;
    stroke: currentColor;
}

.tank-wl-btn-icon {
    display: block;
    color: inherit;
}

.tank-wl-btn-icon path {
    transition: fill 0.2s ease, stroke 0.2s ease;
}

.tank-wl-btn.is-in-wishlist .tank-wl-btn-icon path {
    fill: currentColor;
    stroke: currentColor;
}

/* Cart mini heart — swap outline vs filled based on wishlist state */
.tg-cart-mini-heart.is-in-wishlist {
    color: #dbab2d;
}

.tg-cart-mini-heart.is-in-wishlist svg path {
    fill: currentColor;
    stroke: currentColor;
}

/* Wishlist Page */
.tank-wl-page-wrap {
    padding: 60px 0 90px;
    background-color: #ffffff;
}

.tank-wl-page-wrap .container {
    max-width: 1240px;
}

.tank-wl-page-head {
    text-align: center;
    margin: 24px 0 40px;
}

.tank-wl-page-title {
    margin: 0 0 10px;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: normal;
    font-size: 44px;
    line-height: 1.15;
    color: #343a40;
    text-transform: capitalize;
}

.tank-wl-page-subtitle {
    margin: 0;
    font-family: 'NexaRegular', 'Nexa', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #6c757d;
}

.tank-wl-page-region .tank-wl-page {
    padding: 0;
}

.tank-wl-card {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.tank-wl-card.is-removing {
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
}

@media (max-width: 991px) {
    .tank-wl-page-title {
        font-size: 34px;
    }

    .tank-wl-page-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .tank-wl-page-wrap {
        padding: 40px 0 60px;
    }

    .tank-wl-page-title {
        font-size: 28px;
    }

    .tank-wl-page-subtitle {
        font-size: 14px;
    }

    .tank-wl-page-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px 14px;
    }
}

@media (max-width: 480px) {
    .tank-wl-page-grid {
        grid-template-columns: 1fr !important;
    }
}

.tank-wl-page {
    padding: 80px 0 90px;
    background-color: #ffffff;
}

.tank-wl-page-empty {
    text-align: center;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.tank-wl-page-empty-title {
    margin: 0;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 34px;
    line-height: 1.2;
    color: #343a40;
}

.tank-wl-page-empty-text {
    margin: 0;
    max-width: 520px;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #343a40;
}

.tank-wl-page-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 32px;
    margin-top: 6px;
    background-color: #343a40;
    border: 1px solid #343a40;
    border-radius: 24px;
    color: #ffffff;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-decoration: none !important;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.tank-wl-page-cta:hover {
    background-color: #dbab2d;
    border-color: #dbab2d;
    color: #ffffff;
}

.tank-wl-page-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 24px;
}

.tank-wl-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.tank-wl-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.tank-wl-card-thumb {
    display: block;
    aspect-ratio: 302 / 360;
    background-color: #f4f4f4;
    overflow: hidden;
}

.tank-wl-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}

.tank-wl-card:hover .tank-wl-card-thumb img {
    transform: scale(1.04);
}

.tank-wl-card-body {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tank-wl-card-title {
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.25;
    color: #343a40;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.tank-wl-card-title:hover {
    color: #dbab2d;
}

.tank-wl-card-price {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #343a40;
}

.tank-wl-card-price .woocommerce-Price-amount,
.tank-wl-card-price bdi {
    color: inherit;
    font: inherit;
}

.tank-wl-card-stock {
    font-family: 'Montserrat', 'Nexa', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.tank-wl-card-stock.in-stock {
    color: #2f8f4a;
}

.tank-wl-card-stock.out-of-stock {
    color: #d64545;
}

.tank-wl-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
}

.tank-wl-card-add {
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 16px;
    background-color: #343a40;
    border: 1px solid #343a40;
    border-radius: 21px;
    color: #ffffff;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-decoration: none !important;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.tank-wl-card-add:hover {
    background-color: #dbab2d;
    border-color: #dbab2d;
    color: #ffffff;
}

.tank-wl-card-add.is-disabled {
    opacity: 0.45;
    pointer-events: none;
}

.tank-wl-card-remove {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    color: #343a40;
    cursor: pointer;
    transition: border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}

.tank-wl-card-remove:hover {
    border-color: #d64545;
    color: #d64545;
    background-color: #ffffff;
}

/* TI Wishlist success popup — restyle to match theme */
body .tinvwl-popup-info,
body .tinvwl-modal,
body .tinvwl-modal-content,
body #tinvwl-popup-add-to-wishlist,
body .tinv-modal,
body .tinv-modal-inner,
body .tinvwl-popup {
    font-family: 'Nexa', 'Arial', sans-serif !important;
    color: #343a40 !important;
}

body .tinvwl-modal .tinvwl-modal-content,
body .tinv-modal .tinv-modal-inner,
body .tinvwl-popup-info .tinvwl-modal-content {
    background-color: #ffffff !important;
    border: 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14) !important;
    padding: 26px 30px !important;
    max-width: 420px !important;
    animation: pd-wl-pop 0.25s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes pd-wl-pop {
    from {
        opacity: 0;
        transform: translateY(-6px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

body .tinv-modal .tinv-modal-inner::before,
body .tinvwl-popup-info .tinvwl-icon-heart,
body .tinvwl-popup-info::before {
    color: #dbab2d !important;
    font-size: 26px !important;
}

body .tinvwl-modal .tinvwl-modal-content h1,
body .tinvwl-modal .tinvwl-modal-content h2,
body .tinvwl-modal .tinvwl-modal-content h3,
body .tinv-modal .tinv-modal-inner h2,
body .tinvwl-popup-info h2 {
    font-family: 'Americana', 'Times New Roman', serif !important;
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    color: #343a40 !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
}

body .tinvwl-modal .tinvwl-modal-content p,
body .tinv-modal .tinv-modal-inner p,
body .tinvwl-popup-info p {
    font-family: 'Nexa', 'Arial', sans-serif !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #343a40 !important;
    margin: 0 0 14px !important;
}

body .tinvwl-modal .tinvwl-modal-content a,
body .tinv-modal .tinv-modal-inner a,
body .tinvwl-popup-info a {
    color: #dbab2d !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

body .tinvwl-modal .tinvwl-modal-content a:hover,
body .tinv-modal .tinv-modal-inner a:hover,
body .tinvwl-popup-info a:hover {
    color: #343a40 !important;
}

body .tinvwl-modal .tinvwl-modal-content .button,
body .tinvwl-modal .tinvwl-modal-content .tinv-modal-btn,
body .tinv-modal .tinv-modal-inner .button,
body .tinvwl-popup-info .button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 42px !important;
    padding: 0 22px !important;
    background-color: #343a40 !important;
    border: 1px solid #343a40 !important;
    border-radius: 21px !important;
    color: #ffffff !important;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    text-transform: none !important;
    text-decoration: none !important;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease !important;
    box-shadow: none !important;
}

body .tinvwl-modal .tinvwl-modal-content .button:hover,
body .tinvwl-modal .tinvwl-modal-content .tinv-modal-btn:hover,
body .tinv-modal .tinv-modal-inner .button:hover,
body .tinvwl-popup-info .button:hover {
    background-color: #dbab2d !important;
    border-color: #dbab2d !important;
    color: #ffffff !important;
}

body .tinvwl-modal .tinvwl-modal-close,
body .tinv-modal .tinv-close-modal,
body .tinvwl-popup-info .tinvwl-close {
    top: 12px !important;
    right: 14px !important;
    width: 28px !important;
    height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 50% !important;
    color: #343a40 !important;
    opacity: 0.8 !important;
    transition: opacity 0.2s ease, background-color 0.2s ease !important;
}

body .tinvwl-modal .tinvwl-modal-close:hover,
body .tinv-modal .tinv-close-modal:hover,
body .tinvwl-popup-info .tinvwl-close:hover {
    background-color: #f4f4f4 !important;
    opacity: 1 !important;
}

body .tinvwl-modal .tinvwl-modal-backdrop,
body .tinv-modal .tinv-modal-back,
body .tinvwl-popup-info .tinvwl-modal-backdrop {
    background-color: rgba(0, 0, 0, 0.35) !important;
}

.pd-price {
    margin: 6px 0 0;
    padding: 0;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #343a40;
}

.pd-price .woocommerce-Price-amount,
.pd-price bdi,
.pd-price ins,
.pd-price del {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-size: 22px;
    color: #343a40;
}

.pd-price del {
    color: #8a8a8a;
    margin-right: 6px;
    text-decoration: line-through;
}

.pd-price ins {
    text-decoration: none;
    color: #dbab2d;
}

.pd-badge-text {
    margin: 10px 0 0;
    padding: 0;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #d4af37;
    letter-spacing: 0.2px;
}

.pd-rating-row {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-top: 16px;
}

.pd-stars {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.pd-stars .pd-star {
    width: 11px;
    height: 11px;
    display: block;
}

.pd-rating-text {
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #343a40;
}

.pd-detail .pd-short-desc {
    margin: 0;
    padding: 22px 0 0;
    max-width: 420px;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #343a40;
    text-transform: none;
}

.pd-detail .pd-short-desc p,
.pd-detail .pd-short-desc div {
    margin: 0 0 10px;
    padding: 0;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #343a40;
}

.pd-detail .pd-short-desc p:last-child,
.pd-detail .pd-short-desc div:last-child {
    margin-bottom: 0;
}

.pd-detail .pd-short-desc strong,
.pd-detail .pd-short-desc b {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
}

/* Attribute blocks */
.pd-attr-block {
    padding-top: 26px;
}

.pd-attr-label {
    margin: 0 0 10px;
    padding: 0;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #343a40;
}

.pd-color-swatches {
    display: grid;
    grid-template-columns: repeat(5, 103px);
    grid-auto-rows: 40px;
    row-gap: 6px;
    column-gap: 4px;
}

.pd-color-swatch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 11px 10px;
    height: 40px;
    width: 103px;
    background-color: rgba(232, 232, 232, 0.05);
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    cursor: pointer;
    color: #343a40;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    box-sizing: border-box;
}

.pd-color-swatch-dot {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #ffffff;
    background-size: cover;
    background-position: center;
    flex: 0 0 auto;
}

.pd-color-swatch-label {
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
}

.pd-color-swatch:hover:not(.is-disabled) {
    border-color: #dbab2d;
}

.pd-color-swatch.is-selected,
.pd-color-swatch[aria-pressed="true"] {
    background-color: rgba(219, 171, 45, 0.05);
    border-color: #dbab2d;
    color: #dbab2d;
}

.pd-color-swatch.is-disabled,
.pd-color-swatch[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
    text-decoration: line-through;
}

.pd-attr-size-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
}

.pd-attr-size-head .pd-attr-label {
    margin: 0;
}

.pd-size-guide {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: 'Montserrat', 'Nexa', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.3px;
    color: #343a40;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pd-size-guide:hover {
    color: #dbab2d;
}

.pd-size-buttons {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.pd-size-btn {
    width: auto;
    min-width: 65px;
    height: 42px;
    padding: 0 16px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    cursor: pointer;
    color: #343a40;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    white-space: nowrap;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    box-sizing: border-box;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.pd-size-btn:hover:not(.is-disabled):not([disabled]) {
    border-color: #dbab2d;
    color: #dbab2d;
}

.pd-size-btn.is-selected,
.pd-size-btn[aria-pressed="true"] {
    background-color: rgba(219, 171, 45, 0.05);
    border-color: #dbab2d;
    color: #dbab2d;
}

.pd-size-btn.is-disabled,
.pd-size-btn[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
    color: #8a8a8a;
    text-decoration: line-through;
    background: #f8f8f8;
}

.pd-attr-line {
    margin: 0;
    padding: 4px 0;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 14px;
    color: #343a40;
}

.pd-attr-line-label {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    margin-right: 4px;
}

/* Add-to-cart form */
.pd-add-form {
    margin-top: 26px;
}

.pd-qty-label {
    margin: 0 0 12px;
}

.pd-qty-block {
    display: flex;
    align-items: center;
}

.pd-add-block {
    margin-top: 18px;
    display: flex;
    align-items: center;
}

.pd-qty {
    display: inline-flex;
    align-items: center;
    height: 42px;
    padding: 4px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 21px;
}

.pd-qty-btn {
    width: 33px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    color: #343a40;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.pd-qty-btn:hover {
    background-color: #f4f4f4;
    color: #dbab2d;
}

.pd-qty-input {
    width: 44px;
    height: 33px;
    padding: 0;
    background: transparent;
    border: 0;
    text-align: center;
    color: #343a40;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    -moz-appearance: textfield;
}

.pd-qty-input::-webkit-outer-spin-button,
.pd-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pd-add-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #dbab2d;
    font-family: 'Plus Jakarta Sans', 'Nexa', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.25s ease, opacity 0.2s ease;
}

.pd-add-btn:hover {
    color: #343a40;
}

.pd-add-btn:disabled,
.pd-add-btn.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
    color: #dbab2d;
}

.pd-add-btn.is-loading {
    opacity: 0.7;
    pointer-events: none;
}

.pd-add-btn.is-added {
    color: #2f8f4a;
}

.pd-add-btn.is-shake {
    animation: pd-add-shake 0.4s ease;
}

@keyframes pd-add-shake {

    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-4px);
    }

    75% {
        transform: translateX(4px);
    }
}

/* Meta */
.pd-meta {
    margin-top: 22px;
    padding-top: 22px;
    /* border-top: 1px solid #ebebeb; */
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pd-meta-line {
    margin: 0;
    padding: 0;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #343a40;
}

.pd-meta-label {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    margin-right: 6px;
}

.pd-meta a {
    color: #343a40;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pd-meta a:hover {
    color: #dbab2d;
}

.pd-meta-stock.out-of-stock .pd-meta-value {
    color: #e53935;
}

.pd-meta-stock.in-stock .pd-meta-value {
    color: #2f8f4a;
}

/* Hide SKU + Categories meta lines (kept in DOM for future use) */
.pd-meta-hidden {
    display: none !important;
}

/* Product Tabs — Details / Care / Reviews */
.pd-tabs-row {
    margin-top: 60px;
}

.pd-tabs {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.pd-tabs-nav {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 40px;
    border-bottom: 1px solid #ebebeb;
    padding: 0;
}

.pd-tabs-tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 4px;
    background: transparent;
    border: 0;
    color: #8a8a8a;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.25s ease;
}

.pd-tabs-tab:hover {
    color: #343a40;
}

.pd-tabs-tab.is-active {
    color: #343a40;
}

.pd-tabs-indicator {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 0;
    background-color: #dbab2d;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.pd-tabs-panels {
    padding: 30px 0 0;
}

.pd-tabs-panel {
    display: none;
    animation: pd-tab-fade 0.25s ease;
}

.pd-tabs-panel.is-active {
    display: block;
}

@keyframes pd-tab-fade {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pd-tabs-content,
.pd-tabs-content p,
.pd-tabs-content li {
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #343a40;
}

/* .pd-tabs-content { max-width: 900px; } */
.pd-tabs-content p {
    margin: 0 0 14px;
}

.pd-tabs-content p:last-child {
    margin-bottom: 0;
}

.pd-tabs-content ul,
.pd-tabs-content ol {
    margin: 0 0 14px;
    padding-left: 20px;
}

.pd-tabs-content li {
    margin-bottom: 6px;
}

.pd-tabs-content strong,
.pd-tabs-content b {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
}

.pd-tabs-content h1,
.pd-tabs-content h2,
.pd-tabs-content h3,
.pd-tabs-content h4 {
    font-family: 'Americana', 'Times New Roman', serif;
    color: #343a40;
    margin: 24px 0 12px;
}

.pd-tabs-content h2 {
    font-size: 22px;
    line-height: 1.2;
}

.pd-tabs-content h3 {
    font-size: 18px;
    line-height: 1.3;
}

/* Reviews tab — WooCommerce comments styling override */
.pd-tabs-content-reviews.woocommerce #reviews {
    margin: 0;
}

.pd-tabs-content-reviews.woocommerce #reviews #comments {
    padding: 0;
}

.pd-tabs-content-reviews.woocommerce #reviews #comments h2 {
    font-family: 'Americana', 'Times New Roman', serif;
    font-size: 22px;
    color: #343a40;
    margin: 0 0 20px;
}

.pd-tabs-content-reviews.woocommerce #reviews .commentlist {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.pd-tabs-content-reviews.woocommerce #reviews .commentlist li.review {
    display: flex;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.pd-tabs-content-reviews.woocommerce #reviews .commentlist img.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 0;
    border: 0;
    background: transparent;
    position: static;
}

.pd-tabs-content-reviews.woocommerce #reviews .comment-text {
    padding: 0;
    border: 0;
    margin: 0;
    flex: 1;
}

.pd-tabs-content-reviews.woocommerce #reviews .comment-text .star-rating {
    float: none;
    margin-bottom: 8px;
}

.pd-tabs-content-reviews.woocommerce #reviews .meta {
    margin-bottom: 8px;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    color: #343a40;
}

.pd-tabs-content-reviews.woocommerce #review_form_wrapper {
    margin-top: 20px;
}

.pd-tabs-content-reviews.woocommerce #respond {
    background: #fafafa;
    padding: 24px;
    border-radius: 12px;
}

.pd-tabs-content-reviews.woocommerce #respond .comment-reply-title {
    font-family: 'Americana', 'Times New Roman', serif;
    font-size: 20px;
    color: #343a40;
    margin: 0 0 16px;
    display: block;
}

.pd-tabs-content-reviews.woocommerce #respond .comment-form label {
    display: block;
    margin-bottom: 6px;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    color: #343a40;
}

.pd-tabs-content-reviews.woocommerce #respond .comment-form input[type="text"],
.pd-tabs-content-reviews.woocommerce #respond .comment-form input[type="email"],
.pd-tabs-content-reviews.woocommerce #respond .comment-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #ffffff;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 14px;
    color: #343a40;
}

.pd-tabs-content-reviews.woocommerce #respond .comment-form-rating .stars a {
    color: #dbab2d;
}

.pd-tabs-content-reviews.woocommerce #respond .form-submit input[type="submit"] {
    height: 44px;
    padding: 0 24px;
    border: 1px solid #343a40;
    border-radius: 22px;
    background: #343a40;
    color: #ffffff;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.pd-tabs-content-reviews.woocommerce #respond .form-submit input[type="submit"]:hover {
    background: #dbab2d;
    border-color: #dbab2d;
}

.pd-tabs-content-reviews.woocommerce .woocommerce-noreviews {
    padding: 20px 0;
    color: #8a8a8a;
    font-family: 'Nexa', 'Arial', sans-serif;
}

/* Related section — "Wear It With" */
.pd-related {
    position: relative;
    padding: 92px 0 100px;
    background-color: #F0F0F0;
    overflow: hidden;
    isolation: isolate;
}

/* Decorative background — soft radial pattern (fallback when no ACF image). */
.pd-related-decor {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 8% 20%, rgba(219, 171, 45, 0.06), transparent 42%),
        radial-gradient(circle at 92% 82%, rgba(52, 58, 64, 0.05), transparent 44%),
        radial-gradient(circle at 88% 12%, rgba(219, 171, 45, 0.04), transparent 38%),
        radial-gradient(circle at 12% 90%, rgba(219, 171, 45, 0.05), transparent 40%),
        linear-gradient(180deg, #fbfaf7 0%, #ffffff 60%);
}

/* ACF-supplied decorative image — layered above gradient fallback. */
.pd-related-decor-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.pd-related-decor-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pd-related.has-decor .pd-related-decor {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.pd-related>.container {
    position: relative;
    z-index: 1;
}

.pd-related-head {
    text-align: center;
    padding-bottom: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.pd-related-title {
    margin: 0;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #343a40;
}

.pd-related-title .highlight-text {
    color: #dbab2d;
}

.pd-related-title .normal-text {
    color: #343a40;
    margin-left: 0.16em;
}

.pd-related-title .highlight-text+.normal-text {
    margin-left: 0.16em;
}

.pd-related-subtitle {
    margin: 0;
    max-width: 720px;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #343a40;
}

.pd-related-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    row-gap: 10px;
    margin-left: 0;
    margin-right: 0;
}

/* 4-column single-row desktop grid — overrides shop card's default col-md-4 */
.pd-related .shop-product-col {
    flex: 1 1 0;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
}

.pd-related .shop-product-card {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.pd-related .shop-product-media {
    aspect-ratio: 302 / 400;
    background-color: #e8e3d9;
    border-radius: 14px;
    overflow: hidden;
}

.pd-related .shop-product-media img,
.pd-related .shop-product-media a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

.pd-related .shop-product-card:hover .shop-product-media img {
    transform: scale(1.04);
}

.pd-related .shop-product-body {
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pd-related .shop-product-title {
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25.5px;
    color: #343a40;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.pd-related .shop-product-title:hover {
    color: #dbab2d;
}

.pd-related .shop-product-desc {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 19.5px;
    color: #dbab2d;
}

.pd-related .shop-product-price {
    padding-top: 4px;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #343a40;
}

.pd-related .shop-product-price .woocommerce-Price-amount,
.pd-related .shop-product-price bdi {
    color: inherit;
    font: inherit;
}

/* Testimonials wrapper on product page — reuses .what-our-community-says */
.pd-testimonials {
    padding-top: 60px;
}

/* WooCommerce Cart Page — Figma node 416:6728. Force single-column: kill
 * any inherited flex/grid from WC or parent theme that would otherwise
 * split content into a two-column layout beside the items list.
 */
.tg-cart-page,
.tg-cart-page * {
    box-sizing: border-box;
}

.tg-cart-page {
    background-color: #ffffff;
    padding: 60px 0 90px;
    display: block !important;
}

.tg-cart-page .container {
    max-width: 1240px;
}

.tg-cart-page .woocommerce-cart-form,
.tg-cart-page .woocommerce-cart-form__contents,
.tg-cart-page .cart-collaterals,
.tg-cart-page .cart_totals,
.tg-cart-page .wc-block-cart,
.tg-cart-page .wp-block-woocommerce-cart {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    grid-template-columns: 1fr !important;
}

/* Hide any WC-injected totals/collateral column — our custom footer replaces it. */
.tg-cart-page .cart-collaterals,
.tg-cart-page .cart_totals,
.tg-cart-page .cross-sells,
.tg-cart-page .shipping-calculator-form,
.tg-cart-page .woocommerce-cart-form__cart-item.cart_item {
    /* Only hide default totals blocks, not our items. */
}

.tg-cart-page .cart-collaterals,
.tg-cart-page .cart_totals,
.tg-cart-page .cross-sells {
    display: none !important;
}

/* Hide all WC notices on the cart page — product already visible in list. */
body.tg-is-cart .woocommerce-notices-wrapper,
body.tg-is-cart .woocommerce-message,
body.tg-is-cart .woocommerce-error,
body.tg-is-cart .woocommerce-info,
body.tg-is-cart .wc-block-components-notice-banner,
.tg-cart-page .woocommerce-notices-wrapper,
.tg-cart-page .woocommerce-message,
.tg-cart-page .woocommerce-error,
.tg-cart-page .woocommerce-info {
    display: none !important;
}

/* Hide default "Cart" page title. Cover most theme selectors. */
body.tg-is-cart .entry-title,
body.tg-is-cart .page-title,
body.tg-is-cart h1.entry-title,
body.tg-is-cart h1.page-title,
body.tg-is-cart .wp-block-post-title,
body.tg-is-cart .woocommerce-products-header__title,
body.tg-is-cart .page>header,
body.tg-is-cart .entry-header {
    display: none !important;
}

/* Cart page — force nav out of absolute overlay mode + solid black bg.
 * Scoped to .woocommerce-cart / .tg-is-cart so Home / Shop / Product
 * transparent-overlay header behavior is unchanged.
 */
body.woocommerce-cart .tg-site-header,
body.tg-is-cart .tg-site-header {
    position: relative;
    background-color: #000;
}

body.woocommerce-cart .tg-site-header .tg-nav,
body.tg-is-cart .tg-site-header .tg-nav {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    background-color: #000 !important;
}

body.woocommerce-cart .tg-site-header .tg-nav,
body.woocommerce-cart .tg-site-header .tg-nav .tg-nav-primary-menu a,
body.woocommerce-cart .tg-site-header .tg-nav .tg-nav-action,
body.woocommerce-cart .tg-site-header .tg-nav .tg-nav-action>svg,
body.tg-is-cart .tg-site-header .tg-nav,
body.tg-is-cart .tg-site-header .tg-nav .tg-nav-primary-menu a,
body.tg-is-cart .tg-site-header .tg-nav .tg-nav-action,
body.tg-is-cart .tg-site-header .tg-nav .tg-nav-action>svg {
    color: #ffffff;
}

body.woocommerce-cart .tg-site-header .tg-nav .tg-nav-action:hover,
body.woocommerce-cart .tg-site-header .tg-nav .tg-nav-primary-menu a:hover,
body.tg-is-cart .tg-site-header .tg-nav .tg-nav-action:hover,
body.tg-is-cart .tg-site-header .tg-nav .tg-nav-primary-menu a:hover {
    color: #dbab2d;
}

/* Ensure body/site has no top gap on cart. */
body.woocommerce-cart,
body.tg-is-cart {
    background-color: #ffffff;
}

body.woocommerce-cart #page,
body.tg-is-cart #page {
    padding-top: 0;
    margin-top: 0;
}

/* Cart-only header height + logo breathing room. Nav row bumps to 120px
 * so the logo has ~22px vertical padding above and below, matching Figma.
 */
body.woocommerce-cart .tg-site-header .tg-nav,
body.tg-is-cart .tg-site-header .tg-nav {
    height: auto !important;
    min-height: 120px;
    padding: 22px 0;
}

body.woocommerce-cart .tg-site-header .tg-nav-inner,
body.tg-is-cart .tg-site-header .tg-nav-inner {
    height: auto;
    min-height: 76px;
}

body.woocommerce-cart .tg-site-header .tg-nav-row,
body.tg-is-cart .tg-site-header .tg-nav-row {
    min-height: 76px;
    align-items: center;
}

body.woocommerce-cart .tg-site-header .tg-nav-primary-col,
body.woocommerce-cart .tg-site-header .tg-brand-col,
body.woocommerce-cart .tg-site-header .tg-nav-actions-col,
body.tg-is-cart .tg-site-header .tg-nav-primary-col,
body.tg-is-cart .tg-site-header .tg-brand-col,
body.tg-is-cart .tg-site-header .tg-nav-actions-col {
    min-height: 76px;
    align-items: center;
}

body.woocommerce-cart .tg-site-header .tg-brand,
body.tg-is-cart .tg-site-header .tg-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

body.woocommerce-cart .tg-site-header .tg-brand img,
body.woocommerce-cart .tg-site-header .tg-brand .custom-logo,
body.tg-is-cart .tg-site-header .tg-brand img,
body.tg-is-cart .tg-site-header .tg-brand .custom-logo {
    /* max-height: 60px; */
    height: auto;
    width: auto;
    display: block;
}

/* Same dark header treatment for Checkout via .tg-has-dark-header. */
body.tg-has-dark-header .tg-site-header {
    position: relative;
    background-color: #000;
}

body.tg-has-dark-header .tg-site-header .tg-nav {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    background-color: #000 !important;
    height: auto !important;
    min-height: 120px;
    padding: 22px 0;
}

body.tg-has-dark-header .tg-site-header .tg-nav,
body.tg-has-dark-header .tg-site-header .tg-nav .tg-nav-primary-menu a,
body.tg-has-dark-header .tg-site-header .tg-nav .tg-nav-action,
body.tg-has-dark-header .tg-site-header .tg-nav .tg-nav-action>svg {
    color: #ffffff;
}

body.tg-has-dark-header .tg-site-header .tg-nav .tg-nav-action:hover,
body.tg-has-dark-header .tg-site-header .tg-nav .tg-nav-primary-menu a:hover {
    color: #dbab2d;
}

body.tg-has-dark-header .tg-site-header .tg-nav-inner,
body.tg-has-dark-header .tg-site-header .tg-nav-row,
body.tg-has-dark-header .tg-site-header .tg-nav-primary-col,
body.tg-has-dark-header .tg-site-header .tg-brand-col,
body.tg-has-dark-header .tg-site-header .tg-nav-actions-col {
    min-height: 76px;
    align-items: center;
}

body.tg-has-dark-header .tg-site-header .tg-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

body.tg-has-dark-header,
body.tg-is-checkout {
    background-color: #ffffff;
}

body.tg-has-dark-header #page {
    padding-top: 0;
    margin-top: 0;
}

body.tg-is-checkout .entry-title,
body.tg-is-checkout .page-title,
body.tg-is-checkout .wp-block-post-title,
body.tg-is-checkout .entry-header,
body.tg-is-checkout .woocommerce>.woocommerce-notices-wrapper,
body.tg-is-checkout .woocommerce>.woocommerce-message,
body.tg-is-checkout .woocommerce>.woocommerce-info,
body.tg-is-checkout .woocommerce>.woocommerce-error,
body.tg-is-checkout .woocommerce>.woocommerce-form-coupon-toggle,
body.tg-is-checkout .woocommerce>.checkout_coupon,
body.tg-is-checkout .woocommerce-shipping-fields,
body.tg-is-checkout .woocommerce-additional-fields,
body.tg-is-checkout #ship-to-different-address,
body.tg-is-checkout .shipping_address,
body.tg-is-checkout #order_comments_field {
    display: none !important;
}

/* Kill stray <p> tags injected before wpautop is disabled. */
body.tg-is-checkout .tg-checkout-page>.container>p:empty,
body.tg-is-checkout .tg-checkout-page-grid>p:empty,
body.tg-is-checkout .tg-checkout-page-main>p:empty,
body.tg-is-checkout .tg-checkout-fields-grid>p:empty,
body.tg-is-checkout .tg-checkout-page-details>p:empty,
body.tg-is-checkout .tg-checkout-page-fields>p:empty {
    display: none !important;
}

body.tg-is-checkout .tg-checkout-page br {
    display: none;
}

body.tg-is-checkout .tg-checkout-page .tg-checkout-summary-body br,
body.tg-is-checkout .tg-checkout-page .tg-checkout-summary-attrs br,
body.tg-is-checkout .tg-checkout-page .tg-checkout-summary-title-row br,
body.tg-is-checkout .tg-checkout-page .tg-checkout-summary-thumb br,
body.tg-is-checkout .tg-checkout-page .tg-checkout-summary-price-row br,
body.tg-is-checkout .tg-checkout-page .tg-checkout-summary-totals br,
body.tg-is-checkout .tg-checkout-page-breadcrumb br {
    display: none !important;
}

/* ============================================================
 * Checkout page — Figma node 448:5363
 * ============================================================ */
.tg-checkout-page {
    background-color: #ffffff;
    padding: 60px 0 90px;
}

.tg-checkout-page .container {
    max-width: 1240px;
}

.tg-checkout-page-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 34px;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #343a40;
}

.tg-checkout-page-breadcrumb-shop {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #343a40;
    text-decoration: none;
    transition: color 0.2s ease;
}

.tg-checkout-page-breadcrumb-shop:hover,
.tg-checkout-page-breadcrumb-item:hover {
    color: #dbab2d;
}

.tg-checkout-page-breadcrumb-item {
    color: #343a40;
    text-decoration: none;
    transition: color 0.2s ease;
}

.tg-checkout-page-breadcrumb-sep {
    color: #8a8a8a;
    padding: 0 2px;
}

.tg-checkout-page-breadcrumb-current {
    color: #dbab2d;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
}

/* Two-col grid — 758px form / 420px summary per Figma (1240 container) */
.tg-checkout-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 758fr) minmax(0, 420fr);
    gap: 62px;
    align-items: start;
}

.tg-checkout-page-main {
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-width: 0;
}

.tg-checkout-page-aside {
    position: sticky;
    top: 24px;
    min-width: 0;
    width: 100%;
}

.tg-checkout-page-summary-card {
    width: 100%;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 14px;
    padding: 20px 20px 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}

/* Reset WC field wrapper floats/widths inside our grid — kills default
 * WooCommerce frontend.css layout so grid takes over.
 */
.tg-checkout-page .form-row,
.tg-checkout-page-fields .form-row,
.tg-checkout-fields-grid .form-row {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: none !important;
    display: flex !important;
    flex-direction: column;
}

.tg-checkout-page .form-row-first,
.tg-checkout-page .form-row-last {
    width: auto !important;
}

/* Force any hidden checkout label to render normally (address_2, etc.). */
.tg-checkout-page .form-row label.screen-reader-text,
.tg-checkout-page .form-row .screen-reader-text {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    clip: auto !important;
    clip-path: none !important;
    overflow: visible !important;
    white-space: normal !important;
    display: block !important;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #343a40;
}

/* Neutralize WC's default form-row-wide (would span both cols) — only
 * explicit address_1/address_2 IDs span full width, handled below. */
.tg-checkout-fields-grid .form-row.form-row-wide,
.tg-checkout-fields-grid .form-row-wide {
    grid-column: auto;
}

.tg-checkout-page .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

/* Section titles */
.tg-checkout-page-section-title {
    margin: 0 0 22px;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 37px;
    color: #343a40;
}

/* Fields grid — 2-col default. Only address_1 + address_2 span full width. */
.tg-checkout-fields-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 24px;
    row-gap: 24px;
}

.tg-checkout-fields-grid>* {
    grid-column: auto !important;
}

/* Full-width fields per Figma: Country + Street Address (address_1) only.
 * Address_2 stays 50% so it pairs with City on the same row.
 */
.tg-checkout-fields-grid #billing_country_field,
.tg-checkout-fields-grid #shipping_country_field,
.tg-checkout-fields-grid #billing_address_1_field,
.tg-checkout-fields-grid #shipping_address_1_field {
    grid-column: 1 / -1 !important;
}


/* WooCommerce field styling — inputs, labels, selects */
.tg-checkout-page .form-row {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.tg-checkout-page .form-row label,
.tg-checkout-page .woocommerce-input-wrapper+label,
.tg-checkout-page label {
    display: block;
    margin: 0 0 8px;
    padding: 0;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #343a40;
}

.tg-checkout-page .form-row .required {
    color: #d64545;
    text-decoration: none;
    margin-left: 2px;
}

.tg-checkout-page .form-row .optional {
    color: #8a8a8a;
    font-weight: 400;
    margin-left: 4px;
}

.tg-checkout-page .form-row input[type="text"],
.tg-checkout-page .form-row input[type="email"],
.tg-checkout-page .form-row input[type="tel"],
.tg-checkout-page .form-row input[type="number"],
.tg-checkout-page .form-row input[type="password"],
.tg-checkout-page .form-row textarea,
.tg-checkout-page .form-row select,
.tg-checkout-page .select2-container--default .select2-selection--single,
.tg-checkout-page .select2-selection {
    width: 100%;
    height: 50px;
    padding: 12px 16px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #343a40;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
}

.tg-checkout-page .form-row textarea {
    height: auto;
    min-height: 100px;
}

.tg-checkout-page .form-row input:focus,
.tg-checkout-page .form-row textarea:focus,
.tg-checkout-page .form-row select:focus,
.tg-checkout-page .select2-container--default.select2-container--focus .select2-selection--single,
.tg-checkout-page .select2-container--default .select2-selection--single:focus {
    border-color: #343a40;
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.08);
}

.tg-checkout-page .form-row input::placeholder,
.tg-checkout-page .form-row textarea::placeholder {
    color: #8a8a8a;
}

.tg-checkout-page .form-row.woocommerce-invalid input,
.tg-checkout-page .form-row.woocommerce-invalid select {
    border-color: #d64545;
}

/* Select2 rendered dropdown — force 50px height + matching radius/border */
.tg-checkout-page .select2-container {
    width: 100% !important;
}

.tg-checkout-page .select2-container--default .select2-selection--single,
.tg-checkout-page span.select2-selection.select2-selection--single {
    width: 100% !important;
    height: 50px !important;
    padding: 0 !important;
    background-color: #ffffff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    outline: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tg-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex !important;
    align-items: center;
    height: 48px;
    line-height: 24px !important;
    padding: 0 44px 0 16px !important;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 16px;
    color: #343a40 !important;
}

.tg-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0 !important;
    right: 12px !important;
    height: 48px !important;
    width: 20px !important;
}

.tg-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #343a40 transparent transparent transparent !important;
    border-width: 6px 5px 0 5px !important;
    margin-left: -5px !important;
    margin-top: -3px !important;
}

.tg-checkout-page .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #343a40 transparent !important;
    border-width: 0 5px 6px 5px !important;
}

.tg-checkout-page .select2-container--default.select2-container--focus .select2-selection--single,
.tg-checkout-page .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #343a40 !important;
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.08) !important;
}

.tg-checkout-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #8a8a8a !important;
}

/* Native select fallback (no Select2) */
.tg-checkout-page .form-row select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath fill='%23343a40' d='M6 7 0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 7px;
    padding-right: 44px;
}

/* Select2 dropdown menu (opened) — match theme */
.select2-dropdown {
    border: 1px solid #e8e8e8 !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #343a40 !important;
    color: #ffffff !important;
}

.select2-search--dropdown .select2-search__field {
    padding: 8px 12px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    outline: none;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 14px;
}

/* Section wrappers */
.tg-checkout-page-section {
    background: #ffffff;
    padding: 0;
    margin: 0;
}

.tg-checkout-page-section+.tg-checkout-page-section {
    margin-top: 8px;
}

/* Payment methods */
/* Payment methods — clean list, no outer border/padding, custom radios. */
.tg-checkout-page .wc_payment_methods,
.tg-checkout-page ul.wc_payment_methods {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: transparent;
    border: 0;
}

.tg-checkout-page .wc_payment_method {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.tg-checkout-page .wc_payment_method>label,
.tg-checkout-page .wc_payment_method .payment_method_label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 8px 0;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    color: #343a40;
    cursor: pointer;
}

.tg-checkout-page .wc_payment_method img {
    max-height: 22px;
    width: auto;
    margin-left: 6px;
}

.tg-checkout-page .payment_box {
    margin: 6px 0 10px;
    padding: 14px 16px;
    background: #f8f8f8;
    border: 0;
    border-radius: 10px;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #343a40;
}

.tg-checkout-page .payment_box::before {
    display: none !important;
}

.tg-checkout-page .payment_box p:last-child {
    margin-bottom: 0;
}

/* Terms + Save-card / update-account checkbox row */
.tg-checkout-page .woocommerce-terms-and-conditions-wrapper,
.tg-checkout-page .form-row.woocommerce-SavedPaymentMethods-saveNew,
.tg-checkout-page .form-row.woocommerce-validated,
.tg-checkout-page .woocommerce-SavedPaymentMethods,
.tg-checkout-page .payment_box .form-row {
    display: block;
    margin-top: 10px;
}

/* Save Payment Info row — force inline flex, left aligned. Covers Stripe,
 * WooPayments, Square, and any gateway putting a checkbox inside .payment_box.
 */
.tg-checkout-page .payment_box .form-row.woocommerce-SavedPaymentMethods-saveNew,
.tg-checkout-page .payment_box .form-row.wc-stripe-save-source,
.tg-checkout-page .payment_box .wc-stripe-save-payment-method,
.tg-checkout-page .payment_box .form-row-wide.woocommerce-SavedPaymentMethods-saveNew,
.tg-checkout-page .payment_box .save-payment-method,
.tg-checkout-page .payment_box .wc-save-card,
.tg-checkout-page .payment_box .wc-stripe-save-source-container,
.tg-checkout-page .payment_box p.form-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    text-align: left !important;
    width: 100% !important;
    max-width: 100% !important;
}

.tg-checkout-page .payment_box .form-row.woocommerce-SavedPaymentMethods-saveNew label,
.tg-checkout-page .payment_box .form-row.wc-stripe-save-source label,
.tg-checkout-page .payment_box .wc-stripe-save-payment-method label,
.tg-checkout-page .payment_box .save-payment-method label,
.tg-checkout-page .payment_box .form-row label.checkbox,
.tg-checkout-page .payment_box label.woocommerce-form__label-for-checkbox,
.tg-checkout-page .payment_box p.form-row label {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Nexa', 'Arial', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #343a40 !important;
    text-align: left !important;
    cursor: pointer;
    width: auto !important;
}

.tg-checkout-page .payment_box .form-row label input[type="checkbox"],
.tg-checkout-page .payment_box label input[type="checkbox"],
.tg-checkout-page .payment_box .woocommerce-form__input-checkbox {
    order: -1 !important;
    margin: 0 !important;
    flex: 0 0 auto;
}

/* Kill any pseudo-element pushing label to new line. */
.tg-checkout-page .payment_box .form-row::before,
.tg-checkout-page .payment_box .form-row::after,
.tg-checkout-page .payment_box label::before,
.tg-checkout-page .payment_box label::after {
    content: none !important;
    display: none !important;
}

.tg-checkout-page .woocommerce-SavedPaymentMethods {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tg-checkout-page .woocommerce-SavedPaymentMethods li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 8px 0;
}

.tg-checkout-page .woocommerce-SavedPaymentMethods li label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #343a40;
    cursor: pointer;
}

/* Custom radio buttons — theme gold accent, locked 18x18 size. */
.tg-checkout-page .wc_payment_method input[type="radio"],
.tg-checkout-page .payment_box input[type="radio"],
.tg-checkout-page .woocommerce-SavedPaymentMethods input[type="radio"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    flex: 0 0 18px !important;
    padding: 0 !important;
    margin: 0 10px 0 0 !important;
    background: #ffffff;
    border: 1.5px solid #c9c9c9;
    border-radius: 50%;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    display: inline-block !important;
    /* vertical-align: middle; */
    transition: border-color 0.2s ease;
    position: relative !important;
    overflow: hidden;
    box-sizing: border-box !important;
}

.tg-checkout-page .wc_payment_method input[type="radio"]:hover,
.tg-checkout-page .payment_box input[type="radio"]:hover,
.tg-checkout-page .woocommerce-SavedPaymentMethods input[type="radio"]:hover {
    border-color: #dbab2d;
}

.tg-checkout-page .wc_payment_method input[type="radio"]:checked,
.tg-checkout-page .payment_box input[type="radio"]:checked,
.tg-checkout-page .woocommerce-SavedPaymentMethods input[type="radio"]:checked {
    border-color: #dbab2d;
}

.tg-checkout-page .wc_payment_method input[type="radio"]:checked::after,
.tg-checkout-page .payment_box input[type="radio"]:checked::after,
.tg-checkout-page .woocommerce-SavedPaymentMethods input[type="radio"]:checked::after {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #dbab2d;
    display: block;
}

.tg-checkout-page input[type="radio"]:focus,
.tg-checkout-page input[type="radio"]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(219, 171, 45, 0.18);
}

/* Custom checkboxes — theme gold accent, no ripple, locked 18x18 size. */
.tg-checkout-page input[type="checkbox"],
.tg-checkout-page .woocommerce-form__input-checkbox,
.tg-checkout-page .input-checkbox {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    flex: 0 0 18px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #ffffff;
    border: 1.5px solid #c9c9c9;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    display: inline-block !important;
    vertical-align: middle;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    position: relative !important;
    overflow: hidden;
    box-sizing: border-box !important;
}

.tg-checkout-page input[type="checkbox"]:hover {
    border-color: #dbab2d;
}

.tg-checkout-page input[type="checkbox"]:checked {
    background-color: #dbab2d;
    border-color: #dbab2d;
}

.tg-checkout-page input[type="checkbox"]:checked::after {
    content: "";
    width: 10px;
    height: 6px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg) translate(1px, -1px);
    display: block;
}

.tg-checkout-page input[type="checkbox"]:focus,
.tg-checkout-page input[type="checkbox"]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(219, 171, 45, 0.18);
}

/* Kill any ripple / material-style pseudo shadow the plugin/theme may inject.
 * The parent theme injects input::after (17x17 grey ring) + input::before
 * (background dot) on every checkbox/radio. Nuke both in checkout scope so
 * only our custom :checked::after checkmark/dot renders.
 */
.tg-checkout-page input[type="radio"]::before,
.tg-checkout-page input[type="checkbox"]::before,
.tg-checkout-page .woocommerce-form__input::before,
.tg-checkout-page .input-checkbox::before,
.tg-checkout-page label.checkbox::before,
.tg-checkout-page input[type="radio"]::after,
.tg-checkout-page input[type="checkbox"]::after,
.tg-checkout-page .woocommerce-form__input::after,
.tg-checkout-page .input-checkbox::after {
    all: unset !important;
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    background: transparent !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Re-enable our checkmark / radio dot only when checked. Absolute-centered
 * so pseudo-element never affects the input's dimensions.
 */
.tg-checkout-page input[type="checkbox"]:checked::after {
    all: unset !important;
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 10px !important;
    height: 5px !important;
    border: 0 !important;
    border-left: 2px solid #ffffff !important;
    border-bottom: 2px solid #ffffff !important;
    background: transparent !important;
    transform: translate(-50%, -65%) rotate(-45deg) !important;
    box-shadow: none !important;
    pointer-events: none;
}

.tg-checkout-page input[type="radio"]:checked::after {
    all: unset !important;
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 9px !important;
    height: 9px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #dbab2d !important;
    transform: translate(-50%, -50%) !important;
    box-shadow: none !important;
    pointer-events: none;
}

/* Force clean :checked box (no inner ring or double border). */
.tg-checkout-page input[type="checkbox"]:checked {
    background-color: #dbab2d !important;
    border-color: #dbab2d !important;
    box-shadow: none !important;
    outline: none !important;
}

.tg-checkout-page input[type="radio"]:checked {
    background-color: #ffffff !important;
    border-color: #dbab2d !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Save Payment Info label + checkbox — align center, no stray gaps. */
.tg-checkout-page .payment_box p.form-row,
.tg-checkout-page .payment_box .form-row {
    line-height: 1 !important;
    vertical-align: middle;
}

.tg-checkout-page .payment_box label {
    line-height: 20px !important;
    vertical-align: middle;
}

.tg-checkout-page .payment_box input[type="checkbox"] {
    vertical-align: middle;
    align-self: center !important;
    top: 0 !important;
    margin: 0 !important;
}

/* Ensure terms/consent row is a clean flex row too. */
.tg-checkout-page .woocommerce-terms-and-conditions-checkbox-text,
.tg-checkout-page .woocommerce-form__label-for-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #343a40;
    cursor: pointer;
}

.tg-checkout-page .woocommerce-form__label-for-checkbox input {
    order: -1;
}

/* Place Order button */
/* Place Order button — full-width primary CTA matching theme buttons. */
.tg-checkout-page #place_order,
.tg-checkout-page button#place_order,
.tg-checkout-page .woocommerce-checkout-review-order .place-order .button,
.tg-checkout-page .place-order .button,
.tg-checkout-page .place-order button.button.alt,
.tg-checkout-page .place-order button[type="submit"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 56px !important;
    height: 56px !important;
    padding: 0 32px !important;
    margin: 24px 0 0 !important;
    background-color: #343a40 !important;
    background-image: none !important;
    border: 1px solid #343a40 !important;
    border-radius: 34px !important;
    color: #ffffff !important;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: 0.3px !important;
    text-align: center !important;
    text-transform: none !important;
    text-decoration: none !important;
    text-shadow: none !important;
    cursor: pointer;
    box-shadow: none !important;
    outline: none;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.15s ease;
    box-sizing: border-box !important;
    float: none !important;
}

.tg-checkout-page #place_order:hover,
.tg-checkout-page button#place_order:hover,
.tg-checkout-page .place-order .button:hover,
.tg-checkout-page .place-order button.button.alt:hover,
.tg-checkout-page .place-order button[type="submit"]:hover {
    background-color: #dbab2d !important;
    border-color: #dbab2d !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.tg-checkout-page #place_order:focus,
.tg-checkout-page #place_order:focus-visible {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(219, 171, 45, 0.24) !important;
}

.tg-checkout-page #place_order:active {
    transform: translateY(0);
    background-color: #2c3238 !important;
    border-color: #2c3238 !important;
}

.tg-checkout-page #place_order:disabled,
.tg-checkout-page #place_order[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
    background-color: #343a40 !important;
    border-color: #343a40 !important;
}

.tg-checkout-page .place-order,
.tg-checkout-page .form-row.place-order {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    background: transparent !important;
    border: 0 !important;
}

.tg-checkout-page .woocommerce-privacy-policy-text,
.tg-checkout-page .woocommerce-terms-and-conditions-wrapper {
    margin-top: 10px;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #343a40;
}

/* Right-column summary — Figma frame 448:5406 (420 wide, 20 padding) */
.tg-checkout-summary {
    width: 100%;
}

.tg-checkout-summary-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tg-checkout-summary-item {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 14px;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.tg-checkout-summary-item:first-child {
    padding-top: 0;
}

.tg-checkout-summary-thumb {
    flex: 0 0 100px;
    width: 100px;
    height: 120px;
    display: block;
    background: #f4f4f4;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none !important;
}

.tg-checkout-summary-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.tg-checkout-summary-body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tg-checkout-summary-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.tg-checkout-summary-title {
    display: block;
    max-width: 100%;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #343a40;
    text-decoration: none !important;
    word-wrap: normal;
    overflow-wrap: break-word;
    hyphens: none;
    white-space: normal;
}

.tg-checkout-summary-title:hover {
    color: #dbab2d;
}

.tg-checkout-summary-badge {
    margin: 0;
    padding: 0;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    color: #d4af37;
}

.tg-checkout-summary-attrs {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start;
    gap: 2px;
    padding-top: 6px;
    flex-wrap: nowrap;
}

.tg-checkout-summary-attr {
    display: flex !important;
    flex-direction: row;
    align-items: baseline;
    gap: 6px;
    width: 100%;
}

.tg-checkout-summary-attr-label {
    flex: 0 0 auto;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #8a8a8a;
    text-transform: capitalize;
    min-width: 42px;
}

.tg-checkout-summary-attr-value {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    color: #343a40;
    text-transform: capitalize;
}

.tg-checkout-summary-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 8px;
    margin-top: auto;
}

.tg-checkout-summary-price {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #343a40;
}

.tg-checkout-summary-price .woocommerce-Price-amount,
.tg-checkout-summary-price bdi {
    color: inherit;
    font: inherit;
}

.tg-checkout-summary-remove {
    margin-left: auto;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #343a40;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s ease;
}

.tg-checkout-summary-remove:hover {
    color: #dbab2d;
}

/* Totals */
.tg-checkout-summary-totals {
    margin-top: 8px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tg-checkout-summary-line,
.tg-checkout-summary-totals .cart-subtotal,
.tg-checkout-summary-totals .woocommerce-shipping-totals,
.tg-checkout-summary-totals .shipping,
.tg-checkout-summary-totals .fee,
.tg-checkout-summary-totals .order-total,
.tg-checkout-summary-totals .cart-discount {
    display: flex !important;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    padding: 0;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #343a40;
}

.tg-checkout-summary-line-label,
.tg-checkout-summary-line-value {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

.tg-checkout-summary-line-value,
.tg-checkout-summary-line-value .woocommerce-Price-amount,
.tg-checkout-summary-line-value bdi {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    color: #343a40;
}

/* Style WC's shipping row rendered inside our totals (wc_cart_totals_shipping_html output) */
.tg-checkout-summary-totals th,
.tg-checkout-summary-totals td {
    display: inline;
    padding: 0;
    background: transparent;
    border: 0;
    text-align: inherit;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

.tg-checkout-summary-totals .woocommerce-shipping-totals th::before,
.tg-checkout-summary-totals .shipping th::before {
    content: "";
}

.tg-checkout-summary-totals .woocommerce-shipping-methods {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tg-checkout-summary-totals .woocommerce-shipping-destination {
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 13px;
    color: #8a8a8a;
    margin: 4px 0 0;
}

.tg-checkout-summary-totals .shipping-calculator-form {
    display: none;
}

.tg-checkout-summary-totals .shipping-calculator-button {
    display: none;
}

.tg-checkout-summary-total {
    margin-top: 6px;
    padding-top: 14px;
    border-top: 1px solid #ebebeb;
    font-size: 18px !important;
    line-height: 26px !important;
}

.tg-checkout-summary-total .tg-checkout-summary-line-label,
.tg-checkout-summary-total .tg-checkout-summary-line-value,
.tg-checkout-summary-total .tg-checkout-summary-line-value bdi,
.tg-checkout-summary-total .tg-checkout-summary-line-value strong {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #343a40;
}

/* Hide WC's default shop_table if it slips through. */
.tg-checkout-page .shop_table.woocommerce-checkout-review-order-table {
    display: none;
}

/* Terms + login row */
.tg-checkout-page .woocommerce-form-login-toggle,
.tg-checkout-page .woocommerce-form-coupon-toggle {
    display: none;
}

.tg-cart-page-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 34px;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #343a40;
}

.tg-cart-page-breadcrumb-shop {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #343a40;
    text-decoration: none;
    transition: color 0.2s ease;
}

.tg-cart-page-breadcrumb-shop:hover {
    color: #dbab2d;
}

.tg-cart-page-breadcrumb-sep {
    color: #8a8a8a;
    padding: 0 2px;
}

.tg-cart-page-breadcrumb-current {
    color: #dbab2d;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
}

.tg-cart-page-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tg-cart-page-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.tg-cart-page-item:last-child {
    border-bottom: 0;
}

.tg-cart-page-thumb {
    flex: 0 0 auto;
    width: 100px;
    height: 120px;
    display: block;
    background: #f4f4f4;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none !important;
}

.tg-cart-page-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tg-cart-page-body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tg-cart-page-row-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.tg-cart-page-title-wrap {
    display: inline-flex;
    align-items: flex-start;
    gap: 14px;
    flex: 1 1 auto;
    min-width: 0;
}

.tg-cart-page-title {
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #343a40;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.tg-cart-page-title:hover {
    color: #dbab2d;
}

.tg-cart-page-heart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    background: transparent;
    border: 0;
    color: #343a40;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.15s ease;
}

.tg-cart-page-heart:hover {
    color: #dbab2d;
    transform: scale(1.08);
}

.tg-cart-page-heart.is-in-wishlist {
    color: #dbab2d;
}

.tg-cart-page-heart.is-in-wishlist svg path {
    fill: currentColor;
    stroke: currentColor;
}

.tg-cart-page-price {
    flex-shrink: 0;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #343a40;
    white-space: nowrap;
}

.tg-cart-page-price .woocommerce-Price-amount,
.tg-cart-page-price bdi {
    color: inherit;
    font: inherit;
}

.tg-cart-page-subtitle {
    margin: 0;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #343a40;
}

.tg-cart-page-badge {
    margin: 0;
    padding: 0;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.2px;
    color: #343a40;
}

.tg-cart-page-attrs {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 4px;
    flex-wrap: wrap;
}

.tg-cart-page-attr {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.tg-cart-page-attr-label {
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #8a8a8a;
    text-transform: capitalize;
}

.tg-cart-page-attr-value {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    color: #343a40;
    text-transform: capitalize;
}

.tg-cart-page-row-bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 10px;
    flex-wrap: wrap;
}

.tg-cart-page-qty {
    display: inline-flex;
    align-items: center;
    height: 33px;
    padding: 2px;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    background-color: #ffffff;
    transition: opacity 0.2s ease;
}

.tg-cart-page-qty.is-loading {
    opacity: 0.55;
    pointer-events: none;
}

.tg-cart-page-qty-btn {
    width: 41px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: 0;
    color: #343a40;
    cursor: pointer;
    transition: color 0.2s ease;
}

.tg-cart-page-qty-btn:hover {
    color: #dbab2d;
}

.tg-cart-page-qty-value {
    min-width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #dbab2d;
}

.tg-cart-page-remove {
    padding: 0;
    background: transparent;
    border: 0;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #343a40;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.tg-cart-page-remove:hover {
    color: #dbab2d;
}

.tg-cart-page-remove.is-loading {
    opacity: 0.55;
    pointer-events: none;
}

.tg-cart-page-footer {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.tg-cart-page-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    gap: 20px;
}

.tg-cart-page-subtotal-label {
    font-family: 'Montserrat', 'Nexa', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #343a40;
}

.tg-cart-page-subtotal-amount,
.tg-cart-page-subtotal-amount .woocommerce-Price-amount,
.tg-cart-page-subtotal-amount bdi {
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #343a40;
}

.tg-cart-page-checkout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 52px;
    padding: 13px 24px;
    margin-top: 8px;
    box-sizing: border-box;
    background-color: #343a40;
    border: 1px solid #343a40;
    border-radius: 34px;
    color: #ffffff;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    text-transform: none;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.15s ease;
}

.tg-cart-page-checkout:hover {
    background-color: #dbab2d;
    border-color: #dbab2d;
    color: #ffffff;
    transform: translateY(-1px);
}

.tg-cart-page-checkout:active {
    transform: translateY(0);
}

.tg-cart-page--empty {
    padding: 80px 0 100px;
}

.tg-cart-page-empty {
    text-align: center;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.tg-cart-page-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    color: #343a40;
    margin-bottom: 6px;
}

.tg-cart-page-empty-title {
    margin: 0;
    font-family: 'Americana', 'Times New Roman', serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    color: #343a40;
}

.tg-cart-page-empty-text {
    margin: 0;
    max-width: 520px;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #343a40;
}

.tg-cart-page-empty-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 32px;
    margin-top: 6px;
    background-color: #343a40;
    border: 1px solid #343a40;
    border-radius: 24px;
    color: #ffffff;
    font-family: 'NexaBold', 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-decoration: none !important;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.tg-cart-page-empty-cta:hover {
    background-color: #dbab2d;
    border-color: #dbab2d;
    color: #ffffff;
}

.tg-cart-page-checkout br {
    display: none;
}

.wc-stripe-payment-method-instruction {
    display: none !important;
}

/* ==========================================================================
   Order Success Modal (replaces WooCommerce Thank You page redirect)
   ========================================================================== */
.tg-success-modal .tg-success-modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

.tg-success-modal .tg-success-modal-content {
    background-color: #ffffff;
    border: 0;
    border-radius: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.tg-success-modal .tg-success-modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px;
    text-align: center;
    background-color: #fff;
}

.tg-success-modal .tg-success-icon {
    width: 97px;
    height: 97px;
    line-height: 0;
}

.tg-success-modal .tg-success-icon svg {
    display: block;
    width: 97px;
    height: 97px;
}

.tg-success-modal .tg-success-title {
    font-family: 'Nexa', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: #000000;
    text-align: center;
    margin: 0;
    width: 100%;
}

.tg-success-modal .tg-success-text {
    font-family: 'NexaRegular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #343a40;
    text-align: center;
    margin: 0;
}

.tg-success-modal .tg-success-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 278px;
    height: 52px;
    padding: 2px;
    background-color: #343a40;
    border: 1px solid #dbab2d;
    border-radius: 34px;
    color: #ffffff;
    font-family: 'Nexa', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25.5px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.tg-success-modal .tg-success-btn:hover,
.tg-success-modal .tg-success-btn:focus {
    background-color: #dbab2d;
    border-color: #dbab2d;
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

.tg-success-modal .modal-content::before,
.tg-success-modal .modal-content::after {
    content: none;
}

html.tg-success-modal-open,
body.tg-success-modal-open {
    overflow: hidden !important;
    height: 100%;
    touch-action: none;
    overscroll-behavior: contain;
}

@media (max-width: 600px) {
    .tg-success-modal .tg-success-modal-dialog {
        max-width: calc(100% - 20px);
        margin: 1rem auto;
    }

    .tg-success-modal .tg-success-modal-body {
        padding: 32px 20px;
    }

    .tg-success-modal .tg-success-btn {
        width: 100%;
        max-width: 278px;
    }
}


.modal-open .modal {
    overflow: hidden !important;
}

/* ==========================================================================
   Header Search Modal (custom AJAX product search — no plugin)
   ========================================================================== */
.tg-visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.tg-search-modal {
    padding: 0 !important;
}

.tg-search-modal .tg-search-modal-dialog {
    max-width: 720px;
    width: calc(100% - 32px);
    margin: 6vh auto;
}

.tg-search-modal .tg-search-modal-content {
    position: relative;
    background-color: #ffffff !important;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
    padding: 32px 32px 24px;
    overflow: hidden;
}

.tg-search-modal .tg-search-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    border-radius: 50%;
    color: #343a40;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    padding: 0;
    z-index: 2;
}

.tg-search-modal .tg-search-modal-close:hover,
.tg-search-modal .tg-search-modal-close:focus {
    background-color: #f6efd8;
    color: #dbab2d;
    outline: none;
}

.tg-search-modal .tg-search-modal-body {
    padding: 0;
}

/* Search field */
.tg-search-form {
    margin: 0;
}

.tg-search-field {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 52px;
    padding: 0 16px 0 20px;
    background: #f5f6f7;
    border: 1px solid #e6e7ea;
    border-radius: 999px;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.tg-search-field:focus-within {
    background: #ffffff;
    border-color: #dbab2d;
}

.tg-search-field-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8a8f96;
    flex: 0 0 auto;
}

.tg-search-field:focus-within .tg-search-field-icon {
    color: #dbab2d;
}

.tg-search-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
    font-family: 'NexaRegular', 'Nexa', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #343a40;
    -webkit-appearance: none;
    appearance: none;
}

.tg-search-input::placeholder {
    color: #8a8f96;
    opacity: 1;
}

.tg-search-input::-webkit-search-cancel-button,
.tg-search-input::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.tg-search-spinner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #dbab2d;
    flex: 0 0 auto;
    animation: tgSearchSpin 0.8s linear infinite;
}

.tg-search-spinner[hidden] {
    display: none;
}

@keyframes tgSearchSpin {
    to {
        transform: rotate(360deg);
    }
}

/* Results dropdown */
.tg-search-results {
    margin-top: 16px;
    background: #ffffff;
    border-radius: 12px;
    max-height: 60vh;
    overflow-y: auto;
    padding: 4px 0;
    scrollbar-width: thin;
    scrollbar-color: #dbab2d transparent;
}

.tg-search-results[hidden] {
    display: none;
}

.tg-search-results::-webkit-scrollbar {
    width: 6px;
}

.tg-search-results::-webkit-scrollbar-thumb {
    background: #dbab2d;
    border-radius: 3px;
}

.tg-search-results::-webkit-scrollbar-track {
    background: transparent;
}

.tg-search-result {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 8px;
    border-bottom: 1px solid #eef0f2;
    text-decoration: none !important;
    color: inherit;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.tg-search-result:last-child {
    border-bottom: 0;
}

.tg-search-result:hover,
.tg-search-result.is-active,
.tg-search-result:focus {
    background-color: #faf3df;
    outline: none;
}

.tg-search-result-thumb {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f6f7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tg-search-result-thumb .tg-search-result-img,
.tg-search-result-thumb img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.tg-search-result-body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tg-search-result-title {
    font-family: 'Nexa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    color: #1a1d20;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tg-search-result-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'NexaRegular', 'Nexa', 'Arial', sans-serif;
    font-size: 13px;
    color: #6c757d;
}

.tg-search-result-cat {
    color: #6c757d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40%;
}

.tg-search-result-price {
    color: #dbab2d;
    font-weight: 700;
}

.tg-search-result-price .amount {
    color: #dbab2d;
}

.tg-search-result-price del {
    color: #adb5bd;
    margin-right: 4px;
    font-weight: 400;
}

.tg-search-result-price ins {
    text-decoration: none;
}

.tg-search-empty {
    padding: 24px 8px;
    text-align: center;
    font-family: 'NexaRegular', 'Nexa', 'Arial', sans-serif;
    font-size: 15px;
    color: #6c757d;
}

/* Backdrop tint */
.tg-search-modal.show+.modal-backdrop,
body.modal-open .tg-search-modal~.modal-backdrop.show {
    opacity: 0.55;
}


.footer-bottom-copyright {
    padding: 0 !important;
}

.footer-bottom-nav-col {
    padding: 0 !important;
}



.comment-form .comment-form-cookies-consent {
    display: flex;
    gap: 9px;
    justify-content: flex-start;
}






@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}


@media (min-width: 1250px) {
    .container {
        max-width: 1240px !important;
    }
}



@media (max-width: 767px) {

    .mm,
    #mm {
        display: block;
    }

    #primary-menu {
        display: none;
    }
}



/* Responsive Style Started Here  */

/* Mobile menu — hidden on desktop, shown inside @media (max-width: 767px) below */
.tg-mobile-menu-toggle {
    display: none;
}

.tg-mobile-menu-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 0;
    z-index: 1040;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.tg-mobile-menu-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
}

.tg-mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    max-width: 85vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: 1050;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-direction: column;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
}

.tg-mobile-menu.is-open {
    transform: translateX(0);
}

.tg-mobile-menu-toggle-btn-shell {
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 0;
    color: #343a40;
    cursor: pointer;
    line-height: 0;
}

.tg-mobile-menu-toggle svg {
    display: block;
}

.tg-mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 20px;
    border-bottom: 1px solid #eef0f2;
}

.tg-mobile-menu-brand {
    flex: 1 1 auto;
    min-width: 0;
    line-height: 0;
}

.tg-mobile-menu-brand .custom-logo,
.tg-mobile-menu-brand img {
    max-width: 140px;
    height: auto;
    display: block;
}

.tg-mobile-menu-brand-fallback {
    font-family: 'Americana', 'Times New Roman', serif;
    font-size: 20px;
    color: #343a40;
    text-decoration: none;
}

.tg-mobile-menu-close {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    color: #343a40;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.tg-mobile-menu-close:hover,
.tg-mobile-menu-close:focus {
    background-color: #f6efd8;
    color: #dbab2d;
    outline: none;
}

.tg-mobile-menu-nav {
    padding: 12px 0;
}

.tg-mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tg-mobile-menu-list li {
    margin: 0;
}

.tg-mobile-menu-list li a {
    display: block;
    padding: 14px 24px;
    font-family: 'Nexa', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #343a40;
    text-decoration: none;
    border-bottom: 1px solid #f2f3f5;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.tg-mobile-menu-list li a:hover,
.tg-mobile-menu-list li a:focus {
    background-color: #faf3df;
    color: #dbab2d;
}

.tg-mobile-menu-list li.current-menu-item>a,
.tg-mobile-menu-list li.current_page_item>a,
.tg-mobile-menu-list li.current-menu-ancestor>a {
    color: #dbab2d;
}

.tg-mobile-menu-list .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0 0 0 16px;
    background-color: #fafafb;
}

.tg-mobile-menu-list .sub-menu li a {
    font-weight: 500;
    font-size: 14px;
    padding: 12px 24px;
}

body.tg-mobile-menu-open {
    overflow: hidden;
}

.tg-cart-page-row-bot p {
    margin: 0;
}

@media (max-width: 1440px) {
    .forged-not-fabricated {
        min-height: 570px;
    }

    .forged-not-fabricated .fnf-image-wrap {
        width: 43%;
        height: 690px;
    }

}




@media (max-width: 1199px) {
    .pd-main-decor-right {
        width: 480px;
        height: 425px;
        right: -240px;
        top: 340px;
    }

    .pd-main-decor-left {
        width: 440px;
        height: 360px;
        left: -220px;
        top: 620px;
    }

    /* ---- Home Page ---- */
    /* Hero */
    .tg-hero {
        height: auto;
        padding: 100px 0 0 0;
    }

    .tg-hero .tg-hero-title {
        font-size: 64px;
        letter-spacing: 2px;
    }

    .tg-hero .tg-hero-desc {
        font-size: 18px;
        line-height: 28px;
        width: auto;
        max-width: 480px;
    }

    .tg-hero .tg-hero-content {
        gap: 22px;
        padding-bottom: 80px;
    }

    .tg-hero .tg-hero-image {
        width: 350px;
        height: 510px;
    }

    /* Browse Categories */
    .browse-categories {
        padding: 72px 0;
    }

    .browse-categories-title {
        font-size: 44px;
        line-height: 46px;
    }

    .browse-card-small {
        height: 300px;
    }

    .browse-card-large {
        height: 620px;
    }

    .browse-card-title {
        font-size: 36px;
        line-height: 42px;
    }

    .browse-card-large .browse-card-title {
        font-size: 42px;
        line-height: 46px;
    }

    /* Best Sellers */
    .our-best-sellers {
        padding: 30px 0 72px;
    }

    /* Forged Not Fabricated */
    .forged-not-fabricated .fnf-title {
        font-size: 44px;
        line-height: 48px;
    }

    .forged-not-fabricated .fnf-image-wrap {
        width: 48%;
        height: 620px;
    }

    .forged-not-fabricated {
        min-height: 500px;
    }

    /* Testimonials */
    .what-our-community-says .wocs-title {
        font-size: 44px;
        line-height: 48px;
    }

    .what-our-community-says {
        padding: 60px 0 70px;
    }

    /* Footer CTA */
    .footer-cta .footer-cta-title {
        font-size: 44px;
        line-height: 48px;
    }

    /* ---- Story Page ---- */
    .story-hero {
        height: 340px;
    }

    .story-hero .story-hero-title {
        font-size: 52px;
        letter-spacing: 1.8px;
    }

    .story-gateway {
        padding: 96px 0 0;
    }

    .story-gateway .story-gateway-title {
        font-size: 52px;
        line-height: 58px;
        white-space: normal;
    }

    .story-behind {
        padding: 30px 0 40px;
    }

    .story-behind .story-behind-title {
        font-size: 44px;
        line-height: 54px;
    }

    .story-behind .story-behind-text-col {

        padding-right: 24px;
    }

    .story-behind .story-behind-images-col {

        padding-left: 24px;
    }

    .story-behind .story-behind-images {
        width: 100%;
        /* height: 460px; */
    }

    .story-behind .story-behind-image {
        /* width: 250px; */
        height: 420px;
    }

    .story-behind .story-behind-image-2 {
        /* left: 280px; */
        /* top: 40px; */
    }

    .story-quote {
        padding: 72px 60px;
    }

    .story-quote .story-quote-content {
        font-size: 34px;
        line-height: 50px;
    }

    .story-manifesto {
        padding: 96px 0 32px;
    }

    .story-manifesto .story-manifesto-title {
        font-size: 52px;
        line-height: 58px;
        white-space: normal;
    }

    .story-manifesto-images .story-manifesto-images-inner {
        height: 440px;
    }

    .story-manifesto-images .story-mi-large {
        width: 560px;
        height: 340px;
        border-radius: 32px;
    }

    .story-manifesto-images .story-mi-large-1 {
        left: calc(50% - 500px);
    }

    .story-manifesto-images .story-mi-large-2 {
        left: calc(50% - 60px);
        top: 80px;
    }

    .story-manifesto-images .story-mi-tr {
        width: 380px;
        height: 240px;
    }

    .story-manifesto-images .story-mi-bl {
        width: 380px;
        height: 180px;
        top: 220px;
    }

    .story-body .story-decor {
        max-width: 40vw;
    }

    /* ---- FAQ Page ---- */
    .faq-hero {
        height: 340px;
    }

    .faq-hero .faq-hero-title {
        font-size: 52px;
        letter-spacing: 1.8px;
    }

    .faq-intro {
        padding: 72px 0 0;
    }

    .faq-intro .faq-intro-title {
        font-size: 52px;
        line-height: 58px;
        white-space: normal;
    }

    .faq-search {
        padding: 32px 0 0;
    }

    .faq-content {
        padding: 64px 0 88px;
    }

    .faq-content .faq-content-row {
        gap: 40px;
    }

    .faq-content .faq-topics-col {
        flex: 0 0 220px;
        max-width: 220px;
    }

    .faq-content .faq-accordion-col {
        flex: 1 1 auto;
        max-width: none;
    }

    .faq-category .faq-category-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .faq-body .faq-decor {
        max-width: 10vw;
    }

    /* ---- Shop Page ---- */
    .shop-banner {
        height: 340px;
    }

    .shop-banner .shop-banner-title {
        font-size: 52px;
        letter-spacing: 1.8px;
    }

    .shop-banner .shop-banner-subtitle {
        font-size: 15px;
    }

    .shop-products {
        padding: 96px 0 88px;
    }

    .shop-products .shop-products-title {
        font-size: 52px;
        line-height: 56px;
        white-space: normal;
    }

    .shop-toolbar-tabs {
        gap: 22px;
    }

    .shop-toolbar-tab .shop-toolbar-tab-label {
        font-size: 13px;
    }

    .shop-controls-row {
        gap: 22px;
        padding: 4px 0 32px;
    }

    .shop-products-grid {
        row-gap: 40px;
        margin-left: -12px;
        margin-right: -12px;
    }

    .shop-products .shop-product-col {
        padding-left: 12px;
        padding-right: 12px;
    }

    /* ---- Single Product Page ---- */
    .pd-banner {
        height: 340px;
    }

    .pd-banner .pd-banner-title {
        font-size: 52px;
        letter-spacing: 1.8px;
    }

    .pd-main {
        padding: 48px 0 72px;
    }

    .pd-main-row {
        margin: 0 -12px;
    }

    .pd-gallery-col,
    .pd-detail-col {
        padding: 0 12px;
    }

    .pd-detail {
        padding-left: 16px;
    }

    .pd-title {
        font-size: 28px;
        line-height: 34px;
    }

    .pd-price {
        font-size: 22px;
    }

    .pd-related-title {
        font-size: 44px;
        line-height: 50px;
    }

    .pd-related-grid {
        flex-wrap: wrap !important;
    }

    .pd-related .shop-product-col {
        flex: 0 0 32%;
        max-width: 32%;
    }

    .pd-color-swatches {
        grid-template-columns: repeat(4, 103px);
    }


    /* ---- Checkout Page ---- */
    .tg-checkout-page { padding: 48px 0 72px; }
    .tg-checkout-page-grid { gap: 40px; }
    .tg-checkout-page-section-title { font-size: 24px; line-height: 30px; }
    .tg-checkout-fields-grid { column-gap: 18px; row-gap: 18px; }
}


@media (max-width: 991px) {

    /* ---- Header: Top bar layout fix ----
       Remove absolute positioning that overlapped announcement.
       Message stays centered via flex-1; meta stays right via margin-left:auto. */
    .tg-site-header .tg-topbar-col {
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .tg-site-header .tg-topbar-meta {
        position: static;
        top: auto;
        right: auto;
        transform: none;
        gap: 14px;
        flex: 0 0 auto;
    }

    .tg-site-header .tg-topbar-message {
        flex: 1 1 auto;
        text-align: center;
    }

    /* ---- Home Page ---- */
    /* Hero — reduce height, hide right image column, center content vertically */
    .tg-hero {
        height: auto;
    }

    .tg-hero .tg-hero-title {
        font-size: 52px;
        letter-spacing: 1.5px;
    }

    .tg-hero .tg-hero-title-line {
        white-space: normal;
    }

    .tg-hero .tg-hero-desc {
        font-size: 16px;
        line-height: 26px;
        max-width: 420px;
    }

    .tg-hero .tg-hero-content {
        padding-bottom: 60px;
        gap: 18px;
        /* max-width: 100%;
        flex: 0 0 100%; */
    }

    /* 
    .tg-hero .tg-hero-image-col {
        display: none;
    } */

    .tg-hero .tg-hero-image {
        width: 300px;
        height: 460px;
    }

    /* Browse Categories — stack: large card full width on top, small cards row below */
    .browse-categories {
        padding: 56px 0;
    }

    .browse-categories-title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 18px;
    }

    .browse-categories-subtitle {
        font-size: 15px;
    }

    .browse-categories-head {
        margin-bottom: 28px;
    }

    .browse-categories-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .browse-card-small {
        height: 260px;
    }

    .browse-card-large {
        height: 540px;
    }

    .browse-card-title,
    .browse-card-large .browse-card-title {
        font-size: 32px;
        line-height: 38px;
    }

    /* Best Sellers — 2 per row */
    .our-best-sellers {
        padding: 24px 0 56px;
    }

    .best-sellers-product-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Built Through Pressure — reduce internal padding */
    .built-through-pressure-title {
        font-size: 36px;
        line-height: 44px;
    }

    .built-through-pressure-desc {
        font-size: 15px;
        line-height: 24px;
    }

    /* Forged Not Fabricated — stack image + content */
    /* .forged-not-fabricated .fnf-image-col,
    .forged-not-fabricated .fnf-content-col {
        flex: 0 0 100%;
        max-width: 100%;
    } */

    .forged-not-fabricated {
        padding: 60px 0;
        margin: 110px 0 70px;
    }

    .forged-not-fabricated .fnf-image-col {
        margin-bottom: 30px;
    }

    .forged-not-fabricated .fnf-content {
        padding: 0;
    }

    .forged-not-fabricated .fnf-title {
        font-size: 36px;
        line-height: 42px;
    }

    /* Testimonials */
    .what-our-community-says {
        padding: 56px 0;
    }

    .what-our-community-says .wocs-title {
        font-size: 36px;
        line-height: 42px;
    }

    .what-our-community-says .wocs-subtitle {
        font-size: 15px;
    }

    .what-our-community-says .wocs-slide.pos-left-2,
    .what-our-community-says .wocs-slide.pos-right-2 {
        display: none;
    }

    /* Footer CTA */
    .footer-cta .footer-cta-title {
        font-size: 36px;
        line-height: 42px;
    }

    .footer-cta .footer-cta-inner {
        padding: 40px 24px;
    }


    .browse-categories-decor {
        width: 436px;
        height: 220px;
    }

    .best-sellers-decor {
        width: 79px;
        height: 353px;
    }

    a.best-sellers-card-media {
        height: 350px;
    }

    .footer-cta {
        padding: 20px 0;
    }


    .built-through-pressure-box {
        height: auto;
        padding: 80px 40px;
    }



    .built-through-pressure {
        height: 500px;
    }

    .site-footer .footer-bottom-row {
        flex-direction: column-reverse;
        text-align: center;
        row-gap: 10px;
    }

    .site-footer .footer-privacy-nav {
        justify-content: center;
        flex-wrap: wrap;
    }


    .site-footer .footer-privacy-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    /* ---- Story Page ---- */
    .story-hero {
        height: 300px;
    }

    .story-hero .story-hero-title {
        font-size: 44px;
        letter-spacing: 1.5px;
    }

    .story-gateway {
        padding: 72px 0 0;
    }

    .story-gateway .story-gateway-title {
        font-size: 40px;
        line-height: 46px;
        white-space: normal;
    }

    .story-gateway .story-gateway-desc {
        font-size: 15px;
        line-height: 24px;
    }

    .story-behind {
        padding: 30px 0 32px;
    }

    .story-behind .story-behind-row {
        gap: 40px 0;
    }

    .story-behind .story-behind-text-col,
    .story-behind .story-behind-images-col {
        text-align: center;
        padding: 0 15px;
    }

    .story-behind .story-behind-title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 20px;
    }

    .story-behind .story-behind-content {
        font-size: 15px;
        line-height: 24px;
        gap: 20px;
    }

    .story-behind .story-behind-images {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .story-behind .story-behind-image {
        width: 44%;
        height: 420px;
    }




    .story-quote {
        padding: 60px 40px;
        margin-top: 40px;
    }

    .story-quote .story-quote-content {
        font-size: 28px;
        line-height: 42px;
    }

    .story-quote .story-quote-author {
        font-size: 20px;
    }

    .story-manifesto {
        padding: 72px 0 24px;
    }

    .story-manifesto .story-manifesto-title {
        font-size: 40px;
        line-height: 46px;
        white-space: normal;
    }

    .story-manifesto .story-manifesto-subtitle {
        font-size: 15px;
        line-height: 24px;
    }

    .story-manifesto .story-manifesto-content {
        font-size: 15px;
        line-height: 24px;
    }

    .story-manifesto-images .story-manifesto-images-inner {
        height: 360px;
    }

    .story-manifesto-images .story-mi-large {
        width: 60%;
        height: 280px;
        border-radius: 24px;
    }

    .story-manifesto-images .story-mi-large-1 {
        left: 4%;
        top: 0;
    }

    .story-manifesto-images .story-mi-large-2 {
        left: auto;
        right: 4%;
        top: 60px;
    }

    .story-manifesto-images .story-mi-tr {
        width: 34%;
        height: 200px;
        top: 20px;
    }

    .story-manifesto-images .story-mi-bl {
        width: 34%;
        height: 150px;
        top: 200px;
    }

    .story-body .story-decor {
        max-width: 30vw;
        opacity: 0.6;
    }

    /* ---- FAQ Page ---- */
    .faq-hero {
        height: 300px;
    }

    .faq-hero .faq-hero-title {
        font-size: 44px;
        letter-spacing: 1.5px;
    }

    .faq-intro {
        padding: 56px 0 0;
    }

    .faq-intro .faq-intro-title {
        font-size: 40px;
        line-height: 46px;
        white-space: normal;
    }

    .faq-intro .faq-intro-subtitle {
        font-size: 15px;
    }

    .faq-search {
        padding: 28px 0 0;
    }

    .faq-search .faq-search-form {
        width: 100%;
        max-width: 480px;
        margin: 0 15px;
    }

    /* Sidebar + accordion stack, topics list horizontal chip row */
    .faq-content {
        padding: 48px 0 72px;
    }

    .faq-content .faq-content-row {
        flex-wrap: wrap;
        gap: 32px;
    }

    .faq-content .faq-topics-col,
    .faq-content .faq-accordion-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .faq-topics .faq-topics-label {
        margin-bottom: 14px;
    }

    .faq-topics .faq-topics-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .faq-topics .faq-topic-item {
        border-bottom: 0;
    }

    .faq-topics .faq-topic-btn {
        padding: 8px 16px;
        border: 1px solid rgba(52, 58, 64, 0.2);
        border-radius: 999px;
    }

    .faq-topics .faq-topic-arrow {
        display: none;
    }

    .faq-topics .faq-topic-item.is-active .faq-topic-btn {
        background: #dbab2d;
        border-color: #dbab2d;
        color: #ffffff;
    }

    .faq-category .faq-category-heading {
        font-size: 28px;
        line-height: 36px;
    }

    .faq-body .faq-decor {
        max-width: 10vw;
        opacity: 0.6;
    }

    /* ---- Shop Page ---- */
    .shop-banner {
        height: 300px;
    }

    .shop-banner .shop-banner-title {
        font-size: 44px;
        letter-spacing: 1.5px;
    }

    .shop-banner .shop-banner-subtitle {
        font-size: 14px;
    }

    .shop-products {
        padding: 72px 0 72px;
    }

    .shop-products .shop-products-title {
        font-size: 40px;
        line-height: 46px;
        white-space: normal;
    }

    .shop-products .shop-products-subtitle {
        font-size: 15px;
    }

    .shop-toolbar-tabs {
        gap: 18px;
    }

    .shop-toolbar-tab .shop-toolbar-tab-label {
        font-size: 13px;
    }

    .shop-controls-row {
        gap: 20px;
        padding: 0 0 28px;
    }

    /* Grid: 2 cards per row on tablet */
    .shop-products .shop-product-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .shop-products-grid {
        row-gap: 32px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .shop-products .shop-product-col {
        padding-left: 10px;
        padding-right: 10px;
    }

    .shop-product-title {
        font-size: 18px;
    }

    .shop-product-desc {
        font-size: 12px;
    }

    .shop-product-price {
        font-size: 14px;
    }

    /* ---- Single Product Page ---- */
    .pd-banner {
        height: 300px;
    }

    .pd-banner .pd-banner-title {
        font-size: 44px;
        letter-spacing: 1.5px;
    }

    .pd-main {
        padding: 40px 0 64px;
    }

    .pd-breadcrumb {
        padding-bottom: 24px;
        font-size: 13px;
    }

    /* Gallery + detail stack */
    .pd-main-row {
        margin: 0;
    }

    .pd-gallery-col,
    .pd-detail-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    /* .pd-detail-col {
        margin-top: 32px;
    } */

    .pd-color-swatches {
    grid-template-columns: repeat(3, 103px);
}

    .pd-detail {
        padding-left: 0;
    }

    .pd-gallery {
        max-width: 100%;
    }

    .pd-title {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0.4px;
    }

    .pd-price {
        font-size: 22px;
    }

    .pd-tabs-nav {
        gap: 24px;
        flex-wrap: wrap;
    }

    .pd-tabs-tab {
        font-size: 15px;
    }

    .pd-tabs-content {
        font-size: 15px;
        line-height: 24px;
    }

    .pd-related {
        padding: 48px 0;
    }

    .pd-related-title {
        font-size: 36px;
        line-height: 42px;
    }

    .pd-related-grid {
        flex-wrap: wrap !important;
        gap: 20px !important;
        row-gap: 24px !important;
    }

    .pd-related .shop-product-col {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    /* ---- Checkout Page ---- */
    .tg-checkout-page { padding: 40px 0 64px; }
    .tg-checkout-page-breadcrumb { padding-bottom: 24px; font-size: 13px; }
    /* Stack: Billing Details → Order Summary */
    .tg-checkout-page-grid { grid-template-columns: 1fr; gap: 32px; }
    .tg-checkout-page-main  { order: 1; }
    .tg-checkout-page-aside { order: 2; position: static; top: auto; width: 100%; }
    .tg-checkout-page-section-title { font-size: 22px; line-height: 28px; margin-bottom: 18px; }
}





@media (max-width: 767px) {

    .pd-main-decor {
        display: none;
    }

    .tg-checkout-fields-grid {
        grid-template-columns: 1fr !important;
    }

    .tg-checkout-fields-grid>* {
        grid-column: 1 / -1 !important;
    }

    /* ---- Header: mobile off-canvas ---- */
    /* Hide desktop primary nav; show hamburger toggle */
    .tg-site-header .tg-nav-primary {
        display: none;
    }

    .tg-mobile-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        padding: 0;
        background: transparent;
        border: 0;
        color: #ffffff;
        cursor: pointer;
        line-height: 0;
        transition: color 0.2s ease;
    }

    .tg-mobile-menu-toggle svg {
        width: 22px;
        height: 18px;
        display: block;
    }

    .tg-mobile-menu-toggle svg line {
        stroke-width: 2.5;
    }

    .tg-mobile-menu-toggle:hover,
    .tg-mobile-menu-toggle:focus {
        /* color: #dbab2d; */
        outline: none;
    }

    .tg-mobile-menu-backdrop {
        display: block;
    }

    .tg-mobile-menu {
        display: flex;
    }

    /* Row order: [Logo] [Icons: Search / Wishlist / Cart] [Hamburger] */
    .tg-site-header .tg-nav-inner {
        padding: 0 14px;
    }

    .tg-site-header .tg-nav-row {
        flex-wrap: nowrap;
        align-items: center;
        gap: 6px;
    }

    .tg-site-header .tg-nav-primary-col,
    .tg-site-header .tg-brand-col,
    .tg-site-header .tg-nav-actions-col {
        flex: 0 0 auto;
        max-width: none;
        width: auto;
        padding: 0;
        display: flex;
        align-items: center;
    }

    .tg-site-header .tg-brand-col {
        order: 1;
        flex: 1 1 auto;
        justify-content: flex-start;
    }

    .tg-site-header .tg-nav-actions-col {
        order: 2;
        flex: 0 0 auto;
    }

    .tg-site-header .tg-nav-primary-col {
        order: 3;
        flex: 0 0 44px;
        justify-content: center;
    }

    .tg-site-header .tg-brand {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .tg-site-header .tg-brand img,
    .tg-site-header .tg-brand .custom-logo {
        max-height: 60px;
        width: auto;
        display: block;
    }

    .tg-site-header .tg-nav-actions {
        gap: 4px;
    }

    .tg-site-header .tg-nav-action {
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    .tg-site-header .tg-nav-action svg {
        width: 22px;
        height: 22px;
    }

    /* ---- Mobile off-canvas menu: dark theme ---- */
    .tg-mobile-menu {
        background-color: #0d0d0d;
        color: #ffffff;
        width: 320px;
        padding: 4px 0 24px;
    }

    .tg-mobile-menu-head {
        padding: 24px 24px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        margin-bottom: 8px;
    }

    .tg-mobile-menu-brand .custom-logo,
    .tg-mobile-menu-brand img {
        max-width: 170px;
        height: auto;
    }

    .tg-mobile-menu-brand-fallback {
        color: #ffffff;
        font-family: 'Americana', 'Times New Roman', serif;
        font-size: 22px;
        text-decoration: none;
    }

    .tg-mobile-menu-close {
        width: 40px;
        height: 40px;
        color: #ffffff;
        background: transparent;
    }

    .tg-mobile-menu-close:hover,
    .tg-mobile-menu-close:focus {
        background-color: rgba(219, 171, 45, 0.15);
        color: #dbab2d;
    }

    .tg-mobile-menu-nav {
        padding: 8px 0;
    }

    .tg-mobile-menu-list li a {
        display: block;
        padding: 14px 24px;
        font-family: 'Nexa', 'Arial', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.4;
        color: #ffffff;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
    }

    .tg-mobile-menu-list li a:hover,
    .tg-mobile-menu-list li a:focus {
        color: #dbab2d;
        background-color: rgba(219, 171, 45, 0.08);
        padding-left: 30px;
    }

    .tg-mobile-menu-list li.current-menu-item>a,
    .tg-mobile-menu-list li.current_page_item>a,
    .tg-mobile-menu-list li.current-menu-ancestor>a {
        color: #dbab2d;
    }

    .tg-mobile-menu-list .sub-menu {
        background-color: rgba(255, 255, 255, 0.03);
        padding-left: 12px;
    }

    .tg-mobile-menu-list .sub-menu li a {
        font-weight: 500;
        font-size: 14px;
        padding: 12px 24px;
        color: rgba(255, 255, 255, 0.85);
    }

    /* ---- Home Page ---- */
    /* Hero */
    .tg-hero {
        height: auto;
        padding: 150px 0 0 0;
    }

    .tg-hero .tg-hero-container {
        padding: 0 20px;
    }

    .tg-hero .tg-hero-title {
        font-size: 40px;
        line-height: 1.05;
        letter-spacing: 1px;
        gap: 6px;
        width: 100%;
    }

    .tg-hero .tg-hero-desc {
        font-size: 15px;
        line-height: 24px;
    }

    .tg-hero .tg-hero-content {
        gap: 16px;
        padding-bottom: 0px;
        text-align: center;
    }

    .tg-hero .tg-hero-btn {
        font-size: 18px;
        width: 100%;
        justify-content: center;
    }

    .tg-hero .tg-hero-overlay-diagonal {
        background: linear-gradient(1deg, rgba(0, 0, 0, 0) 26.597%, rgb(0 0 0 / 32%) 54.051%, rgb(0 0 0 / 52%) 76.053%);
    }

    .tg-hero .tg-hero-image-col {
        justify-content: center;
        padding: 0;
    }

    .tg-hero .tg-hero-image {
        width: 60%;
        height: auto;
    }

    /* Browse Categories */
    .browse-categories {
        padding: 48px 0;
    }

    .browse-categories-decor {
        display: none;
    }

    .browse-categories-title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .browse-categories-subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .browse-categories-head {
        margin-bottom: 22px;
    }

    .browse-categories-grid {
        margin-left: 0;
        margin-right: 0;
    }

    .browse-categories-col {
        padding-left: 0;
        padding-right: 0;
        gap: 16px;
        margin-bottom: 16px;
    }

    .browse-card {
        border-radius: 18px;
    }

    .browse-card-media,
    .browse-card-overlay {
        border-radius: 18px;
    }

    .browse-card-small {
        height: 280px;
    }

    .browse-card-media img {
        object-position: center top;
    }

    .browse-card-large {
        height: 300px;
    }

    .browse-card-title,
    .browse-card-large .browse-card-title {
        font-size: 26px;
        line-height: 30px;
    }

    .browse-card-overlay-inner {
        width: auto;
        max-width: 90%;
    }

    .browse-card-cta {
        font-size: 16px;
        height: 28px;
    }

    .browse-card .browse-card-overlay {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.45);
    }

    /* Best Sellers */
    .our-best-sellers {
        padding: 20px 0 48px;
    }

    .best-sellers-decor {
        display: none;
    }

    .best-sellers-title {
        font-size: 30px;
        line-height: 34px;
    }

    .best-sellers-subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .best-sellers-tabs {
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .best-sellers-tab {
        font-size: 14px;
        padding: 6px 14px;
    }

    .best-sellers-product-col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .best-sellers-card {
        border-radius: 16px;
    }

    .best-sellers-card-title {
        font-size: 15px;
    }

    .best-sellers-card-price {
        font-size: 14px;
    }

    .best-sellers-add-btn,
    .best-sellers-add-btn span {
        font-size: 14px;
    }

    .best-sellers-cta {
        font-size: 16px;
        padding: 0 22px;
        height: 44px;
    }

    /* Built Through Pressure (banner) */
    .built-through-pressure {
        height: auto;
        padding: 50px 0;
    }

    .built-through-pressure-media img {
        object-position: center center;
    }

    .built-through-pressure-box {
        padding: 50px 20px;
    }

    .built-through-pressure-title {
        font-size: 26px;
        line-height: 32px;
    }

    .built-through-pressure-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .built-through-pressure-cta {
        font-size: 15px;
    }

    /* Forged Not Fabricated */
    .forged-not-fabricated {
        padding: 48px 0;
    }

    .forged-not-fabricated .fnf-image-col {
        position: relative !important;
    }

    .forged-not-fabricated .fnf-image-wrap {
        position: static;
        width: 85%;
        border-radius: 24px;
        height: auto;
        margin: 0 auto;
    }

    .forged-not-fabricated {
        margin: 0;
    }

    .forged-not-fabricated .fnf-decor {
        display: none;
    }

    .forged-not-fabricated .fnf-image-wrap {
        max-width: 100%;
        height: auto;
    }

    .forged-not-fabricated .fnf-image-wrap img {
        width: 100%;
        height: auto;
    }

    .forged-not-fabricated .fnf-title {
        font-size: 28px;
        line-height: 34px;
    }

    .forged-not-fabricated .fnf-desc {
        font-size: 15px;
        line-height: 24px;
    }

    .forged-not-fabricated .fnf-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .forged-not-fabricated .fnf-cta {
        font-size: 15px;
    }

    .forged-not-fabricated .fnf-content-col {
        text-align: center;
    }

    .forged-not-fabricated .fnf-title-block {
        align-items: center;
    }

    .forged-not-fabricated .fnf-meta {
        align-items: center;
    }

    .forged-not-fabricated .fnf-author {
        height: auto;
        align-items: center;
    }

    /* Testimonials */
    .what-our-community-says {
        padding: 48px 0;
    }

    .what-our-community-says .wocs-icon svg {
        width: 100%;
    }

    .what-our-community-says .wocs-head {
        padding: 0 16px;
    }

    .what-our-community-says .wocs-icon {
        width: 52px;
        height: 52px;
    }

    .what-our-community-says .wocs-title {
        font-size: 28px;
        line-height: 34px;
    }

    .what-our-community-says .wocs-subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    /* Contain slider + prevent card overflow on narrow viewports
       Preserve horizontal slide animation: absolute slides + transform transition. */
    .what-our-community-says .wocs-slider-col {
        padding: 0 20px;
    }

    .what-our-community-says .wocs-slider {
        height: 460px;
        max-width: 100%;
        overflow: hidden;
    }

    .what-our-community-says .wocs-track {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .what-our-community-says .wocs-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        margin: 0;
        transform: translate3d(0, 0, 0) scale(1);
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
    }

    .what-our-community-says .wocs-slide.pos-center {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1;
        z-index: 5;
        pointer-events: auto;
    }

    .what-our-community-says .wocs-slide.pos-left-1,
    .what-our-community-says .wocs-slide.pos-left-2 {
        transform: translate3d(-110%, 0, 0) scale(1);
        opacity: 0;
        z-index: 4;
        pointer-events: none;
    }

    .what-our-community-says .wocs-slide.pos-right-1,
    .what-our-community-says .wocs-slide.pos-right-2 {
        transform: translate3d(110%, 0, 0) scale(1);
        opacity: 0;
        z-index: 4;
        pointer-events: none;
    }

    .what-our-community-says .wocs-slide.pos-hidden {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0;
        pointer-events: none;
    }

    .what-our-community-says .wocs-slide-inner {
        height: 100%;
        min-height: 380px;
    }

    .what-our-community-says .wocs-quote p {
        font-size: 14px;
        line-height: 22px;
    }

    .what-our-community-says .wocs-image {
        width: 100%;
        height: 220px;
    }

    .what-our-community-says .wocs-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .what-our-community-says .wocs-body {
        padding: 20px;
    }

    .what-our-community-says .wocs-dots {
        margin-top: 20px;
        justify-content: center;
    }

    /* Footer CTA */
    .footer-cta .footer-cta-inner {
        padding: 32px 20px;
    }

    .footer-cta .footer-cta-title {
        font-size: 28px;
        line-height: 34px;
    }

    .footer-cta .footer-cta-subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .footer-cta .footer-cta-form {
        max-width: 100%;
    }

    .footer-cta .footer-cta-form .gform_fields {
        gap: 12px;
    }

    .footer-cta .footer-cta-form input[type="text"],
    .footer-cta .footer-cta-form input[type="email"] {
        font-size: 15px;
        height: 44px;
    }

    .tg-topbar {
        padding: 10px 0;
    }

    /* ---- Disable hover popups on mobile (touch devices) ----
       Wishlist + Cart trigger anchors keep native href → tap navigates directly. */
    .tg-wl-header .tg-wl-mini,
    .tg-cart-header .tg-cart-mini {
        display: none !important;
    }

    /* ---- Site Footer ---- */
    .site-footer .footer-main-row {
        flex-direction: column;
        align-items: stretch;
        row-gap: 32px;
    }

    .site-footer .footer-col {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .site-footer .footer-col-brand {
        order: 1;
    }

    .site-footer .footer-col-links {
        order: 2;
    }

    .site-footer .footer-col-contact {
        order: 3;
    }

    /* Brand + socials centered */
    .site-footer .footer-col-brand .footer-logo {
        display: inline-flex;
        justify-content: center;
        margin: 0 auto;
    }

    .site-footer .footer-social {
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    /* Section headings + lists centered */
    .site-footer .footer-heading {
        text-align: center !important;
    }

    .site-footer .footer-links-nav,
    .site-footer .footer-links-list {
        text-align: center;
    }

    .site-footer .footer-links-list li,
    .site-footer .footer-links-list a {
        justify-content: center;
        text-align: center;
    }

    .site-footer .footer-contact {
        align-items: center;
    }

    .site-footer .footer-contact li {
        justify-content: center;
    }

    .site-footer .footer-contact a {
        justify-content: center;
        width: 100%;
    }

    /* Bottom bar: center copyright + privacy nav */
    .site-footer .footer-bottom-row {
        /* flex-direction: column; */
        row-gap: 12px;
        text-align: center;
    }

    .site-footer .footer-bottom-copyright,
    .site-footer .footer-bottom-nav-col {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .site-footer .footer-bottom-copyright .copyright {
        justify-content: center;
    }

    .site-footer .footer-privacy-nav,
    .site-footer .footer-privacy-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-cta .footer-cta-media img {
        object-position: center right;
    }

    /* ---- Story Page ---- */
    .story-hero {
        height: 260px;
    }

    .story-hero .story-hero-title {
        font-size: 34px;
        letter-spacing: 1px;
    }

    .story-gateway {
        padding: 56px 0 0;
    }

    .story-gateway .story-gateway-inner {
        gap: 16px;
    }

    .story-gateway .story-gateway-title {
        font-size: 30px;
        line-height: 36px;
        white-space: normal;
    }

    .story-gateway .story-gateway-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .story-behind {
        padding: 20px 0 24px;
    }

    .story-behind .story-behind-row {
        gap: 32px 0;
    }

    .story-behind .story-behind-text-col,
    .story-behind .story-behind-images-col {

        padding: 0 15px;
    }

    .story-behind .story-behind-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 16px;
    }

    .story-behind .story-behind-content {
        font-size: 14px;
        line-height: 22px;
        gap: 16px;
    }

    /* Stack images vertically for readability on phones */
    .story-behind .story-behind-images {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        gap: 16px;
        margin: 0 auto;
    }

    .story-behind .story-behind-image {

        width: 100%;
        max-width: 320px;
        height: 400px;
        border-radius: 20px;
    }

    .story-behind .story-behind-image-1 {
        margin-top: 30px 0 0 0;
    }

    .story-behind .story-behind-image-2 {
        margin-bottom: 0 0 30px 0;
    }

    .story-quote {
        padding: 48px 20px;
        margin-top: 24px;
    }

    .story-quote .story-quote-content {
        font-size: 22px;
        line-height: 34px;
    }

    .story-quote .story-quote-divider {
        margin-top: 32px;
    }

    .story-quote .story-quote-author {
        font-size: 18px;
        margin-top: 14px;
    }

    .story-manifesto {
        padding: 56px 0 16px;
    }

    .story-manifesto .story-manifesto-head {
        gap: 16px;
        margin-bottom: 24px;
    }

    .story-manifesto .story-manifesto-title {
        font-size: 30px;
        line-height: 36px;
        white-space: normal;
    }

    .story-manifesto .story-manifesto-subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .story-manifesto .story-manifesto-content {
        font-size: 14px;
        line-height: 22px;
    }

    .story-manifesto .story-manifesto-content p {
        margin-bottom: 16px;
    }

    /* Manifesto images — layered composition preserved on mobile.
       Two small decorative images stay visible behind the main images,
       matching the desktop concept at a smaller scale. */
    .story-manifesto-images {
        padding: 24px 0 56px;
    }

    .story-manifesto-images .story-manifesto-images-inner {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 340px;
        display: block;
        padding: 0 12px;
    }

    .story-manifesto-images .story-mi {
        position: absolute;
        overflow: hidden;
    }

    .story-manifesto-images .story-mi-large {
        width: 62%;
        height: 220px;
        border-radius: 20px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
        z-index: 2;
    }

    .story-manifesto-images .story-mi-large-1 {
        left: 6%;
        top: 0;
    }

    .story-manifesto-images .story-mi-large-2 {
        left: auto;
        right: 6%;
        top: 90px;
    }

    /* Small decorative background images — visible + layered behind large */
    .story-manifesto-images .story-mi-small {
        display: block;
        z-index: 1;
    }

    .story-manifesto-images .story-mi-tr {
        width: 40%;
        height: 150px;
        right: 0;
        left: auto;
        top: 20px;
        border-top-left-radius: 20px;
    }

    .story-manifesto-images .story-mi-tr::after {
        border-top-left-radius: 20px;
    }

    .story-manifesto-images .story-mi-bl {
        width: 40%;
        height: 120px;
        left: 0;
        top: 180px;
        border-bottom-right-radius: 20px;
    }

    .story-manifesto-images .story-mi-bl::after {
        border-bottom-right-radius: 20px;
    }

    .story-body .story-decor {
        display: none;
    }

    /* ---- FAQ Page ---- */
    .faq-hero {
        height: 260px;
    }

    .faq-hero .faq-hero-title {
        font-size: 34px;
        letter-spacing: 1px;
    }

    .faq-intro {
        padding: 48px 0 0;
    }

    .faq-intro .faq-intro-inner {
        gap: 16px;
    }

    .faq-intro .faq-intro-title {
        font-size: 30px;
        line-height: 36px;
        white-space: normal;
    }

    .faq-intro .faq-intro-subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .faq-search {
        padding: 24px 0 0;
    }

    .faq-search .faq-search-form {
        width: 100%;
        max-width: 100%;
    }

    .faq-search .faq-search-field {
        height: 46px;
    }

    .faq-search .faq-search-input {
        padding: 0 52px 0 18px;
        font-size: 15px;
    }

    .faq-search .faq-search-btn {
        width: 38px;
        height: 38px;
        top: 2px;
        right: 3px;
    }

    .faq-search .faq-search-btn svg {
        width: 16px;
        height: 16px;
    }

    .faq-content {
        padding: 40px 0 60px;
    }

    .faq-content .faq-content-row {
        gap: 24px;
    }

    .faq-topics .faq-topic-btn {
        padding: 7px 14px;
    }

    .faq-topics .faq-topic-text {
        font-size: 14px;
    }

    .faq-category .faq-category-heading-wrap {
        padding-bottom: 20px;
    }

    .faq-category .faq-category-heading {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        padding-top: 6px;
    }

    .faq-accordion .faq-question {
        padding: 18px 0;
    }

    .faq-accordion .faq-question-text {
        font-size: 15px;
        padding-right: 12px;
    }

    .faq-accordion .faq-icon {
        width: 24px;
        height: 24px;
    }

    .faq-accordion .faq-icon svg {
        width: 11px;
        height: 11px;
    }

    .faq-accordion .faq-answer-inner {
        padding: 0 0 20px 0;
        font-size: 14px;
        line-height: 22px;
    }

    .faq-body .faq-decor {
        display: none;
    }

    /* ---- Shop Page ---- */
    .shop-banner {
        height: 260px;
    }

    .shop-banner .shop-banner-content {
        gap: 12px;
        padding: 0 16px;
    }

    .shop-banner .shop-banner-title {
        font-size: 34px;
        letter-spacing: 1px;
    }

    .shop-banner .shop-banner-subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .shop-products {
        padding: 48px 0 60px;
    }

    .shop-products .shop-products-head {
        gap: 16px;
        margin-bottom: 24px;
    }

    .shop-products .shop-products-title {
        font-size: 30px;
        line-height: 34px;
        white-space: normal;
    }

    .shop-products .shop-products-subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .shop-tabs-row {
        padding-bottom: 16px;
    }

    .shop-toolbar-tabs {
        gap: 12px;
    }

    .shop-toolbar-tab .shop-toolbar-tab-label {
        font-size: 12px;
    }

    .shop-controls-row {
        gap: 16px;
        padding: 0 0 24px;
        /* justify-content: space-between; */
    }

    .shop-sort-trigger,
    .shop-toolbar-filter {
        font-size: 13px;
    }

    /* Grid: 2 per row on mobile */
    .shop-products-grid {
        row-gap: 24px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .shop-products .shop-product-col {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 6px;
        padding-right: 6px;
    }

    .shop-product-media {
        border-radius: 16px;
    }

    .shop-product-media-link,
    .shop-product-media-link img,
    .shop-product-slider .shop-product-slide {
        border-radius: 16px;
    }

    .shop-product-badge {
        min-width: 56px;
        height: 24px;
        padding: 0 8px;
        font-size: 12px;
        top: 10px;
        left: 10px;
    }

    .shop-product-wishlist {
        top: 10px;
        right: 10px;
    }

    .shop-product-arrow {
        width: 26px;
        height: 26px;
    }

    .shop-product-arrow.shop-product-arrow-prev {
        left: 8px;
    }

    .shop-product-arrow.shop-product-arrow-next {
        right: 8px;
    }

    .shop-product-title {
        font-size: 15px;
    }

    .shop-product-desc {
        font-size: 11px;
    }

    .shop-product-price {
        font-size: 13px;
    }

    /* Pagination */
    .shop-products .woocommerce-pagination ul {
        gap: 6px;
    }

    .shop-products .woocommerce-pagination ul li a,
    .shop-products .woocommerce-pagination ul li span {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    /* Filter drawer full-width on mobile */
    .shop-filter-panel {
        width: 100%;
        max-width: 100%;
    }

    /* ---- Single Product Page ---- */
    .pd-banner {
        height: 260px;
    }

    .pd-banner .pd-banner-content {
        gap: 10px;
        padding: 0 16px;
    }

    .pd-banner .pd-banner-title {
        font-size: 34px;
        letter-spacing: 1px;
    }

    .pd-banner .pd-banner-subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .pd-main {
        padding: 32px 0 56px;
    }

    .pd-breadcrumb {
        padding-bottom: 20px;
        font-size: 12px;
    }

    .pd-title {
        font-size: 22px;
        line-height: 28px;
    }

    .pd-wishlist {
        width: 40px;
        height: 40px;
    }

    .pd-wishlist-btn {
        width: 40px;
        height: 40px;
    }

    .pd-wishlist-icon {
        width: 24px;
        height: 24px;
    }

    .pd-price {
        font-size: 20px;
    }

    .pd-detail .pd-short-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .pd-size-buttons {
        gap: 8px;
        flex-wrap: wrap;
    }

    .pd-size-btn {
        min-width: 48px;
        height: 40px;
        font-size: 13px;
        padding: 0 12px;
    }

    .pd-color-swatch {
        padding: 4px 8px;
        height: 35px;
        width: 90px;
    }
    .pd-color-swatches {
    grid-template-columns: repeat(3, 90px);
        row-gap: 2px;
}

    .pd-color-swatch-label {
        font-size: 13px;
    }

    /* Tabs — allow horizontal scroll if too many */
    .pd-tabs-nav {
        gap: 18px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }

    .pd-tabs-nav::-webkit-scrollbar {
        display: none;
    }

    .pd-tabs-tab {
        font-size: 14px;
        white-space: nowrap;
    }

    .pd-tabs-content {
        font-size: 14px;
        line-height: 22px;
    }

    .pd-tabs-content h2 {
        font-size: 20px;
    }

    .pd-tabs-content h3 {
        font-size: 18px;
    }

    /* Related / Wear It With */
    .pd-related {
        padding: 40px 0 48px;
    }

    .pd-related-title {
        font-size: 28px;
        line-height: 34px;
    }

    .pd-related-subtitle {
        font-size: 14px;
    }

    .pd-related .shop-product-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    .pd-main-row {
    row-gap: 30px;
}

.pd-tabs-row {
    margin-top: 10px;
}

    /* Decorative bg SVGs already handled by shared .pd-main-decor rule at top of this media query */

    /* ---- Checkout Page ---- */
    .tg-checkout-page { padding: 32px 0 56px; }
    .tg-checkout-page-breadcrumb { padding-bottom: 20px; font-size: 12px; }
    /* Grid stacks vertically: Billing Details → Order Summary → Payment → Place Order */
    .tg-checkout-page-grid { grid-template-columns: 1fr; gap: 28px; }
    .tg-checkout-page-aside { position: static; top: auto; order: 2; }
    .tg-checkout-page-main { order: 1; gap: 28px; }
    .tg-checkout-page-summary-card { padding: 18px 16px 22px; border-radius: 12px; }
    .tg-checkout-page-section-title { font-size: 20px; line-height: 26px; margin-bottom: 16px; }
    .tg-checkout-fields-grid { column-gap: 16px; row-gap: 16px; }
    .tg-checkout-page .form-row label,
    .tg-checkout-page .woocommerce-input-wrapper+label,
    .tg-checkout-page label { font-size: 13px; margin-bottom: 6px; }
    .tg-checkout-page .form-row input[type="text"],
    .tg-checkout-page .form-row input[type="email"],
    .tg-checkout-page .form-row input[type="tel"],
    .tg-checkout-page .form-row input[type="number"],
    .tg-checkout-page .form-row input[type="password"],
    .tg-checkout-page .form-row textarea,
    .tg-checkout-page .form-row select,
    .tg-checkout-page .select2-container--default .select2-selection--single,
    .tg-checkout-page .select2-selection { font-size: 14px; height: 44px; }
    .tg-checkout-page .form-row textarea { height: auto; min-height: 96px; }
    /* Payment methods + place order — full width, touch-friendly */
    .woocommerce-checkout #payment ul.payment_methods li { padding: 12px 14px; }
    .woocommerce-checkout #payment ul.payment_methods li label { font-size: 14px; }
    .woocommerce-checkout #payment ul.payment_methods li img { max-height: 20px; }
    #place_order,
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        width: 100%;
        height: 48px;
        font-size: 15px;
    }

    /* Stripe "Save payment method" checkbox — layout only.
       Root cause: element carries `.form-row` → inherits
       `.tg-checkout-page .form-row { display:flex !important; flex-direction:column }`
       from line ~9307, which stacks label under checkbox.
       Fix only the flex-direction on the wrapper + label sizing.
       Do NOT touch checkbox itself — keeps custom 18×18 gold tick intact. */
    .tg-checkout-page p.form-row.woocommerce-SavedPaymentMethods-saveNew {
        flex-direction: row !important;
        align-items: center !important;
        gap: 12px !important;
    }
    .tg-checkout-page p.form-row.woocommerce-SavedPaymentMethods-saveNew label {
        flex: 1 1 auto;
        width: auto;
        max-width: none;
        margin: 0;
        line-height: 1.5;
    }
}


@media (max-width: 600px) {
    .tg-search-modal .tg-search-modal-dialog {
        margin: 3vh auto;
        width: calc(100% - 16px);
    }

    .tg-search-modal .tg-search-modal-content {
        padding: 24px 16px 16px;
        border-radius: 16px;
    }

    .tg-search-field {
        height: 46px;
        padding: 0 12px 0 16px;
    }

    .tg-search-result-thumb,
    .tg-search-result-thumb .tg-search-result-img,
    .tg-search-result-thumb img {
        width: 48px;
        height: 48px;
    }

    /* ---- Home Page ---- */
    .tg-hero {
        height: auto;
    }

    .tg-hero .tg-hero-title {
        font-size: 34px;
    }

    .tg-hero .tg-hero-desc {
        font-size: 14px;
        line-height: 22px;
    }

    /* .footer-cta .footer-cta-form .gform_footer,
    .footer-cta .footer-cta-form .gform_page_footer {
        width: 100%;
    } */

    .footer-cta .footer-cta-form .gform_footer input[type="submit"],
    .footer-cta .footer-cta-form button[type="submit"] {
        width: 100%;
    }

    /* ---- Story Page ---- */
    .story-hero {
        height: 220px;
    }

    .story-hero .story-hero-title {
        font-size: 30px;
    }

    .story-gateway .story-gateway-title {
        font-size: 26px;
        line-height: 32px;
    }

    .story-behind .story-behind-title {
        font-size: 24px;
        line-height: 30px;
    }

    .story-behind .story-behind-image {
        height: 300px;
    }

    .story-quote .story-quote-content {
        font-size: 20px;
        line-height: 30px;
    }

    .story-manifesto .story-manifesto-title {
        font-size: 26px;
        line-height: 32px;
    }

    /* ---- FAQ Page ---- */
    .faq-hero {
        height: 220px;
    }

    .faq-hero .faq-hero-title {
        font-size: 30px;
    }

    .faq-intro .faq-intro-title {
        font-size: 26px;
        line-height: 32px;
    }

    .faq-category .faq-category-heading {
        font-size: 22px;
        line-height: 30px;
    }

    /* ---- Shop Page ---- */
    .shop-banner {
        height: 220px;
    }

    .shop-banner .shop-banner-title {
        font-size: 30px;
    }

    .shop-products .shop-products-title {
        font-size: 26px;
        line-height: 32px;
    }

    .shop-controls-row {
        padding: 0 0 20px;
    }

    /* ---- Single Product Page ---- */
    .pd-banner {
        height: 220px;
    }

    .pd-banner .pd-banner-title {
        font-size: 30px;
    }

    .pd-title {
        font-size: 20px;
        line-height: 26px;
    }

    .pd-price {
        font-size: 18px;
    }

    .pd-tabs-tab {
        font-size: 13px;
    }

    .pd-related-title {
        font-size: 24px;
        line-height: 30px;
    }

    /* ---- Checkout Page ---- */
    .tg-checkout-page-section-title { font-size: 18px; line-height: 24px; }
    .tg-checkout-page-summary-card { padding: 16px 14px 20px; }
}


@media (max-width:575px) {

    /* ---- Home Page ---- */
    /* Best Sellers — 1 per row on very small screens */
    .best-sellers-product-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Hero — tighter */
    .tg-hero {
        height: auto;
    }

    .tg-hero .tg-hero-title {
        font-size: 30px;
    }

    /* .tg-hero .tg-hero-content {
        padding-bottom: 32px;
    } */

    /* Browse cards — reduce further */
    .browse-card-small {
        height: 280px;
    }

    .browse-card-large {
        height: 280px;
    }

    .browse-card-title,
    .browse-card-large .browse-card-title {
        font-size: 22px;
        line-height: 26px;
    }

    /* ---- Story Page ---- */
    .story-hero {
        height: 200px;
    }

    .story-hero .story-hero-title {
        font-size: 26px;
    }

    .story-gateway .story-gateway-title {
        font-size: 24px;
        line-height: 30px;
    }

    .story-behind .story-behind-title {
        font-size: 22px;
        line-height: 28px;
    }

    .story-behind .story-behind-image {
        height: 260px;
    }

    .story-quote {
        padding: 40px 16px;
    }

    .story-quote .story-quote-content {
        font-size: 18px;
        line-height: 28px;
    }

    .story-manifesto .story-manifesto-title {
        font-size: 24px;
        line-height: 30px;
    }

    .story-manifesto-images .story-manifesto-images-inner {
        height: 300px;
    }

    .story-manifesto-images .story-mi-large {
        height: 190px;
    }

    .story-manifesto-images .story-mi-large-2 {
        top: 80px;
    }

    .story-manifesto-images .story-mi-tr {
        height: 130px;
    }

    .story-manifesto-images .story-mi-bl {
        height: 100px;
        top: 160px;
    }

    /* ---- FAQ Page ---- */
    .faq-hero {
        height: 200px;
    }

    .faq-hero .faq-hero-title {
        font-size: 26px;
    }

    .faq-intro .faq-intro-title {
        font-size: 24px;
        line-height: 30px;
    }

    .faq-search .faq-search-field {
        height: 44px;
    }

    .faq-accordion .faq-question {
        padding: 16px 0;
    }

    .faq-accordion .faq-question-text {
        font-size: 14px;
    }

    .faq-category .faq-category-heading {
        font-size: 20px;
        line-height: 28px;
    }

    /* ---- Shop Page ---- */
    .shop-banner {
        height: 200px;
    }

    .shop-banner .shop-banner-title {
        font-size: 26px;
    }

    .shop-products .shop-products-title {
        font-size: 24px;
        line-height: 30px;
    }

    /* 1 card per row on very small screens */
    .shop-products .shop-product-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .shop-products-grid {
        row-gap: 20px;
    }

    .shop-product-title {
        font-size: 16px;
    }

    .shop-product-price {
        font-size: 14px;
    }

    .shop-toolbar-tabs {
        gap: 10px;
    }

    .shop-toolbar-tab .shop-toolbar-tab-label {
        font-size: 12px;
    }

    /* ---- Single Product Page ---- */
    .pd-banner {
        height: 200px;
    }

    .pd-banner .pd-banner-title {
        font-size: 26px;
    }

    .pd-title {
        font-size: 18px;
        line-height: 24px;
    }

    .pd-price {
        font-size: 16px;
    }

    .pd-size-btn {
        min-width: 44px;
        height: 38px;
        font-size: 12px;
    }

    .pd-tabs-nav {
        gap: 14px;
    }

    .pd-tabs-tab {
        font-size: 12px;
    }

    .pd-related-title {
        font-size: 22px;
        line-height: 28px;
    }

    /* ---- Checkout Page ---- */
    .tg-checkout-page-section-title { font-size: 17px; line-height: 22px; }
    .tg-checkout-page .form-row input,
    .tg-checkout-page .form-row select,
    .tg-checkout-page .select2-selection { font-size: 14px; height: 42px; }
    #place_order,
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order { height: 46px; font-size: 14px; }
}

/* Wishlist page — reuse cart list layout, Remove button aligned right */
.tg-cart-page-list--wishlist .tg-cart-page-row-bot {
    justify-content: flex-end;
}

.tg-cart-page-item.is-removing {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}