/** Shopify CDN: Minification failed

Line 301:2 Comments in CSS use "/* ... */" instead of "//"
Line 400:4 Comments in CSS use "/* ... */" instead of "//"
Line 512:0 Comments in CSS use "/* ... */" instead of "//"
Line 513:0 Comments in CSS use "/* ... */" instead of "//"
Line 524:0 Comments in CSS use "/* ... */" instead of "//"
Line 582:0 All "@import" rules must come first
Line 694:39 Comments in CSS use "/* ... */" instead of "//"
Line 706:4 Comments in CSS use "/* ... */" instead of "//"
Line 825:4 Comments in CSS use "/* ... */" instead of "//"
Line 826:29 Comments in CSS use "/* ... */" instead of "//"
... and 3 more hidden warnings

**/
@import url("https://p.typekit.net/p.css?s=1&k=boj4gci&ht=tk&f=41357&a=17191858&app=typekit&e=css");

@font-face {
font-family:"manteiga-gorda";
  src:url("https://use.typekit.net/af/9fc861/00000000000000007735b770/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/9fc861/00000000000000007735b770/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/9fc861/00000000000000007735b770/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:400;
}

h1, h2, h3, h4{
	font-family: "Chewy", system-ui !important;
}
--font-family-1, --font-family-2{
  font-family: "Chewy", system-ui !important;
}

/* USP Bar */

.uspBar span img {
    width: 40px;
}

 .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  .slick-track:before, .slick-track:after {
    display: table;
    content: '';
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
  }
  [dir='rtl'] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  .slick-loading .slick-list {
    background: #fff url('ajax-loader.gif') center center no-repeat;
  }
  .slick-prev, .slick-next {
    position: absolute;
    display: block;
    text-indent: -999em;
    cursor: pointer;
    outline: none;
    padding: 0;
    overflow: hidden;
    top: calc(50% - 20px);
    width: 38px;
    height: 38px;
    z-index: 8;
    opacity: 0;
    font-size: 0;
    border: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .slick-slider:hover .slick-prev,
  .slick-slider:hover .slick-next {
    opacity: .8;
  }
  .slick-slider .slick-prev:hover,
  .slick-slider .slick-next:hover {
    opacity: 1;
  }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
  }
  .slick-prev:before, .slick-next:before {
    font-family: 'Pe-icon-7-stroke';
    font-size: 36px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    display: block;
    line-height: 36px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .slick-prev {
    left: 30px;
  }
  .jas-sc-products .slick-prev {
    left: -5px;
  }
  [dir='rtl'] .slick-prev {
    right: 30px;
    left: auto;
  }
  .slick-prev:before {
    content: '\e686';
  }
  [dir='rtl'] .slick-prev:before {
    content: '\e684';
  }
  .slick-next {
    right: 30px;
  }
  .jas-sc-products .slick-next {
    right: -5px;
  }
  [dir='rtl'] .slick-next {
    right: auto;
    left: 30px;
  }
  .slick-next:before {
    content: '\e684';
  }
  [dir='rtl'] .slick-next:before {
    content: '\e686';
  }
  /* Dots */
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 999;
  }
  .products.jas-carousel ul.slick-dots {
    position: static;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
  }


/* END USP Bar */


.bt__text{
   pointer-events: none; 
}


.boost-pfs-filter-product-item-image-link.boost-pfs-filter-crop-image-position-none img.lazyloaded.lazyautosizes{
  height: 13em;
/*   object-fit: cover; */
}

.page_pr_img_size .jas-pr_metro-image-equal {
  background-size: contain !important;
}

/* Update padding to 0 after changing the breakpoint for the mobile menu */
@media only screen and (max-width: 1350px){
  #jas-header:not(.header-5) .header__mid .jas-row {
      padding: 0px 0px !important;
  }
}

/* Custom search with clerk live search integration */

.clerk-design-component-tSKL0ay9{
  max-height: unset !important;

}
  // change the color of the see all results button
 .clerk-design-component-5Qoku4xm{
  	background-color: #ff9d00;
   
 }


.header__mid{
  .jas-container{
    .jas-navigation{
      justify-content: left;
    }
  }
}

.site-header__search-wrap{
	width: 100%;
}
.live-search-container{
	width: 200px;
  	position: relative;
  
  svg{
  	position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    path{
    	fill: #8b8b8b;
    }
  }
  
  
  
  #clerk-live-search{
	border-radius: 6px;
  	width: 100%;
  }
}

.clerk.clerk-instant-search-container.clerk-live-search-container.clerk-instant-search-visible{

	margin-top: 10px;
	left: 0 !important;
}
@media only screen and (max-width: 1400px){

  	.header-bottom{
      .container-fluid{
      	padding: 0 10px;
      }
	}

}

@media screen and (max-width: 670px) {
  
  #sf-close{
    right: 0px !important;
    top: 7px !important;
  }

  .header__search.gecko-ajax-search>div {
    top: 2.8vh !important;
  }

  	.clerk.clerk-instant-search-container.clerk-live-search-container.clerk-instant-search-visible{
		margin-top: 0;
	}

    .live-search-container{
        position: absolute;
        top: 48px;
        z-index: 999;
        width: 100vw;
        left: calc(-100vw + 51px);
      #clerk-live-search{
      	border-radius: 0;
    	border-top: 1px solid #dcdada;
      	border-bottom: 1px solid #dcdada;;
    }
    }
  
    
  

    .site-header--sticky.active.live-search-container{
      	top: 77px;
    }
  
    
   	div .site-header__search-wrap{
      	position: static;
    }

  	.row-header .header-bottom__right{
      	position: static;
    }

    // the clerk search results disappear when position is fixed (the default position)
    .clerk-design-component-tSKL0ay9{
      position: unset;
    }

    

}

@media screen and (max-width: 480px){
  .clerk-design-component-tSKL0ay9 {
      max-height: calc(100vh - 125px) !important;
  }
}


/* this code messed up the whole page
@media only screen and (min-width: 62em){
  .jas-container {
      width: 100% !important;
  }
}

@media only screen and (min-width: 48em){
  .jas-container {
    width: 100% !important;
  }
}

*/


@media only screen and (min-width: 62em){
  .header__mid .jas-container {
      width: 100% !important;
  }
}

@media only screen and (min-width: 48em){
  .header__mid .jas-container {
    width: 100% !important;
  }
}


@media screen and (min-width: 1615px) {
  .live-search-container{
    width: 300px;
  }

  .header__mid{
    .jas-container{
      .jas-navigation{
        justify-content: center;
      }
    }
  }
}

@media only screen and (max-width: 1350px) and (min-width: 1024px)  {
  .live-search-container{
    width: 150px;
  }

  .jas-menu>li:not(:first-child) {
    margin-left: 16px !important;
  }
}


/* Improve login/register forms */
.jas-row .form-login{
	margin-top: 2em;
}

#customer_login, #create_customer{

  a.shopify-Button.button.fr{
	background: none;
	color: #d57c31;
	border: 2px solid #d57c31;
    line-height: 35px;
  }
/*  Tried to show the terms and conditions link but it is actually missing  */
/*   .terms-link.ssw-hide{
   	display: unset;
    text-decoration: underline;
  }
  
  .terms-span{
  	display: none;
  } */
}

.ssw-accept-wrapper{
  label{
  	cursor: pointer;
  }
}

.ssw-social-login-widget .ssw-socialconnect>div>a{
	height: 55px !important;
    width: 55px;
    padding-top: 3px;
  	line-height: unset;
    padding-left: 2px;
  svg{
  	width: 50px !important;
    height: 50px !important;
  }
}

// making sure header menu items fit without breaking the layout
// by reducing the margin between each
.jas-menu>li:not(:first-child) {
  margin-left: 26px;
}

@media only screen and (max-width: 1366px){
  .jas-wrapper .jas-menu>li:not(:first-child) {
      margin-left: 26px;
  }
}

// removed padding on the header that pushes it down away from the center vertically
@media only screen and (max-width: 1120px){
  #jas-header:not(.header-5) .header__mid .jas-row {
      padding: 0;
  }
}
/* Engraving option */
.engraving-option{
  label{
  	display: block;
  }
  
  input{
    display: block;
  }
}

.engraving-option label {
    display: block !important;
}

.engraving-option {
  margin-bottom: 20px;
}


/* END Engraving option */

/* Fix product image height */

.single-product-thumbnail img{
	max-height: 500px;
  	object-fit: contain;
}

@media only screen and (max-width: 767px){
  	.single-product-thumbnail img{
      max-height: 250px;
      object-fit: contain;
	}
  /*.custom-subcollection .flickityt4s-slider {
    width: 80%;
  }*/
  
  .custom-subcollection .t4s-row-cols-2 .flickityt4s-slider>.t4s-col-item {
    width: 40%;
  }
}

/* END Fix product image height */


/*  @font-face {
font-family: "Manteiga";
src: url("/cdn/shop/files/Manteiga-Gorda.woff2?v=1625050171") format("woff2"),
url("/cdn/shop/files/Manteiga-Gorda.woff?v=1625050171") format("woff");
} */

@import url("https://p.typekit.net/p.css?s=1&k=boj4gci&ht=tk&f=41357&a=17191858&app=typekit&e=css");

@font-face {
font-family:"manteiga-gorda";
src:url("https://use.typekit.net/af/9fc861/00000000000000007735b770/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/9fc861/00000000000000007735b770/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/9fc861/00000000000000007735b770/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

h1, h2{
	font-family: "Chewy", system-ui !important;
}

/* Newsletter close button */

@media screen and (max-width: 600px){
  .fzQmMF.fzQmMF, .fzQmMF.fzQmMF svg{
  	height: 40px !important;
    width: 40px !important;
  }
}

/* Clerk Instant Search */
.clerk-instant-search-container{
	right: 0 !important;
}
  .clerk-design-component-tSKL0ay9{
/* 	left: 0; */
  }

/* END Clerk Instant Search */

/* Collection pages */

/* Clerk filter toggle */

.clerk-page-width #clerk-show-facets{
	margin: 15px auto 20px auto;
  	background-color: #712f16;
}

.collection-description{
	display:none;
}
/* End Collection pages */

/* Page titles */

.page-head h1{
	font-size: 36px;
}

@media screen and (max-width: 767px){
	.page-head h1{
	font-size: 25px;
	}
}

@media only screen and (max-width: 736px){
  .shop-top-sidebar {
      overflow-x: visible;
      overflow-y: hidden;
  }
}

/* END Page titles */

/* Clerk Nyeheder */

#shopify-section-clerk-nyheder{
  #clerk-search-results{
  	width: 100% !important;
    display: block;
    max-width: 1200px;
    float: unset;
    margin: auto;
  }
}

/* END Clerk Nyeheder */

/* Testimonials */
.type_jas_testimonials *:hover button{
	opacity: 0;
}

.jas_custom_162506191021882ec6{
  
  .jas_title_1{
  	color: #d57c31;
    font-family: manteiga-gorda,sans-serif;
    font-size: 36px;
  }
}

.jas-quote-inner{
  h4{
  	font-family: manteiga-gorda,sans-serif;
  }
}
/* END Testimonials */

/* Custom hero section */

html {
  scroll-behavior: smooth;
}

#custom-hero-section {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-position: 70% bottom;*/ //NEW BANNER CSS FIX
  background-position: 45% bottom;
  height: calc(100vh - 138px);
  display: flex;
  justify-content: center;
  align-items: center;
  
  #hero-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    // height: 100%;
    
    #hero-title-container{
      align-self: baseline;
/*       width: 40%; */
      padding-left: 10%;
      padding-right: 10%;
      #hero-title{
        max-width: 500px;
        h2 {
          color:#D57C31;
          font-size: 3rem;
          margin-bottom: .5em;
          margin-top: 0.5em;
        }
        p{
        	color: #712F16;
          font-size: 1.3rem;
          margin-bottom: 2em;
        }

      }
    }
    
    #hero-categories-container{
      width: 40%;
      #hero-categories{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding-left: 9%;
        a{
          display: block;
          position: relative;
          width: 45%;
          margin: 2.5%;
          overflow: hidden;
          background-size: cover;
          background-repeat: no-repeat;
          box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
          transition: .2s;
          div{
            position:  absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            color: white;
            text-align: center;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            h3{
              padding: 1em 1.5em;
              width: 100%;
              background-color: rgba(255,255,255,0.84);
              color: black;
              font-style: normal;
              font-weight: bold;
              margin-bottom: 0;
            }
          }
          &:hover{
            transform: translateY(-10px);
          }
        }
        a:before{
          content: "";
          display: block;
          padding-top: 100%;
        }
      }
    }
  
  }
}

@media only screen and (max-width: 1100px) {
 #custom-hero-section{
  background-position: 60% bottom;
 }
}

@media only screen and (max-width: 1000px) {
 #custom-hero-section{
  height: calc(100vh - 118px); 
 }
  #custom-hero-section #hero-container #hero-title-container{
       
/*       width: 30%; */
      #hero-title{
        h2 {
          font-size: 2.5rem;
        }
        p{
        	font-size: 1.2rem;
        }
        a{
/*           padding: 15px 20px; */
          font-size: 1.2rem;
        }
      }
    }
  
 #custom-hero-section #hero-container #hero-categories-container{
      width: 60%;
      #hero-categories{
        a{
          
        }
     }
  }
}

@media only screen and (max-width: 768px) {
  
  #custom-hero-section{
    background-size: auto 110%;
    background-position: 70% top;
    // justify-content: flex-start;
    align-items: flex-start; //NEW BANNER CSS FIX
    padding-top: 9vh; //NEW BANNER CSS FIX
/*     background-position: left bottom; */
  }
  #custom-hero-section #hero-container #hero-title-container{
/*     width: 80%; */
    #hero-title{
        h2 {
          font-size: 2.2rem;
        }
        p{
        	font-size: 1rem;
        }
        a{
          font-size: 1rem;
        }
    }
  }
  #hero-categories-container{
    display: none;
  }
  
  div#mobile-categories-container{
    display: flex;
  }
  
}
@media only screen and (max-width: 600px) {
  #custom-hero-section{
    height: calc(100vh - 110px); 
   }
}
#mobile-categories-container{
  width: 100%;
  display: none;
  flex-wrap: wrap;
  background-color: #e2e2e2;
   a{
     display: block;
     position: relative;
     width: 45%;
     overflow: hidden;
     background-size: cover;
     background-repeat: no-repeat;
     margin: 2.5%;
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
          div{
            position:  absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            color: white;
            text-align: center;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            h3{
              padding: 1em 1.5em;
              width: 100%;
              background-color: rgba(255,255,255,0.84);
              color: black;
              font-style: normal;
              font-weight: bold;
              margin-bottom: 0;
            }
          }
        }
        a:before{
          content: "";
          display: block;
          padding-top: 100%;
        }
}

#scroll-icon-link{
  display: block;
  position: absolute;
  bottom: 3em;

  .scroll-icon {
    display: block;
    height: 3em;
    width: 1.9em;
    border: 0.2em solid #fff;
    border-radius: 3em;
    margin: auto;

    .scroll-icon__dot {
      
      display: block;
      position: absolute;
      left: 50%;
      background: #fff;
      height: 0.5em;
      width: 0.5em;
      top: 0.7em;
      margin-left: -0.25em;
      border-radius: 50%;
      transform-origin: top center;
      backface-visibility: hidden;
      animation: scroll_2 2s ease-out infinite;

    }
  }
}
@media only screen and (max-width: 500px) {
  #custom-hero-section{
    padding-top: 10vh;
  }
}
@media only screen and (max-width: 360px) {
  #custom-hero-section{
    padding-top: 5vh;
  }
}


//NEW BANNER CSS FIX
@media only screen and (max-width: 500px) {
  #custom-hero-section{
    padding-top: 4vh; 
  }
}
@media only screen and (max-width: 360px) {
  #custom-hero-section{
    padding-top: 4vh;
  }
}  

/* Custom hero section END */


/* Style custom about section */

	*{
  box-sizing: border-box;
}
.about-wrapper{
    background-image: url('/cdn/shop/files/puppy-background.png?v=1625483040');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  align-items: center;
  
}

.about-container{
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;

  
  .about-img{
    width: 50%;
    padding-right: 5%;
    padding-left: 2em;
    img{
      width: 100%;
    }
  }
  
  .about-content{
    width: 50%;
    padding-left: 5%;
    padding-right: 2em;
    display: flex;
    justify-content: center;
    div{
      max-width: 450px;
    }
    
    h2{
      color: #d57c31;
    }
  }
  
}

.custom-button{
	border-radius: 20px;
  	color: white;
  	background-color:#FF9D00;
  	padding: .75em 2.5em;
}

@media screen and (max-width: 767px) {
  .about-container .about-img{
  	width: 100%;
  }
  
  .about-container .about-content{
  	width: 100%;
    padding-left: 2em;
  }
}
/* END Style custom about section */

/* Style Navigation */

.header__top{
	padding-top: .7em;
  	padding-bottom: .7em;
  	font-size: 1rem;
  
  img{
  	width: 20px;
  }

}

#jas-header{
	
  
  .jas-menu>li>a{
	text-transform: capitalize;
    color: #712f16;
    font-weight: 600;
	}

  .jas-action.flex .cb{
  	color: #712f16;
    .bgb{
    	background: #712f16;
    }
  }
  
 

}



#menu-item-1520320504671 i{
	display: none;
}



/* END Style Navigation */


/* USP Bar */

.uspBar span img {
    width: 40px;
}

/* END USP Bar */

/* Custom Categories Section */
.custom-categories-section{
  display:flex;
  flex-wrap: wrap;
  
  .category{
    text-align: center;
    display:block;
    width: 25%;
    padding: 1em;
    // background: red;
    img{
      height: 250px;
      object-fit: cover;
    }
    
    h3{
      text-transform: uppercase;
      font-size: 25px;
      font-weight: 600;
      color: #D57C31;
    }
  }
  
}

@media screen and (max-width: 1024px) {
  .custom-categories-section{
    .category{
    	width: 50%;
    }
  }
  
}

@media screen and (max-width: 600px) {
  .custom-categories-section{
    .category{
    	width: 100%;
    }
  }
  
}
/* End Custom Categories Section */

/* Clerk Style  */

.clerk-design-button{
	background: #ff9d00;
  	border-radius: 5px;
  	padding: 1em;
} 

#home-page-visitor-complementary h2{
	color: #d57c31;
  	
}

#home-page-trending h2{
	color: #d57c31;
  	
}

.clerk-design-component-XE0AcTiQ {
background-color: #ff9d00;
}

.clerk-range-selected-range {
background-color: #ff9d00;
}


/* End Clerk Style */

/* Insta feed style */

.shopify-section-1585922247766{
	width: 100%;
}

#insta-feed{
  h2{
  	color: #d57c31;
  }
}

/* END Insta feed style */


.page-head {
background-color: #ff9d00 !important;
}
@media (max-width: 480px){
  
.page-head {
margin-top: 39px;
}}
@media (min-width: 481px) and (max-width: 767px) {
  .page-head {
margin-top: 39px;
}}

.clerk-design-component-hdjtPn5P,.clerk-design-component-4u4zETUQ {
  background-color: #FF9D00;
}

/* Footer klaviyo newsletter styling*/
.ql-editor p span {
  font-size: 15px !important;
  font-family: "Open Sans" !important;
}

.hide_mobile.nt_banner_img.pr.oh.bg_overlay_.nt_bg_lz.lazyloaded {
    background-position: center !important;
}


/* messed up responsiveness
.pa.caption {
    padding-top: 210px !important;
}
*/

div#shopify-section-faqs {
    padding-top: 50px;
}

.clerk-design-component-5Qoku4xm {
  background-color: #FF9D00;
}

.slick-next {
    right: -50px;
}

.slick-prev {
    left: -50px;
}

@media screen and (max-width: 650px) {
  .slick-next {
    display: none;
}

.slick-prev {
    display: none;
}
}


@media screen and (min-width: 650px) {
 .jas_custom_162506191021882ec6 {
    padding-left: 50px;
    padding-right: 50px;
 }
}


#jas-header .jas-action.flex .cb {
  color: #000;
}

.metaslider .flexslider .caption-wrap .pa.caption h2,.metaslider .flexslider .caption-wrap .pa.caption h3 {
  text-transform: unset !important;
}

@media screen and (max-width: 700px) {
.metaslider .flexslider .caption-wrap .pa.caption h2 {
  font-size: 25px;
}
}

/* **********!IMPORTANT!************** Keyframes for hero section should stay at the bottom. Not sure why. */
@keyframes scroll_2 {
      0% {
        transform: translateY(0);
        opacity: 1;
      }
      25% {
        opacity: 1;
      }
      75% {
        transform: translateY(0.75em);
        opacity: 0;
      }
      100% {
        transform: translateY(0);
        opacity: 0;
      }
    }

/* END Keyframes for hero section should stay at the bottom. Not sure why. */


/*********** Button consistency edits ***********/

button.needsclick.go332817621.kl-private-reset-css-Xuajs1 {
  Background: #FF9D00!important;
  border-color: #FF9D00!important;
  padding: 11px 24px!important;
  }

.caption .button {
  border-radius: 30px;
  }

.button#shopify_add_to_cart {
  border-radius: 5px;
}

.clerk-design-component-XE0AcTiQ {
  	padding: 10px;
    background: none;
    color: #d57c31;
    border-radius: 5px;
    border: 2px solid #d57c31;
  	max-width: 250px!important;
}

.clerk_powerstep_continue {
    border-radius: 5px;
}

.clerk_powerstep_close {
    border-radius: 5px;
}

button.checkout-button.button.alt {
    border-radius: 5px;
}

.jas-mini-cart .button, .dropdown-cart .button, .dropdown-cart .button:hover, .jas-mini-cart .button.checkout, .cart__popup .checkout-button, .dropdown-cart .button.checkout, .dropdown-cart .button.checkout:hover{
    border-radius: 5px;
}

.popup-added_to_cart .view-cart{
    border-radius: 5px;
}

input[type=submit]:not(.button-o), button, a.button, a.button-o:hover, input.button-o:hover, button.button-o:hover, button.button_sticky:hover, a.button-o-w:hover, .bgp, .bghp:hover, #jas-backtop span:before, .more-link:hover, .widget .tagcloud a:hover, .jas-mini-cart .button.checkout, .dropdown-cart .button.checkout, .shopify-pagination-ajax a:hover, .shopify-pagination-ajax a.disabled, .jas-ajax-load a:hover, .jas-ajax-load a.disabled, .widget.widget_price_filter .ui-slider-range, .widget.widget_price_filter .ui-state-default, .product-image:hover .product-button a:hover, .yith-wcwl-add-to-wishlist i.ajax-loading, .btn-atc .yith-wcwl-add-to-wishlist a:hover, .entry-summary .single_add_to_cart_button, .entry-summary .external_single_add_to_cart_button, .jas-service[class*=icon-] .icon:before, .metaslider .flexslider .flex-prev, .metaslider .flexslider .flex-next, .swatch__list--item.is-selected, .jas-wc-single .gecko-show-product-gallery-wrap a:hover:after, .counter_real_time #number_counter, .comments-area .comment-respond input[type=submit], input.get-rates.btn.button, #jas_product_delivery, #jas_product_delivery_quick, .slick-prev, .slick-next, .select_orderby li:hover, .pop_up_notify{
    border-radius: 5px;
}

input:not([type="submit"]):not([type="checkbox"]):focus, textarea:focus, a.button-o, input.button-o, button.button-o, a.button-o:hover, input.button-o:hover, button.button-o:hover, button.button_sticky:hover, a.button-o-w:hover, .header-7 .jas-socials a, #jas-backtop, .more-link, .product-button a.button, .product-button>*, .single-btn .btn-quickview, .p-video a, .btn-atc .yith-wcwl-add-to-wishlist a, .swatch__list--item.is-selected, .header-7 #jas-mobile-menu>ul>li, .header-7 #jas-mobile-menu ul ul, .jas-mobile-tabs h3.active, .header-7 #jas-mobile-menu li.black_menu, .comments-area .comment-respond input[type=submit], .jas-wc-single .gecko-show-product-gallery-wrap a:after, .banner_outsite_txt .btn_style_link{
    border-radius: 5px;
}


/*********** Button consistency edits ***********/

.jas-my-account.dn.visible-xs.ts__05.pr {
    padding: 0 0 0 20px;
}


.flexslider .caption-wrap h4 {
    text-transform: unset !important;
}

/* Donut bed hero section */
@media screen and (min-width: 1000px) {
#div4dce502c-482b-437c-b0a1-330294dec2b4 .caption {
  max-width: 500px;
}
}


/* New Filter app custom styling */

.bc-sf-filter-block-content .noUi-connect {
    background: #fb9d00 !important;
    }
    
.noUi-connect {
    box-shadow: none !important;
 }

 .noUi-target {
    direction: ltr;
    background: #FAFAFA;
    border-radius: 4px;
    border: none !important;
}

.jspVerticalBar {
    border-radius: 5px;
    padding: 1px;

}

#bc-sf-filter-default-toolbar {
    margin-top: 15px;
    margin-bottom: 15px;
}

div#bc-sf-filter-options-wrapper {
    border: 1px solid #f5f5f5;
    padding: 10px;
  }

/*@media screen and (max-width: 767px)*/
#bc-sf-filter-top-sorting-mobile label {
  
  background: none !important;
  
}
/*@media screen and (max-width: 767px)
#bc-sf-filter-tree-mobile button, #bc-sf-filter-top-sorting-mobile label {
    background: #fb9d00 !important; */

/* End Filter and serach custom styling */

/* PFS disable quickview function as it is faulty */
.jas-product-button.pa.flex {
    display: none;
}

span.sale.bc-sf-filter-label {
    border-radius: 30px;
    font-size: 10px;
    color: white;
    letter-spacing: 1px;
    padding: 5px 15px;
    font-weight: inherit;
    background-color: #ffa800;
    border-color: #ffa800;
}

.delivery-notice {
    font-size: 13px;
}

/*PDP mobile sticky sections fix*/

@media (max-width: 480px){
.template-product .ssw-reward-tab.ssw-reward-tab-left {
    margin-bottom:60px;
    margin-left: 20px;
}
    .template-product .emaerket-widget-hide-print{
     margin-bottom: 70px;
  }
}
/*END sticky section fix*/

.template-search .result-count-order {
  display: none;
}

.ssw-hide {
  display: none !important;
}

.t4s-section-title > span,#insta-feed h2 {
  font-size: 25px !important;
  color: #d57c31 !important;
  line-height: 1.2 !important;
   padding-bottom: 20px !important;
}

#t4s-mini_cart .t4s-drawer__bottom .t4s-btn__checkout {
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
}
  



/* new 31/3 */
.t4s-pr.search-bar svg.t4s-icon.t4s-icon--search {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.search-bar input {
    border-radius: 6px;
    color: #ddd;
}
.head-mob-bar {
    display: none;
}

@media (max-width:990px) and (min-width: 680px) {
  header#shopify-section-header-inline .t4s-col-lg-2.t4s-col-md-4.t4s-col-6.t4s-text-center.t4s-text-lg-start.t4s-col-item {
    width: 16%;
  }
  header .t4s-col-md-4 {
    width: 42%;
  }
}

@media (max-width: 850px) {
  a.t4s-pr.search-bar {
    display: none;
  }
  .head-mob-bar,
  .head-mob-bar a.t4s-pr.search-bar {
    display: block;
  }
  .head-mob-bar .t4s-pr.search-bar svg.t4s-icon.t4s-icon--search {
    color: #000;
    width: 18px;
    max-height: 18px;
  }
  .head-mob-bar input {
    width: 100%;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 8px 12px;
  }
}

@media (-moz-touch-enabled: 0), (hover: hover) and (min-width: 1025px) {
  .t4s-site-nav__icons.is--hover2 .t4s-site-nav__icon.t4s-site-nav__search:hover svg.t4s-icon {
      transform: translateY(-50%);
  }
}

.t4s-product-form__buttons .t4s-product-form__submit {
  margin-top: 0px !important;
}

/* Hide theme search */
/* #t4s-search-hidden .t4s-drawer__content,.t4s-mini-search__title {
  display: none !important;
} */

.t4s-drawer {
  z-index: 46900000 !important;
}

#customer_login a.t4s-d-inline-block {
    color: #000;
}


.t4s-pagination a {
  color: #000;
}

/* Custom Bjaf PLP*/

#shopify-section-template--20650902061397__product-grid .boost-pfs-filter-collection-header-wrapper {
    display: none;
}

p a {
    color: #333 !important;
}

#reamaze-widget {
    z-index: 99999 !important;
}

#rmz-notifications {
  z-index: 46800000 !important;
}

#reamaze-wrapper {
  z-index: 99999 !important;
}

@media (min-width: 768px) {
.t4s-container.t4s-main-product__content {
    margin-top: 60px !important;
}
}

.article_product_slider_wrap {
    margin: 4rem 0;
}
.article_product_slider_wrap .t4s-product .t4s-product-inner:before{
  display: none !important;
}
.article_product_slider_wrap .t4s-product .t4s-product-title{
  text-transform: inherit;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: inherit;
  margin: 0 0 8px !important;
}
.article_product_slider_wrap .t4s-product .t4s-product-title a{
  border: none !important;
}
.article_product_slider_wrap .t4s-product .t4s-product-price{
  font-size: 16px;
  font-weight: bold;
}
.article_product_slider_wrap .t4s-pr-style6 .t4s-product-btns{
  padding: 0 10px;
  width: 100%;
}
.article_product_slider_wrap .t4s-pr-style6 .t4s-product-btns a{
  width: 100%;
  border-radius: 5px;
}
.article_product_slider_wrap .t4s_ratio img {
    object-fit: contain;
}

/* Homepage hide banners on mobile */
@media (max-width: 767px) {
.t4s-banner-holder.isotopet4s {
    display: none;
}
}

@media (min-width: 768px) {
section#shopify-section-template--22533962301781__hero_image_UmAK4X, section#shopify-section-template--22533962301781__hero_image_WKrwzb {
    display: none;
}
}


/* GB Cart Drawer */
.t4s-mini_cart__actions .t4s-quantity-cart-item {
  display: inline-block !important; 
  margin-right: 15px;
}

.grecaptcha-badge {
    display: none !important;
}


@media (max-width: 479px) {
  header .t4s-col-md-6,
  header .t4s-col-md-4 {
    width: 33.33%;
  }
}





.t4s-section-title > span, #insta-feed h2 {
    font-size: 32px !important;
    color: #fe9930 !important;
    line-height: 1.2 !important;
    padding-bottom: 20px !important;
}