/** Shopify CDN: Minification failed

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

**/
/* ==========================================================================
   oddit-section-how-to-use
   ========================================================================== */

.oddit-section-how-to-use *,
.oddit-section-how-to-use *::before,
.oddit-section-how-to-use *::after {
  box-sizing: border-box;
}

/* Override theme base.css :empty { display: none } */
.oddit-section-how-to-use :empty {
  display: initial;
}

/* --------------------------------------------------------------------------
   Section container — mobile-first
   -------------------------------------------------------------------------- */
.oddit-section-how-to-use {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(40px, 4.2vw, 56px);
  
  background-color: #F7F6F2;
  box-sizing: border-box;
  width: 100%;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.oddit-section-how-to-use__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 2vw, 32px);
  width: 100%;
  max-width: 614px;
  text-align: center;
  padding: 0px 16px;
}

.oddit-section-how-to-use__subheading {
  font-family: 'Almarai', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #181A17;
  text-transform: uppercase;
  letter-spacing: 2.08px;
  line-height: 1.4;
  margin: 0;
}

.oddit-section-how-to-use__heading {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: 'Mohave', sans-serif;
  font-size: clamp(40px, 3.75vw, 54px);
  font-weight: 700;
  color: #181A17;
  line-height: 1.05;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  margin: 0;
  max-width: 235px;
}

/* --------------------------------------------------------------------------
   Tabs
   -------------------------------------------------------------------------- */
.oddit-section-how-to-use__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 2.8vw, 40px);
  min-height: 32px;
  padding: 0px 16px;
}

.oddit-section-how-to-use__tab {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.2s ease;
  padding: 0;
  line-height: 1;
}

.oddit-section-how-to-use__tab:focus-visible {
  outline: 2px solid #181A17;
  outline-offset: 4px;
  border-radius: 2px;
}

.oddit-section-how-to-use__tab-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
}

.oddit-section-how-to-use__tab-icon--morning {
  color: #D2A263;
}



.oddit-section-how-to-use__tab-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  font-family: 'Mohave', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}

.oddit-section-how-to-use__tab-text {
  font-size: clamp(28px, 2.4vw, 34px);
  letter-spacing: -0.68px;
  line-height: 1.05;
}

.oddit-section-how-to-use__tab-suffix {
  font-size: clamp(15.48px, 1.35vw, 19.35px);
  letter-spacing: -0.6px;
  line-height: 1.2;
}

.oddit-section-how-to-use__tab--active {
  color: #181A17;
}

.oddit-section-how-to-use__tab--active .oddit-section-how-to-use__tab-text {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.oddit-section-how-to-use__tab:hover {
  color: #181A17;
}

/* --------------------------------------------------------------------------
   Content (video + steps)
   -------------------------------------------------------------------------- */
.oddit-section-how-to-use__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1360px;
}

/* --------------------------------------------------------------------------
   Tab panels
   -------------------------------------------------------------------------- */
.oddit-section-how-to-use__panel {
  width: 100%;
}

.oddit-section-how-to-use__panel[hidden] {
  display: none;
}

.oddit-section-how-to-use__panel-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

/* --------------------------------------------------------------------------
   Video
   -------------------------------------------------------------------------- */
.oddit-section-how-to-use__video {
  position: relative;
  width: 100%;
  background-color: #F0EFEB;
  overflow: hidden;
  height: 360px;
}

.oddit-section-how-to-use__video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.oddit-section-how-to-use__video iframe,
.oddit-section-how-to-use__video video {
  width: 100%;
  border: none;
  object-fit: cover;
  flex: 1;
  min-height: 0;
}

.oddit-section-how-to-use__video--playing {
  display: flex;
}

.oddit-section-how-to-use__video--playing .oddit-section-how-to-use__video-poster,
.oddit-section-how-to-use__video--playing .oddit-section-how-to-use__play-btn {
  display: none;
}

.oddit-section-how-to-use__play-btn,
.oddit-section-how-to-use__pause-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  background-color: #181A17;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  padding: 0;
  z-index: 1;
}

.oddit-section-how-to-use__play-btn:hover,
.oddit-section-how-to-use__pause-btn:hover {
  background-color: #303E3E;
}

.oddit-section-how-to-use__play-btn:focus-visible,
.oddit-section-how-to-use__pause-btn:focus-visible {
  outline: 2px solid #E64925;
  outline-offset: 2px;
}

.oddit-section-how-to-use__pause-btn {
  display: none;
}

.oddit-section-how-to-use__video--playing .oddit-section-how-to-use__pause-btn {
  display: flex;
}

.oddit-section-how-to-use__pause-btn .oddit-section-how-to-use__resume-icon {
  display: none;
}

.oddit-section-how-to-use__pause-btn--paused .oddit-section-how-to-use__pause-icon {
  display: none;
}

.oddit-section-how-to-use__pause-btn--paused .oddit-section-how-to-use__resume-icon {
  display: block;
}

/* --------------------------------------------------------------------------
   Steps panel
   -------------------------------------------------------------------------- */
.oddit-section-how-to-use__steps-panel {
  background-color: #F0EFEB;
  padding: 32px 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oddit-section-how-to-use__steps-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: 0;
}

/* --------------------------------------------------------------------------
   Timeline
   -------------------------------------------------------------------------- */
.oddit-section-how-to-use__timeline {
  position: relative;
  width: 12px;
  flex-shrink: 0;
}

.oddit-section-how-to-use__timeline-line {
  position: absolute;
  left: 5px;
  width: 1px;
  background-color: #181A17;
  top: 0;
  bottom: 0;
}

.oddit-section-how-to-use__timeline-dot {
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #181A17;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.oddit-section-how-to-use__timeline-dot--positioned {
  opacity: 1;
}

/* --------------------------------------------------------------------------
   Steps list
   -------------------------------------------------------------------------- */
.oddit-section-how-to-use__steps-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  flex: 1;
  min-width: 0;
  position: relative;
}

/* --------------------------------------------------------------------------
   Step — mobile (default)
   Layout: [number] [detail: [image] [info: [title+badge] [desc]]]
   -------------------------------------------------------------------------- */
.oddit-section-how-to-use__step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 16px;
}

.oddit-section-how-to-use__step-number {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: 'Mohave', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #181A17;
  line-height: 1.05;
  text-transform: uppercase;
  width: 40px;
  flex-shrink: 0;
  margin: 0;
}

.oddit-section-how-to-use__step-detail {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

.oddit-section-how-to-use__step-image-wrap {
  width: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}

.oddit-section-how-to-use__step-image {
  max-width: 100%;
  max-height: 64px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.oddit-section-how-to-use__step-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

.oddit-section-how-to-use__step-title-row {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}

.oddit-section-how-to-use__step-name {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: 'Mohave', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #181A17;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

.oddit-section-how-to-use__step-badge {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D2A263;
  border-radius: 90px;
  padding: 2px 8px;
  font-family: 'Almarai', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #181A17;
  text-transform: uppercase;
  line-height: 0;
  flex-shrink: 0;
  white-space: nowrap;
  height: 24px;
}

.oddit-section-how-to-use__step-desc {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: 'Almarai', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #181A17;
  line-height: 1.6;
  margin: 0;
}

/* --------------------------------------------------------------------------
   DESKTOP (990px+)
   Step layout changes:
   Row 1: number | image | name | badge  (all inline)
   Row 2: description (full width)
   -------------------------------------------------------------------------- */
@media (min-width: 990px) {
  .oddit-section-how-to-use__tabs {
    padding: 0px;
  }

  .oddit-section-how-to-use__header {
    padding: 0px;
  }

  .oddit-section-how-to-use {
    padding: clamp(40px, 5.6vw, 80px) clamp(16px, 2.8vw, 40px) 64px;
  }

  .oddit-section-how-to-use__heading {
    max-width: none;
    letter-spacing: -1.08px;
  }

  .oddit-section-how-to-use__content {
    flex-direction: row;
    align-items: stretch;
  }

  .oddit-section-how-to-use__panel-inner {
    flex-direction: row;
    align-items: stretch;
    flex: 1;
  }

  .oddit-section-how-to-use__video {
    width: 57%;
    flex-shrink: 0;
    min-width: 0;
    height: auto;
  }

  .oddit-section-how-to-use__play-btn,
  .oddit-section-how-to-use__pause-btn {
    width: 56px;
    height: 56px;
  }

  .oddit-section-how-to-use__steps-panel {
    width: 43%;
    flex-shrink: 0;
    padding: 56px 40px;
    
  }

  .oddit-section-how-to-use__steps-wrapper {
    gap: 33px;
  }

  .oddit-section-how-to-use__steps-list {
    gap: 64px;
  }

  /* Desktop step: flatten nested elements with display:contents
     so all children participate in the step's grid.
     Row 1: number | image | name | badge
     Row 2: desc (spanning full width) */
  .oddit-section-how-to-use__step {
    display: grid;
    grid-template-columns: auto auto auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px;
    row-gap: 16px;
    align-items: center;
    padding-left: 0;
  }

  /* Flatten intermediate containers so their children participate in the grid */
  .oddit-section-how-to-use__step-detail {
    display: contents;
  }

  .oddit-section-how-to-use__step-info {
    display: contents;
  }

  .oddit-section-how-to-use__step-number {
    grid-row: 1;
    grid-column: 1;
    align-self: center;
    width: auto;
  }

  .oddit-section-how-to-use__step-image-wrap {
    grid-row: 1;
    grid-column: 2;
    width: 71.442px;
    height: 64px;
    align-self: center;
  }

  .oddit-section-how-to-use__step-title-row {
    align-items: center;
    grid-row: 1;
    grid-column: 3 / -1;
    gap: 16px;
  }

  .oddit-section-how-to-use__step-desc {
    grid-row: 2;
    grid-column: 1 / -1;
    font-size: 16px;
  }

  .oddit-section-how-to-use__step-name {
    max-width: 100%;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    font-size: 30px;
    letter-spacing: -0.6px;
    line-height: 1.05;
  }

  .oddit-section-how-to-use__step-badge {
    font-size: 14px;
  }
  .oddit-section-how-to-use__step-image {
    width: auto;
}

/* --------------------------------------------------------------------------
   Tablet (750px - 989px)
   -------------------------------------------------------------------------- */
@media (min-width: 750px) and (max-width: 989px) {
  .oddit-section-how-to-use__steps-panel {
    padding: 40px 24px;
  }
}

/* --------------------------------------------------------------------------
   Timeline entrance animation
   -------------------------------------------------------------------------- */

@keyframes htu-line-draw {
  from { transform: scaleY(0); }
  to   { transform: scaleY(1); }
}

@keyframes htu-dot-pop {
  from { opacity: 0; transform: scale(0); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes htu-step-in {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

html.oddit-js .oddit-section-how-to-use__timeline-line {
  transform: scaleY(0);
  transform-origin: top center;
}

html.oddit-js .oddit-section-how-to-use__timeline-dot {
  transition: none;
}

html.oddit-js .oddit-section-how-to-use__timeline-dot--positioned {
  opacity: 0;
  transform: scale(0);
}

html.oddit-js .oddit-section-how-to-use__step {
  opacity: 0;
}

.oddit-section-how-to-use__steps-wrapper--animated .oddit-section-how-to-use__timeline-line {
  animation: htu-line-draw 1.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.oddit-section-how-to-use__steps-wrapper--animated .oddit-section-how-to-use__timeline-dot--positioned {
  animation: htu-dot-pop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: calc(var(--htu-index, 0) * 280ms + 200ms);
}

.oddit-section-how-to-use__steps-wrapper--animated .oddit-section-how-to-use__step {
  animation: htu-step-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--htu-index, 0) * 280ms + 200ms);
}

@media (prefers-reduced-motion: reduce) {
  html.oddit-js .oddit-section-how-to-use__timeline-line {
    transform: none;
  }

  html.oddit-js .oddit-section-how-to-use__timeline-dot--positioned {
    opacity: 1;
    transform: none;
  }

  html.oddit-js .oddit-section-how-to-use__step {
    opacity: 1;
  }

  .oddit-section-how-to-use__steps-wrapper--animated .oddit-section-how-to-use__timeline-line,
  .oddit-section-how-to-use__steps-wrapper--animated .oddit-section-how-to-use__timeline-dot--positioned,
  .oddit-section-how-to-use__steps-wrapper--animated .oddit-section-how-to-use__step {
    animation: none !important;
  }
}