.button {
    font-family: 'HarmonySans-Medium';
    letter-spacing: 0;
}
.custom_video_wrapper video {
    width: 100%;
    height: auto;
}
.custom_video_wrapper iframe {
    width: 100%;
    border: 0;
    aspect-ratio: 1/1;
}

/* Header CSS */


.header__container--left-left .header__inline-menus {
    justify-content: center;
}


/* Homepage Slideshow CSS */


.featured-slideshow-slide__desc {
    margin-top: 15px;
}
.button.featured-slideshow-slide__button {
    margin-top: 30px;
}
.featured-slideshow__pagination {
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translatex(-50%);
}
.featured-slideshow__pagination .slide-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50px;
}
.slideshow__control .slider-counter__link.control__dots {
    width: auto;
    height: auto;
    gap: 8px;
}
.slideshow__control .slider-counter__link.control__dot {
    width: 8px;
    height: 8px;
    gap: 8px;
    border-radius: 50px;
}
.slideshow__control .slider-counter__link.control__dot.is-active {
    width: 28px !important;
    height: 8px !important;
    border-radius: 4px;
}
.slide-pagination-bullet.splide__slide-pagination {
    background-color: #ffffff63 !important;
}
.featured-slideshow .slide-pagination.click .slide-pagination-bullet::before {
    background-color: white !important;
}
.slideshow_video_wrapper {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    top: 0;
    z-index: 1;
}
.slideshow_video_wrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.slideshow-slide__desc {
    font-size: 22px;
}
.slideshow-slide__button {
    font-size: 18px;
}
.section_header {
    margin-bottom: 50px !important;
}
.slideshow-slide__desc_small {
    font-size: 16px;
}
.slideshow-slide__text-wrapper {
    pointer-events: unset !important;
}
.slideshow_accordion-head svg {
    width: 10px;
    height: 10px;
    transition: all 0.2s ease-out;
}
.slideshow_accordion-head {
    cursor: pointer;
}
.slideshow_accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.slideshow_accordion_wrapper {
    margin-bottom: 15px;
}
.slideshow_accordion-head {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    padding-bottom: 10px;
}
.slideshow_accordion-body {
    font-size: 14px;
}
.slideshow_accordion-head.active svg {
    transform: rotate(90deg);
}
@media (min-width: 961px){
    .slideshow-slide__text {
        max-width: 880px;
    }
    .slideshow-slide__desc {
        max-width: 620px;
    }
}
@media (max-width: 960px){
    .slideshow-slide__text-wrapper {
        padding: 0 20px !important;
    }
    .slideshow-slide__text-wrapper .slideshow-slide__title  br {
        display: none;
    }
    .slideshow-slide__desc {
        font-size: 14px;
    }
    .slideshow-slide__button {
        font-size: 16px;
    }
    .section_header {
        margin-bottom: 30px !important;
    }
    .button {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .slide__desc_small {
        font-size: 12px;
    }
    .slideshow_accordion-head {
        font-size: 13px;
        gap: 10px;
        padding-bottom: 5px;
    }
    .slideshow-slide__title {
        margin-bottom: 7px;
    }
    .slideshow-slide__description {
        font-size: 16px;
    }
    .slideshow_accordion_wrapper {
        margin-bottom: 10px;
    }
    .slideshow_accordion {
        margin-top: 15px;
    }
    #cart-icon-bubble-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/* Swiper Buttons */

.swiper-buttons-pag,
.swiper-buttons-nav {
    display: block;
}
.swiper-buttons-pag {
    position: unset !important;
    margin-top: 20px;
    background: #aeadaa !important;
}
.swiper-buttons-pag .swiper-pagination-progressbar-fill {
    background: black !important;
}
.swiper-buttons-nav::before,
.swiper-buttons-nav::after {
    content: none !important;
}
.swiper-buttons-nav {
    min-width: 58px !important;
    min-height: 58px !important;
    background: white;
    border-radius: 50px;
    box-shadow: 0 4px 12px 0 #4040401c;
    position: relative;
    cursor: pointer;
}
.swiper-buttons-nav.swiper-button-disabled {
    cursor: no-drop;
    opacity: .3;
}
.swiper-buttons-nav svg {
    width: 12px !important;
    height: 21px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.swiper-buttons-nav.swiper-button-prev svg {
    transform: rotate(180deg) translate(50%, 50%);
}
.desktop_hide {
    display: none;
}
.mobile_hide {
    display: block !important;
}
.swiper-custom_buttons-wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 35px;
    align-items: center;
    margin-top: 20px;
}
.swiper-custom_nav-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.swiper-buttons-nav-prev {
    transform: rotate(180deg);
}
.bz-body-font {
    font-size: 18px;
}
.button {
    font-size: 18px;
    padding-left: 39px;
    padding-right: 39px;
}
.custom_rich_image.rich_full_width_image {
    max-width: 100%;
}
.floating_link {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}
@media (max-width: 960px) {
    .mobile_hide {
        display: none !important;
    }
    .desktop_hide {
        display: block !important;
    }
    .bz-body-font {
        font-size: 13px;
    }
    .swiper-custom_nav-wrapper {
        display: none !important;
    }
    .swiper-buttons-pag {
        margin-top: 15px;
    }
    .button {
        font-size: 14px;
        padding-left: 22px;
        padding-right: 22px;
    }
}

/* Cart Drawer CSS */

.dynamic_check_buttons_hidden #dynamic-checkout-cart {
    display: none;
}
.cart-drawer__body .cart-item__name {
    font-size: 20px;
    font-family: 'HarmonySans-Medium';
    line-height: 1.1;
}
.cart-fixed-checkout__container,
.cart-drawer__inner {
    background: white !important;
}
.cart_icon_with_text_wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 25px;
}
.cart_icon_with_text_item {
    font-size: 12px;
    text-align: center;
    width: calc((100% - 10px) / 3);
    padding-left: 5px;
    padding-right: 5px;
}
.cart_icon_with_text_item p {
    margin-top: 0px;
    color: #808080;
    font-family: 'HarmonySans-Medium';
}
.cart_icon_with_text_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    top: -20px;
    background-color: rgb(var(--color-entry-line));
}
.cart-item__quantity-wrapper .icon.icon-delete {
    width: 24px;
    height: 24px;
}
.cart-item__quantity-wrapper {
    justify-content: space-between;
}
.quantity.outline-border::after, .quantity.outline-border:hover::after{
    box-shadow: unset;
}
.quantity__button.disabled svg {
    fill: white;
    color: white;
    opacity: 1;
}
.quantity__button.disabled {
    background: #c8c8c8;
}
.quantity.outline-border::before {
    background: white;
}
.quantity__button {
    background: black;
    color: white;
    min-width: 44px;
}
.quantity__button svg {
    width: 18px;
    height: 18px;
}
.quantity__input {
    min-width: 48px;
}
.cart-drawer__amount-wrapper {
    display: none;
}
.slick-dots {
    display: none !important;
}

/* Responsiveness */

/* 

@media (min-width: 1440px) {}

@media (min-width: 1240px) and (max-width: 1440px) {}

@media (min-width: 960px) and (max-width: 1240px) {}

@media (min-width: 768px) and (max-width: 960px) {}

@media (max-width: 768px) {}
 */

.slideshow-slide__text-wrapper.page-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
    padding-left: var(--page-padding) !important;
    padding-right: var(--page-padding) !important;
    max-width: calc(var(--page-padding) * 2 + var(--page-width)) !important;
}
@media (min-width: 1440px) {
    
}

@media (min-width: 1240px) and (max-width: 1440px) {
    .page-width, .advc-container, .slideshow-slide__text-wrapper.page-width {
        max-width: 1240px;
        padding-left: 3%;
        padding-right: 3%;
    }
    .slideshow-slide__text-wrapper.page-width {
        max-width: 1240px !important;
        padding-left: 3%;
        padding-right: 3%;
    }
    .advc-container {
        max-width: 1240px !important;
        padding-left: 3% !important;
        padding-right: 3% !important;
    }
    .title2 {
        font-size: 45px;
    }
    .title4 {
        font-size: 26px;
    }
    .custom_rich_text_with_image_ovly .rich-text__text {
        font-size: 22px;
    }
    .cart-item__name.body2 {
        font-size: 20px;
    }
}

@media (min-width: 960px) and (max-width: 1240px) {
    .page-width, .advc-container, .slideshow-slide__text-wrapper.page-width {
        max-width: 960px;
        padding-left: 4%;
        padding-right: 4%;
    }
    .slideshow-slide__text-wrapper.page-width {
        max-width: 960px !important;
        padding-left: 4%;
        padding-right: 4%;
    }
    .advc-container {
        max-width: 960px !important;
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    .title2 {
        font-size: 40px;
    }

    .title4 {
        font-size: 24px;
    }
    .custom_rich_text_with_image_ovly .rich-text__text {
        font-size: 20px;
    }
    .cart-drawer__body .cart-item__name {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .page-width, .advc-container, .slideshow-slide__text-wrapper.page-width {
        max-width: 768px;
    }
    .slideshow-slide__text-wrapper.page-width {
        max-width: 768px !important;
    }
    .advc-container {
        max-width: 768px !important;
    }
    .cart-drawer__body .cart-item__name {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .page-width, .slideshow-slide__text-wrapper.page-width {
        max-width: 1650px;
    }
    .slideshow-slide__text-wrapper.page-width {
        max-width: 1650px !important;
    }
    .cart-drawer__body .cart-item__name {
        font-size: 14px;
    }
}


/* Mega Menu CSS */

.mega-nav-title span {
    font-family: 'HarmonySans-Medium';
    font-size: 18px;
    color: black;
}
._price_ou1r8_32 {
    color: #F7670A !important;
    font-size: 18px;
    font-family: 'HarmonySans-Bold';
}
.advc-sub-title {
    font-family: 'HarmonySans-Regular' !important;
}
.advc-title {
    font-family: 'HarmonySans-Bold' !important;
}