/** Shopify CDN: Minification failed

Line 13:0 Unexpected "}"

**/
.title_wrapper{
  display: flex;
  flex-direction: column;
}
.product-single__title{
  order: 1
}
}
.product-single__vendor {
  font-weight: 700;
  text-transform: uppercase;
}
.product_subtitle {
  color: #737373;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  order : 2;
}
.no-scroll {
  overflow: hidden;
  position: relative;
  height: 100vh;
}

.featured-carousel:not(.slick-initialized) {
  display: block !important;
  max-height: 192px;
  opacity: 0;
}

.tiny-care-link a {
  text-decoration: underline;
}

/* #shopify-section-new-header header {
  -webkit-transition: all .5s ease,padding 0s;
  -moz-transition: all .5s ease,padding 0s;
  -o-transition: all .5s ease,padding 0s;
  transition: all .5s ease,padding 0s;
  height: 110.64px;
  min-height: 110.64px;
}
#shopify-section-new-header .header {
  min-height: 77.25px;
  top: -77.25px;
  -webkit-transition: all .5s ease,padding 0s;
  -moz-transition: all .5s ease,padding 0s;
  -o-transition: all .5s ease,padding 0s;
  transition: all .5s ease,padding 0s;
  width: 100%;
  background-color: var(--colorNav);
  border-bottom: 0.1rem solid rgba(18,18,18,.08);
  box-shadow: 0px 6px 18px #7c71711a;
  z-index: 5;
}
#shopify-section-new-header .header.active {
  position: fixed;
  z-index: 5;
  -webkit-transition: all .5s ease,padding 0s;
  -moz-transition: all .5s ease,padding 0s;
  -o-transition: all .5s ease,padding 0s;
  transition: all .5s ease,padding 0s;
}
.active-show {  
  top: 0 !important;
} */


/* section-header */

.custom-header-wrapper  {
  display: block;
  /* position: relative; */
  z-index: 1;
}

.custom-header-wrapper .header {
  background-color: var(--colorNav);
  border-bottom: 0.1rem solid rgba(18,18,18,.08);
  /* box-shadow: 0 6px 18px #7c71711a; */
}

#shopify-section-new-header {
  z-index: 100;
}

.shopify-section-header-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}

#shopify-section-new-header.animate {
/*   transition: transform 0.15s ease-out; */
  -webkit-transition: all .5s ease,padding 0s;
  -moz-transition: all .5s ease,padding 0s;
  -o-transition: all .5s ease,padding 0s;
  transition: all .5s ease,padding 0s;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 0px 25px; */
}
.header-left, .header-center, .header-right {
  display: flex;
  align-items: center;
}
.header-center {
  justify-content: center;
}
.header-right {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.hamburger-icon {
  display: block;
  height: 25px;
  width: 25px;
  position: relative;
  margin-right: 12px;
  overflow: hidden;
}
.hamburger-icon .icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.search-wrapper .icon {
  width: 30px;
  height: 30px;
}
.search-wrapper label {
    margin-bottom: 0;
}
.opened-search {
  opacity: .3;
}
.background-drawer {
  width: 100vw;
  position: fixed;
  height: 100%;
  background-color: #00000040;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 14;
  display: block;
  transition: .4s ease;
}
.drawer-menu.drawn {
  left: 0;
}

.background-drawer.drawn {
  opacity: 1;
  pointer-events: all;
}
.drawer-menu {
  position: fixed;
  z-index: 15;
  height: 100%;
  width: 100%;
  max-width: 340px;
  background-color: #fff;
  bottom: 0;
  padding: 0;
  transition: .4s ease;
/*   overflow-y: scroll; */
  left: -100vw;
}
/* .drawer-content {
  padding-bottom: 12vh;
} */
.drawer-links {
  padding-bottom: 100px;
  height: 100dvh;
  overflow: auto;
}
.drawer-menu::-webkit-scrollbar, .drawer-links::-webkit-scrollbar {
  display: none;
}
.drawer-menu, .drawer-links {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.drawer-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #B97B67;
  font-size: 16px;
  line-height: 33px;
  color: #fff;
}
.drawer-menu-close {
  position: absolute;
  top: 0px;
  right: 12px;
  cursor: pointer;
}
.drawer-menu-close .icon:hover {
  transition: transform 0.2s ease-out;
  transform: rotate(90deg);
}
.drawer-menu-close .icon {
  width: 12px;
  height: 12px;
}
.drawer-menu-close path {
  stroke-width: 2px;
  stroke: #fff !important;
}
.drawer-title {
  padding: 0 8px;
}
.mobile_nav-list-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile_nav-list-wrapper li {
  background-color: #fff;
  margin: 0;
}
.mobile_nav-list-item-product {
  border-bottom: 1px solid #E8E6DF;
}
.mobile_nav-list-wrapper li:last-child {
  border-top: 1px solid #E8E6DF;
}
.mobile_nav-link {
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0px;
  color: #000;
  text-decoration: none;
  padding: 8px 10px 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-out;
}
.normal-mobile-nav-link {
  padding: 15px 10px;
}
.normal-mobile-nav-link:hover {
  padding: 15px 10px !important;
  background: #f4f4f4;
}

.mobile_nav-link:hover {
  background: #f4f4f4;
  padding: 8px 15px 0px;
}
.mobile_nav-language-container {
  padding: 12px 10px;
}
.mobile_nav-language-link-el {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-right: 4px;
}
.mobile_nav-language-image {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.mobile_nav-language-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mobile_nav-language-link {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
}

.mobile_nav-language-container > span {
  font-size: 13px;
  line-height: 13px;
}

.mobile_nav-language-link.active {
  font-weight: bold;
}
.nav-coll-image {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.nav-coll-details {
  width: calc(100% - 50px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-coll-details:not(.isColl) {
  width: 100%;
}
.link-arrow {
  display: flex;
}
.search-modal__form {
  width: 100%;
}
.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow .1s ease;
}
.field__input {
  flex-grow: 1;
  text-align: left;
  padding: 15px;
  margin: 0px;
  transition: box-shadow .1s ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(255,255,255);
  color: rgb(18,18,18);
  font-size: 16px;
  width: 100%;
  border-radius: 0px;
  height: 47px;
  min-height: calc(1px * 2);
  min-width: calc(70px + (1px * 2));
  position: relative;
  border: 1px solid #000;
}
.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 47px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hidden {
  display: none!important;
}
.desktop-tabs-left {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .md-hidden {
    display: none;
  }
}
/* @media screen and (max-width: 769px) {
  .desktop-tabs-left {
    display: none;
  }
} */
.animate-arrow:hover .icon-arrow path {
    transform: translate(-0.5px);
}
.animate-arrow .icon-arrow path {
  transform: translate(-2.5px);
  transition: transform 0.1s ease;
}

/* Featured Collection Section css */
.collection-filter--group {
  margin-bottom: 36px;
}

.featured-collection-wrapper {
  background-color: var(--colorAlt);
  color: var(--colorAltText);
}
.featured-collection {
  display: flex;
  
  align-items: center;
  padding: 10px 0;
  max-height: 39px;
  overflow-y: hidden;
}
.collection-item {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
/*   font-size: 24px; */
  font-size: 14px; 
  line-height: normal;
  color: var(--colorAltText);
  text-transform: uppercase;
  padding-left : 18px;
}

.collection-item:first-child {
  padding-left : 0;
}

.collection-item.highlighted {
  background: #000000;
  padding: 10px;
  margin-left: 25px;
  color: #ffffff;
}

.no-disp {
  display: none !important;
}

predictive-search .spinner {
  width: 15px;
  height: 15px;
  line-height: 0;
}

predictive-search:not([loading]) .predictive-search__heading .spinner,
predictive-search:not([loading]) .predictive-search__loading-state,
predictive-search:not([loading]) .predictive-search-status__loading {
  display: none;
}

@media screen and (min-width: 769px) {
  .search-modal__form {
    max-width: 478px;
  }
  .no-d {
    display: none !important;
  }

 .usp-title {
    font-family: var(--typeHeaderPrimary);
    margin-bottom: 24px;
    text-transform: none;
    font-size: 30px;
    letter-spacing: 0.0px;
    text-align: center;
    width: 100%;

    text-align : center;
    letter-spacing : 0;
  }
}

@media screen and (min-width: 1000px) {
  .collections-sort-desktop .filter-sort-container {
    display: block;
  }

  .collections-sort-desktop .button-trigger-filter-m {
    display: none;
  }

  .collections-sort-desktop .filter-sort-container .collection-dropdowns {
    width: 100%;
  }
  .collections-sort-desktop {
    text-align: left;
  }
}

@media (min-width: 769px) and (max-width: 1240px) {
  .collection-item {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .no-t-m {
    display: none !important;
  }
  #shopify-section-new-header header {
/*     height: 155.6px;
    min-height: 155.6px; */
    height: auto;
  }
  .custom-header-wrapper .header {
    position: relative;
    z-index: 100;
  }
  #shopify-section-new-header .header {
/*     min-height: 122.2px; */
    min-height : auto;
    /* top: -122.2px; */
  }
  .header-center {
    width: 50% !important;
  }
  .mobile-search-bar {
      position: relative;
      padding: 10px 15px;
      background: white;
  }
  .search-modal__form {
    max-width: none;
  }
  .drawer-title .site-header__logo-link {
    margin-left: 0;
  }
  .featured-title {
    font-size: 21.5px;
    line-height: 32px;
    margin-bottom: 16px;
    font-family: 'Silka Medium' , sans-serif;

    text-align : center;
    letter-spacing : 0;
  }

  .usp-title {
    font-size: 21.5px;
    line-height: 32px;
    margin-bottom: 16px;
    font-family: 'Silka Medium' , sans-serif;

    text-align : center;
    letter-spacing : 0;
  }
  
  .collection-wrapper {
    margin: 24px auto;
    padding-left: 20px;
  }
  .collection-card {
    max-width: 287px;
    margin: 0 8px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }
  .collection-image {
    display: block;
    width: 100%;
    height: 45vw;
    max-height: 287px;
  }
  .collection-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .collection-details {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
  }
  .collection-title {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
  }
}

@media screen and (max-width: 560px) {
  .collection-image {
    max-height: 140px;
  }

  .drawer-menu {
    max-width: 85%;
  }
}

@media screen and (max-width: 375px) {
  .site-nav__link--icon {
    padding-left: 0px;
  }
  .featured-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .usp-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  
  [data-button_type_style=caps] .btn {
    letter-spacing: 0;
  }
}

.child.mobile_nav-list-wrapper li:last-child , .grandchild.mobile_nav-list-wrapper li:last-child {
  border-bottom : 0;
}

.child.mobile_nav-list-wrapper li a{
  padding-left : 30px;
}

.grandchild.mobile_nav-list-wrapper li a {
  padding-left : 45px;
}

.hasgrandchild .haschild {
  position : relative;
}

.hasgrandchild .grandchild , .haschild .child{
/*   opacity : 0;
  visibility : hidden;
  height : 0;
  transition : 1s ease; */

  position: unset;
  width: 100%;
  left: 0;
  top: 0;
  transition: .4s ease;
  opacity: 0;
  max-height: 0;
  z-index: -2;
  transition-delay: .3s;
  visibility: hidden;
}

.hasgrandchild:hover .grandchild , .haschild:hover .child{
    opacity: 1;
    max-height: 999px;
    z-index: 5;
    visibility: visible;
}

.haschild:hover > a .nav-coll-details .link-arrow svg{
  transform : rotate(90deg)
}

.hasgrandchild:hover > a .nav-coll-details .link-arrow svg{
  transform : rotate(90deg)
}

.haschild .normal , .hasgrandchild .child{
    pointer-events: none;
}


.w-full {
  width: 100%;
}

.flex {
  display: flex;
}

.gap-4 {
  gap: 16px;
}

.gap-14 {
  gap: 56px;
}
@media screen and (min-width: 1000px) {
  .lg-flex {
    display: flex;
  }
  .lg-gap-14 {
    gap: 56px
  }
}


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

.bg-white {
  background-color: #fff;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  width: calc(100vw - 51px);
  height: 100dvh;
  transform: translateX(100vw);
  background: #fff;
  z-index: 99;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 1px solid #e8e6df;
  border-right: 1px solid #e8e6df;
  transition: transform 0.3s cubic-bezier(0.87, 0, 0.13, 1); 
  z-index: 100;
  padding: 60px 0 0 0;
}

.mobile-drawer.open {
  transform: translateX(0);
}
@media screen and (min-width: 1000px) {
  .menu-filter-close-btn {
    display: none;
  }
  .mobile-drawer {
    display: none;
    padding: 0;
    position: relative;
    width: auto;
    height: auto;
    transform: none;
    overflow: auto;
    border: none;
    z-index: 1;
  }
  .desktop-sort-filter-container .mobile-drawer {
    display: block;
  }
}

.filter-menu__bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 98;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.filter-menu__bg.open {
    opacity: 1;
    pointer-events: all; 
}

.button-trigger-filter-m {
    cursor: pointer;
}

.menu-filter-inner {
  margin-left: 10px;
  padding: 48px 20px 20px;
  height: 100%;
}

.filter-sort-container {
  margin: 16px 0;
  display: flex;
  gap: 30px;
}

.filter-sort-container .collection-dropdowns { 
  width: 50%;
}

.btn.btn--tertiary.btn--small.label.collapsible-trigger-btn.collapsible-trigger-btn--borders.collapsible-trigger-btn--borders.button-trigger-filter-m.filter-drawer-mobile-m {
  width: 50%;
  display: flex;
  gap: 6px;
  border: 2px solid;
  align-items: center;
}

.button-trigger-filter-m .arrow {
  margin-left: auto;
}

.collection-filters {
  gap: 20px;
}

.menu-filter-close-btn {
  margin: 8px;
  width: fit-content;
  position: absolute;
  top: 0;
  right: 0;
}

.menu-filter-close-btn .icon {
  width: 30px;
  height: 30px;
}

.collapsed {
  display: none;
}

.read-more {
  margin: 0px 0 12px 0;
  padding: 0;
}

.read-more svg {
  width: 12px;
  margin-left: 6px;
}

.collapsed {
  display: none;
}

.icon-rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}


.no-bullets.tag-list {
  margin: 0;
}

button.read-more.btn.btn--tertiary {
  padding: 6px 16px;
  margin-bottom: 12px;
  float: left;
}

.collection-filter--wrapper {
  padding: 0 16px;
}

.template-search .filter-sort-container .collection-dropdowns { 
  width: 50%;
}

@media screen and (min-width: 1000px) {
  .desktop-filter, .desktop-sort-filter-container { 
    display: block;
    min-width: 168px;
  }
  .desktop-sort-filter-container .collection-dropdowns { 
    width: 100%;
    margin-bottom: 16px;
  }
  .collection-filter__inner {
    padding: 0;
  }
  .desktop-filter { display: block; }
  .desktop-filter .collection-dropdowns__item {
    margin-bottom: 16px;
  }
  .filter-drawer-mobile-m { display: none; }

  .collection-filter--wrapper {
    padding: 0;
  }
  .filter-sort-container {
    margin: 0;
  }
  .btn.btn--tertiary.btn--small.label.collapsible-trigger-btn.collapsible-trigger-btn--borders.collapsible-trigger-btn--borders.button-trigger-filter-m.filter-drawer-mobile-m {
    display: none;
  }
  .l-hidden {
    display: none !important;
  }
  .template-search .filter-sort-container .collection-dropdowns { 
    width: 100%;
    max-width: 300px;
    margin: 0 auto 32px auto;
  }
}

.btn.btn--tertiary.description-toggle-btn {
  opacity: 0.8;
  padding: 6px 12px;
  font-size: 11px;
}

.btn.btn--tertiary.description-toggle-btn:hover {
  opacity: 1;
}

.template-search .filter-sort-container {
  padding: 0 30px;
}

.template-search .section-header__description {
  max-width: 100%;
}

.tag-list a,.tag-list label{
  font-size:calc(var(--typeBaseSize)*0.85 - 1.7px);
}

.tags-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

.tag-list a,.tag-list label{
    font-size:calc(var(--typeBaseSize) - 2px);
}
  }

.tag-list a,.tag-list label{
  cursor:pointer;
  position:relative;
  display:inline-block;
}

.rte a:not(.rte__image):not(.btn):not(.spr-summary-actions-newreview) {
  color: currentColor;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

address {
  font-style: normal;
}

.pdp-judge-me-container {
  margin: 8px 0 16px 0;
}

.template-customers-register .errors {
  color: #b97b67;
  border-color: #b97b67;
  background-color: rgba(185, 123, 103, 0.1);
}
.template-customers-register .errors a {
  color: #b97b67;
}

/* Tiny buyback guarantee */
.tiny-buyback-garantee {
  font-size: 12.75px;
}

.tiny-buyback-garantee__meta {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tiny-buyback-garantee__meta-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.35rem;
}

.tiny-buyback-garantee__meta-label {
  font-size: inherit;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b6b6b;
}

.tiny-buyback-garantee__variant-title {
  font-weight: 600;
  font-size: inherit;
  line-height: 1.2;
  color: inherit;
}

.tiny-buyback-garantee__table td,
.tiny-buyback-garantee__table th {
  vertical-align: top;
  font-weight: 400;
}

.tiny-buyback-garantee__table thead th {
  font-weight: 700;
}

.tiny-buyback-garantee__table th[scope="row"] {
  white-space: normal;
  word-break: break-word;
  hyphens: auto;
}

.tiny-buyback-garantee__cell-amount {
  display: block;
  font-weight: 400;
  font-size: inherit;
}

.tiny-buyback-garantee__cell-formula {
  display: block;
  font-size: inherit;
  color: #6b6b6b;
}

.tiny-buyback-garantee__state-price-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tiny-buyback-garantee__state-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.2;
  background-color: transparent;
  color: #6b6b6b;
}

.tiny-buyback-garantee__state-pill-label {
  font-weight: inherit;
}

.tiny-buyback-garantee__state-pill.is-active {
  border: 0;
  background-color: transparent;
  color: inherit;
}

.tiny-buyback-garantee__footer {
  margin-top: 1.5rem;
  font-size: inherit;
}
