/** Shopify CDN: Minification failed

Line 208:2 Expected "{" but found "."
Line 215:0 Unexpected "}"

**/

#shopify-section-product-filter{
  display: none;
}
.product-item-v1:hover .product-icon-action > *:nth-child(3) {
    transform: none;
    opacity: 1;
    visibility: hidden;
}
/* Product teplate Sort By */
.filter-note{
  font-size: 1.4em;
  font-weight: 300;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-weight: lighter;
}
  
.fillfer-banner{
  border-bottom: 1px solid #f0eeeb;
  padding-bottom: 15px;
}


/* black rounded button*/
.button-transparent {
  background: none;
  border: 1px solid #000;
  color: #000;
  border-radius: 25px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 16px 32px;
  transition: all .3s;
  display: inline-block; /* Ensures the button remains inline and only as wide as its content */
}

/* custom pagination */
.pagination {
    display: flex;
    justify-content: center;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.pagination .page,
.pagination .next {
    margin: 0 5px;
    padding: 10px;
    border: 1px solid #ccc;
    transition: background-color 0.3s, color 0.3s;
}

.pagination .page a,
.pagination .next a {
    color: #333;
    text-decoration: none;
}

.pagination .page.current {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.pagination .page:hover,
.pagination .next:hover,
.pagination .page a:hover,
.pagination .next a:hover {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

.pagination .page:hover a,
.pagination .next:hover a {
    color: #fff;
}

.pagination .next {
    font-weight: bold;
}
.pagination>span.current{
    border-radius: 0%
}





/* custom Nav */
.tabs-container {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.tab-button {
  padding: 11px 24px;
  background-color: white;
  border: 2px solid black;
  color: black;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 25px;
  text-align: center;
  white-space: nowrap;
  line-height: 1.3;
  cursor: pointer;
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.8px;
  transition: all 0.3s ease-in-out; /* Smooth transition effect */
  }


.tab-button.active {
 background-color: black !important;
  color: white !important;
  border-color: black !important;
}


/* Responsive styles for mobile */
@media (max-width: 768px) {
  .tabs-container {
    display: flex;
    gap: 10px; /* Add spacing between buttons */
    margin-top: 60px; /* Add margin above the container */
        flex-wrap: wrap;
  }

  .tab-button {
    display: inline-flex;
    padding: 11px 24px;
  }
}

/* Extra small screens */
@media (max-width: 480px) {

}

.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}


.product-item:hover {
  transform: scale(1.05);
}
.custom-intro .container{

}
.custom-intro{
    background: #f0eeeb7a;
    border-bottom: 1px solid #f0eeeb;
}
/* custom Nav */
.des_intro{
    font-size: 1.5em;
    letter-spacing: 0.6px;
}
@media (max-width: 576px) {
      font-size: 1.2em;
}
.des_intro:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 2px;
  background: #e12c43;
  margin-right: 10px;
  position: relative;
  top: -7px;
}
.content_intro{
  padding-bottom: 15px;
}

.custom-intro .title_intro {
  font-size: 40px;
  color: #000;
  font-family: Roboto;
  font-weight: 300!important;
  font-style: normal;
  position: relative;
  margin-bottom: 20px;
}

/* Mobile-specific styles */
@media (max-width: 768px) 
  .title_intro {
      margin-top: 20px;
  }
.custom-intro .title_intro {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
  
.custom-intro .des_intro {
  color: #e8e6d894;
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 3.2px;
}

.custom-intro {
  margin-bottom: 24px;
  padding: 40px 40px 0px 40px;
}

@media only screen and (min-width: 1200px) {
  .custom-intro {
    margin-bottom: 24px;
    padding: 40px 40px 0px 40px;
  }
  /* .wrap {
    background: green;
  } */
}

@media only screen and (min-width: 576px) and (max-width: 1200px){
  .custom-intro {
    margin-bottom: 0px;
    padding: 40px 40px 0px 40px;
  }
   /* .wrap {
    background: blue;
  } */
}

@media (max-width: 576px) {
  .custom-intro {
    padding: 20px 20px 0px 20px;
  }

 /* .wrap {
    background: red;
  } */
}
 
/* Banner and Overlay Styles */
.banner-with-intro {
  position: relative; /* Ensures this acts as the stacking context anchor */
}

.wrap-bread-crumb {
  position: relative;
  z-index: 1; /* Not strictly necessary unless you have other elements to layer */
  *{
     color: #fff!important;
  }
}

.bg-breadcrumb {
  position: relative;
  z-index: 2; /* Ensures the background and its content are above the overlay */
}

.bg-breadcrumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); /* Adjust the overlay color/opacity as needed */
  z-index: -1; /* Positions the overlay behind the banner content */
}

.custom-intro {
  position: relative; /* Keeps it in the document flow, appearing just below the banner */
  z-index: 3; /* Ensures it's visually on top if needed, but this might not be necessary */
  /* Additional styling for custom intro */
}

/* Ensure .title-page and breadcrumbs are visible and styled appropriately */
.title-page, .breadcrumb {
  color: #FFFFFF; /* Example text color for visibility against the dark overlay */
}

/*
 * TCN: theme.liquid inlines theme-custom.scss.css; theme exports often omit the compiled file,
 * so none of theme-custom.scss.liquid applied. These rules duplicate critical PDP tab + about band styling.
 */
.tab-pd-details {
  overflow-x: hidden;
}

.tab-pd-details__band {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  background-color: #f0eeeb;
}

.tab-pd-details__content-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  background-color: #f0eeeb;
}

.tab-pd-details .tab-content .tab-pane#about,
.tab-pd-details .tab-content .tab-pane#delivery {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tab-pd-details .tcn-tab-fullbleed,
.tab-pd-details .tcn-delivery-fullbleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  background-color: #f0eeeb;
}

/* PDP tab strip: remove underline on text (keep underline_scale line) */
.tab-pd-details .nav.nav-tabs.tab_prod li a,
.tab-pd-details .nav.nav-tabs.tab_prod li a:hover,
.tab-pd-details .nav.nav-tabs.tab_prod li a:focus,
.tab-pd-details .nav.nav-tabs.tab_prod li a:focus-visible,
.tab-pd-details .nav.nav-tabs.tab_prod li a:active,
.tab-pd-details .nav.nav-tabs.tab_prod li a.active {
  text-decoration: none !important;
  text-underline-offset: 0 !important;
  border-bottom: 0 !important;
}

/* PDP tabs: center labels on mobile */
@media (max-width: 767.98px) {
  .tab-pd-details .nav.nav-tabs.tab_prod {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .tab-pd-details .tab_prod li {
    width: 100%;
    text-align: center;
  }

  .tab-pd-details .tab_prod li a {
    margin-right: 0 !important;
    display: inline-block;
    text-align: center;
  }
}

/* PDP first-option row: quantity + format buttons (Soho-style), all templates that render product-variant-picker */
.product-detail__quantity {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 15px;
}

.first-option-buttons__row.quantity-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 0.75rem;
  width: 100%;
  box-sizing: border-box;
  cursor: default;
}

.quantity-control--label .quantity-control__label {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.25;
  color: #1f1f1f;
}

.quantity-control--fixed .pdp-variant-qty-wrap__qty--inline {
  flex: 0 0 auto;
}

.quantity-control--fixed .js-qty.pdp-js-qty {
  width: 5.875rem;
  min-width: 5.875rem;
  max-width: 7.5rem;
}

.first-option-buttons__row.quantity-control .button-list {
  flex: 1 1 12rem;
  min-width: 0;
  margin-bottom: 0 !important;
}

/* PDP: first + second variant groups (e.g. Color + Fabric) inline on desktop */
.variant-pickers__primary-row {
  width: 100%;
}

@media (min-width: 992px) {
  .variant-pickers__primary-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 2rem;
    box-sizing: border-box;
  }

  .variant-pickers__primary-row > .variant-group.first-option-buttons,
  .variant-pickers__primary-row > .variant-group.second-option-buttons {
    flex: 1 1 0;
    min-width: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .variant-pickers__primary-row {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .product-detail__quantity .first-option-buttons__row.quantity-control {
    flex-direction: column;
    align-items: flex-start;
  }

  .first-option-buttons__row.quantity-control .button-list {
    width: 100%;
  }
}

/* Mobile: keep the fixed/label quantity row clean and spaced */
@media (max-width: 767.98px) {
  .first-option-buttons__row.quantity-control.quantity-control--fixed.quantity-control--label {
    margin-top: 15px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
    justify-content: flex-start;
    text-align: left;
  }

  /* Ensure the stepper itself sits left, not centered */
  .quantity-control--fixed .pdp-variant-qty-wrap__qty--inline {
    align-self: flex-start;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .quantity-control--fixed .js-qty.pdp-js-qty {
    margin-left: 0 !important;
  }
}

/* --------------------------------------------------------------
   PDP: detail-info mobile spacing (spacing/layout only)
   -------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .content-page-detail .detail-info {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Consistent vertical rhythm for direct blocks inside detail-info */
  .content-page-detail .detail-info > * + * {
    margin-top: 12px;
  }

  /* Reduce awkward gaps on common sub-groups */
  .content-page-detail .detail-info .product-title {
    margin-bottom: 8px !important;
  }

  .content-page-detail .detail-info .pdp-price-cta-row {
    margin-top: 15px;
  }

  .content-page-detail .detail-info .wrap-rating {
    margin-top: 6px !important;
    margin-bottom: 0 !important;
  }

  /* Variant pickers: keep groups tight but readable */
  .content-page-detail .detail-info .variant-pickers {
    margin-top: 12px !important;
  }

  .content-page-detail .detail-info .variant-group {
    margin-top: 12px !important;
  }

  .content-page-detail .detail-info .variant-group:first-child {
    margin-top: 0 !important;
  }

  /* Quantity + CTA stack: avoid oversized empty space */
  .content-page-detail .detail-info .btn-action.detail-attr.qty-cart {
    gap: 12px !important;
    margin-top: 12px !important;
  }

  /* Meta info list: tighten */
  .content-page-detail .detail-info .product-meta-info {
    margin-top: 12px !important;
  }

  .content-page-detail .detail-info .product-meta-info > li + li {
    margin-top: 8px !important;
  }

  /* Accordion sections (Studio Notes etc.) */
  .content-page-detail .detail-info .accordion-section {
    margin-top: 12px !important;
  }
}

/* PDP quantity pill (variant row + shared) — beats Engo .js-qty when theme-custom is not inlined */
.js-qty.pdp-js-qty {
  display: inline-flex !important;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
  box-sizing: border-box;
  width: auto;
  min-width: 6.25rem;
  height: 2.5rem;
  padding: 0 0.2rem;
  margin: 0;
  border: 1px solid #000;
  border-radius: 9999px;
  background: #fff !important;
  vertical-align: middle;
}

.js-qty.pdp-js-qty .pdp-js-qty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: static;
  width: 1.85rem;
  min-width: 1.85rem;
  align-self: stretch;
  border: none !important;
  border-radius: 0;
  background: transparent !important;
  background-color: transparent !important;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
}

.js-qty.pdp-js-qty .pdp-js-qty__btn:hover,
.js-qty.pdp-js-qty .pdp-js-qty__btn:focus,
.js-qty.pdp-js-qty .pdp-js-qty__btn:focus-visible,
.js-qty.pdp-js-qty .pdp-js-qty__btn:active {
  background: transparent !important;
  background-color: transparent !important;
  color: #000;
  outline: none !important;
  box-shadow: none !important;
}

.js-qty.pdp-js-qty .pdp-js-qty__icon {
  display: block;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}

.js-qty.pdp-js-qty .pdp-js-qty__input,
.js-qty.pdp-js-qty input.js-qty__num {
  flex: 1 1 auto;
  min-width: 1.25rem;
  width: 2rem;
  max-width: 3rem;
  align-self: stretch;
  margin: 0;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  text-align: center !important;
  font-size: 1rem;
  font-weight: 700;
  font-family: inherit;
  font-variant-numeric: tabular-nums;
  color: #000 !important;
  -webkit-text-fill-color: #000;
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  line-height: 2.5rem;
  caret-color: #000;
}

.js-qty.pdp-js-qty .pdp-js-qty__input:focus,
.js-qty.pdp-js-qty .pdp-js-qty__input:focus-visible,
.js-qty.pdp-js-qty input.js-qty__num:focus,
.js-qty.pdp-js-qty input.js-qty__num:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}

.js-qty.pdp-js-qty .pdp-js-qty__input::-webkit-outer-spin-button,
.js-qty.pdp-js-qty .pdp-js-qty__input::-webkit-inner-spin-button,
.js-qty.pdp-js-qty input.js-qty__num::-webkit-outer-spin-button,
.js-qty.pdp-js-qty input.js-qty__num::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.prod_extended .content-page-detail .detail-info .btn-action .js-qty.pdp-js-qty,
.product_sidebar .content-page-detail .detail-info .btn-action .js-qty.pdp-js-qty {
  display: inline-flex !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  min-width: 6.25rem !important;
  height: 2.5rem !important;
  margin: 0 !important;
  margin-right: 0 !important;
  padding: 0 0.2rem !important;
  border: 1px solid #000 !important;
  border-radius: 9999px !important;
  background: #fff !important;
  box-sizing: border-box !important;
  vertical-align: middle !important;
  position: relative !important;
}

.prod_extended .content-page-detail .detail-info .btn-action .js-qty.pdp-js-qty .pdp-js-qty__btn,
.product_sidebar .content-page-detail .detail-info .btn-action .js-qty.pdp-js-qty .pdp-js-qty__btn {
  position: static !important;
  width: 1.85rem !important;
  min-width: 1.85rem !important;
  height: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.prod_extended .content-page-detail .detail-info .btn-action .js-qty.pdp-js-qty .pdp-js-qty__input,
.prod_extended .content-page-detail .detail-info .btn-action .js-qty.pdp-js-qty input.js-qty__num,
.product_sidebar .content-page-detail .detail-info .btn-action .js-qty.pdp-js-qty .pdp-js-qty__input,
.product_sidebar .content-page-detail .detail-info .btn-action .js-qty.pdp-js-qty input.js-qty__num {
  width: 2rem !important;
  max-width: 3rem !important;
  border: none !important;
  border-right: none !important;
  padding: 0 !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 2.5rem !important;
  text-align: center !important;
  background: transparent !important;
  box-shadow: none !important;
}

.btn-action.detail-attr.qty-cart {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  border: none;
  background: none;
  box-shadow: none;
  box-sizing: border-box;
}

/* Same serif treatment as .title_heading — PDP title + team-style tab columns */
.prod_extended .content-page-detail .detail-info .product-title,
.product_sidebar .content-page-detail .detail-info .product-title {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 2.3em;
  font-weight: 500 !important;
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .prod_extended .content-page-detail .detail-info .product-title,
  .product_sidebar .content-page-detail .detail-info .product-title {
    margin-top: 40px;
  }
}

.team--style .col-md-6.bg-colored h3,
.team--style-delivery .col-md-6.bg-red h3 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 2.3em;
  font-weight: 500;
  letter-spacing: 1px;
}

