@font-face {
  font-family: 'Mont';
  src: url('../fonts/mont-light.woff2') format('woff2'),
       url('../fonts/mont-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/mont-regular.woff2') format('woff2'),
       url('../fonts/mont-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/mont-semibold.woff') format('woff2'),
       url('../fonts/mont-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/mont-bold.woff2') format('woff2'),
       url('../fonts/mont-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* --- Test Tiempos Headline (Títulos) --- */

@font-face {
  font-family: 'Test Tiempos Headline';
  src: url('../fonts/testtiemposheadline-light.woff2') format('woff2'),
       url('../fonts/testtiemposheadline-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Test Tiempos Headline';
  src: url('../fonts/testtiemposheadline-regular.woff2') format('woff2'),
       url('../fonts/testtiemposheadline-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Test Tiempos Headline';
  src: url('../fonts/testtiemposheadline-medium.woff') format('woff2'),
       url('../fonts/testtiemposheadline-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Test Tiempos Headline';
  src: url('../fonts/testtiemposheadline-semibold.woff') format('woff2'),
       url('../fonts/testtiemposheadline-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Test Tiempos Headline';
  src: url('../fonts/testtiemposheadline-bold.woff') format('woff2'),
       url('../fonts/testtiemposheadline-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
    
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
    --heading-font: "Test Tiempos Headline", serif;
    --heading-font-weight: 400;
    --heading-line-height: 1.24;
    --swiper-theme-color: #A58C81;
    --swiper-pagination-color: #A58C81;

    /* bootstrap */
    --bs-body-font-family: "Mont", sans-serif;
    --bs-body-font-size: 16px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #1A1A1A;
    --bs-body-color-rgb: 1.6, 1.6, 1.6;
    --bs-body-bg-rgb: 246, 244, 239;
    --bs-body-bg: #fff;

    --bs-primary: #A9958A;
    --bs-secondary: #F6F4EF;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-light: #f8f8f8;
    --bs-dark: #1A1A1A;
    --bs-gray: #989898;
    --bs-gray-100: #F2F2F2;
    --bs-gray-200: #EFEFEF;
    --bs-gray-300: #DCDAD4;
    --bs-gray-800: #3D3A38;

    --bs-primary-rgb: 169, 149, 138;
    --bs-secondary-rgb: 246, 244, 239;
    --bs-black-rgb: 17, 17, 17;
    --bs-light-rgb: 241, 241, 240;
    --bs-dark-rgb: 23, 29, 32;

    --bs-link-color: #A9958A;
    --bs-link-color-rgb: 169, 149, 138;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #A9958A;
    --bs-link-hover-color-rgb: 135, 169, 188;

    --bs-accordion-active-color: #A9958A;
    --bs-primary-text-emphasis: #A9958A;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csymbol xmlns='http://www.w3.org/2000/svg' id='plus' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 12.998h-6v6h-2v-6H5v-2h6v-6h2v6h6z'/%3E%3C/symbol%3E");

    --kvn-color-1: #e2a540;
    --light-dark: #666;
    --bs-gutter-x: 1rem;
}

/* on mobile devices below 600px
 */
@media only screen and (max-width: 576px) {
    :root {        
        --header-height: 100px;
        --header-height-min: 80px;
    }
}

/* Fonts */
:root {
    --body-font: "Mont", sans-serif;
    --heading-font: "Test Tiempos Headline", serif;
}

/*----------------------------------------------*/
/* 2. GENERAL TYPOGRAPHY */
/*----------------------------------------------*/

/* 2.1 General Styles
/*----------------------------------------------*/
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
}

body {
    background-color: var(--gray-color-300);
    font-family: var(--body-font);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    text-transform: capitalize;
    color: var(--black-color);
    font-weight: 300;
}

h1 {
    font-size: 5.5rem;
}

h2 {
    font-size: 4rem;
    line-height: 1.3;
}

h3 {
    font-size: 2.625rem;
    line-height: 1.3;
}
h3.title-block {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
h3.title-block span {
    font-family: var(--body-font);
    font-size: 1.25rem;
    font-weight: 300;
    color: var(--light-dark);
}

h4 {
    font-size: 1.75rem;
    line-height: 1.3;
}

@media only screen and (max-width: 576px) {
    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 2.5rem;
        line-height: 1.3;
    }
}

p {
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.6;
    color: var(--light-dark);
}

ul {
    color: var(--light-dark);
}

ul.inner-list li {
    font-size: 1.2em;
}

a {
    color: var(--dark-color);
    text-decoration: none;
    transition: 0.3s color ease-out;
}

a.light {
    color: var(--light-color);
}

a:hover {
    text-decoration: none;
    color: var(--kvn-color-1);
}

strong {
    font-weight: 600;
    color: var(--bs-dark);
}

.fs-1 {
    font-size: 1.75rem !important;
}

.fs-2 {
    font-size: 1.625rem !important;
}

.fs-3 {
    font-size: 1.375rem !important;
}

.fs-4 {
    font-size: 1.25rem !important;
}

.fs-5 {
    font-size: 1.125rem !important;
}

.fs-6 {
    font-size: 0.875rem !important;
}
blockquote {
    font-size: 1.75rem;
    font-weight: 300;
    color: var(--light-dark);
}

@media only screen and (max-width: 576px) {
    .fs-3 {
        font-size: 1.25rem !important;
    }
    blockquote {
        font-size: 1.25rem;
    }
}

/* 2.3 Background Color
/*----------------------------------------------*/
.bg-gray {
    background: var(--gray-color);
}

.bg-dark {
    background: var(--dark-color);
}

.bg-light {
    background: var(--light-color);
}

/* 2.4 Section
--------------------------------------------------------------*/
/* - Section Padding
--------------------------------------------------------------*/
.padding-xsmall {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.padding-small {
    padding-top: 2em;
    padding-bottom: 2em;
}

.padding-medium {
    padding-top: 4em;
    padding-bottom: 4em;
}

.padding-large {
    padding-top: 7em;
    padding-bottom: 7em;
}

.padding-xlarge {
    padding-top: 9.5em;
    padding-bottom: 9.5em;
}

@media only screen and (max-width: 576px) {
    .padding-xlarge {
        padding-top: 5em;
        padding-bottom: 5em;
    }
    #amazon-usa {
        margin-bottom: 5em !important;
    }
}

/* - Section Margin
--------------------------------------------------------------*/
.margin-xlarge {
    margin-top: 9.5em;
    margin-bottom: 9.5em;
}

/* - Section Title
--------------------------------------------------------------*/
.title-accent {
    color: var(--gray-color-600);
    letter-spacing: 0.14em;
}

h4.card-title {
    font-family: var(--body-font);
    font-size: 1.375rem;
    font-weight: 600;
}

/** 2.5 Buttons
--------------------------------------------------------------*/
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black-color);
    height: fit-content;
    background-color: var(--kvn-color-1);
    border-color: var(--kvn-color-1);
    color: var(--bs-dark);
    transition: all 0.3s ease-in-out;
}
.btn img {
    width: 30px;
}

.btn:focus {
    box-shadow: none;
}

.btn-dark {
    color: var(--white-color);
    padding: 10px 22px;
    border: 0;
    transition: 0.3s ease;
}

.btn-dark:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 0;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 10px 22px;
    border: 0;
    transition: 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--black-color);
    color: var(--white-color);
    border: 0;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 2.5rem;
}

.cta-button {
    display: block;
    padding: 1rem 2rem;
    border-radius: 1rem;
    background-color: var(--bs-dark);
    transition: all 0.3s;
}
.cta-button:hover {
    transform: scale(1.05);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

#billboard .cta-button {
    background-color: rgba(26, 26, 26, 0.7);
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}
#billboard .cta-button:hover {
    background-color: var(--bs-dark);
}

/** 2.6 Forms
--------------------------------------------------------------*/
label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

textarea,
select,
input {
    padding: 8px 0;
    background: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid var(--black-color);
    outline: none;
}

.form-control {
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.5;
    color: var(--black-color);
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

.form-control::placeholder {
    color: var(--gray-color-600);
}

.form-control:focus {
    background: none;
    box-shadow: none;
}

/* - Image Hover Effects
------------------------------------------------------------- */
.image-holder {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.image-holder a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.image-holder a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.5s;
}
.image-holder img {
    width: 100%;
    transition: opacity 0.5s, transform 0.6s;
    z-index: 1;
}
.image-holder a:hover::before {
    opacity: 0.3;
}
.image-holder a:hover img {
    /*transform: translate3d(0, 0, 0);*/
    transform: scale(1.05);
    /*transition: opacity 0.35s, scale 0.35s;*/
}

@media only screen and (max-width: 991px) {
    .image-holder img {
        width: 100%;
        max-width: 100%;
        transform: none;
    }
    .image-holder::before {
        display: none;
    }
    .image-holder:hover img {
        transition: none;
        transform: none;
    }
}


/* - Preloader
------------------------------------------------------------- */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7eb;
    display: flex;
    align-items: center;
    z-index: 99999999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#preloader.hide-preloader {
    opacity: 0;
    visibility: hidden;
}

#loader {
    width: 180px;
    height: 9px;
    margin: auto;
    position: relative;
    overflow: hidden;
    background-color: var(--white-color);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#loader:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 9px;
    width: 30%;
    background-color: #b7b4ab;
    -webkit-animation: lineAnim 1.6s linear infinite;
    -moz-animation: lineAnim 1.6s linear infinite;
    animation: lineAnim 1.6s linear infinite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

@keyframes lineAnim {
    0% {
        left: -40%;
    }

    50% {
        left: 20%;
        width: 80%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}

/* - Swiper arrows
------------------------------------------------------------- */
.swiper-buttons .swiper-prev,
.swiper-buttons .swiper-next {
    color: var(--bs-black);
    border: 0;
    border-radius: 50%;
    padding: 16px;
    background: none;
    transition: 0.3s ease;
}

.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
    color: var(--gray-color-500);
    border: 1px solid var(--gray-color-500);
    background: none;
}

.swiper-buttons span {
    color: var(--gray-color-500);
}

.swiper-buttons .swiper-prev.testimonial-arrow-prev,
.swiper-buttons .swiper-next.testimonial-arrow-next {
    border: none;
    background: none;
    padding: 0;
}

.swiper-prev.testimonial-arrow-prev:hover,
.swiper-next.testimonial-arrow-next:hover {
    color: var(--black-color);
}

.swiper-prev.testimonial-arrow-prev.swiper-button-disabled,
.swiper-next.testimonial-arrow-next.swiper-button-disabled {
    color: var(--gray-color-500);
}

/*----------------------------------------------*/
/* 3. SITE STRUCTURE */
/*----------------------------------------------*/

/* 3.1 Header
/*----------------------------------------------*/
/* - Search Bar
------------------------------------------------------------- */
#search-bar {
    position: relative;
}
#search-bar input[type="text"] {
    color: var(--dark-gray-color);
    height: 40px;
    display: inline-block;
    border: none;
    outline: none;
    padding-right: 74px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}
#search-bar input[type="text"]:focus:hover {
    border-bottom: 1px solid var(--black-color);
}
#search-bar input[type="text"]:focus {
    width: 200px;
    z-index: 1;
    border-bottom: 1px solid var(--black-color);
    cursor: text;
}
#search-bar button {
    background: transparent;
    border: none;
}
.site-header {
    position: fixed;
    top: 0;
    background-color: transparent;
    width: 100%;
    z-index: 99999;
    transition: background-color 0.3s ease;
}
.site-header.sticky {
    background-color: rgba(0, 0, 0, 0.90);
}
.site-header .navbar-brand img {
  width: 250px;
}
@media only screen and (max-width: 576px) {
    .site-header .navbar-brand img {
        width: 200px;
    }
    .site-header .offcanvas .navbar-brand img {
        width: 150px;
    }
} 
.navbar-toggler svg.navbar-icon {
    width: 50px;
    height: 50px;
    fill: #fff;
    color: #fff;
}

.navbar-nav .nav-item a.nav-link {
    margin-right: 20px;
    margin-left: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    color: var(--bs-white);
}
.navbar-nav .nav-item a.nav-link.active,
.navbar-nav .nav-item a.nav-link:hover {
    color: var(--kvn-color-1);
}

.dropdown-toggle::after {
    display: none;
}

.logo {
    height: auto;
}

/*------------ Offcanvas -------------- */
#header-nav .navbar-toggler:focus {
    box-shadow: none;
}
#header-nav .offcanvas-body .navbar-nav .nav-item a.nav-link {
    color: var(--bs-white);
}
#header-nav .offcanvas-body .navbar-nav .nav-item a.nav-link:hover,
#header-nav .offcanvas-body .navbar-nav .nav-item a.nav-link.active {
    color: var(--kvn-color-1);
}
.offcanvas-body .dropdown-menu {
    min-width: 13rem;
    background-color: var(--gray-color-300);
    border: 1px solid var(--gray-color-500);
    border-radius: 0;
}
.offcanvas-body .dropdown-menu .dropdown-item {
    color: var(--black-color);
}
.offcanvas-body .dropdown-menu .dropdown-item.active,
.offcanvas-body .dropdown-menu .dropdown-item:hover,
.offcanvas-body .dropdown-menu .dropdown-item:focus {
    background: none;
    color: var(--accent-color);
}
@media only screen and (max-width: 991px) {
    #bdNavbar {
        z-index: 9999;
        background-color: var(--bs-dark);
    }
    #header-nav .offcanvas-end {
        width: 70%;
        border: none;
    }
    #header-nav .offcanvas-body {
        padding: 1rem 2rem;
    }
    #header-nav .offcanvas-body .navbar-nav {
        align-items: flex-start !important; /* Centra el <ul> principal */
    }
    #header-nav .offcanvas-body .list-unstyled {
        width: 100%; /* Asegura que la lista ocupe el ancho */
    }
    #header-nav .offcanvas-body .list-unstyled .nav-item {
        width: 80%;
        margin-top: 0.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    #header-nav .offcanvas-body .list-unstyled .nav-item:last-child {
        border-bottom: none;
    }
}

/* cart dropdown */
.cart-dropdown .dropdown-menu {
    min-width: 21rem;
}

@media only screen and (max-width: 576px) {
    .cart-dropdown .dropdown-menu {
        min-width: fit-content;
    }
}

@media only screen and (max-width: 1450px) {
    .navbar-nav .nav-item a.nav-link {
        margin-right: 20px;
        margin-left: 40px;
        white-space: nowrap;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-nav .nav-item a.nav-link {
        margin-right: 0;
        margin-left: 0;
        font-size: 1.125rem;
    }
}

/* 3.2 Billboard
/*----------------------------------------------*/

#billboard {
    position: relative;
}
#billboard .swiper-slide {
    display: flex;
    align-items: center;
    position: relative;
}
#billboard .swiper-slide.jarallax { 
    position: relative; 
    overflow: hidden; 
    height: 100vh; 
}
#billboard .swiper-slide .banner-content {
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}
#billboard .swiper-slide .banner-content h1,
#billboard .swiper-slide .banner-content p {
    color: #fff;
    font-weight: 300;
}
#billboard .swiper-slide .banner-content .banner-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}
#billboard .swiper-slide-active .banner-content {
    opacity: 1;
}
#billboard .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 10%, rgba(0,0,0,0.5) 100%);
    z-index: 1;
    pointer-events: none;
}
#billboard .swiper-slide > * {
    position: relative;
    z-index: 2;
}
#billboard .main-slider-pagination {
    z-index: 999;
    bottom: 62px;
}
#billboard .swiper-wrapper,
#billboard .banner-content,
#billboard .main-slider-pagination {
    position: relative;
    z-index: 2;
}
#billboard .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#billboard .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: var(--gray-color-400);
    opacity: 0.9;
    width: 18px;
    height: 18px;
    margin: 0 13px !important;
    transition: 0.3s ease;
}
#billboard .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
#billboard .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--black-color);
    opacity: 1;
}
#billboard .btn:hover {
    background-color: var(--bs-black);
    border-color: var(--bs-black);
    color: var(--bs-light);
}
@media only screen and (max-width: 576px) {
    #billboard .swiper-slide .banner-content .banner-subtitle {
        font-size: 1.25rem;
    }
}
@media only screen and (max-width: 480px) {
    #billboard .swiper-slide .banner-content h1 {
        font-size: 3rem;
    }
    #billboard .swiper-slide .banner-content p {
        font-size: 1rem;
    }
}

/* About
/*----------------------------------------------*/
#about .title-accent {
    font-weight: 700;
    color: var(--kvn-color-1);
}
#about p {
    font-size: 1.375rem;
    font-weight: 300;
}
@media only screen and (max-width: 576px) {
    #about p {
        font-size: 1.125rem;
    }
}

/* Amazon USA
/*----------------------------------------------*/
#amazon-usa {
    margin-bottom: 9.5em;
}


/* 3.3 Product
/*----------------------------------------------*/
.product-store .product-card .card-detail h5 {
    font-weight: 600;
}
.product-store .product-card .card-detail span {
    display: flex;
    justify-content: center;
    padding: 0 1rem;
}

/* 3.4 Video
/*----------------------------------------------*/
.video-section.jarallax {
    min-height: 825px;
}
.video-section svg {
    color: #fff;
}

/* overide */
.modal-dialog {
    max-width: 800px;
    margin: auto;
    height: 100vh;
    display: flex;
    align-items: center;
}

.modal-content {
    padding: 0;
    background-color: #f5f3ef;
    border: none;
    border-radius: 0
}

.text-pattern {
    width: 200px;
    animation: rotation 50s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* 3.5 FAQs
/*----------------------------------------------*/
.accordion-item {
    background: none;
}

.accordion-button {
    background: none;
    font-size: 1.75rem;
    line-height: 127%;
    color: var(--black-color);
}

.accordion-button:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--black-color);
    background: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-body {
    padding-top: 0;
}
#faqs p.more {
    margin-top: 3rem;
    text-align: center;
}


/* 3.6 Banner
/*----------------------------------------------*/
#banner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 90vh;
}
#banner > div::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 65%, rgba(0,0,0,1) 90%);
    z-index: 1;
    pointer-events: none;
}
#banner > div {
    background-size: cover; 
    height: 100%;
}
.banner-content-1 {
    grid-area: 1 / 1 / 3 / 2;
    background:url('../images/kivanu-bg-1.jpg') no-repeat right; 
}

.banner-content-2 {
    grid-area: 1 / 2 / 2 / 3;
    background:url('../images/kintsugi-bg-2.jpg') no-repeat left;
}

.banner-content-3 {
    grid-area: 2 / 2 / 3 / 3;
    background:url('../images/kintsugi-bg-3.jpg') no-repeat left;
}

.banner-content-text {
    left: 10%;
    bottom: 10%;
    color: #fff;
    z-index: 2;
}
.banner-content-text h2 {
    font-size: 3rem;
}
#banner.aos-init.aos-animate .banner-content-1,
#banner.aos-init.aos-animate .banner-content-2,
#banner.aos-init.aos-animate .banner-content-3 {
    animation: parallax 1s ease-in-out forwards;
}

@keyframes parallax {
    from {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    }

    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@media only screen and (max-width: 1100px) {
    #banner {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        height: 140vh;
    }
    @media only screen and (max-width: 576px) {
        #banner {
            gap: 2px;
        }
        #banner > div::before {
            background: linear-gradient(180deg, rgba(0,0,0,0) 0, rgb(0, 0, 0) 110%)
        }
        #banner p {
            color: #fff;
        }
        .banner-content-text {
            padding-right: 1rem;
        }
    }

    .banner-content-1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .banner-content-2 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .banner-content-3 {
        grid-area: 3 / 1 / 4 / 2;
    }
}

/* 3.7 Footer
/*----------------------------------------------*/
/*------------ Social Icon -----------*/
.social-links svg {
    width: 20px;
    height: 20px;
    color: var(--bs-gray-800);
    transition: 0.3s ease;
}

.social-links svg:hover {
    color: var(--bs-dark);
}

.social-links li {
    padding-right: 30px;
}
#footer .footer-menu h3 {
    font-size: 1.75rem;
}
#footer .footer-menu .menu-item {
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.6;
    color: var(--light-dark);
}
#footer #footer-bottom {
    margin-bottom: 1rem;
}
#footer #footer-bottom p {
    margin-bottom: 0;
    font-size: 1rem;
}
#footer #footer-bottom .back-to-top,
#footer #footer-bottom .back-to-top svg {
    font-size: 0.875rem;
    font-weight: 300;
    transition: all 0.3s;
}
#footer #footer-bottom .back-to-top:hover * {
    color: var(--bs-black);
}


@media (max-width: 575.98px) {
    #footer img {
        max-width: 180px;
    }
    #footer .footer-top-area .col-sm-6 {
        text-align: center;
    }
    #footer .footer-menu .social-links ul {
        justify-content: center;
    }
    #footer .footer-menu {
        margin-bottom: 1rem;
        padding: 0 2rem;
    }
    #footer #footer-bottom > div {
        flex-direction: column;
        gap: 1rem;
    }
    #footer-bottom .copyright p {
        text-align: center;
    }
}

/* 4. PAGES
/*----------------------------------------------*/

/* 4.1 About Us Page
/*----------------------------------------------*/
#about .about-content {
    position: absolute;
    min-width: 50%;
    min-height: fit-content;
    max-height: fit-content;
    padding: 60px;
    background-color: var(--gray-color-300);
}

#about.aos-init.aos-animate img.single-image {
    animation: parallax 0.8s ease-in-out forwards;
}

@keyframes parallax {
    from {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    }

    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@media only screen and (max-width: 1200px) {
    #about .about-content {
        min-width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    #about .about-content {
        position: unset;
        padding: 40px;
    }
}

/* Newsletter */
#newsletter .form-control {
    font-size: inherit;
}

#newsletter form input {
    background: none;
}

#newsletter form input:focus {
    box-shadow: none;
}

/* 4.2 Shop Page
--------------------------------------------------------------*/
/* ----------- SideBar -----------*/
.sidebar input.search-field {
    background: none;
    border: none;
    outline: none;
    outline-offset: 0;
}

h5.widget-title {
    font-size: 1.4em;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .widget-search-bar form {
        flex-wrap: wrap;
    }
}

/* ----------- Pagination -----------*/
.paging-navigation .pagination .page-numbers {
    color: var(--gray-color-500);
}

.paging-navigation .pagination .page-numbers:hover,
.paging-navigation .pagination .page-numbers.current {
    color: var(--primary-color);
}

/* 4.3 Single Product Page
/*----------------------------------------------*/
/*---- Single Product Image ----------*/
.single-product .large-swiper {
    padding-left: 0;
}

.product-preview .swiper-slide {
    height: fit-content;
    padding-bottom: 10px;
    transition: cubic-bezier(0.22, 0.78, 0.71, 1.01);
}

.swiper-slide-thumb-active img {
    border: 1px solid var(--accent-color);
}

/*---- Single Product Information ----------*/
.product-info del {
    color: var(--gray-color-500);
}

.product-info hr {
    color: var(--gray-color-500);
}

.rating-container .rating {
    display: flex;
    padding-right: 4px;
    color: var(--black-color);
}

.product-info .product-price strong {
    font-size: 1.6em;
    padding-right: 10px;
}

.product-info .select-item {
    margin-right: 8px;
}

.input-group {
    padding: 6px;
    background-color: var(--gray-color-400);
}

.input-group button {
    border: none;
}

/*---- Product Tabs ----------*/
.nav-tabs {
    border-bottom: 1px solid var(--black-color);
}

.nav-tabs .nav-link {
    color: var(--black-color);
    font-weight: 600;
}

.nav-tabs .nav-link:focus {
    box-shadow: none;
}

.nav-tabs .nav-link {
    background: none;
    border: none;
}

.nav-tabs button.nav-link.active {
    color: var(--primary-color);
    background: none;
}

.nav-tabs button.nav-link:hover {
    color: var(--primary-color);
}

.tabs-listing .tab-content {
    border-bottom: 1px solid var(--black-color);
    padding: 40px 0;
}

.product-tabs .review-item {
    width: 50%;
    margin-bottom: 20px;
}

.product-tabs .review-item .image-holder {
    margin-right: 10px;
}

@media screen and (max-width: 991px) {
    .product-tabs .review-item {
        width: 100%;
        flex-wrap: wrap;
    }

    .product-tabs .review-item .image-holder {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .cart-header {
        display: none;
    }
}

/* 4.4 Cart Page
-----------------------------------------------------*/
.shopify-cart .table th {
    width: 36%;
}

.table>:not(caption)>*>* {
    padding: 1.5rem;
}

.shopify-cart .cart-product-detail {
    max-width: 250px;
}

@media screen and (max-width: 775px) {
    .shopify-cart .table thead {
        display: none;
    }

    .shopify-cart .table tbody {
        border: none;
    }

    .shopify-cart .table tbody td {
        display: block;
    }

    .table>:not(caption)>*>* {
        padding: 1rem;
    }
}

/* 4.5 Blog Page
--------------------------------------------------------------*/
/*------------ Sidebar -----------*/
.widget.sidebar-recent-post .card-image {
    max-width: 120px;
}

.sidebar-post-item h4.card-title {
    font-size: 1.2em;
}

/* 4.6 Single Post Page
--------------------------------------------------------------*/
#single-post-navigation .post-navigation span.page-nav-title {
    font-size: 1.5em;
}

.post-navigation svg {
    width: 30px;
    height: 45px;
}

.post-navigation:hover svg,
.post-navigation:focus svg {
    fill: var(--primary-color);
}