/** Shopify CDN: Minification failed

Line 216:2 Expected "{" but found "."
Line 223:0 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

/* Selected pages + privacy policy: extra space below header (desktop only) */
@media (min-width: 992px) {
  body.tcn-page-top-gap-desktop main#MainContent.main-content {
    padding-top: 180px;
  }
}

#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: wrap;
    align-items: flex-start;
    gap: 1rem;
    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: 10rem;
    margin-bottom: 0;
  }

  /* Third option (e.g. Fabric when listed after Size + something): full-width row */
  .variant-pickers__primary-row > .variant-group.third-option-buttons {
    flex: 1 1 100%;
    min-width: 100%;
    margin-bottom: 0;
    margin-top: 1rem;
  }
}

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

  .variant-pickers__primary-row > .variant-group.third-option-buttons {
    margin-top: 1.15rem;
    min-width: 0;
  }

  .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;
}

/* --------------------------------------------------------------------------
   Unified footer (footer v2 + v5): Help | Explore Further | spacer
   Typography: Montserrat. Colors via section CSS vars --fv2-bg/heading/text
   -------------------------------------------------------------------------- */
.footer-v2--refresh.tcn-footer-refresh,
.footer_v2.footer-v2--refresh,
.footer_v5.footer-v2--refresh {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin: 0;
  background-color: var(--fv2-bg, #ffffff) !important;
}

.footer-v2--refresh .footer-v2__top {
  background-color: var(--fv2-bg, #ffffff) !important;
  padding: 3.25rem 0 2.75rem;
  border-radius: 0 !important;
  border-top: 1px solid rgba(109, 113, 120, 0.22);
  border-bottom: none;
  box-shadow: none;
}

.footer-v2--refresh .footer-v2__row {
  --fv2-gap: 2rem;
}

@media (min-width: 768px) {
  .footer-v2--refresh .footer-v2__row {
    row-gap: var(--fv2-gap);
  }
}

.footer-v2--refresh .footer-v2__heading {
  color: #000 !important;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
}

.footer-v2--refresh .footer-v2__col--explore .footer-v2__heading {
  margin-bottom: 1rem;
}

.footer-v2--refresh .footer-v2__list li {
  margin-bottom: 0.5rem;
}

.footer-v2--refresh .footer-v2__list li:last-child {
  margin-bottom: 0;
}

.footer-v2--refresh .footer-v2__list a,
.footer-v2--refresh .footer-v2__story-link {
  color: var(--fv2-text, #6d7178) !important;
  font-size: 0.9375rem;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-v2--refresh .footer-v2__list a:hover,
.footer-v2--refresh .footer-v2__list a:focus,
.footer-v2--refresh .footer-v2__story-link:hover,
.footer-v2--refresh .footer-v2__story-link:focus {
  color: var(--fv2-heading, #2c2c2c) !important;
  opacity: 0.9;
}

/* Logo: asset only — no circle, border, or background */
.footer-v2--refresh .footer-v2__logo--plain {
  max-width: 100%;
  text-align: center;
}

.footer-v2--refresh .footer-v2__logo--plain .footer-v2__logo-link {
  display: inline-block;
  line-height: 0;
  text-decoration: none !important;
  border: none;
  box-shadow: none;
  background: none;
}

.footer-v2--refresh .footer-v2__logo--plain .footer-v2__logo-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: none;
  box-shadow: none;
  background: transparent;
  object-fit: contain;
}

.footer-v2--refresh .footer-v2__logo--plain .logosvg svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.footer-v2--refresh .footer-v2__social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.footer-v2--refresh .footer-v2__social-link {
  color: var(--fv2-text, #6d7178) !important;
  display: inline-flex;
  padding: 0.25rem;
  line-height: 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-v2--refresh .footer-v2__social-link:hover,
.footer-v2--refresh .footer-v2__social-link:focus {
  color: var(--fv2-heading, #2c2c2c) !important;
  transform: translateY(-2px);
}

/* Rule above copy strip — divider is top edge of bottom block (not on __top) */
.footer-v2--refresh .footer-v2__bottom {
  background-color: var(--fv2-bg, #ffffff) !important;
  border-top: 1px solid rgba(109, 113, 120, 0.22);
  border-radius: 0 !important;
  padding: 1.1rem 0 1.35rem;
}

.footer-v2--refresh .footer-v2__copyright-line {
  color: var(--fv2-text, #6d7178) !important;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin: 0 !important;
  text-align: center;
}

@media (max-width: 767.98px) {
  .footer-v2--refresh .footer-v2__col--help {
    text-align: center;
    margin-bottom: 2rem;
  }

  .footer-v2--refresh .footer-v2__col--help .footer-v2__list {
    text-align: center;
  }

  .footer-v2--refresh .footer-v2__col--explore {
    margin-bottom: 0;
  }
}

/* Newsletter v2 — remove default blue browser focus ring on email + submit */
.section-newsletter-v2 .newletter_email .content-newsletter input.input_email,
.section-newsletter-v2 .newletter_email .content-newsletter input[type='email'] {
  outline: none;
}

.section-newsletter-v2 .newletter_email .content-newsletter input.input_email:focus,
.section-newsletter-v2 .newletter_email .content-newsletter input.input_email:focus-visible,
.section-newsletter-v2 .newletter_email .content-newsletter input[type='email']:focus,
.section-newsletter-v2 .newletter_email .content-newsletter input[type='email']:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.section-newsletter-v2 .newletter_email .content-newsletter .btn:focus,
.section-newsletter-v2 .newletter_email .content-newsletter .btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

/* Submit CTAs — Bootstrap .btn.btn-primary:focus-visible beats *:focus; remove blue ring */
button[type='submit']:focus,
button[type='submit']:focus-visible,
button[type='submit']:focus:active,
button.btn[type='submit']:focus,
button.btn[type='submit']:focus-visible,
button.btn[type='submit']:focus:active,
input[type='submit']:focus,
input[type='submit']:focus-visible,
input[type='submit']:focus:active {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

/* ==========================================================================
   Product detail — editorial column (.pdp-editorial) only; gallery untouched
   ========================================================================== */
.prod_extended .detail-info.pdp-editorial,
.prod_extended .detail-info.pdp-editorial .details--card {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #000;
  text-align: left;
}

.prod_extended .detail-info.pdp-editorial .product-title {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 1.4em;
  letter-spacing: 0.02em !important;
}

.prod_extended .detail-info.pdp-editorial .product-title-sub {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0 0 1rem;
  line-height: 1.45;
}

.prod_extended .detail-info.pdp-editorial .product-short-description {
  margin-top: 0;
  margin-bottom: 1.75rem !important;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #000;
}

.prod_extended .detail-info.pdp-editorial .pdp-variant-qty-wrap {
  margin-bottom: 0.25rem;
}

.prod_extended .detail-info.pdp-editorial .availability-quiet .availability-text {
  font-size: 0.65rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(0, 0, 0, 0.42) !important;
  margin-bottom: 0.75rem !important;
}

.prod_extended .detail-info.pdp-editorial .variant-pickers .label {
  font-size: 0.65rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(0, 0, 0, 0.42) !important;
  margin-bottom: 0.5rem !important;
}

.prod_extended .detail-info.pdp-editorial .variant-pickers .button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.prod_extended .detail-info.pdp-editorial .variant-pickers .button-list li {
  margin: 0;
}

/* Stop second column (e.g. Fabric) collapsing next to Size + quantity */
.prod_extended .detail-info.pdp-editorial .variant-pickers__primary-row > .variant-group.second-option-buttons {
  flex: 1 1 auto !important;
  min-width: min(100%, 11rem) !important;
}

/* Two options (e.g. Cushion sizes + Fabric): side-by-side, tight gap (tablet + desktop) */
.prod_extended .detail-info.pdp-editorial .variant-pickers__primary-row--paired-boxes {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  column-gap: 1rem;
  row-gap: 1.25rem;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .prod_extended .detail-info.pdp-editorial .variant-pickers__primary-row--paired-boxes > .variant-group.first-option-buttons,
  .prod_extended .detail-info.pdp-editorial .variant-pickers__primary-row--paired-boxes > .variant-group.second-option-buttons {
    flex: 1 1 calc(50% - 0.5rem) !important;
    min-width: 0 !important;
    max-width: calc(50% - 0.5rem);
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .prod_extended
    .detail-info.pdp-editorial
    .variant-pickers__primary-row--paired-boxes
    > .variant-group.variant-group--fabric {
    flex: 1 1 calc(50% - 0.5rem) !important;
    min-width: 0 !important;
    max-width: calc(50% - 0.5rem) !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .prod_extended .detail-info.pdp-editorial .variant-pickers__primary-row--paired-boxes {
    flex-direction: column !important;
    column-gap: 0;
    row-gap: 1.15rem;
  }

  .prod_extended .detail-info.pdp-editorial .variant-pickers__primary-row--paired-boxes > .variant-group.first-option-buttons,
  .prod_extended .detail-info.pdp-editorial .variant-pickers__primary-row--paired-boxes > .variant-group.second-option-buttons,
  .prod_extended
    .detail-info.pdp-editorial
    .variant-pickers__primary-row--paired-boxes
    > .variant-group.variant-group--fabric {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

.prod_extended .detail-info.pdp-editorial .variant-pickers__primary-row > .variant-group.third-option-buttons {
  flex: 1 1 100% !important;
  min-width: 100% !important;
  margin-top: 0.85rem;
}

/* Fabric (or Material) option — own row + full-width chip(s) (not when paired with size column) */
.prod_extended
  .detail-info.pdp-editorial
  .variant-pickers__primary-row:not(.variant-pickers__primary-row--paired-boxes)
  > .variant-group.variant-group--fabric {
  flex: 1 1 100% !important;
  min-width: 100% !important;
  margin-top: 0.85rem;
}

.prod_extended
  .detail-info.pdp-editorial
  .variant-pickers__primary-row:not(.variant-pickers__primary-row--paired-boxes)
  > .variant-group.variant-group--fabric:first-child {
  margin-top: 0;
}

.prod_extended .detail-info.pdp-editorial .variant-group--fabric .button-list {
  width: 100%;
}

.prod_extended .detail-info.pdp-editorial .variant-group--fabric .button-list > li {
  flex: 1 1 auto;
  min-width: min(100%, 7.5rem);
}

.prod_extended .detail-info.pdp-editorial .variant-group--fabric .button-option {
  width: 100%;
  min-width: 0;
  justify-content: center;
}

.prod_extended .detail-info.pdp-editorial .variant-group--fabric.dropdown-picker label {
  font-size: 0.65rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(0, 0, 0, 0.42) !important;
  margin-bottom: 0.5rem !important;
  display: block;
}

.prod_extended .detail-info.pdp-editorial .button-option {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.5rem 0.85rem !important;
  border-radius: 0 !important;
  border: 1px solid #000 !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  line-height: 1.3 !important;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.prod_extended .detail-info.pdp-editorial .button-option:hover {
  border-color: #000 !important;
  background: #fafafa !important;
  color: #000 !important;
}

.prod_extended .detail-info.pdp-editorial .button-option.selected {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

/* Second option column: explicit outline chips (white / black / black); selected = filled black */
.prod_extended .detail-info.pdp-editorial .second-option-buttons .button-option {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

.prod_extended .detail-info.pdp-editorial .second-option-buttons .button-option:hover {
  background: #fafafa !important;
  color: #000 !important;
  border-color: #000 !important;
}

.prod_extended .detail-info.pdp-editorial .second-option-buttons .button-option.selected {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

.prod_extended .detail-info.pdp-editorial .quantity-control--label .quantity-control__label {
  font-size: 0.65rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(0, 0, 0, 0.42) !important;
}

.prod_extended .detail-info.pdp-editorial .product-detail__quantity {
  margin-top: 1.25rem;
}

.prod_extended .detail-info.pdp-editorial .pdp-price-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.5rem !important;
  margin-bottom: 1.25rem !important;
  gap: 0.75rem 1.25rem;
}

.prod_extended .detail-info.pdp-editorial .pdp-price-cta-row__price .enj-product-price,
.prod_extended .detail-info.pdp-editorial .pdp-price-cta-row__price ins,
.prod_extended .detail-info.pdp-editorial .pdp-price-cta-row__price .price-current {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  color: #000 !important;
  letter-spacing: 0.02em !important;
}

.prod_extended .detail-info.pdp-editorial .pdp-price-cta-row__price del,
.prod_extended .detail-info.pdp-editorial .pdp-price-cta-row__price .price-compare {
  font-size: 0.875rem !important;
  opacity: 0.45;
}

.prod_extended .detail-info.pdp-editorial .acquire-cta {
  border-radius: 9999px !important;
  min-height: 46px !important;
  line-height: 46px !important;
  padding: 0 1.75rem !important;
  font-size: 0.6875rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

/* Price + CTA one row; CTA grows to ~remaining width (design) */
@media (min-width: 768px) {
  .prod_extended .detail-info.pdp-editorial .pdp-price-cta-row {
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-price-cta-row__price {
    flex: 0 0 auto !important;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-price-cta-row__cta {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    justify-content: stretch !important;
    margin-left: 0 !important;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-price-cta-row .acquire-cta {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    white-space: nowrap;
  }
}

.prod_extended .detail-info.pdp-editorial .acquire-cta:disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

.prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery {
  margin-top: 0;
  margin-bottom: 2.2rem;
  padding: 0;
}

.prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__primary {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

.prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__label {
  display: inline;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.42);
  margin-right: 0.35rem;
}

.prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__window {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: #000;
}

.prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__note {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.62);
}

.prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__link-wrap {
  margin: 0;
}

.prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__link {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__link:hover,
.prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__link:focus {
  color: #000;
  opacity: 0.75;
}

.prod_extended .detail-info.pdp-editorial .pdp-editorial-accordion.custom-accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.5rem;
  padding-top: 0;
}

.prod_extended .detail-info.pdp-editorial .pdp-editorial-accordion .accordion-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.prod_extended .detail-info.pdp-editorial .pdp-editorial-accordion .accordion-header {
  padding: 0.85rem 0;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000 !important;
}

.prod_extended .detail-info.pdp-editorial .pdp-accordion-chevron.accordion-icon {
  font-size: 0;
  color: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  transition: transform 0.25s ease;
}

.prod_extended .detail-info.pdp-editorial .pdp-accordion-chevron.accordion-icon.rotate {
  transform: rotate(180deg);
}

.prod_extended .detail-info.pdp-editorial .pdp-editorial-accordion .accordion-content {
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.875rem;
  line-height: 1.55;
}

.prod_extended .detail-info.pdp-editorial .pdp-studio-notes-placeholder {
  color: rgba(0, 0, 0, 0.45);
  font-style: italic;
  margin: 0;
}

.prod_extended .detail-info.pdp-editorial .product-meta-info {
  list-style: none;
  padding: 1.5rem 0 0;
  margin: 0;
}

.prod_extended .detail-info.pdp-editorial .product-meta-info .pdp-meta-label,
.prod_extended .detail-info.pdp-editorial .product-meta-info label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.42);
  margin-right: 0.35rem;
}

.prod_extended .detail-info.pdp-editorial .product-vendor span[itemprop='name'],
.prod_extended .detail-info.pdp-editorial .product-meta-info .product-vendor span {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  .prod_extended .detail-info.pdp-editorial,
  .prod_extended .detail-info.pdp-editorial .details--card {
    text-align: left !important;
  }

  .prod_extended .detail-info.pdp-editorial .product-title,
  .prod_extended .detail-info.pdp-editorial .product-title-sub,
  .prod_extended .detail-info.pdp-editorial .product-short-description {
    text-align: left !important;
  }

  .prod_extended .detail-info.pdp-editorial .availability-quiet,
  .prod_extended .detail-info.pdp-editorial .availability-quiet .availability-text {
    text-align: left !important;
    display: block;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-variant-qty-wrap,
  .prod_extended .detail-info.pdp-editorial .pdp-variant-qty-wrap__main,
  .prod_extended .detail-info.pdp-editorial .pdp-variant-qty-wrap__pickers,
  .prod_extended .detail-info.pdp-editorial .variant-pickers {
    text-align: left !important;
    width: 100%;
  }

  .prod_extended .detail-info.pdp-editorial .variant-pickers .label {
    text-align: left !important;
  }

  .prod_extended .detail-info.pdp-editorial .variant-pickers .button-list {
    justify-content: flex-start !important;
  }

  .prod_extended .detail-info.pdp-editorial .product-detail__quantity,
  .prod_extended .detail-info.pdp-editorial .first-option-buttons__row.quantity-control {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .prod_extended .detail-info.pdp-editorial .js-qty.pdp-js-qty {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-price-cta-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    width: 100%;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-price-cta-row__price {
    text-align: left !important;
    width: 100%;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-price-cta-row__cta {
    width: 100%;
    max-width: 100%;
    align-self: stretch !important;
    display: flex;
    justify-content: flex-start;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-price-cta-row .acquire-cta {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-self: stretch;
    text-align: center !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery,
  .prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__primary,
  .prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__label,
  .prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__window,
  .prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__note,
  .prod_extended .detail-info.pdp-editorial .pdp-estimated-delivery__link-wrap {
    text-align: left !important;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-editorial-accordion .accordion-header {
    justify-content: space-between;
    text-align: left;
  }

  .prod_extended .detail-info.pdp-editorial .pdp-editorial-accordion .accordion-content {
    text-align: left !important;
  }

  .prod_extended .detail-info.pdp-editorial .product-meta-info,
  .prod_extended .detail-info.pdp-editorial .product-meta-info li,
  .prod_extended .detail-info.pdp-editorial .item-product-meta-info {
    text-align: left !important;
  }
}

/* button-main2 — no underline on hover/focus/active */
a.button-main2,
a.button-main2:hover,
a.button-main2:focus,
a.button-main2:focus-visible,
a.button-main2:active {
  text-decoration: none !important;
  text-underline-offset: 0 !important;
}

/* tcn-buy-now-btn — no link underline only (carousel visibility stays in section/snippet CSS) */
a.tcn-buy-now-btn,
a.tcn-buy-now-btn:hover,
a.tcn-buy-now-btn:focus,
a.tcn-buy-now-btn:focus-visible,
a.tcn-buy-now-btn:active,
a.tcn-buy-now-btn:visited {
  text-decoration: none !important;
  text-underline-offset: 0 !important;
}

/* custom-buy-now-btn — no underline (including hover / focus / active) */
.custom-buy-now-btn,
a.custom-buy-now-btn,
a.custom-buy-now-btn:hover,
a.custom-buy-now-btn:focus,
a.custom-buy-now-btn:focus-visible,
a.custom-buy-now-btn:active,
a.custom-buy-now-btn:visited,
.custom-buy-now-btn:hover,
.custom-buy-now-btn:focus,
.custom-buy-now-btn:focus-visible,
.custom-buy-now-btn:active {
  text-decoration: none !important;
  text-underline-offset: 0 !important;
}

/* PDP — About / Delivery: tab strip on top of panel (flex column; band bg from theme-custom) */
.tcn-pdp-tabs-editorial {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  background: transparent;
}

.tcn-pdp-tabs-editorial__bar {
  flex: 0 0 auto;
  order: 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  background: #fff;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.65rem 0 0;
  position: relative;
  z-index: 1;
}

.tcn-pdp-tabs-editorial__band {
  flex: 1 1 auto;
  order: 1;
  margin-top: 0 !important;
}

.tcn-pdp-tabs-editorial .tab-content {
  background: transparent;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .tcn-pdp-tabs-editorial .tcn-pdp-about-heading,
  .tcn-pdp-tabs-editorial .tcn-pdp-delivery-heading {
    font-size: 1.9em !important;
  }
}

@media (max-width: 767.98px) {
  .tcn-pdp-tabs-editorial .tcn-pdp-about-heading,
  .tcn-pdp-tabs-editorial .tcn-pdp-delivery-heading {
    font-size: 1.7em !important;
  }
}

/* Tab row: flush under bar, no extra gap before content band */
.tcn-pdp-tabs-editorial .tab-pd-details .tab_prod,
.tcn-pdp-tabs-editorial ul.nav.nav-tabs.tab_prod {
  padding: 0 !important;
  margin: 0 auto !important;
  margin-bottom: 0 !important;
  border: none !important;
  border-bottom: none !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 1.75rem 2.25rem;
  list-style: none;
}

.tcn-pdp-tabs-editorial .tab-pd-details .tab_prod li,
.tcn-pdp-tabs-editorial ul.nav.nav-tabs.tab_prod li {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.tcn-pdp-tabs-editorial .tab-pd-details .tab_prod li a,
.tcn-pdp-tabs-editorial ul.nav.nav-tabs.tab_prod li a {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.tcn-pdp-tabs-editorial__nav {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 1.75rem 2.25rem;
  border: none !important;
  margin: 0 auto;
  padding: 0 1rem 0;
  list-style: none;
}

.tcn-pdp-tabs-editorial__nav li {
  margin: 0;
  float: none !important;
}

.tcn-pdp-tabs-editorial .tcn-pdp-tab-link {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000 !important;
  padding: 0.35rem 0;
  margin: 0;
  border: none !important;
  background: none !important;
}

.tcn-pdp-tabs-editorial .tcn-pdp-tab-link.underline_scale:after {
  border-bottom: 2px solid #000 !important;
  background: none !important;
}

.tcn-pdp-tabs-editorial .tcn-pdp-tab-link.underline_scale:not(.active):after,
.tcn-pdp-tabs-editorial .tcn-pdp-tab-link.underline_scale:not(.active):hover:after,
.tcn-pdp-tabs-editorial .tcn-pdp-tab-link.underline_scale:not(.active):focus:after {
  transform: scaleX(0) !important;
}

.tcn-pdp-tabs-editorial .tcn-pdp-tab-link.underline_scale.active:after {
  transform: scaleX(1) !important;
}

.tcn-pdp-tabs-editorial .tcn-tab-fullbleed {
  background: transparent !important;
}

@media (max-width: 767.98px) {
  .tcn-pdp-tabs-editorial__nav {
    flex-direction: row !important;
    justify-content: center !important;
    width: 100%;
  }

  .tcn-pdp-tabs-editorial__nav li {
    width: auto !important;
  }

  .tcn-pdp-tabs-editorial .tab-pd-details .tab_prod,
  .tcn-pdp-tabs-editorial ul.nav.nav-tabs.tab_prod {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    padding: 0 !important;
  }
}

