/** Shopify CDN: Minification failed

Line 8:0 Comments in CSS use "/* ... */" instead of "//"
Line 15:16 Expected ":"
Line 2691:31 Expected identifier but found whitespace

**/
// root colors
:root {
  --base-color: #000000;
    --link-color: ;
    --link-hover-color: ;
    --heading-color: ;
    --shoptitle-color: ;
    --sale-color; ;
  } 


  /* Global */

  .button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    padding: 10px 25px;
    transition: all 0.3s;
  }



  .container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button.button--large, a.button.button--large, button.button--large, input[type="submit"].button--large, input[type="reset"].button--large, input[type="button"].button--large {
    padding: 13px 25px;
  }

  body {
    font-size: 12px;
  }

  

/* 
-------------
old freddy cursor
-------------
  a, body, body:active, a:active {
    cursor: url('/cdn/shop/files/cursor_neutraal_tno.png?v=1598538659') 15 0, auto !important;
  }
*/

  body, h1, .slide .overlay-text .text, .h1-style, h2, h3, h4, h5, h6, .multi-tag-row .nav-row a {
    font-family: 'ApercuRegular', sans-serif;
  }

  h1, .slide .overlay-text .text, .h1-style, h2.h1-style, h4, h1.h4-style, .slide .overlay-text .h4-style.text, h2.h4-style, h3.h4-style, h4.h4-style, h5.h4-style, h6.h4-style, .h4-style {
    font-size: 18px;
  }


  .clickyboxes li a, .button.button--large, input[type="submit"].button--large {
    border-radius: 7px;
  }

  h2, h1.h2-style, .slide .overlay-text .h2-style.text, h2.h2-style, h3.h2-style, h4.h2-style, h5.h2-style, h6.h2-style, .h2-style {
    font-size: 20px;
  }

  /* .button.button--large, a.button.button--large, button.button--large, input[type="submit"].button--large, input[type="reset"].button--large, input[type="button"].button--large {
  padding: 15px 20px;
  font-size: 14px;
  text-transform: uppercase;
} */

  .waterfont-logo-body {
    position: fixed;
    bottom: 20px;
    max-width: 200px;
    display: block;
    width: 100%;
    left: 20px;
  }

  .tekening {
    width: 68px;
    margin-right: 2px;
  }

  .freddy-welcome {
    display: none;
  }

  .template-index .freddy-welcome {
    position: fixed;
    bottom: 0;
    max-width: 290px;
    display: block;
    width: 100%;
    right: 0;
    z-index: 999;
  }

  .freddy-welcome img {
    width: 100%;
  }

  .freddy-mail {
    width: 25%;
  }

  .signup-form__response .freddy-mail {
    width: 50%;
    margin: 0 auto;
    display: block;
  }

  .signup-form__response {
    text-align: center;
  }

  .freddy-heli {
    display: none;
  }

  .template-stockist .freddy-heli {
    position: absolute;
    top: 210px;
    max-width: 125px;
    width: 100%;
    left: 43.5%;
    display: block;
  }

  .freddy-heli img {
    width: 100%;
  }

  .freddy-busje {
    width: 50%;
  }

  .busje {
    position: relative;
    text-align: left;
    animation: myfirst 5s 10;
    width: 50%;
    float: right;
    margin-top: 10px;
    display: none;
  }

  @keyframes myfirst {
    0%   {left: 0px; top: 0px;}
    100%  {left: 300px; top: 0px;}
  }

  .checkout-buttons:hover + .busje  {
    display: block;
  }


  /* End Global */

  /* Header */

  #main-nav .multi-level-nav .tier-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*     max-width: 1280px; */
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-left, .icons-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 200px;
  }

  .icons-right {
    justify-content: flex-end;
    align-items: center;
  }

  #main-nav svg {
    width: 21px;
    height: 21px;
  }

  .nav-row .icons-right a {
    padding: 10px 12px;
  }

  .logo-left a {
    padding: 0;
  }

  .nav-row ul {
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .nav-row a {
    font-size: 11px;
    text-transform: uppercase;
  }

  .small-form .title, .nav-row ul li a, .template-page .majortitle, .template-cart .majortitle, .template-account .majortitle {
    font-family: 'InternationalPlayboy';
    font-size: 16px;
    text-transform: uppercase;
  }

  .product-recommendations h4 {
    font-family: 'InternationalPlayboy';
    font-size: 18px;
    text-transform: uppercase;
  }

  #menu-tier-2 ul li a {
    padding: 8px;
    border-left: 1px solid #d1d6d9;
    min-width: 80px;
  }

  #menu-tier-2 ul li:last-child a {
    border-right: 1px solid #d1d6d9;
  }

  #menu-tier-2 ul li a.child-noicon {
    padding: 15px 18px;
    min-width: 0;
    border-left: 0;
    border-right: 0;
    font-size:17px;
  }

  .product-icon {
    display: block;
    width: 45px;
    margin: 0 auto;
    padding-bottom: 5px;
  }

  .product-icon.icon-catna {
    width: 50px;
    padding-bottom: 0;
  }

  #main-nav .multi-level-nav > div {
    border-top: 0;
  }

  #main-nav .multi-level-nav .tier-2 {
    border-top: 1px solid #d1d6d9;
  }

  .logo {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .template-lookbook #main-nav {
    border-bottom: 0;
  }
  .template-lookbook #main-nav .multi-level-nav .tier-2 {
    border-bottom: 1px solid #d1d6d9;
  }

  /* End Header */

  /* Footer */

  #pagefooter {
    background: #fff;
    padding: 0;
  }

  .template-index #pagefooter {
    margin-top: 30px;
  }


  #pagefooter .lower {
    text-align: left;
    padding-bottom: 0;
    padding-top: 25px;
  }

  .parent-footer-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: ;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    max-width: 1050px;
    margin: 0 auto;
    padding: 20px 0;
  }

  .div1-footer-col { grid-area: 1 / 1 / 2 / 2; }
  .div2-footer-col { grid-area: 1 / 2 / 2 / 3; }
  .div3-footer-col { grid-area: 1 / 3 / 2 / 4; }

  #pagefooter .social-links a {
    margin: 0 22px 0 0;
  }

  #pagefooter .interact {
    margin-top: 0;
  }

  #pagefooter .button.compact {
    background: #3f4b57;
    border: 1px solid #3f4b57;
    padding: 10px 12px;
  }


  #pagefooter .signup-form input[type="email"] {
    background: #f2f2f2;
  }

  input, textarea {
    font-size: 13px;
  }

  .signup-form input[type="email"] {
    background: #fff;
  }

  #pagefooter .copyright {
    margin-top: 50px;
  }

  #pagefooter .nav-row {
    background: #fff;
    border-top: 0;
  }

  #pagefooter .nav-row .mobile-search input {
    background: transparent;
    border: 0;
    text-transform: uppercase;
    font-size: 11px;
    color: #000;
    max-width: 100px;
  }

  #pagefooter .nav-row .mobile-search {
    margin-top: 10px;
  }

  #pagefooter .nav-row .mobile-search svg.feather {
    stroke: #3f4b57;
  }

  #pagefooter .nav-row .mobile-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #3f4b57;
    opacity: 1;
  }
  #pagefooter .nav-row .mobile-search input::-moz-placeholder { /* Firefox 19+ */
    color: #3f4b57;
    opacity: 1;
  }
  #pagefooter .nav-row .mobile-search input:-ms-input-placeholder { /* IE 10+ */
    color: #3f4b57;
    opacity: 1;
  }
  #pagefooter .nav-row .mobile-search input:-moz-placeholder { /* Firefox 18- */
    color: #3f4b57;
    opacity: 1;
  }

  /* End Footer */

  /* Home - Slideshow */

  .slideshow .slide .desktop-only {
    /*   height: calc(100vh - 100px); */
    height: 100%;
  }

  .waterfont-logo img {
    /*   width: 150px; */
    width: 60px;
    opacity: 0.3;
  }

  .waterfont-logo-body img {
    /*   width: 150px; */
    width: 60px;
    opacity: 0.15;
  }

  .slideshow .slide .overlay-text {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*     max-width: 1280px; */
    /* 	padding: 0 calc((100vw - 1280px)/2); */
    justify-content: center;
    align-items: flex-end;
  }

  .slideshow .slide .overlay-text .text > div {
    padding: 40px 20px;
  }


  /* End Home - Slideshow */

  /* Collection */

  .pagination {
    font-size: 14px;
  }

  .majortitle {
    display: none;
  }

  /* .collection-listing .product-list {
  max-width: 1280px;
  margin: 0 auto;
} */

  .template-collection .collection-listing .product-list {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .template-collection .product-block.fixed-width, .template-cart .product-block.fixed-width, .template-product .product-block.fixed-width  {
    /*     width: calc(25% - 20px); */
    padding-bottom: 20px;
  }

  .template-collection .collection-listing-stream .product-block.fixed-width {
    width: auto;
  }

  .styled-select .select2-container .select2-selection__rendered {
    font-size: 13px;
  }

  .styled-select .select2-container .select2-selection {
    height: 2.5em;
  }

  .template-collection .page-header {
    padding: 0;
  }

  .product-block .product-info {
    font-size: 13px;
    color: #000;
    margin: 15px 5px 20px;
  }

  .product-block .product-info .title {
    font-weight: 700;
  }

  .available-sizes {
    display: none;
  }

  .product-list .product-link:hover .product-info .price {
    display: none;
  }

  .template-cart .product-list .product-link:hover .product-info .price {
    display: block;
  }

  .product-list .product-link:hover .product-info .available-sizes {
    display: block;
  }

  .available-sizes span {
    padding: 0 2px;
  }

  .multi-tag-row {
    margin-top: 10px;
  }

  .multi-tag-row .tags.nav-row {
    border-top: 1px solid #d1d6d9;
    border-bottom: 1px solid #d1d6d9;
  }

  .multi-tag-row .tags.nav-row {
    padding: 0;
  }

  .multi-tag-row .nav-row a {
    padding: 10px 18px;
    border-left: 1px solid #d1d6d9;
    font-size: 11px;
  }

  .multi-tag-row .nav-row li:last-child a {
    border-right: 1px solid #d1d6d9;
  }

  .page-header .filters .tags {
    color: #000;
  }


  /* Image Dropdown */

  .product-detail .close-detail {
    right: 80px;
    top: 5%;
  }

  .product-detail .close-detail .feather, .product-detail .close-detail {
    width: 30px;
    height: 30px;
  }

  .price-container {
    margin-bottom: 35px;
  }

  .product-column-right.gallery-layout-under {
    margin-top: 9%;
  }

  .collection-listing .product-detail .inner {
    padding: 40px;
  }

  .product-detail .input-row label {
    font-size: 13px;
  }

  .product-description-open {
    line-height: 1.8em;
    color: #000;
  }

  .collection-listing .product-detail .styled-select label {
    color: #000;
  }

  /* End Image Dropdown */

  /* End Collection */

  /* Product */

  .productcolors .clickyboxes a {
    padding-left: 48px;
    min-width: 100%;
    white-space: nowrap;
    text-align: left;
  }

  .productcolors .clickyboxes li {
    position: relative;
    min-width: calc((100% / 3) - 10px);
  }

  .productcolors .clickyboxes a::before {
    box-sizing: border-box;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 24px;
    width: 24px;
    left: 11px;
    top: 11px;
    background-position: center;
  }

  .opt--brown::before {
    background-color: #432828;
  }

.opt--white::before {
  background-color: #fff;
  border: 1px solid #ccc; /* light grey border */
}


  .opt--black::before {
    background-color: #000;
  }

  .opt--darkgreen::before {
    background-color: #2A4D3F;
  }

  .opt--yellow::before {
    background-color: #F1C854;
  }

  .opt--grey::before {
    background-color: #8F908D;
  }

  .opt--red::before {
    background-color: #B81722;
  }

  .opt--tourmaline::before {
    background-color: #97b0b1;
  }
  
  .opt--frenchnavy::before {
    background-color: #2a2d3b;
  }

  .opt--navy::before {
    background-color: #2a2d3b;
  }
  .opt--green::before {
    background-color: #4C6F4C;
  }

  .opt--blue::before {
    background-color: #394E99;
  }

  .opt--creme::before {
    background-color: #EBDAD2;
  }

  .opt--offwhite::before {
    background-color: #FCF1DC;
  }

  .opt--burgundy::before {
    background-color: #691D24;
  }

  .opt--lightbrown::before {
    background-color: #BE7849;
  }
  
  .opt--powderblue::before {
    background-color: #a8d0de;
  }

  .opt--thaicurry::before {
    background-color: #9f784f;
  }
  
  .opt--rawdenim::before {
    background-color: #1b1f29;
  }

  .opt--army::before {
    background-color: #7B6739;
  }

  .opt--pink::before {
    background-color: #FEC9DA;
  }

  .opt--lightblue::before {
    background-color: #C6DEEB;
  }

  .opt--sand::before {
    background-color: #EAE0BA;
  }

  .opt--mustard::before {
    background-color: #C18034;
  }
  
  .opt--coffeeliqueur::before {
    background-color: #604d3b;
  }

  .opt--sage::before {
    background-color: #B2B7A3;
  }

  .opt--snow::before {
    background-color: #DBCFC3;
  }

  .opt--forestcamo::before {
    background-color: #7F6C55;
  }

  .opt--freddyforest::before {
    background-color: #39423F;
  }
  
  .opt--magicalforest::before {
    background-color: #3b4d4f;
  }

    .opt--goldfusion::before {
    background-color: #eab80c;
  }
  
  .opt--carmine::before {
    background-color: #f57b90;
  }

  
  .opt--sprucedup::before {
    background-color: #008291;
  }

    
  .opt--quarry::before {
    background-color: #a2abaf;
  }

  .opt--maha::before {
    background-color: #E5EAF8;
  }
  
  .opt--coffeeliqueur::before {
    background-color: #5f4532;
  }
  
    .opt--whitesand::before {
    background-color: #cfc6ba;
  }

      .opt--babyblue::before {
    background-color: #9cc5d3;
  }

  .opt--lila::before {
    background-color: #EBB5E0;
  }

  .opt--speckledblack::before {
    background-color: #313131;
  }
  
  .opt--coldgrey::before {
    background-color: #C8CCCF;
  }
  
   .opt--darkred::before {
    background-color: #9B232C;
  }
  
   .opt--pistachio::before {
    background-color: #BAC2AA;
  }
  
   .opt--multicolor::before {
    background-color: #E6DECF;
  }

   .opt--blonde::before {
    background-color: #E6D8C7;
  }
   .opt--lavender::before {
    background-color: #8385C1;
  }
  
  .opt--speckledcreme::before {
    background-color: #FFF5DB;
  }

  .opt--whitered::before {
    background-color: #f8ede6;
  }
 
  .opt--beige::before {
    background-color: #f6ead8;
  }
  
  .opt--purple::before {
    background-color: #4E2B39;
  }

  .opt--denim::before {
    background-color: #729bc3;
  }
    .opt--pinegreen::before {
    background-color: #2B4D61;
  }
  
   .opt--olive::before {
    background-color: #847c51;
  }
  
   .opt--taupe::before {
    background-color: #ebd6c6;
  }
  
  .opt--chai::before {
    background-color: #E3C30C;
  }
  
  .opt--gold::before {
    background-color: #F1C40F;
  }

  .opt--cobaltblue::before {
    background-color: #4E61BB;
  }
  
  .opt--chocolate::before {
    background-color: #3A1915;
  }
  
  .opt--orange::before {
    background-color: #FF9900;
  }
  
  .opt--iceblue::before {
    background-color: #96A5C3;
  }

  .opt--patriotblue::before {
    background-color: #103A5D;
  }
  .opt--magicalforest::before {
    background-color: #224c5a;
  }
  .opt--laurelwreath::before {
    background-color: #5a6d67;
  }
  .opt--surftheweb::before {
    background-color: #646284;
  }
  .opt--silver::before {
    background-color: ##bebebe;
  }
  .opt--glacierlake::before {
    background-color: #a8bdc9;
  }

  .opt--barbadoscherry::before {
    background-color: #ad2034;
  }


  .opt--limepunch::before {
    background-color: #c0d725;
  }

  .opt--rainforest::before {
    background-color: #16463f;
  }

    .opt--surftheweb::before {
    background-color: #203c7f;
  }

  .opt--navyblue::before {
    background-color: #303444;
  }


  .opt--greymelange::before {
    background-color: #A0A0A0;
  }

 .opt--pottingsoil::before {
    background-color: #54392d;
  }

   .opt--stocknavy::before {
    background-color: #202934;
  }

.opt--whitealyssum-lightgrey::before {
  background: linear-gradient(90deg, #ede9e1 50%, #D3D3D3 50%);
}

  .opt--whiteblue::before {
    background: linear-gradient(90deg, rgba(6,73,120,1) 50%, rgba(255,255,255,1) 50%);
  }
    .opt--whitealyssumdarkivy::before {
    background: linear-gradient(90deg, rgba(236,232,227,1) 63%, rgba(91,119,99,1) 93%);
  }
  .opt--purpleblack::before {
    background: linear-gradient(90deg, rgba(50,53,106,1) 50%, rgba(0,0,0,1) 50%);
  }

  .opt--whitered::before {
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(136,49,62,1) 50%);
  }  
  
  .opt--whitenavy::before {
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(30,49,76,1) 50%);
  }  

  .opt--whitecoffeeliqueur::before {
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(96,77,59,1) 60%);
  }  

  .opt--whitegreenerpastures::before {
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(64,84,73,1) 60%);
  }  

  .opt--whitebarbadoscherry::before {
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(126,2,15,1) 60%);
  }  

  .opt--lightbluegrid::before {
  background: linear-gradient(90deg, #505D7E 50%, #ffffff 51%);
  background-size: 6px 6px;
  background-image:
    linear-gradient(#ffffff 1px, transparent 1px),
    linear-gradient(90deg, #ffffff 1px, transparent 1px),
    linear-gradient(90deg, #505D7E 50%, #505D7E 50%);
}


  

  
.opt--orchid::before{background-color: #F6DDF5;}
  
.opt--seagrass::before{background-color: #959889;}

.opt--puritaingrey::before{background-color: #C1C5C3;}

.opt--oxfordtan::before{background-color: #D2B48C;}

.opt--irongate::before{background-color: #555758;}

.opt--greenpasture::before{background-color: #405449;}

.opt--greenerpastures::before{background-color: #405449;}

.opt--whitealyssum::before{background-color: #ece8e3;} 

.opt--bijoublue::before{background-color: #4e5e7f;} 

.opt--darkivy::before{background-color: #5b7763;} 

.opt--blueheron::before{background-color: #96a3c7;} 

.opt--mossgray::before{background-color: #787769;} 

.opt--crochetbuckethat::before{
  background: rgb(174,49,68);
background: linear-gradient(90deg, rgba(174,49,68,1) 20%, rgba(215,161,53,1) 50%, rgba(45,58,45,1) 100%);} 

.opt--warmmemoriesvest::before{
  background: rgb(174,49,68);
background: linear-gradient(90deg, rgba(174,49,68,1) 20%, rgba(215,161,53,1) 50%, rgba(45,58,45,1) 100%);} 

.opt--grisaille::before{background: rgb(215,212,215);
background: linear-gradient(90deg, rgba(215,212,215,1) 15%, rgba(109,129,163,1) 100%);} 

.opt--greenerpastureswhitealyssum::before{
background: rgb(236,232,227);
background: linear-gradient(90deg, rgba(236,232,227,1) 15%, rgba(64,84,73,1) 100%);}

.opt--blacklimepunch::before {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(192, 215, 37, 1) 40%, rgba(192, 215, 37, 1) 60%, rgba(245, 237, 214, 1) 80%);}

.opt--whitepanafrican::before {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 30%, rgba(164, 42, 46, 1) 40%, rgba(164, 42, 46, 1) 50%, rgba(31, 81, 41, 1) 70%, rgba(0, 0, 0, 1) 90%);
}

.opt--blacklime::before {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 50%, rgba(192, 215, 37, 1) 50%);}

    .opt--whitealyssumrainforest::before {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(245, 237, 214, 1) 50%, rgba(53, 78, 54, 1) 50%);}

  
  .product-detail .detail .description {
    margin: 30px 0;
    line-height: 1.8em;
  }
  .product-column-right .theme-money {
    color: #000;
  }

  .product-column-right .content-divider {
    border-bottom: 0;
  }

  .template-product #content {
    margin-top: 20px;
  }

  .page-header .social-area {
    margin: 10px 0;
  }

  .product-column-right .product-form {
    margin-bottom: 10px;
  }

  .template-product .product-detail.spaced-row {
    margin-bottom: 0;
  }

  .product-recommendations .align-center {
    padding: 20px 0;
    background: #fff;
    margin-bottom: 40px;
  }

  .product-recommendations .padded-row {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slick-product-prev, .slick-product-next, .slick-product-prev:hover, .slick-product-prev:focus, .slick-product-next:hover, .slick-product-next:focus {
    background: transparent;
  }

  .slick-product-prev svg, .slick-product-next svg {
    width: 25px;
    height: 25px;
  }

  .slick-product-prev svg.feather, .slick-product-next svg.feather {
    stroke: #3f4b57;
  }

  .slick-product-prev.slick-disabled, .slick-product-next.slick-disabled, .slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: 0.3;
  }

  .product-detail .product-column-left.gallery-layout-beside .thumbnails a {
    margin: 0 0 25px;
  }

  .thumbnails a::after {
    height: 1px;
    background: #8a8f93;
    width: 60%;
    margin: 0 auto;
  }

  /* Accordion */

  .accordion {
    background-color: transparent;
    color: #000;
    padding: 13px 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-bottom: 1px dotted #000;
    font-size: 13px;
  }

  .accordion-size {
    background-color: transparent;
    color: #000;
    padding: 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-bottom: 0;
    font-size: 13px;
  }

  .accordion:hover, .accordion-size:hover {
    background-color: transparent;
    border-color: #000;
  }

  .panel {
    padding: 13px 0;
    display: none;
    overflow: hidden;
    border: 0px;
    box-shadow: none;
    margin-bottom: 20px;
    font-size: 13px;
  } 

  .accordion-size ~ .panel {
    padding: 0;
    display: none;
    overflow: hidden;
    border: 0px;
    box-shadow: none;
    margin-bottom: 0;
    font-size: 13px;
    background: #F2F2F2;
    margin-top: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0 5px;
  }

  .accordion ~ .panel span {
    width: 150px;
    display: inline-block;
  }

  /* End Accordion */

  /* Sizechart */

  table.customTable {
    width: 100%;
    background-color: transparent;
    border-width: 0px;
    color: #000;
  }

  table.customTable td {
    border-width: 0px;
    padding: 3px 0px;
  }

  table.customTable th {
    border-width: 0px;
    padding: 0 0 10px 0px;
    font-weight: normal;
  }

  table.customTable thead {
    background-color: transparent;
  }

  /* End Sizechart */

  /* End Product */

  /* Cart */

  .cart-summary-overlay__actions .button {
    font-size: 13px;
    border-radius: 7px;
  }

  .button.altcolour {
    border: 1px solid #000;
    background: #F2F2F2;
  }

  .template-page .majortitle, .template-cart .majortitle, .template-account .majortitle {
    display: block;
    text-align: left;
    max-width: 1280px;
    margin: 0 auto;
    text-transform: uppercase;
  }

  .template-page .page-header, .template-cart .page-header, .template-account .page-header {
    text-align: center;
    padding: 20px 40px;
    background: #fff;
  }

  .template-page #content, .template-cart #content, .template-account #content {
    margin-top: 0;
  }

  .template-page #content .container, .template-cart #content .container, .template-account #content .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .template-cart #cartform {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .cart-item-list {
    max-width: 1280px;
    padding: 20px 40px;
    margin: 20px auto;
  }

  #cartform .subtotal, .cart-policies, .checkout-buttons {
    padding-right: 40px;
  }

  .template-cart #cartform .cart-item {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .cart-item .remove {
    color: #000;
  }

  .template-cart .collection-listing .product-list {
    text-align: left;
  }

  /* .template-cart .product-block input[type="submit"] {
  background: transparent;
  border: 1px solid #8a8f93;
  color: #8a8f93;
  border-radius: 7px;
  font-size: 13px;
} */

  .template-cart .product-block .product-info {
    margin: 5px 5px 10px;
  }

  .product-list .majortitle {
    margin-bottom: 15px;
  }

  .template-cart .collection-listing .product-block:nth-child(1) {
    display: none !important;
  }

  /* End Cart */

  /* Page */

  .template-page .row-spacing {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 40px;
  }

  .accordion-outer h2, .user-content h2 {
    font-size: 15px;
    margin: 10px 50px 25px 0;
  }

  .accordion-outer, .stores-outer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
  }

  .stores-outer {
    margin: 25px 0;
    padding: 25px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .accordion-inner {
    display: block;
    width: 50%;
  }

  .accordion-inner p {
    margin-right: 50px;
  }

  .accordion-inner p span {
    width: 150px;
    display: inline-block;
  }

  .stores-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50%;
  }

  .stores-inner p {
    margin-bottom: 0;
  }

  #accordion2, #accordion3, #accordion4, #accordion5, #accordion6, #accordion7, #accordion8, #accordion9, #accordion10 {
    margin-top: 0;
    margin-bottom: 35px;
    margin-right: 50px;
  }

  #accordion h3, #accordion2 h3, #accordion3 h3, #accordion4 h3, #accordion5 h3, #accordion6 h3, #accordion7 h3, #accordion8 h3, #accordion9 h3, #accordion10 h3 {
    font-size: 13px;
    line-height: 190%;
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #000;
    margin: 0;
    padding: 5px 0;
  }

  .accordion-outer .accordion-inner:nth-child(even) .ui-accordion {
    margin-right: 0 !important;
  }

  .ui-accordion-content {
    margin-top: 5px;
    padding-bottom: 10px;
  }

  .contact-form input, .contact-form textarea {
    border: 1px solid #e2e3e3;
  }

  .contact-form input[type="submit"] {
    border-color: #e53d3d;
  }

  input[type="submit"] { 
    border-radius: 7px;
  }

  #shopify-section-all-blogs .hometitle {
    display: none;
  }

  #shopify-section-all-blogs .padded-row {
    padding-top: 0;
  }

  .article-list.article-layout--columns {
    margin-left: 0;
    margin-right: 0;
  }

  .article-list.article-layout--columns .user-content h3 {
    margin: 0;
    font-size: 13px;
    text-decoration: none;
    padding: 15px 15px 10px;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
  }

  .article-list.article-layout--columns .user-content p {
    padding: 15px;
    background: #fff;
    font-size: 12px;
    margin-bottom: 0;
  }

  .article-list.article-layout--columns .user-content {
    background: #fff;
    padding: 10px;
    width: 80%;
    margin: -100px auto 0;
    z-index: 999;
    border-radius: 7px;
    border: 1px solid #d1d6d9;
  }

  .article-image {
    margin-bottom: 0;
  }

  .article-list.article-layout--columns .user-content a.text-link {
    border-bottom: 0;
  }

  .article-list.article-layout--columns .article, .article-list.article-layout--columns .article:nth-child(2n) {
    border-right: 0;
    padding-right: 0;
  }

  #shopify-section-article-template {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
  }

  .template-article .article-image {
    width: 50%;
    margin-bottom: 0;
  }

  .template-article .majortitle {
    display: block;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .template-article #content {
    padding-bottom: 0;
  }

  .article-list.article-layout--columns .article {
    width: calc(33.33% - 10px);
    padding: 0;
    margin-bottom: 0;
  }

  .article-list.article-layout--columns .article:nth-child(3n+1) {
    margin-right: 10px;
  }

  .article-list.article-layout--columns .article:nth-child(3n+2) {
    margin-right: 5px;
    margin-left: 5px;
  }

  .article-list.article-layout--columns .article:nth-child(3n+3) {
    margin-left: 10px;
  }

  .article-list.article-layout--columns .article:nth-child(n+4) {
    margin-top: -55px;
  }

  .blog-divider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: calc(33.33% - 10px);
    margin: -110px 5px 0;
    justify-content: center;
    align-items: center;
  }

  .blog-divider img {
    width: 180px;
    height: 180px;
  }

  #template input[type="email"], #template input[type="text"], #template input[type="number"], #template input[type="password"], #template textarea, #template .styled-select, .small-form input[type="email"], .small-form input[type="text"], .small-form input[type="number"], .small-form input[type="password"], .small-form textarea, .small-form .styled-select {
    background: #fff;
  }

  .template-account #template {
    margin-top: 30px;
  }

  #template .template_header .note {
    display: block;
    margin: 10px 0;
    text-align: center;
  }

  #template label, .edit_address label {
    font-size: 13px;
  }

  .template-article .article-content {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }

  .template-article .article-content img {
    width: 100%;
  }

  /* End Page */

  /* Lookbook */

  /* .section-id-slideshow-lookbook .slideshow {
  height: 100vh;
  display: flex;
} */

  .template-lookbook #content {
    padding-bottom: 0;
  }

  .slick-prev svg.feather, .slick-next svg.feather {
    fill: #000;
    stroke: #000;
    stroke-width: 0;
    width: 45px;
    height: 45px;
  }

  /* End Lookbook */

  /* Search */

  .template-search .padded-row {
    padding-top: 0;
    padding-bottom: 0;
  }

  .template-search h5 {
    font-size: 15px;
  }

  .mobileonly {
    display: none;
  }

  .collection-slider h1.hometitle {
    padding: 20px;
    background: #fff;
    font-family: 'InternationalPlayboy';
    font-size: 18px;
    text-transform: uppercase;
  }

  .collection-slider .has-paging .prev, .collection-slider .has-paging .next {
    vertical-align: bottom;
  }

  .collection-slider-row.no-bg {
    margin-top: 0;
  }

  /* Fonts */

  @font-face {
    font-family: "InternationalPlayboy";
    src: url("INTERNATIONALPLAYBOY.eot"); /* IE9 Compat Modes */
    src: url("INTERNATIONALPLAYBOY.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("INTERNATIONALPLAYBOY.otf") format("opentype"), /* Open Type Font */
      url("INTERNATIONALPLAYBOY.svg") format("svg"), /* Legacy iOS */
      url("INTERNATIONALPLAYBOY.ttf") format("truetype"), /* Safari, Android, iOS */
      url("INTERNATIONALPLAYBOY.woff") format("woff"), /* Modern Browsers */
      url("INTERNATIONALPLAYBOY.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "ApercuRegular";
    src: url("ApercuRegular.eot"); /* IE9 Compat Modes */
    src: url("ApercuRegular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("ApercuRegular.otf") format("opentype"), /* Open Type Font */
      url("ApercuRegular.svg") format("svg"), /* Legacy iOS */
      url("ApercuRegular.ttf") format("truetype"), /* Safari, Android, iOS */
      url("ApercuRegular.woff") format("woff"), /* Modern Browsers */
      url("ApercuRegular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "Altehaasgroteskbold";
    src: url("altehaasgroteskbold-webfont.eot"); /* IE9 Compat Modes */
    src: url("altehaasgroteskbold-webfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("altehaasgroteskbold-webfont.otf") format("opentype"), /* Open Type Font */
      url("altehaasgroteskbold-webfont.svg") format("svg"), /* Legacy iOS */
      url("altehaasgroteskbold-webfont.ttf") format("truetype"), /* Safari, Android, iOS */
      url("altehaasgroteskbold-webfont.woff") format("woff"), /* Modern Browsers */
      url("altehaasgroteskbold-webfont.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "Altehaasgroteskregular";
    src: url("altehaasgroteskregular-webfont.eot"); /* IE9 Compat Modes */
    src: url("altehaasgroteskregular-webfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("altehaasgroteskregular-webfont.otf") format("opentype"), /* Open Type Font */
      url("altehaasgroteskregular-webfont.svg") format("svg"), /* Legacy iOS */
      url("altehaasgroteskregular-webfont.ttf") format("truetype"), /* Safari, Android, iOS */
      url("altehaasgroteskregular-webfont.woff") format("woff"), /* Modern Browsers */
      url("altehaasgroteskregular-webfont.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }

  /* Custom Cart */

  .cart-custom-icon {  
    width: 35px;
    vertical-align: bottom;
    padding-right: 4px;
    float: left;
  }

  #main-nav a.cart-count {
    padding: 0 12px 0 3px;
    /* 	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    flex-direction: row-reverse; */
  }

  #mobile-header .cart-count {
    /* 	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    flex-direction: row-reverse; */
  }

  #main-nav .icons-right .storelocator a {
    padding: 10px;
  }

  #main-nav .icons-right .storelocator svg {
    width: 24px;
    height: 24px;
  }

  .cart-count__text {
    vertical-align: top;
  }

  #mobile-header .cart-count .beside-svg {
    margin-right: 0;
  }

  /* Bigger Tier 1 Menu */

  .nav-row ul li a {
    font-size: 15px;
  }

  #main-nav.nav-row .tier-1 ul li a {
    font-size: 18px;
  }


  /* NEW CODE */

  .logo-left {
    display: block;
  }

  .tekening {
    display: inline-block;
    float: left;
  }
  .logo.desktop-only {
    display: inline-block;
  }

  .collection-text {
    text-align: center;
    background: #fff;
    padding: 15px 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d1d6d9;
  }

  .collection-text p {
    margin-bottom: 0;
  }

  #content.collection-description {
    margin-top: 0;
  }

  /* Footer New */

  #pagefooter .lower {
    max-width: 100%;
    display: flex;
    justify-content: space-around;
  }

  .div0-footer-col, .div1-footer-col, .div2-footer-col, .div3-footer-col {
    flex: 1;
  }

  .div0-footer-col ul {
    margin: 0;
  }

  .div0-footer-col ul li {
    list-style: none;
  }

  /* Early Access */

  .template-subscribe .top-image{margin:50px 0;}
  .template-subscribe h1, .template-subscribe h2{margin:30px 0;font-size:20px;}
  .template-subscribe p{font-size:14px;}
  
  .template-subscribe #shopify-section-header, .template-subscribe #pagefooter {
    display: none;
  }

  .template-subscribe .row-spacing {
    text-align: center;
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    max-width: 440px;
    width: calc(100vw - 30px);
  }

  .template-subscribe {
    background: #000;}

  .template-subscribe #content {
    padding-bottom: 0;
    height: 100vh;
    position: relative;
    background: #000;
  }

  .as-logo {
    max-width: 200px;
  }

  .as-title {
    max-width: 250px;
  }

/*   #mc_embed_signup input.email, #mc_embed_signup input.button {
    width: 100% !important;
  }

  #mc_embed_signup {
    margin-top: 8px !important;
  }

  #mc_embed_signup input.email {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    padding: 10px !important;
    height: 40px !important;
  }

  #mc_embed_signup input.button {
    background: #d51c22 !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    height: 40px !important;
  } */

  .article, .article-list.article-layout--columns .user-content p {
    font-size: 13px;
    color: #333;
  }

  .template-article .article-content img {
    padding: 20px 0;
  }

  @media only screen and (max-width: 480px) {
    .as-logo {
      max-width: 130px;
    }

    .as-title {
      max-width: 230px;
    } 
    .user-content iframe {
      max-height: 300px !important;
    }
  }

  .article {
    font-family: 'Altehaasgroteskregular';
  }

  .article strong {
    text-transform: uppercase;
  }

  .collection-slider .has-paging .prev, .collection-slider .has-paging .next {
    margin: 0 15px;
    padding: 0 15px;
  }

  .fully-spaced-row {
    margin-top:0;
    margin-bottom:0;
    padding-left:0;
    padding-right:0;
  }

  .flexible-layout .column-half {
    width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
  }

  .flexible-layout {
    margin-left:0;
    margin-bottom:0;
  }

  .fully-spaced-row .rimage-outer-wrapper {
    max-width: 100% !important;
  }

  .flexible-layout .column-full{width:100%;flex-basis:100%;margin:0;}
  .bf-h1{color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin: 0 !important;}
  .user-content h2.bf-h2{margin: 0 0 20px;
    font-size: 29px;
    color: #fff;
    font-weight: bold;}

  .cart-bottom {
    max-width: 1280px;
    margin: 20px auto; 
  }

  .cart-promo-items {
    position: absolute;
    display: flex;
    overflow: clip;
    width: 50%;
  }

  #search-appear, #search-appear-mob {
    border: 1px solid var(--base-color);
      display: none;
      position: absolute;
      z-index: 999;  
      background: #f2f2f2;
      }


  #search-appear-mob {
    right: -5px;
    top: -6px;   
    padding: 4px 4px 4px 4px;

  }

  #search-mobile {
    display: flex;
    border-bottom: 1px solid #d1d6d9;
    padding: 5px 5px 2px 5px;  
  }

  .search-mobile > form > input {
    width: 85vw;
  }

  #search-appear > button, #search-form > button, #search-appear-mob > button, #search-form > button{
    background: none;
    border: none;
    padding: 10px;

  }

  #search-form {
    display: flex
  }

  #search-icon {
    background: none;
    border: none;
    padding: 0 11px 0;
  }

  #q {
    border: none;
    color: #000;
  }
  h3.promo-items-title {
    font-family: 'InternationalPlayboy';
    font-size: 18px;
    text-transform: uppercase;}

  .product-promo-list .product-block .product-info{font-size:12px;}

  .container > .collection-listing .product-list.product-promo-list {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .template-cart .product-block.fixed-width, .template-product .product-block.fixed-width {
    width: calc(20% - 20px);
    min-width: 140px;
    padding-right: 20px;
  }




  @media only screen and (max-width: 480px) {
    .product-list { 
      padding: 0 !important;
      margin: 10px auto !important;
    }
  }



  .checkout-subtotal-container { 
    max-width: 1280px;
    padding: 20px 40px;
    margin: 0 auto;
  }



  .primary-image {
    min-height: 192px; 
  }

  .checkout-subtotal-container__right {
    max-width: 300px;
  }

  .product-block .detail-mode-permanent .fixed-width {
    width: calc(30% - 20px);
    margin-right: 0 8px;
  }

  .checkout-subtotal-container__left {
    width: 60%;
  }

  form > .add-to-cart-btn, .btn {
    background: #e53d3d;
    border: 1px solid #e53d3d;
    color: #ffffff;
    margin-top: 10px;
  }

  @media only screen and (max-width: 1111px) {

    .product-block .detail-mode-permanent .fixed-width {
      width: calc(30% - 20px);
      margin-right: 7em;
    }

    .product-list > .product-block {
      padding: 0 6.6em 0 0;
    }

  }

  @media only screen and (max-width: 780px) {


    .checkout-subtotal-container__left {
      width: 100%;
    }
    .checkout-subtotal-container__right {
      max-width: 100%;
      width:100%;
    }
    .product-list > .product-block {
      padding: 0 6.6em 0 0;
    }

    .template-cart .collection-listing {
      margin: 0;
    }

    .checkout-subtotal-container { 
      padding: 20px 0 0;
    } 


    .product-list > .product-block {
      padding: 0;
    }

    .container > .collection-listing > .product-promo-list {
      min-width: 100%;
    }
    .template-cart .product-block.fixed-width {
      width: calc(50% - 30px);
      min-width:0;
      padding-right:0;
    }

  }


  /* hero slider styles */
  .hero_slider_heading {
    font-size: 3.3rem;
    font-family: "Neue Haas Grotesk Display Pro";
    color: #fff;
    line-height: initial;
  }
  .button.button--large.button-in-template.button_hero {padding: 13px 20%;}

  /* edits padding and margin in content for new additions and you may also like */
  #content{padding-bottom: 16px;}

  h1.hometitle, .slide .overlay-text .hometitle.text, h2.hometitle, h3.hometitle, .hometitle {
    margin: 0 0 16px;
  }

  body.template-index #pagefooter {margin-top: 0;}
  body.template-index .collection-slider .collection-listing .product-block .product-info{margin-bottom: 16px;}

  .product-recommendations .align-center {margin-bottom: 16px;}
  #shopify-section-product-recommendations .template-collection .product-block.fixed-width, .template-cart .product-block.fixed-width, .template-product .product-block.fixed-width {padding-bottom: 0;}
  #shopify-section-product-recommendations .product-block .block-inner {margin: 0 0 -10px;}


  .collection-slider h1.hometitle {
    font-size: 3rem;
  }

  .chevron-slider {
    position: absolute;
    z-index: 99;
    top: calc(50% - 13.5px);
    padding: 6px;
    border-radius: 21px;
    background: #fff;
  }

  .chevron-slider svg{
    stroke: #3f4b57;
  }

  .chevron-slider.prev {left: 10px;}
  .chevron-slider.next {right: 10px;}

  .logo-left a {display: block;}

  .button:hover, a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: #fff;
    border-color: #fff;
    color: #e53d3d;
  }

  @media only screen and (max-width: 1280px) {
    #main-nav .multi-level-nav .tier-1, .collection-listing .product-list, .container {
      padding: 0;
    }
  }

  /* .owl-stage .owl-item div {
  width: 50vw;
  height: 500px;
  background-position: center; 
  background-size: cover;
} */

  #pagefooter .signup-form input[type="email"] {
    max-width: 320px;
  }

  #pagefooter .social-links {
    display: flex;
    justify-content: center;
  }


  .price-container, .content-divider {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  button.accordion-size {
    padding: 0 0 25px;
  }


  .color-dropdown {
    padding: 12px;
    border: 1px solid;
    border-radius: 7px;
  }

  .dropbtn {
    display: flex;
    justify-content: space-between;
  }

  .dropdown-item {
    padding: 12px 0;

    border-top: 1px solid #000;  
  }

  .dropdown-item p{
    margin: 0;
    display: flex
  }

  .dropdown-item:first-child {
    margin-top: 12px;
  }

  .dropdown-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .dropbtn p{
    display: flex;
    margin: 0;
    align-items: center;
  }

  .dropbtn p::before, .color-item::before {
    box-sizing: border-box;
    content: '';
    border-radius: 100%;
    height: 24px;
    width: 24px;
    left: 11px;
    top: 11px;
    background-position: center;
    margin-right: 12px;
  }


  .dropdown-item p.color-item {
    align-items: center;
  }

  .icon-pointing-down {
    margin-left: auto;
  }


  .appointment-link {
    list-style-type: none;
    text-decoration: underline;
    padding-bottom: 30px;
  }
  @media (min-width: 768px) {
    .mob-appointment {display: none;}
  }

  /* new footer */

  .div0-footer-col {
    display: flex;
  }

  .footer-menu-desktop {
    padding: 0 2vw 0 0;
  }

  .footer-menu-desktop ul{
    display: flex;
    flex-direction: column;
  }

  .div1-footer-col a{
    text-decoration: underline;
  }

  .copyright {
    text-align: center;
    padding-bottom: 12px;
  }
  @media (min-width: 768px) {
    .parent-footer-col {
      border-top: 1px solid #DDE0E3;
    }
  }

  .div3-footer-col {
    overflow: hidden;
  }


  /* 
  ------------------
  new desktop filter 
  ------------------
  */

  @media (min-width: 768px) {
    .desktop-filter {
      display: block;
    }
    .mobile-filter {
      display: none;
    }

    .sidebar-filter .collection-products-and-filter {
      display: flex;
    }

    .sidebar-filter .sort {
      display: flex;
      flex-direction: column;
    }

    .sidebar-filter ul {
      display: flex;
      flex-direction: column;
      text-align: left;
    }

    .page-header .filters.sidebar-filter .sort .styled-select {
      position: static;
      display: block;
      margin: 0;
    }

    .sidebar-filter #sort-by {
      position: static !important;
    }
    .sidebar-filter .select2 {
      display: block;
      position: static;
    }
    .sidebar-filter {
      padding: 0 20px;
    }
    .tags.nav-row {
      border: 0;
    }

    .sidebar-filter {
      text-align: left;
    }

    .sidebar-filter a {
      padding: 0;
    }
    .sidebar-filter .tags .active a {
      color: inherit;
      border: 1px solid #000;
      padding: 0 8px;
      margin-left: -8px;
    }

    .sidebar-filter ul li a {
      font-family: 'ApercuRegular';
      font-size: 12px;
    }
    .page-header .filters.sidebar-filter .tags {
      padding: 0;

    }
    .filters.sidebar-filter .tags.tag-title {
      font-weight: 600;
    }

    .filter-group {
      padding-top: 30px;
    }

    .collection-products-and-filter {
      display: flex;
    }

    .desktop-filter .page-header {
      height: 100%;
    }

    .desktop-filter .page-header .filters {
      position: sticky;
      top: 20px;
    }

    /* .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: relative;
    left: 100px;
  } */

    .nav-color-list li::before {
      box-sizing: border-box;
      content: '';
      border-radius: 100%;
      height: 24px;
      width: 24px;
      left: 11px;
      top: 11px;
      background-position: center;
      margin-right: 12px;
      display: block;
    }

    .sidebar-filter .nav-color-list li a{
      margin-bottom: 10px;
    }

    .nav-color-list.cat-custom-2 > ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      max-width: 140px;
      margin: 0;
    }

    .nav-color-list li::before {
      margin: 0 auto;
    }

    .nav-color-list li > a {
      margin: 0 auto;
    }

    .nav-color-list ul li {
      display: flex;
      flex-direction: column;
    }

    .sidebar-filter .nav-color-list li.active a {
      border: 0;
      padding: 0;
      margin: 0;
      text-align: center;
    }
    .sidebar-filter .nav-color-list li.active::before {
      border: 1px solid #fff;
      content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 26 23" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>');  
    }
    .sidebar-filter .nav-color-list li.active.opt--white::before {
      border: 1px solid #000;
      content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 26 23" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>');  
    }

    .filter-group > .nav-row {
      margin-top: 10px;
    }

    .nav-color-list {
      margin-left: -10px;
    }

    .sidebar-filter .nav-color-list .active a {
      margin-bottom: 10px;
    }
    .sidebar-filter ul li a {
      text-transform: none;
    }



    .styled-select .select2-container .select2-selection {
      border: 1px solid #000;
    }
    .select2-results {
      border: 1px solid #000;
    }
    .select2-dropdown.select2-dropdown--below::before {
      border-color: transparent transparent #000 transparent;
    }


    .page-header .filters .tags {
      margin-right: 25px;
    }
    .sidebar-filter {
      padding: 0 0 0 20px;
    }
    .template-collection .collection-listing .product-list {
      padding-left: 0;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      position: absolute;
      top: 57px;
      height: auto;
      right: 25px;
    }
  }

  @media (max-width: 767px) {
    .desktop-filter {display: none;}
    .mobile-filter {display: block;}
    .mob-appointment{display:none;}
    .tno_collimg .rimage-wrapper img {object-fit: cover;}
    .tno_coll_mob {padding: 50px 0 75px;}
    .tno_coll_slider .slick-dots {bottom: 30px;}
    .tno_collimg .rimage-wrapper {padding-bottom: 125%;margin-left: 25px;margin-right: 25px;}
  }
  .video-container + button.button.button--large.button-in-template.button_hero.video-cta {
    position: absolute;
    margin-top: -12%;
    display: block;
    z-index: 1;
    max-width: max-content;
    transform: translateX(-50%);
    padding: 13px 63px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: initial;
  }
  .template-index .video-container {
    z-index: -1;
  }
  
  .signup-form-cont {
    text-align: left;
  }

  /*---wc-jigi-css----*/
  .main-image.mobile_hide{display: none;}
  .product-slideshow {display: flex;flex-wrap: wrap;box-sizing: border-box;margin: 0 -15px;}
  .product-slideshow .slide {position: relative;width: 50%;box-sizing: border-box;padding: 0 12px;margin: 0 0 40px;}
  body.template-product {background: #fff;}
  .template-product .product-detail.spaced-row{display: flex;}
  .inner_sticky {position: sticky;top: 50px;}
  .accordion svg {width: 11px;height: 7px;float: right;margin-top: 6px;}
  .accordion.active svg {transform: rotate(180deg);}
  .product-slideshow .show-gallery {background: #f2f2f2;float: left;width: 100%;}
  .product-slideshow .show-gallery img{vertical-align: middle;}
  @media only screen and (min-width: 1041px){
    .product-detail .product-column-left.gallery-layout-beside.has-thumbnails .main-image {width: 100%;}
    .product-detail .product-column-left.gallery-layout-beside {width: calc(100% - 490px);padding-right: 57px;}
  }
  @media (max-width: 1040px){
    .product-column-left.gallery-layout-beside, .product-column-left.gallery-layout-under {width: 60%;padding-right: 57px;box-sizing: border-box;}
  }
  @media (max-width: 991px){
    .product-column-left.gallery-layout-beside, .product-column-left.gallery-layout-under{padding-right: 30px;}
    .product-slideshow{margin: 0 -10px;}
    .product-slideshow .slide{padding: 0 10px;margin: 0 0 20px;}
  }
  @media (min-width: 768px){
  	.main-image.desktop_hide {display: none;}
    .main-image.mobile_hide{display: block;}
    
  }
  @media (max-width: 767px){
    .product-column-left.gallery-layout-beside, .product-column-left.gallery-layout-under{padding-right: 0;width: 100%;}
    .main-image.desktop_hide{margin-top: 15px !important;}
  }
  

  /*--recommended items --*/
  
  #shopify-section-product-recommendations .collection-listing .product-list {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
}
  
  .template-cart .product-block.fixed-width, .template-product .product-block.fixed-width {
width: calc(23% - 10px);
min-width: 140px;
margin: 0 0 35px;
  padding:20px 10px 10px;
  }
  
  #shopify-section-product-recommendations .product-block .block-inner{
    margin:0;
    background: #f2f2f2;
    padding:20px 10px 5px;
  }
  
    @media (max-width: 767px){
  .template-cart .product-block.fixed-width, .template-collection .product-block.fixed-width, .template-product .product-block.fixed-width {
    width: calc(50% - 25px) !important;
    margin:0;
  }}
  
      @media (max-width: 440px){
  .template-cart .product-block.fixed-width, .template-collection .product-block.fixed-width, .template-product .product-block.fixed-width {
    width: calc(50% - 12px) !important;
    margin: 0;
        padding: 20px 5px 5px;
}
      }
  
  
#menu-tier-2 ul.collections-dropdown li a {
border: 0;
}

#menu-tier-2 ul.collections-dropdown {
display: grid;
grid-auto-flow: column;
}
#menu-tier-2 ul.collections-dropdown li a {
align-items: unset;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#menu-tier-2 ul.collections-dropdown li a {
height: 100%;
padding: 0;
}
.nav-row ul.collections-dropdown li {
padding: 20px 10px;
}  
@media (max-width: 767px){  
  .show_desktop {
  display: none;
  }
  .show_mobile {
  display: inherit;
  }
}
@media (min-width: 767px){  
  .show_desktop {
  display: inherit;
  }
  show_mobile {
  display: none;
  }
}  
  
.template-collection main#content {
padding: 0px;
margin-top: 0;
background: #fff;
}

.template-collection div.product-block > div {
padding: 10px;
background: #f2f2f2;
} 
  
 @media (max-width: 440px) {
.template-cart .product-block.fixed-width, .template-collection .product-block.fixed-width, .template-product .product-block.fixed-width {
width: calc(50% - 22px) !important;
padding: 20px 10px 10px;
}
}

 @media (max-width: 768px) {  
.checkout-subtotal-container {
display: flex;
flex-direction: column-reverse;
}
#cartform .checkout-buttons {
margin-bottom: 40px;
}
 }
  
#menu-tier-2 ul.collections-dropdown {
    display: flex;
  padding: 0 10px;
}
  
  #menu-tier-2 ul.collections-dropdown li a div:last-child {
  padding-top: 10px;
  }
  
  
    
@media only screen and (max-width: 767px) {  
.product-list {
margin: ;
display: grid;
grid-template-columns: calc(50% - 10px) calc(50% - 10px);
gap: 20px;
}

.collection-listing {
margin: 0px 21px 10px !important;
}


.template-cart .product-block.fixed-width, .template-collection .product-block.fixed-width, .template-product .product-block.fixed-width {
width: 100% !important;
padding: 0;
height: 100%;
}


.template-collection div.product-block > div {
margin: 0;
position: static;
height: 93%;
}
  
.product-block .image-cont {
padding:0;
background: #f2f2f2;
}

.template-collection div.product-block > div {
padding: 0;
background: #0000;
} 
  .template-collection main#content {
padding-top: 0;
}
}
  
#main-nav.nav-row ul li a.firstnavlink {
font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
font-weight: 600;
font-size: 15px;
padding: 22px 12px;  
}
  
#main-nav.nav-row a .exp {
display: none;
}
  
.multi-level-nav .tier-2 li a, #menu-tier-2 ul li a.child-noicon {
font-family: 'Neue Haas Grotesk Display Pro', sans-serif;  
font-weight: 600;
font-size: 14px; 
}  
.multi-level-nav .tier-2 .collections-dropdown li a { 
font-family: "Altehaasgroteskregular", sans-serif;  
font-weight: 400;
} 
.nav-row ul.collections-dropdown li {
padding: 20px 10px 12px;
}
  
  
/* @media only screen and (max-width: 767px) {
.mobile-icon-menu ul {
flex-direction: column;
}
.product-icon {
margin: 0 10px;
padding: 0;
}

#main-nav a {
display: flex;
align-items: center;
}
  
} */
  
  
.product-icon {
width: inherit;
height: 50px;
}  

#menu-tier-2 ul li a {
display: flex;
flex-direction: column;
justify-content: space-between;
height: calc(100% - 16px);
}
  
  li.contains-children:nth-child(6) > a:nth-child(1) {
display: none;
}
a.btn.klaviyo-bis-trigger {
background: transparent;
color: #000;
border-color: transparent;
text-decoration: underline;
display: inline !important;  
}
.product-form + div p.notified. {display: none;}

/* new product background colors */

.template-collection div.product-block > div {
background: linear-gradient(180deg, rgba(238,235,232,1) 0%, rgba(248,247,246,1) 100%);
}

.product-slideshow .show-gallery {
  background: linear-gradient(180deg, rgba(238,235,232,1) 0%, rgba(248,247,246,1) 100%);
}

#shopify-section-product-recommendations .product-block .block-inner {
  background: linear-gradient(180deg, rgba(238,235,232,1) 0%, rgba(248,247,246,1) 100%);
}

@media only screen and (max-width: 767px) {
.template-collection div.product-block > div {
  background: #0000;
}  
  .product-block .image-cont {
    background: linear-gradient(180deg,rgba(238,235,232,1) 0%,rgba(248,247,246,1) 100%);
  }
}

/* ------------------------
new collection page 01/2023 
------------------------ */

.collection-container .product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-left: 1px solid #D2D6D9;
  grid-gap: 1px;
  background: #D2D6D9;
  line-height: normal;
  margin: 0 !important;
}  

.snippet-product-grid-item a:hover {
 color: #000;
}
.snippet-product-grid-item a {
  display: block;
  line-height: 0;
}  

.snippet-product-grid-item {
  background: linear-gradient(180deg,rgba(238,235,232,1) 0%,rgba(248,247,246,1) 100%);  
}
.image-one, .image-two {
aspect-ratio: 4/7;
transition: all .3s ease-in-out;
}

.snippet-product-grid-item .rimage-wrapper {
  padding-top: 175% !important;
}
.snippet-product-grid-item .rimage-wrapper img {
  object-fit: contain;
  object-position: top;
}
.snippet-product-grid-item .image-two {
  position: relative;
  height: 0;
  width: 100%;
  bottom: 100%;
  opacity: 0;
}  
.snippet-product-grid-item .image-two .rimage-outer-wrapper {
position: absolute;
bottom: 100%;
width: 100%;
}

#shopify-section-collection-template .pagination-row {
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid #D2D6D9;
}


.grid-product-info {
position: relative;
height: 0;
bottom: 0;
bottom: 32.5px;
padding: 0 30px;
z-index: 1;
transition: all 0.3s ease-in-out;
}

.grid-product-info .grid-general-info {
height: 27.5px;
}

.grid-product-info .grid-sizes {
line-height: 0;
}

.grid-product-info .grid-sizes {
opacity: 0;
height: 0;
transition: all 0.3s ease-in-out;
}
.grid-title {
font-weight: 600;
}

.grid-price {
float: right;
}

.sale-price {
  color: #e53d3d;
}

.sale-price span {
  color: #000;
  text-decoration: line-through;
}

.grid-size {
padding: 0 2%;
}
.grid-size:first-child {
padding-left: 4%;
}

.grid-available {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.grid-available {
  line-height: 20px;
  margin: 0;
  margin-top: -12px;
}

.grid-available::first-line {
  line-height: 0px;
}



.mobile-filter .multi-tag-row {
margin: 0;
}
.grid-title {
line-height: normal;
position: absolute;
width: calc(100% - 110px);
bottom: -6px;
}
.grid-title.sale-title-width {
  width: calc(100% - 150px);
}
@media (max-width: 899px) {
  .grid-title.sale-title-width {
    width: calc(100% - 20px);
  }
.grid-title, .grid-price {
  display: block;
  text-align: center;
  width: 100%;
}
.grid-price {
  transform: translateY(25px);
}
.grid-title {
  line-height: normal;
  position: absolute;
  width: calc(100% - 20px);
  bottom: -10px;
  }

.grid-product-info {
  bottom: 50px;
  padding: 0px 10px;
}
}

@media (min-width: 768px) {
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  top: 0px;
  right: 2px;
}

.sidebar-filter .select2 {
  max-width: 180px;
}  
#select2-sort-by-container {
  width: 100%;
}  
}

@media (min-width: 900px) {
.snippet-product-grid-item:hover .grid-product-info {
  bottom: 60px;
}

.snippet-product-grid-item:hover .grid-sizes {
opacity: 1;
height: 27.5px;
}

.snippet-product-grid-item:hover .image-one:not(.single-image) {
opacity: 0;
}
.snippet-product-grid-item:hover .image-two {
opacity: 1;
}
}

@media (min-width: 1000px) {
.collection-container .product-list {
grid-template-columns: repeat(3, 1fr);
}  
}

@media (min-width: 1400px) {
.collection-container .product-list {
grid-template-columns: repeat(4, 1fr);
}  
}

@media (min-width: 1800px) {
.collection-container .product-list {
  grid-template-columns: repeat(5, 1fr);  
}
}

.packshot-padding .rimage-wrapper img.rimage__image {
  padding: 12.5% 12.5% 0;
  width: 75%;
}


/* .subscribe-bg {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}

.desk-image {
  display: none;
}

@media (min-width: 768px) {
  .mob-image {
    display: none;
  }  
  .desk-image {
    display: block;
  }  
}
 */
 
/* -------------
freddyless store 
------------- */
 .logo-left {
display: flex;
}

ul.collections-dropdown {
  display: flex;
  justify-content: center;
  gap: 24px; /* adjust spacing between items as needed */
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

.sale-highlight {
  color: #E53D3D !important;
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
  white-space: normal !important;
}

.label-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 0;
}

.label-left {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white; /* Remove background */
  color: black; /* White text */
  font-size: 13px;
  font-weight: 500;
  padding: 16px 20px;
  text-transform: lowercase;
  border-radius: 0;
}


.label-right {
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  color: black;
  font-size: 13px;
  font-weight: 500;
  padding: 16px 20px;
  text-transform: lowercase;
  border-radius: 0;
}
.product-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  color: black;
  font-size: 13px;
  font-weight: 500;
  padding: 16px 20px;
  text-transform: lowercase;
  border-radius: 0;
}
.label-left--soldout {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5f5f5f;
  color: white;
  font-size: 13px;
  font-weight: 500;
  padding: 16px 20px;
  text-transform: lowercase;
  border-radius: 0;
}




