/** Shopify CDN: Minification failed

Line 639:1 Expected "}" to go with "{"

**/
/* OTTE design – Figma 78:28761 */

.collection-tabs__list-link,
.collection-tabs__list-link:after {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

/* Section layout: 60px top padding, 50px horizontal, 60px gap to content */
.collection-tabs--otte {
  background: #ffffff;
}

.collection-tabs--otte .section-header--button {
  margin-top: 0;
}

.collection-tabs--otte .collection-tabs__inner {
  padding-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}

.collection-tabs--otte .collection-tabs__header {
  margin-bottom: 60px;
}

/* Header row: CSS grid to keep title/desc on top, and tabs/button perfectly inline */
.collection-tabs--otte .collection-tabs__header .section-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  row-gap: 10px;
  column-gap: 30px;
}

.collection-tabs--otte .collection-tabs__header .section-header--content {
  display: contents;
}

.collection-tabs--otte .collection-tabs__header .section-header--content>.h3,
.collection-tabs--otte .collection-tabs__header .section-header--content>h2 {
  grid-column: 1 / -1;
  margin: 0;
}

.collection-tabs--otte .collection-tabs__header .section-header--content>.rte {
  grid-column: 1 / -1;
  margin: 0;
  margin-top: -10px;
  /* Keeps the tighter 10px gap to the heading */
}

.collection-tabs--otte .collection-tabs__header .section-header--content>scroll-shadow {
  grid-column: 1 / 2;
  min-width: 0;
}

/* Title + subtitle group: 5px gap */
.collection-tabs--otte .collection-tabs__header .section-header--content .h3,
.collection-tabs--otte .collection-tabs__header .section-header--content h2 {
  font-family: 'DIN-Bold', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #1a1b1c;
  margin: 0;
}

.collection-tabs--otte .collection-tabs__header .section-header--content .rte,
.collection-tabs--otte .collection-tabs__header .section-header--content .rte p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #1a1b1c;
  margin: 0;
  text-transform: initial;
}

body .wc_review_author_name h6,
body .wc_review_item_body_title,
body .wc_review_summary,
body .wc_review_summary_action button,
body .wc_review_item_product,
body .wc_review_item_product span,
body .wc_review_item_product a,
body .wc_review_item_reply h6,
body .wc_review_item_reply p,
body .rivyoTestimonialItem .wc_review_item_body_desc p,
body .review-summary {
  font-family: Helvetica, Arial, sans-serif !important;
}

body .wc_testimonial_section .testimonial.wc_review_title h2 {
  font-family: 'DIN-Bold' !important;
  margin-bottom: 30px;
  letter-spacing: 0;
}

body .wc_testimonial_section .WcRivyoSwiper .swiper.rivyoTestimonialSwiper {
  padding-bottom: 80px;
}

body .wc_testimonial_section .swiper-nav-btns {
  position: relative;
  z-index: 9999999;
  top: 25px;
}

body .wc_testimonial_section .WcRivyoSwiper .rivyoTestimonialSwiper .swiper-button-arrow.swiper-button-prev {
  right: 70px;
  left: inherit;
  z-index: 9999999999999;
}

body .wc_testimonial_section .WcRivyoSwiper .rivyoTestimonialSwiper .swiper-button-arrow.swiper-button-next {
  right: 5px;
}

/* Tabs row: gap 10px, overflow auto */
.collection-tabs--otte .collection-tabs__list {
display: flex;
    align-items: center;
    overflow-x: initial;
    /* overflow-y: hidden; */
    text-align: left;
    white-space: normal;
    width: 100%;
    justify-content: flex-start;
    /* scrollbar-width: none; */
    margin-top: 0;
    gap: 10px;
    flex-wrap: wrap;
}

.collection-tabs--otte .collection-tabs__list::-webkit-scrollbar {
  display: none;
}

.collection-tabs--otte .collection-tabs__list-link {
  margin: 0;
  padding: 0 0 2px 0;
  font-family: 'DIN-Medium', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  color: #53565a;
  opacity: 1;
  position: relative;
  height: 26px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.collection-tabs--otte .collection-tabs__list-link:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scale(0, 1);
  transform-origin: center left;
  background: #1a1b1c;
}

.collection-tabs--otte .collection-tabs__list-link.active {
  color: #1a1b1c;
}

.collection-tabs--otte .collection-tabs__list-link.active:after {
  transform: scale(1, 1);
}

.collection-tabs--otte .collection-tabs__list-link:hover {
  color: #1a1b1c;
}

/* Separator "/" between tabs */
.collection-tabs--otte .collection-tabs__list span {
  font-family: 'DIN-Medium', sans-serif;
  font-size: 17px;
  line-height: 27.2px;
  color: #53565a;
  flex-shrink: 0;
}

.collection-tabs--otte .collection-tabs__list-link.active+span {
  color: #1a1b1c;
}

/* Shop link (right): DIN Medium 14px, letter-spacing 1px, uppercase, underline */
.collection-tabs--otte .collection-tabs__header .section-header--button {
  flex-shrink: 0;
  align-self: end;
  grid-column: 2 / 3;
}

.collection-tabs--otte .section-header--button .text-button,
.collection-tabs--otte .section-header--button .linked-to-tab {
  font-family: 'DIN-Medium', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a1b1c;
  text-decoration: none;
  border-bottom: 1px solid #1a1b1c;
  padding-bottom: 2px;
  display: inline-block;
}

.collection-tabs--otte .section-header--button .linked-to-tab {
  display: none;
}

.collection-tabs--otte .section-header--button .linked-to-tab.active {
  display: inline-block;
}

.collection-tabs--otte .collection-tabs__mobile-button {
  display: none;
}

/* Product grid: max 5 products per tab, no overlapping */
.collection-tabs--otte .products.carousel {
  gap: 20px;
  margin-left: 0;
  margin-right: 0;
}

.collection-tabs--otte .products.carousel:not(.flickity-enabled) {
  overflow: hidden;
}

.collection-tabs--otte .products.carousel.flickity-enabled {
  overflow: visible;
}

/* Dots styling below carousel */
.collection-tabs--otte .products.carousel .flickity-page-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  display:none;
}

.collection-tabs--otte .products.carousel .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #53565a;
  cursor: pointer;
  opacity: 1;
  margin: 0px 5px;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  padding: 0;
}

.collection-tabs--otte .products.carousel .flickity-page-dots .dot.is-selected {
  background-color: #1a1b1c;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1a1b1c;
  transform: scale(0.9);
}

/* Hide all columns by default; only active tab's slides are visible */
.collection-tabs--otte .products.carousel .columns {
  display: none !important;
  width: 260px;
  flex: 0 0 260px;
  padding: 0;
  max-width: none;
  min-width: 0;
}

.collection-tabs--otte .products.carousel .columns.carousel__slide {
  display: flex !important;
  width: 20% !important;
  flex: 0 0 20% !important;
  max-width: 20%;
  padding-left: 10px !important;
  padding-right: 10px !important;
  align-items: stretch;
}

.collection-tabs--otte .products.carousel .columns .product-card {
  height: 100%;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

/* Product card image: 260x260 */
.collection-tabs--otte .product-card--featured-image,
.collection-tabs--otte .product-card--featured-image-link {
  width: 100%;
  height: 100%;
}

.collection-tabs--otte .product-card--featured-image .aspect-ratio {
  padding-bottom: 100% !important;
}

.collection-tabs--otte .product-card--featured-image .product-primary-image,
.collection-tabs--otte .product-card--featured-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Badges: top-left 10px, gap 5px, DIN Medium 12px, letter-spacing 1.2px, white, padding 5px 10px */
.collection-tabs--otte .product-card--badges {
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}

.collection-tabs--otte .product-card--badges .badge {
  font-family: 'DIN-Medium', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 10px;
  border: none;
}

.collection-tabs--otte .product-card--badges .badge.out-of-stock {
  background: #53565a;
}

.collection-tabs--otte .product-card--badges .badge.onsale,
.collection-tabs--otte .product-card--badges .badge.sale {
  background: #3a5f0d;
}

.collection-tabs--otte .product-card--badges .badge.save-10,
.collection-tabs--otte .product-card--badges .badge[data-badge="save 10%"] {
  background: #1f2e52;
}

.collection-tabs--otte .product-card--badges .badge.new {
  background: #65633a;
}

.collection-tabs--otte .product-card--badges .badge.bestseller {
  background: #3d414a;
}

.collection-tabs--otte .product-card--badges .badge.trending {
  background: #d2451e;
}

/* Product card info: gap 10px */
.collection-tabs--otte .product-card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
}
.collection-tabs--otte .product-card--cta-button {
  margin-top: auto;
}

/* Category / vendor: DIN Medium 12px, letter-spacing 1.2px, uppercase, #53565a */
.collection-tabs--otte .product-card-vendor,
.collection-tabs--otte .product-card-info .product-card-vendor a {
  font-family: 'DIN-Medium', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #53565a;
}

/* Title: DIN Medium 16px, uppercase, #1a1b1c */
.collection-tabs--otte .product-card-title {
  font-family: DIN-Medium, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #1a1b1c;
  width: 100%;
  min-height: 46px;
}

/* Price: "From" Helvetica 14px #53565a + amount DIN Medium 20px #d2451e */
.collection-tabs--otte .product-card-info .price {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.collection-tabs--otte .product-card-info .price .unit-price {
  display: none;
}

.collection-tabs--otte .product-card-info .price ins,
.collection-tabs--otte .product-card-info .price .amount {
  font-family: 'DIN-Medium', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #d2451e;
}

.collection-tabs--otte .product-card-info .price del .amount {
  font-family: 'DIN-Medium', sans-serif;
  font-size: 16px;
  color: #53565a;
  text-decoration: line-through;
}

/* "From" label before price (theme may wrap in span) */
.collection-tabs--otte .product-card-info .price small:not(.unit-price) {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #53565a;
  text-transform: capitalize;
}

/* Swatch / "Available in X colors": Helvetica 16px #1a1b1c, line-height 26px */
.collection-tabs--otte .product-card-swatch,
.collection-tabs--otte .product-card-info .product-card-swatch {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #1a1b1c;
  text-transform: capitalize;
}

/* Star rating + review count: stars 16px, text Helvetica 12px #53565a */
.collection-tabs--otte .product-card-info .star-rating-container,
.collection-tabs--otte .product-card-info .star-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.collection-tabs--otte .product-card-info .star-rating-container span:last-child,
.collection-tabs--otte .product-card-info .star-rating+span {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #53565a;
}

.collection-tabs--otte .product-card-info .star-rating {
  --color-star: #d2451e;
}

/* Bottom divider */
.collection-tabs__divider {
  height: 1px;
  background: #d0d3d4;
  border-radius: 0.5px;
  width: 100%;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .collection-tabs--otte .collection-tabs__inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
  }

  section.reassurance-bar{
    display:none;
  }

  .collection-tabs--otte .products.carousel .flickity-page-dots{
    display:block !important;
    bottom:5px;
  }

  .collection-tabs--otte .products.carousel.flickity-enabled{
    padding-bottom:25px;
  }

  /* Override Flickity's inline height — min-height beats the inline style and wins over overflow:hidden */
  .collection-tabs--otte .products.carousel .flickity-viewport {
    min-height: calc(70vw + 240px) !important;
  }

  .collection-tabs--otte .products.carousel .columns.carousel__slide {
    display: block !important;
    width: 70% !important;
    flex: 0 0 70% !important;
    max-width: 70%;
  }

  .collection-tabs--otte .products.carousel .columns .product-card {
    height: auto;
    display: block;
  }

  .collection-tabs--otte .product-card-info {
    display: block;
  }

  .collection-tabs--otte .product-card--cta-button {
    margin-top: 10px;
  }

  .collection-tabs--otte .collection-tabs__header .section-header--content .rte,
  .collection-tabs--otte .collection-tabs__header .section-header--content .rte p {
    font-size: 14px;
  }

  .collection-tabs--otte .collection-tabs__header .section-header--button {
    display: none;
  }

  .collection-tabs--otte .collection-tabs__mobile-button {
    display: none;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
  }

  .collection-tabs--otte .collection-tabs__header .section-header--content .h3,
  .collection-tabs--otte .collection-tabs__header .section-header--content h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .collection-tabs--otte .collection-tabs__header {
    margin-bottom: 45px;
  }

  .collection-tabs--otte .products.carousel .columns {
    width: calc(65vw - 15px);
    flex: 0 0 calc(65vw - 15px);
  }

  .section-blog-posts .blog-posts.section-spacing .blog-post {
    margin-bottom: 40px;
  }

  .section-blog-posts .blog-posts.section-spacing {
    margin-top: 20px !important;
  }

  .collection-tabs--otte .product-card--featured-image,
  .collection-tabs--otte .product-card--featured-image-link {
    width: 100%;
    height: auto;
  }
/* ==========================================================================
   OTTE — Equal-height "View Product" buttons
   ==========================================================================
   Append to the END of collection-tabs.css. These rules live at the
   .collection-tabs--otte specificity level so they win against the base
   product-grid.css declarations on the homepage carousel.

   What this fixes:
   - Cards have variable content above the CTA (1- vs 2-line titles, presence
     or absence of "Available in X colors", presence or absence of star
     rating). Pinning the CTA to the bottom of an equal-height card aligns
     the button row across the carousel.

   The menu-fallback swatch row (.product-card-swatches--menu) now renders
   the SAME DOM/styling as the native swatch path, so no separate styling
   rules are needed for it — the existing .product-card-swatches and
   .product-card-swatches--title rules in this file already cover both.
   ========================================================================== */

/* Make every card a flex column with the CTA pinned to the bottom. */
.collection-tabs--otte .product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.collection-tabs--otte .product-card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
}

.collection-tabs--otte .product-card--cta-button {
  margin-top: auto;
}

/* Reserve vertical space for the swatch row and star rating so cards
   without one don't pull the CTA upward relative to cards that have one.
   Once every variant product surfaces a swatch row (via either the native
   path or the menu fallback), these min-heights become a safety net rather
   than load-bearing. */
.collection-tabs--otte .product-card-info .product-card-swatches--container {
  min-height: 26px;
}

.collection-tabs--otte .product-card-info .star-rating {
  min-height: 14px;
}