/** Shopify CDN: Minification failed

Line 157:10 Expected identifier but found whitespace
Line 157:15 Unexpected ";"
Line 368:0 Unexpected "}"

**/
.regal-short-description {
  margin-top: 0.75rem;
  max-width: 42rem;
  color: rgb(var(--text-color) / 0.72);
  font-size: 0.95rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
/* =========================
   REGAL FRAGRANCE DETAILS
   ========================= */

.regal-fragrance-details {
  padding: 40px 20px;
  background: transparent;
}

.regal-fragrance-details__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.regal-detail-card {
  background: #ffffff;
  border: 1px solid rgba(27, 24, 20, 0.08);
  border-radius: 20px;
  padding: 36px;
  margin-bottom: 16px;
}

.regal-detail-eyebrow {
  margin: 0 0 10px;
  color: #a68a5b;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.regal-detail-card > h2 {
  margin: 0;
  color: #1f1d1a;
  font-family: var(--heading-font-family);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.02em;
}


/* =========================
   FRAGRANCE DESCRIPTION
   ========================= */

.regal-description-card {
  text-align: center;
}

.regal-fragrance-description {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(31, 29, 26, 0.72);
  font-size: 16px;
  line-height: 1.8;
}

.regal-fragrance-description .metafield-rich_text_field > *:first-child {
  margin-top: 0;
}

.regal-fragrance-description .metafield-rich_text_field > *:last-child {
  margin-bottom: 0;
}


/* =========================
   SCENT PROFILE
   ========================= */

.regal-scent-card {
  text-align: center;
}

.regal-scent-family {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 18px 0 28px;
}

.regal-scent-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 18px;
  border: 1px solid rgba(166, 138, 91, 0.22);
  border-radius: 999px;
  background: #f7f2e9;
  color: #6d5a3c;
  font-size: 13px;
  line-height: 1;
}


/* =========================
   NOTES
   ========================= */

.regal-notes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 10px;
}

.regal-note {
  position: relative;
  padding: 24px 20px 22px;
  background: #fbfaf8;
  border: 1px solid rgba(31, 29, 26, 0.07);
  border-radius: 18px;
  overflow: hidden;
}

.regal-note-number {
  display: block;
  margin-bottom: 16px;
  color: rgba(166, 138, 91, 0.55);
  font-family: var(--heading-font-family);
  font-size: 32px;
  line-height: 1;
}

.regal-note-images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 100px;
  margin-bottom: 16px;
}

.regal-note-image {
  width: 76px;
  height: 88px;
}
  display: flex;
  align-items: center;
  justify-content: center;
}

.regal-note-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.regal-note h3 {
  margin: 0 0 10px;
  color: #1f1d1a;
  font-family: var(--heading-font-family);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}

.regal-note p {
  margin: 0;
  color: rgba(31, 29, 26, 0.62);
  font-size: 14px;
  line-height: 1.65;
}


/* =========================
   STRENGTH + LONGEVITY
   ========================= */

.regal-performance-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.regal-performance-item {
  padding: 42px 48px;
  text-align: center;
}

.regal-performance-item + .regal-performance-item {
  border-left: 1px solid rgba(31, 29, 26, 0.08);
}

.regal-strength-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.regal-strength-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e8e2d8;
}

.regal-strength-dot.is-active {
  background: #8b6d43;
}

.regal-longevity-value {
  margin: 16px 0 0;
  color: #1f1d1a;
  font-family: var(--heading-font-family);
  font-size: 24px;
  line-height: 1.25;
}


/* =========================
   INGREDIENTS ACCORDION
   ========================= */

.regal-ingredients-card {
  padding: 0;
  overflow: hidden;
}

.regal-ingredients-accordion {
  width: 100%;
}

.regal-ingredients-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 36px;
  cursor: pointer;
  list-style: none;
}

.regal-ingredients-summary::-webkit-details-marker {
  display: none;
}

.regal-ingredients-title {
  margin: 0;
}

.regal-ingredients-toggle {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.regal-ingredients-toggle::before,
.regal-ingredients-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: #8b6d43;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}

.regal-ingredients-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.regal-ingredients-accordion[open] .regal-ingredients-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.regal-ingredients {
  padding: 0 36px 28px;
  color: rgba(31, 29, 26, 0.62);
  font-size: 13px;
  line-height: 1.8;
}

.regal-ingredients .metafield-rich_text_field > * {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 749px) {
  .regal-ingredients-summary {
    padding: 22px 20px;
  }

  .regal-ingredients {
    padding: 0 20px 22px;
  }
}


/* =========================
   MOBILE
   ========================= */

.regal-fragrance-details {
  padding: 40px 16px;
  background: transparent;
}
  .regal-detail-card {
    padding: 32px 20px;
    border-radius: 16px;
  }

  .regal-fragrance-description {
    font-size: 15px;
    line-height: 1.7;
  }

  .regal-scent-family {
    margin: 20px 0 32px;
  }

  .regal-notes-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .regal-note {
    padding: 28px 20px;
  }

  .regal-note-images {
    min-height: 115px;
  }

  .regal-note-image {
    width: 82px;
    height: 96px;
  }

  .regal-performance-card {
    grid-template-columns: 1fr;
  }

  .regal-performance-item {
    padding: 32px 20px;
  }

  .regal-performance-item + .regal-performance-item {
    border-left: 0;
    border-top: 1px solid rgba(31, 29, 26, 0.08);
  }
}
/* =========================
   REGAL BENEFITS
   ========================= */

.regal-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.regal-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 14px;
  border: 1px solid rgba(31, 29, 26, 0.08);
  border-radius: 12px;
  background: #fbfaf8;
}

.regal-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f3ede3;
  color: #8b6d43;
  font-size: 15px;
  line-height: 1;
}

.regal-benefit strong {
  display: block;
  margin-bottom: 4px;
  color: #1f1d1a;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.regal-benefit span {
  display: block;
  color: rgba(31, 29, 26, 0.58);
  font-size: 10px;
  line-height: 1.4;
}



@media screen and (max-width: 499px) {
  .regal-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .regal-benefit {
    min-width: 0;
    padding: 10px;
    gap: 8px;
  }

  .regal-benefit-icon {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }

  .regal-benefit strong {
    font-size: 11px;
  }

  .regal-benefit span {
    font-size: 9px;
  }
}
@media screen and (max-width: 749px) {

  .regal-fragrance-details {
    padding: 24px 12px;
  }

  .regal-detail-card {
    padding: 24px 16px;
    margin-bottom: 12px;
    border-radius: 14px;
  }

  .regal-detail-card > h2 {
    font-size: 26px;
    line-height: 1.15;
  }

  .regal-detail-eyebrow {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .regal-fragrance-description {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.6;
  }

  .regal-scent-family {
    gap: 6px;
    margin: 14px 0 20px;
  }

  .regal-scent-pill {
    min-height: 30px;
    padding: 6px 13px;
    font-size: 11px;
  }

  .regal-notes-grid {
    gap: 10px;
  }

  .regal-note {
    padding: 18px 14px;
    border-radius: 14px;
  }

  .regal-note-number {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .regal-note-images {
    min-height: 78px;
    margin-bottom: 10px;
    gap: 4px;
  }

  .regal-note-image {
    width: 62px;
    height: 68px;
  }

  .regal-note h3 {
    margin-bottom: 5px;
    font-size: 17px;
  }

  .regal-note p {
    font-size: 12px;
    line-height: 1.45;
  }

  .regal-performance-item {
    padding: 22px 16px;
  }

  .regal-strength-dots {
    margin-top: 12px;
    gap: 7px;
  }

  .regal-strength-dot {
    width: 10px;
    height: 10px;
  }

  .regal-longevity-value {
    margin-top: 10px;
    font-size: 20px;
  }

  .regal-ingredients-summary {
    padding: 18px 16px;
  }

  .regal-ingredients {
    padding: 0 16px 18px;
    font-size: 11px;
    line-height: 1.6;
  }
}
/* More editorial alignment */

.regal-description-card {
  text-align: left;
}

.regal-fragrance-description {
  margin-left: 0;
  margin-right: 0;
  max-width: 760px;
}

.regal-scent-card {
  text-align: left;
}

.regal-scent-family {
  justify-content: flex-start;
}

/* Keep scent note cards centered */
.regal-note {
  text-align: center;
}
@media screen and (max-width: 749px) {

  .regal-fragrance-details {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .regal-detail-card {
    margin-bottom: 8px;
  }

  .regal-description-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .regal-scent-card {
    padding-top: 20px;
    padding-bottom: 18px;
  }

  .regal-scent-family {
    margin-top: 10px;
    margin-bottom: 14px;
  }

  .regal-notes-grid {
    margin-top: 0;
  }

  .regal-performance-card {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .regal-performance-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .regal-ingredients-card {
    margin-top: 0;
    margin-bottom: 0;
  }

  .regal-ingredients-summary {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
/* Reduce gap between product area and fragrance details */

.regal-main-product {
  padding-bottom: 20px !important;
}

@media screen and (max-width: 749px) {
  .regal-main-product {
    padding-bottom: 6px !important;
  }

  .regal-fragrance-details {
    padding-top: 10px;
  }
}
.regal-scent-family {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 12px;
}

.regal-scent-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid rgba(185, 157, 106, 0.28);
  border-radius: 999px;
  background: #f6f1e8;
  color: #8f7443;
  font-size: 0.92rem;
  line-height: 1;
}

@media screen and (max-width: 749px) {
  .regal-scent-family {
    gap: 8px;
    margin: 8px 0 10px;
  }

  .regal-scent-pill {
    padding: 7px 12px;
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 749px) {
  .regal-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .regal-benefit-card {
    min-width: 0;
    width: 100%;
  }
}
.regal-benefits {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.regal-benefit {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 749px) {
  .regal-benefits {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .regal-benefit {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
}
/* =====================================
   FINAL SCENT PROFILE OVERRIDES
   ===================================== */

/* Scent family should only appear near the product title */
.regal-fragrance-details .regal-scent-family {
  display: none !important;
}

/* Always keep Top / Heart / Base beside each other */
.regal-fragrance-details .regal-notes-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

/* Keep individual cards inside their column */
.regal-fragrance-details .regal-note {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .regal-fragrance-details .regal-notes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  .regal-fragrance-details .regal-note {
    padding: 14px 5px !important;
  }

  .regal-fragrance-details .regal-note-number {
    font-size: 21px !important;
    margin-bottom: 8px !important;
  }

  .regal-fragrance-details .regal-note-images {
    min-height: 58px !important;
    margin-bottom: 8px !important;
    gap: 2px !important;
  }

  .regal-fragrance-details .regal-note-image {
    width: 42px !important;
    height: 50px !important;
  }

  .regal-fragrance-details .regal-note h3 {
    font-size: 13px !important;
    margin-bottom: 5px !important;
  }

  .regal-fragrance-details .regal-note p {
    font-size: 9px !important;
    line-height: 1.35 !important;
  }
}
/* Keep strength + longevity side by side */

.regal-performance-card {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.regal-performance-item {
  min-width: 0;
}

@media screen and (max-width: 749px) {
  .regal-performance-card {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .regal-performance-item {
    padding: 16px 10px !important;
  }

  .regal-performance-item + .regal-performance-item {
    border-top: 0 !important;
    border-left: 1px solid rgba(31, 29, 26, 0.08) !important;
  }

  .regal-strength-dots {
    gap: 6px !important;
  }

  .regal-longevity-value {
    font-size: 18px !important;
  }
}
/* Strength + longevity side by side with divider */

.regal-performance-card {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.regal-performance-item {
  min-width: 0;
  border-top: 0 !important;
}

.regal-performance-item + .regal-performance-item {
  border-top: 0 !important;
  border-left: 1px solid rgba(31, 29, 26, 0.10) !important;
}

@media screen and (max-width: 749px) {
  .regal-performance-item {
    padding: 16px 10px !important;
  }

  .regal-performance-item + .regal-performance-item {
    border-left: 1px solid rgba(31, 29, 26, 0.10) !important;
  }
}
.regal-benefit-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}
/* =========================
   PRODUCT INFO REFINEMENT
   ========================= */

.regal-short-description {
  margin-top: 8px;
  margin-bottom: 12px;
  max-width: 36rem;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(31, 29, 26, 0.68);
}

.regal-scent-family {
  margin-top: 8px;
  margin-bottom: 8px;
  gap: 7px;
}

.regal-scent-pill {
  min-height: 28px;
  padding: 6px 12px;
  font-size: 11px;
}

@media screen and (max-width: 749px) {
  .regal-short-description {
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

  .regal-scent-family {
    margin-top: 6px;
    margin-bottom: 7px;
  }
}
/* Final top product-info polish */

.regal-scent-family {
  margin-top: 6px;
  margin-bottom: 8px;
}

.regal-short-description {
  margin-top: 0;
  margin-bottom: 10px;
  max-width: 34rem;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(31, 29, 26, 0.68);
}

@media screen and (max-width: 749px) {
  .regal-scent-family {
    margin-top: 4px;
    margin-bottom: 6px;
  }

  .regal-short-description {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.45;
  }
}
/* =========================
   REGAL SIZE SELECTOR
   ========================= */

.regal-main-product .block-swatch {
  min-width: 68px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid rgba(31, 29, 26, 0.18);
  background: #ffffff;
  color: #1f1d1a;
  font-size: 13px;
  font-weight: 500;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.regal-main-product :checked + .block-swatch,
.regal-main-product .block-swatch.is-selected {
  background: #1f1d1a !important;
  color: #ffffff !important;
  border-color: #1f1d1a !important;
}

.regal-main-product .block-swatch:hover {
  border-color: rgba(31, 29, 26, 0.45);
}

@media screen and (max-width: 749px) {
  .regal-main-product .block-swatch {
    min-width: 62px;
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }
}
.regal-main-product .variant-picker__option-values .block-swatch {
  width: 72px;
  min-width: 72px;
  min-height: 40px;
  padding: 0 12px;
  justify-content: center;
}

@media screen and (max-width: 749px) {
  .regal-main-product .variant-picker__option-values .block-swatch {
    width: 68px;
    min-width: 68px;
    min-height: 38px;
  }
}
/* =========================
   REGAL QUANTITY SELECTOR
   ========================= */

.regal-main-product .quantity-selector {
  display: inline-grid;
  grid-template-columns: 40px 46px 40px;
  align-items: center;
  min-height: 40px;
  border: 1px solid rgba(31, 29, 26, 0.18);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.regal-main-product .quantity-selector button {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #1f1d1a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.regal-main-product .quantity-selector input {
  width: 46px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1f1d1a;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

.regal-main-product .quantity-selector button:hover {
  background: rgba(31, 29, 26, 0.04);
}

@media screen and (max-width: 749px) {
  .regal-main-product .quantity-selector {
    grid-template-columns: 38px 42px 38px;
    min-height: 38px;
  }

  .regal-main-product .quantity-selector button {
    width: 38px;
    height: 38px;
  }

  .regal-main-product .quantity-selector input {
    width: 42px;
    height: 38px;
    font-size: 12px;
  }
}
/* =========================
   REGAL ADD TO CART
   ========================= */

.regal-main-product .buy-buttons button[type="submit"] {
  min-height: 46px;
  border-radius: 8px;
  background: #1f1d1a !important;
  color: #ffffff !important;
  border: 1px solid #1f1d1a !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.15s ease;
}

.regal-main-product .buy-buttons button[type="submit"]:hover {
  background: #2a2723 !important;
  border-color: #2a2723 !important;
}

@media screen and (max-width: 749px) {
  .regal-main-product .buy-buttons button[type="submit"] {
    min-height: 44px;
    font-size: 12px;
  }
}
/* Mobile scent notes — readable horizontal swipe */

@media screen and (max-width: 749px) {

  .regal-fragrance-details .regal-notes-grid {
    
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .regal-fragrance-details .regal-notes-grid::-webkit-scrollbar {
    display: none;
  }

  .regal-fragrance-details .regal-note {
    flex: 0 0 72%;
    width: 72% !important;
    padding: 18px 14px !important;
    scroll-snap-align: start;
  }

  .regal-fragrance-details .regal-note-number {
    font-size: 24px !important;
    margin-bottom: 12px !important;
  }

  .regal-fragrance-details .regal-note-images {
    min-height: 88px !important;
    margin-bottom: 12px !important;
    gap: 4px !important;
  }

  .regal-fragrance-details .regal-note-image {
    width: 58px !important;
    height: 68px !important;
  }

  .regal-fragrance-details .regal-note h3 {
    font-size: 16px !important;
    margin-bottom: 6px !important;
  }

  .regal-fragrance-details .regal-note p {
    font-size: 11px !important;
    line-height: 1.45 !important;
  }
}
/* Mobile scent notes — 3 columns with more room */

@media screen and (max-width: 749px) {

  .regal-fragrance-details .regal-scent-card {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .regal-fragrance-details .regal-notes-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5px !important;
    overflow: visible !important;
  }

  .regal-fragrance-details .regal-note {
    width: auto !important;
    min-width: 0 !important;
    padding: 14px 5px !important;
  }

  .regal-fragrance-details .regal-note-images {
    min-height: 68px !important;
    gap: 2px !important;
  }

  .regal-fragrance-details .regal-note-image {
    width: 46px !important;
    height: 56px !important;
  }

  .regal-fragrance-details .regal-note h3 {
    font-size: 13px !important;
  }

  .regal-fragrance-details .regal-note p {
    font-size: 9.5px !important;
    line-height: 1.4 !important;
  }
}
/* Tighten purchase controls */

.regal-main-product .quantity-selector {
  margin-bottom: 14px;
}

.regal-main-product .buy-buttons {
  margin-top: 0 !important;
}

@media screen and (max-width: 749px) {
  .regal-main-product .quantity-selector {
    margin-bottom: 10px;
  }
}
/* =========================
   REGAL DYNAMIC CHECKOUT
   ========================= */

.regal-main-product .shopify-payment-button {
  margin-top: 10px;
}

.regal-main-product .shopify-payment-button__button {
  min-height: 44px !important;
  border-radius: 8px !important;
}

.regal-main-product .shopify-payment-button__more-options {
  margin-top: 8px !important;
  font-size: 11px !important;
  color: rgba(31, 29, 26, 0.62) !important;
}

@media screen and (max-width: 749px) {
  .regal-main-product .shopify-payment-button {
    margin-top: 8px;
  }

  .regal-main-product .shopify-payment-button__button {
    min-height: 42px !important;
  }

  .regal-main-product .shopify-payment-button__more-options {
    margin-top: 6px !important;
    font-size: 10px !important;
  }
}
/* =========================
   FINAL PURCHASE FLOW SPACING
   ========================= */

.regal-main-product .variant-picker {
  margin-bottom: 14px;
}

.regal-main-product .quantity-selector {
  margin-bottom: 14px;
}

.regal-main-product .buy-buttons {
  margin-top: 0 !important;
}

.regal-main-product .shopify-payment-button {
  margin-top: 8px !important;
}

.regal-main-product .shopify-payment-button__more-options {
  margin-top: 6px !important;
  margin-bottom: 14px !important;
}

.regal-main-product .regal-benefits {
  margin-top: 14px !important;
}

@media screen and (max-width: 749px) {
  .regal-main-product .variant-picker {
    margin-bottom: 10px;
  }

  .regal-main-product .quantity-selector {
    margin-bottom: 10px;
  }

  .regal-main-product .shopify-payment-button__more-options {
    margin-bottom: 10px !important;
  }

  .regal-main-product .regal-benefits {
    margin-top: 10px !important;
  }
}
/* =========================
   REGAL RELATED PRODUCTS
   ========================= */

.regal-main-product + .shopify-section--related-products {
  background: transparent;
}

.shopify-section--related-products .section-stack {
  gap: 22px;
}

.shopify-section--related-products .section-header {
  margin-bottom: 0;
}

.shopify-section--related-products .product-list {
  gap: 18px;
}

.shopify-section--related-products .product-card {
  padding-bottom: 4px;
}

.shopify-section--related-products .product-card__info {
  gap: 5px;
  margin-top: 12px;
}

.shopify-section--related-products .product-card__title {
  font-size: 13px;
  letter-spacing: 0.12em;
}

.shopify-section--related-products .price-list {
  font-size: 12px;
  color: rgba(31, 29, 26, 0.62);
}

@media screen and (max-width: 749px) {
  .shopify-section--related-products .section-stack {
    gap: 16px;
  }

  .shopify-section--related-products .product-list {
    gap: 10px;
  }

  .shopify-section--related-products .product-card__info {
    margin-top: 8px;
    gap: 4px;
  }

  .shopify-section--related-products .product-card__title {
    font-size: 11px;
  }

  .shopify-section--related-products .price-list {
    font-size: 10px;
  }
}
