/** Shopify CDN: Minification failed

Line 2088:28 Unexpected "{"
Line 2574:24 Expected identifier but found "!"
Line 2596:0 Expected "}" to go with "{"

**/
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  line-height: 100%;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

small {
  font-size: 80%;
}

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

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

button.can-be-disabled:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
#my-additional-checkout-main-cart.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

h1,
.h1,
.h1-large,
.h1-xlarge {
  font-size: 2.5rem;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -2% !important;
}

h2,
.h2 {
  font-size: 1.875rem;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 1.25rem;
  letter-spacing: 0;
}

h3,
.h3 {
  font-size: 1.875rem;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: -2%;
  text-transform: uppercase;
}

h4,
.h4 {
  font-size: 1rem;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 1.25rem;
  letter-spacing: 0;
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 1.25rem;
  letter-spacing: 0;
}

h6,
.h6 {
  font-size: 1.25rem;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 1.25rem;
  letter-spacing: 0;
}

@media print, screen and (min-width: 48em) {
  h1,
  .h1,
  .h1-large,
  .h1-xlarge {
    font-size: 3.125rem;
  }
  h2,
  .h2 {
    font-size: 2.1875rem;
  }
  h3,
  .h3 {
    font-size: 3.125rem;
  }
  h4,
  .h4 {
    font-size: 1.875rem;
  }
  h5,
  .h5 {
    font-size: 1.375rem;
  }
  h6,
  .h6 {
    font-size: 1.25rem;
  }
}

@media print, screen and (min-width: 66.75em) {
  h1,
  .h1,
  .h1-large,
  .h1-xlarge {
    font-size: 3.125rem;
  }
  h2,
  .h2 {
    font-size: 2.1875rem;
  }
  h3,
  .h3 {
    font-size: 3.125rem;
  }
  h4,
  .h4 {
    font-size: 1.875rem;
  }
  h5,
  .h5 {
    font-size: 1.375rem;
  }
  h6,
  .h6 {
    font-size: 1.25rem;
  }
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-medium,
.text-size-regular {
  font-size: 1rem;
}

.text-size-small {
  font-size: 0.9375rem;
}

/* Header */
.full-menu--menu {
  pointer-events: none;
}

.full-menu--menu a,
.full-menu--menu button {
  pointer-events: auto;
}

.header {
  transition: all 0.5s ease-in-out;
  margin-top: 0px;
}

.header {
  top: 0px;
}

.header[data-direction="1"] {
  top: -86px;
}

.full-menu--menu-primary a {
  text-transform: none;
  letter-spacing: 0;
}

.full-menu--menu-primary > li {
  text-transform: none;
}

.full-menu--submenu a {
  margin-bottom: 2px;
  font-size: 1rem;
}

.full-menu--promotion-cover {
  font-size: 1rem;
  letter-spacing: 0em;
  text-transform: inherit;
}

@media only screen and (max-width: 768px) {
  .thb-secondary-area {
    gap: 20px;
  }
}

/* Button */
.button,
input[type="submit"] {
  font-size: 1rem;
}

.section-header--button a {
  font-size: 1rem;
}

/* Overwrites svg icons with data-custom*/
.header.transparent--true:not(.is-sticky):not(.open-menu)
  .thb-secondary-area
  svg[data-custom]
  path {
  stroke: none;
  fill: var(--color-header-transparent-text, #fff);
}

/* Cart items count */
.thb-secondary-cart-inner {
  display: inline-flex;
  gap: 0.5rem;
  align-items: flex-end;
  line-height: 100%;
  font-family: "Basis Grotesque Pro";
  font-size: 13px;
}

.header.transparent--true:not(.is-sticky):not(.open-menu)
  .thb-secondary-cart-inner {
  color: var(--color-header-transparent-text, #fff);
}

.thb-secondary-cart-inner span {
  margin-bottom: -2px;
}

/* Menu */
.full-menu--menu {
  top: 0px;
  left: 0px;
  max-width: 320px;
  width: 100%;
}

.full-menu--menu-primary,
.full-menu--menu-secondary {
  padding: 40px;
  width: 100%;
  font-weight: var(--font-body-medium-weight, 500);
}

.full-menu--menu-secondary {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  clip-path: inset(50% 0% 0% 0%);
}

.open-menu .full-menu--menu-secondary {
  clip-path: inset(0% 0% 0% 0%);
}

.full-menu--menu a {
  font-size: 1rem;
}
.full-menu--menu-primary a {
  margin-bottom: 2px;
}

.mobile-menu {
  padding: 0 !important;
}

.mobile-menu li > a,
.mobile-menu li summary {
  padding: 0 20px !important;
}

.mobile-secondary-menu a {
  font-size: 0.875rem !important;
}

.mobile-secondary-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px !important;
}

.mobile-menu-drawer .social-links {
  padding: 0px 20px !important;
  margin: 0 !important;
}

.mobile-menu-drawer .social-links li a {
  height: auto !important;
}

.mobile-menu-drawer .thb-mobile-menu-footer .thb-mobile-account-link,
.mobile-menu-drawer .thb-mobile-menu-footer .thb-localization-forms__button {
  font-size: 1rem !important;
  min-height: 54px;
}

.thb-mobile-menu-footer .no-js-hidden,
.mobile-menu-drawer .thb-mobile-menu-footer .thb-localization-forms {
  display: flex;
  width: 100%;
}

.thb-mobile-menu-footer .no-js-hidden,
.mobile-menu-drawer .thb-mobile-menu-footer .thb-localization-forms {
  justify-content: center;
}

.thb-mobile-menu-footer .no-js-hidden,
.mobile-menu-drawer .thb-mobile-menu-footer .thb-localization-forms,
.thb-localization-forms__opener {
  width: auto !important;
}

.thb-mobile-menu-footer .thb-mobile-menu-footer-modals {
  border-top: 1px solid var(--color-header-border, var(--color-border));
  min-height: 54px;
  align-items: center;
}

.mobile-menu-drawer .thb-mobile-menu-footer .thb-localization-forms {
  border: none !important;
}

.mobile-menu .sub-menu {
  padding: 0 !important;
}

.mobile-menu .parent-link-back {
  margin-bottom: 0px !important;
  min-height: 54px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 20px !important;
}

.mobile-menu .parent-link-back button,
.mobile-menu .parent-link-back button {
  font-size: 1rem !important;
  gap: 20px !important;
  color: #666666 !important;
}

.parent-link-back--button svg {
  transform: scaleX(-1);
}

.mobile-menu li > a,
.mobile-menu li summary {
  font-size: 1rem !important;
}

.mobile-menu .parent-link-back button svg {
  margin: 0 !important;
}

.thb-secondary-area-item {
  padding: 0 !important;
}

/* .full-menu--promotion {
  width: 100%;
} */

.mobile-menu .full-menu--promotion a {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.mobile-menu .full-menu--promotion img {
  width: 100vw !important;
  height: inherit !important;
}

.mobile-menu .carousel__slide {
  width: 100vw !important;
}

.mobile-menu .carousel.full-menu--promotion-carousel {
  width: 100vw !important;
  margin: 0 !important;
}

.mobile-menu .flickity-viewport {
  overflow: visible !important;
}

.thb-secondary-cart .thb-item-count {
  background-color: transparent !important;
  color: black;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: 100%;
  margin-bottom: -2px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu li > a,
  .mobile-menu li summary {
    padding: 0 40px !important;
  }

  .mobile-menu .parent-link-back {
    padding: 0 40px !important;
  }

  .mobile-secondary-menu,
  .mobile-menu-drawer .social-links {
    padding: 20px 40px !important;
  }

  .thb-secondary-area {
    gap: 20px;
  }

  /* .full-menu--promotion {
    width: auto;
  } */
}

/* Collections list */
.remove-inner-spacing.row,
.remove-inner-spacing.row .columns {
  padding: 0;
}

/* Hero homepage */
.slideshow__slide-content {
  padding-top: 0;
  padding-bottom: 40px !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.slideshow .flickity-custom-dots .dot {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  letter-spacing: 0em !important;
}

.slideshow__slide-content > *:not(.slideshow__slide-heading) {
  margin-bottom: 40px !important;
}

.slideshow__slide-content .slideshow__slide-heading {
  margin-bottom: 20px !important;
  line-height: 100 !important%;
}

.slideshow__slide .button {
  margin: 0 !important;
}

@media only screen and (min-width: 768px) {
  .slideshow .flickity-custom-dots .dot {
    font-size: 1rem !important;
    letter-spacing: 0em !important;
  }

  .slideshow__slide-content {
    padding-bottom: 40px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .slideshow .flickity-custom-dots {
    bottom: 40px !important;
  }

  .slideshow__slide-inner {
    padding-bottom: 60px !important;
  }
}

.slideshow .flickity-custom-dots .dot {
  margin: 0 15px !important;
}

.collection-list-section
  .collection-grid:not(.swipe-on-mobile)
  .collection-card
  .collection-card--image-image {
  transform: scale(1) !important;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
}

.collection-card:hover .collection-card--image-image {
  transform: scale(1.015) !important;
}

.collection-list-section .row:has(.swipe-on-mobile) {
  padding: 0 !important;
}

.slideshow-fixed-asset {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0.4;
  pointer-events: none;
  width: 80vw;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  .slideshow .flickity-custom-dots .dot {
    margin: 0 30px !important;
  }

  .slideshow-fixed-asset {
    width: 70vw;
  }
}

@media only screen and (min-width: 1024px) {
  .slideshow-fixed-asset {
    width: 50vw;
  }
}

/* Rich text */
.rich-text__inner * {
  margin-bottom: 0px !important;
  width: auto;
  flex: none;
}

.full-width-row-full:not(.not-found) .rich-text__inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.rich-text__inner p {
  opacity: 60%;
}

.text-center.rich-text__inner {
  justify-content: center;
}

.text-left.rich-text__inner {
  justify-content: start;
}

.text-right.rich-text__inner {
  justify-content: end;
}

.text-center .rich-text__inner .button {
  margin: auto !important;
}

.text-left .rich-text__inner .button {
  margin-right: auto !important;
}

.text-right .rich-text__inner .button {
  margin-left: auto !important;
}

.subheading {
  letter-spacing: 4% !important;
  font-size: 0.75rem !important;
}

/* Section header */

.section-header {
  margin-bottom: 40px !important;
}

.list-collections .section-header--content {
  padding: 0 20px !important;
}

.section-header--content {
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
}

.section-header--content h2 {
  text-transform: uppercase;
}

.section-header--content p {
  opacity: 60%;
}

.section-header--content * {
  margin: 0 !important;
}

@media print, screen and (min-width: 48em) {
  .list-collections .section-header--content {
    padding: 0 40px !important;
  }
}

/* Collection card content */
.collection-card--image {
  margin: 0 !important;
}

.collection-card--content {
  /* position: absolute; */
  bottom: 0;
  display: flex;
  left: 0;
  justify-content: end;
  right: 0;
  z-index: 5;
  padding: 20px;
  color: var(--color-text) !important;
  background: white;
}

.collection-card--content * {
  color: var(--color-text) !important;
}

.collection-card--link {
  text-decoration: underline;
}

.collection-card--link::before {
  display: none !important;
}

.collection-grid:not(.swipe-on-mobile) {
  display: grid;
  grid-template-columns: repeat(
    var(--var-collection-list-columns-mobile),
    1fr
  ) !important;
}

.collection-list-section .collection-grid.swipe-on-mobile {
  margin-left: -0 !important;
  width: auto !important;
  padding: 0 20px !important;
  gap: 20px !important;
}

.remove-inner-spacing .collection-grid.swipe-on-mobile {
  padding: 0 0px !important;
  gap: 0px !important;
}

.remove-inner-spacing .collection-grid {
  grid-gap: 0px !important;
}

@media only screen and (min-width: 768px) {
  .collection-list-section .collection-grid.swipe-on-mobile {
    margin-left: -0 !important;
    width: auto !important;
    padding: 0 40px !important;
    gap: 20px !important;
  }

  .remove-inner-spacing .collection-grid.swipe-on-mobile {
    padding: 0 0px !important;
    gap: 0px !important;
  }

  .remove-inner-spacing .collection-grid,
  .collection-list-section .swipe-on-mobile {
    grid-gap: 0px !important;
  }

  .collection-list-section .collection-grid,
  .collection-list-section .swipe-on-mobile {
    grid-template-columns: repeat(
      var(--var-collection-list-columns),
      1fr
    ) !important;
    grid-gap: 20px !important;
  }

  .remove-inner-spacing .collection-grid {
    grid-gap: 0px !important;
  }
}

@media print, screen and (min-width: 48em) {
  .collection-card--content {
    padding: 40px;
  }
}

/* Featured blog */
/* NOTAA */
.row .columns {
  padding: 0 5px;
}

.collection-list-section .row .columns:has(.swipe-on-mobile) {
  padding: 0px !important;
}

.featured-image {
  width: 100%;
}

.blog-post .post-meta {
  letter-spacing: 4% !important;
  font-size: 0.75rem !important;
}

.blog-post {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: start;
}

.blog-post > * {
  margin: 0 !important;
  line-height: 100% !important;
}

.blog-posts .section-header {
  gap: 30px !important;
}

.shopify-payment-button__more-options,
.text-button {
  font-size: 1rem;
}

.blog-header--tags a {
  margin: 0 !important;
  text-transform: uppercase !important;
  height: 30px !important;
  padding: 10px !important;
  text-transform: uppercase;
  font-size: 12px !important;
  cursor: pointer !important;
  border: 1px solid #232323 !important;
  margin-right: 10px !important;
}

.blog-header--tags a:hover,
.blog-header--tags a.active {
  background-color: #3b0016 !important;
  border: 1px solid #3b0016 !important;
}

.blog-header-section .template-header .row {
  max-width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .row .columns {
    padding: 0 10px;
  }

  .blog-post {
    gap: 20px;
  }
}

/* Image with text */
.image-with-text__content--inner * {
  margin: 0 !important;
}

.image-with-text__content--inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.image-with-text__content--inner div {
  padding-bottom: 20px !important;
}

.text-center .image-with-text__content--inner {
  justify-content: center;
}

.text-left .image-with-text__content--inner {
  justify-content: start;
}

.text-right .image-with-text__content--inner {
  justify-content: end;
}

.text-center .image-with-text__content--inner .button {
  margin: auto !important;
}

.text-left .image-with-text__content--inner .button {
  margin-right: auto !important;
}

.text-right .image-with-text__content--inner .button {
  margin-left: auto !important;
}

.image-with-text__content {
  padding: 80px 20px !important;
}

@media only screen and (min-width: 1068px) {
  .image-with-text__content {
    padding: 80px !important;
  }

  .image-with-text__content--inner p {
    max-width: 600px !important;
    margin: auto !important;
  }
}

/* Footer */

.footer-email-bar {
  --color-body: var(--color-footer-text, var(--color-body)) !important;
}

.footer-email-bar {
  display: flex !important;
  justify-content: space-between !important;
  flex-direction: column !important;
}

.footer-email-bar .signup-container {
  width: 100% !important;
  max-width: none !important;
}

.signup-container fieldset {
  border: 1px solid var(--color-form-border);
  overflow: hidden;
  border-radius: var(--button-border-radius, 3px);
}

@media only screen and (min-width: 1068px) {
  .footer-email-bar {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    align-items: center !important;
  }

  .signup-container fieldset {
    border: 1px solid var(--color-form-border);
    overflow: hidden;
    border-radius: var(--button-border-radius, 3px);
    width: auto !important;
  }

  .footer-email-bar .signup-container {
    max-width: 500px !important;
  }
}

.signup-container--terms label {
  display: flex;
  gap: 0px;
  align-items: center;
}

.signup-container--terms input {
  margin: 0 !important;
}

.signup-container button {
  width: auto !important;
  max-width: none !important;
  background-color: black !important;
  color: white !important;
  padding: 10px 20px !important;
}

.signup-container fieldset * {
  border: none !important;
}

.signup-container input {
  height: 40px !important;
  font-size: 0.9375rem;
}

.signup-container input::placeholder {
  color: black;
}

.signup-container--term {
  margin-top: 0;
}

.side-panel-links--link svg {
  margin-right: 10px !important;
}

.footer-information-bar .side-panel-links {
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.footer-information-bar .social-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer-information-bar .social-links li {
  display: block;
}

.footer-information-bar .social-links a {
  height: auto !important;
}

.footer-information-bar .side-panel-links--link {
  margin-right: 0 !important;
  padding: 0 !important;
  align-items: start !important;
}

.footer-information-bar {
  gap: 30px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

@media only screen and (min-width: 1068px) {
  .footer-information-bar .side-panel-links {
    flex-direction: row;
    align-items: center;
  }

  .footer-information-bar .social-links {
    display: flex;
  }

  .footer-information-bar .side-panel-links--link {
    margin-right: 40px !important;
  }
}

/* Footer */
.footer {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  display: flex !important;
  flex-direction: column !important;
}

.footer * {
  margin: 0 !important;
}

.footer-payment-icons {
  flex-wrap: wrap;
  margin-top: 25px !important;
  gap: 10px !important;
  justify-content: right !important;
}

.footer .widget--menu,
.footer .thb-widget-menu {
  display: flex !important;
  flex-direction: column;
  text-align: center;
  gap: 25px;
  align-items: center;
  width: 100% !important;
}

.footer .thb-widget-menu {
  padding: 30px !important;
  border-bottom: 1px solid var(--color-header-border, var(--color-border));
}

.footer .thb-widget-menu li {
  display: flex !important;
  line-height: 100% !important;
  font-size: 1rem;
}

.sub-footer .full-width-row {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  padding: 30px !important;
  border-bottom: 1px solid var(--color-header-border, var(--color-border));
}

.thb-localization-forms__button {
  padding: 0 !important;
  font-size: 1rem !important;
  display: flex;
  gap: 10px;
  flex-direction: row;
}

.sub-footer .full-width-row div:first-child {
  display: flex;
  gap: 30px;
}

.sub-footer .claim {
  padding: 30px 15px 25px 15px;
  text-align: center;
}

.sub-footer .claim p {
  font-size: 1.5625rem !important;
  font-family: "AntroVectra-Bolder";
  line-height: 100%;
  color: var(--color-footer-heading);
}

.legal {
  padding-bottom: 15px;
  text-align: center;
  color: black !important;
}

@media only screen and (min-width: 1068px) {

.template-header--image video {
  width: 100%;
  height:100%;
  object-fit: cover;
}

  .footer {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .footer * {
    margin: 0 !important;
  }

  .footer-payment-icons {
    margin-top: 0px !important;
    width: auto !important;
  }

  .footer .widget--menu,
  .footer .thb-widget-menu {
    flex-direction: row;
    justify-content: space-between !important;
    width: 100% !important;
  }

  .footer .thb-widget-menu {
    padding: 40px !important;
  }

  .footer .thb-widget-menu li {
    display: flex !important;
    line-height: 100% !important;
    font-size: 1rem;
  }

  .sub-footer .full-width-row {
    justify-content: space-between !important;
    width: 100% !important;
    padding: 0px 40px !important;
    align-items: center;
    flex-direction: row;
    height: 80px !important;
  }

  .footer .thb-widget-menu {
    padding: 0px 40px !important;
    height: 80px !important;
  }

  .thb-localization-forms__button {
    padding: 0 !important;
    font-size: 1rem !important;
  }

  .sub-footer .full-width-row div:first-child {
    display: flex;
    gap: 10px;
  }

  .sub-footer .claim {
    padding: 60px 0;
  }

  .sub-footer .claim p {
    font-size: 3.4375rem !important;
  }

  .legal {
    padding: 0px 0px 20px 0px !important;
  }
}

/* Template header */
.template-header--image-wrapper {
  position: relative;
}

.template-header--image {
  position: static !important;
  width: 100% !important;
}


.template-header--image video {
  width: 100%;
}

.template-header--description {
  /* opacity: 0.6; */
  color: #666666;
}

.template-header--description p {
  margin-bottom: 40px !important;
}

.template-header--content {
  max-width: 730px !important;
  padding: 40px 0 20px 0 !important;
}

.template-header--content.left-body {
  text-align: left !important;
  margin-left: 0px !important;
}

.header-sticky--active > .row {
  padding: 0 15px !important;
}

@media only screen and (min-width: 1068px) {
  .template-header--image-wrapper {
    position: relative;
    aspect-ratio: 2.213;
  }

  .template-header--image {
    position: absolute !important;
  }


  .template-header--content {
    padding: 40px 0 !important;
  }

  .header-sticky--active > .row {
    padding: 0 36px !important;
  }
}

.products .promotion-column.promotion-column-width--2 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  /* aspect-ratio: 0.96; */
  padding-bottom: 96% !important;
}

.template-header--content h1 {
  font-size: 1.875rem !important;
  margin-bottom: 40px !important;
}

.template-header--image.desktop {
  display: none !important;
}

.product-grid-section {
  padding: 20px 0px 0px !important;
}

.products.row .column {
  padding: 0 !important;
}

/* .small-up-2 .column:nth-child(odd):not(.promotion-column) {
  padding-right: 1.5px !important;
}
 */
.small-up-2 .column:not(.promotion-column) {
  padding-left: 1.5px !important;
  padding-right: 1.5px !important;
}

.section-spacing-bottom {
  margin-bottom: 0px !important;
}

@media only screen and (min-width: 768px) {
  .small-up-2 .column:not(.promotion-column) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .template-header--image.desktop {
    aspect-ratio: 2.13;
  }

  /* .small-up-2 .column:nth-child(even):not(.promotion-column) {
    padding-left: 10px !important;
  } */

  .products .promotion-column.promotion-column-width--2 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    /* aspect-ratio: 2.13 !important; */
    padding-bottom: 87% !important;
  }

  .promotion-column {
    padding: 0px !important;
  }

  .template-header--content h1 {
    font-size: 2.1875rem !important;
  }

  .template-header--image.desktop {
    display: inline-block !important;
  }

  .template-header--image.mobile {
    display: none !important;
  }

  .product-grid-section {
    padding-top: 40px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .products.row .column {
    padding: 0 10px !important;
  }

  .products .promotion-column {
    margin-bottom: 20px !important;
  }
}

/* Product grid */
.product-grid-section {
  overflow: hidden;
}

@media only screen and (min-width: 1068px) {
  .small-up-2 .promotion-column {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  /* .product-grid-section {
    display: flex !important;
    padding: 40px;
    gap: 20px !important;
  }

  #product-grid {
    display: flex !important;
    gap: 20px !important;
  } */
}

/* Product card */

.product-card-new-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.product-card-nav .flickity-nav {
  border: none;
}

.product-card-info {
  text-align: center;
}

.price {
  font-size: 0.75rem !important;
  color: #666666;
  margin-bottom: 18px !important;
  line-height: 100% !important;
}

.product-card-title {
  font-size: 14px !important;
  margin-bottom: 12px !important;
  line-height: 100% !important;
}

.product-card-vendor {
  margin-bottom: 15px !important;
}

/* Row */

.row .row {
  margin-right: -0.4rem;
  margin-left: -0.4rem;
}

.variations .product-form__input {
  margin: 0 !important;
}

.variations .product-form__input--siblings label {
  width: 8px !important;
  height: 8px !important;
  display: inline-flex;
  border-radius: 100% !important;
  margin-right: 0px !important;
}

.variations .product-form__input--siblings label:after,
.variations .product-form__input--siblings label:before {
  border-radius: 100% !important;
}

.variations .product-form__input--siblings label {
  z-index: 5;
  box-shadow: 0 0 0 1px #99999920 inset, 0px 2px 4px 0px rgba(0, 0, 0, 0.15) !important;
}

.variations .product-form__input--siblings label.active {
  z-index: 5;
  box-shadow: 0 0 0 1px #999999 inset, 0px 2px 4px 0px rgba(0, 0, 0, 0.15) !important;
}

.variations .product-form__input--siblings {
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.product-card-vendor {
  margin-bottom: 18px !important;
  line-height: 100% !important;
}

.variations .product-form__input--siblings label.active:before {
  display: none;
}

.badge {
  text-transform: uppercase;
  letter-spacing: 4% !important;
  font-size: 10px !important;
  height: 27px !important;
  padding: 0 10px !important;
}

.product-card .badge {
  position: absolute;
  z-index: 30;
}
.product-card .badge.bottom {
  bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .product-card .badge.bottom {
    bottom: 10px !important;
  }
}
.product-card .badge.left {
  left: 8px;
}
@media only screen and (min-width: 768px) {
  .product-card .badge.left {
    left: 10px !important;
  }
}
.product-card .badge.top {
  top: 8px;
}
@media only screen and (min-width: 768px) {
  .product-card .badge.top {
    top: 10px !important;
  }
}
.product-card .badge.right {
  right: 8px;
}
@media only screen and (min-width: 768px) {
  .product-card .badge.right {
    right: 10px !important;
  }

  .badge {
    font-size: 0.75rem !important;
    height: 30px !important;
  }
}
.product-card .badge.top.right + .product-card-quickview {
  right: auto;
  left: 10px !important;
}

.onsale {
  color: #e9512e;
  background-color: white;
}

.preorder {
  color: white;
  background-color: #3b0016 !important;
}

.product-card-tags {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-direction: column;
}

.product-card-tag {
  font-size: 0.8125rem;
  height: 22px;
  border: 1px solid #eaeaea;
  vertical-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 6px;
  border-radius: var(--button-border-radius, 3px);
}

.variations {
  margin-bottom: 26px !important;
}
.variations.selects {
  margin-bottom: 16px !important;
}

@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 66.75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }

  .product-card-tags {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Filters */
.facets-popup-modal__button {
  height: 30px !important;
  padding: 10px !important;
  text-transform: uppercase;
  font-size: 12px !important;
}

.facets-popup-modal--tabs {
  scrollbar-width: 0;
}
.facets-popup-modal--tabs scroll-shadow {
  --scroll-shadow-size: 0 !important;
  background: transparent !important;
}

.facets__form {
  padding: 0 20px !important;
  margin: 0 -5px !important;
}

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

.thb-filter-sort-count .thb-filter-availability:after {
  display: none;
}

.thb-filter-sort-count .thb-filter-availability {
  margin: 0 !important;
}

input[type="checkbox"],
input[type="radio"] {
  border: 1px solid var(--color-body) !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: none !important;
  margin: 0 15px 0 0 !important;
}

.thb-filter-sort-count .thb-filter-availability {
  align-items: center !important;
  text-transform: uppercase !important;
  font-size: 0.75rem !important;
}

.thb-filter-sort-count select {
  text-transform: uppercase !important;
  font-size: 0.75rem !important;
}

select.resize-select {
  width: 105px !important;
}

label,
.label {
  font-size: 0.75rem !important;
}

.facets-toggle {
  background-color: #3b0016 !important;
  border: none !important;
  color: white !important;
}
.facets--bar .facets-toggle em {
  border-radius: 1px !important;
}

.facets--bar .facets-toggle svg path {
  stroke: white !important;
}

.facets--bar .facets-toggle--fixed {
  position: fixed !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

@media print, screen and (min-width: 768px) {
  .facets__form {
    padding: 0 0px !important;
  }
}

/* Blog */
.blog-header--tags--inner {
  display: flex !important;
  width: 100% !important;
  justify-content: start !important;
}

.template-header--content {
  padding-bottom: 0 !important;
}

.template-header--title {
  text-transform: uppercase;
  color: #3b0016;
}

/* Product information */

.main-product-page .flickity-page-dots .dot {
  width: 20px !important;
  height: 1px !important;
  border-radius: none !important;
  background-color: white !important;
  opacity: 1 !important;
}

.main-product-page .flickity-page-dots .dot.is-selected {
  background-color: black !important;
}

.main-product-page .flickity-page-dots {
  gap: 10px !important;
}

.main-product-page .product-title {
  text-transform: uppercase;
  font-size: 2.1875rem !important;
  /* line-height: 100% !important; */
  /* margin-bottom: 15px !important; */
  color: #3b0016 !important;
}

.main-product-page .price {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: black !important;
}

.product-short-description {
  color: #666666;
  font-size: 0.875rem;
  line-height: 20px;
}

.form__label {
  gap: 8px !important;
  margin-bottom: 10px !important;
  font-size: 14px !important;
}

.variations .product-form__input--siblings label.sold-out:after {
  opacity: 1 !important;
}

.product-information--inner .variations .product-form__input--siblings {
  justify-content: start !important;
  gap: 0 !important;
}

.product-information--inner .variations .product-form__input--siblings label {
  width: 15px !important;
  height: 15px !important;
  margin-right: 20px !important;
}

.variations .product-form__input--block input[type="radio"] + label {
  min-width: auto !important;
  height: auto !important;
  padding: 0 !important;
  font-size: 0.875rem !important;
  background: transparent !important;
  margin-right: 37px !important;
  margin-bottom: 10px !important;
  border-radius: 0 !important;
}

.variations .product-form__input--block input[type="radio"] + label:last-child {
  margin-right: 0px !important;
}

.variations input[type="radio"]:checked + label {
  z-index: 5;
  box-shadow: none !important;
  border-bottom: 1px solid black;
}

.product-information--inner .quantity button:not(.disabled) svg {
  opacity: 1 !important;
}

.product-information--inner .quantity svg {
  width: 11px !important;
  height: 11px !important;
  stroke: black !important;
}

.product-information--inner .quantity button {
  position: static !important;
  width: 40px !important;
  height: 40px !important;
}

.quantity .qty {
  width: 40px !important;
  height: 40px !important;
}

.button {
  height: 40px !important;
  padding: 10px 20px !important;
}

.product-information--inner .quantity {
  padding: 0 !important;
}

.product-information--inner .add_to_cart_holder {
  margin-bottom: 20px !important;
}

.product-information--inner .product-form {
  margin-top: 0px !important;
}

.product-add-to-cart-sticky-modal__content-info {
  padding: 15px !important;
}

.product-popup-modal__button {
  font-size: 14px !important;
}

.product-add-to-cart-sticky {
  box-shadow: none !important;
  background: #232323 !important;
  background-color: #232323 !important;
}

.product__accordion p {
  color: #666666 !important;
}

.product-images {
  height: 100% !important;
}

@media only screen and (min-width: 768px) {
  .product-title {
    font-size: 2.1875rem !important;
  }

  .thb-product-detail .product-single__media-image img {
    object-fit: cover !important;
    height: 100svh !important;
  }

  .product-gallery-container {
    height: 100svh !important;
    display: flex !important;
  }

  .product-grid-container {
    overflow: hidden !important;
  }

  .product-gallery-container .product-images {
    height: 100svh !important;
  }

  .product-images__slide {
    width: inherit !important;
    padding: 0 !important;
    height: 100% !important;
  }

  .product-information {
    padding: 30px !important;
  }
}

.sticky-quick-add {
  display: none;
}

@media only screen and (min-width: 1068px) {
  .sticky-quick-add {
    display: inline-block;
    position: fixed;
    opacity: 0;
    z-index: 100;
    bottom: 40px;
    right: 40px;
    background-color: white;
    padding: 20px;
    width: 380px;
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }

  .product-information.is-sticky-desktop .sticky-quick-add {
    visibility: visible;
    opacity: 1;
  }

  .sticky-quick-add .add_to_cart_holder {
    margin: 0 !important;
  }

  .thb-product-detail .product-information {
    padding-top: calc(var(--header-height) + 100px) !important;
  }

  .main-product-page .product-images__slide {
    width: auto !important;
    padding: 0 0 0 4px !important;
  }

  .product-information {
    padding: 40px !important;
  }
}

/* Product card carousel */
.product-featured-image-link .product-image-container {
  text-align: center !important;
  width: 100% !important;
  padding: 0px !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex !important;
}

.product-featured-image-link .product-images {
  width: 100% !important;
}

.product-featured-image-link
  .product-images
  *:not(.flickity-page-dots):not(.product-card-nav):not(.flickity-nav):not(
    svg
  ) {
  height: 100% !important;
}

.product-card-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
}

.product-card-nav .flickity-nav {
  background: transparent !important;
  display: inline-block !important;
  position: relative !important;
  top: inherit !important;
  height: auto !important;
  width: auto !important;
  opacity: 1 !important;
  cursor: pointer !important;
  margin-top: 0 !important;
  left: inherit !important;
  right: inherit !important;
  flex: none;
  padding: 8px 16px;
}

.product-gallery-container .flickity-nav {
  width: 48px !important;
  height: 60px !important;
  margin-top: -30px !important;
  border-radius: 3px !important;
}

.product-gallery-container .flickity-nav svg {
  height: auto !important;
  width: 7px !important;
}

.product-card-nav .flickity-nav svg {
  height: auto !important;
  width: 5px !important;
}

.product-card-desktop-media {
  display: none;
}

@media only screen and (min-width: 768px) {
  .product-featured-image-link
    .product-image-container[data-enable_card_slider="false"] {
    display: none;
  }

  .product-card-desktop-media[data-enable_card_slider="false"] {
    display: inline-block;
  }

  .product-featured-image-link
    .product-image-container[data-enable_card_slider="true"]
    .product-images {
    height: 100% !important;
  }
}

/* Cart drawer */
.side-panel {
  width: 100vw;
}

.cart-drawer--carousel {
  background-color: #3b0016 !important;
  color: white;
}

.side-panel-header .h5 {
  font-size: 1rem;
  font-weight: 400;
}

.thb-item-count {
  font-size: 0.75rem;
  width: 20px;
  height: 20px;
}

.side-panel-header .h5 .thb-item-count {
  margin-left: 10px;
}

.cart-product-link {
  font-size: 0.875rem;
}

.product-cart-item-info--inner-first .amount {
  font-size: 0.875rem;
  color: #666666;
}

.free-shipping--percentage {
  border-radius: 0px !important;
  bottom: 0px !important;
}

.product-cart-properties {
  display: flex;
  gap: 10px;
}

.product-cart-properties > * {
  position: relative;
  color: #999999;
  font-size: 0.875rem;
}

.product-cart-properties > *:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -8px;
  top: 0;
  /* transform: translateX(-50%); */
}

.product-cart-item-info .price {
  margin-bottom: 25px !important;
}

.product-cart-item-info--inner-second svg {
  width: 12px;
  height: 12px;
}

.product-cart-item-info--inner-second svg path {
  stroke: black !important;
  color: black;
}

.product-cart-item-info--inner-second .quantity .qty {
  width: 30px !important;
  height: 30px !important;
}

.quantity.small-qty .minus,
.quantity.small-qty .plus {
  height: 30px !important;
  width: 34px !important;
}

.quantity.small-qty {
  padding: 0 30px;
}

.quantity.small-qty .qty {
  font-size: 0.875rem !important;
}

.product-cart-item-info--inner {
  grid-gap: 0px;
}

.free-shipping--text-full {
  line-height: 100%;
}

.cart-total th {
  font-size: 0.875rem !important;
  color: black !important;
}

.cart-total .price {
  font-size: 1rem !important;
  color: black !important;
}

.cart-policy-text {
  font-size: 0.75rem;
  color: #999999;
}

.cart-drawer--carousel svg path {
  stroke: white !important;
}

.cart-drawer-terms {
  font-size: 0.875rem;
}

.cart-drawer-buttons {
  margin-top: 10px !important;
}

.product-cart-item-options {
  margin-bottom: 0px;
  line-height: 100%;
  margin-bottom: 10px !important;
}

.quantity.small-qty {
  margin-bottom: 10px !important;
}

@media only screen and (min-width: 768px) {
  .product-cart-item-info .price {
    margin-bottom: 26px !important;
  }

  .side-panel-header .h5 {
    font-size: 1.375rem;
  }

  .cart-total .price {
    font-size: 1.375rem !important;
  }

  .cart-total th {
    font-size: 1rem !important;
  }

  .cart-drawer .cart-policy-text {
    font-size: 0.8125rem;
  }

  .cart-drawer-terms label, {
  .cart-drawer-terms label p {
    font-size: 0.9375rem !important;
  }

  .quantity.small-qty {
    margin-bottom: 0px !important;
  }
}

/* Cart */
.cart-items {
  margin-top: 40px;
}

.cart-items--header {
  font-size: 12px !important;
}

.thb-cart-form--continue .text-button {
  font-size: 0.875rem !important;
}

.thb-cart-form--cart-collaterals-terms label {
  font-size: 0.875rem !important;
}

@media only screen and (min-width: 768px) {
  .free-shipping {
    font-size: 0.8125rem;
  }

  .cart-items--header {
    font-size: 1rem !important;
    font-weight: 400;
  }

  .cart-items--items .product-cart-item .cart-product-link {
    font-size: 1rem !important;
  }

  .cart-drawer {
    max-width: 644px;
  }
}
@media only screen and (min-width: 1068px) {
    .thb-cart-form .cart-items {
      grid-template-columns: 5fr 2fr;
      column-gap: 10rem;
    }
}


/* FAQ */
.collapsible-content .section-header {
  margin-bottom: 20px !important;
}

.collapsible-content__inner p {
  color: #666666;
}

.section-rich-text h3 {
  color: #3b0016 !important;
}

.contact-form--has-no-blocks {
  max-width: 750px;
  margin: auto;
}

/* Multicolumn */
.multicolumn--column-inner h4.h5 {
  font-size: 1.5rem !important;
  text-transform: uppercase;
}

.multicolumn--column p {
  margin-bottom: 0 !important;
}

.multicolumn--column p:nth-child(2) {
  margin-top: 6px !important;
}

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

.multicolumn--column:nth-last-child(2),
.multicolumn--column:nth-last-child(1) {
  margin-bottom: 0px !important;
}

/* .multicolumn--column {
  margin-bottom: 0px !important;
} */

/* .multicolumn--inner > div {
  gap: 20px !important;
} */

.full_height {
  height: 100vh !important;
}

/* Not found */

.rich-text__inner h3 {
  color: var(--color-title) !important;
}

.rich-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.not-found .rich-text__inner > *:not(:first-child) {
  margin-bottom: 20px !important;
}

.not-found .h1 {
  font-size: 40px !important;
}

.not-found p {
  opacity: 1;
  max-width: 480px !important;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .not-found .h1 {
    font-size: 90px !important;
  }
}

/* Register  and login*/
.thb-form-container p {
  color: #666666;
}

.thb-form-container h3 {
  font-size: 24px !important;
}

.thb-login-page-wrapper .row {
  margin: 0 !important;
}

@media only screen and (min-width: 768px) {
  .thb-form-container p {
    padding: 0 40px;
  }

  .thb-form-container h3 {
    font-size: 35px !important;
  }
}

/* Account */
.myaccount--header {
  text-align: center;
  margin-bottom: 60px !important;
}

.myaccount--title {
  text-transform: uppercase;
  font-size: 1.875rem !important;
}

.myaccount-content {
  margin-bottom: 50px;
}

.myaccount-content h4,
.myaccount-sidebar h4 {
  text-transform: uppercase;
  font-size: 1.5rem !important ;
  margin-bottom: 10px !important;
}

.myaccount-sidebar *:not(h4) {
  font-size: 0.875rem !important;
}

@media only screen and (min-width: 768px) {
  .myaccount--title {
    font-size: 3.125rem !important;
  }

  .myaccount-content h4,
  .myaccount-sidebar h4 {
    font-size: 2.1875rem !important ;
    margin-bottom: 10px !important;
  }
}

@media only screen and (min-width: 1068px) {
  .myaccount-content {
    margin-bottom: 0px;
  }
}

/* Terms and conditions */

.post-title {
  text-transform: uppercase;
}

.page-content-width p {
  color: #666666;
}

.page-content-width p:not(:last-child) {
  margin-bottom: 50px !important;
}

.page-content-width h6 {
  color: black;
  margin-bottom: 20px;
}

.page-content-width h6,
.page-content-width div {
  font-size: 0.875rem;
}

.page-content-width div:has(span[data-mce-fragment="1"]):not(:last-child) {
  margin-bottom: 50px !important;
  color: #666666;
}

.post-title {
  font-size: 30px !important;
}

.page-content-width {
  max-width: 750px !important;
}

.post-content p {
  font-size: 1rem;
}

.entry-title {
  font-size: 1.5rem !important;
}

.post-content h4 {
  font-size: 1.5rem !important;
}

@media only screen and (min-width: 768px) {
  .entry-title {
    font-size: 3.125rem !important;
  }

  .post-content h4 {
    font-size: 2.1875rem !important;
  }
}

/* Search */

.search-drawer--searchform input[type="search"] {
  font-size: 1rem !important;
}

.collection-empty p {
  font-size: 0.875rem !important;
  color: #666666;
}

.search-drawer {
  padding: 10px 15px 15px 15px !important;
}
.search-drawer--tags {
  display: flex !important;
  flex-wrap: wrap;
  gap: 5px;
}

.search-drawer--tags * {
  margin: 0 !important;
}

input:focus {
  outline: none !important;
}

.search-drawer--searchform {
  margin-bottom: 0 !important;
}

.search-drawer--inner {
  margin-top: 10px;
}

/* clears the ‘X’ from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the ‘X’ from Chrome */
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;
}
.search-drawer--searchform {
  position: relative;
}

.search-drawer--searchform::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: var(--color-header-border, var(--color-border));
}

.side-panel-close {
  z-index: 50;
}

@media only screen and (min-width: 768px) {
  .search-drawer--searchform input[type="search"] {
    font-size: 1.875rem !important;
  }

  .search-drawer {
    padding: 40px !important;
  }

  .search-drawer--inner {
    margin-top: 30px !important;
  }

  .thb-predictive-search {
    padding-top: 10px !important;
  }

  .my-address {
    padding-left: 40px !important;
  }
}

/* Multiple media with text content */
.multiple-media-with-text--content * {
  margin-bottom: 0px !important;
}

.multiple-media-with-text--content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.multiple-media-with-text--content p {
  color: #666666;
}

@media only screen and (min-width: 768px) {
  .multiple-media-with-text--content {
    gap: 40px;
  }
}

/* Lazy loading */
/* .lazyload,
.lazyloading {
  opacity: 0.75;
  will-change: opacity, filter;
  filter: none;
} */

.js .animations-true .product-card .product-featured-image-link {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.js .animations-true .collection-card--image-image {
  opacity: 1 !important;
  transform: scale(1) !important;
}

/* Checkbox */
.custom-input-wrapper {
  cursor: pointer !important;
  display: flex;
  align-items: center;
}

.custom-input-wrapper input[type="checkbox"],
.custom-checkboxes input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Newsletter signup: checkbox nativo visibile (solo qui, non rompe .checkmark altrove) */
.newsletter-legal-ack.custom-input-wrapper input[type="checkbox"] {
  position: static !important;
  opacity: 1 !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 10px 0 0 !important;
  flex-shrink: 0;
  cursor: pointer;
}

.custom-input-wrapper .checkmark,
.custom-checkboxes .checkmark {
  height: 14px;
  width: 14px;
  border: 1px solid #232323;
  margin-right: 15px;
  position: relative;
  cursor: pointer !important;
  display: inline-block;
  pointer-events: none;
}

.custom-input-wrapper .checkmark:after,
.custom-checkboxes .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  pointer-events: none;
}
.custom-input-wrapper input:checked ~ .checkmark:after,
.custom-checkboxes input:checked ~ .checkmark:after {
  background-color: #232323;
  display: block;
}

.custom-input-wrapper .checkmark:after,
.custom-checkboxes .checkmark:after {
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;

  border: 2px solid white;
}

.breadcrumbs-section + .product-section .thb-product-detail {
  margin-top: 0;
}

.breadcrumbs {
  padding: 15px 0px !important;
}

.template-header--breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.template-header--breadcrumbs .breadcrumbs {
  width: auto;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 20px 0px !important;
  }

  .breadcrumbs-section {
    padding: 20px 50px; !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.blog-post-detail .featured-image {
  color: black !important;
}

.blog-post-detail .featured-image .post-title {
  color: black;
}

.blog-post .featured-image--link::after,
.blog-post .featured-image--link::before,
.blog-post-detail .featured-image::after  {
  display: none !important;
}


