.iqitfake{ display: none;} /*** Style mixins ***/ /*** Variables mixins and functions ***/ body { background: #faf5f0; } .container, .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1440px; } a:link:not(.nav-link):not(.btn), a:visited:not(.nav-link):not(.btn) { color: #2c2218; } a:hover:not(.nav-link):not(.btn) { color: #c4806a; } .pagination .page-list li:hover { border-color: #c4806a; } .pagination .page-list li.current { border-color: #c4806a; } .pagination .page-list li.current a { color: #c4806a; } #mobile-header { background: #faf5f0; border-bottom: none 1px; box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06); } #mobile-header #mobile-header-sticky { background: #faf5f0; } #mobile-header .mobile-main-bar { padding-top: 0.8rem; padding-bottom: 0.8rem; } #mobile-header .m-nav-btn { color: #2c2218; } #mobile-header .m-nav-btn:hover { color: #c4806a; } #mobile-header .m-nav-btn > span { display: none !important; } #mobile-header .mobile-buttons-bar { background: rgba(0, 0, 0, 0); } html { font-size: 15px; } @media (max-width: 767px) { html { font-size: 14px; } } body { line-height: 1.6rem; } body { font-family: "Avenir Next"; } #blockcart-content { background: #ffffff; color: #000000; border: none 1px; box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.12); } #blockcart-content a:not(.btn) { color: #000000; } #blockcart-content a:not(.btn):hover { color: #000000; } /*** Secondary button ***/ .btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled, .bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default { background: #ffffff; color: #2c2218; border: solid 1px rgba(44, 34, 24, 0.2); } .btn-secondary:hover, .btn-secondary:focus, .btn-secondary :active, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled :active, .btn-secondary:disabled:hover, .btn-secondary:disabled:focus, .btn-secondary:disabled :active, .bootstrap-touchspin .group-span-filestyle .btn-touchspin:hover, .bootstrap-touchspin .group-span-filestyle .btn-touchspin:focus, .bootstrap-touchspin .group-span-filestyle .btn-touchspin :active, .group-span-filestyle .bootstrap-touchspin .btn-touchspin:hover, .group-span-filestyle .bootstrap-touchspin .btn-touchspin:focus, .group-span-filestyle .bootstrap-touchspin .btn-touchspin :active, .group-span-filestyle .btn-default:hover, .group-span-filestyle .btn-default:focus, .group-span-filestyle .btn-default :active { background: #faf5f0; color: #2c2218; } .btn-secondary:not(:disabled):not(.disabled):active { background: #faf5f0; color: #2c2218; } .btn-outline-secondary, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { background: #ffffff; color: #2c2218; border: solid 1px #e8d9d0; } .btn-outline-secondary:hover, .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover { background: #faf5f0; color: #2c2218; border: solid 1px #e8d9d0; } /*** Primary button ***/ .btn-primary, .btn-primary.disabled, .btn-primary:disabled { background: #dc907f; color: #ffffff; border: solid 1px #dc907f; } .btn-primary:hover, .btn-primary:focus, .btn-primary :active, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled :active, .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled :active { background: #b36b57; color: #ffffff; } .btn-primary:not(:disabled):not(.disabled):active { background: #b36b57; color: #ffffff; } #wrapper .breadcrumb { background: #faf5f0; padding-top: 0.6666666667rem; padding-bottom: 0.6666666667rem; margin-top: -1.3333333333rem; margin-bottom: 1.3333333333rem; font-size: 0.8rem; letter-spacing: 0.0666666667rem; font-style: normal; font-weight: normal; text-transform: none; color: #8a7060; display: none !important; } #wrapper .breadcrumb li:after { color: #8a7060; } #wrapper .breadcrumb a { color: #8a7060; } /*** Text fields ***/ .form-control { background-color: #ffffff; color: #2c2218; border: solid 1px #e8d9d0; } .custom-select2, .custom-select2 option { background-color: #ffffff; } .custom-select2:after { color: #2c2218; } .bootstrap-touchspin .btn-touchspin { background-color: #ffffff; color: #2c2218; border: solid 1px #e8d9d0; } .bootstrap-touchspin .btn-touchspin:hover { color: #2c2218; } .form-control::-webkit-input-placeholder { color: #2c2218; } .form-control::-moz-placeholder { color: #2c2218; } .form-control:-ms-input-placeholder { color: #2c2218; } .form-control:-moz-placeholder { color: #2c2218; } .form-control:focus { color: #2c2218; border-color: #c4806a; } /*** Radio buttons and checkboxes ***/ .custom-checkbox input[type=checkbox] + span .checkbox-checked { color: #c4806a; } .custom-radio input[type=radio]:checked + span { background-color: #c4806a; } .custom-checkbox input[type=checkbox] + span:not(.color), .custom-radio { background: #faf5f0; color: #c4806a; border-color: #e8d9d0; } /*** Dropdowns ***/ .dropdown-menu, .autocomplete-suggestions { background: #c4806a; border: none 1px; box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12); } .dropdown-menu .dropdown-item, .autocomplete-suggestions .dropdown-item { color: #ffffff!important; border-bottom: none 1px; } .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .autocomplete-suggestions .dropdown-item:focus, .autocomplete-suggestions .dropdown-item:hover { background: rgba(255, 255, 255, 0.05); } /*** Tooltips ***/ .tooltip-inner { background: #2c2218!important; color: #ffffff!important; } .tooltip { --bs-tooltip-bg: #2c2218; --bs-tooltip-color: #ffffff; } /*** Modals ***/ .modal-backdrop { background: rgba(250, 245, 240, 0.85); } .modal-content { background: #ffffff; border: none 1px; box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12); } .js-quickview-np-btn { background: #ffffff; } /*** Notifications ***/ .ns-box { background: #c4806a; color: #2c2218; border: none 1px; } .product-price { color: #c4806a; } .iqit-review-star { color: #c4806a; } .product-flags .product-flag { font-size: 0.7333333333rem; letter-spacing: 0.0666666667rem; font-style: normal; font-weight: normal; text-transform: uppercase; } .product-flags .discount, .product-flags .on-sale { background: #c4806a; color: #ffffff; } .product-flags .new { background: #f2e4dc; color: #c4806a; } .product-flags .online-only, .product-flags .pack { background: #f2e4dc; color: #2c2218; } .product-flags .out_of_stock { background: #d4b5a8; color: #ffffff; } .discount { background: #c4806a; color: #ffffff; } .product-available { background: #a8c5a0; color: #ffffff; } .product-unavailable { background: #d4b5a8; color: #ffffff; } .alert-success a:link:not(.nav-link):not(.btn), .alert-success a:visited:not(.nav-link):not(.btn) { text-decoration: underline; } .alert-info a:link:not(.nav-link):not(.btn), .alert-info a:visited:not(.nav-link):not(.btn) { text-decoration: underline; } .alert-warning a:link:not(.nav-link):not(.btn), .alert-warning a:visited:not(.nav-link):not(.btn) { text-decoration: underline; } .alert-danger a:link:not(.nav-link):not(.btn), .alert-danger a:visited:not(.nav-link):not(.btn) { text-decoration: underline; } #iqitcompare-floating { background: #ffffff; border-top: none 1px; border-left: none 1px; border-right: none 1px; } #page-preloader { background: #faf5f0; } #back-to-top { background: #c4806a; color: #ffffff; display: none; } #back-to-top:hover { background: #2c2218; color: #ffffff; } ::-webkit-scrollbar { -webkit-appearance: none; width: 7px; } ::-webkit-scrollbar-thumb { background: #c4806a; } ::-webkit-scrollbar-track { background: #f2e4dc; } body { scrollbar-face-color: #c4806a; scrollbar-track-color: #f2e4dc; } #header, #checkout-header { background: #ffffff; border-top: none 1px; border-bottom: solid 1px rgba(44, 34, 24, 0.08); } @media (min-width: 992px) { #header, #checkout-header { padding-bottom: 1rem; } } .sticky-desktop-wrapper #desktop-header.stuck-header { background: #ffffff; border-bottom: solid 1px rgba(44, 34, 24, 0.08); } #header .header-nav { color: #ffffff; background: #dc907f; border-bottom: none 1px; padding-top: 0.2666666667rem; padding-bottom: 0.2666666667rem; font-size: 0.8rem; } #header .header-nav a { color: #ffffff; } #header .header-nav a:hover { color: #e5e5e5; } #header .header-nav .social-links._topbar { font-size: 0.9333333333rem; } #header .header-nav .social-links._topbar a:not(:hover) { color: #ffffff !important; } .header-top { padding-top: 1.6666666667rem; padding-bottom: 1.6666666667rem; color: #2c2218; } .header-top a:not(.btn):not(.nav-link) { color: #2c2218; } .header-top a:not(.btn):not(.nav-link):hover { color: #c4806a; } .header-top .form-search-control { background: #ffffff; color: #2c2218; border: solid 1px #e8d9d0; } .header-top input.form-search-control::-webkit-input-placeholder { color: #2c2218; } .header-top input.form-search-control:-moz-placeholder { color: #2c2218; } .header-top input.form-search-control:-ms-input-placeholder { color: #2c2218; } .header-top input.form-search-control:-moz-placeholder { color: #2c2218; } .header-top .search-btn { color: #2c2218; } .header-top .header-btn-w .header-btn > .icon { font-size: 1.3333333333rem; display: block; } .header-top .header-btn-w .header-btn .title { display: none !important; } .header-top .header-cart-default a.cart-toogle { background: #c4806a; color: #000000; padding: 0.6666666667rem 0.6666666667rem; } .header-top .header-cart-default a.cart-toogle:hover { color: #000000; } .header-top a.header-cart-btn:not(:hover) { color: #000000; } .sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu { background: #faf5f0; } .header-top { transition: padding 0.3s ease; } .cart-products-count-btn { background: #2c2218; color: #ffffff; } .desktop-header-style-1 .search-widget, .desktop-header-style-2 .search-widget { max-width: 350%; } /*** HORIZONTAL MENU ***/ #iqitmegamenu-horizontal { border-top: none 1px; border-right: none 1px; border-bottom: none 2px #c4806a; border-left: none 3px #a6cc0f; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link { line-height: 3.3333333333rem; max-width: 15.3333333333rem; color: #3a2d27; padding-left: 1rem; padding-right: 1rem; border-left: none 2px rgba(87, 87, 87, 0.57); } #sticky-cart-wrapper a.header-cart-btn:not(:hover) { color: #3a2d27; } #sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content { top: -1.1333333333rem; } .cbp-vertical-on-top .cbp-vertical-title { line-height: 3.3333333333rem !important; } .cbp-vertical-on-top .cbp-vertical-title-text { display: none !important; } .cbp-horizontal > ul > li.cbp-hropen > a, .cbp-horizontal > ul > li.cbp-hropen > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li.cbp-hropen > a:hover { background: #fef4f2; color: #dc907f; } .cbp-horizontal .cbp-tab-title { font-size: 0.9333333333rem; font-style: normal; font-weight: normal; text-transform: uppercase; line-height: 1em; } .cbp-horizontal .cbp-legend { background: #ca5058; color: #ffffff; } .cbp-horizontal .cbp-mainlink-icon, .cbp-horizontal .cbp-mainlink-iicon { font-size: 1.3333333333rem; max-height: 1.3333333333rem; } @media (max-width: 1300px) { .cbp-horizontal .cbp-tab-title { font-size: 0.9333333333rem; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link { padding-left: 0.6666666667rem; padding-right: 0.6666666667rem; } } #cbp-hrmenu .cbp-hrsub { transform: translateY(15px); } #cbp-hrmenu .cbp-hropen .cbp-hrsub { transform: translateY(0px); } #cbp-hrmenu .cbp-hrsub, #cbp-hrmenu .cbp-hrsub-level2, #cbp-hrmenu .cbp-hrsub-wrapper { transition: opacity 300ms ease-in-out, transform 300ms ease-in-out; } .iqitmegamenu-submenu-container { padding: 0; } /*** VERTICAL MENU ***/ .cbp-vertical-on-top #cbp-hrmenu1-ul { background: #ffffff; border: solid 1px #e3e3e3; } #content-wrapper #cbp-hrmenu1 { background: #ffffff; border: solid 1px #e3e3e3; } #cbp-hrmenu1 .cbp-vertical-title { font-size: 1.2rem; font-style: normal; font-weight: normal; text-transform: none; color: #ffffff; background: #000000; line-height: 3.3333333333rem; } #cbp-hrmenu1 .cbp-vertical-title:hover { color: #ffffff; background: #000000; } #cbp-hrmenu1 > ul > li > a, #cbp-hrmenu1 > ul > li > span.cbp-main-link { font-style: normal; font-weight: normal; text-transform: none; padding-top: 0.5333333333rem; padding-bottom: 0.5333333333rem; border-top: solid 1px rgba(227, 227, 227, 0.35); } #cbp-hrmenu1 > ul > li > a .cbp-mainlink-icon, #cbp-hrmenu1 > ul > li > a .cbp-mainlink-iicon { font-size: 1.6rem; max-height: 1.6rem; } #cbp-hrmenu1 > ul > li.cbp-hropen > a, #cbp-hrmenu1 > ul > li.cbp-hropen > a:hover { background: #f8f8f8; color: #333333; } #cbp-hrmenu1 .cbp-legend { background: #ca5058; color: #ffffff; } #cbp-hrmenu1 .cbp-hrsub, #cbp-hrmenu1 > ul, #cbp-hrmenu1 .cbp-hrsub-level2, #cbp-hrmenu1 .cbp-hrsub-wrapper { transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out; } .cbp-vert-expanded #cbp-hrmenu1 .cbp-vertical-title { color: #ffffff; background: #000000; } .cbp-not-on-top #cbp-hrmenu1-ul { position: relative; } .cbp-hrmenu.cbp-vertical .cbp-hrsub-wrapper { top: 0; margin-top: 0px !important; min-height: 100%; } .cbp-hrmenu.cbp-vertical .cbp-hrsub { min-height: 100%; } .cbp-hrmenu.cbp-vertical .cbp-show { -js-display: flex; display: flex; flex-wrap: wrap; } .cbp-hrmenu.cbp-vertical .cbp-hrsub-inner { width: 100%; } /*** SUBMENU ***/ .cbp-hrmenu .cbp-hrsub { font-size: 0.9333333333rem; font-style: normal; font-weight: normal; text-transform: none; } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu ul.cbp-hrsub-level2 { background: rgba(255, 255, 255, 0.9); border: none 1px #37a625; box-shadow: 0px 15px 25px 0px rgba(74, 63, 63, 0.9); } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link { color: !important; } .cbp-hrmenu .cbp-hrsub-inner a:hover { color: #333333 !important; } .cbp-hrmenu .tabs-links { background: #f7f7f7; } .cbp-hrmenu .cbp-tabs-names li a { color: #777777 !important; } .cbp-hrmenu .cbp-tabs-names li a:hover, .cbp-hrmenu .cbp-tabs-names li a.active { background: #ffffff; color: #777777 !important; } .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link { color: #333333 !important; border-bottom: none 3px #c2bc29; font-size: 0.9333333333rem; font-style: normal; font-weight: bold; text-transform: uppercase; } .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:hover { color: !important; } /*** MOBILE MENU ***/ #mobile-header .col-mobile-menu-dropdown.show { background: #ffffff; } #mobile-header .col-mobile-menu-dropdown.show .m-nav-btn { color: #595050 !important; } #iqitmegamenu-mobile { background: #ffffff; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__tab { min-height: 3.6rem; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__tab:not(:last-child) { border-bottom: none 1px; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__arrow { padding-top: 1.0666666667rem; padding-bottom: 1.0666666667rem; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__link { color: #595050 !important; padding-top: 1.0666666667rem; padding-bottom: 1.0666666667rem; font-size: 1.2rem; font-style: normal; font-weight: normal; text-transform: none; } .col-mobile-menu-push #iqitmegamenu-mobile { border: none 1px; } .mobile-menu__submenu { background: #ffffff; } .mobile-menu__tab { border-bottom: solid 1px #ebebeb; min-height: 4.1333333333rem; } .mobile-menu__link { color: #595050 !important; padding-top: 1.3333333333rem; padding-bottom: 1.3333333333rem; font-size: 1.4666666667rem; font-style: normal; font-weight: normal; text-transform: none; } .mobile-menu__arrow { padding-top: 1.3333333333rem; padding-bottom: 1.3333333333rem; color: #595050; font-size: 1.4666666667rem; } .mobile-menu__tab-icon { font-size: 1.4666666667rem; } .mobile-menu__tab-icon--img { max-height: 1.4666666667rem; } .mobile-menu__legend { font-size: 0.8rem; font-style: normal; font-weight: normal; text-transform: none; color: #ffffff; background-color: #595050; } .mobile-menu__header-wrapper { color: #595050; background-color: #f4f4f4; border-bottom: none 1px; } .mobile-menu__title { font-size: 1.4666666667rem; font-style: normal; font-weight: normal; text-transform: none; } .mobile-menu__column-title { font-size: 1.4666666667rem; font-style: normal; font-weight: bold; text-transform: uppercase; color: #595050 !important; } .mobile-menu__column { font-size: 1.0666666667rem; font-style: normal; font-weight: normal; text-transform: none; color: #595050; margin-bottom: 2.6666666667rem; } .mobile-menu__column-categories:not(:last-child) { margin-bottom: 2.6666666667rem; } .mobile-menu__column-title { margin-bottom: 0.5333333333rem; } .mobile-menu__links-list-li { padding-top: 0.4rem; padding-bottom: 0.4rem; } .mobile-menu__close, .mobile-menu__back-btn { color: #595050; } .mobile-menu__footer { border-top: none 1px; color: #595050; background-color: #f4f4f4; } /*** PS_FacatedSearch ***/ #search_filters .noUi-connect { background: #c4806a; } /*** Carousels ***/ .swiper-button-next, .swiper-button-prev { background: #333333; color: #ffffff; } .swiper-pagination-bullet { background: #333333; } /*** Product miniature ***/ .products.row { margin: -1rem; } .products.row > .col, .products.row > [class*=col-] { padding: 1rem; } .swiper-container-wrapper { margin: -1rem; } .swiper-container-wrapper .products.swiper-container { padding: 1rem; } .swiper-container-wrapper .product-carousel { padding: 1rem; } .swiper-products-carousel.swiper-arrows-above .swiper-button { margin: 1rem; } .product-miniature { border: solid 1px #f2e4dc; outline: 1px none transparent; color: #2c2218; } .product-miniature a:link:not(.nav-link):not(.btn), .product-miniature a:visited:not(.nav-link):not(.btn) { color: #2c2218; } .product-miniature .product-price { color: #c4806a; } .product-miniature .iqit-review-star { color: #c4806a; } .product-miniature .thumbnail-container .product-thumbnail-second { position: absolute; top: 0; left: 0; right: 0; opacity: 0; transition: opacity 0.3s ease; backface-visibility: hidden; } .product-miniature .thumbnail-container:hover .product-thumbnail-second { opacity: 1; } .product-miniature .thumbnail-container:hover .product-thumbnail-first { opacity: 0; } .product-miniature .thumbnail-container:hover picture:last-child .product-thumbnail-first { opacity: 1; } .product-miniature-grid { padding: 1.3333333333rem; } .product-miniature-grid .product-title { font-size: 1rem; font-style: normal; font-weight: normal; text-transform: none; } .product-miniature-grid .product-price { font-size: 1.2rem; font-style: normal; font-weight: bold; text-transform: none; } @media (hover: hover) { .product-miniature:hover { border-color: #e8d9d0; outline: none 1px; box-shadow: 0px 8px 30px 0px rgba(196, 128, 106, 0.15); background: #faf5f0; color: #2c2218; } .product-miniature:hover a:link:not(.nav-link):not(.btn), .product-miniature:hover a:visited:not(.nav-link):not(.btn) { color: #2c2218; } .product-miniature:hover .product-price { color: #c4806a; } .product-miniature:hover .iqit-review-star { color: #c4806a; } } .product-miniature-grid .product-functional-buttons { display: none; } .product-miniature-grid .product-functional-buttons a:link, .product-miniature-grid .product-functional-buttons a:visited, .product-miniature-grid .product-functional-buttons a:hover { color: #2c2218 !important; } .products-grid .product-miniature .product-reference { display: none !important; } .products-grid .product-miniature .product-brand { display: none !important; } .products-grid .product-miniature .flag-discount-value { display: none !important; } .product-miniature .input-qty, .product-miniature .input-group-add-cart .bootstrap-touchspin { display: none !important; } .btn-product-list { padding: 0.5rem 1rem; background: #c4806a; color: #ffffff; border: none 1px; } .btn-product-list:hover { background: #b36b57; color: #ffffff; } .products-grid .product-miniature-layout-1 .product-description { padding: 0.6666666667rem; } .products-grid .product-miniature-layout-2 .product-description { padding: 0.6666666667rem; } .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper { grid-template-rows: 1fr; grid-auto-rows: 0; display: grid; overflow-y: hidden; } .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: repeat(1, 1fr); } @media (min-width: 768px) { .layout-full-width .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: repeat(2, 1fr); } .layout-left-column .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper, .layout-right-column .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: repeat(1, 1fr); } } @media (min-width: 992px) { .layout-full-width .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: repeat(3, 1fr); } .layout-left-column .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper, .layout-right-column .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 1200px) { .layout-full-width .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: repeat(3, 1fr); } .layout-left-column .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper, .layout-right-column .swiper-default-carousel:not(.swiper-initialized) .swiper-wrapper { grid-template-columns: repeat(2, 1fr); } } .product_header_container .product-price, .product_p_price_container .product-price { font-size: 1.7333333333rem; font-style: normal; font-weight: bold; text-transform: none; } #product .images-container .product-cover { border: none 1px #756f6f; } .images-container .swiper-button-arrow, #product .product-cover .expander > span, #product-modal .modal-body .swiper-button-arrow { color: #2c2218; background: rgba(250, 245, 240, 0); } .images-container .swiper-button-arrow:hover, #product .product-cover .expander > span:hover, #product-modal .modal-body .swiper-button-arrow:hover { opacity: 0.6 !important; } #product .product-cover .expander { color: #2c2218; background: rgba(250, 245, 240, 0); } #product .product-cover .expander:hover { opacity: 0.6 !important; } #product .product-cover .expander { display: none; } .product-tabs .nav-tabs { justify-content: center; } @media screen and (max-width: 768px) { .col-left-product-cover, .col-left-product-thumbs { flex: 0 0 100%; max-width: 100%; } .col-left-product-thumbs { order: 2; margin-top: 2rem; } } @media (max-width: 767px) { #main-product-wrapper .product-add-to-cart { background: #ffffff; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); position: fixed; bottom: 0; z-index: 99; width: 100%; left: 0; padding-left: 1rem; padding-right: 1rem; } #product #iqitcompare-floating { z-index: 0; } } @media (max-width: 576px) { .product-add-to-cart .col-add-qty { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .product-add-to-cart .col-add-btn { -ms-flex: 1; flex: 1; } .product-add-to-cart .col-add-wishlist, .product-add-to-cart .col-add-compare { max-width: 40px; } .product-add-to-cart .col-add-wishlist .btn, .product-add-to-cart .col-add-compare .btn { padding-left: 0; padding-right: 0; } } @media (max-width: 400px) { .product-add-to-cart .add-to-cart { padding-left: 0rem; padding-right: 0rem; } } #wrapper { background: #ffffff; border-top: none 1px; border-bottom: none 1px; padding-top: 1.3333333333rem; padding-bottom: 1.3333333333rem; color: #2c2218; box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08); } #index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper { padding-top: 0rem; padding-bottom: 0rem; } #content-wrapper .page-title { color: #2c2218; font-size: 1.8666666667rem; letter-spacing: 0.2rem; font-style: normal; font-weight: normal; text-transform: uppercase; border-bottom: solid 3px #c4806a; margin-bottom: 0.8em; padding-bottom: 0.5em; } #content-wrapper .page-title a:link, #content-wrapper .page-title a:visited { color: #2c2218; } #content-wrapper .section-title { color: #2c2218; font-size: 1.0666666667rem; letter-spacing: 0.1333333333rem; font-style: normal; font-weight: normal; text-transform: uppercase; border-bottom: solid 3px #c4806a; margin-bottom: 0.8em; padding-bottom: 0.5em; } #content-wrapper .section-title a:link, #content-wrapper .section-title a:visited { color: #2c2218; } .nav-tabs .nav-link { color: #2c2218; font-size: 1.2rem; letter-spacing: 0.1333333333rem; font-style: normal; font-weight: normal; text-transform: uppercase; } .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { color: #2c2218; border-bottom: none 2px #c4806a; } .iqit-accordion .title { font-size: 1rem; font-style: normal; font-weight: normal; text-transform: none; } .iqit-accordion .title a:link:not(.nav-link):not(.btn), .iqit-accordion .title a:visited:not(.nav-link):not(.btn) { color: #2c2218; } .iqit-accordion .nav-link { border-bottom: none 2px #c4806a; border-bottom-color: transparent; } .iqit-accordion .nav-link:not(.collapsed) { color: #2c2218; border-bottom: none 2px #c4806a; } #wrapper .block-title { color: #333333; font-size: 0.9333333333rem; font-style: normal; font-weight: bold; text-transform: none; border-bottom: solid 1px #e3e3e3; margin-bottom: 0.8em; padding-bottom: 0.5em; } #wrapper .block-title a:link, #wrapper .block-title a:visited { color: #333333; } #left-column .block, #right-column .block { border: none 1px; } #footer, #checkout-footer { background: #dc907f; } #footer .ps-emailsubscription-block .newsletter-input-group, #checkout-footer .ps-emailsubscription-block .newsletter-input-group { border: solid 1px rgba(250, 245, 240, 0.2); background: rgba(250, 245, 240, 0.08); } #footer .ps-emailsubscription-block .newsletter-input-group .input-subscription, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .input-subscription { color: #faf5f0; } #footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe { color: #faf5f0; } #footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover { color: #c4806a; } #footer .ps-emailsubscription-block input.input-subscription::-webkit-input-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription::-webkit-input-placeholder { color: #faf5f0; } #footer .ps-emailsubscription-block input.input-subscription::-moz-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription::-moz-placeholder { color: #faf5f0; } #footer .ps-emailsubscription-block input.input-subscription:-ms-input-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription:-ms-input-placeholder { color: #faf5f0; } #footer .ps-emailsubscription-block input.input-subscription :-moz-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription :-moz-placeholder { color: #faf5f0; } #footer .social-links._footer, #checkout-footer .social-links._footer { font-size: 1.2rem; } #footer .social-links._footer a:not(:hover), #checkout-footer .social-links._footer a:not(:hover) { color: #faf5f0 !important; } #footer .block-title, #checkout-footer .block-title { color: #faf5f0; font-size: 0.8666666667rem; letter-spacing: 0.1333333333rem; font-style: normal; font-weight: normal; text-transform: uppercase; border-bottom: solid 2px #c4806a; margin-bottom: 0.8em; padding-bottom: 0.5em; } #footer .block-title a:link, #footer .block-title a:visited, #checkout-footer .block-title a:link, #checkout-footer .block-title a:visited { color: #faf5f0; } #footer-container-first { border-top: none 1px; padding-top: 1rem; padding-bottom: 1rem; background: #c4806a; color: #ffffff; } #footer-container-first h5 { font-size: 1.5rem; font-style: normal; font-weight: normal; letter-spacing: 0.1333333333rem; text-transform: uppercase; } #footer-container-main, #checkout-footer { border-top: solid 1px rgba(250, 245, 240, 0.1); padding-top: 4rem; padding-bottom: 3rem; color: rgba(250, 245, 240, 0.75); } #footer-container-main a, #checkout-footer a { color: rgba(250, 245, 240, 0.75); } #footer-container-main a:hover, #checkout-footer a:hover { color: #faf5f0; } #footer-copyrights { border-top: none 1px; background: #ffffff; padding-top: 1rem; padding-bottom: 1rem; } #maintenance-page { background: #e3e3e3; color: #333333; } #maintenance-page a, #maintenance-page a:link { color: #333333; } .maintenance-page-newsletter .maintenance-page-newsletter-btn { background: #000000; color: #ffffff; } .maintenance-page-newsletter .maintenance-page-newsletter-btn:hover { background: #333333; color: #ffffff; } .maintenance-page-newsletter input[type=email] { border: solid 1px #333333; background: #e3e3e3; color: #333333; } .maintenance-page-newsletter input[type=email]::-webkit-input-placeholder { color: #333333; } .maintenance-page-newsletter input[type=email]::-moz-placeholder { color: #333333; } .maintenance-page-newsletter input[type=email]:-ms-input-placeholder { color: #333333; } .maintenance-page-newsletter input[type=email] :-moz-placeholder { color: #333333; }/* masquer les avis de la home */ .elementor-element-g7t82b1 { display:none; } /* masquer le futur bloc avis des FP */ .elementor-element.elementor-element-o1pqj2t { display:none !important; } /* flag product fiche produit */ ul.product-flags.js-product-flags{ display:none; } /* logo et délai transporteur */ .carrier-hasLogo img, .carrier-delay{ display:none; } /* select du nombre de produist par page */ .products-sort-nb-dropdown.products-nb-per-page.dropdown { display: none; } /* Couleur d'accentuation principale terracotta */ a:hover, a:focus { color: #C4806A; } /* champ commentaire dans check out */ div#delivery { display: none; } /* lien avoirs */ #order-slips-link{ display: none !important; } /* Centrer le champ email */ .iqitpopup-newsletter-form .newsletter-input { max-width: 260px; margin: 0 auto 10px auto !important; display: block; text-align: center; } /* Bouton inversé : orange sur fond blanc */ .iqitpopup-newsletter-form .iqit-btn-newsletter { background-color: #fff !important; color: #dc907f!important; border: 1px solid #dc907f !important; } .iqitpopup-newsletter-form .iqit-btn-newsletter:hover { background-color: #dc907f !important; color: #fff !important; border: 1px solid #fff !important; } /* Titres en uppercase avec espacement */ h1, h2, h3 { letter-spacing: 0.05em; } /* Fond général crème */ body { background-color: #FAF5F0; } /* OVHAE - Feuille de style des fiches produits Sections : Bienfaits / Efficacite / Utilisation / Composition */ /* ---- Section de base ---- */ .ovh-section{ padding:54px 5%; font-family:'Helvetica Neue',Arial,sans-serif; color:#4A453F; box-sizing:border-box; } .ovh-section--bg{ background:#FBF9F5; } .ovh-inner{ max-width:1080px; margin:0 auto; } /* ---- Sous-titre commun ---- */ .ovh-subtitle{ font-weight:700; color:#33302C; font-size:15px; letter-spacing:.4px; margin:0 0 18px; } /* ============================================================ BIENFAITS ============================================================ */ .ovh-bienfaits{ display:flex; flex-wrap:wrap; gap:24px; align-items:center; } .ovh-bienfaits__text{ flex:1 1 360px; min-width:280px; } .ovh-bienfaits__media{ flex:0 0 auto; } .ovh-bienfaits__media img{ display:block; max-width:100%; } .ovh-list{ list-style:none !important; margin:0 !important; padding:0 !important; } .ovh-list li{ list-style:none !important; position:relative; padding-left:24px; margin-bottom:5px; font-size:15px; line-height:1.4; color:#4A453F; } .ovh-list li::marker{ content:none; } .ovh-list li:last-child{ margin-bottom:0; } .ovh-list li::before{ content:""; position:absolute; left:0; top:7px; width:8px; height:8px; border-radius:50%; background:#DC907F; } /* ============================================================ EFFICACITE ============================================================ */ .ovh-eff-intro{ font-weight:700; color:#33302C; font-size:14px; letter-spacing:.4px; text-transform:uppercase; line-height:1.5; margin:0 0 44px; } .ovh-eff-group{ display:flex; flex-wrap:wrap; align-items:stretch; max-width:1000px; margin:0 auto 46px; } .ovh-eff-group--last{ margin-bottom:30px; } .ovh-eff-group__label{ flex:0 0 340px; min-width:0; display:flex; align-items:center; justify-content:flex-end; text-align:right; padding:6px 38px 6px 0; } .ovh-eff-group__label span{ font-family:'Prestige Elite Std Bold',sans-serif; font-size:28px; font-weight:400; -webkit-text-stroke:0.5px currentColor; letter-spacing:4px; line-height:1.45; color:#33302C; text-transform:uppercase; } .ovh-eff-group__items{ flex:1 1 340px; min-width:280px; border-left:1px solid #DC907F; padding-left:38px; } .ovh-eff-item{ display:flex; align-items:flex-start; margin-bottom:22px; } .ovh-eff-item--last{ margin-bottom:0; } .ovh-eff-item__num{ flex:0 0 230px; text-align:right; white-space:nowrap; font-family:'Prestige Elite Std Bold',sans-serif; font-size:30px; font-weight:400; -webkit-text-stroke:0.5px currentColor; color:#33302C; padding-right:20px; } .ovh-eff-item__txt{ flex:1 1 auto; } .ovh-eff-item__label{ display:block; font-weight:700; color:#33302C; font-size:14px; letter-spacing:.4px; text-transform:uppercase; } .ovh-eff-item__sub{ display:block; color:#8C8579; font-size:13px; margin-top:3px; } .ovh-eff-item sup{ font-size:.55em; vertical-align:super; line-height:0; } .ovh-eff-notes{ color:#DC907F; font-size:11px; font-style:italic; line-height:1.65; max-width:1000px; margin:0 auto; padding-top:16px; } /* ============================================================ UTILISATION ============================================================ */ .ovh-table{ width:100%; border-collapse:collapse; font-size:15px; } .ovh-table--utilisation{ border-top:1px solid #E0D9CF; border-bottom:1px solid #E0D9CF; } .ovh-table th{ padding:15px 18px; border-bottom:1px solid #E0D9CF; color:#33302C; font-size:13px; letter-spacing:1px; text-transform:uppercase; font-weight:700; text-align:center; } .ovh-table th.ovh-th-moment{ text-align:left; } .ovh-table th.ovh-col{ border-left:1px solid #EFE2DC; } .ovh-table td{ padding:15px 18px; border-bottom:1px solid #EFE9DF; } .ovh-td-moment{ color:#33302C; } .ovh-td-qty{ text-align:center; border-left:1px solid #EFE2DC; color:#33302C; } .ovh-td-qty--empty{ color:#B5ADA2; } .ovh-info{ display:flex; flex-wrap:wrap; gap:14px 40px; margin:22px 0 0; font-size:14px; } .ovh-info strong, .ovh-info b{ color:#DC907F; font-weight:700; } .ovh-legal{ font-size:14px; color:#4A453F; line-height:1.6; margin:24px 0 0; } .ovh-legal + .ovh-legal{ margin-top:12px; } .ovh-legal strong, .ovh-legal b{ color:#33302C; font-weight:700; } /* ============================================================ COMPOSITION ============================================================ */ .ovh-comp-table{ width:100%; border-collapse:collapse; font-size:15px; } .ovh-comp-table td{ border-bottom:1px solid #DC907F; } .ovh-comp-table td.ovh-comp-name--sub, .ovh-comp-table td.ovh-comp-val--sub{ border-bottom:1px solid #F5E1DC; } .ovh-comp-head td{ background:#DC907F; color:#FFFFFF; font-weight:700; padding:11px 18px; font-size:13px; letter-spacing:1px; } .ovh-comp-name{ padding:13px 18px; color:#33302C; font-weight:700; } .ovh-comp-name--main{ font-weight:700; } .ovh-comp-name--sub{ padding:9px 18px 9px 40px; position:relative; color:#4A453F; font-weight:400; } .ovh-comp-name--sub::before{ content:""; position:absolute; left:20px; top:50%; margin-top:-3px; width:7px; height:7px; border-radius:50%; background:#DC907F; } .ovh-comp-val{ padding:13px 18px; text-align:right; white-space:nowrap; color:#33302C; font-weight:700; } .ovh-comp-val--main{ font-weight:700; } .ovh-comp-val--sub{ padding:9px 18px; color:#4A453F; font-weight:400; } .ovh-comp-val small{ color:#8C8579; font-weight:400; font-size:13px; } .ovh-comp-ar{ font-size:12px; color:#A89F92; margin:10px 0 0; } .ovh-ingredients{ font-size:14px; color:#4A453F; line-height:1.65; margin:20px 0 0; } .ovh-ingredients strong, .ovh-ingredients b{ color:#33302C; font-weight:700; } /* Sous-titre de formule (produits declines matin / soir) */ .ovh-comp-formule{ font-weight:700; color:#DC907F; font-size:13px; letter-spacing:1px; text-transform:uppercase; margin:34px 0 14px; } .ovh-comp-formule--first{ margin-top:0; } /* ============================================================ RESPONSIVE (mobile / tablette) ============================================================ */ @media (max-width:768px){ .ovh-section{ padding:36px 6%; } .ovh-bienfaits{ gap:28px; } .ovh-bienfaits__media{ flex:1 1 100%; } .ovh-bienfaits__media img{ width:100% !important; max-width:320px !important; height:auto !important; } .ovh-eff-group__label{ flex:1 1 100%; justify-content:flex-start; text-align:left; padding:0 0 16px 0; } .ovh-eff-group__items{ flex:1 1 100%; border-left:0; padding-left:0; } .ovh-eff-intro{ font-size:12px; margin-bottom:28px; } .ovh-eff-item{ flex-direction:column; align-items:flex-start; } .ovh-eff-item__num{ flex:0 0 auto; text-align:left; padding-right:0; padding-bottom:6px; font-size:24px; } .ovh-eff-item__txt{ width:100%; } .ovh-eff-group__label span{ font-size:20px; } } .ets_cfu_span{ display:none!important; } #category .elementor-top-column .elementor-col-50.blur{display:none;}