body,
.shop-body {
    background:
        linear-gradient(rgba(255,255,255,.76), rgba(255,255,255,.86)),
        url("../images/shop-seasonal-vine-background.png") center top / cover fixed no-repeat !important;
    color: #18251b;
}

.shop-promo-bar {
    background: #183f27 !important;
}

.shop-utility-bar,
.shop-navbar,
.shop-category-nav {
    background: #ffffff !important;
    border-color: #dfe9df !important;
}

.shop-utility-bar:empty {
    display: none !important;
}

.shop-brand {
    color: #18251b !important;
    font-family: "Segoe UI", Roboto, Arial, sans-serif !important;
    font-weight: 850 !important;
    letter-spacing: -.02em !important;
    white-space: nowrap;
}

.shop-brand-mark {
    color: #ffffff !important;
    background: #2f6b3f !important;
    border-color: #b7d7b7 !important;
}

.shop-navbar__collapse-shell {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    flex-wrap: nowrap;
}

.shop-navbar__menu {
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2px;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.shop-navbar__menu::-webkit-scrollbar {
    display: none;
}

.shop-navbar__menu .nav-item {
    flex: 0 0 auto;
}

.shop-navbar__search {
    flex: 0 1 220px;
    min-width: 190px;
}

.shop-navbar__search .input-group {
    flex-wrap: nowrap;
}

.shop-navbar__search .form-control {
    min-width: 0;
}

.shop-navbar__actions {
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    margin-left: 0;
}

.shop-navbar__menu .shop-nav-link {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.shop-hero {
    align-items: center !important;
    display: grid !important;
    justify-items: center !important;
    min-height: 500px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #18251b !important;
    background:
        linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.76) 50%, rgba(255,255,255,.32) 100%),
        url("../images/shop-seasonal-vine-background.png") center / cover no-repeat !important;
    box-shadow: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: max(24px, calc((100vw - 1320px) / 2 + 24px)) !important;
    padding-right: max(24px, calc((100vw - 1320px) / 2 + 24px)) !important;
    width: 100vw !important;
}

.shop-hero__content {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 880px !important;
    text-align: center !important;
}

.shop-hero .flower-title {
    max-width: 880px;
}

.shop-hero .lead {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 720px;
}

.shop-hero__actions {
    justify-content: center !important;
}

.shop-hero h1,
.shop-page-hero h1 {
    text-shadow: none !important;
}

.flower-title {
    color: #161713 !important;
    display: inline-block;
    font-family: "Bodoni 72", "Bodoni MT", Didot, Georgia, "Times New Roman", serif !important;
    font-weight: 500 !important;
    letter-spacing: .055em !important;
    line-height: .92 !important;
    max-width: 820px;
    position: relative;
    text-transform: uppercase;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .flower-title {
        background: none;
        -webkit-text-fill-color: #161713;
    }
}

.flower-title::before,
.flower-title::after {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 3;
}

.flower-title::before {
    background:
        radial-gradient(ellipse at 50% 18%, #f7d94b 0 4px, transparent 5px),
        radial-gradient(ellipse at 70% 36%, #f7d94b 0 4px, transparent 5px),
        radial-gradient(ellipse at 62% 62%, #f7d94b 0 4px, transparent 5px),
        radial-gradient(ellipse at 36% 62%, #f7d94b 0 4px, transparent 5px),
        radial-gradient(ellipse at 30% 36%, #f7d94b 0 4px, transparent 5px),
        radial-gradient(circle at 50% 46%, #d96f2c 0 2px, transparent 3px),
        radial-gradient(ellipse at 18% 78%, #2f6b3f 0 5px, transparent 6px),
        radial-gradient(ellipse at 82% 75%, #7aa322 0 5px, transparent 6px),
        linear-gradient(138deg, transparent 0 56%, #2f6b3f 57% 61%, transparent 62%);
    height: 32px;
    left: -.18em;
    top: .02em;
    transform: rotate(-13deg);
    width: 34px;
}

.flower-title::after {
    background:
        linear-gradient(100deg, transparent 0 12%, rgba(247,217,75,.86) 16%, transparent 22% 34%, rgba(244,166,185,.78) 38%, transparent 44% 54%, rgba(122,163,34,.62) 60%, transparent 68% 100%),
        url("../images/shop-seasonal-vine-background.png") 16% 47% / 760px auto no-repeat;
    content: attr(data-flower-title);
    display: inline-block;
    font: inherit;
    height: 100%;
    left: 0;
    letter-spacing: inherit;
    line-height: inherit;
    opacity: .50;
    overflow: hidden;
    position: absolute;
    text-transform: inherit;
    top: 0;
    width: 100%;
    z-index: 2;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.flower-title::before {
    border-radius: 999px;
    filter: drop-shadow(0 2px 0 rgba(24,37,27,.12));
}

.flower-letter {
    color: #161713;
    display: inline-block;
    min-width: .28em;
    position: relative;
    z-index: 1;
}

.flower-letter--space {
    min-width: .34em;
}

.flower-letter:not(.flower-letter--space)::before,
.flower-letter:not(.flower-letter--space)::after {
    content: "";
    pointer-events: none;
    position: absolute;
}

.flower-letter:not(.flower-letter--space)::before {
    background:
        radial-gradient(circle at 44% 44%, #f7cf44 0 .075em, transparent .083em),
        radial-gradient(circle at 61% 45%, #f4a6b9 0 .07em, transparent .078em),
        radial-gradient(circle at 51% 62%, #ffffff 0 .058em, transparent .066em),
        radial-gradient(ellipse at 28% 70%, #2f6b3f 0 .10em, transparent .112em),
        radial-gradient(ellipse at 72% 24%, #7aa322 0 .095em, transparent .108em);
    border-radius: 999px;
    filter: drop-shadow(0 .015em 0 rgba(24,37,27,.16));
    height: .34em;
    left: -.08em;
    top: .08em;
    transform: rotate(-14deg);
    width: .36em;
    z-index: 3;
}

.flower-letter:not(.flower-letter--space)::after {
    background:
        radial-gradient(ellipse at 20% 56%, #2f6b3f 0 .085em, transparent .096em),
        radial-gradient(ellipse at 52% 30%, #7aa322 0 .075em, transparent .086em),
        radial-gradient(circle at 78% 70%, #d96f2c 0 .055em, transparent .064em);
    border-radius: 999px;
    bottom: .07em;
    height: .28em;
    right: -.05em;
    transform: rotate(18deg);
    width: .28em;
    z-index: 3;
}

.flower-letter:nth-child(4n + 1)::before {
    background:
        radial-gradient(circle at 48% 44%, #f5d447 0 .082em, transparent .092em),
        radial-gradient(circle at 31% 63%, #e49ab0 0 .066em, transparent .075em),
        radial-gradient(ellipse at 78% 28%, #2f6b3f 0 .105em, transparent .118em);
    left: auto;
    right: -.10em;
    top: .02em;
    transform: rotate(14deg);
}

.flower-letter:nth-child(4n + 2)::before {
    background:
        radial-gradient(circle at 48% 48%, #d96f2c 0 .07em, transparent .081em),
        radial-gradient(circle at 67% 39%, #f4a6b9 0 .058em, transparent .068em),
        radial-gradient(ellipse at 32% 72%, #2b95aa 0 .10em, transparent .112em),
        radial-gradient(ellipse at 74% 68%, #7aa322 0 .075em, transparent .086em);
    bottom: .12em;
    top: auto;
    transform: rotate(-20deg);
}

.flower-letter:nth-child(4n + 3)::before {
    background:
        radial-gradient(circle at 42% 42%, #ffffff 0 .062em, transparent .074em),
        radial-gradient(circle at 62% 56%, #f7cf44 0 .07em, transparent .082em),
        radial-gradient(ellipse at 31% 30%, #7aa322 0 .09em, transparent .104em),
        radial-gradient(ellipse at 76% 74%, #2f6b3f 0 .082em, transparent .096em);
    left: .05em;
    top: .44em;
    transform: rotate(22deg);
}

.flower-letter:nth-child(5n)::after {
    background:
        radial-gradient(circle at 66% 42%, #f4a6b9 0 .052em, transparent .062em),
        radial-gradient(ellipse at 26% 54%, #2f6b3f 0 .09em, transparent .104em),
        radial-gradient(ellipse at 76% 74%, #2b95aa 0 .072em, transparent .085em);
    bottom: auto;
    top: .28em;
    transform: rotate(-28deg);
}

.flower-letter:nth-child(7n)::before {
    height: .42em;
    width: .42em;
}

.flower-letter:nth-child(3n)::after {
    right: .10em;
}

.shop-hero .lead {
    color: #465448 !important;
}

.shop-kicker {
    color: #2f6b3f !important;
}

.shop-hero .btn-warning {
    color: #253018 !important;
    background: #e8c35d !important;
    border-color: #e8c35d !important;
}

.shop-hero .btn-outline-light {
    color: #2f6b3f !important;
    border-color: #2f6b3f !important;
    background: #ffffff !important;
}

.shop-hero .btn-outline-light:hover {
    color: #ffffff !important;
    background: #2f6b3f !important;
    border-color: #2f6b3f !important;
}

.seed-feature-band {
    border: 1px solid #dfe9df !important;
    border-radius: 14px !important;
    background: #dfe9df !important;
}

.seed-feature-band > div {
    color: #18251b !important;
    background: #ffffff !important;
    border-top: 3px solid currentColor !important;
}

.seed-feature-band .season-spring,
.seed-feature-band .season-spring i {
    color: #7aa322 !important;
}

.seed-feature-band .season-summer,
.seed-feature-band .season-summer i {
    color: #2f8b23 !important;
}

.seed-feature-band .season-autumn,
.seed-feature-band .season-autumn i {
    color: #d96f2c !important;
}

.seed-feature-band .season-winter,
.seed-feature-band .season-winter i {
    color: #2b95aa !important;
}

.seed-feature-band span {
    color: #18251b !important;
}

.home-section-divider {
    --divider-flower-size: 18px;
    align-items: center;
    background:
        radial-gradient(circle at 50% 50%, #f7cf44 0 4px, transparent 5px),
        radial-gradient(ellipse at calc(50% - 7px) 50%, #2f6b3f 0 6px, transparent 7px),
        radial-gradient(ellipse at calc(50% + 7px) 50%, #7aa322 0 6px, transparent 7px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42px 22px;
    display: flex;
    gap: 14px;
    margin: 0 auto 48px;
    max-width: 1180px;
    min-height: 22px;
    padding: 0 8px;
}

.home-section-divider::before,
.home-section-divider::after {
    background: linear-gradient(90deg, transparent, rgba(122,163,34,.58), rgba(217,111,44,.34), transparent);
    content: "";
    flex: 1;
    height: 1px;
}

.home-section-divider::before {
    margin-right: calc(var(--divider-flower-size) + 8px);
}

.home-section-divider::after {
    background: linear-gradient(90deg, transparent, rgba(43,149,170,.36), rgba(47,107,63,.58), transparent);
    margin-left: calc(var(--divider-flower-size) + 8px);
}

.home-section-divider + .seed-feature-band,
.home-section-divider + .seed-calendar-story,
.home-section-divider + .container,
.home-section-divider + .shop-cta {
    margin-top: 0;
}

.seed-calendar-story {
    align-items: center;
    display: grid;
    gap: clamp(26px, 4vw, 58px);
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    padding: 18px 0 28px;
}

.seed-calendar-story__image {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 360px;
    position: relative;
}

.seed-calendar-story__image::before {
    background:
        radial-gradient(ellipse at 50% 58%, rgba(47,107,63,.16), transparent 58%),
        radial-gradient(ellipse at 42% 44%, rgba(247,217,75,.18), transparent 42%);
    border-radius: 50%;
    content: "";
    height: 72%;
    left: 50%;
    position: absolute;
    top: 54%;
    transform: translate(-50%, -50%);
    width: 86%;
    z-index: 0;
}

.seed-calendar-story__image img {
    display: block;
    filter: drop-shadow(0 22px 30px rgba(24,37,27,.16));
    height: auto;
    max-height: 470px;
    max-width: min(100%, 660px);
    position: relative;
    width: 100%;
    z-index: 1;
}

.seed-calendar-story__content {
    max-width: 560px;
}

.seed-calendar-story__content p:not(.shop-kicker) {
    color: #465448;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 14px;
}

.seed-calendar-story__notes {
    display: grid;
    gap: 10px;
    margin: 22px 0;
}

.seed-calendar-story__notes span {
    align-items: center;
    color: #18251b;
    display: inline-flex;
    font-size: .94rem;
    font-weight: 800;
    gap: 10px;
}

.seed-calendar-story__notes i {
    align-items: center;
    background: #eef5e7;
    border: 1px solid #d8e6d2;
    border-radius: 999px;
    color: #2f6b3f;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.shop-footer {
    background: #183f27 !important;
}

.shop-footer-trust {
    display: grid;
    gap: 8px;
    margin-top: 18px;
}

.shop-footer-trust span,
.shop-footer-trust a {
    align-items: center;
    color: rgba(255,255,255,.82) !important;
    display: inline-flex;
    font-size: .9rem;
    gap: 8px;
    text-decoration: none;
}

.shop-footer-trust i {
    color: #d7f37f;
    width: 18px;
}

.language-switcher {
    position: relative;
}

.language-switcher__toggle {
    align-items: center !important;
    background: #f7f8f4 !important;
    border: 1px solid #d8e6d2 !important;
    border-radius: 999px !important;
    color: #2f6b3f !important;
    display: inline-flex !important;
    font-size: .84rem !important;
    font-weight: 850 !important;
    gap: 7px !important;
    min-height: 38px;
    padding: 7px 12px !important;
}

.language-switcher__toggle:hover,
.language-switcher__toggle.show {
    background: #eef5e7 !important;
    border-color: #b8d2ae !important;
    color: #183f27 !important;
}

.language-switcher__toggle i {
    color: #7aa322;
    font-size: .9rem;
}

.language-switcher__code {
    letter-spacing: .04em;
    line-height: 1;
}

.language-switcher .dropdown-toggle::after {
    border-top-color: #7aa322;
    margin-left: 1px;
}

.language-switcher__menu {
    background: #ffffff !important;
    border: 1px solid #d8e6d2 !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 38px rgba(47, 107, 63, .12) !important;
    min-width: 220px;
    padding: 8px !important;
}

.language-switcher__menu::before {
    background:
        linear-gradient(90deg, #7aa322, #2f6b3f 52%, #d96f2c);
    border-radius: 999px;
    content: "";
    display: block;
    height: 3px;
    margin: 0 4px 7px;
}

.language-switcher__item {
    align-items: center;
    border-radius: 6px !important;
    color: #18251b !important;
    display: grid !important;
    gap: 10px;
    grid-template-columns: 42px minmax(0, 1fr) 16px;
    min-height: 42px;
    padding: 7px 9px !important;
}

.language-switcher__item:hover,
.language-switcher__item:focus {
    background: #f6f8f2 !important;
    color: #183f27 !important;
}

.language-switcher__item.active {
    background: #eef5e7 !important;
    color: #183f27 !important;
    font-weight: 850;
}

.language-switcher__flag {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d8e6d2;
    border-radius: 999px;
    color: #2f6b3f;
    display: inline-flex;
    font-size: .76rem;
    font-weight: 900;
    height: 28px;
    justify-content: center;
    letter-spacing: .04em;
    width: 38px;
}

.language-switcher__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.language-switcher__item i {
    color: #7aa322;
    font-size: .78rem;
}

.shop-main {
    background:
        linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.82) 56%, rgba(247,250,243,.90) 100%),
        url("../images/shop-seasonal-vine-background.png") center top / cover fixed no-repeat !important;
    color: #18251b !important;
    padding-bottom: 52px;
}

.shop-page-hero {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.78) 48%, rgba(255,255,255,.34) 100%),
        url("../images/shop-seasonal-vine-background.png") center / cover no-repeat;
    border: 0;
    border-radius: 0;
    color: #18251b;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0 calc(50% - 50vw) 32px;
    min-height: 230px;
    overflow: hidden;
    padding: 38px max(24px, calc((100vw - 1320px) / 2 + 24px));
    position: relative;
    width: 100vw;
}

.shop-page-hero::before,
.shop-page-hero::after {
    content: "";
    pointer-events: none;
    position: absolute;
}

.shop-page-hero::before {
    background:
        radial-gradient(circle, rgba(122,163,34,.24) 0 3px, transparent 4px),
        radial-gradient(circle, rgba(217,111,44,.22) 0 2px, transparent 3px);
    background-position: 0 0, 18px 16px;
    background-size: 34px 34px, 42px 42px;
    inset: 0;
    opacity: .34;
}

.shop-page-hero::after {
    background: linear-gradient(90deg, #7aa322, #2f6b3f 48%, #d96f2c 72%, #2b95aa);
    bottom: 0;
    height: 4px;
    left: max(24px, calc((100vw - 1320px) / 2 + 24px));
    right: max(24px, calc((100vw - 1320px) / 2 + 24px));
}

.shop-page-hero__content,
.shop-page-hero__meta {
    position: relative;
    z-index: 2;
}

.shop-page-hero__eyebrow {
    color: #2f6b3f;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.shop-page-hero h1 {
    font-size: clamp(2rem, 4.2vw, 4.4rem);
    margin: 0;
}

.shop-page-hero__subtitle {
    color: #465448;
    font-size: clamp(.96rem, 1.4vw, 1.08rem);
    line-height: 1.55;
    margin: 14px 0 0;
    max-width: 680px;
}

.shop-page-hero__meta {
    align-items: center;
    background: rgba(255,255,255,.86);
    border: 1px solid #d8e6d2;
    border-radius: 999px;
    color: #2f6b3f;
    display: inline-flex;
    font-size: .84rem;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
    padding: 9px 14px;
    white-space: nowrap;
}

.shop-page-hero--product {
    min-height: 210px;
}

.shop-page-hero--cart,
.shop-page-hero--checkout {
    min-height: 200px;
}

.shop-page-hero--checkout .shop-page-hero__meta {
    border-radius: 6px;
    max-width: 360px;
    white-space: normal;
}

.shop-main > .container {
    max-width: 1360px;
}

.shop-main .breadcrumb {
    align-items: center;
    background: #f7f8f4;
    border: 1px solid #dfe9df;
    border-radius: 999px;
    display: inline-flex;
    margin-bottom: 0;
    max-width: 100%;
    padding: 8px 13px;
}

.shop-main .breadcrumb a {
    color: #2f6b3f;
    font-weight: 800;
    text-decoration: none;
}

.shop-main .breadcrumb-item.active {
    color: #66705d;
}

.shop-main .shop-section-title,
.checkout-heading,
.product-title-detail,
.related-products__head h2,
.shop-main h1.mb-1,
.shop-main h1.fw-bold {
    color: #18251b !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

.shop-main h1.flower-title,
.shop-hero h1.flower-title {
    color: #161713 !important;
    font-family: "Bodoni 72", "Bodoni MT", Didot, Georgia, "Times New Roman", serif !important;
    font-weight: 500 !important;
    letter-spacing: .055em !important;
    line-height: .92 !important;
    text-transform: uppercase !important;
}

.shop-main .shop-section-title::after,
.checkout-heading::after,
.shop-main h1.mb-1::after {
    background:
        linear-gradient(90deg, #7aa322, #2f6b3f 48%, #d96f2c);
    content: "";
    display: block;
    height: 3px;
    margin-top: 10px;
    width: 82px;
}

.shop-main .text-muted,
.checkout-muted,
.option-description,
.summary-row span:first-child,
.product-summary,
.product-accordion .accordion-body {
    color: #66705d !important;
}

.product-card,
.shop-category-card,
.checkout-card,
.shop-main .card,
.product-buy-panel,
.purchase-service,
.mini-cart {
    background: #ffffff !important;
    border: 1px solid #dfe9df !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}

.product-card:hover,
.shop-category-card:hover,
.shop-main .card:hover {
    border-color: #b8d2ae !important;
    box-shadow: 0 16px 34px rgba(47, 107, 63, .08) !important;
    transform: translateY(-2px);
}

.checkout-card:hover,
.product-buy-panel:hover,
.shop-main .card.summary-box:hover {
    box-shadow: none !important;
    transform: none;
}

.product-card__image-wrap,
.shop-category-card .card-img-top,
.product-media-main,
.summary-img,
.option-logo {
    background: #f6f8f2 !important;
}

.product-card__image-wrap {
    border-bottom: 1px solid #dfe9df;
}

.product-title,
.product-card h5,
.product-card h6,
.product-card .card-title,
.option-title,
.checkout-section-title,
.product-spec-row strong {
    color: #18251b !important;
}

.product-meta,
.product-particle,
.product-sku,
.product-spec-row span {
    color: #66705d !important;
}

.product-price,
.product-price-detail,
.summary-total,
#checkout-total,
[data-cart-grand-total] {
    color: #2f6b3f !important;
}

.btn-primary,
.product-card__actions .btn-primary,
.add-to-cart-btn,
.shop-main .btn-success {
    background: #2f6b3f !important;
    border-color: #2f6b3f !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.product-card__actions .btn-primary:hover,
.add-to-cart-btn:hover,
.shop-main .btn-success:hover {
    background: #183f27 !important;
    border-color: #183f27 !important;
    color: #ffffff !important;
}

.btn-outline-primary,
.product-card__actions .btn-outline-primary,
.shop-main .btn-outline-dark {
    background: #ffffff !important;
    border-color: #2f6b3f !important;
    color: #2f6b3f !important;
}

.btn-outline-primary:hover,
.product-card__actions .btn-outline-primary:hover,
.shop-main .btn-outline-dark:hover {
    background: #2f6b3f !important;
    border-color: #2f6b3f !important;
    color: #ffffff !important;
}

.in-cart,
.btn-secondary.in-cart {
    background: #eef5e7 !important;
    border-color: #b8d2ae !important;
    color: #496234 !important;
}

.form-label {
    color: #496234 !important;
    font-weight: 800 !important;
}

.form-control,
.form-select,
.shop-main textarea {
    background: #ffffff !important;
    border-color: #cfdcc6 !important;
    border-radius: 5px !important;
    color: #18251b !important;
}

.form-control:focus,
.form-select:focus,
.shop-main textarea:focus {
    border-color: #7aa322 !important;
    box-shadow: 0 0 0 .2rem rgba(122, 163, 34, .18) !important;
}

.checkout-page {
    max-width: 1240px !important;
}

.checkout-card__body {
    padding: 18px !important;
}

.checkout-section-title {
    border-bottom: 1px solid #dfe9df;
    padding-bottom: 10px;
}

.checkout-section-title i,
.purchase-service i {
    color: #2f6b3f !important;
}

.option-card {
    background: #ffffff !important;
    border-color: #dfe9df !important;
    border-radius: 6px !important;
}

.option-card:hover,
.option-card:has(input:checked) {
    border-color: #7aa322 !important;
    box-shadow: 0 0 0 3px rgba(122, 163, 34, .16) !important;
}

.summary-total {
    border-color: #dfe9df !important;
}

.table {
    --bs-table-bg: #ffffff;
    --bs-table-striped-bg: #f7f8f4;
    border-color: #dfe9df !important;
}

.table thead,
.table-light {
    --bs-table-bg: #f6f8f2;
    color: #18251b !important;
}

.table td,
.table th {
    border-color: #dfe9df !important;
}

.cart-qty-btn,
.mini-cart-qty {
    color: #2f6b3f !important;
    font-weight: 900 !important;
}

.product-buy-panel {
    top: 102px;
}

.stock-badge.is-available {
    background: #eef8ea !important;
    color: #2f6b3f !important;
}

.stock-badge.is-unavailable {
    background: #fff3ef !important;
    color: #b4482d !important;
}

.purchase-service i {
    background: #eef5e7 !important;
}

.product-accordion {
    border-color: #dfe9df !important;
}

.product-accordion .accordion-item {
    border-color: #dfe9df !important;
}

.product-accordion .accordion-button {
    color: #18251b !important;
}

.related-products {
    border-color: #183f27 !important;
}

.flash-message {
    border-radius: 6px !important;
    box-shadow: none !important;
}

.flash-success {
    background: #eef8ea !important;
    border-color: #b8d2ae !important;
    color: #2f6b3f !important;
}

.flash-error {
    background: #fff3ef !important;
    border-color: #f0c6b7 !important;
    color: #b4482d !important;
}

/* ═══════════════════════════════════════════
   STUDIO — T-shirt designer (UberPrints-style)
   ═══════════════════════════════════════════ */

.studio-page .shop-main { background: none !important; padding: 0 !important; }
.studio-page .shop-main > .container { max-width: 100%; padding: 0; }

.studio {
    background: #f0f2ed;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.studio__topbar {
    align-items: center;
    background: #1b1f16;
    color: #ffffff;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 0 20px;
    min-height: 54px;
    position: sticky;
    top: 0;
    z-index: 100;
}

.studio__topbar-left {
    align-items: center;
    display: flex;
    gap: 14px;
    min-width: 0;
}

.studio__logo {
    align-items: center;
    background: rgba(255,255,255,.1);
    border-radius: 6px;
    color: #ffffff;
    display: flex;
    font-size: .9rem;
    height: 34px;
    justify-content: center;
    text-decoration: none;
    width: 34px;
}

.studio__logo:hover {
    background: rgba(255,255,255,.18);
    color: #ffffff;
}

.studio__topbar-title {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
    min-width: 0;
}

.studio__topbar-title strong {
    font-size: .88rem;
    font-weight: 700;
}

.studio__topbar-title span {
    color: rgba(255,255,255,.55);
    font-size: .72rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.studio__topbar-right {
    align-items: center;
    display: flex;
    gap: 14px;
}

.studio__price {
    color: rgba(255,255,255,.7);
    font-size: .88rem;
    font-weight: 700;
    white-space: nowrap;
}

.studio__cart-btn {
    align-items: center;
    background: #e8622a;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 700;
    gap: 8px;
    min-height: 38px;
    padding: 8px 18px;
    white-space: nowrap;
}

.studio__cart-btn:hover {
    background: #d4551e;
}

.studio__cart-btn:disabled {
    background: #666;
    cursor: not-allowed;
}

.studio__body {
    display: grid;
    flex: 1;
    grid-template-columns: 320px 1fr;
    min-height: 0;
}

.studio__sidebar {
    background: #ffffff;
    border-right: 1px solid #e2e5dd;
    box-shadow: 2px 0 12px rgba(0,0,0,.04);
    display: flex;
    flex-direction: column;
    gap: 0;
    height: calc(100vh - 54px);
    overflow-y: auto;
    padding: 16px 18px 24px;
    position: sticky;
    top: 54px;
}

.studio__section {
    margin-bottom: 14px;
}

.studio__section-head {
    align-items: center;
    color: #1b1f16;
    display: flex;
    font-size: .78rem;
    gap: 7px;
    margin-bottom: 8px;
}

.studio__section-head i {
    color: #7a9a34;
    font-size: .72rem;
}

.studio__section-head strong {
    font-weight: 750;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.studio__section-head--sub {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin-bottom: 10px;
}

.studio__section-head--sub strong {
    font-size: .84rem;
    text-transform: none;
}

.studio__section-head--sub span {
    color: #7a8271;
    font-size: .72rem;
    font-weight: 600;
}

.studio__divider {
    border: 0;
    border-top: 1px solid #e8ebe4;
    margin: 6px 0 14px;
}

.studio__colors {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.studio__color-swatch {
    align-items: center;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    display: flex;
    height: 34px;
    justify-content: center;
    padding: 2px;
    width: 34px;
}

.studio__color-swatch span {
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 999px;
    display: block;
    height: 100%;
    width: 100%;
}

.studio__color-swatch.active {
    border-color: #e8622a;
    box-shadow: 0 0 0 2px rgba(232,98,42,.18);
}

.studio__sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.studio__sizes button {
    background: #f5f6f2;
    border: 1px solid #d8ddd4;
    border-radius: 5px;
    color: #32372a;
    font-size: .78rem;
    font-weight: 700;
    min-height: 32px;
    min-width: 38px;
    padding: 5px 10px;
}

.studio__sizes button.active {
    background: #1b1f16;
    border-color: #1b1f16;
    color: #ffffff;
}

.studio__area-tabs {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.studio__area-tab {
    align-items: center;
    background: #f7f8f4;
    border: 1px solid #e2e5dd;
    border-radius: 6px;
    color: #4a5241;
    cursor: pointer;
    display: flex;
    font-size: .78rem;
    font-weight: 700;
    gap: 8px;
    min-height: 36px;
    padding: 7px 12px;
    text-align: left;
}

.studio__area-tab i {
    color: #8a9680;
    font-size: .72rem;
    width: 16px;
    text-align: center;
}

.studio__area-tab.active {
    background: #1b1f16;
    border-color: #1b1f16;
    color: #ffffff;
}

.studio__area-tab.active i {
    color: #e8622a;
}

.studio__tool-panel {
    display: none;
}

.studio__tool-panel.active {
    display: block;
}

.studio__upload {
    align-items: center;
    background: #f7f8f4;
    border: 1px dashed #aab69b;
    border-radius: 6px;
    color: #32372a;
    cursor: pointer;
    display: flex;
    font-size: .8rem;
    font-weight: 700;
    gap: 8px;
    margin-bottom: 12px;
    min-height: 44px;
    padding: 10px 12px;
    position: relative;
}

.studio__upload input { display: none; }

.studio__upload i { color: #7a9a34; }

.studio__upload [data-custom-file-name] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.studio__upload-remove {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d9dfd4;
    border-radius: 999px;
    color: #9a342d;
    display: none;
    flex: 0 0 auto;
    height: 24px;
    justify-content: center;
    padding: 0;
    width: 24px;
}

.studio__upload-remove.show { display: inline-flex; }

.studio__upload-remove:hover {
    background: #fff3ef;
    border-color: #e8b8ad;
}

.studio__field-row {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 8px;
}

.studio__field-row--three {
    grid-template-columns: 1fr 1fr 1fr;
}

.studio__field {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
}

.studio__field span {
    color: #7a8271;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.studio__field--narrow { max-width: 80px; }

.studio__field--color { max-width: 52px; }

.studio__field input[type="text"],
.studio__field select {
    background: #f7f8f4;
    border: 1px solid #d8ddd4;
    border-radius: 4px;
    color: #202319;
    font-size: .8rem;
    min-height: 34px;
    padding: 6px 8px;
    width: 100%;
}

.studio__field select {
    cursor: pointer;
    min-width: 0;
}

.studio__field input[type="color"] {
    background: #f7f8f4;
    border: 1px solid #d8ddd4;
    border-radius: 4px;
    cursor: pointer;
    height: 34px;
    padding: 3px;
    width: 100%;
}

.studio__field input[type="range"] {
    accent-color: #e8622a;
    width: 100%;
}

.studio__toggle,
.custom-tshirt-toggle {
    align-items: center;
    background: #f7f8f4;
    border: 1px solid #d8ddd4;
    border-radius: 4px;
    color: #394132;
    cursor: pointer;
    display: flex;
    font-size: .76rem;
    font-weight: 800;
    gap: 8px;
    line-height: 1.25;
    margin: 2px 0 8px;
    padding: 8px 10px;
}

.studio__toggle input,
.custom-tshirt-toggle input {
    accent-color: #2f6b3f;
    height: 16px;
    margin: 0;
    width: 16px;
}

.custom-range-label {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.custom-range-label output {
    color: #2f6b3f;
    font-size: .72rem;
    font-weight: 900;
    white-space: nowrap;
}

.studio__note {
    color: #7a8271;
    font-size: .72rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 4px 0 10px;
}

.studio__hint {
    border-top: 1px solid #e8ebe4;
    color: #8a9680;
    font-size: .7rem;
    line-height: 1.4;
    margin-top: auto;
    padding-top: 12px;
}

.studio__hint i {
    margin-right: 4px;
}

.studio__canvas {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 54px);
    padding: 30px 20px 20px;
    position: relative;
}

.studio__canvas-inner {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    perspective: 900px;
}

.studio__sleeve-editor {
    background: #ffffff;
    border: 1px solid #dfe5da;
    border-radius: 12px;
    box-shadow: 0 12px 38px rgba(24,37,27,.09);
    display: none;
    flex: 0 1 560px;
    max-width: 560px;
    min-width: 360px;
    overflow: hidden;
}

.studio__sleeve-editor.is-active {
    display: block;
}

.studio__sleeve-editor-head {
    align-items: center;
    border-bottom: 1px solid #e6eae2;
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
}

.studio__sleeve-editor-head div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.studio__sleeve-editor-head div > span {
    color: #88917f;
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.studio__sleeve-editor-head strong {
    color: #1b1f16;
    font-size: .95rem;
}

.studio__sleeve-editor-badge {
    background: #eef5ea;
    border-radius: 999px;
    color: #2f6b3f;
    font-size: .68rem;
    font-weight: 900;
    padding: 5px 9px;
    text-transform: uppercase;
}

.studio__sleeve-workspace {
    background: #f5f6f3;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.studio__sleeve-reference {
    height: 100%;
    left: 50%;
    max-width: 100%;
    object-fit: contain;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.studio__sleeve-editor[data-custom-sleeve-side="left"] .studio__sleeve-reference {
    left: 50%;
}

.studio__sleeve-editor[data-custom-sleeve-side="right"] .studio__sleeve-reference {
    left: 50%;
    transform: translate(-50%, -50%) scaleX(-1);
}

.studio__sleeve-print {
    aspect-ratio: 1.8;
    min-height: 0;
    z-index: 8;
}

.studio__sleeve-print img {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.studio__sleeve-editor > p {
    color: #65705e;
    font-size: .72rem;
    margin: 0;
    padding: 11px 16px 13px;
}

.studio__sleeve-editor > p i {
    color: #e8622a;
    margin-right: 5px;
}

.studio__canvas:has(.studio__sleeve-editor.is-active) .custom-tshirt-preview {
    flex: 0 1 470px;
    min-height: 500px;
    width: min(470px, 45%);
}

.studio__canvas:has(.studio__sleeve-editor.is-active) .custom-tshirt-preview__shirt {
    height: 390px;
    width: 305px;
}

@media (max-width: 1180px) {
    .studio__canvas-inner {
        flex-direction: column;
        padding-top: 20px;
    }

    .studio__sleeve-editor {
        min-width: 0;
        width: min(100%, 560px);
    }

    .studio__sleeve-workspace {
        height: 410px;
    }
}

.studio__view-controls {
    align-items: center;
    display: flex;
    gap: 6px;
    padding: 10px 0;
}

.studio__view-btn {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d8ddd4;
    border-radius: 6px;
    color: #4a5241;
    display: flex;
    font-size: .82rem;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.studio__view-btn:hover {
    background: #1b1f16;
    border-color: #1b1f16;
    color: #ffffff;
}

.studio__view-btn.active {
    background: #e8622a;
    border-color: #e8622a;
    color: #ffffff;
}

.custom-tshirt-preview {
    --shirt-color: #ffffff;
    align-items: center;
    background:
        radial-gradient(ellipse at 50% 42%, rgba(255,255,255,.98), transparent 50%),
        linear-gradient(180deg, #f8f9f5, #eef0ea);
    border: 1px solid #e1e5dc;
    border-radius: 10px;
    box-shadow: 0 8px 40px rgba(0,0,0,.06);
    display: flex;
    justify-content: center;
    min-height: 560px;
    max-width: 720px;
    overflow: hidden;
    padding: 40px 30px 50px;
    perspective: 900px;
    position: relative;
    width: 100%;
}

.custom-tshirt-preview__shirt {
    backface-visibility: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 460px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    transition: transform .22s ease, background-color .16s ease;
    width: 360px;
    z-index: 2;
}

.custom-tshirt-preview__shirt::before,
.custom-tshirt-preview__shirt::after {
    content: none;
}

.custom-tshirt-preview__back-collar {
    display: none;
    position: absolute;
    left: 50%;
    top: 11.5%;
    width: 21%;
    height: 10.5%;
    transform: translateX(-50%);
    background: var(--shirt-color);
    border-radius: 0 0 46% 46% / 0 0 72% 72%;
    box-shadow: inset 0 -1px 2.4px rgba(24, 37, 27, .16);
    z-index: 6;
    pointer-events: none;
}

.custom-tshirt-preview__side-label {
    display: none;
    position: absolute;
    top: 12px;
    right: 14px;
    background: rgba(31, 42, 31, .88);
    color: #fff;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 999px;
    z-index: 8;
    pointer-events: none;
}

.custom-tshirt-preview[data-custom-visible-side="back"] .custom-tshirt-preview__side-label {
    display: inline-block;
}

.custom-tshirt-preview__color-fill,
.custom-tshirt-preview__mockup {
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.custom-tshirt-preview__color-fill {
    background: var(--shirt-color);
    mask: url("../images/custom-tshirt-mockup.png") center / contain no-repeat;
    -webkit-mask: url("../images/custom-tshirt-mockup.png") center / contain no-repeat;
    z-index: 1;
}

.custom-tshirt-preview[data-custom-visible-side="back"] .custom-tshirt-preview__color-fill {
    mask-image: url("../images/custom-tshirt-mockup-back.png?v=20260729-no-logo");
    -webkit-mask-image: url("../images/custom-tshirt-mockup-back.png?v=20260729-no-logo");
}

.custom-tshirt-preview[data-custom-visible-side="back"] .custom-tshirt-preview__color-fill,
.custom-tshirt-preview[data-custom-visible-side="back"] .custom-tshirt-preview__mockup {
    transform: scaleX(-1);
}

.custom-tshirt-preview__mockup {
    filter: drop-shadow(0 18px 24px rgba(24,37,27,.12));
    height: 100%;
    mix-blend-mode: multiply;
    object-fit: contain;
    opacity: .84;
    width: 100%;
    z-index: 2;
}

.custom-tshirt-preview[data-shirt-color="black"] .custom-tshirt-preview__mockup {
    mix-blend-mode: screen;
    opacity: .34;
}

.custom-tshirt-preview[data-custom-rotation] .custom-tshirt-preview__print {
    transition: opacity .18s ease;
}

.custom-tshirt-preview[data-custom-rotation="90"] .custom-tshirt-preview__print,
.custom-tshirt-preview[data-custom-rotation="270"] .custom-tshirt-preview__print {
    opacity: .45;
}

.custom-tshirt-preview__print.is-side-hidden {
    opacity: 0 !important;
    visibility: hidden;
}

.custom-tshirt-preview__neck {
    background:
        radial-gradient(ellipse at 50% 34%, #eef0ec 0 54%, transparent 56%),
        var(--shirt-color);
    border: 1px solid rgba(24,37,27,.18);
    border-radius: 0 0 999px 999px;
    border-top: 0;
    box-shadow:
        inset 0 -5px 10px rgba(24,37,27,.09),
        0 1px 0 rgba(255,255,255,.55);
    height: 29px;
    left: 50%;
    position: absolute;
    top: -1px;
    transform: translateX(-50%);
    width: 66px;
    z-index: 5;
}

.custom-tshirt-preview__collar {
    border: 8px solid rgba(24,37,27,.105);
    border-top: 0;
    border-radius: 0 0 999px 999px;
    height: 37px;
    left: 50%;
    position: absolute;
    top: -2px;
    transform: translateX(-50%);
    width: 84px;
    z-index: 4;
}

.custom-tshirt-preview__sleeve {
    background:
        linear-gradient(180deg, rgba(255,255,255,.50), rgba(24,37,27,.045)),
        linear-gradient(90deg, rgba(24,37,27,.08), transparent 62%),
        var(--shirt-color);
    border: 1px solid rgba(24,37,27,.16);
    box-shadow:
        inset 0 -8px 14px rgba(24,37,27,.055),
        0 12px 18px rgba(24,37,27,.07);
    height: 76px;
    position: absolute;
    top: 30px;
    width: 66px;
    z-index: 0;
}

.custom-tshirt-preview__sleeve--left {
    border-radius: 26px 8px 18px 24px;
    clip-path: polygon(18% 0, 100% 8%, 84% 84%, 8% 100%, 0 62%);
    left: -50px;
    transform: rotate(13deg);
}

.custom-tshirt-preview__sleeve--right {
    border-radius: 8px 26px 24px 18px;
    clip-path: polygon(0 8%, 82% 0, 100% 62%, 92% 100%, 16% 84%);
    right: -50px;
    transform: rotate(-13deg);
}

.custom-tshirt-preview__shoulder {
    background: rgba(24,37,27,.10);
    height: 1px;
    position: absolute;
    top: 41px;
    width: 60px;
    z-index: 6;
}

.custom-tshirt-preview__shoulder--left {
    left: 1px;
    transform: rotate(10deg);
}

.custom-tshirt-preview__shoulder--right {
    right: 1px;
    transform: rotate(-10deg);
}

.custom-tshirt-preview__hem {
    background:
        linear-gradient(90deg, transparent, rgba(24,37,27,.12), transparent),
        rgba(255,255,255,.18);
    bottom: 10px;
    height: 3px;
    left: 12px;
    position: absolute;
    right: 12px;
    z-index: 6;
}

.custom-tshirt-preview__neck,
.custom-tshirt-preview__collar,
.custom-tshirt-preview__sleeve,
.custom-tshirt-preview__shoulder,
.custom-tshirt-preview__hem {
    display: none;
}

.custom-tshirt-preview__print {
    align-items: center;
    cursor: move;
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    left: 50%;
    min-height: 80px;
    pointer-events: auto;
    position: absolute;
    text-align: center;
    top: 43%;
    transform: translate(-50%, -50%);
    width: 130px;
    z-index: 4;
}

.custom-tshirt-preview__shoulder-mask {
    display: contents;
}

.custom-tshirt-preview__shoulder-mask[data-custom-mask-area^="shoulder"] {
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.custom-tshirt-preview__print [data-custom-preview-text],
.custom-tshirt-preview__print [data-custom-preview-number] {
    white-space: nowrap;
    max-width: none;
    line-height: 1.08;
}

.custom-tshirt-preview__print[data-custom-print-mode="empty"] {
    cursor: default;
    pointer-events: none;
}

.custom-tshirt-preview__print.is-empty {
    opacity: 0;
    pointer-events: none;
}

.custom-tshirt-preview__print:not([data-custom-print-mode="empty"])::before {
    border: 1px dashed rgba(47, 107, 63, .78);
    content: "";
    inset: -6px;
    pointer-events: none;
    position: absolute;
}

.custom-tshirt-preview__print:not([data-custom-print-mode="empty"])::after {
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, #2f6b3f, #8fb060) border-box;
    border: 1px solid transparent;
    box-shadow:
        calc(100% + 12px) 0 0 -1px #ffffff,
        0 calc(100% + 12px) 0 -1px #ffffff,
        calc(100% + 12px) calc(100% + 12px) 0 -1px #ffffff;
    content: "";
    height: 7px;
    left: -9px;
    pointer-events: none;
    position: absolute;
    top: -9px;
    width: 7px;
}

.custom-tshirt-preview__print.is-dragging::before {
    border-color: rgba(31, 42, 31, .95);
}

.custom-tshirt-preview__print--ghost {
    opacity: .72;
    pointer-events: none;
    z-index: 3;
}

.custom-tshirt-preview__print--ghost::before,
.custom-tshirt-preview__print--ghost::after {
    display: none;
}

.custom-tshirt-preview__print--ghost img,
.custom-tshirt-preview__print--ghost strong,
.custom-tshirt-preview__print--ghost em {
    filter: none;
}

.custom-tshirt-preview[data-custom-preview-area="top_back"] .custom-tshirt-preview__print {
    top: 34%;
}

.custom-tshirt-preview[data-custom-preview-area="bottom_back"] .custom-tshirt-preview__print {
    top: 72%;
}

.custom-tshirt-preview[data-custom-preview-area^="shoulder"] .custom-tshirt-preview__print,
.custom-tshirt-preview__print[data-custom-print-area^="shoulder"] {
    aspect-ratio: 1.8;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: none;
    clip-path: none;
    gap: 0;
    left: 65%;
    min-height: 0;
    overflow: visible;
    padding: 0;
    top: 27%;
    transform: translate(calc(-50% + var(--shoulder-x, 0px)), calc(-50% + var(--shoulder-y, 0px))) rotate(-13deg);
    width: 64px;
}

.custom-tshirt-preview__print[data-custom-print-area^="shoulder"][data-custom-print-mode="logo"] {
    aspect-ratio: 1;
}

.custom-tshirt-preview [data-custom-preview-print][data-custom-print-area^="shoulder"] {
    cursor: default;
    pointer-events: none;
}

.custom-tshirt-preview [data-custom-preview-print][data-custom-print-area^="shoulder"]::before,
.custom-tshirt-preview [data-custom-preview-print][data-custom-print-area^="shoulder"]::after,
.custom-tshirt-preview [data-custom-preview-print][data-custom-print-area^="shoulder"] .ct-handle {
    display: none;
}

.custom-tshirt-preview[data-custom-preview-area="shoulder_left"] .custom-tshirt-preview__print,
.custom-tshirt-preview__print[data-custom-print-area="shoulder_left"] {
    left: 82%;
    top: 43%;
}

.custom-tshirt-preview[data-custom-preview-area="shoulder_right"] .custom-tshirt-preview__print,
.custom-tshirt-preview__print[data-custom-print-area="shoulder_right"] {
    left: 18%;
    top: 43%;
}

.custom-tshirt-preview[data-custom-preview-area^="shoulder"] .custom-tshirt-preview__print[data-custom-print-mode="empty"],
.custom-tshirt-preview__print[data-custom-print-area^="shoulder"][data-custom-print-mode="empty"] {
    background: transparent;
    box-shadow: none;
}

.custom-tshirt-preview__print[data-custom-text-position="above"] img { order: 2; }
.custom-tshirt-preview__print[data-custom-text-position="above"] strong { order: 1; }
.custom-tshirt-preview__print[data-custom-text-position="above"] em { order: 3; }

.custom-tshirt-preview__print img {
    display: none;
    filter: drop-shadow(0 2px 2px rgba(24,37,27,.12));
    max-height: 88px;
    max-width: 100%;
    object-fit: contain;
}

.custom-tshirt-preview__print.has-image img {
    display: block;
}

.custom-tshirt-preview[data-custom-preview-area^="shoulder"] .custom-tshirt-preview__print img,
.custom-tshirt-preview__print[data-custom-print-area^="shoulder"] img {
    border-radius: 0;
    clip-path: none;
    filter: none;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.custom-tshirt-preview__print strong {
    color: #202319;
    display: block;
    font-size: .72rem;
    font-weight: 900;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.custom-tshirt-preview__print em {
    color: #7a9a34;
    display: block;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}

.custom-tshirt-preview[data-custom-preview-area^="shoulder"] .custom-tshirt-preview__print strong,
.custom-tshirt-preview[data-custom-preview-area^="shoulder"] .custom-tshirt-preview__print em,
.custom-tshirt-preview__print[data-custom-print-area^="shoulder"] strong,
.custom-tshirt-preview__print[data-custom-print-area^="shoulder"] em {
    align-items: center;
    border-radius: 0;
    box-sizing: border-box;
    display: flex;
    height: auto;
    justify-content: center;
    line-height: .92;
    max-width: 100%;
    padding: 0;
    text-align: center;
    width: 100%;
}

.custom-tshirt-preview[data-custom-preview-area^="shoulder"] .custom-tshirt-preview__print strong,
.custom-tshirt-preview__print[data-custom-print-area^="shoulder"] strong {
    font-size: .52rem;
}

.custom-tshirt-preview[data-custom-preview-area^="shoulder"] .custom-tshirt-preview__print em,
.custom-tshirt-preview__print[data-custom-print-area^="shoulder"] em {
    color: #202319;
    font-size: .86rem;
}

.custom-tshirt-preview[data-custom-preview-area^="shoulder"] .custom-tshirt-preview__print[data-custom-print-mode="logo"] strong,
.custom-tshirt-preview[data-custom-preview-area^="shoulder"] .custom-tshirt-preview__print[data-custom-print-mode="logo"] em,
.custom-tshirt-preview[data-custom-preview-area^="shoulder"] .custom-tshirt-preview__print[data-custom-print-mode="text"] em,
.custom-tshirt-preview[data-custom-preview-area^="shoulder"] .custom-tshirt-preview__print[data-custom-print-mode="number"] strong,
.custom-tshirt-preview__print[data-custom-print-area^="shoulder"][data-custom-print-mode="logo"] strong,
.custom-tshirt-preview__print[data-custom-print-area^="shoulder"][data-custom-print-mode="logo"] em,
.custom-tshirt-preview__print[data-custom-print-area^="shoulder"][data-custom-print-mode="text"] em,
.custom-tshirt-preview__print[data-custom-print-area^="shoulder"][data-custom-print-mode="number"] strong {
    display: none;
}

.custom-print-note {
    color: #496234;
    display: block;
    font-size: .72rem;
    font-weight: 800;
    margin-top: 4px;
}

@media (max-width: 575.98px) {
    .shop-navbar .navbar-collapse {
        padding: 12px 0 16px;
    }

    .shop-navbar__collapse-shell {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .shop-navbar .navbar-nav {
        width: 100%;
    }

    .shop-navbar__menu {
        margin-bottom: 12px;
    }

    .shop-navbar__menu .nav-item {
        width: 100%;
    }

    .shop-navbar__menu .nav-link,
    .shop-navbar__menu .input-group {
        width: 100%;
    }

    .shop-navbar__search {
        max-width: none;
        min-width: 0;
        width: 100%;
    }

    .shop-navbar__actions {
        display: grid !important;
        gap: 10px 8px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: stretch !important;
        margin-left: 0;
        width: 100%;
    }

    .shop-navbar__actions > .nav-item {
        margin: 0 !important;
        width: 100%;
    }

    .language-switcher {
        grid-column: 1 / -1;
        margin: 0 !important;
        width: 100%;
    }

    .language-switcher__toggle {
        justify-content: center !important;
        min-height: 44px;
        padding-left: 14px !important;
        padding-right: 14px !important;
        width: 100%;
    }

    .language-switcher__menu {
        min-width: 100%;
    }

    .shop-navbar__auth-link,
    .shop-navbar__wishlist-link,
    .shop-navbar__cart-link,
    .shop-navbar__action--profile > .shop-nav-link {
        align-items: center;
        display: inline-flex;
        justify-content: center;
        min-height: 44px;
        width: 100%;
    }

    .shop-navbar__auth-link {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .shop-navbar__cart-link {
        gap: 8px;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .shop-navbar__wishlist-link {
        gap: 8px;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .shop-navbar__wishlist-label {
        color: inherit;
        display: inline-block;
        font-size: .84rem;
        font-weight: 900;
        line-height: 1;
        text-transform: none;
    }

    .shop-navbar__cart-label {
        color: inherit;
        display: inline-block;
        font-size: .84rem;
        font-weight: 900;
        line-height: 1;
        text-transform: none;
    }

    .shop-navbar__cart-link .badge {
        position: static !important;
        transform: none !important;
        margin-left: auto;
    }

    .shop-navbar__action--profile > .shop-nav-link {
        justify-content: flex-start;
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .shop-hero {
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        min-height: 460px !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
        width: 100vw !important;
    }

    .shop-page-hero {
        background:
            linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.82) 62%, rgba(255,255,255,.46) 100%),
            url("../images/shop-seasonal-vine-background.png") center / cover no-repeat;
        grid-template-columns: 1fr;
        margin-bottom: 24px;
        min-height: 250px;
        padding: 30px 18px 36px;
    }

    .shop-page-hero::after {
        left: 18px;
        right: 18px;
    }

    .shop-page-hero__meta {
        justify-self: start;
        white-space: normal;
    }

    .studio__body {
        grid-template-columns: 1fr;
    }

    .studio__sidebar {
        height: auto;
        max-height: none;
        position: static;
    }

    .studio__canvas {
        min-height: 400px;
    }

    .custom-tshirt-preview {
        min-height: 280px;
        max-width: none;
    }

    .home-section-divider {
        margin-bottom: 34px;
        max-width: 100%;
    }

    .seed-calendar-story {
        gap: 20px;
        grid-template-columns: 1fr;
        padding: 6px 0 24px;
    }

    .seed-calendar-story__image {
        min-height: 240px;
        order: -1;
    }

    .seed-calendar-story__image img {
        max-height: 310px;
    }

    .seed-calendar-story__content {
        max-width: none;
    }
}

@media (max-width: 991.98px) {
    .studio__topbar-title span {
        display: none;
    }

    .seed-calendar-story {
        grid-template-columns: 1fr;
    }

    .seed-calendar-story__content {
        margin-left: auto;
        margin-right: auto;
        max-width: 680px;
    }
}

/* Final navbar responsive override. Keep this at the end of the file so it
   wins over older mobile navbar rules above. */
@media (max-width: 1199.98px) {
    .shop-navbar .container-fluid {
        min-height: 76px;
    }

    .shop-navbar .navbar-collapse {
        padding: 14px 0 16px;
    }

    .shop-navbar__collapse-shell {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .shop-navbar__menu {
        align-items: stretch;
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
        margin: 0 0 2px;
        overflow: visible;
        width: 100%;
    }

    .shop-navbar__menu .nav-item,
    .shop-navbar__menu .shop-nav-link {
        width: 100%;
    }

    .shop-navbar__menu .shop-nav-link {
        background: rgba(255,255,255,.86);
        border: 1px solid #dfe9df;
        border-radius: 999px;
        color: #102417 !important;
        justify-content: center;
        min-height: 42px;
        padding: 10px 12px !important;
    }

    .shop-navbar__menu .shop-nav-link:hover,
    .shop-navbar__menu .shop-nav-link:focus {
        background: #eef6e9;
        border-color: #bfd8b7;
    }

    .shop-navbar__search {
        flex: none;
        max-width: none;
        min-width: 0;
        width: 100%;
    }

    .shop-navbar__actions {
        align-items: stretch !important;
        display: grid !important;
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-left: 0;
        width: 100%;
    }

    .shop-navbar__actions > .nav-item {
        margin: 0 !important;
        width: 100%;
    }

    .language-switcher,
    .shop-navbar__action--profile {
        grid-column: 1 / -1;
    }

    .language-switcher__toggle,
    .shop-navbar__auth-link,
    .shop-navbar__wishlist-link,
    .shop-navbar__cart-link,
    .shop-navbar__action--profile > .shop-nav-link {
        align-items: center;
        background: rgba(255,255,255,.9) !important;
        border: 1px solid #d7e7d4 !important;
        border-radius: 999px !important;
        color: #102417 !important;
        display: inline-flex;
        justify-content: center;
        min-height: 46px;
        padding: 10px 14px !important;
        width: 100%;
    }

    .shop-navbar__wishlist-link,
    .shop-navbar__cart-link {
        gap: 8px;
        position: relative;
    }

    .shop-navbar__wishlist-label,
    .shop-navbar__cart-label {
        display: inline-block !important;
        font-size: .9rem;
        font-weight: 900;
        line-height: 1;
    }

    .shop-navbar__wishlist-link .badge,
    .shop-navbar__cart-link .badge {
        align-items: center;
        display: inline-flex;
        height: 20px;
        justify-content: center;
        margin-left: 6px;
        min-width: 20px;
        padding: 0 6px;
        position: static !important;
        transform: none !important;
    }

    .shop-navbar__action--profile > .shop-nav-link {
        justify-content: center;
    }

    .shop-navbar__action--cart .mini-cart {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .shop-navbar__menu {
        grid-template-columns: 1fr;
    }

    .shop-navbar__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =========================================================
   Custom T-shirt "studio" — direct-manipulation experience
   (UberPrints-style stage + on-shirt drag/resize/rotate)
   ========================================================= */
/* ---- On-shirt handles ---- */
.custom-tshirt-preview__print {
    touch-action: none;
}

.ct-handle {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 7;
}

.custom-tshirt-preview__print[data-custom-print-mode="empty"] .ct-handle {
    display: none;
}

.ct-handle--rotate,
.ct-handle--resize {
    background: #ffffff;
    border: 1.6px solid #e8622a;
    border-radius: 999px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .22);
    color: #e8622a;
    cursor: grab;
    font-size: .58rem;
    height: 22px;
    width: 22px;
}

.ct-handle--rotate:active,
.ct-handle--resize:active {
    cursor: grabbing;
}

.ct-handle--rotate {
    left: 50%;
    top: -34px;
    transform: translateX(-50%);
}

.ct-handle--rotate::after {
    background: #e8622a;
    bottom: -19px;
    content: "";
    height: 19px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 1.6px;
    z-index: -1;
}

.ct-handle--resize {
    border-radius: 5px;
    bottom: -12px;
    cursor: nwse-resize;
    right: -12px;
}

.ct-handle--resize::before {
    border: 1.6px solid #e8622a;
    border-left: 0;
    border-top: 0;
    content: "";
    height: 7px;
    width: 7px;
}

.ct-handle--delete {
    background: #d64545;
    border: 1.6px solid #ffffff;
    border-radius: 999px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .28);
    color: #ffffff;
    cursor: pointer;
    font-size: .58rem;
    height: 22px;
    padding: 0;
    right: -13px;
    top: -13px;
    width: 22px;
}

.ct-handle--delete:hover,
.ct-handle--delete:focus {
    background: #b83636;
}

.custom-tshirt-preview__print.is-resizing::before,
.custom-tshirt-preview__print.is-rotating::before {
    border-color: rgba(232, 98, 42, .85);
    border-style: solid;
}

.cookie-consent {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dfe5da;
    border-radius: 8px;
    bottom: 18px;
    box-shadow: 0 16px 40px rgba(31, 42, 31, .18);
    display: flex;
    gap: 18px;
    left: 50%;
    max-width: min(920px, calc(100vw - 32px));
    padding: 16px 18px;
    position: fixed;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1050;
}

.cookie-consent[hidden] {
    display: none;
}

.cookie-consent__copy {
    flex: 1 1 auto;
}

.cookie-consent__copy strong {
    color: #202319;
    display: block;
    font-size: .92rem;
    margin-bottom: 3px;
}

.cookie-consent__copy p {
    color: #5c6657;
    font-size: .82rem;
    line-height: 1.45;
    margin: 0;
}

.cookie-consent__copy a {
    color: #2f6b3f;
    display: inline-block;
    font-size: .78rem;
    font-weight: 800;
    margin-top: 6px;
    text-decoration: none;
}

.cookie-consent__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

@media (max-width: 991.98px) {
    .studio__body {
        grid-template-columns: 1fr;
    }

    .studio__sidebar {
        height: auto;
        max-height: none;
        position: static;
        order: 2;
    }

    .studio__canvas {
        min-height: 400px;
        order: 1;
    }

    .studio__cart-btn span {
        display: none;
    }

    .cookie-consent {
        align-items: stretch;
        flex-direction: column;
    }

    .cookie-consent__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
