/** Shopify CDN: Minification failed

Line 31:0 All "@import" rules must come first
Line 13525:2 "positon" is not a known CSS property
Line 17504:2 "margin-botton" is not a known CSS property
Line 19762:2 "boder-radius" is not a known CSS property
Line 22313:10 Expected identifier but found whitespace
Line 22313:11 Unexpected "2px"
Line 22322:3 Unexpected "/"

**/
@charset "UTF-8";
.surface-pick-up-embed {
  --surface-pick-up-embed-theme-success-color: rgb(50, 205, 50);
  --surface-pick-up-embed-theme-error-color: rgb(179, 58, 58);
  --surface-pick-up-embed-theme-paragraph-font-size: 16px;
  --surface-pick-up-embed-theme-paragraph-smaller-font-size: calc(var(--surface-pick-up-embed-theme-paragraph-font-size) - 4px);
  --surface-pick-up-embed-theme-body-font-weight-bold: 600;
  --surface-pick-up-embed-theme-body-text-color: #808080;
  --surface-pick-up-embed-theme-link-text-decoration: underline;
  --surface-pick-up-embed-row-gap: 10px;
  --surface-pick-up-embed-column-gap: 10px;
  display: grid;
  grid-template-columns: min-content auto;
  row-gap: var(--surface-pick-up-embed-row-gap);
  column-gap: var(--surface-pick-up-embed-column-gap);
  justify-content: flex-start;
  text-align: left;
}

@import url('https://fonts.cdnfonts.com/css/satoshi');
/* COLOR SETTINGS */
:root{
  --color-pawgrey-50: #3B4148;
  --color-pawgrey-40: #60656A;
  --color-pawgrey-30: #85888D;
  --color-pawgrey-10: #343434;
  --color-border-swatch: #BDBDBD;
  --color-primary-50: #053d91;
  --color-primary-70: #162c9a;
  --color-primary-20: #D8EFFF;
  
  --color-second-30: #e83523;
  --color-price-saving: #3A6BB4;
  --color-active-state: #f99c45;
  --color-product-card-border: #DDD;

  --color-desktop-gap: 24px;
  --color-mobile-gap: 15px;
  --border-radius-primary: 12px;
  --border-radius-second: 8px;
  --font-family-primary: 'Satoshi','Poppins',sans-serif;
  --color-neutral-80: #1A1D1F;
  --color-neutral-60: #33383F;
  --color-neutral-50: #6F767E;
  --color-neutral-35: #BBB6B6;
  --color-neutral-20: #E0DEDE;
  --color-neutral-10: #E7E7E7;
  --color-second-50: #D1262C;
  --color-second-10: #FCE8E8;
  --color-star: #FFC736;
  --color-third-50: #E38D3C;
  --color-third-10: #fef4e5;
  --color-third-60: #dc7718;
}

a span{
    color: unset !important;
}

.surface-pick-up-embed__in-stock-icon,
.surface-pick-up-embed__out-of-stock-icon {
  grid-column-start: 1;
  grid-column-end: 2;
  margin-top: 3px;
}

.surface-pick-up-embed__in-stock-icon {
  fill: var(--surface-pick-up-embed-theme-success-color);
}

.surface-pick-up-embed__out-of-stock-icon {
  fill: var(--surface-pick-up-embed-theme-error-color);
}

.surface-pick-up-embed__location-info,
.surface-pick-up-embed__modal-btn {
  grid-column-start: 2;
  grid-column-end: 3;
}

.surface-pick-up-embed__location-info {
  grid-row-start: 1;
  grid-row-end: 2;
}

.surface-pick-up-embed__location-availability {
  margin-top: 0;
  margin-bottom: 0;
  font-family: inherit;
  font-size: var(--surface-pick-up-embed-theme-paragraph-font-size);
  font-weight: inherit;
  color: var(--surface-pick-up-embed-theme-body-text-color);
}
.surface-pick-up-embed__location-availability b {
  font-weight: var(--surface-pick-up-embed-theme-body-font-weight-bold);
}

.surface-pick-up-embed__location-pick-up-time {
  font-size: var(--surface-pick-up-embed-theme-paragraph-smaller-font-size);
  color: var(--surface-pick-up-embed-theme-body-text-color);
}

.surface-pick-up-embed__modal-btn {
  grid-row-start: 2;
  grid-row-end: 3;
  justify-self: start;
  padding: 0;
  font-size: var(--surface-pick-up-embed-theme-paragraph-smaller-font-size);
  color: var(--surface-pick-up-theme-embed-body-text-color);
  text-align: left;
  -webkit-text-decoration: var(--surface-pick-up-embed-theme-link-text-decoration);
          text-decoration: var(--surface-pick-up-embed-theme-link-text-decoration);
  cursor: pointer;
  background-color: initial;
  border: 0;
}

.surface-pick-up-items {
  padding: 0;
  margin: 0;
}

.surface-pick-up-item {
  --surface-pick-up-item-theme-success-color: rgb(50, 205, 50);
  --surface-pick-up-item-theme-error-color: rgb(179, 58, 58);
  --surface-pick-up-item-theme-paragraph-font-size: 16px;
  --surface-pick-up-item-theme-paragraph-smaller-font-size: calc(var(--surface-pick-up-item-theme-paragraph-font-size) - 4px);
  --surface-pick-up-item-theme-body-font-weight-bold: 600;
  --surface-pick-up-item-theme-body-text-color: #808080;
  --surface-pick-up-item-theme-border-color: #d9d9d9;
  --surface-pick-up-item-theme-link-text-decoration: underline;
  --surface-pick-up-item-row-gap: 10px;
  --surface-pick-up-item-column-gap: 5px;
  --surface-pick-up-item-gap: 28px;
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
  row-gap: var(--surface-pick-up-item-row-gap);
  column-gap: var(--surface-pick-up-item-column-gap);
  justify-content: flex-start;
  padding-bottom: var(--surface-pick-up-item-gap);
  margin: var(--surface-pick-up-item-gap) 0 0;
  text-align: left;
  border-bottom: 1px solid var(--surface-pick-up-item-theme-border-color);
}
.surface-pick-up-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.surface-pick-up-item__header {
  display: flex;
  grid-column: span 3;
  align-items: flex-end;
}

.surface-pick-up-item__pick-up-location {
  margin-top: 0;
  margin-bottom: 0;
  font-family: inherit;
  font-size: var(--surface-pick-up-item-theme-paragraph-font-size);
  font-weight: var(--surface-pick-up-item-theme-body-font-weight-bold);
  color: var(--surface-pick-up-item-theme-body-text-color);
}

.surface-pick-up-item__pick-up-distance {
  padding-left: 2rem;
  margin: 0 0 0 auto;
}

.surface-pick-up-item__in-stock-icon,
.surface-pick-up-item__out-of-stock-icon {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-top: 1px;
}

.surface-pick-up-item__in-stock-icon {
  fill: var(--surface-pick-up-item-theme-success-color);
}

.surface-pick-up-item__out-of-stock-icon {
  fill: var(--surface-pick-up-item-theme-error-color);
}

.surface-pick-up-item__availability {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
  font-size: var(--surface-pick-up-item-theme-paragraph-smaller-font-size);
  color: var(--surface-pick-up-item-theme-body-text-color);
}

.surface-pick-up-item__address-info {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 3;
  font-size: var(--surface-pick-up-item-theme-paragraph-smaller-font-size);
  font-style: normal;
  line-height: 1.4;
  color: var(--surface-pick-up-item-theme-body-text-color);
}
.surface-pick-up-item__address-info p {
  margin: 0;
}
.surface-pick-up-item__address-info a,
.surface-pick-up-item__address-info a:visited {
  color: inherit;
  text-decoration: none;
}
.surface-pick-up-item__address-info a:focus,
.surface-pick-up-item__address-info a:active,
.surface-pick-up-item__address-info a:hover {
  color: inherit;
}

.surface-pick-up-item__confirm-address {
  margin-top: var(--surface-pick-up-item-row-gap);
}

.surface-pick-up-item__confirm-address-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

/******************************************************************
Theme Name: Turbo
Theme URI: https://outofthesandbox.com/collections/turbo-theme
Author: Out of the Sandbox (https://outofthesandbox.com)
Description: Shopify Theme (https://www.shopify.com/&ref=out-of-the-sandbox)
******************************************************************/



/* Flexbox */
.is-flex {
  display: flex;
}

.is-inline-flex {
  display: inline-flex;
}

.is-align-start,
.is-align-left {
  align-items: flex-start;
}

.is-align-end,
.is-align-right {
  align-items: flex-end;
}

.is-align-self-end,
.is-align-self-right {
  align-self: flex-end;
}

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

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

.is-align-stretch {
  align-items: stretch;
}

.is-justify-start,
.is-justify-left {
  justify-content: flex-start;
}

.is-justify-end,
.is-justify-right {
  justify-content: flex-end;
}

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

.is-justify-space-around {
  justify-content: space-around;
}

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

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

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

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

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

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

.is-flex-column {
  flex-direction: column;
}

.is-flex-column-reverse {
  flex-direction: column-reverse;
}

/* Flex position order */
.is-order-aligned-left {
  order: -1;
}
@media only screen and (max-width: 480px) {
  .is-order-aligned-left {
    order: inherit;
  }
}

.is-order-aligned-right {
  order: 1;
}
@media only screen and (max-width: 480px) {
  .is-order-aligned-right {
    order: inherit;
  }
}

/* Padding helpers */
.has-padding-top {
  padding-top: 20px;
}

.has-padding-bottom {
  padding-bottom: 20px;
}

.has-padding-left {
  padding-left: 20px;
}

.has-padding-right {
  padding-right: 20px;
}

.has-padding {
  padding: 20px;
}

/* Margin helpers */
.has-margin-top {
  margin-top: 20px;
}

.has-margin-bottom {
  margin-bottom: 20px;
}

/* Text alignment */
.text-align-center {
  text-align: center;
}

.text-align-left,
.text-align-start {
  text-align: left;
}
.text-align-left h1, .text-align-left h2, .text-align-left h3,
.text-align-left h1.title,
.text-align-left h2.title,
.text-align-left h3.title,
.text-align-start h1,
.text-align-start h2,
.text-align-start h3,
.text-align-start h1.title,
.text-align-start h2.title,
.text-align-start h3.title {
  text-align: left;
}

.text-align-right,
.text-align-end {
  text-align: right;
}
.text-align-right h1, .text-align-right h2, .text-align-right h3,
.text-align-right h1.title,
.text-align-right h2.title,
.text-align-right h3.title,
.text-align-end h1,
.text-align-end h2,
.text-align-end h3,
.text-align-end h1.title,
.text-align-end h2.title,
.text-align-end h3.title {
  text-align: right;
}

/* Visibility */
.is-hidden {
  display: none !important;
}

.is-visible {
  display: block !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

.is-invisible {
  visibility: hidden !important;
}
@media only screen and (max-width: 798px) {
  .is-hidden-small {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 798px) {
  .is-hidden-small {
    display: none !important;
  }
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .is-hidden-medium {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .is-hidden-large {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .is-hidden-none-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 798px) {
  .is-hidden-mobile-only {
    display: none !important;
  }
}
@media only screen and (min-width: 799px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1401px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media only screen and (max-width: 798px) {
  .is-visible--mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 798px) {
  .is-hidden-offset-mobile-only {
    left: 0 !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

/* #Functions
================================================== */









  

  

  

  

  

  

  

  

  
/* #Grid/Layout
================================================== */
.index {
  display: flex;
  flex-wrap: wrap;
}

/* Home page sections are set to flex so that half sizes may sit side-by-side */
.page-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

/* Controls the width and spacing of each section - the class ".shopify-section" is generated by Shopify and applied to each element (along with unique ID) - uses CSS variables which are set in liquid files */
.shopify-section {
  width: 100%;
  
}

@media only screen and (max-width: 480px) {
  .shopify-section {
    width: 100% !important;
    padding-left: 0 !important; /* Ignores padding set on larger screen sizes */
    padding-right: 0 !important; /* Ignores padding set on larger screen sizes */
  }
}

/* Handles the background color and margins depending on what width has been chosen */
.section {
  max-width: 1280px;
  
  margin-left: auto;
  margin-right: auto;
}
.section.is-width-wide {
  width: 100%;
  max-width: none;
}

.section-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}.section-wrapper--product {
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.section-wrapper--product .section {
  width: 100%;
}
.section-wrapper--product .is-width-wide,
.section-wrapper--collection .is-width-wide,
.section-wrapper--index .is-width-wide,
.section-wrapper--page .is-width-wide {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media only screen and (max-width: 798px) {
  .mobile_nav-fixed--true .section-wrapper {
    display: block;
    margin-top: 62px;
  }
}

@media only screen and (max-width: 798px) {
  .mobile_nav-fixed--true.promo-banner--show .section-wrapper {
    display: block;
    margin-top: 70px;
  }
}

/* Parent container for column elements - uses flexbox, so this container can be made smaller and the columns will shrink in relation */
.container {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-container {
  width: 100%;
}

/* Applies flex styling for columns created using Content Creator */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 798px) {
  .row .column,
.row .columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

[class*=offset-by] {
  position: relative;
}

/*================ Build Base Grid Classes ================*/
.hidden {
  display: none;
}

.visible {
  display: block;
}

/* Base Grid */
.one {
  width: calc(6.25% - 20px);
}

.two {
  width: calc(12.5% - 20px);
}

.three {
  width: calc(18.75% - 20px);
}

.four {
  width: calc(25% - 20px);
}

.five {
  width: calc(31.25% - 20px);
}

.six {
  width: calc(37.5% - 20px);
}

.seven {
  width: calc(43.75% - 20px);
}

.eight {
  width: calc(50% - 20px);
}

.nine {
  width: calc(56.25% - 20px);
}

.ten {
  width: calc(62.5% - 20px);
}

.eleven {
  width: calc(68.75% - 20px);
}

.twelve {
  width: calc(75% - 20px);
}

.thirteen {
  width: calc(81.25% - 20px);
}

.fourteen {
  width: calc(87.5% - 20px);
}

.fifteen {
  width: calc(93.75% - 20px);
}

.sixteen {
  width: calc(100% - 20px);
}

/* Whole */
.one-whole {
  width: calc(100% - 20px);
}

/* Halves */
.one-half {
  width: calc(50% - 20px);
}

/* Thirds */
.one-third {
  width: calc(33.3333333333% - 20px);
}

.two-thirds {
  width: calc(66.6666666667% - 20px);
}

/* Fourths */
.one-fourth {
  width: calc(25% - 20px);
}

.two-fourths {
  width: calc(50% - 20px);
}

.three-fourths {
  width: calc(75% - 20px);
}

/* Fifths */
.one-fifth {
  width: calc(20% - 20px);
}

.two-fifths {
  width: calc(40% - 20px);
}

.three-fifths {
  width: calc(60% - 20px);
}

.four-fifths {
  width: calc(80% - 20px);
}

/* Sixths */
.one-sixth {
  width: calc(16.6666666667% - 20px);
}

.two-sixths {
  width: calc(33.3333333333% - 20px);
}

.three-sixths {
  width: calc(50% - 20px);
}

.four-sixths {
  width: calc(66.6666666667% - 20px);
}

.five-sixths {
  width: calc(83.3333333333% - 20px);
}

/* Sevenths */
.one-seventh {
  width: calc(14.2857142857% - 20px);
}

.two-sevenths {
  width: calc(28.5714285714% - 20px);
}

.three-sevenths {
  width: calc(42.8571428571% - 20px);
}

.four-sevenths {
  width: calc(57.1428571429% - 20px);
}

.five-sevenths {
  width: calc(71.4285714286% - 20px);
}

/* Eighths */
.one-eighth {
  width: calc(12.5% - 20px);
}

.two-eighths {
  width: calc(25% - 20px);
}

.three-eighths {
  width: calc(37.5% - 20px);
}

.four-eighths {
  width: calc(50% - 20px);
}

.five-eighths {
  width: calc(62.5% - 20px);
}

.six-eighths {
  width: calc(75% - 20px);
}

.seven-eighths {
  width: calc(87.5% - 20px);
}

/* Tenths */
.one-tenth {
  width: calc(10% - 20px);
}

.two-tenths {
  width: calc(20% - 20px);
}

.three-tenths {
  width: calc(30% - 20px);
}

.four-tenths {
  width: calc(40% - 20px);
}

.five-tenths {
  width: calc(50% - 20px);
}

.six-tenths {
  width: calc(60% - 20px);
}

.seven-tenths {
  width: calc(70% - 20px);
}

.eight-tenths {
  width: calc(80% - 20px);
}

.nine-tenths {
  width: calc(90% - 20px);
}

/* Twelfths */
.one-twelfth {
  width: calc(8.3333333333% - 20px);
}

.two-twelfths {
  width: calc(16.6666666667% - 20px);
}

.three-twelfths {
  width: calc(25% - 20px);
}

.four-twelfths {
  width: calc(33.3333333333% - 20px);
}

.five-twelfths {
  width: calc(41.6666666667% - 20px);
}

.six-twelfths {
  width: calc(50% - 20px);
}

.seven-twelfths {
  width: calc(58.3333333333% - 20px);
}

.eight-twelfths {
  width: calc(66.6666666667% - 20px);
}

.nine-twelfths {
  width: calc(75% - 20px);
}

.ten-twelfths {
  width: calc(83.3333333333% - 20px);
}

.eleven-twelfths {
  width: calc(91.6666666667% - 20px);
}

/* Offsets */
.offset-by-one {
  left: calc(6.25%);
}

.offset-by-two {
  left: calc(12.5%);
}

/* .offset-by-three {
  left: calc(18.75%);
} */

.offset-by-four {
  left: calc(25%);
}

.offset-by-five {
  left: calc(31.25%);
}

.offset-by-six {
  left: calc(37.5%);
}

.offset-by-seven {
  left: calc(43.75%);
}

.offset-by-eight {
  left: calc(50%);
}

.offset-by-nine {
  left: calc(56.25%);
}

.offset-by-ten {
  left: calc(62.5%);
}

.offset-by-eleven {
  left: calc(68.75%);
}

.offset-by-twelve {
  left: calc(75%);
}

.offset-by-thirteen {
  left: calc(81.25%);
}

.offset-by-fourteen {
  left: calc(87.5%);
}

.offset-by-fifteen {
  left: calc(93.75%);
}

/* Remove gutter on first and last column (must be consistent size) */
.equal-columns--outside-trim .one-half:nth-of-type(2n),
.equal-columns--outside-trim .eight:nth-of-type(2n),
.equal-columns--outside-trim .one-third:nth-of-type(3n),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .four:nth-of-type(4n),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .two:nth-of-type(8n) {
  margin-right: 0;
}
.equal-columns--outside-trim .one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .eight:nth-of-type(2n+1),
.equal-columns--outside-trim .one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .four:nth-of-type(4n+1),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .two:nth-of-type(8n+1) {
  margin-left: 0;
}
.equal-columns--outside-trim .one-whole:nth-of-type(1n+1) {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.equal-columns--outside-trim .one-half {
  width: calc(50% - (20px - (20px / 2)));
}
.equal-columns--outside-trim .one-third {
  width: calc(33.3333333333% - (20px - (20px / 3)));
}
.equal-columns--outside-trim .one-fifth {
  width: calc(20% - (20px - (20px / 5)));
}
.equal-columns--outside-trim .one-fourth {
  width: calc(25% - (20px - (20px / 4)));
}
.equal-columns--outside-trim .one-sixth {
  width: calc(16.6666666667% - (20px - (20px / 6)));
}
.equal-columns--outside-trim .one-seventh {
  width: calc(14.2857142857% - (20px - (20px / 7)));
}
.equal-columns--outside-trim .two {
  width: calc(12.5% - (20px - (20px / 8)));
}
.equal-columns--outside-trim .four {
  width: calc(25% - (20px - (20px / 4)));
}
.equal-columns--outside-trim .seven {
  width: calc(43.75% - (20px - (20px / 2)));
}
.equal-columns--outside-trim .eight {
  width: calc(50% - (20px / 2));
}
.equal-columns--outside-trim .nine {
  width: calc(56.25% - (20px - (20px / 2)));
}

/* Remove side gutter on all columns */
.has-no-side-gutter.has-background {
  padding-right: 0px;
  padding-left: 0px;
}
.has-no-side-gutter .one-whole,
.has-no-side-gutter .one-half,
.has-no-side-gutter .eight,
.has-no-side-gutter .one-third,
.has-no-side-gutter .two-thirds,
.has-no-side-gutter .one-fourth,
.has-no-side-gutter .four,
.has-no-side-gutter .one-fifth,
.has-no-side-gutter .three-fifths,
.has-no-side-gutter .two-fifths,
.has-no-side-gutter .one-sixth,
.has-no-side-gutter .one-seventh,
.has-no-side-gutter .one-eighth,
.has-no-side-gutter .two {
  margin-right: 0;
  margin-left: 0;
}
.has-no-side-gutter .one-whole {
  width: 100%;
}
.has-no-side-gutter .one-half {
  width: 50%;
}
.has-no-side-gutter .one-third {
  width: 33.3333333333%;
}
.has-no-side-gutter .one-fourth {
  width: 25%;
}
.has-no-side-gutter .one-fifth {
  width: 20%;
}
.has-no-side-gutter .two-fifths {
  width: 40%;
}
.has-no-side-gutter .three-fifths {
  width: 60%;
}
.has-no-side-gutter .one-sixth {
  width: 16.6666666667%;
}
.has-no-side-gutter .one-seventh {
  width: 14.2857142857%;
}
.has-no-side-gutter .one-eighth {
  width: 12.5%;
}
.has-no-side-gutter .two-thirds {
  width: 66.6666666667%;
}
.has-no-side-gutter .two {
  width: 12.5%;
}
.has-no-side-gutter .four {
  width: 25%;
}
.has-no-side-gutter .seven {
  width: 43.75%;
}
.has-no-side-gutter .eight {
  width: 50%;
}
.has-no-side-gutter .nine {
  width: 56.25%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

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

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

.text-center {
  text-align: center !important;
}

/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 1024px) {
  .large-down--hidden {
    display: none;
  }
  .large-down--visible {
    display: block;
  }
  /* Base Grid */
  .large-down--one {
    width: calc(6.25% - 20px);
  }
  .large-down--two {
    width: calc(12.5% - 20px);
  }
  .large-down--three {
    width: calc(18.75% - 20px);
  }
  .large-down--four {
    width: calc(25% - 20px);
  }
  .large-down--five {
    width: calc(31.25% - 20px);
  }
  .large-down--six {
    width: calc(37.5% - 20px);
  }
  .large-down--seven {
    width: calc(43.75% - 20px);
  }
  .large-down--eight {
    width: calc(50% - 20px);
  }
  .large-down--nine {
    width: calc(56.25% - 20px);
  }
  .large-down--ten {
    width: calc(62.5% - 20px);
  }
  .large-down--eleven {
    width: calc(68.75% - 20px);
  }
  .large-down--twelve {
    width: calc(75% - 20px);
  }
  .large-down--thirteen {
    width: calc(81.25% - 20px);
  }
  .large-down--fourteen {
    width: calc(87.5% - 20px);
  }
  .large-down--fifteen {
    width: calc(93.75% - 20px);
  }
  .large-down--sixteen {
    width: calc(100% - 20px);
  }
  /* Whole */
  .large-down--one-whole {
    width: calc(100% - 20px);
  }
  /* Halves */
  .large-down--one-half {
    width: calc(50% - 20px);
  }
  /* Thirds */
  .large-down--one-third {
    width: calc(33.3333333333% - 20px);
  }
  .large-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }
  /* Fourths */
  .large-down--one-fourth {
    width: calc(25% - 20px);
  }
  .large-down--two-fourths {
    width: calc(50% - 20px);
  }
  .large-down--three-fourths {
    width: calc(75% - 20px);
  }
  /* Fifths */
  .large-down--one-fifth {
    width: calc(20% - 20px);
  }
  .large-down--two-fifths {
    width: calc(40% - 20px);
  }
  .large-down--three-fifths {
    width: calc(60% - 20px);
  }
  .large-down--four-fifths {
    width: calc(80% - 20px);
  }
  /* Sixths */
  .large-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }
  .large-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }
  .large-down--three-sixths {
    width: calc(50% - 20px);
  }
  .large-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }
  .large-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }
  /* Sevenths */
  .large-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }
  .large-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }
  .large-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }
  .large-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }
  .large-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }
  /* Eighths */
  .large-down--one-eighth {
    width: calc(12.5% - 20px);
  }
  .large-down--two-eighths {
    width: calc(25% - 20px);
  }
  .large-down--three-eighths {
    width: calc(37.5% - 20px);
  }
  .large-down--four-eighths {
    width: calc(50% - 20px);
  }
  .large-down--five-eighths {
    width: calc(62.5% - 20px);
  }
  .large-down--six-eighths {
    width: calc(75% - 20px);
  }
  .large-down--seven-eighths {
    width: calc(87.5% - 20px);
  }
  /* Tenths */
  .large-down--one-tenth {
    width: calc(10% - 20px);
  }
  .large-down--two-tenths {
    width: calc(20% - 20px);
  }
  .large-down--three-tenths {
    width: calc(30% - 20px);
  }
  .large-down--four-tenths {
    width: calc(40% - 20px);
  }
  .large-down--five-tenths {
    width: calc(50% - 20px);
  }
  .large-down--six-tenths {
    width: calc(60% - 20px);
  }
  .large-down--seven-tenths {
    width: calc(70% - 20px);
  }
  .large-down--eight-tenths {
    width: calc(80% - 20px);
  }
  .large-down--nine-tenths {
    width: calc(90% - 20px);
  }
  /* Twelfths */
  .large-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }
  .large-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }
  .large-down--three-twelfths {
    width: calc(25% - 20px);
  }
  .large-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }
  .large-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }
  .large-down--six-twelfths {
    width: calc(50% - 20px);
  }
  .large-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }
  .large-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }
  .large-down--nine-twelfths {
    width: calc(75% - 20px);
  }
  .large-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }
  .large-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }
  /* Offsets */
  .large-down--offset-by-one {
    left: calc(6.25%);
  }
  .large-down--offset-by-two {
    left: calc(12.5%);
  }
  .large-down--offset-by-three {
    left: calc(18.75%);
  }
  .large-down--offset-by-four {
    left: calc(25%);
  }
  .large-down--offset-by-five {
    left: calc(31.25%);
  }
  .large-down--offset-by-six {
    left: calc(37.5%);
  }
  .large-down--offset-by-seven {
    left: calc(43.75%);
  }
  .large-down--offset-by-eight {
    left: calc(50%);
  }
  .large-down--offset-by-nine {
    left: calc(56.25%);
  }
  .large-down--offset-by-ten {
    left: calc(62.5%);
  }
  .large-down--offset-by-eleven {
    left: calc(68.75%);
  }
  .large-down--offset-by-twelve {
    left: calc(75%);
  }
  .large-down--offset-by-thirteen {
    left: calc(81.25%);
  }
  .large-down--offset-by-fourteen {
    left: calc(87.5%);
  }
  .large-down--offset-by-fifteen {
    left: calc(93.75%);
  }
  /* Remove gutter on first and last column (must be consistent size) */
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
.equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
.equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
.equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .large-down--four:nth-of-type(4n),
.equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
.equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
.equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
  /* Remove side gutter on all columns */
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .equal-columns--outside-trim {
    /* Reset previous margins */
    /* Set new margins on right */
    /* Set new margins on left */
  }
  .equal-columns--outside-trim .large-down--one-half.large-down--one-half,
.equal-columns--outside-trim .large-down--eight.large-down--eight,
.equal-columns--outside-trim .large-down--one-third.large-down--one-third,
.equal-columns--outside-trim .large-down--one-fourth.large-down--one-fourth,
.equal-columns--outside-trim .large-down--four.large-down--four,
.equal-columns--outside-trim .large-down--one-fifth.large-down--one-fifth,
.equal-columns--outside-trim .large-down--one-sixth.large-down--one-sixth,
.equal-columns--outside-trim .large-down--one-seventh.large-down--one-seventh,
.equal-columns--outside-trim .large-down--two.large-down--two {
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
.equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
.equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
.equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .large-down--four:nth-of-type(4n),
.equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
.equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
.equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-third {
    width: calc(33.3333333333% - (20px - (20px / 3)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-sixth {
    width: calc(16.6666666667% - (20px - (20px / 6)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-seventh {
    width: calc(14.2857142857% - (20px - (20px / 7)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--eight {
    width: calc(50% - (20px / 2));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .large-down--one-whole,
.has-no-side-gutter .large-down--one-half,
.has-no-side-gutter .large-down--eight,
.has-no-side-gutter .large-down--one-third,
.has-no-side-gutter .large-down--two-thirds,
.has-no-side-gutter .large-down--one-fourth,
.has-no-side-gutter .large-down--four,
.has-no-side-gutter .large-down--one-fifth,
.has-no-side-gutter .large-down--three-fifths,
.has-no-side-gutter .large-down--two-fifths,
.has-no-side-gutter .large-down--one-sixth,
.has-no-side-gutter .large-down--one-seventh,
.has-no-side-gutter .large-down--one-eighth,
.has-no-side-gutter .large-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .large-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .large-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .large-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .large-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .large-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .large-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .large-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .large-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .large-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .large-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .large-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .large-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .large-down--four {
    width: 25%;
  }
  .has-no-side-gutter .large-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .large-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .large-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .medium--text_center {
    text-align: center;
  }
  .medium--justify_center {
    justify-content: center;
  }
}

@media only screen and (max-width: 798px) {
  .medium-down--hidden {
    display: none;
  }
  .medium-down--visible {
    display: block;
  }
  /* Base Grid */
  .medium-down--one {
    width: calc(6.25% - 20px);
  }
  .medium-down--two {
    width: calc(12.5% - 20px);
  }
  .medium-down--three {
    width: calc(18.75% - 20px);
  }
  .medium-down--four {
    width: calc(25% - 20px);
  }
  .medium-down--five {
    width: calc(31.25% - 20px);
  }
  .medium-down--six {
    width: calc(37.5% - 20px);
  }
  .medium-down--seven {
    width: calc(43.75% - 20px);
  }
  .medium-down--eight {
    width: calc(50% - 20px);
  }
  .medium-down--nine {
    width: calc(56.25% - 20px);
  }
  .medium-down--ten {
    width: calc(62.5% - 20px);
  }
  .medium-down--eleven {
    width: calc(68.75% - 20px);
  }
  .medium-down--twelve {
    width: calc(75% - 20px);
  }
  .medium-down--thirteen {
    width: calc(81.25% - 20px);
  }
  .medium-down--fourteen {
    width: calc(87.5% - 20px);
  }
  .medium-down--fifteen {
    width: calc(93.75% - 20px);
  }
  .medium-down--sixteen {
    width: calc(100% - 20px);
  }
  /* Whole */
  .medium-down--one-whole {
    width: calc(100% - 20px);
  }
  /* Halves */
  .medium-down--one-half {
    width: calc(50% - 20px);
  }
  /* Thirds */
  .medium-down--one-third {
    width: calc(33.3333333333% - 20px);
  }
  .medium-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }
  /* Fourths */
  .medium-down--one-fourth {
    width: calc(25% - 20px);
  }
  .medium-down--two-fourths {
    width: calc(50% - 20px);
  }
  .medium-down--three-fourths {
    width: calc(75% - 20px);
  }
  /* Fifths */
  .medium-down--one-fifth {
    width: calc(20% - 20px);
  }
  .medium-down--two-fifths {
    width: calc(40% - 20px);
  }
  .medium-down--three-fifths {
    width: calc(60% - 20px);
  }
  .medium-down--four-fifths {
    width: calc(80% - 20px);
  }
  /* Sixths */
  .medium-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }
  .medium-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }
  .medium-down--three-sixths {
    width: calc(50% - 20px);
  }
  .medium-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }
  .medium-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }
  /* Sevenths */
  .medium-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }
  .medium-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }
  .medium-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }
  .medium-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }
  .medium-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }
  /* Eighths */
  .medium-down--one-eighth {
    width: calc(12.5% - 20px);
  }
  .medium-down--two-eighths {
    width: calc(25% - 20px);
  }
  .medium-down--three-eighths {
    width: calc(37.5% - 20px);
  }
  .medium-down--four-eighths {
    width: calc(50% - 20px);
  }
  .medium-down--five-eighths {
    width: calc(62.5% - 20px);
  }
  .medium-down--six-eighths {
    width: calc(75% - 20px);
  }
  .medium-down--seven-eighths {
    width: calc(87.5% - 20px);
  }
  /* Tenths */
  .medium-down--one-tenth {
    width: calc(10% - 20px);
  }
  .medium-down--two-tenths {
    width: calc(20% - 20px);
  }
  .medium-down--three-tenths {
    width: calc(30% - 20px);
  }
  .medium-down--four-tenths {
    width: calc(40% - 20px);
  }
  .medium-down--five-tenths {
    width: calc(50% - 20px);
  }
  .medium-down--six-tenths {
    width: calc(60% - 20px);
  }
  .medium-down--seven-tenths {
    width: calc(70% - 20px);
  }
  .medium-down--eight-tenths {
    width: calc(80% - 20px);
  }
  .medium-down--nine-tenths {
    width: calc(90% - 20px);
  }
  /* Twelfths */
  .medium-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }
  .medium-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }
  .medium-down--three-twelfths {
    width: calc(25% - 20px);
  }
  .medium-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }
  .medium-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }
  .medium-down--six-twelfths {
    width: calc(50% - 20px);
  }
  .medium-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }
  .medium-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }
  .medium-down--nine-twelfths {
    width: calc(75% - 20px);
  }
  .medium-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }
  .medium-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }
  /* Offsets */
  .medium-down--offset-by-one {
    left: calc(6.25%);
  }
  .medium-down--offset-by-two {
    left: calc(12.5%);
  }
  .medium-down--offset-by-three {
    left: calc(18.75%);
  }
  .medium-down--offset-by-four {
    left: calc(25%);
  }
  .medium-down--offset-by-five {
    left: calc(31.25%);
  }
  .medium-down--offset-by-six {
    left: calc(37.5%);
  }
  .medium-down--offset-by-seven {
    left: calc(43.75%);
  }
  .medium-down--offset-by-eight {
    left: calc(50%);
  }
  .medium-down--offset-by-nine {
    left: calc(56.25%);
  }
  .medium-down--offset-by-ten {
    left: calc(62.5%);
  }
  .medium-down--offset-by-eleven {
    left: calc(68.75%);
  }
  .medium-down--offset-by-twelve {
    left: calc(75%);
  }
  .medium-down--offset-by-thirteen {
    left: calc(81.25%);
  }
  .medium-down--offset-by-fourteen {
    left: calc(87.5%);
  }
  .medium-down--offset-by-fifteen {
    left: calc(93.75%);
  }
  /* Remove gutter on first and last column (must be consistent size) */
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
      margin-right: 0;
    }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
  /* Remove side gutter on all columns */
}
@media only screen and (max-width: 798px) and (max-width: 798px) {
  .equal-columns--outside-trim {
    /* Reset previous margins */
    /* Set new margins on right */
    /* Set new margins on left */
  }
  .equal-columns--outside-trim .medium-down--one-half.medium-down--one-half,
.equal-columns--outside-trim .medium-down--eight.medium-down--eight,
.equal-columns--outside-trim .medium-down--one-third.medium-down--one-third,
.equal-columns--outside-trim .medium-down--one-fourth.medium-down--one-fourth,
.equal-columns--outside-trim .medium-down--four.medium-down--four,
.equal-columns--outside-trim .medium-down--one-fifth.medium-down--one-fifth,
.equal-columns--outside-trim .medium-down--one-sixth.medium-down--one-sixth,
.equal-columns--outside-trim .medium-down--one-seventh.medium-down--one-seventh,
.equal-columns--outside-trim .medium-down--two.medium-down--two {
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
.equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
.equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
.equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
.equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
.equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
.equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-third {
    width: calc(33.3333333333% - (20px - (20px / 3)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-sixth {
    width: calc(16.6666666667% - (20px - (20px / 6)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-seventh {
    width: calc(14.2857142857% - (20px - (20px / 7)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--eight {
    width: calc(50% - (20px / 2));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 798px) {
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .medium-down--one-whole,
.has-no-side-gutter .medium-down--one-half,
.has-no-side-gutter .medium-down--eight,
.has-no-side-gutter .medium-down--one-third,
.has-no-side-gutter .medium-down--two-thirds,
.has-no-side-gutter .medium-down--one-fourth,
.has-no-side-gutter .medium-down--four,
.has-no-side-gutter .medium-down--one-fifth,
.has-no-side-gutter .medium-down--three-fifths,
.has-no-side-gutter .medium-down--two-fifths,
.has-no-side-gutter .medium-down--one-sixth,
.has-no-side-gutter .medium-down--one-seventh,
.has-no-side-gutter .medium-down--one-eighth,
.has-no-side-gutter .medium-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .medium-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .medium-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .medium-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .medium-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .medium-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .medium-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .medium-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .medium-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .medium-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .medium-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .medium-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .medium-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .medium-down--four {
    width: 25%;
  }
  .has-no-side-gutter .medium-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .medium-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .medium-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--hidden {
    display: none;
  }
  .small-down--visible {
    display: block;
  }
  /* Base Grid */
  .small-down--one {
    width: calc(6.25% - 20px);
  }
  .small-down--two {
    width: calc(12.5% - 20px);
  }
  .small-down--three {
    width: calc(18.75% - 20px);
  }
  .small-down--four {
    width: calc(25% - 20px);
  }
  .small-down--five {
    width: calc(31.25% - 20px);
  }
  .small-down--six {
    width: calc(37.5% - 20px);
  }
  .small-down--seven {
    width: calc(43.75% - 20px);
  }
  .small-down--eight {
    width: calc(50% - 20px);
  }
  .small-down--nine {
    width: calc(56.25% - 20px);
  }
  .small-down--ten {
    width: calc(62.5% - 20px);
  }
  .small-down--eleven {
    width: calc(68.75% - 20px);
  }
  .small-down--twelve {
    width: calc(75% - 20px);
  }
  .small-down--thirteen {
    width: calc(81.25% - 20px);
  }
  .small-down--fourteen {
    width: calc(87.5% - 20px);
  }
  .small-down--fifteen {
    width: calc(93.75% - 20px);
  }
  .small-down--sixteen {
    width: calc(100% - 20px);
  }
  /* Whole */
  .small-down--one-whole {
    width: calc(100% - 20px);
  }
  /* Halves */
  .small-down--one-half {
    width: calc(50% - 20px);
  }
  /* Thirds */
  .small-down--one-third {
    width: calc(33.3333333333% - 20px);
  }
  .small-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }
  /* Fourths */
  .small-down--one-fourth {
    width: calc(25% - 20px);
  }
  .small-down--two-fourths {
    width: calc(50% - 20px);
  }
  .small-down--three-fourths {
    width: calc(75% - 20px);
  }
  /* Fifths */
  .small-down--one-fifth {
    width: calc(20% - 20px);
  }
  .small-down--two-fifths {
    width: calc(40% - 20px);
  }
  .small-down--three-fifths {
    width: calc(60% - 20px);
  }
  .small-down--four-fifths {
    width: calc(80% - 20px);
  }
  /* Sixths */
  .small-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }
  .small-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }
  .small-down--three-sixths {
    width: calc(50% - 20px);
  }
  .small-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }
  .small-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }
  /* Sevenths */
  .small-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }
  .small-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }
  .small-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }
  .small-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }
  .small-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }
  /* Eighths */
  .small-down--one-eighth {
    width: calc(12.5% - 20px);
  }
  .small-down--two-eighths {
    width: calc(25% - 20px);
  }
  .small-down--three-eighths {
    width: calc(37.5% - 20px);
  }
  .small-down--four-eighths {
    width: calc(50% - 20px);
  }
  .small-down--five-eighths {
    width: calc(62.5% - 20px);
  }
  .small-down--six-eighths {
    width: calc(75% - 20px);
  }
  .small-down--seven-eighths {
    width: calc(87.5% - 20px);
  }
  /* Tenths */
  .small-down--one-tenth {
    width: calc(10% - 20px);
  }
  .small-down--two-tenths {
    width: calc(20% - 20px);
  }
  .small-down--three-tenths {
    width: calc(30% - 20px);
  }
  .small-down--four-tenths {
    width: calc(40% - 20px);
  }
  .small-down--five-tenths {
    width: calc(50% - 20px);
  }
  .small-down--six-tenths {
    width: calc(60% - 20px);
  }
  .small-down--seven-tenths {
    width: calc(70% - 20px);
  }
  .small-down--eight-tenths {
    width: calc(80% - 20px);
  }
  .small-down--nine-tenths {
    width: calc(90% - 20px);
  }
  /* Twelfths */
  .small-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }
  .small-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }
  .small-down--three-twelfths {
    width: calc(25% - 20px);
  }
  .small-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }
  .small-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }
  .small-down--six-twelfths {
    width: calc(50% - 20px);
  }
  .small-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }
  .small-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }
  .small-down--nine-twelfths {
    width: calc(75% - 20px);
  }
  .small-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }
  .small-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }
  /* Offsets */
  .small-down--offset-by-one {
    left: calc(6.25%);
  }
  .small-down--offset-by-two {
    left: calc(12.5%);
  }
  .small-down--offset-by-three {
    left: calc(18.75%);
  }
  .small-down--offset-by-four {
    left: calc(25%);
  }
  .small-down--offset-by-five {
    left: calc(31.25%);
  }
  .small-down--offset-by-six {
    left: calc(37.5%);
  }
  .small-down--offset-by-seven {
    left: calc(43.75%);
  }
  .small-down--offset-by-eight {
    left: calc(50%);
  }
  .small-down--offset-by-nine {
    left: calc(56.25%);
  }
  .small-down--offset-by-ten {
    left: calc(62.5%);
  }
  .small-down--offset-by-eleven {
    left: calc(68.75%);
  }
  .small-down--offset-by-twelve {
    left: calc(75%);
  }
  .small-down--offset-by-thirteen {
    left: calc(81.25%);
  }
  .small-down--offset-by-fourteen {
    left: calc(87.5%);
  }
  .small-down--offset-by-fifteen {
    left: calc(93.75%);
  }
  /* Remove gutter on first and last column (must be consistent size) */
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
.equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
.equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
.equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .small-down--four:nth-of-type(4n),
.equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
.equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
.equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
  /* Remove side gutter on all columns */
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .equal-columns--outside-trim {
    /* Reset previous margins */
    /* Set new margins on right */
    /* Set new margins on left */
  }
  .equal-columns--outside-trim .small-down--one-half.small-down--one-half,
.equal-columns--outside-trim .small-down--eight.small-down--eight,
.equal-columns--outside-trim .small-down--one-third.small-down--one-third,
.equal-columns--outside-trim .small-down--one-fourth.small-down--one-fourth,
.equal-columns--outside-trim .small-down--four.small-down--four,
.equal-columns--outside-trim .small-down--one-fifth.small-down--one-fifth,
.equal-columns--outside-trim .small-down--one-sixth.small-down--one-sixth,
.equal-columns--outside-trim .small-down--one-seventh.small-down--one-seventh,
.equal-columns--outside-trim .small-down--two.small-down--two {
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
.equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
.equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
.equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .small-down--four:nth-of-type(4n),
.equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
.equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
.equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-third {
    width: calc(33.3333333333% - (20px - (20px / 3)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-sixth {
    width: calc(16.6666666667% - (20px - (20px / 6)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-seventh {
    width: calc(14.2857142857% - (20px - (20px / 7)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--eight {
    width: calc(50% - (20px / 2));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .small-down--one-whole,
.has-no-side-gutter .small-down--one-half,
.has-no-side-gutter .small-down--eight,
.has-no-side-gutter .small-down--one-third,
.has-no-side-gutter .small-down--two-thirds,
.has-no-side-gutter .small-down--one-fourth,
.has-no-side-gutter .small-down--four,
.has-no-side-gutter .small-down--one-fifth,
.has-no-side-gutter .small-down--three-fifths,
.has-no-side-gutter .small-down--two-fifths,
.has-no-side-gutter .small-down--one-sixth,
.has-no-side-gutter .small-down--one-seventh,
.has-no-side-gutter .small-down--one-eighth,
.has-no-side-gutter .small-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .small-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .small-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .small-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .small-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .small-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .small-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .small-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .small-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .small-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .small-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .small-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .small-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .small-down--four {
    width: 25%;
  }
  .has-no-side-gutter .small-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .small-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .small-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-center {
    text-align: center !important;
  }
}
/*================ Build Grid Push Classes ================*/
/* Can be used on inner div inside container element to apply borders (that maintain the same width as columns) */
.container-border--top::before {
  display: block;
  content: "";
  height: 0;
  width: calc(100% - 20px);
  border-top: thin solid #cccccc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  float: left;
}
@media only screen and (max-width: 480px) {
  .container-border--top::before {
    width: 100%;
  }
}

.container-border--bottom::after {
  display: block;
  content: "";
  height: 0;
  width: calc(100% - 20px);
  border-top: thin solid #cccccc;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  clear: both;
}
@media only screen and (max-width: 480px) {
  .container-border--bottom::after {
    width: 100%;
  }
}

/* Applied to container elements that need to be smaller than the $site-width */
.narrow-width--true.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* Override the max-width on container element and stretch full screen (wide_display) */
.container.full-width--true,
.full-width--true > .container {
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 480px) {
  .container.fullWidthMobile--true,
.column.fullWidthMobile--true,
.columns.fullWidthMobile--true {
    width: 100% !important;
    max-width: 100%;
  }
}

/* #Reset & Basics
================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: “”‘’;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, figure {
  margin: 0;
}

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

* {
  box-sizing: border-box;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 798px) {
  .clear {
    display: none;
  }
}

/* #Fonts
================================================== */@font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_n4.934accbf9f5987aa89334210e6c1e9151f37d3b6.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=86652968d5a786e860e47ccfefb419bbf462b540957cc5b3a912a57e3c00d471") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_n4.ee28d4489eaf5de9cf6e17e696991b5e9148c716.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=845e72270b7b7d3b2f20d6ed2af59ac3be4932e1a9dd21f1d9bebedfb6c1536b") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_n7.58aca33913fc6666cc9e8a53f6b16ec5c3c05a3f.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=3a6f7d3dea84979eebbb27b39032bbd545adc816ad37998e43ab32444d8bb0d0") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_n7.59016f931f3f39434d2e458fba083eb7db7a07d9.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=2c7f8ae4eeb4df1de9f51d3f08f666b52e5d63b116ccbaf3f7cecdb51e2f3588") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_i4.a7e8d886e15d5fb9bc964a53b3278effbf270e9c.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=46096ed8978dd919e1c141855d82a16675b73deec8a21b8639f242a0b36a063b") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_i4.e87de252199e27825a41bf81646996685d86452d.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=dee9d63be51cf4cb22df3f396ce738e1d897062d17d1ff23a013b219572f9f33") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_i7.4f85a5d51a1aecf426eea47ac4570ef7341bfdc1.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=ed918523cba11c49196eea505c38be554f5180208d7451e5f00e769a33a4686e") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_i7.aff3a08a92d1c136586c611b9fc43d357dfbbefe.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=fdbd71dae55994df0d3bfd8547b76e1e165e20c6d57943d13222a807a30a894d") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_n4.934accbf9f5987aa89334210e6c1e9151f37d3b6.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=86652968d5a786e860e47ccfefb419bbf462b540957cc5b3a912a57e3c00d471") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_n4.ee28d4489eaf5de9cf6e17e696991b5e9148c716.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=845e72270b7b7d3b2f20d6ed2af59ac3be4932e1a9dd21f1d9bebedfb6c1536b") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_n7.58aca33913fc6666cc9e8a53f6b16ec5c3c05a3f.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=3a6f7d3dea84979eebbb27b39032bbd545adc816ad37998e43ab32444d8bb0d0") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_n7.59016f931f3f39434d2e458fba083eb7db7a07d9.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=2c7f8ae4eeb4df1de9f51d3f08f666b52e5d63b116ccbaf3f7cecdb51e2f3588") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_i4.a7e8d886e15d5fb9bc964a53b3278effbf270e9c.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=46096ed8978dd919e1c141855d82a16675b73deec8a21b8639f242a0b36a063b") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_i4.e87de252199e27825a41bf81646996685d86452d.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=dee9d63be51cf4cb22df3f396ce738e1d897062d17d1ff23a013b219572f9f33") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_i7.4f85a5d51a1aecf426eea47ac4570ef7341bfdc1.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=ed918523cba11c49196eea505c38be554f5180208d7451e5f00e769a33a4686e") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_i7.aff3a08a92d1c136586c611b9fc43d357dfbbefe.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=fdbd71dae55994df0d3bfd8547b76e1e165e20c6d57943d13222a807a30a894d") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_n6.e2fdd168541a5add2d1a8d6f2b89b09c9c9e690d.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=4d156a95e8f714268926a0dae08650db4931a826cbd2f359a0b1806814761ce0") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_n6.6d62d2d0f11a9ff578d200ad2154f9860db165c1.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=45c51e5bbdb6909392d9d148a29ff20f78077c0db67be019f7111de288648452") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_n9.ab53309b7e3c2539cb1143634ba608d71386523c.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=aecf46cd1400aa678f27e2a93c318c4436565c3d89e80d68cd4e44daf5097a09") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_n9.078941d662fb73e03e458f69933d3c3f76d0907f.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=71151b850a1236ba321a1fc230fbe5e409648c1a5c500be6e6624cfc88b1d57b") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_i6.672e5321078e70c7e1abdba4d92995c37fb35eae.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=0e0115496c2c954ee83dc07d10385cc68af2e3bedd4cf2a41ede75e0f39aa896") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_i6.b932b853e07d22eecd5ccfe6f9e0137b21b64d5b.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=bdc957b82cedb109f0e8707bcac5a5d5915d32715aaf85c70b0184af82fac907") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_i9.0752bd3135a5ed2327a6335be84ce1983d46dbd3.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=fe881d4c0d53762f95a34bd26a3777f552abfb454c4224a3cc865fb6c5ac7b6f") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_i9.26d73262cd1481d842a66eba48c758fa40b7fc5d.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=b91e736ed4ccad2308c9e3e667874588c905afea1f0c0c5fc2c5704833e60193") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_n4.934accbf9f5987aa89334210e6c1e9151f37d3b6.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=86652968d5a786e860e47ccfefb419bbf462b540957cc5b3a912a57e3c00d471") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_n4.ee28d4489eaf5de9cf6e17e696991b5e9148c716.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=845e72270b7b7d3b2f20d6ed2af59ac3be4932e1a9dd21f1d9bebedfb6c1536b") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_n7.58aca33913fc6666cc9e8a53f6b16ec5c3c05a3f.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=3a6f7d3dea84979eebbb27b39032bbd545adc816ad37998e43ab32444d8bb0d0") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_n7.59016f931f3f39434d2e458fba083eb7db7a07d9.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=2c7f8ae4eeb4df1de9f51d3f08f666b52e5d63b116ccbaf3f7cecdb51e2f3588") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_i4.a7e8d886e15d5fb9bc964a53b3278effbf270e9c.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=46096ed8978dd919e1c141855d82a16675b73deec8a21b8639f242a0b36a063b") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_i4.e87de252199e27825a41bf81646996685d86452d.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=dee9d63be51cf4cb22df3f396ce738e1d897062d17d1ff23a013b219572f9f33") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_i7.4f85a5d51a1aecf426eea47ac4570ef7341bfdc1.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=ed918523cba11c49196eea505c38be554f5180208d7451e5f00e769a33a4686e") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_i7.aff3a08a92d1c136586c611b9fc43d357dfbbefe.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=fdbd71dae55994df0d3bfd8547b76e1e165e20c6d57943d13222a807a30a894d") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_n1.c38651fae6617112e598a3eae6e304966bb50d9c.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=6d4b2aa45f3376738ed9268de619616884bee773ab74cdc2023744b3f93346af") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_n1.8a253dc332ef999bbf9099ed24f14b637f0d424d.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=cba0375d4e6c24ff25e24103fe9c3602ed57396e203c0656d14bb40d7a1ed906") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 100;
  font-style: italic;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_i1.6e61c2d68c7500b3f05a3b9a5327a9261fca3a33.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=331410d68ea0d998fcedfc061d91dfadf0203689ef0aa70f69ebd108e1ed1d6d") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_i1.8ae1c939b949ac3a7fdd38c842c9f513f152ce42.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=faabb59c051180373071c90649cd098ab344f1de92dfc4101c91bb00db942394") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_n4.934accbf9f5987aa89334210e6c1e9151f37d3b6.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=86652968d5a786e860e47ccfefb419bbf462b540957cc5b3a912a57e3c00d471") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_n4.ee28d4489eaf5de9cf6e17e696991b5e9148c716.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=845e72270b7b7d3b2f20d6ed2af59ac3be4932e1a9dd21f1d9bebedfb6c1536b") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_n7.58aca33913fc6666cc9e8a53f6b16ec5c3c05a3f.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=3a6f7d3dea84979eebbb27b39032bbd545adc816ad37998e43ab32444d8bb0d0") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_n7.59016f931f3f39434d2e458fba083eb7db7a07d9.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=2c7f8ae4eeb4df1de9f51d3f08f666b52e5d63b116ccbaf3f7cecdb51e2f3588") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_i4.a7e8d886e15d5fb9bc964a53b3278effbf270e9c.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=46096ed8978dd919e1c141855d82a16675b73deec8a21b8639f242a0b36a063b") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_i4.e87de252199e27825a41bf81646996685d86452d.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=dee9d63be51cf4cb22df3f396ce738e1d897062d17d1ff23a013b219572f9f33") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_i7.4f85a5d51a1aecf426eea47ac4570ef7341bfdc1.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=ed918523cba11c49196eea505c38be554f5180208d7451e5f00e769a33a4686e") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_i7.aff3a08a92d1c136586c611b9fc43d357dfbbefe.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=fdbd71dae55994df0d3bfd8547b76e1e165e20c6d57943d13222a807a30a894d") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_n4.934accbf9f5987aa89334210e6c1e9151f37d3b6.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=86652968d5a786e860e47ccfefb419bbf462b540957cc5b3a912a57e3c00d471") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_n4.ee28d4489eaf5de9cf6e17e696991b5e9148c716.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=845e72270b7b7d3b2f20d6ed2af59ac3be4932e1a9dd21f1d9bebedfb6c1536b") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_n7.58aca33913fc6666cc9e8a53f6b16ec5c3c05a3f.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=3a6f7d3dea84979eebbb27b39032bbd545adc816ad37998e43ab32444d8bb0d0") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_n7.59016f931f3f39434d2e458fba083eb7db7a07d9.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=2c7f8ae4eeb4df1de9f51d3f08f666b52e5d63b116ccbaf3f7cecdb51e2f3588") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_i4.a7e8d886e15d5fb9bc964a53b3278effbf270e9c.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=46096ed8978dd919e1c141855d82a16675b73deec8a21b8639f242a0b36a063b") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_i4.e87de252199e27825a41bf81646996685d86452d.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=dee9d63be51cf4cb22df3f396ce738e1d897062d17d1ff23a013b219572f9f33") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//happyuid.com/cdn/fonts/poppins/poppins_i7.4f85a5d51a1aecf426eea47ac4570ef7341bfdc1.woff2?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=ed918523cba11c49196eea505c38be554f5180208d7451e5f00e769a33a4686e") format("woff2"),
       url("//happyuid.com/cdn/fonts/poppins/poppins_i7.aff3a08a92d1c136586c611b9fc43d357dfbbefe.woff?h1=aGFwcHl1aWQuY29t&h2=aGFwcHl1aWQuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=fdbd71dae55994df0d3bfd8547b76e1e165e20c6d57943d13222a807a30a894d") format("woff");
}


/* #Basic Styles
================================================== */
*, h1, h2, h3, h4, h5, p, ul, li {
  padding: 0;
  margin: 0;
}
body {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  color: #333333;
  line-height: 1.6em;
  overflow: auto;
  background-color: #ffffff;
}body.blocked-scroll {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

body.blocked-overflow {
  overflow: hidden;
}

::selection {
  background: #FFF7B6;
  color: black;
}

abbr {
  border-bottom: 1px dotted #cccccc;
}

details summary::-webkit-details-marker {
  display: none;
}

/* Theme editor */
.editor-visible--true {
  display: block !important;
}

/* Lazyloading styles */.transition--blur-up {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    filter: blur(5px);
    transform: translate3d(0, 0, 0);
    transition: filter 200ms;
  }
.transition--blur-up.lazyloaded {
    filter: none;
    transform: scale(1);
  }img[data-sizes=auto].lazyloaded {
  height: auto;
}

img[data-sizes=auto],
img[data-sizes="100vw"] {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Ensures that small images are not stretched larger */
.product_section .image__container {
  border-radius: none;
  aspect-ratio: 1 / 1;
  height: 100%;
  background:#FAFAFA;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.image__container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.image-element__wrap {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.image-element__wrap img {
  height: auto;
}

/* #Typography
================================================== */
.logo,
.header__logo {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2em;
}.logo a span,
.header__logo a span {
  color: #e1f4f5;
}

/*  Headings  */
h1 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 44px;
  margin: 0 auto 15px;
  clear: both;
  font-weight: 600;
  padding-top: 4px;
}
h1 a:link, h1 a:visited {
  font-weight: inherit;
  color: #333333;
}
h1 a:hover, h1 a:active {
  color: #fa4252;
}
h1.collection_title_tags {
  padding-right: 25px;
  border-right: solid 1px #cccccc;
}

h2,
.h2,
h2.title {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  
  line-height: 48px;
  color: #0c6574;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  
  font-size: 40px;
  margin-bottom: 0.75em;
}
h2 a,
.h2 a,
h2.title a {
  font-weight: inherit;
}
h2.collection_title,
.h2.collection_title,
h2.title.collection_title {
  margin-bottom: 0;
  display: inline;
}
h2.product_name a,
.h2.product_name a,
h2.title.product_name a {
  color: #333333;
}

.cart h2 {
  margin-top: 0;
}

h3,
.h3 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 35px;
  margin: 0 auto 15px 0;
}
h3 a,
h3 a:visited,
.h3 a,
.h3 a:visited {
  font-weight: inherit;
  color: #333333;
}
h3.title,
.h3.title {
  line-height: 1.25;
  margin: 0 auto 15px;
  clear: both;
  padding-top: 4px;
}
h3.title a,
h3.title a:visited,
.h3.title a,
.h3.title a:visited {
  color: #333333;
}
h3.sub_title,
.h3.sub_title {
  padding: 5px 0;
  color: #333333;
}
h3.sub_title a,
.h3.sub_title a {
  color: #333333;
}

h4,
.h4 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 30px;
  margin: 0 0 0.5em 0;
  padding: 7px 0;
}
h4 a,
.h4 a {
  font-weight: inherit;
}
h4.title a,
.h4.title a {
  border: 0;
  padding: 0;
  margin: 0;
}

h5,
.h5 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 28px;
  margin: 0 0 0.5em 0;
  padding: 7px 0;
}
h5 a,
.h5 a {
  font-weight: inherit;
}
h5.sub_title,
.h5.sub_title {
  padding: 5px 0;
  color: #333333;
}
h5.sub_title a,
.h5.sub_title a {
  color: #333333;
}

h6,
.h6 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 26px;
  letter-spacing: 0px;
  margin: 0 0 0.5em 0;
  padding: 7px 0;
}
h6 a,
.h6 a {
  font-weight: inherit;
}
h6.title,
.h6.title {
  line-height: 32px;
  margin: 0 0 0.5em 0;
  color: #333333;
}

.cart h6 {
  margin-top: 0;
}

.collection_title {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 44px;
  margin: 0 auto 15px;
  clear: both;
  padding-top: 4px;
}
.collection_title a {
  font-weight: inherit;
  color: #333333;
}
.collection_title a:hover, .collection_title a:active {
  color: #fa4252;
}

div.collection_title {
  margin-bottom: 0;
  line-height: 44px;
  display: inline;
}
div.collection_title_tags {
  padding-right: 25px;
  border-right: solid 1px #cccccc;
}

.headline,
.empty_cart,
.promo-banner,
.title {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 44px;
}

.title.center.blog a {
  color: #333333;
}

/*  Content  */
p img {
  margin: 0;
}

sub {
  font-size: 60%;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 90%;
}

.feature img {
  position: relative;
  top: 7px;
  margin-right: 5px;
  width: 25px;
  height: 25px;
}

.onboard-text {
  margin: 0;
}

.feature p {
  font-size: smaller;
}

#featured_links {
  padding: 20px 0;
}

#featured_links h2 {
  padding-top: 15px;
}#featured_links .column,
#featured_links .columns {
    opacity: 1;
  }/* Add default spacing to allow room for stars (from Shopify review app) */
.slider-gallery .shopify-product-reviews-badge {
  height: 30px;
  display: block;
}

/* Add spacing below review stars (from Shopify review app) */
.spr-badge + .feature_divider {
  margin-top: 15px;
}

.spr-badge {
  padding: 5px 0;
}

.thumbnail .spr-badge-caption {
  display: none;
}

.spr-badge-container {
  cursor: pointer;
  display: inline-block;
}

div#shopry-review-photos a {
  display: block !important;
}

/* Feature divider variables */
.feature_divider {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  border: 0;
  border-color: #aaaaaa;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.feature_divider.no-margin {
  margin-bottom: 0px;
}
@media only screen and (max-width: 798px) {
  .feature_divider {
    margin-bottom: 10px;
  }
}

.page .feature_divider,
.page h2.title + .feature_divider {
  margin-bottom: 15px;
}

/*  Blockquotes  */
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #cccccc;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite a,
blockquote cite a:visited {
  color: #555;
}
blockquote cite:before {
  content: "— ";
}

hr {
  border-color: #aaaaaa;
  border-style: solid;
  clear: both;
  margin: 12px 0;
  height: 0;
}hr {
    border-width: 1px;
  }.cart-container hr {
  border-top-width: 0;
}

.collection_description {
  margin: 0 0 1.5em 0;
}

/* #Breadcrumbs
================================================== */
.breadcrumb-wrapper {
  padding-bottom: 1rem;
}

div.breadcrumb-collection {
  margin-bottom: 1rem;
}
div.breadcrumb-collection.breadcrumb-collection--product {
  margin: 0;
}
@media only screen and (max-width: 798px) {
  div.breadcrumb-collection {
    text-align: center;
  }
}

.breadcrumb_text,
.article-pagination {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0;
}
@media only screen and (max-width: 798px) {
  .breadcrumb_text,
.article-pagination {
    margin-top: 0;
  }
}
.breadcrumb_text .breadcrumb-divider,
.article-pagination .breadcrumb-divider {
  color: #fa4252;
  margin: 0 5px;
}

.breadcrumb_link:hover span {
  color: #07a5d2;
}

.breadcrumb {
  font-size: 14px;
}
@media only screen and (max-width: 798px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}

/* #Links
================================================== */
a,
a:visited,
a span {
  color: #fa4252;
  text-decoration: none;
  position: relative;
  transition: color 0.1s linear;
}

a:hover,
a:focus {
  color: #07a5d2;
}

a,
button,
input,
select,
textarea,
label,
summary {
  touch-action: manipulation;
}

/* #Lists
================================================== */
ul,
ol {
  margin-bottom: 20px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 4px 0 5px 30px;
}
ul ul li,
ul ol li,
ol ul li,
ol ol li {
  margin-bottom: 6px;
}
ul li,
ol li {
  margin-bottom: 12px;
}

ul {
  list-style: disc outside;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul.large li {
  line-height: 21px;
}
ul.none {
  list-style: none outside;
  margin-left: 0;
}
ul.border {
  list-style: none outside;
  line-height: 26px;
}
ul.border li {
  border-bottom: 1px solid #cccccc;
  list-style: none outside none;
  padding: 12px 0;
  margin-bottom: 0;
}

ol {
  list-style: decimal;
}

/* #Menu
================================================== */
.header {
  position: relative;
  z-index: 1000;
  width: 100%;
  top: 0;
}
.header select.currencies {
  color: #333333;
  text-shadow: none;
}
.header div.container {
  padding-bottom: 5px;
  padding-top: 5px;
}

body.is-active {
  overflow-y: hidden;
  height: 100vh;
}
body.is-active #header {
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

#header.mobile_nav-fixed--true,
.mobile_nav-fixed--false.is-active #header {
  position: fixed;
  z-index: 1001;
  width: 100%;
  top: 0;
  left: 0;
}

#header {
  display: none;
  pointer-events: all;
}
#header .top-bar {
  text-align: center;
  display: flex;
  align-items: center;
}
#header .top-bar a.right {
  left: auto;
  right: 15px;
  font-size: 20px;
  padding-top: 8px;
  top: 4px;
  z-index: 1;
}
#header .top-bar a.mobile_nav {
  display: flex;
  align-items: center;
  z-index: 1;
}
#header .top-bar > a,
#header .top-bar > a:visited,
#header .top-bar > a:active {
  display: block;
  font-size: 25px;
}
#header .top-bar a span {
  color: #333333;
  display: inline-block;
  padding-left: 4px;
  position: relative;
}

#header .top-bar a.icon-bag:before,
#header .top-bar a.icon-cart:before {
  font-size: 18px !important;
}

.nav ul.mobile_menu li a {
  display: inline-block;
}

/*  Mobile nav  */
#header .mobile_nav.dropdown_link {
  width: 25%;
}
#header .mobile_nav.dropdown_link span.menu_title {
  position: absolute;
  left: 40px;
}

.mobile_nav {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.mobile_nav div {
  flex-shrink: 0;
  width: 33px;
  height: 20px;
  position: relative;
  float: left;
  margin: 0 8px 0 5px;
  transform: rotate(0deg);
  transition: 0.1s ease-in-out;
}

.mobile_nav div span {
  display: block !important;
  position: absolute !important;
  height: 3px !important;
  width: 100%;
  background: #333333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  padding: 0 !important;
  transform: rotate(0deg);
  transition: 0.1s ease-in-out;
}

.mobile_nav div span:nth-child(1) {
  top: 0px;
}

.mobile_nav div span:nth-child(2),
.mobile_nav div span:nth-child(3) {
  top: 10px;
}

.mobile_nav div span:nth-child(4) {
  top: 20px;
}

.mobile_nav div.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.mobile_nav div.open span:nth-child(2) {
  transform: rotate(45deg);
}

.mobile_nav div.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.mobile_nav div.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#mobile_menu {
  margin: 10px 20px;
}
#mobile_menu .sublink ul {
  display: none;
  margin-left: 0;
  padding-left: 10px;
}

#mobile_menu li {
  display: block;
  padding-right: 0;
  padding-left: 0;
}

#mobile_menu li a span.icon-down-arrow {
  padding: 0 15px !important;
  color: inherit;
}

.mobile-menu-item-title {
  display: inline-block;
}

/* Currency / language switcher on mobile */
.mobile-disclosure-link {
  cursor: pointer;
}

.mobile-menu__disclosure .selectors-form__wrap {
  justify-content: center;
  flex-direction: column;
}
.mobile-menu__disclosure .selectors-form__item {
  margin-left: 0;
}
.mobile-menu__disclosure .selectors-form__item:first-of-type .disclosure__toggle {
  border-top: none;
}
.mobile-menu__disclosure .disclosure {
  padding-top: 0;
}
.mobile-menu__disclosure .disclosure-list__item {
  padding: 0;
}
.mobile-menu__disclosure button.disclosure__button {
  justify-content: flex-start;
  font-size: 12px;
  color: #333333;
  padding-left: 0;
  min-height: 0;
  height: unset;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.9em;
}
.mobile-menu__disclosure button.disclosure__button:hover, .mobile-menu__disclosure button.disclosure__button:focus {
  color: #fa4252;
}

#mobile_menu li.sublink span.currency-code {
  display: inline;
  padding-left: 0;
}

.feature_image.editor-hover--true .main-nav,
.feature_image.editor-hover--true .dropdown {
  clear: both;
  transition: all 0.2s linear;
  animation: fadeIn 0.2s linear none;
}.feature_image.editor-hover--true .main-nav,
.feature_image.editor-hover--true .dropdown {
    background: rgba(255, 255, 255, 0.9);
  }.cart-container {
  float: right;
}

p.cart-message a {
  display: inline-block;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
}
.top-bar .social_icons {
  margin: 0;
  padding-left: 10px;
}
.top-bar .social_icons li {
  padding: 5px;
}
.top-bar a {
  display: flex;
  align-items: center;
}
.top-bar ul.social_icons a {
  display: inline;
  flex: none;
}
.top-bar .top-bar--right {
  display: flex;
  align-items: center;
  margin-left: auto;
  height: 40px;
}
.top-bar .top-bar--right .icon-search {
  height: 100%;
  z-index: 10;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  color: #333333;
}
.top-bar .top-bar--right .icon-search:before {
  margin-left: 0;
  font-size: 18px;
}
.top-bar .top-bar--right .icon-search:visited {
  color: #333333;
}
.top-bar .top-bar--right .icon-search:hover, .top-bar .top-bar--right .icon-search:focus, .top-bar .top-bar--right .icon-search:active {
  color: #fa4252;
}
.top-bar .top-bar--right .cart-container {
  display: inline-block;
}
.top-bar .mini-cart__item-title a {
  display: block;
}
.top-bar .mini-cart__item-title span {
  color: #333333;
}
.top-bar .mini-cart__item-title .sale {
  color: #fa4252;
  margin-right: 3px;
}
.top-bar .mini-cart__item-title .was_price {
  color: #8c8b8b;
}

.top-bar--right-menu {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 auto;
}

.main-nav,
.dropdown {
  clear: both;
  transition: all 0.2s linear;
  animation: fadeIn 0.2s linear none;
}.main-nav,
.dropdown {
    background: rgba(255, 255, 255, 0.9);
  }.is-active .sticky_nav {
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

.nav--combined {
  width: 100%;
  display: flex;
}
.nav--combined.center {
  justify-content: center;
}
.nav--combined.align_right {
  justify-content: flex-end;
}

.combined-menu-container {
  width: 100%;
  display: flex;
  column-gap: 13px;
}
.center .combined-menu-container {
  justify-content: center;
}
.align_right .combined-menu-container {
  justify-content: flex-end;
}

.sticky_nav {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 35;
  top: 0;
  left: 0;
  padding: 0;
  transform: translateY(-100%);
  opacity: 0;
}
.sticky_nav .main-nav {
  flex-wrap: nowrap;
  padding: 0 0 0 20px;
}
.sticky_nav .nav--left {
  padding-left: 20px;
}
.sticky_nav .nav--combined ul.menu {
  padding: 0 20px;
}
.sticky_nav ul.menu {
  font-size: 16px;
  padding-bottom: 0 !important; /* Override non-sticky menu padding */
}
.sticky_nav .header__logo {
  padding: 12px 0;
}
.sticky_nav .menu-position--block.search-enabled--true .nav.nav--center {
  padding-left: 0;
}
.sticky_nav .menu-position--block .header__logo {
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}
.sticky_nav .menu-position--inline.logo-position--center.search-enabled--false .nav--right {
  width: calc(45% - 70px);
}
.sticky_nav .menu-position--inline.logo-position--center .nav--right {
  width: calc(45% - 130px);
}
.sticky_nav .header__logo span {
  color: #333333;
}
.sticky_nav .search-container {
  max-width: 60px;
  padding: 12px 0;
}
.sticky_nav .search-container a {
  padding: 0 20px;
  color: #333333;
}
.sticky_nav .mini_cart {
  font-size: 18px;
  padding: 12px;
  align-items: center;
}
.sticky_nav .mini_cart:before {
  margin: 0;
}
.sticky_nav .mini_cart .cart_count {
  margin: 0;
  padding: 0 0 0 8px;
}
.sticky_nav[data-animation] {
  display: block;
  transition: opacity 100ms ease-in-out, transform 100ms ease-in-out;
}
.sticky_nav[data-animation-state=open] {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 798px) {
  .sticky_nav--stick {
    display: none;
  }
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.menu {
  flex: 1 1 auto;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}

.menu li {
  margin: 0;
  border: 0;
  display: inline-block;
}

.menu-position--inline {
  flex-wrap: nowrap;
}
.menu-position--inline .header__logo {
  width: 100%;
}

.menu-position--block.search-enabled--true .nav.nav--center {
  padding-left: 200px;
}
.menu-position--block .header__logo {
  width: 100%;
  max-width: none; /* Undo max-width so menu appears below logo */
}

.top-bar__menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-bar__menu li {
  margin: 0;
  padding: 0;
}
.top-bar__menu .icon-user {
  padding: 0;
}

.header__logo {
  width: auto;
  line-height: 1;
  margin-left: 20px;
  margin-right: 20px;
}
.header__logo a {
  display: inline-block;
}
.header__logo img,
.header__logo span.header__logo-text {
  width: 100%;
  display: inline-block;
  color: #e1f4f5;
}

.logo-alignment--left.menu-position--block .header__logo {
  padding-right: 0;
  padding-left: 0;
}

.logo-alignment--center .header__logo {
  text-align: center;
}

.logo-position--left .header__logo {
  padding-right: 20px;
  margin-right: 0;
  margin-left: 0;
}

.logo-position--center.menu-position--block .header__logo {
  margin: 0;
}
.logo-position--center.search-enabled--true .nav--right {
  width: calc(45% - 220px); /* Includes 20px to account for padding on search container */
}
.logo-position--center.menu-position--inline .nav--left {
  width: 45%;
}

.menu-position--inline.logo-position--center.search-enabled--false .nav--right {
  width: 45%;
}

.cart-container .mini_cart {
  display: flex;
  justify-content: center;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
  width: 70px;
  max-width: 70px;
  white-space: nowrap;
}
.cart-container .mini_cart .cart_count {
  color: inherit;
}
@media only screen and (max-width: 480px) {
  .cart-container .mini_cart {
    width: 50px;
    max-width: 50px;
  }
}

.search-container {
  width: 100%;
  max-width: 200px;
  padding-left: 20px;
}
.search-container .search-link {
  display: none;
}
.search-container input {
  z-index: 29;
}

.nav ul li a.sub-menu {
  padding: 10px 4px 10px 4px;
  z-index: 1001;
}

.nav ul li:hover a.sub-menu {
  color: #333333;
}

.menu a,
.menu a:visited,
.menu a span,
select.currencies {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
  color: #333333;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 798px) {
  .menu a,
.menu a:visited,
.menu a span,
select.currencies {
    font-size: 12px;
  }
}

.menu a:hover, .menu a:active {
  color: #fa4252;
}

#header span.menu_title,
.menu a span, select.currencies,
.mini_cart span {
  padding-left: 5px;
  padding-right: 5px;
}

#header span.menu_title {
  cursor: pointer;
  height: 40px;
  line-height: 20px;
  margin-top: -2px;
}

.menu li {
  vertical-align: top;
  padding-right: 10px;
}

.shopify-currency-form {
  margin-bottom: 0;
}

select.currencies {
  height: 40px;
  min-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
  background-image: url(//happyuid.com/cdn/shop/t/9/assets/select.png?v=163443801653745187891750912345);
}
@media only screen and (max-width: 798px) {
  select.currencies {
    font-size: 16px;
  }
}

#mobile_menu select.currencies {
  padding-left: 0;
}

.top-bar li {
  padding-left: 10px;
  padding-right: 10px;
}

.top-bar .social_icons a {
  height: 40px;
  line-height: 40px;
  padding: 0;
}

.top-bar .top-bar__menu a,
.top-bar .social_icons a,
.top-bar .mobile-menu-title {
  padding: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #333333;
  text-transform: none;
}
.top-bar .top-bar__menu a:visited,
.top-bar .social_icons a:visited,
.top-bar .mobile-menu-title:visited {
  color: #333333;
}
.top-bar .top-bar__menu a:hover, .top-bar .top-bar__menu a:focus, .top-bar .top-bar__menu a:active,
.top-bar .social_icons a:hover,
.top-bar .social_icons a:focus,
.top-bar .social_icons a:active,
.top-bar .mobile-menu-title:hover,
.top-bar .mobile-menu-title:focus,
.top-bar .mobile-menu-title:active {
  color: #fa4252;
}

/*  Mini cart  */
.mini_cart,
.nav a.mini_cart {
  float: right;
  text-align: center;
  cursor: pointer;
  background-color: #ff8364;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 2001;
}
@media only screen and (min-width: 799px) {
.mini_cart, .nav a.mini_cart {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart--wrapper{
    margin-top: 100px !important;
    justify-content: left;
  }
  .cart--empty{
    margin-top: 1rem;
  }
  .cart .cart_subtotal{
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 798px) {
  .mini_cart,
.nav a.mini_cart {
    right: 0;
  }
}

.cart-container li.mini-cart__item {
  display: flex;
  justify-content: space-between;
}

.top-bar a.mini_cart span {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}

a.tos_icon,
.cart_content a.tos_icon {
  font-size: 13px;
  color: #fa4252;
}
a.tos_icon:visited,
.cart_content a.tos_icon:visited {
  color: #fa4252;
}
a.tos_icon:hover,
.cart_content a.tos_icon:hover {
  color: #07a5d2;
}

.cart_content__continue-shopping {
  display: none;
}

.no-touchevents a.cart_content__continue-shopping.secondary_button {
  display: none;
}

.no-touchevents a.cart_content__continue-shopping.secondary_button,
.touchevents a.cart_content__continue-shopping.secondary_button {
  display: none;
}
@media only screen and (max-width: 798px) {
  .no-touchevents a.cart_content__continue-shopping.secondary_button,
.touchevents a.cart_content__continue-shopping.secondary_button {
    display: block;
    border-top: 0;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: static;
    font-size: inherit;
    letter-spacing: inherit;
  }
}

.mini_cart span {
  display: inline-block;
}

.cart-container .cart_content {
  display: none;
}

.active_link {
  pointer-events: all;
}

.cart-container.active_link .cart_content {
  display: block;
  overflow-y: auto;
  max-height: calc(90vh - 100px);
}

body ::-webkit-scrollbar {
  width: 3px;
}
/* Track */
body ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F5F5F6; 
  border-radius: 10px;
}
 
/* Handle */
body ::-webkit-scrollbar-thumb {
  background: var(--color-third-50); 
  border-radius: unset;
}

/* Handle on hover */
body ::-webkit-scrollbar-thumb:hover {
  background: var(--color-third-50); 
}

.cart-container.active_link .cart_content::-webkit-scrollbar {
  -webkit-appearance: none;
          appearance: none;
  width: 7px;
}

.cart-container.active_link .cart_content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

#cart_form {
  width: 100%;
}

#cart_form p.modal_price {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 480px) {
  #cart_form p.modal_price {
    font-size: inherit;
  }
}

#cart_form .product-quantity-box {
  margin: 15px 0;
  /* width: 130px; */
  width: 80px;
}

.cart_content .product-quantity-box {
  margin: 15px 0 0;
  width: 130px;
}

.cart_content .product-plus.is-disabled,
.cart_content .product-minus.is-disabled,
#cart_form .product-plus.is-disabled,
#cart_form .product-minus.is-disabled {
  pointer-events: none;
}

.cart_content .product-quantity-box .quantity,
#cart_form .product-quantity-box .quantity {
  padding: 0 5px;
  width: 30%;
  min-height: 30px;
  height: 30px;
}

.cart_content .product-quantity-box .product-plus,
#cart_form .product-quantity-box .product-plus {
  font-size: 13px;
  line-height: 30px;
  height: 30px;
  padding-right: 2px;
  width: 25%;
}

.cart_content .product-quantity-box .product-minus,
#cart_form .product-quantity-box .product-minus {
  font-size: 13px;
  line-height: 30px;
  height: 30px;
  padding-right: 2px;
  width: 25%;
}

#cart_form .product-quantity-box .product-minus,
#cart_form .product-quantity-box .product-plus,
.nav .product-quantity-box .product-minus,
.nav .product-quantity-box .product-plus {
  padding-right: 0;
}

#cart_form .icon-minus,
#cart_form .icon-plus {
  position: relative;
  left: 1px;
}

.cart__continue-shopping {
  width: 100%;
  margin-top: 25px;
}.cart-container.active_link .mini_cart,
.cart-container.active_link .mini_cart span {
  background-color: #ffffff;
  color: #333333 !important;
}

.cart_content {
  top: 40px;
  right: 0;
  position: absolute;
  z-index: 2000;
  background-color: #ffffff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: #333333;
  border: 1px solid #cccccc;
  border-top: 0;
  border-right: 0;
  width: 100%;
  max-width: 320px;
}
@media only screen and (min-width: 799px) {
  .cart_content {
    max-width: 420px;
  }
}

div.cart_content form {
  margin: 15px 0 0 0;
  padding: 0;
}

.mini-cart__item.animated,
.cart__item.animated {
  animation-duration: 0.7s;
}

.mini-cart__item--image {
  width: 40%;
}

.cart_content li.mini-cart__item {
  position: relative;
}
.cart_content li.mini-cart__item a.cart__remove-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.cart_content li.mini-cart__item a.cart__remove-btn:active {
  position: absolute;
}
.cart_content li.mini-cart__item a.cart__remove-btn span {
  color: #333333;
}
.cart_content li.mini-cart__item a.cart__remove-btn .remove-icon {
  margin-left: 0;
}
.cart_content li.mini-cart__item a.cart__remove-btn .remove-icon:before {
  font-size: 25px;
}

#header .top-bar a span.remove-icon {
  color: #333333;
}
#header li.mini-cart__item a.cart__remove-btn {
  top: 0;
}

/* Mini cart */
.mini-cart__item-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  text-align: left;
}

.mini-cart__item-price {
  padding-top: 10px;
  line-height: 1;
  font-weight: bold;
}

.mini-cart__unit-price {
  margin: 0;
  font-size: 0.925em;
}

.mini-cart__item-title {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}

.cart__item {
  display: flex;
  align-items: center;
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width: 798px) {
  .cart__item--content {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 798px) {
  .cart__item--image {
    /* max-width: 33.333%; */
    max-width: 38%;
  }
}

.container .column.cart__item--image {
  margin-left: 0;
}

.cart__item--title {
  margin-right: 15%;
}
@media only screen and (max-width: 798px) {
  .cart__item--title {
    margin-right: 20px;
  }
}

.cart__item-unit-price,
.order-details__unit-price,
.product-details__unit-price,
.thumbnail .unit-pricing {
  margin: 0;
  font-size: 0.925em;
}

.product-details__unit-price {
  margin-bottom: 5px;
}

.order-details__unit-price {
  display: block;
}

.product-details__unit-price,
.product-details__unit-price span {
  color: #333333;
}

.thumbnail-overlay .product-details__unit-price,
.thumbnail-overlay .product-details__unit-price span {
  color: #ffffff;
}

.cart__item--discount,
.meta.cart__item--discount .label {
  color: #fa4252;
  margin-top: 5px;
}

.cart_discounts {
  display: flex;
  justify-content: space-between;
  padding: 0px 8px;
}
/* .cart_discounts .cart_discounts--title {
  width: 60%;
  margin-right: 20px;
} */
.cart_discounts .cart_discounts--price {
  width: calc(40% - 20px);
  text-align: right;
}

.cart__remove-btn {
  display: flex;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 10px;
}
.cart__remove-btn span.remove-text,
.cart__remove-btn span.remove-icon {
  color: #333333;
}
.cart__remove-btn:hover span, .cart__remove-btn:active span {
  color: #07a5d2;
}
@media only screen and (max-width: 1024px) {
  .cart__remove-btn .remove-text {
    display: none;
  }
}
.cart__remove-btn .remove-icon {
  margin-left: 5px;
}
.cart__remove-btn .remove-icon:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 1em;
  display: block;
  content: "×";
}

.cart .cart_subtotal {
  font-weight: bold;
  font-size: larger;
}

.cart_content .cart_subtotal {
  text-align: left;
  font-weight: bold;
}

.cart_content a,
.cart_content a:visited,
.cart_content a:hover,
.cart_content a .price,
.cart_content a .price span {
  color: #333333 !important;
}

.cart_content a .price span {
  padding-left: 5px;
}

.cart_content ul {
  list-style: none;
  margin: 0;
  padding: 15px 20px;
}
.cart_content ul li {
  padding-left: 0;
  padding-right: 0;
}
.cart_content ul li:empty {
  margin-bottom: 0;
}
.cart_content ul li .cart_discounts--title {
  text-align: left;
}

.cart_content ul li {
  list-style: none;
  clear: both;
}

.mini_cart,
.top-bar [class^=icon-]:before,
.top-bar [class*=" icon-"]:before {
  font-size: 15px;
  margin-right: 0;
}

#customer_login,
#customer_login_guest {
  display: inline;
}
@media only screen and (max-width: 480px) {
  #customer_login,
#customer_login_guest {
    display: block;
  }
}

input[type=submit].guest_button,
input[type=button].guest_button {
  color: #fa4252;
  box-shadow: none;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}
input[type=submit].guest_button:hover,
input[type=button].guest_button:hover {
  background: transparent;
  border: 0;
  color: #07a5d2;
}
@media only screen and (min-width: 799px) {
  input[type=submit].guest_button,
input[type=button].guest_button {
    text-align: center;
  }
}

.menu ul li .mini_cart span {
  padding-left: 5px;
  top: -1px;
}

.dropdown_container {
  clear: both;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 798px) {
  .dropdown_container {
    position: relative;
    bottom: initial; /* Reset default bottom positioning */
  }
}

.dropdown_container img {
  max-width: 100%;
}

.dropdown {
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.dropdown_content {
  display: table;
  width: 100%;
  margin: 0 auto;
}

.mega-menu .dropdown_content {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
}

.mega-menu__richtext,
.mega-menu__image-caption-link {
  padding: 0 5px;
}

.mega-menu__richtext a,
.mega-menu__richtext a:active,
.mega-menu__richtext a:hover {
  display: inline-block;
  text-transform: none;
  padding: 0;
}

.mega-menu__image-caption-link {
  text-align: center;
  margin-bottom: 10px;
}
.mega-menu__image-caption-link a,
.mega-menu__image-caption-link a:visited,
.mega-menu__image-caption-link a:active,
.mega-menu__image-caption-link a:hover {
  text-transform: none;
  display: block;
}

.mega-menu__image-caption,
.mobile-mega-menu__image-caption {
  margin: 10px 0;
}

.dropdown_content a p,
.mobile-mega-menu a p {
  padding: 0;
}

.dropdown_content p,
.mobile-mega-menu p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #333333;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  display: block;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  margin-bottom: 0;
}

.dropdown_content p,
.dropdown_content a,
.dropdown_content a:hover,
.dropdown_content a:active {
  font-size: 14px;
  letter-spacing: 0px;
}

.dropdown_column__menu + .dropdown_column__menu {
  margin-top: 10px;
}

.dropdown_narrow {
  width: 60%;
}

.dropdown_column {
  display: table-cell;
  padding: 15px 20px 30px 20px;
  width: 16.666%;
  vertical-align: top;
}
.dropdown_column img {
  max-width: 100%;
}
.dropdown_column ul {
  margin: 0;
  padding: 0;
}
.dropdown_column ul.dropdown_title {
  border-bottom: solid 1px #333333;
  padding-bottom: 10px;
}
.dropdown_column ul.dropdown_item {
  text-align: center;
}

.mega-menu .dropdown_column {
  width: 100%;
  padding: 15px 20px 30px 20px;
}

.mega-menu {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}

.dropdown_column li {
  display: block;
}

.dropdown_column li a,
.dropdown_column li a:hover,
.dropdown_column li a:active {
  padding-bottom: 0;
  text-transform: none;
}

.dropdown_row {
  display: table-row;
}

select.currencies {
  border: 0 !important;
  background-color: transparent;
  margin-bottom: 0 !important;
  min-width: 65px;
  outline: 0;
  background-position: 96.5% 55%;
  background-size: 18px 12px;
  text-shadow: none !important;
  box-shadow: none !important;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
          appearance: none;
}

select.currencies:active {
  border: 0;
  outline: 0;
  text-shadow: 0;
  box-shadow: 0;
}

select.currencies option {
  color: #333333;
}select.currencies option {
      background: rgba(255, 255, 255, 0.9);
    }.menu li.currencies {
  padding: 0;
}

.container div.collection_nav {
  margin-bottom: 1.5em;
}

.collection_menu,
.collection_menu li {
  display: inline;
  list-style: none;
  border: none;
  position: relative;
  top: -3px;
  margin: 0;
}

.collection_menu li {
  padding-left: 25px;
}

.sidebar-wrap {
  border-right: 1px solid #cccccc;
  margin-right: 10px;
  padding-right: 20px;
}
@media only screen and (max-width: 798px) {
  .sidebar-wrap {
    border: none;
    padding-right: 0;
  }
}

.sidebar a,
.sidebar a:visited {
  color: #363636;
}

.sidebar a:hover,
.sidebar a:active {
  color: #05b8d4;
}

.sidebar .meta {
  margin-left: 2px;
}

.sidebar .spr-badge {
  color: #333333;
}

.sidebar .recently-viewed-list .brand {
  color: #333333;
}

.toggle-all--true h4.toggle {
  cursor: pointer;
  pointer-events: all;
}
.toggle-all--true .toggle span {
  display: block;
}

.content_block.toggle_list a {
  display: inline;
  position: static;
  padding-left: 0;
  margin-left: 0;
  border-left: none;
  color: #fa4252;
}
.content_block.toggle_list a:hover {
  border-left: none;
  color: #07a5d2;
}

.toggle_list {
  margin: 0;
  padding: 10px 0 15px 0;
}

.toggle_list a {
  display: inline-block;
  position: relative;
  margin-left: 0;
  max-width: 80%;
  border-left: solid 2px transparent;
  transition: border 200ms ease-out;
}

.toggle_list a.active,
.toggle_list a.active--default {
  padding-left: 8px;
  border-left: solid 2px #B8C6C6;
}

ul.toggle_list li ul {
  display: none;
}
ul.toggle_list li ul.active {
  display: block;
}

.sidebar .toggle_list a.active {
  border-left: solid 9px #05b8d4;
}

.toggle_list li {
  list-style: none;
  line-height: 1.4em;
  padding: 8px 0 8px 0;
}

.toggle_list .meta span {
  line-height: 2.5;
}

.sidebar_text {
  margin-bottom: 12px;
  padding-top: 10px;
}

.sidebar__content {
  border-left: solid 1px #cccccc;
  padding-left: 20px;
}

.sidebar__content .toggle_list li {
  line-height: 1.2;
}

.sidebar .newsletter {
  margin-bottom: 20px;
}

.sidebar .newsletter form {
  width: 100%;
}

.sidebar li ul {
  margin: 8px 0 0 15px;
}

.sidebar .toggle_list li ul {
  padding-left: 0;
}

.sidebar ul li {
  margin-bottom: 0;
}

.sidebar input.newsletter-form__sign-up[type=submit],
.sidebar input.contact_email[type=email] {
  width: 100% !important;
  margin-left: 0;
}

.blog_search {
  position: relative;
}

.sidebar-block {
  position: relative;
  height: var(--closed-height, auto);
  overflow: hidden;
  padding-left: var(--sidebar-left-safe-area);
}
.sidebar-block::after {
  content: "";
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 0;
  left: var(--sidebar-left-safe-area);
  background: #cccccc;
}
.sidebar-block[open] {
  height: var(--open-height, auto);
}
.sidebar-block[data-sidebar-block-state=closed] {
  height: var(--closed-height, auto);
}
.sidebar-block[data-sidebar-block-animation="closed=>open"] {
  transition: height 250ms ease-in-out;
}
.sidebar-block[data-sidebar-block-animation="open=>closed"] {
  transition: height 200ms ease-in-out;
}
.sidebar-block[data-sidebar-block-state=open] {
  height: var(--open-height, auto);
}
.sidebar > .sidebar-block:last-child {
  border-bottom: none;
}
.sidebar-block:empty {
  border-bottom: none;
  display: none;
}
.sidebar-block:blank {
  border-bottom: none;
}

/* Filter collections */
.sidebar .filter-active-tag {
  position: relative;
}

.color-filter--true label {
  display: flex;
  align-items: center;
}

.sidebar__collection-filter a,
.sidebar__collection-filter label {
  cursor: pointer;
}
.sidebar__collection-filter label {
  text-transform: none;
  font-weight: normal;
  font-size: inherit;
}
.sidebar__collection-filter label:hover {
  color: #07a5d2;
}
.sidebar__collection-filter input[type=checkbox] {
  display: none;
}
.sidebar__collection-filter input.styled-checkbox[type=checkbox] {
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  background-size: cover;
  margin-right: 15px;
}.sidebar__collection-filter input.styled-checkbox[type=checkbox] {
    border-radius: 50%;
  }.sidebar__collection-filter button.clear-active-filter,
.sidebar__collection-filter button.clear-active-filter:active {
  color: #fa4252;
  background-color: transparent;
  border: none;
  outline: 0;
  box-shadow: 0;
  font-family: inherit;
  letter-spacing: 0;
  text-transform: none;
  position: absolute;
  transform: translateY(-50%);
  top: 0;
  right: 0;
  left: auto;
  padding: 2px 4px;
  line-height: 1.2;
  display: block;
  height: auto;
  min-height: auto;
}
.sidebar__collection-filter button.clear-active-filter:hover {
  color: #07a5d2;
}

.sidebar__collection-filter .x-icon,
.faceted-filter-form .x-icon {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 15px;
  height: 15px;
  margin: 0 2px 0 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  font-style: normal;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
  vertical-align: middle;
  top: -1px;
}
.sidebar__collection-filter .x-icon:before,
.faceted-filter-form .x-icon:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  content: "×";
  text-align: center;
}

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

:-moz-placeholder { /* Firefox 18- */
  color: #888;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #888;
}

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

/* Sub Collections */
.featured_collections.sub-collection {
  margin-bottom: 10px;
}
.featured_collections.sub-collection .thumbnail {
  margin-bottom: 10px;
}
@media only screen and (max-width: 798px) {
  .featured_collections.sub-collection .thumbnail {
    width: 100%;
  }
}

.sub-collection--2 .thumbnail {
  width: calc(50% - 20px);
}
.sub-collection--2 .thumbnail:nth-child(2n+1) {
  clear: both;
}

.sub-collection--3 .thumbnail {
  width: calc(33.33333% - 20px);
}
.sub-collection--3 .thumbnail:nth-child(3n+1) {
  clear: both;
}

.sub-collection--4 .thumbnail {
  width: calc(25% - 20px);
}
.sub-collection--4 .thumbnail:nth-child(4n+1) {
  clear: both;
}

.list-collections-wrapper img[src*="/no-image"] ~ .thumbnail-overlay {
  opacity: 1 !important;
}
.list-collections-wrapper img[src*="/no-image"] ~ .thumbnail-overlay .collection-details {
  opacity: 1;
  transform: none;
}
@media only screen and (max-width: 798px) {
  .list-collections-wrapper img[src*="/no-image"] ~ .collection-info__caption {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.list-collections-wrapper .img {
  width: 100%;
}

.list-collections-wrapper .collection-info__caption {
    display: block;
  }@media only screen and (max-width: 798px) {
  .list-collections-wrapper .collection-info__caption {
    display: block;
    position: static;
  }
}.blog-header {
  margin-bottom: 5px;
}
@media only screen and (max-width: 798px) {
  .blog-header .blog-title {
    width: 100%;
    margin-bottom: 0;
  }
}

/* Blog Article Styling */
.article .icon-slash {
  padding-right: 5px;
}

/* Styles for blog, collections */
.section_select {
  padding: 0;
  text-align: right;
}
.section_select .blog_filter,
.section_select .tag_filter,
.section_select .sort_by {
  color: #333333;
  display: inline-block;
  border: none;
  padding-right: 30px;
  background-position: 100% 50%;
  background-color: #ffffff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
  width: auto;
  margin-bottom: 0;
  max-width: 80%;
}
@media only screen and (max-width: 798px) {
  .section_select .blog_filter,
.section_select .tag_filter,
.section_select .sort_by {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding-left: 0;
  }
}

/* #Images
================================================== */
/*
  The purpose of the below declaration is to make sure images don't
  exceed the width of columns they are put into when resizing window.
  Unfortunately, this declaration breaks certain lightbox, slider or other plugins,
  so the best solution is to individually call these properties on images that
  are children of the grid that you want to resize with grid.
*/
.product_row img,
.product_image_col img,
.article img,
.section img,
.thumbnail img,
.page img,
.sidebar img,
.logo img,
.cart_image img,
.footer img,
#target img,
.column img,
.columns img {
  max-width: 100%;
  height: auto;
}

.image-crop--left img,
.image-crop--left .image-element__wrap {
  object-fit: cover;
  object-position: left;
  height: 100% !important;
}

.image-crop--right img,
.image-crop--right .image-element__wrap {
  object-fit: cover;
  object-position: right;
  height: 100% !important;
}

.image-crop--center img,
.image-crop--center .image-element__wrap {
  object-fit: cover;
  height: 100% !important;
}

.zoom-container {
  display: block;
}

/* #Placeholders
================================================== */
.placeholder-svg {
  fill: rgba(51, 51, 51, 0.9);
  background-color: rgba(51, 51, 51, 0.5);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  display: block;
}

.placeholder-svg--banner,
.placeholder-svg--slideshow,
.placeholder-svg--video {
  height: 500px;
}
@media only screen and (max-width: 798px) {
  .placeholder-svg--banner,
.placeholder-svg--slideshow,
.placeholder-svg--video {
    height: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .placeholder-svg--banner,
.placeholder-svg--slideshow,
.placeholder-svg--video {
    height: 250px;
  }
}

.shopify-section--featured-promotions .feature-section:nth-child(even) .placeholder-svg--promotions {
  background-color: rgba(51, 51, 51, 0.6);
}

.image-with-text-section .featured-link--image:nth-child(odd) .placeholder-svg--promotions {
  background-color: rgba(51, 51, 51, 0.6);
  fill: rgba(51, 51, 51, 0.9);
}

.homepage-slideshow .flickity-slider .gallery-cell:nth-child(2n+1) .placeholder-svg--slideshow {
  background-color: rgba(51, 51, 51, 0.6);
}

.homepage-slideshow .flickity-slider .gallery-cell:nth-child(2n) .placeholder-svg--slideshow {
  background-color: rgba(51, 51, 51, 0.8);
}

/* #Videos
================================================== */
.video-wrapper {
  position: relative;
  background-color: #ffffff;
  /* Allows users to click embedded iframe ui when video paused */
}
.video-wrapper .video__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  pointer-events: none;
}
.video-wrapper.darken-video--true .video__overlay {
  background: rgba(0, 0, 0, 0.3);
}
.video-wrapper .plyr--video.plyr--paused .plyr__video-embed iframe {
  z-index: 5;
}
.video-wrapper .plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: none;
}
.video-wrapper.play-button-icon--visible .plyr--paused .plyr__control--overlaid {
  display: block;
  opacity: 1;
}
.video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
}
.video-wrapper .video__text-container {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  margin: auto;
  z-index: 2;
  pointer-events: none;
}
.video-wrapper .video__text-wrapper {
  margin: 0;
  padding: 30px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 798px) {
  .video-wrapper {
    display: flex;
    flex-direction: column;
  }
}

/* #Buttons
================================================== */
.global-button,
product-cta,
.custom-html-container button,
.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.sidebar .faceted-active-filters__clear,
.sidebar .faceted-active-filters__remove-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  padding: 13px 20px;
  text-align: center;
  line-height: 1.2;
  font-family: Poppins, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 0px;
  word-break: break-word;
  cursor: pointer;
  transition: all 0.2s linear;
  border-color: var(--button-color-border, #ff8364);
  background: var(--button-color-background, #ff8364);
  color: var(--button-color-text, #ffffff);
}.global-button,
product-cta,
.custom-html-container button,
.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.sidebar .faceted-active-filters__clear,
.sidebar .faceted-active-filters__remove-filter {
    border-radius: 0;
  }.global-button:visited,
product-cta:visited,
.custom-html-container button:visited,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:visited,
.sidebar .faceted-active-filters__clear:visited,
.sidebar .faceted-active-filters__remove-filter:visited {
  color: var(--button-color-text, #ffffff);
}
.global-button:hover:not([disabled]), .global-button:active,
product-cta:hover:not([disabled]),
product-cta:active,
.custom-html-container button:hover:not([disabled]),
.custom-html-container button:active,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover:not([disabled]),
.shopify-payment-button__button.shopify-payment-button__button--unbranded:active,
.sidebar .faceted-active-filters__clear:hover:not([disabled]),
.sidebar .faceted-active-filters__clear:active,
.sidebar .faceted-active-filters__remove-filter:hover:not([disabled]),
.sidebar .faceted-active-filters__remove-filter:active {
  background: var(--color-neutral-80);
  border-color: var(--color-neutral-80);
  color: white;
}
.global-button:active,
product-cta:active,
.custom-html-container button:active,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:active,
.sidebar .faceted-active-filters__clear:active,
.sidebar .faceted-active-filters__remove-filter:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: 0;
}
.global-button[disabled],
product-cta[disabled],
.custom-html-container button[disabled],
.shopify-payment-button__button.shopify-payment-button__button--unbranded[disabled],
.sidebar .faceted-active-filters__clear[disabled],
.sidebar .faceted-active-filters__remove-filter[disabled] {
  cursor: not-allowed;
}

.global-button--product-grid-text-hover {
  --button-color-border: #ffffff;
  --button-color-background: transparent;
  --button-color-text: #ffffff;
  --button-color-border-hover: #ffffff;
  --button-color-background-hover: #ffffff;
  --button-color-text-hover: 
#333333

;
}

@media only screen and (min-width: 481px) {
  .global-button--primary-desktop {
    --button-color-border: #ff8364;
    --button-color-background: #ff8364;
    --button-color-text: #ffffff;
    --button-color-border-hover: #eb7054;
    --button-color-background-hover: #eb7054;
    --button-color-text-hover: #ffffff;
  }
  .global-button--secondary-desktop {
    --button-color-border: #ff8364;
    --button-color-background: transparent;
    --button-color-text: #ff8364;
    --button-color-border-hover: #eb7054;
    --button-color-background-hover: #eb7054;
    --button-color-text-hover: #ffffff;
  }
  .global-button--text-desktop {
    --button-color-border: #333333;
    --button-color-background: transparent;
    --button-color-text: #333333;
    --button-color-border-hover: #333333;
    --button-color-background-hover: #333333;
    --button-color-text-hover: 
#ffffff

;
  }
  .global-button--text-highlighted-desktop {
    --button-color-border: #333333;
    --button-color-background: #333333;
    --button-color-text: 
#ffffff

;
    --button-color-border-hover: 
#3c3c3c

;
    --button-color-background-hover: 
#3c3c3c

;
    --button-color-text-hover: 
#ffffff

;
  }
  .global-button--banner-text-desktop {
    --button-color-border: #ffffff;
    --button-color-background: transparent;
    --button-color-text: #ffffff;
    --button-color-border-hover: #ffffff;
    --button-color-background-hover: #ffffff;
    --button-color-text-hover: 
#333333

;
  }
  .global-button--banner-text-highlighted-desktop {
    --button-color-border: #ffffff;
    --button-color-background: #ffffff;
    --button-color-text: 
#333333

;
    --button-color-border-hover: 
#ebebeb

;
    --button-color-background-hover: 
#ebebeb

;
    --button-color-text-hover: 
#333333

;
  }
  .global-button--banner-desktop {
    --button-color-border: #ffffff;
    --button-color-background: transparent;
    --button-color-text: #ffffff;
    --button-color-border-hover: #ffffff;
    --button-color-background-hover: #ffffff;
    --button-color-text-hover: 
#333333

;
  }
  .global-button--banner-highlighted-desktop {
    --button-color-border: #ffffff;
    --button-color-background: #ffffff;
    --button-color-text: 
#333333

;
    --button-color-border-hover: 
#ebebeb

;
    --button-color-background-hover: 
#ebebeb

;
    --button-color-text-hover: 
#333333

;
  }
}
@media only screen and (max-width: 480px) {
  .global-button--primary-mobile {
    --button-color-border: #ff8364;
    --button-color-background: #ff8364;
    --button-color-text: #ffffff;
    --button-color-border-hover: #eb7054;
    --button-color-background-hover: #eb7054;
    --button-color-text-hover: #ffffff;
  }
  .global-button--secondary-mobile {
    --button-color-border: #ff8364;
    --button-color-background: transparent;
    --button-color-text: #ff8364;
    --button-color-border-hover: #eb7054;
    --button-color-background-hover: #eb7054;
    --button-color-text-hover: #ffffff;
  }
  .global-button--text-mobile {
    --button-color-border: #333333;
    --button-color-background: transparent;
    --button-color-text: #333333;
    --button-color-border-hover: #333333;
    --button-color-background-hover: #333333;
    --button-color-text-hover: 
#ffffff

;
  }
  .global-button--text-highlighted-mobile {
    --button-color-border: #333333;
    --button-color-background: #333333;
    --button-color-text: 
#ffffff

;
    --button-color-border-hover: 
#3c3c3c

;
    --button-color-background-hover: 
#3c3c3c

;
    --button-color-text-hover: 
#ffffff

;
  }
  .global-button--banner-text-mobile {
    --button-color-border: #ffffff;
    --button-color-background: transparent;
    --button-color-text: #ffffff;
    --button-color-border-hover: #ffffff;
    --button-color-background-hover: #ffffff;
    --button-color-text-hover: 
#333333

;
  }
  .global-button--banner-text-highlighted-mobile {
    --button-color-border: #ffffff;
    --button-color-background: #ffffff;
    --button-color-text: 
#333333

;
    --button-color-border-hover: 
#ebebeb

;
    --button-color-background-hover: 
#ebebeb

;
    --button-color-text-hover: 
#333333

;
  }
  .global-button--banner-mobile {
    --button-color-border: #ffffff;
    --button-color-background: transparent;
    --button-color-text: #ffffff;
    --button-color-border-hover: #ffffff;
    --button-color-background-hover: #ffffff;
    --button-color-text-hover: 
#333333

;
  }
  .global-button--banner-highlighted-mobile {
    --button-color-border: #ffffff;
    --button-color-background: #ffffff;
    --button-color-text: 
#333333

;
    --button-color-border-hover: 
#ebebeb

;
    --button-color-background-hover: 
#ebebeb

;
    --button-color-text-hover: 
#333333

;
  }
}
.global-button--primary {
  --button-color-border: #ff8364;
  --button-color-background: #ff8364;
  --button-color-text: #ffffff;
  --button-color-border-hover: #eb7054;
  --button-color-background-hover: #eb7054;
  --button-color-text-hover: #ffffff;
}

.global-button--secondary {
  --button-color-border: #ff8364;
  --button-color-background: transparent;
  --button-color-text: #ff8364;
  --button-color-border-hover: #eb7054;
  --button-color-background-hover: #eb7054;
  --button-color-text-hover: #ffffff;
}

.global-button--text {
  --button-color-border: #333333;
  --button-color-background: transparent;
  --button-color-text: #333333;
  --button-color-border-hover: #333333;
  --button-color-background-hover: #333333;
  --button-color-text-hover: 
#ffffff

;
}

.global-button--text-highlighted {
  --button-color-border: #333333;
  --button-color-background: #333333;
  --button-color-text: 
#ffffff

;
  --button-color-border-hover: 
#3c3c3c

;
  --button-color-background-hover: 
#3c3c3c

;
  --button-color-text-hover: 
#ffffff

;
}

.global-button--banner-text {
  --button-color-border: #ffffff;
  --button-color-background: transparent;
  --button-color-text: #ffffff;
  --button-color-border-hover: #ffffff;
  --button-color-background-hover: #ffffff;
  --button-color-text-hover: 
#333333

;
}

.global-button--banner-text-highlighted {
  --button-color-border: #ffffff;
  --button-color-background: #ffffff;
  --button-color-text: 
#333333

;
  --button-color-border-hover: 
#ebebeb

;
  --button-color-background-hover: 
#ebebeb

;
  --button-color-text-hover: 
#333333

;
}

.global-button--banner {
  --button-color-border: #ffffff;
  --button-color-background: transparent;
  --button-color-text: #ffffff;
  --button-color-border-hover: #ffffff;
  --button-color-background-hover: #ffffff;
  --button-color-text-hover: 
#333333

;
}

.global-button--banner-highlighted {
  --button-color-border: #ffffff;
  --button-color-background: #ffffff;
  --button-color-text: 
#333333

;
  --button-color-border-hover: 
#ebebeb

;
  --button-color-background-hover: 
#ebebeb

;
  --button-color-text-hover: 
#333333

;
}

product-cta[hidden] {
  display: none;
}

.add_to_cart,
.product_form input.add_to_cart {
  width: 100%;
  margin-bottom: 0px;
}

/* Animation for checkmark on add to cart button */
button.add_to_cart {
  position: relative;
}
button.add_to_cart .text {
  display: block;
  animation-duration: 0.5s;
}
button.add_to_cart .fadeInDown.text {
  animation-duration: 0.8s;
}

button .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
button .checkmark path {
  stroke-dasharray: 19.79 19.79;
  stroke-dashoffset: 19.79;
  stroke: #ffffff;
  opacity: 0;
}
button .checkmark.checkmark-active path {
  animation: drawCheckmark 0.5s linear alternate forwards;
}

@keyframes drawCheckmark {
  from {
    stroke-dashoffset: 19.79;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
.ie button .checkmark path {
  stroke-dashoffset: 0;
  opacity: 0;
}
.ie button .checkmark.checkmark-active path {
  animation: fadeCheckmark 0.5s linear alternate forwards;
}
@keyframes fadeCheckmark {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  button .checkmark path {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  button .checkmark.checkmark-active path {
    animation: fadeCheckmark 0.5s linear alternate forwards;
  }
  @keyframes fadeCheckmark {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
label.tos_label {
  display: inline;
  font-weight: normal;
  text-transform: none;
  cursor: pointer;
  padding-left: 5px;
}

.tos {
  text-align: center;
  margin: 15px 20px 15px 0;
}

.cart_text {
  text-align: center;
}

.disabled {
  pointer-events: none;
}

.add_to_cart span.icon-lock {
  margin-right: 3px;
  font-size: unset;
}
.add_to_cart span.icon-lock:before {
  margin: 0;
}

.shopify-product-form {
  margin-bottom: 0;
}

/* Shopify smart payment buttons */
.shopify-payment-button {
  position: relative;
  height: 44px;
}

.shopify-payment-button div {
  height: auto;
}

.shopify-payment-button button {
  line-height: 1.2;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  height: 100%;
}div.shopify-payment-button__button {
    border-radius: 0;
  }.shopify-payment-button__button--branded,
.shopify-payment-button__button--unbranded {
  overflow: hidden;
  min-height: 44px;
}

button.shopify-payment-button__more-options {
  color: #333333;
  box-shadow: none;
  text-transform: none;
  font-size: 0.8rem;
  letter-spacing: 0;
  padding: 16px 0 28px;
  max-width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 50%;
  font-weight: normal;
  font-family: Poppins, sans-serif;
  font-style: normal;
  transform: translateX(-50%);
}
button.shopify-payment-button__more-options:hover {
  background-color: transparent;
  border: none;
}

.purchase-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.shopify-payment-button__button--unbranded .purchase-details {
  padding: 0 !important;
}

.product_section .smart-payment-button--true.product_form {
  max-width: 100%;
}

.smart-payment-button--true .purchase-details {
  padding-bottom: 40px;
}
.smart-payment-button--true .purchase-details .shopify-payment-button__button--branded {
  padding-bottom: 30px;
}
.smart-payment-button--true .purchase-details .shopify-payment-button__more-options {
  top: 70%;
}

.smart-payment-button--true button .checkmark path {
  stroke: #ff8364;
}

.smart-payment-button--false .purchase-details {
  align-items: flex-end;
}

.smart-payment-button--false {
  margin-bottom: 24px;
}

.product-quantity-box.purchase-details__quantity {
  margin-right: 5px;
  width: calc(50% - 12px);
}
@media only screen and (max-width: 480px) {
  .product-quantity-box.purchase-details__quantity {
    width: 100%;
  }
}
.product-quantity-box.purchase-details__quantity input.quantity {
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 1.4;
  min-height: 44px;
  margin-bottom: 0;
  width: calc(100% - 88px);
}

.smart-payment-button--true .product-quantity-box.purchase-details__quantity {
  width: calc(50% - 6px);
}
@media only screen and (max-width: 798px) {
  .smart-payment-button--true .product-quantity-box.purchase-details__quantity {
    width: 100%;
    margin-right: 0;
  }
  .smart-payment-button--true .product-quantity-box.purchase-details__quantity .input.quantity {
    width: calc(100% - 88px);
  }
}

p.checkout_button {
  margin-bottom: 0;
}

.purchase-details__buttons {
  display: flex;
  flex: 1 0 calc(50% - 12px);
  flex-wrap: wrap;
  margin-left: 6px;
  
}
@media only screen and (max-width: 798px) {
  .purchase-details__buttons {
    margin-top: 20px;
    margin-left: 12px;
    flex: 1 0 calc(50% - 12px);
    gap: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .purchase-details__buttons {
    margin-top: 12px;
    margin-left: 0;
    flex: 1 0 100%;
  }
}
.purchase-details__buttons .shopify-payment-button {
  flex: 1 0 100%;
  margin-bottom: 0;
  max-width: 100%;
}
@media only screen and (min-width: 1401px) {
  .purchase-details__buttons .shopify-payment-button {
    flex: 1 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
  }
}

.purchase-details__buttons product-cta {
  flex: 1 0 50%;
  max-width: calc(50% - 6px);
  margin-left: 6px;
}
@media only screen and (max-width: 798px) {
  .purchase-details__buttons product-cta {
    flex: 1 0 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 100%;
  }
}

.purchase-details__buttons.purchase-details__spb--true {
  flex: 1 0 100%;
  margin-top: 10px;
  margin-left: 0;
}
@media only screen and (max-width: 798px) {
  .purchase-details__buttons.purchase-details__spb--true {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.purchase-details__buttons.purchase-details__spb--true .add_to_cart {
  flex: 1 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 798px) {
  .purchase-details__buttons.purchase-details__spb--true .add_to_cart {
    flex: 1 0 100%;
    margin-right: 0px;
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 100%;
  }
}
.purchase-details__buttons.purchase-details__spb--true .shopify-payment-button {
  margin-left: 6px;
  max-width: calc(50% - 6px);
}
@media only screen and (max-width: 798px) {
  .purchase-details__buttons.purchase-details__spb--true .shopify-payment-button {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 100%;
  }
}

/* When product is unavailable */
.purchase-details__buttons.product-is-unavailable .add_to_cart,
.purchase-details__buttons.product-is-unavailable .shopify-payment-button {
  opacity: 0.5;
  pointer-events: none;
}
.purchase-details__buttons.product-is-unavailable .add_to_cart {
  padding: 10px 5px;
}

@media only screen and (max-width: 1024px) {
  .sidebar--true .purchase-details {
    flex-direction: column;
    align-items: flex-start;
  }
  .sidebar--true .purchase-details .purchase-details__quantity,
.sidebar--true .purchase-details .purchase-details__buttons {
    margin: 0 0 10px;
    width: 100%;
  }
  .sidebar--true .purchase-details .add_to_cart,
.sidebar--true .purchase-details .shopify-payment-button {
    flex: 1 0 100%;
    margin: 0 0 10px;
    max-width: 100%;
  }
}

#checkout {
  min-height: 54px; /* Match the height of additional checkout buttons. */
}

.additional-checkout-button + .additional-checkout-button {
  margin-left: 0 !important;
  max-width: 100% !important;
}

.additional-checkout-button,
.additional-checkout-button.additional-checkout-button--paypal,
.additional-checkout-button.additional-checkout-button--google-pay {
  min-width: 100% !important; /* Overwrite inline style */
}

/* #Tabs
================================================== */
ul.tabs {
  display: block;
  margin: 25px 0;
  border-bottom: solid 1px #cccccc;
  border-top: 0;
  list-style: none outside;
  margin-left: 0;
  text-transform: uppercase;
  padding-left: 0;
}

ul.tabs li {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  margin-bottom: 0;
  border: 0;
  list-style: none outside;
  margin-left: 0;
  cursor: pointer;
}

ul.tabs li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 29px;
  line-height: 30px;
  margin-right: 60px;
  font-size: 13px;
  outline: none;
}
@media (max-width: 960px) {
  ul.tabs li a {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 798px) {
  ul.tabs li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  ul.tabs li a {
    margin-right: 20px;
  }
}

ul.tabs li a.active {
  border-bottom: solid 3px #cccccc;
  background-color: #ffffff;
  border-bottom: solid 3px #aaaaaa;
  height: 31px;
  position: relative;
  border-right-width: 1px;
  color: #333333;
}

ul.tabs li:last-child a {
  margin: 0;
}

ul.tabs-content {
  margin: 0;
  display: block;
  border: 0;
  padding-left: 0;
}

ul.tabs-content > li {
  display: none;
  border: 0;
}

ul.tabs-content > li.active {
  display: block;
  border: 0;
  padding-left: 0px;
}

ul.tabs-content ul {
  padding-left: 0;
}

/* #Product tabs
================================================== */
.product-tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.product-tabs__radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.product-tabs__radio:checked + .product-tabs__label {
  border-bottom: 3px solid var(--color-pawgrey-50);
  color: var(--color-pawgrey-50);
}
.product-tabs__radio:checked + .product-tabs__label + .product-tabs__panel {
  display: block;
}

.no-js .tab-radio:focus + .product-tabs__label,
.user-is-tabbing .tab-radio:focus + .product-tabs__label {
  border: 2px solid #025ECC;
  border-bottom: none;
}

.product-tabs__label {
  font-family: Poppins, sans-serif !important;
  font-size: 16px !important;
  color: #A9ACAF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.35rem;
  margin: 0;
  flex-grow: 1;
  text-align: center;
  
  background: #fff;
  cursor: pointer;
  font-weight: 500;
  word-break: break-word;
  
  border-bottom: 3px solid #F5F5F6;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}

@media only screen and (max-width: 480px) {
  .product-tabs__label {
    width: 100%;
    border-bottom: none;
    justify-content: flex-start;
  }
}

.product-tabs__panel {
  width: 100%;
  display: none;
  word-break: break-word;
  padding: 0;
  background: #ffffff;
  
  border-top: none;
  text-align: left;
  white-space: normal;
  line-height: 1.5;
  margin-top: 16px;
}
@media only screen and (min-width: 481px) {
  .product-tabs__panel {
    order: 1;
  }
}

.product-tabs__panel p {
  margin-top: 0;
  margin-bottom: 15px;
}
.product-tabs__panel p:last-child {
  margin-bottom: 0;
}

.product-tabs__panel a {
  color: var(--color-second-50);
  font-weight: 500;
  text-decoration: underline;
}

/* #Collapsible tab
================================================== */
.collapsible-tab {
  border-bottom: 1px solid #cccccc;
}
.collapsible-tab[open] .collapsible-tab__heading:after {
  transform: rotate(180deg);
}

.collapsible-tab__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1rem 1rem 1rem 0;
}
.collapsible-tab__heading:after {
  content: "\e905";
  font-family: "turbo";
}
.collapsible-tab__heading::-webkit-details-marker {
  display: none;
}

.collapsible-tab__text {
  margin-bottom: 1rem;
  word-break: break-word;
}

.collapsible-tab__text p {
  margin-top: 0;
  margin-bottom: 15px !important;
}
.collapsible-tab__text p:last-child {
  margin-bottom: 0;
}

.collapsible-tab__text a {
  color: var(--color-second-50);
  font-weight: 500;
  text-decoration: underline;
}

.product-block--collapsible-tab {
  border-top: 1px solid #cccccc;
}

.product-block--collapsible-tab + .product-block--collapsible-tab {
  border-top: none;
}

/* #Accordions
================================================== */
button {
  border: none;
  -webkit-appearance: none;
          appearance: none;
}

.shopify-section--faq .faqAccordion > dt {
  margin-right: 36px;
}

.accordion > dt > a, .accordion > dt > button,
.faqAccordion > dt > a,
.faqAccordion > dt > button {
  background: transparent;
  position: relative;
  padding: 24px 20px 24px 40px;
  color: #333333;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  display: block;
  cursor: pointer;
  width: 100%;
  outline: none;
  text-transform: initial;
  min-height: auto;
  height: auto;
  line-height: inherit;
  font-weight: bold;
  font-family: Poppins, sans-serif;
  font-style: normal;
  box-shadow: none;
  border-radius: 0px;
  font-size: 18px;
}
.accordion > dt > a:hover, .accordion > dt > a:focus, .accordion > dt > button:hover, .accordion > dt > button:focus,
.faqAccordion > dt > a:hover,
.faqAccordion > dt > a:focus,
.faqAccordion > dt > button:hover,
.faqAccordion > dt > button:focus {
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.accordion > dt > a::after, .accordion > dt > button::after,
.faqAccordion > dt > a::after,
.faqAccordion > dt > button::after {
  transform: translateY(-50.1%);
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 25px;
  color: #ff8364;
}
.accordion > dt:first-child > button,
.faqAccordion > dt:first-child > button {
  border-top: none;
}
.accordion > dd,
.faqAccordion > dd {
  color: #333333;
  padding: 20px 0px 20px 0px;
  display: none;
}
.accordion > dd[aria-hidden=true],
.faqAccordion > dd[aria-hidden=true] {
  display: none;
}
@media only screen and (max-width: 798px) {
  .accordion > dd,
.faqAccordion > dd {
    margin-left: 15px;
  }
}

/* Closed accordions */
.accordion dt > a::after,
.faqAccordion dt > button::after {
  content: "+";
}
.accordion dt > a[aria-expanded=true]::after,
.faqAccordion dt > button[aria-expanded=true]::after {
  font-size: 25px;
  content: "-";
}

/* Open accordions */
.accordion[data-state=open] dt > a[aria-expanded=true]::after {
  font-size: 25px;
  content: "-";
}

.accordion dt small {
  display: none;
}

/* Accordion tabs */
.accordion-tabs > a {
  display: block;
  background-color: #D1D3D4;
  margin: 10px 0;
  padding: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
}
.accordion-tabs > a :hover {
  cursor: pointer;
}
.accordion-tabs > li[id*=tab] {
  display: none;
  list-style: none;
}

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

ul.tabs:after {
  clear: both;
}

ul.tabs {
  zoom: 1;
}

/* #Forms
================================================== */
form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=range],
input[type=color],
select,
textarea {
  display: block;
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 0 10px;
  margin: 0;
  line-height: 22px;
  border: 1px solid #cccccc;
  outline: none;
  background: #fff;
  color: #5f6a7d;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  -webkit-appearance: none;
          appearance: none;
  text-rendering: optimizeLegibility;
}@media only screen and (max-width: 480px) {
  input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=range],
input[type=color],
select,
textarea {
    font-size: 16px;
  }
}

input[type=text]:active,
input[type=text]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=month]:active,
input[type=month]:focus,
input[type=week]:active,
input[type=week]:focus,
input[type=time]:active,
input[type=time]:focus,
input[type=range]:active,
input[type=range]:focus,
input[type=color]:active,
input[type=color]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  color: #444;
  border: 1px solid #aaa;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield !important; /* To ensure arrows arent present in firefox */
}

select::-ms-expand {
  display: none;
}

select {
  background: #fff url(//happyuid.com/cdn/shop/t/9/assets/select.png?v=163443801653745187891750912345) no-repeat 96% 50%;
  background-size: 18px 12px;
  border: 1px solid #d9dbdc;
  -webkit-appearance: none;
          appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}select {
    padding: 8px 14px 8px;
    border-radius: 0;
  }label,
legend,
.option_title {
  display: block;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  margin-bottom: 5px;
  text-transform: none;
}

input[type=checkbox] {
  display: inline;
}

label span,
legend span {
  font-weight: bold;
  font-size: 13px;
  color: #444;
}

textarea {
  min-height: 120px;
  padding: 15px 9px;
}

.acceptsMarketing {
  margin-bottom: 20px;
}

.acceptsMarketing label {
  display: inline;
  margin-left: 5px;
}

input.newsletter-form__sign-up[type=submit] {
  margin-left: 5px;
  display: inline-block;
}

input.contact_email[type=email] {
  width: 320px;
  display: inline-block;
  float: left;
}

/* #Contact Form
================================================== */
div.container.contact-form-container {
  padding-top: 0;
}

.contact-form .contact-form__content {
  margin-bottom: 20px;
}

.contact-form label,
.custom-contact-form label {
  margin-bottom: 12px;
}
.contact-form ul li label,
.custom-contact-form ul li label {
  font-family: Poppins, sans-serif;
  text-transform: none;
  font-weight: 400;
}

.contact-form__heading {
  margin-left: 10px;
  margin-right: 10px;
}

.contact__form-errors,
.contact__form-success {
  width: 100%;
}

.contact__form-name {
  margin-right: 20px;
}
@media only screen and (max-width: 798px) {
  .contact__form-name {
    margin-right: 0;
  }
}

.contact__form-name,
.contact__form-email {
  flex: 1 1 auto;
}

.contact__form-message {
  flex-basis: 100%;
}

.contact-form__position--right,
.custom-contact-form__position--right {
  flex-direction: row-reverse;
}

.contact-form__position--center {
  flex-direction: column;
  align-items: center;
}

.custom-contact-form .contact-block {
  margin-bottom: 20px;
}
.custom-contact-form .custom-contact-form__image {
  margin-bottom: 20px;
}
.custom-contact-form .custom-contact-form__social .social_icons {
  padding: 0;
  margin-bottom: 40px;
}
.custom-contact-form .custom-contact-form__logo {
  max-width: 150px;
  margin: 0 auto 20px auto;
}
.custom-contact-form .contact-block.contact-block--richtext label p {
  display: inline;
}
.custom-contact-form .contact-block--custom ul {
  padding: 0;
  margin: 0;
}
.custom-contact-form .contact-block--custom ul li {
  margin-bottom: 8px;
  list-style: none;
  display: flex;
  align-items: baseline;
}
.custom-contact-form .contact-block--custom ul li input {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.custom-contact-form .contact-block--custom ul li label {
  margin-bottom: 0;
}
.custom-contact-form .contact-block--custom ul li:last-child label {
  margin-bottom: 0;
}

.page-contact .footer {
  margin-top: 0;
}
.page-contact .custom-contact-form {
  margin-top: 25px;
}

#target {
  padding: 20px;
  text-align: center;
}

.items_left {
  color: #8c8b8b;
}

.quantity_label {
  display: inline;
  font-size: smaller;
}

.remove_item a {
  font-size: smaller;
  color: #333333;
}

input.quantity {
  width: 48px;
  display: inline;
  margin-bottom: 0;
  padding: 8px 5px;
}

ul.cart_items {
  padding-top: 0;
  padding-bottom: 0;
}

.cart_content li.mini-cart__item {
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}

.cart_content .notification-discount {
  color: #fa4252;
  margin: 0;
  line-height: 1;
}

li.mini-cart__item a,
li.mini-cart__item a:active,
#header li.mini-cart__item a,
#header li.mini-cart__item a:active {
  position: relative;
  font-size: inherit;
  text-align: left;
}

li.mini-cart__item a {
  align-items: flex-start;
}

.cart_image {
  float: left;
  width: 100%;
  max-width: 100px;
  min-width: 100px;
  text-align: center;
  padding-right: 20px;
}
.cart_image img {
  display: block;
}
@media only screen and (max-width: 480px) {
  .cart_image {
    padding-right: 10px;
  }
}

a.continue {
  text-align: right;
  font-size: 32px;
  margin-right: 15px !important;
  padding: 10px 0 5px 0 !important;
  opacity: 0.8;
}

a.continue:hover {
  opacity: 1;
}

.empty_cart {
  text-align: center;
  font-size: 18px;
  padding: 40px 0 25px 0;
  color: inherit;
}

#get-rates-submit {
  margin-top: -1px;
}

#customer_login {
  margin-bottom: 2px;
}

/* .multi_select,
.default_select {
  display: none;
} */

/* Media position */
.product_section.media-position--right {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 798px) {
  .product_section.media-position--left,
.product_section.media-position--right {
    flex-direction: column;
  }
}

.vendor {
  margin-bottom: 6px;
}

.section.product_section {
  margin-top: 0;
}

.product-main {
  width: 100%;
}

.product_section .description {
  margin-bottom: 15px;
}

.modal_price {
  padding-bottom: 8px;
  display: block;
}
.modal_price .sale, .modal_price .mobile_tab_menu{
  font-size: 17px !important;
}

.product_section .description.bottom {
  margin-top: 15px;
  border-bottom: none;
}

.product-links {
  margin-bottom: 8px;
  font-size: 0.9em;
  border-top: 1px solid #cccccc;
  padding: 10px 0 5px 0;
}

.product-links p {
  margin: 2px 0;
}

.social_buttons {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  font-size: 1em;
  margin-bottom: 25px;
}
@media only screen and (max-width: 798px) {
  .social_buttons {
    text-align: center;
  }
}

.share_article .social_buttons {
  border-top: none;
  padding-top: 0;
}
@media only screen and (max-width: 798px) {
  .share_article .social_buttons {
    padding-top: 15px;
  }
}

.share-btn {
  display: inline-block;
  text-align: center;
  font-size: 1.2em;
  margin-right: 6px;
  margin-bottom: 10px;
}

.share-btn a {
  color: #fff;
  padding: 10px 10px 8px 10px;
  border: solid 1px var(--color-neutral-35);
  display: inline-block;
  transition: all 500ms ease 0s;
  border-radius: 100%;
}.icon-twitter-share:before {
  color: #09AEEC;
}

.icon-twitter-share:hover {
  background-color: #09AEEC;
  border-color: #09AEEC;
  color: #fff;
}

.icon-twitter-share:hover:before {
  color: #fff;
}

.icon-facebook-share:before {
  color: #49659D;
}

.icon-facebook-share:hover {
  background-color: #49659D;
  border-color: #49659D;
  color: #fff;
}

.icon-facebook-share:hover:before {
  color: #fff;
}

.icon-pinterest-share:before {
  color: #CB1F2A;
}

.icon-pinterest-share:hover {
  background-color: #CB1F2A;
  border-color: #CB1F2A;
  color: #fff;
}

.icon-pinterest-share:hover:before {
  color: #fff;
}

.icon-mail-share:before {
  color: #888;
}

.icon-mail-share:hover {
  background-color: #888;
  border-color: #888;
  color: #fff;
}

.icon-mail-share:hover:before {
  color: #fff;
}

/* Quantity Box for Product Page */
.product-quantity-box .quantity,
.product-quantity-box .quantity:focus,
.product-quantity-box .product-plus,
.product-quantity-box .product-minus {
  border: #e2e2e2 1px solid;
  color: #000;
}

.product-quantity-box label {
  margin-bottom: 0.5em;
}

.product-quantity-box {
  margin-right: 0;
  -webkit-user-select: none;
          user-select: none;
}
.product-quantity-box label {
  text-align: left;
}
.product-quantity-box .quantity {
  text-align: center;
  padding: 6px 15px;
  width: 38%;
  height: 44px;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
  float: left;
}
@media only screen and (max-width: 798px) {
  .product-quantity-box .quantity {
    width: calc(100% - 88px);
  }
}
.product-quantity-box .product-plus,
.product-quantity-box .product-minus {
  background: #f2f2f2;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  height: 44px;
  display: block;
  width: 44px;
  text-align: center;
  float: left;
}
.product-quantity-box .product-plus:hover,
.product-quantity-box .product-minus:hover {
  /* background: #d9d9d9; */
  background: unset;
}
@media only screen and (max-width: 798px) {
  .product-quantity-box .product-plus,
.product-quantity-box .product-minus {
    display: inline;
    display: initial;
    margin: 0;
  }
}
.product-quantity-box .product-plus {
  border-left: 0;
  font-size: 16px;
  line-height: 44px;
}
.product-quantity-box .product-minus {
  border-right: 0;
  line-height: 44px;
  font-size: 18px;
}

.product-quantity-box + .inline_purchase {
  margin-top: 31.5px;
  width: 55%;
  float: left;
}
/* .product_section .product_form {
  border-top: 2px solid #EAEAEB;
} */
.product_section .product_form,
.product_section .contact-form {
  max-width: 400px;
}
@media only screen and (max-width: 798px) {
  .product_section .product_form,
.product_section .contact-form {
    max-width: 100%;
    margin-top:15px;
  }
}

/* #Blog
================================================== */
.article,
.article_image {
  margin-bottom: 30px;
}

.sidebar .sidebar__content .input-row {
  flex-direction: column;
  margin-left: 0px;
  margin-right: 0px;
}
.sidebar .sidebar__content .input-row input {
  margin: 5px 0;
}

.blog-template-wrapper {
  width: 100%;
}

.blog-article__main.sidebar-enabled--false {
  width: 75%;
}
@media only screen and (max-width: 798px) {
  .blog-article__main.sidebar-enabled--false {
    width: 100%;
  }
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
}

.comment-form__name {
  margin-right: 20px;
}
@media only screen and (max-width: 798px) {
  .comment-form__name {
    margin: 0;
  }
}

.comment-form__name,
.comment-form__email {
  flex: 1 1 auto;
}

.comment-form__body,
.comment-form__error,
.comment-form__submit,
.comment-form__success {
  flex-basis: 100%;
}

.comment-form__error-message,
.comment-form__success-message {
  font-size: 18px;
  line-height: 32px;
  font-style: italic;
}

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

.blog__read-more-button {
  margin: 25px 0;
}

/* Author & Comments */
.blog__comment {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.blog__comment-author {
  display: flex;
  flex: 1 1 auto;
}

.blog__comment-author-image {
  min-width: 80px;
  height: 80px;
}

.blog__comment-author-image img {
  border-radius: 50px;
}

.blog__comment-author-bio {
  flex: 1 1 auto;
  margin-left: 20px;
}

.blog-post-image-wrapper {
  display: block;
}

/* Sidebar */
.has-sidebar-option,
.section--has-sidebar-option {
  width: 100%;
}

.sidebar__content {
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 798px) {
  .sidebar {
    width: 100% !important; /* To overwrite desktop styles set inside of section */
  }
  .has-sidebar-option {
    width: 100% !important; /* To overwrite desktop styles set inside of section */
  }
}
/* #Newsletter
================================================== */
.newsletter {
  margin: 0px auto;
  max-width: 640px;
}

.input-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%;
}
@media only screen and (max-width: 798px) {
  .input-row {
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.input-row input {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  max-height: 40px;
}
@media only screen and (max-width: 1024px) {
  .input-row input {
    margin: 5px 0;
  }
}
.input-row input.newsletter-form__sign-up {
  display: inline-block;
  flex: none;
  max-height: 44px;
}
@media only screen and (max-width: 798px) {
  .input-row input.newsletter-form__sign-up {
    width: 100%;
  }
}

.newsletter-both-names--true input.firstName {
  margin-right: 5px;
}

/* Newsletter popup */
.js-newsletter-popup {
  display: none;
}

.newsletter__lightbox .fancybox-content {
  width: 100%;
  max-width: 740px;
  padding: 0;
}@media only screen and (max-width: 480px) {
  .newsletter__lightbox .fancybox-close-small {
    display: block;
  }
}
@media only screen and (max-width: 798px) {
  .newsletter__lightbox .fancybox-close-small svg path {
    fill: white;
  }
}.newsletter__lightbox .fancybox-toolbar {
  display: none;
}

.newsletter-popup {
  display: flex;
  background-color: #ffffff;
  padding: 0;
  width: 100%;
}@media only screen and (max-width: 798px) {
  .newsletter-popup {
    line-height: 0;
    flex-direction: column;
  }
}

@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .popup-signup-show--true input.newsletter-form__sign-up {
    margin-left: 0px;
  }
}

.popup-signup-show--false {
  display: none;
}

.newsletter-both-names--false .newsletter input[type=text] {
  width: 100%;
}

.newsletter-img {
  width: 40%;
}
@media only screen and (max-width: 798px) {
  .newsletter-img {
    width: 100%;
  }
}
.newsletter-img img {
  width: 100%;
  display: block;
}

.newsletter-info {
  text-align: center;
  color: #363636;
  background-color: #ffffff;
  height: auto;
  float: left;
}
@media only screen and (max-width: 798px) {
  .newsletter-info {
    padding: 20px;
    width: 100% !important;
    position: relative;
  }
}
.newsletter-info input.contact_email[type=email] {
  width: 65%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .newsletter-info input.contact_email[type=email] {
    width: 100%;
  }
}
.newsletter-info #contact_form input.newsletter-form__sign-up[type=submit] {
  width: calc(35% - 10px);
}
@media only screen and (max-width: 1024px) {
  .newsletter-info #contact_form input.newsletter-form__sign-up[type=submit] {
    width: 100%;
  }
}
.newsletter-info .input-row {
  margin-right: 0;
  margin-left: 0;
}
.newsletter-info .popup-signup-show--true {
  margin-top: 20px;
}

.newsletter-image--true .newsletter-popup__content {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 798px) {
  .newsletter-image--true .newsletter-popup__content {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-image--true {
    max-height: 875px;
  }
}

@media only screen and (min-width: 1025px) {
  .newsletter-image--true.object-fit--none {
    height: auto;
  }
}

.newsletter-image--false {
  justify-content: center;
}
.newsletter-image--false .newsletter-info {
  width: 100%;
  position: relative;
  height: auto;
  float: none;
}

.align-left .newsletter-info {
  right: 0;
}

.newsletter-description h2 {
  color: #363636;
  margin-top: 0;
}

.newsletter-description {
  padding: 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 798px) {
  .newsletter-description {
    font-size: inherit;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .newsletter-description {
    padding: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-description {
    min-width: 350px;
  }
}
@media only screen and (min-width: 1401px) {
  .newsletter-description {
    font-size: inherit;
  }
}

.newsletter-popup__button {
  margin-top: 10px;
  margin-bottom: 0;
}.newsletter-popup__button {
    margin-left: 8px;
    margin-right: 8px;
  }@media only screen and (max-width: 480px) {
  .newsletter-popup__button {
    margin-top: 5px;
  }
}

.newsletter-popup__button--text {
  --button-color-border: #363636;
  --button-color-background: transparent;
  --button-color-text: #363636;
  --button-color-border-hover: #363636;
  --button-color-background-hover: #363636;
  --button-color-text-hover: #ffffff;
}


  
.newsletter-popup__button--highlighted {
  --button-color-border: #363636;
  --button-color-background: #363636;
  --button-color-text: #ffffff;
  --button-color-border-hover: 
#2f2f2f

;
  --button-color-background-hover: 
#2f2f2f

;
  --button-color-text-hover: #ffffff;
}

/* Newsletter section above footer */
.newsletter_section {
  transform: translate3d(0, 0, 0);
  background-color: #cccccc;
  color: #000000;
}

.newsletter_section h2 {
  margin-top: 0;
  color: #000000;
}

.newsletter_section.newsletter-bgr-true {
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.newsletter_section.newsletter-bgr-true input.contact_email[type=email] {
  border: 0;
}
@media only screen and (max-width: 480px) {
  .newsletter_section.newsletter-bgr-true {
    text-align: center !important;
  }
}

.section_form {
  padding: 10px 20px;
}
.section_form input[type=email],
.section_form input[type=text] {
  border: 0;
}
.section_form .newsletter-text + .newsletter, .section_form h5 + .newsletter {
  margin-top: 15px;
}

.newsletter_section h5 {
  color: #000000 !important;
  padding-top: 0px;
  margin: 0;
}

.newsletter_section .newsletter-text p {
  margin-bottom: 0;
}

.newsletter_section .newsletter,
.password-page-row form {
  display: inline-block;
  padding-top: 0 !important;
  width: 450px;
}
@media only screen and (max-width: 480px) {
  .newsletter_section .newsletter,
.password-page-row form {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .newsletter_section .newsletter,
.password-page-row form {
    width: 100%;
  }
}

/* Shopify challenge */
.g-recaptcha {
  margin-bottom: 1rem;
}

.shopify-challenge__container {
  padding: 150px 0;
}
.shopify-challenge__container .shopify-challenge__button {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  padding: 13px 20px;
  text-align: center;
  line-height: 1.2;
  font-family: Poppins, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 0px;
  word-break: break-word;
  cursor: pointer;
  transition: all 0.2s linear;
  border-color: var(--button-color-border, #ff8364);
  background: var(--button-color-background, #ff8364);
  color: var(--button-color-text, #ffffff);
}.shopify-challenge__container .shopify-challenge__button {
    border-radius: 0;
  }.shopify-challenge__container .shopify-challenge__button:visited {
  color: var(--button-color-text, #ffffff);
}
.shopify-challenge__container .shopify-challenge__button:hover:not([disabled]), .shopify-challenge__container .shopify-challenge__button:active {
  background: var(--button-color-background-hover, var(--button-color-background, #eb7054));
  border-color: var(--button-color-border-hover, var(--button-color-border, #eb7054));
  color: var(--button-color-text-hover, var(--button-color-text, #ffffff));
}
.shopify-challenge__container .shopify-challenge__button:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: 0;
}
.shopify-challenge__container .shopify-challenge__button[disabled] {
  cursor: not-allowed;
}

/* Newsletter in footer */
.shopify-section--footer .newsletter_section {
  padding: 0;
  background-color: transparent;
  color: #aeaaaa;
}
.shopify-section--footer .newsletter_section .newsletter {
  width: 100%;
}
.shopify-section--footer .newsletter_section .newsletter input {
  width: 100%;
}
.shopify-section--footer .newsletter_section .newsletter .newsletter-form__sign-up {
  margin-left: 0;
}
.shopify-section--footer .newsletter_section h6 {
  color: #ffffff;
  font-size: 24px;
}
.shopify-section--footer .newsletter_section p {
  font-size: 13px;
  padding: 15px 0;
}

/* #Tables
================================================== */table:not(#customer-orders):not(#order-details) th {
    background-color: #f9f9f9;
  }
table:not(#customer-orders):not(#order-details) th,
table:not(#customer-orders):not(#order-details) td {
    padding: 10px;
    border-right: 1px solid #dcdcdc;
  }
table:not(#customer-orders):not(#order-details) th:first-child,
table:not(#customer-orders):not(#order-details) td:first-child {
    border-left: 1px solid #dcdcdc;
  }
table:not(#customer-orders):not(#order-details) tr {
    border-bottom: 1px solid #dcdcdc;
  }
table:not(#customer-orders):not(#order-details) tr:first-child {
    border-top: 1px solid #dcdcdc;
  }/* Responsive order tables */
.collapsible-table {
  width: 100%;
  margin-bottom: 20px;
}
.collapsible-table th {
  font-weight: 700;
  text-align: left;
}
.collapsible-table th,
.collapsible-table td {
  padding: 10px;
}
@media only screen and (max-width: 798px) {
  .collapsible-table th,
.collapsible-table td {
    border-left: none;
  }
}
.collapsible-table tr .order_summary td.label {
  text-align: right;
}
.collapsible-table .order-details__discount-block {
  display: block;
}
@media only screen and (max-width: 798px) {
  .collapsible-table thead {
    display: none;
  }
  .collapsible-table tr {
    display: block;
    margin-bottom: 20px;
  }
  .collapsible-table tr:last-child {
    margin-bottom: 0;
  }
  .collapsible-table tr td {
    position: relative;
  }
  .collapsible-table td {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 0;
  }
  .collapsible-table td:before {
    content: attr(data-label);
    z-index: 1;
    padding: 6px;
    font-weight: bold;
    width: calc(50% - 6px);
    word-break: break-word;
  }
  .collapsible-table td:after {
    content: "";
    z-index: 0;
    width: 50%;
    min-height: 100%;
    position: absolute;
  }
  .collapsible-table td:last-child {
    border-bottom: none;
  }
  .collapsible-table tfoot {
    display: block;
    margin-top: 20px;
  }
  .collapsible-table tfoot tr {
    margin-bottom: 0;
    border-bottom: none;
  }
  .collapsible-table tfoot tr:last-child {
    border-bottom: 1px solid #dcdcdc;
  }
  .collapsible-table .order-details__total,
.collapsible-table .order-details__product,
.collapsible-table .order-details__discount {
    text-align: right;
    padding-left: 10px;
    width: calc(50% - 10px);
    word-break: break-word;
  }
}

#customer-orders th,
#order-details th {
  background-color: #f9f9f9;
}
#customer-orders th,
#customer-orders td,
#order-details th,
#order-details td {
  border-right: 1px solid #dcdcdc;
}
#customer-orders th:first-child,
#customer-orders td:first-child,
#order-details th:first-child,
#order-details td:first-child {
  border-left: 1px solid #dcdcdc;
}
@media only screen and (max-width: 798px) {
  #customer-orders th:first-child,
#customer-orders td:first-child,
#order-details th:first-child,
#order-details td:first-child {
    border-left: none;
  }
}
#customer-orders tr,
#order-details tr {
  border-bottom: 1px solid #dcdcdc;
}
#customer-orders tr:first-child,
#order-details tr:first-child {
  border-top: 1px solid #dcdcdc;
}
@media only screen and (max-width: 798px) {
  #customer-orders tr,
#order-details tr {
    border: 1px solid #dcdcdc;
    border-bottom: none;
  }
  #customer-orders td,
#order-details td {
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
  }
  #customer-orders td:after,
#order-details td:after {
    border-right: 1px solid #dcdcdc;
    background-color: #f9f9f9;
  }
  #customer-orders tfoot td,
#order-details tfoot td {
    border-bottom: none;
  }
  #customer-orders tfoot:last-child,
#order-details tfoot:last-child {
    border-bottom: 1px solid #dcdcdc;
  }
}

/* #Misc
================================================== */
.allow-clickthrough {
  pointer-events: none !important;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 480px) {
  .hidden--mobile {
    display: none !important; /* Force on mobile devices */
  }
}

.remove {
  color: #333333;
}

.relative {
  position: relative;
}

.half-bottom {
  margin-bottom: 10px !important;
}

.add-bottom {
  margin-bottom: 20px !important;
}

.right {
  float: right;
  position: relative;
}

.left {
  float: left;
}

.inline {
  display: inline;
}

.center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

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

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

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

p.warning {
  text-align: center;
  font-weight: bold;
}

.warning--quantity {
  clear: both;
  display: inline-block;
  margin-top: 15px;
  width: auto;
  text-align: left;
}

@media only screen and (min-width: 799px) {
  .large--right {
    float: right;
    position: relative;
  }
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.mini-cart__item p.warning {
  margin-top: 5px;
  text-align: left;
}

.mobile_only,
span.mobile_only,
.container div.mobile_only {
  display: none;
}

.no_border {
  border: none !important;
}

.extra_padding {
  padding-top: 4px;
}

div.hidden {
  display: none;
}

div.is-absolute {
  position: absolute !important;
  top: 0;
  margin-top: 0;
}

.full-width-image {
  width: 100%;
}

#instantclick-bar {
  background: #fa4252;
  z-index: 100000;
  height: 4px;
}

#grid .column,
#grid .columns {
  background: #ddd;
  height: 25px;
  line-height: 25px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px;
}

#grid .column:hover,
#grid .columns:hover {
  background: #bbb;
  color: #333;
}

#grid .example-grid {
  overflow: hidden;
}

.items_left {
  margin: 0 0 15px;
  line-height: 1.6em;
  font-size: normal;
  font-style: italic;
  color: #8c8b8b;
}

.cart .paypal-button + .paypal-button {
  display: none;
}

/* #Testimonials
================================================== */
.darken-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 480px) {
  .caption-background-darken_bg.caption--below-true .darken-bg {
    display: none;
  }
}

.shopify-section--testimonials {
  position: relative;
}
.shopify-section--testimonials .set-static {
  display: flex;
}
.shopify-section--testimonials .set-static .caption {
  position: static;
  transform: translateY(0);
  padding: 40px;
  margin: auto;
}
.shopify-section--testimonials .set-testimonial-height {
  height: 95%;
}
.shopify-section--testimonials .feature_divider {
  margin: 25px auto;
  width: 10%;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .shopify-section--testimonials .feature_divider {
    margin: 5px auto;
  }
}
.shopify-section--testimonials .testimonial-block--no-image .animated {
  animation-delay: 0.25s;
}

.testimonial-block.gallery-cell.testimonial-block--no-image {
  background-color: #666666;
}

@media only screen and (max-width: 480px) {
  .mobile-banner--crop-left {
    object-fit: cover;
    object-position: left;
    min-height: 60vh;
  }
}

@media only screen and (max-width: 480px) {
  .mobile-banner--crop-right {
    object-fit: cover;
    object-position: right;
    min-height: 60vh;
  }
}

@media only screen and (max-width: 480px) {
  .mobile-banner--crop-center {
    object-fit: cover;
    object-position: center;
    min-height: 60vh;
  }
}

.caption-content.testimonial-text {
  max-width: 80%;
}
.caption-content.testimonial-text .subtitle {
  text-transform: none;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .caption-content.testimonial-text .subtitle {
    font-weight: normal;
    font-size: 14px;
  }
}
.caption-content.testimonial-text h2,
.caption-content.testimonial-text .headline {
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .caption-content.testimonial-text h2,
.caption-content.testimonial-text .headline {
    text-shadow: none;
  }
}

@media only screen and (max-width: 480px) {
  .testimonial-block.caption--below-true:not(.testimonial-block--no-image) .pretext,
.testimonial-block.caption--below-true:not(.testimonial-block--no-image) .headline,
.testimonial-block.caption--below-true:not(.testimonial-block--no-image) .subtitle {
    color: #333333;
  }
  .testimonial-block.caption--below-true:not(.testimonial-block--no-image) .feature_divider {
    border-color: #333333;
  }
}

@media only screen and (max-width: 480px) {
  .testimonial-block .caption {
    margin: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.testimonial-slideshow,
.testimonial-block.gallery-cell {
  background-color: transparent;
}

/* #FAQ
================================================== */
.page-faq .faq--heading {
  padding-top: 30px;
}

.faq-section h2.title {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.faq-section h2.faq--heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: 0;
  margin-bottom: 10px;
  margin-top: 40px;
}
.faq-section .has-gutter-enabled {
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .faq-section .faq--image {
    margin-top: 40px;
  }
}

/* #Team Template
================================================== */
.team-page__content--left {
  display: flex;
}
@media only screen and (max-width: 798px) {
  .team-page__content--left {
    flex-direction: column;
  }
}

.team-page__content--right {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 798px) {
  .team-page__content--right {
    flex-direction: column;
  }
}

.team-page__text,
.team-page__image,
.team-page__image img {
  width: 100%;
}

.team-page__content--multiple .team-page__text,
.team-page__content--multiple .team-page__image {
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 798px) {
  .team-page__content--multiple .team-page__text,
.team-page__content--multiple .team-page__image {
    max-width: 100%;
  }
}
.team-page__content--multiple .team-page__text:first-child,
.team-page__content--multiple .team-page__image:first-child {
  margin-right: 20px;
}

.team-page__text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-page__container {
  max-width: 70%;
}
@media only screen and (max-width: 480px) {
  .team-page__container {
    max-width: 90%;
  }
}

.team-member__profile.columns,
.team-member__profile.column {
  margin-bottom: 30px;
}

.team-member__name {
  padding-top: 10px;
}

.team-member__wrap {
  position: relative;
}
.team-member__wrap:hover .team-member__overlay {
  opacity: 1;
}

.team-member__overlay {
  opacity: 0;
  transition: opacity 0.3s linear;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.team-member__details {
  transform: translateY(-50.1%);
  top: 50%;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  padding: 20px;
}
.team-member__details img {
  display: block;
}
.team-member__details p {
  margin-top: 10px;
  line-height: 1.3;
}
.team-member__details .icon-twitter {
  display: inline-block;
  vertical-align: middle;
}

.team-member__title {
  padding-bottom: 0;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
}
.team-member__title:after {
  width: 30%;
  display: block;
  margin: 0 auto;
  content: "";
  height: 3px;
  margin-top: 20px;
}

/* #Logo-list
================================================== */
.logo-bar {
  text-align: center;
  margin-bottom: 20px;
}
.logo-bar a {
  transition: ease all 0.6s;
}
.logo-bar a:hover {
  opacity: 0.6;
}

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  width: 160px;
  margin-top: 20px;
}
@media only screen and (min-width: 799px) {
  .logo-bar__item {
    margin-left: 25px;
    margin-right: 25px;
  }
}

/* #Gallery Section
================================================== */
.gallery-section {
  text-align: center;
}

.gallery-section .gallery-image-wrapper,
.gallery-section .gallery-empty-wrapper {
  margin-bottom: 5px;
  position: relative;
}
.gallery-section .gallery-empty-wrapper {
  min-height: 150px;
}
.gallery-section .gallery-empty-wrapper:nth-child(even) .placeholder-svg {
  background-color: rgba(51, 51, 51, 0.3);
}
.gallery-section a {
  display: block;
}

.gallery-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.gallery-overlay .icon-zoom {
  color: white;
  font-size: 1.5em;
}

.gallery-image-wrapper:hover .gallery-overlay {
  opacity: 1;
}

.two-per-row .overlay .icon-zoom {
  font-size: 2.5em;
}

.three-per-row .overlay .icon-zoom {
  font-size: 2em;
}

/* Horizontal gallery styling */
.gallery-section.gallery-horizontal i {
  display: block;
}
.gallery-section.gallery-horizontal img {
  position: absolute;
  top: 0;
  width: 100%;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  display: block;
}
.gallery-section.gallery-horizontal .gallery-image-wrapper,
.gallery-section.gallery-horizontal .gallery-empty-wrapper {
  margin: 10px;
}
.gallery-section.gallery-horizontal.adjust-columns .gallery-image-wrapper,
.gallery-section.gallery-horizontal.adjust-columns .gallery-empty-wrapper {
  margin: 0px;
}
@media only screen and (min-width: 2000px) {
  .gallery-section.gallery-horizontal .gallery-image-wrapper:last-child {
    width: 15%;
    flex-basis: initial !important;
    flex-grow: initial !important;
  }
}
.gallery-section.gallery-horizontal .gallery-empty-wrapper {
  width: 190px;
}

/* Classic gallery styling */
.gallery-section.gallery-classic .gallery-image-wrapper,
.gallery-section.gallery-classic .gallery-empty-wrapper {
  display: block;
}
.gallery-section.gallery-classic .gallery-image-wrapper img,
.gallery-section.gallery-classic .gallery-image-wrapper svg,
.gallery-section.gallery-classic .gallery-empty-wrapper img,
.gallery-section.gallery-classic .gallery-empty-wrapper svg {
  width: 100%;
  display: block;
}


.adjust-columns {
  column-gap: 0px !important; /* Always have no column cap when set to wide screen */
  -moz-column-gap: 0px !important; /* Always have no column cap when set to wide screen */
  -webkit-column-gap: 0px !important; /* Always have no column cap when set to wide screen */
  overflow: hidden;
}
.adjust-columns .gallery-image-wrapper,
.adjust-columns .gallery-empty-wrapper {
  margin: 0;
  margin-bottom: 0 !important; /* Overwrite margin bottom set when not full width */
}

/* Masonry gallery styling */
.gallery-section.gallery-masonry {
  display: block;
}
.gallery-section.gallery-masonry .masonry {
  font-size: 0.85em;
  line-height: 0px;
  margin: 10px 0;
  column-gap: 10px;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
}
.gallery-section.gallery-masonry .gallery-empty-wrapper {
  min-height: 100px;
  overflow: hidden;
}
.gallery-section.gallery-masonry .gallery-empty-wrapper svg {
  min-width: 800px;
}
.gallery-section.gallery-masonry .gallery-empty-wrapper svg path {
  display: none;
}
.gallery-section.gallery-masonry .gallery-image-wrapper,
.gallery-section.gallery-masonry .gallery-empty-wrapper {
  display: block;
  box-sizing: border-box;
  margin-bottom: 5px;
  -webkit-column-break-inside: avoid;
  -webkit-backface-visibility: hidden;
}
.gallery-section.gallery-masonry .gallery-image-wrapper img,
.gallery-section.gallery-masonry .gallery-image-wrapper svg,
.gallery-section.gallery-masonry .gallery-empty-wrapper img,
.gallery-section.gallery-masonry .gallery-empty-wrapper svg {
  width: 100%;
  display: block;
}
.gallery-section.gallery-masonry .two-per-row {
  column-count: 2;
  transform: translateX(0);
}
@media only screen and (max-width: 798px) {
  .gallery-section.gallery-masonry .two-per-row {
    column-count: 3;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-section.gallery-masonry .two-per-row {
    column-count: 1;
  }
}
.gallery-section.gallery-masonry .three-per-row {
  column-count: 3;
  transform: translateX(0);
}
@media only screen and (max-width: 798px) {
  .gallery-section.gallery-masonry .three-per-row {
    column-count: 3;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-section.gallery-masonry .three-per-row {
    column-count: 1;
  }
}
.gallery-section.gallery-masonry .four-per-row {
  column-count: 4;
  transform: translateX(0);
}
@media only screen and (max-width: 798px) {
  .gallery-section.gallery-masonry .four-per-row {
    column-count: 3;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-section.gallery-masonry .four-per-row {
    column-count: 1;
  }
}
.gallery-section.gallery-masonry .five-per-row {
  column-count: 5;
  transform: translateX(0);
}
@media only screen and (max-width: 798px) {
  .gallery-section.gallery-masonry .five-per-row {
    column-count: 3;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-section.gallery-masonry .five-per-row {
    column-count: 1;
  }
}

/* #Ratings
================================================== */
.product-rating {
  display: flex;
  margin: 0.5rem 0;
  align-items: center;
}

.rating__star-wrapper {
  display: flex;
}

.icon-star-background {
  transform: scaleX(var(--rating-scale, 0));
}

.icon-star-reference {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
}

.rating__star {
  width: 20px;
  height: auto;
}

.rating__star-1 {
  --rating-scale: calc(var(--rating-value));
}

.rating__star-2 {
  --rating-scale: calc(var(--rating-value) - 1);
}

.rating__star-3 {
  --rating-scale: calc(var(--rating-value) - 2);
}

.rating__star-4 {
  --rating-scale: calc(var(--rating-value) - 3);
}

.rating__star-5 {
  --rating-scale: calc(var(--rating-value) - 4);
}

.rating__text {
  display: none;
}

.rating__count {
  margin: 0 0 0 5px;
}

@media (forced-colors: active) {
  .rating__star-wrapper {
    display: none;
  }
  .rating__text {
    display: block;
  }
}
/* Product grid star ratings */
.product-details .product-rating {
  justify-content: center;
  color: #333333;
}
.product-details .rating__count span {
  color: #333333;
}

.thumbnail-overlay .product-details .product-rating,
.thumbnail-overlay .product-details .rating__count span {
  color: #fff;
}

/* #Recently Viewed
================================================== */
.rv-container {
  display: block;
}
.rv-container .thumbnail:empty {
  margin-bottom: 0;
}

.rv-main .flickity-page-dots {
  bottom: 25px;
}
@media only screen and (max-width: 798px) {
  .rv-main .flickity-page-dots {
    display: none;
  }
}

/* Sidebar styles */
.sidebar .recently-viewed__title {
  display: none;
}

/* Description bottom styles */
.product-description-bottom .js-recently-viewed.rv-main {
  clear: both;
}

/* Hide duplicates */
.rv-box-element .js-recently-viewed-product:nth-child(2),
.rv-sidebar-element .js-recently-viewed-product:nth-child(2) {
  display: none;
}

.recently-viewed__section {
  width: 100%;
}

/* #Search autocomplete
================================================== */
.search__results-wrapper {
  display: none;
  position: relative;
}

.search__results {
  width: 100%;
  right: 0;
  left: auto;
  z-index: 30;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  background: #ffffff;
  overflow: hidden;
  position: absolute;
}
@media only screen and (max-width: 798px) {
  .search__results {
    position: relative;
    padding: 0 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 799px) {
  .search__results {
    max-height: 500px;
    overflow-y: scroll;
  }
}
.search__results li {
  display: block;
  width: 100%;
  margin: 0;
  border-top: 1px solid #cccccc;
  overflow: hidden;
}
.search__results li:nth-child(-n+2) {
  border-top: none;
}
.search__results li a,
.search__results li .no-results {
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: #333333 !important; /* Override nav menu coloring */
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
}
.search__results li a:hover, .search__results li a:focus,
.search__results li .no-results:hover,
.search__results li .no-results:focus {
  color: #fa4252;
}
.search__results .search-title {
  text-transform: none;
  text-align: left;
  font-size: 16px;
}
.search__results .search-title span {
  color: #fa4252;
}
.search__results .thumbnail {
  padding: 0;
  max-width: 62px;
  margin-right: 20px;
}
@media only screen and (max-width: 798px) {
  .search__results .thumbnail {
    max-width: 20%;
  }
}
.search__results .thumbnail img {
  display: block;
}

.header .search__results {
  background: #ffffff;
  width: 350px;
}

/* 404 search */
.error-404 .search_box {
  margin-bottom: 0;
}

/* Blog search */
.blog_search {
  margin-bottom: 15px;
}
.blog_search input {
  margin-bottom: 0;
}

/* #Mobile search */
.mobile-search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999999;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 799px) {
  .mobile-search {
    display: none !important; /* Ensure it does not display on larger screens */
  }
}
.mobile-search form {
  background-color: #ffffff;
  margin: 0;
  padding: 10px 20px 0;
  position: relative;
  min-height: 70vh;
  width: 100%;
}
.mobile-search input#q {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
  padding-left: 40px;
  padding-right: 20px;
  border: 0;
  border-bottom: 1px solid #cccccc;
}
.mobile-search input#q:focus, .mobile-search input#q:active {
  border-bottom: 1px solid #cccccc;
}
.mobile-search .icon-search {
  left: 20px;
  top: 22px;
  transform: none;
  width: 30px;
  position: absolute;
  z-index: 1000;
  color: #333333;
  font-size: 20px;
  cursor: pointer;
}
.mobile-search .icon-cross {
  position: absolute;
  right: 20px;
  top: 22px;
  cursor: pointer;
}
.mobile-search .search__results-wrapper {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.mobile-search .search__results {
  background-color: #ffffff;
  margin-top: 0;
  padding: 0;
}
.mobile-search .item-result:last-child {
  padding-bottom: 10px;
}
.mobile-search .search-title {
  color: #333333;
}

/* #Search page
================================================== */
.shopify-section--search-template form {
  position: relative;
}
.shopify-section--search-template .search_container {
  position: relative;
}
.shopify-section--search-template .search_container .search-submit {
  z-index: 900;
}.product-list--search .product_row {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}

.product-list--search .product_row:last-child {
  border-bottom: none;
}

/* #Site Styles
================================================== */
div.content,
section.content {
  padding: 30px 0px 15px 0;
}

.featured_text {
  font-size: 18px;
  line-height: 36px;
}

.large_text {
  font-size: 28px;
  line-height: 50px;
}

/* RTE */
.rte {
  word-break: break-word;
}

.rte details span {
  padding: 1rem 1.5rem;
  display: block;
}
.rte details summary {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #cccccc;
}
.rte details summary:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 20px;
  color: #ff8364;
}
.rte details[open] summary::before {
  content: "-";
}

/* #Header
================================================== */
@media only screen and (max-width: 798px) {
  .dropdown .header_search_form .search__results {
    margin-top: 30px;
  }
}
.dropdown .header_search_form .search-terms {
  height: 50px;
  min-height: 50px;
}

.main-nav div.logo a {
  color: #e1f4f5 !important;
  outline: 0;
}

.menu-position--inline.logo-position--left div.logo {
  text-align: left;
}

.menu-position--inline.logo-position--center .logo {
  text-align: center;
}
.menu-position--inline.logo-position--center .logo img {
  margin: 0 auto;
}

.primary_logo {
  display: block;
}

.secondary_logo {
  display: none;
}

header.feature_image.secondary_logo--true img.primary_logo,
header.feature_image.secondary_logo--true img.secondary_logo {
  display: none;
}

header.secondary_logo--true:not(.feature_image) img.secondary_logo {
  display: none !important;
}
header.secondary_logo--true:not(.feature_image) img.primary_logo {
  display: inline !important;
}

.featured_content,
.featured_content h1,
.featured_content h2,
.featured_content h3,
.featured_content h4,
.featured_content h5,
.featured_content h6 {
  color: #363636;
}

.featured_content {
  background-color: #f6f7f9;
}

.nav_arrows {
  float: right;
}

.sku {
  margin: 0;
}

#category {
  width: 100%;
}

/* Currency / language switcher in header */
#header__selector-form .icon-arrow-down {
  font-size: 9px;
}
#header__selector-form .disclosure__toggle {
  background-color: transparent;
  height: 40px;
  border: none;
  position: relative;
  padding: 0 0 0 16px;
  letter-spacing: 1px;
}
#header__selector-form .disclosure__toggle:hover, #header__selector-form .disclosure__toggle:focus {
  color: #fa4252;
}
#header__selector-form .disclosure__list-wrap {
  border: none;
  bottom: initial;
  position: absolute;
  top: 100%;
}
#header__selector-form .disclosure__list-wrap .disclosure-list {
  list-style: none;
}
#header__selector-form .disclosure-list__item {
  display: block;
}
#header__selector-form .disclosure__button {
  letter-spacing: 1px;
}
#header__selector-form .currency-preview {
  position: relative;
}
#header__selector-form .currency-preview select.currencies {
  background-image: none;
  z-index: 1000;
}
#header__selector-form .currency-preview .icon-down-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #333333;
  transform: translateY(-50%);
  z-index: 999;
}
#header__selector-form .currency-preview .icon-down-arrow:hover {
  color: inherit;
}
#header__selector-form .currency-preview:hover .icon-down-arrow,
#header__selector-form .currency-preview:hover select.currencies {
  color: #fa4252;
}

.mobile-menu-container {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: left;
  opacity: 0;
}
.mobile-menu-container[data-animation] {
  transition: opacity 0.1s linear;
}
.mobile-menu-container[data-animation-state=open] {
  opacity: 1;
}

.top-bar__login-link {
  display: flex;
  gap: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: none;
}
.top-bar__login-link:visited {
  color: #333333;
}
.top-bar__login-link:hover, .top-bar__login-link:active, .top-bar__login-link:focus {
  color: #fa4252;
  text-decoration: none;
}

/* #Currency / Language switcher
================================================== */
.selectors-form__wrap,
.selectors-form,
.selectors-form__item {
  margin: 0;
}

.selectors-form__wrap {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 798px) {
  .selectors-form__wrap {
    flex-direction: column;
    justify-content: center;
  }
}

.disclosure {
  position: relative;
}

/* Fix for capitalization issue in cross border */
.disclosure-text-style-none button.disclosure__toggle,
.disclosure-text-style-none button.disclosure__button {
  text-transform: capitalize;
}

.disclosure-text-style-uppercase button.disclosure__toggle,
.disclosure-text-style-uppercase button.disclosure__button {
  text-transform: uppercase;
}

.disclosure-text-style-lowercase button.disclosure__toggle,
.disclosure-text-style-lowercase button.disclosure__button {
  text-transform: lowercase;
}

.disclosure__toggle {
  color: #333333;
  font-size: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  border: 1px solid #cccccc;
  background-color: transparent;
  margin-right: 20px;
  min-height: 0;
  transition: color 0.1s linear;
}
.disclosure__toggle:hover, .disclosure__toggle:focus {
  opacity: 1;
}
.disclosure__toggle.is-clicked {
  color: #fa4252;
}
.disclosure__toggle.is-clicked:focus {
  color: #fa4252;
}
.disclosure__toggle.is-clicked + .disclosure__list-wrap {
  visibility: visible;
  opacity: 1;
}
.disclosure__toggle.is-clicked + .disclosure__list-wrap .disclosure-list {
  display: block;
}
.disclosure__toggle .icon-down-arrow {
  margin-left: 8px;
}

.disclosure__list-wrap {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  bottom: 100%;
  visibility: hidden;
  position: absolute;
  z-index: 1001;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.disclosure__list-wrap.disclosure--left {
  left: auto;
  right: 0;
}
.disclosure__list-wrap .disclosure-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  margin-top: 0;
  display: none;
  max-height: 400px;
  overflow-y: auto;
}

.disclosure-list__item {
  background-color: inherit;
  color: inherit;
  line-height: 1;
}

button.disclosure__button {
  background-color: inherit;
  padding: 13px 20px;
  color: #333333;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  text-align: left;
  transition: color 0.1s linear;
  opacity: 1;
}
button.disclosure__button:hover, button.disclosure__button[aria-current=true] {
  color: #fa4252;
}
button.disclosure__button:focus {
  color: #fa4252;
}

/* Pagination & infinite scrolling */
.paginate,
.load-more {
  text-align: center;
}

a.tag,
.paginate .page a,
.paginate .current {
  border: solid 1px #cccccc;
  margin: 10px 5px;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 8px;
  color: #60656A;
}a.tag:hover,
.paginate .page a:hover,
.paginate .current:hover {
  color: #ffffff;
  background-color: #07a5d2;
  border: solid 1px #07a5d2;
}

.paginate .current {
  color: #ffffff;
  font-weight: bold;
  background-color: #07a5d2;
  border: solid 1px #07a5d2;
}

.paginate .next,
.paginate .prev {
  display: inline-block;
  margin: 10px 0;
  padding: 0.5rem 1rem;
}

.load-more {
  display: none;
  width: 100%;
}

.shopify-section--collection-template .load-more,
.shopify-section--search-template .load-more {
  display: block;
  clear: both;
  margin: 25px 0;
}

.load-more__icon {
  opacity: 0;
  height: 0;
  width: 0;
  transition: all 0.3s linear;
  background: url(//happyuid.com/cdn/shop/t/9/assets/loader.gif) center center no-repeat;
  background-size: 32px 32px;
  margin: 0 auto;
}

.product-list.loading-in-progress.filter-loading {
  height: 0;
}

.product-list.loading-in-progress + .load-more__icon {
  width: 44px;
  height: 44px;
  opacity: 1;
}

a.tag {
  font-size: smaller;
  padding: 4px 6px;
  margin: 5px 2px 5px 0;
}

.paginate .deco {
  border: none;
}

/* Product list - collections */
.product-list {
  width: 100%;
}

.product-list .thumbnail,
.slider-gallery .thumbnail,
.list-collections .thumbnail {
  position: relative;
  text-align: center;
  display: block;
  /* Do not display thumbnail hover background if user picks none */
  
}
.product-list .thumbnail .thumbnail-overlay,
.slider-gallery .thumbnail .thumbnail-overlay,
.list-collections .thumbnail .thumbnail-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in;
}
.product-list .thumbnail .thumbnail-overlay > a,
.slider-gallery .thumbnail .thumbnail-overlay > a,
.list-collections .thumbnail .thumbnail-overlay > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 798px) {
  .product-list .thumbnail .thumbnail-overlay,
.slider-gallery .thumbnail .thumbnail-overlay,
.list-collections .thumbnail .thumbnail-overlay {
    display: none;
  }
}
@media only screen and (min-width: 1401px) {
  .product-list .thumbnail .thumbnail-overlay,
.slider-gallery .thumbnail .thumbnail-overlay,
.list-collections .thumbnail .thumbnail-overlay {
    line-height: 1.5;
  }
}.product-list .thumbnail .thumbnail-overlay,
.slider-gallery .thumbnail .thumbnail-overlay,
.list-collections .thumbnail .thumbnail-overlay {
    background-color: rgba(0, 0, 0, 0.7);
  }.product-list .thumbnail img,
.slider-gallery .thumbnail img,
.list-collections .thumbnail img {
  vertical-align: bottom;
  transition: opacity 0.3s ease-in;
  width: 100%;
  object-fit: contain;
  object-position: top center;
  border-radius: var(--border-radius-primary);
}
/* .product-list .thumbnail .product-info__caption,
.slider-gallery .thumbnail .product-info__caption,
.list-collections .thumbnail .product-info__caption {
  margin-top: 20px;
} */.product-list .thumbnail .product-info__caption,
.slider-gallery .thumbnail .product-info__caption,
.list-collections .thumbnail .product-info__caption {
    display: block;
  }@media only screen and (max-width: 798px) {
  .product-list .thumbnail .product-info__caption,
.slider-gallery .thumbnail .product-info__caption,
.list-collections .thumbnail .product-info__caption {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .touchevents .product-info__caption {
    display: block;
  }
  .touchevents .thumbnail-overlay {
    display: none;
  }
}
.hidden-product-link {
  line-height: 0;
  font-size: 0;
  color: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.featured_collections .thumbnail {
  text-align: center;
}

/* Swap to second image on hover *//* Thumbnail overlay */

.quick_shop {
  opacity: 0;
  pointer-events: all;
  transform: translate3d(0, 100%, 0);
}a .price-ui span {
  color: #333333;
}

.price:not(.price--sale):not(.sale) .from {
  color: #333333;
}
.thumbnail-hover-enabled--true .price:not(.price--sale):not(.sale) .from {
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .thumbnail-hover-enabled--true .price:not(.price--sale):not(.sale) .from {
    color: #333333;
  }
}

.thumbnail .price--sale span.money,
.thumbnail .sale span.money {
  color: #fa4252;
}
.thumbnail .was_price span.money,
.thumbnail .compare-at-price span.money {
  color: #8c8b8b;
}
.thumbnail .compare-at-price {
  -webkit-text-decoration-color: #8c8b8b;
          text-decoration-color: #8c8b8b;
}
.thumbnail .free-price-text .money,
.thumbnail .free-price-text {
  color: #fa4252;
}
.thumbnail .sold-out-price.has-margin-right {
  margin-right: 5px;
}
.thumbnail .brand {
  display: block;
}.thumbnail.quick-shop-style--popup .current_price span.money {
    color: #333333;
  }.thumbnail.quick-shop-style--popup .sale .current_price span.money {
  color: #fa4252;
}

.thumbnail.thumbnail-hover-enabled--true .price--sale > span.money {
  color: #fa4252;
}
.thumbnail.thumbnail-hover-enabled--true .compare-at-price span.money {
  color: #8c8b8b;
}
.thumbnail.thumbnail-hover-enabled--true .free-price-text {
  color: #fa4252;
}

/* .thumbnail-hover-enabled--false .current_price span.money {
  color: #333333;
} *//* Product banners */
.new {
  position: relative;
  display: inline;
  padding: 5px;
  border-radius: 2px;
  font-size: 12px;
}/* Sold out and coming soon text */
.thumbnail .sold_out,
.thumbnail .coming-soon {
  color: #333333;
}

.thumbnail-overlay .sold_out,
.thumbnail-overlay .coming-soon {
  color: #ffffff;
}

/* Sale text */
.sale,
.sale span,
.free,
.thumbnail .sale {
  color: #fa4252;
}

a.secondary_button,
input.secondary_button {
  display: block;
  padding: 15px 0;
  text-align: center;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  margin: 10px 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0px;
  color: #fa4252;
  -webkit-appearance: none;
          appearance: none;
}
a.secondary_button:hover, a.secondary_button:active, a.secondary_button:visited,
input.secondary_button:hover,
input.secondary_button:active,
input.secondary_button:visited {
  color: #07a5d2;
}

.thumbnail .price,
.thumbnail .title {
  margin-bottom: 5px;
  font-size: inherit;
  line-height: 1.2;
}

.thumbnail .title {
  display: block;
}

.thumbnail .price.has-unit-price {
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .thumbnail .current_price .money {
    color: #333333;
  }
}

.cart_price {
  float: right;
  text-align: right;
  padding-left: 20px;
  font-weight: bold;
  display: none;
}

.excluding_tax,
#estimated-shipping {
  display: block;
}

.cart_page_image {
  text-align: center;
  margin: 10px 0 20px;
  display: block;
}

.cart_page_image img {
  width: 100%;
  display: block;
}

.cart_content_info {
  padding: 0;
}
.cart_content_info h5 {
  padding: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
.cart_content_info .price_total {
  clear: both;
  padding: 0;
  margin-bottom: 20px;
  font-size: 20px;
}

.subtotal {
  padding-top: 20px;
  padding-left: 40px;
}
@media only screen and (max-width: 798px) {
  .subtotal {
    padding-left: 0;
  }
}

.subtotal .continue-shopping {
  display: block;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.02em;
  margin-top: 20px;
  font-family: var(--font-family-primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-neutral-60);
}
/* .continue-shopping:hover, .continue-shopping:active, .continue-shopping:focus {
  color: #eb7054;
} */

.subtotal_amount {
  font-size: 1.4em;
  font-weight: bold;
}

button.update {
  width: 30%;
  float: right;
}

.price_total_text {
  font-weight: normal;
  display: none;
}

.was_price,
.was_price span {
  text-decoration: line-through;
  color: #8c8b8b;
  text-shadow: none;
  font-weight: normal;
}

.cart_savings {
  text-align: left;
}

.savings {
  font-size: 15px;
  display: block;
}

.thumbnails a {
  display: block;
  margin-bottom: 1em;
}

.arrow {
  position: relative;
  top: -1px;
  left: 2px;
  opacity: 0.6;
}

.modal {
  margin: 10px 0;
  display: none;
  background-color: #ffffff;
}

.modal_product {
  width: auto;
  line-height: 0px;
  max-width: 940px;
}

.modal_product img {
  cursor: pointer;
}

.modal_image {
  text-align: center;
}

.modal a {
  padding-bottom: 0;
}

.modal .modal_price,
.modal_price {
  font-size: 20px;
  margin-bottom: 10px;
}

.payment-terms-container {
  margin: 0;
  width: 100%;
}

/* These variables are used by shopify-payment-terms */
:root {
  --color-body-text: #333333;
  --color-body: #ffffff;
  --color-bg: #ffffff;
}

shopify-payment-terms {
  display: block;
  margin-top: 8px;
  font-size: 15px;
}
.product--description-top shopify-payment-terms {
  margin-bottom: 4px;
}

.product_section .modal_price {
  display: flex;
  flex-wrap: wrap;
}
.product_section .modal_price .price__container,
.product_section .modal_price .sold-out__container {
  display: inline-block;
}
.product_section .modal_price .price__container--display-price-true.has-margin-right {
  margin-right: 10px;
}
.product_section .modal_price .sold_out__container {
  min-width: 150px;
}
.product_section .modal_price .sold-out-price.has-margin-right {
  margin-right: 5px;
}

.modal form {
  margin-bottom: 10px;
}

.product_image_col {
  margin-top: 15px;
  text-align: center;
}

.meta {
  font-size: 13px;
}

.meta p {
  font-size: 13px;
  margin-bottom: 0px;
}

p.meta {
  margin-bottom: 10px;
}

.comment-body p.meta {
  margin-bottom: 5px;
}

.comment-body h6 {
  padding: 0;
}

.sidebar_title {
  padding-bottom: 0px;
}

.shopify-section--blog-template h2 {
  margin-bottom: 0;
  line-height: 1.2;
}

.shopify-section--blog-template h2 a {
  color: #333333;
}

.blog_meta {
  margin-bottom: 0;
}

.blog_meta span {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: smaller;
  color: #8c8b8b;
}

.blog_meta span:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  margin: -1px 5px 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #8c8b8b;
}

.blog_meta span:last-child:after {
  background-color: transparent;
}

.tags span a {
  color: #fa4252;
}

.article-wrap {
  padding-bottom: 25px;
}
@media only screen and (min-width: 799px) {
  .article-wrap .article__title {
    margin-top: 0;
  }
}

.read-more-link {
  margin-top: 10px;
  margin-bottom: 25px;
  display: inline-block;
}

.article h3.sub_title {
  letter-spacing: 0;
  margin: 10px auto 0;
}

.article_content {
  margin-top: 20px;
}

.excerpt {
  line-height: 1.5;
  margin: 1em 0;
}

#contact_form .newsletter-form__sign-up {
  display: inline-block;
  width: 120px;
  padding-left: 0;
  padding-right: 0;
  float: none;
}

body.article {
  padding-bottom: 0;
}

.toggle span {
  color: #8c8b8b;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: smaller;
  float: right;
  display: none;
}

.sidebar .blog_search {
  margin: 15px 0;
}

.sidebar .blog_search input {
  width: 100%;
}.label,
.meta .label {
  color: #8c8b8b;
}

.blog_meta,
.blog_meta a {
  color: #8c8b8b;
}

.blog_meta a:hover {
  color: #07a5d2;
}

.count {
  font-style: normal;
  font-size: 13px;
}

.checkout {
  display: block;
  float: right;
  margin-top: 0px;
}

.additional-checkout-buttons {
  text-align: center;
  margin-top: 0;
}
.additional-checkout-buttons > *:not(script) {
  padding: 10px 0 0 10px;
  vertical-align: top;
  line-height: 1;
}
@media only screen and (max-width: 480px) {
  .additional-checkout-buttons > *:not(script) {
    padding: 10px 0 0 5px;
  }
}
.additional-checkout-buttons > *:not(script):first-child, .additional-checkout-buttons > *:not(script):empty {
  padding-left: 0px;
}

.or {
  line-height: 40px;
  font-style: normal;
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .or {
    line-height: initial;
    text-align: left;
  }
}

.comment {
  margin-bottom: 20px;
}

/* Author Bio + Social Share Buttons */
.author_share_wrap {
  width: 100%;
  border-top: 1px solid #cccccc;
  min-height: 40px;
  padding: 15px 0;
  margin-top: 15px;
  overflow: auto;
}

.blog_author {
  width: 60%;
  float: left;
}
@media only screen and (max-width: 798px) {
  .blog_author {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
}

.blog_author img {
  width: 80px;
  height: 80px;
  border: 1px solid #cccccc;
  float: left;
  margin-right: 15px;
}

.author_bio {
  text-align: left;
}

.author_bio h6 {
  padding-top: 0;
}

.author_bio p {
  font-size: 0.9em;
}

.blog_share {
  width: 38%;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 798px) {
  .blog_share {
    width: 100%;
    float: left;
  }
}

.red {
  color: #C33;
}

.address p {
  margin-bottom: 5px;
}

div#disqus_thread ul,
div#disqus_thread li {
  border: none;
}

.search_page {
  padding: 100px 0;
}
@media only screen and (max-width: 798px) {
  .search_page {
    padding: 50px 0;
  }
}

/* #Swatch Styles
================================================== */
.swatch-element.swatch--active {
  border-color: black;
  box-shadow: 0px 0px 0px 2px rgb(255, 255, 255);
}

.selector-wrapper label {
  margin-bottom: 0.5em;
}.product_section .product_form {
    opacity: 0;
    transition: opacity 0.2s ease;
  }

.product_section .product_form.is-visible {
    opacity: 1;
  }

.selector-wrapper {
    display: none;
  }

/* .swatch_options {
    margin-bottom: 1em;
    border-top: 1px solid #EEE;
    padding-top: 1rem;
} */
  
.smart-payment-button--false .purchase-details {
  margin-top: 1em;
}

.swatch .option_title {
    width: 100%;
    font-weight: 500;
    font-family: var(--font-family-primary);
    letter-spacing: 0.02em;
    color: var(--color-neutral-50);
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

/* Hide radio buttons */

.swatch input {
    display: none;
  }

.swatch label {
    margin: 0;
    cursor: pointer;
    padding: 10px 12px;
    text-align: center;
  }

.swatch .color label {
    background-size: cover;
    background-position: center;
    height: 34px;
    min-width: 34px;
    line-height: 34px;
  }.swatch-element {
      border-radius: 3px;
    }.swatch-element.color {
    padding: 2.8px;
  }

.swatch-element.color{
  border: none;
}
.swatch-element.color label {
  border: #CCC 2px solid;
}.swatch-element.color, .swatch-element.color label {
      border-radius: 50%;
    }.swatch-element.color.swatch-element label {
    padding: 0;
    margin: 0;
    width: 34px;
    height: 34px;
  }

.swatch_options input:checked + .swatch-element {
    border-color: black;
    box-shadow: 0px 0px 0px 2px rgb(255, 255, 255);
  }

.swatch .swatch-element {
    position: relative;
    margin: 0px 7px 7px 0;
    transform: translateZ(0);
    min-width: 40px;
    height: 100%;
  }

.swatch .swatch-element .crossed-out {
    display: none;
  }
.swatch .swatch-element:last-child {
  margin-right: 0;
}
.swatch .swatch-element.soldout .crossed-out {
    display: block;
    height: 100%;
    width: 100%;
    pointer-events: none;
    object-fit: fill;
  }.swatch .swatch-element.soldout .crossed-out {
      border-radius: 50%;
    }.swatch .swatch-element.soldout label {
    opacity: 0.6;
  }

.crossed-out {
    background-image: linear-gradient(to bottom left, transparent 50%, #999 50%, #999 calc(50% + 1px), transparent 50%), linear-gradient(to bottom right, transparent 50%, #999 50%, #999 calc(50% + 1px), transparent 50%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

/* Tooltips */

.swatch .tooltip {
    text-align: center;
    background: #333;
    background: rgba(51, 51, 51, 0.9);
    color: #fff;
    bottom: 100%;
    padding: 5px 10px;
    display: block;
    position: absolute;
    width: 120px;
    font-size: 13px;
    left: -35px;
    margin-bottom: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease-out;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 10000;
  }

.swatch .tooltip:before {
    content: "";
    bottom: -20px;
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
  }

/* CSS triangle */

.swatch .tooltip:after {
    content: "";
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid rgba(51, 51, 51, 0.9) 10px;
    bottom: -10px;
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
  }

.swatch .swatch-element:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }/* #Sidebar
================================================== */
.faceted-filter-group-summary__active-count {
  margin: 0 auto 0 0.5rem;
}

.faceted-filter-form {
  margin: 0;
}

.faceted-filter-group-display {
  margin: 0 0 20px;
}

.sidebar-block__heading {
  margin: 0;
  padding: var(--sidebar-block-padding) 0;
}
.sidebar-block--first .sidebar-block__heading {
  padding-top: 0;
}

.faceted-filter-group-display__header,
.sidebar-block__heading {
  display: flex;
  justify-content: space-between;
}

.faceted-filter-group-display__header {
  margin-bottom: 10px;
}

.sidebar-block__heading {
  display: flex;
  align-items: center;
}

.sidebar-block .sidebar-block-toggle-icon {
  margin-left: auto;
  transition: transform 200ms linear;
}
@media only screen and (min-width: 799px) {
  .toggle-all--false .sidebar-block .sidebar-block-toggle-icon {
    display: none;
  }
}
.sidebar-block[open] .sidebar-block-toggle-icon {
  transform: rotateX(180deg);
}

.toggle-all--false .sidebar-block summary {
  pointer-events: none;
}
@media only screen and (max-width: 798px) {
  .toggle-all--false .sidebar-block summary {
    pointer-events: all;
  }
}

.sidebar-block summary {
  cursor: pointer;
}

.sidebar {
  --sidebar-block-padding: 15px;
  --sidebar-left-safe-area: 10px;
}
.sidebar .faceted-active-filters__clear,
.sidebar .faceted-active-filters__remove-filter {
  padding: 8px 15px;
}
.sidebar .faceted-active-filters__clear .x-icon,
.sidebar .faceted-active-filters__remove-filter .x-icon {
  color: inherit;
  margin-right: 5px;
  top: 0;
}
.sidebar .faceted-filter-group-display__header-clear {
  color: #05b8d4;
}
.sidebar .faceted-filter-group-display__header-clear:hover, .sidebar .faceted-filter-group-display__header-clear:visited, .sidebar .faceted-filter-group-display__header-clear:active {
  color: #05b8d4;
}

.faceted-filter-group-display__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.faceted-filter-group-display__list-item {
  margin: 0;
}

.faceted-filter-group-display__list-item-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.faceted-filter-group-display__list-item-label {
  margin: 0;
  padding: 4px 0;
  display: flex;
  align-items: center;
  width: 100%;
}

.faceted-filter-group-display__list-item-label-text {
  padding-left: 12px;
  font-weight: initial;
  font-size: 15px;
  cursor: pointer;
  color: #363636;
}
.faceted-filter-group-display__list-item-label-text:hover {
  color: #05b8d4;
}
.faceted-filter-group-display__list-item-input:checked ~ .faceted-filter-group-display__list-item-label-text {
  font-weight: bold;
}

.faceted-filter-group-display__list-item-input:disabled ~ * {
  opacity: 0.5;
}

.faceted-filter-group-display__checkmark {
  stroke-width: 2;
  min-width: 14px;
  border: 1px solid #cccccc;
  cursor: pointer;
  transition: border-color 100ms, background 100ms;
}
.faceted-filter-group-display__list-item-input:focus ~ .faceted-filter-group-display__checkmark {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #05b8d4;
}
.faceted-filter-group-display__list-item-input:checked ~ .faceted-filter-group-display__checkmark {
  stroke: #ffffff;
  background: #05b8d4;
  border-color: #05b8d4;
}
.faceted-filter-group-display__list-item-input:disabled ~ .faceted-filter-group-display__checkmark {
  cursor: not-allowed;
}

.faceted-filter-group-display__price-range {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.faceted-filter-group-display__price-range-from,
.faceted-filter-group-display__price-range-to {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-column-gap: 5px;
}
.faceted-filter-group-display__price-range-from .faceted-filter-group-display__price-range-input,
.faceted-filter-group-display__price-range-to .faceted-filter-group-display__price-range-input {
  margin: 0;
}

.faceted-filter-group-display__price-range-label {
  grid-column: span 2;
  margin: 0;
}

.faceted-filter-group-display__submit {
  margin-top: 20px;
}

.js .faceted-filter-group-display__list-submit {
  display: none;
}

.faceted-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.sidebar-block--first .faceted-active-filters {
  padding-top: 0;
}

.content-wrapper {
  width: 100%;
}

@media only screen and (max-width: 798px) {
  .sidebar {
    width: 100% !important; /* To overwrite desktop styles set inside of section */
    margin-bottom: 30px;
  }
  .has-sidebar-option {
    width: 100% !important; /* To overwrite desktop styles set inside of section */
  }
}
/* Fancybox */
.fancybox-bg {
  opacity: 1;
  background-color: rgba(43, 46, 56, 0.9);
}
@media only screen and (max-width: 480px) {
  .fancybox-bg {
    background-color: rgba(255, 255, 255, 0.99);
  }
}

@media only screen and (min-width: 481px) {
  .fancybox-toolbar {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fancybox-slide {
    padding: 44px 0;
  }
}

/* Add border around images */
@media only screen and (min-width: 481px) {
  .fancybox-slide--image {
    padding: 44px;
  }
}
.fancybox-slide--image .fancybox-image {
  object-fit: contain;
  height: 100%;
}
.fancybox-slide--image .fancybox-image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fancybox-slide--image .fancybox-content {
  padding: 0;
  background-color: white;
}
@media only screen and (min-width: 481px) {
  .fancybox-slide--image .fancybox-content {
    box-shadow: 0px 0px 0px 30px rgb(255, 255, 255);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fancybox-slide--image .fancybox-content {
    position: relative !important;
    width: 100%;
    height: 100%;
  }
}
.fancybox-slide--image .fancybox-close-small {
  top: -30px;
  right: -30px;
}

.fancybox-is-scaling .fancybox-image-wrap,
.fancybox-can-pan .fancybox-image-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
}

/* Hide elements while zooming or when zoomed-in */
.fancybox-is-scaling .fancybox-item,
.fancybox-can-pan .fancybox-item {
  display: none !important;
}

/* Style close button */
.fancybox-close,
.fancybox-slide--html .fancybox-close-small {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 36px;
  height: 36px;
  z-index: 2;
  color: #000000;
  background-color: transparent;
}
.fancybox-close svg,
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}
.fancybox-close:hover,
.fancybox-slide--html .fancybox-close-small:hover {
  color: #000000;
}
@media only screen and (max-width: 480px) {
  .fancybox-close,
.fancybox-slide--html .fancybox-close-small {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fancybox-close,
.fancybox-slide--html .fancybox-close-small {
    display: block !important;
  }
}

.fancybox-close:before,
.fancybox-slide--html .fancybox-close-small:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

.fancybox-button {
  min-height: auto;
}
@media only screen and (max-width: 480px) {
  .fancybox-button {
    background-color: white;
  }
  .fancybox-button svg path {
    fill: #95979c;
  }
}

/* Style navigation elements */
.fancybox-content:hover .fancybox-nav {
  opacity: 1;
}

.fancybox-nav {
  transition: opacity 0.2s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}.fancybox-nav span {
  pointer-events: none;
}
.fancybox-nav svg path {
  fill: #333333;
}

.fancybox-next {
  right: 0;
}

.fancybox-prev {
  left: 0;
}.fancybox-nav span {
  position: absolute;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .touchevents .fancybox-nav {
    display: none;
  }
}

/* #Footer
================================================== */
.footer {
  padding: 60px 0;
  pointer-events: all;
  font-size: 16px;
  border-top: solid 1px #1b1f23;
  background-color: #323843;
  background-position: center center;
  color: #aeaaaa;
}.footer .input-row {
  flex-direction: column;
  margin-left: 0px;
  margin-right: 0px;
}
.footer .input-row input {
  margin: 5px 0;
}

.footer-text .toggle_content {
  padding-top: 15px;
}

.no-footer-title.footer-text .toggle_content {
  padding-top: 0;
}
@media only screen and (max-width: 798px) {
  .no-footer-title.footer-text .toggle_content {
    display: block;
    padding-top: 20px;
  }
}

/* If no shop logo used, apply text styling as per theme settings */
.footer .logo {
  color: #e1f4f5 !important;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
  width: 100%;
  word-wrap: break-word;
  float: none;
}
@media only screen and (max-width: 798px) {
  .footer .logo {
    text-align: center;
  }
}

img.footer-logo {
  width: 75%;
  max-width: 250px;
  margin-bottom: 10px;
  display: inline-block;
}



.footer .empty-column {
  width: 100%;
  height: 1px;
}

.footer .footer-menu-wrap h6 {
  margin: 0;
  padding: 0 0 5px 0;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
}
@media only screen and (max-width: 798px) {
  .footer .footer-menu-wrap h6 {
    border-top: 1px solid #1b1f23;
    margin-bottom: 5px;
    padding: 10px 0 5px;
  }
}

.footer .footer-menu-wrap h6 > span {
  display: none;
}
@media only screen and (max-width: 798px) {
  .footer .footer-menu-wrap h6 > span {
    display: inline-block;
    transition: transform 0.3s linear;
    perspective: 1000;
  }
}

@media only screen and (min-width: 799px) {
  .footer .toggle_content {
    display: block !important; /* Override display: none from mobile view */
  }
}

.footer a,
.footer a:visited {
  color: #ffffff;
  font-size: 16px;
}

.footer a:hover,
.footer a:active {
  color: #aec2c4;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 15px 0 0 0;
}

.footer ul li {
  margin-bottom: 1em;
  line-height: 1.1;
}

.footer form {
  margin-bottom: 0;
}

.footer-menu-wrap {
  text-align: left;
}

.page-landing .maps {
  position: relative;
  bottom: -7px;
}

.maps iframe {
  pointer-events: none;
  display: block;
}

.map__placeholder img {
  object-fit: cover;
}

.newsletter form {
  margin-bottom: 0;
}

.footer_credits {
  margin-top: 10px;
  
  display: flex;
  flex-direction: column;
  align-items: center;
}

.payment_methods {
  padding-top: 60px;
}
@media only screen and (min-width: 799px) {
  .payment_methods {
    float: right;
    text-align: right;
  }
}

.payment_methods svg {
  padding-right: 4px;
  height: 30px;
  width: 48px;
}
.payment_methods svg:last-of-type {
  padding-right: 0px;
}

.credits {
  text-align: left;
  padding-top: 20px;
}
.credits, .credits a{
  font-size: 13px;
  color: #A9ACAF;
}
@media only screen and (min-width: 799px) {
  .credits {
    float: left;
  }
}

/* Currency / language switcher in footer */
@media only screen and (max-width: 798px) {
  .footer-menu__disclosure {
    justify-content: flex-start;
  }
}
.footer-menu__disclosure .selectors-form__item:last-of-type .disclosure__toggle {
  margin-right: 0;
}
.footer-menu__disclosure .disclosure {
  padding-top: 16px;
  margin-top: -8px;
  min-height: 44px;
}
.footer-menu__disclosure .disclosure__toggle {
  display: flex;
  align-items: center;
  color: #333333;
  padding: 0 10px;
  background-color: white;
  color: #333333;
  font-size: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  padding: 10px;
}
.footer-menu__disclosure .disclosure__toggle.is-clicked {
  color: #333333;
}
.footer-menu__disclosure .disclosure__toggle.is-clicked:focus {
  color: #333333;
}
.footer-menu__disclosure .disclosure-list {
  background-color: white;
  padding-top: 0;
}
.footer-menu__disclosure .disclosure-list__item {
  margin-bottom: 0;
}
.footer-menu__disclosure button.disclosure__button {
  color: #333333;
  font-size: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.footer-menu__disclosure button.disclosure__button:hover, .footer-menu__disclosure button.disclosure__button[aria-current=true] {
  opacity: 0.5;
}

h6 span,
h4 span,
.sublink span {
  transition: transform 0.3s linear;
  perspective: 1000;
}

.footer-menu-wrap,
#mobile_menu,
.sidebar {
  transform: translate3d(0, 0, 0);
}
.footer-menu-wrap span.active,
.footer-menu-wrap .active > .icon-down-arrow,
#mobile_menu span.active,
#mobile_menu .active > .icon-down-arrow,
.sidebar span.active,
.sidebar .active > .icon-down-arrow {
  transform: rotateX(180deg);
}

.sidebar span.menu-toggle {
  float: right;
  display: inline-block;
  cursor: pointer;
  padding: 0 6px 0 6px;
  margin-right: 0;
  transition: transform 0.3s linear;
  perspective: 1000;
  transform: none;
}
.sidebar span.menu-toggle.active {
  transform: rotateX(180deg);
}

/* Footer and mobile menu accordion (mobile only) */
@media only screen and (max-width: 798px) {
  .footer-menu-wrap h6,
.sidebar h6,
#mobile_menu h6 {
    padding-top: 8px;
    cursor: pointer;
    border-top: 1px solid #ffffff;
    margin-top: 0;
  }
  .footer-menu-wrap h6 span,
.footer-menu-wrap h4 span,
.footer-menu-wrap .sublink span,
.sidebar h6 span,
.sidebar h4 span,
.sidebar .sublink span,
#mobile_menu h6 span,
#mobile_menu h4 span,
#mobile_menu .sublink span {
    display: inline-block;
    transition: transform 0.3s linear;
    perspective: 1000;
  }
  .footer-menu-wrap .columns > ul,
.sidebar .columns > ul,
#mobile_menu .columns > ul {
    display: none;
    padding-left: 20px;
  }
  .footer-menu-wrap .columns > ul li,
.sidebar .columns > ul li,
#mobile_menu .columns > ul li {
    line-height: 1.7;
  }
  .toggle_content {
    display: none;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 799px) {
  h4.toggle {
    pointer-events: none;
  }
  .footer-menu-wrap h6 {
    pointer-events: none;
  }
  .footer-menu-wrap .columns > ul {
    /* Required to overwrite inline display:none from createAccordion(); */
    display: block !important;
  }
}
/* Promo banner */
.header .promo-banner a,
.header .promo-banner a:visited a:hover,
#header .promo-banner a,
#header .promo-banner a:visited a:hover {
  color: #ffffff;
}

.promo-banner {
  background-color: var(--color-neutral-80) !important;
  text-align: center;
  color: white;
  font-size: 12px;
}
.promo-banner .promo-banner__content {
  margin: 0px auto;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 798px) {
  .promo-banner .promo-banner__content {
    font-size: 14px;
    line-height: 20px;
    max-height: 50px;
    font-family: Poppins;

  }
}
.promo-banner p {
  margin-bottom: 0;
  display: inline;
  line-height: 1;
}
.promo-banner .promo-banner__close {
  /* position: absolute; */
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 1000;
}
.promo-banner--show .promo-banner .promo-banner__close {
  position: absolute;
}
.promo-banner .promo-banner__close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

.promo-banner--show .promo-banner {
  transition: all 0s linear;
  height: auto;
  min-height: 30px;
  line-height: 1.1;
  display: flex;
  align-items: center;
}

.top-bar {
  padding-top: 0;
  position: relative;
  transition: padding-top 0.3s linear;
}
@media only screen and (max-width: 480px) {
  .top-bar {
    padding-top: 0;
  }
}

/* #Plyr
================================================== */
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 50px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}

.plyr audio, .plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 798px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5764;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
}

@media (max-width: 798px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 798px) {
  .plyr__volume {
    max-width: 110px;
  }
}
.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* #Model Viewer
================================================== */
.shopify-model-viewer-ui {
  position: relative;
  display: block;
  cursor: pointer;
}

.shopify-model-viewer-ui model-viewer {
  transform: translateZ(0);
  z-index: 1;
}

.shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
  pointer-events: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen model-viewer {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: block;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop.shopify-model-viewer-ui--child-focused .shopify-model-viewer-ui__controls-area, .shopify-model-viewer-ui.shopify-model-viewer-ui--desktop:hover .shopify-model-viewer-ui__controls-area {
  opacity: 1;
}

.shopify-model-viewer-ui:not(.shopify-model-viewer-ui--desktop) .shopify-model-viewer-ui__controls-area {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  display: flex;
  flex-direction: column;
  background: #fff;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  transition: opacity 0.1s linear;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:not(.shopify-model-viewer-ui__controls-area--playing) {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #3a3a3a;
  border-radius: 0;
  border: none;
  margin: 0;
  cursor: pointer;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button:not(.focus-visible) {
  outline: 0;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
  padding: 0;
  height: 44px;
  width: 44px;
  background: 0 0;
  position: relative;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active {
  color: rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  position: absolute;
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 28px;
  bottom: 0;
  right: 8px;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon {
  width: 44px;
  height: 44px;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #fff;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate3d(-50%, -50%, 0);
  height: 62px;
  width: 62px;
  z-index: 1;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
  width: 60px;
  height: 60px;
  z-index: 1;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: block;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__spritesheet {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: hsla(0deg, 0%, 100%, 0.75);
  cursor: pointer;
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: #fff;
}

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-enabled {
  position: relative;
  overflow: hidden;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-button.flickity-prev-next-button.next:focus,
.flickity-button.flickity-prev-next-button.previous:focus {
  opacity: 1;
}

/* Draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  border: none;
  background: white;
  background: hsla(0deg, 0%, 100%, 0.75);
  cursor: pointer;
  border-radius: 0;
  height: auto;
  max-width: 11%;
  transform: none;
}

.flickity-prev-next-button:hover {
  background: white;
  border: none;
}

.flickity-prev-next-button:focus {
  outline: none;
}

.flickity-prev-next-button:hover, .flickity-prev-next-button:active {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.flickity-prev-next-button.previous {
  left: -1px;
}

.flickity-prev-next-button.next {
  right: -1px;
}

/* Right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: -1px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: -1px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=10); /* IE8 */
  opacity: 0.1;
  cursor: auto;
}

.flickity-prev-next-button svg {
  top: 50%;
  transform: translateY(-50.1%);
  padding: 10px 0;
  position: absolute;
  left: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333333;
}

/* Color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333333;
  font-size: 26px;
}

/* Page dots */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}

/* Custom sliders */
.flickity-slider > li {
  list-style-type: none;
  width: 100%;
  text-align: center;
}

/* General Flickity styling */
img[data-flickity-lazyload] {
  width: auto;
}

.slideshow-transition--fade .flickity-slider {
  transform: none !important;
}
.slideshow-transition--fade .gallery-cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}
.slideshow-transition--fade .gallery-cell.is-selected {
  opacity: 1;
  z-index: 0;
}

/* Gallery page */
.lightbox-gallery .gallery-cell {
  width: 100%;
}
.lightbox-gallery .gallery-cell img {
  width: auto;
  max-height: 90vh;
  max-width: 100%;
  display: inline-block;
}

/* Product gallery */
.gallery-arrows--true .product_gallery .flickity-prev-next-button {
  display: block;
}
.gallery-arrows--true .product_gallery .flickity-prev-next-button:hover {
  opacity: 0.5;
}

/* Hidden for product gallery on collection page when product form style is dropdown */
.image__container .product_gallery .flickity-prev-next-button {
  display: none;
}

.product_gallery {
  margin-bottom: 10px;
  position: relative;
  opacity: 0;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 798px) {
  .product_gallery {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .product_gallery .flickity-page-dots {
    bottom: 15px;
  }
}
.product_gallery .gallery-cell {
  width: 100%;
  display: block;
  margin-right: 10px;
  position: relative;
}
.product_gallery.flickity-enabled {
  opacity: 1;
}
.product_gallery img {
  background-color: #ffffff;
}
.product_gallery.show-gallery-arrows--false .flickity-prev-next-button {
  display: none;
}
@media only screen and (max-width: 798px) {
  .product_gallery.show-gallery-arrows--false .flickity-prev-next-button {
    display: block;
  }
}

@media only screen and (max-width: 798px) {
  .thumbnail .product_gallery {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.product_gallery_nav {
  text-align: center;
  margin-bottom: 30px;
}
.product_gallery_nav.product_gallery_nav--bottom-thumbnails .gallery-cell {
  width: auto;
}
.product_gallery_nav.product_gallery_nav--bottom-thumbnails img {
  height: 80px;
  width: auto;
}
@media only screen and (max-width: 480px) {
  .product_gallery_nav.product_gallery_nav--bottom-slider {
    margin-bottom: 30px;
  }
}
.product_gallery_nav.product_gallery_nav--bottom-slider .flickity-prev-next-button {
  opacity: 1;
  background: #ffffff;
}
.product_gallery_nav.product_gallery_nav--bottom-slider .gallery-cell {
  display: flex;
  width: auto;
  opacity: 0.5;
  margin-bottom: 0;
}
.product_gallery_nav.product_gallery_nav--bottom-slider .gallery-cell.is-nav-selected {
  opacity: 1;
}
.product_gallery_nav.product_gallery_nav--bottom-slider .gallery-cell img {
  width: auto;
  height: 80px;
  max-width: none;
  min-width: 50px;
}
.product_gallery_nav .gallery-cell {
  width: 20%;
  margin: 0 10px 10px 0;
  opacity: 0.7;
  display: inline-block;
  position: relative;
}
.product_gallery_nav .gallery-cell.is-nav-selected {
  opacity: 1;
}
.product_gallery_nav .gallery-cell img {
  cursor: pointer;
}

.product_gallery_nav--slider-enabled .gallery-cell {
  opacity: 1;
}

.product_gallery .gallery-cell a {
  cursor: zoom-in;
}

@media only screen and (min-width: 799px) {
  .gallery-thumbnails--right .multi-image {
    width: 83%;
    float: left;
  }
  .gallery-thumbnails--right .product_gallery_nav {
    width: 12%;
    float: left;
    margin-left: 2%;
  }
  .gallery-thumbnails--right .product_gallery_nav .gallery-cell {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media only screen and (min-width: 799px) {
  .gallery-thumbnails--left .multi-image {
    width: 83%;
    float: right;
  }
  .gallery-thumbnails--left .product_gallery_nav {
    width: 14%;
    float: right;
    margin-right: 2%;
  }
  .gallery-thumbnails--left .product_gallery_nav .gallery-cell {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.gallery-wrap .flickity-viewport {
  margin-top: 0;
}

.product-section__lightbox .zoom-wrap {
  width: 100%;
  height: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-section__lightbox .fancybox-content {
    top: 50%;
    transform: translateY(-50%) !important; /* Overwrite Fancybox transform */
  }
}

/* Quick shop template */
.product-quickshop {
  background-color: rgba(43, 46, 56, 0.9);
}
@media only screen and (max-width: 798px) {
  .product-quickshop {
    margin: 2rem;
  }
}
.product-quickshop .shopify-section--quick-shop {
  margin: 4rem auto;
  max-width: 900px;
  padding: 44px !important; /* Overwrite section padding */
  background-color: #ffffff;
}.product-quickshop .shopify-section:not(.shopify-section--quick-shop) {
  display: none;
}

/* Quick shop */
.js-quick-shop {
  display: none;
  width: 90%;
  max-width: 900px;
  cursor: pointer !important;
  background-color: #ffffff;
}.js-quick-shop .container,
.js-quick-shop .product_name {
  color: #2b2e38;
}
.js-quick-shop .fancybox-close-small svg path {
  fill: #2b2e38;
}
.js-quick-shop .fancybox-close-small svg path:hover {
  fill: #292c36;
}

/* Inline quick shop */
.quick-shop-style--inline .collection_swatches {
  display: none;
}
.quick-shop-style--inline .inline-quickshop {
  margin-top: 10px;
}
.quick-shop-style--inline .product-quantity-box,
.quick-shop-style--inline .items_left {
  display: none;
}
.quick-shop-style--inline .purchase-details__spb--false {
  margin-left: 0;
}

/* Purchase button sizing */
.quick-shop-style--inline.one-fourth .shopify-payment-button, .quick-shop-style--inline.one-fifth .shopify-payment-button, .quick-shop-style--inline.one-sixth .shopify-payment-button, .quick-shop-style--inline.one-seventh .shopify-payment-button, .quick-shop-style--inline.visible-5 .shopify-payment-button, .quick-shop-style--inline.visible-6 .shopify-payment-button, .quick-shop-style--inline.visible-7 .shopify-payment-button {
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}
.quick-shop-style--inline.one-fourth .add_to_cart, .quick-shop-style--inline.one-fifth .add_to_cart, .quick-shop-style--inline.one-sixth .add_to_cart, .quick-shop-style--inline.one-seventh .add_to_cart, .quick-shop-style--inline.visible-5 .add_to_cart, .quick-shop-style--inline.visible-6 .add_to_cart, .quick-shop-style--inline.visible-7 .add_to_cart {
  max-width: 100%;
}

/* Related Items Gallery */
.related-products--grid {
  font-size: 0;
  text-align: center;
}
.related-products--grid.container {
  padding-top: 0;
}
.related-products--grid .product-list .thumbnail.column,
.related-products--grid .product-list .thumbnail.columns {
  font-size: initial;
  display: inline-block;
  float: none;
  vertical-align: top;
}

.related-products__title {
  clear: both;
}

.title.slider-gallery {
  padding-top: 40px;
}
@media only screen and (max-width: 480px) {
  .title.slider-gallery {
    padding-top: 0;
    font-size: 1.5em;
  }
}

.slider-gallery {
  margin: 0 auto 40px;
}
.slider-gallery .gallery-cell {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .slider-gallery .gallery-cell {
    padding: 0;
    margin-right: 5px;
  }
}
.slider-gallery .gallery-cell .product-details {
  line-height: 1.2;
  letter-spacing: 0;
}
@media only screen and (max-width: 798px) {
  .slider-gallery .gallery-cell .product-details {
    font-size: 3vw;
  }
}
.slider-gallery .gallery-cell img {
  display: block;
  max-width: 100%;
}
.slider-gallery .gallery-cell-heading {
  font-size: 0.8rem;
  line-height: 1.2;
  text-transform: none;
  margin-top: 10px;
}
.slider-gallery .flickity-prev-next-button {
  border-radius: 0;
  opacity: 0;
  width: 5%;
}

.slider-gallery:hover .flickity-prev-next-button {
  opacity: 0.5;
}

.transparentBackground--false .dot {
  background: #333333;
}
.transparentBackground--false .flickity-prev-next-button {
  background: transparent;
}
.transparentBackground--false .flickity-prev-next-button .arrow {
  opacity: 1;
  fill: #333333;
}

.homepage-slideshow.transparentBackground--false:hover .flickity-prev-next-button,
.testimonial-slideshow.transparentBackground--false:hover .flickity-prev-next-button,
.product-slider.transparentBackground--false:hover .flickity-prev-next-button,
.slider-gallery.transparentBackground--false:hover .flickity-prev-next-button {
  opacity: 1;
}
.homepage-slideshow.transparentBackground--false .flickity-page-dots .dot,
.testimonial-slideshow.transparentBackground--false .flickity-page-dots .dot,
.product-slider.transparentBackground--false .flickity-page-dots .dot,
.slider-gallery.transparentBackground--false .flickity-page-dots .dot {
  opacity: 0.4;
}
.homepage-slideshow.transparentBackground--false .flickity-page-dots .dot.is-selected,
.testimonial-slideshow.transparentBackground--false .flickity-page-dots .dot.is-selected,
.product-slider.transparentBackground--false .flickity-page-dots .dot.is-selected,
.slider-gallery.transparentBackground--false .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* Lazyframe */
.lazyframe {
  position: relative;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}

.lazyframe__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 17px;
  z-index: 3;
}

.lazyframe__title:after {
  z-index: -1;
}

.lazyframe:hover {
  cursor: pointer;
}

.lazyframe:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.lazyframe[data-ratio="16:9"]:before {
  padding-top: 56.25%;
}

.lazyframe[data-ratio="4:3"]:before {
  padding-top: 75%;
}

.lazyframe[data-ratio="1:1"]:before {
  padding-top: 100%;
}

.lazyframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.lazyframe[data-vendor=youtube], .lazyframe[data-vendor=youtube_nocookie] {
  background-color: #e52d27;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

.lazyframe[data-vendor=youtube] .lazyframe__title, .lazyframe[data-vendor=youtube_nocookie] .lazyframe__title {
  color: #eee;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 2px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.lazyframe[data-vendor=youtube] .lazyframe__title:hover, .lazyframe[data-vendor=youtube_nocookie] .lazyframe__title:hover {
  color: #fff;
}

.lazyframe[data-vendor=youtube] .lazyframe__title:before, .lazyframe[data-vendor=youtube_nocookie] .lazyframe__title:before {
  content: "";
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
  height: 98px;
  width: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
}

.lazyframe[data-vendor=youtube]:before, .lazyframe[data-vendor=youtube_nocookie]:before {
  padding-top: 56.25%;
}

.lazyframe[data-vendor=youtube][data-ratio="16:9"]:before, .lazyframe[data-vendor=youtube_nocookie][data-ratio="16:9"]:before {
  padding-top: 56.25%;
}

.lazyframe[data-vendor=youtube][data-ratio="4:3"]:before, .lazyframe[data-vendor=youtube_nocookie][data-ratio="4:3"]:before {
  padding-top: 75%;
}

.lazyframe[data-vendor=youtube][data-ratio="1:1"]:before, .lazyframe[data-vendor=youtube_nocookie][data-ratio="1:1"]:before {
  padding-top: 100%;
}

.lazyframe[data-vendor=youtube]:after, .lazyframe[data-vendor=youtube_nocookie]:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjIzFmMWYxZiIvPjxwYXRoIGQ9Ik0yMDMuMiAzNDRWMTg1LjVMMzQ4IDI2NC44IDIwMy4yIDM0NHoiIGZpbGw9IiNGRUZERkQiLz48L3N2Zz4=");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.81;
  border: none;
  z-index: 4;
}

.lazyframe[data-vendor=youtube]:hover:after, .lazyframe[data-vendor=youtube_nocookie]:hover:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjREQyQzI4Ii8+PHBhdGggZD0iTTIwMy4yIDM0NFYxODUuNUwzNDggMjY0LjggMjAzLjIgMzQ0eiIgZmlsbD0iI0ZFRkRGRCIvPjwvc3ZnPg==");
  opacity: 1;
}

.lazyframe[data-vendor=vimeo] {
  background-color: #00adef;
}

.lazyframe[data-vendor=vimeo] .lazyframe__title {
  font-family: "Helvetica Neue", Helvetica, Arial;
  color: #00adef;
  font-size: 20px;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-user-select: none;
          user-select: none;
  -webkit-font-smoothing: auto;
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
}

.lazyframe[data-vendor=vimeo]:before {
  padding-top: 48.25%;
}

.lazyframe[data-vendor=vimeo][data-ratio="16:9"]:before {
  padding-top: 56.25%;
}

.lazyframe[data-vendor=vimeo][data-ratio="4:3"]:before {
  padding-top: 75%;
}

.lazyframe[data-vendor=vimeo][data-ratio="1:1"]:before {
  padding-top: 100%;
}

.lazyframe[data-vendor=vimeo]:after {
  content: "";
  height: 40px;
  width: 65px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgYmFzZVByb2ZpbGU9InRpbnkiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTcuNzY1IDE2Ljg5bDguNDctNC44OS04LjQ3LTQuODkiLz48L3N2Zz4=");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: relative;
}

.lazyframe[data-vendor=vimeo]:hover:after {
  background-color: #00adef;
}

.lazyframe[data-vendor=vine] {
  background-color: #00bf8f;
}

.lazyframe[data-vendor=vine] .lazyframe__title {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  z-index: 3;
  positon: relative;
}

.lazyframe[data-vendor=vine] .lazyframe__title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 115px;
  padding: 24px 70px 24px 24px;
  background: linear-gradient(to top, rgba(23, 23, 23, 0) 0, rgba(23, 23, 23, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b3171717", endColorstr="#00171717", GradientType=0 );
}

.lazyframe[data-vendor=vine]:before {
  padding-top: 100%;
}

.lazyframe[data-vendor=vine][data-ratio="16:9"]:before {
  padding-top: 56.25%;
}

.lazyframe[data-vendor=vine][data-ratio="4:3"]:before {
  padding-top: 75%;
}

.lazyframe[data-vendor=vine][data-ratio="1:1"]:before {
  padding-top: 100%;
}

.lazyframe[data-vendor=vine]:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzYiIGhlaWdodD0iMTM2IiB2aWV3Qm94PSIwIDAgMTM2IDEzNiI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTU2IDQ0Yy0uNyAwLTEuNC4yLTIgLjUtMS4yLjgtMiAyLTIgMy41djQwYzAgMS40LjggMi44IDIgMy41LjYuMyAxLjMuNSAyIC41czEuNC0uMiAyLS41bDM0LjYtMjBjMS4zLS43IDItMiAyLTMuNSAwLTEuNC0uNy0yLjgtMi0zLjVMNTggNDQuNWMtLjYtLjMtMS4zLS41LTItLjV6Ii8+PC9zdmc+");
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 50%;
}

.lazyframe[data-vendor=vine]:hover:after {
  background-color: rgba(0, 0, 0, 0.75);
}

/*
 *  Remodal - v1.0.6
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal img {
  max-width: 100%;
}

.remodal-is-initialized {
  display: inline-block; /* Disable Anti-FOUC */
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}
@media only screen and (max-width: 480px) {
  .remodal {
    overflow-x: scroll;
  }
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 1000;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  #contact_form input.newsletter-form__sign-up[type=submit] {
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 100%;
  }
  input.contact_email[type=email] {
    width: 100%;
  }
  .collection_menu {
    display: none;
  }
  h1.collection_title_tags,
div.collection_title_tags {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .newsletter .input-row input {
    margin: 5px 0px;
  }
  input.newsletter-form__sign-up {
    margin: 0px;
  }
  .newsletter-both-names--true input.firstName {
    margin-right: 5px;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 799px) and (max-width: 959px) {
  .nav a,
.nav a:visited,
.menu a:hover,
.nav a:active,
.nav a:focus {
    font-size: 14px;
  }
  .menu a,
.menu a:visited,
.menu a:hover,
.menu a:active,
.menu a:focus {
    font-size: 14px;
  }
  .menu li,
#header span.menu_title,
.menu a span {
    padding-left: 2px;
    padding-right: 2px;
  }
  .menu li.search-container {
    display: none;
  }
  .top-bar .menu li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 798px) {
  .article_image {
    padding-bottom: 0;
  }
  .sidebar__content {
    border: 0;
    padding: 0;
  }
  .nav_arrows {
    float: none;
    text-align: center;
  }
  .nav_arrows .prev {
    float: left;
  }
  .nav_arrows .next {
    float: right;
  }
  #header .top-bar a.mobile_logo {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 18px;
    line-height: 34px;
    z-index: 5;
    width: 50%;
    height: auto;
    color: #e1f4f5;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 55px;
    min-height: unset;
  }
  #header a.mobile_logo img {
    width: auto;
    max-width: 200px;
    max-height: 50px;
    height: 90%;
  }
  .payment_methods {
    text-align: center;
    float: none;
    display: block;
  }
  .credits {
    float: none;
    display: block;
    text-align: center;
  }.is-absolute {
    top: 0px !important;
  }
  .blog_filter {
    margin-top: 1em;
    width: 100% !important;
  }
  .section_select {
    text-align: center;
  }
  .flex-control-nav {
    bottom: 10px;
  }
  .featured_links a span {
    font-size: 14px;
  }
  .or {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-bottom: 5px;
  }
  .mobile_hidden {
    display: none !important;
  }
  table tr.order_summary td.label {
    text-align: left;
  }
  .featured_text {
    font-size: 15px;
    line-height: 1.7em;
  }
  #header {
    display: block;
  }
  .header {
    display: none;
  }
  h4.toggle {
    cursor: pointer;
  }
  .toggle span {
    display: block;
  }
  select {
    width: 100%;
    margin-left: 0;
  }
  .newsletter-form__sign-up,
input[type=submit],
input[type=reset],
input[type=button] {
    margin-left: 0;
    width: 100%;
    outline: 0;
  }
  .credits_right {
    text-align: left;
  }
  .title_column {
    float: left;
  }
  .mobile_only,
.container div.mobile_only {
    display: block;
  }
  span.mobile_only {
    display: inline;
  }
  .price_total {
    text-align: right;
  }
  .price_total_text {
    display: block;
  }
  .update_subtotal,
.price_total,
.remove_column,
.checkout_table_header {
    display: none;
  }
  .mobile_right {
    text-align: right;
  }
  .quick_shop {
    display: none !important;
  }
  .cart_price {
    display: block;
    margin-bottom: 0;
  }
  table tr th,
table tr td {
    padding: 2px;
  }
  .multiple_product_images {
    display: none;
  }
  .headline {
    font-size: 1.3em;
    line-height: 1.2;
    position: relative;
  }
  p.subtitle {
    font-size: 1.1em;
    line-height: 1.2;
    position: relative;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 798px) {
  .mobile_hidden {
    display: none !important;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px) {
  h1,
h2,
h3,
h4,
h5,
h6,
.collection_title,
.empty_cart {
    font-size: 110%;
    line-height: 1.5em;
  }
  h1,
h1.home,
.title a,
h2 {
    padding: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
}
@font-face {
  font-family: "turbo";
  src: url(//happyuid.com/cdn/shop/t/9/assets/turbo.eot?v=48734892740725754481750912345);
  src: url(//happyuid.com/cdn/shop/t/9/assets/turbo.eot?v=48734892740725754481750912345) format("embedded-opentype"), url(//happyuid.com/cdn/shop/t/9/assets/turbo.woff?v=150966577236684244781750912346) format("woff"), url(//happyuid.com/cdn/shop/t/9/assets/turbo.ttf?v=77481909974496710951750912345) format("truetype"), url(//happyuid.com/cdn/shop/t/9/assets/turbo.svg?v=173366358466109711321750912345) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(//happyuid.com/cdn/shop/t/9/assets/Nunito-Regular.ttf?v=43935492819253214781750912345) format("truetype"),
        url(//happyuid.com/cdn/shop/t/9/assets/Nunito-Bold.ttf?v=18778642979069142281750912345) format("truetype"),
        url(//happyuid.com/cdn/shop/t/9/assets/Nunito-ExtraBold.ttf?v=21858036410824643131750912345) format("truetype"),
        url(//happyuid.com/cdn/shop/t/9/assets/Nunito-Medium.ttf?v=175188081710393056001750912345) format("truetype")
}
/*
@font-face {
  font-family: "Satoshi";
  src: url(//happyuid.com/cdn/shop/t/9/assets/Satoshi-Regular.ttf?7870) format("truetype"),
        url(//happyuid.com/cdn/shop/t/9/assets/Satoshi-Bold.ttf?7870) format("truetype"),
        url(//happyuid.com/cdn/shop/t/9/assets/Satoshi-SemiBold.ttf?7870) format("truetype"),
        url(//happyuid.com/cdn/shop/t/9/assets/Satoshi-Medium.ttf?7870) format("truetype")
} */
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "turbo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.15em;
}

.icon-bag:before {
  content: "\e901";
}

.icon-cart:before {
  content: "\e902";
}

.icon-check:before {
  content: "\e903";
}

.icon-cross:before {
  content: "\e904";
}

.icon-up-arrow:before {
  content: "\e917";
}

.icon-down-arrow:before {
  content: "\e905";
}

.icon-left-arrow:before {
  content: "\e90b";
}

.icon-right-arrow:before {
  content: "\e912";
  margin-right: 0;
}

/* .icon-plus:before {
  content: "\e911";
}

.icon-minus:before {
  content: "\e90e";
} */

.icon-menu:before {
  content: "\e90d";
}

.icon-email:before {
  content: "\e906";
}

.icon-pinterest:before {
  content: "\e907";
}

.icon-rss:before {
  content: "\e909";
}

.icon-houzz:before {
  content: "\e90a";
}

.icon-snapchat:before {
  content: "\e90c";
}

.icon-phone:before {
  content: "\e90f";
}

.icon-instagram:before {
  content: "\e910";
}

.icon-vimeo:before {
  content: "\e913";
}

.icon-search:before {
  content: "\e914";
}

.icon-zoom:before {
  content: "\e900";
}

.icon-youtube:before {
  content: "\e915";
}

.icon-lock:before {
  content: "\e916";
  color: #ffffff;
}

.icon-user:before {
  content: "\e918";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-tumblr:before {
  content: "\eab9";
}

.icon-linkedin:before {
  content: "\eaca";
}

.icon-twitter-share:before {
  content: "\ea96";
}

.icon-facebook-share:before {
  content: "\ea90";
}

.icon-pinterest-share:before {
  content: "\e907";
}

.icon-mail-share:before {
  content: "\e906";
}

span.icon-down-arrow {
  padding: 0 !important;
  font-size: 12px !important;
}

form.search__form,
.search__form input {
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
}

.search__form input,
.search__form input:active,
.search__form input:focus {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0px;
  color: #333333;
  background-color: transparent;
  padding-right: 35px;
  border-color: #333333;
}.feature_image .search__form input,
.feature_image .search__form input:active,
.feature_image .search__form input:focus {
  color: #333333;
  border-color: #333333;
}
.feature_image .search__form input::-webkit-input-placeholder,
.feature_image .search__form input:active::-webkit-input-placeholder,
.feature_image .search__form input:focus::-webkit-input-placeholder {
  color: #333333;
}
.feature_image .search__form input::-moz-placeholder,
.feature_image .search__form input:active::-moz-placeholder,
.feature_image .search__form input:focus::-moz-placeholder {
  color: #333333;
}
.feature_image .search__form input:-ms-input-placeholder,
.feature_image .search__form input:active:-ms-input-placeholder,
.feature_image .search__form input:focus:-ms-input-placeholder {
  color: #333333;
}

.feature_image .search-submit {
  color: #333333;
}

.header_search_form {
  width: 60%;
  margin: 0 auto 30px auto;
  padding: 30px 0 0 0;
  position: relative;
  border-bottom: solid 1px #333333;
}
@media only screen and (max-width: 480px) {
  .header_search_form {
    width: 90%;
    margin: 30px auto;
    padding: 0;
  }
}

.header_search_form input,
.header_search_form input:focus,
.header_search_form input:active {
  background-color: transparent;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  letter-spacing: 0px;
  border: none;
  font-size: 36px;
  line-height: 36px;
}
@media only screen and (max-width: 480px) {
  .header_search_form input,
.header_search_form input:focus,
.header_search_form input:active {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0px;
  }
}

.header_search_form .search-submit {
  top: 38px;
  font-size: 30px;
}
@media only screen and (max-width: 480px) {
  .header_search_form .search-submit {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    font-size: 20px;
  }
}

.feature_image .search__form input,
.feature_image .search__form input:active,
.feature_image .search__form input:focus {
  color: #333333;
  border: 1px solid #333333;
}

.feature_image .search__form input::-webkit-input-placeholder {
  color: #333333;
}

.feature_image .search__form input:-moz-placeholder { /* Firefox 18- */
  color: #333333;
}

.feature_image .search__form input::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
}

.feature_image .search__form input:-ms-input-placeholder {
  color: #333333;
}

.search__form input::-webkit-input-placeholder {
  color: #333333;
}

.search__form input:-moz-placeholder { /* Firefox 18- */
  color: #333333;
}

.search__form input::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
}

.search__form input:-ms-input-placeholder {
  color: #333333;
}

.search__form input:focus::-webkit-input-placeholder {
  color: #fa4252;
}

.search__form input:focus:-moz-placeholder { /* Firefox 18- */
  color: #fa4252;
}

.search__form input:focus::-moz-placeholder { /* Firefox 19+ */
  color: #fa4252;
}

.search__form input:focus:-ms-input-placeholder {
  color: #fa4252;
}

.feature_image .search__form input,
.feature_image .search__form input:active,
.feature_image .search__form input:focus {
  color: #333333;
  border: 1px solid #333333;
}

.feature_image .search__form input::-webkit-input-placeholder {
  color: #333333;
}

.feature_image .search__form input:-moz-placeholder { /* Firefox 18- */
  color: #333333;
}

.feature_image .search__form input::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
}

.feature_image .search__form input:-ms-input-placeholder {
  color: #333333;
}

.search-submit {
  position: absolute;
  z-index: 1000;
  color: #333333;
  font-size: 20px;
  top: 9px;
  right: 7px;
  cursor: pointer;
}

.search-results li.item-result:hover {
  background: rgba(250, 66, 82, 0.5);
}

.feature_image .search-submit {
  color: #333333;
}

.blog_search .search-submit {
  color: #333333;
  top: 10px;
  right: 8px;
  z-index: 1;
}

.social_icons {
  margin-left: 0;
  margin-top: 0;
}

.social_icons li {
  display: inline;
  padding-right: 2px;
}


/* footer .footer-social-icons--mobile.columns {
  display: none;
  padding-left: 0;
}
@media only screen and (max-width: 798px) {
  footer .footer-social-icons--mobile.columns {
    display: block;
  }
  footer .footer-social-icons--mobile.columns > ul {
    display: block;
    padding-left: 0;
  }
} */

footer .social_icons {
  display: block;
  margin-top: 15px;
}
@media only screen and (max-width: 798px) {
  footer .social_icons {
    padding-left: 0;
    text-align: center;
  }
}

footer .social_icons a,
footer .social_icons a:visited {
  color: var(--color-pawgrey-50);
  font-size: 22px;
  display: inline-block;
  margin-bottom: 1em;
}
@media only screen and (max-width: 480px) {
  footer .social_icons a,
footer .social_icons a:visited {
    margin-bottom: 0;
  }
}

footer .social_icons a:active,
footer .social_icons a:hover {
  color: #aec2c4;
  font-size: 22px;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: 0.75s;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

.delay-0s {
  animation-delay: 0;
}

.delay-025s {
  animation-delay: 0.25s;
  opacity: 0;
}

.delay-05s {
  animation-delay: 0.5s;
  opacity: 0;
}

.delay-075s {
  animation-delay: 0.75s;
  opacity: 0;
}

.delay-1s {
  animation-delay: 1s;
  opacity: 0;
}

.animate_right,
.animate_left,
.animate_up,
.animate_down {
  opacity: 0;
}

.ie .animated,
.ie .animate_right,
.ie .animate_left,
.ie .hsContent,
.ie #slide-1 .animated {
  opacity: 1 !important;
}

.ie delay-025s,
.ie .delay-0s,
.ie .delay-025s,
.ie .delay-05s,
.ie .delay-075s,
.ie .delay-1s {
  opacity: 1 !important;
}

.ie select {
  background-image: none !important;
}

@media only screen and (max-width: 798px) {
  .delay-0s,
.delay-025s,
.delay-05s,
.delay-075s,
.delay-1s,
.animate_right,
.animate_left,
.animate_up,
.animate_down {
    opacity: 1;
  }
}
/* #Password Page
================================================== */
#password-container {
  margin: 75px auto 0;
  max-width: 100%;
  display: table;
  text-align: center;
  display: table;
}
@media only screen and (max-width: 798px) {
  #password-container {
    margin-top: 10px;
  }
}
#password-container #contact_form input.newsletter-form__sign-up[type=submit] {
  width: calc(35% - 10px);
}
@media only screen and (max-width: 1024px) {
  #password-container #contact_form input.newsletter-form__sign-up[type=submit] {
    width: 100%;
  }
}
#password-container #contact_form input.contact_email[type=email] {
  max-width: 100%;
}

.password-page-message {
  font-size: 3em;
  line-height: 1.2;
  margin: 10px auto;
  padding: 12px 0;
}

.password-page-follow {
  margin: 5px 0;
}

.password-social .social_icons a,
.password-social .social_icons a:visited,
.password-social .social_icons a:active {
  font-size: 25px;
}

.password-page-row {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.password-page-col {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 30px;
  width: 100%;
}

.password-logo {
  max-width: 200px; /* Allows logo to be more prominent*/
  margin: 0px auto;
}

.password-message {
  max-width: 600px;
  font-size: 1.2em;
  color: #ffffff;
}

.hr-small {
  margin: 20px auto;
  width: 50px;
}

.password-social {
  margin-top: 10px;
  padding-top: 20px;
}

.password-social ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 10px;
}

.password-social .social_icons li {
  display: inline;
  margin-left: 0;
}

.password-social .social_icons a:hover {
  color: #07a5d2;
}

.password-footer {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 13px;
  color: #aeaaaa;
  text-align: center;
}

.powered {
  display: block;
  margin-top: 15px;
}

.shopify a {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0JJREFUeNqMU81vG0UU/83sR73YG+M4xrHj4jj9UCFNSaGlQQUhhFBRpXIo6jEHQFXFAbhy4B/gioTgzgGV7ws5IAoqUgUSoWoIaZJGpGpMHDuptf5a7+fM8nZpJaRy4M0+jd7szO/93u/NsAsX5vFvi6IInHNUq5NnstnsqXp96xur3f392HNlrIcLePHkS8hlTchIJvtVSTOjIaSAwhkiGsXi+BudjjVp28Oj+XzhrPDZh5qqfoIQD5j6wrxHCAJ6UMXVr3pgnB0c9O2843jrE5XMtZER47GTp+bOqfn++d9+Ct5TuLrCGAcjpgnAWEVSdg8HSyWUzTl8v7D08szxSltPB6/OPDWeW/q1caI2O0zfbrThBM7pjdbiz9PG7LsK01epYKiCaMlIQadnHag9UZ2vbuqvl47tVMwcY3fdFjLFCIHksB0bQojCTmfzlWyHf53S0qsyigESMRS0uqtvNbs330nXNHhRAWl3ChnNhLG/jzBy4fg27pGG5TSqWsARV6EGwk+WScgymIQ5auLpyTdRHj2arC//9QXuDpfgeDYkQcgoZixq4DKuAGoo7wEwVg5DD3PVt1EafRzL21/C0HJo9f4gYUO4gZNkFMk5Nkli3wcI4vP7yIvxhsLIIXhBHzfqlzHwWihkDiNjPEwlDJNE/zDABGPQKfR5QAzI8wRU9IWNurWIlJbF+dmP8Ig5ja67Az8cwvWdmCVi4YSMSlTzODjAQxGAvCZkaIpI4MeN97Fc/xbpfXk8WXmNqPcw9C1idR8gKSNN06GYEScZYwZVJ+xj/8hpPJp9HmvNK/Bd6g0zEXfJ9rvEwE0A4qbFLOibimN15RcLR57JVFx7iLGHpvFs9RJ8QZvofmzsXoEXDqAqWiIiyUaAUSIkBTVVY1BuXuth6rhxcaxizDb619EcrGPg7+JG8zJWdj8HZwplk7hTHyDiKrU5BVWXyKT57ncfNz9TRBjxrRWn3/zT2+7seV7DWuabnR+MTrCm6ikNnLLEL3R720dmQkMqFz8dia3rdmvhg8an7MH3hZRhKuVsQTtcPmCcGK+lZvLl1JEdK9T7PW9t75a72L7tXh3sBbdEELXxP00h1//rx98CDACS7p3N/ZPUwQAAAABJRU5ErkJggg==);
  padding-left: 21px;
  color: #ffffff;
  text-decoration: none;
}

.password-footer a {
  color: #ffffff;
  text-decoration: none;
}

/* Password Page Modal CSS */
.controls {
  display: block;
  margin: 1em;
  text-align: right;
  text-transform: uppercase;
  position: relative;
}

#open-me {
  text-align: center;
  margin-bottom: 35px;
}

#open-me a:hover {
  color: #07a5d2;
}

.close-me {
  z-index: 8000;
}

.modalbox {
  position: absolute;
  height: 100%;
  top: -1em;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 5000;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
}

.overlay-close {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000;
  font-size: 14px;
}

.overlay-data {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.inputbox {
  margin: 0px auto;
  max-width: 80%;
  display: table;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #000;
}

@media only screen and (max-width: 798px) {
  #password-page-bg .modalbox .inputbox {
    top: 50%;
  }
}

.storefront-password-form label {
  font-size: 0.9em;
  margin: 0 0 1em 0;
  text-align: center;
}

.storefront-password-form .actions {
  display: inline-block;
}

.storefront-password-form #password {
  width: 50%;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .storefront-password-form #password {
    width: 100%;
  }
}

#owner {
  font-size: 0.9em;
  margin-top: -1em;
  opacity: 0.8;
}

.pass-close {
  color: #000 !important;
  padding: 0 !important;
  margin: 1em !important;
  position: inherit !important;
}

@media screen and (min-width: 320px) and (max-width: 440px) and (max-height: 667px) {
  .modalbox {
    display: block;
    width: 414px !important;
    max-width: 100%;
    text-align: center;
  }
  .pass-close {
    display: block;
    margin: 0.65em -0.15em 1em 0 !important;
  }
}
/* #Product page
================================================== */
.is-product-main.content,
.is-product-sidebar.content {
  padding-bottom: 0;
}

/* Blocks */
.product-block.product-block--first {
  margin-top: 0; /* Always remove the top margin from the first product block */
}

/* Popup */
.product-popup {
  margin-bottom: 0.5rem;
}
.product-popup.product-popup--left {
  text-align: left;
}
.product-popup.product-popup--center {
  text-align: center;
}
.product-popup.product-popup--right {
  text-align: right;
}

.product-popup__link {
  display: inline-flex;
  word-break: break-word;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.fancybox-content.product-popup__lightbox {
  cursor: default;
}

.product-popup__lightbox-wrapper h5 {
  padding-top: 0;
}

.product-popup__lightbox-wrapper img {
  height: auto;
  max-width: 100%;
}

/* # Product media
================================================== */


.product-gallery__model model-viewer,
.product-gallery__video iframe {
  width: 100%;
  min-height: 450px;
}

.product-gallery__model {
  position: relative;
}
.product-gallery__model model-viewer {
  width: 100%;
  min-height: 500px;
}

.view-in-your-space {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  background: #e6e6e6;
  color: #333333;
  font: inherit;
  text-transform: none;
  border-radius: 0px;
  border: 0;
}
.view-in-your-space svg path:first-child {
  stroke: #333333;
}
.view-in-your-space svg path:last-child {
  fill: #333333;
}

.plyr--video .plyr__controls {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
}
.plyr--video .plyr__control {
  background: transparent;
  color: #333333;
}
.plyr--video .plyr__control:hover {
  background: #ffffff;
  color: #333333;
}
.plyr--video .plyr__controls__item.plyr__time,
.plyr--video input[type=range],
.plyr--video .plyr__controls__item {
  color: #333333;
}
.plyr--video .plyr__progress input[type=range] + .thumb {
  background-color: #333333;
  color: #333333;
}
.plyr--video input[type=range]::-webkit-slider-thumb {
  background-color: #333333;
}
.plyr--video input[type=range]::-moz-range-thumb {
  background-color: #333333;
}
.plyr--video input[type=range]::-ms-thumb {
  background-color: #333333;
}
.plyr--video .plyr__progress__buffer,
.plyr--video .plyr__control[aria-expanded=true] {
  background-color: rgba(51, 51, 51, 0.6);
}
.plyr--video .plyr__control.plyr__tab-focus {
  background-color: #333333;
}
.plyr--video .plyr__control--overlaid {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 50px;
  width: 50px;
}
.plyr--video .plyr__control--overlaid svg {
  left: auto;
}
.plyr--video .plyr__control--overlaid:hover {
  background: #ffffff;
}
.plyr--video .plyr__control--overlaid:hover .play-icon-button-control rect {
  opacity: 0.75;
}
.plyr--video .plyr__control .play-icon-button-control {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.plyr--video .plyr__control .play-icon-button-control rect {
  fill: #ffffff;
}
.plyr--video .plyr__control .play-icon-button-control path {
  fill: #333333;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-right: 10px;
  padding-left: 10px;
}

/* Styles for a vertical volume scrollbar */
.plyr--full-ui .plyr__volume {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  bottom: 105px;
  height: 40px;
  opacity: 0;
  padding: 10px 15px !important;
  position: absolute;
  transform: rotate(270deg);
  transition: visibility 0.4s linear 0.4s, opacity 0.4s linear 0.3s;
  width: 140px;
}
.plyr--full-ui .plyr__volume:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.25);
  bottom: 18px;
  content: "";
  left: -6px;
  position: absolute;
  transform: rotate(90deg);
  z-index: 2;
}
.plyr--full-ui .plyr__volume:hover {
  opacity: 1;
  visibility: visible;
}
.plyr--full-ui .plyr__volume.plyr__volume--is-visible {
  opacity: 1;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}
.plyr--full-ui .plyr__volume input[type=range] {
  color: #333333;
  margin: 0 auto;
}

.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-runnable-track,
.plyr--full-ui .plyr__volume input[type=range]::-moz-range-track,
.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: none;
}

.plyr--full-ui .plyr__volume input[type=range]::-ms-fill-upper,
.plyr--full-ui .plyr__volume input[type=range]::-ms-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-moz-range-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: none;
}

.plyr--audio .plyr--full-ui .plyr__volume {
  bottom: 125px;
  right: -37px;
}

.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr__control[data-plyr=mute]:hover + .plyr__volume {
  opacity: 1;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}

@media (min-width: 480px) {
  .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 90px;
  }
}
@media (min-width: 750px) {
  .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 110px;
  }
}
@media only screen and (max-width: 989px) {
  .plyr--is-touch .plyr__volume {
    display: none !important;
  }
}
.show-gallery-arrows--true .shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  right: 50px;
  bottom: 10px;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #333333;
  background: #ffffff;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button[hidden] {
  display: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(51, 51, 51, 0.55);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
}

.video-on-hover .plyr__controls,
.video-on-hover .plyr__control--overlaid,
.swap-true .plyr--youtube .plyr__controls,
.swap-true .plyr--youtube .plyr__control--overlaid,
.video-controls-enabled--false .plyr__controls,
.video-controls-enabled--false .plyr__control--overlaid {
  opacity: 0;
}
.video-on-hover .plyr__controls > *,
.video-on-hover .plyr__control--overlaid > *,
.swap-true .plyr--youtube .plyr__controls > *,
.swap-true .plyr--youtube .plyr__control--overlaid > *,
.video-controls-enabled--false .plyr__controls > *,
.video-controls-enabled--false .plyr__control--overlaid > * {
  pointer-events: none;
  cursor: auto;
}

/* Hide controls on mobile when video is stopped */
.plyr.plyr--stopped .plyr__controls {
  display: none;
}

.product_gallery_nav .media-badge {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 33%;
  max-height: 33%;
  min-width: 20px;
  width: 25px;
  height: 25px;
}
.product_gallery_nav .media-badge svg {
  width: 100%;
  height: 100%;
}
.product_gallery_nav .media-badge path:first-child {
  fill: #ffffff;
}
.product_gallery_nav .media-badge path:last-child {
  fill: #333333;
}
.product_gallery_nav .media-badge g path:first-child {
  stroke: #333333;
}
.product_gallery_nav .media-badge .media-badge__outline {
  stroke: rgba(51, 51, 51, 0.05);
}

/* Set product media height */
.gallery-wrap.product-height-set model-viewer {
  margin: 0 auto;
}
.gallery-wrap.product-height-set .product_gallery img,
.gallery-wrap.product-height-set .product_gallery .plyr--html5 video {
  width: 100%;
}
.gallery-wrap.product-height-set .product_gallery img {
  object-fit: contain;
}
.gallery-wrap.product-height-set .product_gallery .plyr--youtube .plyr__video-embed {
  height: 100%;
}

/* Home page - general
================================================== */
/* Full-width product slider */
.homepage-product-slider {
  margin: 0 10px;
}
@media only screen and (max-width: 798px) {
  .homepage-product-slider {
    margin: 0;
  }
}
.homepage-product-slider object.placeholder-image {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  padding-top: 100%;
}
.homepage-product-slider .placeholder-svg--product {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.homepage-product-slider.even-num-slides {
  padding-left: 10px;
  width: calc(100% - 20px);
}
@media only screen and (max-width: 798px) {
  .homepage-product-slider.even-num-slides {
    padding-left: 0;
    width: 100%;
  }
}

.products-slider.slider-gallery.products-length-6 .gallery-cell {
  width: calc(16.6% - 10px);
}
@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery.products-length-6 .gallery-cell {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery.products-length-5 .gallery-cell {
  width: calc(20% - 10px);
}
@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery.products-length-5 .gallery-cell {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery.products-length-4 .gallery-cell {
  width: calc(25% - 10px);
}
@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery.products-length-4 .gallery-cell {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery.products-length-3 .gallery-cell, .products-slider.slider-gallery.products-length-2 .gallery-cell, .products-slider.slider-gallery.products-length-1 .gallery-cell {
  width: calc(33.33% - 10px);
}

.products-slider.slider-gallery .gallery-cell.visible-2 {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-2 {
    width: calc(50% - 10px);
  }
}
.products-slider.slider-gallery .gallery-cell.visible-3 {
  width: calc(33.33% - 10px);
}
@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-3 {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery .gallery-cell.visible-4 {
  width: calc(25% - 10px);
}
@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-4 {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery .gallery-cell.visible-5 {
  width: calc(20% - 10px);
}
@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-5 {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery .gallery-cell.visible-6 {
  width: calc(16.666% - 10px);
}
@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-6 {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery .gallery-cell.visible-7 {
  width: calc(14.2% - 10px);
}
@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-7 {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery .gallery-cell.visible-7 .product-details {
  font-size: 0.7rem;
}

/* Text below overlay on larger screens */
@media only screen and (max-width: 1024px) {
  .products-length-7 .product-info__caption {
    display: block;
  }
  .products-length-7 .thumbnail-overlay {
    display: none;
  }
  .products-length-8 .product-info__caption {
    display: block;
  }
  .products-length-8 .thumbnail-overlay {
    display: none;
  }
  .products-length-9 .product-info__caption {
    display: block;
  }
  .products-length-9 .thumbnail-overlay {
    display: none;
  }
  .products-length-10 .product-info__caption {
    display: block;
  }
  .products-length-10 .thumbnail-overlay {
    display: none;
  }
  .products-length-11 .product-info__caption {
    display: block;
  }
  .products-length-11 .thumbnail-overlay {
    display: none;
  }
  .products-length-12 .product-info__caption {
    display: block;
  }
  .products-length-12 .thumbnail-overlay {
    display: none;
  }
  .products-length-13 .product-info__caption {
    display: block;
  }
  .products-length-13 .thumbnail-overlay {
    display: none;
  }
  .products-length-14 .product-info__caption {
    display: block;
  }
  .products-length-14 .thumbnail-overlay {
    display: none;
  }
  .products-length-15 .product-info__caption {
    display: block;
  }
  .products-length-15 .thumbnail-overlay {
    display: none;
  }
  .products-length-16 .product-info__caption {
    display: block;
  }
  .products-length-16 .thumbnail-overlay {
    display: none;
  }
}
.featured_products.product-slider {
  padding-bottom: 0;
}
.featured_products.product-slider .columns {
  padding-bottom: 0;
}

/* Applied to the slideshow, video and full-width banner images */
.banner-full-link {
  line-height: 0;
  font-size: 0;
  color: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.banner-full-link + .caption {
  pointer-events: none;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .full-width--true .caption {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .full-width--true .caption {
    max-width: 960px;
    padding: 0;
  }
}
@media only screen and (min-width: 1401px) {
  .full-width--true .caption {
    max-width: 1200px;
    padding: 0;
  }
}

.caption {
  width: 100%;
  position: absolute;
  top: 50%;
  padding: 0 5%;
  z-index: 3;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 799px) {
  .caption {
    max-width: 960px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .caption {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 798px) {
  .caption {
    width: 100%;
  }
}
.caption a {
  pointer-events: all;
}
.caption.position-center {
  left: 0;
  right: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 798px) {
  .caption.position-center {
    width: 85%;
  }
}
@media only screen and (max-width: 480px) {
  .caption.position-center {
    width: 100%;
  }
}
.caption.position-left {
  left: 0;
  right: 0;
  text-align: left;
}
.caption.position-right {
  left: 0;
  right: 0;
  text-align: right;
}
.caption .pretext {
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}@media only screen and (max-width: 480px) {
  .caption .pretext {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 798px) {
  .caption .pretext {
    font-size: 12.0px;
  }
}
@media only screen and (min-width: 799px) {
  .caption .pretext {
    font-size: 15.0px;
  }
}
@media only screen and (min-width: 799px) {
  .caption .pretext {
    font-size: 18px;
  }
}
.caption .headline {
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 56px;
  letter-spacing: 1px;
  line-height: 1.4em;
  margin-bottom: 15px;
}.caption .headline {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }@media only screen and (max-width: 480px) {
  .caption .headline {
    font-size: 2.6em;
  }
}
@media only screen and (max-width: 798px) {
  .caption .headline {
    font-size: 37.333333333333336px;
  }
}
@media only screen and (min-width: 799px) {
  .caption .headline {
    font-size: 46.666666666666664px;
  }
}
@media only screen and (min-width: 1025px) {
  .caption .headline {
    font-size: 56px;
  }
}
.caption .subtitle {
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-style: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
}@media only screen and (max-width: 480px) {
  .caption .subtitle {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 798px) {
  .caption .subtitle {
    font-size: 12.0px;
  }
}
@media only screen and (min-width: 799px) {
  .caption .subtitle {
    font-size: 15.0px;
  }
}
@media only screen and (min-width: 1025px) {
  .caption .subtitle {
    font-size: 18px;
  }
}
.caption .pretext:empty,
.caption .headline:empty,
.caption .subtitle:empty {
  display: none;
}
.caption .pretext:empty:before,
.caption .headline:empty:before,
.caption .subtitle:empty:before {
  height: 0;
}

.caption-background-text_box .caption-content {
  background-color: #1e1e1e; /* Fallback */
}

@media only screen and (max-width: 480px) {
  .caption--below-true .caption {
    margin: 20px auto !important; /* Force caption margin */
    font-size: 3vw;
    position: static;
    transform: none;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .caption--below-true .pretext {
    color: #333333;
    text-shadow: none;
  }
}
@media only screen and (max-width: 480px) {
  .caption--below-true .headline {
    color: #333333;
    text-shadow: none;
  }
}
@media only screen and (max-width: 480px) {
  .caption--below-true .subtitle {
    color: #333333;
    text-shadow: none;
  }
}
.caption--below-true.caption-background-text_box .caption-content {
  background-color: #1e1e1e;
}
@media only screen and (max-width: 480px) {
  .caption--below-true.caption-background-text_box .caption-content {
    background-color: transparent;
  }
}
@media only screen and (max-width: 480px) {
  .caption--below-true.caption-background-translucent_text_box .caption-content {
    background-color: transparent;
  }
}

.subtitle p a {
  pointer-events: all;
}

.caption-content {
  display: inline-block;
  float: none;
  max-width: 60%;
  font-size: 0;
}
@media only screen and (max-width: 798px) {
  .caption-content {
    max-width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .caption-content {
    width: 100%;
    max-width: 100%;
  }
}
.caption-content.align-center {
  text-align: center;
}
@media only screen and (max-width: 798px) {
  .caption-content.align-center {
    max-width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .caption-content.align-center {
    width: 100%;
    max-width: 100%;
  }
}
.caption-content.align-left {
  text-align: left;
}
.caption-content.align-left .subtitle:before {
  margin-left: 0;
}
.caption-content.align-right {
  text-align: right;
}
.caption-content.align-right .subtitle:before {
  margin-right: 0;
}

.caption-content {
  padding: 30px;
}
.caption-content h1 {
  padding-top: 0;
}
.caption-content > *:only-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 480px) {
  .caption-content {
    padding: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .caption--below-true .caption-content {
    padding: 0px;
  }
}.homepage-video .caption-background-text_box {
    background-color: #1e1e1e;
  }@media only screen and (max-width: 480px) {
  .homepage-video .caption-background-text_box {
    background-color: transparent;
  }
}

.caption-background-translucent_text_box .caption-content {
  background-color: rgba(30, 30, 30, 0.6);
}

/* Slideshow */
.homepage-slideshow .gallery-cell:not(:first-child) {
  height: 0;
}

.homepage-slideshow.flickity-enabled .gallery-cell:not(:first-child) {
  height: auto;
}

/* #Account
================================================== */
.account-header-logout {
  text-align: right;
  text-transform: uppercase;
}

.account-sidebar {
  border-right: 1px solid #aaaaaa;
  box-sizing: border-box;
  padding-right: 10px;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 798px) {
  .account-sidebar {
    border: 0;
    padding-right: 0;
  }
}

.customers-addresses .account-sidebar {
  border-right: 0;
  padding-right: 0;
}
.customers-addresses .account-main {
  box-sizing: border-box;
  border-left: 1px solid #aaaaaa;
  padding-left: 20px;
}
@media only screen and (max-width: 798px) {
  .customers-addresses .account-main {
    border: 0;
    padding-left: 0;
  }
}

.action_bottom .note {
  vertical-align: middle;
  line-height: 40px;
}

.address_title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.address__action a,
.address__action a:hover,
.address__action a:active,
.address__action a:focus {
  color: inherit;
}

/* #Policy pages
================================================== */
@media only screen and (max-width: 798px) {
  .shopify-policy-template .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.container .shopify-policy__container {
  margin: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

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

/* #Home page - Featured product
================================================== */
.shopify-section--featured-product .product__details {
  padding: 40px 2rem;
}

/* #Home page - text columns with images
================================================== */
.shopify-section--text-columns-with-images .border-style--box {
  padding: 10%;
  border: 1px solid #aaaaaa;
}
.shopify-section--text-columns-with-images .border-style--quote {
  padding-left: 20px;
  border-left: 1px solid #aaaaaa;
  margin-bottom: 10%;
}
.shopify-section--text-columns-with-images .large_text {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 57.2px;
}
.shopify-section--text-columns-with-images .text-column {
  margin-bottom: 25px;
}
.shopify-section--text-columns-with-images .text-columns-with-images__button {
  margin: 10px 0 25px;
}
.shopify-section--text-columns-with-images h2.title + .feature_divider {
  margin-bottom: 40px;
}
.shopify-section--text-columns-with-images img {
  margin: 0 0 15px;
}

/* OOTS Content Creator slideshow */
.flexslider img {
  display: block;
  margin: 0 auto;
}

/* #Home page - slideshow
================================================== */
.homepage-slideshow:hover .flickity-prev-next-button,
.shopify-section--testimonials:hover .flickity-prev-next-button {
  opacity: 0.5;
}

.homepage-slideshow.text-animation--false .caption {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.homepage-slideshow.text-animation--false.flickity-enabled .caption {
  opacity: 1;
}

.text-animation--true .caption-content {
  opacity: 0;
}

.homepage-slideshow.single-image .flickity-prev-next-button,
.shopify-section--testimonials.single-image .flickity-prev-next-button {
  display: none;
}
.homepage-slideshow.single-image .flickity-page-dots,
.shopify-section--testimonials.single-image .flickity-page-dots {
  display: none;
}
.homepage-slideshow .gallery-cell,
.shopify-section--testimonials .gallery-cell {
  width: 100%;
}.homepage-slideshow .gallery-cell,
.shopify-section--testimonials .gallery-cell {
    background-color: #666666;
  }@media only screen and (max-width: 480px) {
  .homepage-slideshow .gallery-cell,
.shopify-section--testimonials .gallery-cell {
    background-color: transparent;
  }
}
.homepage-slideshow .gallery-cell img,
.shopify-section--testimonials .gallery-cell img {
  width: 100%;
  display: block;
}
.homepage-slideshow .flickity-prev-next-button,
.shopify-section--testimonials .flickity-prev-next-button {
  opacity: 0;
  width: 5%;
  height: 100%;
  border-radius: 0;
}
@media only screen and (min-width: 799px) {
  .homepage-slideshow .flickity-prev-next-button,
.shopify-section--testimonials .flickity-prev-next-button {
    opacity: 0;
  }
}
.homepage-slideshow .flickity-page-dots,
.shopify-section--testimonials .flickity-page-dots {
  bottom: 2em;
  display: none;
}
@media only screen and (min-width: 799px) {
  .homepage-slideshow .flickity-page-dots,
.shopify-section--testimonials .flickity-page-dots {
    display: block;
  }
}
.homepage-slideshow .flickity-page-dots .dot,
.shopify-section--testimonials .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
  background: #333333;
}
@media only screen and (max-width: 480px) {
  .homepage-slideshow .flickity-page-dots,
.shopify-section--testimonials .flickity-page-dots {
    display: block;
    bottom: 5px;
  }
}

/* Home - product slider */
.js-product-slider .product_clear {
  display: none;
}
.js-product-slider .flickity-prev-next-button {
  border-radius: 0;
}

/* #Home page - Search
================================================== */
.search-bgr-true {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.shopify-section--search {
  width: 100%;
  display: inline-block;
}
.shopify-section--search h2 {
  margin-top: 0;
  margin-bottom: 0.25em;
}
.shopify-section--search p,
.shopify-section--search h2 {
  color: #000000;
}
.shopify-section--search .section_form {
  padding: 60px 20px;
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.shopify-section--search .search__section {
  background-color: #cccccc;
}

.text-align--center .search__container {
  justify-content: center;
}

.text-align--left .search__container {
  justify-content: flex-start;
}

.text-align--right .search__container {
  justify-content: flex-end;
}

.search__container {
  position: relative;
  width: 100%;
  display: flex;
}
.search__container .search__wrapper {
  display: inline-block;
  position: relative;
  max-width: 650px;
  width: 100%;
}
.search__container input[type=text] {
  color: #333333;
  font-size: 15px;
  display: inline-block;
  border: 1px solid #000;
  min-height: 50px;
  height: 50px;
  margin-bottom: 0;
  background-color: #ffffff;
}
.search__container input[type=text]::-webkit-input-placeholder {
  color: #333333;
}
.search__container input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #333333;
}
.search__container input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
}
.search__container input[type=text]:-ms-input-placeholder {
  color: #333333;
}
.search__container input[type=text]:focus, .search__container input[type=text]:active {
  border: 1px solid #000;
}

.search__form {
  width: 100%;
  /* max-width: 650px; */
  position: relative;
  flex: 0 0 auto;
}

.search__button {
  position: absolute;
  margin-top: 0;
  top: 0;
  height: 50px;
  width: 50px;
  right: 0px;
  padding: 0;
  background-color: #000;
  border-color: transparent;
  color: white;
  font-size: 24px;
}.search__button {
    border-radius: 0px;
  }.search__button:hover {
  color: white;
  background-color: #999999;
  border: 1px solid #000;
  border-left: 0px;
}

/* #Home page - image with text
================================================== */
.button-grid-container {
  margin-top: 10px;
  display: inline-grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-flow: column;
  grid-gap: 1rem;
}

@media only screen and (max-width: 798px) {
  .button-grid-container--column-mobile {
    grid-auto-flow: row;
  }
}

@media only screen and (max-width: 1024px) {
  .button-grid-container--column-tablet {
    grid-auto-flow: row;
  }
}

.button-grid-container--column {
  grid-auto-flow: row;
}

.block__image_with_text + div:not(.block__image_with_text) {
  padding-top: 20px;
}

.block__image_with_text + section {
  padding-top: 20px;
}

.block__image_with_text + .block__image_with_text {
  margin-bottom: 20px;
}

.image-with-text-container .featured-link--half a[href] img {
  box-shadow: #000 0em 0em 0em;
  transition: opacity 0.2s linear;
}

.image-with-text-container .featured-link--half:hover a[href] img.lazyloaded {
  opacity: 0.8;
}

.standard--width .image-with-text .featured-link--image,
.full-width--false.image-with-text .featured-link--image {
  background-color: transparent;
}

.featured-link--wrap {
  height: 100%;
}

.featured-link--half {
  box-sizing: border-box;
  text-align: center;
  background-color: #ffffff;
  
}
.featured-link--half img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .featured-link--half img {
    width: 100%;
    max-width: auto;
  }
}
.featured-link--half .info {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}
.featured-link--half .info.text-align--right {
  text-align: right;
}
.featured-link--half .info.text-align--right .description:before {
  margin-right: 0;
}
.featured-link--half .info.text-align--left {
  text-align: left;
}
.featured-link--half .info.text-align--left .description:before {
  margin-left: 0;
}
@media only screen and (max-width: 480px) {
  .featured-link--half .info {
    position: static;
    transform: translateY(0);
    padding: 2em 0;
  }
}
.featured-link--half .collection_title {
  margin-bottom: 15px;
  display: block;
}.featured-link--half .collection_title {
    color: #333333;
  }.featured-link--half .description {
  position: relative;
  font-size: 15;
  line-height: 1.5;
  margin-bottom: 20px;
}@media only screen and (max-width: 798px) {
  .featured-link--half .description {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 480px) {
  .featured-link--half .description {
    font-size: inherit;
  }
}
@media only screen and (min-width: 1401px) {
  .featured-link--half .description {
    font-size: inherit;
  }
}/* #Home page - Divider
================================================== */
.shopify-section--divider .container {
  padding: 0;
}

.divider {
  opacity: 0;
  border-top: 0px;
}
.divider.divider--true {
  opacity: 1;
}

/* #Home page - Quote
================================================== */
.quote__text {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #aaaaaa;
}

.quote__text p {
  margin: 0;
}

.quote {
  padding: 10px 0px;
  text-align: center;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #aaaaaa;
}

/* #Home page - Rich text and image
================================================== */
.shopify-section--rich-text-and-image {
  padding: 20px 0;
}

.rich-text__content .regular_text,
.rich-text__content .featured_text {
  margin-top: 15px;
}

/* #Home page - Featured promotions
================================================== */
.promo-animation--true {
  opacity: 0;
}

.featured-promotions.full-width--false {
  padding: 20px 0;
}
.featured-promotions.full-width--false .feature-section {
  margin-bottom: 20px;
}
.featured-promotions .feature-section {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 798px) {
  .featured-promotions .feature-section {
    opacity: 1;
  }
}
.featured-promotions .feature-section .link-promo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.featured-promotions .feature-section .feature-inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.featured-promotions .feature-section .feature-style--circle {
  border-radius: 50%;
}
.featured-promotions .feature-section .feature-style--circle img {
  border-radius: 50%;
}
.featured-promotions .feature-section .feature-style--rounded {
  border-radius: 10px;
}
.featured-promotions .feature-section .feature-style--rounded img {
  border-radius: 10px;
}
.featured-promotions .feature-section .feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.25s linear;
}@media only screen and (max-width: 798px) {
    .featured-promotions .feature-section .feature-overlay {
      background: rgba(255, 131, 100, 0.5);
    }
  }.featured-promotions .feature-section .feature-wrap {
  top: 50%;
  transform: translateY(-50.1%);
  padding: 10px 0;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  pointer-events: none;
}
.featured-promotions .feature-section .feature-details {
  display: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media only screen and (max-width: 798px) {
  .featured-promotions .feature-section .feature-details {
    opacity: 1;
    display: block;
  }
}
.featured-promotions .feature-section .feature-details.reveal-details {
  opacity: 1;
}
.featured-promotions .feature-section .feature-details .feature-details__button {
  margin-top: 15px;
}
.featured-promotions .feature-section .description {
  color: #FFF;
  transition: all 0.3s linear;
  margin-bottom: 0;
}
.featured-promotions .feature-section .description a {
  pointer-events: auto;
}
.featured-promotions .feature-section.title-overlay-true .title {
  transition: all 0.3s linear;
  color: #FFF;
}
@media only screen and (max-width: 798px) {
  .featured-promotions .feature-section.title-overlay-true .title {
    margin-bottom: 10px;
  }
}
.featured-promotions .feature-section.title-overlay-true .title:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background: #FFF;
  transition: width 0.5s ease, background-color 0.5s ease;
  margin: 10px auto auto auto;
}
@media only screen and (max-width: 798px) {
  .featured-promotions .feature-section.title-overlay-true .title:after {
    display: none;
  }
}
.featured-promotions .feature-section.title-overlay-false .feature-wrap .title {
  display: none;
}
.featured-promotions .feature-section:hover .feature-overlay {
  background: rgba(255, 131, 100, 0.5);
}@media only screen and (max-width: 798px) {
    .featured-promotions .feature-section:hover .feature-overlay {
      background: transparent;
    }
  }.featured-promotions .feature-section.title-overlay-true:hover .title:after {
  width: 50%;
  background: #FFF;
}
.featured-promotions .feature-section.title-overlay-true:hover .title {
  color: #FFF;
}
.featured-promotions .feature-section.title-overlay-true:hover .description {
  color: #FFF;
}
.featured-promotions .feature-section.title-overlay-false:hover .description {
  color: #FFF;
}
.featured-promotions .feature-section img {
  width: 100%;
  display: block;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

.promo-1 {
  animation-delay: 0s;
}

.promo-2 {
  animation-delay: 0.3s;
}

.promo-3 {
  animation-delay: 0.6s;
}

.promo-4 {
  animation-delay: 0.9s;
}

.promo-5 {
  animation-delay: 1.2s;
}

.promo-6 {
  animation-delay: 1.5s;
}

.promo-7 {
  animation-delay: 1.8s;
}

.promo-8 {
  animation-delay: 2.1s;
}

.promo-9 {
  animation-delay: 2.4s;
}

.promo-10 {
  animation-delay: 2.7s;
}

.promo-11 {
  animation-delay: 3s;
}

.promo-12 {
  animation-delay: 3.3s;
}

.featured-promotions.full-width--true {
  padding-top: 0;
}

/* #Home page - featured collection
================================================== */
.featured-collection__description {
  padding: 0 20px;
  margin: 20px 0;
}

/* #Home page - image with text overlay
================================================== */
.banner {
  position: relative;
  overflow: hidden;
}.banner {
    background-color: #666666;
  }@media only screen and (max-width: 480px) {
  .banner {
    max-height: inherit;
    background-color: transparent;
  }
}
.banner img {
  width: 100%;
  display: block;
}

/* #Home page - video
================================================== */
.block__featured_video .caption,
.shopify-section--video .caption {
  z-index: 30;
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .block__featured_video .caption,
.shopify-section--video .caption {
    margin: 0;
    height: auto;
  }
}
.block__featured_video .video-text--outside-video,
.shopify-section--video .video-text--outside-video {
  height: auto;
}

.showPosterImage--true[data-ratio="16:9"] {
  padding-top: 56.25%;
}

.showPosterImage--true[data-ratio="4:3"] {
  padding-top: 75%;
}

.homepage-video {
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}.homepage-video {
    background-color: #666666;
  }@media only screen and (max-width: 480px) {
  .homepage-video {
    background-color: transparent;
  }
}
.homepage-video img {
  width: 100%;
  display: block;
}
.homepage-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.homepage-video video {
  background-color: #ffffff;
}
.homepage-video video[poster] {
  object-fit: cover;
}
.homepage-video video.video-autoplay--true.html-video {
  display: none;
}
.homepage-video .homepage-video--media {
  width: 100%;
  height: auto;
  padding-top: 0;
}
.homepage-video .placeholder-image--true a.video__play-button {
  pointer-events: none;
}
.homepage-video .caption.text-on-video {
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .homepage-video .caption.text-on-video {
    position: absolute;
    height: auto;
    transform: translateY(-50%);
    margin: 0;
  }
}

.homepage-video .mobile-video__buttons {
  display: block;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  position: absolute;
}
.homepage-video .mobile-video__buttons.text-on-video {
  z-index: 20;
}
@media only screen and (min-width: 481px) {
  .homepage-video .mobile-video__buttons {
    display: none;
  }
}

.darken-video {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  z-index: 20;
}

/* #Home page - Newsletter
================================================== */
.newsletter_section {
  padding: 20px 0;
}

/* #Page Banners
================================================== */
.banner.page-banner {
  width: 100%;
  overflow: hidden;
  max-height: 100vh;
}

/* #Price UI
================================================== */
.price--sale {
  margin-right: 5px;
  color: #fa4252;
}

.compare-at-price {
  /* text-decoration: line-through; */
  color: #8c8b8b;
}
.compare-at-price .money {
  text-decoration: line-through;
}
.unit-pricing {
  display: block;
  font-size: 0.75em;
  margin-top: 2px;
}

.price-ui {
  display: inline-block;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

.product__details--product-page .price-ui {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}
.product__details--product-page .price-ui .savings {
  order: 5;
  margin-right: 5px;
  /* width: 100%; */
}
.product__details--product-page .price-ui .sold_out {
  order: 3;
}
.product__details--product-page .price-ui .unit-pricing {
  order: 4;
  width: 100%;
  display: none;
}
.product__details--product-page .price-ui .compare-at-price {
  order: 2;
  margin-right: 5px;
}

.price-ui--loading {
  opacity: 0;
}

/* #Price UI badge
================================================== */
.price-ui-badges {
  display: flex;
  margin-bottom: 15px;
}
.thumbnail .price-ui-badges {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
  flex-direction: column;
}

.price-ui-badge {
  margin-right: 5px;
}
.price-ui-badge:last-child {
  margin-right: 0;
}
.thumbnail .price-ui-badge {
  margin-right: 0;
}

.price-ui-badge__sticker {
  background-color: #0c94a4;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  padding: 8px 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .price-ui-badge__sticker {
    font-size: smaller;
    padding: 4px 10px;
  }
}
.price-ui-badges--round .price-ui-badge__sticker {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .price-ui-badges--round .price-ui-badge__sticker {
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 798px) {
  .price-ui-badges--round .price-ui-badge__sticker {
    width: 50px;
    height: 50px;
  }
}
.thumbnail .price-ui-badges--round .price-ui-badge__sticker {
  position: relative;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 798px) {
  .thumbnail .price-ui-badges--round .price-ui-badge__sticker {
    top: 5px;
    right: 5px;
  }
}

.price-ui-badge__sticker--sold-out {
  background-color: #363636;
}

.price-ui-badge__sticker--new,
.price-ui-badge__sticker--pre-order {
  background-color: #05b8d4;
}

/* #Surface Pick-up
================================================== */
.surface-pick-up {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.surface-pick-up.surface-pick-up--loading {
  visibility: hidden;
  opacity: 0;
}

.surface-pick-up-embed {
  --surface-pick-up-embed-theme-success-color: #099E4D;
  --surface-pick-up-embed-theme-error-color: #DE3618;
  --surface-pick-up-embed-theme-paragraph-font-size: 15px;
  --surface-pick-up-embed-theme-paragraph-smaller-font-size: 0.85em;
  --surface-pick-up-embed-theme-body-font-weight-bold: 600;
  --surface-pick-up-embed-theme-body-text-color: #333333;
  --surface-pick-up-embed-theme-link-text-decoration: underline;
  --surface-pick-up-embed-row-gap: 10px;
  --surface-pick-up-embed-column-gap: 10px;
  margin-bottom: 40px;
}

.js-quick-shop .surface-pick-up-embed {
  --surface-pick-up-embed-theme-body-text-color: #2b2e38;
}

.surface-pick-up-item {
  --surface-pick-up-item-theme-success-color: #099E4D;
  --surface-pick-up-item-theme-error-color: #DE3618;
  --surface-pick-up-item-theme-paragraph-font-size: 15px;
  --surface-pick-up-item-theme-paragraph-smaller-font-size: 0.85em;
  --surface-pick-up-item-theme-body-font-weight-bold: 600;
  --surface-pick-up-item-theme-body-text-color: #333333;
  --surface-pick-up-item-theme-border-color: rgba(204, 204, 204, 0.5);
  --surface-pick-up-item-theme-link-text-decoration: underline;
  --surface-pick-up-item-row-gap: 0.8em;
  --surface-pick-up-item-column-gap: 5px;
  --surface-pick-up-item-gap: 22px;
}

.surface-pick-up__modal.fancybox-content .fancybox-close-small svg {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.surface-pick-up__modal-header {
  display: flex;
  flex-direction: column;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.surface-pick-up__modal-title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 35px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
}

.surface-pick-up__modal-subtitle {
  font-size: 15px;
}

.surface-pick-up-embed__in-stock-icon,
.surface-pick-up-embed__out-of-stock-icon {
  width: 0.85em;
  height: 0.85em;
  margin-top: 0.3em;
}

.surface-pick-up-item__pick-up-location {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: none;
}

.surface-pick-up-item__address-info {
  font-size: 0.85em;
  line-height: 1.5;
}

.surface-pick-up-item__in-stock-icon,
.surface-pick-up-item__out-of-stock-icon {
  margin-top: 0.3em;
  width: 0.8em;
  height: 0.8em;
}

.surface-pick-up-item__pick-up-distance {
  padding-left: 5em;
}

.surface-pick-up-item:last-child {
  padding-bottom: calc(var(--surface-pick-up-item-gap) / 2);
}

.surface-pick-up-embed__location-availability {
  text-transform: none;
  letter-spacing: normal;
}

/* #Desktop navigation
================================================== */
.nav-desktop summary {
  list-style: none;
}

.nav-desktop__tier-1-item,
.nav-desktop__tier-2-item,
.nav-desktop__tier-3-item {
  margin: 0;
}

.nav-desktop__tier-2-item,
.nav-desktop__tier-3-item {
  padding: 12px 20px;
}

.nav-desktop__tier-2-item {
  position: relative;
}

.feature_image .nav-desktop__tier-1-link {
  color: #333333;
  transition: color 0.2s ease;
}
.feature_image .nav-desktop__tier-1-link:visited {
  color: #333333;
}
.feature_image .nav-desktop__tier-1-link:hover
.feature_image .nav-desktop__tier-1-link:active, .feature_image .nav-desktop__tier-1-link:focus, .feature_image .nav-desktop__tier-1-link.nav-desktop__tier-1-link--active {
  color: #fa4252;
}

.nav-desktop__tier-1-link {
  border-bottom: solid 1px transparent;
}
.feature_image .nav-desktop__tier-1-link {
  color: #333333;
}
.nav-desktop__tier-1-link:hover, .nav-desktop__tier-1-link[aria-expanded=true] {
  border-bottom: solid 1px #fa4252;
}
.nav-desktop__tier-1-item--dropdown-parent .nav-desktop__tier-1-link:hover, .nav-desktop__tier-1-item--dropdown-parent .nav-desktop__tier-1-link[aria-expanded=true] {
  border-bottom: solid 1px transparent;
}

.nav-desktop__tier-1-link,
.nav-desktop__tier-2-link,
.nav-desktop__tier-3-link {
  position: relative;
  color: #343434;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;

  font-size: 16px;
  line-height: 24px;
  font-family: Poppins;
  font-weight: 400;
}
@media only screen and (max-width: 798px) {
  .nav-desktop__tier-1-link,
.nav-desktop__tier-2-link,
.nav-desktop__tier-3-link {
    font-size: 12px;
  }
}
.nav-desktop__tier-1-link span,
.nav-desktop__tier-2-link span,
.nav-desktop__tier-3-link span {
  color: inherit;
}
.nav-desktop__tier-1-link:visited,
.nav-desktop__tier-2-link:visited,
.nav-desktop__tier-3-link:visited {
  color: #333333;
  text-decoration: none;
}
.nav-desktop__tier-1-link:visited span,
.nav-desktop__tier-2-link:visited span,
.nav-desktop__tier-3-link:visited span {
  color: inherit;
}
.nav-desktop__tier-1-link:hover, .nav-desktop__tier-1-link:active, .nav-desktop__tier-1-link:focus, .nav-desktop__tier-1-link:focus-within,
.nav-desktop__tier-2-link:hover,
.nav-desktop__tier-2-link:active,
.nav-desktop__tier-2-link:focus,
.nav-desktop__tier-2-link:focus-within,
.nav-desktop__tier-2-link.nav-desktop__tier-1-link--active,
.nav-desktop__tier-3-link:hover,
.nav-desktop__tier-3-link:active,
.nav-desktop__tier-3-link:focus,
.nav-desktop__tier-3-link:focus-within,
.nav-desktop__tier-3-link.nav-desktop__tier-1-link--active {
  color: #fa4252;
  text-decoration: none;
}
.nav-desktop__tier-1-link:hover span, .nav-desktop__tier-1-link:active span, .nav-desktop__tier-1-link:focus span, .nav-desktop__tier-1-link:focus-within span, .nav-desktop__tier-1-link.nav-desktop__tier-1-link--active span,
.nav-desktop__tier-2-link:hover span,
.nav-desktop__tier-2-link:active span,
.nav-desktop__tier-2-link:focus span,
.nav-desktop__tier-2-link:focus-within span,
.nav-desktop__tier-2-link.nav-desktop__tier-1-link--active span,
.nav-desktop__tier-3-link:hover span,
.nav-desktop__tier-3-link:active span,
.nav-desktop__tier-3-link:focus span,
.nav-desktop__tier-3-link:focus-within span,
.nav-desktop__tier-3-link.nav-desktop__tier-1-link--active span {
  color: inherit;
}

.nav-desktop__tier-2-link,
.nav-desktop__tier-3-link {
  display: block;
  width: 100%;
  padding: var(--space-4) var(--space-8);
}

.nav-desktop__tier-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.align_right .nav-desktop__tier-1 {
  justify-content: flex-end;
}
.center .nav-desktop__tier-1 {
  justify-content: center;
}
.nav-desktop__tier-1 .nav-desktop__tier-1-item {
  display: inline-block;
}
.nav-desktop__tier-1 .nav-desktop__tier-1-link {
  display: block;
  padding: 12px 0;
  white-space: nowrap;
}
.sticky__menu--custom.sticky .nav-desktop__tier-1 .nav-desktop__tier-1-link {
  padding: 0;
}
.nav-desktop__tier-1-item--dropdown-parent {
  position: relative;
}

.nav-desktop__tier-2-link--parent {
  display: flex;
  justify-content: space-between;
}

.nav-desktop__tier-2-link-icon {
  transform: rotate(270deg);
}

.nav-desktop__tier-2,
.nav-desktop__tier-3 {
  margin: 0;
  position: absolute;
  z-index: 100;
  text-align: left;
  opacity: 0;
  width: 270px;
}
.nav-desktop__tier-2[data-animation],
.nav-desktop__tier-3[data-animation] {
  transition: opacity 0.1s linear;
}
.nav-desktop__tier-2[data-animation-state=open],
.nav-desktop__tier-3[data-animation-state=open] {
  display: block;
  opacity: 1;
}

.nav-desktop__tier-2 {
  top: 100%;
  left: 0;
}
.nav-desktop__tier-2.alternate-drop {
  right: 0;
  left: auto;
}

.nav-desktop__tier-2--dropdown,
.nav-desktop__tier-3 {
  text-align: left;
  padding: 0;
}.nav-desktop__tier-2--dropdown,
.nav-desktop__tier-3 {
    background: rgba(255, 255, 255, 0.9);
  }.nav-desktop__tier-2--dropdown {
  list-style: none;
  text-transform: uppercase;
}
[data-show-separator=true] .nav-desktop__tier-2--dropdown {
  top: 100%;
  border-top: 1px transparent;
}
.nav-desktop__tier-2--dropdown li {
  width: 100%;
}

.nav-desktop__tier-3 {
  top: 0;
  left: 100%;
  transition: none;
}
.nav-desktop__tier-3[data-animation] {
  transition: opacity 0.1s linear;
}
.nav-desktop__tier-3[data-animation-state=open] {
  opacity: 1;
}
.nav-desktop__tier-3.alternate-drop {
  right: 100%;
  left: auto;
}
.nav-desktop__tier-3 li {
  display: block;
  width: 100%;
}

.nav-desktop__tier-2--full-width-menu {
  position: absolute;
  left: 0;
  width: 100vw;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05), 0 16px 16px rgba(0, 0, 0, 0.075);
  border-radius: 0 0 16px 16px;
}.nav-desktop__tier-2--full-width-menu {
    background: rgba(255, 255, 255, 0.98);
  }[data-nav-desktop-details][open] .nav-desktop__tier-2--full-width-menu {
  width: 100%;
}
.sticky_nav .nav-desktop__tier-2--full-width-menu {
  max-height: calc(90vh - var(--sticky-header-height, 100px));
  overflow: scroll;
}

.no-js [data-nav-desktop-details][open] > .nav-desktop__tier-2,
.no-js [data-nav-desktop-details][open] > .nav-desktop__tier-3,
.no-js [data-nav-desktop-details][open] > .header-mega-nav {
  display: block;
  opacity: 1;
}

.no-js [data-nav-desktop-details][open] > .header-mega-nav + .nav-desktop__tier-2,
.no-js [data-nav-desktop-details][open] > .header-mega-nav + .nav-desktop__tier-3 {
  display: none;
  opacity: 0;
}

[data-nav-desktop-details] > summary::-webkit-details-marker {
  display: none;
}

.widemenu {
  list-style: none;
  margin: 0;
  padding: 15px 40px 20px;
  display: flex;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  justify-content: space-around;
}

.widemenu__submenu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widemenu__link {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  text-decoration: none;
}
@media only screen and (max-width: 798px) {
  .widemenu__link {
    font-size: 12px;
  }
}
.widemenu__link:visited {
  color: #333333;
  text-decoration: none;
}
.widemenu__link:hover, .widemenu__link:active, .widemenu__link:focus {
  color: #fa4252;
  text-decoration: none;
}

.widemenu__submenu-heading {
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #333333;
}

.widemenu__submenu-item {
  padding: 6px 0;
  margin: 0;
}

.mega-menu-container {
  display: none;
}
.no-js .mega-menu-container {
  display: flex;
  position: relative;
  width: 100%;
  padding: 10px 20px;
}.no-js .mega-menu-container {
    background: rgba(255, 255, 255, 0.9);
  }.shopify-section--mega-menu {
  width: auto;
}

.mobile-meganav-source {
  display: none;
}

/* #Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file.
    Upload your font files to Assets and then
    copy your FontName into code below and remove
    comment brackets */
/*  @font-face {
      font-family: 'FontName';
      src: url('FontName.eot');
      src: url('FontName.eot?iefix') format('eot'),
           url('FontName.woff') format('woff'),
           url('FontName.ttf') format('truetype'),
           url('FontName.svg#webfontZam02nTh') format('svg');
      font-weight: normal;
      font-style: normal; }
*/
/* #Custom Styles
================================================== */
/* FDuy - Aug 13 2022 */


body {
 height: 100vh; 
}
.fIcon svg {
  width: 24px;
  height: 24px;
  display: flex;
  vertical-align: middle; 
}
.fIcon.search_icon svg {
  width: 24px;
  height: 24px;
}
.fIcon.search_icon svg path {
  fill: black;
}
.fIcon.arrow_down svg {
  width: 10px;
  height: 10px;
  margin-left: 6px;
}
.fIcon.arrow_down svg path { 
  fill: #343434;
}

.homepage-slideshow.flickity-enabled .gallery-cell:not(:first-child) {
  height: inherit;
  background: transparent;
}
.homepage-slideshow .gallery-cell img{
  height: 100%;
  border-radius: 15px;
}

/* .mobile_title {
  font-size: 20px !important;
  font-family: Poppins !important;
  font-weight: 600 !important;
  line-height: 28px !important;
} */
.mobile_sub_title {
  font-size: 16px !important;
  font-family: Poppins !important;
  font-weight: 600 !important;
  line-height: 24px !important;
}
.mobile_primary_btn {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.mobile_third_btn {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.mobile_content_body {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.mobile_caption {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.mobile_menu_title {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.mobile_tab_menu {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.mobile_notice {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}


.mg_top--20 {
  margin-top: 20px;
}
.mg_bottom--6 {
  margin-bottom: 6px;
}
.mg_bottom--10 {
  margin-bottom: 10px;
}
.mg_bottom--20 {
  margin-bottom: 20px;
}
.mg_bottom--24 {
  margin-bottom: 24px !important;
}
.mg_top--zero {
  margin-top: 0;
}
.mg_bottom--zero {
  margin-bottom: 0 !important;
}
.padding--0 {
  padding: 0 !important;
}
.padding_top--15 {
  padding-top: 15px !important;
}
.padding_top--12 {
  padding-top: 12px !important;
}

.size--16 {
  width: 16px !important;
  height: 16px !important;
}
.flex__align--center {
  align-items: center;
}
.display--inline {
  display: inline;
}
.text__align--center {
  text-align: center;
}
.mobile_no_border {
  border: none;
}
.padding_vertical--20 {
  padding: 20px 0;
}
.font_weight--600 {
  font-weight: 600;
}
.font_weight--400 {
  font-weight: 400 !important;
}
.col_gap--10 {
  column-gap: 10px;
}
.flex--column {
  display: flex;
  flex-direction: column;
}
.flex_col--gap_15 {
  row-gap: 15px;
}
.flex_col--gap_8 {
  row-gap: 8px;
}
.promo-banner {
  font-weight: 400;
}

.hidden__line {
  opacity: 0;
}
.mobile_nav.dropdown_link .hide_when_open {
  display: block;
}
.mobile_nav.dropdown_link .open .hide_when_open {
  display: none;
}
.mobile_nav.dropdown_link .show_when_open {
  display: none;
}
.mobile_nav.dropdown_link .open .show_when_open {
  display: block;
}
.banner.slide__grid--true .flickity-viewport {
  /* border-radius: 15px; */
  overflow: hidden;
}
.feature_divider {
  border-bottom: 1px solid #EAEAEB;
  margin-botton: unset;
}

.small__container {
  max-width: 1180px;
}


.section.gifts_by_recipients .metadata_image {
  position: absolute;
  width: 100%;
}
.section.gifts_by_recipients .with_metadata_img .product-wrap {
  position: relative;
}
.section.gifts_by_recipients .list-collections > div {
  background-color: none;
  border-radius: 20px;
  transition: all 0.2s linear;
  box-shadow: -4px -6px 8px 0px #79b9ff14 inset, -2px -2px 4px 0px #ffffff99 inset, 1px 2px 4px 0px #ffffff99 inset;
}

.newsletter_section_with_background input.newsletter-form__sign-up[type=submit] {
  background: #3B4148;
  border-radius: 0 20px 20px 0;
  border-color: unset;
  text-transform: unset;
  border: unset;
  margin: 0 !important;
  font-size: 20px;
  line-height: 24px;
  font-family: Poppins;
  font-weight: 500;
}
.newsletter_section_with_background .newsletter_section h2 {
  color: #eb7054;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 0;
}
.newsletter_section .newsletter-text {
  color: #343434
}

.shopify-section--product-template {
  padding-top: 0 !important;
  padding-bottom: 3rem !important;
  max-width: 1280px;
}
.product_section .modal_price {
  margin-bottom: 15px;
  padding-bottom: unset;
}
.product-main .product-block--price .money {
  color: var(--color-neutral-80);
  font-family: var(--font-family-primary);
}

.product-main .compare-at-price .money {
  color: var(--color-neutral-35) !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}
.product__details--product-page .price-ui .savings {
  background: var(--color-third-10);
  border-radius: var(--border-radius-primary);
  color: var(--color-third-60);
  font-size: 13px !important;
  padding: 5px 12px 2px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}
.product__details--product-page .price-ui .savings .money {
  font-size: 16px;
  font-weight: 500;
}

.swatch-element.soldout {
  display: none;
}
.swatch_options label {
  color: color: var(--color-neutral-60);
  text-transform: none;
  font-family: var(--font-family-primary);
  font-weight: 600;
}


.purchase-details__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

button.customily-preview-button.ld-over-inverse {
  order: 1 !important;
  margin-bottom: 15px !important;
  height: 48px !important;
}
.ld.ld-cycle.ld-ring {
  display: block !important;
}
.customily_option.denx_split {
  /* border-bottom: 2px dashed #cccccc!important; */
  /* margin: 0 12px 5px;
  width: initial !important; */
}

.purchase-details__quantity.product-quantity-box, 
.tee-form-atc-wrapper .tee-quantity{
  width: calc(32% - 5px);
  height: 60px;
  margin-right: 5px;
  position: relative;
  border: 2px solid var(--color-neutral-80);
  border-radius: 40px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.product-quantity-box .product-minus, .product-quantity-box .product-plus, 
#tee-artwork-form #teeFormActions .tee-quantity .tee-quantity-minus,
#tee-artwork-form #teeFormActions .tee-quantity .tee-quantity-plus{
  border: none;
  height: 60px;
  background: unset;
  display: flex;
  width: 30%;
}
.product-quantity-box  .quantity {
  width: 40%;
}
.icon-minus, .icon-plus {
  margin: auto;
}
.purchase-details__quantity.product-quantity-box #quantity, 
#tee-artwork-form #teeFormActions .tee-quantity .tee-quantity-input{
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--font-family-primary);
  color: var(--color-neutral-80);
  border: unset !important;
  padding: 5px !important;
  height: 100% !important;
}

.purchase-details__buttons .add_to_cart, 
#tee-artwork-form #teeFormActions .tee-btn--atc{
  order: 3;
  border-radius: 40px;
  width: calc(68% - 5px);
  margin-left: 5px;
  background-color: var(--color-neutral-80) !important;
  border-color: var(--color-neutral-80);
}

@media only screen and (max-width: 799px){
.purchase-details__buttons .add_to_cart, 
#tee-artwork-form #teeFormActions .tee-btn--atc{
  width: 100% !important;
}
  .purchase-details__quantity.product-quantity-box, .tee-form-atc-wrapper .tee-quantity{
    width: 48% !important;
  }
  
}

.purchase-details__buttons .add_to_cart:active, .purchase-details__buttons .add_to_cart.running {
  background-color: #162c9a !important;
  box-shadow: 4px 6px 8px 0px #C9601099 inset, 2px 2px 2px 0px #A8251414 inset;
}
.ld-over-inverse.running>.ld {
  position: absolute !important;
  right: 10%;
  left: unset !important;
}
button.add_to_cart .text,
#tee-artwork-form #teeFormActions .tee-btn--atc span{
  font-size: 20px !important;
  font-family: var(--font-family-primary) !important;
  font-weight: 500 !important;
  line-height: 32px !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
button.add_to_cart svg {
  margin-right: 15px;
}

.shipping-custom ul {
  list-style: none;
  padding: 0;
  color: var(--color-neutral-60);
}
.shipping-custom ul li {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.hurry-icon {
  flex: 0 0 40px;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.shipping-custom .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.wt-grid {
  display: flex;
  flex-wrap: wrap;
}
.fulfillment_timeline {
  flex-grow: 1;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.etsy-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.etsy-icon {
  display: inline-block;
  fill: currentColor;
  height: 40px;
  vertical-align: middle;
  width: 40px;
  background-color: unset;
  border-radius: 50%;
  display: flex;
  border: 2px solid var(--color-neutral-80);
}
.etsy-icon svg {
  margin: auto;
}
.timeline-line {
  flex-grow: 1!important;
}
.timeline-line div {
  height: 50%;
  border-bottom: 1px solid var(--color-neutral-35) !important;
}
.timeline-date {
  color: var(--color-neutral-80);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: var(--font-family-primary);
  margin: 10px 0 0;
}
svg.shipping_info_icon path {
  fill: var(--color-neutral-80);
}
svg.shipping_info_icon.truck {
  transform: scaleX(-1);
  transform-origin: center;
  
  transform-box: fill-box;
}
.js-shipping-time, .timeline-title {
  color: #3B4148;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.notice_on_shipping {
  font-size: 16px !important;
  font-weight: 400;
  color: #c11f0f;
  padding: 10px 0 0;
}
.fulfillment_timeline:nth-child(2) {
  text-align: center;
}
.fulfillment_timeline:nth-child(3) {
  text-align: right;
}

.product-block--collapsible-tab {
  border-top: unset;
  padding-bottom: 5px;
}
.product-block--collapsible-tab .collapsible-tab {
  border-bottom: unset;
}
.product-block--collapsible-tab .collapsible-tab .collapsible-tab__heading {
  background-color: #C4EEF2;
  border-radius: 12px;
  padding: 12px 20px;
}
.product-block--collapsible-tab .collapsible-tab__heading > span {
  color: #0B8494;
  display: flex;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.product-block--collapsible-tab .collapsible-tab__heading:after {
  color: var(--color-neutral-80);
}
.product-block--collapsible-tab .collapsible_tab_icon {
  margin-right: 12px;
}
.product-block--collapsible-tab .collapsible_tab_icon path {
  fill: #0B8494
}
.product-block--collapsible-tab .collapsible-tab__text {
  padding: 0 5px;
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: unset;
}
.collapsible-tab__text .rte, .collapsible-tab__text .item-content  {
  font-size: 15px;
  /* font-weight: 400px; */
  line-height: 24px;
}
.collapsible-tab__text .rte ul, .collapsible-tab__text .item-content ul {
  list-style: disc inside;
}
.feature_divider.above_share {
  margin-top: 24px;
  margin-bottom: 0;
}
.share_product--title {
  margin: 15px auto;
}
.share_product--title span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--font-family-primary);
  color: var(--color-neutral-80);
}
.social_buttons {
  padding-top: 15px;
}
.share-btn {
  margin-bottom: unset;
  width: 48px;
  height: 48px;
}

.personalized_tip {
  display: flex;
  align-items: center;
  background: #F5F5F6;
  padding: 10px;
  border-radius: unset;
  margin-bottom: 24px;
}
.personalized_tip--icon {
  
  width: 24px;
  margin: 0 10px 0 0;
}
.personalized_tip--icon path {
  fill: #343434;
}
.personalized_tip--text {
  color: var(--color-pawgrey-50);
  font-size: 16px;
  line-height: 24px;
  flex: 1;
}

.product_featured_collection {
  background-color: white;
}

button.customily-preview-button.ld-over-inverse {
  font-family: Poppins !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  -webkit-text-fill-color: #60656A !important;
  border-color: #60656A !important;
  border-width: 1.4px !important;
  border-radius: 12px !important;
  align-items: center;
}

.section h2.title, .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__title, .shopify-section--cart-template .heading__page, .collection_title, .recomatic-headline, .recomatics_section h2.title{
  color: var(--color-neutral-80) !important;
  font-family: var(--font-family-primary) !important;
  font-size: 24px !important;
  line-height: 32px !important;
  font-weight: 500 !important;
  text-align: left;
}
.section h2.title, .shopify-section--cart-template .heading__page, .collection_title, .recomatic-headline, .recomatics_section h2.title{
  margin-bottom: 0px !important;
}
.section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__title{
  margin: 0px !important
}

.cart--title .heading__page{
  text-align: left;
}




.product_featured_collection {
  border-radius: unset;
  margin-bottom: 0 !important;
  overflow: hidden;
}
.product-list .thumbnail .product-wrap {
  padding: 0px !important;

}
.product_featured_collection .image__container {
  overflow: hidden;
}
.image-element__wrap {
  max-width: 100% !important;
}
.product-details .title, .recomatic-title{
  -webkit-line-clamp: 2;
  font-size: 15px !important;
  line-height: 22px !important;
  margin: 10px 0 0 !important;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--color-neutral-80);
  font-family: var(--font-family-primary) !important;
  overflow-wrap: break-word !important;
  text-align: left !important;
  font-weight: 400;
}
/* .product-info__caption  {
  padding: 10px;
  margin-top: 0 !important;
} */
.product-details .desc {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  /* margin-top: 6px; */
}
.product-details .desc.hide_origin_price {
  flex-direction: column-reverse;
  align-items: baseline;
  gap: 6px;
}
.product-details .current_price .money, .recomatic-price{
  color: var(--color-neutral-80) !important;
  font-family: var(--font-family-primary) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
  margin-top: 6px !important;
}
.recomatic-price-wrap{
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  font-family: Poppins !important;
  text-align: left !important;
  color: #d92d1c !important;
}
.product-details .was_price .money {
  font-size: 13px;
  font-weight: 500;
  color: #343434 !important;
}
.product-details .product-type, .recomatic-type {
  color: var(--color-neutral-50) !important;
  font-family: var(--font-family-primary) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  letter-spacing: .01em;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 4px !important;
}


.cart__item {
  align-items: unset;
  border-bottom: 1px solid #EAEAEB;
  padding: 15px 0;
  margin: 0;
  gap: 15px;
}
.cart_page_image {
  margin-top: 0 !important;
  margin-bottom: 5px;
}
.cart__item--image {
  margin-right: 0 !important;
}
.cart__item--image .image-element__wrap {
  border-radius: var(--border-radius-primary);
}
.cart__item--content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  flex-direction: column;
}
.cart__item--title {
  margin-right: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  order: 1;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}
.cart__item--content ul.meta {
  order: 2;
  margin-bottom: 0;
  padding: 0 5px;
  list-style: disc inside;
}
.cart__item--content ul.meta li {
  margin-bottom: 0;
}
.cart__item--discount {
  margin-bottom: 0 !important;
  /* margin-bottom: 8px !important; */
  order: 3;
}
.checkout--text {
  margin-right: 10px;
  font-weight: 500;
}
.cart__item--content .meta .label, .cart__item--content .meta .option_value {
  font-family: var(--font-family-primary);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-pawgrey-40) !important;
  margin-left: -0.2em;
}
.cart__item--content .meta .option_value {
  color: #60656A;
}
.cart__item--content .modal_price .money, .cart__item--content .modal_price .money.sale {
  text-align: left;
  color: var(--color-neutral-80);
  font-weight: 500;
}
.cart__item--content .modal_price .money.was_price {
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #C0C0C0 !important;
}
#cart_form p.modal_price {
  order: 4;
  margin-top: 8px;
}
#cart_form .product-quantity-box {
  order: 3;
  margin: 0
}
.cart__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.cart__item .product-minus {
  padding-left: 0px;
}
.cart__item .product-plus {
  padding-right: 5px !important;
  margin-right: 5px;
}
.cart__remove-btn {
  display: none;
}
.cart_continue_shopping {
  color: #60656A !important;
  font-family: Nunito;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.review_design--trigger svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.review_design--trigger svg path {
  fill: #c11f0f;
}
.review_design--trigger--text {
  display: flex;
  justify-content: center;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  font-family: var(--font-family-primary);
  color: #c11f0f;
}
#cart_form .product-quantity-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1.4px solid var(--color-neutral-35);
  border-radius: 40px;
  min-width: 40%;
  margin-top: 8px;
}

#cart_form .product-quantity-box .quantity, #cart_form .js-change-quantity {
  border: none;
  height: 40px !important;
}
#cart_form .product-quantity-box .quantity {
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-neutral-80);
}
.checkout_button {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #ececec;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 10px;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.checkout_button #checkout {
  min-height: 56px;
  border-radius: 50px;
  justify-content: center;
  background: var(--color-neutral-80);
  border: none;
}
#cart_form .subtotal {
  margin-top: 20px;
  padding: 12px 10px;
  background-color: #FCFCFC;
  border-radius: var(--border-radius-primary);
}
.cart_buyer_protection {
  width: 80%;
  height: auto;
  margin: 10px auto 0;
}
.cart_subtotal {
  padding: 0 8px;
}
.cart_savings {
  letter-spacing: 0em;
  text-align: left;
  padding: 0 8px;
}
.cart_savings .right {
  font-weight: 400;
}
.cart_savings span {
  color: var(--color-third-60);
}
.cart__continue-shopping {
  border-radius: 40px;
  min-height: 56px;
  background: var(--color-neutral-80);
  border: none;
}
.cart_subtotal span.right, .cart_subtotal span.left {
  color: var(--color-neutral-60);
}
.cart--empty {
  padding: 15px 10px 40px !important;
}

.icon-minus, .icon-plus {
  display: flex;
}
.icon-minus svg path, .icon-plus svg path {
  fill: #3B4148 !important;
}
.add_to_cart span.icon-lock:before {
  /* content: unset; */
  margin-right: 4px;
}

.cus__modal__preview {
  display: none;
}
.cus__modal__preview.open {
  display: block;
  z-index: 999;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: #000000d9;
}
.cus__modal__preview.open .cus-preview-modal-wrapper {
  top: 20%;
  position: fixed;
}
.cus__modal__preview.open img {
  max-width: calc(100% - 20px);
  margin: 10px;
  border-radius: 12px;
}
.cus-close {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid white;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
}
.cus-close svg path {
  fill: white;
}

#snize_results.snize-mobile-design.snize-new-version div.snize-pagination a.snize-pagination-load-more {
  background: #FFF !important;
  color: #3B4148 !important;
  border: 2px solid #3B4148 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  font-family: Poppins !important;
  padding: 6px 28px !important;
  width: unset !important;
  border-radius: 14px !important;
}
#snize_results.snize-mobile-design.snize-new-version div.snize-pagination a.snize-pagination-load-more:hover {
  background: #162c9a !important;
  color: #fff !important;
  border: 2px solid #162c9a !important;
}


/* .recomatics_section h2.title {
  text-align: center;
  color: #3B4148 !important;
  margin-bottom: 15px !important;
} */
.recomatic-wrap.recomatic-product-widget, 
.recomatic-wrap.recomatic-cart-widget {
  padding: 0 !important;
}
.recomatic-wrap.recomatic-product-widget .recomatic-content,
.recomatic-wrap.recomatic-cart-widget .recomatic-content,
.recomatic-products,
.recomatic-attributes {
  gap: unset !important;
}
.recomatic-products {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
}
/* .recomatic-product:nth-child(2n) {
  margin-right: 0 !important;
  margin-left: 7.5px !important;
}
.recomatic-product:nth-child(2n +1) {
  margin-right: 7.5px !important;
  margin-left: 0 !important;
} */

.recomatic-attributes {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
.recomatic-ratings {
  display: none !important;
}
.recomatic-price-wrap {
  order: 2;
  margin: 0px !important;
}
/* .recomatic-price-wrap, .recomatic-price {
  margin:5px 0 0 !important;
} */
.recomatic-from {
  display: none !important;
}
/* .recomatic-type {
  order: 3;
  flex: 0 0 38%;
} */


.track_section {
  display: flex;
    gap: 80px
}
.track_content {
  row-gap: 20px;
  display: flex;
  flex-direction: column;
}
.track_content, .track_img {
flex: 1
}
.track_heading {
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #60656A;
}
.track_form {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}
.track_input {
  padding: 16px 12px 16px 16px;
  border: 1.5px solid #A9ACAF;
  border-radius: 8px;
  color: #85888D;
  font-weight: 400;
  font-size: 20px;
}
.track_btn {
  padding: 12px;
  background: #334dca;
  border-radius: 12px;
  border: none;
  color: #fff;
}
.tip_tracking {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #F5F5F6;
  border-radius: 12px;
  color: #3B4148;
}
.track_input, .track_btn{
  margin-bottom: 20px;
}
.tip_ic {
  margin-right: 10px;
}
.track_info {
  color:  #3B4148;
}
.track_info a {
color: #E78534;
text-decoration: none;
}
.track_img {
margin-top: auto
}
.track_desc {
  padding: 0px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.track_section .track_input {
  padding: 12px 12px 12px 16px;
}
#snize-search-results-grid-mode span.snize-overhidden {
  background-color: #f9f9f9 !important;
}

@media only screen and (max-width: 798px) {
  .track_section {
  flex-direction: column;
  row-gap: 20px;
  }
  .tip_tracking {
  align-items: flex-start;
  }
  .cart__item{
    padding: 15px 0;
  }
  .cart__item:first-child{
    padding-top: 0;
  }
  .cart--title .heading__page{
    text-align: center;
    font-size: 18px !important;
    line-height: 24px !important;
    margin-top: 10px;
    margin-bottom: 0px !important;
  }
  #cart_form .product-quantity-box{
    min-width: 60%;
    font-size: 16px;
  }
}

.jdgm-all-reviews-widget {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.jdgm-all-reviews__summary-stars .jdgm-star {
  font-size: 24px;
}
.jdgm-write-rev-link, .jdgm-ask-question-btn {
  border-color: #fa4252 !important;
  color: #fa4252 !important;
  border-radius: 12px;
  padding: 10px 14px !important;
  border-width: 2.4px !important;
}
.jdgm-subtab__name {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  font-family: var(--font-family-primary) !important;
  color: #A9ACAF !important;
}
.jdgm--active {
  color: #323843 !important;
}
.jdgm-all-reviews-page__load-more {
  background: #FFF !important;
  color: #3B4148 !important;
  border: 2px solid #3B4148 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  font-family: Poppins !important;
  padding: 6px 28px !important;
  width: unset !important;
  border-radius: 14px !important;
}
.jdgm-all-reviews-page__load-more:hover {
  background: #162c9a !important;
  color: #fff !important;
  border: 2px solid #162c9a !important;
}
div.snize div.snize-main-panel {
  border: none !important;
}

.footer .toggle_content li a{
  color: #EAEAEB;
  font-weight: 400;
}
.footer_logo .toggle_content p,
.footer_logo .toggle_content a{
  font-size: 13px;
  line-height: 18px;
}
.newsletter_section_with_background h2.title {
  color: #162c9a !important;
}

.snize-main-panel-view-mode {
  display: none !important;
}
.sticky__menu--custom {
  box-shadow: 0 0 25px #0000001a;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
}


@media only screen and (min-width: 1025px) {
  
  .section {
    width: 90%;
    max-width: 1280px;
  }
  
  .desktop_heading_section {
    font-family: Poppins !important;
    font-size: 28px !important;
    line-height: 40px !important;
    font-weight: 500 !important;
  }
  .desktop_sub_title {
    font-family: Poppins !important;
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
  }
  .desktop_content_body {
    font-family: Poppins !important;
    font-size: 16px !important; 
    line-height: 24px !important;
    font-weight: 400 !important;
  }
  .desktop_secondary_button {
    font-family: Poppins !important;
    font-size: 28px !important; 
    line-height: 40px !important;
    font-weight: 600 !important;
  }
  .desktop_third_button {
    font-family: Poppins !important;
    font-size: 24px !important; 
    line-height: 32px !important;
    font-weight: 500 !important;   
  }
  .homepage--slideshow,
  .single__image--gallery,
  .gifts_by_recipients,
  .shop_by_products {
    max-width: 1280px;
  }
  .featured_collection--none_banner .section,
  .section.featured__collection--products__list {
    max-width: 1180px;
  }
  .featured_collection--none_banner .product-details .current_price .money {
    font-size: 20px;
    line-height: 28px;
  }
  .featured_collection--none_banner .product-details .product-type {
    font-size: 16px;
    line-height: 24px;
  }
  .section.gifts_by_recipients .list-collections > div:hover {
    background-color: #0AB9CA;
    box-shadow: 0px 16px 28px 0px #2033480A,0px 6px 12px 0px #20334814,2px 4px 8px 0px #FFFFFF99 inset,-4px -6px 8px 0px #79B9FF14 inset,-2px -2px 4px 0px #FFFFFF99 inset;
  }
  .section.gifts_by_recipients .list-collections > div:hover .title {
    color: #fff;
  }
  .container > .one-whole.column {
    width: 100%;
  }
  .desc {
    font-size: 14.5px !important;
  }
  
  .homepage--slideshow > .container,
  .single__image--gallery > .container {
    display: block;
  }
  
  .shopify-section--featured-collection .section > .container {
    display: block;
  }
  .banner__collection--false--products {
    margin: 0 !important;
  }
  .featured__collection--products__list .product_featured_collection {
    margin-left: 0;
    margin-right: 0;
  }
  .featured__collection--products__list .equal-columns--outside-trim .one-fourth {
    width: calc(25% - 20px);
  }
  .wt-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 24px;
  }
  
  .featured_collection--with__banner .container.banner__collection--true--left, 
  .featured_collection--with__banner .container.banner__collection--true--right {
    display: inline-flex;
    gap: 20px;
    justify-content: space-between;
    /* height: calc(100vw * 880 / 1280); */
  }
  .banner__collection + .one-whole.column{
    flex: 1;
  }
  .single__image--gallery .gallery-image-wrapper {
    width: 100%;
    margin: 0;
  }
  .section.gifts_by_recipients {}
  .homepage--slideshow > .container > div, .section.gifts_by_recipients > .container > div, .shop_by_products > .container > div {
    margin: 0;
  }
  .shopify-section--slideshow {
    margin: 20px 0 0;
  }
  .single__image--gallery {
    padding: 0 !important;
  }

  .single__image--gallery .image-element__wrap  {
    border-radius: 20px;
  }
  .section.gifts_by_recipients .list-collections, .section.shop_by_products .list-collections {
    justify-content: center;
  }
  .section.gifts_by_recipients .list-collections > div {
    background-color: #DCF5F8;
    border-radius: 20px;
  }
  .banner__collection.one-whole.column.is-hidden-mobile-only {
    /* flex: 0 0 calc(100% * 418 / 1280); */
    flex: 0 0 39%;
    margin-left: 0;
    margin-right: 0;
  }
  .banner__collection--true--products {
    flex: 0 0 59%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .section.section.gifts_by_recipients .list-collections .product-wrap {
    padding: 12px 4px 8px;
  }
  .section.gifts_by_recipients .list-collections > div.one-third:nth-of-type(3n+1) {
    margin-left: 0px;
  }
  .section.gifts_by_recipients .list-collections > div.one-third:nth-of-type(3n) {
    margin-right: 0px;
  }
  .section .product-wrap .collection-info__caption {
    margin-bottom: 4px;
  }
  .section .product-wrap .collection-info__caption .title {
    font-size: 18px;
    
    font-weight: 700;
    line-height: 32px;
    color: #c11f0f;
    margin-bottom: unset;
  }

  .section.shop_by_products .list-collections {
    gap: 32px;
  }
  .section.shop_by_products .list-collections > div {
    margin-left: 0;
    margin-right: 0;
    width: 12.97%;
  }

  .section.shop_by_products .product-wrap {
    padding-bottom: 12px;
  }
  .section.shop_by_products .product-wrap .image__container {
    margin-bottom: 4px;
    background: #F6FAFC;
    border-radius: 50%;
  }
  .section.shop_by_products .product-wrap img {
    transition: transform .2s ease-out;
  }
  .section.shop_by_products .product-wrap:hover img {
    transform: scale(1.1);
  }
  .section.shop_by_products .product-wrap .title {
    font-family: var(--font-family-primary);
    font-weight: 400;
    color: #343434;
  }
  
  .section.featured__collection--title .title {
    margin-bottom: 16px;
  }

  
  .jdgm-carousel-wrapper {
    width: unset !important;
    padding: 0 0 60px !important;
  }
  .jdgm-carousel__item-wrapper {
    height: unset !important;
  }
  .jdgm-carousel--aligned-theme .jdgm-carousel-item__review-wrapper {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    margin: 10px 0 0;
  }
  .jdgm-carousel-item__review {
    order: 2;
  }
  .jdgm-carousel-item__reviewer-name-wrapper {
    order: 1;
  }
  .jdgm-carousel--aligned-theme .jdgm-carousel-item__product-image {
    width: 100% !important;
    max-width: 100%;
    max-height: 300px;
    border-radius: var(--border-radius-primary);
  }
  .jdgm-carousel-item__review-rating {
    display: block !important;
  }

  
  [data-nav-desktop-details][open] .nav-desktop__tier-2--full-width-menu {
    max-width: 1240px;
    left: 50%;
    /* margin-left: -620px;  */
    margin-left: -50%;
  }
  .widemenu {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .widemenu.columns--3 {
    grid-template-columns: repeat(3,1fr);
    grid-gap: 100px;
    padding: 0 218px;
  }
  .widemenu.columns--4 {
    grid-template-columns: repeat(4,1fr);
    grid-gap: 80px;
    padding: 0 131.5px;
  }
  .widemenu.columns--5 {
    grid-gap: 49.25px;
    padding: 0 70px;
  }

  .nav-desktop__tier-1-item .nav-desktop__tier-1-link.nav-desktop__tier-1-link--active {
    color: var(--color-neutral-50);
  }
  .nav-desktop__tier-1-item:hover .fIcon.arrow_down svg path {
    fill: #fa4252 !important;
  }
  /* .nav-desktop__tier-1-item:hover .nav-desktop__tier-1-link {
    color: #fa4252 !important;
  } */
  .margin_bottom-60px {
    margin-bottom: 60px !important;
  }
  
  .newsletter_section {
    background-repeat: no-repeat !important;
    padding: 0;
    background-size: cover !important;
    max-height: 320px;
  }
  .newsletter_section > .container > div {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0;
  }

  .banner__collection--true--right {
    display: grid;
    grid-template-columns: 60% 40%;
  }
  .banner__collection--true--left {
    display: grid;
    grid-template-columns: 40% 60%;
  }
  .shopify-section--collection-list,
  .featured_collection,
  .personalized_tutorial {
    margin-bottom: 80px
  }

  .footer--company {
    padding-left: 48px !important;
  }
  
  .section-wrapper--product {
    max-width: unset;
    margin: 100px auto 0px;
    width: 100%;
  }
  .product_section {
    gap: 28px;
  }

  .section-wrapper--product .product-container .product__images.four-sevenths {
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 calc(55% - 14px);
    /* max-width: 600px; */
  }
  .section-wrapper--product .product-container .product__details.three-sevenths {
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 calc(45% - 14px);
  }
  .flickity-viewport {
    min-height: 700px !important;
  }
  .gallery-wrap.gallery-arrows--true.gallery-thumbnails--left {
    display: inline-block;
    position: sticky;
    top: 97px;
    width: 100%;
  }
  .flickity-button.flickity-prev-next-button.next,
  .flickity-button.flickity-prev-next-button.previous {
    display: none;
  }
  .product_gallery {
    margin-bottom: 0;
  }
  .product_gallery_nav .gallery-cell img {
    border-radius: none;
  }
  .product-main .product_name {
    font-size: 1.4em; 
    font-family: var(--font-family-primary);
    color: var(--color-neutral-60);
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: 0.01rem;
  }
  .product__details--product-page .shopify-block.shopify-app-block {
    margin-top: 6px;
  }
  .product__details--product-page .shopify-block.shopify-app-block,
  .product__details--product-page .shopify-block.shopify-app-block .jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link
  {
    margin-bottom: 0;
  }
  .product-block.product-block--price {
    margin-top: 10px;
  }

  .product-tabs__panel {
    height: 300px;
    overflow-y: auto;
  }
  .product-tabs__panel span{
    color: #60656A !important;
    font-size: 16px !important;
    line-height: 25px;
  }
  .jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link {
    margin-bottom: 40px;
  }
  .product_section .modal_price {
    margin-bottom: 0px;
  }
  .product-main .product-block--price .money {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }
  .product-main .compare-at-price .money {
    font-size: 16px !important;
  }
  .product_section .product_form {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin-top: 20px;
  }
  .swatch .option_title  {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 22px;
  }
  .swatch_options label {
    font-size: 14px;
    line-height: 20px;
  }
  .purchase-details__buttons {
    margin-left: 0;
  }
  .purchase-details__quantity.product-quantity-box,
  .purchase-details__buttons .add_to_cart,
  .product-quantity-box .product-minus,
  .product-quantity-box .product-plus,
  .tee-form-atc-wrapper .tee-quantity,
  #tee-artwork-form #teeFormActions .tee-quantity .tee-quantity-minus,
  #tee-artwork-form #teeFormActions .tee-btn--atc
  {
    height: 60px;
  }
  .shipping-custom ul li {
    margin-bottom: 24px;
  }
  .notice_on_shipping {
    margin-bottom: 10px !important;
    padding-top: 0 !important;
    justify-content: center;
  }
  .wt-grid{
    margin-bottom: 20px;
  }

  .fulfillment_timeline:nth-child(3) {
    text-align: center;
  }

  .personalized_tip {
    padding: 20px 16px;
  }
  .personalized_tip--icon {
    width: 32px;
    height: 32px;
  }

  .product-tabs {
    gap: 10px;
  }
  .product-tabs__label {
    display: block;
    text-align: center;
    font-size: 15px !important;
    line-height: 36px !important;
  }
  .meta .social_buttons {
    padding-top: 0;
    margin-bottom: 0 !important;
  }
  
  .mobile_order-3 .footer-social-icons  {
    display: none;
  }
  .jdgm-subtab__name {
    font-size: 16px !important; 
    font-weight: 500;
    line-height: 24px;
    font-family: ;
    color: #A9ACAF !important;
    max-width: 30%;
    text-align: center;
  }
  span.jdgm-subtab__name[data-tabname="shop-reviews"] {
    margin-left: 12px;
  }
  .jdgm-subtab__name.jdgm--active {
    font-weight: 500;
    color: #323843 !important;
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .jdgm-prev-badge__text {
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: var(--font-family-primary);
    font-weight: 400;
    color: var(--color-pawgrey-30) !important;
    margin-left: 5px !important;
  }
  .jdgm-prev-badge__text::before{
    content: '(';
  }
  .jdgm-prev-badge__text::after{
    content: ')';
  }
  .jdgm-rev-widg.jdgm-rev-widg {
    border: none !important;
    padding: 0 !important;
  }
  .jdgm-rev-widg__title {
    margin-bottom: 28px;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    color: #3B4148 !important;
  }
  .jdgm-rev-widg__summary-text {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-family-primary);
  }

  .jdgm-widget-actions-wrapper > a {
    color: #fa4252 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    font-family: Poppins, sans-serif !important;
    border-radius: 10px !important;
    border-width: 2px;
    padding: 10px 20px;
  }
  .jdgm-ask-question-btn {
    margin-left: 12px !important;
  }
  .jdgm-paginate__page {
    color: #60656A !important;
    font-size: 18px !important;
    padding: 0px !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
  }
  .jdgm-paginate__page.jdgm-curt {
    background: #334dca !important;
    padding: 6px;
    color: #FFF !important;
    font-size: 18px !important;
    border-radius: 20px;
    font-weight: normal !important;
  }
  .jdgm-all-reviews-rating {
    font-size: 20px !important;
  }

  

  
  .product-tabs .product-tabs__label {
    padding: 0;
  }
  .feature_divider.above_share {
    margin-top: 28px;
  }

  
  .one-whole.column.recomatics_section {
    margin-top: 16px;
    margin-bottom: 40px;
  }
  .recomatic-products {
    column-gap: 20px !important;
    row-gap: 24px !important;
    display: grid !important;
  }
  /* .recomatics_section h2.title {
    margin-bottom: 16px !important;
  } */
  
  .jdgm-sort-dropdown-wrapper {
    width: unset !important;
  }
  
  .cart__wrapper {
    column-gap: calc(100% * 32 / 1180);
  }
  .cart__wrapper .cart--items__wrapper {
    padding-right: 110px;
  }
  .cart__wrapper .cart--items__wrapper, .cart__wrapper .cart--checkout__wrapper {
    margin-right: 0px;
    margin-left: 0px;

  }
  /* .cart__wrapper .cart--items__wrapper {
    width: calc(100% * 668 / 1180);
  } */
  .sub_title--block {
    padding-bottom: 8px;
  }

}
.snize-header {
  display: none !important;
}


@media only screen and (max-width: 799px) {
  .mobile__padding__left--10px {
    padding-left: 10px;
  }
  .mobile__padding__right--10px {
    padding-right: 10px;
  }
  .snize-price-list {
    font-size: 16px !important;
  }
  div.content, section.content {
    padding: 5px 0;
  }

  .jdgm-write-rev-link {
    margin-bottom: 10px !important;
  }
  .footer .social_icons a {
    font-size: 20px;
  }
  
  .shopify-app-block {
    margin-bottom: 0 !important;
  }
  .personalized_tip {
    align-items: initial;
  }
  .mb_pd_top--20px {
    padding-top: 20px;
  }
  .section.gifts_by_recipients .list-collections>div {
    width: calc(50% - 4.5px);
    margin-bottom: 16px;
  }
  .section.gifts_by_recipients .list-collections>div:nth-child(5),
  .section.gifts_by_recipients .list-collections>div:nth-child(6) {
    margin-bottom: 0;
  }
  .section.gifts_by_recipients .list-collections>div:nth-of-type(2n+1) {
    margin-left: 0;
    margin-right: 4.5px;
  }
  .section.gifts_by_recipients .list-collections>div:nth-of-type(2n) {
    margin-left: 4.5px;
    margin-right: 0;
  }
  
    
    .product_featured_collection {
      border-radius: unset;
      margin-bottom: 0 !important;
      margin-top: 16px;
    }
    .product-list .thumbnail .product-wrap {
      padding: 0px !important;

    }
    .product_featured_collection .image__container {
      overflow: hidden;
      border-radius: unset;
    }
    .image-element__wrap {
      max-width: 100% !important;
    }
    /* .product-info__caption  {
      padding: 7px 7px 0;
      margin-top: 4px !important;
      border-radius: unset;
    } */
    .product-details .title, .recomatic-title{
      font-size: 14px !important;
      line-height: 20px !important;
    }
    .product-details .desc {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      flex-direction: column-reverse;
      align-items: flex-start;
      margin: 5px 0 7px;
    }
    .product-details .was_price .money {
      font-size: 13px;
      font-weight: 500;
      color: #343434 !important;
    }
  section.section.single__image--gallery {
    margin: unset;
    width: 100%;

  }
  section.section.single__image--gallery .gallery-image-wrapper {
    margin-bottom: 0px;
  }
  .single__image--gallery .image-element__wrap {
    border-radius: 12px;
  }
  .banner__collection--true--right,
  .banner__collection--true--left {
    grid-template-columns: 1fr;
  }

  .section_form .newsletter-text+.newsletter {
    margin-top: 24px;
  }
  /* .section.shop_by_products h2.title, .featured_collection--none_banner h2.title {
    font-size: 20px;
    line-height: 28px;
  } */
  .section.gifts_by_recipients h2.title {
    margin-top: 0;
    font-family: Poppins;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  .with_metadata_img .product-wrap {
    padding: 10px 5px 5px;
  }
  .section.gifts_by_recipients .with_metadata_img .product-wrap .collection-info__caption .title {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #0C94A4;
    font-weight: 900;
  }
  .section.shop_by_products .list-collections {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .section.shop_by_products .list-collections::-webkit-scrollbar {
    display: none;
  }
  .section.shop_by_products .list-collections > div {
    min-width: 35%;
    min-height: auto;
    margin-bottom: 0;
  }
  .section.shop_by_products .list-collections > div {
    margin-left: 8px;
    margin-right: 8px;
  }
  .section.shop_by_products .list-collections > div:first-child {
    margin-left: 0px;
    margin-right: 8px;
  }
  .section.shop_by_products .list-collections > div:last-child {
    margin-left: 8px;
    margin-right: 0px;
  }
  .section.shop_by_products .list-collections > div .image__container {
    background: #fafafa;
    border-radius: 50%;
  }
  .section.shop_by_products .collection-info__caption .title {
    font-family: Poppins;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #343434;
  }
  .section.personalized_tutorial .step .desc {
    line-height: 20px;
    font-size: 14px !important;
  }

  .personalized_tutorial .one-fourth.large-down--one-half.small-down--one-half.column {
    margin: 0 0;
    width: calc(50% - 7.5px);
  }
  .viewmore_btn {
    font-size: 20px !important;
  }
  .featured_collection--none_banner .featured__collection--title h2.title {
    margin-bottom: 0;
  }
  .featured_collection--none_banner .featured__collection--products__list, .featured_collection--with__banner .featured__collection--products__list {
    margin: 0;
    width: 100%;
  }
  .featured_collection--none_banner .product-list--collection, .featured_collection--with__banner .product-list--collection {
    justify-content: space-around;
  }
  .featured_collection--none_banner .product-list--collection .product_featured_collection:nth-of-type(2n+1),
  .featured_collection--with__banner .product-list--collection .product_featured_collection:nth-of-type(2n+1) {
    margin-right: 6px;
  }
  .featured_collection--none_banner .product-list--collection .product_featured_collection:nth-of-type(2n),
  .featured_collection--with__banner .product-list--collection .product_featured_collection:nth-of-type(2n)  {
    margin-left: 6px;
  }
  .banner__collection--true--left,
  .banner__collection--true--right {
    gap: unset;
  }
  .newsletter_section_with_background h2.title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .newsletter_section .newsletter-text p {
    font-size: 14px;
  }
  .input-row {
    flex-direction: row;
    margin-left: 0px;
    margin-right: 0px;
  }
  .newsletter_section_with_background input.newsletter-form__sign-up[type=submit] {
    width: 30% !important;
    border-radius: 0 16px 16px 0;
  }
  .newsletter_section_with_background .newsletter input[type=email] {
    width: 70%;
    border-radius: 16px 0 0 16px;
    font-size: 14px;
    margin: 0 !important;
    padding-left: 16px;
  }
  .newsletter_section_with_background .newsletter-form__sign-up[type=submit] {
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }
  
  .section-wrapper--product {
    width: 100%;
  }
  .product_gallery {
    margin-bottom: 10px;
  }
  .product_gallery_nav {
    margin-bottom: 24px;
  }
  .product_gallery_nav .gallery-cell {
    display: inline-block;
    width: 52px !important;
    height: 52px !important;
    background: #e2e2e2;
    /* border-radius: 20px; */
    /* opacity: .25; */
    cursor: pointer;
    border: #e2e2e2 1px solid;
    margin: 0 8px 0 0;
  }
  .product_gallery_nav .gallery-cell.is-nav-selected {
    /* background: #162c9a; */
    border: #162c9a 1px solid;
  }
  .product-main .product__images .product_gallery {
    margin-bottom: 10px;
  }
  .product-main .product__images .product_gallery_nav {
    margin-bottom: 15px;
  }
  .product-main .product__images .product_gallery_nav .flickity-viewport {
    height: 52px !important;
  }

  .product-main .product_name {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--font-family-primary);
    margin-bottom: 8px;
    margin-top: 10px;
    font-weight: 600;
  }
  .product-main .jdgm-widget.jdgm-preview-badge.jdgm--done-setup {
    margin-bottom: 15px;
  }
  /* .product-main .swatch_options .option_title {
    color: #3B4148;
    font-size: 18px;
    line-height: 24px;
    font-family: Poppins;
    font-weight: 500;
    margin: 4px 0;
  } */
  .smart-payment-button--false .purchase-details {
    padding-bottom: 24px;
  }
  .smart-payment-button--false {
    margin-bottom: unset;
  }
  
  .section-wrapper--product .jdgm-rev-widg {
    border: none !important;
    padding: 0 !important;
  }

  .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header {
    text-align: center;
  }

  .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__summary-inner {
    margin-bottom: 15px !important;
  }
  .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__summary {
    float: unset;
  }
  .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__summary .jdgm-rev-widg__summary-text {
    font-family: var(--font-family-primary) !important;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 5px;
  }
  
  .section-wrapper--product .jdgm-widget .jdgm-paginate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .section-wrapper--product .jdgm-widget .jdgm-paginate > a {
    color:  #60656A;
    font-size: 20px;
    min-width: 28px;
    /* font-family: Poppins !important; */
  }
  .section-wrapper--product .jdgm-widget .jdgm-paginate__page.jdgm-curt {
    background-color: #162c9a !important;
    border-radius: 20px;
    color: white;
    font-weight: 500;
    height: 40px;
    padding: 10px;
    width: 40px;
  }
  .social_buttons {
    border-top: none;
  }
  /* Header mobile */
  #header .top-bar {
    padding: 5px 15px;
  }
  /* Footer */
  .footer_logo {
    margin: 0 !important;
  }
  .footer {
    padding: 0 15px;
  }
  .mobile_order-1 {
    order: 1;
  }
  .mobile_order-3 {
    order: 3;
    float: right;
    width: auto;
    margin-right: 15px !important;
  }
  .mobile_order-2 {
    order: 2;
    margin-left: 15px !important;
  }
  .social_icons {
    display: none;
  }
  .mobile_order-3 .social_icons {
    display: block;
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
  }

  .mobile_order-6 {
    order: 6;
  }
  .newsletter_section.newsletter-bgr-true {
    background-position: center !important;
    background-size: cover !important;
  }
  #contact_form input.newsletter-form__sign-up[type=submit] {
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins;
    font-weight: 500;
    padding: unset !important;
  }
  /* footer .logo_with_desc {
    flex: 0 0 63%;
  } */
  .mobile_order-3 .toggle_content ul,.mobile_order-2 .toggle_content ul {
    padding: 0;
  }
  .mobile_order-3 .toggle_content ul li, .mobile_order-2 .toggle_content ul li {
    margin-bottom: 12px;
  }
  .mobile_order-3 .toggle_content ul li p, .mobile_order-2 .toggle_content ul li p {
    margin-bottom: unset;
  }
  .credits {
    padding-top: unset;
  }
  .shopify-section.shopify-section--gallery {
    margin-bottom: 24px;
  }
  /* Tutorial on homepage */
  .personalized_tutorial {
    padding: 15px 0 0;
  }
  .personalized_tutorial .one-fourth:nth-child(2n) {
    padding-left: 15px!important;
    margin-right: 7.5px !important;
  }
  .personalized_tutorial .one-fourth:nth-child(2n+1) {
    padding-right: 15px!important;
    margin-left: 7.5px !important
  }
  .image_step img {
    background: white;
    border-radius: 16px;
    box-shadow: 0px 16px 28px 0px #c1431b0a,
                0px 6px 12px 0px #bf585e14,
                2px 4px 8px 0px #ffffff99 inset,
                -4px -6px 8px 0px #ffefe71a inset,
                -2px -2px 4px 0px #ffffff99 inset;
  }
  .sub_title--block {
    margin: 4px 0 0=4px;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins;
    line-height: 24px;
    color: #162c9a;
  }
  .content_step p.title {
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins;
    line-height: 24px;
    color: #3B4148;
  }
  
  .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel {
    width: 100% !important;
    margin: 0 !important;
  }
  .jdgm-carousel-item {
    width: 50%!important;
  }
  .jdgm-carousel--aligned-theme .jdgm-carousel-item__product-image {
    width: 100%!important;
    max-width: 100%;
    max-height: 200px;
    border-radius: var(--border-radius-primary);
  }
  .jdgm-carousel--aligned-theme .jdgm-carousel-item__review-wrapper {
    display: flex!important;
    flex-direction: column;
    width: 100%!important;
    margin: 8px 0 0;
  }
  .jdgm-carousel-wrapper .jdgm-carousel__item-wrapper {
    height: auto !important;
  }
  .jdgm-carousel-item__review-body>p {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
    overflow: hidden !important;
    font-size: 13px;
    line-height: 20px !important;
  }
  .jdgm-carousel-wrapper {
    padding-top: 0 !important;
    padding-bottom: 25px !important;
  }
  .jdgm-carousel--aligned-theme .jdgm-carousel-item {
    padding: 0 7.5px !important;
  }
  
  .jdgm-carousel-item__review-title {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
  }
  .jdgm-carousel-item__review-rating, .jdgm-carousel-item__review-body, .jdgm-carousel-item__reviewer-name {
    display: block !important;
  }

  img.footer-logo {
    max-width: unset;
  }
  /* .product__images.four-sevenths.columns.medium-down--one-whole {
    padding-top: 12px;
  } */
  .product_gallery img {
    border-radius: var(--border-radius-primary);
  }
  
  .snize-main-panel-controls {
    display: none !important;
  }
  .snize-results-page .feature_divider  {
    display: none;
  }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product {
    border: unset !important;
  }
  div.snize-search-results {
    margin-bottom: 0 !important;
  }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode .snize-thumbnail {
    padding-top: 0 !important;
  }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns .snize-product {
    border-radius: 10px !important;
    width: calc(50% - 17.5px) !important;
    background: #FAFAFA;
  }
  
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns .snize-product:nth-child(2n + 1) {
    margin: 7.5px 7.5px 7.5px 10px !important;
  }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns .snize-product:nth-child(2n) {
    margin: 7.5px 10px 7.5px 7.5px !important;
  }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode span.snize-thumbnail {
    height: fit-content !important;
  }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode span.snize-thumbnail img {
    height: 100% !important;
    width: 100%;
    position: relative;
    left: unset !important;
    right: unset !important;
  }
  #snize-search-results-grid-mode span.snize-thumbnail img {
    top: unset !important;
    bottom: unset !important;
  }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode span.snize-overhidden {
    padding: 4px 5px 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product span.snize-title {
    order: 1;
    margin: 0 !important;
    color: #121212 !important;
    font-family: Poppins !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 600 !important;
  }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode .snize-price-list {
    order: 2;
    margin: 5px 0 7px !important;
    display: flex;
  }
  div.snize#snize_results.snize-mobile-design li.snize-product .snize-price-list .snize-price {
    margin: 0 !important;
    color: #ff8364 !important;
    font-family: Poppins !important;
    font-size: px !important;
    line-height: px !important;
    font-weight: 500 !important;
  }
  #snize-search-results-grid-mode span.snize-attribute {
    order: 3;
    margin: 5px 0 7px !important;
    color: #85888D !important;
    font-family: Poppins !important;
    line-height: 18px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    flex: 0 0 36%;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    
  }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel {
    margin: 0 !important;
    width: 100% !important;
  }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-dropdown {
    width: 192px;
    max-width: unset !important;
    float: right;
    margin: 10px 0 0 !important;
  }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-dropdown>a {
    padding: 10px !important;
    border-radius: 10px !important;
  }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters {
    float: left !important;
    margin: 10px 0 0 !important;
  }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters>a  {
    padding: 10px 20px !important;
    border-radius: 10px !important;
  }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-dropdown>a>span,
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters>a {
    text-transform: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: unset !important;
    line-height: 20px !important;
    font-family: var(--font-family-primary) !important;
    color: #3B4148 !important;
  }
  div.snize div.snize-pagination {
    margin: 7.5px auto 24px !important;
  }
  #snize_results.snize-mobile-design.snize-new-version div.snize-pagination div.snize-current-page {
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    color: #85888D !important;
    font-family: var(--font-family-primary) !important;
  }
  #snize_results.snize-mobile-design.snize-new-version div.snize-pagination a.snize-pagination-prev,
  #snize_results.snize-mobile-design.snize-new-version div.snize-pagination a.snize-pagination-next {
    padding: 10px 0 !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: Poppins !important;
    font-weight: 500 !important;
    margin-top: 12px !important; 
    margin-bottom: 24px !important;
  }
  #snize_results.snize-mobile-design.snize-new-version div.snize-pagination a {
    color: #3B4148 !important;
  }
  #snize_results.snize-mobile-design.snize-new-version div.snize-pagination a.disabled {
    color: #343434 !important;
    opacity: 1 !important;
  }

  .collection_template--banner {
    padding: 12px 0 15px;
  }
  .collection_template--banner header {
    border-radius: 10px;
  }
  p.collection_template--title {
    text-align: center;
    color: #3B4148;
    margin-bottom: 0;
    padding-top: 15px;
  }
  /* .shopify-section--cart-template .section {
    padding-bottom: 24px;
  } */
  .badges_img {
    transform: scale(0.7) !important;
    margin: -20px;
  }
  .cus__modal__preview.open {
    z-index: 99999;
  }

  .product-gallery__thumbnail .media-badge {
    max-width: unset !important;
    max-height: unset !important;
  }
}

.cart_subtotal .money {
  font-weight: 500;
  color: var(--color-neutral-80);
}

.cart__item--content .product-quantity-box {
  boder-radius: var(--border-radius-primary);
}


@media only screen and (min-width: 1024px) {
  .shopify-section--cart-template .section {
    max-width: 1280px;
  }
  /* .cart__wrapper .cart--checkout__wrapper {
    width: 30%;
  } */
  .cart__item {
    gap: 24px;
  }
  .cart__item--image {
    min-width: 240px;
  }
  .cart__item--content {
    /* display: grid;
    grid-template-areas: "title title"
    "meta meta"
    "box price"
    "preview preview";
    align-items: center; */
    display: flex;
    min-height: 240px;
    height: fit-content;
  }
  .cart__item--discount {
    order: 3
  }

  .cart__item--content .modal_price .money.was_price {
    text-align: right;
  }
  #cart_form .product-quantity-box {
    flex: 0 0 32%;
    min-width: 100px;
    height: 100%;
    margin-top: 0;
    padding: 5px 8px;
  }
  .cart__item--discount {
    font-size: 15px;
  }


  p.meta.cart__item--discount {
    margin-top: -9px;
  }

  .cart__item--content .meta {
    grid-area: meta;
    margin-bottom: 16px !important;
  }
  .cart__item--content .meta .label,
  .cart__item--content .meta .option_value{
    font-size: 16px;
    font-weight: 400;
  }

  .cart__item--content .product-quantity-box {
    grid-area: box;
  }


  .add_to_cart span.icon-lock {
    margin-right: 0;
  }


  #cart_form .subtotal {
    margin-top: 0;
  }
  .tos_warning.checkout_button {
    position: static;
    background: none;
    padding: 0;
  }
  .cart_subtotal .mb_content_body{
    font-size: 22px;
    font-weight: 500;
    color: #60656A !important;
  }
  .cart_subtotal .money {
    font-size: 23px;
  }
  .subtotal .continue-shopping {
    text-transform: initial;
    font-family: var(--font-family-primary);
    font-weight: 500;
    margin-top: 20px;
  }
  #cart_form .subtotal{
    padding: 25px 20px 20px;
  }
  #cart_form .desktop--no__gap {
    gap: 0;
  }

  .cus__modal__preview.open {
    z-index: 99999;
  }
  .cus-preview-modal-wrapper {
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%)
  }
  .cus-preview-modal-wrapper .cus-close {
    position: absolute;
    top: 0;
    right: 0px;
    background: #5c5c5cc7;
    border-width: 2px;
    cursor: pointer;
  }
  .checkout_button #checkout {
    justify-content: center;
  }
}


.product-tabs__panel .rte,
.collapsible-tab__text .rte {
  padding: 0 8px;
}
.product-tabs__panel .rte ul,
.collapsible-tab__text .rte ul {
  list-style: disc inside !important;
  padding-left: 24px;
}
.product-tabs__panel .rte li,
.collapsible-tab__text .rte li {
  margin-bottom: 3px !important;
}

.swatch-element.not__color label {
  width: auto;
  height: 40px;
}
#KiwiSizingChart {
  margin-left: 6px;
}
.ks-chart-container {
  display: inline;
}
._ks_text {
  font-size: 16px !important;
}
#top_scroll_button{
  position: fixed;
  bottom: 86px;
  right: 10px;
  background-color: var(--color-second-50);
  width: 45px;
  height: 45px;
  cursor: pointer;
  line-height: unset;
  padding: 12.5px 0 7px 0;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 3px 10px rgba(13, 12, 34, 0.17); 
  z-index: 100;
}


#cl_optionsapp .swatch-container input:checked~label:before {
  background-image: url('//cdn.shopify.com/s/files/1/0563/9988/8539/files/check-circle_customily.svg?v=1663998276');
  background-size: 14px 14px;
  height: 14px;
  width: 14px;
  display: block;
  content: ' ';
  position: absolute;
  top: 5px;
  background-color: transparent;
  right: 5px;
}


.reference__products--wrapper,
.reference__sub_products--wrapper {
  margin-bottom: 16px;
}
span.reference__products--item {
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}
.reference--sub__products--item.swatch-element {
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  
}
.reference--sub__products--item.swatch-element.active {
  border: 2.4px solid #39C6D4;
  box-shadow: 0 0 2px 1px #0003;
}
.reference--sub__products--item.swatch-element span {
  padding: 0 10px;
}
.reference--sub__products--item.swatch-element a {
  color: #3B4148;
  font-size: 14px;
  text-transform: none;
  line-height:  24px;
  font-weight: 500;
  font-family: Poppins;
}

.reference--sub__products--title {
  margin-bottom: 8px;
  font-size: 18px;
  font-family: var(--font-family-primary);
  font-weight: 500;
  color: #3B4148;
}
.logo-with-badges img.footer-logo{
  margin: 0;
  padding: 20px 0 12px;
}
#judgeme_all_reviews_page {
  margin-bottom: 24px;
}
.jdgm-all-reviews-page__description {
  margin-bottom: 15px;
}
.jdgm-all-reviews-page__description .title,
.jdgm-all-reviews-page__description .reviews_metadata {
  text-align: center;
}
.jdgm-all-reviews-page__description img {
  border-radius: 12px;
}
@media (min-width: 1025px) {

  .jdgm-all-reviews-page__wrapper {
    max-width: 1280px!important;
  }
    #judgeme_all_reviews_page {
    margin-bottom: 60px;
  }
  .jdgm-all-reviews-page__description {
    margin-bottom: 16px;
  }
  .jdgm-all-reviews-page__description img {
    border-radius: 16px;
  }
   .promo-banner .promo-banner__content {
     font-size: 15px;
   }
  .reference--sub__products--title {
    font-size: 16px;
    font-weight: 600;
  }
  .reference--sub__products--item.swatch-element a {
    font-weight: 600;
  }
  .footer {
    padding-bottom: 24px;
  }
}

.js-product-section--product-no-quantity .purchase-details__buttons .add_to_cart,
.js-product-section--product-no-prv-no-qtt .add_to_cart {
  width: 100%;
  margin-left: 0;
}

.js-product-section--product-no-preview #customily-options,
.js-product-section--product-no-prv-no-qtt #customily-options,
.js-product-section--product-no-preview .customily-preview-button,
.js-product-section--product-no-prv-no-qtt .customily-preview-button {
  display: none !important;
}


.js-product-section--product-special-case .product_gallery,
.js-product-section--product-special-case .modal_price,
.js-product-section--product-special-case .swatch_options {
  margin-bottom: 5px !important;
}
.js-product-section--product-special-case .product_gallery_nav {
  margin-bottom: 6px !important;
}
.js-product-section--product-special-case .sale.savings {
  display: none;
}
.js-product-section--product-special-case .purchase-details__buttons {
  margin-top: 5px;
}
.js-product-section--product-special-case .product_promotion {
  margin-top: 12px;
}
@media only screen and (max-width: 798px) {
  .js-product-section--product-special-case .product_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}


.shopify-section--contact-section {
  margin-bottom: 24px;
}
.contact__template {
  margin-bottom: 20px;
}
.contact__template h1 {
  margin-bottom: 0;
}
.contact-form__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0 !important;
}
.contact_template--content .zendesk_contact_form>div:not(:last-child) {
  margin-bottom: 15px;
}
.contact-form__content .store_name {
  color: #0B8494;
}
.contact_template--content .contact-form {
  gap: 20px;
}
.contact_page--basic__info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #3B4148;
}
.contact_page--basic__info--note {
  color: #343434;
}
.contact_template--content .zendesk_contact_form label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #3B4148;
  margin-bottom: 10px;
}

.contact_template--content .zendesk_contact_form input:not([type=submit]) {
  font-weight: 400;
  font-size: 16px;
  color: #3B4148;
  padding: 12px 16px;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 0;
}
.contact_template--content .zendesk_contact_form .contact__form-name {
  margin-right: 0;
}
.contact_template--content .zendesk_contact_form select,
.contact_template--content .zendesk_contact_form textarea {
  font-weight: 400;
  font-size: 16px;
  color: #3B4148;
  padding: 12px 16px;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 0;
}
.submission_area {
  margin-top: 15px;
}
.contact_form-submit_btn {
  color: white !important;
  border-radius: 12px;
}
.contact_template--content .loader {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  border-top: 5px solid #fd883e;
  border-radius: 50%;
  width: 50px;
  height: 50px;}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@media (min-width: 1025px) {
  .track_section {
    margin-top: 24px;
  }
  .track_form {
    margin: 0;
  }
  .track_content {
    row-gap: 40px;
  }
  .track_section .track_input {
    margin-bottom: 12px;
  }
  .track_input, .track_btn {
    margin-bottom: 24px;
  }
  .track_content .container {
    gap: 40px;
  }
  .tip_tracking {
    padding: 20px 16px;
  }
  .track_desc {
    padding: 4px 15px;
    margin-top: 0;
  }
  .track_info.mobile_caption {
    font-size: 16px;
  }
  .shopify-section--contact-section {
    margin-bottom: 60px;
  }
}


.notify--back_link {
  background: #E8F7F9;
  text-align: center;
  padding: 10px 20px;
  border-radius: 6px;
}
.notify--back_link strong {
  font-weight: 600;
}

.promo-banner__close {
  display: none !important;
}
.btn__secondary {
  display: flex;
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  width: fit-content;
  padding: 12px;
  background: #F5F5F6;
  color: #343434;
  font-size: 14px;
  font-weight: 500;
  min-height: 40px;
  height: 40px;
  transition: all 0.2s linear;
}
.btn__secondary span {
  color: #343434;
}
.btn__secondary svg {
  padding-right: 8px;
}
.btn__secondary path{
  fill: #343434;
  transition: all 0.2s linear;
}
.btn__secondary:hover {
  background: #39C6D4;
  color: #FFF;
}
.btn__secondary:hover path, .btn__secondary:hover span{
  fill: #FFF;
  color: #FFF;
}
@media only screen and (min-width: 799px) {
  
  .newsletter_section .newsletter-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 40px;
    margin-top: 4px;
  }
  .section_form .newsletter-text+.newsletter {
    margin-top: 0;
  }
  .section_form .input-row {
    border-radius: 20px;
    overflow: hidden;
    flex-wrap: unset;
  }
  
  .newsletter_section_with_background .newsletter input[type=email] {
    margin: unset;
    padding: 20px 24px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Nunito';
    height: 56px;
    max-height: 64px;
  }
  .newsletter_section_with_background input.newsletter-form__sign-up[type=submit],
  .input-row input {
    max-height: unset;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Nunito';
    padding-top: 12px;
    padding-bottom: 12px;
    width: 164px !important;
  }
  .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) :not(.jdgm-revs-tab__content-header)>.jdgm-widget-actions-wrapper{
    display: flex;
    align-items: flex-end !important;
  }
}

.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary+.jdgm-histogram, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary+.jdgm-widget-actions-wrapper, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-histogram+.jdgm-widget-actions-wrapper{
  border: none !important;
}

@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .section-wrapper--product .is-width-wide,
  .section-wrapper--collection .is-width-wide,
  .section-wrapper--index .is-width-wide,
  .section-wrapper--page .is-width-wide {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .section-wrapper {
    max-width: 739px !important;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  
  header.search-enabled--true {
    display: none!important;
  }
  #header {
    display: block !important;
  }

  #header .mobile_nav.dropdown_link {
    align-items: center;
  }
  #header .top-bar a.mobile_logo {
    margin: 0 auto;
  }
  #header a.mobile_logo img {
    width: auto;
    max-width: 200px;
    max-height: 50px;
    height: 75%;
    vertical-align: middle;
  }
  .top-bar .top-bar--right {
    margin-left: 0;
  }

  .container.footer-menu-wrap {
    justify-content: space-between;
    padding: 0 40px;
  }
  .footer_logo .toggle_content p, 
  .footer_logo .toggle_content a {
    font-size: 16px;
    line-height: 26px;
  }

  
  .newsletter_section .medium--margin_auto {
    left: unset;
    width: auto;
    margin: auto;
  }
  .section_form .title {
    font-size: 48px !important;
    line-height: 56px !important;
    font-weight: 800 !important;
    margin-bottom: 0 !important;
  }
  
  .product-container .recomatics_section,
  .cart--wrapper .recomatics_section {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .recomatics_section .recomatic-products {
    gap: 14px !important;
    justify-content: space-around;
  }
  .recomatics_section .recomatic-product {
    max-width: 237px !important;
    border-radius: 16px !important;
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .recomatic-products .recomatic-product:nth-child(10) {
    display: none !important;
  }
  
  .priority__btns {
    gap: unset !important;
  }
  .priority__btns .link_btn {
    margin-bottom: 12px !important;
  }
  .priority__btns .link_btn:nth-of-type(2n+1) {
    margin-right: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter_section_with_background .newsletter_section h2 {
    color: #eb7054;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 0;
  }
  
  [data-nav-desktop-details][open] .nav-desktop__tier-2--full-width-menu {
    max-width: 1240px;
    left: 50%;
    margin-left: -620px; 

  }
  .sticky__menu--custom.sticky {
    position: fixed;
    top:0;
    left:0;
    width: 100%; 
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.3s ease;
    padding: 20px 60px 12px; 
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .nav-desktop__tier-1 {
    column-gap: unset !important;
    justify-content: space-around !important;
  }
  .custom_header .nav-desktop__tier-1-link {
    display: block !important;
  }
  .custom_header .nav-desktop__tier-1-link .arrow_down {
    display: inline-block !important;
  }
  .nav-desktop__tier-1 .nav-desktop__tier-1-item {
    margin-right: 12px;
  }
  .sticky__menu--custom.sticky {
    padding: 20px 0 12px;
  }
  .sticky__menu--custom.sticky .menu__sticky__wrapper {
    width: calc(100% - 20px);
  }


  [data-nav-desktop-details][open] .nav-desktop__tier-2--full-width-menu {
    margin-left: -50%;
  }
}



#judgeme_product_reviews .jdgm-rev-widg__summary .jdgm-star {
  font-size: 24px !important;
}
@media only screen and (min-width: 799px) {
  
  button.customily-preview-button.ld-over-inverse {
    min-height: 56px !important;
  }
  button.add_to_cart .text,
  #tee-artwork-form #teeFormActions .tee-btn--atc span{
    font-size: 20px !important;
  }
  .shipping-custom .notice_on_shipping {
    margin-bottom: 10px;
  }

  .logo-with-badges.is-hidden-mobile-only img.footer-logo {
    margin: 0;
    padding: 0px 0 12px;
  }


}
@media only screen and (min-width: 799px) and (max-width: 1024px) {

  .product__images,.product__details {
    width: 100%;
    margin: 0 !important;
  }
  .product__images {
    margin-bottom: 24px !important;
  }
  .gallery-thumbnails--left .product_gallery_nav {
    margin-right: 3%;
    margin-bottom: 0;
  }
  .product_gallery_nav .gallery-cell img {
    border-radius: 4px;
  }
  .gallery-thumbnails--left .multi-image {
    margin-bottom: 0;
  }
  
  .product_name {
    font-family: var(--font-family-primary);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    padding-top: 0;
    margin-bottom: 4px;
  }
  .product__details--product-page .shopify-app-block {
    margin-bottom: 15px !important;
  } 

  .product-main .product-block--price .money {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
  }
  .product_section .product_form {
    width: 100%;
    max-width: unset;
    border-top: unset;
  }
  .reference__products--wrapper, .reference__sub_products--wrapper {
    margin-bottom: 20px;
  }
  .swatch_options {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .swatch .option_title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .swatch .swatch-element {
    margin: 0 12px 0  0;
  }
  .purchase-details__buttons {
    margin-left: 0;
  }

  .fulfillment_timeline:nth-child(3) {
    text-align: center;
  }
  .personalized_tip {
    padding: 12px 16px;
    margin-bottom: 20px;
  }
  .product-tabs {
    margin: unset;
  }
  .product-tabs__label{
    padding-top: 0;
    padding-bottom: 12px;
    font-size: 16px!important;
    line-height: 24px!important;
  }
  .product-block--share .social_buttons {
    text-align: center;
    margin-bottom: 30px;
  }
  .share_product--title {
    margin: 0 auto 15px;
  }

  #judgeme_product_reviews .jdgm-rev-widg {
    margin-top: 30px !important;
  }
  #judgeme_product_reviews .jdgm-rev-widg__title {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 20px !important;
  }
  #judgeme_product_reviews .jdgm-sort-dropdown-wrapper {
    width: unset;
  }
  .jdgm-widget-actions-wrapper {
    font-size: 20px !important;
    font-family: Poppins !important;
    font-weight: 600 !important;
    line-height: 28px !important;
  }
  .jdgm-widget .jdgm-paginate {
    padding-top: 24px !important;
  }
  .jdgm-paginate__page {
    color: #60656a!important;
    font-size: 18px!important;
    padding: 0!important;
    width: 36px!important;
    height: 36px!important;
    line-height: 36px!important;
  }
  .jdgm-paginate__page.jdgm-curt {
    background: #39C6D4!important;
    padding: 6px;
    color: #fff!important;
    font-size: 18px!important;
    border-radius: 8px;
    font-weight: 400!important;
  }
  /* Preview modal */
  .customily-modal-preview-only .main {
    max-height: 100vh !important;
  }
  .customily-modal-preview-only .main.cl-use-image .customily-close-button {
    top: -44px !important;
    position: absolute !important;
  }
}




@media only screen and (min-width: 799px) {
  .section-wrapper--collection .collection_template--title {
    text-align: center;
  }
  .snize-main-panel {
    margin-bottom: 24px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: end !important;
  }
  .snize-main-panel-view-mode {
    display: none;
  }
  div.snize-collection-mode div.snize-main-panel-collection-results-found {
    margin-left: 0 !important;
  }
  div.snize div.snize-main-panel-dropdown > a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-radius: 12px !important;
    min-height: 52px;
    width: 220px;
    margin: 0 !important;
    padding: 0 !important;
    padding-right: 20px !important;
  }
  div.snize div.snize-main-panel-dropdown > a span {
    font-family: var(--font-family-primary) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    padding: 14px 0 14px 20px !important;
  }

  #snize-search-results-grid-mode span.snize-thumbnail {
    height: unset !important;
    border: none !important;
  }
  #snize-search-results-grid-mode span.snize-thumbnail img {
    bottom: unset !important;
    left: unset !important;
    top: unset !important;
    right: unset !important;
    position: unset !important;
    border-radius: 16px 16px 0 0;
  }
  #snize-search-results-grid-mode span.snize-overhidden {
    padding: 7px 10px 10px !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    gap: 6px;
  }
  #snize-search-results-grid-mode li.snize-product span.snize-title {
    order: 1;
    margin-bottom: 0 !important;
    text-align: left !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    font-family: 'Nunito' !important;
    color: #3B4148 !important;
  }
  #snize-search-results-grid-mode span.snize-attribute {
    order: 3;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: 'Nunito';
    font-weight: 500 !important;
        flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-align: right !important;
  }
  #snize-search-results-grid-mode .snize-price-list {
    order: 2;
    margin-bottom: 0 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    font-family: var(--font-family-primary);
    font-weight: 500 !important;
  }
  .snize-filters-sidebar.snize-product-filters {
    position: sticky;
    top: 100px;
  }
  #snize-search-results-grid-mode li.snize-product {
    border-radius: 0 0 16px 16px !important;
  }
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  
  .snize-filters-sidebar.snize-product-filters {
    width: calc(30% - 10px) !important;
    margin-left: 0;
  }
  #snize-search-results-grid-mode {
    width: calc(70% - 10px) !important;
  }
}


@media only screen and (min-width: 1025px) {
  .section-wrapper--collection {
    padding-top: 20px;
  }
  .section-wrapper--collection .shopify-section--collection-template,
  .section-wrapper--collection .shopify-section .product-app--container {
    max-width: 1280px;
    margin: auto;
  }

  .snize-main-panel .snize-main-panel-controls {
    margin-left: 0 !important;
  }

  

  div.snize-collection-mode div.snize-main-panel-collection-results-found {
    margin-top: 0 !important;
    font-size: 16px !important;
  }


  div.snize div.snize-main-panel-dropdown a .caret, div.snize div.snize-filters-dropdown-title .caret {
    border-left: 7px solid transparent !important;
    border-right: 7px solid transparent !important;
    border-top: 7px solid !important;
  }
  div.snize .snize-product-filters-block:hover {
    background-color: unset !important;
  }
  .snize-product-filters-title {
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: "Nunito" !important;
    font-weight: 700 !important;
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 12px 10px 10px !important;
  }
  .snize-product-filters-title.open {
    background: #F5F5F6 !important;
  }
  div.snize ul.snize-product-filters-list {
    padding: 5px 10px !important;
  }
  div.snize ul.snize-product-filters-list li>label {
    display: flex !important;
    align-items: center;
  }
  div.snize ul.snize-product-filters-list li label>span {
    font-family: var(--font-family-primary) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    display: flex !important;
    justify-content: space-between;
    width: 100% !important;
  }
  div.snize ul.snize-product-filters-list .snize-filter-variant-count {
    font-family: var(--font-family-primary) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
  }
  div.snize ul.snize-product-filters-list .snize-filter-variant-count::before,
  div.snize ul.snize-product-filters-list .snize-filter-variant-count::after {
    content: unset !important;
  }
}


.menu__sticky__wrapper {
  display: flex;
  align-items: center;
  max-width: 1320px;
  width: 100%;
}
.sticky__menu--custom.sticky .menu__sticky__wrapper .nav-desktop__tier-1 .nav-desktop__tier-1-item span {
  font-size: 16px;
}
.personalized_tutorial .heading_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: fit-content;
  padding-bottom: 20px;
  text-align: center;
}
.banner.slide__grid--true .flickity-viewport {
  border-radius: 12px;
}
/* =====START SLIDESHOW_DESKTOP*/
.grid__slide{
  display: grid;
  height: auto;
  /* min-height: 280px; */
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.grid__slide--1 {
  grid-template-columns: 1fr;
}
.grid__slide--3 {
  grid-template-columns: 2fr 1fr;
}
.grid__slide--3 .slide:first-child{
  grid-row: 1/3;
}
.grid__slide a{
  height: 100%;
}
.slide__grid--true{
  display: grid;
}
.banner.slide__grid--true{
  display: none;
  overflow: inherit;
  background: transparent;
  border-radius: 15px;
}
.slide__grid--false{
  display: none;
}
.banner.slide__grid--false{
  display: block;
}
.grid__slide-img{
  width: 100%;
  height: 100%;
}
.slide__img{
  width: 100%;
  height: 100% !important;
  border-radius: 15px;
  background-size: cover;
}
.banner.slide__grid--true .flickity-button {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: calc(0px - 20px) !important;
  right: auto !important;
  box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
}
.banner.slide__grid--true .flickity-button svg {
  padding: 6px 0;
}
.banner.slide__grid--true .flickity-button.previous{
  right: 70px !important;
}
.banner.slide__grid--true .flickity-button.next{
  right: 20px !important;
}

.btn__default {
  display: flex;
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  width: fit-content;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  min-height: 40px;
  transition: unset;
}
.btn__primary {
  background: white;
  color: #3B4148 !important;
  border: 2px solid #3B4148 !important;
}
.btn__primary:hover {
  background: #162c9a;
  color: #FFF !important;
  border: 2px solid #162c9a !important;
}
.btn__primary:active {
  background: #eb7054;
  color: #FFF !important;
  border: 2px solid #eb7054 !important;
}
@media only screen and (max-width: 496px) { 
  .slide__grid--true .flickity-page-dots{
    display: block !important;
    bottom: -16% !important;
  }
}
@media only screen and (max-width: 798px) {
  .shopify-section--slideshow {
    margin: 0px 0px 16px 0 !important
  }
  .slide__grid--true{
    display: none;
  }
  .banner.slide__grid--true{
    display: block;
  }
  .slide__grid--true .flickity-button{
    display: none !important
  }
  .slide__grid--true .flickity-page-dots{
    display: block !important;
    bottom: -10% !important;
  }
  .flickity-page-dots .dot{
    width: 20px !important;
    height: 3px !important;
    border-radius: 10px !important;
    margin: 0 4px !important;
    background: #e2e2e2 !important;
  }
  .flickity-page-dots .dot.is-selected {
    background: #d92d1c !important;
  }
}
/* =====ENND SLIDESHOW_DESKTOP*/
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .single__image--gallery .image-element__wrap {
    border-radius: 12px;
  }
  .section.gifts_by_recipients .with_metadata_img .product-wrap .collection-info__caption .title {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #0C94A4;
    font-weight: 800;
    padding-top: 12px;
  }
  .section.gifts_by_recipients .list-collections,
  .shop_by_products .list-collections{
      padding: 0 20px;
  }
  .section.gifts_by_recipients .list-collections > div,
  .product-list--collection > div {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .section.gifts_by_recipients .list-collections > div.large-down--one-third,
  .product-list--collection .large-down--one-third{
    width: calc(33.3333333333% - (14px - (14px / 3)));
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .section.gifts_by_recipients .list-collections > div.large-down--one-third:nth-of-type(3n+1),
  .product-list--collection .large-down--one-third:nth-of-type(3n+1){
    margin-left: 0px !important;
  }
  .section.gifts_by_recipients .list-collections >div.large-down--one-third:nth-of-type(3n),
  .product-list--collection .large-down--one-third:nth-of-type(3n){
    margin-right: 0px !important;
  }
  .shopify-section--collection-list, 
  .featured_collection,
  .personalized_tutorial,
  .shopify-section--featured-collection,
  .shopify-section--gallery {
    margin-bottom: 30px !important;
  }
  .section.gifts_by_recipients .list-collections .image__container {
    padding: 0 15px;
  }
  .shop_by_products .list-collections {
    gap: 15px;
    justify-content: space-around;
  }
  .section.shop_by_products .list-collections > div {
    width: 100px;
    margin:0;
  }

  .personalized_tutorial .container {
    justify-content: space-between;
    padding: 0 30px;
  }
  .personalized_tutorial .heading_title {
    padding-top: 15px;
  }
  .personalized_tutorial .one-fourth.large-down--one--fourth.small-down--one-half.column {
    width: calc(25% - 12px) !important;
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .personalized_tutorial .image_step {
    border-radius: 24px !important;
  }
  .personalized_tutorial .image_step img {
    border-radius: 16px !important;
  }
  .personalized_tutorial .sub_title--block {
    padding-bottom: 8px !important;
  }
  .content_step {
    padding-top: 12px!important;
  }
  .step .title {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .step .desc {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  
  .is-hidden-mobile-only.banner__collection--false--products,
  .is-hidden-mobile-only.banner__collection--true--products,
  .banner__collection.is-hidden-none-mobile {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .banner__collection--true--products  {
    margin-top: 14px;
  }
  .is-hidden-mobile-only.banner__collection--false--products .product-list--collection,
  .is-hidden-mobile-only.banner__collection--true--products .product-list--collection,
  .banner__collection.is-hidden-none-mobile {
    gap: 14px;
    padding: 0 30px;
    justify-content: space-around;
  }
  .is-hidden-mobile-only .product-list--collection .product_featured_collection {
    margin-right: 0;
    margin-left: 0;
    width: 217px;
  }
  .is-hidden-mobile-only.banner__collection--false--products .product_featured_collection:nth-of-type(7),
  .is-hidden-mobile-only.banner__collection--false--products .product_featured_collection:nth-of-type(8),
  .is-hidden-mobile-only.banner__collection--false--products .product_featured_collection:nth-of-type(9),
  .is-hidden-mobile-only.banner__collection--false--products .product_featured_collection:nth-of-type(10) {
    display: none;
  }
  .banner__collection--true--left, .banner__collection--true--right {
    gap: 14px;
  }

  .jdgm-carousel-wrapper {
    padding: 0 !important;
    width: 100% !important;
    max-width: 679px !important;
    margin-bottom: 30px !important;
  }
  
  .jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel {
    width: 100% !important;
  }
  .jdgm-carousel-item {
    width: 217px !important;
  }
  .jdgm-carousel__item-wrapper {
    height: unset !important;
  }
  /* This should consider apply for >= 799px */
  .jdgm-carousel--aligned-theme .jdgm-carousel-item__product-image {
    width: 100%!important;
    max-width: 100%;
    max-height: 300px;
    border-radius: 20px;
  }
  .jdgm-carousel--aligned-theme .jdgm-carousel-item__review-wrapper {
    display: flex!important;
    flex-direction: column;
    width: 100%!important;
    margin: 16px 0 0;
  }
  .jdgm-carousel-item__review {
    order: 2;
  }
}



.cart_savings .right {
  font-weight: 500;
  font-size: 20px;
}

 .cart__item--content .cart__item--title {
   font-family: var(--font-family-primary);
   color: var(--color-neutral-80) !important;
   letter-spacing: 0.02rem;
   font-weight: 500 !important;
 }
 
@media only screen and (min-width: 799px) {
  /* .cart--wrapper {
    gap: 20px;
  } */
  .cart__item--content .cart__item--title {
    grid-area: title;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .cart__item--quantity__item__price {
    align-items: center;
    justify-content: space-between;
    order: 4;
  }
  .cart__item--content ul.meta,
  .cart__item--content .meta .label,
  .cart__item--content .meta .option_value {
    font-family: var(-font-family-primary);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }
  .cart__item--content .preview-design {
    order: 5;
    grid-area: preview;
    margin-right: auto;
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px ;
    cursor: pointer;
  }
  .cart__item--content .review_design--trigger--text {
    display:flex;
    align-items: center;
    font-size: 15px;
  }
  .cart__item--content .preview-design svg{
    width: 20px;
    height: 20px;
  }
  .cart__item--content .price_total {
    display: none;
  }
  #cart_form p.modal_price {
    grid-area: price;
    display: flex;
    margin-top: 0;
    gap: 5px;
    order: 4;
    flex-direction: column-reverse;
  }
  .cart__item--content .modal_price .money {
    font-size: 20px !important;
  }
  .cart__item--content .modal_price .money.was_price {
    font-size: 16px !important;
  }
  .desktop_cart_total--left {
    font-size: 20px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .cart--wrapper {
    gap: unset;
  }
  .cart--title {
    margin-bottom: 20px;
  }
  .cart__item {
    gap: unset;
    justify-content: space-around;
  }
  .container .column.cart__item--image {
    width: calc(40% - 10px);
    margin-right: 20px !important;
  }
  .cart__item--content {
    width: calc(60% - 10px);
  }
  .cus__modal__preview.open {
    display: flex;
    justify-content: center;
  }
  .cart--wrapper .recomatics_section {
    margin-bottom: 15px;
  }
  #cart_form .subtotal {
    margin-top: 36px;
  }
  .cart_buyer_protection {
    padding: 20px 70px 0;
  }
  .cart_subtotal, .cart_savings {
    padding: 0 32px;
  }
  .cart_subtotal span, .cart_savings span {
    font-size: 28px;
    line-height: 32px;
  }
  .notify--back_link {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    padding: 15px 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 798px){
  .cart__item--content{
    gap: 5px;
  }
  #cart_form .product-quantity-box, #cart_form p.modal_price{
    margin-top: 5px;
  }
}



.canvas-container {
  max-height: fit-content !important;
}
.customily-modal-preview-only .main .customily-mobile-controls {
  display: flex !important;
}
.customily-modal-preview-only .main .customily-mobile-controls[style="visibility: hidden;"] {
  display: none !important;
}
@media only screen and (max-width: 798px) {
  .customily-modal-preview-only .main {
    margin-bottom: 0 !important;
  }
  .customily-modal-preview-only .main .customily-close-button,
  .customily-modal-preview-only .main .customily-close-button.cl-is-mobile {
    min-width: 40px!important;
    min-height: 40px!important;
    font-weight: 700 !important;
    top: -42px !important;
    right: 10px !important;
  }
}


.klaviyo-form-WuvAKS {
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.klaviyo-form-WuvAKS form {
  border-style: none !important;
  margin: unset !important;
  max-width: unset !important;
  border-radius: 0 !important;
  background-image: url('https://cdn.shopify.com/s/files/1/0563/9988/8539/files/NewLetterBackground.svg?v=1660882133') !important;
}
input.kl-private-reset-css-Xuajs1 {
  border-radius: 16px 0 0 16px !important;
}
div[data-testid="form-row"]:nth-of-type(3) div[data-testid="form-component"]:nth-of-type(1) {
  flex: 0 0 40%;
}
div[data-testid="form-row"]:nth-of-type(3) div[data-testid="form-component"]:nth-of-type(1) > div > input {
  border: none !important;
}
button.kl-private-reset-css-Xuajs1 {
  margin: auto !important;
  border-radius: 0 16px 16px 0 !important;
  height: 44px !important;
  padding: 0 12px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: var(--font-family-primary) !important;
}

div[data-testid="form-row"]:nth-of-type(1) p span {
  font-family: var(--font-family-primary) !important;
  font-weight: 700 !important;
  color: #e78534!important;
  line-height: 32px !important;
}
div[data-testid="form-row"]:nth-of-type(2) p span {
  color: #60656a !important;
  font-family: var(--font-family-primary) !important;
  font-weight: 500 !important;
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {}
@media only screen and (min-width: 799px) {
  div[data-testid=form-row]:nth-of-type(1) p span {
    font-size: 48px !important;
    line-height:  40px !important;
    font-weight: 900 !important;
  }
  div[data-testid="form-row"]:nth-of-type(3) div[data-testid="form-component"]:nth-of-type(1) > div > input,
  button.kl-private-reset-css-Xuajs1 {
    height: 56px !important;
  }
  div[data-testid=form-row]:nth-of-type(3) {
    width: 450px;
    margin: auto;
  }

  div[data-testid=form-row]:nth-of-type(3) div[data-testid=form-component]:nth-of-type(1) {
    flex: 0 0 65% !important;
  }
  div[data-testid="form-row"]:nth-of-type(3) div[data-testid="form-component"]:nth-of-type(1) > div > input {
    font-size: 18px !important;
    line-height: 26px !important;
    font-family: Nunito !important;
    padding: 20px 24px !important;
  }
  .klaviyo-form-WuvAKS form  {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  div[data-testid=form-row]:nth-of-type(2) p span,
  button.kl-private-reset-css-Xuajs1 {
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 32px !important;
  }
  button.kl-private-reset-css-Xuajs1 {
    padding: 0 32px !important;
  }
}
.metadata_wrapper {
  margin-bottom: 12px;
}
.metadata_wrapper img {
  border-radius: 12px;
}
.recommended-products--grid {
  margin-bottom: 24px;
}
@media only screen and (min-width: 799px) {
  .recommended-products--grid .product_featured_collection {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* UIX NEW ADDED */

.swatch_options input:checked+.swatch-element{
  border: 2px solid #6F767E;
    border-radius: 4px;
    background-color: #1A1D1F;
    color: #fff;
}

/* .swatch_options input:checked+.swatch-element label{
  color: white;
} */

.swatch-element{
  border: 2px solid var(--color-neutral-10);
  border-radius: 4px;
  /* box-shadow: 0 0 2px 1px #0003; */
}

/* .product-tabs__radio:checked+.product-tabs__label{
  border-bottom: 4px solid var(--color-neutral-80);
  color: var(--color-neutral-80);
} */

.cart_count{
  background-color: var(--color-second-50) !important;
}

.product-block--collapsible-tab .collapsible-tab__heading>span{
  color: var(--color-neutral-80);
  font-family: var(--font-family-primary);
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
}

.collapsible-tab__heading .collapsible_tab_icon{
  width: 22px;
  height: 22px;
}
.collapsible-tab__heading .collapsible_tab_icon path{
  fill: var(--color-neutral-80);
}

.disabled__toggle__mobile--true .toggle_content{
  margin-bottom: 20px;
}

.disabled__toggle__mobile--true .footer-menu-wrap h6{
  font-size: 17px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
}

.sticky__menu--custom.sticky .header__logo img, .custom_header .header__logo img{
  max-height: 55px !important;
}

.shopify-section--collection-template .section .content{
  padding: 0 0 15px;
}
div.breadcrumb-collection{
  display: none;
}
.cart_savings .font_weight--400{
  color: var(--color-pawgrey-50);
}
@media screen and (max-width: 798px){
  .cart_savings .font_weight--400{
    font-family: var(--font-family-primary);
    font-size: 15px;
    line-height: 24px;
  }
  .product-main .product-block--price .money {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 600;
  }
  .swatch .option_title {
    font-size: 16px;
  }
  .notice_on_shipping{
    font-size: 15px !important;
    padding: 1rem 0 0;
  }
  .product-block--collapsible-tab .collapsible-tab .collapsible-tab__heading{
    background-color: #fafafa;
    border-radius: var(--border-radius-primary);
    border: 1.4px solid var(--color-neutral-20);
  }
  .shopify-section--product-template{
    padding-bottom: 2rem !important;
  }
  .section h2.title, .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__title, .recomatic-headline, .recomatics_section h2.title{
    font-size: 18px !important;
    line-height: 24px !important;
    padding-top: 0rem !important;
    text-align: center !important;
  }
  .section h2.title, .recomatic-headline, .recomatics_section h2.title{
    margin-bottom: 1em !important;
  }
  .section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__title{
    margin-bottom: 5px !important;
  }
  .share_product--title{
    margin: 10px auto;
  }
  .share_product--title span{
    font-size: 18px;
  }
  .product-details .product-type, .recomatic-type {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .recomatic-type{
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .product-details .current_price .money, .recomatic-price{
    font-size: 16px !important;
    line-height: 24px !important;
    margin-top: 6px !important;
  }
  .footer {
    padding: 1.2rem 14px !important;
  }
  .disabled__toggle__mobile--true .toggle_content{
    margin-bottom: 15px;
  }
  .disabled__toggle__mobile--true .footer-menu-wrap h6{
    font-size: 17px !important;
    font-weight: 500 !important;
  }
  /* .product_section .modal_price{
    padding-bottom: 12px !important;
  } */
  .swatch_options{
    padding-top: 0.5rem;
  }
  .swatch-element{
    border: 1.6px solid var(--color-neutral-10);
  }
}

/* ADD FROM CUSTOM */
.jdgm-carousel-item__review-rating {
  display: block !important;
}
.jdgm-carousel-item.jdgm--shop-review {
  display: flex;
  flex-direction: column;
}
.jdgm-carousel-item.jdgm--shop-review .jdgm-carousel-item__product.jdgm--shop-review-has-image {
  display: flex !important;
  height: 100%;
  width: 100%;
}
.jdgm-carousel-item__product-image {
  border-radius: 20px;
  height: 100% !important;
  width: 100% !important;
}
.jdgm-carousel-item__reviewer-name {
  color:var(--color-pawgrey-50);
  font-weight: 700;
  font-size: 14px;
}

/* HAPPY CUSTOMER PAGE & COMMON JUDGE.ME */
.jdgm-all-reviews-widget {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.jdgm-all-reviews__summary-stars .jdgm-star {
  font-size: 24px;
}
.jdgm-review-widget .jdgm-all-reviews__summary.jdgm-rev-widg__summary {
  display: none !important;
}
.jdgm-write-rev-link, .jdgm-ask-question-btn {
  border-color: #fa4252 !important;
  color: #fa4252 !important;
  border-radius: 12px;
  padding: 10px 14px !important;
  border-width: 2.4px !important;
}
.jdgm-subtab__name {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  font-family: var(--font-family-primary) !important;
  color: #A9ACAF !important;
}
.jdgm--active {
  color: #323843 !important;
}
.jdgm-all-reviews-page__load-more {
  background: #FFF !important;
  color: #3B4148 !important;
  border: 2px solid #3B4148 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  font-family: Poppins !important;
  padding: 6px 28px !important;
  width: unset !important;
  border-radius: 14px !important;
}
.jdgm-all-reviews-page__load-more:hover {
  background: #162c9a !important;
  color: #fff !important;
  border: 2px solid #162c9a !important;
}

.jdgm-form__yt-video-fieldset{
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .jdgm-rev.jdgm-rev{  width: calc(25% - 15px) !important; }
}



/* PRICE */
.product_section .modal_price{
  /* BFCM 2023 */
  margin-bottom: 0 !important;
}
/* HEAD REVIEW */
.jdgm-rev-widg__header{
  position: relative;
  padding-bottom: 10px !important;
}

#judgeme_product_reviews .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars{
	display: flex;
    gap: 2px;
    justify-content: center;
}

.jdgm-rev-widg__summary {
    margin-bottom: 15px !important;
    margin-left: 10px !important;
    display: inline-flex;
    float: unset !important;
}
.jdgm-rev-widg__summary-text{
	position: absolute;
	left: 0;
    color: var(--color-neutral-50);
}
.jdgm-rev-widg__sort-wrapper{
  float: right;
  display: flex;
  justify-content: flex-end;
}

/* WRITE REVIEW FORM */
.jdgm-form-wrapper .jdgm-form, .jdgm-question-form-wrapper .jdgm-question-form{
    max-width: 70%;
    margin: 0 auto;
}
.jdgm-question-form-wrapper, .jdgm-form-wrapper {
    margin: 20px 0;
    padding: 10px 0 40px;
    border: none !important;
    background: #fafafa;
    border-radius: 6px;
}
.jdgm-form .jdgm-form__name-fieldset .jdgm-form__reviewer-name-format-container{
	display: none;
}
.jdgm-form__title-fieldset>label, .jdgm-form__body-fieldset>label, .jdgm-form__name-fieldset>label{
	margin: 24px 0 12px 0;
}
.jdgm-subtab{
	padding: 0 !important;
}
.jdgm-widget label.jdgm-cf__option{
  margin: 0 !important;
}
.jdgm-picture-fieldset .jdgm-picture-fieldset__box{
  margin: 5px 0 0 !important;
}
.jdgm-custom-forms{
  margin-bottom: -10px !important;
}
.jdgm-widget label{
	margin: 16px 0 6px !important;
    line-height: 24px !important;
    font-weight: 500!important;
    letter-spacing: .025em;
    font-size: 15px;
}
.jdgm-widget label:first-child{
	margin-top: 0; 
}
.jdgm-widget input:not([type='submit']){
	border-radius: 5px;
	font-size: 14px;
	letter-spacing: 0.04em;
    max-height: unset !important;
    height: unset !important;
    padding: 12px 10px;
    margin-bottom: 15px !important;
}
.jdgm-widget div.jdgm-input-error {
    background: none !important;
    font-family: var(--font_second);
    font-size: 14px;
    color: #f34028;
    font-weight: 500;
}
.jdgm-form__body-fieldset{
    margin-top: -15px !important;
    margin-bottom: 25px !important;
}
.jdgm-widget textarea{
    font-size: 14px;
    letter-spacing: 0.04em;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px 10px;
}
.jdgm-cf__quest-label b{
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.025em;
}
.jdgm-custom-forms{
    margin-bottom: -20px !important;
}
.jdgm-picture-fieldset__box-wrapper{
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 10px;
}
.jdgm-widget .jdgm-submit-question, .jdgm-widget .jdgm-submit-rev {
    background: var(--color_second_50);
    box-shadow: none;
    border: none;
    padding: 8px 20px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    font-family: var(--font_second);
    font-weight: 600;
    color: white;
    letter-spacing: 0.02em;
}
.jdgm-widget .jdgm-submit-question{
    margin-top: 15px !important;
}.jdgm-widget .jdgm-submit-rev {
    margin-top: 25px !important;
}
.jdgm-picture-fieldset__icon{
    font-size: 60px !important;
    color: #ddd !important;
}
.jdgm-input-error::before {
    content: '*';
    margin-right: 2px;
}
.jdgm-question-form-wrapper .jdgm-question-form .jdgm-widget textarea{
    margin-bottom: 0px;
}
.jdgm-sort-dropdown-wrapper{
  border: 1.8px solid var(--color-neutral-80);
  background: none;
  border-radius: var(--border-radius-primary);
  color: var(--color-neutral-80);
}
/* DISPLAY NONE FORM*/
.jdgm-custom-forms{
  display: none !important;
}
/* EDIT OLD STYLE */
.jdgm-sort-dropdown-arrow{
	border-top: 6px solid var(--color_grey_50);
	right: 15px;
}
.jdgm-subtab__name {
    margin-left: 20px;
    letter-spacing: 0.025em;
}
.jdgm-form__rating a{
  font-size: 20px !important;
}
/* QUESTION RESPONSE */
.jdgm-rev__icon{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    background: #C4EEF2 !important;
    width: 2.8em !important;
    height: 2.8em !important;
    color: var(--color_second_70) !important;
}
.jdgm-ans{
    padding: 12px 16px !important;
    background: #f9f9f9 !important;
    border-radius: 0 5px 5px 0;
}
.jdgm-quest__body:before, .jdgm-ans__body:before{
    font-weight: 500;
    font-style: italic;
    font-family: var(--font_primary);
    color: var(--color_second_70);
}
.jdgm-rev__body>p:last-of-type{
  margin-top: 5px;
  line-height: 24px;
}
/* GALERY */
.jdgm-picture-fieldset__container{
  display: flex;
  gap: 10px;
}
.jdgm-form__yt-video-fieldset{
  display: none !important;
}
.jdgm-video-fieldset__container.jdgm-media-fieldset__container{
  margin-top: 5px !important;
}
@media only screen and (min-width: 1025px){
/* REVIEW BLOCK */
.jdgm-rev-widg.jdgm-rev-widg {
  margin-top: 2rem!important;
  margin-bottom: 2.4rem!important;
}
.jdgm-rev-widg__summary-text {
	font-size: 16px;
    letter-spacing: 0.02em;
    font-weight: 400;
    font-family: var(--font-family-primary);
    margin-top: 10px !important;
}

/* REVIEW BUTTON */
.jdgm-widget-actions-wrapper>a {
    color: var(--color_grey_50) !important;
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: 24px;
    font-family: var(--font-family-primary) !important;
    border-radius: 12px!important;
    border: 1.5px solid var(--color_grey_50) !important;
    padding: 7px 24px !important;
}
  
.jdgm-sort-dropdown {
  border: none!important;
  font-size: 15px!important;
  line-height: 24px!important;
  font-family: var(--font-family-primary) !important;
  font-weight: 500!important;
  padding: 8px 20px!important;
  width: 100%!important;
  min-height: unset !important;
  height: fit-content !important;
  color: var(--color-neutral-60) !important;
}

/* REVIEW QUESTION TABS */
.jdgm-subtab__name {
    font-size: 16px!important;
}
.jdgm-subtab__name.jdgm--active {
    font-weight: 500;
    color: var(--color_second_70)!important;
    border-bottom: 3px solid var(--color_second_50);
    font-size: 16px!important;
    line-height: 24px!important;
}
}

.sidebar__custom .btn__filter{
  border: 1.8px solid var(--color-neutral-80) !important;
  color: var(--color-neutral-80);
}

/* MOBILE SETTINGS */
@media screen and (max-width: 798px){
.sidebar__custom{
  width: 110%;
}
.sidebar__custom .btn__filter{
  padding: 6px 10px !important;
  border: unset !important;
}
.section_select .blog_filter, .section_select .tag_filter, .section_select .sort_by{
  border: 1.8px solid var(--color-neutral-80) !important;
  padding: 0px 10px;
  font-size: 15px;
  font-weight: 500;
}
/* HEADER REVIEW */
.section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__title{
  display: block;
}
.jdgm-all-reviews-widget, .jdgm-rev-widg{
  margin-top: 5px !important;
}
.jdgm-rev-widg__summary-text{
  position: relative;
}
#judgeme_product_reviews .jdgm-rev-widg__summary .jdgm-star{
  font-size: 20px !important;
}
.section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__summary .jdgm-rev-widg__summary-text{
  font-family: var(--font_second) !important;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 3px;
    letter-spacing: 0.02em;
}
.jdgm-rev-widg__summary{
  margin: 0 auto !important;
  display: block;
}
.jdgm-widget-actions-wrapper{
  width: 100%;
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-direction: row;
}
.jdgm-write-rev-link, .jdgm-ask-question-btn{
  margin: 0 !important;
  font-size: 16px!important;
  line-height: 24px !important;
  font-family: var(--font-family-primary) !important;
  border-radius: 12px!important;
  border: 1.5px solid var(--color_grey_50)!important;
  padding: 8px 24px!important;
  color: var(--color_grey_50)!important;
  font-weight: 500;
  width: 100%;
  padding: 9px 20px!important;
  width: 100%!important;
  min-height: unset !important;
  height: fit-content;
}
.jdgm-sort-dropdown{
  font-size: 15px !important;
  height: fit-content;
  width: 100%!important;
  min-height: unset !important;
  padding: 8px 20px!important;
}
.jdgm-widget .jdgm-sort-dropdown-wrapper{
  margin-top: 15px !important;
  border-radius: 9px;
}
.jdgm-subtab{
  display: flex;
  justify-content: center;
}
.jdgm-subtab__name.jdgm--active {
    border-bottom: 3px solid var(--color_second_50) !important;
    color: var(--color_second_70) !important;
}
.jdgm-subtab__name{
  font-size: 15px !important;
}
.jdgm-rev-widg__sort-wrapper{
  float: unset;
}
/* REVIEW FORM */
.jdgm-form-wrapper .jdgm-form, .jdgm-question-form-wrapper .jdgm-question-form{
  max-width: 90%;
}
.jdgm-widget label{
  margin: 12px 0 6px !important;
}
.jdgm-quest__body:before, .jdgm-ans__body:before{
    padding-top: 2px;
    font-weight: 500;
    font-style: italic;
    font-family: var(--font_primary);
    color: var(--color_second_70);
}
.jdgm-rev__body>p:last-of-type{
  margin-top: 5px;
  line-height: 24px;
}
.section-wrapper--product .jdgm-widget .jdgm-rev-widg__header .jdgm-rev-widg__title{
  margin-bottom: 5px;
}
.jdgm-form-wrapper div:has(>label), .jdgm-question-form div:has(>label){
  text-align: left;
}
.jdgm-widget input:not([type="submit"]){
  font-size: 13.5px;
}
.jdgm-widget .jdgm-picture-fieldset__box{
  width: 35% !important;
}
.jdgm-picture-fieldset__box-wrapper{
  border-radius: 8px;
}
.jdgm-picture-fieldset__icon {
    font-size: 50px!important;
}
.jdgm-widget .jdgm-submit-question, .jdgm-widget .jdgm-submit-rev{
  border-radius: 10px;
}
.jdgm-question-form-wrapper, .jdgm-form-wrapper{
  padding: 5px 0 25px;
}
}


.jdgm-verified-badge--style-vintage.jdgm--last-level .jdgm-verified-badge__stars{
  top: 37% !important;
  scale: 0.8;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: left;
}

.jdgm-verified-badge--style-vintage.jdgm--last-level .jdgm-verified-badge__total {
    top: 24.5% !important;
    font-size: 18px !important;
}


.jdgm-rev .jdgm-rev__pic-img{
  border-radius: none !important;
}
.jdgm-rev.jdgm-rev{
  border: 1px solid #e5e5e5 !important;
  border-radius: var(--border-radius-primary) !important;
  overflow: hidden !important;
  background: white !important;
}
.jdgm-rev .jdgm-rev__pic-img{
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: var(--border-radius-primary);
}
.jdgm-rev__icon::after, .jdgm-rev__buyer-badge{
  width: auto;
  height: auto;
  background: transparent !important;
  overflow: visible !important;
}
.jdgm-rev__icon::after, .jdgm-rev__buyer-badge::before{
  display: none;
}

.jdgm-rev__icon::after, .jdgm-rev__buyer-badge{
  padding: 2px !important;
}
.jdgm-rev .jdgm-rev__location{
  display: inline !important;
}
.jdgm-rev__buyer-badge-wrapper{
  display: none !important;
}
.jdgm-star{
  color: var(--color-star) !important;
}
.jdgm-rev__author{
  font-size: 16px !important;
  color: var(--color_grey_50) !important;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.jdgm-rev__icon::after, .jdgm-rev__buyer-badge::after{
    content: "\2714";
    content: "";
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    font-size: 12px;
    line-height: 20px;
    background: url(/cdn/shop/files/check-circle_customily.svg);
    background-position: center center;
}
.jdgm-rev .jdgm-rev__custom-form{
  margin: 0px !important;
}
.jdgm-rev .jdgm-rev__title{
  color: var(--color-neutral-60) !important;
  font-weight: 500;
}
.jdgm-rev__body p{
  font-size: 14px;
  line-height: 22px;
  color: var(--color-neutral-60) !important;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.jdgm-ans__body.is-truncated .jdgm-rev__body-read-more, .jdgm-rev__body.is-truncated .jdgm-rev__body-read-more{
  color: #A9ACAF !important;
}
.jdgm-rev .jdgm-rev__prod-info-wrapper a::before{
  content: 'Product link:';
  color: var(--color_grey_40);
  display: inherit;
}
.jdgm-rev .jdgm-rev__prod-info-wrapper a{
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
}
.jdgm-rev.jdgm-rev{
  box-shadow: 0px 2px 4px 0px rgba(7, 8, 29, 0.04);
}
@media screen and (max-width: 991px){
  .jdgm-rev.jdgm-rev {
    width: calc(50% - 8px) !important;
  }
}
@media screen and (max-width: 799px){
  .jdgm-rev .jdgm-rev__header{
    padding: 5px 5px 0 5px !important;
  }
  .jdgm-rev__author{
    font-size: 16px !important;
  }
  .jdgm-star, .jdgm-rev .jdgm-rev__title{
    font-size: 14px !important;
  }
  .jdgm-rev .jdgm-rev__content, .jdgm-rev .jdgm-rev__prod-info-wrapper{
    padding: 5px !important;
  }
  .jdgm-rev__body p{
    font-size: 13.5px;
    line-height: 20px !important;
  }
  .jdgm-verified-badge--style-vintage.jdgm--last-level .jdgm-verified-badge__stars{
    top: 35.5% !important;
  }
}


.footer_logo.one-fourth:first-child .toggle_content p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 15px 0px 10px;
}
.logo-with-badges img.footer-logo {
  padding: 20px 0 4px;
}
@media only screen and (min-width: 799px){
.logo-with-badges.is-hidden-mobile-only img.footer-logo {
  padding: 0 0 4px;
}}
@media screen and (max-width: 798px){
.footer_logo.one-fourth:first-child .toggle_content p{
    margin: -10px 0px 0px;
}
}

.jdgm-verified-badge__image img{
  max-width: 150px;
  max-height: 150px;
  width: 100%;
  height: 100%;
}

/* NEW CUSTOM ADD 09/05 */
.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars>div{
  align-items: flex-start !important;
  margin-left: 0px !important;
}
.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars{
  justify-content: space-between !important;
}
.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-widget-actions-wrapper{
  display: flex;
  align-items: flex-end !important;
  border: unset !important;
}
.jdgm-write-rev-link.jdgm-write-rev-link:not([disabled]):hover, .jdgm-write-rev-link.jdgm-write-rev-link:focus{
  background-color: white;
  color: var(--color-neutral-80) !important;
  font-weight: 500 !important;
}
.jdgm-rev-widg__summary-average{
  display: none;
}

.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-write-rev-link, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-ask-question-btn, .jdgm-write-rev-link.jdgm-write-rev-link{
  background-color: unset !important;
  border: 2px solid var(--color-neutral-80) !important;
  color: var(--color-neutral-80) !important;
  font-size: 1rem !important;
  letter-spacing: .02rem;
  padding: 10px !important;
  font-weight: 500 !important;
  border-radius: var(--border-radius-primary) !important;
}

.jdgm-form__title{
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
}

.jdgm--leex-script-loaded .jdgm-rev-widg__actions{
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
}
.jdgm--leex-script-loaded .jdgm-rev-widg__header, .jdgm--leex-script-loaded .jdgm-rev-widg__actions, .jdgm--leex-script-loaded .jdgm-rev, .jdgm--leex-script-loaded .jdgm-quest{
  background: unset !important;
  box-shadow: unset !important;
}

.jdgm--leex-script-loaded .jdgm-rev-widg__header{
  padding: unset !important;
}

.jdgm-rev__icon, .jdgm-rev__timestamp{
  display: none !important;
}

@media screen and (min-width: 799px){
  .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-write-rev-link, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-ask-question-btn, .jdgm-write-rev-link.jdgm-write-rev-link{
    margin: 0px !important;
  }
}

/* PRODUCT LIST COLLECTION */

@media screen and (min-width: 799px){
  .section-wrapper--collection .shopify-section--collection-template, .section-wrapper--collection .shopify-section .product-app--container{
    margin-bottom: 1rem;
  }
  .equal-columns--outside-trim .one-fourth{
    width: calc(25% - var(--color-desktop-gap)* 3 / 4) !important;
    margin: 0 !important;
  }
  .product-list{
    gap: var(--color-desktop-gap) !important;
  }
}

.below-pricing-text{
  margin-top: 12px;
}

@media screen and (max-width: 799px){
  .section-wrapper--collection .shopify-section--collection-template, .section-wrapper--collection .shopify-section .product-app--container{
    margin-bottom: 1rem;
  }
  .equal-columns--outside-trim .one-fourth{
    width: calc(50% - var(--color-mobile-gap)/2) !important;
    margin: 0 !important;
  }
  .product-list{
    gap: var(--color-mobile-gap) !important;
  }
  .section_filter_custom--true {
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
  }
  .product-main .compare-at-price .money {
    font-size: 16px !important;
  }
  .jdgm-widget-actions-wrapper>a{
    max-width: 100% !important;
  }
  .jdgm-rev-widg__actions{
    margin: 0 0 1rem !important;
  }
  .jdgm-widget .jdgm-sort-dropdown-wrapper{
    margin-top: 0px !important;
    border-radius: var(--border-radius-primary);
  }
  .jdgm-rev-widg__summary, .jdgm-histogram, .jdgm-widget-actions-wrapper{
    margin-bottom: 20px !important;
  }
  .jdgm-widget .jdgm-rev.jdgm-rev{
    padding: 5px !important;
  }
  .product-app--container .jdgm-widget.jdgm-widget{
    margin-bottom: 2rem !important;
  }
  .jdgm-widget:has(.jdgm-prev-badge__stars){
    margin-bottom: 10px !important;
  }
  .below-pricing-text{
    margin-top: 6px;
    margin-bottom: 10px;
  }
  .shipping-custom .list-inline .medium--justify_center{
    margin-bottom: 15px;
    margin-top: 6px !important;
  }
  .product-block.product-block--price{
    margin-top: 10px;
  }
  .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-write-rev-link, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-ask-question-btn, .jdgm-write-rev-link.jdgm-write-rev-link{
    border-radius: 40px !important;
  }
}

/* HEADER BAR */
.custom_header .search-container{
  border-radius: 20px!important;
}

/* REVIEW CUSTOMER NEW ADD 10/05 */
.jdgm-rev__header{
  display: flex;
  flex-direction: column-reverse;
}

.jdgm-row-rating{
  margin-top: 5px !important;
}

.footer .shop_info{
  margin-bottom: 10px !important;
}
.logo-with-badges .logo_with_desc img{
  height: 45px;
  margin-top: 20px;
}
.logo-with-badges.is-hidden-mobile-only img{
  height: 45px;
}


.nav-desktop__tier-1 .nav-desktop__tier-1-item:hover .nav-desktop__tier-1-link{
  color: var(--color-third-60) !important;
  cursor: pointer;
}

/* .nav-desktop__tier-1-item:nth-child(1) span{
  color: var(--color-second-50);
  background: #FBEBEB;
  padding: 2px 15px;
  border-radius: 20px;
  font-weight: 500;
}

.nav-desktop__tier-1-item:nth-child(1):hover span{
  color: white;
  background: var(--color-second-50);
}

.nav-desktop__tier-1-item:nth-child(2) span{
  color: var(--color-third-60);
  background: var(--color-third-10);
  /* color: var(--color-price-saving);
  background: var(--color-primary-20); */
  padding: 2px 15px;
  border-radius: 20px;
  font-weight: 500;
}

.nav-desktop__tier-1-item:nth-child(2):hover span{
  color: white;
  background: var(--color-third-50);
  /* background: var(--color-price-saving); */
} */

/* HIDE SOCIAL BUTTON */
.footer__block--social-icons{
  display: none;
}

.section_filter_custom--true{
  margin-bottom: 0.7rem;
}

.section_select .blog_filter, .section_select .tag_filter, .section_select .sort_by{
  color: var(--color-neutral-80);
  border: 1.8px solid var(--color-neutral-80);
  border-radius: var(--border-radius-primary);
}


.show-mobile-only-sticky-button {
  display: none;
  opacity: 0;
}

@media only screen and (max-width: 798px) {
  .show-mobile-only-sticky-button {
    display: flex;
    opacity: 1;
  }
  .shopify-section:has(.custome_page_title_container){
    padding-top: 0px;
  }
  .shopify-app-block:has(.jdgm-all-reviews-widget){
    margin: 10px auto;
  }
}

/* HAPPY CUSTOMER PAGE */

.shopify-app-block:has(.jdgm-all-reviews-widget){
  max-width: 1280px;
  margin: 20px auto;
}

.jdgm-all-reviews-widget .jdgm-all-reviews__summary.jdgm-rev-widg__summary{
  align-items: flex-start !important;
}
.shopify-section:has(.custome_page_title_container){
  padding-top: 20px;
}

/* DISCOUNT CODE */
.cart_discounts .cart_discounts--tag_cover {
  display: flex;
  gap: 5px;
  width: fit-content;
  align-items: center;
  margin-bottom: 5px;
}

.cart_discounts .cart_discounts--tag_cover, .cart_discounts .cart_discounts--price .money{
  color: #3B4148;
}

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

.promo-banner strong{
  font-weight: 600;
}

/* REVIEW CAROUSEL */
.jdgm-carousel-title{
  color: var(--color-neutral-80);
  font-family: var(--pf-primary-font);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  text-align: left !important;
}

.jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper{
  text-align: left !important;
  display: flex !important;
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
}
.jdgm-carousel-wrapper .jdgm-carousel-number-of-reviews{
  width: fit-content;
  margin-top: 6px;
  font-family: var(--font-family-primary);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  border: unset;
  color: var(--color-neutral-50);
  margin-top: 6px;
  padding: 0;
}

.jdgm-carousel-item{
  vertical-align: top !important;
}

.jdgm-carousel--aligned-theme .jdgm-carousel-item__product-image{
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.jdgm-carousel-item__review-title{
  font-weight: 500 !important;
  color: var(--color-neutral-60) !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.jdgm-carousel-item__review-wrapper *{
  line-height: 22px !important;
}

.jdgm-carousel-wrapper .jdgm-widget.jdgm-carousel{
  position: relative;
}

.jdgm-carousel-item__review-body, .jdgm-carousel-item__review-content, .jdgm-carousel-item__review-body.jdgm-line-clamp {
  color: var(--color-neutral-60);
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.jdgm-carousel--aligned-theme .jdgm-carousel-item__review-rating{
  margin-bottom: 6px;
}

.jdgm-carousel-item__product-title{
  color: var(--color-price-saving);
  text-decoration: underline;
}

.jdgm-carousel-wrapper .jdgm-carousel__left-arrow, .jdgm-carousel-wrapper .jdgm-carousel__right-arrow{
  position: absolute;
  top: 60%;
  translate: 0px -50%;
}

.jdgm-carousel-wrapper .jdgm-carousel__left-arrow{
  left: 0;
}

.jdgm-carousel-wrapper .jdgm-carousel__right-arrow{
  right: 0;
}
.jdgm-carousel--aligned-theme .jdgm-carousel-item__reviewer-name{
  color: var(--color-neutral-80) !important;
  width: fit-content;
  font-size: 1em;
  line-height: 24px;
  font-weight: 500 !important;
}
.recomatic-product{
  margin: 0;
  width: 100% !important;
  border: unset !important;
}
.shopify-block-recomatic-product .recomatic-image-wrap{
  border-radius: var(--border-radius-primary);
  overflow: hidden;
}

@media screen and (max-width: 799px) {
  .jdgm-carousel-title{
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
  .jdgm-carousel-wrapper .jdgm-carousel__left-arrow {
    margin-left: 0px !important;
  }
  .jdgm-carousel-wrapper .jdgm-carousel__right-arrow {
    margin-right: 0px !important;
  }
  .jdgm-carousel-wrapper .jdgm-carousel-number-of-reviews{
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
  }
  .jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper{
    justify-content: center;
  }
  .jdgm-carousel--aligned-theme .jdgm-carousel-item__product-image{
    border-radius: var(--border-radius-primary);
  }
  .jdgm-carousel--aligned-theme .jdgm-carousel-item__review-wrapper{
    padding: 0px 5px !important;
  }
  .jdgm-carousel--aligned-theme .jdgm-carousel-item__review-wrapper{
    flex-direction: column-reverse;
  }
  .product-block--collapsible-tab .collapsible-tab{
    margin-top: 5px;
  }
  .jdgm-rev__pic-img.jdgm-rev__pic-img{
    padding: 0px 5px;
  }
  .jdgm-carousel-title-and-link{
    margin: 0 auto 20px !important;
  }
}
.jdgm-rev__header{
  margin-bottom: 0px !important;
}
.jdgm-rev .jdgm-rev__pics, .jdgm-rev .jdgm-rev__vids{
  margin: 0px 0px 10px !important;
}

/* RECOMATIC */
.shopify-block-recomatic-product .recomatic-content{
  gap: 0px !important;
}
/* .recomatic-attributes{
  padding: 10px !important;
} */
.shopify-block-recomatic-product .recomatic-container{
  padding-top: 0 !important;
}
.recomatic-brand, .recomatic-compare-at-price, .recomatic-brand-wrap{
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .recomatic-product {
    width: calc(50% - 7.5px) !important;
  }
  /* .recomatic-attributes{
    padding: 10px 7px 7px !important;
  } */
  /* .recomatic-title{
    margin-bottom: 5px !important;
  } */
  .cart--wrapper{
    padding-bottom: 25px !important;
  }
}
.tos_warning.checkout_button{
  border: none;
  margin-top: 15px;
}
/* PRODUCT PAGE CONTENT */
.list-inline .item-content{
  padding: 0px 5px;
}
.countdown-container{
  margin: 10px 0px !important;
}
.countdown-container{
  background: none !important;
  border-radius: none !important;
  color: var(--color-neutral-60) !important;
  border: none !important;
}
.countdown-container{
  padding: 0px !important; 
  text-align: left !important;
}
#countdown{
  color: #E4804B !important;
  min-width: 200px;
}
@media screen and (max-width: 799px) {
  .list-inline .item-content{
    margin-bottom: 30px;
  }
  .cart_savings span{
    font-size: 16px;
    line-height: 24px;
  }
  .countdown-container{
    margin: 20px auto 10px !important;
  }
  .cart__wrapper{
    margin: 10px auto 0px;
  }
  .cart__wrapper, .cart--wrapper{
    justify-content: center;
  }
  .subtotal .continue-shopping{
    margin-top: 10px;
  }
  .product-main .container{
    margin-top: 10px !important;
  }
}
.cart--empty .offset-by-five{
  left: 0;
  height: 25vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -20px;
  margin-bottom: 10px;
}
.cart--empty .quote{
  font-size: 16px;
  line-height: 24px;
  padding: 15px 0px;
}

/* CUSTOM FOOTER */
.footer{
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 50px 0px;
  border-top: solid 1px #f1f1f1;
}
.footer .footer-menu-wrap h6{
  color: var(--color-neutral-80);
}
.footer .toggle_content li a, .footer .shop_info, .shopify-section--footer .newsletter_section, .footer .toggle_content li a{
  color: var(--color-neutral-60) !important;
  font-weight: 400 !important;
}
.footer .email_input_custom{
  border: 1.2px solid var(--color-neutral-80) !important;
  border-radius: var(--border-radius-primary) !important;
}
.footer .shop_info path, .email_input_custom .fIcon path{
  fill: var(--color-neutral-60) !important;
}
.credits, .credits a{
  color: var(--color-pawgrey-30) !important;
}
.payment_methods{
  padding-top: 10px;
}
.disabled__toggle__mobile--true .toggle_content{
  margin-bottom: 30px;
}
.jdgm-carousel--aligned-theme .jdgm-carousel-item__reviewer-name::after, .jdgm-rev__author::after{
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  font-size: 12px;
  line-height: 20px;
  background: url(https://cdn.shopify.com/s/files/1/0876/6295/2748/files/verified_circle_customily.svg);
  background-position: center center;
  margin-left: 5px;
  vertical-align: middle;
}
.jdgm-carousel--aligned-theme .jdgm-carousel-item__reviewer-name, .jdgm-rev__author{
  display: inline-block;
}

a.icon-instagram{
  font-size: 24px !important;
}

.below-pricing-text.shipping-custom ul li{
  padding-bottom: 1em;
  border-bottom: 1px solid #EEE;
}
.shipping-custom .list-inline .medium--justify_center {
  margin-top: 10px;
}

b, strong{
  font-weight: 600 !important;
}

.product-tabs__radio:checked+.product-tabs__label+.product-tabs__panel{
  color: var(--color-neutral-60);
  font-size: 15px;
  line-height: 24px;
}

.custom_header .nav-desktop__tier-1-link{
  color: var(--color-neutral-60) !important;
}

a:hover, a:focus{
  color: var(--color-price-saving);
}

.jdgm-histogram__bar-content{
  background-color: var(--color-price-saving) !important;
  border-radius: 40px !important;
}
.jdgm-histogram__bar{
  border-radius: 40px !important;
}

@media screen and (max-width: 1025px)
{
.section-wrapper--produc{
  margin-top: 180px;
}
  
}
@media screen and (max-width: 799px)
{
.section-wrapper--produc{
  margin-top: 70px;
}
.section-wrapper{
  margin-top: 50px;
  }
}
@media screen and (max-width: 1199px){
  .product-main .container{
    margin-top: 70px;
  }
  
}
@media screen and (max-width: 1023px){
  .product-main .container{
    margin-top: 40px;
  }
}

.description .rte li{
  list-style-position: inside;
}

.description .rte li div{
  display: inline;
}

.description .rte li, .description .rte p, .description .rte li span{
  font-size: 15px !important;
  line-height: 22px;
  font-family: var(--font-family-primary) !important;
}

.needsclick{
  display: none !important;
}