.site-main {
    background: #FFFFFF;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.site-main .custom-single-product-container {
    width: 100%;
    max-width: 1440px;
    padding: 80px 120px;
}
.site-main .custom-single-product-container .product {
    display: flex;
    flex-flow: row nowrap;
    gap: 60px;
    width: 100%;
}
.site-main .custom-single-product-container .product .summary {
    margin-top: 0;
}
.site-main .custom-single-product-container .woocommerce-breadcrumb {
    display: none;
}
.site-main .custom-single-product-container .product .summary .woocommerce-breadcrumb {
    display: inherit;
}
.site-main .custom-single-product-container .woocommerce-breadcrumb  {
    margin-bottom: 40px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}
.site-main .custom-single-product-container .woocommerce-breadcrumb a {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #858585;
}
.site-main .custom-single-product-container .product .summary .product_title, .site-main .custom-single-product-container .product .summary .product_title chrome_annotation {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 56px;
    color: #000000;
    margin-bottom: 12px;
} 
.site-main .custom-single-product-container .product .summary .price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    color: #909090;
}
.site-main .custom-single-product-container .product .summary .price bdi {
    font-family: 'Bebas Neue', sans-serif;
}
.site-main .custom-single-product-container .product .summary .cart.variations_form .single_variation_wrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
}
.site-main .custom-single-product-container .product .summary .cart.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart,
.site-main .custom-single-product-container .product .summary .cart {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 0;
}
.site-main .custom-single-product-container .product .summary .cart.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    margin-top: 50px;
}
.site-main .custom-single-product-container .product .summary .cart.variations_form .variations {
    margin: 0;
}
.site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr {
    display: flex;
    flex-flow: column nowrap;
}
.site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr th {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}
.site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr th label {
    color: #000;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    margin-bottom: 8px;
}
.site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr td select {
    margin: 0;
    width: 100%;
    min-width: unset;
    background: #F6F6F6;
    border: 1px solid #D6D6D6;
    border-radius: 400px;
}
.site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr td select {
    padding: 10px 24px;
}
.site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr td a {
  display: none!important;
}
.site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr td 
.site-main .custom-single-product-container .product .summary .cart.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    margin-top: 0;
}
.site-main .custom-single-product-container .product .summary .cart.variations_form {
    flex-flow: column nowrap;
}
.site-main .custom-single-product-container .product .summary .cart:before,
.site-main .custom-single-product-container .product .summary .cart:after {
    display: none;
}
.site-main .custom-single-product-container .product .summary .cart .quantity {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 0;
    border: 1.4px solid #000000;
    border-radius: 200px;
    overflow: hidden;
    width: 100%;
    max-width: 164px;
    margin: 0;
}
.site-main .custom-single-product-container .product .summary .cart .quantity input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 52px;
    background: #fff;
    border: 0;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: center;
}
.site-main .custom-single-product-container .product .summary .cart .quantity input[type=number] {
    -moz-appearance: textfield;
}
.site-main .custom-single-product-container .product .summary .cart .quantity input::-webkit-outer-spin-button,
.site-main .custom-single-product-container .product .summary .cart .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.site-main .custom-single-product-container .product .summary .cart .quantity button {
    background: #fff;
    height: 52px;
    border: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    width: 50px;
}
.site-main .custom-single-product-container .product .summary .cart .button {
    width: 100%;
    background: #FAE100;
    border: 1px solid #FAE100;
    padding: 10px 24px;
    border-radius: 40px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #000;
}
.site-main .custom-single-product-container .product .summary .cart .button:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
.site-main .custom-single-product-container .product .summary .cart .button:focus {
    background: transparent;
    border-color: #000!important;
    color: #000;
}
.accordion-wrap {
    margin-top: 40px;
}
.accordion-inner-wrap {
    border-top: solid 2px #E6E6E6;
  padding-bottom: 24px;
  padding-top: 24px;
}
.accordion-inner-wrap:last-child {
    border-bottom: solid 2px #E6E6E6;
}
.accordion-inner-wrap .title-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
}
.accordion-inner-wrap .title-wrap h5 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    color: #000000;
}
.accordion-inner-wrap .toggle-icon {
    display: flex;
    cursor: pointer;
    transition: all ease-in-out 200ms;
}
.accordion-inner-wrap .toggle-icon svg.open {
    display: none;
}
.accordion-inner-wrap .toggle-icon.toggled svg.open {
    display: inherit;
}
.accordion-inner-wrap .toggle-icon.toggled svg.close {
    display: none;
}
/* .accordion-inner-wrap .toggle-icon.toggled {
    rotate: 180deg;
}
.accordion-inner-wrap .toggle-icon.toggled svg rect {
    fill: #ACACAC;
    stroke: #ACACAC;
} */
.accordion-inner-wrap .content {
    max-height: 0;
    overflow: hidden;
    transition: all ease-in-out 200ms;
    padding-right: 32px;
}
.accordion-inner-wrap .wysiwyg-content {
    padding-top: 20px !important;
}
.accordion-inner-wrap .wysiwyg-content * {
    color: #505050;
    font-size: 16px;
    line-height: 28px;
}
.accordion-inner-wrap .wysiwyg-content .wp-video {
	margin-top: 12px;
}

.accordion-inner-wrap .wysiwyg-content .wp-video .mejs-time {
	padding: 7px 6px 0;
}
.accordion-inner-wrap .wysiwyg-content .wp-video .mejs-time > span {
	color: #fff;	
}
.accordion-inner-wrap .wysiwyg-content ul {
    display: flex;
    flex-flow: column nowrap;
    gap: 2px;
    list-style: none;
    padding-left: 0;
}
.accordion-inner-wrap .wysiwyg-content ul li {
    position: relative;
    padding-left: 30px;
    color: #000000!important;
}
.accordion-inner-wrap .wysiwyg-content ul li strong {
    color: #000000!important;
}
.accordion-inner-wrap .wysiwyg-content ul li .heading {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #000000;
    display: inline-block;
    margin-bottom: 12px;
}
.accordion-inner-wrap .wysiwyg-content ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='3.5' fill='%23E9D100'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.accordion-inner-wrap .wysiwyg-content ul.boxed-checkmark {
    gap: 16px;
}
.accordion-inner-wrap .wysiwyg-content ul.boxed-checkmark li {
    padding-left: 38px;
}
.site-main .custom-single-product-container .product .woocommerce-product-gallery {
    margin-bottom: 0;
}
.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-viewport {
    border: 1px solid #DFDFDF;
    background: linear-gradient(180deg, #FFFCF4 0%, rgba(255, 252, 244, 0.2) 32.24%, #FFFCF4 100%);
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    height: 600px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    width: 100%;
    height: 100%;
    display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.accordion-inner-wrap .wysiwyg-content ul.boxed-checkmark li:before {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.7246 0L9.58709 15.5593L5.48398 12.4312H3.20898L9.58709 22.7906L25.9995 0H23.7246Z' fill='%239A7907'/%3E%3Cpath d='M21.8968 22.7905C21.8968 23.0343 21.6937 23.2374 21.4499 23.2374H3.20937C2.96562 23.2374 2.76249 23.0343 2.76249 22.7905V4.54997C2.76249 4.30622 2.96562 4.10309 3.20937 4.10309H15.6812L18.1593 1.38123H0.893747C0.406249 1.38123 0 1.78747 0 2.27497V25.0655C0 25.5937 0.406249 25.9999 0.893747 25.9999H23.6843C24.1718 25.9999 24.5781 25.5937 24.5781 25.1062V7.35308L21.8562 11.1718C21.8968 11.1718 21.8968 22.7905 21.8968 22.7905Z' fill='black'/%3E%3C/svg%3E%0A");
    width: 28px;
    height: 28px;
    background-size: contain;
}
.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav {
    margin-top: 32px;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    justify-content: center;
}
.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav.slick-slider {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav.slick-slider .slick-arrow {
    color: #000;
    z-index: 20;
}
.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav.slick-slider .slick-arrow:before {
    color: #000;
}
.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav.slick-slider .slick-prev {
    left: 0;
}
.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav.slick-slider .slick-next {
    right: 0;
}
.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav li {
    width: 65px;
    height: 80px;
    border: 1px solid #E1E1E1;
    background: linear-gradient(180deg, #FFFCF4 0%, rgba(255, 252, 244, 0.2) 32.24%, #FFFCF4 100%);
}
.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav .slick-list {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav .slick-list .slick-track {
    display: flex;
    gap: 10px;
}
.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

@media only screen and (max-width: 1439px) {
    .site-main .custom-single-product-container {
        padding: 80px 20px;
    }
}
@media only screen and (max-width: 1279px) {
    .site-main .custom-single-product-container {
        padding: 60px 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .site-main .custom-single-product-container .product {
        gap: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .site-main .custom-single-product-container .product {
        flex-flow: column nowrap;
        width: 100%;
    }
    .site-main .custom-single-product-container .woocommerce-breadcrumb {
        display: block;
    }
    .site-main .custom-single-product-container .product .summary .woocommerce-breadcrumb {
        display: none;
    }
    .site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav {
        margin-top: 12px;
    }
    .site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav li {
        width: 55px;
        height: 70px;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
        height: 344px;
    }
    .site-main .custom-single-product-container .product .summary .product_title, .site-main .custom-single-product-container .product .summary .product_title chrome_annotation {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 6px;
    }
    .site-main .custom-single-product-container .product .summary .price {
        font-size: 24px;
        line-height: 26px;
    }
    .accordion-inner-wrap {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .accordion-inner-wrap .title-wrap h5 {
        font-size: 28px;
        line-height: 32px;
    }
    .site-main .custom-single-product-container .product .summary .cart.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart,
    .site-main .custom-single-product-container .product .summary .cart {
        flex-flow: column nowrap;
        gap: 6px;
    }
    .site-main .custom-single-product-container .product .summary .cart .quantity {
        max-width: 100%;
    }
}
.pwb-single-product-brands {
    display: none!important;
}
.single_variation_wrap .custom-wrapper {
    display: flex;
    flex-flow: row nowrap;
    gap: 40px;
}
.single_variation_wrap .custom-wrapper .variations {
    width: 50%!important;
}
.single_variation_wrap .custom-wrapper .woocommerce-variation:before  {
    content: 'Price';
    width: 50%;
     color: #000;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    margin-bottom: 8px;
}
.single_variation_wrap .custom-wrapper .woocommerce-variation {
    display: flex;
    flex-flow: column nowrap;
}
.single_variation_wrap .custom-wrapper .woocommerce-variation .woocommerce-variation-price .price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    color: #909090;
}
@media only screen and (max-width: 767px) {
    .site-main .custom-single-product-container .product .summary .cart {
        margin-top: 24px;
    }
    .single_variation_wrap .custom-wrapper {
        display: flex;
        flex-flow: row wrap;
        gap: 20px;
    }
    .single_variation_wrap .custom-wrapper .variations {
        width: calc(50% - (20px * 1 / 2))!important;
    }
    /* .single_variation_wrap .custom-wrapper .woocommerce-variation {
        display: none!important;
    } */
     .single_variation_wrap .custom-wrapper .single_variation {
        width: calc(50% - (20px * 1 / 2))!important;
     }
    .single_variation_wrap .custom-wrapper .single_variation .woocommerce-variation-price .price {
        font-size: 28px;
        line-height: 32px;
    }
    .site-main .custom-single-product-container .product .summary .cart.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
        margin-top: 40px;
    }
    .site-main .custom-single-product-container .product .summary .cart.variations_form .single_variation_wrap {
        gap: 0;
    }
    .site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr th label {
        font-size: 28px;
        line-height: 32px;
    }
}
.woocommerce-message {
    border-top: 0!important;
    background: #F1F1F1!important;
    padding: 20px 40px!important;
    padding-left: 80px!important;
    justify-content: flex-start!important;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #000000;
    display: flex;
    flex-flow: row-reverse wrap;
    align-items: center;
}
.woocommerce-message::before {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='26' height='26' rx='13' fill='black'/%3E%3Cpath d='M8 15.3077L11.9997 19L20 9' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")!important;
    content: ''!important;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%!important;
    transform: translateY(-50%)!important;
}
.woocommerce-message .button {
    margin-left: auto!important;
    padding: 12px 24px!important;
    border: 1.4px solid #000000!important;
    background: transparent!important;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 28px!important;
    color: #000000!important;
    border-radius: 200px!important;
    float: none!important;
    text-transform: uppercase!important;
}   
.woocommerce-message .button:hover {
    background: #000!important;
    border-color: #000!important;
    color: #fff!important;
}
.woocommerce-message .button:focus {
    background: #FAE100!important;
    border-color: #FAE100!important;
    color: #000!important;
}
.woocommerce-notices-wrapper .woocommerce-message .text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #000;
    display: inline-flex;
}
@media only screen and (max-width: 767px) {
    .woocommerce-notices-wrapper .woocommerce-message .text {
        font-size: 24px;
        line-height: 26px;
        padding-left: 32px;
    }
    .woocommerce-message {
        flex-flow: column-reverse nowrap!important;
        padding: 16px 20px!important;
        gap: 12px!important;
        justify-content: flex-start!important;
        font-size: 24px!important;
        line-height: 26px!important;
        align-items: flex-start;
    }
    .woocommerce-message .button {
        width: 100%;
        margin-left: unset!important;
        display: flex!important;
        flex-flow: column nowrap!important;
        align-items: center!important;
    }
    .woocommerce-message::before {
        top: 25px!important;
        left: 20px!important;
        transform: none!important;
    }
}
.section-products {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 0;
    max-width: 1440px;
    padding: 80px 120px;
}
.section-products .wrap {
    width: 100%;
}
.section-products .wrap .columns {
    display: flex;
    flex-flow: column nowrap;
    gap: 40px;
}
.section-products .wrap .columns .column {
    width: 100%;
}
.section-products .wrap .columns .column.column-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.section-products .wrap .columns .column.column-header h2 {
    font-family: "Bebas Neue";
    font-size: 56px;
    font-weight: 400;
    line-height: 56px;
    text-align: left;
    color: #000000;
}
.section-products .wrap .columns .column.column-header .btn {
    border: 1px solid #000000;
    padding: 16px 40px;
    border-radius: 200px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-left: auto;
}
.section-products .wrap .columns .column.column-body .products {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}
.section-products .wrap .columns .column.column-body .products .product {
    grid-column: span 3;
    display: flex;
    flex-flow: column nowrap;
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
    gap: 20px;
    padding-bottom: 30px;
    position: relative;
}
.section-products .wrap .columns .column.column-body .products .product .product-add-to-cart {
    margin-top: auto;
    display: flex;
    flex-flow: column nowrap;
}
.section-products .wrap .columns .column.column-body .products .product .product-add-to-cart a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 10px;
    border: 1.4px solid #000000;
    background: transparent;
    padding: 8px 20px;
    font-family: 'Noto Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #000000;
    border-radius: 40px;
    text-transform: uppercase;
}
.section-products .wrap .columns .column.column-body .products .product .product-add-to-cart a:hover {
    background-color: #000;
    color: #fff;
}
.section-products .wrap .columns .column.column-body .products .product .product-add-to-cart a.ajax_add_to_cart.added {
    display: none;
}
.section-products .wrap .columns .column.column-body .products .product .product-add-to-cart a.wc-forward,
.section-products .wrap .columns .column.column-body .products .product .product-add-to-cart a:focus {
    border-color: #FAE100;
    background-color: #FAE100;
    color: #000;
}
.section-products .wrap .columns .column.column-body .products .product .product-add-to-cart a.wc-forward {
    display: flex;
}
.section-products .wrap .columns .column.column-body .products .product .product-add-to-cart a.wc-forward:after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
}
.section-products .wrap .columns .column.column-body .products .product .product-image-wrap {
    background: linear-gradient(180deg, #FFFCF4 0%, rgba(255, 252, 244, 0.2) 32.24%, #FFFCF4 100%);
    width: 100%;
    height: 280px;
    border-radius: 5.26px;
    margin-bottom: 15px;
}
.section-products .wrap .columns .column.column-body .products .product .product-image-wrap img {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-products .wrap .columns .column.column-body .products .product .product-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #232323;
}
.section-products .wrap .columns .column.column-body .products .product .product-price {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: #8C8C8C;
}
@media only screen and (max-width: 1439px) {
    .section-products {
        padding: 80px 20px;
    }
}
@media only screen and (max-width: 1279px) {
    .section-products {
        padding: 60px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .section-products {
        padding: 40px 20px;
    }
    .section-products .wrap .columns .column.column-header {
        flex-flow: column nowrap;
        gap: 12px;
    }
    .section-products .wrap .columns .column.column-header h2 {
        font-size: 42px;
        line-height: 42px;
    }
    .section-products .wrap .columns .column.column-header .btn {
        margin-left: unset;
        width: 100%;
    }
    .section-products .wrap .columns .column.column-body .products {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .section-products .wrap .columns .column.column-body .products .product {
        grid-column: auto;
    }
    .section-products .wrap .columns .column.column-body .products .product .product-price {
        font-size: 16px;
        line-height: 24px;
    }
    .section-products .wrap .columns .column.column-body .products .product .product-title {
        font-size: 28px;
        line-height: 28px;
    }
}

p.stock.out-of-stock {
    font-family: 'Bebas Neue'!important;
}

.vimeo-wrap {
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; overflow: hidden; 
  max-width: 100%; 
}

.vimeo-wrap iframe, 
.vimeo-wrap object, 
.vimeo-wrap embed { 
  position: absolute; 
  top: 0; left: 0; 
  width: 100%; 
  height: 100%; 
}