/*!
Theme Name: alpha 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/
*/

@font-face {
    font-family: 'Alta';
    src: url('fonts/Alta_Font/Alta_regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Alta';
    src: url('fonts/Alta_Font/Alta_light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Alta';
    src: url('fonts/Alta_Font/Alta_caption.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NexaCustom';
    src: url('fonts/proxima-regular/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NexaCustom';
    src: url('fonts/nexa/Nexa-Heavy.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'NexaCustom';
    src: url('fonts/nexa/Nexa-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'NexaCustom';
    src: url('fonts/nexa/Nexa-ExtraLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


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

ul {
    padding: 0;
    margin: 0;
}



.section:last-of-type {
    margin-bottom: 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: 'NexaCustom', 'Proxima Nova Rg', sans-serif;
}

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

.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 */

/* === Best Sellers Section === */
.best-sellers-section {
    background: #000000;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    position: relative;
    overflow: hidden;
    height: 738px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .hero-sale-section {
        padding-top: 24px;
        padding-bottom: 16px;
    }

    .souvenirs-section {
        padding-top: 16px;
    }

    .hero-sale-bg {
        width: 100vw;
        height: 320px;
        border-radius: 24px;
    }

    .hero-sale-main-img {
        max-width: 220px;
        max-height: 220px;
    }

    .hero-sale-title-main {
        font-size: 40px;
        line-height: 44px;
    }

    .hero-sale-title-bottom {
        font-size: 48px;
        line-height: 44px;
    }
}

.best-sellers-bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.best-sellers-bg-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    opacity: 0.6;
    display: block;
}

.best-sellers-eyebrow {
    font-family: 'Nexa', sans-serif;
    font-size: 18px;
    color: #BF0D3E;
    /* Brand Red */
    line-height: normal;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
}

.best-sellers-title {
    font-family: 'Alta', sans-serif;
    font-size: 64px;
    color: #FFFFFF;
    /* High contrast */
    line-height: 1.1;
    font-weight: 400;
    text-transform: lowercase;
    margin-bottom: 25px;
}

.best-seller-card {
    padding: 0 12px;
    height: auto;
}

.best-seller-card-outer {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.best-seller-card-outer:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.best-seller-card-inner {
    background: #F5F5F5;
    /* slightly darker to make product stand out */
    border-radius: 12px;
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: hidden;
}

.best-seller-img-wrapper {
    width: 85%;
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.best-seller-img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.best-seller-card-content {
    text-align: left;
    padding: 0 5px;
}

.best-seller-name {
    font-family: 'Alta', sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 400;
    margin-bottom: 8px;
}

.best-seller-price {
    font-family: 'Nexa', sans-serif;
    font-size: 18px;
    color: #BF0D3E;
    font-weight: 700;
}

/* Best Sellers arrows — slick-theme.css defaults restored */
.best-sellers-section .slick-arrow::before {
    display: block !important;
}


@media (max-width: 1200px) {

    .best-seller-card,
    .best-seller-card-outer {
        width: 300px;
        flex: 0 0 300px;
    }

    .best-seller-card-inner {
        width: 270px;
        height: 250px;
    }
}

@media (max-width: 991px) {
    .best-sellers-title {
        font-size: 48px;
        line-height: 56px;
    }

    .best-seller-card,
    .best-seller-card-outer {
        width: 240px;
        flex: 0 0 240px;
    }

    .best-seller-card-inner {
        width: 200px;
        height: 180px;
    }
}

@media (max-width: 767px) {
    .best-sellers-section {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .best-sellers-title {
        font-size: 28px;
        line-height: 32px;
    }

    .best-seller-card,
    .best-seller-card-outer {
        width: 90vw;
        flex: 0 0 90vw;
    }

    .best-seller-card-inner {
        width: 80vw;
        height: 120px;
    }

    .best-seller-img-wrapper {
        width: 80vw;
        height: 100px;
    }
}

/* === Souvenirs Section === */
.souvenirs-section .container {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

@media (max-width: 991px) {
    .souvenirs-section .container {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

@media (max-width: 767px) {
    .souvenirs-section .container {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

.categories-section {
    background: #fff;
    padding-top: 64px;
    padding-bottom: 64px;
}

.categories-title {
    font-family: 'Alta', sans-serif;
    font-size: 76px;
    font-weight: 400;
    line-height: 86px;
    color: #000;
    margin-bottom: 8px;
}

.categories-subtext {
    font-family: 'Nexa', sans-serif;
    font-size: 20px;
    color: #949494;
    line-height: 32px;
    margin-bottom: 0;
}

.category-card {
    background: #f5f5f6;
    border-radius: 24px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 372px;
    margin-bottom: 20px;
    padding: 32px 0 24px 0;
    transition: box-shadow 0.3s;
    position: relative;
}

.category-card-tall {
    min-height: 764px;
    height: 764px;
    padding: 0 !important;
    margin-bottom: 0;
}

.category-img-wrapper {
    width: 100%;
    aspect-ratio: 407/372;
    background: #f0f0f0;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.category-img-tall {
    min-height: 764px;
    height: 764px;
}

.category-title {
    font-family: 'Alta', sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 0;
    color: #000;
    text-align: center;
}

@media (max-width: 1199px) {
    .categories-title {
        font-size: 48px;
        line-height: 56px;
    }

    .category-card-tall,
    .category-img-tall {
        min-height: 600px;
        height: 600px;
    }
}

@media (max-width: 991px) {
    .categories-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .categories-title {
        font-size: 36px;
        line-height: 44px;
    }

    .category-card-tall,
    .category-img-tall {
        min-height: 400px;
        height: 400px;
    }

    .category-card {
        min-height: 300px;
        padding: 20px 0 16px 0;
    }

    .category-card-tall {
        padding: 20px 0 16px 0;
    }
}

@media (max-width: 767px) {
    .categories-section {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .categories-title {
        font-size: 28px;
        line-height: 32px;
    }

    .category-card-tall,
    .category-img-tall {
        min-height: 220px;
        height: 220px;
    }

    .category-card {
        min-height: 180px;
        padding: 12px 0 8px 0;
    }

    .category-card-tall {
        padding: 12px 0 8px 0;
    }

    .category-title {
        font-size: 18px;
        margin-top: 12px;
    }
}

/* === End Figma-accurate Top Categories Section === */

/*
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;
    height: auto;
}

#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,
.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: #0b204d;
    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 35px;
    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;
    /* letter-spacing property removed due to missing value */
    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: 200px;
}

#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: 0px;

}

tr.wishlist_item {
    border-left: 1px solid #80808030 !important;
    border-right: 1px solid #80808030 !important;
}




.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 */









@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;
    }
}

/* Custom Header Styles (Moved from functions.php for consistency) */
.site-header-custom {
    transition: all 0.3s ease;
    z-index: 1000;
    position: relative;
    padding: 0;
}

/* Hero Section Styles */
.hero-section {
    position: relative;
    height: 750px;
    z-index: 1;
    overflow: hidden;
    background-color: #B22124;
}

.hero-slide {
    background-color: #B22124;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-decor-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    pointer-events: none;
    width: 20vw;
    height: auto;
}

.hero-decor-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    width: 15vw;
    pointer-events: none;
    height: auto;
}

.hero-slider,
.hero-slider .slick-list,
.hero-slider .slick-track {
    height: 750px !important;
}

/* Fix: Globally hide default Slick theme pseudo-arrows to prevent duplication with custom icons */
.slick-arrow:before {
    display: none !important;
}

.hero-slider .slick-track {
    display: flex !important;
}

.hero-slide,
.slick-slide {
    position: relative;
    height: 750px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* Fix for slick-slide display */
.slick-slide {
    height: auto !important;
    display: block !important;
}

.hero-images-col {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Single grouped product image per slide */
.hero-slide-img {
    display: block;
    max-width: 100%;
    max-height: 580px;
    width: auto;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 10;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.hero-title {
    font-family: 'Alta', serif;
    font-size: 85px;
    line-height: 0.95;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-subtext {
    font-size: 22px;
    font-family: 'Nexa', sans-serif;
    letter-spacing: 1px;
    opacity: 1;
}

.btn.btn-round {
    border-radius: 50rem;
    border: 1px solid #fff;
    padding: 16px 45px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    color: #fff !important;
    background: transparent;
    transition: all 0.4s ease;
}

.btn.btn-round:hover {
    background: #fff;
    color: #B22124 !important;
}

.btn.btn-round i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.btn.btn-round:hover i {
    transform: translateX(5px);
}

/* Decorative corner elements - 30% width anchored to corners */
.hero-decor-tl {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    pointer-events: none;
    z-index: 0;
    opacity: 1;
}

.hero-decor-br {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    pointer-events: none;
    z-index: 0;
    opacity: 1;
}

/* ── Hero Slider Arrows ──────────────────────────────────────────────────── */
/* Use !important throughout — slick-theme.css loads after style.css and     */
/* hardcodes width:20px, height:20px, color:transparent, padding:0 at        */
/* lower specificity but same cascade layer, so !important is required.      */
.hero-slider .slick-prev,
.hero-slider .slick-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1000 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;
    height: 52px !important;
    padding: 0 !important;
    background: rgba(0, 0, 0, 0.35) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    font-size: 0 !important;
    line-height: 0 !important;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease !important;
}

.hero-slider .slick-prev { left: 28px !important; }
.hero-slider .slick-next { right: 28px !important; }

.hero-slider .slick-prev:hover,
.hero-slider .slick-next:hover {
    background: rgba(0, 0, 0, 0.65) !important;
    border-color: rgba(255, 255, 255, 0.85) !important;
    color: #ffffff !important;
    transform: translateY(-50%) scale(1.08) !important;
}

/* SVG icon — inherits white color via currentColor */
.hero-slider .slick-prev svg,
.hero-slider .slick-next svg {
    width: 22px !important;
    height: 22px !important;
    display: block !important;
    stroke: currentColor !important;
    flex-shrink: 0 !important;
    pointer-events: none !important;
}

/* Slide image animation */
.hero-slide .hero-slide-img {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 1, 0.3, 1);
}

.slick-active .hero-slide-img {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Mobile Adjustments */
@media (max-width: 1400px) {
    .hero-title {
        font-size: 70px;
    }

    .hero-slide-img {
        max-height: 500px;
    }
}

@media (max-width: 1199px) {
    .hero-slider .slick-prev { left: 14px !important; }
    .hero-slider .slick-next { right: 14px !important; }

    .hero-title {
        font-size: 60px;
    }

    .hero-slide-img {
        max-height: 420px;
    }
}

@media (max-width: 991px) {

    .hero-section,
    .hero-slide,
    .hero-slider,
    .hero-slider .slick-list {
        height: 600px !important;
    }

    .hero-slide-img {
        max-height: 360px;
    }

    .hero-decor-tl,
    .hero-decor-br {
        width: 300px;
    }

    .btn.btn-round {
        border-radius: 50rem;
    }
}

@media (max-width: 767px) {
    .hero-images-col {
        height: 300px;
        order: 2;
    }

    .hero-content-col {
        order: 1;
        padding-top: 40px;
    }

    .hero-slide-img {
        max-height: 260px;
    }

    .hero-title {
        font-size: 45px;
    }

    .hero-slider .slick-prev,
    .hero-slider .slick-next {
        width: 40px !important;
        height: 40px !important;
        left: 10px !important;
    }
    .hero-slider .slick-next { left: auto !important; right: 10px !important; }
    .hero-slider .slick-prev svg,
    .hero-slider .slick-next svg { width: 18px !important; height: 18px !important; }
}

.site-branding-custom {
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    align-self: stretch !important;
    /* Stretch to parent row height */
}


/* === Figma-accurate Custom Footer Section === */
.custom-footer {
    background-color: #F0F0F0 !important;
    color: #000000;
    padding-top: 100px !important;
    padding-bottom: 20px !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.footer-content-wrapper {
    display: flex;
    flex-direction: column;
}

.footer-content-top,
.footer-content-bottom {
    width: 100%;
}

.footer-watermark {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.watermark-svg {
    width: 100% !important;
    max-width: 1440px !important;
    height: auto !important;
    opacity: 0.6;
    display: block;
    margin: 0 auto;
}

.footer-heading {
    font-family: 'NexaCustom', sans-serif !important;
    font-weight: 700 !important;
    font-size: 35.5px !important;
    color: #000000 !important;
    line-height: 47.3px !important;
    margin-bottom: 0px;
    text-shadow: none !important;
    text-transform: capitalize !important;
}

.footer-divider {
    border-top: 0.8px solid #000000 !important;
    opacity: 1 !important;
    margin-top: 20px !important;
    margin-bottom: 50px !important;
    width: 100%;
}

.btn-footer-inquiry {
    background-color: #000000 !important;
    color: #F9D71E !important;
    font-family: 'NexaCustom', sans-serif !important;
    font-weight: 700 !important;
    font-size: 11.05px !important;
    /* height: 43px !important; */
    padding: 15px 35px !important;
    border-radius: 78.9px !important;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none !important;
}

.custom-footer .site-branding-custom .footer-logo-mark {
    width: 450px !important;
    height: 287px !important;
    max-height: none !important;
    /* Resolves conflict with header 74px style */
    aspect-ratio: 102 / 65 !important;
    object-fit: contain !important;
    max-width: 85% !important;
    display: block;
    margin: 0 !important;
}


.footer-content-bottom {
    display: flex !important;
    justify-content: space-between !important;
    align-items: start !important;
    flex-wrap: nowrap !important;
    /* Force side-by-side on desktop */
}

.footer-col-contact {
    max-width: 60%;
}

.footer-col-nav {
    max-width: 40%;
    text-align: right;
}

.footer-contact-list li {
    font-family: 'NexaCustom', sans-serif !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    color: #000000 !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
    white-space: nowrap;
    /* Prevent contact info wrapping */
}

.footer-contact-list li:last-child {
    font-size: 20px !important;
}

.footer-contact-list a {
    color: #000000 !important;
    text-decoration: none !important;
}

.contact-icon {
    font-size: 18px;
    width: 35px;
    display: inline-block;
    color: #000 !important;
}

/* Vertical Menu in Footer Bottom Row */
ul.footer-nav-list.list-unstyled {
    display: flex !important;
    flex-direction: column !important;
    align-content: flex-start !important;
    align-items: flex-start !important;
    margin: 0;
    padding: 0;
}

.footer-nav-list li {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 12px !important;
    list-style: none;
    display: block !important;
}

.footer-nav-list li:last-child {
    margin-bottom: 0 !important;
}

.footer-nav-list a {
    font-family: 'NexaCustom', sans-serif !important;
    font-size: 14.2px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    text-decoration: none !important;
    transition: opacity 0.3s;
    line-height: 1.4 !important;
}

.footer-bottom-bar {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    font-family: 'NexaCustom', sans-serif !important;
    padding-top: 40px !important;
    padding-bottom: 0px !important;
    position: relative;
    z-index: 5;
    background: transparent;
}

.copyright-text {
    font-family: 'NexaCustom', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.96px !important;
    color: #000 !important;
}

.footer-legal-links .list-inline-item a {
    font-family: 'NexaCustom', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #000 !important;
    text-decoration: none !important;
}

.footer-legal-links .separator {
    margin: 0 12px !important;
    font-size: 12px !important;
    color: #000 !important;
    opacity: 0.5;
}

@media (max-width: 991px) {
    .footer-heading {
        font-size: 28px !important;
        line-height: 38px !important;
    }
}

@media (max-width: 767px) {

    .footer-content-top,
    .footer-content-bottom {
        justify-content: center !important;
        text-align: center;
    }

    .heading-wrap {
        width: 100%;
    }

    .footer-nav-list {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .footer-watermark {
        font-size: 150px !important;
        margin-top: 0;
    }

    .footer-heading {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .footer-contact-list li {
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {
    .footer-top-row .col-md-3 {
        text-align: left !important;
        margin-top: 20px;
    }

    .footer-watermark {
        font-size: 80px !important;
        margin-top: 20px;
    }

    .footer-col-logo,
    .footer-col-contact,
    .footer-col-nav {
        margin-bottom: 30px;
    }
}

/* === End Footer Section === */
/* === Features Section (Figma MCP Strict - Typography Fix) === */
.features-section {
    height: 565px !important;
    background-image: url('http://1227-shop.local/wp-content/uploads/2026/04/shutterstock_1601432119-1.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 0;
    margin-top: -100px !important;
}

.features-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0.22%, #FFF 99.75%) !important;
    z-index: -1;
    pointer-events: none;
}

.features-section .container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 2;
}

.features-row {
    display: flex;
    gap: 28px;
    justify-content: center;
    align-items: flex-start;
}

.feature-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex: 1 0 0;
    gap: 20px;
    align-items: center;
    min-width: 0;
    min-height: 112px;
    padding: 16px;
    position: relative;
    margin-bottom: 0;
}

.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #f9d71e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: visible;
    padding: 0;
}

.feature-icon img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    display: block;
}

.feature-title {
    font-family: 'Nexa', 'NexaCustom', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #353a48;
    line-height: 1;
    margin-bottom: 0;
    white-space: nowrap;
    letter-spacing: 0;
    text-transform: none;
}

.feature-desc {
    font-family: 'Nexa', 'NexaCustom', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #353a48;
    line-height: 24px;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 0;
    width: 256px;
    white-space: pre-wrap;
    letter-spacing: 0;
}

@media (max-width: 991px) {
    .features-row {
        flex-direction: column;
        gap: 20px;
    }

    .feature-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 12px;
    }

    .feature-icon {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .features-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .feature-card {
        padding: 8px;
    }

    .feature-title {
        font-size: 18px;
        line-height: 28px;
    }

    .feature-desc {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
    }
}

/* === End Features Section (Figma MCP Strict - Typography Fix) === */
/* === Dominican Republic Collections Section (Figma MCP Strict) === */
/* === Dominican Republic Collections Section (Figma MCP Strict) === */
/* === Dominican Republic Collections Section (Figma MCP Strict) === */
.dominican-collections-section {
    background: #000;
    position: relative;
    overflow: hidden;
    min-height: 775px;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
    display: flex;
    justify-content: center;
}

.dominican-content-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.dominican-content-col {
    min-height: 775px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dominican-bg-1 {
    position: absolute;
    left: unset;
    right: 0;
    top: 329px;
    width: 55%;
    height: 446px;
    object-fit: cover;
    max-width: none;
    z-index: 1;
    pointer-events: none;
}

.dominican-bg-2 {
    position: absolute;
    left: unset;
    right: 7%;
    top: 100px;
    width: 474px;
    height: 322px;
    object-fit: cover;
    max-width: none;
    z-index: 1;
    pointer-events: none;
}

.dominican-eyebrow {
    color: #F9D71E;
    font-size: 20px;
    font-family: 'Nexa-Regular', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.dominican-title {
    font-size: 76px;
    font-family: 'Alta', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
}

.dominican-desc p {
    font-size: 18px;
    font-family: 'Nexa-Regular', sans-serif;
    line-height: 38px;
    color: #fff;
    max-width: 390px;
    margin-bottom: 30px;
}

/* Unify Dominican and Who We Are CTA styles for pixel-perfect Figma parity */
.dominican-btn,
.who-we-are-btn {
    border: 1.5px solid #fff;
    border-radius: 100px;
    font-family: 'NexaCustom', 'Nexa-Bold', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
    padding: 10px 42px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background 0.2s, color 0.2s;
    width: fit-content;
}

.dominican-btn:hover,
.who-we-are-btn:hover {
    background: #F9D71E;
    color: #000;
    border-color: #F9D71E;
}

.dominican-line-svg {
    left: 0;
    top: 0;
    z-index: 2;
}

@media (max-width: 991px) {
    .dominican-title {
        font-size: 40px;
    }

    .dominican-desc {
        font-size: 16px;
        line-height: 28px;
    }

    .dominican-content-col {
        min-height: 400px;
    }

    .dominican-content-container {
        max-width: 100vw;
        padding: 0 16px;
    }

    .dominican-bg-1 {
        left: 40vw;
        top: 300px;
        width: 60vw;
        height: 300px;
    }

    .dominican-bg-2 {
        left: 60vw;
        top: 80px;
        width: 30vw;
        height: 180px;
    }
}

@media (max-width: 767px) {
    .dominican-collections-section {
        min-height: 400px;
        padding: 40px 0;
    }

    .dominican-title {
        font-size: 28px;
    }

    .dominican-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .dominican-content-col {
        min-height: 220px;
    }

    .dominican-content-container {
        max-width: 100vw;
        padding: 0 8px;
    }

    .dominican-bg-1 {
        left: 0;
        top: 200px;
        width: 100vw;
        height: 120px;
    }

    .dominican-bg-2 {
        left: 40vw;
        top: 40px;
        width: 50vw;
        height: 80px;
    }
}

/* === End Dominican Republic Collections Section === */
.dominican-eyebrow {
    color: #F9D71E;
    font-size: 20px;
    font-family: 'Nexa-Regular', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.dominican-title {
    font-size: 76px;
    font-family: 'Alta', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
}

.dominican-desc {
    font-size: 18px;
    font-family: 'Nexa-Regular', sans-serif;
    line-height: 38px;
    color: #fff;
    max-width: 390px;
    margin-bottom: 30px;
}

.dominican-btn {
    border-radius: 100px;
    border: 1px solid #fff;
    font-family: 'Nexa-Bold', sans-serif;
    font-size: 14px;
    color: #fff;
    background: transparent;
    padding: 10px 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    transition: background 0.2s, color 0.2s;
}

.dominican-btn:hover {
    background: #F9D71E;
    color: #000;
    border-color: #F9D71E;
}

.dominican-line-svg {
    left: 0;
    top: 0;
    z-index: 2;
}

@media (max-width: 991px) {
    .dominican-title {
        font-size: 40px;
    }

    .dominican-desc {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .dominican-collections-section {
        min-height: 400px;
        padding: 40px 0;
    }

    .dominican-title {
        font-size: 28px;
    }

    .dominican-desc {
        font-size: 14px;
        line-height: 22px;
    }
}

/* === End Dominican Republic Collections Section === */


h3.product-title.h5.mb-2 {
    font-size: 20px !important;
}

/* === Contact Info Section (Figma MCP Strict) === */
.contact-info-section {
    background: #e6e6e6;
    width: 100%;
    padding: 80px 120px;
}

@media (max-width: 991px) {
    .contact-info-section {
        padding: 60px 24px;
    }
}

@media (max-width: 767px) {
    .contact-info-section {
        padding: 40px 8px;
    }
}

.contact-info-header {
    margin-bottom: 2rem;
}

.contact-info-title {
    font-family: 'Nexa', 'NexaCustom', sans-serif;
    font-size: 46px !important;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.46px;
    line-height: 1.1;
    margin-bottom: 24px;
    white-space: pre-line;
}

@media (max-width: 991px) {
    .contact-info-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .contact-info-title {
        font-size: 22px;
    }
}

.contact-info-socials {
    display: flex;
    gap: 24px;
}

.contact-info-social-link {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
}

.contact-info-social-icon {
    width: 50px;
    height: 50px;
}

.contact-info-details {
    display: flex;
    gap: 102px;
}

@media (max-width: 991px) {
    .contact-info-details {
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .contact-info-details {
        flex-direction: column;
        gap: 24px;
    }
}

.contact-info-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-info-label {
    font-size: 17px;
    font-family: 'Nexa', 'NexaCustom', sans-serif;
    color: #000;
    margin-bottom: 4px;
}

.contact-info-underline {
    background: #000;
    height: 1px;
    width: 27px;
    margin-bottom: 8px;
}

.contact-info-value {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Nexa', 'NexaCustom', sans-serif;
    color: #000;
}

/* === End Contact Info Section === */


.form-header-contact h2 {
    font-family: 'Nexa', 'NexaCustom', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.32px;
    line-height: 1.1;

}


.form-header-contact p {
    font-family: 'Nexa', 'NexaCustom', sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 28px;
    margin-top: 16px;
    text-align: center;
}

div#validation_message_1_3 {
    display: none !important;
}




/* === End Gravity Forms Button Arrow Icon (Figma Parity) === */
/* === Gravity Forms Button Figma Parity === */
#gform_1 .gform_button {
    border-radius: 16px !important;
    background: var(--Gray-Gray-400---default, #333) !important;
    display: flex !important;
    padding: 24px 53px 24px 30px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    box-shadow: none;
    border: none;
    transition: background 0.2s, box-shadow 0.2s;
    margin: auto !important;
}

/* === End Gravity Forms Button Figma Parity === */
/* === Gravity Forms Placeholder Typography (Figma Parity) === */
#gform_1 input::placeholder,
#gform_1 textarea::placeholder,
#gform_1 select::placeholder {
    color: var(--Dark, #353A48);
    font-family: 'Nexa Regular', 'NexaCustom', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    opacity: 1;
}

#gform_1 input::-webkit-input-placeholder,
#gform_1 textarea::-webkit-input-placeholder,
#gform_1 select::-webkit-input-placeholder {
    color: var(--Dark, #353A48);
    font-family: 'Nexa Regular', 'NexaCustom', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    opacity: 1;
}

#gform_1 input::-moz-placeholder,
#gform_1 textarea::-moz-placeholder,
#gform_1 select::-moz-placeholder {
    color: var(--Dark, #353A48);
    font-family: 'Nexa Regular', 'NexaCustom', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    opacity: 1;
}

#gform_1 input:-ms-input-placeholder,
#gform_1 textarea:-ms-input-placeholder,
#gform_1 select:-ms-input-placeholder {
    color: var(--Dark, #353A48);
    font-family: 'Nexa Regular', 'NexaCustom', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    opacity: 1;
}

#gform_1 input::-ms-input-placeholder,
#gform_1 textarea::-ms-input-placeholder,
#gform_1 select::-ms-input-placeholder {
    color: var(--Dark, #353A48);
    font-family: 'Nexa Regular', 'NexaCustom', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    opacity: 1;
}

/* === End Gravity Forms Placeholder Typography (Figma Parity) === */
/* === Hide Gravity Forms Submission Error and Validation Container === */
#gform_1 h2.gform_submission_error {
    display: none !important;
}

div#gform_1_validation_container {
    display: none !important;
}

/* === End Hide Gravity Forms Submission Error and Validation Container === */
/* === Contact Form Input Figma Parity (Gravity Forms) === */
#gform_1 .ginput_container input[type="text"],
#gform_1 .ginput_container input[type="email"],
#gform_1 .ginput_container input[type="tel"] {
    display: flex;
    height: 62px;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    font-size: 1rem;
    color: #112337;
    box-shadow: none;
    transition: border-color 0.2s;
    font-family: 'Nexa Regular', 'NexaCustom', Arial, sans-serif !important;
}

#gform_1 .ginput_container input[type="text"]:focus,
#gform_1 .ginput_container input[type="email"]:focus,
#gform_1 .ginput_container input[type="tel"]:focus {
    border-color: #204ce5;
    outline: none;
    box-shadow: 0 0 0 2px rgba(32, 76, 229, 0.08);
}

/* === End Contact Form Input Figma Parity === */
/* === Contact Form Figma Strict Parity (Gravity Forms) === */
#gform_1 .gform_heading .gform_title {
    display: none !important;
}

/* Ensure the visible heading is outside the form, styled above. */
/* All other #gform_1 styles remain as previously defined for Figma parity. */
/* === End Contact Form Figma Strict Parity === */
/* === Contact Form Gravity Forms Figma Parity === */
#gform_1 {
    background: #f7f8fa;
    border-radius: 24px;
    box-shadow: unset;
    padding: 48px 32px 40px 32px;
    max-width: 100%;
}

#gform_1 .gform_heading .gform_title {
    font-family: 'Proxima Nova', 'ProximaNovaCustom', Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #112337;
    margin-bottom: 32px;
    letter-spacing: -0.5px;
    text-align: center;
}

#gform_1 .gform_body {
    margin-bottom: 0;
}

#gform_1 .gfield_label,
#gform_1 legend.gfield_label {
    font-family: 'Proxima Nova', 'ProximaNovaCustom', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #112337;
    margin-bottom: 8px;
    display: none;
}

#gform_1 .ginput_container input[type="text"],
#gform_1 .ginput_container input[type="email"],
#gform_1 .ginput_container input[type="tel"],
#gform_1 .ginput_container textarea {
    border-radius: 12px;
    border: 1.5px solid #dbe2ea;
    background: #fff;
    font-size: 1rem;
    color: #112337;
    padding: 14px 18px;
    transition: border-color 0.2s;
    box-shadow: none;
    font-family: 'Nexa Regular', 'NexaCustom', Arial, sans-serif !important;
}

#gform_1 .ginput_container input[type="text"]:focus,
#gform_1 .ginput_container input[type="email"]:focus,
#gform_1 .ginput_container input[type="tel"]:focus,
#gform_1 .ginput_container textarea:focus {
    border-color: #204ce5;
    outline: none;
    box-shadow: 0 0 0 2px rgba(32, 76, 229, 0.08);
}

#gform_1 .ginput_container textarea {
    min-height: 160px;
    resize: vertical;
}

#gform_1 .gform_footer {
    text-align: center;
    margin-top: 32px;
}

#gform_1 .gform_button {
    background: #204ce5;
    color: #fff;
    font-family: 'Nexa Regular', 'NexaCustom', Arial, sans-serif !important;
    font-size: 1.125rem;
    font-weight: 400;
    border-radius: 32px;
    border: none;
    box-shadow: 0 2px 16px rgba(32, 76, 229, 0.10);
    transition: background 0.2s, box-shadow 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 40px;
}

#gform_1 .gform_button:hover,
#gform_1 .gform_button:focus {
    background: #001ab3;
    color: #fff;
    box-shadow: 0 4px 24px rgba(32, 76, 229, 0.15);
}

#gform_1 .gform_button .arrow-icon {
    display: inline-flex;
    vertical-align: middle;
    margin-left: 4px;
}

#gform_1 .gform_button {
    margin: auto !important;
}

#gform_1 span.gf-submit-wrap {
    margin: auto !important;
}

.gfield_label #gform_1 .gfield.gfield--type-name .ginput_complex {
    display: flex;
    gap: 24px;
}

#gform_1 .gfield.gfield--type-name .ginput_complex>span {
    flex: 1 1 0;
}

#gform_1 .gfield.gfield--width-half {
    flex: 1 1 0;
    min-width: 220px;
}

#gform_1 .gfield.gfield--type-textarea {
    width: 100%;
}

#gform_1 .gfield {
    margin-bottom: 0;
}

#gform_1 .gfield_description,
#gform_1 .charleft.ginput_counter {
    font-size: 0.95rem;
    color: #686e77;
    margin-top: 4px;
}

@media (max-width: 991.98px) {
    #gform_1 {
        padding: 32px 12px 28px 12px;
    }

    #gform_1 .gform_heading .gform_title {
        font-size: 2rem;
    }

    #gform_1 .gform_fields {
        gap: 16px 12px;
    }

    #gform_1 .gfield.gfield--type-name .ginput_complex {
        gap: 12px;
    }
}

@media (max-width: 575.98px) {
    #gform_1 {
        padding: 16px 2vw 16px 2vw;
    }

    #gform_1 .gform_heading .gform_title {
        font-size: 1.4rem;
    }
}

/* === End Contact Form Gravity Forms Figma Parity === */
/* Contact Section (Pixel-perfect Figma parity) */
.contact-section {
    background: #fff;
    padding-top: 64px;
    padding-bottom: 64px;
}

.contact-form-wrapper {
    background: #f7f8fa;
    border-radius: 24px;
    box-shadow: unset;
    padding: 48px 32px 40px 32px;
    max-width: 100%;
}

.contact-form label.form-label {
    font-family: 'Proxima Nova', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #112337;
    margin-bottom: 8px;
}

.contact-form .form-control {
    border-radius: 12px;
    border: 1.5px solid #dbe2ea;
    background: #fff;
    font-size: 1rem;
    color: #112337;
    padding: 14px 18px;
    transition: border-color 0.2s;
    box-shadow: none;
}

.contact-form .form-control:focus {
    border-color: #204ce5;
    outline: none;
    box-shadow: 0 0 0 2px rgba(32, 76, 229, 0.08);
}

.contact-form textarea.form-control {
    min-height: 160px;
    resize: vertical;
}

.contact-submit-btn {
    background: #204ce5;
    color: #fff;
    font-family: 'Proxima Nova', 'Arial', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 32px;
    border: none;
    box-shadow: 0 2px 16px rgba(32, 76, 229, 0.10);
    transition: background 0.2s, box-shadow 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-submit-btn:hover,
.contact-submit-btn:focus {
    background: #001ab3;
    color: #fff;
    box-shadow: 0 4px 24px rgba(32, 76, 229, 0.15);
}

.contact-submit-btn .arrow-icon {
    display: inline-flex;
    vertical-align: middle;
    margin-left: 4px;
}

@media (max-width: 767.98px) {
    .contact-form-wrapper {
        padding: 32px 12px 28px 12px;
    }

    .contact-section h2 {
        font-size: 2rem;
    }
}

/* === Product Card Add to Cart Overlay === */
.product-card-image-wrap {
    position: relative;
    /* ...existing code... */
}

/* Removed duplicate overlay Add to Cart button to prevent double buttons on hover */

/* Overlay covers image, flex centers button */
.product-card-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.product-card-image-wrap:hover .product-card-image-overlay,
.product-card-image-wrap:focus-within .product-card-image-overlay {
    opacity: 1;
    pointer-events: auto;
}

.product-card-btn.w-100 {
    width: 100%;
    max-width: 90%;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 100px;
    font-weight: 700;
    font-size: 1rem;
    padding: 12px 0;
    margin: 0 auto;
    opacity: 1;
    box-shadow: none;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.product-card-btn.w-100:focus,
.product-card-btn.w-100:hover {
    background: #222;
}

/* === Figma MCP Product Card Enhancements === */
.product-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    background: #fff;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: box-shadow 0.3s, border-color 0.3s;
    overflow: hidden;
}

.product-card:hover {
    box-shadow: unset;
    border-color: transparent;
    /* remove hover border */
}

.product-card-image-wrap {
    width: 100%;
    height: 470.4px;
    background: #F8F8F8;
    border-radius: 12px;
    position: relative;
    /* ensure absolute button is positioned correctly */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: auto;
    transition: transform 0.3s cubic-bezier(.4, 2, .6, 1);
}

.product-card:hover .product-card-img {
    transform: scale(1.05);
}

.product-card-badge {
    top: 12px;
    left: 12px;
    background: #D0021B;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 999px;
    padding: 4px 14px;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(208, 2, 27, 0.08);
    position: absolute;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.wishlist-btn {
    top: 12px;
    right: 12px;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B22124;
    font-size: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    z-index: 2;
    position: absolute;
    transition: background 0.2s, color 0.2s;
}

.wishlist-btn:hover {
    background: #B22124;
    color: #fff;
}

/* TI WooCommerce Wishlist — style plugin button to match heart icon */
.wishlist-btn .tinv-wraper.tinv-wishlist {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-btn .tinvwl-tooltip {
    display: none !important;
}

.wishlist-btn .tinvwl_add_to_wishlist_button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    text-decoration: none;
    background: none !important;
    border: none;
    padding: 0 !important;
    cursor: pointer;
    position: static !important;
    vertical-align: unset !important;
}

/* Replace plugin font glyph with the custom SVG via mask */
.wishlist-btn .tinvwl_add_to_wishlist_button::before {
    content: '' !important;
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    font-family: unset !important;
    background-color: #B22124 !important;
    -webkit-mask-image: url(images/heart-icon.svg) !important;
    mask-image: url(images/heart-icon.svg) !important;
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-position: center !important;
    mask-position: center !important;
}

.wishlist-btn .tinvwl_add_to_wishlist_button span {
    display: none !important;
}

.wishlist-btn:hover .tinvwl_add_to_wishlist_button::before {
    background-color: #fff !important;
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-top: 4px;
    background: transparent !important;
    box-shadow: none !important;
}

.product-title {
    color: var(--500, #262626);
    font-family: 'NexaCustom', 'Nexa', Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    /* 80% */
    letter-spacing: 0.24px;
    text-align: left;
    margin-bottom: 0.25rem;
    margin-top: 0.5rem;
    leading-trim: both;
    text-edge: cap;
    width: 100%;
    align-self: flex-start;
}

.product-price {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: right;
    width: 100%;
    /* Additional typography */
    font-family: 'Nexa', sans-serif;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 0.24px;
    leading-trim: both;
    text-edge: cap;
    color: var(--300, #737373);
}

.product-price-regular {
    color: var(--300, #737373);
    text-decoration: line-through;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Nexa', sans-serif;
    line-height: 19.2px;
    letter-spacing: 0.24px;
    leading-trim: both;
    text-edge: cap;
    text-align: right;
    width: 100%;
}

.product-price-sale {
    color: rgba(178, 33, 36, 0.90);
    font-weight: 800;
    font-size: 28px;
    font-family: 'Nexa', sans-serif;
    line-height: 19.2px;
    letter-spacing: 0.24px;
    leading-trim: both;
    text-edge: cap;
    text-align: right;
    width: 100%;
}

.product-price-normal {
    color: #222;
    font-weight: 700;
    font-size: 1.2rem;
}

.product-rating {
    display: flex;
    justify-content: flex-start;
    /* left align */
    align-items: center;
    gap: 2px;
    margin-top: auto;
    /* push to bottom of card */
    margin-bottom: 0.5rem;
    align-self: flex-start;
}

.star-rating .fa-star,
.star-rating .fa-star-half-alt {
    color: #F9D71E;
    font-size: 1.1rem;
    margin-right: 2px;
}

.star-rating .fa-star-o {
    color: #E5E5E5;
    font-size: 1.1rem;
    margin-right: 2px;
}

@media (max-width: 991px) {
    .product-card {
        padding: 12px;
    }

    .product-card-image-wrap {
        min-height: 180px;
    }
}

@media (max-width: 767px) {
    .product-card {
        padding: 8px;
    }

    .product-card-image-wrap {
        min-height: 120px;
    }
}

/* === End Figma MCP Product Card Enhancements === */
/* === Shop Categories Tabs (Figma MCP Strict) === */
.shop-categories-title {
    font-family: 'Alta', serif;
    font-size: 76px;
    font-weight: 400;
    color: #000;
    line-height: 86px;
    text-align: center;
    margin-bottom: 0;
}

.shop-categories-tabs-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
}

.shop-cat-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    font-family: 'NexaCustom', 'Nexa', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
    line-height: 1.4;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border 0.2s;
    border: 1px solid #d2d2d2;
    background: #fff;
    color: #545454;
    white-space: nowrap;
}

.shop-cat-tab.active {
    background: #333;
    color: #fff;
    border: none;
}

.shop-cat-tab span {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}

.shop-cat-tab:focus {
    outline: 2px solid #000;
    outline-offset: 2px;
}

@media (max-width: 991px) {
    .shop-categories-title {
        font-size: 40px;
        line-height: 48px;
    }

    .shop-cat-tab {
        font-size: 14px;
        height: 36px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .shop-categories-title {
        font-size: 24px;
        line-height: 32px;
    }

    .shop-categories-tabs-row {
        gap: 6px;
    }

    .shop-cat-tab {
        font-size: 12px;
        height: 32px;
        padding: 0 8px;
    }
}

/* === End Shop Categories Tabs (Figma MCP Strict) === */
/* === Product Card (Shop) Figma MCP Strict === */
.product-card {
    border: 0px solid #E5E5E5;
    border-radius: 12px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.02);
    padding: 0px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-card:hover {
    border-color: #000;
    box-shadow: unset;
}

.product-card .product-image {
    width: 300px;
    height: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 8px;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-title {
    /* font-family: 'Alta', serif; */
    font-size: 1.125rem;
    font-weight: 700;
    color: #262626;
    margin-bottom: 0.5rem;
    margin-top: 18px;
    text-align: left;
}

.product-price {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: right;
}

.product-price-regular {
    color: #888;
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 8px;
}

.product-price-sale {
    color: #000;
    font-weight: 700;
}

.product-price-normal {
    color: #000;
    font-weight: 700;
}

.product-card-btn {
    /* Single centered yellow button */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F9D71E;
    /* Yellow */
    color: #000;
    border: 1px solid #F9D71E;
    border-radius: 100px;
    font-weight: 700;
    font-size: 1rem;
    padding: 12px 20px;
    opacity: 0;
    transition: opacity 0.3s ease, background 0.3s ease, color 0.3s ease, transform 0.3s ease;
    box-shadow: none;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-btn::after {
    content: "→";
    margin-left: 8px;
    font-size: 1rem;
    transition: transform 0.2s ease;
}

.product-card-image-wrap:hover .product-card-btn,
.product-card-image-wrap:focus-within .product-card-btn {
    opacity: 1;
}

.product-card-btn:hover,
.product-card-btn:focus {
    background: #E5C200;
    /* Slightly darker yellow on hover */
    color: #000;
    transform: translate(-50%, -50%) translateX(4px);
}

.product-card-btn:hover::after,
.product-card-btn:focus::after {
    transform: translateX(2px);
}

@media (max-width: 991px) {
    .product-card {
        padding: 16px 8px 16px 8px;
    }

    .product-card .product-image {
        width: 100%;
        height: 220px;
    }
}

@media (max-width: 767px) {
    .product-card {
        padding: 10px 2px 10px 2px;
    }

    .product-card .product-image {
        height: 160px;
    }
}

/* === End Product Card (Shop) === */
/* Top-left decor image restored */
.archive-banner-top-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 12vw;
    height: auto;
    z-index: 3;
    pointer-events: none;
}

@media (max-width: 991px) {
    .archive-banner-top-decor {
        width: 70px;
    }
}

@media (max-width: 767px) {
    .archive-banner-top-decor {
        display: none;
    }
}

/* Archive Banner Decor Images */
.archive-banner-bottom-decor {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12vw;
    height: auto;
    z-index: 3;
    pointer-events: none;
}

@media (max-width: 991px) {
    .archive-banner-top-decor {
        width: 70px;
    }

    .archive-banner-bottom-decor {
        width: 100px;
    }
}

@media (max-width: 767px) {

    .archive-banner-top-decor,
    .archive-banner-bottom-decor {
        display: none;
    }
}

/* === Archive/Innerpage Banner (Reusable) === */
.archive-banner {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    background: transparent;
    color: #fff;
    padding-top: 64px;
    padding-bottom: 64px;
}

.archive-banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.archive-banner-gradient {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(178, 33, 36, 0.9) 0%, rgba(178, 33, 36, 0.9) 100%), linear-gradient(180deg, #000 0%, #666 100%);
    opacity: 1;
    z-index: 2;
}

.archive-banner-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.25;
    z-index: 1;
}

.archive-banner-title {
    font-family: 'Alta', serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 0.5rem;
    text-align: center;
}

.archive-banner-subtitle {
    font-family: 'NexaCustom', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
}

.archive-banner-decor {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 301px;
    height: 267px;
    object-fit: contain;
    z-index: 3;
}

@media (max-width: 991px) {
    .archive-banner-title {
        font-size: 2.25rem;
    }

    .archive-banner-decor {
        width: 180px;
        height: 120px;
    }
}

@media (max-width: 767px) {
    .archive-banner {
        padding-top: 32px;
        padding-bottom: 32px;
        min-height: 120px;
    }

    .archive-banner-title {
        font-size: 1.5rem;
    }

    .archive-banner-decor {
        display: none;
    }
}

/* === End Archive/Innerpage Banner === */
.dominican-btn {
    border-radius: 100px !important;
    height: 55px;
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    box-shadow: none;
    width: fit-content;
}

/* Ensure vertical centering for Dominican Republic Collections section */
.dominican-collections-section {
    min-height: 775px;
    display: flex;
    align-items: center;
}

.dominican-content-container,
.dominican-content-col {
    height: 100%;
}

/* === Testimonials Section (Figma MCP Strict) === */
.testimonials-section {
    background: #fff;
    padding: 100px 0 100px 0;
    position: relative;
    overflow: visible;
}

.testimonials-section .testimonials-ribbon {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.testimonials-section .testimonials-ribbon.top-left {
    top: 0px;
    left: 0px;
    width: 180px;
    height: auto;
}

.testimonials-section .testimonials-ribbon.bottom-right {
    bottom: 0px;
    right: 0px;
    width: 220px;
    height: auto;
}

.testimonials-eyebrow {
    font-family: 'NexaCustom', sans-serif;
    font-size: 24px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    letter-spacing: 0;
    text-transform: none;
}

.testimonials-title {
    font-family: 'Alta', sans-serif;
    font-size: 66px;
    color: #000;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 48px;
    text-align: center;
    white-space: pre-wrap;
    letter-spacing: -1.5px;
}

.testimonials-slider {
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
    padding: 20px 0 60px 0;
}

/* Fix Equal Height Slides */
.testimonials-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.testimonials-slider .slick-slide {
    height: auto !important;
    display: flex !important;
    background: transparent !important;
}

.testimonials-slider .slick-slide>div {
    display: flex;
    width: 100%;
}

.testimonial-card {
    padding: 10px;
    height: 100%;
    width: 100%;
    outline: none !important;
}

.testimonial-card-inner {
    background: #fff;
    border-radius: 20px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.10)
}

.testimonial-avatar-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: #c4c4c4;
    flex-shrink: 0;
}

.testimonial-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-name {
    font-family: 'NexaCustom', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #0B2538;
    line-height: 1.2;
}

.testimonial-role {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #a8a8a8;
    margin-top: 2px;
}

.testimonial-trust {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.testimonial-stars,
.testimonial-verified {
    display: flex;
    align-items: center;
}

.testimonial-stars svg,
.testimonial-verified svg {
    display: block;
}

.testimonial-quote {
    color: var(--Dark, #000);
    font-family: 'Nexa-Regular', 'NexaCustom', sans-serif;
    font-size: 12.235px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.979px;
}

/* Custom Centered Dots (10px -> 14px Active) */
.testimonials-slider .slick-dots {
    bottom: -15px;
    /* Adjust based on padding */
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    gap: 12px;
}

.testimonials-slider .slick-dots li {
    width: 14px;
    /* Container as big as the active dot */
    height: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.testimonials-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 0;
}

.testimonials-slider .slick-dots li button:before {
    content: "" !important;
    position: static !important;
    width: 10px;
    height: 10px;
    background: #545454;
    /* Dark gray */

    border-radius: 50%;
    display: block;
    opacity: 1;
    transition: all 0.2s ease;
}

.col-12.text-center.text-wrrapper-review {
    max-width: 85%;
}

.testimonials-slider .slick-dots li.slick-active button:before {
    width: 14px;
    height: 14px;
    background: #F9D71E;
    /* Figma Yellow */
}

@media (max-width: 991px) {
    .testimonials-title {
        font-size: 40px;
    }

    .testimonials-section {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .testimonials-title {
        font-size: 28px;
    }

    .testimonial-card-inner {
        padding: 20px 15px;
    }
}

/* === End Testimonials Section (Figma MCP Strict) === */
/* === Who We Are Section (Figma MCP Strict) === */
.who-we-are-section {
    background: #000;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    min-height: 800px;
    padding-bottom: 80px;
}

.who-we-are-content {
    gap: 40px !important;
}

.who-we-are-eyebrow {
    font-family: 'NexaCustom', sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #F9D71E;
    font-style: normal;
    min-width: 100%;
}

.who-we-are-title {
    font-family: 'Alta', sans-serif;
    font-size: 70px;
    line-height: 86px;
    color: #fff;
    white-space: nowrap;
}

.who-we-are-desc {
    font-family: 'NexaCustom', sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    width: 385.5px;
}

.who-we-are-btn {
    border: 1.5px solid #fff;
    border-radius: 100px;
    font-family: 'NexaCustom', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
    padding: 10px 42px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background 0.2s, color 0.2s;
    width: fit-content;
}

.who-we-are-btn:hover {
    background: #F9D71E;
    color: #000;
    border-color: #F9D71E;
}

.who-we-are-btn .btn-arrow img {
    width: 13px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
}

.who-we-are-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.who-we-are-images {
    display: inline-grid;
    grid-template-columns: max-content;
    grid-template-rows: max-content;
    place-items: start;
    position: relative;
}

.who-we-are-img-main {
    background: #545454;
    width: 568px;
    height: 529px;
    margin-left: 172px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.who-we-are-img-main img {
    position: absolute;
    left: 93px;
    top: 30px;
    width: 415px;
    height: 436px;
    object-fit: cover;
    transform: scaleY(-1) rotate(180deg);
}

.who-we-are-img-vector {
    position: absolute;
    left: 236px;
    top: 196px;
    width: 21px;
    height: 21px;
}

.who-we-are-img-vector img {
    width: 21px;
    height: 21px;
}

.who-we-are-img-side {
    width: 350px;
    height: 413px;
    left: 0;
    top: 206px;
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 11px -5px 25px 0px rgba(0,0,0,0.12); */
}

.who-we-are-img-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.who-we-are-img-side .bg-white {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    opacity: 0.7;
    background: #fff;
}

.who-we-are-img-side .overflow-hidden img {
    position: absolute;
    left: -2.22%;
    top: 2.86%;
    width: 102.22%;
    height: 104.35%;
    max-width: none;
}

@media (max-width: 991px) {
    .who-we-are-section {
        min-height: 600px;
        padding-bottom: 40px;
    }

    .who-we-are-title {
        font-size: 40px;
        line-height: 48px;
    }

    .who-we-are-img-main {
        width: 320px;
        height: 300px;
        margin-left: 40px;
    }

    .who-we-are-img-main img {
        left: 40px;
        top: 10px;
        width: 220px;
        height: 220px;
    }

    .who-we-are-img-side {
        width: 180px;
        height: 220px;
        left: 0;
        top: 120px;
    }
}

@media (max-width: 767px) {
    .who-we-are-section {
        min-height: 400px;
        padding-bottom: 24px;
    }

    .who-we-are-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .who-we-are-content {
        width: 100%;
        gap: 24px !important;
    }

    .who-we-are-title {
        font-size: 24px;
        line-height: 32px;
    }

    .who-we-are-desc {
        width: 100%;
    }

    .who-we-are-img-main {
        width: 100vw;
        height: 120px;
        margin-left: 0;
    }

    .who-we-are-img-main img {
        left: 10vw;
        top: 0;
        width: 80vw;
        height: 100px;
    }

    .who-we-are-img-side {
        width: 80vw;
        height: 90px;
        left: 0;
        top: 80px;
    }
}

/* === End Who We Are Section (Figma MCP Strict) === */
/* === Hero Sale Section (Figma) === */
.hero-sale-section {
    position: relative;
    background: #fff;
    min-height: 527px;
    /* padding-top: 60px;
    padding-bottom: 30px; */
    overflow: hidden;
}

.hero-sale-bubble {
    position: relative;
    z-index: 1;
    border-radius: 44px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.08);
    background: transparent;
}

.hero-sale-bg {
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 44px;
    background-size: cover;
    background-position: center;
    opacity: 1;
    position: absolute;
}

.hero-sale-main-img {
    max-width: 415px;
    max-height: 436px;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    object-fit: contain;
}

.hero-sale-titles {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    text-align: left;
}

.hero-sale-inner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.hero-sale-title-top {
    font-family: 'NexaCustom', 'Nexa', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.28px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hero-sale-title-main {
    font-family: 'NexaCustom', 'Nexa', sans-serif;
    font-size: 80px;
    font-weight: 900;
    line-height: 80px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hero-sale-title-main .text-yellow {
    color: #F9D71E;
    font-family: 'NexaCustom', 'Nexa', sans-serif;
    font-weight: 900;
}

.hero-sale-title-bottom {
    font-family: 'NexaCustom', 'Nexa', sans-serif;
    font-size: 100px;
    font-weight: 900;
    line-height: 80px;
    letter-spacing: -2px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hero-sale-subtext {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 60px;
    padding: 24px;
    font-family: 'NexaCustom', 'Nexa', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-bottom: 24px;
}

.hero-sale-section .btn.btn-outline-light.btn-pill {
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 10px 24px;
    font-family: 'NexaCustom', 'Nexa', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background 0.2s, color 0.2s;
}

.hero-sale-section .btn.btn-outline-light.btn-pill:hover {
    background: #F9D71E;
    color: #000;
    border-color: #F9D71E;
}

.hero-sale-section .btn .ml-2 {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.hero-sale-section svg {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .hero-sale-section {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .hero-sale-bg {
        width: 100vw;
        height: 320px;
        border-radius: 24px;
    }

    .hero-sale-main-img {
        max-width: 220px;
        max-height: 220px;
    }

    .hero-sale-title-main {
        font-size: 40px;
        line-height: 44px;
    }

    .hero-sale-title-bottom {
        font-size: 48px;
        line-height: 44px;
    }
}

@media (max-width: 767px) {
    .hero-sale-section {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .hero-sale-bg {
        height: 180px;
        border-radius: 12px;
    }

    .hero-sale-main-img {
        max-width: 120px;
        max-height: 120px;
    }

    .hero-sale-title-main {
        font-size: 24px;
        line-height: 28px;
    }

    .hero-sale-title-bottom {
        font-size: 28px;
        line-height: 28px;
    }

    .hero-sale-title-top {
        font-size: 18px;
        line-height: 24px;
    }

    .hero-sale-subtext {
        font-size: 12px;
        padding: 10px 16px;
    }
}

/* === End Hero Sale Section === */
.best-sellers-carousel .slick-track {
    justify-content: unset !important;
}

.best-sellers-section {
    padding-bottom: 0 !important;
}

.best-sellers-container-right {
    display: none;
    /* Already removed from HTML, just cleaning up or removing */
}

.best-sellers-inner-wrapper {
    width: 80%;
    margin-left: auto;
}

@media (max-width: 991px) {
    .best-sellers-inner-wrapper {
        width: 100%;
    }
}

.best-sellers-carousel .best-seller-card {
    padding: 0 12px;
    /* Keep the gap */
    outline: none;
}

.best-sellers-carousel .slick-list {
    margin: 0 -12px;
}

h1,
h2,
h3,
.souvenirs-title,
.categories-title,
.best-sellers-title,
.hero-title {
    font-size: 76px !important;
    line-height: 1.1;
    font-weight: 400;
}

/* === Souvenirs Flex Layout === */
.souvenirs-flex-grid {
    display: flex;
    flex-direction: row;
    gap: 32px;
    width: 100%;
    align-items: center;
}

.souvenirs-flex-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 32px;
    min-height: 220px;
}

.souvenir-flex-col {
    flex: 1 1 0;
    max-width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 991px) {
    .souvenirs-flex-row {
        gap: 16px;
        min-height: 140px;
    }

    .souvenir-flex-col {
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .souvenirs-flex-row {
        flex-direction: column;
        gap: 12px;
        min-height: unset;
    }

    .souvenir-flex-col {
        max-width: 100%;
    }
}

/* === End Souvenirs Flex Layout === */
/* === Souvenirs (MCF) Section === */
.souvenirs-section {
    position: relative;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 60px;
}

.souvenirs-title {
    font-family: 'Alta', serif;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin-bottom: 0.5rem;
    text-transform: none;
}

.souvenirs-subtext {
    font-family: 'Nexa', sans-serif;
    font-size: 1.125rem;
    color: #222;
    margin-bottom: 2.5rem;
}

.souvenirs-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 20%;
    height: 120px;
}

.souvenirs-ribbon img {
    width: 100%;
    height: auto;
    display: block;
}

.souvenirs-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 24px;
}

.souvenir-card {
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.souvenir-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.souvenir-img-wrapper {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    min-height: 180px;
}

.souvenir-img {
    max-width: unset;
    max-height: unset;
    width: auto;
    height: auto;
    object-fit: contain;
}

.souvenir-label {
    background: rgba(255, 255, 255, 0.85);
    font-family: 'Nexa', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0.75rem 0;
    border-top: 1px solid #eee;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .souvenirs-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .souvenirs-title {
        font-size: 2rem;
    }

    .souvenir-card {
        min-height: 220px;
    }

    .souvenirs-ribbon {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 767px) {
    .souvenirs-section {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .souvenirs-title {
        font-size: 1.4rem;
    }

    .souvenirs-grid {
        gap: 16px 0;
    }

    .souvenir-card {
        min-height: 140px;
    }

    .souvenir-img {
        max-width: 60px;
        max-height: 60px;
    }

    .souvenirs-ribbon {
        width: 48px;
        height: 48px;
    }
}

/* === End Souvenirs Section === */
/* Add vertical gap between stacked cards in left/right columns */
.categories-col {
    gap: 24px;
}

@media (max-width: 991px) {
    .categories-col {
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .categories-col {
        gap: 10px;
    }
}

/* Add horizontal gap between columns in Top Categories section */
.categories-row {
    display: flex;
    gap: 30px;
}

@media (max-width: 991px) {
    .categories-row {
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .categories-row {
        flex-direction: column;
        gap: 12px;
    }
}

.category-card-tall {
    min-height: 764px;
    height: 764px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.category-img-tall {
    min-height: 764px;
    height: 764px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {

    .category-card-tall,
    .category-img-tall {
        min-height: 600px;
        height: 600px;
    }

    .category-card {
        min-height: 300px;
        height: 300px;
    }
}

@media (max-width: 991px) {

    .category-card-tall,
    .category-img-tall {
        min-height: 400px;
        height: 400px;
    }

    .category-card {
        min-height: 180px;
        height: 180px;
    }
}

@media (max-width: 767px) {

    .category-card-tall,
    .category-img-tall {
        min-height: 120px;
        height: 120px;
    }

    .category-card {
        min-height: 90px;
        height: 90px;
    }
}

/* Hide all category titles and strictly enforce card heights */
.category-title {
    display: none !important;
}

.category-card {
    min-height: 372px;
    height: 372px;
    padding: 0 !important;
    margin-bottom: 20px;
}

.category-card-tall {
    min-height: 764px;
    height: 764px;
    padding: 0 !important;
    margin-bottom: 0;
}

/* === Gravity Forms Submit Button Arrow Icon (Direct Input) === */
input#gform_submit_button_1 {
    position: relative;
    padding-right: 48px !important;
}



span#gform_ajax_spinner_1 {
    display: none;
}

.gf-custom-error {
    margin-top: 10px !important;
}


div#gform_confirmation_message_1 {
    text-align: center;
    font-size: 20px;
    /* background: red; */
}

/* ============================================================
   SHOP PAGE — Products Section, Tabs, Cards
   Scoped under body.woocommerce-shop to avoid conflicts
   ============================================================ */

/* ── Section wrapper ── */
.products-section {
    padding: 80px 0 100px;
}

/* ── Header: title + tabs ── */
.products-section__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 60px;
}

.products-section__title {
    font-family: Alta;
    font-size: 76px !important;
    font-weight: 400 !important;
    color: #000000;
    text-align: center;
    line-height: 1.1;
}

/* ── Category Tabs ── */
.products-section__tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.tab-btn {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.45px;
    border: 1px solid #D2D2D2;
    background: #FFFFFF;
    color: #545454;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
}

.tab-btn:hover {
    border-color: #333333;
    color: #000000;
    text-decoration: none;
}

.tab-btn.active {
    background: #333333;
    color: #FFFFFF;
    border-color: #333333;
}

/* ── Products Grid (flex, rows of 3) ── */
.products-grid {
    display: flex;
    flex-direction: column;
    gap: 54px;
    align-items: center;
}

.products-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

/* ── Product Card ── */
/* Scoped under .products-section to avoid overriding other .product-card instances */
.products-section .product-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    flex: 1;
    max-width: calc((100% - 40px) / 3);
    cursor: pointer;
}

.products-section .product-card__img-wrap {
    height: 470px;
    border-radius: 24px;
    overflow: hidden;
    background: #F5F5F6;
    flex-shrink: 0;
    position: relative;
    display: block;
}

.products-section .product-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.4s ease;
}

.products-section .product-card:hover .product-card__img-wrap img {
    transform: scale(1.04);
}

/* Hover overlay with buttons centered vertically */
.products-section .product-card__overlay {
    position: absolute;
    inset: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.products-section .product-card:hover .product-card__overlay {
    opacity: 1;
}

/* Card body */
.products-section .product-card__info {
    /* display: flex; */
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.products-section .product-card__meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
}

.products-section .product-card__name {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #262626;
    line-height: 1.2;
    flex: 1;
    min-width: 0;
}

.products-section .product-card__pricing {
    display: flex;
    align-items: center;
    gap: 6px;
}

.products-section .product-card__old-price {
    font-size: 18px;
    font-weight: 700;
    color: #737373;
    text-decoration: line-through;
}

.products-section .product-card__price {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: rgba(178, 33, 36, 0.9);
}

/* Stars */
.products-section .product-card__stars {
    display: flex;
    gap: 2px;
    align-items: center;
    width: 100%;
}

.products-section .product-card__stars svg {
    width: 18px;
    height: 18px;
}

/* Sale tag badge */
.products-section .product-card__tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 700;
    color: #D0021B;
    backdrop-filter: blur(4px);
    z-index: 2;
}

/* Empty state */
.products-empty {
    text-align: center;
    padding: 60px 20px;
    font-size: 18px;
    color: #737373;
}

/* ── Responsive: Shop Cards ── */
@media (max-width: 1300px) {
    .products-section .product-card {
        max-width: calc((100% - 40px) / 3);
    }

    .products-section .product-card__img-wrap {
        height: 360px;
    }
}

@media (max-width: 1024px) {
    .products-section__title {
        font-size: 52px !important;
    }

    .products-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .products-section .product-card {
        flex: 0 0 calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 768px) {
    .products-section {
        padding: 48px 0 60px;
    }

    .products-section__title {
        font-size: 38px !important;
    }

    .products-section__header {
        margin-bottom: 36px;
    }

    .products-row {
        gap: 16px;
    }

    .products-section .product-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .products-section .product-card__img-wrap {
        height: 300px;
    }
}

/* ============================================================
   End Shop Page
   ============================================================ */


/* ============================================================
   Product Card — overlay z-index fix + wishlist button
   ============================================================ */

/* Full-cover transparent image link (z-index 1 — below overlay) */
.products-section .product-card__img-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
}

/* Overlay above the image link */
.products-section .product-card__overlay {
    z-index: 2;
}

/* Wishlist button — top-right corner, above overlay */
.products-section .product-card__wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    line-height: 0;
}

/* ============================================================
   End overlay / wishlist fix
   ============================================================ */


/* ============================================================
   Shop archive — "View Cart" link after AJAX add-to-cart
   Matches .product-card__add-btn pill style exactly
   ============================================================ */
.products-section a.added_to_cart.wc-forward {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 46px !important;
    background: #000000 !important;
    color: #F9D71E !important;
    border-radius: 100px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    text-decoration: none !important;
    padding: 0 !important;
    margin-top: 6px !important;
    transition: background 0.25s ease, color 0.25s ease !important;
    box-sizing: border-box !important;
}

.products-section a.added_to_cart.wc-forward:hover {
    background: #F9D71E !important;
    color: #000000 !important;
    text-decoration: none !important;
}

/* ============================================================
   End View Cart pill
   ============================================================ */


/* ============================================================
   Category Cards — hover overlay + Shop Now pill button
   Matches .product-card__add-btn pill style
   ============================================================ */

.category-img-wrapper .category-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.1) 70%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    z-index: 2;
}

.category-card:hover .category-card__overlay {
    opacity: 1;
}

.category-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    background: #F9D71E;
    color: #000000;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
    border: none;
}

.category-card__btn:hover {
    background: #000000;
    color: #F9D71E;
    text-decoration: none;
    transform: translateY(-1px);
}

/* ============================================================
   End Category Card hover overlay
   ============================================================ */


/* ============================================================
   Product Card Wishlist Button — bigger, outline/filled heart
   Scoped to .product-card__wishlist only
   ============================================================ */

/* White circle container */
.product-card__wishlist .tinvwl_add_to_wishlist_button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    position: static !important;
    vertical-align: unset !important;
    text-decoration: none !important;
}

.product-card__wishlist .tinvwl_add_to_wishlist_button:hover {
    transform: scale(1.12) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2) !important;
}

/* Hide text and font glyph — use ::before SVG only */
.product-card__wishlist .tinvwl_add_to_wishlist_button span,
.product-card__wishlist .tinvwl_add_to_wishlist_button i {
    display: none !important;
}

/* Outline heart — NOT in wishlist */
.product-card__wishlist .tinvwl_add_to_wishlist_button::before {
    content: '' !important;
    display: block !important;
    width: 26px !important;
    height: 26px !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    font-family: unset !important;
    background-color: transparent !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B22124' stroke-width='2.2' 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") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* Filled heart — IN wishlist */
.product-card__wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23B22124' stroke='%23B22124' stroke-width='2' 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") !important;
}

/* Hide tooltip */
.product-card__wishlist .tinvwl-tooltip {
    display: none !important;
}

/* ============================================================
   End Wishlist Heart
   ============================================================ */


/* ============================================================
   Product Card Info — Nexa font for all meta text
   ============================================================ */
.products-section .product-card__info,
.products-section .product-card__info * {
    font-family: 'NexaCustom', 'Nexa', sans-serif !important;
}

/* ============================================================
   End Product Card Nexa
   ============================================================ */


/* ============================================================
   Shop Detail Page — product-detail CSS
   Source: twelve27-refactored/shop-detail/style.css
   Only product-detail relevant rules — no navbar/footer/hero
   ============================================================ */

/* Breadcrumb */
.product-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px 0 24px;
    flex-wrap: wrap;
}

.product-breadcrumb a {
    font-size: 15px;
    color: #8f8f8f;
    text-decoration: none;
    transition: color 0.25s ease;
}

.product-breadcrumb a:hover {
    color: #000000;
}

.product-breadcrumb__sep {
    width: 12px;
    height: 12px;
    opacity: 0.5;
    display: flex;
    align-items: center;
}

.product-breadcrumb__sep svg {
    width: 100%;
    height: 100%;
}

.product-breadcrumb__current {
    font-size: 15px;
    color: #292929;
    font-weight: 500;
}

/* Section wrapper */
.product-detail-section {
    padding: 0 0 80px;
}

/* Two-column layout (Bootstrap row) */
.product-detail__layout {
    align-items: flex-start;
    padding-top: 28px;
    animation: pdFadeUp 0.6s ease both;
}

@keyframes pdFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Images column */
.product-detail__images {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-detail__main-img {
    width: 100%;
    height: 610px;
    border-radius: 20px;
    overflow: hidden;
    background: #F5F5F6;
    position: relative;
}

.product-detail__main-img span.onsale {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #BF0D3E;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(191, 13, 62, 0.2);
}

.product-detail__main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, opacity 0.2s ease;
    display: block;
}

.product-detail__main-img:hover img {
    transform: scale(1.03);
}

.product-detail__zoom-btn {
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 52px;
    height: 52px;
    background: #e3e3e3;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    transition: background 0.25s ease;
}

.product-detail__zoom-btn:hover {
    background: #cccccc;
}

.product-detail__thumbnails {
    margin-top: 20px;
    position: relative;
    padding: 0 30px;
    /* Space for arrows */
}

.product-detail__thumbnails .slick-list {
    margin: 0 -10px;
}

.product-detail__thumbnails .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: all 0.2s ease;
    padding: 0;
    color: #333;
}

.product-detail__thumbnails .slick-arrow:hover {
    background: #333333;
    color: #ffffff;
    border-color: #333333;
}

.product-detail__thumbnails .slick-prev {
    left: 0;
}

.product-detail__thumbnails .slick-next {
    right: 0;
}

.product-detail__thumb {
    padding: 0 10px;
}

.product-detail__thumb img {
    width: 100%;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    background: #f2f2f2;
    cursor: pointer;
    border: 1px solid transparent;
    transition: border-color 0.25s ease;
    object-fit: cover;
    display: block;
}

.product-detail__thumb.active img {
    border-color: #000000;
}

.product-detail__thumb:hover img {
    border-color: rgba(0, 0, 0, 0.3);
}

/* Info column */
.product-detail__info {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.product-detail__top {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.product-detail__title-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-detail__badge {
    font-size: 15px;
    color: #8f8f8f;
    letter-spacing: 0.15px;
    display: block;
}

.product-detail__name-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.product-detail__name {
    font-size: 36px !important;
    font-weight: 900 !important;
    color: #292929;
    letter-spacing: -0.18px;
    line-height: 1.2;
    font-family: 'NexaCustom', sans-serif !important;
}

.product-detail__price-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-detail__old-price {
    font-size: 18px;
    color: #666666;
    text-decoration: line-through;
}

.product-detail__price {
    font-size: 34px !important;
    font-weight: 900 !important;
    color: rgba(178, 33, 36, 0.9);
    letter-spacing: -0.68px;
    font-family: 'NexaCustom', sans-serif !important;
}

.product-detail__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.product-detail__sold {
    font-size: 17px;
    color: #666666;
}

.product-detail__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cccccc;
    flex-shrink: 0;
}

.product-detail__rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-detail__rating-stars {
    display: flex;
    gap: 2px;
}

.product-detail__rating-stars svg {
    width: 22px;
    height: 22px;
}

.product-detail__rating-num {
    font-size: 22px;
    font-weight: 700;
    color: #141414;
}

.product-detail__divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.product-detail__options {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Description */
.product-detail__desc-label {
    font-size: 18px;
    color: #292929;
    margin-bottom: 6px;
}

.product-detail__desc-text {
    font-size: 15px;
    color: #666666;
    line-height: 1.65;
}

/* Option labels */
.option-label {
    font-size: 18px;
    font-weight: 700;
    color: #8f8f8f;
    margin-bottom: 10px;
}

.option-label span {
    color: #292929;
}

/* Color swatches */
.color-swatches {
    display: flex;
    gap: 14px;
}

.color-swatch {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.25s ease;
}

.color-swatch.active {
    border-color: #000000;
    outline: 2px solid #000000;
    outline-offset: 2px;
}

.color-swatch--white {
    background: #ffffff;
    border-color: #cccccc;
}

.color-swatch--black {
    background: #11171d;
}

/* Size buttons */
.size-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.size-btn {
    height: 40px;
    padding: 0 28px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #525252;
    cursor: pointer;
    background: #ffffff;
    transition: all 0.25s ease;
}

.size-btn.active {
    background: #ebebeb;
    border-color: #333333;
    color: #141414;
}

.size-btn:hover {
    border-color: #333333;
}

/* Quantity */
.qty-section {
    display: flex;
    align-items: center;
    gap: 16px;
}

.qty-label {
    font-size: 18px;
    font-weight: 700;
    color: #8f8f8f;
}

.qty-control {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qty-btn-detail {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #D2D2D2;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    color: #000000;
    transition: background 0.25s ease;
}

.qty-btn-detail:hover {
    background: #F5F5F6;
}

.qty-value {
    width: 48px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
}

/* CTA */
.product-detail__cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-dark {
    background: #333333;
    color: #ffffff;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    font-size: 20px;
    height: 58px;
    width: 100%;
    font-weight: 400;
    cursor: pointer;
    border: none;
    transition: all 0.25s ease;
    text-decoration: none;
}

.btn-dark:hover {
    background: #222222;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    text-decoration: none;
}

/* === WooCommerce Tabs Design === */
.woocommerce-tabs {
    margin-top: 60px;
    padding: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-family: 'NexaCustom', sans-serif;
}

.woocommerce-tabs ul.tabs {
    display: flex;
    gap: 40px;
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    border-bottom: 2px solid #f1f1f1;
}

.woocommerce-tabs ul.tabs li {
    padding-bottom: 12px;
    position: relative;
    cursor: pointer;
}

.woocommerce-tabs ul.tabs li a {
    font-size: 18px;
    font-weight: 700;
    color: #8f8f8f;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.woocommerce-tabs ul.tabs li:hover a {
    color: #292929;
}

.woocommerce-tabs ul.tabs li.active a {
    color: #292929;
}

.woocommerce-tabs ul.tabs li.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #BF0D3E;
    /* Brand Red */
}

/* Tab Panels */
.woocommerce-Tabs-panel {
    padding: 20px 0;
}

.woocommerce-Tabs-panel h2 {
    font-size: 24px !important;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'NexaCustom', sans-serif;
}

/* Attributes Table */
table.shop_attributes {
    border: none;
    width: 100%;
    max-width: 600px;
}

table.shop_attributes th,
table.shop_attributes td {
    padding: 12px 0;
    border-bottom: 1px solid #f4f4f4;
    text-align: left;
}

table.shop_attributes th {
    font-weight: 700;
    color: #292929;
    width: 150px;
}

table.shop_attributes td {
    color: #666666;
    font-style: normal;
}

table.shop_attributes p {
    margin: 0;
}

/* Reviews Styling */
#reviews h2 {
    font-size: 24px;
    font-weight: 700;
}

.woocommerce-Reviews .comment-reply-title {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.comment-form p {
    margin-bottom: 15px;
}

.comment-form label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    color: #292929;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"] {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #dbe2ea;
    border-radius: 12px;
    background: #fff;
    font-family: 'NexaCustom', sans-serif;
    outline: none;
    transition: border-color 0.2s;
}

.comment-form textarea:focus,
.comment-form input:focus {
    border-color: #204ce5;
}

.comment-form .submit {
    background: #333333;
    color: #ffffff;
    border-radius: 12px !important;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: all 0.25s ease;
}

.comment-form .submit:hover {
    background: #222222;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-detail__link {
    font-size: 15px;
    color: #7a7a7a;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.25s ease;
    width: fit-content;
    display: inline-block;
}

.product-detail__link:hover {
    color: #000000;
}

/* Zoom modal */
.zoom-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.zoom-modal.is-open {
    display: flex;
}

.zoom-modal__img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 20px;
    object-fit: contain;
}

.zoom-modal__close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    transition: background 0.25s ease;
}

.zoom-modal__close:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Responsive */
@media (max-width: 1200px) {
    .product-detail__main-img {
        height: 480px;
    }
}

@media (max-width: 992px) {
    .product-detail__main-img {
        height: 400px;
    }

    .product-detail__name {
        font-size: 28px !important;
    }

    .product-detail__price {
        font-size: 28px !important;
    }
}

@media (max-width: 768px) {
    .product-detail-section {
        padding: 0 0 48px;
    }

    .product-detail__main-img {
        height: 320px;
    }

    .product-detail__info {
        gap: 24px;
    }

    .product-detail__options {
        gap: 24px;
    }
}

@media (max-width: 600px) {
    .product-detail__main-img {
        height: 280px;
    }

    .product-detail__thumbnails {
        gap: 10px;
    }

    .product-detail__thumb {
        width: 60px;
        height: 76px;
    }
}

/* ============================================================
   End Shop Detail
   ============================================================ */


.woocommerce span.onsale {
    display: none;
}

/* Hide duplicate WooCommerce 'View Cart' button */
.woocommerce a.added_to_cart.wc-forward {
    display: none !important;
}

/* Header Cart Item Count Badge */
span.item-count {
    background: red;
    padding: 0px 10px;
    border-radius: 20px;
    color: white;
    margin-left: 5px !important;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    left: 15px;
    top: -10px;
    line-height: 25px;
}

/* Sticky Product Gallery */
@media (min-width: 992px) {
    .product-detail__images {
        position: sticky;
        top: 20px;
        align-self: flex-start;
    }
}

/* Unified Action Buttons (Add to Cart / View Cart) */
.product-card__add-btn,
.single_add_to_cart_button {
    display: inline-flex !important;
}

.view-cart-btn {
    display: none;
}

.product-card__add-btn,
.single_add_to_cart_button,
.view-cart-btn {
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 220px;
    /* Consistent width */
    height: 46px !important;
    border-radius: 100px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    cursor: pointer !important;
    text-decoration: none !important;
    margin: 0 !important;
    transition: all 0.25s ease !important;
}

/* Specific button colors */
.product-card__add-btn,
.single_add_to_cart_button {
    background: #F9D71E !important;
    color: #000000 !important;
}

.product-card__add-btn.is-added,
.single_add_to_cart_button.is-added {
    background: #000000 !important;
    color: #F9D71E !important;
}

.view-cart-btn {
    background: #BF0D3E !important;
    color: #ffffff !important;
    margin-top: 10px !important;
}

.product-card__add-btn:hover,
.single_add_to_cart_button:hover,
.view-cart-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    text-decoration: none !important;
    color: #ffffff !important;
}

.product-card__add-btn:hover,
.single_add_to_cart_button:hover {
    color: #F9D71E !important;
}

a.btn-dark.view-cart-btn {
    text-align: center;
}
/* ============================================================
   TI Wishlist Global Modal & Button Sync
   ============================================================ */
.tinv-modal-inner {
    border-radius: 13px !important;
    font-family: 'NexaCustom', sans-serif !important;
}

.tinv-modal-inner .tinvwl-txt {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000 !important;
    font-family: 'NexaCustom', sans-serif !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.tinv-modal-inner button.button.tinvwl_button_close,
.tinv-modal-inner button.button.tinvwl_button_view,
.tinv-modal-inner a.button {
    background-color: #F9D71E !important;
    color: #000 !important;
    border: none !important;
    border-radius: 100px !important;
    padding: 12px 28px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease !important;
    box-shadow: 0 2px 4px rgba(249, 215, 30, 0.2);
    cursor: pointer;
    text-decoration: none !important;
    height: auto !important;
    margin: 5px;
}

.tinv-modal-inner button.button.tinvwl_button_close:hover,
.tinv-modal-inner button.button.tinvwl_button_view:hover,
.tinv-modal-inner a.button:hover {
    background-color: #e5c51b !important;
    transform: scale(1.03);
    box-shadow: 0 4px 8px rgba(249, 215, 30, 0.4);
}

/* ============================================================
   Product Detail - Premium Add to Cart Styling
   ============================================================ */
.pd-add-to-cart-btn-premium {
    background: #000000 !important;
    color: #FFFFFF !important;
    font-family: 'Nexa-Regular', sans-serif !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    letter-spacing: -0.6px !important;
    display: flex !important;
    width: 100% !important;
    height: 58px !important;
    padding: 14px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    flex: 1 0 0 !important;
    border-radius: 12px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    margin-bottom: 20px !important;
}

.pd-add-to-cart-btn-premium:hover {
    background: #333333 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
    color: #FFFFFF !important;
}


