/** Shopify CDN: Minification failed

Line 402:7 Unexpected "/"
Line 411:0 Unexpected "}"
Line 1874:11 Expected identifier but found whitespace
Line 2088:2 "padding-botom" is not a known CSS property

**/
/*Global*/
  
  @import 'https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&family=Lato:ital,wght@0,400&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap';

  @font-face {
          font-family: 'Grota Sans'; 
          src: url(/cdn/shop/files/GrotaSansRd.woff2?v=1679586831);
          font-weight: 400;
          font-style: normal;
          font-display: swap;
        }
  @font-face {
          font-family: 'Grota Sans'; 
          src: url(/cdn/shop/files/GrotaSansRd-SemiBold.woff2?v=1679586831);
          font-weight: 700;
          font-style: normal;
          font-display: swap;
        }
  @font-face {
          font-family: 'Grota Sans'; 
          src: url(/cdn/shop/files/GrotaSansRd-Bold.ttf?v=1679586832);
          font-weight: 900;
          font-style: normal;
          font-display: swap;
        }

  @font-face {
          font-family: 'Grota Sans Rd bold'; 
          src: url(/cdn/shop/files/GrotaSansRd.woff?v=1679586831);
          font-weight: 400;
          font-style: normal;
          font-display: swap;
        }
  @font-face {
          font-family: 'Grota Sans Rd bold'; 
          src: url(/cdn/shop/files/GrotaSansRd-SemiBold.woff2?v=1679586831);
          font-weight: 700;
          font-style: normal;
          font-display: swap;
        }
  @font-face {
          font-family: 'Grota Sans Rd bold'; 
          src: url(/cdn/shop/files/GrotaSansRd-Bold.woff2?v=1679586831);
          font-weight: 900;
          font-style: normal;
          font-display: swap;
        }

  @media only screen and (min-width: 1025.1px){
  .template-policy .large--eight-twelfths{
        left: 10%;
        width: 80%;
        -webkit-flex: 0 0 80%;
        -moz-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    }
  }

:root {
  --meyer_orange: #ff6118;
  --meyer_green: #005c56;
  --meyer_wheat: #F7F3ED;
  --meyer_dorange: #D14200;
  --meyer_black: #312D2C;
  --default_transition: 500ms all ease;
  --meyer_orange: #ff6118;
  --meyer_green: #005c56;
  --meyer_wheat: #F7F3ED;
  --meyer_dorange: #D14200;
  --meyer_black: #312D2C;
  --default_transition: 500ms all ease;
  --io_blue-grey: #62869F;
  --io_alt-blue-grey: #20637A;
  --io_oyster-grey: #E6DECA;
  --io_roast-black: #302D2C;
  --io_alt-yellow: #C2821D;
  --io_pinto-beige: #DD876C;
  --io_wheat: #F6F3EE;
  --io_orange: #E27D64;
}


/*  Rd Font  */

html {
  scroll-behavior: smooth;
}

  body, 
  body h1, body h2, body h3, body h4, body h5, body h6, body div, body p
  {
    font-family: Grota Sans,Trebuchet MS,Helvetica,Arial,sans-serif !important;
    letter-spacing: normal; 
  }

  .noselect {
      -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
         -khtml-user-select: none; /* Konqueror HTML */
           -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
                user-select: none; /* Non-prefixed version, currently
                                      supported by Chrome and Opera */
    }

  /*button*/
 .btn.btn--primary{
    font-family: Grota Sans,Trebuchet MS,Helvetica,Arial,sans-serif!important;
    font-weight:900;
    font-size:18px;
    line-height:28px;
    transition: all .3s ease;
    border: 2px solid #ff6618;
    box-shadow: none!important;
    border-radius: 8px;
    padding: 8px 45px;
  }
  
  button.btn.btn--primary.btn-square-small.input-group-btn{
    line-height:18px;
  }

  .btn.btn--primary.product_size_option {
      height: 30px;
      padding: 0px 7.5px;
      line-height: 28px;
      font-size: 16px;
      border-radius: 30px;
      margin-bottom: 5px;
      margin-right:5px;
      color: #B5B4B0 !important;
      background-color: transparent !important;
      border-color: #B5B4B0;
  }
  .btn.btn--primary.product_size_option:hover {
    color: #fff !important;
    background-color: var(--meyer_dorange) !important;
    border-color: var(--meyer_dorange) !important;
  }
  .btn.btn--primary.product_size_option.active{
    cursor:auto;
    color: #fff !important;
    /* background-color: #005c56 !important; */
    background-color: var(--meyer_orange) !important;
    border-color: var(--meyer_orange) !important;
  }
  .btn.btn--primary.product_size_option.active:hover{
    color: #fff !important;
    background-color: var(--meyer_dorange) !important;
    border-color: var(--meyer_dorange) !important;
  }
  .btn.btn--primary.product_size_option:active, .btn.btn--primary.product_size_option:focus{
    border-color: var(--meyer_orange) !important;
  }


  @media(min-width:768px){
    .btn--primary:hover{
        background-color:#fff !important;
        box-shadow:none  !important;
        border-color: #ff6118 !important;
        color: #ff6118 !important;
    }
    .btn--primary:hover .hero__btn_label{
      color:#ff6118  !important;
    }
  
  }
  @media(max-width:767px){
   .btn.btn--primary{
      line-height:25px;
    }
  }

  .site-footer .btn--primary {
      background-color: #fdb913;
      border-color: #fdb913;
      color: #312d2c;
  }



  .btn--primary.bg_orange_alt{
      background-color:#d14200 !important;
      border-color:#d14200 !important;
  }
  .btn--primary.bg_orange_alt:hover{
      background-color:#fff !important;
      border-color:#d14200 !important;
  }
  .btn--primary.bg_orange_alt:hover .hero__btn_label{
      color:#d14200 !important;
  }
  


  .btn--primary.bg_yellow_alt{
      background-color:#C0822B !important;
      border-color:#C0822B !important;
  }
  .btn--primary.bg_yellow_alt:hover{
      background-color:#fff !important;
      border-color:#C0822B !important;
  }
  .btn--primary.bg_yellow_alt:hover .hero__btn_label{
      color:#C0822B !important;
  }


  .btn--primary.bg_yellow_main{
      background-color:#FDB913 !important;
      border-color:#FDB913 !important;
  }
  .btn--primary.bg_yellow_main .hero__btn_label{
      color: #312d2c !important;
  }
  .btn--primary.bg_yellow_main:hover{
      background-color:#fff !important;
      border-color:#FDB913 !important;
  }
  .btn--primary.bg_yellow_main:hover .hero__btn_label{
      color:#FDB913 !important;
  }


  .btn--primary.bg_green_main{
      background-color:#005C56 !important;
      border-color:#005C56 !important;
  }
  .btn--primary.bg_green_main:hover{
      background-color:#fff !important;
      border-color:#005C56 !important;
  }
  .btn--primary.bg_green_main:hover .hero__btn_label{
      color:#005C56 !important;
  }

  .btn--primary .hero__btn_label{
      color:#fff;
  }
  .btn--primary .hero__btn_label.in_black{
    color:#312D2C;
  }


  /*button*/


  .in_red{
    color:#871339;
  }
  .in_green{
    color:#005C56;
  }
  .in_cream{
    color:#F7F3EC;
  }
  .in_white{
    color:#FFFFFF;
  }


  h1{
    font-weight:900;
  }
  h2{
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
  }

  @media(max-width:767px){

      h2{
        font-size: 32px;
        line-height: 40px;
      }

    
  }

  .form-vertical input, .form-vertical select, .form-vertical textarea {
      border: none;
      background-color:transparent;
  }

  .horizontal-tab-box.background-accent_background, .horizontal-tabs-body .tab.background-accent_background, .dbtfy-product-tab-box .vertical-tab.background-accent_background{
    background: transparent;
  }
  .overlay-content .btn:not(.disabled):not([disabled]):hover, .overlay-content .btn:not(.disabled):not([disabled]):focus, .overlay-content textarea:not(.disabled):not([disabled]):hover, .overlay-content textarea:not(.disabled):not([disabled]):focus, .overlay-content select:not(.disabled):not([disabled]):hover, .overlay-content select:not(.disabled):not([disabled]):focus, .overlay-content input:not(.disabled):not([disabled]):hover, .overlay-content input:not(.disabled):not([disabled]):focus {
    opacity: 1;
    color: #312d2c;
    background-color: #ffe4d8;
    border-color: #ff6118;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline:none;
}

.visible-xs-flex {
  display: flex !important;
  justify-content: center;
  align-items: center;
}


@media (max-width: 360px) {
  /* .card.grid-product__wrapper .grid-product__title.h6 {
    font-size: 15px !important;
    line-height: 15px !important;
    min-height: 27px !important;
  } */

  .grid-product__title.h5 {
    min-height: 30px !important;
    font-size: 12px !important;
  }

  .card.grid-product__wrapper {
    /* max-height: 255px !important; */
  }
  
}

@media (max-width: 767px) {
  /* .card.grid-product__wrapper .grid-product__title.h6 {
    font-size: 15px !important;
    line-height: 15px !important;
    min-height: 37px !important;
  } */

  /* .money {
    font-size: 15px !important;
  } */

  .grid-product__title.h5 {
    min-height: 30px !important;
    font-size: 12px !important;
  }

  /* .card.grid-product__wrapper {
    max-height: 255px!important;
  } */

  .grid-product__price-wrap {
    max-height: 70px!important;
    min-height: auto !important;
  }
}


@media (min-width: 768px) {
  .visible-xs-flex {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .inline-container{
    margin-left: -15px !important;
  }
  .bv_text {
    font-size: 13px !important;
  }
}

/*start: product card related*/
  .card.grid-product__wrapper{
    background-color: transparent;
    margin-bottom: 18px;
  }

/*title*/
.card.grid-product__wrapper .grid-product__title.h6{
  /* font-weight: 900; */
  font-size: 16px;
  /* line-height: 28px; */
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
}

@media(max-width:767px){
    /* .card.grid-product__wrapper .grid-product__title.h6{
      font-size: 16px;
      /* line-height: 23px;  */
      /* min-height: 70px; */
      margin-top: -5px;
    } */

  .grid-product__title.h5 {
    min-height:41px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
  }
}
/*subtitle*/

  .card.grid-product__wrapper .grid-product__subtitle.h6{
      margin-bottom:20px;
  }


/*money*/
 .card.grid-product__wrapper .grid-product__price.text-money{
    font-size: 18px;
    line-height: 36px;
    /* font-weight: 900; */
    font-family: Grota Sans,Trebuchet MS,Helvetica,Arial,sans-serif!important;
}

@media(max-width:767px){
      
 .card.grid-product__wrapper .grid-product__price.text-money{
    font-size: 15px;
    line-height: 32px;
  }
  .grid-product__price-wrap .price-compare {
    font-size: 15px !important;
  }
}

.product--wrapper {
  border-radius: 6px !important;
}
/*end: product card related*/

/*start: product cart related*/
.grid.grid-small.cart__product-has-discount > div:nth-child(2)> div.grid.grid-small:nth-child(2) {
    /* display: none; */
}
.grid.grid-small.cart__product-has-discount .cart__price.text-sale{
    /* display:none; */
}
.grid.grid-small.cart__product-has-discount span.cart__price--compare.text-strike.text-muted{
    /* text-decoration: none !important; */
    color: #312d2c !important;
}
.overlay-content label.ship_to_multiple_address{
  font-size: 14px;
  text-decoration: underline;
  color:#FF6618;
  cursor:pointer;
}
.overlay-content label.ship_to_multiple_address input{
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
/*end: product cart related*/


/*start: Global*/
.dnone{display:none;}
    
@media(min-width:768px){
	
	.col2_item:nth-child(2n+1){
		padding-right: calc(20px / 2 * 1);
	}
	.col2_item:nth-child(2n+2){
		padding-left: calc(20px / 2 * 1);
	}
	
	.col3_item:nth-child(3n+1){
		padding-right: calc(21px / 3 * 2);
	}
	.col3_item:nth-child(3n+2){
		padding-left: calc(21px / 3 * 1);
		padding-right: calc(21px / 3 * 1);
	}
	.col3_item:nth-child(3n){
		padding-left: calc(21px / 3 * 2);
	}
	
}

@media(max-width:767px){
    .m.col3_item:nth-child(3n+1){
		padding-right: calc(15px / 3 * 2);
	}
	.m.col3_item:nth-child(3n+2){
		padding-left: calc(15px / 3 * 1);
		padding-right: calc(15px / 3 * 1);
	}
	.m.col3_item:nth-child(3n){
		padding-left: calc(15px / 3 * 2);
	}
}


    .mr-xxl{margin-right:100px;}
	.mr-xl{margin-right:80px;} 
	.mr-l{margin-right:60px;}
	.mr-m{margin-right:40px;}
	.mr-sm{margin-right:30px;}
	.mr-s{margin-right:20px;}
	.mr-xss{margin-right:15px;}
	.mr-xs{margin-right:10px;}
	.mr-xxs{margin-right:5px;}
	 
	.mb-xxl{margin-bottom:100px;}
	.mb-xl{margin-bottom:80px;} 
	.mb-l{margin-bottom:60px;}
	.mb-m{margin-bottom:40px;}
	.mb-sm{margin-bottom:30px;}
	.mb-s{margin-bottom:20px;}
	.mb-xss{margin-bottom:15px;}
	.mb-xs{margin-bottom:10px;}
	.mb-xxs{margin-bottom:5px;}
	 
	.mt-xxl{margin-top:100px;}
	.mt-xl{margin-top:80px;}
	.mt-l{margin-top:60px;}
	.mt-m{margin-top:40px;}
	.mt-sm{margin-top:30px;}
	.mt-s{margin-top:20px;}
	.mt-xs{margin-top:10px;}
	.mt-xxs{margin-top:5px;}
	
	.ml-l{margin-left:60px;}
	.ml-m{margin-left:40px;}
	.ml-s{margin-left:20px;}
	.ml-xs{margin-left:10px;}
	.ml-xxs{margin-left:5px;}

	.pb-l{padding-bottom:60px;}
	.pb-m{padding-bottom:40px;}
	.pb-sm{padding-bottom:30px;}
	.pb-s{padding-bottom:20px;}
	.pb-xs{padding-bottom:10px;}
	.pb-none{padding-bottom:0px;}
	
	.pt-l{padding-top:60px;}
	.pt-m{padding-top:40px;}
	.pt-sm{padding-top:30px;}
	.pt-s{padding-top:20px;}
	.pt-xs{padding-top:10px;}
	.pt-none{padding-top:0px;}
	
	.pl-l{padding-left:60px;}
	.pl-m{padding-left:40px;}
	.pl-s{padding-left:20px;}
	.pl-xs{padding-left:10px;}
	
	.pr-l{padding-right:60px;}
	.pr-m{padding-right:40px;}
	.pr-s{padding-right:20px;}
	.pr-xs{padding-right:10px;}
	
	.p-l{padding:60px;}
	.p-m{padding:40px;}
	.p-s{padding:20px;}
	.p-xs{padding:10px;}
	.p-xxs{padding:5px;}

        
    .row {
        box-sizing: border-box;
        margin-left: auto;
        width: 100%;
        margin-right: auto;
    }
    .bitem {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }

    
    .container {
        max-width: 1200px;
        padding: 0!important;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }


    
    .row, .bitem, .container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

    .row:after, .row:before,
    .bitem:after, .bitem:before,
	.container:after, .container:before {
		display: table;
		content: " ";
	}
	.row:after,
	.bitem:after,
	.container:after {
		clear: both;
	}


    .textcenter {
        text-align: center;
    }
    
    @media (max-width: 768px){
      .container {
          padding-left: 20px!important;
          padding-right: 20px!important;
      }
    }
    .container {
        padding-left: 24px;
        padding-right: 24px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        max-width: 1200px;
    }
    
    
    .section_title {
        font-weight: 900;
        font-size: 40px;
        line-height: 48px;
        text-align: center;
        margin-bottom: 40px;
    }

        
    .visible-lg, .visible-md, .visible-sm, .visible-xs {
        display: none!important;
    }
    
    @media (max-width: 767px){
      .hidden-xs {
          display: none;
      }
    
      .visible-xs {
        display: none;
      }

    }
    
    
    @media (max-width: 767px){
      .hidden-xs {
          display: none!important;
      }
    
      .visible-xs {
          display: block!important;
      }
    }

    .boldtext{
      font-weight:bold;
    }

    .fancybox-bg {
        background: #1e1e1e !important;
        opacity: 0;
    }

    .fancybox-is-open .fancybox-bg{
        opacity:.8 !important;
      
    }
        
    .row:before {
        display: table;
        content: " ";
    }
    
    .btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
        display: table;
        content: " ";
    }
    
    :after, :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .embed-responsive {
        position: relative;
        display: block;
        height: 0;
        overflow: hidden;
    }
    .embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }
    .video_item_container {
        position: relative;
        cursor: pointer;
    }
    .embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }
    .embed-responsive {
        position: relative;
        display: block;
        height: 0;
        padding: 0;
        overflow: hidden;
    }
    
    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
    audio, canvas, progress, video {
        display: inline-block;
        vertical-align: baseline;
        width:100%;
    }
    
    * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .zindex1 {
        z-index: 1;
    }
    
    .maxwidth800 {
        max-width: 800px;
    }
    
    .buttonsp, a.buttonsp {
        background-color: #ff6118;
        color: #fff;
        padding-top: 8px;
        padding-bottom: 8px;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        border-radius: 12px;
        display: inline-block;
        min-width: 240px;
        cursor: pointer;
        text-align: center;
        border: 2px solid #ff6118;
        max-width: 100%;
    }
    .buttonsp {
        font-size: 18px!important;
        line-height: 28px!important;
    }

        
    .full-max{
      max-width: 100% !important;
      padding-left:0px;
      padding-right:0px;
    }
    
    section.section_item {
        width: 100%;
    }
    
    .bg_wheat {
        background-color: var(--meyer_wheat);
    }
    
    .bg_roastblack {
        background-color: #312d2c;
    }
    
    .whitetext {
        color: #fff;
    }
    
    .posrelative {
        position: relative;
    }


/*end: Global*/
/*start: header*/
  
  .announcement-message-item a{text-decoration:none;}

@media(min-width:992px){
    .inner-nav-containers {
    height: 100%;
    margin: 0;
    display: flex;
    align-content: center;
    }

    .inner-nav-containers >li {
      margin-top: auto;
      margin-bottom: auto;
    }
}

  
  @media(min-width:992px){
      ul#MenuParent-2{
        max-width:500px;
        column-count: 2;
      }
      ul#MenuParent-2 li {
          break-inside: avoid-column;
      }  
      li.dropdown-item:nth-child(5) {
          break-after: column;
          display: block;
      }
      .site-nav__item a{
        font-weight:600;
        padding: 4px 8px;
      }
      .dropdown>.site-nav__link{
        font-weight:600;
      }
      .dropdown-link{
        font-weight:600;
      }
  }



@media(min-width:768px){
      
    .transparent-header--desktop.menu_bar--present .shopify-section.hero-section:first-child .hero-content{
      padding-top:0px !important;
    }
    .dropdown-menu.dropdown-open{
      animation-duration: 0.3s;
    }
}
.index-sections .section-header {
    margin-top: 30px;
}
/*end: header*/
/*start: footer*/
h6.site-footer__linktitle.h4 {
    font-weight: 900;
    font-size: 24px;
}
@media(min-width:992px){
  .grid__item.large--two-fifths.medium--two-fifths.footer-item.footer-newsletter {
      position: relative;
      border-left: 1px solid #CCC;
      padding-left: 30px;
  }
}
/*end: fotoer*/

/*start: homepage banner*/
/*
.index-sections .hero-image {
  background-size: 100%;
}
.index-sections .hero {
  min-height: 100px;
  height: 0px;
}

.index-sections .media-content {
  height: 100%;
}

*/
@media (min-width:1024px) {
  
    .index-sections .hero__text{
        font-size:25px !important;      
        line-height:30px;
		font-weight: 500 !important;
    }
}
@media(min-width:768px){
  
	.index-sections .hero {
	   min-height: calc(100vw * 700 / 2010);
	}

    .index-sections .hero__title.page-title{
        font-size:32px;      
        line-height:40px;
		font-weight: 900 !important;
    }
    .index-sections .hero__text{
        font-size:20px;      
        line-height:30px;
		font-weight: 500 !important;
    }
    .index-sections .hero__text p{
        margin-bottom:0px;
    }
}
@media(max-width:767px){
	.index-sections .hero {
	  height: calc(100vw * 1260 / 720);
      min-height:1px;
	}
    .index-sections .hero-content{
      width:100%;
    }
    .index-sections .hero__title.page-title{
        font-size:24px;      
        line-height:30px;
		font-weight: 900 !important;
    }
    .index-sections .hero__text{
      font-size:20px;      
      line-height:24px;
      font-weight: 500 !important;
      width: 300px;
      margin: 0 auto;
    }
    .index-sections .hero__text p{
        margin-bottom:0px;
    }


    /*button at bottom*/
       .index-sections .hero__inner.media-content,
       .index-sections .hero__inner.media-content>div,
       .index-sections .hero__inner.media-content>div>div
       {
         height:100%;
       }
      
       .index-sections .hero-content{
         position:relative;
       }
       .index-sections .hero-content .hero__cta{
         width:100%;
         margin-top: 5%;
       }
  
    /*button at bottom*/
  

  
}

/* @media (max-width: 320px) {
  .index-sections .hero-content .hero__cta {
    top: 40%;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .index-sections .hero-content .hero__cta {
    top: 31%;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .index-sections .hero-content .hero__cta {
    top: 36%;
  }
}

@media (min-width: 426px) and (max-width: 767px) {
  .index-sections .hero-content .hero__cta {
    top: 25%;
  }
}
 */

/*end: homepage banner*/


/*start: homepage logos*/
.quote_logo_item {
	cursor:pointer;
}

.quote_text{
	color: #005c56 !important;
	font-size: 32px;
	line-height: 40px;
    margin: 50px 0 25px;
    font-weight: 600;
	transform: skew(-6deg, 0deg); 
}

.quote_text span{
	color: #005c56 !important;
	font-size: 24px;
	line-height: 30px;
    font-weight: 900;
}


@media(max-width:767px){
	.quote_text {
		font-size: 20px;
		line-height: 25px;
	}
    .quote_text span{
		font-size:20px;
       	line-height:25px;
    }
}


@media (max-width: 767px) {
	.quote_logo_1_image, .quote_logo_2_image, .quote_logo_4_image, .quote_logo_5_image, .quote_logo_6_image , .quote_logo_7_image {
		width: 100% !important;
	}
	  
	.quote_logo_3_image {
		width: 55% !important;
	}
	  
	.quote_logo_1, .quote_logo_2, .quote_logo_3 {
		margin-bottom: 15px !important;
	}

	.logo_container .medium-up--one-sixth {
		width: 33.3333% !important;
		flex: none;
	}
	  
	.logo_container {
		flex-wrap: wrap !important;
	}
  
}

.logo_container img{
      border-radius: 0;
}
.quote_logo_1_image {
	width: 75%;
	opacity: 0.4;
}
.quote_logo_2_image {
	width: 80%;
    opacity: 0.4;
}

.quote_logo_3_image {
	width: 80%;
	opacity: 0.4;
}
  
.quote_logo_4_image {
	width: 45%;
	opacity: 0.4;
}
  
.quote_logo_5_image {
	width: 80%;
	opacity: 0.4;
}
  
.quote_logo_6_image {
	width: 80%;
	opacity: 0.4;
}
  
.quote_logo_7_image {
	width: 85%;
	opacity: 0.4;
}
  
.active_logo {
	opacity: 1 !important;
}
  
.logo_container {
	display: flex;
  	align-items: center;
  	justify-content: center;
  gap: 100px;
}






/*end: homepage logos*/



/* start: Home Page */
.index-sections section#hp_collection_highlight {
    background: linear-gradient(180deg,#eddac5 20%,#312d2c 20%);
}

.index-sections #hp_collection_highlight:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: calc(80% - 2px);
    padding-bottom: 4.5%;
    left: 0%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(https://cdn.shopify.com/s/files/1/0227/1929/9656/files/meyer_rounded_bg.png?v=1631008440);
    z-index: 1;
}



.index-sections #section-template--14492287926354__67e26430-7516-4195-bae7-4b36e978748d>.box{
  padding-bottom: 0px !important;
}

@media (min-width: 1024px){
    .menu--social {
        padding-top: 10px !important;
    }
    .menu--social .menu__item--no-icon {
        margin-left: 3px;
    }
}
@media (min-width: 768px){
    .menu--social {
        padding-top: 0;
    }
    .menu--social .menu__item {
        margin-left: 0;
        margin-right: 15px;
    }
    .menu--social .menu__link {
        font-weight: 400;
    }
    li.menu__item.menu__item--no-icon {
        position: relative;
        top: -2px;
    }
    li.menu__item.menu__item--no-icon a span {
        font-size: 16px!important;
    }
}
@media (max-width: 767px){
  .menu--social .menu__item {
      margin: 2px 15px 0 0px;
  }
  footer .menu--social, .footer-switcher {
      padding-top: 5px!important;
      margin: 10px 0px;
  }
}
.menu--social .menu__link-text {
    display: none;
}
.menu__link-text {
    font-size: 16px!important;
}
.menu--social .menu__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 600;
    width: 100%;
    height: 100%;
    color: #fff;
}
.menu--social .menu__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 20px;
    width: 20px;
}
.menu--social {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* padding-top: 29px; */
}
.menu--social .menu__item--no-icon {
    width: auto;
    margin: 0;
}
.menu--social .menu__item--no-icon .menu__link-text {
    display: block;
}
footer li.menu__item.menu__item--no-icon a span {
    font-size: 21px!important;
    line-height: 28px!important;
}
.menu--social .menu__link-text {
    display: none;
}
.social-no-icon {
    font-size: 18px;
    font-weight: 700;
}
.footer_countries {
    font-size: 21px;
    line-height: 28px;
    display: inline;
}
.footer-switcher__item svg {
    position: relative;
    top: 2px;
}
@media (min-width: 1024px){
    .footer-switcher__item svg {
        width: 20px;
        height: 20px;
    }
}
.footer-switcher__item svg {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
}

#footer-countries_selector {
    background-color: transparent;
    padding: 0;
    color: #fff;
    border: none;
    width: 165px;
    background-image: url(https://cdn.shopify.com/s/files/1/0100/2943/2929/files/option_arrow_down.png);
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: 95%;
}
@media (max-width: 1199px){
  #footer-countries_selector {
  font-size: 16px;
  width:130px;
  background-size: 12%;
  }
}
.dropdown {
    position: relative;
    display: inline-block;
}

.accordion__label .accordion__icon {
    display: none;
}

.accordion__label {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    position: relative;
    cursor: pointer;
   /*  padding: 18px 30px 8px 0; */
    padding: 45px 30px 8px 0;
    border-bottom: 0px solid #3a3a3a;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 767px){
    .accordion__label .accordion__icon {
        width: 26px;
        height: 26px;
        position: absolute;
        right: 0px;
        top: 25%;
        transform: rotate(90deg);
        display: block;
        transition: .3s all;
    }
    .accordion__label ~ .site-footer__linklist {
        max-height: 0px;
        overflow: hidden;
        transition: .3s all;
    }
    .accordion__label.actived .accordion__icon {
        transform: rotate(-90deg);
    }
    .accordion__label.actived ~ .site-footer__linklist {
        max-height: 1000px;
    }
}


/*end: Homepage*/


/*start: template-product*/
  .product-single #ProductPrice{
    font-size: 16px;
    display: flex;
    margin-top: 8px;
    gap: 3px;
  }
  @media(max-width:767px){
    .product-single #ProductPrice{
        font-size: 24px;
        line-height:30px;
        height: max-content !important;
    }
    
  }

  .product-single .product-single__title{
    margin-bottom:5px;
  }
  .product-single .meta_table {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    /* padding-bottom: 10px;
    padding-top: 10px; */
  }
  .product-single .meta_table .lhs{
    width: auto;
    padding-right:20px;
    line-height:20px;
    font-weight:900;
    text-align:right;
    float:left;
  }
  .product-single .meta_table .lhs a{
      color: #005c56;
      cursor: pointer;
  }
  .product-single .meta_table .rhs{
    width: auto;
    
    float:left;
  }

@media (max-width: 374px){
  .product-single .meta_table {
    flex-direction: column;
  }
}


@media (min-width: 425px) {
  .product-single .meta_table .lhs {
    padding: 0 !important;
  }
}

@media(max-width:767px){
  
  .product-single .meta_table .lhs{
    width: auto;
    padding-right:0px;
  }
  .product-single .meta_table .rhs{
    width: auto;
  }
  [itemprop='productID'][content='6923397365865'] + div.product-single .meta_table .rhs .product_size_option { 
      font-size:14px;
  }
}

@media (max-width: 1114px) {
  

  .meta_table.sp_item {
    flex-direction: column !important;
  }
}

  .product-single .meta_table .rhs>div.plaintext{
    line-height: 20px;
  }


  .product-single__meta--wrapper{
      margin-top:0px;
    
  }

  .template-product main#mainContent{
        background-color: #f7f3ec;
  }

  @media only screen and (min-width: 1025.1px){
      .product-single .large--five-twelfths{
            width: 50.0%;
            flex: 0 0 50.0%;
            
      }  
      .large--seven-twelfths {
            width: 50.0%;
            flex: 0 0 50.0%;
            
      }
  }

  .slick-next {
      right: 25px;
  }

  .slick-arrow:not(.disabled):not([disabled]):hover, .slick-arrow:not(.disabled):not([disabled]):focus{
    box-shadow:none;
  }

.product-single>.box>.wrapper>.product-single {
    margin-left: 0px;
    margin-right: 0px;
    margin-top:50px;
}
@media(max-width: 767px) {
  .product-single>.box>.wrapper>.product-single {
    
    margin-top:10px;
  }
}
@media(min-width:768px){
  
  .product-single>.box>.wrapper>.product-single .product-title-container{
      margin-top:10px;
  }
}
  /*start: add to cart button*/
    @media(min-width:768px){
        .product-single__meta--wrapper .product-single__quantity{
            display:block;
            float:left;
            width:50%;
        }

        .product-single__meta--wrapper .product-single__quantity .qty-container input,
        .product-single__meta--wrapper .product-single__quantity .qty-container button{
            height: 48px;
            background: #FFF;
            border-radius: 0px;
            background-color: #FFF;
            box-shadow:none !important;
            background-color: #FFF !important;
        }
        .product-single__quantity .qty-container input:hover,
        .product-single__quantity .qty-container button:hover,
        .product-single__quantity .qty-container input:focus,
        .product-single__quantity .qty-container button:focus,
        .product-single__quantity .qty-container input:active,
        .product-single__quantity .qty-container button:active
        {
            outline: none;
            border: none;
            box-shadow: none;
            box-shadow:none !important;
            background-color: #FFF !important;
        }

      
        .product-single__meta--wrapper .product-single__add-to-cart{
            display:block;
            float:left;
            width:100%;
        }
        /* .product-single__add-to-cart button {
            border-radius: 0px !important;
        } */
    }


    .quantity_addtocart_container{
        /* padding-top: 20px; */
        border-bottom: 1px solid #DDD;
        margin-top: 10px;
        padding-bottom: 20px;
        text-align: center;
      
    }

/* @media (max-width: 991px) {
  .quantity_addtocart_container{
        text-align: left;
      
    }
} */

  /*end: add to cart button*/
 
  /*start: product review*/
    .bv_review_container {
        background: #f7f3ec;
    }
    .bv_review_container h2.review_header{
        font-weight: 700;
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
        margin-bottom: 20px;
        margin-top: 20px;
      
        font-size: 30px;
        line-height: 40px; 
        font-weight: 900;
    }


    .bv-cv2-cleanslate .bv-core-container-32 .bv-action-bar-header{
        font-family: Grota Sans,Trebuchet MS,Helvetica,Arial,sans-serif !important;
    }
    .bv-cv2-cleanslate .bv-core-container-32 .bv-write-container>button{
        font-family: Grota Sans,Trebuchet MS,Helvetica,Arial,sans-serif !important;
    }
    .bv-cv2-cleanslate .bv-core-container-32 .bv-action-bar-header, .bv-cv2-cleanslate .bv-core-container-32 .bv-mbox-breadcrumb{
        font-family: Grota Sans,Trebuchet MS,Helvetica,Arial,sans-serif !important;
    }
    .bv-cv2-cleanslate .bv-core-container-32 .bv-action-bar button.bv-submission-button, 
    .bv-cv2-cleanslate .bv-core-container-32 .bv-action-bar button.bv-submission-button:hover{
        font-family: Grota Sans,Trebuchet MS,Helvetica,Arial,sans-serif !important;
    }
  /*end: product review*/


  /*start: product footer*/


      /*override*/
        @media(min-width:992px){
            .dbtfy.dbtfy-upsell_bundles .grid.grid-spacer.align-center{
                margin-left:0px;
            }  
        }
        @media(min-width:992px){
          .dbtfy-upsell_bundles .ub-position-button .image-item-upsell_bundles:first-child{
              margin-left:-25px;
          }
          .dbtfy-upsell_bundles .ub-position-button .image-item-upsell_bundles+.image-item-upsell_bundles:before{
            left:-5px;
          }

          .dbtfy-upsell_bundles .select-upsell_bundles{
            background-color:#FFF;
          }
          
        }
         .dbtfy.dbtfy-upsell_bundles .section-header__title{
             font-weight:bold !important;
             font-size:24px !important;
             line-height:30px !important;
             text-align: left !important;
             margin-bottom: 0px !important;
         }

      .single-option-radio label{
              font-family: Grota Sans,Trebuchet MS,Helvetica,Arial,sans-serif!important;
      }
        

      .product_footer{
          background: #FFF;
          padding: 40px 0px;
      }
      @media(min-width:768px){
        .product_footer{
            padding: 60px 0px;
        }
      }
      .product_footer_item{
          margin-bottom:30px;
      }
      @media(min-width:768px){
          .product_footer_item{
              float:left;
              width: calc(100% / 3);
              text-align:center;
          }
      }
      @media(min-width:768px){
           .product_footer_item .image{
               width:120px;
               margin-left:auto;
               margin-right:auto;
               margin-bottom:20px;
           }
           .product_footer_item .title{
              font-size:   28px;
              line-height: 30px;
              font-weight: 600;
              margin-bottom:20px;
           } 
           .product_footer_item .description{
              font-size:   21px;
              line-height: 28px;
           } 
      }
    
      @media(max-width:767px){
           .product_footer_item .image{
               
               width: 85px;
               float:left;
           }
           .product_footer_item .image img{
               
               width: 70px;
               
           }
           .product_footer_item .content{
               
               width: calc(100% - 85px);
               float:left;
           }
           .product_footer_item .title{
              font-size:   18px;
              line-height: 24px;
              font-weight: 600;
              margin-top:   10px;
              margin-bottom:5px; 
           } 
           .product_footer_item .description{
              font-size:   16px;
              line-height: 25px;
           } 
        
      }

        .hr-rev{
              margin-left: auto;
            margin-right: auto;
        }
        
        @media screen and (max-width: 769px){
            .grid {
              margin-left: auto;
              margin-right: auto;
          }
        }

  /*end: product footer*/
  
  /*start: product list*/

      .card.grid-product__wrapper .grid-product__subtitle {
          display: none;
      }
      .card.grid-product__wrapper .grid-product__title {
          
      }

  /*end: product list*/
/*end: template-product*/

/*start: blog page detail*/
@media only screen and (min-width: 1025.1px){
  .template-article .large--eight-twelfths {
      width: 100%;
      flex: 0 0 100%;
  }
  .template-article .push--large--two-twelfths {
      left: 0%;
  }
}
.template-article .content_wrapper{
    font-size: 21px;
    line-height: 25px;

    /* margin-bottom:120px; */
}

@media (max-width: 767px){
   .template-article .content_wrapper{
    font-size: 16px!important;
    line-height: 25px!important;
     margin-bottom:60px;
  }
}

/*end: blog page detail*/


/*start: page template*/
  @media only screen and (min-width: 1025.1px){
    .template-page .large--eight-twelfths.push--large--two-twelfths{
        width: 100%;
        left: 0%;
        flex: 0 0 100%;
          
        max-width: 1000px;
        margin: auto;
    }  
  }
  
/*end: page template*/

/*start: accessiBe*/
.acsb-trigger.acsb-ready {
    display: block !important;
    left: 20px !important;
    right: auto !important;
}
@media(min-width:992px){
   .acsb-trigger.acsb-ready {
      
      bottom: 135px !important;
  } 
}
/*end: accessiBe*/

/*start: klaviyo*/
@media(min-width:992px){
  /* button.needsclick.kl-teaser-RjDZca.undefined.kl-private-reset-css-Xuajs1 {
      bottom: 175px !important;
  } */

  ::part(acsb-trigger) {
      bottom: 175px !important;
  }
}
@media(max-width:991px){
    
	/* button.needsclick.kl-teaser-RjDZca.undefined.kl-private-reset-css-Xuajs1 {
		bottom: 120px !important;
		left:    0px !important;
		margin: 20px !important;
		height: 30px !important;
		width:  30px !important;
	} */

    .acsb-mobile {
    inset: auto 20px 100px auto !important;
    }

  ::part(acsb-trigger) {
      bottom: 120px !important;
      right:    0px !important;
      margin: 20px !important;
      height: 30px !important;
      width:  30px !important;
  }

}

/* .button.needsclick.kl-teaser-RjDZca.undefined.kl-private-reset-css-Xuajs1 {
  display: none !important;
} */
/*end: klaviyo*/

/*start: all collection page grid spacing*/
@media (max-width: 991px){
  .grid-product:nth-child(odd) > .card.grid-product__wrapper.has-hover-image{
           padding-right: 5px;
  }
    .grid-product:nth-child(even) > .card.grid-product__wrapper.has-hover-image{
           padding-left: 5px;
  }
  
}
/*end: all collection page grid spacing*/

/*start: index page footer */
  .box {
    padding-top: 0px;
    padding-bottom: 0px;
  }

div#section-template--14732169543785__67e26430-7516-4195-bae7-4b36e978748d .grid-spacer>.grid__item {
    margin-bottom: 0!important;
  padding:0px !important; 
} 

@media screen and (min-width: 992px){
    .box {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  
  .klaviyo-form-XrUbZa, .klaviyo-form-UrFiKB {
      padding-left: 50px;
      border-left: 2px solid #f3f3f3;
  }

  .footer-switcher {
    margin-left: 16px;
  }
  .site-footer{
      border-top: 1px solid #e5e5e5;
  }
}


footer .grid.grid-spacer {
    margin-bottom: 0px;
}

@media(max-width:767px){
    footer .accordion__label {
        padding: 0px;
    }
    footer .main-footer > .grid__item {
        padding: 0px;
    }

    .footer-item:nth-child(2)::after {
    content: "";
    border-bottom: 1px solid #e5e5e5;
    border-color: #f3f3f3;
    position: relative;
    display: block;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 30px;
    }

}



/*end: index page footer */

.btn--square.input-group-btn{
  padding:0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* start product-grid-item.liquid */


.bg_white {
    background-color: #fff;
}

.bg_cherry {
  background-color: #871439;
}

.bg_green {
  background-color: #005C56;
}

.bg_orange: {
  background-color: #FF6119;
}

.bg_cream {
  background-color: #f7f4ed
}

.bg_crimson {
  background-color: #D14200;
}

/* end product-grid-item.liquid */




/* Start: account creation */
  .account_form_container{
      background: #F7F3EC;
      padding: 100px 0px;
      margin:80px auto;
  }

  @media(max-width:767px){
    .account_form_container{
        padding-left: 15px;
        padding-right: 15px;
    }
  }
  .account_form_container>div{
      max-width:700px;
      margin:auto;
  }
  .account_form_container #create_customer.form-vertical{
    margin-left:0px;
  }

  .customers-addresses input,
  .account_personal_details input,
  .account_form_container input{
    border: 1px solid #312d2c;
    border-radius: 0px;
    padding: 10px;
  }

  .customers-addresses input:not(.disabled):not([disabled]):hover, input:not(.disabled):not([disabled]):focus ,
  .account_personal_details input:not(.disabled):not([disabled]):hover, input:not(.disabled):not([disabled]):focus ,
  .account_form_container input:not(.disabled):not([disabled]):hover, input:not(.disabled):not([disabled]):focus {
   
    color: #312d2c;
    background-color: transparent;
    border-color: #312d2c;
    -webkit-box-shadow:none;
    -moz-box-shadow:   none;
      -ms-box-shadow:  none;
      -o-box-shadow:   none;
        box-shadow:    none;

  }

  @media(min-width:768px){
    .account_form_container .account_dob_container >div{
      width: calc(100% / 3);
      float:left;
    }
  }
  .account_personal_details select,
  .account_form_container select{
    border: 1px solid #312d2c;
    border-radius: 0px;
    padding: 10px;
  }

/* End: account creation */








.ms__row .selection.active.ms__dropdown .menu {
         border-top-width: 1px !important;
    bottom: 0px;
    top: auto;
}





.grid__item.spf-hidden{
  display: block !important;
}



/*Start: gf - the filtering app*/
#gf-tree{ 
    background: #f7f3ec !important;
}
#gf-tree .gf-filter-contents .gf-option-block{
    padding: 15px 25px !important;  
    border-color: #AAA;
}
#gf-tree .gf-label{
    font-size:16px;
    line-height:24px;
    color: #312d2c;
}

span.gf-count{    
    font-size: 16px !important;
    line-height: 24px !important;
    color: #312d2c !important;
    opacity: 1;
}

.gf-option-box li > button{
    width:100%;
    padding: 2px 0px !important;
}

#gf-tree .gf-Checkbox{
  border: 2px solid #312d2c
}

.collection-controls{
  margin-bottom:0px;
}
.gf-scroll.gf-block-scroll::-webkit-scrollbar-thumb, body > #gf-tree .gf-filter-contents::-webkit-scrollbar-thumb, body > #gf-tree .globo-selected-items-wrapper::-webkit-scrollbar-thumb {
    background: #ff6618 !important;
}

/*End: gf - the filtering app*/




/*Start: homepage quote slider*/
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border: 1px solid #C0822B;
  background: none;
}



.owl-theme .owl-dots .owl-dot.active span {
  width: 15px;
  height: 15px;
  border: 1px solid #C0822B;
  background: #C0822B ;
}

#quote_slider .owl-dot span{border: 1px solid #005C56 !important;}
#quote_slider .owl-dot.active span {background: #005C56 !important;}


.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}


@media(max-width:767px){

	.index-sections .quote_logo_image_container img {
	   max-width:120px;
       margin:auto;
      border-radius:0px;
	}

	.index-sections .quote_logo_image_container img.quote_logo_4_image{
	   max-width:75px;
	}

}

/*End: homepage quote slider*/

.grid-product__price-wrap .price-compare {
  font-size: 18px;
  font-weight: normal;
  max-height: 10px;
  margin: auto;
}


.bg_smartwhite {
  background-color: #F6F3EC;
}

/** css for nav menu where first child looks like a button and last child thats not a drop down is color orange **/
/* ul.inner-nav-containers > li:first-child > .site-nav__link:not(.site-nav__link--icon){
  padding: 10px 30px;
} */
/* ul.inner-nav-containers > li:first-child > .site-nav__link:not(.site-nav__link--icon){
    color: #fff !important;
    background-color: #ff6118!important;
    padding: 10px 30px;
    padding: 10px 50px;
    border-radius: 5px;
    margin-right: 15px;
    margin-left: 30px
  } 
ul.inner-nav-containers > li:last-child:not(.dropdown) > .site-nav__link:not(.site-nav__link--icon){
  color: #ff6118!important;
} */

/** Yotpo **/
.bv_review_container {
  padding-botom: 40px;
}

.yotpo-header-headline {
  font-weight: bold !important;
}

.recom_column.item .yotpo-sr-bottom-line-right-panel * {
  color: #ff6618;
}
/** end yotpo **/


.revy-bundle-button-line.first {
  border-bottom: none !important;
}

#revy-bundle-wrapper .revy-bundle-wrapper-inner {
  align-items: center !important;
}

/** plp revamp **/
  .grid-product__price-wrap {
    margin-top: -8px;
  }
  /* .card.grid-product__wrapper {
    height: 390px
  } */

.grid-product__meta {
  text-align: left !important;
  gap: 6px !important;
}
.simple_collection_header {
    margin-top: 50px;
  }
@media (max-width: 767px) {
  .card-body {
    padding: 16px 0;
    gap: 10px;
  }

  .simple_collection_header {
    min-height: 45px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px){
  
  .collection-controls {
      margin-bottom: 0;
  }
}

@media(max-width:767px){
  .grid-spacer>.grid__item{
    padding: 0px; 
  }  
}

@media(min-width:320px){
  .grid-spacer>.grid__item{
    margin-bottom: 0px; 
  }  
}

@media(min-width:375px){
  .grid-spacer>.grid__item{
    margin-bottom: 30px; 
  }  
}

@media(min-width:425px){
  .grid-spacer>.grid__item{
    margin-bottom: 60px; 
  }  
}

@media(min-width:768px){
  .grid-spacer>.grid__item{
    padding: 10px; 
  }  
}

.collection-title {
  font-size: 40px;
  margin: 10px 0;
}

@media (max-width: 767px) {
  .collection-title {
    font-size: 30px;
  }
  h4 {
    font-size: 16px;
  }
}

h4 {
  font-weight: 900;
}

#CollectionSection > div > div > div.grid.simple_collection_header > div > div > div.page-title-wrapper > h1 {
  display: none;
}

#gf-products {
  width: 100% !important;
    margin: 0 auto !important;
}

#gf-products deliverr {
  padding-bottom: 15px;
}
/** end plp revamp **/

.hero__text-wrapper {
max-width: 1500px !important;
}

@media (min-width: 1025px) {
  .rte.hero__text {
    margin-bottom: 30px !important;
  }
  .hero__inner {
    position: absolute;
    top: 13%;
  }
}

body#meyer-cookware-returns #mainContent, #meyer-cookware-shipping-policy #mainContent {
  background: var(--meyer_wheat)
}

body#meyer-cookware-returns .page-title, #meyer-cookware-shipping-policy .shopify-policy__title {
  padding-top: 30px;
}

.shopify-policy__body td {
  background: white;
}

/** start: universal cta **/
.pt-xxs {
  padding-top: 8px;
}
.pb-xxs {
  padding-bottom: 8px;
}
.pt-xxxs {
  padding-top: 4px;
}
.pb-xxxs {
  padding-bottom: 4px;
}
.pl-xl {
  padding-left: 80px
}
.pl-xl {
  padding-right:80px;
}
.cta-width-25 {
  /* width: 25%; */
  width: 300px;
}
.cta-width-30 {
  width: 30%;
}

.cta-width-50 {
  width: 50%;
}

.cta-width-80 {
  width: 80%;
}

.cta-width-90 {
  width: 90%;
}

.cta-width-custom_hero {
  width: 25%;
}

.custom-width-sticky {
  width: 264px
}

.cta-width-custom_pdp, .notify_form__inputs .kalviyo-btn {
  /* width: 90% */
  width: 500px !important;
}


.cta-center {
  margin: 0 auto;
}

@media (max-width: 320px) {
  .cta-width-custom_pdp, .notify_form__inputs .kalviyo-btn, .cta-width-25  {
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .cta-center-mobile {
    margin: 0 auto;
  }
  .cta-width-custom_hero {
    width: 60%;
  }
  .cta-width-custom_pdp, .notify_form__inputs .kalviyo-btn {
    /* width: 95% */
    width: 325px !important;
  }
}

.cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 900;
  text-align: center;
  border: 1px solid;
  transition: var(--default_transition);
}

.cta-btn > *:hover {
  opacity: 1 !important;
}

.primary-cta  {
  border: 1px solid var(--meyer_orange);
  color: white;
  background: var(--meyer_orange);
}

.primary-cta > * {
  color: white;
}

.primary-cta:not(.disabled):hover {
  background: var(--meyer_dorange);
  border-color: var(--meyer_dorange);
  opacity: 1 !important;
  transition: var(--default_transition);
}

.secondary-cta {
  border-color: var(--meyer_black);
  color: var(--meyer_black);
  background: transparent;  
  transition: var(--default_transition);
}

.secondary-cta > * {
  color: var(--meyer_black);
}

.secondary-cta:hover {
  background: var(--meyer_black);
  border-color: var(--meyer_black);
  color: white;
  opacity: 1 !important;
  transition: var(--default_transition);
}


.promo-cta {
  border-color: var(--meyer_green);
  color: white;
  border-radius: 10px !important;
  background: var(--meyer_green);  
  transition: var(--default_transition);
}

.promo-cta > * {
  color: white;
}

.promo-cta:hover {
  background: white;
  border-color: var(--meyer_green);
  color: var(--meyer_green) !important;
  opacity: 1 !important;
  transition: var(--default_transition);
}
.promo-cta:hover > * {
  color: var(--meyer_green) !important;
}

.cta-btn > *:hover {
  opacity: 1 !important;
}

.notify_form__inputs {
  text-align: center;
}

.notify_form__inputs .kalviyo-btn {
  border-radius: 30px;
  transition: var(--default_transition);
}


.notify_form__inputs .kalviyo-btn:hover {
  background: var(--meyer_dorange)!important;
  border-color: var(--meyer_dorange) !important;
  color: white !important;
  opacity: 1 !important;
  transition: var(--default_transition);
}
/** end: universal cta **/

/** start: blog article **/
.blog-row {
  display: flex;
  gap: 30px;
}
.blog-row > div {
  width: 50%;
}
.blog-row:nth-child(odd) {
  flex-direction: row-reverse;
}
.blog-paragraph {
  padding: 16px 0;
}
.blog-item-center {
  display: flex;
  align-items: center;
}
.blog-row.blog-single > div {
  width: 100%;
}
.blog-single > .blog-image > img {
  width: 100%;
}
.blog-list > * {
  padding: 4px 0;
  margin: 0;
}
.blog-list {
  padding-left: 16px;
}
.blog-wrapper a {
  font-weight: 600;
}
@media(max-width: 1024px) {
  .blog-row {
    flex-direction: column !important;
    gap: 0;
  }

  .blog-row > div {
    width: 100% !important;
  }
  .blog-paragraph {
    padding: 8px 0;
  }
}
/** end: blog article **/

/* @media (max-width: 767px) {
  .hero-content {
    display: flex;
    flex-direction: column;
  }
  .hero-content > .page-title-wrapper {
    margin-top: 12%;
  }
} */

.needsclick.kl-private-reset-css-Xuajs1 button:hover {
  opacity: 1 !important;
}

/* [data-testid="FULLSCREEN"].kl-private-reset-css-Xuajs1 form > div {
  width: 50% !important;
  max-width: unset !important;
}
[data-testid="FULLSCREEN"].kl-private-reset-css-Xuajs1 form > div:first-child {
  padding: 0px 10% !important;
} */

@media (min-width: 1025px) {
  
  [data-testid="FULLSCREEN"].kl-private-reset-css-Xuajs1 form > div:nth-child(2) img {
      width: 20% !important;
      margin: 0 auto;
  }
  
  [data-testid="FULLSCREEN"].kl-private-reset-css-Xuajs1 form > div:nth-child(2) > div:nth-child(2) span {
    font-size: 3em !important;
  }
  
  [data-testid="FULLSCREEN"].kl-private-reset-css-Xuajs1 form > div:nth-child(2) > div:nth-child(3) span {
    font-size: 1.6em !important;
  }
  
  [data-testid="FULLSCREEN"].kl-private-reset-css-Xuajs1 form > div:nth-child(2) > div:nth-child(4) span {
    font-size: 1em !important;
  }

}

@media (min-width: 768px) {
  
  [data-testid="FULLSCREEN"].kl-private-reset-css-Xuajs1 form > div:first-child img {
    width: 70% !important;
  }
}

@media (max-width: 767px) {
  [data-testid="FULLSCREEN"].kl-private-reset-css-Xuajs1 form > div > div:nth-child(1) >div {
    padding: 50px 0 !important;
  }
}

.rte.hero__text p {
  max-width: 400px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero__cta a {
    margin: 0 !important;
  }
}


#MenuParent-2 li.dropdown-item:first-child a, #Linklist-2 li.mobile-nav__item:first-child a {
  font-weight: 600 !important;
  /* color: var(--io_blue-grey) !important; */
}

#MenuParent-2 {
  max-height: 200px !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 35px;
}

