/** Shopify CDN: Minification failed

Line 1972:20 Comments in CSS use "/* ... */" instead of "//"
Line 1987:20 Comments in CSS use "/* ... */" instead of "//"
Line 3212:2 Unexpected "{"

**/
/*
Theme Name:     UE WP BUILD | 2021
Description:    Master UE Build
Design:         Untitled Era LLC
Development:	  Untitled Era LLC
Author URI:     http://untitledera.com
Template:       twentynineteen
Version:        2.1
*/


@font-face {
  font-family: 'entypo-social-plus';
  src: url('assets/fonts/entypo-social-plus.eot');
  src: url('assets/fonts/entypo-social-plus.eot?#iefix') format('embedded-opentype'),
  url('assets/fonts/entypo-social-plus.woff') format('woff'),
  url('assets/fonts/entypo-social-plus.ttf') format('truetype'),
  url('assets/fonts/entypo-social-plus.svg#entypo+social') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*--ADA--*/
.sr-only {
  position:absolute !important;
  width:1px; height:1px;
  padding:0; margin:-1px;
  overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0;
}

.skip-to-content-link {
  left: 50%;
  position: absolute;
  transform: translate(-100vw, -100vh);
}

.skip-to-content-link {
  background: #000;
  color: #fff !important;
  height: auto;
  padding: 11px 0;
  position: absolute;
  transition: transform 0.3s;
  font-weight: 700;
  width: 200px;
  margin-left: -100px;
  z-index: 9;
  text-align: center;
}

.skip-to-content-link:focus {
    transform: translate(0, 0);
}

/*--- GLOBAL ---*/
#wpadminbar {
  display: none !important;
  z-index: 99999999;
}

html {
  background: #000;
  color:#000;
  width: 100%;
  padding: 0;
  margin: 0;
  /*min-height: calc(100vh);*/
}

body {
  font-family: "muli", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  position: relative;
  display: block;
  padding-top: 0;
  min-height: calc(100vh - 260px);
  /* background: #000; */
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

h1.p1,
h2.p1,
h3.p1,
h4.p1,
h5.p1,
h6.p1,
p.p1 {
  padding: 0;
}

p:last-of-type {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "muli", sans-serif;
}

.h1,
h1 {
  font-family: "optima-nova-lt-pro", sans-serif;
  font-size: 42px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

.h2,
h2 {
  font-family: "optima-nova-lt-pro", sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

.h3,
h3 {
  font-family: "muli", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

.h4,
h4 {
  font-family: "muli", sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.25;
}

.h5,
h5 {
  font-family: "muli", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.75;
}

.h6,
h6 {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  text-decoration: none;
}

img {
    display: block;
}

a,
a:visited,
a:active {
  color:inherit;
  text-decoration:none;
  background:none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.section-block ul {
  padding: 0;
  padding-left: 1em;
}

.section-block a {
  text-decoration: underline;
}

ul, li {
  margin:0;
  padding: 0;
}

.bullet ul {
  padding-left: 20px;
}

.pointer {
  cursor: pointer;
}

.normal-weight {
  font-weight: 400;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.black,
.xbold {
  font-weight: 800;
}

.line-height-1 {
  line-height:  1;
}

.nested-underline a,
.underline,
.underlined {
  text-decoration: underline;
}

.normal-style {
  font-style: normal;
}

.italic {
  font-style: italic;
}

.no-float {
  float:none !important;
}

.opacity-zero {
  opacity: 0;
}

.opacity-full {
  opacity: 1;
}

.no-letter-spacing {
  letter-spacing: 0;
}

.has-fullscreen-item {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

img {
  box-shadow: none !important;
  border-radius: 0 !important;
}

hr {
  height: 2px;
  width: 100%;
  border:none !important;
  margin: unset;
  margin-left: auto;
  margin-right: auto;
  background: #D8E0EC;
}

.cleared {
  clear:both;
}

.optima-font {
  font-family: "optima-nova-lt-pro", sans-serif;
}

.entypo {
  font-family: 'entypo';  
}

.entypo2 {
  font-family: 'entypo2';  
}

.entypo-social-plus {
  font-family: 'entypo-social-plus';  
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.no-text-transform {
  text-transform: none;
}

.no-text-decoration {
  text-decoration: none;
}

.nested-underline a,
.underline {
  text-decoration: underline;
}

.non-break {
    display: inline-block;
}

.center-text,
.centered-text {
    text-align: center;
}

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

.right-text {
    text-align: right;
}

.center-elem {
  margin-left: auto !important;
  margin-right: auto !important;
}

.no-float {
  float: none;
}

.float-left {
  float:left !important;
}
  
.float-right {
  float:right !important;
}


a.black-color,
.black-color {
  color: #173C4D;
}

.nested-white-color *,
a.white-color,
.white-color {
  color: #fff;
}

a.offwhite-color,
.offwhite-color {
  color: #F8F8F7;
}

a.olivegreen-color,
.olivegreen-color {
  color: #BAB99D;
}

a.lightgreen-color,
.lightgreen-color {
  color: #DDE5DB;
}

a.lightblue-color,
.lightblue-color {
  color: #D8E0EC;
}

a.lightblue2-color,
.lightblue2-color {
  color: #9FC3E1;
}

a.blue-color,
.blue-color {
  color: #097EC2;
}

a.blue2-color,
.blue2-color {
  color: #2A67B0;
}

a.black-background,
.black-background {
  background: #173C4D;
}

a.white-background,
.white-background {
  background: #fff;
}

#your-shopping-cart-template main,
a.offwhite-background,
.offwhite-background {
  background: #F8F8F7;
}

a.olivegreen-background,
.olivegreen-background {
  background: #BAB99D;
}

a.lightgreen-background,
.lightgreen-background {
  background: #DDE5DB;
}

a.lightblue2-background,
.lightblue2-background {
  background: #9FC3E1;
}

a.button.lightblue2-background:hover,
.button.lightblue2-background:hover {
  background: #D9EDFE;
}

a.lightblue-background,
.lightblue-background {
  background: #D8E0EC;
}

a.mediumblue-background,
.mediumblue-background {
  background: #A0C4E1;
}

a.blue-background,
.blue-background {
  background: #097EC2;
}

a.button.blue-background:hover,
.button.blue-background:hover {
  background: #044E7A;
}

a.blue2-background,
.blue2-background {
  background: #2A67B0;
}



/*--FAQ--*/
.faq-container {
  padding: 20px 0;
  border-top: 1px solid #EBEBEB;
  position: relative;
}

.faq-container:last-of-type {
  border-bottom: 1px solid #EBEBEB;
}

.expand-button-container {
  cursor: pointer;
}

.expand-button {
  position: absolute;
  top: 25px;
  right: 25px;
  /* background: red; */
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.expand-button:before {
  content:'';
  background: #909090;
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: 9px;
}

.expand-button:after {
  content: '';
  background: #909090;
  height: 20px;
  width: 2px;
  position: absolute;
  top: 0;
  right: 9px;
}

.faq-container .answer {
  max-height: 0px;
  overflow: hidden;
}

.faq-container.active .answer {
  max-height: 999px;
}

.faq-container.active .expand-button {
  position: 
}

.faq-container.active .expand-button:before {
  content:'';
  transform: rotate(90deg);
  opacity: 0;
}

.faq-container.active .expand-button:after {
  content:'';
  transform: rotate(90deg);
  opacity: 1;
}





/*--SSBA--*/
.single .ssba a {
  font-size: .75em;
  font-weight: normal;
  position: relative;
  top: .5em;
  display: inline-block;
}

.ssba img,
.ssba .ssba_tumblr_share img,
.ssba .ssba_google_share img,
.ssba .ssba_email_share img,
.ssba .ssba_facebook_share img,
.ssba .ssba_twitter_share img {
  display: none !important;
}

.ssba_email_share:after {
  content: "\e653";
  font-family: 'entypo-social-plus';
  line-height: 1 !important;
}

.ssba_facebook_share:after {
  content: "\e652";
  font-family: 'entypo-social-plus';
  line-height: 1;
}

.ssba_twitter_share:after {
  content: "\e642";
}

.ssba_tumblr_share:after {
  content: "\e642";
}

.ssba_google_share:after {
  content: "\e642";
}

.ssba_tumblr_share:after,
.ssba_google_share:after,
.ssba_email_share:after,
.ssba_facebook_share:after,
.ssba_twitter_share:after {
  /* font-size: 1em; */
  background-color: #0b1f2c;
  font-weight: normal;
  margin-left: 0.5em;
  color: #fff;
  width: 1em;
  height: 1em;
  overflow: hidden;
  border-radius: 999999999em;
  text-align: right;
  line-height: 1;
  display: inline-block;
  text-align: center;
  float: right;
  padding: .35em;
}



/*--WPCF7--*/
.wpcf7-form:not(.submitting) .wpcf7-spinner {
  display: none;
}

.wpcf7-form.submitting .wpcf7-spinner {
  display: block;
  display: table;
  margin:  20px auto 0;
}

.wpcf7 form .wpcf7-response-output {
    border: none !important;
    padding:  0;
}

div.wpcf7-response-output {
  text-align: center;
  margin-top: 20px !important;
}

html div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 2em;
}

div.wpcf7 .ajax-loader {
  background-repeat: no-repeat;
  background-image: url(img/loader.gif);
}

div.wpcf7 .ajax-loader:not(.is-active) {
  display: none;
}

div.wpcf7 .ajax-loader.is-active {
  display: block;
  margin: 0em auto 0;
  padding: 2em 0 0;
}

.contact-form-row {
  margin-bottom: 2em;
}

::-webkit-input-placeholder {
  color: #616161;
}

:-moz-placeholder {
  color: #616161;
}

::-moz-placeholder {
  color: #616161;
}

:-ms-input-placeholder {
  color: #616161;
}

.wpcf7 p {
  margin:0;
}

.contact-row {
  margin-bottom: 1.5em;
}

div.wpcf7 img.ajax-loader[style*="visibility: hidden;"] {
    display: none;
}

div.wpcf7 img.ajax-loader[style*="visibility: visible;"] {
    display: block;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
span.wpcf7-form-control-wrap,
span.wpcf7-not-valid-tip {
  border: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

div.wpcf7-validation-errors.wpcf7-response-output {
  margin: 30px auto 0;
  padding: 0;
  border: none;
  text-align: center;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.wpcf7 .third-column {
  width: 31.33%;
  margin-right: 3%;
}

.two-forms-column input {
  width: 35% !important;
  float: left;
  margin-right: 10% !important;
}

.two-forms-column span:last-of-type input {
  margin-right: 0% !important;
}

body .wpcf7 input[type=submit] {
  /* width: 200px; */
  /* max-width: 200px; */
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=phone],
.wpcf7 input[type=password],
.wpcf7 textarea {
}

.wpcf7 .half-column input[type=text],
.wpcf7 .half-column input[type=email],
.wpcf7 .half-column input[type=phone],
.wpcf7 .half-column input[type=password],
.wpcf7 .half-column textarea {
}




/*--SLICK--*/
.slick-slider:not(.slick-initialized) > div:first-of-type {
  display: block;
}

.slick-slider:not(.slick-initialized) > div {
  display: none;
}

.slick-dots {
  padding: 0 !important;
  text-align: right;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li.slick-active button {
  background: #fff;
}

.slick-dots li button {
  margin: 0;
  text-indent: -999px;
  overflow: hidden;
  margin-left: 12px;
  margin-top: 10px;
  padding: 0;
  background: #0A1839;
  height: 2px;
  width: 20px;
  border: none;
}

.slick-slide {
  position: relative;
}

.slick-prev,
.slick-next {
  color: #444349;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter:alpha(opacity=1);
  -moz-opacity:1;
  -khtml-opacity:1;
  opacity:1;
  height:50px;
/*   margin-top: -2%; */
  font-weight: normal;
  top: 50%;
  transform: translateY(-50%);
}
.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

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

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev:before {
  content: " ";
}

.slick-next:before {
  content: " ";
}




/*--GRID--*/
.center-container {
  position: absolute;
  top: 0;
  left:0;
  height:100%;
  width: 100%;
  max-height: 100%;
}

.center-elm-container {
  display: table;
  table-layout: fixed;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.center-elm { 
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.bottom-elem {
  display: table-cell;
  vertical-align: bottom;
}

.middle-align,
.v-align {
  vertical-align: middle;
}

.bottom-align {
  vertical-align: bottom;
}

.zero-section-block {
  z-index: 9;
  position: relative;
}

#main {
  /*min-height: calc(100vh - 260px);*/
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.no-max-width {
  max-width: none !important;
}

.no-top-bottom-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-LR-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;  
} 

.full-width-section {
  padding: 150px 0;
  width: 100%;
}

.full-width {
  width:100%;
}

.full-width-padding {
  padding: 60px 0;
}

.two-column-text {
  -webkit-column-count: 2;
  -webkit-column-gap: 5em;
  -moz-column-count: 2;
  -moz-column-gap: 5em;
  column-count: 2;
  column-gap: 5em;              
}

.three-column-text {
  -webkit-column-count: 3;
  -webkit-column-gap: 5em;
  -moz-column-count: 3;
  -moz-column-gap: 5em;
  column-count: 3;
  column-gap: 5em;
}

.no-top-margin {
    margin-top:0 !important;
}

.no-bottom-margin {
    margin-bottom:0 !important;
}

.clear {
  clear:both;
}

.fadeIn {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(Opacity=100);
  -moz-opacity:1 !important;
  -khtml-opacity:1 !important;
  opacity:1 !important;  
}

::selection {
  background: #2b90d5;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #2b90d5;
  color: #fff;
  text-shadow: none;
}

.outlinebtn {
  background: transparent !important;
  border: 2px solid !important;
}

.outlinebtn.black-button {
  border-color: #000 !important;
  color: #000 !important;
}

.button.outlinebtn.black-button:hover {
  background: #000 !important;
  color: #fff !important;
}

.outlinebtn.blue-button {
  border-color: #2A67B0;
  color: #2A67B0;
}

.outlinebtn.blue-button:hover {
  background: #2A67B0 !important;
  color: #fff !important;
}

.twocoltextcontainer .left-text .button {
  margin-right: auto !important;
  margin-left: unset !important;
}

.twocoltextcontainer .right-text .button {
  margin-right: unset !important;
  margin-left: auto !important;
}

.twocoltextcontainer .center-text .button {
  margin-right: auto !important;
  margin-left: auto !important;
}

html body .button.badge {
  background: #2A67B0;
  color: #fff;
  padding: 7px 10px;
  font-size: 11px;
}

html body .search--header .field__button:hover {
  background: transparent !important;
}

html body .button.badge.productpage {
  display: table;
  position: relative;
  margin: 0;
}

html body .button.badge.collectionpage {
  position: absolute;
  top: 20px;
  right: 20px;
}

.button.text-button {
  text-transform: uppercase;
  letter-spacing: .1em;
  border-radius: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  text-decoration: none !important;
  color: #000 !important;
  display: block;
  /*text-align: unset !important;*/
  /*margin: unset !important;*/
  display: table;
  border-bottom: .1rem solid !important;
  padding-bottom: 0px !important;  
}

.button.text-button:hover {
  /*font-weight: 800 !important;*/
  text-decoration-thickness: .2rem !important;
  border-bottom: .2rem solid !important;
}

.center-btn {
  margin-left: auto;
  margin-right: auto;
}

.left-btn {
  margin-right: auto;
}

.right-btn {
  margin-left: auto;
}


html body .button.black-background {
  background: #191919 !important;
  color: #fff !important;
}

.facet-filters__sort svg * {
  stroke: #191919 !important;
}

.facet-filters__sort {
  background: #F8F8F7 !important;
  color: #191919 !important;
  font-family: "muli", sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 20px !important;
}

.wider-btn {
  min-width: 200px;
}

button.slick-btn {
  padding: 0 !important;
  height: auto;
  background: transparent;
}

.init-slick-carousel--centermode .slick-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
}

.init-slick-carousel--centermode .slick-next {
  right: 5%;
}

.init-slick-carousel--centermode .slick-prev {
  left: 5%;
}

body button, 
body .button:not(.text-button), 
body input[type="button"] {
  font-family: "muli", sans-serif;
  display: table;
  font-size: 12px;
  padding: 15px 20px;
  font-weight: normal;
  border-radius: 4px;
  border: none;
  letter-spacing: 0em;
  display: table;
  max-width: none;
  width: auto;
  margin: 0 auto;
  float: none;
  vertical-align: top;
  text-align: center;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "muli", sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
}


body button:hover, 
body .button:hover, 
body input[type="button"]:hover {
  background: #152F37;
}

select,
.search__input,
input[type=text],
input[type=email],
input[type=phone],
input[type=telephone],
input[type=tel],
input[type=password],
textarea {
  font-size: 14px;
  font-weight: bold;
  font-family: "muli", sans-serif;
  border:none;
  border-radius: 0;
  width: 100%;
  padding: 15px 12px;
  margin: 0;
  border-radius: 4px;
  resize: none;
  background: #F8F8F7;
  color: #616161;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
}

input[type=date] {
  border-radius: 0;
  width: 100%;
  padding: 10px 12px 10px;
  margin: 0;
  resize: none;
  background: transparent;
  border: 1px solid #D9DEE1;
  box-sizing: border-box;
  border-radius: 0 !important;
}

input[disabled] {
  background: transparent;
}

textarea,
textarea:focus {
  border: none;
  overflow: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
  font-size: 14px;
  font-weight: bold;
  font-family: "muli", sans-serif;  
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

body input.big-button,
body button.big-button,
body a.big-button {
  font-size: 1.125em;
  font-weight: bold;
  padding: .75em 0;
}

a.thin-buttons,
button.thin-buttons {
  max-width: 150px;
}



/*-- FAST TRANSITION --*/
#home-collection-dropdown,
.dropdown-product-group,
#header-search-container,
.button:not(.text-button),
#mobile-global-nav,
#mobile-nav-button .bar,
#mobile-nav-button .bar:after,
#mobile-nav-button .bar:before {
-webkit-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
   -moz-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -o-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */

-webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}







/*--HEADER--*/
.header-searchx {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

html body .header__count-bubble {
  position: relative;
  background: transparent;
  box-shadow: none !important;
  width: auto;
  height: auto;
  line-height: 1;
  top: 0;
  margin: 0;
  padding: 0;
  margin-left: -10px;
}

html body .header__count-bubble span,
html body .header__count-bubble {
  box-shadow: none !important;
  color: #1E1E1E;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  font-family: "optima-nova-lt-pro", sans-serif;  
}

.custom-header .dot {
  display: inline-block;
  margin: 0 0.5rem;
  vertical-align: middle;
}

.header-icons a,
.header-icons div {
  display: inline-flex;
  align-items: center;
}

svg.icon-cart,
.header-icon svg {
  width: 17px;
  height: 17px;
}

.header-divider {
  border: none;
}

#home-collection-dropdown {
  position: absolute;
  width: 100%;
  z-index: 99;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  pointer-events: none;
}

#home-collection-dropdown.active {
  max-height: 1000px; /* Just needs to be large enough */
  opacity: 1;
  pointer-events: auto;
}



/* Container */
.search--header {
  width: 100%;
  justify-content: center;
  padding: 1rem 0;
}

.search--header .field__button {
  padding: 0;
  width: auto;
}

input.search__input--header {
  padding-right: 0; 
}

.dropdown-product-group {
  max-height: 0px;
  opacity: 0;
  transition-property: opacity;
  display: none;
}

.dropdown-product-group.active {
  max-height: 999px;
  opacity: 1;
  display: block;
}

#global-header .large-wrapper {
  background: #fff;
  position: relative;
  z-index: 1;
}

#header-search-container {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

#header-search-container.active {
  bottom: -50%;
  transform: translateY(-50%);
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#header-search {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1rem; /* spacing between input and button */
}

#header-search .theform {
  flex: 1;
  min-width: 0; /* prevents input from overflowing */
}

#header-search .close {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
}



#announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  background: #75777b;  
}

#announcement-bar h3 {
  color: #fff;
  padding: 9px 0;
  font-size: 16px;
}

#announcement-close {
  width: 16px;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -8px;
  cursor: pointer;
}

.has-announcement {
  padding-top: 215px;
}

.has-announcement #global-header {
  top: 48px;
}

.has-announcement {
  padding-top: 
}

.has-announcement #global-header {
  /* top: 48px; */
}

.header-icons {
  position: absolute;
  top: 0;
  right: 0;
  top: 20px;
  right: 13px;
}

#global-header {
  width: 100%;
  position: relative;
  z-index: 999;
  padding: 0em 0;
  background: #fff;
  top: 0;
  left: 0;
  margin-bottom: 0;
  /*border-bottom: 1px solid #B0B3B7;*/
  position: fixed;
}
/*
body.admin-bar {
  
}

body.admin-bar #global-header {
  
}*/

#logo {
  display: block;
  width: 200px;
  top: 0;
  position: relative;
  text-align: center;
  line-height: 0;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}

#logo img,
#logo svg {
  width:  100%;
  height: auto;
  display: block;
  position: relative;
}

#desktop-global-nav {
  display: block;
  float: right;
  margin-top: 0;
  position: relative;
  padding: 0;
  /* width: 80%; */
  /* overflow: hidden; */
}

#desktop-global-nav ul li  {
  display: inline-block;
  margin: 0;
  margin-right: 20px;
  line-height: 1;
  padding: 35px 0;
  position: relative;
}

#desktop-global-nav ul ul {
  max-height: 0;
  /* max-height: 1000000em; */
  position: absolute;
  padding-top: 19px;
  /* top: 70px; */
  left: 0;
  width: 300px;
  text-align: left;
  overflow: hidden;
  background: #1E1D1E;
  margin-left: -2em;
}

#desktop-global-nav ul li:hover a + ul {
    padding-top: 36px;
    padding-bottom: 15px;
}

#desktop-global-nav ul li ul li {
    display: block;
    margin: 0;
    line-height: 1;
    padding: 10px 2em;
    position: relative;
    /* background: #fff; */
    margin-right: 0em;
}

#desktop-global-nav ul li li a {
  color: #fff;
}


#desktop-global-nav ul li:hover a + ul {
  max-height: 220px;
}

#mobile-global-nav ul ul {
  max-height:0;
  overflow: hidden;
}

#desktop-global-nav ul li li {
  padding: 0;
}

#desktop-global-nav ul li:last-of-type {
  margin-right: 0 !important;
}

#desktop-global-nav ul li a {
  font-size: 12px;
  line-height: 1;
  /* color: #fff; */
  font-family: "futura-pt";
  text-transform: uppercase;
  font-weight: bold;
}

#mobile-global-nav ul li.current-page-ancestor a,
#mobile-global-nav ul li.current-menu-item a,
#mobile-global-nav ul .current_page_parent a,
#mobile-global-nav ul li a:hover,

#desktop-global-nav ul li.current-page-ancestor a,
#desktop-global-nav ul li.current-menu-item a,
#desktop-global-nav ul .current_page_parent a,
#desktop-global-nav ul li a:hover {
  color: #2B90D5;
}



/*--FOOTER--*/
.foot-heading {
  font-size: 24px;
}

.footer-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* match column heights */
}

/* Column 1 layout */
.footer-logo-col {
  display: flex;
}

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

.footer-logo-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

/* Top logo */
.logo-top .footer-logo {
  max-width: 175px;
  width: auto;
  display: block;
}

/* Bottom social icon */
.logo-bottom {
  margin-top: auto;
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-top: 1rem;
}

.footer-social-link svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.no-margin--last a:last-of-type {
  margin-bottom: 0 !important;
}


.footer-newsletter-form input {
  flex-grow: 1;
  border-radius: 4px 0 0 4px !important;
}

.footer-newsletter-form button {
  margin-left: 0.5rem;
  border-radius: 0 4px 4px 0 !important;
}

.footer-copyright {
  font-size: 12px;
}


#footer-logo img {
  width: 100px;
  position: relative;
}

#global-footer {
  position: relative;
}

#global-footer a {
  /*text-decoration: underline;*/
}

#global-footer .social-container a {
  color: red;
  text-decoration: none;
  margin:0 .25em;
  font-size: 1.25em;
}

#global-footer a:hover {
  text-decoration: underline;
}

#global-footer hr {
  margin: 4em 0 3em;
  height: 1px;
}

#global-footer ul {
  display: block;
}

#global-footer ul li {
  display: block;
}

#global-footer ul li a {
  display: block;
}



/*--SIGNUP--*/
#signup-newsletter {
  top: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  position: fixed;
  z-index: 999999;
  text-align: center;
  /*display: none; */
  width: 800px;
  height: auto;
  overflow: hidden;
  background: #fff;
}

.close-popupx {
  text-align: center;
  margin-top: 15px !important;
}

#signup-newsletter .response {
  margin-top: 15px;
}

#signup-newsletter .inner {
  padding: 30px 0;
}

#signup-newsletter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  z-index: 99999;
  /*display: none;*/
}

#signup-newsletter input[type=email] {
  position: relative;
  margin: 0 auto 40px;
  background: #fff;
  font-size: 19px;
  color: #000;
  border: 2px solid #000;
  width: 75%;
  font-style: italic;
  letter-spacing: .2em;
  padding: 0 0 10px 0;
  font-family: 'Open Sans Condensed', sans-serif;
}

#signup-newsletter input[type=submit] {
  position: relative;
}

#signup-newsletter ::-webkit-input-placeholder {
  color: #000;
  text-transform: uppercase;
}

#signup-newsletter :-moz-placeholder {
  color: #000;
  text-transform: uppercase;
}

#signup-newsletter ::-moz-placeholder {
  color: #000;
  text-transform: uppercase;
}

#signup-newsletter :-ms-input-placeholder {
  color: #000;
  text-transform: uppercase;
}

#signup-newsletter .close {
  margin-bottom: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  line-height: 1;
}


/*--ANNOUNCEMENT--*/
#announcement-close {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 29px;
  cursor: pointer;
}

#announcement-banner.expand-banner .inner {
  cursor: pointer;
}

.expand-announcement-btn {
  cursor: pointer;
}

.expanded-announcement.active {
  max-height: 100vh;
  overflow-y: scroll;
  box-sizing: border-box;  
}

.expanded-announcement {
  position: fixed;
  top: 41px;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 0px;
  overflow: hidden;
  z-index: 99999999;
  background: #FF0000;
  color: #fff;
  background: #000;
}

.expanded-announcement .inner {
  padding: 50px 0;
}

.the-announcement {
  font-size: 16px;
  line-height: 1.65;
}

.expanded-announcement .close-expand-announcement {
    width: auto;
    display: table !important;
    margin-top: 20px;
    min-width: 150px;
    cursor: pointer;
    margin: 20px auto !important;
}

#announcement-banner {
  background: #ff0005;
  background: #000;
  text-align: center;
  font-size: 12px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}

#announcement-banner .inner {
  padding: 16px 0 13px;
  max-width: calc(100% - 100px);
  margin: 0 auto;
    line-height: 1;
    color: #fff;
    letter-spacing: .1em;
}



/*--BLUEIMP GALLERY--*/
html .blueimp-gallery > .close, html button.close {
  transform:rotate(0deg);
}

html .blueimp-gallery > .close:hover, html button.close:hover {
  transform:rotate(90deg);
  background: transparent;
  left: initial;
  border: none;
  box-shadow: none;
  top: 2em;
}

body.single-portfolio {
  overflow: visible !important;
}

.btn-default,
.modal-footer .btn+.btn {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 3em;
}

.modal-header .close {
    top: 0;
    left: 0;
}

html .blueimp-gallery > .close,
html button.close {
  z-index: 99999999;
  top: unset !important;bottom: 20px !important;
  right: 2em;
  position: fixed;
  border: none;
  appearance: none;
  background: transparent;
  color: #000;
  border-radius: 0;
  line-height: 1;
  font-size: 2em;
  cursor: pointer;
  height: 40px;
  width: 40px;
  
  display: block;
  text-shadow: none;
  box-shadow: none;
  left: initial;
  transform-origin: 50% 50%;
padding: 0;opacity: 1;}

html .blueimp-gallery>.prev,
html .blueimp-gallery>.next {
    height: auto;
    width: auto;
    border: none;
    text-shadow: none;
    opacity: 1;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    display: block;
    background: none;
    margin: 0;
    color: #000;
    border: none;
    box-shadow: none;
    width: 40px;
    height: 40px;
    border-radius: 0;
}

html .blueimp-gallery>.prev:active,
html .blueimp-gallery>.prev:focus,
html .blueimp-gallery>.prev:hover,
html .blueimp-gallery>.prev {
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  
  border: none;
  box-shadow: none;  
  background: https://cdn.shopify.com/s/files/1/0550/6819/7015/t/2/assets/redhalftone-arrow-left.png);
  background-size: 100%;
  background-repeat: no-repeat;  
 }

html .blueimp-gallery>.next:active,
html .blueimp-gallery>.next:focus,
html .blueimp-gallery>.next:hover,
html .blueimp-gallery>.next {
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  box-shadow: none;
  left: initial;
  background: https://cdn.shopify.com/s/files/1/0550/6819/7015/t/2/assets/redhalftone-arrow-right.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

html .blueimp-gallery>.prev:hover {/* top: initial; */}

html .blueimp-gallery>.next:hover {

}

.blueimp-gallery>.close, .blueimp-gallery>.next, .blueimp-gallery>.play-pause, .blueimp-gallery>.prev, .blueimp-gallery>.slides>.slide>.slide-content {
    background: transparent;
}


.blueimp-gallery {
  background: rgba(255,255,255,.95);
  /* background: url(redhalftone-bg-pattern-white_invert.png); */
  background-size: 130px;
}

.modal-content {
/*  padding-bottom: 0;
  border: none;
  background: transparent;
  background-color: transparent;
  position: relative;
  display: table;
  table-layout: fixed;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: visible;*/
}

.modal.in .modal-dialog {
/*  z-index: 0;
  position: relative;
  background: transparent;
  background-color: transparent;
  max-width: 100%;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding:0;*/
}

.blueimp-gallery .modal-body {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 0;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.blueimp-gallery .modal-body img {
  /*height: 1000px;*/
  /*width: 1000px;*/
  /*padding-left: 0px;*/
  /*max-width: 1000px;*/
  /*display: block;*/
  /*margin: 0 auto;*/
  /*position: relative;*/
  /*z-index: 9999;*/
  /* background: url(dot-pattern.jpg); */
  /*background-repeat: repeat;*/
  /*background-size: 211px;*/
  /* outline: 1px solid; */
}
.blueimp-gallery .image-shadow {
  display: none !important;
/*  background: red;
  height: 1070px;
  width: 1000px;
  max-width: 1000px;
  max-height: 1000px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -500px;
  margin-left: -500px;
  z-index: -999999999999;
  display: block;*/
}

#blueimp-gallery .slides {
  height: calc(100% - 150px);
}

#blueimp-footer {
  height: 150px;
text-align: center;}

#blueimp-footer .title {
  margin-bottom: 10px;
margin-top: 10px;}

#blueimp-footer .desc {
  position: ;
}




/*
2.35:1  /  42.5531914893617%
padding-bottom: 42.5531914893617%;

16:9    /  56.25% 
padding-bottom: 56.25%;

4:3     /  75% 
padding-bottom: 75%;

3:2     /  66.66% 
padding-bottom: 66.66%;

8:5     /  62.5%
padding-bottom: 62.5%;
*/



/*--HOMEPAGE--*/
.home {
  
}





/*--ABOUT--*/
.page-id-5 {

}





/*--CONTACT--*/
.contact-main {
  position: relative;
}

.contact-main svg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}



.twocolimgtextflex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
}

.reverse-col {
  flex-direction: row-reverse;
}

.has-offset-bluebg .thecontent {
  z-index: 1;
  position: relative;
}

.has-offset-bluebg.nooverset:after {
  width: 100% !important;
  left: 0 !important;
}

.has-offset-bluebg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -60px;
  width: calc(100% + 120px);
  height: 50%;
  background: #D9E1EC;
  z-index: 0;
}

hr.short {
  max-width: 100px;
}

.icon-container {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}





.flex-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.flex-grid.reverse-col {
  flex-direction: row-reverse;
}

.flex-grid .flex-item {
  flex: 1 1 50%;
  min-width: 300px;
}

.has-blue-grid-item {
  position: relative;
  z-index: 1;
}

.has-blue-grid-item:after {
  content: '';
  background: url(oodles-stripes1.jpg);
  background-size: 100% 100%;
  z-index: -1;
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 90%;
  height: 50%;
}

.has-lightblue-garnish {
  position: relative;
  z-index: 1;
}

.reverse-col .has-lightblue-garnish:after {
  right: -10% !important;
  left: unset !important;
}

.has-lightblue-garnish:after {
  content: '';
  background: #D9E1EC;
  z-index: -1;
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 90%;
  height: 50%;
}

.reverse-col .has-blue-grid-item:after,
.reverse-col.has-lightblue-garnish:after {
  left: unset;
  right: -10%;
}

.full-width-slider-image {
  width: 100% !important;
  height: 500px !important;
  max-height: 500px !important;
}

.banner-container .offsetbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  z-index: 0;
}

.banner-container {
  position: relative;
}

.banner-container .slider {
  position: relative;
  z-index: 1;
}

.banner-container #slick-arrows {
  position: absolute;
  top: 70%;
  transform: translateX(-50%);
  left: 50% !important;
  z-index: 9;
}

.banner-container #slick-arrows button {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  height: auto;
  border: none;
  background: transparent;
  /*outline: 1px solid red;*/
  transform: none;
}

.banner-container #slick-arrows.arrow-top-ratio-16x9 {
  top: calc(63% - 20px);
}

.banner-container #slick-arrows.arrow-top-ratio-5x4 {
  top: calc(71% - 20px);
}

.banner-container #slick-arrows.arrow-top-ratio-3x2 {
  top: calc(67% - 20px);
}

.banner-container #slick-arrows.arrow-top-override--full-width-slider-image {
  top: calc(448px) !important;
}




button.facets__button--toggle { 
  display: none !important;
}

.card-wrapper--product:hover:after {
  background: transparent !important;
  box-shadow: none !important;
}


.card-wrapper--product:hover {
  transform: none !important;
}

.contains-card--product.grid.product-grid,
.grid.contains-card--collection,
.grid.contains-card--product {
  --grid-horizontal-spacing: 20px !important;
  row-gap: 40px !important;
}

.collection__product-grid {
  margin-top: 0 !important;
}

.small-margin-top {
  margin-top: 0 !important;
}

html body .search__button--in-template .icon {
  width: 22px;
  height: 22px;
}

.search__button--in-template {
  background: transparent !important;
}

.tap-area-icon:before {
  display: none !important;
}

html body .facets__item-list>.facets__item-filter+.facets__item-filter {
  margin-top: 40px;
  position: relative;
}

html body aside.facets-wrapper.facets-wrapper--vertical {
  padding: 0;

}

html body .facets__item-list>.facets__item-filter:before,
html body .facets__item-list>.facets__item-filter+.facets__item-filter:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #097EC2;
  transform: none;
  max-width: none;
}


html body .facet-checkbox__content__count {
  padding: 0;
  height: auto;
  min-width: 0;
  background: transparent;
  font-size: 14px;
  border: none;
  border-radius: 0;
  font-family: "muli", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #191919;
}

html body 
.facets-vertical {
    --filter-width: 300px;
    column-gap: 57px;
}

html body .facets__item * {
  font-family: "muli", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #191919 !important;  
}

html body .facets__display {
  padding-top: 20px;
}

html body .facets__item * {
  font-family: "muli", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #191919;
}

html body .facets__checkbox-value:not(.facets__checkbox-value--color) + .facet-checkbox__box,
html body .facets__checkbox-value .facet-checkbox__box {
  min-width: 20px;
  min-height: 20px;
  border: 2px solid #191919;
  border-radius: 0;
  margin-inline-end: 010px;
  background-color: #fff;
  z-index: 0;
}

html body  .facets__checkbox-value:checked~.facet-checkbox__box .facet-checkbox__box__icon {
  display: none !important;
}

html body .facets__checkbox-value:checked~.facet-checkbox__box {
  background: #2A67B0;
}

.product-boxstyle,
.accordion {
  border-bottom: 2px solid #097EC2;
}

.summary-accordion__plus-minus-wrapper {
    transition: background .5s ease;
    background-color: transparent !important;
    box-shadow: none !important;
}

html body .summary-accordion__plus-minus {
  width: 14px;
  height: 14px;
}

html body .summary-accordion__icon-line {
  background: #173C4D !important;
}

html body .summary-accordion__plus-minus-wrapper {
  width: 14px;
  height: 14px;
  border-radius: 0;
  min-width: 14px;
  min-height: 0px;
  top: 0;
}

html body .summary-accordion__icon-line {
  top: 7px;
}

/* Grid layout for blog items */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}

/* Individual blog cards stretch to match height */
.blog-card {
  display: flex;
  flex-direction: column;
  background: white;
}

/* Image stays on top, regular styling */
.blog-card .ratio-4x5 {
  background-size: cover;
  background-position: center;
  width: 100%;
  aspect-ratio: 4 / 5;
}

/* Inner content fills remaining space */
.blog-item-info.white-background {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
  border-bottom: 2px solid #097EC2;
}

/* Let title expand */
.blog-item-info h2.mb6 {
  flex-grow: 1;
}

/* Push CTA to bottom */
.blog-item-info h4.underline {
  margin-top: auto;
}

.blog-tag-sort a h5 {
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
  line-height: 1;
}

.blog-tag-sort a.active h5 {
  border-color: #097EC2;
  color: #097EC2;
}


.flex {
  display: flex;
}

.flex-column:not(.price__sale) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-wrapper {
  display: flex;
  gap: 0rem;
}

.article-media {
  flex: 0 0 40%;
  min-height: 400px;
}

html body .article-content.flex-column:not(.price__sale) {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.article-share {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.article-share .icons {
  display: flex;
  gap: 30px;
}

.article-top-main {
  position: relative;
  z-index: 2;
}

.offset-article-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 120px);
  z-index: 0;
}

.clearfix.flex {
  display: flex;
  align-items: stretch;
}

.event-image.full-height {
  height: 100%;
  min-height: 100%;
}


.clearfix.flex {
  display: flex;
  align-items: stretch;
}

.event-image.full-height {
  height: 100%;
  min-height: 100%;
}

.bottom-stripe {
  width: 100%;
  height: 160px;
  background-image: url('striperepeat.png');
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;  
}

.flex-wrap {
  flex-wrap: wrap;
}

.sm-flex-nowrap {
  flex-wrap: nowrap;
}

.flex {
  display: flex;
}

.sm-ml-auto {
  margin-left: auto;
}

.flex-column:not(.price__sale) {
  flex-direction: column;
}

.sm-flex-row {
  flex-direction: row;
}

.items-start {
  align-items: flex-start;
}

.flex-items-center,
.sm-items-center {
  align-items: center;
}

.sm-items-baseline {
  align-items: baseline;
}

.align-items--flex-end {
  align-items: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.w-100 {
  width: 100%;
}

.card.card--product.card--media {
  text-align: center!important;
}

.multicol-has-striped {
  z-index: 1;
  padding-bottom: 80px;
}

.brands-list {
  line-height: 2.25;
}

.trade-page {
  position: relative;
}

.trade-page .wrapper {
  position: relative;
  z-index: 1;
}

.trade-page svg {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.collectionbanner-hasimg-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.collection-top-banner {
  position: relative;
}

#FacetsWrapperDesktop {
  top: 20px;
  position: relative;
}

.facets-active-toolbar--has-filter {
  align-items: center;
}


html body .pagination__item {
  font-family: "optima-nova-lt-pro", sans-serif;
  background: transparent !important;
  color: #000;
  font-size: 23px;
  font-weight: normal;
  width: auto;
  min-width: 0;  
  padding: 0 6px;
  margin: 0;
}

html body .facets-wrapper--vertical {
  overflow-y: scroll;
}

.quantity__button,
.quantity__input {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.complementary__separated-line {
background: #F8F8F7; 
margin: 20px 0 !important;
}

.product__sale-box__footer {
  padding-top: 20px !important;
  margin-top: 20px !important;
  gap: 2rem !important;
}

product-form__buttons button,
.complementary-products__container  button {
  margin: 0 !important;
}

.product__title {
  margin-top: 0 !important;
  margin-bottom: -10px !important;
}

.product-grid-container {
  width: 100%;
}

main-cart-recommendations .title__heading.h2 {
  min-width: 240px;
}


.cart-items thead th {
  display: table-cell;
  text-align: left;
}

.cart-page__content .cart-items th {
  /*border-bottom: 2px solid #097EC2;*/
  /*border-bottom: 2px solid #F8F8F7 !important;*/
  border-bottom: none !important;
  padding: 20px !important;
  background: #fff;  
}

.cart-page__content .cart-items th {
  position: relative;
}


html body .cart-page__content .cart-items tbody {
  border-bottom: 2px solid #097EC2;
  padding: 20px;   
}

html body .cart__textarea-wrap {
  padding: 0;
  border: none;
  border-radius: 0;
  height: fit-content;
  border-bottom: 2px solid #097EC2;
  padding-bottom: 14px;
  background: #fff;
  padding: 20px;    
}

html body .cart-page__content .cart-items tr.cart-item td.spacer {
  width: 20px;
}

html body .cart-page__content .cart-items tr.cart-item td {
  padding: 20px;
  /*padding-left: 0;*/
}

html body .cart-item__link {
  border-radius: 0;
}

html body .cart-page__content textarea {
  background: #F8F8F7;
}

.cart-page__content .spacer {
  height: 30px;
}

.cart-page__content .cart-item {
  background: #fff !important;
}

.cart-page__content .cart-item td {
  position: relative;
}

.cart-page__content .cart-items th.first .lined,
.cart-page__content .cart-item td.cart-item__media .lined {
  width: calc(100% - 20px);
  left: 20px;
}

.cart-page__content .cart-items th.last .lined, 
.cart-page__content .cart-item td.small-hide.medium-hide.remove .lined {
  width: calc(100% - 20px);
}

html body .cart__items {
  padding-bottom: 0 !important;
  border-bottom: 2px solid #097EC2 !important;
  margin-bottom: 30px !important;
}

.cart-page__content .cart-items th .lined,
html body .cart__items .lined {
  border-bottom: 2px solid #F8F8F7 !important;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

html body .cart-page__content .cart__footer {
  position: sticky;
  top: 1.5rem;
  transition: top .3s ease;
  padding: 20px;
  background: #fff;
  display: block;
}

html body button#checkout {
  width: 100%; 
  display: block;
  text-transform: uppercase;
}

.summary-title {
  border-bottom: 2px solid #F8F8F7 !important;
}

.cart-page__content__right:before, .cart-page__content__right:after {
  display: none !important;
}

html body .cart-item:last-child {
  border-bottom: 2px solid #097EC2;
}

html body .rating-star::before {
  content: '';
  background: #F8F8F7 !important;
}

button.button.product-form__submit {
  width: 100%;
}

.blog-content ul {
  padding-left: 20px;
  padding-bottom: 20px;
}

.top-nav h5 {
  font-size: 14px;
}

/* Aspect ratio container */
.img-zoom {
  aspect-ratio: 4 / 5;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 8px; /* optional */
  text-decoration: none; /* prevent underline on anchors */
}

/* Background image layer */
.img-zoom .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 250ms ease;
  transform-origin: center;
}

/* Hover zoom for pointer users */
@media (hover:hover) and (pointer:fine) {
  .img-zoom:hover .bg { transform: scale(1.03); }
}

/* Keyboard focus styling */
.img-zoom:focus-visible .bg { transform: scale(1.03); }
.img-zoom:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 8px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .img-zoom .bg { transition: none; }
}


.facet-checkbox--sort-button {
  letter-spacing: 0 !important;
  font-size: 1em !important;
}

.breadcrumb li {
  font-weight: 600 !important;
}

.breadcrumb li:last-child {
  font-weight: bold !important;
}

.slider-button {
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 4px !important;
}

.slider-button:hover {
  background: #D8E0EC!important;
}

.card__product-color-list__button:after {
  display: none !important;
}

@media all and (max-width: 1181px) {

  #wpadminbar {
    display: none !important; 
  }

	body {
    font-size: 14px;
	}
	
	.h1, h1 {
    font-size: 38px;
  }
  
  .h2, h2 {
    font-size: 26px;
  }
  
  .h3, h3 {
    font-size: 16px;
  }
  
  .h4, h4 {
    font-size: 12px;
  }

  .h5, h5 {
    font-size: 12px;
  }

  .h6, h6 {
    font-size: 12px;
  }

  body button,
  body .button:not(.text-button),
  body input[type="button"] {
    font-size: 12px;
    padding: 14px 12px;
  }


  /*--SLICK--*/
  .slick-prev,
  .slick-next {

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


  /*--HEADER--*/
  #mobile-nav-button {
    
  }

  #logo {
    width: 150px;
  }

  

  /*--FOOTER--*/

  .sm-has-aboverule {
    border-top: 1px solid #2A67B0;
    /*padding-top: 25px;*/
    /*padding-bottom: 25px;*/
  }


}

@media all and (max-width: 821px) {

  

  body {
    font-size: ;
  }
  
  .h1, h1 {
    font-size: ;
  }
  
  .h2, h2 {
    font-size: ;
  }
  
  .h3, h3 {
    font-size: ;
  }
  
  .h4, h4 {
    font-size: ;
  }

  .h5, h5 {
    font-size: ;
  }

  .h6, h6 {
    font-size: ;
  }

  body button,
  body .button:not(.text-button),
  body input[type="button"] {
    font-size: ;
  }

  select,
  .search__input,
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=phone],
  input[type=telephone],
  input[type=password],
  textarea {
    padding: 9px 16px;
    font-size: 14px;
  }  
  
  

  /*--SLICK--*/
  .slick-prev,
  .slick-next {

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


  /*--HEADER--*/


  /*--FOOTER--*/

  .has-offset-bluebg:after {
    left: -79px;
  }

  .has-blue-grid-item:after {
    content: '';
    background: url(oodles-stripes1.jpg);
    background-size: 71% auto;
    height: 70%;
  }

  .logo-top .footer-logo {
    max-width: 90%;
  }

  .blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
  }

  html body .facets-vertical {
    --filter-width: 300px;
    column-gap: 0;
  }

  .mobile-facets__open-wrapper {
    position: fixed;
    bottom: 0;
    inset-inline: 0;
    z-index: 3;
    background: #2A67B0 !important;
    color: #fff !important;
    padding: 1.5rem 0;
    box-shadow: none !important;
  }

  .open-drawer-filter-drawer .facets-wrapper {
    z-index: 99999 !important;
  }

  .mobile-facets__open-wrapper:after {
    display: none !important;
  }

  html body .cart-page__content .cart-items tbody {
    border-bottom: 0px solid #097EC2;
    padding: 0px;
  }

  html body .cart-item {
    --media-width: 9rem;
    gap: 0;
  }

  html body .cart__items {
    padding-bottom: 0 !important;
    border-bottom: 0px solid #097EC2 !important;
    margin-bottom: 0px !important;
  }

  html body .cart-page__content .cart-items tr.cart-item td.cart-item__details {
    padding: 20px 0;
  }

  html body .cart__dynamic-checkout-buttons {
    max-width: 100%;
    margin: 0 auto 0;
  }

  html body button#checkout {
    width: 100%;
    display: block;
    padding: 21px 0;
  }

}

@media all and (max-width: 675px) {

}



@media all and (max-width: 749px) {

  {
    width:100%;
    margin:0;
    float: none;
  }

  body {
    font-size: 13px;
  }
  
  .sm-h1, .h1, h1 {
    font-size: 34px;
    line-height: 1.1;
  }
  
  .sm-h2, .h2, h2 {
    font-size: 21px;
  }
  
  .sm-h3, .h3, h3 {
    font-size: 15px;
  }
  
  .sm-h4, .h4, h4 {
    font-size: 11px;
  }

  .sm-h5, .h5, h5 {
    font-size: 12px;
  }

  .sm-h6, .h6, h6 {
    font-size: 12px;
  }

  body button,
  body .button:not(.text-button),
  body input[type="button"] {
    font-size: 12px;
  }


  select,
  input[type=text],
  input[type=email],
  input[type=phone],
  input[type=telephone],
  input[type=password],
  textarea {
    font-size: 13px;
  }
  


  /*--SLICK--*/
  .slick-prev,
  .slick-next {

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


  /*--HEADER--*/
  #global-header {
    height: ;
  }

  #global-header #logo {
    width: ;
  }

  #mobile-global-nav li a {
    font-size: ;
  }


  /*--FOOTER--*/
  #global-footer {

  }

  #announcement-banner .inner {
       line-height: 1.5;
     max-width: calc(100% - 30px);
  }


  /* Mobile: stack columns */
  .flex-grid {
    flex-direction: column;
    gap: 1.5rem;
  }

  .sm-flex-row {
    flex-direction: row;
  }

  .sm-items-center {
    align-items: center;
  }

    .sm-flex-row {
    flex-direction: row;
  }
  .sm-items-center {
    align-items: center;
  }
  .sm-mt0 {
    margin-top: 0;
  }
  .sm-ml-auto {
    margin-left: auto;
  }

  .has-offset-bluebg:after {
    left: -90px;
  }

  .logo-top .footer-logo {
    max-width:80%;
  }

  .sm-has-aboverule {
    border-top: 1px solid #2A67B0;
    /*padding-top: 25px;*/
    /*padding-bottom: 25px;*/
  }

  .full-width-slider-image {
    width: 100% !important;
    height: 400px !important;
    max-height: 400px !important;
  }

  .banner-container #slick-arrows.arrow-top-override--full-width-slider-image {
    top: calc(348px) !important;
  }

  #global-header .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
  }

  #logo {
    width: 100px;
    float: none;
    margin: 0;
    position: relative;
    left: 23px;
  }

  .header-icons {
    position: relative;
  }

  #mobile-nav-button {
    display: block !important;
    color: #fff;
    background: transparent;
    font-weight: normal;
    text-align: center;
    padding: 0;
    right: 0px;
    /* outline: 1px solid red !important; */
    width: 24px;
    height: 17px;
  }

  #mobile-nav-button .bar {
    background: #000;
    width: 100%;
    height: 2px;
    position: relative;
    left: 0;
    top: 8px;
    margin-left: 0;
    margin: 0 auto;
    /* margin-bottom: 6px; */
    -ms-transform-origin: 100% 100%; /* IE 9 */
    -webkit-transform-origin: 50% 50%; /* Safari and Chrome */
    -moz-transform-origin: 100% 100%; /* Firefox */
    -o-transform-origin: 100% 100%; /* Opera */
  }

  #mobile-nav-button:hover .bar:after,
  #mobile-nav-button:hover .bar:before,
  #mobile-nav-button:hover .bar {
    background: #097EC2;
  }

  #mobile-nav-button .bar,
  #mobile-nav-button .bar:after,
  #mobile-nav-button .bar:before {
    width: 100%;
    height: 2px;
    position: relative;
    /* overflow: visible; */
    display: block;
  }

  #mobile-nav-button .bar:after,
  #mobile-nav-button .bar:before {
    position: absolute;
  }

  #mobile-nav-button .bar:after {
    content: ' ';
    background: #000;
    top: 8px;
    position: relative;
    left: 0;
  }

  #mobile-nav-button .bar:before {
    content: ' ';
    background: #000;
    top: -8px;
    /* position: relative; */
    left: 0;
  }

  #mobile-nav-button.active-mobile-nav-button .bar:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0px;
    opacity: 0;
    transform: rotate(360deg);
  }

  #mobile-nav-button.active-mobile-nav-button .bar:before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(270deg);
    top: 0px;
  }

  #mobile-nav-button.active-mobile-nav-button .bar {
      /* position: absolute; */
      /* top: 17px; */
      /* left: 8px; */
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  #mobile-global-nav,
  #mobile-global-nav .menu-header-container {
    position: fixed;
    margin-top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    z-index: 99;
    display: block;
    overflow: hidden;
  }

  #mobile-global-nav {
    max-height: 0;    
    display: block !important;
  }

  #mobile-global-nav.active-mobile-nav {
    /*top: 0px !important;*/
    z-index: 99;
    max-height: 5000px;
    overflow: visible;
  }

  #mobile-global-nav ul {
    margin: 0;
    padding: 0;  
    width: 100%;
    /* height: 100%; */
    margin-top: 9em;
  }

  #mobile-global-nav  li {
    width: 80%;
    margin: 0 auto 2em;
    display: block;
    width: 100%;
    margin: 0 auto 2em;
    text-align: center;
  }

  #mobile-global-nav a {
    width: 100%;
    /* text-align: left; */
    display: block;
    line-height: 1;
  }

  #mobile-global-nav .dropdown-social {
    text-align: center;
  }

  #mobile-global-nav .dropdown-social a {
    display: inline-block;
    width: auto;
    margin: 0 .45em;
    font-size: 1.25em;
  }

  /* Touch target & focus visibility */
  .mobile-only a,
  .mobilesubmenu-toggle,
  .dropdown-collection-link {
    line-height: 1;
  }
  .mobilesubmenu-toggle:focus-visible,
  .mobile-only a:focus-visible,
  .dropdown-collection-link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }

  /* Hidden state */
  .mobilesubmenu.hidden { display: none; }

  /* Chevron affordance */
  .mobilesubmenu-toggle .chevron {
    float: right;
    transition: transform .2s ease;
  }
  .mobilesubmenu-toggle .chevron.open {
    transform: rotate(180deg);
  }

  /* Respect reduced motion globally for the submenu animation */
  @media (prefers-reduced-motion: reduce) {
    .mobilesubmenu-toggle .chevron { transition: none; }
  }

  .hiddennav {
    display: none;
  }

  .has-blue-grid-item:after {
    content: '';
    background: url(oodles-stripes1.jpg);
    bottom: 1%;
    background-size: 170% 100%;
    left: -25px;
  }

  .header-icons {
    top: 0;
    right: 19px;
  }

  #logo {
    left: 28px;
  }

  .has-offset-bluebg:after {
    left: -102px;
  }

  .has-blue-grid-item:after {
    content: '';
    background: url(oodles-stripes1.jpg);
    bottom: -12%;
    background-size: 170% 100%;
    left: -38px;
  }

  .dual_txtcol .has-blue-grid-item:after {
    content: '';
    background: url(oodles-stripes1.jpg);
    bottom: -14%;
    background-size: 170% 100%;
    left: -25px;
  }  

  .imgtxtcol .has-blue-grid-item:after {
    content: '';
    background: url(oodles-stripes1.jpg);
    bottom: -14%;
    background-size: 170% 100%;
    left: -25px;
  }  


  .reverse-col .has-lightblue-garnish:after {
    right: -5% !important;
    left: unset !important;
  }

  .full-width-slider-image {
    width: 100% !important;
    height: 400px !important;
    max-height: 300px !important;
  }

  .button.sm-col-12 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sm-full-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .product__slider-button {
    background: transparent !important;
  }

  recently-viewed .title__line,
  product-recommendations .title__line {
    display: none !important;
  }

  .contact-main {
    overflow-x: hidden;
  }

  .contact-main svg {
    right: -31px;
  }

  html body .mobile-facets__inner {
    padding: 26px;
  }

  html body .facets__item-list>.facets__item-filter:before, html body .facets__item-list>.facets__item-filter+.facets__item-filter:before {
    margin-top: 7px;
  }

  html body .facets__summary__label {
    gap: .8rem;
    letter-spacing: .07em;
  }

  html body .facets__item-list>.facets__item-filter+.facets__item-filter {
    margin-top: 20px;
    position: relative;
  }

  .banner-container #slick-arrows.arrow-top-override--full-width-slider-image {
    top: calc(252px) !important;
  }

  .has-offset-bluebg.nooverset:after {
    width: 100% !important;
    left: 0 !important;
    height: calc(80% + 0px);
  }

  .offset-article-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 290px);
    z-index: 0;
  }

  html body .button.badge {
    background: #2A67B0;
    color: #fff;
    padding: 6px 8px;
    font-size: 9px;
  }

  html body .button.badge.collectionpage {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  html body .card__product-color-list {
    column-gap: .5rem;
    row-gap: 0.5rem;
    justify-content: start;
  }

  html body .card__content--product {
    margin-top: 1rem;
  }

  .contains-card--product.grid.product-grid, .grid.contains-card--collection, .grid.contains-card--product {
    --grid-horizontal-spacing: 20px !important;
    row-gap: 20px !important;
  }

  html body .pagination__item {
    background: transparent !important;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    width: auto;
    min-width: 0;
    padding: 0 4px;
    margin: 0;
    font-family: "optima-nova-lt-pro", sans-serif;
  }

  .select__selectx {
    margin-bottom: 7px;
  }

  html body .product-form__input__radio-list--color {
    gap: 1rem;
  }

  html body button#checkout {
    width: 100%;
    display: block;
    padding: 21px 0;
    margin-bottom: 15px;
  }
}