/** Shopify CDN: Minification failed

Line 24:0 All "@import" rules must come first
Line 25:0 All "@import" rules must come first

**/
.page-width.cancelPolicypage, .reschedulePolicypage {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}
.cancelPolicypage p, .reschedulePolicypage p {
    color: #6D503B;
  font-family:Lexend;
}
.cancelPolicypage p strong, .reschedulePolicypage p strong {
    color: black;
  font-family:Lexend;
}
.essential_annoucement_bar_glide__slides {
    display: flex;
}

@import url('https://fonts.googleapis.com/css?family=Unna');
@import url('https://fonts.googleapis.com/css?family=Lexend');
.header-1 {
    color: var(--Black, #120A04);
    font-family: Unna;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 72px */
}

.nav-header {
    color: var(--Brown, #CEA076);
    font-family: Lexend;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    align-items: center;
    align-content: center;
    row-gap: 11px;
    flex-wrap: wrap;
}

.modal-container {
    background: red !important;
}

.header-2 {
    color: var(--Black, #120A04);
    font-family: Unna;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 36px */
}

.par {
    color: var(--Dark-Brown, #6D503B);
    font-family: Lexend;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
}


.inputs {
    max-width: 550.513px;
    width: 100%;
    height: 56px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 2px solid var(--Light-Brown, #B2937D);
    background: var(--Whiteish, #FAF8F7);
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}

.blue-button {
    display: flex;
    height: 56px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    background: var(--Turquoise, #52928E);
    color: var(--Whiteish, #FAF8F7);
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.5px;
    transition-duration: 250ms;
}
.blue-button:hover {
    background: #71c2be;
    transition-duration: 250ms;
}

.orange-button {
    display: flex;
    height: 56px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    background: var(--Golden, #B67233);
    color: var(--Whiteish, #FAF8F7);
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.5px;
    transition-duration: 250ms;
}

@media only screen and (max-width: 1024px) {
    .inputs {
        
        height: 40px;
        flex-shrink: 0;
        border-radius: 50px;
        border: 2px solid var(--Light-Brown, #B2937D);
        background: var(--Whiteish, #FAF8F7);
        font-family: Lexend;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.5px;
    }
    .grid-wrapper {

        display: grid;
        grid-template-columns: repeat(auto-fit, minmax( 136px, 1fr));
        grid-column-gap: 30px;
        grid-row-gap: 25px;
        margin: 1em;
         
    }
    .orange-button {
        display: flex;
        height: 40px;
        padding: 10px 15px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 50px;
        background: var(--Golden, #B67233);
        color: var(--Whiteish, #FAF8F7);
        text-align: center;
        font-family: Lexend;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.5px;
        transition-duration: 250ms;
  } 
  .blue-button {
    display: flex;
    height: 40px;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    background: var(--Turquoise, #52928E);
    color: var(--Whiteish, #FAF8F7);
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.5px;
    transition-duration: 250ms;
}
}

.orange-button:hover {
    background: #eba96c;
    transition-duration: 250ms;
}
@media only screen and (min-width: 1024px) {
.product {
    opacity: 70%;
    transition-duration: 270ms;
}
.grid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax( 260px, 1fr));
    grid-column-gap: 50px;
    grid-row-gap: 1px;
    margin: 1em;
      
}
}
.product:hover {
    transform: scale(1.1);
    opacity: 100%;
    transition-duration: 270ms;
}


.collection {
    align-items: center;
    gap: 30px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-scrollbar {
        display: none;}
       


}

.product-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
}

.col-title {
    color: var(--Whiteish, #FAF8F7);
    text-align: center;
    font-family: Unna;
    font-size: 111px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
}

.price {
    color: var(--Black, #120A04);
    font-family: Lexend;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
}   

.addtocart {
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: var(--Beige, #DBCEBE);
    color: var(--Darker-Brown, #3A2B20);
    text-align: center;
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
}

#modules {
    height: 50px;
    padding: 5px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    &::-webkit-scrollbar {
       display: none;
    }
}


