/** Shopify CDN: Minification failed

Line 182:28 Unexpected "{"

**/
:root {

    /* -- Fonts -- */
    
    /* Font Family */

    --font-family-primary: "dashiel-text", serif;
    --font-family-secondary: "gotham", sans-serif;

   /* Font Weight */

   --font-weight-regular: 400;
   --font-weight-medium: 500;
   --font-weight-bold: 700;

   /* Font Style */

   --italic: italic;

    /* Colores */
    --dark-color: #093C4D;
    --light-color: #F8F0E2;
    --green-color: #315139;


    /* Font Size */

    --h2: 24px;
    --titleDesk: 60px;
    --titleTablet: 48px;
    --titleMobile: 32px;
    --productCollectionDesk: 32px;
    --productCollectionTablet: 26px;
    --productCollectionPhone: 20px;
    --productCollectionPrice: 16px;
    --subTitleDesk: 22px;
    --subTitleTablet: 18px;
    --subTitleMobile: 16px;
    --font-60: 60px;
    --font-46: 46px;
    --font-36: 36px;
    --font-32: 32px;
    --font-24: 24px;
    --font-22: 22px;
    --font-18: 18px;
    --font-16: 16px;
    --font-14: 14px;

    /* Paragraph */

    /* Links */
    --nav-link: 22px;
    --nav-sub-link: 22px;
    --sm-link: 16px;
    --btn: 14px;

    /* ==================== Width ==================== */

    --w-full: 100%;

    /* Max Width */

    --w-max-1440: 1440px;

    /* ==================== Height ==================== */

    --h-full: 100%;
    --h-screen: 100vh;

    /* Min Height */

    --h-min-800: 800px;
    --h-min-1080: 1080px;

    /* Max Height */

    --h-max-1080: 1080px;

    /* Footer */
    --footer-16: 16px;
    --footer-14: 14px;
    --footer-12: 12px;

    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ==================== GENERAL CONTENT WRAPPER ==================== */

.general-h-auto-section {
    width: var(--w-full);
    height: var(--h-full);
    position: relative;
    max-height: var(--h-max-1080);
}

/* ==================== GENERAL CONTENT WRAPPER ==================== */

.general-content-wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 70px 30px 0 30px;
    z-index: 2;
}

/* ========================== Hero Section Background ========================== */

.background-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.background-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

/* ================== HOTSPOT Background ============================= */

.hotspot__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; 
}

.hotspot__background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

[x-show='show_product'] {
  box-shadow: -8px 5px 16px rgba(0, 0, 0, 0.3);
}

/* ======================== HOTSPOT SECTION =============================*/

.hotspot__custom {min-height: 800px;}

@media (max-width: 1280px) {
    .hotspot__custom {min-height: 700px;}
}

@media (max-width: 1024px) {
    .hotspot__custom {min-height: 550px;}
}

@media (max-width: 767px) {
    .hotspot__custom {min-height: 600px !important;}
}

@media (max-width: 590px) {
    .hotspot__custom {min-height: 520px !important;}
}

@media (max-width: 420px) {
    .hotspot__custom {min-height: 380px !important;}
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-primary) !important;
}

p, a, button, input, label, {
    font-family: var(--font-family-secondary) !important;
}

/* ---- GLOBAL ----- */

    /* Title */

    .h2-title {
        font-size: var(--h2);
        font-family: var(--font-family-primary);
        font-weight: var(--font-weight-regular);
        color: var(--dark-color);
    }

    /* Links */

    a {
        text-decoration: none;
        color: var(--dark-color);
    }

    a:hover {
        text-decoration: none;
        opacity: 1 !important;
    }

    .nav-link {
        font-size: var(--nav-link);
    }

    /* List */

    ul {
        list-style: none;
        padding: 0;
    }

    /* ----- Height ----- */

    .h-screen-minus-header {
        height: calc(100vh - 80px);
        min-height: 700px;
    }

    .h-nomin {
        min-height: auto !important;
    }

    /* ----- Carousel Swiper JS ------ */

    .swiper {
        width: 100%;
        overflow: hidden;
    }

    .swiper-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .swiper-slide {
        width: 25%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex: none;
    }

    /* ----- Sections ----- */

    /* Section Wrapper */

    .section__wrapper {
        width: 100%;
        min-height: 700px;
        position: relative;
    }

    .section__full-wrapper {
        width: 100%;
        height: calc(100vh - 80px);
        position: relative;
        min-height: 700px;
        max-width: 1080px;
    }

    /* Section Content */

    .section__content-wrapper {
        width: 100%;
        height: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 100px 30px 0 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    /* Section Background */

    .section__texture-background-wrapper {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .section__texture-background {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Fonts */

    .text-white {
        color: #ffffff;
    }

    /* Margin */

    .m-bottom-60 {
        margin-bottom: 60px;
    }

    /* Padding */

    .p-bottom-100 {
        padding-bottom: 100px;
    }

    /* Flex */

    .flex-row-start {
        flex-direction: row !important;
        justify-content: start !important;
    }

header {
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: fixed;
    top: 0;
}

.header__container-wrapper {
    width: 100%;
    height: 100%;
    max-width: 1440px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

/* ---- Header Background---- */

.header__background-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header__background-picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header__left-wrapper, .header__right-wrapper {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}

/* ---- Header Left Container ---- */
/* ---- Burguer Menu Styles ---- */

.header__burger-btn {
    width: 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.header__burger-line {
    width: 100%;
    height: 2px;
    background-color: var(--dark-color);
    border-radius: 10px;
    transition: width .4s ease;
}

/* Burger Lines ACTIVE class animation -- DON'T DELET*/

.header__burger-line.middle.active {
    width: 75%;
}

.header__burger-line.bottom.active {
    width: 50%;
}

/* ----- Header Logo ----- */

.header__logo-wrapper {
    width: 140px;
    position: relative;
}

.header__logo {
    width: 100%;
    object-fit: cover;
}

/* ----- Second Menu Styles ----- */

.header__side-menu-wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 1; 
    pointer-events: none;
    transition: all .4s ease;
}

.header__side-menu-wrapper.active {
    background-color: rgba(0,0,0,.2);
    backdrop-filter: blur(3px);
    pointer-events: auto;
}

.header__side-menu-container {
    width: 600px;
    height: 100%;
    border-radius: 0 30px 30px 0;
    box-shadow: 0px 0 0px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 90px 30px 30px 30px;
    transform: translateX(-100%);
    transition: all .45s ease;
    overflow-x: hidden;
}

.header__side-menu-container.active {
    box-shadow: 8px 0 16px rgba(0, 0, 0, 0.2);
    transform: translateX(0);
}

.side-menu__content-wrapper {
    flex-grow: 1;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

/* ----- Header Side Menu Best Seller Collection ----- */

.side-menu__best-seller-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.side-menu__product-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.product-collection-card {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-collection-card > a {
    cursor: pointer;
}

.product-collection-card > a > img {
    border-radius: 10px;
}

/* ----- Header Side Menu Nav Bar ----- */

.header__nav-wrapper {
    width: 100%;
    height: auto;
}

.header__nav-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.header__nav-sublist {
    padding-top: 10px;
}

.header__nav-link, .header__nav-sublink {
    color: var(--dark-color);
    font-family: var(--font-family-primary);
    font-size: var(--nav-link);
}

.header__nav-sublink {
    font-style: var(--italic);
    padding-left: 20px;
}
/* ----- Side Menu Footer ----- */

.side-menu__footer-wrapper {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 8px 10px;
    border-top: 1px solid var(--dark-color);
    border-bottom: 1px solid var(--dark-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.side-menu__footer-sm-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

/* ----- Header Side Menu Background ----- */

.header__side-menu-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
}

/* ----- Marquee ----- */

.type__heading-1 {
    color: var(--dark-color);
    font-family: var(--font-family-primary);
    font-size: var(--titleDesk);
}

.custom-marquee__ul {
    gap: 15px;
}

.marquee__container {
  flex-wrap: nowrap !important;
}

/* ============= Responsive ============= */


@media (max-width: 1024px){

    .product-collection-card:nth-child(3) {
        display: inline-block !important;
    }
}

@media (max-width: 920px){

    /* ===== Global ===== */

    /* ----- Sections ----- */

    .section__content-wrapper {
        padding: 60px 30px 0 30px;
    }

    /* ----- Marquee ----- */

    .type__heading-1 {
        font-size: var(--titleTablet);
    }
}

@media (max-width: 700px){

    /* Header */

    .header__side-menu-container.active {
        width: 100%;
        border-radius: 0;
        max-width: none;
    }
} 

@media (max-width: 520px) {

    /* Global */

    /* Header */

    .side-menu__footer-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .side-menu__product-wrapper {
        grid-template-columns: repeat(2,1fr);
    }

    .product-collection-card:nth-child(3) {
        display: none !important;
    }

    /* ----- Sections ----- */

    .section__content-wrapper {
        padding: 40px 30px 0 30px;
    }

    /* ----- Marquee ----- */

    .type__heading-1 {
        font-size: var(--titleMobile);
    }
}

button:hover {
    opacity: 1 !important;
}

/*
    Klaviyo
*/

#klaviyo-featured-reviews-carousel {
    border: 1px solid #093C4D;
    border-radius: 10px;
    width: 630px;
    padding: 0 !important;
    overflow: hidden !important;
}

#klaviyo-reviews-carousel-wrapper {
    padding: 0 !important;
}

.kl_reviews__carousel__review {
    padding: 50px 0 100px 0 !important;
}

.kl_reviews__carousel.klaviyo-swiper-wrapper .swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    background-color: var(--dark-color) !important;
    border-radius: 0 0 9px 9px !important;
}

.kl_reviews__carousel__header {
    color: #093C4D;
    font-size: 38px;
    font-weight: 400;
    padding: 20px 0;
    height: 20% !important;
    background-color: var(--light-color) !important;
}

.kl_reviews__carousel.kl_reviews__carousel.kl_reviews__carousel .swiper-slide {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

div[role="img"] {
    margin: 0 auto 10px auto;
}

.kl_reviews__carousel__slide--shadow {
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-radius: 0px 0px 9px 9px !important;
}

.kl_reviews__carousel__content_body {
    width: 450px !important;
    font-size: 22px !important;
    line-height: 28px !important;
    font-family: var(--font-family-secondary) !important;
}

.kl_reviews__carousel__meta {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.kl_reviews__carousel__author > div {
    color: var(--light-color);
    font-size: 22px !important;
    font-family: var(--font-family-secondary) !important;
}

.kl_reviews__carousel.kl_reviews__carousel.kl_reviews__carousel .swiper-button-disabled {
    opacity: .5 !important;
}

.kl_reviews__stars_badge > svg {
    width: 30px !important;
    height: 30px !important;
}

.kl_reviews__carousel__next_button {
    top: calc(100% - 60px) !important;
    right: calc(50% - 40px) !important;
    background-color: vas(--dark-color) !important;
}

.kl_reviews__carousel__prev_button {
    top: calc(100% - 60px) !important;
    left: calc(50% - 40px) !important;
    background-color: vas(--dark-color) !important;
}


#template--15826030854216__17588987953afac9b4 {
    background-image: url('/cdn/shop/files/section-background_01e9be01-2fde-4c6c-ad5b-2373b96e2f3a.webp?v=1758726471');
}

@media (max-width: 650px) {
    #klaviyo-featured-reviews-carousel {
        width: 420px !important;
    }


    .kl_reviews__carousel__review {
        padding: 30px 0 90px 0 !important;
    }

    .kl_reviews__carousel__header {
        font-size: 28px;
        text-align: center;
        text-wrap: balance;
    }

    .kl_reviews__carousel__content_body {
        width: 350px !important;
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .kl_reviews__carousel__author > div {
        font-size: 16px !important;
    }
}

@media (max-width: 420px) {
    #klaviyo-featured-reviews-carousel {
        width: 320px !important;
    }


    .kl_reviews__carousel__review {
        padding: 30px 0 90px 0 !important;
    }

    .kl_reviews__carousel__header {
        font-size: 24px;
    }

    .kl_reviews__carousel__content_body {
        width: 290px !important;
    }

    .kl_reviews__carousel__author > div {
        font-size: 16px !important;
    }
}

/*

    =============================
    BLOG CSS
    =============================

*/

.blog-article > h2 {
    font-size: 30px;
}

.blog-article a {
    font-style: italic;
    text-decoration: underline;
}

.blog-article img {
    border-radius: 15px;
    display: block;
    margin: 0 auto 40px auto;
}

.blog__article-content {
    position: relative;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="url"]:hover, input[type="date"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="week"]:hover, input[type="time"]:hover, input[type="search"]:hover, input[type="tel"]:hover, select:hover, select[multiple]:hover, textarea:hover {
    border-color: var(--dark-color) !important;
}

input[type="text"]:focus-visible, input[type="password"]:focus-visible, input[type="email"]:focus-visible, input[type="number"]:focus-visible, input[type="url"]:focus-visible, input[type="date"]:focus-visible, input[type="datetime-local"]:focus-visible, input[type="month"]:focus-visible, input[type="week"]:focus-visible, input[type="time"]:focus-visible, input[type="search"]:focus-visible, input[type="tel"]:focus-visible, select:focus-visible, select[multiple]:focus-visible, textarea:focus-visible {
    border-color: var(--dark-color) !important;
    outline: 0px !important;
    outline-offset: -2px;
    box-shadow: none !important;
}

.search_input:focus-visible {
    border-color: var(--dark-color) !important;
    outline: 0px !important;
    box-shadow: none !important;
}

.snize-new-design {
    display: none !important;
}

/*
    FORM
*/

/*
    TITLE
*/

.form__title {
    font-size: 20px;
    font-family: var(--font-family-primary);
    text-transform: uppercase;
}

/*
    INPUT
*/

.form__input .form__input__input {
    background-color: transparent;
    border-color: var(--dark-color);
    font-family: var(--font-family-secondary);
    color: var(--dark-color);
}

.form__input .form__input__input::placeholder {
    font-family: var(--font-family-secondary);
}

/*
    FORM RESULT ITEM WRAPPER
*/

.form__result-item {
    overflow: auto !important;
}

.form__item-picture {
    border-radius: 5px !important;
    background-color: transparent !important;
}



.form__item-title {
    font-family: var(--font-family-primary);
}

.form__item-price {
    font-family: var(--font-family-secondary);
    font-weight: bold;
}

.form__drawer {
    height: 100vh;
    max-height: 100vh !important;
}

.form__max-height {
    max-height: 100vh !important;
}

.color__bg-body {
    background-color: transparent !important;
  }

  input[type="text"]:focus-visible, input[type="password"]:focus-visible, input[type="email"]:focus-visible, input[type="number"]:focus-visible, input[type="url"]:focus-visible, input[type="date"]:focus-visible, input[type="datetime-local"]:focus-visible, input[type="month"]:focus-visible, input[type="week"]:focus-visible, input[type="time"]:focus-visible, input[type="search"]:focus-visible, input[type="tel"]:focus-visible, select:focus-visible, select[multiple]:focus-visible, textarea:focus-visible {
    background-color: var(--light-color) !important;
    color: var(--dark-color) !important;
  }

.overflow-hidden {
  overflow: auto !important;
} 

.\!-z-10 {
  z-index: 910 !important;
}

.z-50 {
  z-index: 999950;
}

@media screen and (max-width: 656px) {
    .gfa-widget.GSC-PkqEtDZpoMTRwHL {
        margin: 0px 0px 0px 0px;
        padding: 0px !important;
    }
}