.iqitfake{ display: none;} @charset "UTF-8"; /*** Style mixins ***/ /*** Variables mixins and functions ***/ .container, .elementor-section.elementor-section-boxed > .elementor-container { max-width: 90%; } a:link:not(.nav-link):not(.btn), a:visited:not(.nav-link):not(.btn) { color: #007ce7; } a:hover:not(.nav-link):not(.btn) { color: #e2e2e2; } .pagination .page-list li:hover { border-color: #e2e2e2; } .pagination .page-list li.current { border-color: #e2e2e2; } .pagination .page-list li.current a { color: #e2e2e2; } #mobile-header { background: #ffffff; border-bottom: none 1px #e3e3e3; } #mobile-header #mobile-header-sticky { background: #ffffff; } #mobile-header .m-nav-btn { color: #373737; } #mobile-header .m-nav-btn:hover { color: #0056d2; } #mobile-header .mobile-buttons-bar { background: #ffffff; } html { font-size: 14px; } @media (max-width: 767px) { html { font-size: 13px; } } body { line-height: 1.8rem; } body { font-family: Inter; } .h1, .h2, .block-title, .page-title, .modal-title, .step-title { font-family: Manrope; } #blockcart-content { background: #ffffff; color: #373737; border: solid 1px #007ce7; } #blockcart-content a:not(.btn) { color: #373737; } #blockcart-content a:not(.btn):hover { color: #373737; } #blockcart-content .cart-products > li, #blockcart-content .cart-subtotals { border-color: #007ce7; } #blockcart-content .cart-products::-webkit-scrollbar-thumb { background-color: #007ce7; } /*** 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: #007ce7; border: solid 1px #007ce7; } .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: rgba(0, 124, 231, 0.32); color: #ffffff; border-color: #ffffff; } .btn-secondary:not(:disabled):not(.disabled):active { background: rgba(0, 124, 231, 0.32); color: #ffffff; border-color: #ffffff; } .btn-outline-secondary, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { background: #ffffff; color: #007ce7; border: solid 1px #e2e2e2; } .btn-outline-secondary:hover, .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover { background: rgba(0, 124, 231, 0.32); color: #ffffff; border: solid 1px #e2e2e2; } /*** Primary button ***/ .btn-primary, .btn-primary.disabled, .btn-primary:disabled { background: #007ce7; color: #ffffff; border: solid 1px #007ce7; } .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: #ffffff; color: #007ce7; border-color: #007ce7; } .btn-primary:not(:disabled):not(.disabled):active { background: #ffffff; color: #007ce7; border-color: #007ce7; } #wrapper .breadcrumb { padding-top: 0.8571428571rem; padding-bottom: 0.8571428571rem; font-size: 0.8571428571rem; font-style: normal; font-weight: normal; text-transform: uppercase; color: #007ce7; } #wrapper .breadcrumb li:after { color: #007ce7; } #wrapper .breadcrumb a { color: #007ce7; } /*** Text fields ***/ .form-control { background-color: #f9f9f9; color: #373737; border: solid 1px #e2e2e2; } .custom-select2, .custom-select2 option { background-color: #f9f9f9; } .custom-select2:after { color: #373737; } .bootstrap-touchspin .btn-touchspin { background-color: #f9f9f9; color: #373737; border: solid 1px #e2e2e2; } .bootstrap-touchspin .btn-touchspin:hover { color: #373737; background: rgba(0, 124, 231, 0.1); } .form-control::-webkit-input-placeholder { color: #373737; } .form-control::-moz-placeholder { color: #373737; } .form-control:-ms-input-placeholder { color: #373737; } .form-control:-moz-placeholder { color: #373737; } .form-control:focus { color: #373737; background: rgba(0, 124, 231, 0.1); } .custom-select2:focus-within { background: rgba(0, 124, 231, 0.1); } /*** Radio buttons and checkboxes ***/ .custom-checkbox input[type=checkbox] + span .checkbox-checked { color: #007ce7; } .custom-radio input[type=radio]:checked + span { background-color: #007ce7; } .custom-checkbox input[type=checkbox] + span:not(.color), .custom-radio { background: #f9f9f9; color: #007ce7; border-color: #ffffff; } /*** Dropdowns ***/ .dropdown-menu, .autocomplete-suggestions { background: #ffffff; border: solid 1px #e2e2e2; } .dropdown-menu .dropdown-item, .autocomplete-suggestions .dropdown-item { color: #373737!important; border-bottom: solid 1px #e2e2e2; } .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .autocomplete-suggestions .dropdown-item:focus, .autocomplete-suggestions .dropdown-item:hover { background: rgba(55, 55, 55, 0.05); } /*** Tooltips ***/ .tooltip-inner { background: #f9f9f9; color: #373737; } .tooltip.bs-tether-element-attached-bottom .tooltip-inner:before, .tooltip.tooltip-top .tooltip-inner:before, .bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before { border-top-color: #f9f9f9; } .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { border-bottom-color: #f9f9f9; } /*** Modals ***/ .modal-backdrop { background: #f9f9f9; } .modal-content { background: #f9f9f9; border: solid 1px #e2e2e2; } .js-quickview-np-btn { background: #f9f9f9; } /*** Notifications ***/ .ns-box { background: rgba(0, 124, 231, 0.17); color: #373737; border: none 1px; } .product-price { color: #ad1f00; } .iqit-review-star { color: #e0d041; } .product-flags .product-flag { font-size: 0.7857142857rem; font-style: normal; font-weight: normal; text-transform: none; } .product-flags .discount, .product-flags .on-sale { background: #eba53d; color: #ffffff; } .product-flags .new { background: #969696; color: #ffffff; } .product-flags .online-only, .product-flags .pack { background: #e0e0e0; color: #000000; } .product-flags .out_of_stock { background: #a17738; color: #fff7f7; } .discount { background: #eba53d; color: #ffffff; } .product-available { background: #67a675; color: #ffffff; } .product-unavailable { background: #a17738; color: #fff7f7; } .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: #f9f9f9; border-top: none 1px; border-left: none 1px; border-right: none 1px; } #iqitcompare-floating a { color: #373737; } #page-preloader { background: #ffffff; } #page-preloader .loader-wrapper { font-size: 15px; } #page-preloader .loader-1 { border-color: rgba(0, 124, 231, 0.2); border-top-color: #007ce7; } #page-preloader .loader-2 { background: rgba(0, 124, 231, 0.3); } #page-preloader .loader-2:after, #page-preloader .loader-2:before { background: rgba(0, 124, 231, 0.3); } @keyframes loader-2 { 50% { background: #007ce7; } } #back-to-top { background: #007ce7; color: #ffffff; } #back-to-top:hover { background: #f9f9f9; color: #007ce7; } #header, #checkout-header { background: #ffffff; border-top: none 6px #e43d4e; border-bottom: none 1px; } #header .container, #checkout-header .container { max-width: 100%; } .sticky-desktop-wrapper #desktop-header.stuck-header { background: #ffffff; border-bottom: none 1px; } #header .header-nav { color: #ffffff; background: #0056d2; border-bottom: none 1px; padding-top: 0.5714285714rem; padding-bottom: 0.5714285714rem; font-size: 0.8571428571rem; } #header .header-nav a { color: #ffffff; } #header .header-nav a:hover { color: #007ce7; } #header .header-nav .social-links._topbar { font-size: 1rem; } #header .header-nav .social-links._topbar a:not(:hover) { color: #ffffff !important; } #header .header-nav .social-links._topbar a:hover { color: #007ce7 !important; } .header-top { padding-top: 0.2142857143rem; padding-bottom: 0.2142857143rem; color: #373737; } .header-top a:not(.btn):not(.nav-link) { color: #373737; } .header-top a:not(.btn):not(.nav-link):hover { color: #007ce7; } .header-top .form-search-control { background: #f9f9f9; color: #373737; border: none 1px #e2e2e2; } .header-top input.form-search-control::-webkit-input-placeholder { color: #373737; } .header-top input.form-search-control:-moz-placeholder { color: #373737; } .header-top input.form-search-control:-ms-input-placeholder { color: #373737; } .header-top input.form-search-control:-moz-placeholder { color: #373737; } .header-top .search-btn { color: #373737; } .header-top .header-btn-w .header-btn > .icon { font-size: 1.2857142857rem; display: block; } .header-top .header-cart-default a.cart-toogle { background: #007ce7; color: #ffffff; padding: 0.6428571429rem 0.6428571429rem; } .header-top .header-cart-default a.cart-toogle:hover { color: #ffffff; } .header-top a.header-cart-btn:not(:hover) { color: #ffffff; } .sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu { background: #ffffff; } .cart-products-count-btn { background: #0038ff; color: #ffffff; } .desktop-header-style-1 .search-widget, .desktop-header-style-2 .search-widget { max-width: 50%; } /*** HORIZONTAL MENU ***/ #iqitmegamenu-horizontal { background: #ffffff; border-top: none 3px #521919; border-right: none 3px #38b82c; border-bottom: none 2px #0056d2; border-left: none 3px #a6cc0f; margin: 0 -500%; padding: 0 500%; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link { line-height: 3.0714285714rem; color: #373737; padding-left: 2.5rem; padding-right: 2.5rem; border-left: solid 1px #f9f9f9; } #sticky-cart-wrapper a.header-cart-btn:not(:hover) { color: #373737; } #sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content { top: -0.9642857143rem; } .cbp-vertical-on-top .cbp-vertical-title { line-height: 3.0714285714rem !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: #007ce7; color: #ffffff; } .cbp-horizontal .cbp-tab-title { font-size: 1rem; font-style: normal; font-weight: normal; text-transform: none; line-height: 1em; } .cbp-horizontal .cbp-legend { background: #ffffff; color: #ffffff; } .cbp-horizontal > ul { text-align: center; } .cbp-horizontal > ul > li { float: none; text-align: left; } @media (max-width: 1300px) { .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link { padding-left: 1.7857142857rem; padding-right: 1.7857142857rem; } } #cbp-hrmenu .cbp-hrsub, #cbp-hrmenu .cbp-hrsub-level2, #cbp-hrmenu .cbp-hrsub-wrapper { transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out; } .container-iqitmegamenu, .iqit-megamenu-container, .cbp-hrsub-narrow, #desktop-header-container.container { position: static !important; } .cbp-hrmenu .cbp-hrsub-inner { padding-left: 0; padding-right: 0; } /*** VERTICAL MENU ***/ .cbp-vertical-on-top #cbp-hrmenu1-ul { background: #ffffff; border: groove 1px #e3e3e3; } #content-wrapper #cbp-hrmenu1 { background: #ffffff; border: groove 1px #e3e3e3; } #cbp-hrmenu1 .cbp-vertical-title { font-size: 1rem; font-style: normal; font-weight: normal; text-transform: none; color: #ffffff; background: #d4d4d4; line-height: 3.5714285714rem; } #cbp-hrmenu1 .cbp-vertical-title:hover { color: #ffffff; background: #00a2ff; } #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.5714285714rem; padding-bottom: 0.5714285714rem; 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.0714285714rem; max-height: 1.0714285714rem; } #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: #00a2ff; } .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.9285714286rem; font-style: normal; font-weight: normal; text-transform: none; } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu ul.cbp-hrsub-level2 { background: #ffffff; border: none 1px #ffffff; box-shadow: 0px 5px 21px 0px rgba(74, 63, 63, 0.15); } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link { color: #373737 !important; } .cbp-hrmenu .cbp-hrsub-inner a:hover { color: #007ce7 !important; } .cbp-hrmenu .tabs-links { background: #ffffff; } .cbp-hrmenu .cbp-tabs-names li a { color: #007ce7 !important; } .cbp-hrmenu .cbp-tabs-names li a:hover, .cbp-hrmenu .cbp-tabs-names li a.active { background: #e2e2e2; color: #007ce7 !important; } .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link { color: #373737 !important; border-bottom: none 1px #f9f9f9; font-size: 0.9285714286rem; font-style: normal; font-weight: bold; text-transform: none; } .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:hover { color: #007ce7 !important; } /*** MOBILE MENU ***/ #mobile-header .col-mobile-menu-dropdown.show { background: #ffffff; } #mobile-header .col-mobile-menu-dropdown.show .m-nav-btn { color: #373737 !important; } #iqitmegamenu-mobile { background: #ffffff; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__tab { min-height: 3.4285714286rem; } #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.1428571429rem; padding-bottom: 1.1428571429rem; } #iqitmegamenu-mobile li > ul.mobile-menu__submenu--accordion .mobile-menu__link { color: #595050 !important; padding-top: 1.1428571429rem; padding-bottom: 1.1428571429rem; font-size: 1.2857142857rem; font-style: normal; font-weight: normal; text-transform: none; } .col-mobile-menu-push #iqitmegamenu-mobile { border: none 1px #0056d2; } .mobile-menu__submenu { background: #ffffff; } .mobile-menu__tab { border-bottom: solid 1px #f9f9f9; min-height: 3.1428571429rem; } .mobile-menu__link { color: #373737 !important; padding-top: 1rem; padding-bottom: 1rem; font-size: 1.1428571429rem; font-style: normal; font-weight: normal; text-transform: none; } .mobile-menu__arrow { padding-top: 1rem; padding-bottom: 1rem; color: #373737; font-size: 1.1428571429rem; } .mobile-menu__tab-icon { font-size: 1.1428571429rem; } .mobile-menu__tab-icon--img { max-height: 1.1428571429rem; } .mobile-menu__legend { font-size: 0.8571428571rem; font-style: normal; font-weight: normal; text-transform: none; color: #ffffff; background-color: #373737; } .mobile-menu__header-wrapper { color: #ffffff; background-color: #0056d2; border-bottom: none 1px; } .mobile-menu__title { font-size: 1.1428571429rem; font-style: normal; font-weight: bold; text-transform: none; } .mobile-menu__column-title { font-size: 1.1428571429rem; font-style: normal; font-weight: bold; text-transform: none; color: #373737 !important; } .mobile-menu__column { font-size: 0.9285714286rem; font-style: normal; font-weight: normal; text-transform: none; color: #373737; margin-bottom: 2.2142857143rem; } .mobile-menu__column-categories:not(:last-child) { margin-bottom: 2.2142857143rem; } .mobile-menu__column-title { margin-bottom: 0.7857142857rem; } .mobile-menu__links-list-li { padding-top: 0.4285714286rem; padding-bottom: 0.4285714286rem; } .mobile-menu__close, .mobile-menu__back-btn { color: #ffffff; } .mobile-menu__footer { border-top: none 1px; color: #ffffff; background-color: #0056d2; } /*** PS_FacatedSearch ***/ #search_filters .noUi-connect { background: #e2e2e2; } /*** Carousels ***/ .swiper-button-next, .swiper-button-prev { background: #ffffff; color: #ffffff; } .products.swiper-container .swiper-button-next, .products.swiper-container .swiper-button-prev { display: none; } .swiper-pagination-bullet { background: #333333; } /*** Product miniature ***/ .products.row { margin: -0.6428571429rem; } .products.row > .col, .products.row > [class*="col-"] { padding: 0.6428571429rem; } .swiper-container-wrapper { margin: -0.6428571429rem; } .swiper-container-wrapper .products.swiper-container { padding: 0.6428571429rem; } .swiper-container-wrapper .product-carousel { padding: 0.6428571429rem; } .swiper-products-carousel.swiper-arrows-above .swiper-button { margin: 0.6428571429rem; } .product-miniature { border: none 1px; outline: 1px solid transparent; } .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 .product-thumbnail-first:last-child { opacity: 1; } .product-miniature-grid { padding: 0.7857142857rem; } .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.0714285714rem; font-style: normal; font-weight: normal; text-transform: none; } @media (hover: hover) { .product-miniature:hover { border-color: #007ce7; outline: solid 1px #007ce7; } } .product-miniature-grid .product-functional-buttons { background: #ffffff; } .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: !important; } .products-grid .product-miniature .product-reference { display: none !important; } .products-grid .product-miniature .product-description-short { display: none !important; } .products-grid .product-miniature .products-variants { display: none !important; } .products-grid .product-miniature .flag-discount-value { display: none !important; } .btn-product-list { padding: 0.5rem 1rem; background: #007ce7; color: #ffffff; border: none 1px #ffffff; } .btn-product-list:hover { background: #f9f9f9; color: #373737; border-color: #e2e2e2; } .products-grid .product-miniature-default { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column; flex-flow: column; } .products-grid .product-miniature-default .product-description { -webkit-box-flex: auto; -ms-flex: auto; flex: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column; flex-flow: column; } .products-grid .product-add-cart { margin: auto auto 0 auto; } .product-carousel { height: 100%; } .products.swiper-container .swiper-slide { height: auto; } .products-grid .product-miniature-layout-1 { text-align: center; } .products-grid .product-miniature-layout-1 .input-group-add-cart { justify-content: center; } .products-grid .product-miniature-layout-3 .product-description { background: rgba(255, 255, 255, 0.93); } .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-rows: 1fr; grid-auto-rows: 0; display: grid; overflow-y: hidden; } .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(2, 1fr); } @media (min-width: 768px) { .layout-full-width .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(3, 1fr); } .layout-left-column .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper, .layout-right-column .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 992px) { .layout-full-width .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(4, 1fr); } .layout-left-column .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper, .layout-right-column .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(3, 1fr); } } @media (min-width: 1200px) { .layout-full-width .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(5, 1fr); } .layout-left-column .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper, .layout-right-column .swiper-default-carousel:not(.swiper-container-initialized) .swiper-wrapper { grid-template-columns: repeat(4, 1fr); } } .product_header_container .product-price, .product_p_price_container .product-price { font-size: 1.2857142857rem; font-style: normal; font-weight: bold; text-transform: none; } #product .images-container .product-cover { border: none 1px; } .images-container .swiper-button-arrow, #product .product-cover .expander > span, #product-modal .modal-body .swiper-button-arrow { color: #e2e2e2; background: #e2e2e2; } .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: #e2e2e2; background: #e2e2e2; } #product .product-cover .expander:hover { opacity: 0.6 !important; } #product .product-cover .expander { display: none; } #checkout #header { display: none !important; } #checkout #footer, #checkout #iqitcompare-floating-wrapper { display: none !important; } #wrapper { background: #ffffff; border-top: none 1px; border-bottom: none 1px; color: #373737; } #index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper { padding-top: 0rem; padding-bottom: 0rem; } #content-wrapper .page-title { color: #0056d2; font-size: 1.7857142857rem; letter-spacing: 0.0714285714rem; font-style: normal; font-weight: bold; text-transform: uppercase; border-bottom: solid 1px #0056d2; margin-bottom: 0.8em; padding-bottom: 0.5em; } #content-wrapper .page-title a:link, #content-wrapper .page-title a:visited { color: #0056d2; } #content-wrapper .section-title { color: #0056d2; font-size: 1.1428571429rem; font-style: normal; font-weight: bold; text-transform: none; border-bottom: none 1px #e3e3e3; margin-bottom: 0.8em; padding-bottom: 0.5em; } #content-wrapper .section-title a:link, #content-wrapper .section-title a:visited { color: #0056d2; } .nav-tabs .nav-link { color: #007ce7; font-size: 1.1428571429rem; font-style: normal; font-weight: bold; text-transform: none; } .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { color: #007ce7; border-bottom: none 3px #ca5058; } .iqit-accordion .title { 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: #007ce7; } .iqit-accordion .nav-link { border-bottom: none 3px #ca5058; border-bottom-color: transparent; } .iqit-accordion .nav-link:not(.collapsed) { color: #007ce7; border-bottom: none 3px #ca5058; } #wrapper .block-title { color: #373737; font-size: 1rem; font-style: normal; font-weight: bold; text-transform: none; border-bottom: solid 1px #f4f4f4; margin-bottom: 0.8em; padding-bottom: 0.5em; } #wrapper .block-title a:link, #wrapper .block-title a:visited { color: #373737; } #left-column .block, #right-column .block { background: #fdfdfd; padding: 1.4285714286rem; border: solid 1px #f4f4f4; } #footer, #checkout-footer { background: #0056d2; } #footer .ps-emailsubscription-block .newsletter-input-group, #checkout-footer .ps-emailsubscription-block .newsletter-input-group { border: none 1px #e3e3e3; background: #f9f9f9; } #footer .ps-emailsubscription-block .newsletter-input-group .input-subscription, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .input-subscription { color: #007ce7; } #footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe { color: #007ce7; } #footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover { color: #007ce7; } #footer .ps-emailsubscription-block input.input-subscription::-webkit-input-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription::-webkit-input-placeholder { color: #007ce7; } #footer .ps-emailsubscription-block input.input-subscription::-moz-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription::-moz-placeholder { color: #007ce7; } #footer .ps-emailsubscription-block input.input-subscription:-ms-input-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription:-ms-input-placeholder { color: #007ce7; } #footer .ps-emailsubscription-block input.input-subscription :-moz-placeholder, #checkout-footer .ps-emailsubscription-block input.input-subscription :-moz-placeholder { color: #007ce7; } #footer .social-links._footer, #checkout-footer .social-links._footer { font-size: 1.5rem; } #footer .social-links._footer a:not(:hover), #checkout-footer .social-links._footer a:not(:hover) { color: #ffffff !important; } #footer .social-links._footer a:hover, #checkout-footer .social-links._footer a:hover { color: #0056d2 !important; } #footer .block-title, #checkout-footer .block-title { color: #ffffff; font-size: 1.0714285714rem; font-style: normal; font-weight: bold; text-transform: none; border-bottom: solid 1px #007ce7; 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: #ffffff; } #footer-container-first { border-top: none 1px #ffffff; padding-top: 2.1428571429rem; padding-bottom: 2.1428571429rem; background: #007ce7; color: #ffffff; } #footer-container-first h5 { font-size: 1.5rem; font-style: normal; font-weight: bold; text-transform: none; } #footer-container-main, #checkout-footer { border-top: none 12px #007ce7; padding-top: 2.5rem; padding-bottom: 1.5rem; color: #ffffff; } #footer-container-main a, #checkout-footer a { color: #ffffff; } #footer-container-main a:hover, #checkout-footer a:hover { color: #007ce7; } #footer-copyrights { border-top: none 1px; background: #ffffff; padding-top: 1.0714285714rem; padding-bottom: 1.0714285714rem; } html, body { height: auto; min-height: 100%; } @media (max-width: 767px) { #footer .block-toggle { width: 100%; flex-basis: initial; } #footer .block-toggle > .block-title { cursor: pointer; } #footer .block-toggle > .block-title span::after { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ""; margin-left: 10px; } #footer .block-toggle > .block-content { display: none; } #footer .block-toggle._toggled > .block-content { display: block; } #footer .block-toggle._toggled .block-title span::after { content: ""; } #footer .footer-style-inline .block-title { display: block !important; max-width: 100%; } #footer .footer-style-inline .block-content { display: block; width: 100%; margin-top: 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; } @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), url(iconfont/MaterialIcons-Regular.woff2) format('woff2'), url(iconfont/MaterialIcons-Regular.woff) format('woff'), url(iconfont/MaterialIcons-Regular.ttf) format('truetype'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; /* Preferred icon size */ display: inline-block; width: 1em; height: 1em; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; font-feature-settings: 'liga'; } /*/////// MODIFICACIONES PAULA - CSS FINAL CORREGIDO ///////*/ .page-header { display: none; } /* ======================================== LAYOUT GENERAL ======================================== */ header, footer { width: 100% !important; max-width: 100% !important; margin: 0; } .header-wrapper, .footer-wrapper { width: 100% !important; max-width: 100% !important; margin: 0; } footer .container { padding: 0 85px; } /* Fix overflow Elementor + Warehouse */ .iqitcontent, .iqitcontent .elementor, .iqitcontent .elementor-section, .iqitcontent .elementor-container, .iqitcontent .elementor-widget-wrap { overflow: visible !important; height: auto !important; min-height: 0 !important; } /* ======================================== FUENTES GOOGLE (primero para herencia correcta) ======================================== */ @import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..400,0..1,0'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;700&family=Manrope:wght@300;400;600;700&display=swap'); /* ======================================== HEADINGS GLOBALES (SEO + Elementor HTML tags) ======================================== */ h1, h1.hero-title { font-family: 'Manrope', serif !important; font-weight: 500 !important; line-height: 1.1 !important; font-size: 50px; } h2, h2.subtitle { font-family: 'Manrope', sans-serif !important; font-weight: 500 !important; line-height: 1.3 !important; font-size: 50px; } h3, h3.body-text { text-transform: uppercase; font-size: 12px !important; font-weight: 400 !important; letter-spacing: 0.08em; margin-bottom: 12px; font-family: 'Inter', sans-serif !important; } h4, h5, h6 { font-family: 'Inter', sans-serif !important; font-weight: 300 !important; line-height: 1.4; } /* ======================================== ICONOS ======================================== */ .material-symbols-rounded { font-family: 'Material Symbols Rounded'; font-weight: normal; font-size: 30px; display: inline-block; line-height: 1.2; vertical-align: middle; -webkit-font-smoothing: antialiased; } .rating-stars { display: flex; gap: 2px; margin-bottom: 8px; } .rating-stars .material-symbols-rounded { font-size: 20px; font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; } /* ======================================== CARDS - ESTILOS COMPARTIDOS ======================================== */ .custom-card-vertical .card-title, .custom-card-horizontal .card-title, .custom-card-equipo .card-title { font-family: "Manrope", sans-serif; font-size: 28px; line-height: 1.15; margin-bottom: 16px; } .custom-card-vertical .card-eyebrow, .custom-card-horizontal .card-eyebrow, .custom-card-equipo .card-eyebrow { text-transform: uppercase; font-size: 12px; letter-spacing: 0.08em; margin-bottom: 8px; font-family: "Inter", sans-serif; } .custom-card-vertical .card-description, .custom-card-horizontal .card-description, .custom-card-equipo .card-description { font-size: 14px; line-height: 1.5; margin-bottom: 24px; font-family: "Inter", sans-serif; } .custom-card-vertical .card-buttons, .custom-card-horizontal .card-buttons, .custom-card-equipo .card-buttons { display: flex; gap: 12px; align-items: center; } .custom-card-vertical .card-btn-main, .custom-card-horizontal .card-btn-main, .custom-card-equipo .card-btn-main { padding: 8px 22px; border-radius: 5px; text-transform: none; font-family: "Inter", sans-serif; } .custom-card-vertical .card-link-more, .custom-card-horizontal .card-link-more, .custom-card-equipo .card-link-more { font-size: 14px; text-decoration: none; padding: 4px 8px; border-radius: 5px; font-family: "Inter", sans-serif; } /* ======================================== CARD HORIZONTAL (1280px) ======================================== */ .custom-card-horizontal { max-width: 1280px; margin: auto auto; background: #ffffff; border: none; padding: 32px 32px 40px; display: flex; flex-direction: row; gap: 24px; align-items: center; } .card-horizontal-image-wrapper { width: 50%; height: 260px; max-width: 600px; background-color: #f2f2f2; border-radius: 0; overflow: hidden; margin: 0; } .card-horizontal-image-wrapper img { width: 100%; height: 100%; object-fit: cover; } .card-horizontal-text-wrapper { padding: 0; width: 50%; } /* ======================================== CARD VERTICAL (480px) ======================================== */ .custom-card-vertical { max-width: 480px; margin: auto auto; background: #ffffff; border: none; padding: 32px 32px 40px; display: flex; flex-direction: column; gap: 24px; } .card-vertical-image-wrapper { width: 100%; height: 260px; max-width: 600px; background-color: #f2f2f2; border-radius: 0; overflow: hidden; margin: 0 auto; } .card-vertical-image-wrapper img { width: 100%; height: 100%; object-fit: cover; } .card-vertical-text-wrapper { padding: 0; } /* ======================================== CARD EQUIPO (550px ANCHO) ======================================== */ .custom-card-equipo { max-width: 550px; margin: auto auto; background: #ffffff; border: none; padding: 32px 32px 40px; display: flex; flex-direction: column; gap: 24px; } .custom-card-equipo .card-vertical-image-wrapper { width: 100%; height: 260px; max-width: 486px; background-color: #f2f2f2; border-radius: 0; overflow: hidden; margin: 0 auto; } .custom-card-equipo .card-vertical-text-wrapper { padding: 0; max-width: 486px; margin: 0 auto; } /* ======================================== RESPONSIVO ======================================== */ @media (max-width: 992px) { .card-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 575.98px) { .custom-card-horizontal { max-width: 100%; margin: 40px auto; padding: 24px 16px 32px; flex-direction: column; } .card-horizontal-image-wrapper, .card-horizontal-text-wrapper { width: 100%; } .custom-card-vertical, .custom-card-equipo { max-width: 100%; margin: 40px auto; padding: 24px 16px 32px; } .custom-card-equipo .card-vertical-image-wrapper, .custom-card-equipo .card-vertical-text-wrapper { max-width: 100%; } } @media (max-width: 600px) { .card-grid { grid-template-columns: 1fr; } } /* ======================================== SECCIÓN HORIZONTAL Texto + Imagen - RESPONSIVE ======================================== */ .custom-card-horizontal-reverse-fullheight { position: relative; max-width: 1600px; background: #f9f9f9; margin: 0 auto !important; min-height: auto; padding: 0; /* sin padding top/bottom */ display: flex; flex-direction: row; gap: 0; align-items: stretch; overflow: hidden; } .custom-card-horizontal-reverse-fullheight .card-horizontal-text-wrapper { flex: 0 0 40%; max-width: 600px; padding: 60px; /* aire solo para el texto */ display: flex; flex-direction: column; justify-content: center; z-index: 2; position: relative; } .custom-card-horizontal-reverse-fullheight .card-horizontal-image-wrapper-fullheight { position: relative; flex: 1 1 60%; width: auto; height: 100%; max-height: 650px; overflow: hidden; z-index: 1; } .custom-card-horizontal-reverse-fullheight .card-horizontal-image-wrapper-fullheight img { width: 100%; height: 100%; object-fit: cover; object-position: center; } /* TIPOGRAFÍAS */ .custom-card-horizontal-reverse-fullheight .card-title { font-family: 'Manrope', serif !important; font-weight: 300 !important; color: #007ce7 !important; font-size: 50px !important; line-height: 1.1 !important; margin-bottom: 7px !important; } .custom-card-horizontal-reverse-fullheight .card-eyebrow { text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; font-family: 'Inter', sans-serif !important; } .custom-card-horizontal-reverse-fullheight .card-description { font-family: 'Inter', sans-serif !important; font-weight: 200 !important; color: #373737 !important; font-size: 15px !important; line-height: 1.5 !important; } /* BOTONES */ .custom-card-horizontal-reverse-fullheight .card-buttons { display: flex; gap: 20px; align-items: center; margin-top: 7px; } .custom-card-horizontal-reverse-fullheight .card-btn-main, .custom-card-horizontal-reverse-fullheight .card-link-more { padding: 10px 20px; border-radius: 5px !important; font-family: "Inter", sans-serif !important; font-size: 14px !important; height: 42px; display: inline-flex; align-items: center; justify-content: center; line-height: 1.3; box-sizing: border-box; text-decoration: none; transition: all 0.3s ease; border: 1px solid #007ce7; } .custom-card-horizontal-reverse-fullheight .card-btn-main { background: #007ce7; color: white; } .custom-card-horizontal-reverse-fullheight .card-btn-main:hover { background: white; color: #007ce7; } .custom-card-horizontal-reverse-fullheight .card-link-more { background: transparent; color: #007ce7; } .custom-card-horizontal-reverse-fullheight .card-link-more:hover { background: #007ce7; color: white; } /* ======================================== RESPONSIVE ======================================== */ @media (max-width: 1200px) { .custom-card-horizontal-reverse-fullheight .card-horizontal-text-wrapper { padding: 40px; } } @media (max-width: 992px) { .custom-card-horizontal-reverse-fullheight { flex-direction: column !important; padding: 0 !important; /* sin padding contenedor */ height: auto !important; } .custom-card-horizontal-reverse-fullheight .card-horizontal-text-wrapper { width: 100% !important; max-width: 100% !important; padding: 40px 20px !important; /* aire sólo en el texto */ order: 1; } .custom-card-horizontal-reverse-fullheight .card-horizontal-image-wrapper-fullheight { position: relative !important; width: 100% !important; height: 300px !important; max-height: none; right: auto !important; top: auto !important; transform: none !important; order: 2; margin-top: 0; } .custom-card-horizontal-reverse-fullheight .card-title { font-size: 36px !important; } } @media (max-width: 768px) { .custom-card-horizontal-reverse-fullheight .card-horizontal-text-wrapper { padding: 30px 16px !important; } .custom-card-horizontal-reverse-fullheight .card-horizontal-image-wrapper-fullheight { height: 250px !important; } .custom-card-horizontal-reverse-fullheight .card-title { font-size: 32px !important; } } @media (max-width: 575.98px) { .custom-card-horizontal-reverse-fullheight .card-horizontal-text-wrapper { padding: 24px 12px !important; } .custom-card-horizontal-reverse-fullheight .card-title { font-size: 28px !important; } .custom-card-horizontal-reverse-fullheight .card-buttons { gap: 12px; flex-direction: column; align-items: stretch; } .custom-card-horizontal-reverse-fullheight .card-btn-main, .custom-card-horizontal-reverse-fullheight .card-link-more { width: 100%; } } /* ======================================== LINKS ======================================== */ .contact-info { display: flex; flex-direction: column; gap: 12px; margin: 32px 0; padding: 12px 0; } .contact-item { display: flex; align-items: center; gap: 8px; font-size: 16px; padding: 4px 0; } .contact-link { font-family: "Manrope", sans-serif !important; font-weight: 300 !important; color: #007ce7 !important; text-decoration: none !important; transition: color 0.3s ease !important; font-size: 16px !important; line-height: 1.3 !important; } .contact-link:hover { color: #0056d2 !important; } .map-container { margin-top: 16px; border-radius: 0px; overflow: hidden; } .map-container iframe { border-radius: 0px !important; display: block !important; } @media (max-width: 768px) { .material-symbols-rounded { font-size: 26px !important; } .map-container iframe { height: 250px !important; } .contact-info { gap: 10px; } .contact-item { gap: 6px; } } /* ======================================== FORMULARIO CON LÍNEAS HORIZONTALES (SIN * GLOBAL) ======================================== */ .contact-form * { box-sizing: border-box; } .contact-form { max-width: 760px; padding: 40px; background: none; } form { width: 100%; } .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 40px; } .field { display: flex; flex-direction: column; } .field.full { margin-top: 40px; } label { font-size: 14px; color: #373737; margin-bottom: 10px; } input[type="text"], input[type="email"], input[type="tel"], select, textarea { background: transparent; border: none; border-bottom: 1px solid #c9d3d9; padding: 10px 4px; font-size: 14px; color: #373737; outline: none; font-family: 'Inter', sans-serif; } select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23373737' fill='none' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 4px center; } textarea { min-height: 120px; resize: none; } textarea::placeholder { color: #8a8a8a; } .section-label { font-weight: 500; margin-bottom: 16px; color: #373737; } .radio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 40px; } .radio-grid label { font-size: 14px; display: flex; align-items: center; gap: 10px; color: #373737; } input[type="radio"], input[type="checkbox"] { accent-color: #007ce7; } .legal { margin: 40px 0 24px; font-size: 13px; color: #373737; } /* BOTÓN */ button { background: #007ce7; color: #ffffff; border: 1px solid #007ce7; padding: 12px 28px; font-size: 14px; border-radius: 5px; cursor: pointer; transition: all 0.2s ease; font-family: 'Inter', sans-serif; } button:hover { background: #ffffff; color: #007ce7; border: 1px solid #007ce7; }