.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;
}


/* Contact Page CSS */

.contact_page_header {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact_page_header .harmonysans_regular {
    font-size: 18px;
}
.contact_page_header .harmonysans_regular a {
    text-decoration: underline;
}
.contact.page-width.page-width--narrow.section-padding {
    max-width: 960px;
}


/* Font Changes */

.title2.harmonysans_medium.recommended_heading.heading_35 {
    font-family: 'HarmonySans-Medium' !important;
}
.price__sale * {
    font-family: 'HarmonySans-Bold' !important;
}
#price-main-product-info .price__sale * {
    font-family: 'HarmonySans-Bold' !important;
}
#price-main-product-info .price__sale .body5.price-position-save .price-item--save {
    font-family: 'HarmonySans-Regular' !important;
}
.price + .body6.rte {
    font-family: 'HarmonySans-Light';
}
.product-form__input .form__label, .quantity-input-label, .product__details-wrapper .accordion__title {
    font-family: 'HarmonySans-Bold';
}
.product-form__input--right label, .Quantity-main-product-info, .product__sell-text, .product__details-wrapper .accordion__content {
    font-family: 'HarmonySans-Regular';
}
.advc-title, .h3.harmonysans_bold.recommended_heading, .order-tracking-form-title {
    font-family: 'MarcellusSC-Regular' !important;
    font-weight: 400 !important;
}

/* Blog Page CSS */

.slideshow-slide__text .breadcrumb {
    display: block;
    color: white;
}
.slideshow-slide__text .breadcrumb a {
    color: white;
}
.product_image_wrapper img {
    width: 100%;
    height: auto;
}
.product_image_wrapper {
    width: 100px;
    min-width: 100px;
}
.product_title {
    font-size: 16px;
    font-family: 'HarmonySans-Medium';
}
.upsell_product_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    margin-bottom: 15px;
}
.custom_blog_wrapper {
    display: flex;
    gap: 20px;
}
.sidebar_block_title {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'HarmonySans-Medium';
    color: #F7670A;
}
.custom_blog_sidebar {
    border-left: 1px solid lightgray;
    padding-left: 30px;
    margin-top: 80px;
    height: max-content;
    position: sticky;
    top: 90px;
    max-width: 350px;
}
.article-template__social-sharing-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid lightgray;
    padding-bottom: 25px;
    gap: 25px;
}
.article-template__social-sharing .third-party-name.body6 {
    display: none;
}
.third-party-share .circle-divider {
    margin-right: 15px;
}
.article-template__link span {
    color: #F7670A;
    font-family: 'HarmonySans-Regular';
    font-size: 18px;
}
.article-template__link:hover span {
    text-decoration: underline;
}
.article-template__link .icon-wrap {
    width: 20px !important;
    height: 20px !important;
    transform: rotate(0deg) !important;
}
.tag_item {
    color: #AAA;
    border: 1px solid #AAA;
    padding: 2px 10px;
    font-size: 14px;
}
.article-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.article-template__tags .icon-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.article-template__tags .article-template__back {
    display: flex;
    align-items: center;
    color: #F7670A;
    font-family: 'HarmonySans-Bold';
    gap: 5px;
    padding: 0;
}
.article-template__tags {
    display: flex;
    align-items: center;
    gap: 10px;
}
.article_nav {
    font-size: 18px;
}
.article_nav {
    font-size: 18px;
}
.article_nav a {
    color: #5C5F63;
    margin-bottom: 10px;
    display: block;
}
previous,
next {
    color: #F7670A;
    text-decoration: underline;
    padding-right: 10px;
}
.sidebar_article_image_wrapper img {
    width: 100%;
    height: auto;
}
.sidebar_article_title {
    font-size: 18px;
}
.sidebar_article_item .learn_more_button_blog {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-top: 15px;
    color: #F7670A !important;
}
.sidebar_article_item .learn_more_button_blog svg path {
    fill: #F7670A;
}
.sidebar_article_item {
    border-bottom: 1px solid lightgray;
    margin-bottom: 15px;
    padding-bottom: 20px;
    position: relative;
}
.article-template__social-sharing {
    padding-bottom: 0 !important;
}
.article-template__article-nav.page-width {
    padding-top: 40px;
}
.article-template__content {
    padding-top: 25px !important;
}
@media(max-width: 768px){
    .custom_blog_wrapper.page-width {
        flex-direction: column;
    }  
}
@media (max-width: 1440px) {
    .custom_blog_wrapper .page-width {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1240px) and (max-width: 1440px) {}

@media (min-width: 960px) and (max-width: 1240px) {
    .custom_blog_sidebar {
        max-width: 300px;
    }

    .sidebar_block_title {
        font-size: 20px;
    }

    .product_title {
        font-size: 14px;
    }

    .product_image_wrapper {
        width: 80px;
        min-width: 80px;
    }
    .article-template__social-sharing-inner .circle-divider {
        font-size: 14px;
    }
    .sidebar_article_title {
        font-size: 16px;
    }
    .sidebar_article_item .learn_more_button_blog {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .custom_blog_sidebar {
        max-width: 250px;
        margin-top: 40px;
        padding-left: 15px;
    }
    .sidebar_block_title {
        font-size: 18px;
    }
    .product_title {
        font-size: 12px;
    }
    .sidebar_article_title {
        font-size: 14px;
    }
    .product_image_wrapper {
        width: 60px;
        min-width: 60px;
    }
    .article-template__social-sharing-inner {
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
        align-items: flex-start;
        gap: 20px;
    }
    .sidebar_article_item .learn_more_button_blog {
        font-size: 12px;
        margin-top: 10px;
    }
    .sidebar_article_item {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    
}

@media (max-width: 768px) {
    .article-template__social-sharing-inner {
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
        align-items: flex-start;
        gap: 20px;
        padding-bottom: 20px;
    }
    .custom_blog_sidebar {
        padding-left: 0;
        border-left: 0;
    }
    .article-template__comment-wrapper {
        padding-bottom: 0 !important;
    }
    .custom_blog_sidebar  {
        margin-top: 0;
        position: unset;
        max-width: unset;
    }
    .article_nav {
        font-size: 14px;
    }
    .article-template__article-nav.page-width {
        padding-top: 25px;
    }
    previous,
    next {
        padding-right: 5px;
    }
}