/** Shopify CDN: Minification failed

Line 498:62 Unexpected "@media"

**/
/*General Styling*/

/* p, li, div {
  color: #2b2b2b !important;
} */

/* a {
  color: #585858 !important;
} */

/* #preview-bar-iframe {
  display: none;
} */

.tt-back-to-top.tt-show {
  bottom: 15px;
}

#loader {
  border-top: 16px solid #b2873d !important;
}

.banner {
  background-color: #B2873D;
  color: white;
  font-weight: bold;
  text-align: center;
  height: 44px;
  line-height: 44px;
  /* Center the text vertically */
  font-size: 16px;
}

.banner-text {
  margin: 0;
}

.noScroll {
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: 0;
}

.btn-spinner {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #B2873D;
  border-radius: 50%;
  width: 20px !important;
  height: 20px;
  margin-left: 10px;
  animation: spin 2s linear infinite;
}

.get-rates.disabled .btn-spinner {
  display: block !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.contact-page {
  max-width: 780px;
  margin: auto;
  padding: 40px;
}

.contact-page .rte a {
  color: #d66a25;
}

.contact-page .rte a:hover {
  color: #7f3f16;
}

.contact-page input,
.contact-page select,
.contact-page textarea {
  transition: color .15s cubic-bezier(.4, 0, .2, 1), background-color .25s cubic-bezier(.4, 0, .2, 1), border .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  padding: calc(7px * var(--font-size-multiplier)) var(--space-xx-small) calc(7px * var(--font-size-multiplier)) var(--space-x-small);
  line-height: 1.5;
  color: #555;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  outline: none;
  padding: 5px;
}

.contact-page input:focus {
  border-color: #b2873d;
}

.tt-title {
  color: #2b2b2b;
}

.tt-title,
.tt-price {
  font-family: var(--font-dinnltpro-family) !important;
  font-size: 22px !important;
}

@media (max-width: 1024px) {

  .tt-title,
  .tt-price {
    font-size: 18px !important;
  }
}

h1.tt-title,
.tt-modal-quickview h2.tt-title,
h1.tt-title-subpages {
  font-family: var(--font-bloomsbury-family) !important;
}

.btn-link,
.btn-link:focus {
  font-family: var(--font-dinnltpro-family) !important;
}

.tt-shopcart-table01 th,
.tt-shopcart-table01 td {
  font-family: var(--font-bloomsbury-family) !important;
  font-size: 16px !important;
}

.tt-options-swatch li.active a,
.tt-options-swatch li:hover a {
  color: #000 !important;
}

.tt-product .tt-options-swatch li {
  margin: 10px 3px 0 !important;
  padding: 0;
}

.shopify-section .tt-block-title .title-hover-underline {
  font-weight: 700;
}

button {
  min-height: 35px;
}

.btn-addtocart,
.tt-input-counter,
.tt-input-counter input,
.minus-btn::before,
.plus-btn::before {
  height: 40px !important;
  line-height: 40px !important;
}

.options-color-image {
  width: 40px !important;
  height: 40px !important;
  background-size: 40px !important;
}

.tt-options-swatch li:hover .options-color-image {
  top: 0 !important;
  left: 0 !important;
}

.custom-shipping-icon.owl-carousel>div {
  padding: 0 !important;
}

.tt-shopcart-col .form-control {
  height: 40px;
} 
.get-rates {
  background: #222222 !important;
  color: #fff !important;
}

.get-rates:hover {
  background: #2b2b2b !important;
}

.desktop-carousel,
.simple-banner-desktop {
  margin: 50px 0 !important;
}

.sticky-sidebar {
  padding-bottom: 170px;
}

@media (min-width: 1025px) {
  .container {
    max-width: 1440px;
  }

  .custom-tt-sort-filter-bar {
    display: none !important;
  }

  .sticky-sidebar {
    position: sticky;
    top: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
    padding-bottom: 170px;
    padding-right: 20px;
  }
}

@media (max-width: 574px) {
  .container-fluid-custom-mobile-padding-02 {
    padding: 0;
  }

  .product-images-carousel .slick-arrow {
    display: none !important;
  }
}

button .icon {
  display: none !important;
}

.tt-image-box img {
  border-radius: 10px;
}

.tt-back-to-top {
  margin-right: 20px;
}

/*Header*/

#shopify-section-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 7;
  /* Adjust as needed */
}

.header {
  border-bottom: solid 1px #777;
}

.highlighted {
  color: #ff0000 !important;
}

.tt-header-holder {
  padding: 0 10px;
}

.tt-stuck-nav {
  left: 0;
  padding: 0 10px;
}

.tt-desctop-menu .tt-megamenu-submenu>li>a {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.dropdown-menu {
  border-radius: 5px;
}

.custom-tt-sort-filter-bar .tt-sort select {
  border-color: transparent;
  outline: none;
  border: none;
  background: transparent;
  color: #777777;
  cursor: pointer;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

@media (max-width: 574px) {
  .tt-header-row {
    padding-bottom: 5px;
  }

  .tt-mobile-header-inline .tt-mobile-parent-menu {
    left: 0;
  }

  .tt-mobile-header-inline .tt-mobile-parent-menu-icons {
    right: 0;
  }

  .tt-mobile-header-inline .tt-mobile-parent-menu .tt-menu-toggle {
    padding: 0;
  }
}

/* PRODUCT PAGE */
.availability {
  color: red !important;
}

.tt-product-single-info .tt-row-custom-01 .col-item:not(:first-child) {
  margin-top: 10px;
}

.swym-button-bar {
  display: none !important;
}

.tt-product-single-info .tt-row-custom-01 .col-item:not(:last-child) {
  margin-right: 5px;
}

.tt-product-single-info .tt-row-custom-01 {
  align-items: baseline;
  flex-direction: column;
}

@media (min-width: 575px) {
  .tt-product-single-info .tt-row-custom-01 .col-item {
    width: calc(50% - 1px);
  }

  .tt-product-single-info .tt-price {
    display: flex;
    line-height: 44px;
  }
}

.tt-product-single-info .tt-price {
  font-size: 24px !important;
}

.tt-product-single-info .tt-price .old-price {
  margin-right: 7px;
}

.tt-swatches-container {
  display: flex;
}

.tt-swatches-container .form-group,
.tt-input-counter input {
  margin-bottom: 0px;
}

.form-default .form-control {
  font-family: var(--font-dinnltpro-family), "Arial", sans-serif !important;
  font-size: 18px !important;
  color: #2b2b2b !important;
}

.tt-input-counter.style-01 span {
  color: #2b2b2b !important;
}

.tt-swatches-container .tt-wrapper {
  height: min-content;
  margin: 0 !important;
  position: relative;
}

.tt-swatches-container .form-group select {
  height: 40px;
  padding: 8px 32px 8px 12px !important;
  border: 1px solid #8a8a8a;
  border-radius: 6px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.tt-swatches-container .form-group::before {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #4a4a4a;
  border-radius: 0;
  transform: rotate(45deg);
  pointer-events: none;
}

.tt-swatches-container .tt-title-options,
.tt-row-custom-01 {
  font-family: var(--font-dinnltpro-family), "Arial", sans-serif !important;
  font-size: 18px;
  color: #2b2b2b;
  font-weight: bold;
}

.tt-product-single-info h1,
#affirmlow {
  margin-bottom: 15px;
}

.__affirm-logo.__ligature__affirm_full_logo__:after, .__affirm-logo.__ligature__affirm_short_logo__:after {
  bottom: 6px !important;
}

.tt-label-sale.product {
  padding: 3px 4px 2px;
  border-radius: 5px;
  position: absolute;
  margin: 20px;
}

@media (max-width: 574px) {

  .tt-input-counter.style-01 {
    min-width: 120px
  }

  .tt-input-counter.style-01,
  .tt-input-counter.style-01 input {
    width: 120px;
  }

  .tt-input-counter.style-01 span {
    width: 40px;
  }

  .tt-title,
  .jdgm-preview-badge,
  .tt-price,
  .tt-option-block {
    margin: 5px 0;
    line-height: 18px !important;
  }
}

.tt-review {
  margin-bottom: 15px;
}

.tt-product.product-parent,
.tt-product-design02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.tt-description.regular {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.tt-description.regular button,
.tt-row-btn {
  width: 100%;
}

/* .tt-list-row {
  column-count: 2;
  column-gap: 0;
} */

.tt-list-row a:hover {
  color: #b2873d;
}

.tt-layout-promo-box .col-sm-6 a {
  margin: 0;
}

.product-parent:not(.tt-view) .tt-description .tt-product-inside-hover .tt-row-btn:not(:first-child) {
  position: absolute;
  top: 0px;
  text-align: right;
}

.tt-product .tt-description .tt-btn-quickview:before,
.tt-product-design02 .tt-description .tt-btn-quickview:before @media (min-width: 1025px) {
  .tt-layout-promo-box .col-sm-6 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 1024px) {
  .sticky-sidebar {
    margin-top: 70px !important;
  }
}

.mediaimageholder {
  margin: auto;
}

.hidden-xs {
  display: block !important;
}

.tt-mobile-product-slider {
  display: none;
}

.tt-fixed-product-wrapper {
  padding: 10px;
}

.tt-fixed-product-wrapper .col-6.col-lg-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.col-select form::before {
  display: none;
}

.tt-fixed-product-wrapper .tt-price {
  font-size: 15px !important;
}

.tt-fixed-product-wrapper form:before {
  display: none;
}

.cc-tab-content {
  position: absolute;
  background: white;
  z-index: 1;
}

.tt-title-options,
.productvendorsmallinfo span:not(.qv_type) {
  color: #555;
  font-weight: 700;
}

.tt-title-options .current_option_name {
  color: #777;
  font-weight: 400
}

.tt-options-swatch li a {
  border: solid 1px #ccc;
  border-radius: 4px;
}

.tt-options-swatch .active a {
  border: solid 1px #2b2b2b;
}

.tt-options-swatch li:hover a {
  border: solid 1px #B2873D;
}

.tt-options-swatch li[data-availability="false"]:hover a {
  border: solid 1px #ff0000;
}

.tt-options-swatch.color li {
  display: flex;
  align-items: center;
  border: solid 1px #d1d1d1;
  border-radius: 8px;
  padding: 5px;
}

.tt-options-swatch.color li p {
  font-size: 20px !important;
  color: #222 !important;
  font-family: var(--font-dinnltpro-family), "Arial", sans-serif !important;
  margin: auto 5px;
}

.tt-product .tt-image-box .tt-btn-quickview {
  opacity: 1 !important;
}

.product-images-carousel .slick-track .slick-slide img {
  border: solid 2px #ccc;
  border-radius: 5px;
  min-height: 96px;
  min-width: 96px;
  object-fit: cover;
}

.product-images-carousel .slick-track .slick-slide:hover img {
  border: solid 2px #B2873D;
}

.product-images-carousel .slick-track .slick-slide .zoomGalleryActive img {
  border: solid 2px #2b2b2b;
  border-radius: 5px;
}

.product-images-carousel .slick-track .slick-slide a::before {
  display: none;
}

.product-images-carousel {
  margin-top: 20px;
  padding-bottom: 15px;
}

.slick-arrow {
  background: #2b2b2b !important;
  color: #fff !important;
}

.slick-arrow:hover {
  background: #b2873d !important;
}

.tt-item .tt-collapse-title:after {
  display: block;
  font-family: "wokiee_icons";
  font-size: 24px;
  content: "\e9b1";
  line-height: 0.8;
  font-weight: normal;
  margin-right: 5px;
  color: #2b2b2b;
}

.tt-item.active .tt-collapse-title:after {
  display: block;
  font-family: "wokiee_icons";
  font-size: 24px;
  content: "\e9b2";
  line-height: 0.8;
  font-weight: normal;
  margin-right: 5px;
  color: #2b2b2b;
}

.pageproduct .slick-slide img {
  aspect-ratio: 1/1;
  object-fit: contain !important;
}

.mediaimageholder img {
  display: block;
  margin: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.tt-swatches-container>div {
  width: 50%;
  padding: 0 4px;
}

.back-in-stock-btn,
#SI_trigger {
  display: none !important;
}

.ttmodalbtn.checkout {
  background: #b2873d !important;
}

@media (max-width: 574px) {

  .tt-fixed-product-wrapper .tt-price,
  .tt-fixed-product-wrapper .tt-input-counter {
    display: none;
  }

  .tt-fixed-product-wrapper .col-6.col-lg-4 {
    flex: 0 0 40%;
  }

  .tt-fixed-product-wrapper .col-6.col-lg-4:first-child {
    flex: 0 0 20%;
  }

  .tt-fixed-product-wrapper .tt-fixed-product .tt-img {
    max-width: 100%;
  }
}

/*Affirm*/
#affirmlow {
  width: fit-content;
  margin: 0;
}

.affirm-as-low-as {
  display: flex;
  column-gap: 5px;
  font-size: 12px !important;
  font-weight: 400;
  font-family: 'system_ui', sans-serif;
  line-height: 18px;
}

.affirm-as-low-as a {
  color: #b2873d !important;
}

/*Judge.me*/
.jdgm-widget a:not([href])[role="button"],
.jm-mfp-wrap a:not([href])[role="button"] {
  color: #fff;
}

.jdgm-star {
  font-family: "JudgemeStar" !important;
  color: #b2873d !important;
}

.jdgm-rev__reply {
  color: #fff;
}

a.jdgm-btn {
  color: white !important;
}

/*Timesact*/

/*Sidebar Style*/
/* .timesact-button-bis,
.timesact-button-cs {
  display: inline-block;
  position: fixed !important;
  top: 100px !important;
  right: 0;
  z-index: 1 !important;
  transform: rotate(-90deg);
  transform-origin: bottom right;
} */

.timesact-button-bis,
.timesact-button-cs {
  margin: 10px 0 !important;
}

/*Custom Search*/

.tt-stuck-parent-menu {
  padding: 5px;
}

.custom-search {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.custom-search-input {
  flex: 1;
  border: none;
  padding: 5px;
  outline: none;
  font-size: 20px;
}

.custom-search:hover,
.custom-search:focus {
  border: 1px solid #b2873d;
}

.custom-btn-search {
  width: 40px;
  background: #191919;
  color: #fff;
  border: none;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  padding: 5px;
}

.custom-btn-search:hover {
  background: #b2873d;
}

.custom-btn-search i {
  font-size: 18px;
  line-height: 30px;
}

#searchResults {
  position: relative;
  left: 0;
  right: 0;
  padding: 0;
  border: none !important;
  background: #fff;
  overflow-y: auto;
}

#searchResults .sort-position {
  font-size: 20px;
  color: #2b2b2b;
}

@media screen and (max-width: 574px) {
  #searchResults {
    top: 0;
    z-index: 13;
  }
}

#searchResults ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#searchResults li {
  padding: 0;
  cursor: pointer;
}

#searchResults li:hover {
  background: #f0f0f0;
}

#searchResults .tt-view-all {
  padding: 10px;
  text-align: center;
  cursor: pointer;
}

#searchResults .tt-view-all a {
  text-decoration: none;
  color: #007bff;
}

#searchResults .close-x {
  margin-left: 25px;
  width: 25px !important;
  height: 25px !important;
  background-size: 25px !important;
}

#searchResults .container-indent .container {
  padding: 10px;
}

.modal-filter {
  z-index: 7;
}

#aside {
  overflow: auto;
  padding-bottom: 100px;
}

#aside a,
.sticky-sidebar a {
  font-size: 20px !important;
  color: #222 !important;
  font-family: var(--font-dinnltpro-family), "Arial", sans-serif !important;
}

/* Sidebar Checkbox Styling */
.tt-list-row.shopifyfiltres-js li label {
  font-size: 20px !important;
  color: #222 !important;
  font-family: var(--font-dinnltpro-family), "Arial", sans-serif !important;
}

#aside h3,
.sticky-sidebar h3 {
  font-size: 28px !important;
  font-family: var(--font-dinnltpro-family), "Arial", sans-serif;
}

@media (max-width: 574px) {

  #aside,
  .aside {
    z-index: 9;
    box-shadow: 1px 1px 8px gray;
  }
}

#aside .reviewsFiltre a,
.sticky-sidebar .reviewsFiltre a {
  font-size: 16px !important;
  color: #222 !important;
  font-family: var(--font-dinnltpro-family), "Arial", sans-serif !important;
}

.tt-select-box {
  margin-bottom: 5px;
}

/*FILTER BAR*/
.custom-tt-sort-filter-bar {
  padding: 5px;
  background-color: var(--color-accent-primary);
}

.custom-tt-sort-filter-bar .header-padded {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.custom-tt-sort-filter-bar .tt-btn-toggle,
.custom-tt-sort-filter-bar .tt-sort .sort-position {
  display: flex;
  align-items: center;
  width: 150px;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  color: white;
  position: relative;
}

.custom-tt-sort-filter-bar .tt-btn-toggle {
  padding-left: 24px;
}

.custom-tt-sort-filter-bar .tt-sort .sort-position option {
  color: #2b2b2b;
}

.custom-tt-sort-filter-bar .tt-sort {
  justify-content: end;
}

.custom-tt-sort-filter-bar .tt-sort .sort-position {
  text-align: end;
  padding-right: 5px;
}

.custom-tt-sort-filter-bar .tt-btn-toggle::before {
  content: '\e9b9';
  font-family: 'wokiee_icons';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
}

.custom-tt-sort-filter-bar .divider {
  width: 1px;
  height: 24px;
  background-color: white;
  margin: 0 20px;
}

@media (max-width: 1024px) {
  .tt-filters-options {
    display: none;
  }

  #searchResults .content-indent .tt-filters-options {
    display: none;
    /* Temporarily hidden until it gets fixed */
  }
}

/* Collections */
.tt-img img,
.tt-img-roll-over img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.tt-image-box:has(.tt-img-roll-over):hover .tt-img {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tt-list-row.shopifyfiltres-js {
  max-height: 200px;
}

.tt-list-row.shopifyfiltres-js.gradient {
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0.85) 75%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0.85) 75%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0));
  transition: all 0.3s ease-in-out;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  padding-bottom: 30px !important;
}