:root {
    --stora-bg: #ffffff;
    --stora-surface: #ffffff;
    --stora-text: #0f0f15;
    --stora-muted: #6f7077;
    --stora-line: #e8e8ee;
    --stora-pink: #e70f7f;
    --stora-dark: #090a0f;
    --stora-container: 1140px;
    --radius: 12px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--stora-bg);
    color: var(--stora-text);
    font-family: "Poppins", "Segoe UI", sans-serif;
    line-height: 1.45;
    overflow-x: hidden;
}

.elementor-page .elementor-widget-container > .hero,
.elementor-page .elementor-widget-container > .catalog {
    margin: 0;
}

.elementor-page .elementor-widget-stora_hero .elementor-widget-container,
.elementor-page .elementor-widget-stora_product_grid .elementor-widget-container {
    padding: 0;
}

.elementor-page .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--stora-container);
}

a {
    color: inherit;
    text-decoration: none;
}

.stora-container {
    width: min(100% - 32px, var(--stora-container));
    margin: 0 auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.site-header {
    padding: 22px 0 10px;
    position: sticky;
    top: 10px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
}

.site-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.brand-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #53b22f;
    color: #fff;
    font-weight: 700;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-text strong {
    color: var(--stora-pink);
    letter-spacing: 0.4px;
}

.brand-text small {
    color: #58a631;
    text-transform: uppercase;
    font-size: 10px;
}

.site-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-search input {
    height: 40px;
    width: 270px;
    border: 1px solid var(--stora-line);
    border-radius: 6px;
    padding: 0 14px;
    background: #f7f7fa;
}

.cart-button {
    height: 40px;
    border-radius: 6px;
    background: var(--stora-dark);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    font-size: 13px;
}

.cart-count {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--stora-pink);
    display: grid;
    place-items: center;
    font-size: 11px;
}

.menu-wrap {
    min-height: 16px;
}

.primary-navigation ul,
.footer-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 22px;
}

.hero {
    padding: 34px 0 52px;
}

.hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: center;
}

.hero-title {
    font-size: clamp(42px, 6.8vw, 74px);
    line-height: 0.96;
    letter-spacing: -1.8px;
    margin: 0;
    font-weight: 600;
}

.hero-title__line {
    display: block;
}

.hero-title__accent {
    color: var(--stora-pink);
}

.hero-copy__lead {
    max-width: 410px;
    color: var(--stora-muted);
    margin: 26px 0 18px;
    font-size: 14px;
}

.btn {
    border: 0;
    border-radius: 6px;
    padding: 11px 24px;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    background: var(--stora-dark);
    color: #fff;
}

.btn--dark {
    background: var(--stora-dark);
    color: #fff;
}

.btn--ghost {
    background: #fff;
    border: 1px solid #d3d3dc;
    width: 100%;
}

.hero-visual {
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

.hero-figure {
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background:
        radial-gradient(circle at 62% 14%, #ffffff 0, #ffffff 13%, #f0f1f6 14%, #f0f1f6 40%, transparent 41%),
        radial-gradient(circle at 58% 46%, #d8deea 0, #d8deea 20%, transparent 21%),
        radial-gradient(circle at 47% 74%, #e5edf8 0, #e5edf8 23%, transparent 24%),
        linear-gradient(180deg, #f6f7fb 0%, #edf0f7 100%);
}

.hero-badge {
    position: absolute;
    right: 6px;
    bottom: 44px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 12px;
    padding: 10px 13px;
    box-shadow: 0 12px 34px rgba(16, 18, 27, 0.13);
    font-size: 12px;
    display: grid;
    gap: 5px;
    min-width: 245px;
}

.hero-badge p {
    margin: 0;
}

.hero-badge__stars {
    color: #f6b621;
    letter-spacing: 1px;
    font-size: 14px;
}

.hero-badge__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #404350;
}

.hero-badge__avatars {
    display: inline-flex;
    align-items: center;
}

.hero-badge__avatars span {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    border: 1px solid #fff;
    background: linear-gradient(135deg, #afc2db, #e5edf8);
}

.hero-badge__avatars span + span {
    margin-left: -6px;
    background: linear-gradient(135deg, #d5d7df, #f3f4f8);
}

.catalog,
.info-steps,
.testimonials,
.site-footer {
    padding: 54px 0;
}

.catalog {
    background: #fff;
}

.section-kicker {
    color: var(--stora-pink);
    text-transform: lowercase;
    font-size: 12px;
    margin: 0 0 4px;
}

.catalog h2,
.info-steps h2,
.testimonials h2 {
    margin: 0 0 28px;
    font-size: clamp(32px, 4vw, 42px);
    letter-spacing: -0.5px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 24px;
}

.category-card {
    background: #f2f3f7;
    border: 1px solid #e5e5ec;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    font: inherit;
    color: inherit;
}

.category-card.is-active {
    background: #fff;
    border-color: var(--stora-pink);
}

.category-icon {
    display: block;
    font-size: 22px;
    margin-bottom: 7px;
}

.category-card h3 {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 14px;
}

.product-card {
    background: transparent;
    border: 0;
    padding: 0;
    position: relative;
}

.wish-btn {
    position: absolute;
    top: 7px;
    right: 8px;
    border: 0;
    background: #fff;
    color: #4a4f60;
    cursor: pointer;
    font-size: 12px;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    padding: 0;
    z-index: 3;
}

.wish-btn.is-active {
    background: #ffe8f4;
    color: var(--stora-pink);
    box-shadow: 0 0 0 1px rgba(231, 15, 127, 0.2) inset;
}

.product-media {
    border-radius: 6px;
    min-height: 175px;
    background: #f1f1f4;
    border: 1px solid #ececf1;
    display: grid;
    place-items: center;
    font-weight: 700;
    color: #707482;
    margin-bottom: 8px;
    padding: 14px;
}

.product-title {
    font-size: 12px;
    margin: 0 0 4px;
    font-weight: 500;
}

.product-title__link {
    color: #12131a;
}

.price {
    margin: 0 0 10px;
    font-size: 11px;
    color: #8f93a1;
}

.price ins,
.price .woocommerce-Price-amount {
    color: var(--stora-pink);
    font-weight: 600;
    text-decoration: none;
}

.price del,
.price del .woocommerce-Price-amount {
    color: #9d9fad;
    margin-left: 2px;
    font-weight: 400;
}

.product-card .btn--ghost {
    width: 100%;
    border-radius: 7px;
    border: 1px solid #0a0b10;
    background: #0a0b10;
    color: #fff;
    height: 34px;
    display: grid;
    place-items: center;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

.product-card .btn--ghost.loading {
    position: relative;
    color: transparent;
    pointer-events: none;
}

.product-card .btn--ghost.loading::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: #ffffff;
    border-radius: 999px;
    animation: stora-spin 0.7s linear infinite;
}

.product-card .btn--ghost.is-added {
    background: #e70f7f;
    border-color: #e70f7f;
    color: #fff;
}

.product-card a.added_to_cart {
    display: none !important;
}

.product-grid-empty {
    margin: 16px 0 0;
    color: #6f7077;
    font-size: 14px;
    text-align: center;
}

.center {
    text-align: center;
    margin-top: 28px;
}

.why-us {
    padding: 40px 0;
}

.why-us__card {
    border-radius: 10px;
    color: #fff;
    background:
        radial-gradient(circle at 30% 120%, rgba(255, 255, 255, 0.14), transparent 30%),
        radial-gradient(circle at 72% -6%, rgba(255, 255, 255, 0.18), transparent 33%),
        linear-gradient(135deg, #e00d7f, #f21389);
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 16px;
    align-items: center;
}

.why-us h2 {
    font-size: clamp(34px, 4vw, 48px);
    margin: 0 0 12px;
    line-height: 1.05;
}

.why-us ul {
    padding-left: 18px;
    margin: 0 0 22px;
    display: grid;
    gap: 6px;
}

.why-us__visual {
    min-height: 230px;
    border-radius: 10px;
    background:
        radial-gradient(circle at 20% 40%, #fff 0, #fff 8%, transparent 9%),
        radial-gradient(circle at 28% 70%, #f9d6ea 0, #f9d6ea 18%, transparent 19%),
        radial-gradient(circle at 62% 55%, #ffd9ec 0, #ffd9ec 24%, transparent 25%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08));
}

.info-steps {
    text-align: center;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 36px;
    max-width: 900px;
    margin: 0 auto;
}

.step-item {
    text-align: center;
}

.step-num {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--stora-pink);
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
    box-shadow: 0 0 0 6px rgba(231, 15, 127, 0.16);
}

.step-item h3 {
    margin: 0 0 5px;
    font-size: 18px;
}

.step-item p {
    margin: 0;
    color: var(--stora-muted);
    font-size: 14px;
}

.testimonials {
    text-align: center;
}

.quote-mark {
    color: var(--stora-pink);
    font-size: 30px;
    margin: 0;
}

.testimonials .lead {
    max-width: 640px;
    margin: 0 auto 20px;
    color: var(--stora-muted);
}

.person {
    margin: 0;
}

.person span {
    display: block;
    color: var(--stora-muted);
}

.testimonials-widget .stora-container {
    position: relative;
}

.testimonial-nav {
    position: absolute;
    inset: 50% 0 auto;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.testimonial-arrow {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #dfdfe5;
    background: #f6f6f8;
    color: #666a77;
    display: grid;
    place-items: center;
    cursor: pointer;
    pointer-events: auto;
}

.testimonial-arrow:hover {
    background: #ececf2;
}

.testimonial-avatars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 20px 0 10px;
}

.avatar {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    overflow: hidden;
    background: #e7e9ef;
    display: inline-grid;
    place-items: center;
}

.avatar--main {
    width: 56px;
    height: 56px;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.stora-cart-modal[hidden] {
    display: none;
}

.stora-cart-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.stora-cart-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.stora-cart-modal__panel {
    position: relative;
    width: min(100% - 24px, 760px);
    max-height: calc(100vh - 40px);
    overflow: auto;
    margin: 20px auto;
    background: #fff;
    border-radius: 16px;
    padding: 22px 22px 24px;
}

.stora-cart-modal__close {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: #f3f3f7;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.stora-cart-modal h3 {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 1;
}

.stora-cart-modal__items {
    display: grid;
    gap: 12px;
}

.stora-cart-modal__empty {
    margin: 8px 0;
    color: #666b78;
}

.stora-cart-item {
    border: 1px solid #dedee6;
    border-radius: 12px;
    padding: 14px;
    display: grid;
    grid-template-columns: 132px 1fr 30px;
    gap: 14px;
    align-items: center;
}

.stora-cart-item.is-loading {
    opacity: 0.6;
    pointer-events: none;
    transition: opacity 0.18s ease;
}

.stora-cart-item__img {
    border-radius: 10px;
    background: #f4f4f7;
    min-height: 102px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.stora-cart-item__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 84px;
}

.stora-cart-item__info h4 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.05;
}

.stora-cart-item__price {
    margin: 0 0 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.stora-cart-item__price span {
    color: var(--stora-pink);
    font-weight: 700;
    font-size: 16px;
}

.stora-cart-item__price del {
    color: #8f919c;
    font-size: 14px;
}

.stora-cart-item__qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d7d8e2;
    border-radius: 8px;
    overflow: hidden;
}

.stora-cart-item__qty button {
    border: 0;
    background: #fff;
    width: 36px;
    height: 38px;
    font-size: 18px;
    cursor: pointer;
}

.stora-cart-item__qty span {
    width: 34px;
    text-align: center;
    font-weight: 600;
}

.stora-cart-item__remove {
    border: 0;
    background: transparent;
    color: #ff1a1a;
    font-size: 18px;
    cursor: pointer;
}

.stora-cart-modal__total {
    margin-top: 14px;
    padding: 16px 0;
    border-top: 1px solid #ececf2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #606371;
}

.stora-cart-modal__total strong {
    font-size: 20px;
    color: #15161c;
}

.stora-cart-modal__checkout {
    display: grid;
    place-items: center;
    height: 52px;
    border-radius: 6px;
    background: #0a0b10;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 600;
    font-size: 13px;
}

body.stora-cart-open {
    overflow: hidden;
}

@keyframes stora-spin {
    to {
        transform: rotate(360deg);
    }
}

.site-footer {
    background: #f2f0f3;
}

.site-footer__inner {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 32px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddf;
}

.footer-about p {
    max-width: 460px;
    color: var(--stora-muted);
    margin: 14px 0 18px;
}

.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}

.social-links a {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
}

.footer-subscribe h3 {
    margin: 2px 0 8px;
    font-size: 34px;
    line-height: 1.05;
}

.footer-subscribe p {
    margin: 0 0 14px;
    color: var(--stora-muted);
}

.subscribe-form {
    display: flex;
    border-bottom: 1px solid #bfbfc8;
}

.subscribe-form input {
    flex: 1;
    border: 0;
    background: transparent;
    height: 42px;
    outline: none;
}

.subscribe-form button {
    border: 0;
    background: transparent;
    cursor: pointer;
    color: var(--stora-dark);
    font-size: 18px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding-top: 18px;
}

.footer-bottom p {
    margin: 0;
    font-size: 12px;
    color: var(--stora-muted);
}

.site-main {
    width: min(100% - 48px, var(--stora-container));
    margin: 30px auto 60px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.site-main--front {
    width: 100%;
    margin: 0;
    background: transparent;
    padding: 0;
    border-radius: 0;
}

@media (max-width: 960px) {
    .hero__grid,
    .why-us__card,
    .site-footer__inner {
        grid-template-columns: 1fr;
    }

    .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .footer-subscribe h3 {
        font-size: 30px;
    }

    .hero-title {
        font-size: clamp(40px, 8vw, 64px);
    }
}

@media (max-width: 768px) {
    .category-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-bottom: 16px;
    }

    .category-card {
        min-width: 0;
    }

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

@media (max-width: 640px) {
    .stora-container,
    .site-main {
        width: min(100% - 16px, var(--stora-container));
    }

    .site-header {
        top: 0;
        padding: 10px 0 8px;
    }

    .site-header__inner {
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
    }

    .header-search input {
        width: 128px;
        height: 34px;
        padding: 0 10px;
        font-size: 12px;
    }

    .site-actions {
        width: auto;
        margin-left: auto;
        justify-content: flex-end;
        gap: 8px;
    }

    .cart-button {
        height: 34px;
        padding: 0 10px;
        font-size: 12px;
    }

    .custom-logo {
        max-height: 38px;
    }

    .menu-wrap {
        margin-top: 8px;
    }

    .primary-navigation ul {
        flex-wrap: wrap;
        gap: 12px;
        font-size: 14px;
    }

    .hero {
        padding-top: 10px;
    }

    .hero-visual {
        min-height: 380px;
    }

    .hero-image {
        right: -10px;
        height: 103%;
    }

    .hero-badge {
        right: 8px;
        left: 8px;
        bottom: 10px;
        min-width: 0;
    }

    .catalog .stora-container {
        width: 100%;
    }

    .catalog {
        padding-left: 0;
        padding-right: 0;
    }

    .category-grid {
        width: 100%;
    }

    .category-card {
        width: 100%;
    }

    .category-grid .category-card:nth-child(n + 3) {
        grid-column: 1 / -1;
    }

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

    .testimonial-nav {
        display: none;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .stora-cart-modal__panel {
        padding: 16px;
        width: calc(100% - 16px);
        margin: 8px auto;
        max-height: calc(100vh - 16px);
    }

    .stora-cart-modal h3 {
        font-size: 28px;
        margin-right: 24px;
    }

    .stora-cart-item {
        grid-template-columns: 84px 1fr 24px;
        gap: 10px;
        padding: 10px;
    }

    .stora-cart-item__img {
        min-height: 74px;
    }

    .stora-cart-item__info h4 {
        font-size: 18px;
    }

    .stora-cart-item__price span {
        font-size: 16px;
    }

    .stora-cart-item__price del {
        font-size: 14px;
    }

    .stora-cart-modal__total strong {
        font-size: 18px;
    }
}

.custom-logo-link {
    display: inline-flex;
}

.custom-logo {
    width: auto;
    max-height: 54px;
}

.hero-image {
    position: absolute;
    right: -22px;
    bottom: 0;
    height: 108%;
    width: auto;
    max-width: none;
    object-fit: contain;
    object-position: right bottom;
    border-radius: 14px;
    display: block;
    z-index: 2;
}

.category-thumb {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 999px;
    margin: 0 auto 7px;
    display: block;
}

.product-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 114px;
}

.price del,
.price ins {
    text-decoration: none;
}

.stora-product-page {
    padding: 22px 0 0;
}

.stora-product-main {
    padding: 20px 0 10px;
}

.stora-product-main__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 26px;
    align-items: start;
}

.stora-product-gallery {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 14px;
}

.stora-product-thumbs {
    display: grid;
    gap: 14px;
    align-content: start;
}

.stora-gallery-thumb {
    width: 78px;
    height: 92px;
    border: 1px solid #d8dae3;
    border-radius: 12px;
    background: #f4f4f7;
    display: grid;
    place-items: center;
    padding: 8px;
    cursor: pointer;
}

.stora-gallery-thumb.is-active {
    border-color: #1f2026;
}

.stora-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stora-product-main-image {
    min-height: 480px;
    border-radius: 12px;
    background: #f4f4f7;
    display: grid;
    place-items: center;
    padding: 28px;
}

.stora-main-product-image {
    width: 100%;
    height: 100%;
    max-height: 380px;
    object-fit: contain;
}

.stora-product-summary {
    padding-top: 4px;
}

.stora-product-tag {
    margin: 0 0 12px;
    display: inline-block;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    background: #ececf1;
}

.stora-product-title {
    margin: 0 0 8px;
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.03;
    letter-spacing: -0.8px;
}

.stora-product-price {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1;
}

.stora-product-summary .stora-product-price,
.stora-product-summary .stora-product-price .woocommerce-Price-amount,
.stora-product-summary .stora-product-price ins .woocommerce-Price-amount {
    font-size: 22px;
    color: var(--stora-pink);
    font-weight: 600;
}

.stora-product-summary .stora-product-price del .woocommerce-Price-amount {
    font-size: 20px;
    color: #8f909a;
    font-weight: 400;
}

.stora-product-description {
    color: #656874;
    font-size: 14px;
    max-width: 540px;
}

.stora-product-description p {
    margin: 0 0 8px;
}

.stora-single-cart {
    margin-top: 26px;
}

.stora-qty-wrap {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d7d8e2;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 18px;
}

.stora-qty-btn {
    border: 0;
    background: #fff;
    width: 38px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
}

.stora-single-cart input.qty {
    width: 44px;
    height: 40px;
    text-align: center;
    border: 0;
    font-weight: 600;
    background: #fff;
    -moz-appearance: textfield;
}

.stora-single-cart input.qty::-webkit-outer-spin-button,
.stora-single-cart input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.stora-add-to-cart {
    display: block;
    width: min(100%, 370px);
    height: 50px;
    border: 0;
    border-radius: 4px;
    background: #0a0b10;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.stora-add-to-cart.loading {
    opacity: 0.7;
    cursor: wait;
}

.stora-add-to-cart.is-added {
    background: #e70f7f !important;
    border-color: #e70f7f !important;
    color: #fff !important;
}

.stora-single-cart .single_add_to_cart_button,
.woocommerce .stora-single-cart .single_add_to_cart_button.button.alt,
.woocommerce-page .stora-single-cart .single_add_to_cart_button.button.alt {
    background: #0a0b10 !important;
    color: #fff !important;
    border-color: #0a0b10 !important;
}

.stora-related {
    padding: 40px 0 30px;
}

.stora-related h2 {
    margin-top: 0;
}

.stora-checkout-extra {
    padding: 28px 0 0;
}

@media (max-width: 960px) {
    .stora-product-main__grid {
        grid-template-columns: 1fr;
    }

    .stora-product-main-image {
        min-height: 360px;
    }
}

@media (max-width: 640px) {
    .stora-product-gallery {
        grid-template-columns: 1fr;
    }

    .stora-product-thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        display: grid;
    }

    .stora-gallery-thumb {
        width: 100%;
        height: 70px;
    }

    .stora-product-main-image {
        min-height: 280px;
    }

    .stora-product-title {
        font-size: clamp(34px, 7vw, 50px);
    }

    .stora-add-to-cart {
        width: 100%;
    }
}

/* Checkout */
.stora-checkout-layout {
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    gap: 28px;
    align-items: start;
    padding: 30px 0 20px;
}

.stora-checkout-delivery h2 {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1.05;
}

.stora-checkout-form .woocommerce-billing-fields__field-wrapper,
.stora-checkout-form .woocommerce-shipping-fields__field-wrapper {
    display: grid;
    gap: 12px;
}

.stora-checkout-form .form-row {
    margin: 0;
}

.stora-checkout-form label {
    font-size: 13px;
    color: #606371;
    margin-bottom: 6px;
    display: block;
}

.stora-checkout-form input.input-text,
.stora-checkout-form select,
.stora-checkout-form textarea {
    width: 100%;
    height: 46px;
    border-radius: 6px;
    border: 1px solid #ececf2;
    background: #f4f4f7;
    padding: 0 14px;
    font-size: 14px;
    color: #1e1f27;
}

.stora-checkout-form textarea {
    min-height: 100px;
    padding: 12px 14px;
}

.stora-checkout-form ::placeholder {
    color: #9b9da8;
}

.stora-checkout-review-wrap {
    border: 1px solid #e2e3ea;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
}

.stora-review-items {
    display: grid;
    gap: 12px;
}

.stora-review-item {
    display: grid;
    grid-template-columns: 102px 1fr 24px;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid #ebebf2;
    border-radius: 10px;
}

.stora-review-item.is-loading {
    opacity: 0.6;
    pointer-events: none;
}

.stora-review-item__image {
    border-radius: 8px;
    background: #f4f4f7;
    min-height: 84px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.stora-review-item__image img {
    width: 100%;
    height: 100%;
    max-height: 72px;
    object-fit: contain;
}

.stora-review-item__content h4 {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 600;
}

.stora-review-item__price {
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.stora-review-item__price .woocommerce-Price-amount {
    color: var(--stora-pink);
    font-weight: 600;
}

.stora-review-item__price del .woocommerce-Price-amount {
    color: #8f919c;
    font-weight: 400;
}

.stora-review-item__qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d7d8e2;
    border-radius: 6px;
    overflow: hidden;
}

.stora-review-item__qty button {
    border: 0;
    background: #fff;
    width: 32px;
    height: 32px;
    font-size: 18px;
    cursor: pointer;
}

.stora-review-item__qty span {
    width: 30px;
    text-align: center;
    font-weight: 600;
}

.stora-review-item__remove {
    border: 0;
    background: transparent;
    color: #ff1a1a;
    font-size: 18px;
    cursor: pointer;
}

.stora-review-totals {
    margin-top: 12px;
    border-top: 1px solid #ececf2;
    padding-top: 12px;
    display: grid;
    gap: 10px;
}

.stora-review-totals p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    color: #666a77;
}

.stora-review-grand strong {
    color: #111219;
}

.stora-checkout-payment {
    margin-top: 12px;
}

.stora-checkout-payment .payment_methods {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.stora-checkout-payment .wc_payment_method > label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.stora-checkout-payment .payment_box {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin-top: 6px !important;
}

.stora-checkout-promo {
    display: grid;
    grid-template-columns: 1fr 92px;
    gap: 8px;
    margin: 14px 0 12px;
}

.stora-checkout-promo input {
    height: 42px;
    border-radius: 6px;
    border: 1px solid #ececf2;
    background: #f4f4f7;
    padding: 0 12px;
}

.stora-checkout-promo button {
    border: 0;
    border-radius: 6px;
    background: #0a0b10;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.stora-checkout-payment #place_order {
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 6px;
    background: #0a0b10;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 600;
}

@media (max-width: 960px) {
    .stora-checkout-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .stora-checkout-delivery h2 {
        font-size: 26px;
    }

    .stora-review-item {
        grid-template-columns: 74px 1fr 20px;
        gap: 10px;
        padding: 8px;
    }

    .stora-review-item__image {
        min-height: 64px;
    }

    .stora-review-item__content h4 {
        font-size: 13px;
    }
}
