html {
    scroll-behavior: smooth !important;
}
:root{
    --color1: #4c4e56;
    --color2: #fe0022;
    --color3: #ebebeb;
    --color4: #fff;
  }


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
   font-family: Open Sans !important;
}
._0021_newsletter {
    background-repeat: no-repeat;
}

body {
    font-family: Open Sans !important;
}

button.button.secondary.float-right {
    background: var(--color2);
    color: #fff;
}

#logout-reveal a.button,
#logout-reveal a.button:hover {
    background-color: var(--color1);
    color: var(--color4);
}

.product-card .product-card-top .product-option {
    top: 0;
    right: 0;
}

.product-card .product-card-top .product-labels-container {
    max-width: 200px;
}

.product-card .product-card-top .product-labels-container .label {
    font-size: 0.9rem;
}

/* Placeholders */
::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome 56, Safari 9 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; } /* Modern Browsers */

/* Focus */
*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome 56, Safari 9 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */

/* Fil d'ariane à placer sur la home puis css appliqué à tout le site */
._0033_marketing {
    max-width: 1200px;
    margin: 20px auto;
}

.breadcrumbs li {
    color: #000;
    font-size: 13px;
}

.breadcrumbs li a {
    color: #000;
    font-size: 13px;
}




/* Bandeau Cookies */
.cookiesOpenButton {
    color: #fff;
    background-color: var(--color2);
    border: 0;
    box-shadow: 0 0 7px 4px rgb(0 0 0 / 9%);
    font-weight: 600;
    transition: .3s ease-in-out;
}

.cookiesOpenButton:hover {
    color: var(--color2);
    background-color: #fff;
    border: 0;
    transform: scale(1);
    transition: .3s ease-in-out;
}

.cookiesPreferences-action .button {
    color: var(--color2);
    background-color: #fff;
    border: 1px solid var(--color2);
    font-weight: 500;
    transition: .3s ease-in-out;
}

.cookiesPreferences-action .button:hover {
    color: #fff;
    background-color: var(--color2);
    border: 1px solid var(--color2);
    transition: .3s ease-in-out;
}

.cookiesPreferences-header {
    flex-wrap: wrap;
}

.cookiesValidation-header-title {
    color: #000;
    font-size: 16px;
}

.cookiesValidation-actions button,
.cookiesPreferences-action .button {
    border-radius: 60px;
}

.cookiesValidation-actions .button {
    background-color:var(--color2);
    color: #fff;
}

.cookiesValidation-actions .buttonHollow {
    border: 1px solid var(--color2);
    color: var(--color2);
}

.libCookieDeclineButton,
#libCookieClosePreferencesButton {
    color: #686D77;
}

.libCookieDeclineButton:hover {
    color: #8a8a8a;
}



.cookie-footer input:checked ~ .switch-paddle {
    background: var(--color1);
}

#u-aa328672-8a02-4871-993a-8b841e72e118 {
    width: 100%;
    margin: 30px auto 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8a8a8a;
}

#u-4955408d-ffce-4907-8e09-bb695d895319 {
    margin: 0 auto 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8a8a8a;
}

#u-7f5ce921-f916-4b86-89c9-84005f1c8e9d {
    width: 100%;
    margin: 0 auto 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8a8a8a;
}
nav.grid-x.grid-padding-x {
    background: #eee;
    padding: 12px 0 0 5px;
    border-radius: 4px;
}


@media screen and (min-width: 64em) {
    .cookiesPreferences-table-header {
        background-color: var(--color1);
        font-weight: 500;
        border-radius: 60px;
        color: #fff;
    }
    .cookiesPreferences-table-content .cookie[data-es-id="cookies-preferences-item"] {
        border-radius: 60px;
    }
    h2 {
    font-size: 36px;
}
 .preferencesTable-column._cookieStatus {
    width: 100%!important;
}
}

@media screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (max-width: 670px) {
    .breadcrumbs li {
    font-size: 12px;
}
h2 {
    font-size: 16px;
}

.breadcrumbs li a {
    font-size: 12px;
}
}
@media screen and (max-width: 1024) {
button.topButton {
    display: none;
}
}
h2 {
	font-family:Nanum Gothic;

}
h1 {
	font-size:36px;
	font-family:'Open Sans', sans-serif;

}
h3 {
	font-family:Nanum Gothic;
}
/**********comuunication 4*********/
/*bouton devis express */

button[data-es-id=product_card-express-quotation] {
    width: 80%;
    font-size: 0.7rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #fe0022;
    margin: 0 auto 1rem;
	border-radius: 0px;
}

button[data-es-id=product_card-express-quotation]:hover,
button[data-es-id=product_card-express-quotation]:focus {
    color: #fff;
    background-color: #4c4e56;
	border-radius: 0px;
}

.expressQuotation {
    display: none;
}

/* Modale Devis express */
.expressQuotation {
    width: 95% !important;
	min-height: 70vh;
	padding: 1.5rem 3rem;
}

.expressQuotationForm {
	display: flex;
	flex-direction: column;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 {
	width: 100%;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 label {
	display: none;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 input,
.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 select,
.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 textarea {
	box-shadow: none;
	border: 1px solid #000;
	border-radius: 4px;
	font-size: 0.9rem;
	font-weight: 500;
	color: #000;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 input::placeholder,
.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 textarea::placeholder {
	font-size: 0.9rem;
	font-weight: 500;
	color: #000;
}

.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 input:focus,
.expressQuotationForm .grid-x.grid-padding-x .cell.medium-6 select:focus {
	box-shadow: none;
}

.expressQuotationForm h2[data-es-id="express_quotation_modal_title"] {
	font-size: 1.9rem;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}

.expressQuotationForm .editableLabel p,
.expressQuotationForm .editableLabel span {
	font-family: inherit !important;
	color: #000 !important;
}

.expressQuotationForm .editableLabel a p,
.expressQuotationForm .editableLabel a span {
	color: #000 !important;
}

.expressQuotationForm .editableLabel a:hover p,
.expressQuotationForm .editableLabel a:hover span {
	text-decoration: underline !important;
}

.expressQuotationForm .express-quotation-confirm-button {
    background-color: #fe0022;
    border-radius: 10px;
    text-transform: uppercase;
}

.expressQuotationForm .express-quotation-confirm-button:hover {
    background-color: #000 ;
	border-radius: 10px;
}

.close-button#express-quotation-close svg {
	width: 0.75rem;
	color: #000;
}

.close-button#express-quotation-close svg:hover {
	color: #000;
}
.expressQuotationForm .captcha,
.expressQuotationForm .g-recaptcha {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 39.9375em) {
	.expressQuotationForm h2[data-es-id="express_quotation_modal_title"] {
		font-size: 1.5rem;
	}
}
/* 0075_header : u-2efc34fa-7d02-470f-914a-c4d1f44c5f29 */
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     header {
    z-index: 10000;
    top: 0;
    width: 100vw;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .grid-container.grid-x.align-middle.align-justify.off-canvas-content {
    max-width: 85rem;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .connexion-link .connexion-link-dropdown a:first-child::before {
    content: url(/api/assets/u-e1ff0f0d-8260-45ae-851f-e4a0e5ec61f7);
    margin-right: 5px;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .connexion-link .connexion-link-dropdown a:first-child:hover::before {
    content: url(/api/assets/u-c43f2673-a601-447e-8ef2-abbdf63ce1a5);
}


#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     h1.home-title {
    display: none;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .sticky-container .sticky {
    position: fixed;
    width: 100%;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenuTop {
    background-color: var(--color2);
    padding: 0 16px;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenuTop a {
    color: #fff;
    font-size: 0.9em;
    transition: 250ms color ease;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenuContent {
    max-width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    min-height: 50px;
    justify-content: center;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenuTop a:hover {
    color: var(--color1);
    transition: 250ms color ease;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenuTop .dropdown.menu a::after {
    border-color: white transparent transparent;
    transition: 250ms color ease;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenuTop .is-dropdown-submenu {
    border: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    z-index: 20;
    padding: 5px 10px;
    top: 31px;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenuTop .is-dropdown-submenu li {
    line-height: 2;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenuTop .is-dropdown-submenu li button {
    color: #000;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenu .is-dropdown-submenu button {
    color: #8a8a8a;
    padding: 8px;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenuTop .is-dropdown-submenu button:hover {
    cursor: pointer;
    color: #8a8a8a;
    transition: 250ms color ease;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenu {
    background-color: var(--color1);
    padding: 0 16px;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenu-menu {
    align-items: center;
    justify-content: flex-start;
}


#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenu-menu li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color4);
    border: 2px solid transparent;
    border-radius: 60px;
    padding: 0.75rem 1rem 0.5rem;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenu-menu .logo {
    padding-left: 0;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     header .logo img {
    height: auto;
    max-width: 200px;
    min-width: 50px;
    object-fit: contain;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenu-search {
    margin-right: 15px;
    margin-left: 50px;
    display: flex;
    align-items: center;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     /* .headerMenu-search .input-group {
    margin-bottom: 1.5rem;
    } */

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenu-search input {
    background-color: #fff;
    border: 1px solid #8a8a8a;
    border-right: 0;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    box-shadow: none;
    color: #8a8a8a;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenu-search input::placeholder {
    color: #C4C7CA;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenu-search button {
    background-color: #fff;
    padding-left: 7px;
    border: none;
    border-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .input-group-field {
    border: none !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenu-search button svg {
    position: relative;
    left: 6px;
    color: var(--color1);
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenu-search form {
    margin-bottom: 0;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .languageSelect span {
    text-transform: uppercase;
    margin-right: 7px;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenuTop .dropdown.menu a:hover::after {
    border-color: #8a8a8a transparent transparent;
}



@media screen and (min-width: 1024px) {
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .accountLinks a:nth-child(4)::before {
        content: url(https://shop-solutio-werbemittel-at.bo.myeasyweb.app/api/public/assets/u-e1ff0f0d-8260-45ae-851f-e4a0e5ec61f7);
        margin-right: 5px;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .accountLinks a:nth-child(4):hover::before {
        content: url(https://shop-solutio-werbemittel-at.bo.myeasyweb.app/api/public/assets/u-c43f2673-a601-447e-8ef2-abbdf63ce1a5);
    }

    .mobileMenu-btn,
    .headerMenuTop-searchExandable,
    .headerMenuTop .logo,
    .mobileMenu,
    .headerMenu .companyInformations,
    .headerMenu .accountLinks,
    .headerMenu .accountLinks .wishlist-link,
    .headerMenu .accountLinks .connexion-link,
    .headerMenu .accountLinks .shoppingCart-link,
    .headerMenu .accountLinks .languageSelect,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .close-button {
        display: none;
    }

    .headerMenuTop .companyInformations,
    .headerMenuTop .accountLinks .wishlist-link,
    .headerMenuTop .accountLinks .connexion-link,
    .headerMenuTop .accountLinks .languageSelect,
    .headerMenu-search,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu .logo {
        display: block;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop .accountLinks .connexion-link {
        display: flex;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop .accountLinks .connexion-link svg {
        color: var(--color4);
        position: relative;
        top: 3px;
        width: 14.39px;
        height: 14.39px;

    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop .accountLinks .connexion-link:hover svg {
        color: var(--color1) !important;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop .accountLinks .connexion-link span {
        display: none !important;
        font-size: 0 !important;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop .accountLinks .connexion-link span[data-es-label="header.login"] {
        display: block !important;
        font-size: inherit !important;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop .accountLinks .connexion-link .connexion-link-dropdown a:first-child {
        margin-right: 0;
        padding-left: 0;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop .accountLinks .connexion-link .connexion-link-dropdown a:last-child::before {
        content: url('https://shop-solutio-werbemittel-at.bo.myeasyweb.app/api/public/assets/u-4efeee2d-dd7e-4c88-9642-8b41993aae44');
        margin-right: 5px;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop .accountLinks .connexion-link .connexion-link-dropdown a:last-child:hover::before {
        content: url('https://shop-solutio-werbemittel-at.bo.myeasyweb.app/api/public/assets/u-d1844b76-dcb5-46c5-a51f-f5a35f57e82a');
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu {
        display: flex;
        position: inherit;
        visibility: visible;
        width: 100%;
        transform: inherit;
        overflow: visible;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .off-canvas-wrapper {
        overflow: visible;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop .accountLinks .shoppingCart-link span {
        display: inline-block;
    }

    .menu-firstLevel-link,
    .menu-secondLevel-link,
    .menu-thirdLevel-link,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .menu-lastLevel-link {
        color: #8a8a8a;
    }

    .menu-firstLevel-link:hover,
    .menu-secondLevel-link:hover,
    .menu-thirdLevel-link:hover,
    .menu-lastLevel-link:hover,
    .menu-firstLevel-link:focus,
    .menu-secondLevel-link:focus,
    .menu-thirdLevel-link:focus,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .menu-lastLevel-link:focus {
        color: #8a8a8a;
        transition: 250ms color ease;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .menu-firstLevel-link::after {
        border-color: #8a8a8a transparent transparent;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .menu-firstLevel-link:hover::after {
        border-color: black transparent transparent;
        transition: 250ms all ease;
    }

    .sticky.is-stuck .headerMenuTop,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .sticky.is-stuck .headerBanner-container {
        height: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .sticky.is-stuck .off-canvas-wrapper {
        background-color: #fff;
        box-shadow: 0 0 9px 2px rgb(0 0 0 / 19%);
        /* padding: 5px; */
    }
}

/**** RESPONSIVE ****/
@media screen and (min-width: 1440px) {

    .headerMenu-menu li a,
    .headerMenu-search input,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu-search input::placeholder {
        font-size: 0.95rem;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu-menu li a {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media screen and (min-width: 75em) and (max-width: 1439px) {

    .headerMenu-menu li a,
    .headerMenu-search input,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu-search input::placeholder {
        font-size: 0.85rem;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu-menu li a {
        font-size: 0.8rem;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {

    .headerMenu-menu li a,
    .headerMenu-search input,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu-search input::placeholder {
        font-size: 0.75rem;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu-menu li a {
        font-size: 0.7rem;
        padding-right: 0.35rem;
        padding-left: 0.35rem;
    }
}

@media screen and (min-width: 64em) {

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu {
        /* max-width: 1200px; */
        justify-content: space-around;
        margin: 0 auto;
        padding: 0;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop a {
        padding: .4rem 1rem;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
        margin-top: -1px;
        border-color: var(--color4) transparent transparent;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:hover::after {
        border-color: var(--color1) transparent transparent;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         header .logo img {
        margin-right: 30px;
    }

    .headerMenuTop .off-canvas-content,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerBanner-container .grid-container {
        justify-content: space-around;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         /* .headerMenuTop .off-canvas-content {
    padding-right: 30px;
    } */
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuContent {
        padding: 0;
        width: 1150px;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .off-canvas-wrapper .headerMenu {
        /* max-height: 50px; */
        /* margin: 10px 0; */
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu-menu li a:hover {
        color: var(--color1);
        background: #fff;
        border-radius: 0;
        transition: 100ms all ease-in-out;
    }
}

@media screen and (min-width: 64em) and (max-width: 1199px) {
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         header .logo img {
        max-width: 350px;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         /* .headerMenu-menu li a {
    font-size: 0.9rem;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    }

    .headerMenu-search input,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29                                     .headerMenu-search input::placeholder {
    font-size: 0.9rem;
    } */
}

@media screen and (min-width: 1024px) and (max-width: 1026px) {

    .headerMenuTop .companyInformations,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop .accountLinks {
        margin: 0 auto;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu-menu li:hover {
        background: #ffffff;
    }
}

@media screen and (min-width: 40em) {
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerBanner-container {
        background-color: #fff;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu-menu {
        max-width: 95%;
    }
}


@media screen and (max-width: 1023px) {
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .accountLinks {
        display: unset;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .is-accordion-submenu-parent[aria-expanded=true]>a::after {
        border-color: var(--color2) transparent transparent !important;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true]>a span {
        color: var(--color2) !important;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerBanner-container {
        display: none;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop {
        background-color: var(--color4);
        padding: 0 16px;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu-menu li {
        min-height: 40px !important;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu-menu li a {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        padding: 9px !important;
        padding-left: 0 !important;
        padding-right: 20px !important;
        text-transform: inherit;
        color: var(--color1);
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .sticky {
        transform: inherit;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        overflow-y: auto;
        max-width: 290px;
        width: auto;
        background-color: var(--color4);
        padding: 32px 0 0 0;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .close-button {
        position: absolute;
        align-items: center !important;
        justify-content: center;
        border-bottom: none;
        top: 8px;
        right: 8px;
        width: 32px !important;
        padding: 0 !important;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop {
        padding: 16px;
        box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.19);
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop a {
        font-size: 1.05em;
        color: #8a8a8a;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop a .svg-inline--fa.fa-w-18 {
        width: 2.1em;
        height: 1.1em;
        margin-right: 0;
        margin-left: 15px;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         [type=search] {
        box-shadow: none;
    }

    .headerMenuTop .companyInformations,
    .headerMenuTop .accountLinks .wishlist-link,
    .headerMenuTop .accountLinks .connexion-link,
    .headerMenuTop .accountLinks .shoppingCart-link span,
    .headerMenuTop .accountLinks .languageSelect,
    .headerMenu-search,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu .logo {
        display: none !important;
    }

    .mobileMenu-btn,
    .headerMenuTop-searchExandable,
    .headerMenuTop .logo,

    .headerMenu .accountLinks .wishlist-link,
    .headerMenu .accountLinks .connexion-link,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu .accountLinks .languageSelect {
        display: flex;
        width: 100%;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu .companyInformations {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 50px;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu .accountLinks .wishlist-link svg {
        margin-right: 5px;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu .headerMenuContent a svg {
        min-width: 18px;
    }

    .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
        border-color: var(--color1) transparent transparent;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .languageSelect.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
        right: -20px;
        top: 17px;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu button {
        color: #C4C7CA;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu .accountLinks .shoppingCart-link span {
        display: inline-block;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .mobileMenu-btn .fa-bars {
        color: var(--color1);
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .mobileMenu-btn:hover .fa-bars {
        cursor: pointer;
        color: var(--color1);
        transition: 250ms color ease;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu>*:not(.close-button) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 30px 10px;
        border-bottom: 1px solid #C4C7CA;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu>*:last-child {
        border: none;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu-menu {
        font-weight: 500;
        width: 100%;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu-menu a {
        width: calc(100% - 16px);
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu-menu a::after {
        border-color: var(--color1) transparent transparent;
        right: 0;
    }

    .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true]>a,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu-menu .is-accordion-submenu-item[aria-expanded=true]>a {
        background-color: #fff !important;
        font-weight: 500;
        color: var(--color1) !important;
        border-radius: 0 !important;
        margin: 0 0 8px 0;
        width: 100% !important;
        padding: 0.7rem 16px !important;
    }

    .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true]>a:hover,
    .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true]>a:focus,
    .headerMenu-menu .is-accordion-submenu-item[aria-expanded=true]>a:hover,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu-menu .is-accordion-submenu-item[aria-expanded=true]>a:focus {
        color: var(--color1) !important;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu-menu .is-accordion-submenu-parent[aria-expanded=true] a::after {
        right: 5px;
    }

    .is-accordion-submenu-parent .is-accordion-submenu .submenu-title,
    .is-accordion-submenu-parent .is-accordion-submenu a,
    .is-accordion-submenu-parent .is-accordion-submenu a svg,
    .is-accordion-submenu-parent .is-accordion-submenu a span,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .is-accordion-submenu-parent .is-accordion-submenu a::after {
        color: var(--color1) !important;
        text-transform: uppercase !important;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .menu-lastLevel {
        left: 0 !important;
        margin-bottom: 32px;
    }

    .headerMenu .accountLinks a,
    .headerMenu .companyInformations a,
    .menu-firstLevel-link,
    .menu-secondLevel-link,
    .menu-thirdLevel-link,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .menu-lastLevel-link {
        padding: 8px 0 !important;
        color: var(--color1);
        background: transparent !important;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu .accountLinks a {
        min-height: 40px !important;
        display: inline-block;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu .companyInformations a {
        display: block;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu .accountLinks a:last-child {
        color: #8a8a8a;
        padding: 8px !important;
    }

    .menu-secondLevel,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .menu-thirdLevel {
        background-color: transparent;
        padding-left: 10px;
    }

    .menu-firstLevel-link:hover,
    .menu-secondLevel-link:hover,
    .menu-thirdLevel-link:hover,
    .menu-lastLevel-link:hover,
    .headerMenu .accountLinks a:hover,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenu .companyInformations a:hover {
        color: var(--color2);
        transition: 250ms all ease;
    }

    .headerMenuTop .mobileMenu-btn .fa-bars,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop .shoppingCart-link {
        color: var(--color1);
        transition: 250ms all ease;
    }

    .headerMenuTop .mobileMenu-btn:hover .fa-bars,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop .shoppingCart-link:hover {
        color: var(--color2);
        transition: 250ms all ease;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .is-drilldown {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .is-drilldown li {
        width: 100%;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .drilldown .is-drilldown-submenu-parent>a::after {
        border-color: transparent transparent transparent #fff;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .drilldown .js-drilldown-back>a::before {
        border-color: transparent var(--color1) transparent transparent;
    }
}

@media screen and (min-width: 64rem) {
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .connexion-link svg {
        display: none;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .drilldown .is-drilldown-submenu-parent>a::after {
        right: 0.5rem;
    }
}

@media screen and (max-width: 670px) {
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         header .logo img {
        max-width: 135px;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop {
        padding: 15px;
    }
}

@media screen and (max-width: 39.9375em) {
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop-searchExandable input[type=search]:hover:not(:focus) {
        border-bottom: 0 !important;
    }

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29         .headerMenuTop-searchExandable input[type=search]:focus {
        border: 1px solid #fff !important;
        border-radius: 60px;
    }
}


/**** SEARCH EXANDABLE ****/
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenuTop-searchExandable input[type=search] {
    color: #fff;
    background: url('/api/assets/u-bf5a8c47-f2de-4bbf-8851-ddfeebab0f56');
    border: 0;
    border-bottom: 1px solid #8a8a8a;
    padding: 9px 10px 9px 26px;
    width: 35px;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenuTop-searchExandable input[type=search]:focus {
    cursor: text;
    width: 100px;
    border: 0;
    border-bottom: 1px solid #8a8a8a;
    -webkit-box-shadow: 0 0 5px rgba(87, 87, 87, 0.5);
    box-shadow: 0 0 5px rgba(87, 87, 87, 0.5);
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenuTop-searchExandable input::placeholder {
    font-size: 1rem;
    color: #8a8a8a;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenuTop-searchExandable input[type=search]:hover:not(:focus) {
    cursor: pointer;
    background: url('https://thegadgetplaza-com.bo.myeasyweb.app/api/public/assets/u-05e107d7-9e2e-494c-a0ce-a2b13ec53c51');
    border: 0;
    border-bottom: 1px solid transparent;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenuTop-searchExandable input[type=search] {
    margin: 0 1rem 0 0.2rem;
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 9px 10px 9px 26px;
    width: 35px;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenuTop-searchExandable input[type=search]:focus {
    width: 100px;
    background: none !important;
    background-color: transparent !important;
    border: 1px solid #8a8a8a;
    border-radius: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 9px;
    color: var(--color1);
}

.headerMenuTop-searchExandable input:-moz-placeholder::after,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenuTop-searchExandable input::-webkit-input-placeholder::after {
    color: #8a8a8a;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerMenuTop-searchExandable input[type=search]:hover {
    background-color: transparent !important;
}

/* --- SHOPPING CART --- */
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .mini-shopping-cart-modal {
    position: fixed;
    overflow-y: auto;
    min-width: 28em;
    max-width: 32em;
    top: 5em;
    right: 19.5em;
    padding: 2rem;
    background-color: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 7px 4px rgb(0 0 0 / 9%);
    box-shadow: 0 0 7px 4px rgb(0 0 0 / 9%);
    max-height: calc(100% - 5em);
    z-index: 10;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .mini-shopping-cart-product {
    padding: 1em 0 0.5em;
    border-bottom: 1px solid #8a8a8a;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     #mini-shopping-cart-title {
    margin-bottom: 0.5em;
    color: #8a8a8a;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     h4.subheader {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     #mini-shopping-cart-link {
    display: block;
    color: #8a8a8a;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     #mini-shopping-cart-img {
    margin-right: 0.5em;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .mini-shopping-cart-product-title {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    font-weight: 500;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     #mini-shopping-cart-description {
    font-size: 75%;
    margin-bottom: 3em;
}

#mini-shopping-cart-price,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     #mini-shopping-cart-ordered-quantity {
    color: #000;
    font-size: 80% !important;
    margin-bottom: 0 !important;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     #mini-shopping-cart-price {
    display: none;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .cart-item-price-displayed {
    color: #000;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     #mini-shopping-cart-button {
    padding-top: 1.5rem;
    justify-content: space-between;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     #mini-shopping-cart-button a.button {
    color: var(--color2);
    background-color: #fff;
    border: 1px solid var(--color2);
    border-radius: 4px;
    font-weight: 600;
    margin-right: 7px;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     #mini-shopping-cart-button a.button:hover {
    color: var(--color4);
    background-color: var(--color2);
    border: 1px solid var(--color2);
    font-weight: 600;
}

#mini-shopping-cart-see,
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     #mini-shopping-cart-continue {
    margin-bottom: 0 !important;
}

/* Menu categories header */

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .categoryMenu .is-drilldown .drilldown .submenu-title {
    background-color: transparent;
    color: var(--color4);
    padding: 0 16px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .categoryMenu .is-drilldown .drilldown .submenu-title::after {
    border-color: transparent transparent transparent white;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .menu-all {
    padding-bottom: 45px;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .menu-all span {
    font-weight: bold;
}

/* CATEGORY MENU */

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .categoryMenu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 365px;
    background: var(--color1);
    box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.4);
    padding: 16px 16px 16px 0;
    overflow-y: auto;
    transform: translateX(-375px);
    transition: transform ease-out 500ms;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .categoryMenu._open {
    transform: translateX(0);
    transition: transform ease-in 500ms;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .categoryMenu .is-drilldown {
    max-width: inherit !important;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .categoryMenu .is-drilldown .drilldown {
    margin-left: 0;
    background-color: transparent;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .categoryMenu .is-drilldown .drilldown {
    margin-left: 0;
    background-color: transparent;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .categoryMenu .is-dropdown-submenu-parent {
    position: initial;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .categoryMenu .drilldown .js-drilldown-back>a::before {
    border-color: transparent var(--color4) transparent transparent;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .categoryMenu .is-drilldown .drilldown .is-drilldown-submenu {
    background-color: var(--color1);
    border: none;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .categoryMenu .is-drilldown .drilldown a {
    background-color: transparent;
    color: var(--color4);
    font-weight: 500;
    line-height: 1.2;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .categoryMenu .is-drilldown .drilldown a::first-letter {
    text-transform: uppercase;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .categoryMenu .is-drilldown .drilldown a::after {
    border-color: transparent transparent transparent var(--color4);
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .headerBanner-img {
    display: block;
    margin: auto;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .categoryMenu .is-drilldown .drilldown a::first-letter {
    text-transform: uppercase;
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .categoryMenu .is-drilldown .drilldown a::after {
    border-color: transparent transparent transparent var(--color4);
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .categoryMenu .is-drilldown .drilldown a:hover {
    background: #ffffff;
    color: var(--color1);
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .categoryMenu .is-drilldown .drilldown a:hover::after {
    border-color: transparent transparent transparent var(--color1);
}

#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     .categoryMenu .is-drilldown .drilldown a:hover::before {
    border-color: transparent var(--color1) transparent transparent;
}

/* END CATEGORY MENU */
#u-2efc34fa-7d02-470f-914a-c4d1f44c5f29     [data-es-id="m_0075_header-banner-top-email"] {
    display: none;
}

/* 0084_product_result : u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4 */
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4  ._0084_product-result {
  margin: 0 auto 20px;
  padding-bottom: 10px;

  }
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .wish-and-see .see-product {
  padding:0;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          span.checkmark {
  margin-top: 4px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .widget-container {
  position: relative;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .title-page-wrapper {
  padding: 0 15px;
  background: none!important;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .title-page-title._withCover {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--color1);
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 50px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .title-page-title._withCover::first-letter {
  text-transform: uppercase;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #8a8a8a;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .title-page-subtitle {
  color: #8a8a8a;
  max-width: 70vw;
  }

  .product-result-header h2,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .product-result-header p {
  color: #fff;
  }

  .aside-category,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .aside-keyword {
  margin-bottom: 2.5rem;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion {
  background-color: transparent;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-title {
  font-size: 0.65rem;
  }

  .accordion-title,
  .accordion-title:hover,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-title:focus {
  color: #8a8a8a;
  background-color: transparent;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-category-all-first-item .accordion-title {
  border: 0;
  border-bottom: 1px solid #8a8a8a;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-content {
  border: 0;
  padding: 0;
  background-color: transparent;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          :last-child>.accordion-content:last-child {
  border-bottom: 0;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-category-all-first-item .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-category-current-first-item .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #434547;
  background-color: transparent;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-category-current-second-item .accordion-title {
  background-color: transparent;
  color: #000;
  padding: 8px 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 4px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-category-current-third-item .accordion-title {
  margin-top: 0;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-category-current-third-item .accordion-title:hover {
  font-weight: bold !important;
  background-color: #f2f2f2;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-item .accordion-title:before {
  display: none;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-toggle:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .category-filter:hover {
  cursor: pointer;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-category-all-second-item .accordion-title {
  font-size: 0.75rem !important;
  font-weight: normal !important;
  text-transform: inherit;
  background-color: transparent;
  color: #000;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-category-all-second-item .accordion-title:hover {
  color: #fff;
  background-color: var(--color2);
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-category-current-first-item {
  margin-top: 16px;
  border-top: 0;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-category-all-first-item .accordion-title {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #434547;
  padding: 1.25rem 0.75rem;
  }

  .accordion-category-all-second-item .accordion-title,
  .accordion-category-current-second-item .accordion-title,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-category-current-third-item .accordion-title {
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: inherit;
  background-color: #fff;
  color: #000;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-category-current-second-item.is-active .accordion-title {
  background-color: #8a8a8a;
  color: #fff;
  border: 1px solid #8a8a8a;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-category-current-second-item.is-active .accordion-content .accordion-category-current-third-item .accordion-title {
  font-weight: normal;
  text-transform: capitalize;
  border: 0;
  background-color: #fff;
  color: #8a8a8a;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-category-current-second-item.is-active .accordion-content .accordion-category-current-third-item .accordion-title:hover {
  font-weight: normal !important;
  color: #8a8a8a;
  }

  .accordion-category-current-second-item .accordion-title,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-category-current-third-item .accordion-title {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-category-current-third-item .accordion-title {
  padding: 0.75rem 0.75rem 0.75rem 2rem;
  }

  .accordion-content .filter-category-button.is-active,
  .accordion-content .filter-category-button:focus,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-content .filter-category-button:active {
  font-weight: 600;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .product-filters {
  background-color: transparent;
  }

  .product-filters label,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .active-search {
  display: none !important;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .product-filters .others-filters label {
  display: block !important;
  font-size: 12px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .product-filters .menu.nested {
  margin-left: 0rem;
  margin-bottom: 0.9rem;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .product-filters .menu>li>a {
  padding-left: 0;
  color: #4a4a4a;
  font-size: 0.85rem;
  font-weight: 600;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .product-filters .is-accordion-submenu-parent>a::after {
  border-color: #cacaca transparent transparent;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .product-filters-header {
  color: #000;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.25rem 0.75rem;
  border-bottom: 1px solid #8a8a8a;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .active-search {
  position: relative;
  background-color: #8a8a8a;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 500;
  display: inline-block;
  margin: 10px 5px 0 0;
  padding: 5px 10px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .active-search input {
  background-color: #fff;
  color: #8a8a8a;
  border: none;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 4px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .active-search input:focus {
  outline: none;
  color: #8a8a8a;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .active-search .clear-query-input {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: calc(50% - 7px);
  font-size: 14px;
  color: #8a8a8a;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .active-filters {
  color: #8a8a8a;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .active-filters .filters .active-filter {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 500;
  display: inline-block;
  margin: 10px 5px 0 0;
  padding: 5px 10px;
  background-color: #434547;
  border: 2px solid #434547;
  border-radius: 60px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .active-filters .filters .close-button {
  position: relative;
  top: 0;
  right: 0;
  font-size: 0.85em;
  font-weight: 600;
  color: #fff;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .active-filters .filters .close-button span:first-child {
  margin-right: 5px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .active-filters .filters .close-button span .svg-inline--fa {
  vertical-align: -.05em;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .active-filters .filters .close-button i {
  margin-left: 5px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .active-filters .reset .close-button {
  position: relative;
  top: 0;
  right: 0;
  font-size: 1em;
  color: #000;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .active-filters .reset .close-button i {
  margin-right: 5px;
  }

  .others-filters .accordion-title,
  .others-filters .accordion-title:hover,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .others-filters .accordion-title:focus {
  padding: 1.25rem 0 0.5rem;
  border: 0;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .others-filters .accordion-title::before {
  font-size: 1rem;
  font-weight: 600;
  padding-top: 0.75rem;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-title {
  border: 0;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .others-filters :last-child:not(.is-active)>.accordion-title {
  border-bottom: 0;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .accordion-title-name {
  color: #000;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .filter-container-type1 {
  padding: 0.5rem;
  border: 1px solid #cacaca;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .filter-content-type1 {
  max-height: 150px;
  overflow-y: scroll;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .filter-content-type3 {
  padding: 0.5rem;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .filter-content-type1::-webkit-scrollbar {
  width: 10px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .filter-content-type1::-webkit-scrollbar-track {
  background-color: #cacaca;
  border-radius: 5px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .filter-content-type1::-webkit-scrollbar-thumb {
  background-color: #8a8a8a;
  border-radius: 5px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .filter-content-type1::-webkit-scrollbar-thumb:hover {
  background-color: #8a8a8a;
  }

  .filter-content-type1 label,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .filter-content-type3 label {
  font-size: 0.75rem;
  position: relative;
  top: -1px;
  display: table-row;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #cacaca;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .checkmark-margin {
  margin-right: 20px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .checkmark-color {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 60px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .checkbox-container:hover input~.checkmark {
  background-color: #8a8a8a;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .checkbox-container input:checked~.checkmark {
  background-color: #8a8a8a;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .checkbox-container input:checked~.checkmark-color {
  border: 2px solid #8a8a8a;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .checkbox-container input:checked~.checkmark:after {
  display: block;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .checkbox-container .checkmark:after {
  left: 4px;
  width: 7px;
  height: 11px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .filter-container-type2 {
  padding: 0.5rem 0.5rem 0.75rem;
  border: 1px solid #cacaca;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .slider {
  width: 95%;
  height: 0.25rem;
  border-radius: 90px;
  margin-bottom: 1rem;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .slider-fill {
  height: 0.25rem;
  background-color: #8a8a8a;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .slider-handle {
  width: 1rem;
  height: 1rem;
  border-radius: 90px;
  background-color: #fff;
  border: 2px solid #8a8a8a;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .slider-handle:hover {
  background-color: #cacaca;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .age-output {
  font-size: 0.75rem;
  color: #8a8a8a;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .age-output input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  width: auto;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #8a8a8a;
  text-align: center;
  }


  /*PRICE OUTPUT*/

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .price-output {
  font-size: 0.75rem;
  color: #8a8a8a;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .price-output-price {
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 8px 0;
  margin-bottom: 8px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .price-output-quantity {
  font-size: 12px;
  font-weight: 500;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .price-output .filter-quantity-checkbox {
  width: 13px;
  height: 13px;
  margin-right: 10px;
  margin-left: 0;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .price-output input {
  display: inline-block;
  background-color: #fff;
  box-shadow: none;
  border: none;
  width: 50px;
  height: 28px;
  text-align: center;
  color: #8a8a8a;
  border: 1px solid #cacaca;
  margin: 0 8px;
  font-weight: 900;
  font-size: 15px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .price-output-quantity input {
  background-color: #fff;
  height: 28px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .price-output input:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  }


  /* Chrome, Safari, Edge, Opera */

  .price-output input::-webkit-outer-spin-button,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .price-output input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  }


  /* Firefox */

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .price-output input[type=number] {
  -moz-appearance: textfield;
  }


  /*END PRICE OUTPUT*/

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .more-color {
  display: none;
  }

  #see-more-color,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          #see-less-color {
  font-size: 0.75rem;
  text-align: left;
  color: #8a8a8a;
  padding-top: 0.5rem;
  text-decoration: underline;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .characteristics {
  display: none;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .page-number {
  margin-top: 1rem;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .page-number span {
  font-size: 0.75rem;
  color: #8a8a8a;
  float: left;
  padding-top: 0.5rem;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .page-number input {
  width: 100px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-header1 {
  padding: 10px 15px;
  }

  .shoplist-header1,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-footer {
  color: #8a8a8a;
  font-size: 0.9rem;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-footer {
  padding: 1rem 0;
  border-top: 1px solid #cacaca;
  }

  .shoplist-header1 .search-select,
  .shoplist-header2 .search-select,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-footer .search-select {
  width: auto;
  height: 1.8rem;
  font-size: 0.9rem;
  margin-bottom: 0;
  padding: 0 1.5rem 0 0.25rem;
  color: #000;
  background-color: transparent !important;
  border: 0;
  border-bottom: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-header2 .search-select {
  width: 120px;
  max-height: 24px;
  font-size: 0.9rem;
  color: #000;
  border: 0;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-left: 1rem;
  }

  .shoplist-header1 .grid-margin-x>.small-4:last-child,
  .shoplist-header2 .grid-padding-x>.small-8,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-footer .grid-margin-x>.small-4:last-child {
  position: relative;
  display: inline;
  }

  .shoplist-header1 .grid-margin-x>.small-4:last-child::after,
  .shoplist-header2 .grid-padding-x>.small-8::after,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-footer .grid-margin-x>.small-4:last-child::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  }

  .shoplist-header1 .grid-margin-x>.small-4:last-child::after,
  .shoplist-header2 .grid-padding-x>.small-8::after,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-footer .grid-margin-x>.small-4:last-child::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: 0.7rem;
  right: 0.25rem;
  border-top: 6px solid #000;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-header2 .grid-padding-x>.small-8::after {
  top: 0.65rem;
  right: 0.85rem;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          select::-ms-expand {
  display: none;
  }

  .shoplist-header1 .grid-margin-x>.small-4:last-child:hover::after,
  .shoplist-header2 .grid-padding-x>.small-8:hover::after,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-footer .grid-margin-x>.small-4:last-child:hover::after {
  border-top: 6px solid #8a8a8a;
  }

  .shoplist-header1 .products-number,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-footer .products-number {
  padding-top: 0.2rem;
  margin-bottom: 0;
  color: #000;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .pagination {
  margin-bottom: 0;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .pagination li {
  font-size: 0.9rem;
  }

  .pagination-previous a::before,
  .pagination-previous.disabled::before,
  .pagination-next a::after,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .pagination-next.disabled::after {
  display: none;
  }

  .pagination .disabled,
  .pagination a,
  .pagination .current,
  .pagination button
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          {
  padding: 0.1875rem;
  min-width: 20px;
  text-align: center;
  color: #fff;
  }
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .pagination .ellipsis::after {
  padding: 0.1875rem;
  min-width: 20px;
  text-align: center;
  color: #000;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .pagination a {
  padding: 8px 15px;
  border-radius: 60px;
  color: var(--color2);
  }

  .pagination .current,
  .pagination a:hover,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .pagination button:hover {
  font-weight: 600;
  color:  var(--color2);
  background: transparent;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .pagination .disabled {
  color: #cacaca;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .currentPage {
  color: #fff;
  font-size: 1rem !important;
  font-weight: 600;
  border-radius: 60px;
  background: var(--color2);
  padding: 7px 15px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-header2 {
  background-color: transparent;
  padding: 0.5rem;
  margin: 0.5rem 0;
  height: 42px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-header2 .grid-x {
  -webkit-box-align: center;
  -ms-flex-align: center;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-header2 .grid-padding-x>.cell {
  padding-right: 0;
  padding-left: 0;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          #filters {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  }

  .shoplist-header2 .hide-for-large span,
  .shoplist-header2 #show-filters i,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-header2 #show-filters svg {
  color: #000 !important;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          #hide-filters {
  position: relative;
  top: -5px;
  color: #8a8a8a;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .productsDisplay-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 24px;
  height: 24px;
  color: #000;
  margin-right: 6px;
  padding: 4px;
  border-radius: 60px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .productsDisplay-item svg {
  width: 0.8rem;
  }

  .productsDisplay-item:hover,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .productsDisplay-item.is-active {
  cursor: pointer;
  color: #8a8a8a !important;
  transition: color 500ms ease;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .product-card {
  margin-bottom: 1rem;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #d9d9d9;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .gridDisplay .product-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .gridDisplay .product-name p {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0.5rem 0 0;
  padding: 10px 15px;
  color: var(--color1);
  min-height: 120px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .gridDisplay .product-ref .small {
  font-size: 80%;
  padding: 15px;
  color: #434547;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .gridDisplay .product-price {
  font-size: 1rem;
  font-weight: 500;
  padding: 15px 10px;
  background: var(--color2);
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .gridDisplay .product-price p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color4);
  margin-bottom: 0;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .product-card-top a img {
  width: 100%;
  object-fit: cover;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .product-card-top {
  height: auto;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .product-card-img {
  position: relative;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .product-card-img .img-top-right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  }


  /* --- LIST DISPLAY --- */

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .listDisplay .product-card {
  padding: 1rem;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .listDisplay .product-name {
  margin: 0.5rem 0;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .listDisplay .product-description {
  font-size: 0.75rem;
  color: #000;
  margin-bottom: 0;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .listDisplay .product-ref {
  display: block;
  margin: 0.5rem 0 1rem;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .product-ref {
  font-size: 80%;
  padding: 15px;
  color: #8a8a8a;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .product-ref small {
  font-size: 80%;
  color: #000;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .listDisplay .product-price span {
  font-size: 1rem;
  font-weight: 500;
  background-color: rgba(153, 126, 69, 0.5);
  padding: 15px;
  }

  .line-through-price span,
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .line-through-price {
  color: #f6f6f6;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .listDisplay .product-card-right {
  margin-left: 24px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .listDisplay .add-wishlist {
  position: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 0;
  margin: 0 4px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .listDisplay .add-wishlist:hover {
  cursor: pointer;
  color: #f6f6f6;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .listDisplay .see-product a {
  top: 0 !important;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .listDisplay .see-product a .see-product-icon {
  font-size: 16px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .listDisplay .see-product:hover {
  cursor: pointer;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .listDisplay .product-label-img-listdisplay {
  display: flex;
  position: initial;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  color: #5b5b5b;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 10px;
  margin: 0 4px;
  cursor: default !important;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .listDisplay .product-label-img-listdisplay:hover {
  cursor: pointer;
  color: black;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .listDisplay .product-label-img-listdisplay:hover {
  cursor: pointer;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .listDisplay .wish-and-see {
  display: flex;
  align-items: center;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .listDisplay .wish-and-see .see-product {
  position: inherit;
  width: 150px;
  padding: 6px 12px;
  opacity: 1;
  margin-bottom: 0;
  margin-right: 8px;
  border-radius: 60px;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .wish-and-see .see-product {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -7px;
  background-color: #4c4e567a;
  font-size: 1.1rem;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .wish-and-see .see-product a {
  position: relative;
  top: 45%;
  }


  /* --- GRID DISPLAY --- */

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .product-info {
  font-size: 0.9rem;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .product-info .product-name {
  font-size: 1rem;
  font-weight: 600;
  }



#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .product-info .product-name p::first-letter {
  text-transform: uppercase;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .line-through-price {
  color: #f6f6f6;
  text-decoration: line-through;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .pub-img {
  min-width: 100%;
  height: auto;
  object-fit: cover;
  }


  /* --- BACK TO TOP --- */

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .topButton {
  position: fixed;
  z-index: 100;
  background-color: var(--color2);
  border: 2px solid var(--color2);
  border-radius: 60px;
  color: #fff;
  right: 5%;
  bottom: 5%;
  width: 40px;
  height: 40px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .topButton:hover {
  cursor: pointer;
  color: #fff;
  background-color: #8a8a8a;
  border: 2px solid #8a8a8a;
  box-shadow: none;
  }

#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .search-submit {
  width: 100%;
  background-color: var(--color2);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  border: 2px solid var(--color2);
  border-radius: 4px;
  }


  /* Media Queries */

  @media screen and (min-width: 64em) {
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-header2 .grid-padding-x>.cell.small-8 {
  width: 100%;
  text-align: center;
  }
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-header2 .grid-padding-x>.cell.small-4 {
  display: none;
  }
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-header2 .grid-padding-x>.small-8::after {
  right: 44%;
  }
  }

  @media screen and (max-width: 63.9375em) {
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-header2 {
  padding-left: 1rem;
  }
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .shoplist-header2 .grid-padding-x>.small-8::after {
  right: 11px;
  }
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          #filters {
  z-index: 100;
  position: fixed;
  top: 115px;
  left: -330px;
  width: 300px;
  height: calc(100vh - 100px);
  overflow-y: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.29);
  box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.29);
  padding: 15px;
  }
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .wish-and-see .see-product {
  height: auto;
  }
  }

  @media screen and (min-width: 40em) {
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .product-card-top:hover .add-wishlist {
  bottom: 8px;
  }
  }

  @media screen and (max-width: 39.9375em) {
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .title-page-title._withCover {
  font-size: 1.6rem !important;
  }
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .cell.see-product.text-center.hide-for-small-only {
  display: block !important;
  }
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .grid-margin-x > .small-6{
  width: 100%;
  }
#u-e787c61f-1caa-4667-bbc8-7a2fc01dd3d4          .gridDisplay .product-name p {
  min-height: 70px;
  }
  }


/* 0021_newsletter : u-8122f5d4-706a-463f-82df-d0f2b05ca8cf */
#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       ._0021_newsletter small {
color: #000;
}

#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       input.input-group-field.es-customizable {
min-height: 30px;
}

#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       ._0021_newsletter{
padding-top: 30px;
padding-bottom: 30px;
background-position: top left 10%;
background-image: url(https://shop-solutio-werbemittel-at.bo.myeasyweb.app/api/public/assets/u-572d381f-e055-4873-a795-fa1241d98fdc);
}

#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       .simple-subscription-form {
color: #fefefe;
padding: 2rem;
border-radius: 0;
max-width: 930px;
padding-left: 15px;
padding-right: 15px;
margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
text-align: center;
}

#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       input.input-group-field.es-customizable {
border: 1px solid #999;
}

#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       .simple-subscription-form > *{
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
color: var(--color1);
text-transform: none;
}

#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       .simple-subscription-form .button {
margin-bottom: 0;
border-radius: 0 0 0 0;
background: #fff;
color: #000;
border: 1px solid #999;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}

.simple-subscription-form .input-group,
#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       .simple-subscription-form .input-group input {
height: 2.5rem;
}

#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       .mod-newsletter-rgpd-info {
font-size: 14px;
}
#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       .mod-newsletter-rgpd-info:hover {
text-decoration: underline;
}
#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       .mod-newsletter-rgpd-info-caution-policy-privacy-link {
color: #000;
}

#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       small.cell.auto.mod-newsletter-rgpd-info.text-justify:hover a {
color: #000;
}

#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       .input-group-label {
border: 1px solid #999;
background: var(--color1);
color: var(--color4);
}

#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       .nbc-rgpd {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 3px;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}

#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       .accept_newsletter_ads {
margin-left: 16px;
}

#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       [type=checkbox], [type=file], [type=radio] {
margin-bottom: 0;
margin-top: 5px;
margin-right: 10px;
}

#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       .checkbox-container {
align-items: center;
display: flex;
}
#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       h2.es-customizable {
font-size: 1.9rem;
text-transform: uppercase;
font-weight: 600;
}
#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       ::placeholder {
color: #9d9d9d !important;
font-size: 15px !important;
}
#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       .input-group-field {
border-radius: 3px 0px 0px 3px !important;
}
#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       .input-group-label{
border-radius: 5px 0px 0px 5px !important;
}
#u-8122f5d4-706a-463f-82df-d0f2b05ca8cf       input.input-group-field.es-customizable:focus {
border: 1px solid #999;
background-color: #fefefe;
box-shadow: 0 0 5px #5ac2ff;
}

/* 0025_miscellaneous : u-35a30499-ecd0-47a2-a6c4-c5a6f9a880be */
#u-35a30499-ecd0-47a2-a6c4-c5a6f9a880be     ._0025_miscellaneous {
    text-align: justify;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1170px;
    margin: 2vh auto;
}
#u-35a30499-ecd0-47a2-a6c4-c5a6f9a880be                     p, a{
    color: #000;
}
#u-35a30499-ecd0-47a2-a6c4-c5a6f9a880be                     h2, h3{
    color: #000;
}

@media screen and (max-width: 39.9375em) {
#u-35a30499-ecd0-47a2-a6c4-c5a6f9a880be                    ._0025_miscellaneous {
       padding-left: 15px;
    padding-right: 15px;
    }
}
/* 0020_footer : u-76a36110-2792-4f6a-86a2-1540bdb792af */
#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .default-cursor a {
cursor: default;
}
#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    small.cell.shrink.newsletterText {
width: 100%;
}
#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .rubric-list-item-image svg {
color: var(--color1);
}
#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    a.es-customizable {
display: flex;
}


#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .show-for-large {
max-width: 1200px;
margin: 0 auto;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    footer a {
padding: 0.5rem 0;
color: #000;
font-size: 0.9rem;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    footer a:hover {
cursor: pointer;
color: #000;
transition: color 500ms ease;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .company-logo {
object-fit: contain;
margin-top: 5px;
padding: 15px;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .accordion-title {
border: 0;
border-bottom: 1px solid #ccc;
background-color: #fff;
color: #000;
}
#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .accordion-content {
background: #fff;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .accordion-title h5 {
color: #000;
font-size: 1rem;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 0;
padding: 10px 15px;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .accordion-content {
border: 0;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .rubric-list-item-image {
display: inline-block;
text-align: center;
width: 25px;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .backTop-icon {
color: #000;
margin-top: 15px;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    footer .fa-2x {
font-size: 1.75em;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    footer .fa-phone {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    footer small {
color: #000;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .input-group-button input {
padding-top: 0;
padding-bottom: 0;
color: white;
background-color: var(--color1);
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    footer input {
font-size: 1rem;
color: #000;
border: 1px solid var(--color1);
box-shadow: none;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    footer input::placeholder {
font-size: 1rem;
color: #000;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    footer [type=email] {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
min-height: 39px !important;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .rubric-title {
font-size: 1.1rem;
font-weight: 600;
text-transform: uppercase;
color: var(--color1);
margin-bottom: 15px;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .gc2 {
border-bottom: 1px solid #000;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .newsletter-message {
display: block;
line-height: 20.48px;
color: #000;
margin: 5px 10px 10px 0;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .switch.mobile {
height: inherit;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .switch-paddle {
background: var(--color1);
width: 3.5rem;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .switch.tiny input:checked~.switch-paddle::after {
left: inherit;
right: 0.25rem;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .switch-active {
left: 15%;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .social-network li {
margin: 0 8px;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .social-network li:first-child {
margin-left: 0;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .social-network a {
border: none;
color: var(--color1);
}

@media screen and (min-width: 64em) {
#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .company-logo {
max-width: 60%;
}
}

@media screen and (max-width: 63.9375em) {
#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .company-logo {
max-width: 40%;
}
}

@media screen and (min-width: 40em) {
#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .show-for-large .grid-x > .medium-3:first-child {
width: 30%;
}
#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .show-for-large .grid-x > .medium-3:nth-child(3) {
width: 20%;
}
}

@media screen and (max-width: 39.9375em) {
#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .company-logo {
max-width: 70%;
}
}

/* NEWSLETTER */

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .newsletterCheckbox-checkbox {
margin-bottom: 0;
margin-right: 8px;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .newsletterCheckbox-message {
font-size: 0.75rem;
display: inline;
color: #000;
}

@media screen and (max-width: 63.9375em) {
#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .newsletterCheckbox {
margin-bottom: 8px;
text-align: center;
}

#u-76a36110-2792-4f6a-86a2-1540bdb792af                                                    .newsletter-form-mobile .input-group {
margin-bottom: 8px;
}
}

/* END NEWSLETTER */