/* BEGIN s-slide-9 */
.s-slide-9 .slick-list::before {
    padding-bottom: calc(42% + 2.88px);
}
.s-slide-9 .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 10px;
}
.s-slide-9 .slick-dots li button {
    color: transparent;
    font-size: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 3em;
    height: 3em;
}
.s-slide-9 .slick-slide {
    background-size: cover;
    background-attachment: fixed;
}
.ht-ratio--130::before {
    padding-bottom: 129%;
}
/* END s-slide-9 */
.s-product-1 {
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.s-product-1 .item {
    margin: 8px;
}
.s-story {
    background: var(--gold-light);
    color: var(--brown-color);
    padding: 96px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.s-why {
    padding: 96px 0;
    background: var(--cream);
    background-size: contain;
    background-repeat: no-repeat;
}
.s-why .s-title {
        font-size: 40px;
        font-family: 'Fraunces';
        color: var(--brown-color);
        margin-bottom: 17px;
        line-height: 52px;
        background: linear-gradient(90deg, #8d6623 0%, #e1a808 55%, #f7ca44 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
}
.s-why .desc {
    margin-bottom: 25px;
}
.s-why-eyebrow {
    margin-bottom: 16px;
}
.eyebrow::before {
    content: "";
    width: 26px;
    height: 1.5px;
    background: var(--seal);
    display: inline-block;
}
.eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 12.5px;
    letter-spacing: .22em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--seal);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    row-gap: 10px;
    column-gap: 10px;
}

.s-why p.desc {
    color: var(--ink-soft);
    line-height: 1.75;
    margin-bottom: 30px;
    font-size: 15px;
}
.why-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}
.why-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.why-num {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 10px;
    /* background: linear-gradient(135deg, var(--gold-light), var(--amber)); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.why-num svg {
    width: 18px;
    height: 18px;
}
.why-item h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}
.why-item p {
    font-size: 13.5px;
    color: var(--ink-soft);
    line-height: 1.6;
}

.why-visual {
    border-radius: 16px;
    overflow: hidden;
}
.why-visual .barrels {
    position: absolute;
    inset: 0;
    opacity: .9;
}
.stat-strip {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: var(--primary-color);
    backdrop-filter: blur(6px);
    padding: 22px 26px;
    color: #fff;
}
.stat {
    text-align: left;
}
.stat b {
    font-family: 'Fraunces', serif;
    font-size: 26px;
    display: block;
    color: var(--brown-color);
}
.stat span {
    font-size: 11.5px;
    color: var(--brown-color);
    font-weight: 500;
}
.ht-ratio--120::before {
    padding-bottom: 120%;
}
.s-home-6 {
    padding: 75px 0;
}
.s-home-6 .item {
    margin: 0 20px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.s-home-6 .item .title {
    text-align: center;
    padding: 10px;
    color: var(--color-secondary);
    font-weight: 600;
}
.s-home-6 .why-choose-one__list {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.s-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 80px 0;
    position: relative;
    color: var(--brown-color);
}
.s-banner .s-content {
    width: 50%;
    margin-left: auto;
}
.s-banner .title {
    font-size: 38px;
    font-family: 'Fraunces';
    margin-bottom: 12px;
}
.s-banner .desc {
    margin-bottom: 20px;
}
/* BEGIN s-home-32 */
.s-home-32 {
    padding: 60px 0 50px;
}
.s-home-32 .slick-list {
    margin: 0 20px;
}
.s-home-32 .slick-slider .slick-prev, .s-home-32 .slick-slider .slick-next {
    font-size: 8px;
}
.s-home-32 .item {
    margin: 0 15px;
    position: relative;
    overflow: hidden;
}
.s-home-32 .item::before {
    content: '';
    display: block;
    padding-bottom: 75%;
}
.s-home-32 .item>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-home-32 .item>a>img {
    width: 100%;
}
.s-home-32 .item>a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.s-home-32 .item>a img {
    width: auto;
    max-height: 100%;
}

/* END s-home-32 */
.s-shop {
    padding: 80px 0 60px;
    background: var(--cream);
}
.s-shop .s-filter {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
}
.s-shop .s-filter .s-item {
    width: 47%;
}
.s-shop .s-filter .s-btn {
    padding: 0px 19px;
    background: var(--primary-color);
    border-radius: 12px;
    line-height: 38px;
    cursor: pointer;
    color: var(--brown-color);
    font-weight: bold;
}
.store-card {
    background: var(--white);
    border-radius: var(--radius-m);
    overflow: hidden;
    border: 1px solid rgba(43, 27, 18, .06);
    transition: transform .3s;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.store-card:hover {
    transform: translateY(-6px);
}
.store-img {
    background: linear-gradient(135deg, #E8CE9E, #C89A55);
    position: relative;
}
.store-body {
    padding: 18px;
}
.store-body .store-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
}
.store-line {
    display: flex;
    gap: 8px;
    font-size: 14px;
    color: var(--ink-soft);
    margin-bottom: 7px;
    line-height: 1.5;
}
.store-line svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--seal);
}
.s-news {
    padding: 60px 0;
}
.s-news .c-headline-2, .s-shop .c-headline-2 {
    position: relative;
}
.s-news .see-more {
        position: absolute;
    display: block;
    top: 12px;
    right: 10px;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    color: var(--brown-color);
}
.s-shop .see-more {
        position: absolute;
    display: block;
    top: 12px;
    right: 10px;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    color: var(--brown-color);
}
.s-story {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 80px 0;
    position: relative;
    color: var(--brown-color);
}
.s-story .title{
    font-size: 30px;
    font-family: 'Fraunces';
    margin-bottom: 18px;
    background: linear-gradient(90deg, #8d6623 0%, #e1a808 55%, #f7ca44 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.s-story .desc{
    width: 80%;
    margin: auto;
    line-height: 1.6;
}
@media screen and (max-width: 992px) {
    .s-story {
        padding: 50px 0;
    }
    .s-product-1 {
        padding: 40px 0 20px;
    }
    .s-why {
        padding: 55px 0;
    }
    .s-why .s-title {
        font-size: 32px;
        line-height: 1.4;
    }
    .s-why .c-button-13 {
        text-align: center;
        justify-content: center;
        display: flex;
        margin: auto;
        margin-bottom: 20px;
        max-width: 300px;
    }
    .stat b { 
        font-size: 22px;
    }
    .stat-strip{
        padding: 20px 8px;
        gap: 10px;
        justify-content: center;
    }
    .s-home-6 {
        padding: 45px 0;
    }
    .s-banner {
        background-position: right;
          padding: 50px 0;
    }
    .s-banner .s-content {
        width: 100%;
    }
    .s-banner .title {
        font-size: 32px;
    }
    .s-shop {
        position: relative;
    }
    .s-news .c-headline-2, .s-shop .c-headline-2 {
        position: unset;
    }
    .s-shop .see-more, .s-news .see-more {
        top: unset;
        bottom: 20px;
        right: 20px;
    }
    .s-shop {
        position: relative;
        padding: 50px 0 40px;
    }
    .s-news {
        padding: 40px 0;
        position: relative;
    }
    .s-news .row-flex{
        justify-content: center;
    }
}