/** Shopify CDN: Minification failed

Line 166:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:okendo-dedicated-reviews (INDEX:45) */
.orc-allReviewsCollections {
  padding-top: 3em;
} 
  
.reviews-page-wrapper {
  padding-top: 2em;
}

.orc-allReviewsCollections .orc-collectionControlsLabel {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.orc-allReviewsCollections .orc-collectionControls {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px -9px
}

.orc-allReviewsCollections .orc-collectionControls .orc-collectionControls-item-label {
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    padding: 8px 16px;
    text-align: center
}

.orc-allReviewsCollections .orc-collectionControls-item-input--checked+.orc-collectionControls-item-label,.orc-allReviewsCollections .orc-collectionControls-item-input:checked+.orc-collectionControls-item-label {
    border: 1px solid #535565;
    box-shadow: 0 0 0 1px #535565
}

.orc-allReviewsCollections .orc-collectionControls-item {
    box-sizing: border-box;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 3px 9px
}

.orc-allReviewsCollections .orc-collectionControls-item-label-heading {
    display: block;
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
    font-size: 18px;
    font-weight: 400;
    text-align: left
}

.orc-allReviewsCollections .orc-collectionControls-item-input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.orc-allReviewsCollections .orc-collectionControls-item-label-background {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    height: 50px;
    margin: 0
}

@media only screen and (min-width: 800px) {
    .orc-allReviewsCollections .orc-collectionControls {
        margin:-9px
    }

    .orc-allReviewsCollections .orc-collectionControls-item {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding: 9px
    }

    .orc-allReviewsCollections .orc-collectionControls .orc-collectionControls-item-label {
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 16px
    }

    .orc-allReviewsCollections .orc-collectionControls-item-label-heading {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-bottom: 16px;
        text-align: center
    }

    .orc-allReviewsCollections .orc-collectionControls-item-label-background {
        background-position: 50%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        height: 150px;
        margin-top: auto;
        width: auto
    }
}

@media only screen and (min-width: 1200px) {
    .orc-allReviewsCollections .orc-collectionControls-item {
        -ms-flex:1 1 25%;
        flex: 1 1 25%
    }
}

@media all and (min-width: 1200px) {
    .orc-allReviewsCollections .orc-collectionControls-item {
        -ms-flex: 1 1 25%;
        flex: 1 1 15%;
    }

    .orc-allReviewsCollections .orc-collectionControls-item-label-heading {
        font-size: 16px;
    }
}

.orc-allReviewsCollections .orc-collectionControls .orc-collectionControls-item-label {
    border: 0;
}

#orc-collection-control {
  margin-bottom: 4em;
}
/* END_SECTION:okendo-dedicated-reviews */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:rrb-bundle-save (INDEX:195) */
@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Quicksand:wght@400;500;600;700&family=Zilla+Slab:wght@400;500;600;700&display=swap');

.rrb-bundle-section {
  /* Cookie Dough = theme font when available; Google "Cookie" is a close free fallback */
  --rrb-font-title: 'Cookie Dough', 'Cookie', cursive;
  --rrb-font-zilla: 'Zilla Slab', 'Times New Roman', serif;
  --rrb-font-body: 'Quicksand', system-ui, -apple-system, Segoe UI, sans-serif;
  --rrb-ink: #333e47;
  --rrb-muted: rgba(51, 62, 71, 0.55);
  --rrb-trust-muted: #a4a4a5;
  --rrb-cta-text: #ffffff;
  --rrb-card-top: #eeded1;
  --rrb-card-bottom: #fdf5ef;
  --rrb-card-border: #e8d9cf;
  --rrb-thumb-bg: #ffffff;
  --rrb-btn: #3a3a3a;
  --rrb-newborn-title: #d9ab4a;
  --rrb-newborn-pill-bg: #d9ab4a;
  --rrb-cta-border-newborn: #d9ab4a;
  --rrb-ultimate-title: #f4b5a6;
  --rrb-ultimate-pill-bg: #f4b5a6;
  --rrb-cta-border-ultimate: #f1b2a3;
  font-family: var(--rrb-font-body);
  color: var(--rrb-ink);
  background: transparent;
  padding: 1.75rem 0 2.25rem;
}

.rrb-bundle-section__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.rrb-bundle-section__grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 960px) {
  .rrb-bundle-section {
    padding: 2rem 0 2.75rem;
  }

  .rrb-bundle-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: stretch;
  }
}

.rrb-bundle-card {
  background: transparent;
  border: 1px solid var(--rrb-card-border);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 10px 28px rgba(62, 48, 40, 0.06);
}

@media (min-width: 960px) {
  .rrb-bundle-card {
    border-radius: 22px;
  }
}

.rrb-bundle-card__top {
  background: var(--rrb-card-top);
  padding: 1.25rem 1.15rem 1rem;
  border-radius: 20px 20px 0 0;
  container-type: inline-size;
  container-name: rrb-card-top;
}

.rrb-bundle-card__bottom {
  background: var(--rrb-card-bottom);
  padding: 0.5rem 1.15rem 1.35rem;
  border-radius: 0 0 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 0;
}

@media (min-width: 960px) {
  .rrb-bundle-card__top {
    padding: 1.4rem 1.35rem 1.1rem;
    border-radius: 22px 22px 0 0;
  }

  .rrb-bundle-card__bottom {
    padding: 0.65rem 1.35rem 1.5rem;
    border-radius: 0 0 22px 22px;
  }
}

.rrb-bundle-card__head {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.rrb-bundle-card__kicker {
  margin: 0;
  font-family: var(--rrb-font-zilla);
  font-size: clamp(0.7rem, 1.85vw + 0.42rem, 0.875rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rrb-ink);
}

.rrb-bundle-card__title {
  margin: 0;
  font-family: var(--rrb-font-title);
  font-weight: 600;
  line-height: 1.12;
  /* ~30px on narrow viewports → ~24px on wide (16px root: 1.875rem / 1.5rem) */
  font-size: clamp(1.5rem, 2.2rem - 1.2vw, 1.875rem);
}

@media (min-width: 960px) {
  .rrb-bundle-card__title {
    /* Scales linearly from 20px @ 960px viewport to 26px @ 1728px (16" MacBook). */
    font-size: clamp(1.25rem, 0.78125rem + 0.78125vw, 1.625rem);
  }

  .rrb-bundle-card__price-row {
    font-size: clamp(1.55rem, 3.8vw + 0.95rem, 2.55rem);
  }
}

@supports (font-size: 1cqi) {
  @media (min-width: 960px) {
    .rrb-bundle-card__price-row {
      font-size: clamp(1.55rem, 8.5cqi + 0.7rem, 2.55rem);
    }
  }
}

.rrb-bundle-card--newborn .rrb-bundle-card__title {
  color: var(--rrb-newborn-title);
}

.rrb-bundle-card--ultimate .rrb-bundle-card__title {
  color: var(--rrb-ultimate-title);
}

.rrb-bundle-card__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.65rem;
  margin-top: 0.15rem;
  min-width: 0;
  container-type: inline-size;
  container-name: rrb-price;
  /* Headline price size — compare uses em off this so it never exceeds current */
  font-size: clamp(1.85rem, 7.5vw + 1.1rem, 3.1rem);
}

@supports (font-size: 1cqi) {
  .rrb-bundle-card__price-row {
    font-size: clamp(1.85rem, 11cqi + 0.85rem, 3.1rem);
  }
}

.rrb-bundle-card__price-current {
  font-family: var(--rrb-font-title);
  font-size: 1em;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--rrb-ink);
  line-height: 1;
}

/* Wrapper doesn't create its own box so <del> baselines with the main price */
.rrb-bundle-card__price-compare {
  display: contents;
}

.rrb-bundle-card__price-compare del {
  font-family: var(--rrb-font-title);
  font-size: 25px;
  color: var(--rrb-muted);
  line-height: 1;
  text-decoration-thickness: 1px;
}

@media (min-width: 960px) {
  .rrb-bundle-card__price-compare del {
    font-size: 20px;
  }
}

.rrb-bundle-card__save-pill {
  align-self: center;
  font-family: var(--rrb-font-body);
  display: inline-block;
  padding: 0.4rem clamp(0.5rem, 2vw, 0.8rem);
  border-radius: 999px;
  /* ~15px mobile → ~10px desktop (0.9375rem / 0.625rem @ 16px root) */
  font-size: clamp(0.625rem, 1.25rem - 1.05vw, 0.9375rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.25;
}

.rrb-bundle-card--newborn .rrb-bundle-card__save-pill {
  background: var(--rrb-newborn-pill-bg);
  color: var(--rrb-ink);
}

.rrb-bundle-card--ultimate .rrb-bundle-card__save-pill {
  background: var(--rrb-ultimate-pill-bg);
  color: var(--rrb-ink);
}

.rrb-line-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.rrb-line-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 0.65rem 0.75rem;
  align-items: center;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(51, 62, 71, 0.12);
  color: var(--rrb-ink);
}

.rrb-line-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.rrb-line-item__thumb {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--rrb-thumb-bg);
  border: 1px solid rgba(51, 62, 71, 0.1);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.rrb-line-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rrb-line-item__mid {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.rrb-line-item__sub {
  font-family: var(--rrb-font-body);
  font-size: 0.72rem;
  color: var(--rrb-ink);
  font-weight: 500;
  opacity: 0.85;
}

.rrb-line-item__name {
  font-family: var(--rrb-font-body);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--rrb-ink);
}

.rrb-line-item__prices {
  font-family: var(--rrb-font-body);
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 3.25rem;
  color: var(--rrb-ink);
}

.rrb-line-item__was {
  font-size: 0.75rem;
  color: var(--rrb-muted);
  text-decoration: line-through;
  font-weight: 500;
}

.rrb-line-item__now {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--rrb-ink);
}

.rrb-bundle-card__footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding-top: 0.35rem;
}

.rrb-bundle-card__cta {
  width: 100%;
  border-width: 4px;
  border-style: solid;
  border-radius: 999px;
  padding: 0.9rem clamp(0.65rem, 3vw, 1rem);
  font-family: var(--rrb-font-zilla);
  font-size: clamp(0.68rem, 2.1vw + 0.42rem, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background: var(--rrb-btn);
  color: var(--rrb-cta-text);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.rrb-bundle-card--newborn .rrb-bundle-card__cta {
  border-color: var(--rrb-cta-border-newborn);
}

.rrb-bundle-card--ultimate .rrb-bundle-card__cta {
  border-color: var(--rrb-cta-border-ultimate);
}

.rrb-bundle-card__cta:hover {
  filter: brightness(1.05);
}

.rrb-bundle-card__cta:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  filter: none;
}

.rrb-bundle-card__cta.is-rrb-loading:disabled {
  opacity: 1;
  cursor: wait;
  filter: none;
}

.rrb-bundle-card__cta-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
}

.rrb-bundle-card__cta-spinner {
  width: 1.05em;
  height: 1.05em;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: var(--rrb-cta-text);
  border-radius: 50%;
  flex-shrink: 0;
  animation: rrb-bundle-cta-spin 0.65s linear infinite;
}

.rrb-bundle-card__cta-loading-label {
  letter-spacing: 0.06em;
}

@keyframes rrb-bundle-cta-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rrb-bundle-card__cta-spinner {
    animation: none;
    border-color: rgba(255, 255, 255, 0.45);
    border-top-color: var(--rrb-cta-text);
  }
}

.rrb-bundle-card--newborn .rrb-bundle-card__cta:focus-visible {
  outline: 3px solid var(--rrb-cta-border-newborn);
  outline-offset: 2px;
}

.rrb-bundle-card--ultimate .rrb-bundle-card__cta:focus-visible {
  outline: 3px solid var(--rrb-cta-border-ultimate);
  outline-offset: 2px;
}

.rrb-trust-row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(0.35rem, 2vw, 0.85rem) clamp(0.5rem, 3vw, 1rem);
  row-gap: 0.4rem;
}

.rrb-trust-row__item {
  font-family: var(--rrb-font-body);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-size: clamp(0.65rem, 2.3vw + 0.42rem, 0.72rem);
  font-weight: 600;
  color: var(--rrb-trust-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rrb-trust-row__icon {
  display: flex;
  flex-shrink: 0;
  color: var(--rrb-trust-muted);
}

.rrb-trust-row__icon svg {
  display: block;
  width: clamp(15px, 3.6vw, 18px);
  height: clamp(15px, 3.6vw, 18px);
}

@media (min-width: 960px) {
  .rrb-trust-row {
    flex-wrap: nowrap;
    gap: clamp(0.2rem, 1.2vw, 0.45rem) clamp(0.3rem, 1.8vw, 0.65rem);
    row-gap: 0;
  }

  .rrb-trust-row__item {
    gap: 0.2rem;
    font-size: clamp(0.5rem, 1.35vw + 0.28rem, 0.625rem);
    letter-spacing: 0.03em;
    white-space: nowrap;
  }

  .rrb-trust-row__icon svg {
    width: clamp(12px, 2.8vw, 15px);
    height: clamp(12px, 2.8vw, 15px);
  }
}

@media (max-width: 600px) {
  .rrb-bundle-card__top {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .rrb-bundle-card__bottom {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
}
/* END_SNIPPET:rrb-bundle-save */