/** Shopify CDN: Minification failed

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

**/
/* Celsior-clone custom CSS for Dawn theme */

/* ========== DESIGN TOKENS ========== */
:root {
  /* Spacing */
  --space-xs: 0.25rem;   /* 4px */
  --space-sm: 0.5rem;    /* 8px */
  --space-md: 1rem;      /* 16px */
  --space-lg: 1.5rem;    /* 24px */
  --space-xl: 2rem;      /* 32px */
  --space-2xl: 3rem;     /* 48px */

  /* Border radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 50px;

  /* Colors — Brand */
  --color-accent: #5a9e82;
  --color-accent-light: #8fb5a2;
  --color-star: #F5A623;
  --color-sale: #DD1D1D;
  --color-urgent: #D32F2F;
  --color-text: #121212;
  --color-text-secondary: #555;
  --color-text-muted: #666;
  --color-border: #E8E8E8;
  --color-bg-warm: #F5F0EB;
  --color-bg-light: #FAFAFA;
  --color-success-bg: #E8F5E9;
  --color-success: #2E7D32;
  --color-success-border: #81C784;

  /* Typography */
  --text-xs: 0.75rem;    /* 12px */
  --text-sm: 0.875rem;   /* 14px */
  --text-base: 1rem;     /* 16px */
  --text-lg: 1.125rem;   /* 18px */
}

/* ========== GLOBAL TYPOGRAPHY ========== */
/* Poppins fallback — Shopify font library provides poppins_n4/n7,
   but we import additional weights for fine-tuned control */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body,
.button,
input,
textarea,
select {
  font-family: 'Poppins', var(--font-body-family), sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5 {
  font-family: 'Poppins', var(--font-heading-family), sans-serif;
}

/* ========== ANNOUNCEMENT BAR ========== */
.announcement-bar {
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 13px;
}

.announcement-bar a {
  text-decoration: none;
}

/* ========== HEADER ========== */
.header {
  border-bottom: 1px solid #E8E8E8;
}

.header__heading-link {
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* ========== BUTTONS (Global) ========== */
.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  border-radius: 0 !important;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: var(--text-sm);
  padding: var(--space-md) var(--space-xl);
}

/* ========== HERO BANNER ========== */
.banner {
  min-height: 600px;
}

.banner__heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  max-width: 600px;
}

@media (max-width: 749px) {
  .banner__heading {
    font-size: 32px;
  }
}

/* ========== PRODUCT CARDS ========== */
.card__heading {
  font-size: 14px;
  font-weight: 500;
}

.price {
  font-weight: 600;
}

.price--on-sale .price-item--regular {
  text-decoration: line-through;
  opacity: 0.6;
}

.price--on-sale .price-item--sale {
  color: #DD1D1D;
  font-weight: 700;
}

.badge {
  border-radius: 0;
  font-size: var(--text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ========== COLLECTION PAGE ========== */
.collection .grid--2-col-desktop .grid__item {
  max-width: 50%;
}

/* ========== PRODUCT DETAIL PAGE ========== */
.product__title {
  font-size: 28px;
  font-weight: 700;
}

.product__text {
  line-height: 1.6;
}

/* Collapsible tabs styling */
.product .accordion summary {
  padding: 16px 0;
  border-bottom: 1px solid #E8E8E8;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.product .accordion .accordion__content {
  padding: 16px 0;
  font-size: 14px;
  line-height: 1.6;
}

/* ========== PRODUCT GALLERY — WARM BEIGE BACKGROUND ========== */
.product__media-wrapper,
.product__media-list {
  background-color: #F9F3ED;
}

.product__media-list .product__media-item {
  border-radius: 0;
  background-color: #F9F3ED;
}

.thumbnail-list .thumbnail {
  border-radius: 0;
}

/* ========== HIDE QUANTITY SELECTOR ========== */
.product-form__input--quantity,
.quantity__input,
.quantity {
  display: none !important;
}

/* ========== FOOTER ========== */
.footer {
  border-top: none;
}

.footer__content-top {
  padding-top: 48px;
}

.footer__title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 20px;
}

.footer .newsletter-form__field-wrapper {
  max-width: 400px;
}

.footer .newsletter-form__button {
  background: #121212;
  color: #FFFFFF;
  border-radius: 0;
}

/* ========== SPACING & LAYOUT REFINEMENTS ========== */
.section-template--index > * {
  margin-top: 0;
}

/* Remove section gaps for seamless layout */
.shopify-section + .shopify-section {
  margin-top: 0;
}

/* ========== SALE BADGE ========== */
.badge--sale {
  background-color: #DD1D1D;
  color: #FFFFFF;
}

/* ========== VARIANT SWATCHES (Product Page) ========== */
.product-form__input .swatch-input label {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}

.product-form__input .swatch-input input:checked + label {
  border-color: #121212;
}

/* Size buttons */
.product-form__input--pill .product-form__input label {
  border-radius: 0;
  font-weight: 500;
  font-size: 13px;
  padding: 8px 16px;
  min-width: auto;
}

/* ========== HOW IT WORKS / MULTICOLUMN ========== */
.multicolumn .multicolumn-card__info .h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* ========== SCROLLBAR STYLING ========== */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: #CCC;
  border-radius: 3px;
}

::-webkit-scrollbar-track {
  background: transparent;
}


/* ==========================================================================
   CELSIOR CLONE — PRODUCT PAGE CONVERSION ELEMENTS
   ========================================================================== */

/* ========== RATING BAR ========== */
.cc-rating-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #E8F5E9;
  border-radius: 20px;
  padding: 6px 14px;
  width: fit-content;
  margin-bottom: 8px;
}

.cc-rating-stars {
  color: var(--color-star);
  font-size: var(--text-sm);
  letter-spacing: 1px;
}

.cc-rating-score {
  font-weight: 700;
  font-size: var(--text-sm);
  color: var(--color-success);
}

.cc-rating-count {
  font-size: 13px;
  color: #555;
}

/* ========== PROMISE LINE ========== */
.cc-promise-line {
  font-size: 16px;
  font-weight: 700;
  color: #121212;
  line-height: 1.4;
  margin: 8px 0 12px;
  padding: 0;
}

/* ========== EMOJI BENEFITS LIST ========== */
.cc-emoji-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cc-emoji-benefits li {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  padding: 0;
}

/* ========== SIZE GUIDE LINK ========== */
.cc-size-guide-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin: 4px 0 8px;
  cursor: pointer;
  transition: color 0.2s;
}

.cc-size-guide-link:hover {
  color: #121212;
}

/* ========== KIWISIZING PLACEHOLDER ========== */
.cc-kiwisizing-placeholder {
  margin: 0 0 8px;
}

.cc-calc-size-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  transition: color 0.2s;
}

.cc-calc-size-link:hover {
  color: #121212;
}

/* ========== FIT CALCULATOR MODAL ========== */
.cc-fit-calc {
  max-width: 440px;
  margin: 0 auto;
  padding: var(--space-sm) 0;
}

.cc-fit-calc__heading {
  text-align: center;
  margin-bottom: var(--space-xs);
  font-size: 1.5rem;
}

.cc-fit-calc__subtitle {
  text-align: center;
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  margin: 0 0 var(--space-lg);
}

.cc-fit-calc__tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: var(--space-lg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  overflow: hidden;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.cc-fit-calc__tab {
  padding: 0.6rem 1.8rem;
  border: none;
  background: transparent;
  color: var(--color-text-muted);
  font-weight: 500;
  cursor: pointer;
  font-size: var(--text-sm);
  line-height: 1;
  transition: all 0.2s;
}

.cc-fit-calc__tab--active {
  background: var(--color-text);
  color: #fff;
  font-weight: 600;
}

.cc-fit-calc__how-to {
  background: #F8F6F3;
  border-radius: var(--radius-md);
  padding: var(--space-md);
  margin-bottom: var(--space-lg);
}

.cc-fit-calc__how-to-title {
  font-size: var(--text-sm);
  font-weight: 700;
  margin: 0 0 var(--space-sm);
  color: var(--color-text);
}

.cc-fit-calc__how-to-item {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  margin: 0 0 4px;
  line-height: 1.5;
}

.cc-fit-calc__how-to-item:last-child {
  margin-bottom: 0;
}

.cc-fit-calc__label {
  display: block;
  font-weight: 600;
  font-size: var(--text-sm);
  letter-spacing: 0.5px;
  margin-bottom: var(--space-sm);
  color: var(--color-text);
}

.cc-fit-calc__input-row {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-lg);
}

.cc-fit-calc__input {
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  font-size: var(--text-base);
  width: 100%;
  max-width: 160px;
  transition: border-color 0.2s;
  font-family: inherit;
}

.cc-fit-calc__input:focus {
  outline: none;
  border-color: var(--color-text);
}

.cc-fit-calc__input-unit {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  font-weight: 500;
}

.cc-fit-calc__result {
  display: none;
  background: var(--color-success-bg);
  border: 1px solid var(--color-success-border);
  padding: var(--space-lg);
  border-radius: var(--radius-md);
  text-align: center;
  margin-bottom: var(--space-md);
  animation: ccFadeIn 0.3s ease;
}

.cc-fit-calc__result-label {
  margin: 0 0 var(--space-xs);
  font-weight: 600;
  font-size: var(--text-sm);
  color: var(--color-success);
}

.cc-fit-calc__result-size {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--color-text);
  line-height: 1.2;
}

.cc-fit-calc__result-tip {
  margin: var(--space-sm) 0 0;
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}

.cc-fit-calc__submit {
  width: 100%;
  padding: 0.9rem;
  background: var(--color-text);
  color: #fff;
  border: none;
  border-radius: var(--radius-pill);
  font-size: var(--text-base);
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  letter-spacing: 0.5px;
  font-family: inherit;
}

.cc-fit-calc__submit:hover {
  background: #333;
  transform: translateY(-1px);
}

.cc-fit-calc__submit:active {
  transform: translateY(0);
}

.cc-fit-calc__guarantee {
  text-align: center;
  font-size: var(--text-xs);
  color: var(--color-success);
  margin: var(--space-md) 0 0;
  font-weight: 500;
}

.cc-fit-calc__error {
  display: none;
  text-align: center;
  font-size: var(--text-sm);
  color: var(--color-sale);
  margin-bottom: var(--space-md);
  padding: var(--space-sm) var(--space-md);
  background: #FFF0F0;
  border-radius: var(--radius-md);
}

/* ========== SIZING CHART MODAL ========== */
.cc-sizing-chart__heading {
  text-align: center;
  margin-bottom: var(--space-xs);
  font-size: 1.5rem;
}

.cc-sizing-chart__tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: var(--space-lg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  overflow: hidden;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.cc-sizing-chart__tab {
  padding: 0.6rem 1.8rem;
  border: none;
  background: transparent;
  color: var(--color-text-muted);
  font-weight: 500;
  cursor: pointer;
  font-size: var(--text-sm);
  line-height: 1;
  transition: all 0.2s;
}

.cc-sizing-chart__tab--active {
  background: var(--color-text);
  color: #fff;
  font-weight: 600;
}

.cc-sizing-chart__panel {
  display: none;
  animation: ccFadeIn 0.3s ease;
}

.cc-sizing-chart__panel--active {
  display: block;
}

.cc-sizing-chart__image-wrap {
  margin-bottom: var(--space-lg);
}

.cc-sizing-chart__image-wrap img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
}

.cc-sizing-chart__notes {
  background: #F8F6F3;
  border-radius: var(--radius-md);
  padding: var(--space-md) var(--space-lg);
  margin-bottom: var(--space-lg);
}

.cc-sizing-chart__notes p {
  margin: 0 0 var(--space-sm);
  font-size: var(--text-sm);
  line-height: 1.6;
}

.cc-sizing-chart__notes p:last-child {
  margin-bottom: 0;
}

.cc-sizing-chart__calc-link {
  display: block;
  text-align: center;
  margin-top: var(--space-md);
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.cc-sizing-chart__calc-link:hover {
  color: var(--color-text);
}

/* ========== KACHING BUNDLE PLACEHOLDER ========== */
.cc-kaching-placeholder {
  margin: 12px 0;
}

.cc-bundle-teaser {
  background: #FFF8E1;
  border: 1px dashed #FFB300;
  border-radius: var(--radius-md);
  padding: var(--space-md) 1.125rem;
  text-align: center;
}

.cc-bundle-teaser p {
  margin: 0;
  font-size: 15px;
}

.cc-bundle-sub {
  font-size: 13px !important;
  color: #666;
  margin-top: 2px !important;
}

/* ========== FREE GIFTS BOX ========== */
.cc-free-gifts {
  background: var(--color-success-bg);
  border: 1px solid var(--color-success-border);
  border-radius: var(--radius-md);
  padding: var(--space-md) 1.125rem;
  margin: 0.75rem 0;
}

.cc-free-gifts__title {
  font-size: 0.938rem;
  font-weight: 700;
  color: var(--color-success);
  margin: 0 0 8px;
}

.cc-free-gifts__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cc-free-gifts__list li {
  font-size: 13px;
  color: #333;
}

/* ========== BUY BUTTON OVERRIDE ========== */
.product-form__submit {
  background: #121212 !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  padding: 18px 32px !important;
  width: 100% !important;
  transition: background 0.2s, transform 0.1s !important;
}

.product-form__submit:hover {
  background: #333 !important;
  transform: translateY(-1px) !important;
}

.product-form__submit:active {
  transform: translateY(0) !important;
}

/* Dynamic checkout buttons full-width */
.shopify-payment-button {
  width: 100%;
  margin-top: 8px;
}

.shopify-payment-button__button {
  border-radius: 50px !important;
  width: 100% !important;
}

/* ========== PAYMENT ICONS ROW ========== */
.cc-payment-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 12px 0;
  padding: 0;
}

.cc-payment-icon {
  display: inline-flex;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.cc-payment-icon:hover {
  opacity: 1;
}

/* ========== SHIPPING URGENCY BOX ========== */
.cc-shipping-urgency {
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--space-md) 1.125rem;
  margin: var(--space-md) 0;
}

.cc-shipping-urgency__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.cc-shipping-icon {
  font-size: 20px;
}

.cc-shipping-urgency__title {
  font-size: 15px;
  font-weight: 700;
  color: #121212;
}

.cc-shipping-urgency__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cc-countdown-line,
.cc-delivery-line {
  font-size: 13px;
  color: #333;
  margin: 0;
}

.cc-countdown-timer {
  font-weight: 700;
  color: #D32F2F;
  font-variant-numeric: tabular-nums;
}

/* ========== TESTIMONIAL CAROUSEL (Product Info) ========== */
.cc-testimonial-carousel {
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.125rem;
  margin: var(--space-md) 0;
  position: relative;
  overflow: hidden;
}

.cc-testimonial-slides {
  position: relative;
  min-height: 120px;
}

.cc-testimonial-slide {
  display: none;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  animation: ccFadeIn 0.4s ease;
}

.cc-testimonial-slide.cc-active {
  display: flex;
}

@keyframes ccFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.cc-testimonial-avatar {
  font-size: 32px;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0E6DA;
  border-radius: 50%;
}

.cc-testimonial-stars {
  color: var(--color-star);
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.cc-testimonial-text {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  font-style: italic;
  margin: 0 0 6px;
}

.cc-testimonial-author {
  font-size: 12px;
  font-weight: 600;
  color: #121212;
  margin: 0;
}

.cc-testimonial-author span {
  font-weight: 400;
  color: #888;
}

.cc-testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.cc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #CCC;
  cursor: pointer;
  transition: background 0.2s;
}

.cc-dot.cc-active {
  background: #121212;
}

.cc-dot:hover {
  background: #888;
}


/* ==========================================================================
   BELOW-FOLD SECTIONS
   ========================================================================== */

/* ========== SOCIAL PROOF PHOTOS ========== */
.cc-social-proof {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.cc-social-proof__heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.cc-social-proof__sub {
  font-size: var(--text-base);
  color: var(--color-text-muted);
  margin-bottom: 32px;
}

.cc-social-proof__photos {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.cc-social-proof__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.cc-oval-photo {
  width: 100px;
  height: 130px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 3px solid #E8E8E8;
}

.cc-social-proof__name {
  font-size: 14px;
  font-weight: 600;
  color: #121212;
  margin: 0;
}

.cc-social-proof__result {
  font-size: var(--text-xs);
  color: var(--color-accent);
  font-weight: 500;
  margin: 0;
}

@media (max-width: 749px) {
  .cc-social-proof__photos {
    gap: 20px;
  }
  .cc-oval-photo {
    width: 80px;
    height: 104px;
  }
  .cc-social-proof__heading {
    font-size: 24px;
  }
}

/* ========== DARK CHARCOAL ACCORDION TABS ========== */
.cc-accordion-tabs {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.cc-accordion-tab {
  border-bottom: 1px solid #555;
}

.cc-accordion-tab__header {
  width: 100%;
  background: #2C2C2C;
  color: #FFFFFF;
  border: none;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s;
}

.cc-accordion-tab__header:hover {
  background: #3A3A3A;
}

.cc-accordion-tab__icon {
  font-size: 20px;
  font-weight: 300;
  transition: transform 0.3s;
}

.cc-accordion-tab__body {
  background: #333;
  color: #E0E0E0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}

.cc-accordion-tab__body p,
.cc-accordion-tab__body ul,
.cc-accordion-tab__body li {
  font-size: 14px;
  line-height: 1.7;
}

.cc-accordion-tab__body ul {
  padding-left: 20px;
}

.cc-accordion-tab__header[aria-expanded="true"] + .cc-accordion-tab__body {
  padding: 16px 20px;
}

/* ========== MARQUEE TICKER ========== */
.cc-marquee {
  background: #121212;
  overflow: hidden;
  padding: 14px 0;
  white-space: nowrap;
}

.cc-marquee__track {
  display: inline-flex;
  animation: ccMarqueeScroll 20s linear infinite;
}

.cc-marquee__text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes ccMarqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ========== BEFORE/AFTER SECTIONS ========== */
.cc-before-after {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.cc-before-after__heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.cc-before-after__sub {
  font-size: 0.938rem;
  color: var(--color-text-muted);
  margin-bottom: 32px;
}

.cc-before-after__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cc-before-after__card {
  text-align: center;
}

.cc-before-after__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}

.cc-ba-photo {
  aspect-ratio: 3/4;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 8px;
}

.cc-ba-label {
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3px 10px;
  border-radius: 10px;
  text-transform: uppercase;
}

.cc-ba-caption {
  font-size: 14px;
  color: #333;
  margin: 0;
}

.cc-ba-caption strong {
  color: #121212;
}

@media (max-width: 989px) {
  .cc-before-after__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 749px) {
  .cc-before-after__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 400px;
    margin: 0 auto;
  }
  .cc-before-after__heading {
    font-size: 22px;
  }
}

/* ========== BENEFIT MARKETING SECTIONS ========== */
.cc-benefit-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.cc-benefit-section__inner {
  text-align: center;
}

.cc-benefit-section__heading {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.3;
}

.cc-benefit-section__text {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 24px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.cc-benefit-section__quote {
  background: #FFF;
  border-left: 4px solid #121212;
  padding: 16px 20px;
  margin: 0 auto;
  max-width: 550px;
  text-align: left;
  border-radius: 0 8px 8px 0;
}

.cc-benefit-section__quote p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
  color: #333;
  margin: 0 0 8px;
}

.cc-benefit-section__quote cite {
  font-size: 13px;
  font-weight: 600;
  color: #121212;
  font-style: normal;
}

@media (max-width: 749px) {
  .cc-benefit-section__heading {
    font-size: 22px;
  }
}

/* ========== MORE TESTIMONIALS GRID ========== */
.cc-more-testimonials {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.cc-more-testimonials__heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
}

.cc-more-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: left;
}

.cc-testi-card {
  background: #FFFFFF;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}

.cc-testi-card__stars {
  color: var(--color-star);
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.cc-testi-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  font-style: italic;
  flex-grow: 1;
  margin-bottom: 14px;
}

.cc-testi-card__author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cc-testi-card__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F0E6DA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.cc-testi-card__name {
  font-size: 13px;
  font-weight: 600;
  color: #121212;
  margin: 0;
}

.cc-testi-card__badge {
  font-size: var(--text-xs);
  color: #888;
  margin: 0;
}

@media (max-width: 989px) {
  .cc-more-testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 449px) {
  .cc-more-testimonials__grid {
    grid-template-columns: 1fr;
  }
  .cc-more-testimonials__heading {
    font-size: 24px;
  }
}

/* ========== FAQ SECTION — BEIGE COLOR SCHEME ========== */
.collapsible-content-wrapper--all {
  background-color: #FAF6F1;
}

.collapsible-content .collapsible-content__heading {
  font-size: 32px;
  font-weight: 700;
}

/* ========== URGENCY SALES BANNER ========== */
.cc-urgency-banner {
  background: #FFF0F3;
  border: 1px solid #FFB6C8;
  border-radius: var(--radius-md);
  padding: var(--space-lg) 1.75rem;
  text-align: center;
  max-width: 900px;
  margin: 24px auto;
}

.cc-urgency-banner__title {
  font-size: 20px;
  font-weight: 700;
  color: #D63384;
  margin: 0 0 8px;
}

.cc-urgency-banner__text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

/* ========== +6000 SATISFIED CUSTOMERS ========== */
.cc-satisfied {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.cc-satisfied__heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 36px;
  color: #121212;
}

.cc-satisfied__grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
  text-align: left;
}

.cc-satisfied__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
}

.cc-satisfied__photo {
  width: 100%;
  min-height: 350px;
  background-size: cover;
  background-position: center;
}

.cc-satisfied__quote {
  background: #F5F0EB;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cc-satisfied__stars {
  color: var(--color-star);
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.cc-satisfied__title {
  font-size: 20px;
  font-weight: 700;
  color: #121212;
  margin: 0 0 12px;
}

.cc-satisfied__text {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 16px;
}

.cc-satisfied__author {
  font-size: 14px;
  font-weight: 600;
  color: #121212;
  margin: 0;
}

@media (max-width: 749px) {
  .cc-satisfied__card {
    grid-template-columns: 1fr;
  }
  .cc-satisfied__photo {
    min-height: 280px;
  }
  .cc-satisfied__heading {
    font-size: 28px;
  }
}

/* ========== BENEFIT SECTION — SPLIT LAYOUT ========== */
.cc-benefit-section--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.cc-benefit-section--split.cc-benefit-section--reverse {
  direction: rtl;
}

.cc-benefit-section--split.cc-benefit-section--reverse > * {
  direction: ltr;
}

.cc-benefit-section__image {
  width: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
}

.cc-benefit-section--split .cc-benefit-section__content {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cc-benefit-section--split .cc-benefit-section__heading {
  text-align: left;
  font-size: 28px;
  margin-bottom: 16px;
}

.cc-benefit-section--split .cc-benefit-section__text {
  text-align: left;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.cc-benefit-section__emoji-point {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 16px;
}

.cc-benefit-section__sub-heading {
  font-size: 16px;
  font-weight: 700;
  color: #121212;
  margin: 0 0 8px;
}

@media (max-width: 749px) {
  .cc-benefit-section--split {
    grid-template-columns: 1fr;
  }
  .cc-benefit-section--split.cc-benefit-section--reverse {
    direction: ltr;
  }
  .cc-benefit-section__image {
    min-height: 300px;
  }
  .cc-benefit-section--split .cc-benefit-section__content {
    padding: 28px 20px;
  }
  .cc-benefit-section--split .cc-benefit-section__heading {
    font-size: 22px;
  }
}

/* ========== MOBILE RESPONSIVE TWEAKS ========== */
@media (max-width: 749px) {
  .cc-rating-bar {
    flex-wrap: wrap;
    gap: 4px;
  }

  .cc-promise-line {
    font-size: 15px;
  }

  .cc-shipping-urgency {
    padding: 14px;
  }

  .cc-testimonial-carousel {
    padding: 14px;
  }

  .cc-testimonial-avatar {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .cc-accordion-tab__header {
    padding: 14px 16px;
    font-size: 13px;
  }

  .cc-benefit-section__quote {
    padding: 12px 16px;
  }
}

@media (max-width: 375px) {
  .cc-payment-icons {
    gap: var(--space-xs);
  }

  .cc-payment-icon svg {
    width: 32px;
    height: 20px;
  }
}

/* ========== FOCUS STATES (Accessibility) ========== */
.cc-size-guide-link:focus-visible,
.cc-calc-size-link:focus-visible,
.cc-accordion-tab__header:focus-visible,
.cc-dot:focus-visible {
  outline: 2px solid var(--color-text);
  outline-offset: 2px;
}

/* Remove misleading hover on non-interactive payment icons */
.cc-payment-icon {
  pointer-events: none;
}

/* ========== MARQUEE REDUCED MOTION ========== */
@media (prefers-reduced-motion: reduce) {
  .cc-marquee__track {
    animation: none;
  }

  .cc-marquee {
    text-align: center;
    overflow: hidden;
  }

  .cc-marquee__text:last-child {
    display: none;
  }
}

@media (hover: hover) {
  .cc-marquee:hover .cc-marquee__track {
    animation-play-state: paused;
  }
}