/** Shopify CDN: Minification failed

Line 985:0 Unexpected "{"
Line 999:1 Unexpected "{"
Line 1539:20 Comments in CSS use "/* ... */" instead of "//"
Line 1554:20 Comments in CSS use "/* ... */" instead of "//"
Line 2812:2 Unexpected "{"

**/
/*
Theme Name:     Red Halftone | 2024
Design:         Untitled Era LLC
Development:      Untitled Era LLC
Author URI:     http://untitledera.com
Template:       twentynineteen
Version:        3.1
*/


/*--ADA--*/
.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: 'VAG Rounded LT W04 Black', sans-serif;
  font-size: 14px;
  font-weight:normal;
  line-height: 1.75;
  position: relative;
  display: block;
  padding-top: 0px;
  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;
  color: #000;
  font-family:"VAG Rounded LT W04 Black";
}

.slideshow h2.banner__heading {
  color: #fff !important;
}

.h1,
h1 {
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: .05em;
  line-height: 1.25;
} 


.h1.xl,
h1.xl {
  font-size: 42px;
  letter-spacing: .05em;
  line-height: 1.25;
} 

.h2,
h2 {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: .05em;
  line-height: 1.25;
}

.h3,
h3 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: .05em;
  line-height: 1.25;
}

.h4,
h4 {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: .05em;
  line-height: 1.25;
}

.h5,
h5 {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: .05em;
  line-height: 1.25;
  text-transform: uppercase;
}

.h6,
h6 {
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: .15em;
  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;
}

.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%;
  background: #000;
  border:none !important;
  margin: 4em 0;
}

.cleared {
  clear:both;
}

.montserrat-font {
  font-family: 'Montserrat', 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;
}

.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: #000;
}

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

a.grey-color,
.grey-color {
  color: #b1bcc2;
}

a.green-color,
.green-color {
  color: #98C233;
}

.nested-red-links a,
a.red-color,
.red-color {
  color: #FF0000;
}



a.black-background,
.black-background {
  background: #000;
}

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

a.lightgrey-background,
.lightgrey-background {
  background: #F7F7F7;
}

a.green-background,
.green-background {
  background: #98C233;
}

a.red-background,
.red-background {
  background: #f00;
}




/*--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: #181818;
}

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

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

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





/*--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: #F00;
  color: #fff;
  text-shadow: none;
}

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

body button, 
body .button, 
body input[type="button"] {
  text-transform: uppercase !important;
  color: #FFF;
  text-align: center;
  font-family: 'VAG Rounded LT W04 Black', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.56px;
  display: table;
  padding: 16px 20px 15px;
  font-weight: normal;
  border-radius: 4px;
  /*border: 2px solid #000;*/
  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;
  min-height: 00;
  height: auto;
}


.button.thinbtn {
  padding: 10px 25px !important;
}

.button.invertbutton {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}

.button.invertbutton:hover {
  color: #fff;
  background: #000;
}

body button:not(.nohover):hover, 
body .button:not(.nohover):hover, 
body input[type="button"]:hover {
/*  background: #152F37;*/
}

select,
input[type=search],
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  font-family: 'VAG Rounded LT W04 Black', sans-serif;
  border:none;
  border-radius: 0;
  width: 100%;
  padding: 15px 0;
  margin: 0;
  resize: none;
  background: white;
  border: 2px solid #000 !important;
  border-radius: 4px !important;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 15px;
  padding-right: 15px;
}

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;
}

input[disabled] {
  background: transparent;
}

textarea,
textarea:focus {
  border: none;
  overflow: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
}

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 --*/
#global-header #logo svg,
html body .product-grid-item .quick-add,
.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 */
}


/*-- SLOW TRANSITION --*/

{
-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}

/*-- MEDIUM TRANSITION --*/

 {
-webkit-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
   -moz-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
     -o-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
        transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
}







/*--HEADER--*/

#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-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;  
}

#global-header {
  width: 100%;
  position: relative;
  z-index: 999;
  padding: 0em 0;
  background: #fff;
  top: 0;
  left: 0;
  margin-bottom: 0;
position: relative;
}

#logo {
  z-index: 999;
  display: block;
  width: 224px;
  top: 0;
  position: relative;
  text-align: center;
  line-height: 0;
    margin: 0px auto;
    padding: 20px 0;
}

.header-icon-section {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 100%;
  text-align: right;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: normal;
  padding-right: 40px;
}

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

#logo svg.eye {
  margin-bottom: 14px;
}

#desktop-global-nav * {
  line-height: 1;
}

#global-header.active-header #logo svg.eye {
  margin-bottom: 0px;
}

#global-header.active-header #logo svg.rhword {
  opacity: 0;
  max-height: 0px;
}

#global-header #logo svg.rhword {
  opacity: 1;
  max-height: 200px;
  left: 9px;
}

#desktop-global-nav {
float: none;
    margin: 0 auto;
    position: relative;
    width: auto;
    display: table;
}

#desktop-global-nav ul li  {
  display: inline-block;
  margin: 2px 17px 0;
  line-height: 1;
  padding: 0px 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 {
}

#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: #F00;
}



/*--FOOTER--*/
#footer-logo img {
  width: 100px;
  position: relative;
  top: 2em;
  left: 1em;
}

#global-footer {
  background: #000;
  color: #fff;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 45px 0;
  margin: 0;
  /* position: absolute; */
  /* bottom: 0; */
}

#global-footer a {
  text-decoration: none;
}

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

#global-footer hr {
}

#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;
}

body:not(.has-announcement) {
}

body.has-announcement {
}

body.has-announcement #global-header {
}

body.has-announcement .nav-dropdown.active {
/*body.has-announcement .desktop-header-dropdown.active,*/
/*body.has-announcement #shop-dropdown.active {*/
  top: 108px !important;
  top: 125px !important;
}

#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: /cdn/shop/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: /cdn/shop/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%;
*/

/*--ANNOUNCEMENT--*/
.announcement-bar {
  background: #000;
  color: #fff;
  line-height: 2;
}

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





/*--COLLECTION--*/
.h4.option--select.rh-border {
  max-width: 170px;
}

.select_options svg {
  width: 18px !important;
  height: auto !important;
}

.card.card--horizontal,
.cart-drawer .cart-items .cart-item,
.product-form__input input[type=radio]+label,
.rh-border {
  border: 2px solid #000 !important;
  border-radius: 4px !important;
}

.collection-tab-button {
  border-radius: 0 !important;
}

.margin0 {
  margin: 0 !important;
}
.border-bottom {
  border-bottom: 2px solid #000;
}

.facet-checkbox__text {
  line-height: 1.25;
}

.facets__item:last-of-type {
  padding-bottom: 0;
}

.facets__item {
  padding-bottom: 9px;
}

.facets__form-vertical {
  border-radius: 4px !important;
  border: 2px solid #000 !important;
}

.facets__disclosure-vertical:first-of-type {
  margin-top: 0;
  padding-top: 0;
}

.facets__disclosure-vertical svg path {
  stroke: #000;
}

.facets__disclosure-vertical[open] .facets__summary {
  margin-bottom: 15px;
}

.facets__disclosure-vertical {
  border-top: 2px solid #000;
  margin-right: 0;
  margin-top: 15px;
  padding-top: 15px;
}

.checkbox-styling {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #000;
  margin-right: 10px;
  border-radius: 0;
  top: -1px;
}

.quick-add__submit:not(.card--horizontal__quick-add) {
  text-transform: uppercase;
}

.badge {
  border: none !important;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;   
  outline: none !important; 
}

.badge.soldout {
    background: #808080;
}

.badge.onsale {
    background: #F00;
}

html body .price-item--sale {
  color: #F00;
}

html body .product-grid-item:hover .quick-add {
  opacity: 1;
}

html body .product-grid-item .quick-add {
    bottom:0;
    left: 0;
    overflow: hidden;
    width: 100%;
    opacity: 0;
}

html body .product-card-wrapper:hover .product-grid-item .quick-add {
    padding: 0 !important;
    bottom: 0rem !important;
}

html body .quantity__button svg * {
  stroke: #000;
}
html body .quantity__input {
  font-family: 'VAG Rounded LT W04 Black', sans-serif;
  font-size: 17px;
  line-height: 1;  
}

.button--full-width {
  display: flex !important;
  width: 100% !important;
}

.quantity:before,
.quantity:after {
  box-shadow: none;
}

.quantity {
  border: 2px solid;
  border-radius: 4px;
/*  padding: 20px;*/
  min-height: 0;
  height: 48px;
}

.product-gridx .card__content {
  text-align: center;
}

.product-gridx,
#product-grid {
  row-gap: 0 !important;
  column-gap: 25px;
}

html body .product__badges {
  top: 20px;
  left: 20px;
}

html body.template-product .product__badges.soldouttop {
  right: unset;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  transform: translate(-70%, -70%);
}

html body .product__badges.soldouttop {
  top: 20px;
  left: 20px;
  top: 30px;
  right: 20%;
  width: 60px;
  height: 60px;
  left: unset;
  display: block;
  background: transparent;
  transform: translate(0, 0%);
}

.badge.soldout {
  background: #808080;
  background: transparent;
  width: inherit;
  height: inherit;
  padding: 0;
}

.h3.price.price--sold-out * {
  text-decoration: line-through !important;
}

ul#product-grid > li {
  width: calc(33.33% - 25px);
  max-width: 34%;
}

/*--product--*/
.template-product .grid {
/*  column-gap: 0px !important;*/
}

.template-product .grid__item.slider__slide {
/*  width: 25%;*/
/*  max-width: 25%;*/
}

.component-view-all__btn .slider--scrollbar.enabled-view__all {
  padding-bottom: 30px;
}

.view-btn-scrollbar-everywhere .btn-view__all {
  margin-right: 0 !important;
}

.template-product .list-unstyled {
/*  gap: 0 !important;*/
}

.thumbnail-list {
  grid-gap: 10px;
}

.card.card--horizontal {
  padding: 20px !important;
}

#inventory-progress__bar:before {
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    border-radius: 7px;
}

html #inventory-progress__bar {
  height: 6px;  
  border-radius: 7px !important;
  background: #F7F7F7 !important;   
}

.quantity-add__button .quantity {
    min-width: 0px !important;
    width: 180px !important;
}

/*..cart--*/
.cart-items .cart-item__discounted-prices .cart-item__old-price {
  opacity: 1;
  font-weight: 700;
  color: #000;
  font-size: 14px;
}



.btn--tiny {
  border-radius: 4px !important;
}

html body .cart-drawer__items .cart-item+.cart-item {
  margin-top: 25px;
}

html body cart-remove-button .link--text,
html body .cart-remove-button {
  color: #f00;
}

html body .price.price--red {
  font-size: 1em;
}

html body .price.price--red,
html body .cart-items .cart-item__discounted-prices .cart-item__final-price {
  color: #f00;
}

html body .item_discount ul li {
  margin-top: 5px;
  background: transparent;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 4px;
  background: rgba(255, 0, 0, 0.10);
  color: #F00;
  line-height: 1;
  font-size: 14px;
}

.cart-drawer .cart-recommendations .slider--scrollbar li:first-of-type {
  border-left: 2px solid #000 !important;
}

.cart-drawer .drawer__close.button {
  margin: 0;
}

.cart-drawer .card.card--horizontal {
/*  border-left: none !important;*/
}

.cart-recommendations .grid--1-col .grid__item {
  width: 100% !important;
  max-width: 100% !important;
}

.cart-drawer .quantity {
  padding: 0 !important;
}

.cart_totals_box {
  padding: 20px !important;
  background: #000;
  border-radius: 4px !important;
}

.cart-drawer .tax-note {
    margin: 0 !important;
    text-align: left !important;
    margin-top: 20px !important;
}

.cart__dynamic-checkout-buttons div[role=button] {
  border-radius: 4px !important;
}

#CartDrawer-Checkout {
  width: 100% !important;
  max-width: 100% !important;
}

.cart-drawer__buttons {
  display: block !important;
}

.cartdrawer-more {
  display: block !important;
}

.drawer__footer {
  display: block !important;
}

.cart-recommendations {
  position: relative !important;
}

div.portfolio-img {
  display: block;
}

.breadcrumb-collection__title, .breadcrumb-link {
  line-height: 1;
  min-height: 0 !important;
}

.red-glow {
  border-radius: 4px;
/*  border: 2px solid #FFF;*/
  background: #FFF;
  box-shadow: 0px 0px 20px 4px rgba(255, 0, 0, 0.10);  
}

.view-btn-scrollbar-everywhere .btn-view__all.collection-all-btn {
  line-height: 1;
  width: auto;
  min-height: 0;
  min-width: 0;
  top: -5px;
}

html body .slider-counter-dots {
  border: none !important;
}

html body .slideshow-image__slider .slideshow__control-wrapper .slider-counter__link--dots .dot {
    background-color: #fff;
}

html body .slideshow-image__slider .slideshow__control-wrapper .slider-counter__link--dots.slider-counter__link--active .dot {
    background-color: #f00;
}

html body .slideshow-image__slider .slideshow__control-wrapper .slider-button {
  color: #fff;
}

html body .slideshow__controls.slideshow__controls--top {
  bottom: 0;
  justify-content: right;
  height: auto;
}

html body .slideshow__controls .slider-counter {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: none;
  padding: 0;
  border-radius: var(--radius-10);
  background: transparent;
  background: rgb(0 0 0 / 50%);
  padding: 10px 10px;
}

html body slider-component {

}

html body .grid {
    column-gap: 25px;
}

html body .grid--4-col-desktop .grid__item {
    width: calc(25% - 25px* 3 / 4);
    max-width: calc(25% - 25px* 3 / 4);
}

html body .search-modal__content .predictive-search {
  max-width: 100%;
  top: calc(100% + 0rem);  
}

#predictive-search-results-groups-wrapper .card.card--horizontal {
  margin-bottom: 0;
}

html body .predictive-search__results-list {
  gap: 25px;
}

html body .predictive-search__results-groups-wrapper {
  margin-bottom: 25px;
  padding-bottom: 0;
}

html body .jdgm-row-actions {
  padding: 15px 0;
}

html body .jdgm-sort-dropdown {
    font-size: 14px;
    appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 120px;
    padding: 10px 25px 10px 15px;
    width: auto;
    color: #000 !important;
}

html body .jdgm-sort-dropdown-arrow {
  right: 9px;
}

html body .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown,
html body .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
  color: #000;
}

html body .jdgm-row-rating {
    margin-bottom: 10px;
}

html body .jdgm-rev-widg {
  margin: 0 0 50px;
  padding: 0;
  border: none;
}

html body.template-product .grid {
  margin-bottom: 0 !important;
}

html body.template-product .card {
/*  margin-bottom: 0;*/
  padding-bottom: 0;
}

.jdgm-widget .jdgm-prev-badge__text {
  display: none;
}

/*--apps--*/
html body .jdgm-row-media,
html body .jdgm-row-search,
html body .jdgm-subtab,
html body .jdgm-row-actions,
html body .jdgm-quest,
html body .jdgm-rev,
html body .jdgm-paginate,
html body .jdgm-rev {
  border-top: 2px solid #000 !important;
}

html body .complementary-slide>ul {
  gap: 25px;
}

.product__info-wrapper .share-button__button {
    font-size: 14px;
    font-family: 'VAG Rounded LT W04 Black', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-weight: 900;
}

html body .cart-drawer .cart-items .cart-item {
  padding: 20px;
}

.thumbnail-slider .thumbnail-list {
  padding-top: 15px;
  padding-bottom: 15px;
}

.button.inquirebutton {
  width: 100%;
  max-width: 100%;
}

.low--inventory .inventory-notice {
  color: #F00 !important;
}

.low--inventory #inventory-progress__bar:before {
  background-color: #f00 !important;
}

.product__info-wrapper .price--large {
  line-height: 1 !important;
}

.product-form__input input[type=radio]:checked+label {
  background: #f00 !important;
  color: #fff !important;
  border-color: #f00 !important;
}

.header__icon--cart {
  position: relative;
  gap: 20px;
  text-decoration: none;
  margin-right: 0;
  padding-left: 0;
}

.header__icon, .header__icon--cart .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    min-width: 0;
    padding: 0;
}

.header__icons {
    gap: 20px;
}

#filter-icon {
  width: 35px;
  height: auto;
}

.header-icon {
  width: 20px;
  height: auto;
}

#bottom-cart-icon {
  width: 45px;
  top: -4px;
  position: relative;
}

.search-modal__close-button {
  right: 50px;
  top: -6px;
}

.trademark {
  font-size: 19px;
  line-height: 1;
  position: relative;
  left: -4px;  
}

.footer-icon {
  width: 30px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}

.foot-hr {
  height: 2px;
  width: 100%;
  background: #FFF;
  border: none !important;
  margin: 20px 0;
  border-radius: 33px;  
}

.foot-social {
  position: relative;
}

.foot-social a {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.info-page-col .foot-social a {
  margin: 0 10px;
  border-bottom: none !important;
}

.foot-social a svg {
  position: relative;
}

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

html body .facets-vertical .facets-wrapper {
    margin-right: 25px;
    width: 265px;
    flex-shrink: 0;
}

.op-success-message {
  background: #F00;
  color: #000;
  line-height: normal;
}

.template-collection #cart-count-reminder {
  display: none !important;
}

.global-media-settings {
  border: none !important;
  box-shadow: none !important;  
}


.shopify-policy__container {
  padding-top: 80px;
  padding-bottom: 80px;  
}

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

.shopify-policy__container ul,
.shopify-policy__container table,
.shopify-policy__container h2 {
  margin-bottom: 15px;
}

#do-not-sell-or-share-my-personal-information .thebread,
#privacy-policy .thebread,
#terms-of-service .thebread,
#refund-policy .thebread {
  padding-top: 30px;
}

#do-not-sell-or-share-my-personal-information #MainContent {
  padding-bottom: 70px;
}

.shopify-policy__container h2 {
  padding-top: 70px;
}

#pc--optOutFormContainer form {
  padding-top: 20px;
}

.shopify-policy__container ul {
  padding-left: 20px;
}

.pc--opt-out-form-field_wrapper .field__label {
  transform: none !important;
}

.justify-content-center {
  justify-content: center;
}

.card .media {
  margin-left: auto;
  margin-right: auto;
}

.fineartproduct.fineart-xl .card__inner+.card__content {
  margin-top: -50px !important;
  z-index: 9;
}

.fineart-xl.grid__item {
  width: 65%;
  max-width: 65%;
}

.fineart-xl .card .media {
  width: ;
}

.fineartproduct.fineart-l .card__inner+.card__content {
  margin-top: 40px !important;
  z-index: 9;
}

.fineart-l .card .media {
  width: ;
}

.fineartproduct.fineart-m .card__inner+.card__content {
  margin-top: -70px !important;
  z-index: 9;
}

.fineart-m .card .media {
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
}

.fineartproduct.fineart-s .card__inner+.card__content {
  margin-top: -60px !important;
  z-index: 9;
}

.fineart-s .card .media {
  width: 60%;
  height: 60%;
  left: 20%;
  top: 20%;
}

.fineartproduct.fineart-xs .card__inner+.card__content {
  margin-top: -70px !important;
  z-index: 9;
}

.fineart-xs .card .media {
  width: ;
}

#skateboards .card .card__inner {
  --ratio-percent: 140% !important;
}

.fineartproduct .card__inner+.card__content {
  margin-top:  !important;
  z-index: 9;
} 

#mike-banom-photography .card__content {
  margin-top: 0 !important;
}

#available-works .card__media img,
#mike-banom-photography .card__media img,
#outta-mind .card img{
  object-fit: contain !important;
  height: 100% !important;
  width: 100% !important;  
}

.nested-border-links a,
.underline-border {
  padding-bottom: .15em;
  border-bottom: 2px solid #FF0000;
}

html body button.newsletter-form__button {
  padding: 20px 0;
}



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

}


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

}


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

  #wpadminbar {
    display: none !important; 
  }

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

  h5 {
    font-size: ;
  }

  h6 {
    font-size: ;
  }

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


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

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


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

  #logo img {
    margin: 0 auto;
    image-rendering: auto;
  }

  #mobile-nav-button {
    display: block !important;
    color: #fff;
    background: transparent;
    font-weight: normal;
    text-align: center;
    float: left;
    padding: 0;
    top: 24px;
    right: 0px;
    position: absolute;
    /* outline: 1px solid red !important; */
    width: 20px;
    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: #FF5500;
  }

  #mobile-nav-button .bar,
  #mobile-nav-button .bar:after,
  #mobile-nav-button .bar:before {
    width: 100%;
    height: 1px;
    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;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }

  #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;
  }

  /*--FOOTER--*/

}

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

  

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

  h5 {
    font-size: ;
  }

  h6 {
    font-size: ;
  }

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

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

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

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


  /*--HEADER--*/


  /*--FOOTER--*/

}

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

}



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

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

  body {
    font-size: 15px;
    padding-top: 66px;
  }
  
  .h1, h1 {
    font-size: 25px;
  }
  
  .h2, h2 {
    font-size: 18px;
  }
  
  .h3, h3 {
    font-size: 13px;
  }
  
  .h4, h4 {
    font-size: 12px;
  }

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

  .h6, h6 {
    font-size: 10px;
    line-height: 2.25;
  }

  body button,
  body .button,
  body input[type="button"] {
    font-size: 14px;
    padding: 15px 16px 14px;
  }


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


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

  #desktop-global-nav {
    width: 100%;
    padding-top: 0 !important;
  }

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

  }

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

  #product-grid {
    row-gap: 0 !important;
    column-gap: 0;
  }

  ul#product-grid > li {
    width: 100%;
    max-width: 100%;

    width: 45%;
    max-width: 100%;
    margin: 0 2.5%;
  }

  .template-collection .facets-vertical.xlarge-wrapper {
    width: 95%;
  }

  .template-product .grid__item.slider__slide {
    width: 50%;
    max-width: 50%;
  }

  .template-product .main-product-gallery .grid__item.slider__slide {
    width: 100%;
    max-width: 100%;
  }

  html body .grid {
    column-gap: 20px;
  }



  .template-product .slider--scrollbar {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }


  .drawer__footer #dynamic-checkout-cart ul>li {
    flex-basis: calc(33% - 18px) !important;
    margin: 0 !important;
  }

  html body .grid--4-col-desktop .grid__item {
    width: calc(50% - 20px* 3 / 4);
    max-width: calc(50% - 20px* 3 / 4);
  }
  
  html body .complementary-slide>ul {
    gap: 20px;
  } 
  
  .product__info-wrapper .share-button__button {
    font-size: 14px;
    font-family: 'VAG Rounded LT W04 Black', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-weight: 900;
  }

  html body .cart-drawer__items .cart-item+.cart-item {
    margin-top: 15px;
  }

  html body .cart-drawer .cart-items .cart-item {
    padding: 15px;
  }

  .card-wrapper.product-card-wrapper {
    padding-bottom: 10px;
  }

  html body .quantity {
    min-height: 0;
    height: 46px;
  }

  .quantity-add__button .quantity {
    min-width: 0px !important;
    width: 204px !important;
  }

  html body .drawer__footer #dynamic-checkout-cart ul>li {
    flex-basis: calc(33% - 18px) !important;
  }

  .foot-social {
    position: relative;
    float: none;
    text-align: center;
  }

  .foot-social a {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 15px;
  }

  .footer-icon {
    width: 50px;
    height: auto;
    margin: 0 auto 10px;
    display: block;
  }

  .footer-tagline {
    text-align: center;
  }

  #global-footer ul {
    display: block;
    text-align: center;
  }

  .facet--button-toggle {
    background: transparent;
  }
  
  .header__search {
    display: none !important;
  } 

  .header-icon-section {
    top: 28px;
    right: 0px;
    padding-right: 30px;
  }

  .header__icon--cart {
    gap: 10px;
  }

  html body .cart-drawer .cart-item__details {
    width: 50%;
    min-width: 50%;
  }

  .cart-drawer .quantity {
    padding: 0 !important;
    width: 100%;
  }

  .cart-item__media {
      max-width: 85px;
      display: none;
  }

  .cart-drawer .cart-items .cart-item__quantity {
    padding-top: 0;
    grid-area: quantity;
    display: flex;
    align-items: center;
    width: 50%;
    max-width: 40%;
    min-width: 30%;
    display: block;
  }

  .cart-drawer .tax-note {
    margin: 0 !important;
    text-align: left !important;
    margin-top: 5px !important;
    font-size: 12px;
  }

  #main-collection-filters.is-active {
    height: calc(100% - 206px);
    top: 206px;
  }

  #main-collection-filters.is-active .drawer__close {
    margin: 0;
  }

  #main-collection-filters.is-active .facets__form-vertical {
    width: 90%;
    height: auto;
    left: 5%;
    position: relative;
  }

  #mike-banom-photography .card--media .card__inner {
    aspect-ratio: 3 / 4;
  }

  #mike-banom-photography .grid,
  #available-works .grid,
  #pratt-munson-gallery-exhibition .grid,
  #outta-mind .grid {
    column-gap: 20px;
    display: block;
    width: 100%;
    padding: 0;
  }

  #mike-banom-photography .grid__item,
  #available-works .grid__item,
  #pratt-munson-gallery-exhibition .grid__item,
  #outta-mind .grid__item {
    width: 100% !important;
    max-width: 100%;
  }

  #mike-banom-photography .card__media .media img,
  #outta-mind .card__media .media img,
  #pratt-munson-gallery-exhibition .card__media .media img {
    position: relative !important;
    height: auto !important;
  }

  #mike-banom-photography .card__media .media img,
  #outta-mind .card__media .media img,
  #pratt-munson-gallery-exhibition .card__media .media img {
    position: relative !important;
    height: auto !important;
  }

  #mike-banom-photography .card .media,
  #outta-mind .card .media,
  #pratt-munson-gallery-exhibition .card .media {
    position: relative !important;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    position: relative !important;
  }

  #mike-banom-photography .fineartproduct.fineart-s .card__inner+.card__content,
  #outta-mind .fineartproduct.fineart-s .card__inner+.card__content,
  #pratt-munson-gallery-exhibition .fineartproduct.fineart-s .card__inner+.card__content {
    margin-top: 0px !important;
    z-index: 9;
  }

  #mike-banom-photography .card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note),
  #outta-mind .card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note),
  #pratt-munson-gallery-exhibition .card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note) {
    margin-top: 5px !important;
  }

  #mike-banom-photography .card__information>*:not(:last-child),
  #outta-mind .card__information>*:not(:last-child),
  #pratt-munson-gallery-exhibition .card__information>*:not(:last-child) {
    margin-bottom: 5px;
  }

  .fa-row {
    margin-bottom: 0 !important;
  }

  .fineartproduct.fineart-m .card__inner+.card__content,
  .fineartproduct.fineart-l .card__inner+.card__content,
  .fineartproduct.fineart-xl .card__inner+.card__content {
    margin-top: 0px !important;
    z-index: 9;
  }


  .card-wrapper.product-card-wrapper {
    padding-bottom: 10px;
  }

  html body .product__badges.soldouttop {
    top: 25px;
    right: 15%;
    width: 50px;
    height: 50px;
  }

  #desktop-global-nav ul li {
    margin: 4px 19px 0;
  }

}