/** 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 492:2 Unexpected "{"
Line 492:3 Expected identifier but found "%"
Line 498:2 Unexpected "{"
... and 10 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:10px;
    	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;
      }
  }
#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(5, 1fr);
}
@media all and (max-width:1300px) {
  #footer .parent {
    grid-template-columns:repeat(3, 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 {
}
#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:20px;
  	height:25px;
	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-gb #geo-location-warning, .warehouse-eu #geo-location-warning {
    display:none;
  }
  .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;
    }
  }
  {% comment %}
  @media all and (max-width:1100px) {
    .template-product .slick-list{ /* Top Right Bottom Left */
      xxpadding:0 40px 10px 40px !important;
    }
  }
  {% endcomment %}

  /* 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:20px;
    }
  }

  /* PDP Block to insert static mobile buy button */
  .template-product #staticessentials {
    position:fixed;
    bottom:0;
    background:white;
    padding:15px;
    padding-top:5px;
    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;
  }
  .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;
  }


          .shade-help {
      display: block;
      z-index: 1000;
      margin-top: 5px;
      clear: both;
      overflow: hidden;
  }

  .shade-help h2 {
      float: left;
      margin-right: 15px;
      margin-bottom: 0;
    padding-top:2px;
  }

  .shade-help-image {
      float: right;
      width: auto;
      max-height: 50px;
    padding-bottom:10px;
  }
.{
  display: inline-block;
  max-width: 700px;
}
.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 h1 {
      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;
    }
  }
  @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;
  }
.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;
    }
  }
.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:calc(100vh - 139px);
        width:100%;
        position:relative;
        display:flex;
        align-items:center;
        justify-content:center;
      }
      .fullbleedvideo video {
        width:100%;
        height:100%;
        position:absolute;
        object-fit:cover;
        z-index: 0;
      }
      .fullbleedvideo .fullscreenlink {
        height:calc(100vh - 139px);
        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: 360px;
        width: auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fullbleedvideo .fullbleedoverlay {
        z-index: 1;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 15px;
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr;
        pointer-events: none;
    }
    .fullbleedvideo .fullbleedoverlay div.hideonmobile {
      display: none !important;
      visibility: hidden !important;
    }
    h1 {
        font-weight: 900;
    }
      }
  @media (min-width: 800px) {
    .fullbleedvideo .fullbleedoverlay h2 {
      font-size: 4rem !important;
    }
    .fullbleedvideo .fullbleedoverlay h3 {
      font-size: 1.2rem !important;
    }
    .fullbleedvideo .fullbleedoverlay p {
      font-size: 1.3rem !important;
    }
  }
.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;
}
.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;
  }
.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: 95%;
    height: 100%;
    object-fit: cover;
  }
  .hundredmargin {
    max-width:90%;
    margin:auto;
    height:90%;
  }
  @media (max-width: 780px) {
    .stacked-collection-swatch {
      height: 20px;
      width: 20px;
    }
    .stacked-collection.image-block img {
      margin-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;
  }
.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;
    }
  }
.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:auto !important;
      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;
    }

    .formulation-filter, .finish-filter, .colour-filter, .undertone-filter {
      display: none;
    }

    .formulation-filter.active, .finish-filter.active, .colour-filter.active, .undertone-filter.active {
      display: block;
    }

    .linkedblocks.active {
    }

    .linkedblocks {
      cursor: pointer;
    }

    .linkedblocks:hover {
      opacity: 1;
    }

    @media all and (max-width:700px) {
      .filter1, .filter2 {
        width:100%;
        float:none;
      }
      .paletteswatch {
        max-height:40px;
      }
      .paletteswatch a {
        width:30px;
        height:30px;
        margin:2px;
      }
      .product-info p {
         font-size: 3vw;
      }
      .shrinkmobile.xs {
        font-size:0.35em !important;
      }

          .blockimagebanner {
          grid-template-columns: repeat(2, 2fr) !important;
          width: auto !important;
            justify-self: auto;
      }

      .blockbgimage {
        margin-bottom: 5px;
      }

      .linkedblocks {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
      }

      .blockimagetitle {
        padding: 2rem;
      }

      .blockimagetext {
        padding: 0rem 2rem;
      }
    }

      .blockimagebanner {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0px;
      width: 800px;
      justify-self: anchor-center;
      }

      .linkedblocks {
        display: block;
        width: 100%;
        overflow: hidden;
      }


    .blockbgimage {
      width: 100%;
      height: 60px;
      background-size: cover;
      background-position: center;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      overflow: hidden;
    }

    .blockimagetext {
      text-align: center;
      padding: 0px;
      width: 100%;
      box-sizing: border-box;
    }

    .blockimagelink {
      text-align: center;
      width: 100%;
      box-sizing: border-box;
    }

    .blockimagetitle {
      padding: 6rem;
    }

    a.bold-link {
    font-weight: bold;
  }
.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: flex;
    justify-content: space-around;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    color: black;
  }
  .reason-item {
    flex: 1;
    padding: 15px;
  }
  .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 {
      flex-direction: column;
      align-items: center;
    }
    .reason-item {
      max-width: 100%;
      padding:10px 20px;
    }
    .reason-item img {
      width: 100px;
      margin: 15px auto;
    }
  }
.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;
  }
  .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.35em !important;
    }
  }
  .subnavigation {
    padding:10px;
    width:fit-content;
    margin:auto;
    font-size:0.7em;
  }
  .subnavigation a {
    color:black !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;
      }
    }
@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 %}
.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;
    }
  }