/** Shopify CDN: Minification failed

Line 86:16 Expected identifier but found "{"
Line 86:17 Unexpected "{"
Line 86:28 Expected ":"
Line 112:16 Expected identifier but found "{"
Line 112:17 Unexpected "{"
Line 112:28 Expected ":"
Line 112:32 Expected identifier but found "!"
Line 2485:0 Unexpected "{"
Line 2485:1 Expected identifier but found "%"
Line 2512:14 Expected identifier but found "{"
... and 5 more hidden warnings

**/


/* CSS from section stylesheet tags */
.promo .promotext {
    overflow: hidden; /* Important */
  }
  .promo img {
    width:150px;
    float:left;
    margin-right:20px;
  }
  @media all and (max-width:700px) {
    .promo img {
      width:100px;
      float:left;
      margin-right:10px;
    }
  }

  /* LEGACY Cart styles */
  #cartcontents, #carttotals {
      border-left:none;
      border-right:none;
      border-bottom:1px solid #efefef !important;
  }
  #cartcontents td, #carttotals td, #cartcontents tr, #carttotals tr {
  	padding:10px;
      border:0;
  }
  .cartrow {
      border-top:1px solid #efefef !important;
  }
  .subtotal {
      border-bottom:1px solid #efefef !important;
  }
  #cartcontents .cartquantity {
      text-align:right;
  }
  .cart-quantity {
      float:right;
      white-space:nowrap;
      min-width:70px;
  }
  #cartcontents strong, #carttotals strong {
    	font-weight:bold;
  }
  #cartcontents .cartrow .producttitle {
    	font-size:1em;
  }
  #cartcontents .cartthumb {
  	width:80px;
    	padding:0;
    	vertical-align:top;
  }
  #cartcontents .cartthumb  img {
  	width:120px;
      margin:10px;
      margin-bottom:0;
  }
  #cartwarning {
    	font-weight:400;
    	line-height:0.7em;
  }
  .checkoutbutton, .continuebutton {
    	padding:15px !important;
    	padding-top:17px !important;
    	padding-bottom:20px !important;
    	font-size:1.3em;
    	border-radius:5px !important;
  	width:100%;
    	background:{{ highlight }};
    	color:white;
    	width:100%;
    	display:block;
    	text-align:center;
      box-sizing: border-box; /* Keep div size internal */
  }
  .checkoutbutton {
    	color:white !important;
      width:49%;
      height:55px;
      font-size:0.7em;
      margin:0;
    	margin-bottom:10px;
  }
  .continuebutton {
    	background:#efefef;
    	color:black;
      width:49%;
      height:54px;
      margin-right:2%;
      float:left;
      font-size:0.7em;
    	margin-bottom:10px;
  }
  .checkoutbutton:hover, .continuebutton:hover {
    	background:{{ highlight }} !important;
    	color:white !important;
    	cursor:pointer;
  }
  .qtyminus, .quantity, .qtyplus {
    	padding:5px !important;
    	margin:2px;
    	text-align:center;
    	float:left;
    	background:#efefef;
    	border:1px solid #efefef !important;
  }
  .quantity {
    	width:20px;
    	background:white;
  }
  .qtyminus:hover, .qtyplus:hover {
  	cursor:pointer;
  }

  @media all and (max-width:700px) {
      #cartcontents .cartrow td {
          padding-right:20px;
          font-size:1em;
      }
      #cartcontents .cartthumb {
          box-sizing:border-box;
          padding-right:10px !important;
      }
      #cartcontents .cartthumb  img {
          position:relative;
          width:100%;
      }
      #carttotals {
          z-index:8;
          display:block;
          width: 100%;
    		padding-bottom:20px;
          margin-left:0px;
          margin-right:0px;
      }
      #carttotals td {
    		padding-top:0;
    		padding-bottom:0;
      }
      #carttotals tr {
    		border-top:0;
  	}
    	#cartwarning {
        	font-size:0.8em;
      }
      #carttotals .subtotal td {
        	padding:20px;
        	padding-left:0;
        	padding-right:0;
        	font-size:0.8em;
  	}
  }
  @media all and (min-width:900px) {
      .cartleft {
          float:left;
          width:calc(53% - 20px);
      }
      .cartright {
          float:right;
          width:calc(47% - 40px);
          margin-right:20px;
      }
  }
  @media all and (max-width:900px) {
      .cartleft, .cartright {
          margin-left:20px;
          margin-right:20px;
      }
  }
.two-column {
    grid-column: span 2 !important;
  }
  #footer {
    /* Dynamic, see above */
  }
  #footer a {
    /* Dynamic, see above */
  }
  #footer a:hover {
    color:#CCC;
  }
  #footer ul, #footer li {
    list-style:none;
    padding:0;
    padding-bottom:5px;
    margin:0;
  }
  #footer ul {
    padding-bottom:20px;
  }
  #footer span {
    display:block;
    padding-bottom:10px;
  }
  #footer .parent {
    display: grid;
    grid-template-columns:repeat(7, 1fr);
    column-gap: 50px;
  }
  @media all and (max-width:1300px) {
    #footer .parent {
      grid-template-columns:repeat(4, 1fr);
    }
  }
  @media all and (max-width:900px) {
    #footer .parent {
      grid-template-columns:repeat(3, 1fr);
    }
  }
  @media all and (max-width:700px) {
    #footer .parent {
      grid-template-columns:repeat(1, 1fr);
    }
  }
  #footer .group {
    box-sizing:border-box;
    padding-right:20px;
    padding-left: 10px;
  }
  #footer .child li a {
    display:block;
    padding:5px;
    padding-left:0;
  }
  #footer .parent br {
    display:none;
  }
  @media all and (min-width:100px) {
    .footersocial {
      display:block;
      max-width:410px;
      margin-left:-10px;
      float:left;
    }
  }
  .footersocial a {
    width: 40px;
    height: 35px;
    padding:8px;
    display:block;
    overflow:hidden;
    text-indent:150px;
    white-space:nowrap;
    float:left;
    margin:0;
    background-size:cover;
    border-radius:0;
   cursor:pointer;
  }
#geo-location-warning {
    background: black;
    color:white;
    display:block;
  }
  #geo-location-warning a {
    font-weight: bold;
    color:white;
  }
  #geo-location-warning a:hover {
    color:#CCC;
  }
  .warehouse-us #geo-location-warning {
    display:block !important;
  }
  @media all and (max-width:700px) {
    #geo-location-warning span {
      display:block;
      clear:left !important;
    }
  }
.splitlayout {
    display: flex;
    flex-direction:column;
  }
  .splitlayout .splitlayoutblock {
    box-sizing:border-box;
    display:flex;
    width:100%;
    justify-content: center;
    align-items: center;
  }
  .article-expanded .listcheck {
    font-size:0.8em;
    font-size:1em;
  }
  .article-expanded .listcheck h2, .sliderseo h2 {
    font-size:1.4em !important;
  }
  .article-expanded .listcheck ol, .article-expanded .listcheck ul {
    box-sizing:border-box;
    max-width:80%;
    margin:auto;
    margin-top:10px;
    padding-inline-start:10px;
    height:0;
    overflow:hidden;
    transition:1s;
  }
  .article-expanded .listcheck.openlist ol, .article-expanded .listcheck.openlist ul {
    height:auto;
    overflow:unset;
    transition:1s;
  }
  .article-expanded .listcheck li {
    padding-bottom:10px;
    list-style:auto;
    text-align:left;
  }
  .article-expanded hr {
    border:0;
    border-top:1px solid #CCC;
    margin:auto;
    margin-top:20px;
    margin-bottom:40px;
    display:block;
    max-width:80%;
  }
  .listcheck a {
    color:#bd2b6c;
  }
  .listcheck a:hover {
    color:#999;
  }
  @media (min-width: 700px) {
    .splitlayout {
      flex-direction:row;
    }
    .oddeven:nth-of-type(odd) {
      flex-direction:row-reverse;
    }
    .splitlayout .splitlayoutblock {
      width:50%;
    }
    .article-expanded hr {
      display:block;
      max-width:100%;
    }
  }

  .splitlayoutblock img {
      position:sticky;
      top:150px;
      display:unset;
  }
    @media (min-width: 700px) {
    .splitlayoutblock:has(> img) {
      align-items: flex-start !important;
    }
    }




  .get-the-look a {
    color:#bd2b6c;
  }
  .get-the-look a:hover {
    color:#999;
  }
  .get-the-look ol {
    font-size:1em;
    box-sizing:border-box;
    max-width:80%;
    margin:auto;
    margin-top:20px;
    padding-inline-start:10px;
    transition:height 1s;
  }
  .get-the-look li {
    padding-bottom:10px;
  }
.object-fit-cover img, .object-fit-cover video {
        height:100%;
        width:100%;
        object-fit:cover;
      }
    .shadesgrid {
                  display:grid !important;
              	grid-template-columns:repeat(3,1fr);
                  width:100%;
                  margin:auto;
                }
                .shadesgrid a {
                  text-align:centered;
                  padding:5px;
                  font-size:0.8em !important;
                }
                .shadesgrid img {
                  width:80%;
                  margin:auto;
                }
                .shadesgrid a:hover img {
                  opacity:1;
                }
                @media all and (min-width:700px) {
                  .shadesgrid {
                    width:80%;
                  }
                  .shadesgrid a {
                    font-size:1em !important;
                  }
                }
            .shademenu a {
              	color:black;
            }
/* Main Product PDP Grid */
  .template-product grid-container {
    clear:left;
    display: grid;
    grid-gap:20px; /* Can't use dynamic spacing inside liquid tags */
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    grid-template-areas:" column-1 column-1 column-1 column-2 column-2 "
                        " column-3 column-3 column-3 column-3 column-3 ";
  }
  @media ( max-width: 1100px ) {
    .template-product grid-container {
      grid-template-columns:1fr 1fr;
      grid-template-areas:" column-1 column-2 "
                          " column-3 column-3 ";
    }
  }
  @media ( max-width: 700px ) {
    .template-product grid-container {
      grid-gap:0;
      grid-template-columns:1fr;
      grid-template-areas:" column-1 "
                          " column-2 "
                          " column-3 ";
    }
  }
  /* Over-ride for dekstop 3 columns */
  @media ( min-width: 1100px ) {
      .template-product grid-container.triptych {
        grid-template-columns:1fr 1fr 1fr;
        grid-template-areas: "column-3 column-1 column-2";
      }
  }
  .template-product grid-item:nth-child(1) { grid-area: column-1; }
  .template-product grid-item:nth-child(2) { grid-area: column-2; }
  .template-product grid-item:nth-child(3) { grid-area: column-3; }

  /* Main Product PDP Images */
  /* Over-ride for desktop 3 columns */
  .template-product .pdpimages {
    width:100%;
    overflow:hidden;
  }
  .template-product .pdpimages .carousel {
    display:grid;
    grid-gap:10px;
    grid-template-columns:repeat(1, 1fr);
  }
  .template-product .pdpimages .carousel img {
    width:100%;
  }
  .template-product .pdpimages .slick-slide {
    margin:0 5px;
  }
  .template-product .pdpimages .slick-dots {
    padding-top:10px !important;
  }
  @media (min-width: 1100px) {
    .template-product .pdpimages .carousel {
      grid-template-columns:repeat(2, 1fr);
    }
  }
  @media (max-width: 700px) {
    .template-product .pdpimages .carousel {
      display:none;

      display:block;
      min-width:100vw;
      min-height:100vw;
    }
    .template-product .pdpimages .slick-slide {
      margin:0;
    }
  }


  /* PDP Description Block */
  .template-product .pdpdescription {
    position:sticky;
    top:120px;
    align-self:start; /* Needed for sticky within a grid */
  }
  @media (min-width: 700px) {
    .template-product .orderblock1 {
      order:3;
    }
    .template-product .orderblock2 {
      order:1;
    }
    .template-product .orderblock3 {
      order:2;
    }
  }
  @media (max-width: 700px) {
    .template-product #intro, .orderblock1 {
      display:none;
    }
    .template-product .orderblock2 {
      margin-top:0px;
    }
  }

  /* PDP Block to insert static mobile buy button */
  .template-product #staticessentials {
    position:fixed;
    bottom:0;
    background:white;
    padding:10px;
    padding-top:0px;
    padding-bottom:5px;
    box-sizing:border-box;
    width:100%;
    z-index:100;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.05);
  }
  @media (min-width: 700px) {
    .template-product #staticessentials {
      display:none;
    }


}

  /* PDP Extra Blocks */
  .template-product .extrapdpblocktitle {
    width:calc(100% - 20px);
    padding-top:10px;
    padding-bottom:5px;
    font-size:0.7em;
  }
  .template-product .extrapdpblocktitle:hover {
    cursor:pointer;
  }
  .template-product .extrapdpblockicon {
    display:block;
    width:15px;
    height:15px;
    margin-top:10px;
    background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMSAxMXYtMTFoMXYxMWgxMXYxaC0xMXYxMWgtMXYtMTFoLTExdi0xaDExeiIvPjwvc3ZnPg==);
    background-size:100%;
    background-repeat:no-repeat;
    background-position:right;
    transition:2s;
    overflow:hidden;
    text-indent:30px;
    white-space:nowrap;
  }
  .template-product .extrapdpblockicon:hover {
    cursor:pointer;
  }
  .template-product .selected .extrapdpblockicon {
    transform: rotate(225deg);
  }
  .template-product .extrapdpblockcontent {
    max-height:0;
    overflow:hidden;
    transition:0.8s;
  }
  .template-product .selected .extrapdpblockcontent {
    max-height:20vh;
    overflow:auto;
    box-sizing:border-box;
    padding-right:20px;
    margin-bottom:5px;
  }
  .template-product .extrapdpblocks section {
    border-bottom:1px solid #CCC;
    margin-bottom:10px;
  }
  .template-product .extrapdpblocks section:last-of-type {
    border-bottom:none;
  }

#buy-button-block {
  clear: both !important;
  float: none !important;
  width: 100% !important;
}

.orderblock2 {
  clear: both !important;
  width: 100% !important;
  overflow: hidden;
}

.shade-help {
  display: block !important;
  width: 100% !important;
  clear: both !important;
  padding-top: 10px !important;
  border-top: 1px solid transparent; /* Force layout */
  position: relative; /* Create new stacking context */
}

.shade-help-content {
  display: inline-block !important;
  vertical-align: top !important;
  width: calc(100% - 80px) !important;
}

.shade-help h2 {
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  float: none !important;
}

.shade-help h3 {
  margin: 0 !important;
  padding: 0 !important;
}

.shade-help > a {
  display: inline-block !important;
  vertical-align: top !important;
  width: 60px !important;
  text-align: right !important;
  float: none !important;
}

.shade-help-image {
  width: auto !important;
  max-height: 50px !important;
  display: block !important;
  margin-left: auto !important;
}

  @media (max-width: 700px) {
    .hideonmobile {
      display: none !important;
    }
  }
  
  @media (min-width: 701px) {
    .hideondesktop {
      display: none !important;
    }
  }
.shadecategorychooser  {
                display: grid;
                width:100%;
                grid-template-columns: repeat(3,33%);  /* 3 columns */
                grid-template-rows: repeat(2,auto); /* 3 rows  */
                grid-gap:0;
                border: 0px solid #efefef;
                border-top:0px solid white;
                padding-top: 10px;
              }
              .shadecategorychooser  a {
                box-sizing:border-box;
                border:0;
                text-align:center;
                display:table-cell;
                vertical-align: middle;
                color:white !important;
                border:1px solid white;
                height: 50px;
                line-height: 46px; /* <-- defines v-align */
              }
              .shadecategorychooser  a.black {
                color:black !important;
                border:1px solid #efefef;
              }
              .shadecategorychooser  a.selectedcategory {
                border:1px solid #999 !important;
              }
              @media all and (min-width:700px) and (max-width:1100px) {
                .shadecategorychooser  {
                  grid-template-columns: repeat(6,16.5%);  /* 6 columns */
                }
                .shadecategorychooser  a {
                  font-size:0.8em;
                }
              }
.anchor-section {
  z-index: 10000;
  position: absolute;
}
#topsecretcursor {
    position: fixed;
    text-align: center;
    width: 3%;
    z-index: 100;
    pointer-events: none;
  }

  @media (max-width: 700px) {
    #topsecretcursor {
      display: none;
    }
  }

  @media (hover: none) {
    #topsecretcursor {
      display: none;
    }
  }
.double-column-container {
    display: flex;
    max-width: 970px;
    margin: 0 auto;
    margin-bottom:20px;
  }
  .column {
    flex: 1;
  }
  .column img {
    width: 100%;
    height: auto;
    display: block;
  }
  .column .column-text {
    margin-left: 20px;
    text-align: justify;
  }
.flipcolours h2, .flipcolours h3 {
        color:white;
      }
      .flipcolours a, .flipcolours a h2:hover {
        color:#CCC !important;
      }

      @media all and (max-width:700px) {
        .hide-text-on-mobile .text {
          display: none !important;
        }
      }

      @media all and (max-width: 700px) {
        .widebanner {
          display: flex;
          flex-direction: column;
          align-items: center;
        }
        .widebanner h2 {
          line-height:1em;
        }
        .widebanner a:hover img {
          opacity:1;
        }
        .widebanner .image-container {
          width: 100%;
          height: auto;
        }
        .widebanner img, .widebanner video {
          width: 100%;
          height: auto;
          position:relative;
          z-index: 1;
          object-fit: contain;
        }
        .widebanner .text {
          position: static;
          margin-top: 0;
          text-align: left;
          transform: none;
          z-index:1;
          display:block;
          box-sizing:border-box;
          padding:15px;
          padding-top:20px;
          width:100%;
          background-image:none;
          background-repeat:no-repeat;
        }
        .widebanner .text.whiteonmobile {
          color: white;
        }
      }
      @media all and (min-width:700px) and (max-width:1100px) {
        .widebanner .text {
          padding:5%;
          font-size:1em !important;
        }
      }@media all and (min-width:700px) {
    .widebanner {
      display: flex;
      position: relative;
    }
    .widebanner .text {
      position: absolute;
      display: block;
      box-sizing: border-box;
      padding: 10%;
      width: 50%;
      left: 0;
      top: 50%;
      transform: translate(0, -50%);
      color: black;
      text-align: left; /* Default alignment */
    }
    .widebanner .text.align-center {
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      width: auto;
    }
    .widebanner .text.align-right {
      left: unset;
      right: 0;
      text-align: left;
    }
    .widebanner .text.reverse {
      left: unset;
      right: 0;
    }
    .widebanner .text.whiteondesktop {
      color: white;
    }
    .widebanner .text.align-center .button {
      display: inline-block;
      margin: 0 auto;
    }
    .widebanner .text.align-bottom-left {
      top: auto;
      bottom: -70px;
      left: -62px;
      transform: none;
      text-align: left;
    }
  }

      li {
      text-align: left;
    }
      @media (hover: hover) {
        .widebanner .button:hover {
          background:black !important;
          color:white !important;
          xxborder:1px solid #CCC !important;
        }
      }
.featured-item-simple picture {
  display:block;
  max-width:500px;
  margin:auto;
  margin-bottom:10px;
}
.shrinkimage {
      width: 70%;
      height: auto;
      display: block;
      margin: 0 auto;
    }
    .override100 button.width100 {
      width:fit-content !important;
    }
    .margintop p {
    /*font-size: 0.8em !important; TOO GLOBAL */
  }
.videocontainer video::-webkit-media-controls-panel {
    display: none !important;
    opacity: 0;
    transition: all 0.3s;
  }

  .videocontainer:hover video::-webkit-media-controls-panel {
    display: flex !important;
    opacity: 1;
  }

  /* For Firefox */
  .videocontainer video {
    -moz-control-hide: true;
  }

  .videocontainer:hover video {
    -moz-control-hide: false;
  }
.shadeslider div {
    box-sizing:border-box;
    padding:1px;
  }
  .shadeswatches {
    /* gmax-width:640px; */ /* See dynamic below */
    margin:auto;
    display:grid;
    grid-gap:0px !important;
    /* grid-template-columns:repeat(20, 1fr) !important; */ /* See dynamic below */
  }
  .shadeswatches .swatchdot {
    box-sizing:border-box;
    padding:5px;
    text-align:center;
  }
  .shadeswatches .swatchdot p {
    max-width:30px !important;
    max-height:30px !important;
    overflow:hidden;
    margin:auto;
  }
  .shadeswatches a {
    background-color:#CCC;
    display:flex;
    box-sizing:border-box;
    aspect-ratio: 1 / 1;
    border-radius:50%;
    border:3px solid white;
    cursor:pointer;
    justify-content: center;
    align-items: center;
    margin:auto;
    background-size:cover;
  }
  .shadeswatches a:hover {
    border:3px solid #efefef;
  }
  @media all and (max-width:640px) {
    .xxshadeswatches {
      grid-template-columns:repeat(10, 1fr) !important;
    }
    .xxshadeswatches a {
      width:25px!important;
      height:25px!important;
    }
  }
.imagetextpanel {
    width:100%;
    box-sizing:border-box;
    max-width:1200px;
    display:flex;
    flex-direction:row;
    margin:auto;
  }
  .imagetextpanel div {
    flex-basis:50%;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    justify-content: center;
  }
  @media all and (max-width:700px) {
    .imagetextpanel {
      flex-direction:column;
    }
    .imagetextpanel div {
      flex-basis:100%;
    }
  }
.fullbleedvideo {
    height: 113vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .fullbleedvideo video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
  }
  .fullbleedvideo .fullscreenlink {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
  }
  .fullbleedvideo .nextarrow {
    position: absolute;
    bottom: 10vh;
    color: white;
    opacity: 0.7;
  }
  .fullbleedvideo .fullbleedoverlay {
    z-index: 1;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    pointer-events: none;
  }

  .fullbleedvideo .fullbleedoverlay * {
    pointer-events: auto;
  }
  .fullbleedvideo .fullbleedoverlay > div {
    display: flex;
    flex-direction: column;
  }
  .fullbleedvideo .fullbleedoverlay.top-left > div {
    grid-row: 1;
    grid-column: 1;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .fullbleedvideo .fullbleedoverlay.top-right > div {
    grid-row: 1;
    grid-column: 3;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: right;
  }
  .fullbleedvideo .fullbleedoverlay.bottom-left > div {
    grid-row: 3;
    grid-column: 1;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
  }
  .fullbleedvideo .fullbleedoverlay.bottom-right > div {
    grid-row: 3;
    grid-column: 3;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
  }
  .fullbleedvideo .fullbleedoverlay.center > div {
    grid-row: 2;
    grid-column: 2;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  @media (max-width: 800px) {
    .fullbleedvideo {
      height: 37vh;
      width: 100%;
    }

    .fullbleedvideo .fullbleedoverlay {
      padding: 20px;
      grid-template-rows: 1fr 1fr;
      grid-template-columns: 1fr;
    }

    .fullbleedvideo .fullbleedoverlay div.hideonmobile {
      display: none !important;
      visibility: hidden !important;
    }

    h1 {
      font-weight: 900;
    }
  }

  @media (min-width: 801px) {
    .fullbleedvideo .fullbleedoverlay h2 {
      font-size: 4rem !important;
      width: max-content;
    }
    .fullbleedvideo .fullbleedoverlay h3 {
      font-size: 1.2rem !important;
    }
    .fullbleedvideo .fullbleedoverlay p {
      font-size: 1.3rem !important;
    }
  }

  @media (max-height: 500px) and (orientation: landscape) {
    .fullbleedvideo .fullbleedoverlay {
      padding: 15px;
    }
    .fullbleedvideo .nextarrow {
      bottom: 5vh;
    }
  }
.two-column-layout {
    display: flex;
    width: 80%;
    margin: 0 auto;
  }
  .twocolumn {
  flex: 1;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .image-container {
    width: 100%;
  }
  .image-container img {
    max-width: 100%;
    height: auto;
  }
  .text-container {
    width: 100%;
  }
  .text-container .padding {
    padding: 10px;
  }
  .text-container.align-center {
    display: flex;
    align-items: center;
  }
  @media (max-width: 768px) {
    .two-column-layout {
      flex-direction: column;
    }
    .column {
      width: 100%;
      padding: 0;
    }
    .two-column-layout {
      width: 100%;
    }
    .text-container .padding {
      padding: 10px;
    }
    .twocolumn {
      padding: 0px;
    }
  }
.linebreak {
  max-width:80%;
  margin-top:0;
  margin-bottom:0;
  border:none;
  border-top: 1px solid #efefef;
}
.imagegrid div {
    display:block;
    box-sizing:border-box;
  }
  @media (hover: hover) {
    .imagegrid .button:hover, .imagegrid div:hover .button {
      background:black !important;
      color:white !important;
    }
  }
  @media all and (max-width:700px) {
    .imagegrid {
      grid-template-columns:repeat(1fr);
      gap:0px;
    }
    .nopaddingbottommob {
      padding-bottom: 0px;
    }
    .margpadchanges {
      margin-bottom: 0px !important;
      padding: 0px 25px 0px 25px;
    }
  }
.sandwich-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:0;
  padding:0;
  max-width: 1200px;
  margin: 0 auto;
}
.sandwich-wrapper img {
  width: 300px;
  height: auto;
  object-fit: cover;
}
.content-filling {
  min-width:200px;
  max-width: 640px;
  text-align: center;
}
.content-filling h1 {
  padding-bottom:0;
  margin-bottom:0.3em;
}
@media screen and (max-width: 640px) {
  .sandwich-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .sandwich-wrapper img {
    width: 150px;
    height: auto;
    object-fit: cover;
  }
}
.latestportfolio .slickarrows {
    max-width:150px;
    margin:auto;
    font-size:3em;

    display:none;
  }
  .latestportfolio .slickdotsposition {
    display:none;
  }
  @media all and (min-width:900px) {
    	.latestportfolio .slick-list { padding:0 0 0 0 !important;}
  	.latestportfolio .slick-slide { width:300px; }
  }
  @media all and (max-width:700px) {
  	.latestportfolio .slick-list { padding:0 0 0 0 !important;}
  	.latestportfolio .slick-slide { width:250px; }
  }
.latestvideos .slickarrows {
  max-width:200px;
  margin:auto;
  font-size:3em;

  display:none;
}
.latestvideos .slickdotsposition {
  display:none;
}
@media all and (min-width:700px) {
  	.latestvideos .slick-list { padding:0 0 0 0 !important;}
	.latestvideos .slick-slide { width:27vw; }
}
@media all and (max-width:700px) {
	.latestvideos .slick-list { padding:0 0 0 0 !important;}
	.latestvideos .slick-slide { width:320px; }
}
.newspaperbody{
       font-size: 14px;
       color: #2f2f2f;
   }
   .font-newspaper {
       font-weight: 900;
       font-size: 80px;
       text-transform: uppercase;
       display: inline-block;
       line-height: 72px;
       margin-bottom: 20px;
     width:100%;
   }
  .collumn p {
       margin-top: 0;
       margin-bottom: 20px;
       text-align: justify;

   }
   .head-newspaper{
       text-align: center;
       position: relative;


   }

   .headerobjectswrapper-newspaper{
   }

   .subhead-newspaper{
       text-transform: uppercase;
       border-bottom: 2px solid #2f2f2f;
       border-top: 2px solid #2f2f2f;
       padding: 12px 0 12px 0;

   }

   .content-newspaper{
       font-size: 0;
       line-height: 0;
       word-spacing: -.31em;
       display: inline-block;
       margin: 30px 2% 0 2%;


   }
   .collumns{

   }

   .collumn{
       font-size: 14px;
       line-height: 20px;
       width: 31%;
       display: inline-block;
       padding: 0 1% 0 1%;
       vertical-align: top;
       transition: all .7s;
   }
   .collumn + .collumn {
     border-left: 1px solid #2f2f2f;
   }
   .collumn .headline-newspaper{
       text-align: center;
       line-height: normal;

       display: block;
       margin: 0 auto;


   }
   .collumn .headline-newspaper.hl1{
       font-weight: 700;
       font-size: 30px;
       text-transform: uppercase;
       padding: 10px 0 10px 0;

   }

   .collumn .headline-newspaper.hl2{
       font-weight: 400;
       font-style: italic;
       font-size: 24px;
       box-sizing: border-box;
       padding: 10px 0 10px 0;
   }

   .collumn .headline-newspaper.hl2:before{
       border-top: 1px solid #2f2f2f;
       content: '';
       width: 100px;
       height: 7px;
       display: block;
       margin: 0 auto;
   }
   .collumn .headline-newspaper.hl2:after{
       border-bottom: 1px solid #2f2f2f;
       content: '';
       width: 100px;
       height: 13px;
       display: block;
       margin: 0 auto;

   }

   .collumn .headline-newspaper.hl3{
       font-weight: 400;
       font-style: italic;
       font-size: 36px;
       box-sizing: border-box;
       padding: 10px 0 10px 0;
   }
   .collumn .headline-newspaper.hl4{
       font-weight: 700;
       font-size: 12px;
       box-sizing: border-box;
       padding: 10px 0 10px 0;
   }
   .collumn .headline-newspaper.hl4:before{
       border-top: 1px solid #2f2f2f;
       content: '';
       width: 100px;
       height: 7px;
       display: block;
       margin: 0 auto;
   }
   .collumn .headline-newspaper.hl4:after{
       border-bottom: 1px solid #2f2f2f;
       content: '';
       width: 100px;
       height: 10px;
       display: block;
       margin: 0 auto;

   }

   .collumn .headline-newspaper.hl5{
       font-weight: 400;
       font-size: 42px;
       text-transform: uppercase;
       font-style: italic;
       box-sizing: border-box;
       padding: 10px 0 10px 0;
   }
   .collumn .headline-newspaper.hl6{
       font-weight: 400;
       font-size: 18px;
       box-sizing: border-box;
       padding: 10px 0 10px 0;
   }
   .collumn .headline-newspaper.hl6:before{
       border-top: 1px solid #2f2f2f;
       content: '';
       width: 100px;
       height: 7px;
       display: block;
       margin: 0 auto;
   }
   .collumn .headline-newspaper.hl6:after{
       border-bottom: 1px solid #2f2f2f;
       content: '';
       width: 100px;
       height: 10px;
       display: block;
       margin: 0 auto;

   }
   .collumn .headline-newspaper.hl7{
       font-weight: 700;
       font-size: 12px;
       box-sizing: border-box;
       display: block;
       padding: 10px 0 10px 0;
   }
   .collumn .headline-newspaper.hl8{
       font-weight: 700;
       font-size: 12px;
       box-sizing: border-box;
       padding: 10px 0 10px 0;
   }
   .collumn .headline-newspaper.hl9{
       font-weight: 700;
       font-size: 12px;
       box-sizing: border-box;
       padding: 10px 0 10px 0;
   }
   .collumn .headline-newspaper.hl10{
       font-weight: 700;
       font-size: 12px;
       box-sizing: border-box;
       padding: 10px 0 10px 0;
   }
   .collumn .citation{

       font-size: 30px;
       line-height: 44px;
       /*font-style: italic;*/
       text-align: center;
       font-weight: 400;
       display: block;
       margin: 40px 0 40px 0;
       font-feature-settings: "liga", "dlig";

   }
   .collumn .citation:before{
       border-top: 1px solid #2f2f2f;
       content: '';
       width: 100px;
       height: 16px;
       display: block;
       margin: 0 auto;
   }
   .collumn .citation:after{
       border-bottom: 1px solid #2f2f2f;
       content: '';
       width: 100px;
       height: 16px;
       display: block;
       margin: 0 auto;
   }
   .collumn .figure {
   	  margin: 0 0 20px;
   }
   .collumn .figcaption{
   	font-style: italic;
   	font-size: 12px;
   }
   .media {
       -webkit-filter: sepia(80%) contrast(1) opacity(0.8);
       filter: sepia(80%) grayscale(1) contrast(1) opacity(0.8);
       mix-blend-mode: multiply;
       width: 100%;
   }

   @media only all and (max-width: 1300px) {
       .weatherforcastbox-newspaper{
           display: none;
       }

   }
   @media only all and (max-width: 1200px) {
       .collumn{
           width: 31%;
       }

   }
       @media only all and (max-width: 900px) {
       .collumn{
           width: 47%;
       }

   }
   @media only all and (max-width: 760px) {

       .collumn{
           width: 98%;
       border-bottom: 1px solid #2f2f2f;
   }
    .collumn:last-of-type {
           border-bottom: none !important;
       }
   	.collumn + .collumn {
   				border-left: none;
         	border-bottom: 1px solid #2f2f2f;
   	}
       header-newspaper{
           max-width: 320px;
           font-size: 60px;
           line-height: 54px;
           overflow: hidden;
       }
     .font-newspaper {
       font-weight: 900;
       font-size: 50px;
       text-transform: uppercase;
       display: inline-block;
       line-height: 72px;
       margin-bottom: 20px;
     width:100%;
   }

   }
.slick-slide .block {
    border-left:1px solid #efefef;
    border-top:1px solid #efefef;
    border-bottom:1px solid #efefef;
    padding:10px;

    border:1px solid #efefef;
    border-bottom:2px solid #efefef;
    border-top:2px solid #efefef;
    border-bottom:1px solid #efefef;
    box-sizing:border-box;
  }
  .slick-list {
    xxborder:1px solid #efefef;
  }
  .slick-slide:last-of-type .block {
    xxborder-right:1px solid #efefef;
  }
  .slick-slide .block strong {
    font-weight:400 !important;
  }

  .tightertop {
    line-height: 120%;
  }
.stacked-collection {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .stacked-collection a span {
    display: block;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .stacked-collection a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .stacked-collection .corner-overlay {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15%;
    border-radius: 100%;
  }
  .stacked-collection-swatch {
    box-sizing: border-box;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    float: left;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* See le-theme-css-v4-main.css */
    xxdisplay: flex !important;
    xxheight:28px !important;
    xxwidth:28px !important;
    xxmargin: 3px;
    xxmargin-left: 0;
    xxmargin-right: 6px;
   }
   .stacked-collection-swatch.outline {
    border: 1px solid grey;
    padding-left: 1px;
    padding-bottom: 1px;
  }
  .showallshadestext {
    display: flex;
    box-sizing: border-box;
    height: 34px;
    width: auto;
    float: left;
    align-items: center;
    justify-content: center;
  }
  .stacked-collection-swatch.expandedonly {
    display:none !important;
  }
  .showall .stacked-collection-swatch.expandedonly {
    display:flex !important;
  }
  .stacked-collection .carousel a img {
    height: 100%;
    width: auto;
  }
  .stacked-collection.image-block img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .hundredmargin {
    max-width:100%;
    margin:auto;
    height:100%;
  }
  .stacked-collection.hide-on-all {
    display: none;
  }
  @media (max-width: 780px) {
    .stacked-collection-swatch {
      height: 20px;
      width: 20px;
    }
    .stacked-collection.image-block img {
      padding-left: 15px;
    }
    .stacked-collection {
      padding-bottom: 0px !important;
    }
    .stacked-collection .paddingtop {
      padding-top: 0px !important;
    }
    .hundredmargin {
      max-width:100% !important;
      margin-top: 20px;
      height: auto;
    }
  }
  .blocktext {
    position: absolute;
    margin-left: 10px;
  }

    /* Secon image on hover
        .reveal span {
        position: relative;
      }

      .reveal span img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
      }

        .reveal:hover .primary-image.has-hover {
          opacity: 0 !important;
        }
        .reveal:hover .hover-image {
          opacity: 1 !important;
        }

        @media (max-width: 767px) {
          .reveal .primary-image.has-hover {
            animation: fadeInOut 4s infinite;
          }
          .reveal .hover-image {
            opacity: 1;
            animation: fadeOutIn 4s infinite;
          }
          @keyframes fadeInOut {
            0%, 50% {
              opacity: 1;
            }
            51%, 100% {
              opacity: 0;
            }
          }
          @keyframes fadeOutIn {
            0%, 50% {
              opacity: 0;
            }
            51%, 100% {
              opacity: 1;
            }
          }
        }
    */
.filter1, .filter2 {
    width:50%;
    float:left;
    box-sizing:border-box;
  }
  .filter1 a.selected-filter, .filter2 a.selected-filter {
    text-decoration:underline;
  }
  .paletteswatch {
    display:table;
    width:490px;
    margin:auto;
    max-height:60px;
  }
  .paletteswatch a {
    background-color:#efefef;
    display:table-cell;
    width:35px;
    height:35px;
    overflow:hidden;
    float:left;
    margin:5px;
    border-radius:100px;
    background-size:cover;
    background-position:center center;
    border: 2px solid white;
  }
  .paletteswatch a img {
    width:100%;
    box-sizing: border-box;
    border-radius:19px;
    border: 4px solid white;
  }
  .paletteswatch a.selected-filter {
    border-color:#CCC;
  }
  @media all and (max-width:700px) {
    .filter1, .filter2 {
      width:100%;
      float:none;
    }
    .paletteswatch {
      width:190px;
      max-height:40px;
    }
    .paletteswatch a {
      width:30px;
      height:30px;
      margin:2px;
    }
    .product-info p {
       font-size: 3vw;
    }
  }
  @media all and (max-width:700px) {
    .shrinkmobile.xs {
      font-size:0.35em !important;
    }
  }
.filter-container {
    background-color: #efefef;
    padding: 5px 20px;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .filter-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .filter-options {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
  }

  .filter-item {
    position: relative;
  }

  .filter-toggle {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
  }

  .filter-toggle:hover {
    color: #000;
  }

  .filter-toggle,
  .mobile-filter-toggle,
  .mobile-sort-toggle {
    margin-bottom: 0px !important;
   }

  .filter-toggle.active {
    color: #000;
    font-weight: 600;
  }

  .filter-toggle svg {
    width: 10px;
    height: 10px;
    transition: transform 0.2s ease;
  }

  .filter-toggle.active svg {
    transform: rotate(180deg);
  }

  .filter-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 200px;
    display: none;
    z-index: 1000;
    margin-top: 8px;
  }

  .filter-dropdown.active {
    display: block;
  }

  .filter-dropdown a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
  }

  .filter-dropdown a:last-child {
    border-bottom: none;
  }

  .filter-dropdown a:hover {
    background-color: #f8f8f8;
  }

  .filter-dropdown a.selected-filter {
    font-weight: 600;
    background-color: #f0f0f0;
  }

  .sort-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
    border-left: 1px solid #d0d0d0;
    padding-left: 20px;
  }

  .sort-label {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #333;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .sort-label svg {
    width: 14px;
    height: 14px;
  }

  /* Mobile Filter Button */
  .mobile-filter-toggle {
    display: none;
    align-items: center;
    gap: 8px;
    background: white;
    border: 1px solid #d0d0d0;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #333;
    width: 48%;
  }

  .mobile-filter-toggle svg {
    width: 16px;
    height: 16px;
  }

  .mobile-filter-toggle.active svg {
    transform: rotate(180deg);
  }

  .mobile-sort-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: white;
    border: 1px solid #d0d0d0;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #333;
    width: 48%;
  }

  .mobile-sort-toggle svg {
    width: 14px;
    height: 14px;
  }

  .mobile-controls {
    display: none;
    gap: 10px;
    width: 100%;
  }

  .mobile-filter-panel {
    display: none;
    background: white;
    border-top: 1px solid #e0e0e0;
    padding: 0;
    margin-top: 10px;
  }

  .mobile-filter-panel.active {
    display: block;
  }

  .mobile-filter-item {
    border-bottom: 1px solid #e0e0e0;
  }

  .mobile-filter-header {
    padding: 16px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #333;
    background: white;
  }

  .mobile-filter-header:hover {
    background-color: #f8f8f8;
  }

  .mobile-filter-header svg {
    width: 10px;
    height: 10px;
    transition: transform 0.2s ease;
  }

  .mobile-filter-header.active svg {
    transform: rotate(180deg);
  }

  .mobile-filter-content {
    display: none;
    padding: 0 20px 20px 20px;
  }

  .mobile-filter-content.active {
    display: block;
  }

  .mobile-filter-content a {
    display: block;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  .mobile-filter-content a.selected-filter {
    font-weight: 600;
  }

  /* Responsive Styles */
  @media all and (max-width: 768px) {
    .filter-container {
      padding: 10px 15px;
    }

    .filter-options,
    .sort-container {
      display: none;
    }

    .mobile-controls {
      display: flex;
    }

    .mobile-filter-toggle,
    .mobile-sort-toggle {
      display: flex;
    }
  }

  /* Product Grid */
  .product-item {
    transition: opacity 0.3s ease;
  }

  .product-item.hidden {
    display: none;
  }

  /* Palette Swatches (keeping your existing styles) */
  .paletteswatch {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
  }

  .paletteswatch a {
    background-color: #efefef;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
  }

  .paletteswatch a:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  }

  .paletteswatch a img {
    width: 100%;
    border-radius: 50%;
    border: 4px solid white;
    box-sizing: border-box;
  }

  .paletteswatch a.selected-filter {
    border-color: #333;
    border-width: 3px;
  }
.bigquote {
	xxbackground: linear-gradient(-45deg, #ccc,#999,#efefef);
	xxanimation: gradientBackground 20s infinite;
    background-color: grey;
    color:white;
  }
  .bigquote div {
    width:70%;
    max-width:800px;
    font-size:2.5em;
    margin:auto;
    padding-top:70px;
    padding-bottom:80px;
  }
  @media all and (max-width:700px) {
    .bigquote div {
      font-size:1.7em;
      padding-top:50px;
      padding-bottom:50px;
    }
  }
.reasonsbanner {
    padding-top: 0px;
    margin-top: 0px;
    background-color: #efefef;
    padding-bottom: 15px;
  }

  .reasons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    color: black;
  }

  .reason-item {
    padding: 15px;
    text-align: center;
  }

  .reason-item img {
    margin-bottom: 10px;
    width: 100px;
    height: auto;
    display: block;
    margin: 20px auto;
  }

  .reason-item h3 {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: none;
  }

  .reason-item p,
  .reason-item a {
    font-size: 1.1rem;
    color: black !important;
  }

  @media (max-width: 600px) {
    .reasons {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      gap: 10px;
      padding: 0 20px;
    }

    .reason-item {
      padding: 10px;
    }

    .reason-item img {
      width: 80px;
      margin: 15px auto;
    }

    .reason-item h3 {
      font-size: 1.4rem;
    }

    .reason-item p,
    .reason-item a {
      font-size: 1rem;
    }
  }
.recommendedproducts {
    display:flex;
    flex-direction:row;
    margin:auto;
    width:fit-content;
  }
  .recommendedproduct {
    box-sizing:border-box;
    border:1px solid #efefef;
    border-right:0;
    display:grid;
    grid-template-columns:30% 70%;
    width:calc(100% / 2);
    max-width:400px;
  }
  .recommendedproduct:last-of-type {
    border:1px solid #efefef;
  }
  @media all and (max-width:700px) {
    .recommendedproducts {
      flex-direction:column;
    }
    .recommendedproduct {
      border:1px solid #efefef;
      border-bottom:0;
      width:100%;
      max-width:100%;
    }
    .recommendedproduct:last-of-type {
      border:1px solid #efefef;
    }
  }
.lmbanner {
    padding: 2em;
    text-align: center;
    margin-top: 5px;
    color: white !important;
  }
  .lmcontainer {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #efefef;
    padding: 2em;
    color: white !important;
  }
  .lmlogo {
    display: inline-block;
    max-width: 250px;
  }
  .button {
    display: inline-block !important;
  }
.featured-item-simple picture {
    display:block;
    max-width:500px;
    margin:auto;
    margin-bottom:10px;
  }
.spacer-section {
    width: 100%;
    clear: both;
  }

  @media screen and (max-width: 749px) {
    .spacer-section.hide-on-mobile {
      display: none !important;
    }
  }
.shopify-section:has(> .subnavigation) {
    position:sticky;
    top:80px;
    z-index:3;
    background:white;
    box-sizing:border-box;
    border-bottom:1px solid #efefef;
    box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.3);
    padding-top:0px;
    margin-bottom:20px;
  text-wrap: balance;
  }
  .shrink-menu .shopify-section:has(> .subnavigation) {
    top:80px;
  }
  @media all and (max-width:1100px) {
  }
  @media all and (max-width:700px) {
    .shopify-section:has(> .subnavigation) {
      top:30px;
    }
    .subnavigation.xs {
      font-size:0.55em !important;
      text-wrap: balance;

    }
  }
  .subnavigation {
    padding:10px;
    width:fit-content;
    margin:auto;
    font-size:0.7em;
  }
  .subnavigation a {
    color:black !important;
  }
  .subnavigation a.highlight {
    color:#999 !important;
  }
  .subnavigationblock {
    display:none;
  }
.xxsub-nav {
      text-align: center;
      margin-bottom: 20px;
    }
    .xxtoggle-table-btn {
      background: #EFEFEF;
      color: black;
      font-weight: 300;
      font-size: 0.9em;
      padding: 0.8em 2.2em 0.9em 2.2em;
      text-transform: uppercase;
      cursor: pointer;
    }

  .table-wrapper img {
    max-width: 50px;
    max-height: 50px;
  }
    .xxtable-wrapper {
      display: block;
    }
    .table-wrapper.hidden {
      display: none;
    }
    .table-wrapper table {
      border: 1px solid #efefef;
      margin: 0 auto;
      xxwidth: 60%;
    }
    .table-wrapper table th, .table-wrapper table td {
      border: 1px solid #efefef;
      padding: 8px;
    }

  .close-table-link {
      display: block;
      text-align: center;
      margin: 15px auto 0;
      cursor: pointer;
      width: fit-content;
    }

    @media all and (max-width:900px) {
     .table-wrapper table {
        xxwidth:100%;
      }
      td {
        font-size: 14px;
      }
    }
.shrinkimg {
    width: 80%;
    margin: 0 auto;
    display: block;
  }

    .shrinkvid {
    width: 40%;
    margin: 0 auto;
    display: block;
  }

  .splithalf.texthalf {
    max-width: 600px;
    margin: 0 auto;
    justify-content: center;
  }

  .split.reverseblocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse; /* Reverse the order of elements */
  }

  .split.reverseblocks .imagehalf {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .moreinfotab .padding.s {
    padding: 20px;
  }

  .moreinfotab .padding.s div[data="usedtocenter"] {
    max-width: 600px; /* Make the text container narrower */
    margin: 0 auto;
  }
@media all and (max-width:700px) {
  	#popup-cart {
  		font-size:0.7em;
	}
}
#popup-cart h2 {
  	font-size:1.5em;
  	margin-bottom:3px;
  	line-height:1.2em;
}
#popup-cart h2 big {
  	font-size:1.6em;
}
#popup-cart h3 {
  	font-size:1.2em;
}
#popup-cart h3 {
  	font-size:1.2em;
}
.popupintro small {
  	font-size:0.8em;
}
.input-hidden {
  	position: absolute;
	left:-9999px;
}
#scroller label {
	float:left;
  	width:50%;
  	box-sizing:border-box;
  	padding:3%;
}
  
#scroller label.soldout {
	background-size:103%;
    background-repeat:no-repeat;
}

#scroller label.soldout img {
  	opacity:0.1;
  	filter: grayscale(100%);
}

#scroller label p {
  	display:block;
  	font-size:1.1em;
}

#scroller label small {
  	font-size:0.5em;
} 

#scroller label span {
    position:relative;
	margin:10px;
  	clear:left;
} 
  
input[type=radio]:checked + #scroller label>a img {
  	border: 1px solid #333;
}

input[type=radio] + #scroller label>a img {
	box-sizing:border-box;
  	border: 1px solid #CCC;
	margin:3px;
  	width: 100%;
  	transition: 500ms all;
  	float:left;
  	box-shadow: 7px 0px 5px 0px #EFEFEF;
  	box-shadow: 5px 5px 5px 0px #CCC;
}
input[type=radio] + #scroller label>a:hover img {
  	border: 1px solid #333;
}
#message {
  	padding-top:10px;
    color:#444;
    text-transform:unset !important;
}
#scroller {
  	display:block;
  	height:400px;
  	width:100%;
  	padding-right:10px;
  	overflow:scroll;
  	overflow-x:hidden;
  	box-sizing:border-box;
}
@media all and (max-width:700px) {
  	#scroller {
  		height:250px;
	}
} 
#scroller::-webkit-scrollbar {
    width: 10px;
}
#scroller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.4); 
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
#scroller::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(100,100,100,0.8);
    background:#efefef; 
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5); 
}
#product-add {
  	clear:both;
  	width:100%;
  	/*padding:1%;*/
  	background:white;
  	box-sizing:border-box;
  	text-align:center;
}
  
#product-add button {
  	margin-bottom:0;
}
{% comment %}
#popup-currency .inner {
  background-size:cover;
  background-position:center center;
  padding:50px;
  box-sizing:border-box;
  max-width:550px;
}
#popup-currency strong {
  font-size:1.5em;
  font-weight:700;
}
#popup-currency ul, #popup-currency li {
  list-style:none;
  margin:0;
  padding:0;
}
#popup-currency li a, #popup-currency button, #popup-currency .button {
  display:block;
  width:100%;
  box-sizing: border-box;
  padding:10px !important;
  margin-top:20px;
  background:#efefef;
  text-align:left;
  font-size:1em !important;
  cursor: pointer;
  font-family:{{ base_font.family }} !important;
}
#popup-currency li a:hover, #popup-currency li a.selected {
  color:white;
  background:black;
}
#popup-currency li a.close {
  color:white;
  background:black;
}

#popup-currency .or {
  padding:10px;
  display:block;
  font-size:1.2em;
}
#countrydropdown {
  background:#efefef;
  border: 1px solid #efefef;
  width:100%;
  padding:10px;
  font-size:1em !important;
  text-align:center;
  text-align-last:center;
}
#countrydropdown input {
  margin:auto;
  display:block;
  width:100%;
}
{% endcomment %}
.recommendation-popup {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 9999;
                opacity: 0;
                visibility: hidden;
                transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
              }
              .recommendation-popup.is-active {
                opacity: 1;
                visibility: visible;
              }
              .recommendation-popup__overlay {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.5);
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 10px;
              }
              .recommendation-popup__content {
                position: relative;
                background: white;
                padding: 2rem;
                max-width: 400px;
                width: 100%;
                text-align: center;
              }
              .recommendation-popup__close {
                position: absolute;
                right: 1rem;
                top: 1rem;
                border: none;
                background: none;
                cursor: pointer;
                padding: 0.5rem;
                color: #666;
              }
              .recommendation-popup__close:hover {
                color: #333;
              }
              .recommendation-popup__image {
                margin-bottom: 1.5rem;
              }
              .recommendation-popup__image img {
                max-width: 250px;
                margin: 0 auto;
              }
              .recommendation-popup__text {
                margin: 2rem 4.6rem 2rem 4.6rem;

              }
              .recommendation-popup__text h2 {
                font-size: 1.6rem;
                margin-bottom: 0.1rem;
              }
              .recommendation-popup__text p {
                font-size: 1.3rem;
                color: #666;
              }
              .recommendation-popup__buttons {
                display: flex;
                flex-direction: column;
                gap: 0.75rem;
                font-family: 'Open Sans';
              }
              .recommendation-popup__button {
                width: 100%;
                padding: 0.75rem 0rem;
                border: none;
                cursor: pointer;
                text-decoration: none;
                text-align: center;
                font-size: 0.875rem;
                transition: background-color 0.2s ease-in-out;
              }
              .recommendation-popup__button--primary {
                background-color: #000;
                color: white;
              }
              .recommendation-popup__button--primary:hover {
                background-color: #333;
              }
              .recommendation-popup__button--secondary {
                background-color: #f3f3f3;
                color: #333;
              }
              .recommendation-popup__button--secondary:hover {
                background-color: #e5e5e5;
              }

  @media (max-width: 800px) {
    .recommendation-popup__content {
      padding: 1rem;
      max-width: 400px;
      max-height: 480px;
    }
    .recommendation-popup__text {
      margin: 1rem 2.6rem 2rem 0.6rem;
    }
    .recommendation-popup__image img {
     max-width: 118px;
    }
    .recommendation-popup__text p {
     font-size: 14px;
     color: #666;
    }
    .recommendation-popup__text h2 {
     font-size: 24px;
    }
    .recommendation-popup__content {
     max-width: 300px;
    }
    .recommendation-popup__button {
     width: 100%;
     padding: 0.55rem 0rem;
     font-size: 0.775rem;
    }
    .recommendation-popup__overlay {
     padding: 0rem;
    }
  }
.shadeslider div {
    box-sizing:border-box;
    padding:1px;
  }
  .shadeswatches {
    /* gmax-width:640px; */ /* See dynamic below */
    margin:auto;
    display:grid;
    grid-gap:0px !important;
    /* grid-template-columns:repeat(20, 1fr) !important; */ /* See dynamic below */
  }
  .shadeswatches .swatchdot {
    box-sizing:border-box;
    padding:5px;
    text-align:center;
  }
  .shadeswatches .swatchdot p {
    max-width:30px !important;
    max-height:30px !important;
    overflow:hidden;
    margin:auto;
  }
  .shadeswatches a {
    background-color:#CCC;
    display:flex;
    box-sizing:border-box;
    aspect-ratio: 1 / 1;
    border-radius:50%;
    border:3px solid white;
    cursor:pointer;
    justify-content: center;
    align-items: center;
    background-size:cover;
  }
  .shadeswatches a:hover {
    border:3px solid #efefef;
  }
  @media all and (max-width:640px) {
    .shadeswatches {
      grid-template-columns:repeat(10, 1fr) !important;
    }
    .shadeswatches a {
      width:25px!important;
      height:25px!important;
    }
  }