/* _content/SeasonalWicks_Website/Components/Layout/Footer.razor.rz.scp.css */
.season-footer[b-g4dht8y4ah] {
    position: relative;
    overflow: hidden;
    padding: clamp(2.75rem, 6vw, 5.25rem) 0 clamp(2rem, 4vw, 3.5rem);
    background-color: #101728;
    color: rgba(247, 249, 255, 0.95);
}

.season-footer .container[b-g4dht8y4ah] {
    position: relative;
    z-index: 2;
}

.season-footer a[b-g4dht8y4ah] {
    color: rgba(255, 255, 255, 0.83);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.season-footer a:hover[b-g4dht8y4ah],
.season-footer a:focus[b-g4dht8y4ah] {
    color: #ffffff;
    opacity: 1;
}

.season-footer__background[b-g4dht8y4ah] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(81, 97, 175, 0.92) 0%, rgba(53, 63, 124, 0.94) 52%, rgba(17, 25, 55, 0.96) 100%);
    pointer-events: none;
}

.season-footer__flare[b-g4dht8y4ah] {
    position: absolute;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle at 50% 50%, rgba(242, 126, 66, 0.35) 0%, rgba(242, 126, 66, 0) 70%);
    pointer-events: none;
    filter: blur(0px);
    z-index: 1;
}

.season-footer__flare--left[b-g4dht8y4ah] {
    top: -140px;
    left: -120px;
}

.season-footer__flare--right[b-g4dht8y4ah] {
    bottom: -160px;
    right: -80px;
    transform: rotate(12deg);
}

.season-footer__intro[b-g4dht8y4ah] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: clamp(1.8rem, 3vw, 3rem);
}

@media (min-width: 768px) {
    .season-footer__intro[b-g4dht8y4ah] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.season-footer__badge[b-g4dht8y4ah] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.32);
    color: #ffffff;
    font-weight: 600;
}

.season-footer__message[b-g4dht8y4ah] {
    margin: 0;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.82);
    max-width: 520px;
    line-height: 1.6;
}

.season-footer__brand[b-g4dht8y4ah] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.season-footer__title[b-g4dht8y4ah] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
}

.season-footer__text[b-g4dht8y4ah] {
    margin: 0;
    color: rgba(247, 249, 255, 0.82);
    line-height: 1.6;
}

.season-footer__text--small[b-g4dht8y4ah] {
    font-size: 0.95rem;
}

.season-footer__tags[b-g4dht8y4ah] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.season-footer__tag[b-g4dht8y4ah] {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.season-footer__heading[b-g4dht8y4ah] {
    margin-bottom: 1rem;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.season-footer__links[b-g4dht8y4ah] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.season-footer__links a[b-g4dht8y4ah] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
}

.season-footer__links a:hover[b-g4dht8y4ah],
.season-footer__links a:focus[b-g4dht8y4ah] {
    color: #ffffff;
}

.season-footer__hours[b-g4dht8y4ah] {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.72);
}

.season-footer__hours strong[b-g4dht8y4ah] {
    font-size: 0.95rem;
    color: #ffffff;
    font-weight: 600;
}

.season-footer__form[b-g4dht8y4ah] {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.1rem;
}

@media (min-width: 576px) {
    .season-footer__form[b-g4dht8y4ah] {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }
}

.season-footer__input[b-g4dht8y4ah] {
    width: 100%;
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(15, 24, 45, 0.35);
    color: #ffffff;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.season-footer__input[b-g4dht8y4ah]::placeholder {
    color: rgba(255, 255, 255, 0.58);
}

.season-footer__input:focus[b-g4dht8y4ah] {
    outline: none;
    border-color: rgba(255, 255, 255, 0.75);
    background: rgba(15, 24, 45, 0.55);
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.16);
}

.season-footer__button[b-g4dht8y4ah] {
    border-radius: 0.75rem;
    border: none;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #f27e42 0%, #f3b55b 100%);
    color: #1d1f2a;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.season-footer__button:hover[b-g4dht8y4ah],
.season-footer__button:focus[b-g4dht8y4ah] {
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 22px -10px rgba(242, 126, 66, 0.65);
    filter: brightness(1.05);
}

.season-footer__button:active[b-g4dht8y4ah] {
    transform: translateY(0);
}

.season-footer__disclaimer[b-g4dht8y4ah] {
    margin-top: 0.75rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
}

.season-footer__divider[b-g4dht8y4ah] {
    margin: clamp(2rem, 5vw, 3rem) 0 clamp(1.5rem, 4vw, 2.5rem);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.season-footer__bottom[b-g4dht8y4ah] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
}

@media (min-width: 768px) {
    .season-footer__bottom[b-g4dht8y4ah] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.season-footer__bottom-links[b-g4dht8y4ah] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.season-footer__bottom-links a[b-g4dht8y4ah] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.season-footer__bottom-links a:hover[b-g4dht8y4ah],
.season-footer__bottom-links a:focus[b-g4dht8y4ah] {
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .season-footer__badge[b-g4dht8y4ah] {
        align-self: flex-start;
    }

    .season-footer__message[b-g4dht8y4ah] {
        font-size: 0.95rem;
    }
}
/* _content/SeasonalWicks_Website/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-a91qfzjvar] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-a91qfzjvar] {
    flex: 1;
}

#blazor-error-ui[b-a91qfzjvar] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-a91qfzjvar] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/SeasonalWicks_Website/Components/Pages/Cart.razor.rz.scp.css */
.cart-page[b-r42np4mb43] {
  padding-bottom: 4rem;
}

.cart-hero[b-r42np4mb43] {
  padding: 3rem 0 2rem;
}

.cart-hero__inner[b-r42np4mb43] {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2.5rem 2rem;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #f8f9ff 0%, #eef4ff 100%);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
}

.cart-hero__eyebrow[b-r42np4mb43] {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: #6c757d;
}

.cart-hero__lead[b-r42np4mb43] {
  margin-bottom: 0;
  color: #495057;
  max-width: 520px;
}

.cart-hero__stats[b-r42np4mb43] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.cart-hero__stat[b-r42np4mb43] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 160px;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  background-color: #ffffff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
}

.cart-hero__stat-label[b-r42np4mb43] {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6c757d;
}

.cart-hero__stat-value[b-r42np4mb43] {
  font-weight: 600;
  font-size: 1rem;
  color: #212529;
}

.cart-empty[b-r42np4mb43] {
  padding: 3rem 0;
}

.cart-empty__card[b-r42np4mb43] {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 2.5rem;
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.cart-empty__badge[b-r42np4mb43] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #e6edff;
  color: #2f57ff;
}

.cart-empty__card h2[b-r42np4mb43] {
  margin-bottom: 0.75rem;
}

.cart-empty__card p[b-r42np4mb43] {
  margin-bottom: 1.5rem;
  color: #6c757d;
}

.cart-content[b-r42np4mb43] {
  padding: 3rem 0;
}

.cart-items[b-r42np4mb43] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cart-line[b-r42np4mb43] {
  display: grid;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  border: 1px solid #ebeff3;
}

.cart-line__media[b-r42np4mb43] {
  width: 100%;
  max-width: 140px;
  aspect-ratio: 1;
  border-radius: 1rem;
  overflow: hidden;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-line__media img[b-r42np4mb43] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-line__media--placeholder span[b-r42np4mb43] {
  font-size: 1.75rem;
  font-weight: 600;
  color: #9ca3af;
}

.cart-line__body[b-r42np4mb43] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cart-line__header[b-r42np4mb43] {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cart-line__title[b-r42np4mb43] {
  margin-bottom: 0.35rem;
}

.cart-line__description[b-r42np4mb43] {
  margin-bottom: 0.75rem;
  color: #6c757d;
}

.cart-line__options[b-r42np4mb43] {
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.85rem;
  color: #495057;
}

.cart-line__options span[b-r42np4mb43] {
  font-weight: 600;
}

.cart-line__status[b-r42np4mb43] {
  font-size: 0.8rem;
  font-weight: 600;
  color: #198754;
}

.cart-line__pricing[b-r42np4mb43] {
  min-width: 120px;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: flex-end;
}

.cart-line__unit[b-r42np4mb43] {
  font-size: 0.85rem;
  color: #6c757d;
}

.cart-line__total[b-r42np4mb43] {
  font-size: 1.15rem;
  font-weight: 600;
  color: #212529;
}

.cart-line__controls[b-r42np4mb43] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: space-between;
  align-items: center;
}

.cart-line__quantity[b-r42np4mb43] {
  max-width: 220px;
}

.cart-line__links[b-r42np4mb43] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cart-saved[b-r42np4mb43] {
  margin-top: 2rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.cart-saved__item[b-r42np4mb43] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cart-saved__meta[b-r42np4mb43] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.cart-saved__actions[b-r42np4mb43] {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.order-summary[b-r42np4mb43] {
  position: sticky;
  top: 2rem;
  border-radius: 1.5rem;
  background: #ffffff;
  padding: 2rem;
  border: 1px solid #edf1f5;
}

.cart-summary__body[b-r42np4mb43] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cart-summary__banner[b-r42np4mb43] {
  border-radius: 1rem;
  background: #ecf3ff;
  padding: 1rem 1.25rem;
  border: 1px solid #d2e0ff;
}

.cart-summary__banner--success[b-r42np4mb43] {
  background: #e9f7ef;
  border-color: #c9ead7;
}

.cart-summary__promo .form-text[b-r42np4mb43] {
  margin-top: 0.5rem;
}

.cart-summary__totals[b-r42np4mb43] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #343a40;
}

.cart-summary__totals li[b-r42np4mb43] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-summary__total[b-r42np4mb43] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1.35rem;
}

.cart-summary__total span[b-r42np4mb43] {
  font-size: 0.95rem;
  font-weight: 500;
  color: #6c757d;
}

.cart-summary__footer[b-r42np4mb43] {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .cart-hero__inner[b-r42np4mb43] {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .cart-line[b-r42np4mb43] {
    grid-template-columns: 140px 1fr;
  }
}

@media (max-width: 767.98px) {
  .cart-hero__inner[b-r42np4mb43] {
    padding: 2rem 1.5rem;
  }

  .cart-line[b-r42np4mb43] {
    grid-template-columns: 1fr;
  }

  .cart-line__media[b-r42np4mb43] {
    max-width: none;
    height: 200px;
  }

  .order-summary[b-r42np4mb43] {
    position: static;
  }
}

.progress[b-r42np4mb43] {
  background-color: #e4ebff;
  height: 6px;
  border-radius: 999px;
}

.progress-bar[b-r42np4mb43] {
  background: linear-gradient(135deg, #4361ee 0%, #4895ef 100%);
  border-radius: 999px;
}
/* _content/SeasonalWicks_Website/Components/Pages/Home.razor.rz.scp.css */
.heritage-frame[b-2nqxlunrf6] {
    position: relative;
    z-index: 0;
    background: var(--heritage-frame-fill);
    border: none;
    --heritage-frame-border-width: 3px;
    --heritage-frame-inner-width: 2px;
    --heritage-frame-inset: clamp(0.75rem, 1.5vw, 1rem);
    --heritage-frame-radius: clamp(1.75rem, 4vw, 2.4rem);
}

.heritage-frame[b-2nqxlunrf6]::before,
.heritage-frame[b-2nqxlunrf6]::after {
    content: "";
    position: absolute;
    inset: 0;
    border: var(--heritage-frame-border-width) solid var(--heritage-frame-line);
    border-radius: 0;
    pointer-events: none;
    z-index: 0;
}

.heritage-frame[b-2nqxlunrf6]::after {
    inset: var(--heritage-frame-inset);
    border-width: var(--heritage-frame-inner-width);
    border-color: var(--heritage-frame-inner-line);
    opacity: 0.85;
}

.heritage-frame--ornate[b-2nqxlunrf6]::before,
.heritage-frame--ornate[b-2nqxlunrf6]::after {
    border-radius: var(--heritage-frame-radius);
}

.heritage-frame--square[b-2nqxlunrf6]::before,
.heritage-frame--square[b-2nqxlunrf6]::after {
    border-radius: 0;
}

.heritage-frame > *[b-2nqxlunrf6] {
    position: relative;
    z-index: 1;
}
.heritage-frame--hero[b-2nqxlunrf6] {
    border-radius: 0 0 var(--heritage-frame-radius) var(--heritage-frame-radius);
    overflow: hidden;
}

.heritage-frame--hero[b-2nqxlunrf6]::before,
.heritage-frame--hero[b-2nqxlunrf6]::after {
    border-radius: 0 0 var(--heritage-frame-radius) var(--heritage-frame-radius);
}


.season-hero__card-inner[b-2nqxlunrf6] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(1.75rem, 4vw, 3rem);
    width: 100%;
}


.season-experience[b-2nqxlunrf6] {



    --season-page-bg: linear-gradient(180deg, rgba(245, 247, 250, 0.85) 0%, rgba(238, 242, 249, 0.9) 100%);



    --season-page-text: #20283c;



    --season-muted-text: #5f667a;



    --season-hero-gradient: linear-gradient(135deg, #5161af 0%, #353f7c 65%, #111937 100%);



    --season-hero-overlay: rgba(15, 22, 45, 0.45);



    --season-hero-foreground: #ffffff;



    --season-hero-text-muted: rgba(255, 255, 255, 0.82);



    --season-feature-text-muted: rgba(255, 255, 255, 0.75);



    --season-pill-bg: rgba(255, 255, 255, 0.24);



    --season-pill-text: #ffffff;



    --season-nav-bg: rgba(15, 24, 45, 0.25);



    --season-nav-border: rgba(255, 255, 255, 0.35);



    --season-nav-hover: rgba(255, 255, 255, 0.32);



    --season-hero-button-bg: rgba(255, 255, 255, 0.88);



    --season-hero-button-text: #1c273d;



    --season-hero-button-hover: #ffffff;



    --season-hero-outline-border: rgba(255, 255, 255, 0.5);



    --season-hero-outline-text: #ffffff;



    --season-hero-outline-hover-bg: rgba(255, 255, 255, 0.22);



    --season-hero-outline-hover-text: #ffffff;



    --season-glass-surface: rgba(15, 24, 45, 0.38);



    --season-glass-border: rgba(255, 255, 255, 0.3);



    --season-glass-text: rgba(255, 255, 255, 0.9);



    --season-primary: #5161af;



    --season-primary-hover: #3f4f94;



    --season-primary-text: #ffffff;



    --season-outline-border: rgba(81, 97, 175, 0.25);



    --season-outline-text: #3f4f94;



    --season-outline-hover: rgba(81, 97, 175, 0.38);



    --season-card-bg: #ffffff;



    --season-card-border: rgba(20, 28, 52, 0.08);



    --season-card-shadow: 0 26px 60px -32px rgba(16, 25, 45, 0.32);



    --season-card-title: #20283c;



    --season-card-text: #5f667a;



    --season-card-price: #20283c;



    --season-section-heading: #20283c;



    --season-section-muted: #6a7288;



    --season-section-surface: rgba(255, 255, 255, 0.72);



    --season-section-border: rgba(25, 35, 58, 0.12);



    --season-featured-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 247, 252, 0.88) 100%);



    --season-featured-border: rgba(25, 35, 58, 0.12);



    --season-featured-shadow: 0 36px 70px -44px rgba(20, 28, 52, 0.32);



    --season-featured-media-border: rgba(25, 35, 58, 0.16);



    --season-featured-media-bg: rgba(81, 97, 175, 0.12);



    --season-progress-base: rgba(255, 255, 255, 0.42);



    --season-progress-active: #ffffff;



    --season-progress-active-contrast: #10131f;



    --season-empty-bg: rgba(255, 255, 255, 0.8);



    --season-empty-border: rgba(25, 35, 58, 0.12);



    --season-empty-text: #4d556a;



    --season-card-media-bg: rgba(81, 97, 175, 0.08);



    --season-hero-card-bg: rgba(255, 247, 232, 0.88);



    --season-hero-card-border: rgba(57, 39, 25, 0.55);



    --season-hero-card-shadow: 0 30px 50px -32px rgba(15, 18, 28, 0.38);



    --season-hero-heading: var(--season-page-text);



    --season-hero-subheading: var(--season-muted-text);



    --season-hero-social-bg: rgba(255, 255, 255, 0.7);



    --season-hero-social-border: rgba(57, 39, 25, 0.28);



    --season-hero-social-text: var(--season-page-text);



    --season-hero-social-hover: rgba(255, 255, 255, 0.9);



    --season-hero-artwork-image: url('/images/autumn_background.png');



    --season-hero-glow: 0 40px 60px -32px rgba(20, 28, 52, 0.45);



}







.season-experience[b-2nqxlunrf6] {



    background: var(--season-page-bg);



    background-size: cover;



    background-position: center;



    background-repeat: no-repeat;



    color: var(--season-page-text);



    transition: background-color 0.45s ease, color 0.45s ease, border-color 0.45s ease;



    padding: 0 clamp(1.5rem, 4vw, 2.5rem) clamp(3rem, 6vw, 5rem);



}







.season-experience :where(h1, h2, h3, h4, h5, h6)[b-2nqxlunrf6] {



    color: inherit;



}







.season-hero[b-2nqxlunrf6] {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.8rem, 5vw, 2.8rem) clamp(2.5rem, 6vw, 3.75rem);
    min-height: clamp(20rem, 52vh, 30rem);
}








.season-hero__card[b-2nqxlunrf6] {
    --heritage-frame-fill: rgba(248, 246, 236, 0.96);
    --heritage-frame-line: #4c6f44;
    --heritage-frame-inner-line: rgba(76, 111, 68, 0.55);
    --heritage-frame-inset: clamp(0.65rem, 1.6vw, 1.1rem);
    --heritage-frame-border-width: 3px;
    --heritage-frame-inner-width: 1.5px;
    --heritage-frame-radius: clamp(2.4rem, 4vw, 3rem);
    --season-hero-accent: #4c6f44;
    padding: clamp(2rem, 4.5vw, 3rem);
    max-width: min(1180px, 100%);
    width: 100%;
    color: var(--season-hero-heading);
    background: transparent;
    box-shadow: 0 24px 60px -32px rgba(42, 60, 36, 0.35);
}









.season-hero__visual[b-2nqxlunrf6] {
    flex: 0 0 clamp(12.5rem, 26vw, 18rem);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}








.season-visual[b-2nqxlunrf6] {
    position: relative;
    --clock-tick-size: clamp(0.35rem, 1.25vw, 0.55rem);
    --clock-hand-tail: clamp(1.05rem, 3vw, 1.4rem);
    width: clamp(12rem, 30vw, 18rem);
    aspect-ratio: 1 / 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 0;
    padding: clamp(0.6rem, 1.8vw, 1.05rem);
    align-items: stretch;
    justify-items: stretch;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.96) 0%, rgba(243, 246, 239, 0.88) 55%, rgba(225, 234, 221, 0.62) 72%, rgba(208, 221, 206, 0.38) 100%);
    border: 2px solid rgba(54, 88, 48, 0.48);
    box-shadow: 0 26px 60px -34px rgba(24, 36, 24, 0.45);
}








.season-visual[b-2nqxlunrf6]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(46, 74, 39, 0.32);
    box-shadow: inset 0 0 0 6px rgba(248, 246, 236, 0.28);
    pointer-events: none;
}

.season-visual[b-2nqxlunrf6]::after {
    content: "";
    position: absolute;
    inset: 9%;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.75);
    pointer-events: none;
    box-shadow: inset 0 0 0 2px rgba(54, 88, 48, 0.12);
    background:
        radial-gradient(circle, rgba(54, 88, 48, 0.45) 0 calc(var(--clock-tick-size) * 0.55), transparent calc(var(--clock-tick-size) * 0.55)) 50% 0 / var(--clock-tick-size) var(--clock-tick-size) no-repeat,
        radial-gradient(circle, rgba(54, 88, 48, 0.45) 0 calc(var(--clock-tick-size) * 0.55), transparent calc(var(--clock-tick-size) * 0.55)) 100% 50% / var(--clock-tick-size) var(--clock-tick-size) no-repeat,
        radial-gradient(circle, rgba(54, 88, 48, 0.45) 0 calc(var(--clock-tick-size) * 0.55), transparent calc(var(--clock-tick-size) * 0.55)) 50% 100% / var(--clock-tick-size) var(--clock-tick-size) no-repeat,
        radial-gradient(circle, rgba(54, 88, 48, 0.45) 0 calc(var(--clock-tick-size) * 0.55), transparent calc(var(--clock-tick-size) * 0.55)) 0 50% / var(--clock-tick-size) var(--clock-tick-size) no-repeat;
}








.season-visual__tile[b-2nqxlunrf6] {
    position: relative;
    border: none;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    isolation: isolate;
    min-width: 0;
    min-height: 0;
}

.season-visual__tile:nth-child(1)[b-2nqxlunrf6] {
    border-top-left-radius: clamp(1rem, 4vw, 1.6rem);
}

.season-visual__tile:nth-child(2)[b-2nqxlunrf6] {
    border-top-right-radius: clamp(1rem, 4vw, 1.6rem);
}

.season-visual__tile:nth-child(3)[b-2nqxlunrf6] {
    border-bottom-left-radius: clamp(1rem, 4vw, 1.6rem);
}

.season-visual__tile:nth-child(4)[b-2nqxlunrf6] {
    border-bottom-right-radius: clamp(1rem, 4vw, 1.6rem);
}







.season-visual__tile img[b-2nqxlunrf6] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
}







.season-visual__chip[b-2nqxlunrf6] {







    position: absolute;







    bottom: clamp(0.45rem, 2vw, 0.85rem);







    left: 50%;







    transform: translateX(-50%);







    padding: 0.25rem 0.7rem;







    border-radius: 999px;







    font-size: 0.66rem;







    letter-spacing: 0.22em;







    text-transform: uppercase;







    font-weight: 600;







    background: rgba(15, 24, 45, 0.72);







    color: #ffffff;







    pointer-events: none;







    box-shadow: 0 6px 16px -10px rgba(12, 16, 30, 0.55);







}







.season-visual__tile.is-active[b-2nqxlunrf6] {







    transform: scale(1.05);







    box-shadow: 0 26px 44px -32px rgba(12, 16, 30, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.68);







}







.season-visual__tile.is-active img[b-2nqxlunrf6] {







    transform: scale(1.1);







    filter: saturate(1.08) brightness(1.05);







}







.season-visual__tile:focus-visible[b-2nqxlunrf6] {







    outline: none;







    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 0 6px rgba(16, 25, 45, 0.4);







}







.season-visual__tile:active img[b-2nqxlunrf6] {







    animation: season-visual-press-b-2nqxlunrf6 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;







}







.season-visual__hand[b-2nqxlunrf6] {
    --rotation: -45deg;
    --hand-tail: var(--clock-hand-tail, clamp(1.05rem, 3vw, 1.4rem));
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(0.7rem, 1.8vw, 0.95rem);
    height: clamp(5.8rem, 18vw, 7.8rem);
    transform-origin: 50% calc(100% - var(--hand-tail));
    transform: translate(-50%, calc(-100% + var(--hand-tail))) rotate(var(--rotation));
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
    z-index: 3;
    filter: drop-shadow(0 12px 24px rgba(12, 16, 30, 0.45));
}







.season-visual__hand[b-2nqxlunrf6]::before {
    content: "";
    position: absolute;
    top: clamp(0.35rem, 1.1vw, 0.55rem);
    bottom: var(--hand-tail);
    left: 50%;
    width: clamp(0.34rem, 1vw, 0.48rem);
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(34, 54, 42, 0.96) 0%, rgba(82, 124, 88, 0.9) 62%, rgba(225, 233, 219, 0.85) 100%);
    border-radius: 999px;
    clip-path: polygon(50% 0%, 60% 18%, 60% 66%, 55% 78%, 55% 100%, 45% 100%, 45% 78%, 40% 66%, 40% 18%);
    box-shadow: 0 18px 34px -18px rgba(12, 16, 30, 0.55);
}







.season-visual__hand[b-2nqxlunrf6]::after {
    content: "";
    position: absolute;
    bottom: calc(var(--hand-tail) * -0.45);
    left: 50%;
    width: clamp(1.5rem, 3.4vw, 1.9rem);
    height: clamp(1.5rem, 3.4vw, 1.9rem);
    transform: translate(-50%, 0);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.95) 0%, rgba(230, 235, 226, 0.9) 55%, rgba(74, 104, 68, 0.65) 100%);
    border: 1.5px solid rgba(46, 74, 39, 0.38);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.65), 0 14px 26px -16px rgba(12, 16, 30, 0.5);
}







@keyframes season-visual-press-b-2nqxlunrf6 {







    0% { transform: scale(1); }







    40% { transform: scale(0.96); }







    100% { transform: scale(1.02); }







}







@media (max-width: 992px) {







    .season-hero__visual[b-2nqxlunrf6] {







        flex: 0 0 auto;







    }







    .season-visual[b-2nqxlunrf6] {







        width: clamp(11rem, 52vw, 16rem);







    }







}







@media (max-width: 576px) {







    .season-visual[b-2nqxlunrf6] {
        width: clamp(10rem, 72vw, 14rem);
        padding: clamp(0.45rem, 3vw, 0.75rem);
        --clock-tick-size: clamp(0.3rem, 1.6vw, 0.45rem);
        --clock-hand-tail: clamp(0.9rem, 2.8vw, 1.15rem);
    }







}







.theme-spring .season-visual__tile--spring .season-visual__chip[b-2nqxlunrf6],







.theme-summer .season-visual__tile--summer .season-visual__chip[b-2nqxlunrf6],







.theme-autumn .season-visual__tile--autumn .season-visual__chip[b-2nqxlunrf6],







.theme-winter .season-visual__tile--winter .season-visual__chip[b-2nqxlunrf6] {







    background: var(--season-primary);







    color: var(--season-primary-text);







}







.theme-spring .season-visual__tile--spring.is-active[b-2nqxlunrf6] {







    box-shadow: 0 26px 44px -30px rgba(45, 110, 84, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.72);







}







.theme-summer .season-visual__tile--summer.is-active[b-2nqxlunrf6] {







    box-shadow: 0 26px 44px -30px rgba(199, 79, 41, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.74);







}







.theme-autumn .season-visual__tile--autumn.is-active[b-2nqxlunrf6] {







    box-shadow: 0 26px 44px -30px rgba(128, 64, 32, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.74);







}







.theme-winter .season-visual__tile--winter.is-active[b-2nqxlunrf6] {







    box-shadow: 0 26px 44px -30px rgba(21, 45, 102, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.74);







}







.season-hero__content[b-2nqxlunrf6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
    flex: 1 1 auto;
    max-width: clamp(18rem, 42vw, 26rem);
    text-align: center;
    margin: 0 auto;
}

.season-hero__season-callout[b-2nqxlunrf6] {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0.6rem clamp(2.5rem, 8vw, 3.5rem) 0.45rem;
    gap: 0.5rem;
}

.season-hero__season-callout[b-2nqxlunrf6]::before,
.season-hero__season-callout[b-2nqxlunrf6]::after {
    content: "";
    position: absolute;
    left: clamp(0.75rem, 3vw, 1.6rem);
    right: clamp(0.75rem, 3vw, 1.6rem);
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(76, 111, 68, 0.35) 18%, rgba(76, 111, 68, 0.7) 50%, rgba(76, 111, 68, 0.35) 82%, transparent 100%);
}

.season-hero__season-callout[b-2nqxlunrf6]::before {
    top: 0;
}

.season-hero__season-callout[b-2nqxlunrf6]::after {
    bottom: 0;
}








.season-hero__content h1[b-2nqxlunrf6] {
    font-size: clamp(2.4rem, 6vw, 3.4rem);
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0;
    font-family: var(--heritage-font-display);
    color: var(--season-hero-heading);
    line-height: 1.05;
}









.season-hero__tagline[b-2nqxlunrf6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.5rem, 1.2vw, 0.75rem);
    font-size: clamp(0.7rem, 1.6vw, 0.9rem);
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: var(--season-hero-accent);
    margin: 0;
}

.season-hero__tagline[b-2nqxlunrf6]::before,
.season-hero__tagline[b-2nqxlunrf6]::after {
    content: "";
    width: clamp(0.45rem, 1vw, 0.6rem);
    height: clamp(0.45rem, 1vw, 0.6rem);
    border-radius: 50%;
    border: 2px solid var(--season-hero-accent);
    background: rgba(248, 246, 236, 0.9);
}









.season-hero__description[b-2nqxlunrf6] {
    font-size: 1.05rem;
    max-width: 32rem;
    margin: 0.35rem 0 0;
    color: var(--season-hero-subheading);
}








.season-hero__socials[b-2nqxlunrf6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    margin-left: clamp(1.5rem, 4vw, 2.75rem);
    padding: clamp(0.4rem, 1.2vw, 0.75rem);
    border-radius: 999px;
    background: rgba(248, 246, 236, 0.58);
    backdrop-filter: blur(3px);
}








.season-hero__social[b-2nqxlunrf6] {
    position: relative;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.96);
    color: #1f2a1c;
    border: 2px solid rgba(76, 111, 68, 0.75);
    box-shadow: 0 0 0 4px rgba(76, 111, 68, 0.18);
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.season-hero__social[b-2nqxlunrf6]::after {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    border: 1px solid rgba(76, 111, 68, 0.35);
    pointer-events: none;
    opacity: 0.75;
}




.season-hero__social svg[b-2nqxlunrf6] {
    position: relative;
    z-index: 1;
    width: 1.35rem;
    height: 1.35rem;
    pointer-events: none;
}




.season-hero__social:hover[b-2nqxlunrf6],
.season-hero__social:focus-visible[b-2nqxlunrf6] {
    outline: none;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 7px rgba(76, 111, 68, 0.45);
}





.season-hero__social:focus-visible[b-2nqxlunrf6] {



    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 0 5px rgba(17, 24, 39, 0.45);



}



@media (max-width: 992px) {



    .season-hero[b-2nqxlunrf6] {



        min-height: auto;



        padding: clamp(1rem, 9vw, 2rem) clamp(1.25rem, 6vw, 1.75rem);



    }







    .season-hero__card-inner[b-2nqxlunrf6] {








        flex-direction: column;








        align-items: center;








        text-align: center;








        gap: 1.5rem;








    }







    .season-hero__visual[b-2nqxlunrf6] {



        flex: 0 0 clamp(7rem, 32vw, 10rem);



    }







    .season-clock[b-2nqxlunrf6] {



        width: clamp(7.5rem, 32vw, 10.5rem);



    }







    .season-clock__season[b-2nqxlunrf6] {



        font-size: 0.66rem;



        letter-spacing: 0.2em;



    }







        .season-hero__socials[b-2nqxlunrf6] {
        flex-direction: row;
        justify-content: center;
        margin-left: 0;
        padding: clamp(0.4rem, 2vw, 0.6rem);
    }




}







@media (max-width: 576px) {



    .season-hero__card[b-2nqxlunrf6] {



        padding: clamp(1.5rem, 8vw, 2rem);



    }







    .season-clock[b-2nqxlunrf6] {



        width: clamp(6.75rem, 44vw, 8.75rem);



    }







    .season-clock__season[b-2nqxlunrf6] {



        min-width: 3rem;



        padding: 0.3rem 0.65rem;



        font-size: 0.58rem;



        letter-spacing: 0.16em;



    }







    .season-clock__season--spring[b-2nqxlunrf6] {



        top: -20%;



    }







    .season-clock__season--autumn[b-2nqxlunrf6] {



        bottom: -20%;



    }







    .season-clock__season--summer[b-2nqxlunrf6] {



        right: -20%;



    }







    .season-clock__season--winter[b-2nqxlunrf6] {



        left: -20%;



    }







    .season-hero__social[b-2nqxlunrf6] {



        width: 2.5rem;



        height: 2.5rem;



        font-size: 0.7rem;



    }



}







@media (prefers-reduced-motion: reduce) {



    .season-clock__hand[b-2nqxlunrf6] {



        transition: none;



    }







    .season-clock__season[b-2nqxlunrf6] {



        transition: none;



    }



}







.season-featured[b-2nqxlunrf6] {



    max-width: min(1180px, 95%);



    margin: clamp(2.5rem, 5vw, 3.5rem) auto 0;



    color: var(--season-page-text);



}







.season-featured__inner[b-2nqxlunrf6] {
    --heritage-frame-fill: rgba(248, 246, 236, 0.96);
    --heritage-frame-inset: clamp(0.65rem, 1.5vw, 0.9rem);
    --heritage-frame-border-width: 2.5px;
    --heritage-frame-inner-width: 1.4px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(1.75rem, 4vw, 3rem);
    padding: clamp(2.5rem, 5vw, 3.25rem);
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    align-items: center;
}








.season-featured__content[b-2nqxlunrf6] {



    display: flex;



    flex-direction: column;



    gap: clamp(0.85rem, 3vw, 1.4rem);



    max-width: 36rem;



}







.season-featured__content h2[b-2nqxlunrf6] {
    font-family: var(--heritage-font-display);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0;
}

.season-featured__eyebrow[b-2nqxlunrf6] {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-weight: 600;
    color: var(--season-section-muted);
    font-family: var(--heritage-font-display);
}








.season-featured__season[b-2nqxlunrf6] {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 600;
    margin: 0;
    color: var(--season-section-heading);
    font-family: var(--heritage-font-display);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}








.season-featured__description[b-2nqxlunrf6] {



    margin: 0;



    color: var(--season-muted-text);



    line-height: 1.6;



}







.season-featured__actions[b-2nqxlunrf6] {



    display: flex;



    flex-wrap: wrap;



    align-items: center;



    gap: clamp(1rem, 3vw, 1.75rem);



    margin-top: 0.5rem;



}







.season-featured__price[b-2nqxlunrf6] {



    font-size: clamp(1.6rem, 3vw, 2.2rem);



    font-weight: 700;



    color: var(--season-card-price);



}







.season-featured__buttons[b-2nqxlunrf6] {



    display: flex;



    flex-wrap: wrap;



    gap: 0.75rem;



}







.season-featured__media[b-2nqxlunrf6] {



    align-self: stretch;



    border-radius: clamp(1.5rem, 3vw, 2.25rem);



    border: 1px solid var(--season-featured-media-border);



    background: var(--season-featured-media-bg);



    display: flex;



    align-items: center;



    justify-content: center;



    padding: clamp(0.75rem, 2.5vw, 1.5rem);



}







.season-featured__media img[b-2nqxlunrf6] {



    width: 100%;



    height: 100%;



    object-fit: cover;



    border-radius: clamp(1.25rem, 3vw, 1.75rem);



    box-shadow: 0 26px 60px -38px rgba(16, 25, 45, 0.28);



}







@media (max-width: 992px) {



    .season-featured__inner[b-2nqxlunrf6] {



        grid-template-columns: 1fr;



        text-align: center;



    }







    .season-featured__content[b-2nqxlunrf6] {



        max-width: none;



        align-items: center;



    }







    .season-featured__media[b-2nqxlunrf6] {



        order: -1;



        max-width: 26rem;



        margin: 0 auto clamp(1rem, 4vw, 1.75rem);



    }







    .season-featured__actions[b-2nqxlunrf6] {



        justify-content: center;



    }



}







@media (max-width: 576px) {



    .season-featured__inner[b-2nqxlunrf6] {



        padding: clamp(1.75rem, 8vw, 2.25rem);



    }







    .season-featured__buttons[b-2nqxlunrf6] {



        width: 100%;



        justify-content: center;



    }







    .season-featured__buttons .btn[b-2nqxlunrf6] {



        width: min(100%, 16rem);



    }



}







.season-products[b-2nqxlunrf6] {
    --heritage-frame-fill: rgba(248, 246, 236, 0.94);
    --heritage-frame-inset: clamp(0.6rem, 1.4vw, 0.9rem);
    --heritage-frame-border-width: 2.5px;
    --heritage-frame-inner-width: 1.4px;
    max-width: min(1180px, 95%);
    margin: clamp(3rem, 6vw, 4rem) auto 0;
    padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1.8rem, 4vw, 3rem);
    color: var(--season-page-text);
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}








.season-products__header[b-2nqxlunrf6] {



    text-align: center;



    max-width: 40rem;



    margin: 0 auto 2.5rem;



}







.season-products__header h2[b-2nqxlunrf6] {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--season-section-heading);
    font-family: var(--heritage-font-display);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}








.season-products__header p[b-2nqxlunrf6] {



    color: var(--season-section-muted);



    margin: 0;



}







.season-products__empty[b-2nqxlunrf6] {



    text-align: center;



    padding: 3rem 1rem;



    border: 1px dashed var(--season-empty-border);



    border-radius: 1.25rem;



    color: var(--season-empty-text);



    background: var(--season-empty-bg);



}







.season-products__empty--solo[b-2nqxlunrf6] {



    max-width: 36rem;



    margin: 0 auto;



}







.season-card[b-2nqxlunrf6] {



    border: 1px solid var(--season-card-border);



    border-radius: 1.5rem;



    overflow: hidden;



    background: var(--season-card-bg);



    box-shadow: var(--season-card-shadow);



    transition: transform 0.22s ease, box-shadow 0.22s ease;



}







.season-card:hover[b-2nqxlunrf6] {



    transform: translateY(-6px);



    box-shadow: 0 30px 65px -40px rgba(0, 0, 0, 0.28);



}







.season-card__media[b-2nqxlunrf6] {



    position: relative;



    overflow: hidden;



    aspect-ratio: 4 / 3;



    background: var(--season-card-media-bg);



}







.season-card__media img[b-2nqxlunrf6] {



    width: 100%;



    height: 100%;



    object-fit: cover;



}







.season-card__title[b-2nqxlunrf6] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
    color: var(--season-card-title);
    font-family: var(--heritage-font-display);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}








.season-card__description[b-2nqxlunrf6] {



    font-size: 0.9rem;



    color: var(--season-card-text);



    flex-grow: 1;



}







.season-card__footer[b-2nqxlunrf6] {



    display: flex;



    flex-direction: column;



    align-items: center;



    gap: 0.85rem;



}







.season-card__price[b-2nqxlunrf6] {



    font-weight: 600;



    font-size: 1rem;



    color: var(--season-card-price);



}







.season-card__actions[b-2nqxlunrf6] {



    display: flex;



    gap: 0.65rem;



    flex-wrap: wrap;



}







.season-experience .btn[b-2nqxlunrf6] {



    border-radius: 999px;



    font-weight: 600;



    padding: 0.55rem 1.35rem;



    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;



}







.season-experience .btn:focus-visible[b-2nqxlunrf6] {



    outline: 2px solid var(--season-primary);



    outline-offset: 2px;



}







.season-experience .btn-primary[b-2nqxlunrf6] {



    background: var(--season-primary);



    border-color: var(--season-primary);



    color: var(--season-primary-text);



    box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.25);



}







.season-experience .btn-primary:hover:not(:disabled)[b-2nqxlunrf6] {



    background: var(--season-primary-hover);



    border-color: var(--season-primary-hover);



    transform: translateY(-2px);



}







.season-experience .btn-outline-secondary[b-2nqxlunrf6] {



    background: transparent;



    border-color: var(--season-outline-border);



    color: var(--season-outline-text);



}







.season-experience .btn-outline-secondary:hover:not(:disabled)[b-2nqxlunrf6] {



    border-color: var(--season-outline-hover);



    background: rgba(0, 0, 0, 0.05);



    transform: translateY(-2px);



    color: var(--season-outline-text);



}







.season-feature .btn-light[b-2nqxlunrf6],



.season-hero .btn-light[b-2nqxlunrf6] {



    background: var(--season-hero-button-bg);



    color: var(--season-hero-button-text);



    border: 1px solid transparent;



}







.season-feature .btn-light:hover:not(:disabled)[b-2nqxlunrf6],



.season-hero .btn-light:hover:not(:disabled)[b-2nqxlunrf6] {



    background: var(--season-hero-button-hover);



    color: var(--season-hero-button-text);



    transform: translateY(-2px);



}







.season-feature .btn-outline-light[b-2nqxlunrf6],



.season-hero .btn-outline-light[b-2nqxlunrf6] {



    background: transparent;



    border: 1px solid var(--season-hero-outline-border);



    color: var(--season-hero-outline-text);



}







.season-feature .btn-outline-light:hover:not(:disabled)[b-2nqxlunrf6],



.season-hero .btn-outline-light:hover:not(:disabled)[b-2nqxlunrf6] {



    background: var(--season-hero-outline-hover-bg);



    border-color: var(--season-hero-outline-border);



    color: var(--season-hero-outline-hover-text);



    transform: translateY(-2px);



}







.theme-spring[b-2nqxlunrf6] {



    --season-page-bg: linear-gradient(180deg, rgba(240, 251, 245, 0.9) 0%, rgba(243, 249, 255, 0.94) 100%), url('/images/spring_background.png');



    --season-page-text: #1e392d;



    --season-muted-text: #527567;



    --season-hero-gradient: linear-gradient(135deg, #6be3b5 0%, #7bc8ff 55%, #c4b7ff 100%);



    --season-hero-overlay: rgba(20, 85, 64, 0.25);



    --season-pill-bg: rgba(255, 255, 255, 0.72);



    --season-hero-card-bg: rgba(241, 252, 246, 0.92);



    --season-hero-card-border: rgba(45, 138, 104, 0.35);



    --season-hero-card-shadow: 0 24px 44px -28px rgba(33, 104, 78, 0.35);



    --season-hero-heading: #1f4333;



    --season-hero-subheading: #4b6a5d;



    --season-hero-social-bg: rgba(255, 255, 255, 0.82);



    --season-hero-social-border: rgba(45, 138, 104, 0.35);



    --season-hero-social-text: #214a38;



    --season-hero-social-hover: rgba(45, 138, 104, 0.18);



    --season-hero-artwork-image: url('/images/spring_background.png');



    --season-pill-text: #1e392d;



    --season-nav-bg: rgba(34, 102, 79, 0.25);



    --season-nav-border: rgba(255, 255, 255, 0.55);



    --season-nav-hover: rgba(255, 255, 255, 0.35);



    --season-hero-button-bg: rgba(255, 255, 255, 0.9);



    --season-hero-button-text: #214a38;



    --season-hero-outline-border: rgba(255, 255, 255, 0.6);



    --season-hero-outline-hover-bg: rgba(33, 104, 78, 0.28);



    --season-glass-surface: rgba(255, 255, 255, 0.86);



    --season-glass-border: rgba(33, 104, 78, 0.25);



    --season-glass-text: #214a38;



    --season-primary: #2d8a68;



    --season-primary-hover: #256f54;



    --season-primary-text: #ffffff;



    --season-outline-border: rgba(45, 138, 104, 0.35);



    --season-outline-text: #2d8a68;



    --season-outline-hover: rgba(45, 138, 104, 0.55);



    --season-card-bg: rgba(255, 255, 255, 0.96);



    --season-card-border: rgba(45, 138, 104, 0.18);



    --season-card-shadow: 0 26px 50px -28px rgba(45, 110, 84, 0.35);



    --season-card-title: #1f4333;



    --season-card-text: #4b6a5d;



    --season-card-price: #256f54;



    --season-section-heading: #214a38;



    --season-section-muted: #58796b;



    --season-section-surface: rgba(241, 252, 246, 0.88);



    --season-section-border: rgba(45, 138, 104, 0.18);



    --season-featured-bg: linear-gradient(135deg, rgba(241, 252, 246, 0.95) 0%, rgba(223, 245, 235, 0.9) 100%);



    --season-featured-border: rgba(45, 138, 104, 0.25);



    --season-featured-shadow: 0 32px 60px -38px rgba(45, 110, 84, 0.32);



    --season-featured-media-border: rgba(45, 138, 104, 0.28);



    --season-featured-media-bg: rgba(89, 183, 140, 0.24);



    --season-progress-base: rgba(33, 104, 78, 0.28);



    --season-progress-active: #2d8a68;



    --season-progress-active-contrast: #ffffff;



    --season-empty-bg: rgba(233, 250, 240, 0.95);



    --season-empty-border: rgba(45, 138, 104, 0.25);



    --season-empty-text: #2f6651;



    --season-card-media-bg: rgba(89, 183, 140, 0.18);



}







.theme-summer[b-2nqxlunrf6] {



    --season-page-bg: linear-gradient(180deg, rgba(255, 244, 236, 0.9) 0%, rgba(255, 248, 232, 0.94) 100%), url('/images/summer_background.png');



    --season-page-text: #40261c;



    --season-muted-text: #7f5c4d;



    --season-hero-gradient: linear-gradient(135deg, #ff9b5c 0%, #ffd464 55%, #ff7bc0 100%);



    --season-hero-overlay: rgba(128, 52, 24, 0.25);



    --season-pill-bg: rgba(255, 255, 255, 0.85);



    --season-hero-card-bg: rgba(255, 244, 231, 0.9);



    --season-hero-card-border: rgba(228, 92, 42, 0.35);



    --season-hero-card-shadow: 0 24px 42px -30px rgba(199, 79, 41, 0.3);



    --season-hero-heading: #5c2d1d;



    --season-hero-subheading: #8c5a49;



    --season-hero-social-bg: rgba(255, 255, 255, 0.85);



    --season-hero-social-border: rgba(228, 92, 42, 0.35);



    --season-hero-social-text: #6b2c18;



    --season-hero-social-hover: rgba(228, 92, 42, 0.16);



    --season-hero-artwork-image: url('/images/summer_background.png');



    --season-pill-text: #6b2c18;



    --season-nav-bg: rgba(141, 48, 20, 0.25);



    --season-nav-border: rgba(255, 255, 255, 0.58);



    --season-nav-hover: rgba(255, 255, 255, 0.32);



    --season-hero-button-bg: rgba(255, 255, 255, 0.92);



    --season-hero-button-text: #6b2c18;



    --season-hero-outline-border: rgba(255, 255, 255, 0.58);



    --season-hero-outline-hover-bg: rgba(255, 255, 255, 0.25);



    --season-glass-surface: rgba(255, 255, 255, 0.88);



    --season-glass-border: rgba(240, 130, 72, 0.3);



    --season-glass-text: #6b2c18;



    --season-primary: #e45c2a;



    --season-primary-hover: #c04a20;



    --season-primary-text: #ffffff;



    --season-outline-border: rgba(228, 92, 42, 0.4);



    --season-outline-text: #d55625;



    --season-outline-hover: rgba(228, 92, 42, 0.6);



    --season-card-bg: rgba(255, 255, 255, 0.95);



    --season-card-border: rgba(228, 92, 42, 0.2);



    --season-card-shadow: 0 24px 48px -26px rgba(199, 79, 41, 0.35);



    --season-card-title: #5c2d1d;



    --season-card-text: #8c5a49;



    --season-card-price: #c85427;



    --season-section-heading: #5c2d1d;



    --season-section-muted: #8f5f4b;



    --season-section-surface: rgba(255, 244, 231, 0.92);



    --season-section-border: rgba(228, 92, 42, 0.22);



    --season-featured-bg: linear-gradient(135deg, rgba(255, 244, 231, 0.95) 0%, rgba(255, 232, 208, 0.9) 100%);



    --season-featured-border: rgba(228, 92, 42, 0.28);



    --season-featured-shadow: 0 32px 60px -38px rgba(199, 79, 41, 0.3);



    --season-featured-media-border: rgba(228, 92, 42, 0.32);



    --season-featured-media-bg: rgba(255, 181, 120, 0.26);



    --season-progress-base: rgba(255, 255, 255, 0.48);



    --season-progress-active: #ff7b3b;



    --season-progress-active-contrast: #2d1209;



    --season-empty-bg: rgba(255, 236, 221, 0.95);



    --season-empty-border: rgba(228, 92, 42, 0.25);



    --season-empty-text: #8c503c;



    --season-card-media-bg: rgba(255, 181, 120, 0.22);



}







.theme-autumn[b-2nqxlunrf6] {



    --season-page-bg: linear-gradient(180deg, rgba(248, 243, 235, 0.88) 0%, rgba(255, 246, 237, 0.93) 100%), url('/images/autumn_background.png');



    --season-page-text: #40281a;



    --season-muted-text: #7b5a45;



    --season-hero-gradient: linear-gradient(135deg, #f1a754 0%, #d0682f 50%, #4b2618 100%);



    --season-hero-overlay: rgba(62, 31, 18, 0.4);



    --season-pill-bg: rgba(255, 247, 237, 0.82);



    --season-hero-card-bg: rgba(255, 245, 234, 0.94);



    --season-hero-card-border: rgba(187, 90, 36, 0.35);



    --season-hero-card-shadow: 0 24px 44px -30px rgba(128, 64, 32, 0.32);



    --season-hero-heading: #4a2a19;



    --season-hero-subheading: #7b5a45;



    --season-hero-social-bg: rgba(255, 247, 237, 0.9);



    --season-hero-social-border: rgba(187, 90, 36, 0.3);



    --season-hero-social-text: #4b2b1d;



    --season-hero-social-hover: rgba(187, 90, 36, 0.18);



    --season-hero-artwork-image: url('/images/autumn_background.png');



    --season-pill-text: #4b2b1d;



    --season-nav-bg: rgba(96, 45, 24, 0.28);



    --season-nav-border: rgba(255, 255, 255, 0.55);



    --season-nav-hover: rgba(255, 255, 255, 0.32);



    --season-hero-button-bg: rgba(255, 247, 237, 0.92);



    --season-hero-button-text: #4b2b1d;



    --season-hero-outline-border: rgba(255, 255, 255, 0.58);



    --season-hero-outline-hover-bg: rgba(255, 255, 255, 0.22);



    --season-glass-surface: rgba(255, 249, 242, 0.88);



    --season-glass-border: rgba(191, 105, 48, 0.28);



    --season-glass-text: #4b2b1d;



    --season-primary: #bb5a24;



    --season-primary-hover: #9a481c;



    --season-primary-text: #fff5ea;



    --season-outline-border: rgba(187, 90, 36, 0.34);



    --season-outline-text: #bb5a24;



    --season-outline-hover: rgba(187, 90, 36, 0.52);



    --season-card-bg: rgba(255, 250, 244, 0.95);



    --season-card-border: rgba(187, 90, 36, 0.22);



    --season-card-shadow: 0 24px 50px -28px rgba(128, 64, 32, 0.35);



    --season-card-title: #4a2a19;



    --season-card-text: #7b5a45;



    --season-card-price: #a14f20;



    --season-section-heading: #4a2a19;



    --season-section-muted: #8a664d;



    --season-section-surface: rgba(255, 245, 234, 0.92);



    --season-section-border: rgba(187, 90, 36, 0.2);



    --season-featured-bg: linear-gradient(135deg, rgba(255, 245, 234, 0.95) 0%, rgba(255, 236, 220, 0.9) 100%);



    --season-featured-border: rgba(187, 90, 36, 0.24);



    --season-featured-shadow: 0 32px 60px -38px rgba(128, 64, 32, 0.32);



    --season-featured-media-border: rgba(187, 90, 36, 0.3);



    --season-featured-media-bg: rgba(214, 130, 76, 0.24);



    --season-progress-base: rgba(255, 255, 255, 0.45);



    --season-progress-active: #bb5a24;



    --season-progress-active-contrast: #fff5ea;



    --season-empty-bg: rgba(255, 241, 226, 0.94);



    --season-empty-border: rgba(187, 90, 36, 0.22);



    --season-empty-text: #7b4b34;



    --season-card-media-bg: rgba(214, 130, 76, 0.22);



}







.theme-winter[b-2nqxlunrf6] {



    --season-page-bg: linear-gradient(180deg, rgba(238, 244, 255, 0.9) 0%, rgba(246, 251, 255, 0.95) 100%), url('/images/winter_background.png');



    --season-page-text: #14203b;



    --season-muted-text: #4f5e7c;



    --season-hero-gradient: linear-gradient(135deg, #6fb5ff 0%, #4b74ff 55%, #162453 100%);



    --season-hero-overlay: rgba(20, 32, 59, 0.5);



    --season-pill-bg: rgba(255, 255, 255, 0.85);



    --season-hero-card-bg: rgba(239, 247, 255, 0.92);



    --season-hero-card-border: rgba(53, 103, 214, 0.28);



    --season-hero-card-shadow: 0 28px 48px -30px rgba(21, 45, 102, 0.32);



    --season-hero-heading: #15213a;



    --season-hero-subheading: #4f5e7c;



    --season-hero-social-bg: rgba(255, 255, 255, 0.82);



    --season-hero-social-border: rgba(53, 103, 214, 0.28);



    --season-hero-social-text: #15213a;



    --season-hero-social-hover: rgba(53, 103, 214, 0.18);



    --season-hero-artwork-image: url('/images/winter_background.png');



    --season-pill-text: #14203b;



    --season-nav-bg: rgba(18, 41, 82, 0.3);



    --season-nav-border: rgba(255, 255, 255, 0.62);



    --season-nav-hover: rgba(255, 255, 255, 0.34);



    --season-hero-button-bg: rgba(255, 255, 255, 0.9);



    --season-hero-button-text: #17243e;



    --season-hero-outline-border: rgba(255, 255, 255, 0.62);



    --season-hero-outline-hover-bg: rgba(255, 255, 255, 0.24);



    --season-glass-surface: rgba(255, 255, 255, 0.88);



    --season-glass-border: rgba(111, 181, 255, 0.28);



    --season-glass-text: #17243e;



    --season-primary: #3567d6;



    --season-primary-hover: #2b50ad;



    --season-primary-text: #ffffff;



    --season-outline-border: rgba(53, 103, 214, 0.3);



    --season-outline-text: #2b50ad;



    --season-outline-hover: rgba(53, 103, 214, 0.48);



    --season-card-bg: rgba(255, 255, 255, 0.96);



    --season-card-border: rgba(53, 103, 214, 0.16);



    --season-card-shadow: 0 30px 60px -35px rgba(21, 45, 102, 0.32);



    --season-card-title: #15213a;



    --season-card-text: #4f5e7c;



    --season-card-price: #233868;



    --season-section-heading: #15213a;



    --season-section-muted: #506183;



    --season-section-surface: rgba(239, 247, 255, 0.9);



    --season-section-border: rgba(53, 103, 214, 0.16);



    --season-featured-bg: linear-gradient(135deg, rgba(239, 247, 255, 0.95) 0%, rgba(221, 235, 255, 0.9) 100%);



    --season-featured-border: rgba(53, 103, 214, 0.2);



    --season-featured-shadow: 0 32px 60px -38px rgba(21, 45, 102, 0.32);



    --season-featured-media-border: rgba(53, 103, 214, 0.28);



    --season-featured-media-bg: rgba(111, 181, 255, 0.2);



    --season-progress-base: rgba(214, 233, 255, 0.6);



    --season-progress-active: #2e5dcc;



    --season-progress-active-contrast: #f2f6ff;



    --season-empty-bg: rgba(232, 242, 255, 0.95);



    --season-empty-border: rgba(53, 103, 214, 0.18);



    --season-empty-text: #2f4167;



    --season-card-media-bg: rgba(101, 149, 255, 0.2);



}







@media (max-width: 992px) {



    .season-products[b-2nqxlunrf6] {



        padding: clamp(2.3rem, 6vw, 3rem) clamp(1.4rem, 5vw, 2.2rem);



    }



}







@media (max-width: 576px) {



    .season-products[b-2nqxlunrf6] {



        padding: clamp(2rem, 8vw, 2.6rem) clamp(1rem, 7vw, 1.8rem);



    }







    .season-feature__actions[b-2nqxlunrf6],



    .season-card__actions[b-2nqxlunrf6] {



        flex-direction: column;



        align-items: stretch;



    }



}



.season-featured__media[role="link"][b-2nqxlunrf6],
.season-card__media[role="link"][b-2nqxlunrf6] {
    cursor: pointer;
}

.season-featured__media[role="link"]:focus-visible[b-2nqxlunrf6],
.season-card__media[role="link"]:focus-visible[b-2nqxlunrf6] {
    outline: 2px solid rgba(0, 0, 0, 0.35);
    outline-offset: 4px;
}
.season-floating-cart[b-2nqxlunrf6] {
  position: relative;
  margin-top: -2.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  padding: 0 1.5rem;
  z-index: 4;
}

.home-floating-cart[b-2nqxlunrf6] {
  width: 100%;
  max-width: 640px;
}

@media (max-width: 767.98px) {
  .season-floating-cart[b-2nqxlunrf6] {
    margin-top: -1.5rem;
    padding: 0 1rem;
  }
}
/* _content/SeasonalWicks_Website/Components/Pages/ProductDetails.razor.rz.scp.css */
.product-detail[b-1btamb4cdo] {
    max-width: 960px;
}

.product-detail__row[b-1btamb4cdo] {
    align-items: stretch;
}

.product-detail__media[b-1btamb4cdo] {
    display: flex;
}

.product-detail__figure[b-1btamb4cdo] {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: var(--bs-light, #f8f9fa);
}

.product-detail__image[b-1btamb4cdo] {
    object-fit: cover;
}

.product-detail__summary[b-1btamb4cdo] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.product-detail__title[b-1btamb4cdo] {
    font-weight: 600;
}

.product-detail__category[b-1btamb4cdo] {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.product-detail__price[b-1btamb4cdo] {
    font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
    font-weight: 500;
}

.product-detail__description[b-1btamb4cdo] {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.75);
}

.product-detail__options .form-label[b-1btamb4cdo] {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.product-detail__purchase[b-1btamb4cdo] {
    gap: 0.75rem;
}

.product-detail__oneclick[b-1btamb4cdo] {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 0.75rem;
}

.product-detail__stock[b-1btamb4cdo] {
    font-weight: 600;
}

.product-detail__specs-title[b-1btamb4cdo] {
    margin-top: 1.5rem;
}

.product-detail__specs[b-1btamb4cdo] {
    max-width: 420px;
}

.product-detail__notfound[b-1btamb4cdo] {
    max-width: 720px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .product-detail[b-1btamb4cdo] {
        max-width: 100%;
    }

    .product-detail__figure[b-1btamb4cdo] {
        aspect-ratio: 1 / 1;
    }
}
/* _content/SeasonalWicks_Website/Components/Shared/FloatingCartSummary.razor.rz.scp.css */
.floating-cart[b-viho6ts3hg] {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.75rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(10px);
}

.floating-cart__header[b-viho6ts3hg] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.floating-cart__eyebrow[b-viho6ts3hg] {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6c757d;
}

.floating-cart__title[b-viho6ts3hg] {
  margin: 0.25rem 0 0;
  font-size: 1.35rem;
}

.floating-cart__badge[b-viho6ts3hg] {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  background: #eef2ff;
  color: #4338ca;
}

.floating-cart__empty[b-viho6ts3hg] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
  color: #495057;
}

.floating-cart__total[b-viho6ts3hg] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
}

.floating-cart__total strong[b-viho6ts3hg] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #212529;
}

.floating-cart__note[b-viho6ts3hg] {
  margin: 0;
  font-size: 0.9rem;
  color: #6c757d;
}

.floating-cart__items[b-viho6ts3hg] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.floating-cart__items li[b-viho6ts3hg] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.floating-cart__item-name[b-viho6ts3hg] {
  font-weight: 600;
  color: #1f2933;
}

.floating-cart__item-options[b-viho6ts3hg] {
  display: block;
  font-size: 0.8rem;
  color: #6c757d;
}

.floating-cart__item-meta[b-viho6ts3hg] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.85rem;
  color: #495057;
}

.floating-cart__item-price[b-viho6ts3hg] {
  font-weight: 600;
  color: #212529;
}

.floating-cart__more[b-viho6ts3hg] {
  font-size: 0.85rem;
}

.floating-cart__actions[b-viho6ts3hg] {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  .floating-cart[b-viho6ts3hg] {
    padding: 1.5rem;
  }

  .floating-cart__header[b-viho6ts3hg] {
    flex-direction: column;
    align-items: flex-start;
  }

  .floating-cart__badge[b-viho6ts3hg] {
    align-self: flex-start;
  }

  .floating-cart__actions[b-viho6ts3hg] {
    width: 100%;
  }

  .floating-cart__actions .btn[b-viho6ts3hg] {
    flex: 1 1 auto;
  }
}
