/** Shopify CDN: Minification failed

Line 1414:17 Expected ":"
Line 3313:10 Expected ":"

**/
@font-face {
  font-family: "ABC Arizona Flare";
  src: url('/cdn/shop/files/ABCArizonaFlare-Light.otf?v=1767704363'); 
  font-weight:300; 
}
@font-face {
  font-family: "ABC Arizona Flare";
  src: url('/cdn/shop/files/ABCArizonaFlare-Thin.otf?v=1769169796'); 
  font-weight:200; 
}
@font-face {
  font-family: "ABC Arizona Flare";
  src: url('/cdn/shop/files/ABCArizonaFlare-Medium.otf?v=1769169796'); 
  font-weight:500; 
}

@font-face {
  font-family: "ABC Arizona Sans";
  src: url('//www.tmpl8hair.com/cdn/shop/t/12/assets/ABCArizonaSans-Light.woff2?v=181565834371711351991781806562') format('woff2'),
       url('//www.tmpl8hair.com/cdn/shop/t/12/assets/ABCArizonaSans-Light.woff?v=93773191645326277441781806561') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ABC Arizona Sans"; 
  src: url('/cdn/shop/files/ABCArizonaSans-Regular.otf?v=1767702746');
  font-weight:400;   
}
@font-face {
  font-family: "ABC Arizona Sans"; 
  src: url('/cdn/shop/files/ABCArizonaSans-Medium.otf?v=1769169796');  
  font-weight:500;
}
/* GLOBAL COLORS-FONTS-ETC */
:root{
    --lightbrown: #ECEBE6;
    --medlightbrown: #DEDACD;
    --mediumbrown: #64503d;
    --mediumbrown2: #533F25;
    --darkbrown: #201608;
    --fontfamilymain: 'ABC Arizona Flare';
    --fontfamilybuttons: 'ABC Arizona Sans';


    /* new web color scheme 6-30-2026 */
    --light-sand: #ECEBE6;
    --warm-sand: #E8E6DF;
    --warm-white: #DEDACD;
    --sand: #C2B6A6;
    --evening-sand: #D1C8BC;
    --dark-sand: #55402D; /* new: ask about this color, is it permanent? */
    
    --raw-umber: #684F3A;
    --med-deep-brown: #372818; /* new: ask about this color, is it permanent? */
    --deep-brown: #201608;
    
}

h2 { 
    font-family: "ABC Arizona Flare"; 
    font-size: 28px; 
    font-style: normal; 
    font-weight: 200; 
    line-height: 150%;
}
p { 
    font-family: "ABC Arizona Flare";
    font-size: 18px; 
    font-weight: 300;
    line-height: 125%;
}


.header-wrapper{
    header{
        padding-bottom:36px;
    }
} 
.header__icons{
    /* display:none; */
    .header__search, .header__icon--cart{
        display:none !important;
    }
    .header__icon--account{
        border-radius: 9px;
        background: transparent;
        color: #DEDACD;
        text-align: center;
        font-family: "ABC Arizona Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 114.286%; /* 114.286% */
        width: unset;
        padding: 10px 35px;
        text-transform: uppercase;
        text-decoration: none;
        border:1px solid #DEDACD;
        @media (max-width:768px){
            padding:0;
            border:none;
        }
        .svg-wrapper{
            @media (min-width:768px){
                display:none;
            }
            
        }
        .visually-hidden{
            display:inline-block;
            position: unset !important;
            width: unset;
            height: unset;
            @media (max-width:768px){
                display:none;
            }
        }
    }
}
.aihmtxt_box { 
    .aihmtxt_heading { 
        font-family: "ABC Arizona Flare";
        font-size: 47px;
        font-style: normal;
        font-weight: 400;
        line-height:  144.681%; /* 144.681% */
        margin: 0 0 30px;
    }
    .aihmtxt_text { 
        p{
            font-family: "ABC Arizona Sans";
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 150% */
            margin-bottom:30px;
        }
     }
    .aihmtxt_btn { 
        font-family: "ABC Arizona Sans";
        font-size: 20px;
        font-style: normal;
        border-radius: 4px;
        font-weight: 400;
        line-height: 130%; /* 130% */
        display:inline-block;
        margin-top:70px;
        padding: 12px 35px;
    }
    .aihmtxt_subheading { 
        font-family: "ABC Arizona Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150% ; /* 150% */
        position:relative;
        padding-left:15px;
        margin-top:50px;
        &:before{
            content:'';
            left:0;
            top:0;
            width:4px;
            height:100%;
            background: #201608;
            position:absolute;
        }
    }
}

.airq_box{
    .airq_item{
        border-bottom: 0.6px solid #201608;
    }    
    .airq_question{
        cursor:pointer; 
        font-family: "ABC Arizona Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        padding: 10px 0;
        line-height: 150%; /* 150% */
        position:relative;
        padding-right:25px;
        &:before, &:after{
            content: "";
            position: absolute;
            top: 23px;
            right: 0;
            width: 18px;
            height: 2px;
            background: #201608;
            transition-duration:.4s;
        }        
        &:after {
            transform: rotate(90deg);
        }
        &.active{
             &:after {
                transform: rotate(0);
             }
        }
    }
    .airq_answer{
        display:none;
        p{ 
            font-family: "ABC Arizona Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 150% */
        }
    }
}

.footer__content-top{
    .footer__blocks-wrapper{
        gap:100px;
        flex-wrap:nowrap;
        @media (max-width:749px){
            flex-wrap:wrap;
            text-align:center;
        }
        .item_image{
            width:90px;
            @media (max-width:749px){
                margin:0 auto;
            }
        }
    }
    .big_box_style{
        .footer-block__details-content{
            p{  
                font-family: "ABC Arizona Flare";
                font-size: 18px;
                font-style: normal;
                font-weight: 200;
                line-height: 125%; /* 125% */
                @media (max-width:767px){
                    font-size: 16px;
                }
                em{ 
                    font-family: "ABC Arizona Sans";
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 30px;
                }
            }
        }
    }
    .mid_box_style{
        max-width:300px;
         @media (max-width:749px){
             max-width:100%;
         }
        .footer-block__heading{ 
            font-family: "ABC Arizona Flare";
            font-size: 21px;
            font-style: normal;
            font-weight: 300;
            line-height: 120%; /* 33.6px */
             
        }
        .footer-block__details-content{
            p{ 
                font-family: "ABC Arizona Sans";
                font-size: 14px;
                font-style: normal;
                font-weight: 300;
                line-height: 150%;
            }
        }
    }
    .last_box_style {
        width:100px;
         @media (max-width:749px){
            width:100%;
         }
         .footer-block__heading{ 
            font-family: "ABC Arizona Flare";
            font-size: 21px;
            font-style: normal;
            font-weight: 300;
            line-height: 120%; /* 33.6px */
        }
        .footer-block__details-content{
            p{ 
                font-family: "ABC Arizona Sans";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%;
            }
        }
    }
    /*
    display: flex !important;
    justify-content:space-between;
    align-items: center;
    
    @media (max-width:1024px){
        flex-wrap:wrap;
        .footer__blocks-wrapper{
            width:100%;
            margin-bottom:0;
            .footer-block__image-wrapper{
                margin:0 auto;
            }
        }
        .footer-block--newsletter{
            margin-top:0;
        }
        .footer__copyright{
            width:100%;
        }
    }
        */
    
    .ftmtxt_title{
        padding:0;
    }
}

.cmst_logo{
    text-align:center; 
    img{
            width:120px; 
    }
}
.cmst_box{ 
    padding-top:90px;
    h1{
        color:#201608;
        text-align: center;
        font-family: "ABC Arizona Flare";
        font-size: 38px;
        font-style: normal;
        font-weight: 300;
        line-height: 144.737%; /* 144.737% */
    }
    p{
        color: #201608; 
        font-family: "ABC Arizona Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 166.667%; /* 166.667% */
    }
    .field{
        &:before, &:after{
            display:none;
        }
        input{
            border-radius:0;
            border-bottom: 0.8px solid #533F25;

            color: #676157; 
            font-family: "ABC Arizona Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150% ; /* 150% */
            box-shadow: none !important;
            
        }
        label{
            color: #676157; 
            font-family: "ABC Arizona Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150% ; /* 150% */
            text-transform: uppercase;
        }
    }
    #customer_login{
        a{
            color:  #201608;
            font-family: "ABC Arizona Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 214.286%; /* 214.286% */
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: auto;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
        }
    }
    button{
        width:100%;
        border-radius: 9px;
        background: #201608;
        color: #DEDACD; 
        font-family: "ABC Arizona Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 130%; /* 130% */
        transition-duration: .4s;
        &:hover{
            background: #C2B6A6;
            color: #201608; 
        }
        &:before, &:after{
            display:none;
        }
    }
}
.vvip_ihtm_section{
    position:relative;
    .button_below_text{
        p{ 
            font-family: "ABC Arizona Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 214.286%; /* 214.286% */
        }
    } 
    h4{ 
        font-family: "ABC Arizona Flare";
        font-size: 27px;
        margin-top:0;
        margin-bottom:15px;
        font-style: normal;
        font-weight: 300;
        line-height: 130%; /* 100% */
         @media (max-width:1024px){
            font-size:20px;
        }
        @media (max-width:767px){
            font-size:18px;
        }
    }
    h2{  
        font-family: "ABC Arizona Flare";
        font-size: 28px;
        font-style: normal;
        font-weight: 300;
        line-height: 144.681%; /* 144.681% */ 
        @media (max-width:767px){
            font-size:22px;
        }
    }
    h3{ 
        font-family: "ABC Arizona Flare";
        font-size: 28px;
        font-style: normal;
        font-weight: 300;
        line-height: 100% ; /* 100% */
        max-width: 580px;
        margin-left:auto;
        margin-right:auto;
        
        @media (max-width:767px){
            font-size:22px;
        }
         
    }
    p{ 
        text-align: center; 
        font-family: "ABC Arizona FLARE";
        font-size: 18px;
        font-style: normal;
        font-weight: 200;
        line-height: 125%; /* 150% */
        @media (max-width:1024px){
            font-size:16px;
        }
        @media (max-width:767px){
            font-size:14px;
        }
    }
    .big_font{
      p{
            font-size:18px;
            font-family: "ABC Arizona Flare"; 
            font-weight: 200;
            @media (max-width:1024px){
                font-size:27px;
            } 
            @media (max-width:767px){
                font-size:16px;
            }
        } 
    }
    .mid_font{
      p{
            font-size:18px;
            font-family: "ABC Arizona Flare"; 
            font-weight: 300; 
        }
    }
    .vvip_ihtm_btn{
        width:100%;
        border-radius: 9px; 
        font-family: "ABC Arizona Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 130% */
        letter-spacing: 1px; 
        @media (max-width:767px){
            font-size:16px;
        }
        &.vvip_type_arrow{
            background-color:transparent;
            position:relative;
            display: inline;
            padding: 0;
            font-size: 14px;
            &:before{
                content:'';
                position:absolute;
                bottom:-25px;
                height:25px;
                width: 100%;
                right:0;
                background-image:url('btn_arrow.png');
                background-repeat:no-repeat;
                background-size:contain;
                background-position:center right;
            }
        }
        &.vvip_small{
            max-width:520px;
            margin:0 auto;
        }
    }
    .vvip_ihtm_img{
        max-width:620px;
        margin:0 auto;
    }
   
}
.vpvt_section{
    h2{  
        font-family: "ABC Arizona Flare";
        font-size: 76px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%; /* 100% */
        @media (max-width:1024px){
            font-size:48px;
        }
         @media (max-width:767px){
            font-size:40px;
        }
    }    
}
.lstg_header{
    text-align:center;
    .lstg_icon{
        width:160px;
        margin:0 auto;
        img{
            width:100%;
            height:auto; 
        }
    }
    .lstg_heading{
        color: #201608;
        text-align: center; 
        font-family: "ABC Arizona Flare";
        font-size: 28px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%; /* 144.681% */
         @media (max-width:1024px){
            font-size:38px;
        }
         @media (max-width:767px){
            font-size:20px;
        }
    }
}
.lstg_flx{
    display:flex;
    gap:75px;
    flex-wrap:wrap;
    padding-top:40px;
    .lstg_item{
        width:100%;
        .lstg_item_inner{
            padding:0 25px;
            @media (max-width:520px){
                 padding:0;
            }
        }        
    }
    .lstg_img{
        width:100%;
       
        img{
            width:100%;
            aspect-ratio: 1;
            object-fit: cover;
        }
    } 
    &.lstg_slick_line{
         .lstg_img{ 
            padding-bottom:35px;
            border-bottom:2px solid #201608;
         }
    }
}
.slick-slider{
    .slick-dots li button{
        &:before{
            font-size:12px;
        } 
    }
}

.lstg_info{
    margin-top:40px;
    .lstg_title{
        color: #201608;
        font-family: "ABC Arizona Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 125% ; /* 150% */
    }
    .lstg_subtitle{
        color: #000;
        font-family: "ABC Arizona Flare";
        font-size: 21px;
        font-style: normal;
        font-weight: 200;
        line-height: 28px;
        @media (max-width:1024px){
            font-size: 20px;
        }
        @media (max-width:764px){
            font-size: 18px;
        }
    }
    .lstg_txt{
        p{
            color: #000;
            font-family: "ABC Arizona Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 300;
            line-height: 125%; /* 116.667% */
            @media (max-width:1024px){
                font-size: 13px;
            }
        }
    }
    .lstg_href{
        margin-top:35px;
        width:100px;
        display:inline-block;
        white-space: nowrap;
        color:#201608; 
        text-decoration:none;
        font-family: "ABC Arizona Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%; /* 150% */
        img{
            width:100%;
        }
    }
}
 
body{
    border:16px solid #201608;
    @media (max-width:1024px){
        border-width:12px;
    }
    @media (max-width:768px){
        border-width:8px;
    }
}
.header__inline-menu{
    .header__menu-item{ 
        font-family: "ABC Arizona Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 114.286%; /* 114.286% */
    }
}
.product__title {
    /*
    color: #000; 
    font-family: "ABC Arizona Flare";
    font-size: 47px;
    font-style: normal;
    font-weight: 300;
    line-height: 144.681%;  */
    color: #000; 
    font-family: "ABC Arizona Flare"; 
    font-size: 28px; 
    font-style: normal; 
    font-weight: 200; 
    line-height: 144.681%;
    @media (max-width:1024px){
        font-size: 33px;
    }
    @media (max-width:767px){
        font-size: 27px;
    }
    h1 { 
            color: #000; 
            font-family: "ABC Arizona Flare"; 
            font-size: 28px; 
            font-style: normal; 
            font-weight: 200; 
            line-height: 125%; 
            letter-spacing: 0px;
    }
}
.price-item--regular{
    /*
    color: #000;
    font-family: "ABC Arizona Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 87.5%;   */     
    color: #000; 
    font-family: "ABC Arizona Flare"; 
    font-size: 21px; 
    font-style: normal; 
    font-weight: 300; 
    line-height: 87.5%; 

     @media (max-width:767px){
        font-size: 22px;
    }
}
.fvip_style{
    /*
    color: #201608; 
    font-family: "ABC Arizona Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;   */

    color: #201608; 
    font-family: "ABC Arizona Sans"; 
    font-size: 14px;  
    font-weight: 400; 
    line-height: 150%;
     @media (max-width:767px){
        font-size: 14px;
    }
}  
.fpd_content{
    p{
        color: #000; 
        font-family: "ABC Arizona Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 150% */
    }
}
.product-form__buttons{
    display:flex;
    gap:20px;
    max-width: 100% !important;
    @media (max-width:767px){
        flex-wrap:wrap;
    }
    .pfs_icon{
        width: 20px;
        padding-top: 5px;
        padding-left: 5px;
        display:inline-block;  
    }
    .button--full-width{
        /*
        border-radius: 9px;
        color: #DEDACD;
        font-family: "ABC Arizona Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 130% ;  
        margin:0;
        background: #201608;
        text-decoration:none;
        justify-content: center;
        align-items: center;
        padding:8px;
         transition-duration:.3s;
        border:2px solid #201608; */

        border-radius: 9px; 
        color: #DEDACD; 
        font-family: "ABC Arizona Sans"; 
        font-size: 16px; 
        font-style: normal;
        font-weight: 400; 
        line-height: 130%; 
        margin: 0; 
        background: #201608; 
        text-decoration: none; 
        justify-content: center; 
        align-items: center; 
        padding: 8px; 
        transition-duration: .3s; 
        border: 2px solid #201608; 
        text-transform: uppercase;
        &:hover{
           color: #201608;
           background:transparent;
           .pfs_icon{
                filter: invert(1);
           }
        }
        &:before, &:after{
            display:none;
        }
    }
}
.featured-product{
     padding-bottom:40px;
    border-bottom: 1px solid #201608; 
    .product__media{
        img{
            padding:10px;
            height: calc(100% - 40px) !important;
            width: calc(100% - 40px)!important;
        }
    }
    @media (max-width:1024px){
        flex-direction: column;
        .grid__item{
            width:100%!important;
            padding:0 !important;
            max-width:100% !important;
            .product__info-container{
                max-width:100%;
            }
        }
        
    }
    .product-media-container{  
        border:none;
        @media (max-width:1024px){
            padding:35px 0 10px;
        }
    }
}
.product-card-wrapper{
    .card__inner {
        
    }
    .card__media .media img{
            object-fit: contain; 
    }
    .card__information{
        border-top:1px solid  #201608;

    }
}

.card-information{
   .caption-with-letter-spacing{
    color: #201608;
    font-family: "ABC Arizona Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 150% */
    margin-bottom:10px;
   } 
    .price{
        .price__container{
             position:relative;
             &:before{
                content:'';
                width:80px;
                height:15px;
                position:absolute;
                left: 115%;
                top:50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                transform: translateY(-50%);
                background-image:url(vvp_url.png);
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                @media (max-width:1024px){
                    width:70px;
                }
                @media (max-width:767px){
                    width:50px;
                }
             }
             
                @media (max-width:1024px){
                   &:before{ width:70px; }
                }
                @media (max-width:767px){
                    &:before{ width:50px; }
                }  

            .price-item--regular{
                color: #201608;
                font-family: "ABC Arizona Sans";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 21px;
            }
            
        }
    }
}
  
.card__heading {    
    color: #201608;
    font-family: "ABC Arizona Flare";
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%; /* 112.5% */
    padding-bottom: 10px; 
    a{
        text-decoration:none !important;
    }
}
.collection-hero{
    .collection-hero__image-container{
        border:none;
        padding-bottom:0;
        
        img{
            position:unset !important;
        }
    }
}
.collection-hero__title{  
    text-align: center;
    font-family: "ABC Arizona Flare";
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 100% */
    max-width: 580px;
    margin: 0 auto !important;
    @media (max-width:768px){
            font-size: 34px;
    }
}
.collection-hero__description{
    text-align:center;
    p{ 
        text-align: center;
        font-family: "ABC Arizona Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 133.333%; /* 133.333% */
        @media (max-width:768px){
            font-size: 16px;
        }
    }
}
.clht_icon{
    max-width:200px;
    margin:0 auto 25px;
    img{
        width:100%;
    }
}
.collection {
    .product-grid{
        gap:40px;
        .grid__item{
            @media (max-width:1024px) and (min-width: 767px){
                width:calc(50% - 20px);
                max-width:calc(50% - 20px);
            }
        }
    }
}
.template-collection{
   .collection {
        .product-grid{
            gap:40px;
            .grid__item{
                @media (max-width: 768px){
                    width:100%;
                    max-width:100%;
                }
            }
        }
    } 
}
@media (min-width:1025px){
    .show_table_and_mobile{
         display:none !important;
    }
}
@media (max-width:1024px){
    .show_only_desktop{
        display:none !important;
    }
    
}
.aitxtbtn_section{
    p, li, span{ 
        text-align: center; 
        font-family: "ABC Arizona Flare";
        font-size: 27px;
        font-style: normal;
        font-weight: 300;
        line-height: 148.148%; /* 148.148% */
        @media (max-width:767px){
            font-size:21px;
        }
    }
    .ai-text-buttons-small_font{
        p, li, span{ 
            font-size:21px;
            @media (max-width:767px){
                font-size:16px;
            }
        }
    }
    .btn{
        border-radius:9px;
        padding:14px 65px; 
        font-family: "ABC Arizona Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 130% ; /* 130% */
        border:none;
        outline:none;
        box-shadow:none;
        &:before, &:after{
            display:none;
        }
    }
}
.product__title{
    h1{
        color: #000;
        font-family: "ABC Arizona Flare";
        font-size: 28px;
        font-style: normal;
        letter-spacing: 0px;
        font-weight: 300;
        line-height: 125%; /* 104.167% */
    }
}
.product__info-containe{
    .fvip_style{
        font-size:18px;
    }
}
.template-vvip_pdp,
.template-dsk{
   &.template-product{
        product-info{
            &:before{
                display:none;
            }
        } 
    }
}
.template-product{
    product-info{
        position:relative;
        &:before{
            content:'';
            left:0;
            top:0;
            width:50%;
            height:100%;
            position:absolute;
            background-color: #201608;
        }
    }
    .global-media-settings{
        background-color: transparent;
    }
    .product__media-wrapper{
        padding:0 32px;
        .slider-mobile-gutter{
            margin-bottom: 90px;
            &.thumbnail-slider{
                padding-top: 40px;
                margin-bottom: 20px; 
            }
        }
    }
}
.thumbnail-slider{
    border-top:1px solid #DEDACD;
}
.product-form__quantity{
    .quantity__label {
        color: #000; 
        font-family: "ABC Arizona Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 128.571%; /* 128.571% */
    }
    .price-per-item__container{
        quantity-input{
            border: 1px solid #201608;
            .quantity__input{
                color: #000;
                font-family: "ABC Arizona Sans";
                /*font-size: 28px; */
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height:  100%; /* 92.857% */
            }
            &:before, &:after{
                display:none;
            }
        }
    }
}
.product__description {
    padding-bottom:10px;
    p{
        color: #000; 
        font-family: "ABC Arizona Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400; 
        line-height:  150%; /* 128.571% */
    }
}
.product__accordion { 
    .accordion__title{
        color: #201608; 
        font-family: "ABC Arizona Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 128.571%; /* 128.571% */
        text-transform: uppercase;
    } 
    .accordion__content {
        p{
            color: #000; 
            font-family: "ABC Arizona Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 128.571%; /* 128.571% */ 
        }
    }
}
.video-section{
    position:relative;
    .title-wrapper{
        position:absolute;
        top:70px;
        left:50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index:1; 
        text-align: center;
        font-family: "ABC Arizona Flare";
        font-size: 76px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%; /* 100% */
        .title {
           font-family: "ABC Arizona Flare";
            font-size: 76px;
            font-style: normal;
            font-weight: 300;
            line-height: 100%; 
        }
    }
}

.pdrv_header{
    text-align:center;
    .pdrv_icon{
        margin:0 auto;
        width:150px;
        img{
            width:100%;
            display:block;
        }
    }
    .pdrv_heading{
        color: #201608;
        font-family: "ABC Arizona Flare";
        font-size: 28px;
        font-style: normal;
        font-weight: 200;
        line-height: 68px;
        margin:0;
        letter-spacing: 0;
    }
}
.pdrv_slider { 
    padding: 24px 0 48px 0;
    .slick-arrow{
        z-index:9;
    }
    .slick-prev{
        left:0;
    }
    .slick-next{
        right:0;
    }
}
.related_icon{
    width:190px;
    margin:0 auto 25px;
    img{
        width:100%;
        display:block;
    }
}
.pdrv_item{
    text-align:center;
    .pdrv_inner{
        padding:0 90px;
    }
    .pdrv_star{
        width:190px;
        margin:0 auto 25px;
        img{
             width:100%;
            display:block;
        }
    }
    .pdrv_txt{
        p{
          color: #000;
            font-family: "ABC Arizona Flare";
            font-size: 21px;
            font-style: normal;
            font-weight: 200;
            line-height: 125%;
            letter-spacing: 0;  
        }
    }
    .pdrv_name{
        color: #000;
        font-family: "ABC Arizona Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0.16px;
        margin-top:30px;
    }
}
.slick-slider{
    .slick-arrow {
        &:before{
            content:'';
            position: absolute;
            width: 30px;
            height: 30px;
            background-size: contain;
            background-repeat: no-repeat;
            top: 50%;
            left:50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            background-position: center; 
        }
        &.slick-prev{
           &:before{
             background-image:url('TMPL8_Arrows_prev.png');
           }
        }
        &.slick-next{
            &:before{
                background-image:url('TMPL8_Arrows_next.png');
            }
        }
    }
}
.dlrtxt_slider{    
    .slick-arrow{
        border-radius:50%;
        background-color: #201608 !important;
        width: 40px;
        height: 40px;
        @media (max-width:1120px){
           width: 30px;
           height: 30px; 
        }
        &:before{
            filter:invert(1);
            max-width:15px;
            max-height:15px;
        }
    }
}
.related-products__heading{
    color: #201608;
    text-align: center; 
    font-family: "ABC Arizona Flare";
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 144.681%; /* 144.681% */
}
.grid__slider {
    .card-wrapper{
        padding:0 25px;
    }
    .slick-dots{
        bottom: -50px;
    }
}   
.ai_txt_columns_txt{
    h2{  
        font-family: "ABC Arizona Sans";
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 100% */
        @media (max-width:1024px){
            font-size: 20px;
        }
    }
    p{ 
        font-family: "ABC Arizona Flare";
        font-size: 27px;
        margin-top:0;
        font-style: normal;
        font-weight: 300;
        line-height: 148.148%; /* 148.148% */
        @media (max-width:1024px){
            font-size: 23px;
        }
    }
    &.ai_txt_columns_txt_small{
        h2{
             font-size: 28px;
            @media (max-width:767px){
                font-size: 27px;
            }
        }
        p{
            font-size: 21px;
           @media (max-width:767px){
                font-size: 18px;
            } 
        }
    }
}
.ai_contact_form{
    .aicfr_box{
        p{
            color: #000;
            font-family: "ABC Arizona Sans";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 133.333%; /* 133.333% */
             @media (max-width:767px){
                font-size: 14px;
            }
        }
        label{
            color: #000;
            font-family: "ABC Arizona Sans";
            font-size: 14px;
            font-style: normal;
            margin-bottom:20px;
            font-weight: 400;
            line-height: 128.571%; /* 128.571% */
            width: calc(100% - 43px);
             @media (max-width:1024px){
                font-size: 12px;
            }
        }
    }
    .aictf_style{ 
        margin-bottom:30px;
        label{
            display:none;
        }
        input{
            outline:none;
            background-color:transparent;
            border:none;
            border-bottom: 0.8px solid #533F25;
            padding:5px;
            box-shadow: none;
            color #676157; 
            font-family: "ABC Arizona Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height:  150%; /* 150% */
        }
    }
    [type="submit"]{
        color: #DEDACD;
        font-family: "ABC Arizona Sans";
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: 123.81%; /* 123.81% */
        letter-spacing: 2.1px;
        border-radius: 9px;
        background: #201608;
    }
}

.banner__media-image--mobile {
  display: none!important;
}

@media screen and (max-width: 749px) {
  .banner__media-image--mobile {
    display: block!important; 
  } 
  .banner__media-image--mobile + .banner__media-image--desktop {
    display: none !important;
  }
}
.blat_slider {
    margin-top:25px;
    &.blat_lock{
        position:relative;
        &:before{
            content:'';
            background: rgba(32, 22, 8, 0.75);
            position:absolute;
            left:0;
            top:0;
            width:100%;
            height:100%;
            z-index:99;  
        }
    } 
    .blog-articles__article{
        padding:0 15px;
        width:230px;
        transition-duration:.4s;
         @media (max-width:1024px){
            width:200px;
            padding:0 10px;
        }
        @media (max-width:767px){
                width:180px;
        }
        &.slick-active{ 
             width:440px;
             @media (max-width:1024px){
                width:380px;
             }
             @media (max-width:767px){
                width:320px;
             }
        }
        .card__information{
            .card__heading{
                color: #DEDACD; 
                font-family: "ABC Arizona Flare";
                font-size: 27px;
                font-style: normal;
                font-weight: 300;
                line-height: 148.148%; /* 148.148% */
            }
        }
    }
}
 .main-blog_wepper{
    padding:40px 0;
 }
.blog_outer{
    background-color:#201608; 
}
.mbw_heading{
    color: #DEDACD; 
    font-family: "ABC Arizona Flare";
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 144.737% ; /* 144.737% */ 
    @media (max-width:1024px){
        font-size: 33px;
    }
    @media (max-width:767px){
        font-size:27px;
    }
}
.mbw_header{
    display:flex;
    gap:20px;
    align-items: center;
    flex-wrap:wrap;
    position:relative;
    padding-top:30px;
    img{
        width:25px;
    }
    span{
        color: #DEDACD; 
        font-family: "ABC Arizona Sans";
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 150% */
        @media (max-width:1024px){
            font-size: 20px;
        }
        @media (max-width:767px){
            font-size:18px;
        }
    }
    &:before{
        content:'';
        width:180px;
        top:0;
        height:1px;
        position:absolute;
        left:0;
        background-color:#DEDACD; 
    }
}
.article-template__title{
    color: #201608;
    text-align: center; 
    font-family: "ABC Arizona Flare";
    font-size: 47px;
    font-style: normal;
    font-weight: 300;
    line-height: 144.681%; /* 144.681% */
    @media (max-width:1024px){
        font-size: 38px;
    }
    @media (max-width:767px){
        font-size: 33px;
    }
}
.article-template__content{
    max-width:1000px; 
    p, li, a, span{
        color: #000;
        text-align: center; 
        font-family: "ABC Arizona Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 150% */
         @media (max-width:1024px){
            font-size: 18px;
        }
        @media (max-width:767px){
            font-size: 14px;
        }
    }
}
.slider_slick{
    .blog__posts{
        margin:0;
        padding:0;
        .blog__post{
            width:220px;
            @media (max-width:767px){
                 width:190px;
            }
            .article-card-wrapper{
                padding:0 10px; 
            }
            .card--media{
                .card__inner{
                    display: block;
                    .card__content{
                        padding:0;
                    }
                    .card__media, .article-card__image{
                        position:unset;
                        width: 100%;
                        img{
                            position:unset;
                            aspect-ratio: 200/293;
                            width: 100%;
                        }
                    }
                }
            }
            .article-card .card__information{
                padding-left:0;
                padding-right:0;
                .card__heading{
                    a{
                         color: #201608; 
                        font-family: "ABC Arizona Flare";
                        font-size: 27px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: 148.148%; /* 148.148% */
                        @media (max-width:767px){
                            font-size: 23px;
                        }
                    } 
                }
            }
        }
    }
}
.blog__title{
    color: #201608; 
    font-family: "ABC Arizona Flare";
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 144.737%; /* 144.737% */
    border-top:1px solid #201608;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
    @media (max-width:1024px){
            font-size: 33px;
    }
    @media (max-width:767px){
        font-size: 27px;
    }
           
}
.blog-post-navigation {
    text-align: center;
    display:flex;
    gap:25px; 
    align-items: center;
    margin:90px auto 70px;
    justify-content: center;
    .post_pre_next{
        width:70px;
        &.prev-post{
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
        }      
        img{
            display:block;
            width:100%;
        }
    }
}
.template-application, .template-welcome, .template-application-form, .template-index{
    .header-wrapper{
        display:none;
    }
}
.template-index{
   /* .footer{
         display:none !important;
    }
         */
}

.aptf_header{
    max-width:900px;
    margin:0 auto;
    padding-bottom:70px;
    padding-top:20px;
    .aptf_text{
        p, h4{
            color: #201608;
            text-align: center;
            font-family: "ABC Arizona Flare";
            font-size: 27px;
            font-style: normal;
            font-weight: 300;
            line-height: 148.148%; /* 148.148% */
            margin-top:0;
            @media (max-width:767px){
                 font-size: 22px;
            }
        }
    }
}
.aptfhd_flx{
    display:flex;
    justify-content: space-around;
    padding-top:30px; 
}
.aptfhd_felid{
    display:flex;
    padding-bottom:10px;
    align-items:center;
    .aptfhd_check{
        padding:0;
        width:30px;
        height:30px;
        background-color: transparent;
    }
    .aptf_label{
        color: #201608;
        font-family: "ABC Arizona Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 128.571%; /* 128.571% */
    }
    .aptfhd_input{
        width:100%;
        outline:none;
        box-shadow:none;
        border:none;
        padding:10px;
        border-bottom: 0.8px solid #533F25;

        color: #676157; 
        font-family: "ABC Arizona Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        background-color:transparent;
        line-height: 150%; /* 150% */
        margin-bottom:30px;
        @media (max-width:767px){
            margin-bottom:15px;
        }
        &.aptfhd_btm_zero{
            margin-bottom:0;
        }
        &.aptfhd_row_4{
            min-height:90px;
        }
    }
}
.aptf_box{
    border-bottom:1px solid #201608;
}

.aptfbx_inner{ 
    padding:0 60px 60px; 
    @media (max-width:767px){
        padding: 0 0 35px 0;
    }
}
.aptfbx_heading{
    color: #201608;
    text-align: center; 
    font-family: "ABC Arizona Flare";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    margin:40px 0 30px;
    line-height: 144.737%; /* 144.737% */ 
    @media (max-width:767px){
        font-size: 20px;
        margin:20px 0 15px;
    }
}  
.aptfbx_full{
    max-width: 920px;
    margin: 0 auto;
}
.aptfbx_label{
    color:  #201608;
    font-family: "ABC Arizona Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 133.333%; /* 133.333% */
    padding:10px 0;
    span{
        font-weight: 400;
    }
    &.aptfbx_label_center{
        text-align:center;
        padding-bottom:70px;
    }
}   


.radio-as-checkbox {
  display: grid;
  grid-template-columns: 30px 1fr;
  /* align-items: center; */
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #222; 
    input {
        position: absolute;
        opacity: 0;
    }  
    .box {
        width: 20px;
        height: 20px;
        border: 1.5px solid #555;
        border-radius: 3px;  
        background: transparent;
        position: relative;
        box-sizing: border-box;
        margin-top:2px;
    } 
   input:checked + .box::after {
        content: "";
        position: absolute;
        left: 6px;
        top: 1px;
        width: 6px;
        height: 13px;
        border: solid #222;
        border-width: 0 1.5px 1.5px 0;
        transform: rotate(45deg);
    }
}

.aptfbx_flx{
    display:grid;
    gap:48px;
    padding-top:40px;
    grid-template-columns: repeat(2, 1fr); 
    @media (max-width:767px){
         gap:20px;
         grid-template-columns: 1fr; 
         padding-top:20px;
    }
}
.aptfbtn_grid{
    display:flex;
    gap:20px;
    justify-content:center;
    margin:50px 0;
    grid-template-columns: repeat(2, 50px); 
    .aptfbtn_item {
        width:50px;
    }
    img{
        width:100%;
        display:block;
        cursor:pointer;
    }
}
.aptfhd_extrapd{
    padding-top:190px;
    @media (max-width:767px){
        padding-top:50px;
    }
}
.aptfbx_btm_space{
    padding-bottom:40px;
    @media (max-width:767px){
         padding-bottom:10px;
    }
}
.aptfbx_3_space{
    padding-top:20px;
}
.aptfhd_spanc_mid{
    padding-top:70px;
    @media (max-width:767px){
         padding-top:30px;
    }
}
.aptfbx_label_extra{
    padding-bottom:30px;
    @media (max-width:767px){
        padding-bottom:15px;
    }
}
.aptfhd_spanc_top{
    padding-top:30px;
    @media (max-width:767px){
        padding-top:15px;
    }
}
.aptfhd_spanc_min{
    padding-top:10px;
}
.aptfhd_center{
    text-align:center;
}
.space_btwn{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%; 
}       
.aptf_header_btm_zero{
    padding-bottom:0;
}
.aptf_header_tm_zero{
    padding-top:0;
}
.aptfflrf_seciton{
    max-width: 900px;
    margin: 0 auto;
    padding:0 0 40px;
    @media (max-width:767px){
        padding:0 0 20px;
    }
}
.aptfflrf_listing{
    margin-top:40px;
}
.aptfflrf_txt{
    color: #201608;
    font-family: "ABC Arizona Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 133.333%; /* 133.333% */
}
.aptfbtn_btn{
    margin:60px 0;
   @media (max-width:767px){
    margin:40px 0;
   }
    .aptfbtn_submit{
        width:100%;
        border-radius: 9px;
        background:#201608;
        text-align:center;
        padding: 14px;
        cursor: pointer;
        color: #DEDACD;
        font-family: "ABC Arizona Sans";
        font-size: 21px;
        font-style: normal;
        font-weight: 500;
        line-height: 123.81%; /* 123.81% */
        letter-spacing: 2.1px;
        border:2px solid #201608;
        transition-duration:.3s;
        @media (max-width:767px){
            letter-spacing: 1.1px;
            padding: 10px;
            font-size: 18px;
        }
        &:hover{
             color:#201608;
             background-color:transparent;
        }
    }
}
.template-application-form{
    .vvip_ihtm_section{
        h2{
            font-size:21px;
        }
    }
}
[data-testid="klaviyo-form-WZWk2D"]{
     [type="text"], [type="email"], [type="tel"]{
             background-color: transparent;
            border: none !important;
            border-bottom: 0.8px solid #DEDACD!important;
            padding: 5px!important;
            box-shadow: none !important;
            font-family: "ABC Arizona Sans"!important;
            font-size: 14px!important; 
            font-weight: 400!important;
            line-height: 150%!important;
            outline: none !important;
            border-radius:0 !important;
            height: unset !important;
            color:#DEDACD !important;
            &:hover{
                 border-color: #DEDACD!important;
            }
    }
     [type="button"]{
                
        font-family: "ABC Arizona Sans" !important;
        font-size: 21px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 123.81% !important;
        letter-spacing: 2.1px !important;
        border-radius: 9px !important; 
        padding: 7px !important;
        letter-spacing:0 !important;
                    justify-content: center;
                    align-items: center;
    }
    .needsclick.kl-private-reset-css-Xuajs1 {
        /* gap: 15px 50px; */
        [data-testid="form-component"]{
            /* margin-bottom:45px; */
            @media (max-width:1024px){
                margin-bottom:25px;
            }
             
            &:last-child{
                margin-left:25px;
                @media (max-width:1024px){
                    margin-left:0;
                }
            }
            &:first-child{
                margin-right:25px;
                @media (max-width:1024px){
                    margin-right:0;
                }
            }
             
        }
    }
    [data-testid="form-component"]{
        p{
            font-family: "ABC Arizona Flare"!important;
            font-size: 16px!important; 
            font-weight: 300!important;
            line-height: 130%!important;
            @media (max-width:767px){
                font-size: 14px!important; 
            }
        }
    }
}
[data-testid="klaviyo-form-SCTuQd"]{
    [type="text"], [type="email"], [type="tel"]{
             background-color: transparent;
            border: none !important;
            border-bottom: 0.8px solid #533F25!important;
            padding: 5px!important;
            box-shadow: none !important;
            font-family: "ABC Arizona Sans"!important;
            font-size: 14px!important; 
            font-weight: 400!important;
            line-height: 150%!important;
            outline: none !important;
            border-radius:0 !important;
            height: unset !important;
    }
        legend{
                    color: #000 !important;
                    font-family: "ABC Arizona Sans"!important;
                    font-size: 18px!important;
                    font-style: normal!important;
                    font-weight: 400!important;
                    letter-spacing:0 !important;
                    line-height: 133.333%!important;
            }
            label{
                .kl-private-reset-css-Xuajs1{
                    color: #000 !important;
                    font-family: "ABC Arizona Sans"!important;
                    font-size: 14px !important;
                    font-style: normal !important;
                    margin-bottom: 20px !important;
                    font-weight: 400 !important;
                    letter-spacing:0 !important;
                    line-height: 128.571% !important;
                    margin: 0 !important;
                    margin-bottom: 5px !important;
                }
            }
    [type="button"]{
                color: #DEDACD !important;
        font-family: "ABC Arizona Sans" !important;
        font-size: 21px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 123.81% !important;
        letter-spacing: 2.1px !important;
        border-radius: 9px !important;
        background: #201608 !important;
        padding: 7px !important;
        letter-spacing:0 !important;
                    justify-content: center;
                    align-items: center;
    }
    .kl-private-reset-css-Xuajs1{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px;
        @media (max-width:768px){
            display: flex !important;
        }
        .kl-private-reset-css-Xuajs1 {
            display:flex !important;
            [role="radiogroup"], [role="group"]{
                display:block !important; 
            } 
            [role="radiogroup"]+.kl-private-reset-css-Xuajs1,
            [role="group"]+.kl-private-reset-css-Xuajs1{
                display:none !important;
            }
        }
        [data-testid="form-row"]{
            display:flex  !important;
            align-items: start !important;
            [data-testid="form-component"]{
                .kl-private-reset-css-Xuajs1{
                    gap: 0;
                }   
            }
            &:nth-child(5){
                .kl-private-reset-css-Xuajs1{                     
                    border:none !important;
                    [id^="downshift-"][id$="-menu"]{
                        display: block !important; 
                    }
                    [type="tel"]{
                        border-bottom: 0.8px solid #533F25 !important;
                    }
                    [type="button"]{
                        background-color:transparent !important;
                    }
                }                
            }
            &:nth-child(7), &:nth-child(8), &:nth-child(9), &:nth-child(10){
                 /*grid-column: 2;
                 grid-row: 1 / span 5;
                 */
                 grid-column: 1 / -1;
            }
            &:last-child{
                grid-column: 1 / -1;
            }
        }
    }
    
}
#statusMessage{
        display:none;
        color: #201608;
        font-family: "ABC Arizona Sans";
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: 160.571%;
        padding: 60px 0;
        text-align: center;
}
.collection__view-all{
    .button{
        border-radius: 9px;
        color: #DEDACD;
        font-family: "ABC Arizona Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin: 0;
        background: #201608;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        padding: 8px;
        transition-duration:.3s;
        border:2px solid #201608;
          &:before, &:after{
                display:none;
            }
        &:hover{
           color: #201608;
           background:transparent;
        }
    }
}
.menu-drawer__inner-container{
    display:flex;
    gap: 50px;
    height:unset !important;
    flex-wrap:wrap;
    @media (max-width:1024px){
        gap: 25px;
    }
    .menu-drawer__navigation-container{
        width:55%;
        @media (max-width:767px){
            width:100%;
        }
    }
    .menu_mega{
        width:calc(45% - 50px);
        padding-right:20px;
        padding-bottom:70px;
        @media (max-width:1024px){
            width:calc(45% - 25px);
        }
        @media (max-width:767px){
            width:100%;
            padding-left:20px;
            padding-right:20px;
        }
    }
}
.menu_item_inner{
    .mit_heading{
        color: #DEDACD;
        text-align: center; 
        font-family: "ABC Arizona Flare";
        font-size: 27px;
        font-style: normal;
        font-weight: 300;
        line-height: 148.148%; /* 148.148% */
        padding-bottom:25px;
        @media (max-width:1620px){
            font-size: 22px;
        }
    }
    .mit_img{
        img{
            width:100%;
            display:block;
        }
    }
    .mit_info{
        .mit_title{
            color: var(--Primary-Oat-Milk, #DEDACD); 
            font-family: "ABC Arizona Flare";
            font-size: 33px;
            font-style: normal;
            font-weight: 300;
            line-height: 148.485%; /* 148.485% */
            padding-top:15px;
            @media (max-width:1620px){
                font-size: 28px;
            }
        }
        .mit_txt{ 
            padding-bottom:35px;
            p{
                color:  #DEDACD; 
                font-family: "ABC Arizona Sans";
                font-size: 20px;
                font-style: normal;
                font-weight: 400;
                line-height: 150% ; /* 150% */
                @media (max-width:1620px){
                    font-size: 18px;
                }
            }
        }
        .mit_btn{
            color: #DEDACD; 
            font-family: "ABC Arizona Sans";
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            border:1px solid #DEDACD;
            line-height: 130%; /* 130% */
            display:inline-block;
            padding:8px 35px;
            text-decoration:none;
            border-radius:4px;
            @media (max-width:1620px){
                font-size: 18px;
            }
        }
    }
}
.mit_btn_new{
    color: #DEDACD; 
    font-family: "ABC Arizona Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    border:1px solid #DEDACD;
    line-height: 130%; /* 130% */
    display:inline-block;
    padding:8px 35px;
    text-decoration:none;
    border-radius:4px;
    display: block;
    text-align: center;
    margin-top: 60px;
    @media (max-width:1620px){
        font-size: 18px;
    }  
}
.svg-wrapper{
    img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
.menu-drawer__menu{
    li{
        .menu-drawer__menu-item{
            color: #DEDACD; 
            font-family: "ABC Arizona Sans";
            font-size: 22px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%; /* 150% */
             @media (max-width:1620px){
                font-size: 18px;
            } 
        }
    }
}
.menu_icon_btn{
    display: flex;
    width: 100px;
    text-decoration:none;
    span{
        width:40px; 
        color: #DEDACD;
        font-family: "ABC Arizona Flare";
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 130%; /* 130% */
        text-decoration:none;
        @media (max-width:1620px){
                font-size: 18px;
        } 
    }
}
header-drawer{
    display:flex;
}
.header_search_left{
    @media (max-width:767px){
        display:none;
    }
}
.mdw_search{
    @media (min-width:768px){
        display:none;
    }
    form{
        padding: 1.1rem 2rem;
        [type="search"]{
            background-color:transparent;
            border:none;
            width:100%;
            border-bottom: 0.8px solid #DEDACD;
            color: #C1BAB1; 
            font-family: "ABC Arizona Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 150% */
            outline:none;
            box-shadow:none;
            padding:10px;
            margin-bottom:15px;
            background-image: url('search_icon.png');
            background-position:center right;
            background-repeat:no-repeat;
            background-size: 15px;
        }
        [type="submit"]{
            border-radius: 4px;
            border: 1px solid #DEDACD;
            padding:8px 25px;
            color: #DEDACD; 
            text-transform:uppercase;
            font-family: "ABC Arizona Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%; /* 150% */
            background-color:transparent;
            
        }
    }
}

@media (min-width: 750px){ 
    .collection-hero__image--mobile { display: none!important; }
} 
@media (max-width: 749px){ 
  .collection-hero__image--desktop { display: none !important; }
}

#cart-notification-button{
    &:before{
        background-image:url('cart.png');
        width:15px;
        height:15px;
        position:absolute;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 9;
        top: calc(50% - 5px);
        transform: translateX(-50%);
        right: calc(50% - 75px);
        left: inherit;
    }
}
 
.vtso_box{
        font-family: "ABC Arizona Flare";
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        text-align: center;
        padding: 10px;
        color: #201608;
}  
.aptfhd_box{
    text-align:center;
}
.thbx_flx{ 
    flex-wrap:wrap;
    gap:40px; 
    @media (max-width:1024px){
        max-width:620px;
        margin:0 auto; 
    }
}
.thbx__newstyle{
    .thbx_number{
        display:none;
    }
    .thbx_item{
        padding:18px;
        background-color:#000;
        border-radius:10px;
        border-radius: 10px;
        background: rgba(32, 22, 8, 0.10);
        .thbx_info{
            margin-top:0;
        }
    }
}
.thbx__vvip3{
    gap: 70px;
    .thbx__btnvvip3{
        border-radius:70px;
        width: auto;
        padding: 10px 20px;
    }
}
.aitsh_style{
    font-family: ABC Arizona Flare;
    font-weight: 300; 
    font-size: 22px; 
    line-height: 125%;
    letter-spacing: -0.2%; 
}
.thbx_sub_title{ 
    font-family: "ABC Arizona Flare";
    font-size: 16px; 
    font-weight: 300; 
    line-height: 140%;
    margin-bottom:15px;
}
.thbx_image{
    width:100%;
    margin-bottom:60px;
    text-align:center;
    img{
        width:100%;
        max-width: 140px;
        margin: 0 auto;
        aspect-ratio: 1 / 2.8;
        object-fit: contain;
        object-position: center bottom;
        @media (max-width:1024px){
            aspect-ratio: unset;
        }
    }
}
.thbx_number{ 
    font-family: "ABC Arizona Flare";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 123.81%; /* 123.81% */
    padding-bottom:25px;
    border-bottom:2px solid;
}
.thbx_title{ 
    font-family: "ABC Arizona Flare";
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 123.81%; /* 123.81% */ 
    padding:0;
    margin:0;
    padding-bottom:25px;
    min-height:60px;
    @media (max-width:767px){
        font-size: 18px;
    }  
}
.thbx_txt{ 
    ul{
        padding-left:15px;
    }
    p, li, a{ 
        font-family: "ABC Arizona Flare";
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 128.571%; /* 128.571% */
        @media (max-width:768px){
            font-size: 12px;
        }
    }
}
.thbxbtm_btn{
    margin-top:40px;
    .thbx_href{
        width:100%;
        display:inline-block; 
        font-family: "ABC Arizona Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; 
        border-radius: 9px;
        text-align:center;
        padding:15px;
      &:before, &:after{
            display:none;
        }   
    }
}
.thbx_btn { 
    display:inline-block;
    width:100%;
    font-family: "ABC Arizona Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    border-radius: 9px;
    line-height: 130%; /* 130% */
    text-align:center;
    padding:10px;
    &:before, &:after{
        display:none;
    }
}
.thbx_tb_txt{ 
    margin-top:15px;
    font-family: "ABC Arizona Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 180% */
}
.thbx_info{
    min-height:180px;
    margin:20px 0; 
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    @media (max-width:1024px){
        min-height:unset;
        margin-bottom:50px;
    }
}
.ai-text-columns__arrow{
    text-align:center;
        padding: 50px 0 70px;
    img{
        width:35px;
        display:block;
        margin:0 auto;
    }
}
.aico_border{
    border-bottom:1px solid; 
}
.aitclct_box{
    p{
        font-weight:200;
    }
}
.image-with-text{
    .image-with-text__media{
        img{
            object-fit: contain;
        }
    }
}
[data-testid="klaviyo-form-S7pZPM"]{ 
        padding:0 60px !important;
        @media (max-width: 767px){
            padding:0!important;
        }  
        [type="button"]{
            display:none !important; 
        } 
        [aria-label="Search Countries"]{
            display:block !important;
            width: 50px!important;
            svg{
                    top: 5px;
                    position: relative;
            }
        } 
    .kl-private-reset-css-Xuajs1{
        border:none!important;
    }
   [type="email"], [type="tel"]{
             background-color: transparent;
            border: none !important;
            border-bottom: 0.8px solid #533F25!important;
            padding: 5px!important;
            box-shadow: none !important;
            font-family: "ABC Arizona Sans"!important;
            font-size: 14px!important; 
            font-weight: 400!important;
            line-height: 150%!important;
            outline: none !important;
            border-radius:0 !important;
            height: unset !important;
    }
    @media (max-width: 767px){
        [data-testid="form-row"]{
            flex-wrap:wrap;
            [data-testid="form-component"]{
                    flex: 1 0 100% !important;
            }
        }
    }
}

.sdlrtxt_heading{
    text-align:center;
    padding:0;
    margin:0 0 45px 0; 
    font-family: "ABC Arizona Flare";
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 171.429%; /* 171.429% */
}
.dlrtxt_flx{
    display:flex;
    gap:50px;
    flex-wrap:wrap;
    @media (max-width:1120px){
        gap:25px;
        padding:0 20px;
    }
    .dlrtxt_list{
        width:calc(50% - 25px);
        @media (max-width:1024px){
            width:100%; 
        }
        p, li, span{ 
            font-family: "ABC Arizona Flare";
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: 116.667%; /* 116.667% */
        }
        ul{
            padding-left:15px;
        }
    }
}
.ai_txt_columns_txt_btn{
    text-align:center;
    width:100%;
    margin-top:40px;
    .atct_href{
        width:100%;
        border-radius:9px;
        text-align:center;
        display:inline-block;
        padding:12px; 
        font-family: "ABC Arizona Sans";
        font-size: 20px; 
        font-weight: 500;
        line-height: 130%; /* 130% */
        &:after, &:before{
            display:none;
        }
    }
}

.footer__copyright {
    .copyright__content{
        font-family: "ABC Arizona Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        a{
            text-transform: uppercase;
        }
    }
}

@media (max-width:767px){
    .slick-arrow{
        &.slick-next {
            right: -15px;
        }
        &.slick-prev {
            left: -15px;
        }
    }
}

.aimht_box{
    max-width:800px;
    .aimht_heading{
        font-family: ABC Arizona Flare;
        font-weight: 200; 
        font-size: 86px; 
        line-height: 125%;
        letter-spacing: -1.07%;
        text-align: center;
    }
}

.imbn_url{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display: block !important;
}
.aimht_txt{
    font-family: ABC Arizona Flare;
    font-weight: 200; 
    font-size: 45px; 
    line-height: 125%;
    letter-spacing: -1.07%;
    text-align: center;
}

/* Until I find the 10px border culprit */
body{
    border: none;
}
/*Turned off shopify footer until further notice*/
footer.footer{
    display: none;
}

/* begin landing page 1*/
.mysection {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    justify-items: center;
    align-items: flex-start;
    align-content: center;
    margin: 0px auto 0vh auto;
    position: relative;
    z-index: 2;  
    }
.herobg{
    background-image: url('/cdn/shop/files/hero-bg.jpg?v=1777489945');
    height: 115vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 23vh;
    }
.section2bg{
    background-repeat: no-repeat;
    background-size:auto;
    background-position: center;
    background-color: var(--lightbrown);
    height: auto; 
    padding-bottom: 60px; 
    padding-top: 60px;
    }
.section3bg{
    background-image: url('/cdn/shop/files/section3-bg.jpg?v=1777494500');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-position-y: -150px;
    background-color: var(--lightbrown);
    height: 101vh;
    }
.section3bgmobile{
        display: block;
        width: 100%;
    }
.section4bg{
    background-repeat: no-repeat;
    background-size:auto;
    background-position: center;
    background-color: var(--lightbrown);
    height: auto;
    padding-bottom: 60px; 
    padding-top: 60px;
    border-bottom: 1px solid var(--darkbrown);
    }
.section5bg{
    background-repeat: no-repeat;
    background-size:auto;
    background-position: center;
    background-color: var(--lightbrown);
    height: auto;
    padding-bottom: 60px; 
    padding-top: 60px;
    border-bottom: 1px solid var(--darkbrown);
    }
.section6bg{
    background-repeat: no-repeat;
    background-size:auto;
    background-position: center;
    background-color: var(--lightbrown);
    height: auto;
    padding-bottom: 0px; 
    padding-top: 0px;
    }
.section6bgwrapper{
    z-index: 1; 
    background-color: #ECEBE6; 
    padding-top: 60px; 
    padding-bottom: 92px;
    }
.section7bg{
    background-image: url('/cdn/shop/files/section7bg-clean.jpg?v=1777594992');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-color: var(--lightbrown);
    height: 125vh;
    }
.section8bg{
    background-repeat: no-repeat;
    background-size:auto;
    background-position: center;
    background-color: var(--lightbrown);
    padding-top: 6vh;
    }
.section9bg{
    background-repeat: no-repeat;
    background-size:auto;
    background-position: center;
    background-color: var(--mediumbrown);
    height: auto; padding-bottom: 9vh;
    }
.section10bg{
    background-repeat: no-repeat;
    background-size:auto;
    background-position: center;
    background-color: var(--darkbrown);
    height: auto; padding-bottom: 9vh;
    }
.section11bg{
    background-image: url('/cdn/shop/files/section-11bg.jpg?v=1777505792');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    height: 99vh;
    }
.section11bg-alt{
    background-color: var(--lightbrown);
    text-align: center;
    padding: 3vh 0px 9vh 0px;
    display: none;
    }

.col1, .col2{
    padding: 0px;
    margin: 0px;
    }
h1.herotitle{ 
    font-family: "ABC Arizona Flare";
    font-weight: 200 !important;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: clamp(48px,6.5vw,86px);
    line-height: 1.1em;
    color: var(--lightbrown);
    }
.mysection h2{
    font-family: "ABC Arizona Flare";
    font-weight: 100;
    padding: 5vh 0px 0px 0px;
    margin: 0px;
    text-align: center;
    font-size: clamp(22px,3.5vw,45px);
    line-height: 1.1em;
    color: var(--lightbrown);
    max-width: 540px;
    margin: auto;
    }
h2.subheader{
    font-size: 42px;
    line-height: 42px;
    color: var(--darkbrown);
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px auto 0px auto;
    }
p.custom{
    font-size: 22px;
    font-weight: 200;
    text-align: center;
    line-height: 1.3em;
    color:var(--darkbrown);
    width: 100%;
    max-width: 865px;
    margin: 0px auto 0px auto;
    padding-top: 15px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    }
.large{
        max-width: 895px;
    }
a.buttondark, .buttondark{
    background-color: var(--mediumbrown2);
    color: var(--lightbrown);
    font-size: 20px;
    line-height: 47px;
    font-weight: 200;
    text-align:center;
    text-decoration: none;
    padding: 0px 50px 0px 50px;
    border-radius: 33px;
    margin-top: 60px;
    display: block;
    width: fit-content;
    height: 47px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--fontfamilybuttons);
    }
.colmobile{
    width: 63%;
    }
.herocol1m{
    width: 53%;
    }
.herocol2m{
    width: 47%;
    }
.anchorbottom{
    position: absolute;
    bottom: 60px;
    }
.signature-text{
    font-size: 19px;
    font-weight: 500;
    color: var(--darkbrown);
    text-align: center;
    font-family: "ABC Arizona Flare";
    }
.signature-info{
    font-size: 19px;
    font-weight: 200;
    color: var(--darkbrown);
    text-align: center;
    font-family: "ABC Arizona Flare";
    }
.product-group{
    max-width: 1300px; 
    display: flex; 
    flex-wrap: nowrap;

    }
.mysection .product,
.product-group .product{

    width: 25%;
    text-align: center;
    font-family: "ABC Arizona Flare";
    }
.mysection .product-img{
    margin-left: -12%;
    }
.step{
    vertical-align: text-top;
    line-height: 18px;
    font-size: 18px;
    font-weight: 500;

    height: 52px;
    }
.step span{
    line-height: 36px;
    font-size: 36px;
    font-weight: 500;
    vertical-align: text-top;

    }
.product-title{
    font-size: 22px;
    font-weight: 300;
    line-height: 27px;

    }
.hdivider{
    padding: 14px 0px 14px 0px;
    margin: 0px;

    height: 78px;
    vertical-align: middle;
    text-align: center;
    }
.hdivider img{
        width: 1px; height: 50px;
        padding: 0px;
        margin: 0px;

    }
.product-subtitle{
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 0px;
    padding: 0px;

    }
.product-desc{
    font-size: 18px;
    line-height: 23px;
    font-weight: 200;
    padding: 0px 16px 0px 16px;


    }
.product-attribs{
    font-size: 18px;
    line-height: 23px;
    font-weight: 200;
    margin-top: 15px;
    margin-bottom: 15px;

    }
.mainnav{
    background-color: var(--darkbrown);
    text-align: center;
    padding: 60px;
    display: flex;
    flex-wrap: nowrap;
    color: white;
    }
.mainnav .menuwrap{
    width: 25%; 
    text-align: left; 
    display: flex; 
    align-items: center;
    }
.mainnav .logowrap{
    width: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    }
.mainnav .toolsmenu{
    width: 25%; 
    text-align: right; 
    display: flex; 
    flex-wrap: nowrap; 
    align-items: center; 
    justify-content: flex-end;
    }
.footernew{
    background-color: #000000;
    padding: 32px;
    font-size: 15px;
    }
.gridspacing{
     gap: 60px;
    }
.hideonmobile{}


/* BEGIN VIDEO SECTION MAIN + CUSTOM CONTROLS */
.video-hero{
    position: relative;
    height: 95vh;
    overflow: hidden;
    z-index: 99;
}

.video-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.0);
  z-index: 1;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);

}

.video-overlay {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.video-sound-toggle{
    
    display: inline-block;
    z-index: 100;
    padding: 0px 12px 0px 12px;
    border-radius: 0px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    width: auto;
}

.video-sound-toggle:hover{
    
}

.video-sound-toggle-move{
    top: calc(100% - 10px);
    left: calc(100% - 1px);
    transform: translate(-100%, -100%) scale(.8);
}

.video-replay{
    
    display: inline-block;
    z-index: 100;
    padding: 0px 12px 0px 12px;
    border-radius: 0px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    width: auto;
    }

.video-pause {
    display: inline-block;
    z-index: 100;
    padding: 0px 12px 0px 12px;
    border-radius: 0px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    width: auto;
    }

.videotools{
    background-color: var(--darkbrown);
    width: 100%;
    height: 100px;
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    }
/* END VIDEO SECTION MAIN + CUSTOM CONTROLS */

@media(max-width: 1023px){
    .colmobile{
        width: 95%;
        }
    .mainnav{
        padding: 20px;
        }
    .mainnav .logo{
        width: 60%;
        }
    h2{
        font-family: "ABC Arizona Flare";
        font-weight: 200;
        padding: 5vh 0px 0px 0px;
        margin: 0px;
        text-align: center;
        line-height: 1.1em;
        color: white;
        letter-spacing: -1.07%;
        }
    .herobg{
        background-image: url('/cdn/shop/files/hero-bgm.jpg?v=1777496252');
        height: 575px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        padding-top: 75%;
        }
    .herocol1m{
        width: 95%;
        }
    .herocol2m{
        width: 0%;
        display: none;
        }
    .section3bg{
        /*background-image: url('/cdn/shop/files/section3bgm-clean.jpg?v=1777595144');*/
        background-image: url('/cdn/shop/files/section3-bg.jpg?v=1777494500');
        
        background-repeat: no-repeat;
        background-size:cover;
        height: 200px;
        display: none;
        }
    .section3bgmobile{
        display: block;
        width: 100%;
        
    }
    .section4bg{
        
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .section5bg{
        
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .section6bgwrapper{
        padding-top: 45px;
    }
    .section7bg{
        height: 252px;
        }
    .section11bg{
        height: 405px;
        }
    .section11bg-alt{
        background-color: var(--lightbrown);
        text-align: center;
        padding: 3vh 0px 9vh 0px;
        width: 100%;
        display: inline-block;
        }
    p.custom{
        font-size: 18px;
        max-width: 345px;
    }
    .large{
        max-width: 345px;
    }
    .product-group{
        width: 95%;
        max-width: 95%; 
        display: flex; 
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0px;
        margin: 0px;
        }
    .gridspacing{
         gap: 0px;
        }
    .mysection .product{
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
        }
    .mysection .product-img{
        margin-left: 0px;
        max-width: 300px;
        }
    .divider{
        border-bottom: 1px solid black;
        margin-bottom: 6vh;
        margin-top: 6vh;
        margin-left: auto;
        margin-right: auto;
        max-width: 50%;
        }
    a.hideonmobile, .hideonmobile{
        display: none !important;
        }
    .video-hero{
        height: 225px;
        }

    .video-sound-toggle{
        font-size: 16px;
        }

    .video-sound-toggle-move{
        top: calc(100% - 12px);
        left: calc(100% - 12px);
        }
}
/* end landing page 1*/

/* Website began 6-30-2026 */
.tmpl8 {
    padding: 0px;
    margin 0px auto 0px auto;
}
.tmpl8 h1,
.tmpl8 text-h1{
    font-size: 64px; /*48pt*/
}
.tmpl8 h2,
.tmpl8 .text-h2{
    font-family: "ABC Arizona Sans";
    font-size: 36px; /*36pt*/
    font-weight: 300;
    letter-spacing: -.02em;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 27px 0px; 
}
.tmpl8 h2.light,
.tmpl8 .light{
    color: var(--warm-white);
    opacity: 1;
}
.tmpl8 h3{
    font-size: 28pt;
}
.tmpl8 h4,
.tmpl8 .text-h4{
    font-size: 22px;
    font-family: 'ABC Arizona Flare';
    line-height: 30px;
}
.tmpl8 .text-h4-light{
    font-size: 22px;
    font-weight: 200;
    font-family: 'ABC Arizona Flare';
    line-height: 30px;
}
.tmpl8 h5{
    font-size: 18pt;
}
.tmpl8 .text-h5{
    font-size: 24px;
    font-weight: 300;
    font-family: 'ABC Arizona Flare';
    line-height: 30px;
}
.tmpl8 .body{
    font-size: 12pt;
    font-family: 'ABC Arizona Sans'; 
    font-weight: 300; 
}
.tmpl8 .spaced-header{
    text-align: center; 
    margin: 0 auto 66px auto; 
    color: var(--deep-brown); 
    font-family: 'ABC Arizona Sans'; 
    font-weight: 400; 
    letter-spacing: .4em;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
}
.tmpl8 .body2{
    font-size: 16px; /*16pt*/
    font-weight: 200;
    line-height: 1.48;
    opacity: 1;
    padding: 0px;
    margin: 0px;
font-family: 'ABC Arizona Flare';
}
.tmpl8 .body3{
    font-size: 22px;
    font-weight: 200;
    font-family: 'ABC Arizona Flare';
    line-height: 30px;
}
.tmpl8 .body4{
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
}
.tmpl8 .body2.light{
    color: var(--warm-white);
}
.tmpl8 .small{
    font-size: 10pt;
}
.tmpl8 .pdp-price{
    font-size: 12pt;
    font-family: 'ABC Arizona Sans'; 
    font-weight: 300; 
}
.section-flex-full {
    width: 100%;
    max-width: 100%;
    /*height: 92vh;*/
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    justify-items: center;
    align-items: flex-end;
    align-content: center;
    margin: 0px auto 0vh auto;
    padding: 66px 92px 66px 92px;
    position: relative;
    z-index: 2;
    background-color: var(--deep-brown);
    }
.tmpl8 .herobg1{
    background-image: url(/cdn/shop/files/home-hero-final-crest.png?v=1784762591);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    }
.tmpl8 .thescienceherobg1{
    background-image: url(/cdn/shop/files/Rectangle_1946275_2.png?v=1783126062);
    background-size:cover;
    background-position: top;
    background-repeat: no-repeat;
    }

.tmpl8 .thefounderherobg1{
    background-image: url(/cdn/shop/files/shivangi-hero-founder.jpg?v=1783381090);
    background-size:cover;
    background-position: top;
    background-repeat: no-repeat;
    }
    
.cta-button-sand{
    width: 162px;
    height: 43px;
    margin: 0 0 0 0;
    background-color: var(--sand);
    font-size: 12px;
    font-family: "ABC Arizona Sans";
    font-weight: 400;
    letter-spacing: .2em;
    text-align: center;
    line-height: 43px;
    float: right;
    cursor: pointer;
    }
.cta-button-sand:hover{
    background-color: var(--deep-brown);
    color: var(--sand);
}

a.cta-button-outline, .cta-button-outline{
    background-color: transparent;
    color: var(--deep-brown);
    font-size: 12px;
    font-family: "ABC Arizona Sans";
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 47px;
    text-align:center;
    text-decoration: none;
    padding: 0px 50px 0px 50px;
    border: 1px solid var(--deep-brown);
    border-radius: 2px;
    margin-top: 60px;
    display: inline-block;
    width: fit-content;
    height: 47px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    }

    a.cta-button-outline:hover, .cta-button-outline:hover{
        background-color: var(--deep-brown);
        color: var(--sand);
    }


.tmpl8 .hdividerdark{
        border-bottom: 1px solid var(--deep-brown);
        height: 0px;
        width: 100%;
        max-width: 50%;
        margin: 0px auto 0px auto;
        background-color: var(--lightsand);
    }
    

    @media (max-width: 768px) {
        a.cta-button-outline, .cta-button-outline{
            padding: 0px 20px 0px 20px;
        }
    }