/**
 * Frontend SCSS Main Stylesheet
 * 
 * This is the main stylesheet for all custom styles.
 * Import all section, snippet, and template styles here.
 */
/**
 * Media Query Mixins
 * 
 * Responsive breakpoint mixins for consistent media queries
 */
/**
 * Chips Variant Picker Styles
 * Based on Figma "Chips buy Section" design
 */
body[class*=cosmic-cloud] .chips-savings {
  background: #e93323 !important;
}

.chips-variant {
  position: relative;
  flex: 1;
}
.chips-variant input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.chips-variant .chips-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0px 8px 0px 12px;
  background: transparent;
  border: 1px solid #3F3F3F;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 120px;
  justify-content: center;
  padding-top: 24px;
}
.chips-variant .chips-label:hover {
  border-color: #FFFFFF;
  background: #232323;
}
.chips-variant.chips-selected .chips-label {
  border-color: #FFFFFF;
  background: #232323;
}
.chips-variant input[type=radio]:checked + .chips-label {
  border-color: #FFFFFF;
}
.chips-variant .chips-savings {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #89059E;
  color: #FFFFFF;
  padding: 4px;
  border-radius: 0px 0px 2px 2px;
  font-family: "Sweet Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
}
.chips-variant .chips-image {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chips-variant .chips-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
.chips-variant .chips-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  width: 100%;
}
.chips-variant .chips-title {
  font-family: "Sweet Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2em;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}
.chips-variant .chips-pricing {
  display: flex;
  align-items: center;
  gap: 4px;
}
.chips-variant .chips-price-current {
  font-family: "Sweet Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 2.2em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.chips-variant .chips-price-original {
  font-family: "Sweet Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 2.2em;
  text-transform: uppercase;
  color: #BCB9B9;
  text-decoration: line-through;
}
.chips-variant .chips-unit-price {
  background: #3F3F3F;
  color: #EEEEEE;
  padding: 4px;
  border-radius: 2px;
  font-family: "Sweet Sans Pro", sans-serif;
  font-weight: 350;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 2%;
  text-transform: uppercase;
  text-align: center;
}
.chips-variant.disabled .chips-label {
  opacity: 0.5;
  cursor: not-allowed;
}
.chips-variant.disabled .chips-label:hover {
  border-color: #3F3F3F;
}

.chips-container {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  gap: 12px;
  width: 100%;
}

.chips-variant-container {
  width: 100%;
}
.chips-variant-container .form__label {
  font-family: "Sweet Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 2.4em;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #B3B3B3;
  margin-bottom: 16px;
  display: block;
}

.product-form__input--chips {
  margin-bottom: 24px;
}
.product-form__input--chips fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .chips-variant .chips-label {
    min-height: 100px;
    padding: 24px 6px 0px 8px;
    height: 100% !important;
    justify-content: space-between !important;
  }
  .chips-variant .chips-image {
    width: 40px;
    height: 40px;
  }
  .chips-variant .chips-title {
    font-size: 9px;
  }
  .chips-variant .chips-price-current,
  .chips-variant .chips-price-original {
    font-size: 9px;
  }
  .chips-variant .chips-unit-price {
    font-size: 9px;
  }
  .chips-variant .chips-savings {
    font-size: 9px;
    padding: 3px;
  }
}
.sealsubs-target-element {
  border: none !important;
  padding: 0 !important;
}
.sealsubs-target-element label#seal-purchase-options-label {
  font-family: "Sweet Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 10px !important;
  line-height: 2.4em;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #B3B3B3;
  margin-bottom: 16px;
  display: block;
}

@media (max-width: 991px) {
  .template-product .mpg-swatch-nav-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 20px;
    margin: 0 -20px;
  }
  .template-product .mpg-swatch-nav-wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 991px) {
  .template-product .mpg-swatch-image-button.mpg-swatch__nav {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
  }
  .template-product .mpg-swatch-image-button.mpg-swatch__nav .mpg-swatch-image-button {
    flex-shrink: 0;
    white-space: nowrap;
  }
}
.template-product .mpg-swatch .mpg-swatch-nav-wrapper {
  border-radius: 20px;
  background: #FFF;
  padding: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.template-product .mpg-swatch [os-name=Flavor] .mpg-swatch__label-option,
.template-product .mpg-swatch [os-name=Flavor] .mpg-swatch__label-value:before {
  display: none;
}
.template-product .mpg-swatch .mpg-swatch__label * {
  color: #B3B3B3 !important;
  font-family: "Sweet Sans Pro";
  font-size: 10px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 24px; /* 240% */
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .template-product .mpg-swatch .mpg-swatch__label * {
    font-size: 12px !important;
  }
}
.template-product .mpg-swatch .mpg-button.mpg-swatch__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.template-product .mpg-swatch .mpg-button.mpg-swatch__nav .mpg-swatch__option:hover {
  background: #1C355E !important;
  border-color: #1C355E !important;
  color: #FFFFFF !important;
}
.template-product .mpg-swatch .mpg-button.mpg-swatch__nav .mpg-swatch__option.selected {
  background: var(--Contrast, #1C355E) !important;
  color: #FFFFFF !important;
  border-color: var(--Contrast, #1C355E) !important;
}
.template-product .mpg-swatch .mpg-button.mpg-swatch__nav .mpg-swatch__option:focus {
  outline: 2px solid var(--Light-blue, #B8CCEA) !important;
  outline-offset: 2px !important;
}
.template-product .mpg-swatch .mpg-swatch-image-button.mpg-swatch__nav .mpg-swatch-image-button {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding-right: 8px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  background: transparent !important;
  border-radius: 2px;
  border: 1px solid #FFF;
  background: transparent !important;
  transition: all 0.2s ease;
  padding-left: 8px;
  padding-right: 8px;
}
.template-product .mpg-swatch .mpg-swatch-image-button.mpg-swatch__nav .mpg-swatch-image-button:hover, .template-product .mpg-swatch .mpg-swatch-image-button.mpg-swatch__nav .mpg-swatch-image-button.selected {
  background: var(--Lines, #232323) !important;
}
.template-product .mpg-swatch .mpg-swatch-image-button.mpg-swatch__nav .mpg-swatch-image-button:hover label, .template-product .mpg-swatch .mpg-swatch-image-button.mpg-swatch__nav .mpg-swatch-image-button.selected label {
  font-weight: 700;
}
.template-product .mpg-swatch .mpg-swatch-image-button.mpg-swatch__nav .mpg-swatch-image-button > div {
  width: 40px !important;
  height: 40px !important;
  min-width: unset !important;
  min-height: unset !important;
  aspect-ratio: 1/1;
  border-radius: 12px;
  background: #FFF;
  background: #FFF;
  background-size: cover;
  background-position: center;
  border: none;
}
.template-product .mpg-swatch .mpg-swatch-image-button.mpg-swatch__nav .mpg-swatch-image-button label {
  background-color: transparent;
  border: none;
  white-space: wrap;
  color: #FFF;
  font-family: "Sweet Sans Pro Regular";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 120% */
  letter-spacing: 0.2px;
  text-transform: uppercase;
  max-width: unset !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (max-width: 991px) {
  .template-product .mpg-swatch .mpg-swatch-image-button.mpg-swatch__nav .mpg-swatch-image-button label {
    font-size: 11px;
  }
}

/* ==========================================================================
   Custom Variables
   ========================================================================== */
:root {
  --color-primary: #007bff;
  --color-secondary: #6c757d;
  --font-family-primary: "Helvetica Neue", Arial, sans-serif;
}

/* ==========================================================================
   Global Styles
   ========================================================================== */
/* ==========================================================================
   Utility Classes
   ========================================================================== */
.text-center {
  text-align: center;
}

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

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