  .why-us-tabs-20o2 {
      background: transparent;
      padding: 8px 0;
  }

  .why-us-tabs-20o2 .page-width {
      max-width: 1240px;
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px;
  }

  .why-us-tabs-20o2__header {
      text-align: center;
      margin: 0 auto 14px;
  }

  .why-us-tabs-20o2__eyebrow {
      margin: 0 0 6px;
      font-family: var(--font-body--family);
      font-size: 10px;
      line-height: 1.2;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: #a37200;
  }

  .why-us-tabs-20o2__heading {
      margin: 0;
      font-family: var(--font-heading--family);
      font-size: 30px;
      line-height: 1.02;
      letter-spacing: -0.03em;
      font-weight: 500;
      color: #222229;
  }

  .why-us-tabs-20o2__radio {
      display: none;
  }

  .why-us-tabs-20o2__tabs {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      align-items: end;
      margin-bottom: 14px;
  }

  .why-us-tabs-20o2__tab {
      position: relative;
      display: block;
      padding: 8px 0 10px;
      text-align: center;
      font-family: var(--font-body--family);
      font-size: 13px;
      line-height: 1.4;
      font-weight: 500;
      color: #605b55;
      cursor: pointer;
      transition: color 0.25s ease;
  }

  .why-us-tabs-20o2__tab::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 0;
      height: 1px;
      background: #a37200;
      transform: translateX(-50%);
      transition: width 0.25s ease;
  }

  #why-us-tab-1:checked~.why-us-tabs-20o2__tabs label[for="why-us-tab-1"],
  #why-us-tab-2:checked~.why-us-tabs-20o2__tabs label[for="why-us-tab-2"],
  #why-us-tab-3:checked~.why-us-tabs-20o2__tabs label[for="why-us-tab-3"] {
      color: #222229;
  }

  #why-us-tab-1:checked~.why-us-tabs-20o2__tabs label[for="why-us-tab-1"]::after,
  #why-us-tab-2:checked~.why-us-tabs-20o2__tabs label[for="why-us-tab-2"]::after,
  #why-us-tab-3:checked~.why-us-tabs-20o2__tabs label[for="why-us-tab-3"]::after {
      width: 72%;
  }

  .why-us-tabs-20o2__content {
      max-width: 980px;
      margin: 0 auto;
      padding-top: 2px;
  }

  .why-us-tabs-20o2__panel {
      display: none;
      text-align: center;
  }

  #why-us-tab-1:checked~.why-us-tabs-20o2__content .panel-1,
  #why-us-tab-2:checked~.why-us-tabs-20o2__content .panel-2,
  #why-us-tab-3:checked~.why-us-tabs-20o2__content .panel-3 {
      display: block;
  }

  .why-us-tabs-20o2__title {
      margin: 0 auto;
      max-width: 760px;
      font-family: var(--font-heading--family);
      font-size: 23px;
      line-height: 1.08;
      letter-spacing: -0.02em;
      font-weight: 500;
      color: #222229;
  }

  .why-us-tabs-20o2__text {
      max-width: 920px;
      margin: 12px auto 0;
      font-family: var(--font-body--family);
      font-size: 14px;
      line-height: 1.6;
      color: #4e4a46;
  }

  .why-us-tabs-20o2__text p {
      margin: 0 0 8px;
  }

  .why-us-tabs-20o2__text p:last-child {
      margin-bottom: 0;
  }

  .why-us-tabs-20o2__list {
      display: inline-block;
      margin: 2px auto 8px;
      padding: 0;
      list-style: none;
      text-align: left;
  }

  .why-us-tabs-20o2__list li {
      position: relative;
      margin: 0 0 5px;
      padding-left: 14px;
      font-family: var(--font-body--family);
      font-size: 14px;
      line-height: 1.6;
      color: #4e4a46;
  }

  .why-us-tabs-20o2__list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 11px;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #a37200;
      transform: translateY(-50%);
  }

  @media screen and (max-width: 989px) {
      .why-us-tabs-20o2__heading {
          font-size: 34px;
      }

      .why-us-tabs-20o2__tabs {
          gap: 12px;
      }
  }

  @media screen and (max-width: 749px) {
      .why-us-tabs-20o2 {
          padding: 4px 0;
      }

      .why-us-tabs-20o2 .page-width {
          padding-left: 16px;
          padding-right: 16px;
      }

      .why-us-tabs-20o2__heading {
          font-size: 26px;
      }

      .why-us-tabs-20o2__tabs {
          grid-template-columns: 1fr;
          gap: 0;
          margin-bottom: 12px;
      }

      .why-us-tabs-20o2__tab {
          text-align: left;
          padding: 9px 0;
      }

      #why-us-tab-1:checked~.why-us-tabs-20o2__tabs label[for="why-us-tab-1"]::after,
      #why-us-tab-2:checked~.why-us-tabs-20o2__tabs label[for="why-us-tab-2"]::after,
      #why-us-tab-3:checked~.why-us-tabs-20o2__tabs label[for="why-us-tab-3"]::after {
          left: 0;
          width: 100%;
          transform: none;
      }

      .why-us-tabs-20o2__title {
          font-size: 21px;
      }

      .why-us-tabs-20o2__text,
      .why-us-tabs-20o2__list li {
          font-size: 14px;
          line-height: 1.55;
      }
  }

  #shopify-section-template--21211590164566__why_us_tabs_20o2_zatHNT .why-us-tabs-20o2 {
      background: transparent;
      padding: 50px 0;
  }

  .o2-visually-hidden {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important;
  }

  .o2-proof-section {
      background: transparent;
      padding: 30px 18px 18px;
  }

  .o2-proof-frame {
      max-width: 1280px;
      margin: 0 auto;
      border-top: 1px solid rgba(52, 52, 61, 0.08);
      border-bottom: 1px solid rgba(52, 52, 61, 0.08);
      background: transparent;
  }

  .o2-proof-inner {
      max-width: 1200px;
      margin: 0 auto;
  }

  .o2-proof-heading {
      margin: 0 auto 22px;
      max-width: 760px;
      text-align: center;
      color: #222229;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: clamp(28px, 4vw, 46px);
      line-height: 1.18;
      letter-spacing: 0;
      font-weight: 500;
      padding-top: 2px;
  }

  .o2-proof-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      border-top: 1px solid rgba(52, 52, 61, 0.08);
  }

  .o2-proof-item {
      padding: 18px 16px 16px;
      text-align: center;
      min-height: 138px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
  }

  .o2-proof-item:not(:first-child) {
      border-left: 1px solid rgba(52, 52, 61, 0.08);
  }

  .o2-proof-title {
      margin: 0 0 8px;
      color: #222229;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: clamp(21px, 2.2vw, 30px);
      line-height: 1.15;
      letter-spacing: 0;
      font-weight: 500;
  }

  .o2-proof-text {
      margin: 0 auto;
      max-width: 230px;
      color: #34343d;
      font-family: Ubuntu, sans-serif;
      font-size: 13px;
      line-height: 1.65;
      font-weight: 400;
  }

  @media screen and (max-width: 990px) {
      .o2-proof-section {
          padding: 26px 14px 16px;
      }

      .o2-proof-grid {
          grid-template-columns: repeat(2, 1fr);
      }

      .o2-proof-item {
          min-height: 126px;
      }

      .o2-proof-item:nth-child(3),
      .o2-proof-item:nth-child(4) {
          border-top: 1px solid rgba(52, 52, 61, 0.08);
      }

      .o2-proof-item:nth-child(3) {
          border-left: none;
      }
  }

  @media screen and (max-width: 749px) {
      .o2-proof-section {
          padding: 20px 10px 12px;
      }

      .o2-proof-heading {
          margin-bottom: 16px;
          max-width: 300px;
          font-size: 30px;
          line-height: 1.2;
      }

      .o2-proof-grid {
          grid-template-columns: 1fr;
      }

      .o2-proof-item {
          min-height: auto;
          padding: 14px 12px 13px;
      }

      .o2-proof-item:not(:first-child) {
          border-left: none;
          border-top: 1px solid rgba(52, 52, 61, 0.08);
      }

      .o2-proof-title {
          font-size: 24px;
      }

      .o2-proof-text {
          max-width: 280px;
          font-size: 12.5px;
          line-height: 1.62;
      }
  }

  .ai-variant-layout-aotz3ber2zg1qzk5suaigenblock75c75bd9uwlxd {
      display: block;
      width: 100%;
  }

  .ai-variant-layout-aotz3ber2zg1qzk5suaigenblock75c75bd9uwlxd .variant-picker__options {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
  }

  .ai-variant-layout-aotz3ber2zg1qzk5suaigenblock75c75bd9uwlxd .variant-picker__option:has(input[value*="10ml"]),
  .ai-variant-layout-aotz3ber2zg1qzk5suaigenblock75c75bd9uwlxd .variant-picker__option:has(input[value*="10 ml"]),
  .ai-variant-layout-aotz3ber2zg1qzk5suaigenblock75c75bd9uwlxd .variant-picker__option:has(input[value*="Roll On Oil"]) {
      flex: 0 0 100%;
  }

  .ai-variant-layout-aotz3ber2zg1qzk5suaigenblock75c75bd9uwlxd .variant-picker__option:has(input[value*="50ml"]),
  .ai-variant-layout-aotz3ber2zg1qzk5suaigenblock75c75bd9uwlxd .variant-picker__option:has(input[value*="50 ml"]),
  .ai-variant-layout-aotz3ber2zg1qzk5suaigenblock75c75bd9uwlxd .variant-picker__option:has(input[value*="100ml"]),
  .ai-variant-layout-aotz3ber2zg1qzk5suaigenblock75c75bd9uwlxd .variant-picker__option:has(input[value*="100 ml"]) {
      flex: 0 0 calc(50% - 4px);
  }

  .ai-variant-layout-aotz3ber2zg1qzk5suaigenblock75c75bd9uwlxd .variant-picker__option label {
      width: 100%;
  }

  .o2-kit-info {
      margin: 14px 0;
      padding: 14px 0;
      border-top: 1px solid rgba(34, 34, 41, 0.12);
      border-bottom: 1px solid rgba(34, 34, 41, 0.12);
      font-family: Ubuntu, sans-serif;
      color: #222229
  }

  .o2-kit-info p {
      margin: 0 0 8px;
      font-size: 13px;
      line-height: 1.55
  }

  .o2-kit-points {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 10px
  }

  .o2-kit-points span {
      font-size: 12px;
      padding: 6px 9px;
      border-radius: 999px;
      background: rgba(34, 34, 41, 0.06)
  }

  .o2-redeem-note {
      margin-top: 12px;
      font-size: 12.5px;
      line-height: 1.55;
      color: #34343D
  }

  .o2-how-to {
      margin-top: 12px;
      font-size: 12.5px;
      line-height: 1.55;
      color: #34343D
  }

  .o2-how-to ol {
      margin: 8px 0 0 18px;
      padding: 0
  }

  .o2-how-to li {
      margin-bottom: 5px
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF.ds-builder {
      font-family: var(--font-body-family, 'Helvetica Neue', Helvetica, Arial, sans-serif);
      color: #1c1c1c;
      margin: 8px 0 4px;
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__title {
      font-family: var(--font-heading-family, Georgia, serif);
      font-size: 20px;
      font-weight: 400;
      margin: 0 0 6px;
      letter-spacing: .01em;
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__desc {
      font-size: 13px;
      color: #888480;
      margin: 0 0 16px;
      letter-spacing: .02em;
      line-height: 1.5;
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__toolbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
      margin-bottom: 14px;
      padding-bottom: 12px;
      border-bottom: 1px solid rgba(28, 28, 28, .10);
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__counter {
      font-size: 13px;
      letter-spacing: .03em;
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__counter span {
      font-weight: 600;
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__actions {
      display: flex;
      gap: 14px;
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__link {
      background: none;
      border: none;
      padding: 0;
      font-family: inherit;
      font-size: 12px;
      letter-spacing: .03em;
      color: #1c1c1c;
      text-decoration: underline;
      text-underline-offset: 3px;
      cursor: pointer;
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__link:hover {
      opacity: .65;
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__grid {
      display: flex;
      flex-direction: column;
      gap: 14px;
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__row {
      display: flex;
      flex-direction: column;
      gap: 6px;
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__row.is-duplicate .ds-builder__select {
      border-color: #c0392b;
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__label {
      font-size: 12px;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: #1c1c1c;
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__select-wrap {
      position: relative;
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__select {
      width: 100%;
      appearance: none;
      -webkit-appearance: none;
      background: #fff;
      border: 1px solid #c8c4bc;
      border-radius: 2px;
      color: #1c1c1c;
      font-family: inherit;
      font-size: 14px;
      letter-spacing: .02em;
      padding: 12px 40px 12px 14px;
      cursor: pointer;
      outline: none;
      transition: border-color .2s;
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__select:focus {
      border-color: #1c1c1c;
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__select optgroup {
      font-style: normal;
      font-weight: 600;
      color: #1c1c1c;
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__select option:disabled {
      color: #aaa;
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__chevron {
      position: absolute;
      right: 14px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
      color: #1c1c1c;
  }

  #ds-ANFh5dE43cjhWaDlHd__ai_gen_block_f6a79dd_ELN7CF .ds-builder__error {
      font-size: 12px;
      color: #c0392b;
      letter-spacing: .04em;
      min-height: 16px;
      margin-top: 10px;
  }

  .ds-lock-checkout shopify-accelerated-checkout,
  .ds-lock-checkout accelerated-checkout-component,
  .ds-lock-checkout [ref="acceleratedCheckoutButtonContainer"] {
      opacity: .45;
      pointer-events: none;
  }

  #o2-story-template--21211590525014__o2_product_story {
      padding: 44px 20px 44px;
      background: transparent
  }

  #o2-story-template--21211590525014__o2_product_story .o2-story-inner {
      max-width: 1120px;
      margin: 0 auto
  }

  #o2-story-template--21211590525014__o2_product_story .o2-story-hubs {
      max-width: var(--o2-measure, 740px);
      margin: 0 auto 18px;
      display: flex;
      flex-wrap: wrap;
      gap: 8px 18px;
      justify-content: center
  }

  #o2-story-template--21211590525014__o2_product_story .o2-story-hublink {
      font-family: var(--font-body--family, inherit);
      font-size: .9rem;
      color: var(--color-primary, #a37200);
      text-decoration: underline;
      text-underline-offset: 3px
  }

  #o2-story-template--21211590525014__o2_product_story .o2-story-hublink:hover {
      opacity: .75
  }

  #o2-story-template--21211590525014__o2_product_story .o2-story-h {
      font-family: var(--font-heading--family, inherit);
      text-align: center;
      font-weight: 500;
      margin: 0 0 20px
  }

  #o2-story-template--21211590525014__o2_product_story .o2-story-desc {
      max-width: var(--o2-measure, 740px);
      margin: 0 auto;
      font-family: var(--font-body--family, inherit);
      color: var(--color-foreground);
      line-height: 1.75
  }

  #o2-story-template--21211590525014__o2_product_story .o2-story-desc p {
      margin: 0 0 1em;
      font-size: 1rem
  }

  #o2-story-template--21211590525014__o2_product_story .o2-story-desc p:last-child {
      margin-bottom: 0
  }

  #o2-story-template--21211590525014__o2_product_story .o2-story-desc strong {
      font-weight: 600
  }

  #o2-story-template--21211590525014__o2_product_story .o2-story-faq {
      max-width: 1000px;
      margin: 40px auto 0
  }

  #o2-story-template--21211590525014__o2_product_story .o2-story-faq-h {
      font-family: var(--font-heading--family, inherit);
      text-align: center;
      font-weight: 500;
      font-size: 1.5rem;
      margin: 0 0 24px
  }

  #o2-story-template--21211590525014__o2_product_story .o2-story-faq-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px
  }

  #o2-story-template--21211590525014__o2_product_story .o2-faq-item {
      border: 1px solid var(--color-border, #e6e6e6);
      padding: 18px 20px;
      background: var(--color-background, #fff)
  }

  #o2-story-template--21211590525014__o2_product_story .o2-faq-q {
      font-weight: 600;
      margin: 0 0 8px;
      font-size: 1rem;
      line-height: 1.4;
      color: var(--color-foreground)
  }

  #o2-story-template--21211590525014__o2_product_story .o2-faq-a {
      margin: 0;
      font-size: .95rem;
      line-height: 1.7;
      color: var(--color-foreground)
  }

  #o2-story-template--21211590525014__o2_product_story .o2-faq-a p {
      margin: 0 0 .6em
  }

  #o2-story-template--21211590525014__o2_product_story .o2-faq-a p:last-child {
      margin-bottom: 0
  }

  @media (max-width:749px) {
      #o2-story-template--21211590525014__o2_product_story {
          padding: 28px 16px
      }

      #o2-story-template--21211590525014__o2_product_story .o2-story-faq-grid {
          grid-template-columns: 1fr
      }

      #o2-story-template--21211590525014__o2_product_story .o2-story-faq {
          margin-top: 30px
      }
  }

  .ai-cpb-autbnqk80tnzznmdgycartprogressbar3tierxpdi64 {
      display: block;
      width: 100%;
      padding: 20px 24px;
      background-color: #faf9f5;
      border-top: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6;
      box-sizing: border-box;
  }

  .ai-cpb__message-autbnqk80tnzznmdgycartprogressbar3tierxpdi64 {
      font-family: Ubuntu, sans-serif;
      font-weight: 400;
      font-size: 13px;
      color: #34343d;
      text-align: center;
      margin-bottom: 14px;
      letter-spacing: 0.5px;
      line-height: 1.4;
  }

  .ai-cpb__message-autbnqk80tnzznmdgycartprogressbar3tierxpdi64.is-success {
      font-weight: 600;
      color: #a37200;
  }

  .ai-cpb__highlight-autbnqk80tnzznmdgycartprogressbar3tierxpdi64 {
      font-weight: 600;
      color: #a37200;
  }

  .ai-cpb__bar-row-autbnqk80tnzznmdgycartprogressbar3tierxpdi64 {
      display: flex;
      gap: 4px;
      width: 100%;
      margin-bottom: 8px;
  }

  .ai-cpb__segment-autbnqk80tnzznmdgycartprogressbar3tierxpdi64 {
      flex: 1;
      height: 4px;
      background-color: #e6e6e6;
      border-radius: 0px;
      overflow: hidden;
      position: relative;
  }

  .ai-cpb__segment-fill-autbnqk80tnzznmdgycartprogressbar3tierxpdi64 {
      height: 100%;
      width: 0%;
      background: #a37200;
      border-radius: 0px;
      transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .ai-cpb__labels-row-autbnqk80tnzznmdgycartprogressbar3tierxpdi64 {
      display: flex;
      gap: 4px;
      width: 100%;
      margin-top: 4px;
  }

  .ai-cpb__seg-label-autbnqk80tnzznmdgycartprogressbar3tierxpdi64 {
      flex: 1;
      text-align: center;
      font-family: Ubuntu, sans-serif;
      font-size: 10px;
      color: #34343d;
      opacity: 0.5;
      transition: opacity 0.4s ease, color 0.4s ease;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .ai-cpb__seg-label-autbnqk80tnzznmdgycartprogressbar3tierxpdi64.unlocked {
      opacity: 1;
      color: #a37200;
      font-weight: 600;
  }

  @media screen and (max-width:749px) {
      .ai-cpb-autbnqk80tnzznmdgycartprogressbar3tierxpdi64 {
          padding: 16px;
      }

      .ai-cpb__message-autbnqk80tnzznmdgycartprogressbar3tierxpdi64 {
          font-size: 11.7px;
      }

      .ai-cpb__seg-label-autbnqk80tnzznmdgycartprogressbar3tierxpdi64 {
          font-size: 9px;
      }
  }

  @media (min-width: 750px) {

      .product-grid--template--21211590066262__main:is(.product-grid--grid) {
          --product-grid-columns-desktop: repeat(auto-fill, minmax(250px, 1fr));
      }




      /* This logic helps prevent displaying one column for an large or extra-large product card size on a small screen. We want it to display at least two columns. */


      /* When zoomed out, fit as many 100px-wide columns as possible */
      .product-grid--template--21211590066262__main[product-grid-view='zoom-out'] {
          --product-grid-columns-desktop: repeat(auto-fill, minmax(6.25rem, 1fr));
      }

      .product-grid--template--21211590066262__main[product-grid-view='zoom-out'] .product-grid-view-zoom-out--details {
          display: block;
      }

      .product-grid--template--21211590066262__main[product-grid-view='zoom-out'] .product-grid__card {
          padding-inline-start: var(--zoom-out-padding-inline-start, 0);
          padding-inline-end: var(--zoom-out-padding-inline-end, 0);
          padding-block-start: var(--zoom-out-padding-block-start, 0);
          padding-block-end: var(--zoom-out-padding-block-end, 0);
      }
  }