:root {
--font: 'Montserrat', 'Open Sans', 'Arial', 'Helvetica', 'sans-serif';


--base-color: #15233E;


--base-text-color: #FFFFFF;


--footer-color: #15233E;


--footer-text-color: #FFFFFF;


--button-color: #15233E;


--button-hover-color: #FFFFFF;


--button-text-color: #FFFFFF;



--header-color: #fefefe;


--header-text-color: #333;

--clear-filters-display-text: inline-block;


--clear-filters-display-icon: inline-block;

}

	.es-clear-all-filters-button .button-text {
	display: var(--clear-filters-display-text);
	}

	.es-clear-all-filters-button .button-icon {
	display: var(--clear-filters-display-icon);
	}

/* Cynthia part */


/* For browsers that support clamp  */
/* Thanks to : https://www.fluid-type-scale.com/ */
@supports (font-size: clamp(1rem, 1vi, 1rem)) {
  :root {
        --fs-xs: clamp(0.64rem, 0.02vi + 0.64rem, 0.67rem);
        --fs-sm: clamp(0.8rem, 0.06vi + 0.79rem, 0.89rem);
        --fs-base: clamp(1rem, 0.13vi + 0.97rem, 1.19rem);
        --fs-md: clamp(1.25rem, 0.22vi + 1.21rem, 1.58rem);
        --fs-lg: clamp(1.56rem, 0.37vi + 1.49rem, 2.11rem);
        --fs-xl: clamp(1.95rem, 0.58vi + 1.84rem, 2.81rem);
        --fs-xxl: clamp(2.44rem, 0.88vi + 2.27rem, 3.75rem);
        --fs-xxxl: clamp(3.05rem, 1.31vi + 2.79rem, 5rem);
  }
}
/* For browsers that don't support clamp */
@supports not (font-size: clamp(1rem, 1vi, 1rem)) {
  :root {
        --fs-xs: 0.64rem;
        --fs-sm: 0.8rem;
        --fs-base: 1rem;
        --fs-md: 1.25rem;
        --fs-lg: 1.56rem;
        --fs-xl: 1.95rem;
        --fs-xxl: 2.44rem;
        --fs-xxxl: 3.05rem;
  }
  @media screen and (min-width: 2700px) {
    :root {
            --fs-xs: 0.67rem;
            --fs-sm: 0.89rem;
            --fs-base: 1.19rem;
            --fs-md: 1.58rem;
            --fs-lg: 2.11rem;
            --fs-xl: 2.81rem;
            --fs-xxl: 3.75rem;
            --fs-xxxl: 5rem;
    }
  }
}


#body {
    background-color: #F5F5F5;
}



.clearfix:before,
.clearfix::after,
.row:not(.js-mandatory-products *):before,
.row:not(.js-mandatory-products *):after {
    display: none !important;
    content: none !important;
}




/* Home page */
.minibasket-icon,
.product-comparison-icon {
    background-color: transparent !important;
}

.minibasket-icon > i,
.product-comparison-icon > i {
    color: #15233E !important;
}

.product-comparison-icon {
    margin-left: 1rem;
}

.minibasket-icon.login-button {
    display: none !important;
}

.header-wrapper {
    min-width: 100%;
}

.header-wrapper .header-bar {
    background-color: #FFF;
    border-bottom: 1px solid #E5E5E5;
    margin: 0;
    display: flex;
    justify-content: center;
    min-width: 100% !important;
}

.header-wrapper .header-bar .header-bar-section.right {
    float: none !important;
    margin-left: 0 !important;
}

.header-wrapper .header-bar .header-bar-section.right ul li:first-child {
    border: none;
    border-radius: 50px;
    margin-right: 1rem;
    background-color: #379FFF;
}

.header-wrapper .header-bar .header-bar-section.right ul li:first-child a {
    color: #FFF;
    font-weight: bold;
}

.header-wrapper .header-bar .header-bar-section.right i {
    margin-right: 8px;
    font-size: var(--fs-base) !important;
}

.header-wrapper .header {
    min-width: 70vw;
}

.header-wrapper .header .product-search-input-container {
    border: none;
    border-radius: 50px;
    background-color: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-wrapper .header .product-search-input-container form[role="search"] {
    width: 100%;
}

.header-wrapper .header .product-search-input-container form[role="search"] fieldset {
    display: flex;
    align-items: center;
}

.header-wrapper .header .product-search-input-container .product-search-input {
    flex-grow: 1;
    background-color: transparent !important;
    height: 30px !important;
    margin-left: 10px !important;
}

.header-wrapper .header .product-search-input-container .fa-search {
    font-size: var(--fs-base) !important;
    color: #15233E;
}

.header-wrapper .header .product-search-input-container .search-suggestion-container {
    position: absolute;
    top: 3rem;
    left: 0;
    min-width: 100% !important;
}

.header-wrapper .header .product-search-input-container .search-suggestion-container .product-search-suggestions {
    min-width: 100% !important;
}

.header-wrapper .header .logo-container,
.header-wrapper .header .minibasket {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header-wrapper .header + .row {
    min-width: 70vw;
    margin-bottom: 10px;
}

.header-wrapper .header + .row .logged-in-info {
    padding: 0;
    margin: 0;
}

.header-wrapper .header + .row .logged-in-info .logged-in-info-text {
    font-size: var(--fs-base) !important;
    font-style: italic;
}
.menu-wrapper .menu-bar {
    background-color: transparent;
}

.menu-wrapper .menu-bar .menu-bar-alterantive-width {
    min-width: 70vw;
    margin-left: auto;
    margin-right: auto;
}

.menu-wrapper .menu-bar .menu-bar-alterantive-width .menu-bar-items {
    padding: 0;
}

.menu-wrapper .menu-bar .menu-bar-alterantive-width .menu-bar-items .menu-bar-item:nth-child(2) a {
    color: #379FFF;
    font-weight: bold;
}

.menu-wrapper .menu-bar .menu-bar-alterantive-width .menu-bar-items .menu-bar-item:not(:nth-child(2)) a {
    color: #15233E;
}

.menu-wrapper .menu-bar .menu-bar-alterantive-width .menu-bar-items .menu-bar-item:last-child i {
    font-size: var(--fs-base) !important;
    margin-right: 8px;
}

.menu-wrapper .menu-bar .menu-bar-alterantive-width .menu-bar-items .menu-bar-item:last-child a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.menu-wrapper .menu-bar.fixed {
    background-color: #15233E;
}

.menu-wrapper .menu-bar.fixed .menu-bar-items li a {
    color: #FFF !important;
}
.main-wrapper .small-12 .page-content {
    margin: 0;
}

.main-wrapper .small-12 .page-content .content-container {
    margin: 0;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section .row.collapse {
    margin: 0;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section .row.collapse h2 {
    font-weight: bold;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_first_section {
    width: 80vw !important;
    margin-bottom: 7rem;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_first_section .row.collapse .banners {
    margin: 0;
    min-width: 80vw !important;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_first_section .row.collapse .banners .bx-wrapper {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_first_section .row.collapse .banners .bx-wrapper .bx-viewport {
    height: auto !important;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_first_section .row.collapse .banners .bx-wrapper li {
    width: 80vw !important;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_second_section {
    margin-bottom: 7rem;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_second_section .outer-wrapper ul {
    min-width: 70vw !important;
    margin: 0;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_second_section .outer-wrapper ul li {
    padding: 0;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_second_section .outer-wrapper ul li a img {
    min-width: 100% !important;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_third_section .outer-wrapper ul {
    width: 70vw !important;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_third_section .outer-wrapper ul li {
    padding: 0;
    width: 13vw;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_third_section .outer-wrapper ul li a img {
    min-width: 100% !important;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fourth_section {
    margin-top: 4rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fourth_section ul li {
    display: flex;
    justify-content: center;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fourth_section ul li a img {
    min-width: 70vw !important;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions {
    min-width: 70vw;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    column-gap: 3.2rem;
    row-gap: 1.5rem;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container {
    height: auto !important;
    width: 21.5vw;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item {
    border: 1px solid #EBEBEB;
    border-radius: 0;
    padding: 10px 20px;
    height: auto !important;
    justify-content: center;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-buy .button {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    background-color: #379FFF;
    margin-right: 20px;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-buy .button i {
    font-size: var(--fs-sm);
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-buy .button:hover {
    background-color: transparent;
    border: 1px solid #379FFF;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-buy .button:focus, 
.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-buy .button:hover {
    color: #379FFF;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-image {
    height: 16vh;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-image img {
    display: block;
    min-height: 12vh !important;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item h5 {
    font-size: var(--fs-md);
}

.promotion-item.only-product .promotion-item-info {
    height: auto;
    margin-bottom: 5rem !important;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-information {
    height: 70px !important;
    font-size: var(--fs-base);
    margin-bottom: 10rem !important;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .price-text {
    font-size: var(--fs-base);
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .product__stock {
    text-align: center;
    width: 90%;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .product__stock .product__stock--info {
    margin: 10px 0;
    text-transform: uppercase;
    font-size: var(--fs-xs);
    width: 75%;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-buy .button:focus, 
.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-buy .button:hover {
    color: #15233E;
}

.main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-buy .button:hover {
    border: 1px solid #15233E;
}

.footer {
    background-color: #15233E;
}

footer > .row {
    margin-bottom: 4rem;
}

footer > .row .footer-wrapper {
    min-width: 100% !important;
}

footer > .row .footer-wrapper .content-footer-wrapper {
    margin-top: 3rem;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    justify-content: space-around;
}

footer > .row .footer-wrapper .content-footer-wrapper li {
    margin: 0 !important;
}

footer > .row .footer-wrapper .content-footer-wrapper li p {
    margin-bottom: 8px !important;
}

footer > .row .footer-wrapper .content-footer-wrapper li:first-child {
    margin-right: auto;
}

footer > .row .footer-wrapper .content-footer-wrapper li:last-child {
    display: none !important;
}
.page-content .product-card .row {
    margin-bottom: 45%;
}

.page-content .product-card .row .product-card-image:first-child img {
    max-height: 25vh;
}

.page-content .product-card .row .price-text {
    font-weight: bold;
}


#body .main-wrapper .content-container .basket {
    display: flex !important;
    flex-direction: column;
}

#body .main-wrapper .content-container .basket .basket-totals {
    margin-top: 3rem;
    margin-bottom: 2rem;
}


@media (min-width: 2601px) {
    .header-wrapper .header .header-logo {
        width: 12vw !important;
    }
    h2 {
        font-size: var(--fs-xl) !important;
    }
    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-information {
        margin-bottom: 7rem !important;
    }

    .promotions .promotion-container .promotion-item h5 {
        font-size: var(--fs-lg) !important;
    }
    
    .promotions .promotion-container .promotion-item .promotion-item-information {
        font-size: var(--fs-md) !important;
    }
    
    .promotions .promotion-container .promotion-item .price-text {
        font-size: var(--fs-lg) !important;
    }
    
    .promotions .promotion-container .promotion-item .product__stock .product__stock--info {
        font-size: var(--fs-base) !important;
    }
}

@media (min-width: 1980px) and (max-width: 2600px) {
    .header-wrapper .header .header-logo {
        width: 12vw !important;
    }

    #body > div.menu-wrapper.collapse.fullWidth > nav > div > ul > li.menu-bar-item.menu-bar-desktop-menu.menu-bar-desktop-menu-products {
        font-size: var(--fs-base) !important;
    }

    #body > div.menu-wrapper.collapse.fullWidth > nav > div > ul > li.menu-bar-item.menu-bar-menu-pages {
        font-size: var(--fs-base) !important;
    }

    h2 {
        font-size: var(--fs-lg) !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-information {
        margin-bottom: 7rem !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fourth_section {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fourth_section .row.collapse,
    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fourth_section .outer-wrapper,
    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fourth_section ul {
        min-width: 70vw !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fourth_section ul li {
        min-width: 100% !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fourth_section ul li img {
        min-width: 90% !important;
    }

    .promotion-item.only-product .promotion-item-info {
        margin-bottom: 0rem !important;
    }
    
    .promotions .promotion-container .promotion-item .promotion-item-information {
        font-size: var(--fs-base) !important;
    }
    
    .promotions .promotion-container .promotion-item .price-text {
        font-size: var(--fs-md) !important;
    }
    
    .promotions .promotion-container .promotion-item .product__stock .product__stock--info {
        font-size: var(--fs-sm) !important;
    }
    footer h3, footer li {
        font-size: var(--fs-base) !important;
        line-height: 1.7 !important;
    }
}

@media (min-width: 1920px) and (max-width: 1979px) {
    .header-wrapper .header .header-logo {
        width: 12vw !important;
    }
    h2 {
        font-size: var(--fs-xl);
    }
    
    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-information {
        margin-bottom: 7rem !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fourth_section {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fourth_section .row.collapse,
    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fourth_section .outer-wrapper,
    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fourth_section ul {
        min-width: 70vw !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fourth_section ul li {
        min-width: 100% !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fourth_section ul li img {
        min-width: 90% !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .promotion-item-information {
        max-height: 50px !important;
    }

    .promotion-item.only-product .promotion-item-info {
        margin-bottom: 0rem !important;
    }

    .promotions .promotion-container .promotion-item h5 {
        font-size: var(--fs-md) !important;
    }
    
    .promotions .promotion-container .promotion-item .promotion-item-information {
        font-size: var(--fs-base) !important;
    }
    
    .promotions .promotion-container .promotion-item .price-text {
        font-size: var(--fs-md) !important;
    }
    
    .promotions .promotion-container .promotion-item .product__stock .product__stock--info {
        font-size: var(--fs-sm) !important;
    }
    footer h3, footer li {
        font-size: var(--fs-base) !important;
        line-height: 1.3 !important;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .header-wrapper .header {
        max-width: 70vw;
    }

    .header-wrapper .header .header-logo {
        width: 12vw !important;
    }

    .header-wrapper .header + .row {
        max-width: 70vw;
    }
    
    .menu-wrapper .menu-bar .menu-bar-alterantive-width {
        max-width: 70vw;
    }
    h2 {
        font-size: var(--fs-md) !important;
    }
    
    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-information {
        margin-bottom: 7rem !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions {
        column-gap: 2.4rem !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-item-image {
        height: 14vh !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-item-image img {
        display: block;
        min-height: 9vh !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotion-item-information {
        max-height: 50px !important;
    }

    .promotion-item.only-product .promotion-item-info {
        margin-bottom: 0rem !important;
    }

    .promotions .promotion-container .promotion-item h5 {
        font-size: var(--fs-md) !important;
    }
    
    .promotions .promotion-container .promotion-item .promotion-item-information {
        font-size: var(--fs-base) !important;
    }
    
    .promotions .promotion-container .promotion-item .price-text {
        font-size: var(--fs-md) !important;
    }
    
    .promotions .promotion-container .promotion-item .product__stock .product__stock--info {
        font-size: var(--fs-xs) !important;
    }
    footer h3, footer li {
        font-size: var(--fs-base) !important;
        line-height: 1.3 !important;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .header-wrapper .header {
        max-width: 70vw;
    }

    .header-wrapper .header .header-logo {
        width: 16vw !important;
    }

    .header-wrapper .header + .row {
        max-width: 70vw;
    }
    
    .menu-wrapper .menu-bar .menu-bar-alterantive-width {
        max-width: 70vw;
    }
    
    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-information {
        margin-bottom: 10rem !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions {
        column-gap: 1.65rem !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotion-item-image {
        height: 15vh !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotion-item-image img {
        display: block;
        min-height: 9vh !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotion-item-information {
        max-height: 50px !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .product__stock {
        width: 80% !important;
    }

    .promotion-item.only-product .promotion-item-info {
        margin-bottom: 0rem !important;
    }

    .promotions .promotion-container .promotion-item h5 {
        font-size: var(--fs-base) !important;
    }
    
    .promotions .promotion-container .promotion-item .promotion-item-information {
        font-size: var(--fs-sm) !important;
    }
    
    .promotions .promotion-container .promotion-item .price-text {
        font-size: var(--fs-base) !important;
    }
    
    .promotions .promotion-container .promotion-item .product__stock .product__stock--info {
        font-size: var(--fs-xs) !important;
    }
    footer h3, footer li {
        font-size: var(--fs-sm) !important;
        line-height: 1.3 !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .header-wrapper .header {
        margin: 0 1rem;
    }

    .header-wrapper .header .header-logo {
        width: 16vw !important;
    }

    .header-wrapper .header + .row {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    
    .menu-wrapper .menu-bar .menu-bar-alterantive-width {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    h2 {
        font-size: var(--fs-md) !important;
    }
    
    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-information {
        margin-bottom: 7rem !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section {
        width: 96vw !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_first_section {
        display: none;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_second_section {
        width: 96vw !important;
        margin-bottom: 4rem !important;
        margin-top: 2rem;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_second_section .outer-wrapper ul {
        width: 96vw !important;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        row-gap: 1.5rem;
        padding: 0;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_second_section .outer-wrapper ul li {
        width: 80vw;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_third_section .outer-wrapper ul {
        width: 95vw !important;
        margin: 0;
        display: flex;
        justify-content: space-between;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_third_section .outer-wrapper ul li {
        padding: 0;
        width: 20vw !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions {
        column-gap: 1.3rem !important;
        row-gap: 5px !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container {
        width: 30vw !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-image {
        height: 15vh !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-image img {
        display: block;
        width: 20vw !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-information {
        max-height: 40px !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .product__stock {
        width: 75% !important;
    }
    footer > .row .footer-wrapper .content-footer-wrapper {
        width: 96% !important;
    }
    .page-content .product-card .row {
        margin-bottom: 75%;
    }

    .promotion-item.only-product .promotion-item-info {
        margin-bottom: 10rem !important;
    }

    .promotions .promotion-container .promotion-item h5 {
        font-size: var(--fs-base) !important;
    }
    
    .promotions .promotion-container .promotion-item .promotion-item-information {
        font-size: var(--fs-sm) !important;
    }
    
    .promotions .promotion-container .promotion-item .price-text {
        font-size: var(--fs-base) !important;
    }
    
    .promotions .promotion-container .promotion-item .product__stock .product__stock--info {
        font-size: var(--fs-xs) !important;
    }
    footer h3, footer li {
        font-size: var(--fs-sm) !important;
        line-height: 1.5 !important;
    }
}

@media (min-width: 425px) and (max-width: 767px) {
    .header-wrapper {
        width: 100%;
    }

    .header-wrapper .header-bar {
        font-size: 80%;
    }

    .header-wrapper .header {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }

    .header-wrapper .header .small-6:first-child {
        padding-left: 1.5rem;
    }

    .header-wrapper .header .small-6:first-child .logo-container {
        width: 100%;
    }

    .header-wrapper .header .small-6:nth-child(2) {
        padding-right: 1.5rem;
    }

    .header-wrapper .header .small-12 {
        padding: 0 1.5rem;
    }
    
    .menu-wrapper .menu-bar .menu-bar-alterantive-width {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
        font-size: 90%;
    }

    .menu-wrapper .menu-bar .menu-bar-alterantive-width .menu-bar-item:first-child a {
        color: #379FFF !important;
        font-weight: bold;
    }
    h2 {
        font-size: var(--fs-lg) !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section {
        width: 90vw !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_first_section,
    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fourth_section {
        display: none;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_second_section {
        width: 96vw !important;
        margin-bottom: 4rem !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_second_section .outer-wrapper ul {
        display: flex;
        flex-flow: column nowrap;
        row-gap: 2rem;
        padding: 0;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_second_section .outer-wrapper ul li {
        width: 95.75vw;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_third_section {
        margin-bottom: 4rem !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_third_section .outer-wrapper ul {
        width: 90vw !important;
        margin: 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        row-gap: 2rem;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_third_section .outer-wrapper ul li {
        padding: 0;
        width: 40vw !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions {
        flex-flow: column nowrap !important;
        column-gap: 1.7rem !important;
        row-gap: 5px !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container {
        width: 100% !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item {
        padding-top: 2rem !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        min-height: 40vh !important;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-image {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 1rem;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-image img {
        display: block;
        max-width: 90% !important;
        max-height: 150px !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item h5.show-for-small-only {
        display: none !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item h5.hide-for-small-only {
        display: block !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-information {
        width: 95% !important;
        max-height: 40px !important;
        margin-left: -3.5rem;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .product__stock {
        width: 100% !important;
    }
    footer > .row .footer-wrapper .content-footer-wrapper {
        width: 96% !important;
        flex-flow: column wrap;
        align-items: center !important;
        row-gap: 2rem;
    }

    footer > .row .footer-wrapper .content-footer-wrapper li:first-child {
        margin-right: 0 !important;
    }
    .page-content .product-card .row {
        margin-bottom: 70%;
    }

    .promotions .promotion-container .promotion-item h5 {
        font-size: var(--fs-md) !important;
    }
}

@media (min-width: 320px) and (max-width: 424px) {
    .header-wrapper {
        width: 100%;
    }

    .header-wrapper .header-bar {
        font-size: 70%;
    }

    .header-wrapper .header {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }

    .header-wrapper .header .small-6:first-child {
        padding-left: 1.5rem;
    }

    .header-wrapper .header .small-6:first-child .logo-container {
        width: 100%;
    }

    .header-wrapper .header .small-12 {
        padding: 0 1rem;
    }
    
    .menu-wrapper .menu-bar .menu-bar-alterantive-width {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
        font-size: 90%;
    }

    .menu-wrapper .menu-bar .menu-bar-alterantive-width .menu-bar-item:first-child a {
        color: #379FFF !important;
        font-weight: bold;
    }
    h2 {
        font-size: var(--fs-md) !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section {
        width: 90vw !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_first_section,
    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fourth_section {
        display: none;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_second_section {
        width: 96vw !important;
        margin-bottom: 4rem !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_second_section .outer-wrapper ul {
        display: flex;
        flex-flow: column nowrap;
        row-gap: 2rem;
        padding: 0;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_second_section .outer-wrapper ul li {
        width: 95.75vw;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_third_section {
        margin-bottom: 4rem !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_third_section .outer-wrapper ul {
        width: 90vw !important;
        margin: 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        row-gap: 2rem;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_third_section .outer-wrapper ul li {
        padding: 0;
        width: 40vw !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions {
        flex-flow: column nowrap !important;
        column-gap: 1.7rem !important;
        row-gap: 5px !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container {
        width: 100% !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item {
        padding-top: 2rem !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        min-height: 40vh !important;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-image {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 1rem;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-image img {
        display: block;
        max-width: 90% !important;
        max-height: 150px !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item h5.show-for-small-only {
        display: none !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item h5.hide-for-small-only {
        display: block !important;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-information {
        width: 95% !important;
        max-height: 40px !important;
        margin-left: -3.5rem;
    }

    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .product__stock {
        width: 100% !important;
    }

    footer > .row .footer-wrapper .content-footer-wrapper {
        width: 96% !important;
        flex-flow: column wrap;
        align-items: center !important;
        row-gap: 2rem;
    }

    footer > .row .footer-wrapper .content-footer-wrapper li:first-child {
        margin-right: 0 !important;
    }
    .page-content .product-card .row {
        margin-bottom: 80%;
    }

    .promotions .promotion-container .promotion-item h5 {
        font-size: var(--fs-md) !important;
    }
    
    .promotions .promotion-container .promotion-item .promotion-item-information {
        font-size: var(--fs-base) !important;
    }
}

@media (max-width: 374px) {
    .page-content .product-card .row {
        margin-bottom: 100%;
    }
}

@media (max-width: 768px) {
    .main-wrapper .small-12 .page-content .content-container .first-page-content .section.js-section-home_fifth_section .promotions .promotion-container .promotion-item .promotion-item-bar {
        margin-top: 0 !important;
    }
}

@media (min-width: 640px) {
    .promotion-item .promotion-item-bar {
        bottom: 5px;
        position: absolute;
        margin-top: 105px;
    }

    .promotion-item.only-product .promotion-item-info {
        height: auto;
    }
}



