.header-btn__icon {
    align-items: center;
    border-radius: 9999px;
    border-width: 1px;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
    --tw-border-opacity: 1;
    border-color: #e5e7eb;
    border-color: rgb(255 255 255);
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: #374151;
    color: rgb(190 151 82);
}
.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: #000;
    color: rgb(190 151 82);
}
.s-cart-summary-count {
    align-items: center;
    background-color: #f87171;
    background-color: rgb(255 255 255);
    border-radius: 9999px;
    display: inline-flex;
    font-size: .75rem;
    height: 1.25rem;
    justify-content: center;
    left: -15px;
    line-height: 1rem;
    padding: .25rem;
    position: absolute;
    top: -8px;
    width: 1.25rem;
    --tw-text-opacity: 1;
    color: #fff;
    color: rgb(190 151 82);
}
.s-cart-summary-count {
    top: -.125rem;
    --tw-bg-opacity: 1;
    background-color: #991b1b;
    background-color: rgb(255 255 255);
}
.s-button-primary-outline {
    color: var(--color-primary, #414042);
    fill: var(--color-primary, #414042);

    border: 2px solid var(--color-primary, #414042);
    background-color: transparent;

    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.s-button-primary-outline:hover {
    background-color: var(--color-primary, #414042);
    color: #fff;
    fill: #fff;
}
.s-slider-block__title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.s-slider-block__title h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-heading, #222);
    margin: 0;
}
.s-product-card-vertical {
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(198, 162, 93, 0.25); 
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    overflow: hidden;
}

.s-product-card-vertical:hover {
    box-shadow: 0 8px 20px rgba(198, 162, 93, 0.35); 
    transform: translateY(-4px);
}