.numbered-section {
    margin-bottom: 13px;
    padding-bottom: 36px;
    border-bottom: 1px solid var(--color-2);
}

.numbered-header {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.number-circle,
.style-2 .step-label {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    background-color: var(--color-7);
}

.numbered-section .numbered-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-9);
}

.custom-block.numbered-section + .wp-block-image {
    margin-top: -37px;
}

.bullet-section {
    margin-bottom: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-2);
}

.bullet-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.bullet-dot {
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--color-7);
}

.bullet-title {
    margin: 0;
    font-weight: 600;
}


.step-section {
    border-bottom: 1px solid var(--color-2);
}

.style-1 .step-section {
    margin-bottom: 37px;
    padding-bottom: 11px;
}

.style-2 .step-section {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.style-1 .step-label {
    display: block;
    margin-bottom: 17px;
    font-weight: 500;
    font-size: 14px;
    color: var(--color-9);
}

.style-2 .step-header {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 9px;
}

.style-2 .step-label span {
    display: none;
}

.entry-content .step-section .step-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.entry-content .style-1 .step-section  .step-title {
    margin: 0 0 9px 0;
    font-size: 18px;
    font-weight: 700;
}

.collection-slider-section {
    position: relative;
    margin: 0 -20px;
    padding: 25px 0 50px;
    overflow: hidden;
}

.collection-slider-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 20px;
}

.collection-slider-title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: var(--color-9);
}

.collection-slider-nav {
    display: flex;
    gap: 8px;
    padding-bottom: 9px;
}

.collection-slider-nav .slider-nav-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #ffffff;
    background-color: #ee3b24;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
}

.collection-slider-nav .slider-nav-btn:hover:not(.swiper-button-disabled) {
    background-color: #d82c16;
}

.collection-slider-nav .slider-nav-btn.swiper-button-disabled {
    cursor: not-allowed;
    color: #a0a0a0;
    background-color: #f0f0ea;
    opacity: 1;
}

.collection-slider-nav .slider-nav-btn span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection-slider-wrapper {
    position: relative;
    margin-bottom: 21px;
    padding: 0;
}

.collection-slider-wrapper .swiper-slide {
    max-width: 262px;
    height: auto;
    display: flex;
}

.collection-slider-wrapper .card-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 24px 24px 34px;
    border-radius: 24px;
    border: 1px solid #f0f0ea;
    background: #ffffff;
    position: relative;
}

.card__inner {
    position: relative;
}

.card__media .media {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.card__media .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.card__media .media .secondary-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.card-wrapper:hover .card__media .media .primary-img {
    opacity: 0;
}

.card-wrapper:hover .card__media .media .secondary-img {
    opacity: 1;
}

.card-wrapper .card__badge.top {
    position: absolute;
    top: -9px;
    left: -9px;
    z-index: 5;
}

.card-wrapper .badge {
    min-width: 43px;
    display: inline-block;
    padding: 5px 6px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    border-radius: 1000px;
}

.card-wrapper .badge--sale {
    color: #fff;
    background: var(--color-7);
}

.card__heading {
    margin: 0 0 2px;
    font-size: 18px;
}

.card__heading a {
    font: 600 18px var(--font-body);
    line-height: 1.4;
    color: var(--color-5);
}

.card-wrapper:hover .card__heading a {
    color: var(--color-9);
}

.card--standard > .card__content .card__information {
    display: flex;
    flex-direction: column;
    padding-top: 11px;
    padding-bottom: 0;
    overflow: hidden;
    flex-grow: 1;
}

.card-wrapper .card-information {
    margin-top: auto;
    padding-top: 17px;
}

.card .card__information .card__description {
    margin: 4px 0 0;
    font-size: 14px;
    color: #666666;
    line-height: 1.25;
}

.card-wrapper .card-information .price {
    font-weight: 700;
    font-size: 24px;
    color: var(--color-9);
}

.card-wrapper .price--on-sale .price__sale {
    display: flex;
    align-items: center;
    gap: 7px;
}

.card-wrapper .price--on-sale .price-item--regular {
    font-weight: 500;
    font-size: 14px;
    color: #868686;
    text-decoration: line-through;
}

.card-wrapper .quick-add {
    position: absolute;
    right: 24px;
    bottom: 24px;
    margin: 0;
    z-index: 2;
}

.card-wrapper .quick-add__submit {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #ee3b24;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(238, 59, 36, 0.3);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.card-wrapper .quick-add__submit:hover {
    background-color: #d82c16;
    transform: scale(1.05);
}

.card-wrapper .quick-add__submit span {
    min-height: auto;
    padding: 0;
}

.collection-slider-bottom {
    display: flex;
    justify-content: center;
}

.collection-slider-section .collection-slider-btn {
    min-height: 48px;
    min-width: 238px;
    display: inline-block;
    padding: 5px 32px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.shopify-product-detailed-block {
    margin: 24px 0 36px;
}

.detailed-card-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid var(--color-2);
    border-radius: 24px;
}

.detailed-card-media {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
}

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

.detailed-card-inner .detailed-card-title {
    margin: 0 0 16px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-9);
}

.detailed-card-specs {
    margin-bottom: 20px;
    padding: 0;
}

.detailed-spec-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
    margin-bottom: 15px;
    padding-bottom: 9px;
    border-bottom: 1px solid var(--color-2);
}

.detailed-spec-item {
    font-size: 14px;
    line-height: 1.4;
}

.detailed-spec-item .spec-label {
    margin-right: 6px;
    font-weight: 600;
}

.detailed-spec-item .spec-value {
    font-weight: 400;
}

.detailed-card-note {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.5;
}

.detailed-card-note .note-label {
    margin-right: 6px;
    font-weight: 600;
}

.detailed-card-footer {
    display: flex;
    justify-content: flex-start;
}

.detailed-card-inner .detailed-cta-btn {
    min-width: 180px;
    min-height: 52px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

.promo-banner {
    position: relative;
    margin: 36px 0;
    padding: 20px;
    border-radius: 24px;
    overflow: hidden;
    z-index: 1;
}

.promo-banner.promo-banner--floral  {
    padding: 0;
}

.promo-banner__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.promo-banner__content {
    max-width: 537px;
}

.promo-banner__title {
    font-weight: 700;
    font-family: var(--font-heading);
}

.promo-banner .promo-banner__title {
    font-size: 32px;
    color: #fff;
}

.promo-banner.promo-banner--green-simple .promo-banner__title {
    font-weight: 900;
}

.promo-banner .button.button--tertiary,
.promo-banner .btn {
    margin-top: 26px;
}

.promo-banner .button.button--tertiary,
.promo-banner .btn span {
    min-width: 180px;
}

.promo-banner .button.button--tertiary {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.promo-banner__desc {
    margin-top: 19px;
    color: #fff;
}

.promo-banner__logo {
    margin-bottom: 16px;
}

.promo-banner__logo img,
.promo-banner__logo svg {
    max-width: 130px;
}
.promo-banner.promo-banner--logo .promo-banner__title {
    font-size: 20px;
    color: var(--color-9);
}

.promo-banner.promo-banner--logo .btn {
    margin-top: 14px;
}

.promo-banner.promo-banner--logo .btn span {
    min-height: 36px;
    padding: 0 15px;
}

@media screen and (min-width: 750px) {
    .promo-banner .promo-banner__title {
        font-size: 48px;
    }

    .promo-banner.promo-banner--logo .promo-banner__title {
        font-size: 30px;
    }

    .collection-slider-section {
        margin: 0 -24px;
        padding: 25px 0 50px;
    }

    .collection-slider-top {
        padding: 0 24px;
    }

    .collection-slider-wrapper {
        margin: 0 -24px 21px;
    }

    .detailed-card-inner {
        grid-template-columns: 198px minmax(0, 1fr);
        padding: 32px;
    }

    .promo-banner {
        padding: 32px;
    }

    .promo-banner .button.button--tertiary,
    .promo-banner .btn span {
        min-height: 52px;
    }

    .promo-banner.promo-banner--logo  {
        min-height: 280px;
    }

    .promo-banner.promo-banner--logo .promo-banner__content {
        max-width: 58%;
    }

    .promo-banner.promo-banner--logo .btn span {
        font-size: 20px;
    }
}

@media screen and (min-width: 990px) {
    .detailed-card-inner .detailed-card-title {
        margin: 0 0 20px 0;
    }

    .detailed-spec-row {
        margin-bottom: 13px;
        padding-bottom: 12px;
    }

    .detailed-card-note {
        margin-bottom: 28px;
    }

    .collection-slider-section {
        margin: 0 auto;
        padding: 48px 0 50px;
    }

    .collection-slider-top {
        padding: 0;
    }

    .collection-slider-wrapper {
        margin: 0 auto 21px;
        padding: 0 11px;
    }

    .promo-banner {
        padding: 55px 64px 30px;
    }
}

@media screen and ( max-width: 749px) {
    .detailed-card-media {
        max-width: 197px;
        margin: 0;
    }
}