/** Shopify CDN: Minification failed

Line 1218:0 Unexpected "}"

**/
:root {
  --font-menu: antarctican-mono, sans-serif;
  --font-weight-menu: 400;
  --font-weight-bold: 500;
  --font-style-menu: normal;
  --font-menu-letter-spacing: 2px;
  --base-headings-line: 1.5;
  --main-borders: #ebebeb;
}

span.text-size-custom.custom-made {
    position: absolute;
    top: 0;
    right: 0;
    font-family: var(--font-stack-headings);
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    text-transform: uppercase;
}

span.text-size-custom.custom-made::before {
    content: "■";
    margin-right: 10px;
    font-size: 14px;
}

span.variant-quantity.text-size--smaller.hs-stock-made-to-order {
    opacity: 0;
}

span.variant-quantity.text-size--smaller.hs-stock-out-of-stock {
    background-color: #ffffff;
  padding-left: 30px;
}

span.variant-quantity.text-size--smaller.hs-stock-low-stock {
    background-color: #ffffff;
  padding-left: 30px;
}

span.variant-quantity.text-size--smaller.hs-stock-in-stock {
    background-color: #ffffff;
    padding-left: 50px;
}

.template-collection .caption span.more-colours:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
.template-collection .caption {
    height: 110px!important;
}

.template-collection .caption span.more-colours {
  font-size: 10px!important;
}
}

@media only screen and (min-width: 769px) and (max-width: 1399px) {
.template-collection .caption {
    height: 120px!important;
}
.template-collection .caption span.more-colours {
  font-size: 11px!important;
}

.template-collection .box--small {
    height: 57vh;
}
}
/***************************************************************/
/*  GLOBAL CSS  ************************************************/
/***************************************************************/
html {
  scroll-behavior: smooth;
}
  
body {
  letter-spacing: var(--font-menu-letter-spacing);
}
  
h1, h2, h3, h4, h5, h6, .h0, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  text-transform: uppercase;
}
  
.box__heading.box--typo-big .subtitle:not(:last-child),
.box__heading.box--typo-big .tagline:not(:last-child) {
  font-family: var(--font-stack-headings);
  text-transform: uppercase;
}

input[type=submit], .button, .btn {
  font-family: var(--font-stack-headings);
  font-weight: 500;
  font-style: var(--font-style-headings);
  line-height: calc(var(--button-size) - 6px);
}
  
.pt-50 {padding-top: 50px;}
.pb-30 {padding-bottom: 30px;}
.pb-50 {padding-bottom: 50px;}
.pl-10 {padding-left: 10px;}
.pl-20 {padding-left: 20px;}
.ml-20 {margin-left: 20px;}

.tu {text-transform: uppercase;}
.tc {text-align: center;}
.tr {text-align: right;}
.fwn {font-weight: 400;}
.dn {display: none !important;}

@media screen and (max-width: 480px) {
  .mlm-0 {
    margin-left: 0;
  }
  
}

@media screen and (max-width: 768px) {
  .sm-hidden {
    display: none !important;
  }
}


/***************************************************************/
/*  HEADER  ****************************************************/
/***************************************************************/
.logo-img {
  height: 46px !important;
}

.hamburger-menu {
  color: #000;
}
 
.site-nav.style--sidebar .site-nav-container .sidebar-title {
  font-family: var(--font-stack-headings);
}

.site-nav.style--classic .menu-link {
  font-family: var(--font-menu);
  font-weight: var(--font-weight-menu);
  font-style: var(--font-style-menu);
  text-transform: uppercase;
  line-height: unset;
    padding: 15px;
}

.primary-menu .icon {
  margin-left: 2px;}
  
.site-header .site-nav-container {
  margin-right: 50px;
}
  
.site-nav.style--classic .submenu.normal-menu .submenu-holder .menu-link {
  font-size: 11px;
}
  
.site-nav.style--classic .submenu.mega-menu .submenu-masonry.with-promotion {
  width: 80%;
}
  
.site-nav.style--classic .submenu.mega-menu .submenu-holder .mega-link {
  width: 20%;
}
  
.site-nav.style--classic .submenu.mega-menu .submenu-masonry>.mega-link>.menu-link {
  margin-bottom: 2em;
}
  
.site-nav.style--classic .submenu.mega-menu .submenu-holder {
  padding: 0 20px;
}
  
.site-nav.style--classic .submenu.mega-menu .has-babymenu>.menu-link {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
  
.site-nav.style--classic .submenu.mega-menu .babymenu .menu-link {
  font-size: 11px;
  font-weight: var(--font-weight-menus);
  letter-spacing: 0;
  padding: 8px 10px;
}
  
.site-nav.style--classic .submenu.mega-menu .menu-link {
  font-size: 11px;
  font-weight: var(--font-weight-bold);
}
  
.site-nav.style--sidebar #menu-item-collections .mega-link>.menu-link {
  font-weight: var(--font-weight-bold);
  font-family: var(--font-stack-headings);
  text-transform: uppercase;
  font-size: 14px;
}

.site-nav.style--sidebar .primary-menu .menu-link {
  font-weight: var(--font-weight-menus);
  font-family: var(--font-stack-headings);
  text-transform: uppercase;
}
  
.menu-promotion>div {
  min-height: 300px;
  padding: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
  
.site-menu-handle {
  width: unset;
  margin-top: 2px;
}

.site-menu-handle svg {
  width: 22px;
}
 
.site-search-handle {
  margin-right: 10px !important;
}


.site-nav.style--sidebar #menu-item-collections .submenu {
  display: none;
  padding: 15px 15px 5px;
}

.site-nav.style--sidebar #menu-item-collections>a {
  display: block;
}

.site-nav.style--sidebar #menu-item-collections {
  margin-bottom: 12px;
}

/* .site-nav.style--classic .submenu.mega-menu .submenu-masonry.without-promotion .mega-link:nth-last-child(-n+2) {
  top: 172px !important;
} 

.site-nav.style--classic .submenu.mega-menu .submenu-masonry.without-promotion .mega-link:nth-last-child(2) {
  left: calc(25% + 1.5px) !important;
}  */

@media screen and (max-width: 768px), screen and (max-width: 1024px) and (orientation: portrait) {
  .site-nav.style--sidebar .primary-menu .menu-link {
    font-weight: var(--font-weight-bold);
    font-size: calc(22px / 16 * var(--base-body-size) + 0px);
  }
  .site-nav.style--sidebar .primary-menu .submenu-holder .menu-link {
    font-size: 14px;
  }
  .site-nav.style--sidebar .primary-menu .submenu-holder .menu-link.no-focus-link {
    font-weight: 400;
  }
  .site-nav.style--sidebar #menu-item-collections .babymenu {
    padding-left: 15px;
  }
}


/* Search */
/* .site-overlay {
  z-index: 9998;
} */
  
.hs-site-search-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  min-height: 80px;
  width: 100%;
  transition: opacity 200ms;
  background-color: #fff;
  z-index: 9999;
}

.hs-search-container {
  width: 1200px;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  margin-top: -10px;
}

.hs-search-form {
  width: 100%;
  position: relative;
}

.hs-site-search-reset {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.hs-site-search-reset svg {
  width: 12px;
}

.hs-search-input {
  border: 1px solid #272727;
  border-width: 0 0 1px 0;
  padding: 10px 0 10px 20px;
  width: 100%;
  height: 40px;
  font-family: 'antarctican-mono';
  text-transform: uppercase;
  display: block;
}

.hs-search-input:focus {
  border: 2px solid #000;
  border-width: 0 0 1px 0;
}

.hs-search-icon {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 15px;
  height: 15px;
}

.hs-search-icon svg {
  width: 15px;
  height: 15px;
}

.search-hide {
  visibility: hidden;
  opacity: 0;
}
  
.site-cart-handle a {
  font-size: calc(14px / 16 * var(--base-body-size) + 0px);
  font-family: var(--font-menu);
  height: 19px;
}

.site-search-handle a {
  height: 15px;
}

.site-account-handle a {
  height: 16px;
}

.user-menu {
    margin: 0 10px;
    display: inline-block;
}  

.cart-menu .count-holder {
  left: 17px;
  top: -5px;
  font-weight: var(--font-weight-menus);
  line-height: 1;
}

.cart-menu .count {
  font-size: calc(12px / 16 * var(--base-body-size) + 0px);
  color: #fff;
  width: 15px;
  height: 15px;
  color: #fff;
  background: #000;
  border-radius: 100%;
  line-height: 1;
  display: inline-block;
  padding-left: 2px;
  padding-top: 1px;
}
  
.hs-region-selector {
  font-size: calc(14px / 16 * var(--base-body-size) + 0px);
  font-weight: var(--font-weight-menus);
  font-family: var(--font-stack-headings);
  margin: 0 10px;
}
  
.hs-region a {
  padding: 20px;
  display: flex;
  align-items: center;
}
  
.hs-region a img {
  margin-right: 10px;
}

.hs-region a span {
  margin-top: 5px;
}
  
.hs-action-btns {
  display: flex;
  align-items: center;
  padding-right: 15px;
}

.change-region .aa {
  font-size: 14px !important;
}
  
@media screen and (min-width: 1279px) {
  .hs-mobile-menu,
  .change-region,
  .site-nav.style--classic .login {
    display: none !important;
  }
}
  
@media screen and (max-width: 1280px) {
  .hs-mobile-menu {
    width: 25%;
  }
  .logo {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .site-nav.style--classic {
    width: 25%;
    display: flex;
    justify-content: flex-end;
  }
  .site-header .logo img {
	object-position: center;
  }
  .site-burger-handle {
    margin-left: 0 !important;
}
  .site-account-handle {
    display: none;
  }
  .site-header .site-nav-container {
    display: none;
  }
}


/***************************************************************/
/*  COLLECTION PAGE  *******************************************/
/***************************************************************/
.site-filter-handle {
  background: var(--main-background);
  color: var(--main-text);
}
  
.site-filter-handle svg * {
  fill: var(--main-text);
}
  
.product-holder {
  background: #f8f8f8;
}
  
.box__heading.box--bigger .site-box-content hr {
  display: none;
}

.box__heading.box--bigger.box--with-auto-height[data-custom-text] {
  min-height: 20vh !important;
}

.box__heading.box--typo-big .title:not(:last-child) {
  text-transform: uppercase;
  font-weight: 500;
}

.product-item .caption .title {
  font-weight: 500;
  font-family: var(--font-stack-headings);
}

.box__product-content .variant-quantity {
  opacity: 1;
}
  
.collection__holder .box__heading.box--bigger {
  padding-top: 25px;
  padding-bottom: 25px;
}


.collection__holder .box__heading.box--bigger .site-box-content {
  max-width: 100%;
  text-align: left;
}
  
@media screen and (min-width: 769px), screen and (min-width: 1025px) and (orientation: portrait) {
  #main-collection-product-grid .lap--box--small-fl-auto {
    min-height: 80px !important;
  }
  .site-filter-handle-holder {
    top: -11px;
  }
}
  
  
@media screen and (max-width: 768px), screen and (max-width: 1024px) and (orientation: portrait) {
  #main-collection-product-grid  .lap--box--small-fl-auto {
    min-height: 80px !important;
  }
  .site-filter-handle-holder {
    top: 0;
    left: -7px;
  }
}
  
.collection__holder .box__heading.box--typo-big  {
  padding-left: var(--site-horizontal-padding);
  padding-right: var(--site-horizontal-padding);
}

/********** APPAREL Collection **********/
.apparel-collection .box--small {
  height: auto;
}

.apparel-collection .product-item .caption .title,
.apparel-collection .product-item .caption .price {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: var(--font-stack-headings);
  font-weight: 500;
  overflow: unset;
}

@media screen and (min-width: 992px) {  
  .apparel-collection .product-item .caption .price {
    line-height: 1.3;
    margin-top: 0;
    font-size: 14px;
    margin-left: 15px;
  }
  .apparel-collection .product-item .caption div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  } 
}

.apparel-collection .box__collection.box--typo-small .product-item .caption {
  padding: 15px;
  height: 50px;
  position: relative;
  margin-top: -10px;
}

.apparel-collection .style--one.alt .box--product-image {
    height: calc(100% - 50px);
}

.apparel-collection .box__collection .box--product-image img {
    object-fit: cover!important;
}

.apparel-collection .quick-add-to-cart-button {
  bottom: 35px;
}    

.no-touchevents .apparel-collection .product-holder:hover .product-item.alt .box--product-image,
.apparel-collection .product-item.alt.focus .box--product-image {
  transform: scale(1);
}

/***************************************************************/
/*  PRODUCT PAGE  **********************************************/
/***************************************************************/
.product--section {
  border-bottom: 1px solid var(--main-borders);
}
  
.product-header-element {
  margin-bottom: 10px !important;
}
  
.product-header .product-title {
  text-transform: uppercase;
}

.product-header .price .product-price {
  font-weight: var(--font-weight-body);
  font-family: var(--font-stack-headings);
  letter-spacing: 0.5px;
}

.product-variant__name {
    text-transform: uppercase;
    margin-bottom: 1.25em;
    display: block;
    font-family: var(--font-stack-headings);
  letter-spacing: 0.5px;
}

product-variants[data-style=select][data-has-variants] {
  position: relative;
}

.box__product-content .variant-quantity:not(:empty) {
  position: absolute;
  top: 15px;
  right: 0;
  font-family: var(--font-stack-headings);
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}

.product-variant__container {
  margin: -5px 0 0 -5px;
}

.product-variant label {
  font-family: var(--font-stack-headings);
  text-transform: uppercase;
  font-weight: 500;
}

.product-variant__container .product-variant__item--size label {
  min-width: 80px;
}

.product-variant__container .product-variant__item label {
  border: 1px solid #B9B9B9;
}

.product-variant__container .product-variant__item label span {
  width: 40px;
  height: 40px;
}

.product-variant__container .product-variant__item {
    height: 43px;
  margin: 5px;
}

.product-variant__container .product-variant__item input:checked+label {
    border-color: #B9B9B9;
    background: #F5F5F5;
}

.product-variant__container .product-variant__item--color label{
  padding: 1px;
}

.product-variant__container .product-variant__item--color span:last-child {
  display: none;
}
.product-variant__container .product-variant__item--color span {
  margin-right: 0;
}

.product--add-to-cart-button {
  background: #000;
  color: #fff;
}
  
.hs-stock-out-of-stock,
.hs-stock-made-to-order,
.hs-stock-low-stock,
.hs-stock-in-stock {
  text-transform: uppercase;
  color: #000;
}

.hs-stock-out-of-stock {
  text-decoration: line-through;
}

.hs-stock-made-to-order::before,
.hs-stock-low-stock::before,
.hs-stock-in-stock::before {
  content: "■";
  margin-right: 10px;
  font-size: 14px;
}

.hs-stock-in-stock.hs-stock-made-to-order::before {
  color: #000;
}

.hs-stock-low-stock::before {
  color: #c30000;
}

.hs-stock-in-stock::before {
  color: #009830;
}

toggle-tab+toggle-tab {
  border-top: none;
}

.toggle__title {
  padding: 5px 0;
  font-family: 'antarctican-mono';
  letter-spacing: 0.5px;
  justify-content: flex-start;
}

.toggle__title.opened {
  font-weight: 500;
  text-decoration: underline;
}

.toggle__title .symbol.symbol--plus,
.toggle__title.opened .symbol--minus {
  width: 7px;
  margin-left: 10px;
}
  
/* Text Columns with Icons */
.text-columns-with-icons {
  padding: 10vh 0;
}
  
/* Technologies Section */
.technologies-section a {
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 100%;
}

.technologies-section a span {
  display: block;
}
  
.technologies-section a span.btn_scroll {
  padding: 5px 0;
  margin-bottom: 0;
}
  
.technologies-section a span:first-child {
  font-family: var(--font-stack-headings);
  font-weight: var(--font-weight-bold);
  margin-bottom: 5px;
  text-transform: uppercase;
}
  
.technologies-section  .technology-select {
  border: 1px solid var(--main-background-secondary);
  padding: 10px;
        display: flex;
    flex-direction: column;
    justify-content: center;
}
  
.technologies-section  .technology-select:hover {
  background-color: #000;
  color: #fff;
}
  
.technologies-section  .tech-price {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  /* align-items: center; */
  gap: 20px;
}
  
@media screen and (max-width: 480px) {
  .technologies-section  .tech-price {
    gap: 10px;
  }
}
  
.tech-futureflex a:first-child {background-color: #f7f7f7;}
.tech-pe a:nth-child(2) {background-color: #f7f7f7;}
.tech-pu a:nth-child(3) {background-color: #f7f7f7;}
.tech-pec a:last-child {background-color: #f7f7f7;}

.payment-plans {
  letter-spacing: 0;
}

.bnpl {
  display: flex !important;
  align-items: center;
  letter-spacing: 0;
  line-height: 1;
}

.bnpl .afterpay {
  width: 108px;
  margin: 0 10px;
}

.bnpl .zip {
  width: 60px;
  margin-top: -2px;
}

@media screen and (max-width: 480px) {
  .bnpl .afterpay {
    width: 80px;
  }

  .bnpl .zip {
    width: 50px;
  }
}

.product-badge {
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 9px;
  height: 25px;
}
  
.product-badge.instock {
  background: #e9f6e1;
  border: none;
  color: #338800;
}


/***************************************************************/
/*  CART PAGE  *************************************************/
/***************************************************************/
.cart-item .content .item-title, .search-results.predictive-search .search-item .content .item-title,
.cart-item .content .item-price strong, .search-results.predictive-search .search-item .content .item-price strong,
.cart-item .content, .search-results.predictive-search .search-item .content {
  text-transform: uppercase;
  font-family: var(--font-stack-headings);
  letter-spacing: 0.5px;
  font-weight: 400;
}

.cart-item {
  align-items: stretch;
}

@media screen and (min-width: 992px) {
  .site-box-container.hs-cart {
    max-width: 1300px;
    margin: 0 auto;
  }
  
  .hs-cart .cart-col-1 {
    width: 70%;
  }
  
  .hs-cart .cart-col-2 {
    width: 30%;
  }
  
  .hs-cart .cart-col-1:after,
  .hs-cart .cart-col-2:after {
    display: none;
  }
  
  .hs-cart .box__heading.box--typo-big.cart-col-2 {
    padding: 20px;
  }
}

.hs-cart .cart-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-item .actions, .search-results.predictive-search .search-item .actions {
  align-items: flex-start;
  flex-direction: column;
  align-content: flex-start;
}

.cart-item .actions .remove {
  margin-left: 0;
  color: #7e7e7e;
}

.cart-item .actions .qty-button {
  border: none;
}

.cart-item .actions .qty-button,
.cart-item .actions .qty-button svg {
  width: 10px;
  height: 10px;
}


.cart-item .actions .qty-selector {
  font-family: var(--font-stack-headings);
  font-size: 14px;
  height: 20px;
}

.cart-item .actions .quantity-selector-holder {
  padding-left: 90px;
  margin-bottom: 5px;
}
.cart-item .actions .quantity-selector-holder:before {
  content: "Quantity";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 14px;
  line-height: 18px;
}

.cart-out span {
  font-weight: 400;
  font-family: 'antarctican-mono';
  text-transform: uppercase;
}

.cart-out span span {
  font-weight: 500;
  display: block;
  margin-top: 5px;
}

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

.cart-out button {
  width: 95%;
}

.template-cart .cart-out small {
  text-transform: uppercase;
  font-family: 'antarctican-mono';
  color: #a6a6a6;
  margin-top: 5px;
}

@media screen and (min-width: 992px) {
  .hs-cart h1 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.8px;
  }
  .cart-item .thumbnail, .search-results.predictive-search .search-item .thumbnail {
    width: 170px;
    height: 170px;
    flex: 0 0 170px;
  }
  .hs-cart .cart-col {
      display: flex;
    justify-content: space-between;
}
  .cart-out {
    margin-top: 80px;
  }
}

.hs-cart .cart-continue {
  display: block;
}

.hs-cart .cart-continue .button {
  background: transparent;
  color: #000;
  text-decoration: underline;
  font-size: calc(13px / 16 * var(--base-body-size) + 0px);
  letter-spacing: 0;
}


/***************************************************************/
/*  MISC  ******************************************************/
/***************************************************************/

/* Slideshow */

/* Newsletter */
.box__newsletter .site-box-content .content {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.hs-newsletter {
  flex-grow: 2;
}

.box__newsletter .newsletter-title {
  margin-bottom: 0;
  flex-grow: 2;
  text-align: left;
}

.hs-newsletter input {
  border-width: 0 0 1px 0 !important;
  padding: 0 !important;
}
  
.hs-newsletter button {
  border-bottom: 1px solid rgb(67, 67, 67) !important;
  padding: 0 25px !important;
}

@media screen and (max-width: 480px) {
  .box__newsletter .site-box-content .content {
    flex-direction: column;
  }
  .box__newsletter .newsletter-title {
    margin-bottom: var(--text-spacing);
  }
}
  
/* Blog */
.blog-item__title {
  font-weight: var(--font-weight-bold);
  font-family: var(--font-stack-headings);
}
  
/* Image Box */
.box__image-text .content>*:last-child {
  text-transform: uppercase;
}
  
/* HSStudio */
.hsstudio_images {
  background-color: #f7f7f7;
}
.hsstudio_images img {
  object-fit: contain !important;
}
.hsstudio_images .caption {
  color: #000;
  background: none;
}

/* Geotargetly */
/* .gt_redirectpopup_1589424909514_overlay {
  display: block;
  background: #000000b5;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
} */

/* FBT */
#ga-product_bought_together {
  padding: 0;
}

.ga-carousel_wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -8px !important;
}

#ga-cart .ga-carousel_wrapper {
  margin-left: 0 !important;
}

#ga-product_bought_together h2 {
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

#ga-product_bought_together .ga-product_title, #ga-product_bought_together select.ga-product_variant_select,
#ga-product_bought_together span.ga-product_price,
#ga-product_related .ga-product_title, #ga-product_related select.ga-product_variant_select,
#ga-product_related span.ga-product_price,
#ga-cart h2,
#ga-cart .ga-product_title, #ga-cart select.ga-product_variant_select,
#ga-cart span.ga-product_price {
  font-family: var(--font-stack-headings);
  text-transform: uppercase;
  font-size: 14px !important;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-align: center;
}

#ga-product_related button.ga-product_addtocart, #ga-product_related button.ga-addalltocart,
#ga-cart button.ga-product_addtocart, #ga-cart button.ga-addalltocart {
  font-family: var(--font-stack-headings);
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 0.5px;
  font-weight: 500;
}

span.ga-product_price-container {
  text-align: center;
}

.ga-carousel_wrapper .gowl-nav .gowl-prev {
  left: 0 !important;
}

.ga-carousel_wrapper .gowl-nav .gowl-next {
  right: 0 !important;
}

@media screen and (max-width: 480px) {
  .product-variant__container .product-variant__item--size label {
    min-width: 55px;
  }
  .product-variant__container .product-variant__item {
    height: 35px;
  }
  .product-variant__container .product-variant__item label span {
    width: 32px;
    height: 32px;
  }
  #ga-product_bought_together h2 {
    text-align: center !important;
  }
}

@media screen and (min-width: 992px) {
  #ga-product_related .ga-carousel_wrapper .gowl-carousel .gowl-stage-outer {
    display: flex;
    justify-content: center;
  }
}


/***************************************************************/
/*  FOOTER  ****************************************************/
/***************************************************************/
.hs-footer-top {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--box-auto-top);
}

.hs-footer-logo {
  max-width: 70px;
}

.hs-footer-line {
  width: 100%;
  height: 1px;
  background-color: #434343;
  margin: 0 50px;
}
  
@media screen and (max-width: 767px) {
  .hs-footer-line {
    width: 70%;
    height: 1px;
    background-color: #434343;
    margin: 0 20px;
  }
}

.hs-footer-top .site-social {
  flex-direction: row;
}

.hs-footer-top .site-social .icon {
  width: 20px;
  height: 20px;
}

.hs-footer-top .site-social a {
  margin-bottom: 0 !important;
}

.hs-footer-top .site-social .text {
  display: none;
}

.site-footer .footer-item .title {
  font-weight: 500;
}

.site-footer .footer-top[data-size="5"] {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
 
.site-footer .footer-top {
  grid-gap: min(50px,var(--box-auto-top));
  padding-top: 50px;
}

.site-footer .footer-bottom {
  display: none;
}

.shopify-payment-button__button--unbranded {
  display: none;
}
}

/**Custom Made to Order and Pre Order**/
