/*
 * Forge: Theme
 * -----------------------------------------------------------------------------
 * Core entry file for all styling on the theme.
 *
 */
@import url("https://p.typekit.net/p.css?s=1&k=jyz6scz&ht=tk&f=547.44070.44075.44077.44087.44088.44091.44093&a=264123013&app=typekit&e=css");

body,
html {
  margin: 0;
  scroll-behavior: smooth;
  scroll-padding: 120px;
}

.loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.loading__spinner svg {
  height: 20px;
  width: 20px;
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: #fff;
  animation: dash 1.4s ease-in-out infinite;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }

  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.hidden {
  display: none;
}

.upgrade-subscription-cart {
  display: none !important;
}

button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.main-wrapper {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .mobile-hidden {
    display: none !important;
  }
}

/**
  * Config.
  */
/**
 * Config: Animation
 * -----------------------------------------------------------------------------
 * Variables and mixins for consistent animation patterns.
 *
 */
/**
 * Timing.
 */
/**
  * Easing.
  */
/**
  * Presets.
  * - Predefined presets for general use.
  */
/**
 * Config: Colors
 * -----------------------------------------------------------------------------
 * Universal variables that have common roles and usages throughout the theme.
 *
 */
/**
 * Brand.
 */
/**
  * Typography.
  */
/**
  * Background / Surfaces / Borders.
  */
/**
  * Links / Buttons.
  */
/**
  * Support.
  */
.grid-container-fluid,
.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  padding: 0px 40px;
}

@media (max-width: 47.99em) {

  .grid-container-fluid,
  .grid-container {
    gap: 16px;
    padding: 0px 16px;
  }
}

.grid-container {
  max-width: 100%;
  margin: 0 auto;
}

.span-1 {
  grid-column-end: span 1;
}

.span-2 {
  grid-column-end: span 2;
}

.span-3 {
  grid-column-end: span 3;
}

.span-4 {
  grid-column-end: span 4;
}

.span-5 {
  grid-column-end: span 5;
}

.span-6 {
  grid-column-end: span 6;
}

.span-7 {
  grid-column-end: span 7;
}

.span-8 {
  grid-column-end: span 8;
}

.span-9 {
  grid-column-end: span 9;
}

.span-10 {
  grid-column-end: span 10;
}

.span-11 {
  grid-column-end: span 11;
}

.span-12 {
  grid-column-end: span 12;
}

.offset-0 {
  grid-column-start: 1;
}

.offset-1 {
  grid-column-start: 2;
}

.offset-2 {
  grid-column-start: 3;
}

.offset-3 {
  grid-column-start: 4;
}

.offset-4 {
  grid-column-start: 5;
}

.offset-5 {
  grid-column-start: 6;
}

.offset-6 {
  grid-column-start: 7;
}

.offset-7 {
  grid-column-start: 8;
}

.offset-8 {
  grid-column-start: 9;
}

.offset-9 {
  grid-column-start: 10;
}

.offset-10 {
  grid-column-start: 11;
}

.offset-11 {
  grid-column-start: 12;
}

.offset-12 {
  grid-column-start: 13;
}

@media (max-width: 1920px) {
  .wide-span-1 {
    grid-column-end: span 1;
  }

  .wide-span-2 {
    grid-column-end: span 2;
  }

  .wide-span-3 {
    grid-column-end: span 3;
  }

  .wide-span-4 {
    grid-column-end: span 4;
  }

  .wide-span-5 {
    grid-column-end: span 5;
  }

  .wide-span-6 {
    grid-column-end: span 6;
  }

  .wide-span-7 {
    grid-column-end: span 7;
  }

  .wide-span-8 {
    grid-column-end: span 8;
  }

  .wide-span-9 {
    grid-column-end: span 9;
  }

  .wide-span-10 {
    grid-column-end: span 10;
  }

  .wide-span-11 {
    grid-column-end: span 11;
  }

  .wide-span-12 {
    grid-column-end: span 12;
  }

  .wide-offset-0 {
    grid-column-start: 1;
  }

  .wide-offset-1 {
    grid-column-start: 2;
  }

  .wide-offset-2 {
    grid-column-start: 3;
  }

  .wide-offset-3 {
    grid-column-start: 4;
  }

  .wide-offset-4 {
    grid-column-start: 5;
  }

  .wide-offset-5 {
    grid-column-start: 6;
  }

  .wide-offset-6 {
    grid-column-start: 7;
  }

  .wide-offset-7 {
    grid-column-start: 8;
  }

  .wide-offset-8 {
    grid-column-start: 9;
  }

  .wide-offset-9 {
    grid-column-start: 10;
  }

  .wide-offset-10 {
    grid-column-start: 11;
  }

  .wide-offset-11 {
    grid-column-start: 12;
  }

  .wide-offset-12 {
    grid-column-start: 13;
  }
}

@media (max-width: 1024px) {
  .desktop-span-1 {
    grid-column-end: span 1;
  }

  .desktop-span-2 {
    grid-column-end: span 2;
  }

  .desktop-span-3 {
    grid-column-end: span 3;
  }

  .desktop-span-4 {
    grid-column-end: span 4;
  }

  .desktop-span-5 {
    grid-column-end: span 5;
  }

  .desktop-span-6 {
    grid-column-end: span 6;
  }

  .desktop-span-7 {
    grid-column-end: span 7;
  }

  .desktop-span-8 {
    grid-column-end: span 8;
  }

  .desktop-span-9 {
    grid-column-end: span 9;
  }

  .desktop-span-10 {
    grid-column-end: span 10;
  }

  .desktop-span-11 {
    grid-column-end: span 11;
  }

  .desktop-span-12 {
    grid-column-end: span 12;
  }

  .desktop-offset-0 {
    grid-column-start: 1;
  }

  .desktop-offset-1 {
    grid-column-start: 2;
  }

  .desktop-offset-2 {
    grid-column-start: 3;
  }

  .desktop-offset-3 {
    grid-column-start: 4;
  }

  .desktop-offset-4 {
    grid-column-start: 5;
  }

  .desktop-offset-5 {
    grid-column-start: 6;
  }

  .desktop-offset-6 {
    grid-column-start: 7;
  }

  .desktop-offset-7 {
    grid-column-start: 8;
  }

  .desktop-offset-8 {
    grid-column-start: 9;
  }

  .desktop-offset-9 {
    grid-column-start: 10;
  }

  .desktop-offset-10 {
    grid-column-start: 11;
  }

  .desktop-offset-11 {
    grid-column-start: 12;
  }

  .desktop-offset-12 {
    grid-column-start: 13;
  }
}

@media (max-width: 768px) {
  .tablet-span-1 {
    grid-column-end: span 1;
  }

  .tablet-span-2 {
    grid-column-end: span 2;
  }

  .tablet-span-3 {
    grid-column-end: span 3;
  }

  .tablet-span-4 {
    grid-column-end: span 4;
  }

  .tablet-span-5 {
    grid-column-end: span 5;
  }

  .tablet-span-6 {
    grid-column-end: span 6;
  }

  .tablet-span-7 {
    grid-column-end: span 7;
  }

  .tablet-span-8 {
    grid-column-end: span 8;
  }

  .tablet-span-9 {
    grid-column-end: span 9;
  }

  .tablet-span-10 {
    grid-column-end: span 10;
  }

  .tablet-span-11 {
    grid-column-end: span 11;
  }

  .tablet-span-12 {
    grid-column-end: span 12;
  }

  .tablet-offset-0 {
    grid-column-start: 1;
  }

  .tablet-offset-1 {
    grid-column-start: 2;
  }

  .tablet-offset-2 {
    grid-column-start: 3;
  }

  .tablet-offset-3 {
    grid-column-start: 4;
  }

  .tablet-offset-4 {
    grid-column-start: 5;
  }

  .tablet-offset-5 {
    grid-column-start: 6;
  }

  .tablet-offset-6 {
    grid-column-start: 7;
  }

  .tablet-offset-7 {
    grid-column-start: 8;
  }

  .tablet-offset-8 {
    grid-column-start: 9;
  }

  .tablet-offset-9 {
    grid-column-start: 10;
  }

  .tablet-offset-10 {
    grid-column-start: 11;
  }

  .tablet-offset-11 {
    grid-column-start: 12;
  }

  .tablet-offset-12 {
    grid-column-start: 13;
  }
}

@media (max-width: 375px) {
  .mobile-span-1 {
    grid-column-end: span 1;
  }

  .mobile-span-2 {
    grid-column-end: span 2;
  }

  .mobile-span-3 {
    grid-column-end: span 3;
  }

  .mobile-span-4 {
    grid-column-end: span 4;
  }

  .mobile-span-5 {
    grid-column-end: span 5;
  }

  .mobile-span-6 {
    grid-column-end: span 6;
  }

  .mobile-span-7 {
    grid-column-end: span 7;
  }

  .mobile-span-8 {
    grid-column-end: span 8;
  }

  .mobile-span-9 {
    grid-column-end: span 9;
  }

  .mobile-span-10 {
    grid-column-end: span 10;
  }

  .mobile-span-11 {
    grid-column-end: span 11;
  }

  .mobile-span-12 {
    grid-column-end: span 12;
  }

  .mobile-offset-0 {
    grid-column-start: 1;
  }

  .mobile-offset-1 {
    grid-column-start: 2;
  }

  .mobile-offset-2 {
    grid-column-start: 3;
  }

  .mobile-offset-3 {
    grid-column-start: 4;
  }

  .mobile-offset-4 {
    grid-column-start: 5;
  }

  .mobile-offset-5 {
    grid-column-start: 6;
  }

  .mobile-offset-6 {
    grid-column-start: 7;
  }

  .mobile-offset-7 {
    grid-column-start: 8;
  }

  .mobile-offset-8 {
    grid-column-start: 9;
  }

  .mobile-offset-9 {
    grid-column-start: 10;
  }

  .mobile-offset-10 {
    grid-column-start: 11;
  }

  .mobile-offset-11 {
    grid-column-start: 12;
  }

  .mobile-offset-12 {
    grid-column-start: 13;
  }
}

/**
 * Config: Layers
 * -----------------------------------------------------------------------------
 * Visual motif used to create groupings, content associations and focus through depth.
 *
 */
/**
 * Config: Mixins
 * -----------------------------------------------------------------------------
 * Global and reusable utility functions to reduce common styling.
 *
 */
/**
 * Outputs list of transition properties.
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Forces an element to self-clear its children.
 *
 * Usage:
 * .selector {
 *   @include clearfix;
 * }
 */
/**
 * Hide element but make it accessible to screen readers.
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden.
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Resets form buttons to appear as a standard text link.

 * Usage:
 * .form button {
 *   @include button-reset;
 * }
 */
/**
 * Resets list elements to appear as a stacked text links.

 * Usage:
 * ul  {
 *   @include list-reset;
 * }
 */
/**
 * Config: Spacing
 * -----------------------------------------------------------------------------
 * Used for smaller, more refined spacing situations, specifically
 * within the context of a component (ie. the space between a label and a Text Input).
 *
 */
/**
 * Config: Typography
 * -----------------------------------------------------------------------------
 * - Modular scale built by https://github.com/modularscale/modularscale-sass
 *
 */
/**
  * Font stack.
  */
/**
  * Weights.
  */
/**
  * Typographic positioning and spacing.
  */
/**
  * Helpers.
  */
/**
 * Helper: Accessibility
 * -----------------------------------------------------------------------------
 * Utility classes to aid in creating visually accessibile components.
 *
 */
/**
 * Default focus styling for browsers.
 */
/**
 * Skip to content button.
 * - Overrides .visually-hidden when focused.
 */
.skip-link:focus {
  clip: auto;
  clip-path: unset;
  height: auto;
  margin: 0;
  overflow: auto;
  position: absolute !important;
  width: auto;
  background-color: rgb(255, 255, 255);
  color: rgb(9, 9, 9);
  padding: 0.5rem;
  transition: none;
  z-index: 24;
}

/**
 * Reset focus state on tabbable elements.
 */
[tabindex]:focus,
[draggable]:focus,
a[href]:focus,
area:focus,
button:enabled:focus,
input:not([type=hidden]):enabled:focus,
object:focus,
select:enabled:focus,
textarea:enabled:focus {
  outline: 0;
}

.is-tabbable [tabindex]:focus,
.is-tabbable [draggable]:focus,
.is-tabbable a[href]:focus,
.is-tabbable area:focus,
.is-tabbable button:enabled:focus,
.is-tabbable input:not([type=hidden]):enabled:focus,
.is-tabbable object:focus,
.is-tabbable select:enabled:focus,
.is-tabbable textarea:enabled:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

/**
  * Config.
  */
/**
 * Helper: Display
 * -----------------------------------------------------------------------------
 * Utility classes to hide and show elements based on conditions.
 *
 */
.clearfix {
  zoom: 1;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.visually-hidden,
.is-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.is-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 47.99em) {
  .is-mobile-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}

@media (min-width: 48em) and (max-width: 63.99em) {
  .is-tablet-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}

@media (min-width: 64em) {
  .is-desktop-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}

.js-focus-hidden:focus {
  outline: none;
}

.label-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /**
   * No placeholders, so force show labels.
   */
}

.no-placeholder .label-hidden {
  clip: auto;
  clip-path: unset;
  height: auto;
  margin: 0;
  overflow: auto;
  position: inherit !important;
  width: auto;
}

.visually-shown {
  clip: auto;
  clip-path: unset;
  height: auto;
  margin: 0;
  overflow: auto;
  position: inherit !important;
  width: auto;
}

/**
 * Only show when JS is not supported.
 */
.no-js:not(html) {
  display: none;
}

.no-js .no-js:not(html) {
  display: block;
}

/**
 * Only show when JS is supported.
 */
.no-js .js {
  display: none;
}

/**
 * Only show when browser cookies are not supported.
 */
.supports-no-cookies:not(html) {
  display: none;
}

html.supports-no-cookies .supports-no-cookies:not(html) {
  display: block;
}

/**
 * Only show when browser cookies are supported.
 */
html.supports-no-cookies .supports-cookies {
  display: none;
}

/**
 * Helper: Functions
 * -----------------------------------------------------------------------------
 * Reusuable scss functions to used to build more extensible scss mixins.
 *
 */
/**
 * Returns the transition properties in the correct format.
 * This function is used by @mixin transition($transitions...).
 */
/**
 * Helper: Placeholder SVG
 * -----------------------------------------------------------------------------
 * Default styling for Shopify placeholder svgs.
 * - Inherited from Slate.
 *
 */
.placeholder-svg {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}

.placeholder-noblocks {
  padding: 40px;
  text-align: center;
}

.placeholder-background {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.placeholder-background .icon {
  border: 0;
}

/**
  * Config.
  */
/**
 * Helper: Responsive images
 * -----------------------------------------------------------------------------
 * Helper styling for lazysizes images supports.
 * - Inherited from Slate.
 *
 */
.responsive-image__wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.responsive-image__wrapper::before {
  content: "";
  display: block;
  position: relative;
}

.responsive-image__wrapper img {
  display: block;
  width: 100%;
}

.responsive-image__wrapper.is-hidden {
  display: none;
}

.responsive-image__wrapper--full-height {
  height: 100%;
}

.responsive-image__image {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.no-js .responsive-image .responsive-image__wrapper {
  display: none;
}

.responsive-card-image__wrapper {
  position: relative;
  width: 100%;
}

.responsive-card-image__image {
  display: block;
  width: 100%;
}

/**
  * Blur lazyload
  */
.blur-up {
  transition: filter 0.4s;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

/**
 * Helpers: Text
 * -----------------------------------------------------------------------------
 * Utility classes to format and align text.
 *
 */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/**
  * Base.
  */
@font-face {
  font-family: "GoodDog New";
  src: url("https://use.typekit.net/af/9f71e2/000000000000000077359703/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/9f71e2/000000000000000077359703/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/9f71e2/000000000000000077359703/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "Obviously Narrow";
  src: url("https://use.typekit.net/af/42ab89/00000000000000007735c9d9/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/42ab89/00000000000000007735c9d9/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/42ab89/00000000000000007735c9d9/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "Obviously Narrow";
  src: url("https://use.typekit.net/af/3a97c6/00000000000000007735c9fc/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/3a97c6/00000000000000007735c9fc/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/3a97c6/00000000000000007735c9fc/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "Obviously Narrow";
  src: url("https://use.typekit.net/af/7c5a97/00000000000000007735ca0a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/7c5a97/00000000000000007735ca0a/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/7c5a97/00000000000000007735ca0a/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "Obviously";
  src: url("https://use.typekit.net/af/05ead4/00000000000000007735c9e3/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/05ead4/00000000000000007735c9e3/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/05ead4/00000000000000007735c9e3/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "Obviously";
  src: url("https://use.typekit.net/af/ef0873/00000000000000007735c9ec/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/ef0873/00000000000000007735c9ec/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/ef0873/00000000000000007735c9ec/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "Obviously";
  src: url("https://use.typekit.net/af/c68deb/00000000000000007735c9fd/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/c68deb/00000000000000007735c9fd/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/c68deb/00000000000000007735c9fd/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "Obviously";
  src: url("https://use.typekit.net/af/6252d0/00000000000000007735ca07/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/6252d0/00000000000000007735ca07/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/6252d0/00000000000000007735ca07/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%;
  /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4;
  /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
  margin: 0;
  /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/**
 * Base: Body
 * -----------------------------------------------------------------------------
 * General styling for the body element.
 *
 */
body.is-locked {
  overflow-y: hidden;
}

/**
 * Base: Form
 * -----------------------------------------------------------------------------
 * Form resets, browser normalizing and base styling.
 *
 */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  margin: 0;
  padding: 0;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  font-family: inherit;
  touch-action: manipulation;
}

input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button,
input[type=submit],
label[for] {
  cursor: pointer;
}

textarea {
  min-height: 100px;
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

/**
 * Force option color (affects IE only).
 */
option {
  background-color: rgb(255, 255, 255);
  color: rgb(9, 9, 9);
}

.input-error {
  background-color: rgb(255, 255, 255);
  border-color: rgb(244, 67, 54);
  color: rgb(9, 9, 9);
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
textarea,
select {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(9, 9, 9);
  color: rgb(9, 9, 9);
  display: block;
  font-size: 0.4444444444em;
  height: 100%;
  letter-spacing: 0;
  padding: 1rem;
  text-transform: uppercase;
  width: 100%;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgb(159, 159, 159);
  opacity: 1;
}

input[type=text][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
  opacity: 0.75;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: rgb(32, 150, 243);
}

label {
  display: inline-block;
}

select {
  appearance: none;
  background-clip: padding-box;
  background-color: rgb(255, 255, 255);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border-radius: 0;
  text-transform: none;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 0.5rem;
}

/**
 * Base: Icons
 * -----------------------------------------------------------------------------
 * Base styling for all theme icons.
 * - This is used to provide a consistency and predictability across all svg icons.
 *
 */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}

.no-svg .icon {
  display: none;
}

svg circle,
svg ellipse,
svg g,
svg line,
svg path,
svg polygon,
svg polyline,
svg img,
symbol circle,
symbol ellipse,
symbol g,
symbol line,
symbol path,
symbol polygon,
symbol polyline,
symbol img {
  max-width: 100%;
}

svg rect,
symbol rect {
  fill: inherit;
  stroke: inherit;
}

/**
 * A generic way to visually hide content while
 * remaining accessible to screen readers (h5bp.com)
 */
.icon-fallback-text {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.no-svg .icon-fallback-text {
  clip: auto;
  clip-path: unset;
  height: auto;
  margin: 0;
  overflow: auto;
  position: static !important;
  width: auto;
}

.payment-icons {
  cursor: default;
  user-select: none;
}

/**
 * Base: Media
 * -----------------------------------------------------------------------------
 * Base styling and reset for HTML media elements.
 *
 */
figure {
  margin: 0;
}

img,
picture,
video {
  margin: 0;
  max-width: 100%;
}

/**
 * Base: RTE
 * -----------------------------------------------------------------------------
 * Base styling and reset for rich text editor content generated by Shopify.
 *
 */
.rte {
  margin: 0;
}

.rte img {
  height: auto;
}

.rte table {
  table-layout: fixed;
}

.rte ul,
.rte ol {
  margin: 0 0 0.75rem 1rem;
}

.rte strong {
  font-weight: 700;
}

/**
 * Allow table to scroll for tables in the RTE since we don't know
 * how many columns they will contain. Class added by JS.
 */
.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/**
 * This class is wrapped around YouTube/Vimeo embeds in the RTE
 * to make them responsive and prevent layout breaking.
 */
.rte__video-wrapper {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.rte__video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/**
 * This class is wrapped around tables in the RTE
 * to prevent layout breaking with a scrollable parent.
 */
.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/**
 * Base: Typography
 * -----------------------------------------------------------------------------
 * Styles for displaying content with some of the most commonly used HTML elements,
 * including normalization, typography, images, tables, and more.
 *
 */
:root {
  font-size: 12px;
}

@media (min-width: 48em) {
  :root {
    font-size: 14px;
  }
}

@media (min-width: 120em) {
  :root {
    font-size: 16px;
  }
}

html,
body {
  font-family: "Obviously", -apple-system, blinkmacsystemfont, "San Francisco", "Helvetica", sans-serif;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

/**
 * Body styles.
 */
.b1 {
  font-family: "Obviously Narrow", -apple-system, blinkmacsystemfont, "San Francisco", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

.b2 {
  font-family: "Obviously Narrow", -apple-system, blinkmacsystemfont, "San Francisco", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

.b3 {
  font-family: "Obviously Narrow", -apple-system, blinkmacsystemfont, "San Francisco", "Helvetica", sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

/**
 * Basic headers.
 */
h1,
.h1 {
  font-family: "Obviously Narrow", -apple-system, blinkmacsystemfont, "San Francisco", "Helvetica", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

h2,
.h2 {
  font-family: "Obviously Narrow", -apple-system, blinkmacsystemfont, "San Francisco", "Helvetica", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

h3,
.h3 {
  font-family: "Obviously Narrow", -apple-system, blinkmacsystemfont, "San Francisco", "Helvetica", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

h4,
.h4 {
  font-family: "Obviously Narrow", -apple-system, blinkmacsystemfont, "San Francisco", "Helvetica", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

h5,
.h5 {
  font-family: "Obviously Narrow", -apple-system, blinkmacsystemfont, "San Francisco", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

h6,
.h6 {
  font-family: "Obviously Narrow", -apple-system, blinkmacsystemfont, "San Francisco", "Helvetica", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

.subheading-1 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -2%;
}

.subheading-2 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -2%;
}

.subheading-3 {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -2%;
}

/**
 * Other styles.
 */
p {
  font-family: "Obviously", -apple-system, blinkmacsystemfont, "San Francisco", "Helvetica", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
}

a,
.text-link {
  color: rgb(9, 9, 9);
  text-decoration: none;
}

a:hover,
.text-link:hover {
  color: rgb(159, 159, 159);
  cursor: pointer;
}

label,
.label,
legend,
.legend {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

caption,
.caption {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

/**
 * Block styles.
 */
blockquote {
  color: rgb(159, 159, 159);
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
}

ol,
.ol,
ul,
.ul {
  font-size: 1rem;
  line-height: 1.2;
}

/**
  * Sections.
  */
.main-product {
  padding-left: 30px;
  max-width: 1440px;
  margin: 0 auto;
}

.main-product__wrapper {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.main-product__mobile-title {
  padding-right: 30px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.main-product__pointer {
  margin-top: 12px;
}

.main-product__pointer ul {
  margin: 0;
  padding: 0 0 0 12px;
}

.main-product__desktop-title {
  display: none;
}

.main-product__price-block,
.main-product__price-sub-details-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main-product__price-block .sub-details {
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  color: #444;
}

.main-product__price-block .sub-details strong {
  font-weight: 500;
}

.main-product__price-block .coupon-details {
  color: var(--primary-color);
  padding-bottom: 24px;
  font-weight: 500;
}

.main-product__price-block-layout {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 7px;
}

.main-product__price-block-layout .final-price {
  font-size: 22px;
  line-height: 24.452px;
  line-height: 100%;
  font-weight: 600;
  color: var(--primary-color);
}

.main-product__price-block-layout .price-discount-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-product__price-block-layout .price-discount-container .compare-at-price {
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: line-through;
  color: #464646;
}

.main-product__price-block-layout .price-discount-container .discount {
  display: flex;
  height: auto;
  align-items: center;
  padding: 6px;
  border-radius: 5px;
}

.main-product__price-block-layout .price-discount-container .discount span {
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
}

.main-product__product-variants {
  position: relative;
  margin-block: 19px;
}

.main-product__product-variants-heading {
  padding-bottom: 16px;
}

.main-product__product-variants-heading .label {
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  text-transform: none;
}

.main-product__product-variants-item-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.main-product__product-variants-item-container .flavor-name {
  flex: 1;
  font-size: 10px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
}

.main-product__product-variants-layout-container {
  padding-right: 30px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;

  &::-webkit-scrollbar {
    display: none;
  }
}

.main-product__product-variants-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  width: 120%;
}

.main-product__product-variants-item {
  flex: 2;
  border-radius: 100%;
  overflow: hidden;
  padding: 10px;
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-product__product-variants-item img {
  object-fit: contain;
}

.main-product__product-stepper {
  position: absolute;
  left: -22px;
  top: 3px;
  height: 22rem;
  overflow: hidden;
}

.main-product__product-stepper-item-line {
  height: 18rem;
}

.main-product__product-stepper-item-line svg {
  width: 100%;
  height: 100%;
}

.main-product__product-stepper-item-line svg line {
  stroke: var(--primary-color);
}

.main-product__product-stepper-item-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: var(--primary-color);
  color: #fff;
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  border-radius: 50%;
  opacity: 0.7;
}

.main-product__divider-line {
  border: 1px solid;
  margin-right: 30px;
}

.main-product__desktop-space {
  display: none;
}

.main-product__gallery-container {
  position: relative;
  padding-right: 30px;
}

.main-product__share-button {
  position: absolute;
  top: -1rem;
  right: 1rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  padding: 8px;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: -2px 2px 0px 0px #00000045;
}

.main-product__ratings-container {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 10px;
  background-color: #FFFFFFCC;
  border-radius: 24px;
}

.main-product__ratings-container svg {
  width: 10px;
  height: 10px;
}

.main-product__ratings-container .ratings-text {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #000;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}

.main-product__ratings-container .ratings-text span:first-child {
  border-right: 1px solid #000;
  padding-right: 4px;
}

.product-gallery .product-thumbnails-gallery {
  width: 100%;
  height: auto;
}

.product-gallery .product-thumbnails-gallery .thumbnail-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.product-gallery .product-thumbnails-gallery .thumbnail-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.product-gallery .product-thumbnails-gallery .thumbnail-slide:hover {
  opacity: 1;
}

.main-product__price-block {
  padding-right: 30px;
}

@media screen and (min-width: 1024px) {
  .main-product {
    padding-left: 40px;
  }

  .main-product__wrapper {
    display: flex;
    flex-direction: row;
    gap: 83px;
  }

  .main-product__gallery-container {
    position: sticky;
    top: 170px;
    height: 100%;
    padding: 0;
  }

  .main-product__share-button {
    right: -1rem;
  }

  .main-product__price-block .sub-details {
    font-size: 14px;
  }

  .main-product__product-variants-layout-container {
    padding-right: 40px;
  }

  .main-product__divider-line {
    margin-right: 40px;
  }

  .main-product__gallery-container,
  .main-product__details-container {
    width: 50%;
  }

  .main-product__ratings-container {
    bottom: 2rem;
    left: 2rem;
  }

  .main-product__mobile-title {
    display: none;
  }

  .main-product__desktop-title {
    display: block;
    font-size: 35px;
    font-weight: 600;
    padding-right: 40px;
  }

  .main-product__price-block {
    gap: 24px;
  }

  .main-product__price-sub-details-container {
    gap: 14px;
  }

  .main-product__price-block {
    padding-right: 40px;
    margin-top: 44px;
  }

  .main-product__price-block .coupon-details {
    padding-bottom: 44px;
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
  }

  .main-product__price-block-layout {
    flex-direction: row;
    align-items: center;
  }

  .main-product__price-block-layout .final-price {
    line-height: 100%;
    font-size: 26px;
    font-weight: 600;
  }

  .main-product__price-block-layout .price-discount-container .compare-at-price {
    font-size: 17px;
    font-weight: 400;
    text-decoration-line: line-through;
  }

  .main-product__price-block-layout .price-discount-container .discount {
    padding: 5px 6px;
  }

  .main-product__price-block-layout .price-discount-container .discount span {
    font-size: 14px;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
  }

  .main-product__product-variants-heading {
    padding-bottom: 20px;
  }

  .main-product__product-variants-heading .label {
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
  }

  .main-product__product-variants-item-container .flavor-name {
    font-size: 13px;
  }

  .main-product__product-variants-layout {
    width: 100%;
    column-gap: 14px;
    row-gap: 20px;
  }

  .main-product__product-variants-item {
    padding: 20px;
  }

  .main-product__mobile-space {
    display: none;
  }

  .main-product__desktop-space {
    display: block;
  }

  .main-product__product-stepper {
    left: -50px;
    top: -1px;
  }

  .main-product__product-stepper-item-line {
    height: 17rem;
  }

  .main-product__product-stepper-item-number {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .main-product__product-stepper {
    height: 19rem;
  }
}

@media only screen and (max-width: 1023px) {
  .main-product__product-stepper {
    height: 26rem;
  }

  .main-product__product-stepper-item-line {
    height: 22rem;
  }
}


@media only screen and (max-width: 991px) {
  .main-product__product-stepper {
    height: 24rem;
  }
}

@media only screen and (max-width: 850px) {
  .main-product__product-stepper {
    height: 23rem;
  }
}


@media only screen and (max-width: 768px) {
  .main-product__product-stepper {
    height: 21rem;
  }
}

@media only screen and (max-width: 601px) {
  .main-product__product-stepper {
    height: 21rem;
  }

  .main-product__product-stepper {
    left: -23px;
    top: 2px;
  }
}

@media only screen and (max-width: 450px) {
  .main-product__product-stepper {
    height: 17rem;
  }
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  background-color: #f7f7f7;
}

.main-header-section {
  position: sticky;
  top: 0;
  z-index: 8;
}

.main-header--sticky {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate3d(0, -100%, 0);
  transition: none;
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.1019607843);
}

.main-header--opening {
  transform: translateZ(0);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main-header__logo {
  display: block;
  max-width: 95px;
  height: 100%;
}

.main-header__logo~.main-header__icons {
  display: flex;
}

.main-header__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.main-header__icons {
  padding: 0;
  margin: 0;
  align-items: center;
  list-style: none;
  gap: 40px;
  display: none;
}

.main-header__icons-item {
  position: relative;
}

.main-header__icons-item--mob {
  display: none;
}

.main-header__icons-link svg path {
  stroke: var(--primary-color)
}

.main-header__icons-link span {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  color: #fff;
  background-color: var(--primary-color);
  font-size: 8px;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 991px) {
  .main-header {
    padding: 12px 16px;
  }

  .main-header__logo {
    max-width: 106px;
  }

  .main-header__logo~.main-header__icons {
    justify-content: end;
  }

  .main-header__icons {
    flex: 0 0 10%;
    display: block;
  }

  .main-header__icons-item--desk {
    display: none;
  }

  .main-header__icons-item--mob {
    display: block;
  }
}

.announcement-bar {
  display: block;
  position: sticky;
  top: 80px;
  z-index: 8;
  background-color: var(--primary-color);
}

.announcement-bar__swiper {
  padding-block: 12px;
  margin-inline: 16px;
}

.announcement-bar__text {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 990px) {
  .announcement-bar {
    top: 80px;
  }

  .announcement-bar__swiper {
    margin-inline: 40px;
  }

  .announcement-bar__swiper .swiper-wrapper {
    justify-content: space-between;
  }

  .announcement-bar__swiper .swiper-slide {
    width: auto !important;
  }

  .announcement-bar__text {
    font-size: 14px;
  }

  .announcement-bar__text p {
    width: max-content;
  }
}

.banner {
  position: relative;
}

.banner__img-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner__img-wrapper--cover {
  height: auto;
}

.banner__img-wrapper-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.banner__desktop-img {
  display: block;
  height: 100%;
}

.banner__mobile-img {
  display: none;
}

.banner__text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 16px;
  text-align: center;
  display: none;
}

.banner__text-wrapper-inner {
  max-width: 670px;
  width: 100%;
}

.banner__text-wrapper-title {
  text-transform: capitalize;
  color: #090909;
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 12px;
}

.banner__text-wrapper-text {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
}

.banner__text-wrapper-text>* {
  color: #090909;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.banner__btn-wrapper {
  position: absolute;
  bottom: 10%;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  display: none;
}

.banner__btn-wrapper a {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.banner__btn-wrapper a svg {
  display: block;
  margin: 7px auto 0;
}

@media (max-width: 991px) {
  .banner__desktop-img {
    display: none;
  }

  .banner__mobile-img {
    display: block;
    height: 100%;
  }

  .banner__mobile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner__text-wrapper {
    align-items: center;
    justify-content: center;
  }

  .banner__text-wrapper-inner {
    margin-bottom: 0;
    text-align: center;
  }

  .banner__text-wrapper-title {
    font-size: 40px;
    margin-bottom: 8px;
    padding-bottom: 0px;
  }

  .banner__text-wrapper-text {
    margin-inline: auto;
    text-align-last: center;
  }

  .banner__text-wrapper-text>* {
    font-size: 14px;
  }

  .banner__text-wrapper-btn {
    max-width: 190px;
    margin: 0 auto;
  }

  .banner__btn-wrapper {
    bottom: 60px;
  }

  .banner__btn-wrapper a {
    font-size: 12px;
  }
}

.icon-with-text {
  padding-inline: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.icon-with-text__title {
  text-align: center;
}

.icon-with-text__title * {
  color: #090909;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}

.icon-with-text__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px;
  justify-content: center;
  margin-top: 40px;
}

.icon-with-text__item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.icon-with-text__item-box {
  width: 95px;
  height: 95px;
  border: 2px solid #090909;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-with-text__item-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.icon-with-text__item-text {
  width: calc(100% - 110px);
}

.icon-with-text__item-text * {
  color: #090909;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  font-family: "Obviously Narrow";
}

@media (max-width: 1370px) {
  .icon-with-text .icon-with-text__item-text * {
    font-size: 24px;
  }
}

@media (max-width: 1260px) {
  .icon-with-text .icon-with-text__item-text * {
    font-size: 20px;
  }
}

@media (max-width: 1160px) {
  .icon-with-text .icon-with-text__item-text * {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .icon-with-text {
    padding-inline: 30px;
  }

  .icon-with-text__title * {
    font-size: 32px;
  }

  .icon-with-text__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    justify-content: center;
    margin-top: 26px;
  }

  .icon-with-text__item {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .icon-with-text__item-box {
    aspect-ratio: 1;
    width: 54px;
    height: 54px;
    margin: 0 auto;
  }

  .icon-with-text__item-img {
    width: 28px;
    height: 28px;
  }

  .icon-with-text__item-text {
    width: 100%;
    text-align: center;
  }

  .icon-with-text__item-text * {
    font-size: 16px;
    line-height: 18px;
  }
}

.image-with-accordion {
  max-width: 900px;
  margin: 0 auto;
}

.image-with-accordion__title {
  margin-bottom: 40px;
  text-align: center;
}

.image-with-accordion__title * {
  color: #090909;
  font-family: "Obviously Narrow";
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
}

.image-with-accordion__content {
  display: flex;
  align-items: flex-start;
  gap: 69px;
}

.image-with-accordion__box {
  flex: 1;
  margin: 40px auto 56px;
  overflow: hidden;
}

.image-with-accordion__box-img {
  object-fit: contain;
}

.image-with-accordion__accordions {
  flex: 1.3;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.image-with-accordion__accordions .accordion-item {
  padding: 16px;
}

.image-with-accordion__accordions .point-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.image-with-accordion__accordions .point-item,
.image-with-accordion__accordions .nutritional-item,
.image-with-accordion__accordions .sub-nutritional,
.image-with-accordion__accordions .sub-nutritional-item {
  width: 100%;
  display: flex;
  align-items: baseline;
  color: #090909;
  font-size: 14px;
  font-weight: 400;
}

.image-with-accordion__accordions .accordion-item .point-item,
.image-with-accordion__accordions .sub-nutritional {
  flex-direction: column;
  gap: 8px;
}

.image-with-accordion__accordions .sub-nutritional {
  padding-left: 16px;
}

.image-with-accordion__accordions .point-item p:first-child,
.image-with-accordion__accordions .point-item p:last-child {
  font-size: 14px;
}

/* .image-with-accordion__accordions .point-list .sub-nutritional-item {
  padding-left: 10px;
} */

.image-with-accordion__accordions .point-border {
  border-bottom: 1px dashed #090909;
  flex: 1 0 0;
  margin-inline: 5px;
}

.image-with-accordion__accordions .point-total {
  color: #000;
  font-family: "GoodDog New";
  font-size: 24px;
  font-weight: 400;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  gap: 4px;
}

.image-with-accordion__accordions .point-total svg {
  width: 77px;
  height: 20px;
  margin-block: -5px;
}

.image-with-accordion__accordions .facts-text {
  margin-bottom: 20px;
}

.image-with-accordion__accordions .metafield-rich_text_field * {
  margin-bottom: 8px;
}

.image-with-accordion__details {
  display: none;
}

.image-with-accordion__details p {
  font-size: 13px;
  line-height: 20px;
}

.image-with-accordion__details-box {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 18px;
  font-size: 18px;
  font-family: "GoodDog New", sans-serif;
}

.image-with-accordion__details-box svg path {
  stroke: #000;
  stroke-width: 0.1;
}

@media (max-width: 991px) {
  .image-with-accordion {
    padding-inline: 30px;
  }

  .image-with-accordion__title * {
    font-size: 32px;
  }

  .image-with-accordion__box {
    max-width: 280px;
    margin: 0 auto;
  }

  .image-with-accordion__content {
    flex-direction: column;
    gap: 34px;
  }

  .image-with-accordion__accordions {
    gap: 12px;
  }

  .image-with-accordion__accordions .point-total {
    font-size: 18px;
  }

  .image-with-accordion__accordions .point-total svg {
    width: 60px;
  }

  .image-with-accordion__accordions .point-border {
    border-bottom: 1px dashed #090909;
  }

  .image-with-accordion__details {
    display: block;
  }

}

.faqs * {
  color: #000;
}

.faqs__row {
  max-width: 900px;
  margin: 0 auto;
}

.faqs__sub-heading {
  text-align: center;
  font-family: "GoodDog New";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.faqs__heading {
  margin-bottom: 24px;
  text-align: center;
}

.faqs__heading * {
  color: inherit;
  font-family: "Obviously Narrow";
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
}

.faqs__box {
  max-width: 305px;
  margin: 40px auto 56px;
  overflow: hidden;
}

.faqs__box-img {
  object-fit: contain;
}

.faqs__accordions {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.faqs__accordions .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid;
  box-shadow: none;
}

.faqs__accordions .accordion-item:last-child {
  border-bottom: none;
}

.faqs__accordions .accordion-item__heading-layout .title {
  font-size: 26px;
}


@media (max-width: 991px) {
  .faqs__row {
    padding-inline: 30px;
  }

  .faqs__heading {
    margin-bottom: 10px;
  }

  .faqs__sub-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .faqs__heading * {
    font-size: 22px;
    line-height: 42px;
  }

  .faqs__box {
    max-width: 280px;
    margin: 20px auto 40px;
  }

  .faqs__accordions .accordion-item__heading-layout .title {
    font-size: 16px;
  }

  .faqs__accordions .accordion-item__content-layout p {
    font-size: 12px;
  }
}

.heading-list-with-icon {
  max-width: 650px;
  margin: 0 auto;
  padding-inline: 70px 35px;
}

.heading-list-with-icon__header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -30px;
}

.heading-list-with-icon__header .title>* {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  gap: 3px;
  width: 100%;
  text-align: center;
  font-family: "GoodDog New";
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.heading-list-with-icon__header .title>* strong {
  position: relative;
  font-weight: 500;
}

.heading-list-with-icon__header .title>* strong:after {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  mask: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='90' height='6' viewBox='0 0 90 6'><path d='M0 3 Q22 0 45 3 T90 3' fill='none' stroke='black' stroke-width='3'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='90' height='6' viewBox='0 0 90 6'><path d='M0 3 Q22 0 45 3 T90 3' fill='none' stroke='black' stroke-width='3'/></svg>") center/contain no-repeat;
}

.heading-list-with-icon__content {
  display: flex;
  justify-content: space-between;
}

.heading-list-with-icon__content-left .title {
  /* color: #644132; */
  font-family: "GoodDog New";
  font-size: 18px;
  font-weight: 400;
  line-height: 25.3px;
}

.heading-list-with-icon__content-left .content-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: space-between;
}

.heading-list-with-icon__content-left .content-item {
  align-items: center;
  flex: 0 0 50%;
  flex-basis: calc(50% - 10px);
  display: flex;
  font-family: "GoodDog New";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.heading-list-with-icon__content-left .content-item svg {
  margin-right: 8px;
}

.heading-list-with-icon__content-left .content-item span {
  width: calc(100% - 20px);
  color: #090909;
}

.heading-list-with-icon__content-right svg {
  margin-bottom: -10px;
}

.heading-list-with-icon__content-right svg>path:first-child {
  fill: #FFF3F1;
}

.heading-list-with-icon__content-right svg>g path {
  fill: var(--primary-color);
}

.heading-list-with-icon__remark {
  max-width: 255px;
  margin: 20px auto 0;
}

.heading-list-with-icon__remark * {
  color: #090909;
  text-align: center;
  font-family: Obviously;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.heading-list-with-icon__claim-text {
  margin-top: 28px;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 991px) {
  .heading-list-with-icon {
    padding-inline: 40px;
  }

  .heading-list-with-icon__header svg {
    width: 290px;
  }

  .heading-list-with-icon__header .title>* {
    top: 37%;
    font-size: 24px;
    gap: 5px;
  }

  .heading-list-with-icon__content {
    align-items: end;
    margin-bottom: 30px;
  }

  .heading-list-with-icon__content-left .content-item {
    flex: 0 0 100%;
    flex-basis: 100%;
  }

  .heading-list-with-icon__content-right svg {
    margin-bottom: -24px;
  }

  .heading-list-with-icon__remark * {
    font-size: 12px;
  }

  .heading-list-with-icon__header .title>* strong:after {
    width: 55px;
  }

  .heading-list-with-icon__claim-text {
    margin-top: 18px;
    font-size: 12px;
  }
}

@media (max-width: 428px) {
  .heading-list-with-icon__content-right svg {
    width: 150px;
  }
}

@media (max-width: 390px) {
  .heading-list-with-icon__content-right svg {
    width: 135px;
  }
}

.compare-section {
  max-width: 1200px;
  margin-inline: auto;
  background-color: #ebe7e4;
}

.compare-section__imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 3rem 0;
}

.compare-section__imgs-left {
  height: 220px;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.compare-section__imgs-left img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.compare-section__imgs p {
  font-family: "Obviously Narrow";
  font-size: 40px;
  font-weight: 600;
}

.compare-section__imgs-right {
  height: 220px;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.compare-section__imgs-right img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.compare-section__points-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding-block: 20px;
}

.compare-section__points-item .text {
  color: #090909;
  font-family: "Obviously Narrow";
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  width: 300px;
  text-align: center;
}

.compare-section img {
  width: 100%;
  height: auto;
}

.compare-section__desktop-img {
  display: block;
}

.compare-section__mobile-img {
  display: none;
}

@media (max-width: 991px) {
  .compare-section__imgs {
    gap: 30px;
  }

  .compare-section__imgs-left {
    height: 100px;
    aspect-ratio: 1/1;
    overflow: hidden;
  }

  .compare-section__imgs-left img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .compare-section__imgs p {
    font-size: 24px;
  }

  .compare-section__imgs-right {
    height: 100px;
    aspect-ratio: 1/1;
    overflow: hidden;
  }

  .compare-section__imgs-right img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .compare-section__points-item {
    padding-block: 15px;
    gap: 20px;
  }

  .compare-section__points-item .text {
    font-size: 20px;
    width: 210px;
  }

  .compare-section__desktop-img {
    display: none;
  }

  .compare-section__mobile-img {
    display: block;
  }
}

.payment-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
  text-align: center;
  background: #f3f4f5;
  box-shadow: 0px -2.11px 4.22px 0px #00000040;
}

.payment-icon__title * {
  color: #090909;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.payment-icon__icons {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.payment-icon__icons-icon {
  width: 28px;
}

.payment-icon .payment-icon__text {
  font-family: "GoodDog New";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .payment-icon {
    flex-direction: column;
    gap: 20px;
    box-shadow: none;
  }

  .payment-icon__icons-icon {
    width: 40px;
  }
}

.main-footer {
  padding-block: 70px 36px;
  background-color: #231F20;
  padding-inline: 100px;
  display: block;
  margin-bottom: 94px;
}

.main-footer__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  max-width: 800px;
  margin: 0 auto 50px;

}

.main-footer__details p {
  color: #FFF;
}

.main-footer__details a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.main-footer__details-left {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-footer__details-left .heading {
  position: relative;
}

.main-footer__details-left .heading * {
  color: #FFF6F3;
  font-family: "Obviously Narrow";
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.main-footer__details-left .heading:after {
  content: "";
  position: absolute;
  top: -35px;
  right: 0;
  width: 56px;
  height: 20px;
  background-image: url(/cdn/shop/files/Group_1.png?v=1748427581);
  background-size: contain;
  background-repeat: no-repeat;
}

.main-footer__details-left .heading:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 25px;
  height: 6px;
  background-image: url(/cdn/shop/files/Vector.png?v=1748427755);
  background-size: contain;
  background-repeat: no-repeat;
}

.main-footer__details-right {
  flex: 0 0 34%;
}

.main-footer__details-right .link-list {
  list-style: none;
  display: grid;
  padding: 0;
  margin: 0;
  row-gap: 36px;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.main-footer__details-right .link-list .link-item a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.main-footer__details-right .social-icons {
  list-style: none;
  padding: 0;
  margin: 46px 0 0;
  display: flex;
  gap: 42px;
}

.main-footer__copy-right {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 36px;
  border-top: 1px solid #FFFFFF;
  text-align: center;
}

.main-footer__copy-right-text * {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.main-footer__whatsapp-button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: fixed;
  bottom: 110px;
  right: 20px;
  background-color: #6f1c46;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.main-footer__whatsapp-button:hover {
  color: #fff;
}

.main-footer__whatsapp-button--visible {
  opacity: 1;
  pointer-events: auto;
}

.main-footer__whatsapp-button--delayed {
  animation: pulse 1s infinite;
}

@media (max-width: 991px) {
  .main-footer {
    padding-block: 48px 40px;
    padding-inline: 30px;
    margin-bottom: 167px;
  }

  .main-footer__whatsapp-button {
    bottom: 15rem;
  }
}

@media (max-width: 750px) {
  .main-footer__details {
    flex-direction: column;
    gap: 34px;
    margin-bottom: 28px;
  }

  .main-footer__details-left {
    gap: 68px;
    text-align: center;
  }

  .main-footer__details-left .heading {
    max-width: 95%;
    margin: 0 auto;
  }

  .main-footer__details-right {
    max-width: 290px;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 26px;
  }

  .main-footer__details-right .link-list {
    row-gap: 25px;
    column-gap: 20px;
  }

  .main-footer__details-right .link-list .link-item a {
    font-size: 12px;
  }

  .main-footer__details-right .social-icons {
    margin-top: 0;
    gap: 0;
    justify-content: space-between;
  }

  .main-footer__copy-right {
    padding-top: 40px;
  }

  .main-footer__copy-right-text * {
    font-size: 10px;
  }
}

@keyframes pulse {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(0) scale(1.05);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

/**
  * Snippets.
  */
.product-gallery {
  display: block;
  width: 100%;
  /* aspect-ratio: 0.8575; */
  /* overflow: hidden; */
  border-radius: 10px;
}

.product-gallery .product-images-gallery {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  border-radius: 12px;
}

.product-gallery .product-images-gallery img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.product-gallery .swiper-button-prev::after,
.product-gallery .swiper-button-next::after {
  content: none !important;
}

.product-gallery .swiper-button-next {
  right: 12px;
}

.product-gallery .swiper-button-prev {
  left: 12px;
}

.product-gallery .swiper-pagination-bullets {
  position: static;
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  gap: 6px !important;
  margin: 1rem;
}

.product-gallery .swiper-pagination-bullet {
  margin: 0 !important;
  background: #fff !important;
  opacity: 1 !important;
}

/* .product-gallery .swiper-slide {
  padding: 48px;
} */

@media screen and (min-width: 1024px) {
  .product-gallery {
    aspect-ratio: auto;
    /* height: calc(100vh - 218px); */
    border-radius: 12px;
  }

  .product-gallery .swiper-button-prev::after,
  .product-gallery .swiper-button-next::after {
    content: none !important;
  }

  .product-gallery .swiper-button-next {
    right: 40px;
  }

  .product-gallery .swiper-button-prev {
    left: 40px;
  }

  .product-gallery .swiper-pagination-bullet {
    margin: 0 !important;
    background: #fff !important;
    opacity: 1 !important;
  }

  /* .product-gallery .swiper-slide {
    padding: 72px;
  } */
}

.variant-selector {
  display: block;
  padding-block: 24px;
}

.variant-selector__group {
  display: flex;
  flex-direction: column;
}

.variant-selector__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  padding-block-end: 16px;
  text-transform: capitalize;
}

.variant-selector__options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.variant-selector__image {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  overflow: hidden;
  padding: 12px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .variant-selector {
    display: block;
    padding-block: 24px;
  }

  .variant-selector__group {
    display: flex;
    flex-direction: column;
  }

  .variant-selector__label {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    padding-block-end: 20px;
    text-transform: capitalize;
  }

  .variant-selector__options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }

  .variant-selector__image {
    height: 128px;
    width: 128px;
    border-radius: 100%;
    overflow: hidden;
    padding: 24px;
  }
}

.cart-drawer {
  display: block;
}

.cart-drawer__overlay {
  position: fixed;
  inset: 0;
  z-index: 12;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.cart-drawer.open .cart-drawer__overlay {
  opacity: 1;
  visibility: visible;
}

.cart-drawer__container {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 16;
}

.cart-drawer.open .cart-drawer__container {
  transform: translateX(0);
}

.cart-drawer__container.bg--dark {
  background-color: #F0F0F0;
}

.cart-drawer__container.bg--light {
  background-color: #fff;
}

.cart-drawer__container-overlay.active {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.cart-drawer__container-overlay.active .loading__spinner {
  display: block !important;
}

.cart-drawer__container-overlay.active .loading__spinner svg {
  height: 36px;
  width: 36px;
}

.cart-drawer__container-overlay.active .loading__spinner svg circle {
  stroke: #6F1C46;
}

.cart-drawer__header {
  padding: 16px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #F0F0F0;
}

.cart-drawer__cart-count {
  /* color: #6F1C46; */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.cart-drawer__cart-close {
  display: block;
  cursor: pointer;
}

.cart-drawer__off-percentage-banner {
  padding-block: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: #6F1C46;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.cart-drawer__off-percentage-banner span {
  font-weight: 600;
}

.cart-drawer__sub-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
}

.cart-drawer__sub-header-total {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.cart-drawer__sub-header-count {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.cart-drawer__sub-header-count {
  text-transform: uppercase;
  color: #4B4B4B;
}

.cart-drawer__sub-header-amount {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: var(--primary-color);
}

.cart-drawer__sub-header-compare-amount {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: line-through;
}

.cart-drawer__cart-content {
  overflow-y: auto;
  height: 100%;
  margin-bottom: 108px;
  position: relative;
}

.cart-drawer__details {
  width: calc(100% - 112px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.cart-drawer__empty-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cart-drawer__empty-cart-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.cart-drawer__empty-cart-container .empty-cart-heading {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  font-family: "Obviously Narrow";
}

.cart-drawer__empty-cart-container .empty-cart-tagline p {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  font-family: "GoodDog New";
  color: #9F476B;
}

.cart-drawer__empty-cart-container .empty-cart-btn {
  margin-top: 20px;
  display: flex;
  width: 100%;
  max-width: 254px;
  height: 48px;
  padding: 14px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #6F1C46;
  background-color: #6F1C46;
}

.cart-drawer__empty-cart-container .empty-cart-btn span {
  color: #FFF2F0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.cart-drawer__cart-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cart-drawer__items-card {
  background-color: #fff;
}

.cart-drawer__item-img-container {
  aspect-ratio: 1;
  overflow: hidden;
  width: 112px;
  height: 100%;
  border-radius: 4px;
}

.cart-drawer__item-img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-drawer__product-details {
  padding: 16px;
  display: flex;
  gap: 12px;
}

.cart-drawer__item-title {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  padding-block-end: 8px;
  color: var(--primary-color);
}

.cart-drawer__item-price-container {
  position: relative;
  min-height: 24px;
}

.cart-drawer__item-price-container .loading__spinner {
  left: auto !important;
  transform: translateY(-50%);
}

.cart-drawer__item-price-container svg circle {
  stroke: #6F1C46;
}

.cart-drawer__item-price {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
  padding-inline-end: 2px;
}

.cart-drawer__item-price--compare-at {
  color: var(--primary-color);
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  text-decoration-line: line-through;
  padding-inline-end: 6px;
}

.cart-drawer__item-price--off-percent {
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
}

.cart-drawer__item-price--savings {
  margin-top: 8px;
  color: var(--primary-color);
  font-size: 10px;
  font-weight: 400;
  line-height: 110%;
}

.cart-drawer__plan-dropdown-container {
  display: block;
}

.cart-drawer__plan-dropdown-wrapper {
  position: relative;
}

.cart-drawer__plan-dropdown-wrapper svg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.cart-drawer__plan-dropdown {
  padding: 0 12px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #44444433;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

.cart-drawer__product-remove-button {
  width: 100%;
  border: none;
  border-top: 2px solid #f0f0f0;
  padding-block: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #8A8A8A;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  background-color: inherit;
}

.cart-drawer__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.cart-drawer__price-summary {
  padding: 16px;
  margin-block: 14px;
  background-color: #fff;
}

.cart-drawer__ps-accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  width: 100%;
  padding: 0;
  background-color: inherit;
  padding-block-end: 16px;
}

.cart-drawer__ps-accordion-header.active .cart-drawer__ps-accordion-icon {
  transform: rotate(-180deg);
}

.cart-drawer__ps-accordion-title {
  display: flex;
  flex-direction: row;
  gap: 4px;
}

.cart-drawer__ps-accordion-title .heading {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.cart-drawer__ps-accordion-title .price-container {
  display: flex;
  align-items: center;
  gap: 2px;
}

.cart-drawer__ps-accordion-title .price-container .sub-total {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.cart-drawer__ps-accordion-title .price-container .grand-total {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration-line: line-through;
}

.cart-drawer__ps-accordion-icon {
  transform-origin: center;
  transition: transform 0.3s ease;
}

.cart-drawer__ps-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.cart-drawer__ps-accordion-content.active {
  max-height: 1000px;
}

.cart-drawer__ps-accordion-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-block: 16px;
  border-top: 1px dashed #424242;
  border-bottom: 1px dashed #424242;
}

.cart-drawer__ps-accordion-item-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-drawer__ps-accordion-item-subtotal .ps-accordion-item-subtotal-heading {
  color: #424242;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.cart-drawer__ps-accordion-item-subtotal .ps-accordion-item-subtotal-amount {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.cart-drawer__ps-accordion-item-subtotal .ps-accordion-final-price {
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
}

.cart-drawer__ps-accordion-item-subtotal .ps-accordion-compare-at-price {
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
  /* text-decoration-line: line-through; */
}

.cart-drawer__ps-accordion-item-discount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-drawer__ps-accordion-item-discount .ps-accordion-item-discount-heading {
  color: #424242;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.cart-drawer__ps-accordion-item-discount .ps-accordion-item-discount-amount {
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
}

.cart-drawer__ps-accordion-item-shipping {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-drawer__ps-accordion-item-shipping .ps-accordion-item-shipping-heading {
  color: #424242;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.cart-drawer__ps-accordion-item-shipping .ps-accordion-item-shipping-amount-container {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cart-drawer__ps-accordion-item-shipping .ps-accordion-item-shipping-amount-container .ps-accordion-item-shipping-free {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.cart-drawer__ps-accordion-item-shipping .ps-accordion-item-shipping-amount-container .ps-accordion-item-shipping-amount {
  font-size: 10px;
  font-weight: 400;
  line-height: 110%;
  text-decoration-line: line-through;
}

.cart-drawer__ps-accordion-item-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-drawer__ps-accordion-item-total .ps-accordion-item-total-heading {
  color: #424242;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.ps-accordion-item-total-amount-container {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cart-drawer__ps-accordion-item-total .ps-accordion-item-total-amount,
.cart-drawer__ps-accordion-item-total .ps-accordion-item-total-amount-container p {
  color: #34C759;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
}

.cart-drawer__ps-accordion-grand-total-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 16px;
  border-bottom: 1px dashed #424242;
  color: #090909;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 16px;
}

.ps-accordion-grand-total-container-amount {
  font-size: 18px;
  color: #444444;
}

.cart-drawer__ps-saving-banner {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 14px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #ECCED6;
}

.cart-drawer__ps-saving-banner-text {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.cart-drawer__ps-saving-banner-text span {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.cart-drawer__ps-saving-banner-text-icon {
  font-size: 20px;
}

.cart-drawer__payment-icons-container {
  padding: 16px;
  margin-bottom: 14px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.cart-drawer__payment-icons-container .payment-icon {
  width: auto;
  height: 22px;
  box-shadow: none;
}

.cart-drawer__payment-icons-container .secured-payments-text {
  display: flex;
  gap: 4px;
  align-items: center;
}

.cart-drawer__payment-icons-container .secured-payments-text img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.cart-drawer__payment-icons-container .secured-payments-text .text {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}

.cart-drawer__checkout-container {
  padding: 30px 16px;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.cart-drawer__checkout-total {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cart-drawer__checkout-total .price {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.cart-drawer__checkout-total .details-btn {
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: underline;
}

.cart-drawer__checkout-button {
  background-color: #6F1C46;
  border-radius: 4px;
  display: flex;
  min-width: 200px;
  height: 48px;
  padding: 14px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
}

.cart-drawer__checkout-button button {
  background-color: #6F1C46;
  border: 0;
  line-height: 1;
}

.cart-drawer__checkout-button span {
  color: #FFF2F0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.ps-accordion-grand-total-container-heading {
  display: flex;
  flex-direction: column;
}

.ps-accordion-grand-total-container-heading span {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

@media (min-width: 991px) {
  .cart-drawer__container {
    width: 33.33vw;
  }

  .cart-drawer__checkout-button {
    min-width: 254px;
  }
}

.accordion-item {
  display: block;
  border-radius: 4px;
  padding-block: 17px;
  padding-inline: 16px;
  border: 1px solid #93385D;
  box-shadow: 0px 4px 4px 0px #0000001A;
}

.accordion-item__heading-area {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 100%;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
}

.accordion-item__heading-layout {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex: 3 0 0%;
  cursor: pointer;
}



.ingredients-details__heading-layout .title {
  display: block;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 600;
  font-family: "Obviously Narrow";
  color: #090909;
  text-transform: capitalize;
  line-height: normal;
}

.accordion-item__heading-layout .title {
  font-size: 19px;
  font-weight: 600;
  font-family: "Obviously Narrow";
  text-transform: none;
  line-height: normal;
}

.accordion-item__svg-container {
  flex: 1 0 0%;
  display: flex;
  justify-content: end;
}

.accordion-item__svg-container svg {
  transition: transform 0.5s ease;
  transform: rotate(180deg);
  width: 20px;
  height: 20px;
}

.accordion-item__content {
  opacity: 0;
  overflow: hidden;
  transition: height 0.4s ease, opacity 0.5s ease;
}

.accordion-item__content-layout {
  display: block;
  padding-top: 16px;
}

.accordion-item__content-layout p {
  font-size: 16px;
  line-height: 1.5;
}

.accordion-item__content-layout ul p {
  margin: 0;
  color: #090909;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.accordion-item.open .accordion-item__svg-container svg {
  transform: rotate(0deg);
}

@media screen and (min-width: 990px) {
  .accordion-item {
    padding-block: 22px;
    padding-inline: 40px;
    border-width: 2px;
  }

  .accordion-item__heading-layout {
    flex: 2 0 0%;
  }

  .ingredients-details .point-list .point-item p {
    font-size: 18px;
  }

  .accordion-item__heading-layout .title,
  .ingredients-details__heading-layout .title {
    font-size: 24px;
  }

  .accordion-item__svg-container svg {
    width: 40px;
    height: 40px;
  }

  .accordion-item__content-layout {
    padding-top: 12px;
  }

  .accordion-item__content-layout ul {
    font-size: 14px;
  }

  .cart-drawer__plan-dropdown {
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
  .cart-drawer__plan-dropdown {
    font-size: 8px;
  }
}

.main-product__buy-button {
  padding-top: 24px;
}

.product-form__submit {
  cursor: pointer;
  all: unset;
  height: 60px;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.product-form__buttons {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .product-form__submit {
    height: 72px;
    width: 100%;
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
  }
}

.product-subscription {
  position: relative;
  margin-block-start: 18px;
  padding-right: 30px;
}

.product-subscription__heading {
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.product-subscription__sub-heading {
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.product-subscription__container {
  display: block;
  padding-block-start: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--primary-color);
}

.product-subscription__container-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-subscription subscription-plan {
  display: block;
}

.product-subscription subscription-plan:last-child {
  position: relative;
  margin-top: 10px;
}

.product-subscription subscription-plan:last-child::after {
  content: "";
  position: absolute;
  top: -11px;
  left: -2px;
  width: 76px;
  height: 24px;
  background-image: url(/cdn/shop/files/Group_365_1.png?v=1748431718);
  background-size: contain;
  background-repeat: no-repeat;
}

.product-subscription__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 13px 16px;
  border-radius: 8px;
  border: 2px;
  border-style: solid;
}

.product-subscription__card-inner {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 38px);
}

.product-subscription__card-details {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.product-subscription__card-plan-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 0.8;
  text-transform: capitalize;
}

.product-subscription__card-plan-original-price {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: lowercase;
}

.product-subscription__card-plan-original-price .single-plan-compare-price {
  font-size: 8px;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: line-through;
  padding-right: 2px;
}

.product-subscription__card-discount-badge {
  display: flex;
  height: 22px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  min-width: 80px;
}

.product-subscription__card-discount-badge span {
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
}

.product-subscription__card input[type=radio] {
  margin: 0;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.main-product__buy-button-container {
  display: none;
  padding-right: 30px;
}

@media screen and (min-width: 1024px) {
  .product-subscription {
    margin-block-start: 24px;
    padding-right: 40px;
  }

  .main-product__buy-button-container {
    padding-right: 40px;
  }

  .product-subscription__heading {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .product-subscription__sub-heading {
    font-size: 14px;
  }

  .product-subscription__container {
    padding: 0;
    border-bottom: none;
  }
}

/* New Comparison Table Styles */
.product-subscription__radio-row {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}

.product-subscription__radio-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-subscription__radio-option.selected {
  border-color: var(--primary-color);
}

.product-subscription__radio-button {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.product-subscription__radio-option.selected .product-subscription__radio-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 50%;
}

.product-subscription__radio-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.product-subscription__best-value-badge {
  position: absolute;
  top: -14px;
  left: -5px;
  z-index: 1;
  width: 76px;
  height: auto;
  object-fit: contain;
}

/* Unified table structure */
.product-subscription__table {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 8px;
}

.product-subscription__table-cell {
  background-color: var(--subscription-secondary-color);
}

.product-subscription__table .active {
  background-color: var(--subscription-primary-color);
}

.product-subscription__table-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product-subscription__table-row:nth-child(2) .product-subscription__table-cell.product-subscription__table-cell--image {
  margin-top: 21px;
  padding-block: 20px;
  border-radius: 10px 10px 0 0;
  border-top: 1px solid var(--primary-color);
}

.product-subscription__table-row:last-child {
  border-bottom: none;
}

.product-subscription__table-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.product-subscription__table-cell {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  border-left: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
  opacity: 1;
  cursor: pointer;
}

.product-subscription__table-cell:first-of-type {
  border-left: none;
}


.product-subscription__table-row:first-child .product-subscription__table-cell {
  border-top: 2px solid var(--primary-color);
}

.product-subscription__table-row:last-child .product-subscription__table-cell {
  border-bottom: 1px solid var(--primary-color);
  border-radius: 0 0 10px 10px;
}

.product-subscription__table-cell--image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-subscription__table-cell--radio {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-subscription__table-cell--radio .product-subscription__radio-option {
  justify-content: center;
  width: 100%;
}

.product-subscription__product-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: border-color 0.3s ease;
}

.product-subscription__table-cell.product-subscription__table-cell--radio {
  padding: 0 !important;
  border: none !important;
  border-radius: 8px;
}

.product-subscription__product-image {
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}

.product-subscription__quantity {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'GoodDog New', sans-serif;
}

.product-subscription__pricing-label {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  line-height: 1.4;
}

.product-subscription__table-label-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 80%;
  height: 100%;
  padding: 12px 0;
  font-size: 12px;
  border-bottom: 1px solid;
  text-align: center;
}

.product-subscription__pricing-sublabel {
  font-size: 10px;
  font-weight: 400;
  font-family: 'GoodDog New', sans-serif;
  text-align: center;
}

.product-subscription__pricing-value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 80%;
  height: 100%;
  border-bottom: 1px solid var(--primary-color);
}

.product-subscription__table-row:last-child .product-subscription__pricing-value,
.product-subscription__table-row:last-child .product-subscription__table-label-content {
  border-bottom: none;
}

.product-subscription__price-main,
.product-subscription__price-total,
.product-subscription__price-savings {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.product-subscription__price-discount {
  font-size: 10px;
  font-weight: 500;
  font-family: 'GoodDog New', sans-serif;
  text-align: center;
}

.product-subscription__price-mrp {
  font-size: 10px;
  font-weight: 400;
  color: #999;
}

@media screen and (min-width: 1025px) {
  .product-subscription__radio-row {
    gap: 16px;
  }

  .product-subscription__table-label {
    font-size: 14px;
    padding: 0 10px;
  }

  .product-subscription__table-cell {
    padding: 0 10px;
  }

  .product-subscription__product-image {
    max-width: 100px;
    max-height: 100px;
  }

  .product-subscription__best-value-badge {
    width: 92px;
  }

  .product-subscription__radio-label {
    font-size: 14px;
  }

  .product-subscription__price-main,
  .product-subscription__price-total,
  .product-subscription__price-savings {
    font-size: 18px;
  }

  .product-subscription__radio-button {
    width: 20px;
    height: 20px;
  }

  .product-subscription__radio-option {
    padding: 18px;
  }

  .product-subscription__table-cell--image {
    padding: 16px;
  }

  .product-subscription__table-label {
    padding: 0 16px;
  }

  .product-subscription__pricing-value {
    padding: 20px 1rem;
  }

  .product-subscription__quantity {
    right: 18px;
  }

  .product-subscription__table-label-content {
    font-size: 16px;
  }

  .product-subscription__pricing-sublabel,
  .product-subscription__price-discount {
    font-size: 14px;
  }

  .product-subscription__table-label-content,
  .product-subscription__pricing-value {
    width: 80%;
  }

  .product-subscription__table-label-content {
    padding: 20px 0;
  }
}

@media screen and (max-width: 991px) {
  .product-subscription__table-row:nth-child(2) .product-subscription__table-cell.product-subscription__table-cell--image {
    margin-top: 15px;
  }
}

@media screen and (max-width: 420px) {
  .product-subscription__table-label-content {
    font-size: 10px;
  }
}

@media screen and (max-width: 375px) {

  .product-subscription__table-row:nth-child(2) .product-subscription__table-cell.product-subscription__table-cell--image {
    padding-block: 12px;
  }

  .product-subscription__product-image {
    max-width: 60px;
  }

  .product-subscription__radio-label,
  .product-subscription__table-label-content,
  .product-subscription__price-main,
  .product-subscription__price-total,
  .product-subscription__price-savings {
    font-size: 10px;
  }

  .product-subscription__radio-button {
    width: 12px;
    height: 12px;
  }

  .product-subscription__radio-option.selected .product-subscription__radio-button::after {
    width: 4px;
    height: 4px;
  }
}

.sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 16px 30px;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.sticky-atc .main-product__price-block-layout {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.sticky-atc .main-product__price-block-layout .final-price {
  font-size: 14px;
  line-height: 24.452px;
  line-height: 100%;
  font-weight: 600;
  color: var(--primary-color);
}

.sticky-atc .main-product__price-block-layout .price-discount-container .discount {
  padding-inline: 6px;
  padding-block: 3px;
}

.sticky-atc__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  width: 100%;
}

.sticky-atc__content {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.sticky-atc__content .product-form__submit {
  font-size: 16px;
}

.sticky-atc__content .product-form__buttons {
  height: 50px;
}

.sticky-atc__content .compare-at-price {
  font-size: 12px !important;
}

.sticky-atc__content .main-product__buy-button {
  flex: 1;
  padding-top: 0;
}

.sticky-atc__content .main-product__buy-button .product-form__submit {
  width: 100%;
}

.sticky-atc__wrapper .sticky-atc__title-description {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #989898;
}

.sticky-atc__wrapper .sticky-atc__title-description svg path {
  stroke: var(--primary-color);
}

.sticky-atc .product-form__submit {
  border-radius: 6px;
}

.sticky-atc__wrapper .subscription-frequency {
  color: var(--primary-color);
}

.sticky-atc__image-and-title-container {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--primary-color);
}

.sticky-atc__title-container h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sticky-atc__wrapper .product-form__submit {
  height: 100%;
}

.sticky-atc__image-container {
  aspect-ratio: 1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-atc__image-container img {
  width: 48px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

@media screen and (min-width: 1024px) {
  .sticky-atc {
    justify-content: center;
    height: 94px;
    padding-block: 8px;
  }

  .sticky-atc .main-product__price-block-layout {
    flex-direction: row;
  }

  .sticky-atc__wrapper {
    flex-direction: row;
    gap: 20px;
    max-width: 68.66%;
    width: 100%;
  }

  .sticky-atc__image-and-title-container {
    flex: 2;
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: none;
    padding-bottom: 0;
  }



  .sticky-atc__title-container h2 {
    font-size: 22px;
  }

  .sticky-atc__content {
    flex: 1.5;
    justify-content: end;
  }

  .sticky-atc__content .final-price {
    font-size: 16px !important;
  }

  .sticky-atc__content .compare-at-price {
    font-size: 12px !important;
  }

  .sticky-atc__content .price-discount-container {
    align-items: baseline !important;
  }

  .sticky-atc__content .discount {
    display: flex;
    height: 28px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }

  .sticky-atc__content .discount .discount-percentage {
    font-size: 12px !important;
  }

  .sticky-atc__content .main-product__buy-button {
    padding-top: 0;
  }

  .sticky-atc__content .main-product__buy-button .product-form__submit {
    height: 50px;
    min-width: 192px;
  }

  .sticky-atc__content .product-form__submit span>span {
    display: none;
  }
}

@media screen and (max-width: 401px) {
  .sticky-atc__wrapper .sticky-atc__title-description {
    font-size: 10px;
  }
}

.pincode-checker {
  --primary: #6f1d46;
  --primary-rgb: 111, 29, 70;
  --primary-hover: #832253;
  --primary-hover-rgb: 131, 34, 83;
  --secondary: #181818;
  --secondary-rgb: 24, 24, 24;
  width: 100%;
  font-family: obviously, sans-serif;
  padding: 16px;
  background-color: #fff;
  margin-block-start: 14px;
}

.pincode-checker .shake {
  animation: shake 0.5s;
  /* Adjust duration as needed */
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(0);
  }
}

.pincode-checker__container {
  width: 100%;
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.pincode-checker__enter-message {
  border-radius: 1rem;
  margin: 0;
  font-size: 12px;
  color: #d32f2f;
}

.pincode-checker__heading-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pincode-checker__heading-container .location-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.pincode-checker__heading-container-with-change {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.pincode-checker__heading {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: var(--secondary);
  margin: 0;
}

.pincode-checker__heading--medium {
  font-weight: 500;
}

.pincode-checker__heading--medium .pin-code {
  font-weight: 600;
  color: var(--primary);
}

.pincode-checker #pincode-form {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.pincode-checker #pincode-input {
  flex: 1 1;
  width: 100%;
  height: unset;
  border-radius: 6px;
  border: 1px solid var(--primary);
  padding: 10px 16px;
  font-size: 16px;
  line-height: 20px;
  font-family: obviously, sans-serif;
  outline: none;
  transition: border-color 0.2s ease;
  text-transform: capitalize;
}

.pincode-checker #pincode-input:focus {
  border-color: var(--primary-hover);
}

.pincode-checker #pincode-input::placeholder {
  color: #999;
}

.pincode-checker__check-btn {
  padding: 10px 16px;
  font-family: obviously, sans-serif;
  font-size: 16px;
  border-radius: 5px;
  background-color: var(--primary);
  color: #fff;
  font-weight: 600;
  margin-left: 12px;
  border: none;
  line-height: 24px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-transform: uppercase;
}

.pincode-checker__check-btn:hover:not(:disabled) {
  background-color: var(--primary-hover);
}

.pincode-checker__check-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.pincode-checker__change-btn {
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
  border: none;
  background: none;
  padding: 0;
  font-family: obviously, sans-serif;
  margin: 0 0 2px;
  transition: color 0.2s ease;
}

.pincode-checker__change-btn:hover {
  color: var(--primary-hover);
}

.pincode-checker__success-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-top: 4px;
  padding-left: 28px;
}

.pincode-checker__success-container p {
  margin: 0;
}

.pincode-checker__success-container p:first-child {
  font-size: 12px;
  color: var(--secondary);
}

.pincode-checker__success-date {
  font-size: 14px;
  color: var(--primary);
  font-weight: 500;
}

.pincode-checker__success-date span {
  font-weight: 600;
}

.pincode-checker__error-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-top: 4px;
  padding-left: 28px;
}

.pincode-checker__error-container p {
  margin: 0;
  font-size: 12px;
  color: #d32f2f;
}

.pincode-checker__skeleton {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
  padding-left: 28px;
}

.pincode-checker__skeleton-line {
  height: 16px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  border-radius: 4px;
  animation: shimmer 1.5s infinite;
}

.pincode-checker__skeleton-line:first-child {
  width: 60%;
}

.pincode-checker__skeleton-line:last-child {
  width: 40%;
}

.pincode-checker__hidden {
  display: none !important;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}