.breakdance .bde-section {
    position: relative;
    width: 100%;
    background-position: center center;
    background-size: cover
}

.breakdance .bde-section .section-container {
    max-width: var(--bde-section-width);
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin: 0 auto;
    padding: var(--bde-section-vertical-padding) var(--bde-section-horizontal-padding)
}

.breakdance .bde-section .section-shape-divider-wrapper {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none
}

.breakdance .bde-section .section-shape-divider-wrapper .section-shape-divider svg {
    position: absolute;
    color: #000;
    width: 100%;
    height: 320px;
    left: 0;
    right: 0;
    top: 0
}

.breakdance .bde-columns {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: var(--bde-column-gap)
}

.breakdance .bde-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    width: calc(var(--column-width) - var(--bde-column-gap) * ((var(--columnCount) - 1) / var(--columnCount)));
    position: relative;
    background-size: cover
}

.breakdance .bde-heading {
    max-width: 100%;
    margin: 0
}

.bde-fancy-divider {
    max-width: 100%;
    width: 100%;
    display: flex;
    --bde-fancy-divider-border-style: dotted;
    --bde-fancy-divider-border-size: 2px;
    --bde-fancy-divider-border-color: var(--grey-600);
    --bde-fancy-divider-pattern-height: 12px;
    --bde-fancy-divider-pattern-size: 40px;
    --bde-fancy-divider-pattern-url: 'url()'
}

.bde-fancy-divider__wrapper {
    display: flex;
    width: 100%
}

.bde-fancy-divider__separator {
    width: 100%;
    border-top: var(--bde-fancy-divider-border-size) var(--bde-fancy-divider-border-style) var(--bde-fancy-divider-border-color)
}

.bde-fancy-divider__separator.has-content {
    border-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}

.bde-fancy-divider__separator.has-content::before,.bde-fancy-divider__separator.has-content::after {
    content: "";
    width: 100%;
    display: block;
    flex-direction: row;
    flex-wrap: nowrap;
    border-top: var(--bde-fancy-divider-border-size) var(--bde-fancy-divider-border-style) var(--bde-fancy-divider-border-color)
}

.bde-fancy-divider__separator.has-content-flex-end::after,.bde-fancy-divider__separator.has-content-flex-start::before {
    display: none
}

.bde-fancy-divider__content {
    margin-right: 16px;
    margin-left: 16px;
    flex-shrink: 0
}

.bde-fancy-divider__separator.has-content-flex-start .bde-fancy-divider__content {
    margin-left: 0!important
}

.bde-fancy-divider__separator.has-content-flex-end .bde-fancy-divider__content {
    margin-right: 0!important
}

.bde-fancy-divider__content--icon>svg {
    font-size: inherit;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.bde-fancy-divider__content--icon {
    display: flex;
    font-size: 32px
}

.bde-fancy-divider__content--image {
    width: 200px
}

.bde-fancy-divider__separator.has-pattern:not(.has-content),.bde-fancy-divider__separator.has-pattern.has-content::before,.bde-fancy-divider__separator.has-pattern.has-content::after {
    min-height: var(--bde-fancy-divider-pattern-height);
    -webkit-mask-size: var(--bde-fancy-divider-pattern-size) 100%;
    mask-size: var(--bde-fancy-divider-pattern-size) 100%;
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    background-color: var(--bde-fancy-divider-border-color);
    -webkit-mask-image: var(--bde-fancy-divider-pattern-url);
    mask-image: var(--bde-fancy-divider-pattern-url)
}

.breakdance .bde-text {
    max-width: 100%;
    margin: 0;
    color: var(--bde-text-color,var(--bde-body-text-color))
}

.breakdance .bde-button {
    max-width: 100%
}

.breakdance .bde-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 100%;
    position: relative;
    background-size: cover
}

.breakdance .bde-grid {
    --bde-grid-gap: var(--bde-column-gap);
    display: grid;
    grid-template-columns: repeat(var(--bde-grid-items-per-row,4),minmax(0,1fr));
    gap: var(--bde-grid-gap);
    text-align: left;
    max-width: 100%;
    width: 100%;
    position: relative;
    background-size: cover;
    align-items: var(--bde-grid-align-items,stretch);
    justify-items: var(--bde-grid-justify-items,stretch)
}

.breakdance .bde-icon {
    display: flex
}

.breakdance .bde-wooproductslist {
    width: 100%
}

.breakdance .bde-wooproductslist .swiper-pagination {
    margin-top: 20px
}

.bde-wooproductslist-isotope {
    --bde-woo-products-list-width: calc(100% / var(--bde-woo-products-list-products-per-row));
    --bde-woo-products-list-width-diff: calc(var(--bde-woo-products-list-gap) - (var(--bde-woo-products-list-gap) / var(--bde-woo-products-list-products-per-row)))
}

.bde-wooproductslist-isotope .woocommerce {
    width: 100%
}

.bde-wooproductslist-isotope ul.products {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.bde-wooproductslist-isotope ul.products li.product,.bde-wooproductslist-isotope .ee-post-sizer {
    width: calc(var(--bde-woo-products-list-width) - var(--bde-woo-products-list-width-diff));
    margin-bottom: var(--bde-woo-products-list-gap)
}

.bde-wooproductslist-isotope .ee-post-gutter {
    width: var(--bde-woo-products-list-gap)
}

.bde-wooproductslist-isotope .ee-post-sizer,.bde-wooproductslist-isotope .ee-post-gutter {
    pointer-events: none
}

.breakdance .bde-advancedslider {
    --bde-advanced-slider-height: auto;
    position: relative;
    max-width: 100%;
    width: 100%;
    height: var(--bde-advanced-slider-height)
}

.bde-advancedslider .advanced-slider__slide,.bde-advancedslider .breakdance-swiper-wrapper,.bde-advancedslider .swiper {
    height: 100%
}

.breakdance .bde-advancedslide.swiper-slide {
    height: auto
}

.breakdance .bde-advancedslide .advanced-slider__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 30px 50px
}

.breakdance .bde-term-loop {
    max-width: 100%;
    width: 100%
}

.breakdance .bde-section-17-1459 .section-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    text-align: left
}

.breakdance .bde-section-17-1459 {
    background-image: url(https://saycheersdrinks.onestepplabs.com/wp-content/uploads/2026/07/Homepage_banner2.webp);
    background-size: cover;
    background-repeat: repeat;
    background-position: left center
}

.breakdance .bde-section-17-1459 .section-background-video {
    background-image: url(https://saycheersdrinks.onestepplabs.com/wp-content/uploads/2026/03/homebanner.webp)
}

.breakdance .bde-section-17-1459>.section-background-overlay {
    background: linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 57.43589743589744%,rgba(0,0,0,0.86) 100%)
}

.breakdance .bde-section-17-1459 .section-container {
    height: 100vh
}

.breakdance .bde-section-17-1459 .section-container {
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 0px;
    padding-top: 0px
}

.breakdance .bde-section-17-1459 .swiper-slide .swiper-slide-item {
    transform: scale(1);
    transition: 5s ease-in;
    transform-origin: 0% 80%
}

.breakdance .bde-section-17-1459 .swiper-slide.swiper-slide-active .swiper-slide-item {
    transform: scale(1.1)
}

@media (max-width: 1023px) {
    .breakdance .bde-section-17-1459 .section-container {
        height:50vh
    }
}

@media (max-width: 767px) {
    .breakdance .bde-section-17-1459 {
        background-size:cover;
        background-repeat: no-repeat;
        background-position: 73.24% 18%
    }

    .breakdance .bde-section-17-1459 .section-container {
        height: 400px
    }
}

@media (max-width: 479px) {
    .breakdance .bde-section-17-1459 .section-container {
        height:350px
    }
}

.breakdance .bde-columns-17-1460 {
    --columnCount: 1
}

@media (max-width: 1119px) {
    .breakdance .bde-columns-17-1460 {
        --columnCount:1
    }

    .breakdance .bde-columns-17-1460.bde-columns {
        flex-direction: column;
        flex-wrap: nowrap
    }

    .breakdance .bde-columns-17-1460.bde-columns>.bde-column {
        width: 100%
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-columns-17-1460 {
        --columnCount:1
    }
}

@media (max-width: 767px) {
    .breakdance .bde-columns-17-1460 {
        --columnCount:1
    }
}

@media (max-width: 479px) {
    .breakdance .bde-columns-17-1460 {
        --columnCount:1
    }
}

.breakdance .bde-column-17-1461 {
    --column-width: 100%
}

.breakdance .bde-column-17-1461 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    text-align: left
}

.breakdance .bde-heading-17-1462 {
    color: #fff;
    font-family: "Cormorant Garamond",serif;
    font-size: 75px;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 14px
}

@media (max-width: 1023px) {
    .breakdance .bde-heading-17-1462 {
        font-size:36px;
        margin-bottom: 0px
    }
}

@media (max-width: 767px) {
    .breakdance .bde-heading-17-1462 {
        font-size:28px;
        margin-bottom: 9px
    }
}

.breakdance .bde-fancy-divider-17-1463 {
    --bde-fancy-divider-border-style: solid;
    --bde-fancy-divider-border-size: 1px;
    --bde-fancy-divider-border-color: #fed48b;
    width: 550px
}

.breakdance .bde-fancy-divider-17-1463 .bde-fancy-divider__content {
    margin-right: 8px;
    margin-left: 8px
}

.breakdance .bde-fancy-divider-17-1463 .bde-fancy-divider__content--icon {
    font-size: 30px;
    color: #fed48b;
    width: 30px
}

@media (max-width: 1119px) {
    .breakdance .bde-fancy-divider-17-1463 {
        --bde-fancy-divider-border-style:solid
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-fancy-divider-17-1463 {
        --bde-fancy-divider-border-style:solid
    }
}

@media (max-width: 767px) {
    .breakdance .bde-fancy-divider-17-1463 {
        --bde-fancy-divider-border-style:solid
    }
}

@media (max-width: 479px) {
    .breakdance .bde-fancy-divider-17-1463 {
        --bde-fancy-divider-border-style:solid
    }
}

.breakdance .bde-text-17-1464 {
    width: 550px;
    color: #ffd69b;
    font-size: 18px;
    line-height: 1.5;
    word-spacing: 1px;
    margin-bottom: 24px
}

.breakdance .bde-button-17-1465 .bde-button__button {
    --bde-button-custom-border-color: #ffd69b;
    --bde-button-custom-border-color-hover: #ffd69b;
    --bde-button-custom-background-color: transparent;
    --bde-button-custom-background-color-hover: transparent;
    --bde-button-custom-text-color: #ffd69b;
    --bde-button-custom-text-color-hover: #ffd69b;
    border-radius: 0px;
    border-width: 2px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 18px;
    padding-right: 35px;
    padding-bottom: 18px;
    padding-left: 35px
}

.breakdance .bde-button-17-1465 .bde-button__button::after {
    content: "";
    display: block;
    background-color: currentColor;
    width: 0.9em;
    height: 0.9em;
    margin-right: 4px;
    margin-left: 10px;
    mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M438.6%20278.6c12.5-12.5%2012.5-32.8%200-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L338.8%20224%2032%20224c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032l306.7%200L233.4%20393.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l160-160z%22%2F%3E%3C%2Fsvg%3E);
    mask-position: 0 0;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M438.6%20278.6c12.5-12.5%2012.5-32.8%200-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L338.8%20224%2032%20224c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032l306.7%200L233.4%20393.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l160-160z%22%2F%3E%3C%2Fsvg%3E);
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    transition-timing-function: ease-in-out;
    transition-property: transform,background-color;
    transition-duration: var(--bde-transition-duration)
}

.breakdance .bde-button-17-1465 .bde-button__button::after {
    margin-left: 10px
}

.breakdance .bde-button-17-1465 .bde-button__button:hover::after {
    transform: translate(12px,0px)
}

.breakdance .bde-section-17-1466 .section-container {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.breakdance .bde-section-17-1466 {
    background-color: #fff
}

.breakdance .bde-div-17-1467 {
    margin-bottom: 20px
}

.breakdance .bde-div-17-1467 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 25px
}

.breakdance .bde-heading-17-1468 {
    color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    font-size: 25px;
    margin-bottom: 0px
}

.breakdance .bde-button-17-1469 .bde-button__button {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration-line: underline
}

.breakdance .bde-grid-17-1470 {
    --bde-grid-items-per-row: 4
}

.breakdance .bde-grid>* {
    width: auto!important;
    height: auto!important
}

@media (max-width: 1119px) {
    .breakdance .bde-grid-17-1470 {
        --bde-grid-items-per-row:3
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-grid-17-1470 {
        --bde-grid-items-per-row:2
    }
}

@media (max-width: 767px) {
    .breakdance .bde-grid-17-1470 {
        --bde-grid-items-per-row:1
    }
}

.breakdance .bde-div-17-1471 {
    padding: 25px 25px 25px 25px;
    border-top: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-bottom: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-left: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-right: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb)
}

.breakdance .bde-div-17-1471 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center
}

.breakdance .bde-div-17-1471 {
    background: radial-gradient(rgba(255,255,255,1) 0%,rgba(217,217,217,0) 24.615384615384617%,rgba(255,255,255,0.55) 59.48717948717949%,rgba(217,217,217,0.43) 100%)
}

.breakdance .bde-icon-17-1473 .bde-icon-icon.breakdance-icon-atom {
    font-size: 19px
}

.breakdance .bde-icon-17-1473 .bde-icon-icon.breakdance-icon-atom svg:first-child {
    fill: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb)
}

.breakdance .bde-icon-17-1473 {
    position: absolute;
    right: 20px
}

.breakdance .bde-heading-17-1474 {
    color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    font-size: 15px;
    font-weight: 500
}

.breakdance-woocommerce .product .price, .breakdance-woocommerce .product .woocommerce-Price-amount bdi, .breakdance-woocommerce .product .price .woocommerce-Price-amount bdi{
    font-weight: 400 !important;
    font-size: 14px !important;
}

.sc-card{
    width: 100%;
    text-align: center !important; 
}

.sc-card .bde-heading,
.bde-text-17-1475.bde-text{
    width: 100%;
    text-align: center;
}

.breakdance .bde-text-17-1475 {
    color: var(--bde-palette-color-1-f44987c5-66db-42fd-a5b5-07550a6ad414);
    margin-bottom: 10px
}

.breakdance .bde-button-17-1476 {
    width: 100%
}

.breakdance .bde-button-17-1476 .bde-button__button {
    --bde-button-custom-border-color: #fff;
    --bde-button-custom-border-color-hover: #fff;
    --bde-button-custom-background-color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    --bde-button-custom-background-color-hover: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    --bde-button-custom-text-color: #fff;
    --bde-button-custom-text-color-hover: #fff;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 400;
    padding: var(--bde-button-padding-sm)
}

.breakdance .bde-button-17-1476 .bde-button__button {
    --bde-button-width: 100%;
    display: flex
}

.breakdance .bde-div-17-1477 {
    padding: 25px 25px 25px 25px;
    border-top: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-bottom: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-left: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-right: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb)
}

.breakdance .bde-div-17-1477 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center
}

.breakdance .bde-div-17-1477 {
    background: radial-gradient(rgba(255,255,255,1) 0%,rgba(217,217,217,0) 24.615384615384617%,rgba(255,255,255,0.55) 59.48717948717949%,rgba(217,217,217,0.43) 100%)
}

.breakdance .bde-icon-17-1479 .bde-icon-icon.breakdance-icon-atom {
    font-size: 19px
}

.breakdance .bde-icon-17-1479 .bde-icon-icon.breakdance-icon-atom svg:first-child {
    fill: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb)
}

.breakdance .bde-icon-17-1479 {
    position: absolute;
    right: 20px
}

.breakdance .bde-heading-17-1480 {
    color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    font-size: 15px;
    font-weight: 500
}

.breakdance .bde-text-17-1481 {
    color: var(--bde-palette-color-1-f44987c5-66db-42fd-a5b5-07550a6ad414);
    margin-bottom: 10px
}

.breakdance .bde-button-17-1482 {
    width: 100%
}

.breakdance .bde-button-17-1482 .bde-button__button {
    --bde-button-custom-border-color: #fff;
    --bde-button-custom-border-color-hover: #fff;
    --bde-button-custom-background-color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    --bde-button-custom-background-color-hover: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    --bde-button-custom-text-color: #fff;
    --bde-button-custom-text-color-hover: #fff;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 400;
    padding: var(--bde-button-padding-sm)
}

.breakdance .bde-button-17-1482 .bde-button__button {
    --bde-button-width: 100%;
    display: flex
}

.breakdance .bde-div-17-1483 {
    padding: 25px 25px 25px 25px;
    border-top: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-bottom: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-left: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-right: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb)
}

.breakdance .bde-div-17-1483 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center
}

.breakdance .bde-div-17-1483 {
    background: radial-gradient(rgba(255,255,255,1) 0%,rgba(217,217,217,0) 24.615384615384617%,rgba(255,255,255,0.55) 59.48717948717949%,rgba(217,217,217,0.43) 100%)
}

.breakdance .bde-icon-17-1485 .bde-icon-icon.breakdance-icon-atom {
    font-size: 19px
}

.breakdance .bde-icon-17-1485 .bde-icon-icon.breakdance-icon-atom svg:first-child {
    fill: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb)
}

.breakdance .bde-icon-17-1485 {
    position: absolute;
    right: 20px
}

.breakdance .bde-heading-17-1486 {
    color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    font-size: 15px;
    font-weight: 500
}

.breakdance .bde-text-17-1487 {
    color: var(--bde-palette-color-1-f44987c5-66db-42fd-a5b5-07550a6ad414);
    margin-bottom: 10px
}

.breakdance .bde-button-17-1488 {
    width: 100%
}

.breakdance .bde-button-17-1488 .bde-button__button {
    --bde-button-custom-border-color: #fff;
    --bde-button-custom-border-color-hover: #fff;
    --bde-button-custom-background-color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    --bde-button-custom-background-color-hover: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    --bde-button-custom-text-color: #fff;
    --bde-button-custom-text-color-hover: #fff;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 400;
    padding: var(--bde-button-padding-sm)
}

.breakdance .bde-button-17-1488 .bde-button__button {
    --bde-button-width: 100%;
    display: flex
}

.breakdance .bde-div-17-1489 {
    padding: 25px 25px 25px 25px;
    border-top: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-bottom: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-left: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-right: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb)
}

.breakdance .bde-div-17-1489 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center
}

.breakdance .bde-div-17-1489 {
    background: radial-gradient(rgba(255,255,255,1) 0%,rgba(217,217,217,0) 24.615384615384617%,rgba(255,255,255,0.55) 59.48717948717949%,rgba(217,217,217,0.43) 100%)
}

.breakdance .bde-icon-17-1491 .bde-icon-icon.breakdance-icon-atom {
    font-size: 19px
}

.breakdance .bde-icon-17-1491 .bde-icon-icon.breakdance-icon-atom svg:first-child {
    fill: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb)
}

.breakdance .bde-icon-17-1491 {
    position: absolute;
    right: 20px
}

.breakdance .bde-heading-17-1474 a {
    color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.breakdance .bde-text-17-1493 {
    color: var(--bde-palette-color-1-f44987c5-66db-42fd-a5b5-07550a6ad414);
    margin-bottom: 10px
}

.breakdance .bde-button-17-1494 {
    width: 100%
}

.breakdance .bde-button-17-1494 .bde-button__button {
    --bde-button-custom-border-color: #fff;
    --bde-button-custom-border-color-hover: #fff;
    --bde-button-custom-background-color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    --bde-button-custom-background-color-hover: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    --bde-button-custom-text-color: #fff;
    --bde-button-custom-text-color-hover: #fff;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 400;
    padding: var(--bde-button-padding-sm)
}

.breakdance .bde-button-17-1494 .bde-button__button {
    --bde-button-width: 100%;
    display: flex
}

@media (max-width: 767px) {
    .breakdance .bde-wooproductslist-17-1568 {
        --bde-woo-responsive__stack:column;
        --bde-woo-responsive__width: 100%;
        --bde-woo-responsive__max-width: 100%
    }
}

.breakdance .bde-section-17-1495 .section-container {
    height: 75vh
}

.breakdance .bde-section-17-1495 .section-container {
    --bde-section-width: 100%
}

.breakdance .bde-section-17-1495 .section-container {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px
}

@media (min-width: 1120px) {
    .breakdance .bde-section-17-1495 {
        display:none
    }
}

@media (max-width: 1119px) and (min-width:1024px) {
    .breakdance .bde-section-17-1495 {
        display:none
    }
}

@media (max-width: 1023px) and (min-width:768px) {
    .breakdance .bde-section-17-1495 {
        display:none
    }
}

@media (max-width: 767px) and (min-width:480px) {
    .breakdance .bde-section-17-1495 {
        display:none
    }
}

@media (max-width: 479px) {
    .breakdance .bde-section-17-1495 {
        display:none
    }
}

@media (max-width: 767px) {
    .breakdance .bde-section-17-1495 .section-container {
        height:75vh
    }
}

.breakdance .bde-advancedslider-17-1496 {
    --bde-advanced-slider-height: 100vh
}

.breakdance .bde-advancedslider-17-1496 .breakdance-swiper-wrapper {
    --swiper-navigation-size: 40px
}

.breakdance .bde-advancedslider-17-1496 .swiper-button-prev,.breakdance .bde-advancedslider-17-1496 .swiper-button-next {
    color: var(--bde-links-color)
}

.breakdance .bde-advancedslider-17-1496 .swiper-button-prev {
    left: 20px
}

.breakdance .bde-advancedslider-17-1496 .swiper-button-next {
    right: 20px
}

.breakdance .bde-advancedslider-17-1496 .breakdance-swiper-wrapper {
    padding: 0
}

.breakdance .bde-advancedslider-17-1496 .swiper-pagination {
    position: absolute
}

.breakdance .bde-advancedslider-17-1496 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: var(--bde-headings-color)
}

.breakdance .bde-advancedslider-17-1496 {
    width: 100%
}

@media (max-width: 1119px) {
    .breakdance .bde-advancedslider-17-1496 {
        --bde-advanced-slider-height:100vh
    }

    .breakdance .bde-advancedslider-17-1496 .breakdance-swiper-wrapper {
        padding: 0
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-advancedslider-17-1496 {
        --bde-advanced-slider-height:100vh
    }

    .breakdance .bde-advancedslider-17-1496 .breakdance-swiper-wrapper {
        padding: 0
    }
}

@media (max-width: 767px) {
    .breakdance .bde-advancedslider-17-1496 {
        --bde-advanced-slider-height:100vh
    }

    .breakdance .bde-advancedslider-17-1496 .breakdance-swiper-wrapper {
        --swiper-navigation-size: 20px
    }

    .breakdance .bde-advancedslider-17-1496 .breakdance-swiper-wrapper {
        padding: 0
    }
}

@media (max-width: 479px) {
    .breakdance .bde-advancedslider-17-1496 {
        --bde-advanced-slider-height:100vh
    }

    .breakdance .bde-advancedslider-17-1496 .breakdance-swiper-wrapper {
        padding: 0
    }
}

.breakdance .bde-advancedslide-17-1497 .advanced-slider__slide {
    padding-right: 80px;
    padding-left: 80px;
    background-image: url(https://saycheersdrinks.onestepplabs.com/wp-content/uploads/2026/07/Homepage_banner2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-blend-mode: normal;
    align-items: flex-start;
    text-align: left;
    justify-content: center
}

.breakdance .bde-heading-17-1498 {
    color: #fff;
    font-family: "Cormorant Garamond",serif;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px
}

@media (max-width: 1023px) {
    .breakdance .bde-heading-17-1498 {
        font-size:36px;
        margin-bottom: 0px
    }
}

@media (max-width: 767px) {
    .breakdance .bde-heading-17-1498 {
        font-size:28px;
        margin-bottom: 9px
    }
}

.breakdance .bde-text-17-1499 {
    color: #ffd69b;
    font-size: 24px;
    line-height: 1.5;
    word-spacing: 1px;
    margin-bottom: 24px
}

.breakdance .bde-button-17-1500 .bde-button__button {
    --bde-button-custom-border-color: #ffd69b;
    --bde-button-custom-border-color-hover: #ffd69b;
    --bde-button-custom-background-color: transparent;
    --bde-button-custom-background-color-hover: transparent;
    --bde-button-custom-text-color: #ffd69b;
    --bde-button-custom-text-color-hover: #ffd69b;
    border-radius: 0px;
    border-width: 2px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 18px;
    padding-right: 35px;
    padding-bottom: 18px;
    padding-left: 35px
}

.breakdance .bde-button-17-1500 .bde-button__button::after {
    content: "";
    display: block;
    background-color: currentColor;
    width: 0.9em;
    height: 0.9em;
    margin-right: 4px;
    margin-left: 10px;
    mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M438.6%20278.6c12.5-12.5%2012.5-32.8%200-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L338.8%20224%2032%20224c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032l306.7%200L233.4%20393.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l160-160z%22%2F%3E%3C%2Fsvg%3E);
    mask-position: 0 0;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M438.6%20278.6c12.5-12.5%2012.5-32.8%200-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L338.8%20224%2032%20224c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032l306.7%200L233.4%20393.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l160-160z%22%2F%3E%3C%2Fsvg%3E);
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    transition-timing-function: ease-in-out;
    transition-property: transform,background-color;
    transition-duration: var(--bde-transition-duration)
}

.breakdance .bde-button-17-1500 .bde-button__button::after {
    margin-left: 10px
}

.breakdance .bde-button-17-1500 .bde-button__button:hover::after {
    transform: translate(12px,0px)
}

.breakdance .bde-advancedslide-17-1501 .advanced-slider__slide {
    padding-right: 80px;
    padding-left: 80px;
    background-image: url(https://saycheersdrinks.onestepplabs.com/wp-content/uploads/2026/07/Homepage_banner3.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-blend-mode: normal;
    align-items: flex-start;
    text-align: left;
    justify-content: center
}

.breakdance .bde-heading-17-1502 {
    color: #fff;
    font-family: "Cormorant Garamond",serif;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px
}

@media (max-width: 1023px) {
    .breakdance .bde-heading-17-1502 {
        font-size:36px;
        margin-bottom: 0px
    }
}

@media (max-width: 767px) {
    .breakdance .bde-heading-17-1502 {
        font-size:28px;
        margin-bottom: 9px
    }
}

.breakdance .bde-text-17-1503 {
    color: #ffd69b;
    font-size: 24px;
    line-height: 1.5;
    word-spacing: 1px;
    margin-bottom: 24px
}

.breakdance .bde-button-17-1504 .bde-button__button {
    --bde-button-custom-border-color: #ffd69b;
    --bde-button-custom-border-color-hover: #ffd69b;
    --bde-button-custom-background-color: transparent;
    --bde-button-custom-background-color-hover: transparent;
    --bde-button-custom-text-color: #ffd69b;
    --bde-button-custom-text-color-hover: #ffd69b;
    border-radius: 0px;
    border-width: 2px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 18px;
    padding-right: 35px;
    padding-bottom: 18px;
    padding-left: 35px
}

.breakdance .bde-button-17-1504 .bde-button__button::after {
    content: "";
    display: block;
    background-color: currentColor;
    width: 0.9em;
    height: 0.9em;
    margin-right: 4px;
    margin-left: 10px;
    mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M438.6%20278.6c12.5-12.5%2012.5-32.8%200-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L338.8%20224%2032%20224c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032l306.7%200L233.4%20393.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l160-160z%22%2F%3E%3C%2Fsvg%3E);
    mask-position: 0 0;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M438.6%20278.6c12.5-12.5%2012.5-32.8%200-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L338.8%20224%2032%20224c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032l306.7%200L233.4%20393.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l160-160z%22%2F%3E%3C%2Fsvg%3E);
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    transition-timing-function: ease-in-out;
    transition-property: transform,background-color;
    transition-duration: var(--bde-transition-duration)
}

.breakdance .bde-button-17-1504 .bde-button__button::after {
    margin-left: 10px
}

.breakdance .bde-button-17-1504 .bde-button__button:hover::after {
    transform: translate(12px,0px)
}

.breakdance .bde-section-17-1505 .section-container {
    display: flex;
    flex-direction: column;
    gap: 25px
}

@media (min-width: 1120px) {
    .breakdance .bde-section-17-1505 {
        display:none
    }
}

@media (max-width: 1119px) and (min-width:1024px) {
    .breakdance .bde-section-17-1505 {
        display:none
    }
}

@media (max-width: 1023px) and (min-width:768px) {
    .breakdance .bde-section-17-1505 {
        display:none
    }
}

@media (max-width: 767px) and (min-width:480px) {
    .breakdance .bde-section-17-1505 {
        display:none
    }
}

@media (max-width: 479px) {
    .breakdance .bde-section-17-1505 {
        display:none
    }
}

.breakdance .bde-columns-17-1506 {
    --columnCount: 2
}

@media (max-width: 1119px) {
    .breakdance .bde-columns-17-1506 {
        --columnCount:2
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-columns-17-1506 {
        --columnCount:2
    }
}

@media (max-width: 767px) {
    .breakdance .bde-columns-17-1506 {
        --columnCount:2
    }
}

@media (max-width: 479px) {
    .breakdance .bde-columns-17-1506 {
        --columnCount:2
    }
}

.breakdance .bde-column-17-1507 {
    --column-width: 70%
}

.breakdance .bde-column-17-1507 {
    display: flex;
    flex-direction: column
}

.breakdance .bde-heading-17-1508 {
    font-weight: 500;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .breakdance .bde-heading-17-1508 {
        margin-bottom:0px
    }
}

@media (max-width: 479px) {
    .breakdance .bde-heading-17-1508 {
        font-size:24px
    }
}

.breakdance .bde-column-17-1509 {
    --column-width: 30%
}

.breakdance .bde-column-17-1509 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right
}

.breakdance .bde-button-17-1510 .bde-button__button {
    font-size: 14px;
    font-weight: 500;
    text-decoration-line: underline;
    text-transform: uppercase
}

.breakdance .bde-wooproductslist-17-1511 ul.products li.product .price {
    order: 0
}

.breakdance .bde-wooproductslist-17-1511 ul.products li.product .price,.breakdance .bde-wooproductslist-17-1511 ul.products li.product .price>.woocommerce-Price-amount,.breakdance .bde-wooproductslist-17-1511 ul.products li.product .price>.woocommerce-Price-amount bdi,.breakdance .bde-wooproductslist-17-1511 ul.products li.product .price ins .woocommerce-Price-amount bdi,.breakdance .bde-wooproductslist-17-1511 ul.products li.product .price ins .woocommerce-Price-amount bdi * {
    font-size: 14px;
    font-weight: 400
}

.breakdance .bde-wooproductslist-17-1511.breakdance-woocommerce {
    --bde-woo-products-list-gap: 5px
}

@media (max-width: 767px) {
    .breakdance .bde-wooproductslist-17-1511 {
        --bde-woo-responsive__stack:column;
        --bde-woo-responsive__width: 100%;
        --bde-woo-responsive__max-width: 100%
    }
}

.breakdance .bde-section-17-1512 .section-container {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.breakdance .bde-section-17-1512 {
    background-color: #f5ffff
}

.breakdance .bde-div-17-1513 {
    margin-bottom: 20px
}

.breakdance .bde-div-17-1513 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 25px
}

.breakdance .bde-heading-17-1514 {
    color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    font-size: 25px;
    margin-bottom: 0px
}

.breakdance .bde-button-17-1515 .bde-button__button {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration-line: underline
}

.breakdance .bde-term-loop-17-1516>.bde-loop {
    --bde-posts-gap: 20px;
    --bde-posts-per-row: 3
}

.breakdance .bde-term-loop-17-1516 .bde-posts-pagination {
    margin-top: 0px
}

.breakdance .bde-term-loop-17-1516 .bde-posts-pagination-infinite-loader-wrapper {
    margin-top: 0px
}

.breakdance .bde-term-loop-17-1516>.bde-loop>.bde-loop-item,.breakdance .bde-term-loop-17-1516>.bde-loop-accordion>.bde-accordion__content-wrapper>.bde-accordion__panel>.bde-accordion__panel-content>.bde-loop-item,.breakdance .bde-term-loop-17-1516>.breakdance-swiper-wrapper>.swiper>.bde-loop>.bde-loop-item {
    padding: 0px 0px 0px 0px
}

@media (max-width: 1023px) {
    .breakdance .bde-term-loop-17-1516>.bde-loop {
        --bde-posts-per-row:2
    }
}

@media (max-width: 767px) {
    .breakdance .bde-term-loop-17-1516>.bde-loop {
        --bde-posts-per-row:1
    }
}

.breakdance .bde-section-17-1517 .section-container {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.breakdance .bde-section-17-1517 {
    background-color: #fff
}

.breakdance .bde-div-17-1518 {
    margin-bottom: 20px
}

.breakdance .bde-div-17-1518 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 25px
}

.breakdance .bde-heading-17-1519 {
    color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    font-size: 25px;
    margin-bottom: 0px
}

.breakdance .bde-button-17-1520 .bde-button__button {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration-line: underline
}

.breakdance .bde-grid-17-1521 {
    --bde-grid-items-per-row: 4
}

.breakdance .bde-grid>* {
    width: auto!important;
    height: auto!important
}

@media (max-width: 1119px) {
    .breakdance .bde-grid-17-1521 {
        --bde-grid-items-per-row:3
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-grid-17-1521 {
        --bde-grid-items-per-row:2
    }
}

@media (max-width: 767px) {
    .breakdance .bde-grid-17-1521 {
        --bde-grid-items-per-row:1
    }
}

.breakdance .bde-div-17-1522 {
    padding: 25px 25px 25px 25px;
    border-top: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-bottom: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-left: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-right: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb)
}

.breakdance .bde-div-17-1522 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center
}

.breakdance .bde-div-17-1522 {
    background: radial-gradient(rgba(255,255,255,1) 0%,rgba(217,217,217,0) 24.615384615384617%,rgba(255,255,255,0.55) 59.48717948717949%,rgba(217,217,217,0.43) 100%)
}

.breakdance .bde-icon-17-1524 .bde-icon-icon.breakdance-icon-atom {
    font-size: 19px
}

.breakdance .bde-icon-17-1524 .bde-icon-icon.breakdance-icon-atom svg:first-child {
    fill: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb)
}

.breakdance .bde-icon-17-1524 {
    position: absolute;
    right: 20px
}

.breakdance .bde-heading-17-1525 {
    color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    font-size: 15px;
    font-weight: 500
}

.breakdance .bde-text-17-1526 {
    color: var(--bde-palette-color-1-f44987c5-66db-42fd-a5b5-07550a6ad414);
    margin-bottom: 10px
}

.breakdance .bde-button-17-1527 {
    width: 100%
}

.breakdance .bde-button-17-1527 .bde-button__button {
    --bde-button-custom-border-color: #fff;
    --bde-button-custom-border-color-hover: #fff;
    --bde-button-custom-background-color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    --bde-button-custom-background-color-hover: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    --bde-button-custom-text-color: #fff;
    --bde-button-custom-text-color-hover: #fff;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 400;
    padding: var(--bde-button-padding-sm)
}

.breakdance .bde-button-17-1527 .bde-button__button {
    --bde-button-width: 100%;
    display: flex
}

.breakdance .bde-div-17-1528 {
    padding: 25px 25px 25px 25px;
    border-top: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-bottom: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-left: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-right: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb)
}

.breakdance .bde-div-17-1528 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center
}

.breakdance .bde-div-17-1528 {
    background: radial-gradient(rgba(255,255,255,1) 0%,rgba(217,217,217,0) 24.615384615384617%,rgba(255,255,255,0.55) 59.48717948717949%,rgba(217,217,217,0.43) 100%)
}

.breakdance .bde-icon-17-1530 .bde-icon-icon.breakdance-icon-atom {
    font-size: 19px
}

.breakdance .bde-icon-17-1530 .bde-icon-icon.breakdance-icon-atom svg:first-child {
    fill: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb)
}

.breakdance .bde-icon-17-1530 {
    position: absolute;
    right: 20px
}

.breakdance .bde-heading-17-1531 {
    color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    font-size: 15px;
    font-weight: 500
}

.breakdance .bde-text-17-1532 {
    color: var(--bde-palette-color-1-f44987c5-66db-42fd-a5b5-07550a6ad414);
    margin-bottom: 10px
}

.breakdance .bde-button-17-1533 {
    width: 100%
}

.breakdance .bde-button-17-1533 .bde-button__button {
    --bde-button-custom-border-color: #fff;
    --bde-button-custom-border-color-hover: #fff;
    --bde-button-custom-background-color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    --bde-button-custom-background-color-hover: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    --bde-button-custom-text-color: #fff;
    --bde-button-custom-text-color-hover: #fff;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 400;
    padding: var(--bde-button-padding-sm)
}

.breakdance .bde-button-17-1533 .bde-button__button {
    --bde-button-width: 100%;
    display: flex
}

.breakdance .bde-div-17-1534 {
    padding: 25px 25px 25px 25px;
    border-top: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-bottom: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-left: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-right: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb)
}

.breakdance .bde-div-17-1534 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center
}

.breakdance .bde-div-17-1534 {
    background: radial-gradient(rgba(255,255,255,1) 0%,rgba(217,217,217,0) 24.615384615384617%,rgba(255,255,255,0.55) 59.48717948717949%,rgba(217,217,217,0.43) 100%)
}

.breakdance .bde-icon-17-1536 .bde-icon-icon.breakdance-icon-atom {
    font-size: 19px
}

.breakdance .bde-icon-17-1536 .bde-icon-icon.breakdance-icon-atom svg:first-child {
    fill: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb)
}

.breakdance .bde-icon-17-1536 {
    position: absolute;
    right: 20px
}

.breakdance .bde-heading-17-1537 {
    color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    font-size: 15px;
    font-weight: 500
}

.breakdance .bde-text-17-1538 {
    color: var(--bde-palette-color-1-f44987c5-66db-42fd-a5b5-07550a6ad414);
    margin-bottom: 10px
}

.breakdance .bde-button-17-1539 {
    width: 100%
}

.breakdance .bde-button-17-1539 .bde-button__button {
    --bde-button-custom-border-color: #fff;
    --bde-button-custom-border-color-hover: #fff;
    --bde-button-custom-background-color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    --bde-button-custom-background-color-hover: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    --bde-button-custom-text-color: #fff;
    --bde-button-custom-text-color-hover: #fff;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 400;
    padding: var(--bde-button-padding-sm)
}

.breakdance .bde-button-17-1539 .bde-button__button {
    --bde-button-width: 100%;
    display: flex
}

.breakdance .bde-div-17-1540 {
    padding: 25px 25px 25px 25px;
    border-top: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-bottom: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-left: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    border-right: 1px dotted var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb)
}

.breakdance .bde-div-17-1540 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center
}

.breakdance .bde-div-17-1540 {
    background: radial-gradient(rgba(255,255,255,1) 0%,rgba(217,217,217,0) 24.615384615384617%,rgba(255,255,255,0.55) 59.48717948717949%,rgba(217,217,217,0.43) 100%)
}

.breakdance .bde-icon-17-1542 .bde-icon-icon.breakdance-icon-atom {
    font-size: 19px
}

.breakdance .bde-icon-17-1542 .bde-icon-icon.breakdance-icon-atom svg:first-child {
    fill: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb)
}

.breakdance .bde-icon-17-1542 {
    position: absolute;
    right: 20px
}

.breakdance .bde-heading-17-1543 {
    color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    font-size: 15px;
    font-weight: 500
}

.breakdance .bde-text-17-1544 {
    color: var(--bde-palette-color-1-f44987c5-66db-42fd-a5b5-07550a6ad414);
    margin-bottom: 10px
}

.breakdance .bde-button-17-1545 {
    width: 100%
}

.breakdance .bde-button-17-1545 .bde-button__button {
    --bde-button-custom-border-color: #fff;
    --bde-button-custom-border-color-hover: #fff;
    --bde-button-custom-background-color: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    --bde-button-custom-background-color-hover: var(--bde-palette-color-1-e160e11c-0dc1-4d1b-b527-dcf02796a8fb);
    --bde-button-custom-text-color: #fff;
    --bde-button-custom-text-color-hover: #fff;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 400;
    padding: var(--bde-button-padding-sm)
}

.breakdance .bde-button-17-1545 .bde-button__button {
    --bde-button-width: 100%;
    display: flex
}

.breakdance .bde-section-17-1546 .section-container {
    display: flex;
    flex-direction: column
}

.breakdance .bde-section-17-1546 {
    background-color: #f5ffff
}

.breakdance .bde-grid-17-1547 {
    --bde-grid-items-per-row: 2
}

.breakdance .bde-grid>* {
    width: auto!important;
    height: auto!important
}

@media (max-width: 1119px) {
    .breakdance .bde-grid-17-1547 {
        --bde-grid-items-per-row:3
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-grid-17-1547 {
        --bde-grid-items-per-row:2
    }
}

@media (max-width: 767px) {
    .breakdance .bde-grid-17-1547 {
        --bde-grid-items-per-row:1
    }
}

.breakdance .bde-div-17-1548 {
    min-height: 350px;
    padding: 40px 50px 40px 50px
}

.breakdance .bde-div-17-1548 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px
}

.breakdance .bde-div-17-1548 {
    background-image: url(https://saycheersdrinks.onestepplabs.com/wp-content/uploads/2026/07/club.webp)
}

.breakdance .bde-div-17-1548>* {
    z-index: 1
}

.breakdance .bde-div-17-1548>.section-background-overlay {
    z-index: 0
}

.breakdance .bde-div-17-1548>.section-background-overlay {
    background: linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%)
}

.breakdance .bde-div-17-1548 {
    overflow: hidden
}

@media (max-width: 1119px) {
    .breakdance .bde-div-17-1548 {
        overflow:hidden
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-17-1548 {
        overflow:hidden
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div-17-1548 {
        overflow:hidden
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-17-1548 {
        overflow:hidden
    }
}

.breakdance .bde-heading-17-1549 {
    color: #fff
}

.breakdance .bde-text-17-1550 {
    margin-bottom: 6px
}

.breakdance .bde-button-17-1551 .bde-button__button {
    --bde-button-custom-border-color: #ffd69b;
    --bde-button-custom-border-color-hover: #ffd69b;
    --bde-button-custom-background-color: transparent;
    --bde-button-custom-background-color-hover: transparent;
    --bde-button-custom-text-color: #ffd69b;
    --bde-button-custom-text-color-hover: #ffd69b;
    border-radius: 0px;
    font-size: 12px;
    padding: var(--bde-button-padding-sm)
}

.breakdance .bde-div-17-1552 {
    min-height: 350px;
    padding: 40px 50px 40px 50px
}

.breakdance .bde-div-17-1552 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px
}

.breakdance .bde-div-17-1552 {
    background-image: url(https://saycheersdrinks.onestepplabs.com/wp-content/uploads/2026/07/gifting.webp)
}

.breakdance .bde-div-17-1552>* {
    z-index: 1
}

.breakdance .bde-div-17-1552>.section-background-overlay {
    z-index: 0
}

.breakdance .bde-div-17-1552>.section-background-overlay {
    background: linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%)
}

.breakdance .bde-div-17-1552 {
    overflow: hidden
}

@media (max-width: 1119px) {
    .breakdance .bde-div-17-1552 {
        overflow:hidden
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-div-17-1552 {
        overflow:hidden
    }
}

@media (max-width: 767px) {
    .breakdance .bde-div-17-1552 {
        overflow:hidden
    }
}

@media (max-width: 479px) {
    .breakdance .bde-div-17-1552 {
        overflow:hidden
    }
}

.breakdance .bde-heading-17-1553 {
    color: #fff
}

.breakdance .bde-text-17-1554 {
    margin-bottom: 6px
}

.breakdance .bde-button-17-1555 .bde-button__button {
    --bde-button-custom-border-color: #ffd69b;
    --bde-button-custom-border-color-hover: #ffd69b;
    --bde-button-custom-background-color: transparent;
    --bde-button-custom-background-color-hover: transparent;
    --bde-button-custom-text-color: #ffd69b;
    --bde-button-custom-text-color-hover: #ffd69b;
    border-radius: 0px;
    font-size: 12px;
    padding: var(--bde-button-padding-sm)
}

.breakdance .bde-section-17-1556 .section-container {
    --bde-section-width: 100%
}

.breakdance .bde-section-17-1556 .section-container {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px
}

@media (min-width: 1120px) {
    .breakdance .bde-section-17-1556 {
        display:none
    }
}

@media (max-width: 1119px) and (min-width:1024px) {
    .breakdance .bde-section-17-1556 {
        display:none
    }
}

@media (max-width: 1023px) and (min-width:768px) {
    .breakdance .bde-section-17-1556 {
        display:none
    }
}

@media (max-width: 767px) and (min-width:480px) {
    .breakdance .bde-section-17-1556 {
        display:none
    }
}

@media (max-width: 479px) {
    .breakdance .bde-section-17-1556 {
        display:none
    }
}

.breakdance .bde-columns-17-1557 {
    --columnCount: 2;
    --bde-column-gap: 0px
}

@media (max-width: 1119px) {
    .breakdance .bde-columns-17-1557 {
        --columnCount:2
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-columns-17-1557 {
        --columnCount:2
    }

    .breakdance .bde-columns-17-1557.bde-columns {
        flex-direction: column;
        flex-wrap: nowrap
    }

    .breakdance .bde-columns-17-1557.bde-columns>.bde-column {
        width: 100%
    }
}

@media (max-width: 767px) {
    .breakdance .bde-columns-17-1557 {
        --columnCount:2
    }
}

@media (max-width: 479px) {
    .breakdance .bde-columns-17-1557 {
        --columnCount:2
    }
}

.breakdance .bde-column-17-1558 {
    --column-width: 50%;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
    min-height: 1000px
}

.breakdance .bde-column-17-1558 {
    background-image: url(https://saycheersdrinks.onestepplabs.com/wp-content/uploads/2026/06/v-waist.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}

.breakdance .bde-column-17-1558>* {
    z-index: 1
}

.breakdance .bde-column-17-1558>.section-background-overlay {
    z-index: 0
}

.breakdance .bde-column-17-1558>.section-background-overlay {
    background: linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(255,0,0,0) 54.35897435897436%,rgba(255,0,0,0) 100%)
}

.breakdance .bde-column-17-1558 {
    overflow: hidden
}

.breakdance .bde-column-17-1558.bde-column {
    padding-bottom: 80px
}

@media (max-width: 1119px) {
    .breakdance .bde-column-17-1558 {
        overflow:hidden
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-column-17-1558 {
        min-height:800px
    }

    .breakdance .bde-column-17-1558 {
        overflow: hidden
    }
}

@media (max-width: 767px) {
    .breakdance .bde-column-17-1558 {
        overflow:hidden
    }
}

@media (max-width: 479px) {
    .breakdance .bde-column-17-1558 {
        overflow:hidden
    }
}

.breakdance .bde-div-17-1559 {
    width: 400px;
    gap: 12px;
    align-items: flex-start;
    text-align: left
}

.breakdance .bde-heading-17-1560 {
    color: #FFF
}

.breakdance .bde-text-17-1561 {
    color: #FFF;
    font-size: 15px;
    margin-bottom: 15px
}

.breakdance .bde-button-17-1562 .bde-button__button {
    --bde-button-custom-border-color: #FFF;
    --bde-button-custom-border-color-hover: #FFF;
    --bde-button-custom-background-color: transparent;
    --bde-button-custom-background-color-hover: transparent;
    --bde-button-custom-text-color: #FFF;
    --bde-button-custom-text-color-hover: #FFF;
    border-radius: 0px;
    border-width: 1px;
    font-size: 13px;
    padding-top: 10px;
    padding-right: 18px;
    padding-bottom: 10px;
    padding-left: 18px
}

.breakdance .bde-column-17-1563 {
    --column-width: 50%;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
    min-height: 1000px
}

.breakdance .bde-column-17-1563 {
    background-image: url(https://saycheersdrinks.onestepplabs.com/wp-content/uploads/2025/07/mens_collection.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}

.breakdance .bde-column-17-1563>* {
    z-index: 1
}

.breakdance .bde-column-17-1563>.section-background-overlay {
    z-index: 0
}

.breakdance .bde-column-17-1563>.section-background-overlay {
    background: linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(255,0,0,0) 54.35897435897436%,rgba(255,0,0,0) 100%)
}

.breakdance .bde-column-17-1563 {
    overflow: hidden
}

.breakdance .bde-column-17-1563.bde-column {
    padding-bottom: 80px
}

@media (max-width: 1119px) {
    .breakdance .bde-column-17-1563 {
        overflow:hidden
    }
}

@media (max-width: 1023px) {
    .breakdance .bde-column-17-1563 {
        min-height:800px
    }

    .breakdance .bde-column-17-1563 {
        overflow: hidden
    }
}

@media (max-width: 767px) {
    .breakdance .bde-column-17-1563 {
        overflow:hidden
    }
}

@media (max-width: 479px) {
    .breakdance .bde-column-17-1563 {
        overflow:hidden
    }
}

.breakdance .bde-div-17-1564 {
    width: 400px;
    gap: 12px;
    align-items: flex-start;
    text-align: left
}

.breakdance .bde-heading-17-1565 {
    color: #FFF
}

.breakdance .bde-text-17-1566 {
    color: #FFF;
    font-size: 15px;
    margin-bottom: 15px
}

.breakdance .bde-button-17-1567 .bde-button__button {
    --bde-button-custom-border-color: #FFF;
    --bde-button-custom-border-color-hover: #FFF;
    --bde-button-custom-background-color: transparent;
    --bde-button-custom-background-color-hover: transparent;
    --bde-button-custom-text-color: #FFF;
    --bde-button-custom-text-color-hover: #FFF;
    border-radius: 0px;
    border-width: 1px;
    font-size: 13px;
    padding-top: 10px;
    padding-right: 18px;
    padding-bottom: 10px;
    padding-left: 18px
}

.facetwp-input-wrap,
.bde-div-481-248.bde-div,
.bde-div-481-242.bde-div,
.bde-div-481-254.bde-div,
.bde-div-481-276.bde-div,
.bde-div-481-145.bde-div{
    width: 100%;
}

.fs-label-wrap,
.facetwp-type-sort select {
    /*background-color: #ffffff00 !important;*/
    /*border-color: #fff !important;*/
    /*color: #fff;*/
}


.facetwp-checkbox{
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.fs-dropdown{
    color: #000;
}



 .facetwp-checkbox.hidden-facet {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            padding-top: 0;
            padding-bottom: 0;
            margin-top: 0;
            margin-bottom: 0;
            transition: all 0.35s ease;
        }

        .facetwp-checkbox.show-facet {
            max-height: 50px;
            opacity: 1;
            transition: all 0.35s ease;
        }

        .facet-show-more {
            background: none;
            border: none;
            cursor: pointer;
            padding: 8px 0;
            font-weight: 600;
            color: var(--bde-links-color);
        }


.facetwp-counter::before,
.facetwp-counter::after {
    content: "";
}
/* Make sure the parent hides overflow */
.bde-div-17-1471 {
    overflow: hidden;
}

/* Smooth transition for the image */
.bde-div-17-1471 img {
    transition: transform 0.3s ease;
}

/* Scale image on hover of the parent */
.bde-div-17-1471:hover img {
    cursor: pointer;
    transform: scale(1.1); /* adjust scale value as needed */
}

.bde-div-17-1471 img {
    transition: transform 0.4s ease-in-out;
    will-change: transform;
}

.facetwp-facet input.facetwp-search{
    height: 40px;
}

/* === FacetWP Slider Wrapper === */
.facetwp-slider {
    margin: 25px 10px;
}

/* === Track Background === */
.facetwp-slider .noUi-base {
    height: 6px;
    border-radius: 999px;
    background: #e5e7eb; /* light gray */
    position: relative;
}

/* === Active Range (selected area) === */
.facetwp-slider .noUi-connect {
    background: linear-gradient(90deg, #1a5c5d, #06b6d4); /* blue → cyan */
    border-radius: 999px;
}

/* === Handles === */
.facetwp-slider .noUi-handle {
    width: 18px !important;
    height: 18px !important;
    top: -6px !important;
    right: -9px !important;
    border-radius: 50%;
    background: white;
    border: 2px solid #1a5c5d;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Remove default ugly lines */
.facetwp-slider .noUi-handle::before,
.facetwp-slider .noUi-handle::after {
    display: none;
}

/* Hover / Active effect */
.facetwp-slider .noUi-handle:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.facetwp-slider .noUi-handle:active {
    transform: scale(1.2);
    border-color: #06b6d4;
}

/* === Tooltip (value display) === */
.facetwp-slider .noUi-tooltip {
    background: #111827;
    color: #fff;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 12px;
    transform: translateY(-8px);
}

/* === Optional: Add smooth animation === */
.facetwp-slider .noUi-connect,
.facetwp-slider .noUi-origin {
    transition: transform 0.2s ease;
}

.facetwp-display-value {
    padding-right: 5px;
    line-height: 1.8;
}

/*.breakdance .bde-div-481-185{*/
/*    justify-content: space-between !important;*/
/*    flex-wrap: wrap;*/
/*}*/

.noUi-target {
    background: unset !important;
     border: none !important; 
     padding: 0 !important; 
}

.facetwp-slider-wrap{
    padding: 0 !important;
}

.facetwp-facet input.facetwp-search{
    width:100%;
}

.facetwp-slider-reset{
    margin-top: 10px;
    width: 100%;
    padding: 10px !important;
    border: 1px solid #1a5c5d !important;
    box-shadow: none !important;
}

/* Modal */
.custom-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.custom-lightbox.active {
    opacity: 1;
    visibility: visible;
}

/* Image wrapper */
.custom-lightbox-inner {
    max-width: 90%;
    max-height: 90%;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
}

/* Image */
.custom-lightbox img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

/* Hover zoom */
.custom-lightbox-inner:hover img {
    transform: scale(1.4);
}

/* Close button */
.custom-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

/* Card Container */
.gift-card {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 16px;
    background: #fff;
    transition: all 0.25s ease;
    cursor: pointer;
}

/* Hover Effect */
.gift-card:hover {
    border-color: #c9a96e;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Selected State */
.gift-card.selected {
    border: 2px solid #1f3d2b;
}

/* Check Icon */
.gift-card__check {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #1f3d2b;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* Show check when selected */
.gift-card.selected .gift-card__check {
    display: flex;
}

/* Image */
.gift-card__image img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 12px;
}

/* Option Layout */
.gift-card__option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

/* Hide default radio */
.gift-card__option input {
    display: none;
}

/* Custom Radio */
.custom-radio {
    width: 18px;
    height: 18px;
    border: 2px solid #333;
    border-radius: 50%;
    margin-top: 4px;
    position: relative;
}

/* Radio checked */
.gift-card__option input:checked + .custom-radio::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #1f3d2b;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

/* Text */
.gift-card__title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.gift-card__desc {
    font-size: 13px;
    color: #777;
    margin: 4px 0 0;
}

/* Price */
.gift-card__price {
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
}


@media (max-width: 768px) {
    .shop-filters {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, opacity 0.2s ease;
    }

    .shop-filters.is-open {
        max-height: 1000px;
        opacity: 1;
    }
}
   