@charset "UTF-8";.spinner-fa,.spinner-grow,.spinner-border { display:inline-block; width:var(--bs-spinner-width); height:var(--bs-spinner-height); vertical-align:var(--bs-spinner-vertical-align); border-radius:50%; animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);}@keyframes spinner-border { to {  transform:rotate(360deg) ; }}.spinner-border { --bs-spinner-width:2rem; --bs-spinner-height:2rem; --bs-spinner-vertical-align:-0.125em; --bs-spinner-border-width:0.25em; --bs-spinner-animation-speed:2s; --bs-spinner-animation-name:spinner-border; border:var(--bs-spinner-border-width) solid currentcolor; border-right-color:transparent;}.spinner-border-sm { --bs-spinner-width:1rem; --bs-spinner-height:1rem; --bs-spinner-border-width:0.2em;}@keyframes spinner-grow { 0% {  transform:scale(0); } 50% {  opacity:1;  transform:none; }}.spinner-grow { --bs-spinner-width:2rem; --bs-spinner-height:2rem; --bs-spinner-vertical-align:-0.125em; --bs-spinner-animation-speed:2s; --bs-spinner-animation-name:spinner-grow; background-color:currentcolor; opacity:0;}.spinner-grow-sm { --bs-spinner-width:1rem; --bs-spinner-height:1rem;}.spinner-fa { --bs-spinner-width:2rem; --bs-spinner-height:2rem; --bs-spinner-vertical-align:-0.125em; --bs-spinner-animation-speed:2s; --bs-spinner-animation-name:fa-spin;}.spinner-fa svg { max-height:100%; width:100%; flex:100%; height:100%;}@keyframes fa-spin { 0% {  transform:rotate(0deg); } 100% {  transform:rotate(360deg); }}.spinner-overlay { display:flex; justify-content:center; align-items:center; width:100%; height:100%; position:absolute; left:0; top:0; background-color:rgba(255, 255, 255, 0.75); color:#231F20; z-index:1; user-select:none;}.modal { --bs-modal-zindex:1055; --bs-modal-width:640px; --bs-modal-padding:1rem; --bs-modal-margin-x:0.5rem; --bs-modal-margin-y:4rem; --bs-modal-color:#231F20; --bs-modal-bg:var(--bs-body-bg); --bs-modal-border-color:var(--bs-border-color-translucent); --bs-modal-border-width:0px; --bs-modal-border-radius:var(--bs-border-radius-lg); --bs-modal-box-shadow:var(--bs-box-shadow-sm); --bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - 0px); --bs-modal-header-padding-x:1rem; --bs-modal-header-padding-y:0.75rem; --bs-modal-header-padding:0.75rem 1rem; --bs-modal-header-border-color:#204076; --bs-modal-header-border-width:1px; --bs-modal-header-bg:#ffffff; --bs-modal-title-line-height:1.5; --bs-modal-footer-gap:0.5rem; --bs-modal-footer-bg:; --bs-modal-footer-border-color:#204076; --bs-modal-footer-border-width:0px; position:fixed; top:0; left:0; z-index:var(--bs-modal-zindex); display:none; width:100%; height:100%; overflow-x:hidden; overflow-y:auto; outline:0;}.modal-dialog { position:relative; width:auto; margin:var(--bs-modal-margin-y) var(--bs-modal-margin-x); pointer-events:none;}.modal.fade .modal-dialog { transition:transform 0.3s ease-out; transform:translate(0, -50px);}.modal.show .modal-dialog { transform:none;}.modal.show.modal-static .modal-dialog { transform:scale(1.02);}.modal-dialog-scrollable { max-height:calc(100% - var(--bs-modal-margin-y) * 2); }.modal-dialog-scrollable .modal-body { overflow-y:auto; overscroll-behavior-y:contain;}.modal-dialog-centered { display:flex; align-items:center; min-height:calc(100% - var(--bs-modal-margin-y) * 2);}.modal-content { position:relative; display:flex; flex-direction:column; width:100%; color:var(--bs-modal-color); pointer-events:auto; background-color:var(--bs-modal-bg); background-clip:padding-box; border:var(--bs-modal-border-width) solid var(--bs-modal-border-color); border-radius:var(--bs-modal-border-radius); box-shadow:var(--bs-modal-box-shadow); outline:0;}.modal-backdrop { --bs-backdrop-zindex:1050; --bs-backdrop-bg:#000000; --bs-backdrop-opacity:0.5; position:fixed; top:0; left:0; z-index:var(--bs-backdrop-zindex); width:100vw; height:100vh; background-color:var(--bs-backdrop-bg);}.modal-backdrop.fade { opacity:0;}.modal-backdrop.show { opacity:var(--bs-backdrop-opacity);}.modal-header { display:flex; flex-shrink:0; align-items:center; padding:var(--bs-modal-header-padding-y) var(--bs-modal-header-padding-x); border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color); background-color:var(--bs-modal-header-bg); border-top-left-radius:var(--bs-modal-inner-border-radius); border-top-right-radius:var(--bs-modal-inner-border-radius);}.modal-header .btn-close { padding:calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5); margin:calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;}.modal-title { margin-bottom:0; line-height:var(--bs-modal-title-line-height);}.modal-body { position:relative; flex:1 1 auto; padding:var(--bs-modal-padding);}.modal-footer { display:flex; flex-shrink:0; flex-wrap:wrap; align-items:center; justify-content:flex-end; padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5); background-color:var(--bs-modal-footer-bg); border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color); border-bottom-right-radius:var(--bs-modal-inner-border-radius); border-bottom-left-radius:var(--bs-modal-inner-border-radius);}.modal-footer > * { margin:calc(var(--bs-modal-footer-gap) * 0.5);}@media (min-width:576px) { .modal {  --bs-modal-padding:1.5rem;  --bs-modal-margin-y:4rem;  --bs-modal-box-shadow:var(--bs-box-shadow);  --bs-modal-header-padding-y:1rem;  --bs-modal-header-padding-x:1.5rem; } .modal-dialog {  max-width:var(--bs-modal-width);  margin-right:auto;  margin-left:auto; } .modal-sm {  --bs-modal-width:440px; }}@media (min-width:992px) { .modal-lg, .modal-xl {  --bs-modal-width:860px; }}@media (min-width:1240px) { .modal-xl {  --bs-modal-width:1140px; }}.modal-fullscreen { width:100vw; max-width:none; height:100%; margin:0;}.modal-fullscreen .modal-content { height:100%; border:0; border-radius:0;}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer { border-radius:0;}.modal-fullscreen .modal-body { overflow-y:auto;}@media (max-width:439.98px) { .modal-fullscreen-xs-down {  width:100vw;  max-width:none;  height:100%;  margin:0; } .modal-fullscreen-xs-down .modal-content {  height:100%;  border:0;  border-radius:0; } .modal-fullscreen-xs-down .modal-header, .modal-fullscreen-xs-down .modal-footer {  border-radius:0; } .modal-fullscreen-xs-down .modal-body {  overflow-y:auto; }}@media (max-width:575.98px) { .modal-fullscreen-sm-down {  width:100vw;  max-width:none;  height:100%;  margin:0; } .modal-fullscreen-sm-down .modal-content {  height:100%;  border:0;  border-radius:0; } .modal-fullscreen-sm-down .modal-header, .modal-fullscreen-sm-down .modal-footer {  border-radius:0; } .modal-fullscreen-sm-down .modal-body {  overflow-y:auto; }}@media (max-width:767.98px) { .modal-fullscreen-md-down {  width:100vw;  max-width:none;  height:100%;  margin:0; } .modal-fullscreen-md-down .modal-content {  height:100%;  border:0;  border-radius:0; } .modal-fullscreen-md-down .modal-header, .modal-fullscreen-md-down .modal-footer {  border-radius:0; } .modal-fullscreen-md-down .modal-body {  overflow-y:auto; }}@media (max-width:991.98px) { .modal-fullscreen-lg-down {  width:100vw;  max-width:none;  height:100%;  margin:0; } .modal-fullscreen-lg-down .modal-content {  height:100%;  border:0;  border-radius:0; } .modal-fullscreen-lg-down .modal-header, .modal-fullscreen-lg-down .modal-footer {  border-radius:0; } .modal-fullscreen-lg-down .modal-body {  overflow-y:auto; }}@media (max-width:1239.98px) { .modal-fullscreen-xl-down {  width:100vw;  max-width:none;  height:100%;  margin:0; } .modal-fullscreen-xl-down .modal-content {  height:100%;  border:0;  border-radius:0; } .modal-fullscreen-xl-down .modal-header, .modal-fullscreen-xl-down .modal-footer {  border-radius:0; } .modal-fullscreen-xl-down .modal-body {  overflow-y:auto; }}@media (max-width:1439.98px) { .modal-fullscreen-xxl-down {  width:100vw;  max-width:none;  height:100%;  margin:0; } .modal-fullscreen-xxl-down .modal-content {  height:100%;  border:0;  border-radius:0; } .modal-fullscreen-xxl-down .modal-header, .modal-fullscreen-xxl-down .modal-footer {  border-radius:0; } .modal-fullscreen-xxl-down .modal-body {  overflow-y:auto; }}.placeholder { display:inline-block; min-height:1em; vertical-align:middle; cursor:wait; background-color:currentcolor; opacity:0.5;}.placeholder.btn::before { display:inline-block; content:"";}.placeholder-xs { min-height:0.6em;}.placeholder-sm { min-height:0.8em;}.placeholder-lg { min-height:1.2em;}.placeholder-glow .placeholder { animation:placeholder-glow 2s ease-in-out infinite;}@keyframes placeholder-glow { 50% {  opacity:0.2; }}.placeholder-wave { mask-image:linear-gradient(90deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%); mask-size:200% 100%; animation:placeholder-wave 2s linear infinite;}@keyframes placeholder-wave { 100% {  mask-position:-200% 0%; }}#overlay_reg_decide_on_form_content { min-height:246px;}.nav-item__count-badge { --bs-badge-padding-y:0.2em; --bs-badge-padding-x:0.35em; font-size:0.75rem; font-variant-numeric:tabular-nums;}.break { flex-basis:100%; height:0; margin-top:calc(var(--bs-gutter-y) * -1);}.usn { -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}.anchor-hidden { float:left; width:0; height:0; visibility:hidden; margin:0; padding:0; margin-top:calc(var(--bs-gutter-y) * -1);}menu { list-style:none; margin:0;}.direct-filter-link { display:inline-flex !important; align-items:center; vertical-align:top;}ul { list-style:disc inside none;}ol { list-style-position:inside;}ol, ul, dl { margin-bottom:1.5em; padding-left:0;}.round-bracket-around::before { content:"(";}.round-bracket-around::after { content:")";}.round-bracket-around:empty { display:none;}.info-icon { white-space:nowrap; font-size:min(1em, 1rem); line-height:1;}.info-icon::before { content:" ";}.hover-ring-anim:hover:not(.disable):not([disabled]) .icon-set { animation:ring 4s 0.4s ease-in-out infinite; transform-origin:50% 0;}.text-sale { color:#204076;}@keyframes ring { 0% {  transform:rotate(0); } 1% {  transform:rotate(30deg); } 3% {  transform:rotate(-28deg); } 5% {  transform:rotate(34deg); } 7% {  transform:rotate(-32deg); } 9% {  transform:rotate(30deg); } 11% {  transform:rotate(-28deg); } 13% {  transform:rotate(26deg); } 15% {  transform:rotate(-24deg); } 17% {  transform:rotate(22deg); } 19% {  transform:rotate(-20deg); } 21% {  transform:rotate(18deg); } 23% {  transform:rotate(-16deg); } 25% {  transform:rotate(14deg); } 27% {  transform:rotate(-12deg); } 29% {  transform:rotate(10deg); } 31% {  transform:rotate(-8deg); } 33% {  transform:rotate(6deg); } 35% {  transform:rotate(-4deg); } 37% {  transform:rotate(2deg); } 39% {  transform:rotate(-1deg); } 41% {  transform:rotate(1deg); } 43% {  transform:rotate(0); } 100% {  transform:rotate(0); }}@keyframes spin { 100% {  transform:rotate(360deg); }}@keyframes spin-pulse { 25% {  transform:rotate(180deg); } 75% {  transform:rotate(360deg); }}.spin-pulse { animation:spin-pulse 5s linear infinite; animation-timing-function:steps(2);}@keyframes translateY { 0% {  transform:translateY(100%); } 100% {  transform:translateY(0%); }}@keyframes translateY2 { 0% {  transform:rotate(-90deg) translateX(-50%) translateY(-100%); } 100% {  transform:rotate(-90deg) translateX(-50%) translateY(0); }}@keyframes dots { 0% {  content:""; } 20% {  content:"."; } 40% {  content:".."; } 60% {  content:"..."; } 80% {  content:"...."; } 100% {  content:"....."; }}@keyframes fadein { 0% {  opacity:0; } 100% {  opacity:1; }}@keyframes beat-fade { 0%, 100% {  opacity:0.4;  transform:scale(1); } 50% {  opacity:1;  transform:scale(1.25); }}@keyframes bg-pulse { to {  filter:brightness(80%); }}@keyframes bg-pulse2 { 0%, 100% {  opacity:0; } 50% {  opacity:1; }}@media (min-width:1240px) { .sticky-xl-top {  position:-webkit-sticky;  top:var(--sticky-offset);  max-height:calc(100vh - 2 * var(--sticky-offset));  overflow:hidden auto; } .header-is-sticky.header-is-visible-by-scroll-up .sticky-xl-top {  transition:top ease var(--header-sticky-on-scroll-up-transition-time);  top:calc(var(--header-height) + var(--sticky-offset));  max-height:calc(100vh - 2 * var(--sticky-offset) - var(--header-height)); } .header-is-sticky.header-with-sticky-behavior .sticky-xl-top {  top:calc(var(--header-height) + var(--sticky-offset));  max-height:calc(100vh - 2 * var(--sticky-offset) - var(--header-height)); } .sticky-xl-top.highlighted-block {  box-shadow:0 0 0.5rem rgba(0, 0, 0, 0.075); }}@media (min-width:992px) { .sticky-lg-top {  position:-webkit-sticky;  top:var(--sticky-offset);  max-height:calc(100vh - 2 * var(--sticky-offset));  overflow:hidden auto; } .header-is-sticky.header-is-visible-by-scroll-up .sticky-lg-top {  transition:top ease var(--header-sticky-on-scroll-up-transition-time);  top:calc(var(--header-height) + var(--sticky-offset));  max-height:calc(100vh - 2 * var(--sticky-offset) - var(--header-height)); } .header-is-sticky.header-with-sticky-behavior .sticky-lg-top {  top:calc(var(--header-height) + var(--sticky-offset));  max-height:calc(100vh - 2 * var(--sticky-offset) - var(--header-height)); } .sticky-lg-top.highlighted-block {  box-shadow:0 0 0.5rem rgba(0, 0, 0, 0.075); }}@media (min-width:1240px) and (max-width:1439.98px) { .col-xl-only-custom-5 {  -webkit-box-flex:0;  -ms-flex:0 0 20%;  flex:0 0 20%;  max-width:20%; }}@media (min-width:1440px) { .col-xxl-custom-5 {  -webkit-box-flex:0;  -ms-flex:0 0 20%;  flex:0 0 20%;  max-width:20%; }}@media (min-width:1240px) { .col-xl-custom-5 {  -webkit-box-flex:0;  -ms-flex:0 0 20%;  flex:0 0 20%;  max-width:20%; } .col-xl-custom-8 {  -webkit-box-flex:0;  -ms-flex:0 0 12.5%;  flex:0 0 12.5%;  max-width:12.5%; }}.has-img:focus-visible, .has-fv:focus-visible { outline:0; display:inherit; position:relative;}.has-img:focus-visible::before, .has-fv:focus-visible::before { content:""; display:block; position:absolute; z-index:5; top:0; left:0; right:0; bottom:0; outline:1px solid #101e35; box-shadow:inset 0 0 0 calc(0.125rem + 1px) #a4adbc; outline-offset:-1px; pointer-events:none; border-radius:inherit;}.has-img.btn:focus-visible, .has-fv.btn:focus-visible { display:inline-flex;}::-ms-reveal { display:none;}[data-after]::after { content:attr(data-after);}[data-after="%"]::before { content:"-";}.video-responsive { overflow:hidden; padding-bottom:56.25%; position:relative; height:0;}.video-responsive iframe { left:0; top:0; height:100%; width:100%; position:absolute;}.microcaps { letter-spacing:0.1em; text-transform:uppercase; font-size:0.813rem; opacity:0.5; font-weight:600; word-break:break-word; line-height:1.25;}.main-title2 { font-family:"Inter", "Inter-fallback"; font-size:1.125rem; font-weight:500;}.sub-title { margin-bottom:1.5rem; color:rgba(35, 31, 32, 0.7); font-weight:500;}.search__search-value { font-weight:500; margin:0 0.625rem;}.search__search-value::before { content:'"';}.search__search-value::after { content:'"';}.margin-block { margin-top:var(--space-block-padding); margin-bottom:var(--space-block-padding);}.margin-block-small { margin-top:calc(var(--space-block-padding) / 2); margin-bottom:calc(var(--space-block-padding) / 2);}.padding-block, .custom-content--page_shop_start { padding-top:var(--space-block-padding); padding-bottom:var(--space-block-padding);}.padding-block-small { padding-top:calc(var(--space-block-padding) / 2); padding-bottom:calc(var(--space-block-padding) / 2);}::-webkit-scrollbar { width:0.625rem; height:0.625rem;}::-webkit-scrollbar-button { width:0; height:0;}::-webkit-scrollbar-thumb { background:#a8a8a8; border:5px solid #a8a8a8;}::-webkit-scrollbar-thumb:hover { background:#8f8f8f; border:5px solid #8f8f8f;}::-webkit-scrollbar-thumb:active { background:#8f8f8f;}::-webkit-scrollbar-track { background:#dbdbdb;}::-webkit-scrollbar-corner { background:transparent;}.scroll-to-highlighted { --offset:-0.5em; --bg:rgba(27, 50, 88, 0.1); position:relative;}.scroll-to-highlighted::after { content:""; position:absolute; left:var(--offset); right:var(--offset); top:var(--offset); bottom:var(--offset); background-color:var(--bg); animation-name:bg-pulse2; animation-duration:1s; animation-iteration-count:infinite; animation-direction:alternate-reverse; animation-timing-function:linear; border-radius:6px; display:block;}::selection { background-color:#f2f2f2;}.box_content_ajax::after,.page_content_ajax::after { content:""; display:inline-block; width:28px; height:28px; margin:8px; border-radius:50%; border:2px solid; border-color:#8f8f8f transparent #8f8f8f transparent; animation:spin 1.2s linear infinite;}.box_content_ajax, .page_content_ajax { text-align:center; padding:1.875rem 1.25rem; position:relative; width:100%; display:flex; align-items:center; justify-content:center;}#page_artlist_content .page_content_ajax,.product-list-wrapper:not(.empty-category),.similar-products__inner,.additional-products__inner { min-height:300px;}.ajax-content-placeholder { position:relative; min-height:300px;}.page_no #page_artref_inner { position:relative;}.gift__base-product-name { display:block; font-size:1rem; text-transform:none; color:#204076;}#box_page_content_blog { min-height:777px;}.nav-item__count-badge { align-self:center;}.nav-item__all-cat { color:#231F20; font-weight:700 !important;}.nav-item:hover > .nav-item__all-cat { color:#231F20;}.page_page_subpage a:hover { color:#182d4f;}.nav-link__icon-container { display:flex; align-items:center;}.nav-link__icon-container:empty { display:none;}.nav-link__icon-container .icon-set { font-size:16px;}.nav-link__icon-container img { max-height:16px; flex:0 0 16px; width:16px;}.box__title { position:relative; margin-bottom:1.25rem; font-size:1.5rem; text-transform:uppercase; font-weight:500; display:flex; align-items:center; user-select:none;}.box__title--filter-box { margin-bottom:0.625rem;}.filter-box__title-text { align-self:center;}.box__content iframe { max-width:100%;}.box-counter__number { border:1px solid #204076; height:40px; line-height:40px; font-size:1rem; text-align:center; margin:0 3px; flex:1 1 35px; max-width:35px; background-color:#ffffff;}.box-counter__number:first-child { margin-left:0;}.box-counter__number:last-child { margin-right:0;}#box_last_content { min-height:220px; padding-top:3rem;}input.page_qty_input { border:none; text-align:center; font-weight:500; background-color:transparent; padding:0; border-radius:0; opacity:1; min-height:calc(1.5em + 0.625rem);}input.page_qty_input:not([readonly]) { width:var(--input-width); flex:1 0 var(--input-width); }input.page_qty_input.form-control-sm { min-height:calc(calc(1.5em + 0.5625rem) - 0.25rem);}input.page_qty_input.form-control-lg { min-height:calc(calc(1.5em + 0.815rem) - 0.25rem);}input.page_qty_input:focus { box-shadow:none;}#image_to_cart img { transition:none !important;}.price-gross-format, .price-net-format, .price-vat-format { white-space:nowrap; }.product-price--base, .product-price--sale, .product-price--gift { line-height:1.2; font-weight:600;}.has-price-sale .product-price--base { color:rgba(35, 31, 32, 0.7); font-weight:400;}.product-price--sale { color:#204076;}.product-price--unit-price, .product-price--unit { line-height:1.25; color:rgba(35, 31, 32, 0.7);}.back_to_top { box-shadow:var(--bs-box-shadow); position:fixed; font-size:1.25rem; transition:ease 0.2s; z-index:1030; bottom:1.25rem; right:1.25rem; display:inline-flex; align-items:center; justify-content:center; opacity:0; visibility:hidden;}.back_to_top.show { visibility:visible; opacity:1;}.fixed-cart-on-artdet-visible .back_to_top { bottom:7rem;}@media (max-width:575.98px) { .back_to_top.hide-on-mobile {  display:none !important; }}@media (min-width:576px) { .back_to_top {  bottom:10.625rem;  right:3.75rem; } .fixed-cart-on-artdet-visible .back_to_top {  bottom:13rem; }}.grecaptcha-badge { z-index:1000;}.logged-in .writing-review__info { display:none;}.footer { background:linear-gradient(to bottom, #F6F6F6 0%, #F6F6F6 100%); padding-top:3rem; padding-bottom:3rem; color:#231F20; font-size:0.875rem; overflow:hidden;}.footer *::selection { background-color:#ffffff;}.footer.no-partners { padding-bottom:4rem;}.footer:not(.footer--v2) .social_icons .elements { justify-content:center;}@media (min-width:768px) { .footer:not(.footer--v2) .social_icons .elements {  justify-content:flex-end; }}.footer__html:not(:has(a)) { padding:0 0.75rem;}:where(.footer__nav) a { display:inline-block; vertical-align:top;}:where(.footer__nav) a:hover { color:#231F20;}.footer__nav { --list-item-gap:0.875rem;}.footer__nav a { text-decoration:none;}.footer__nav ul { list-style:none; margin-bottom:0;}.footer__nav ul + .element-links { margin-top:var(--list-item-gap);}.footer__nav li { word-break:break-word;}.footer__nav li + li { margin-top:var(--list-item-gap);}.footer__nav.footer--simple { text-align:center;}.footer__nav.footer--simple ul { display:inline-flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:1rem;}.footer__nav.footer--simple li + li { margin-top:0;}.footer__nav .element-links { gap:var(--list-item-gap);}.footer--v2 .footer__nav:not(.footer__nav-5) .element-links { align-items:flex-start;}.footer--v2 .footer__nav:not(.footer__nav-5) .element-link { font-size:inherit;}@media (min-width:768px) { .footer.footer--v2:not(.footer-menu-count--5) .footer__nav:not(.footer__nav-5) {  flex:1 0 0%; }}.footer__nav-5 p:last-of-type { margin-bottom:0;}@media (min-width:768px) { .footer:not(.footer--v2) .footer__nav-5 {  width:512px;  max-width:100%; } .footer:not(.footer--v2) .footer__nav-5 .footer_v2_menu_5 .element-links {  align-items:flex-end;  text-align:right; }}.footer--v2 .footer_v2_menu_5, .footer--v2 .footer__nav-inner, .footer--v2 .footer__nav-5 .element-links { align-items:inherit;}.footer__header { margin-bottom:1.25rem;}.qtyminus_common, .qtyplus_common { width:var(--qty-button-width); height:var(--qty-button-width); padding:0;}@supports (mask-size:cover) { .qtyminus_common::before, .qtyplus_common::before {  content:"";  mask-size:var(--qty-button-sign-size);  width:1em;  height:1em;  background-color:currentColor;  mask-position:center;  mask-repeat:no-repeat; }}@supports not (mask-size:cover) { .qtyminus_common, .qtyplus_common {  background-position:center;  background-size:var(--qty-button-sign-size);  background-repeat:no-repeat; }}.coupon-copy-btn__icon-copied, .coupon-code-copied .coupon-copy-btn__icon-copy { display:none;}.coupon-code-copied .coupon-copy-btn__icon-copied { display:initial;}.exitpopup-coupon-value { overflow:auto hidden; -ms-scroll-snap-type:x mandatory; scroll-snap-type:x mandatory; scroll-behavior:smooth; -webkit-overflow-scrolling:touch; scrollbar-width:thin; scrollbar-color:#a8a8a8 #ffffff; white-space:nowrap; padding:0 0.5rem;}.exitpopup-coupon-value::-webkit-scrollbar { width:6px; height:6px;}.exitpopup-coupon-value::-webkit-scrollbar-thumb { background:#a8a8a8; border:3px solid #a8a8a8; border-radius:3px;}.exitpopup-coupon-value::-webkit-scrollbar-thumb:hover { background:#8f8f8f; border:3px solid #8f8f8f;}.exitpopup-coupon-value::-webkit-scrollbar-track { background-color:#ffffff; border-radius:3px;}.exitpopup-coupon-2 { font-size:1.5rem; line-height:1.2; font-weight:600; background-color:#ffffff; color:#231F20; min-height:calc(1.5em + 0.625rem + calc(1px * 2)); display:flex; justify-content:center; text-align:center; align-items:center; position:relative; margin:0 calc(var(--circle-width) * -1);}.product-function-btn { --bs-btn-hover-color:#ffffff; --bs-btn-hover-bg:#8f8f8f; --bs-btn-hover-border-color:#8f8f8f; --bs-btn-active-color:#ffffff; --bs-btn-active-bg:#525252; --bs-active-border-color:#525252; display:inline-flex; align-items:center; justify-content:center; position:relative; cursor:pointer; transition:color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; margin:0px; border-radius:6px; background:#ffffffcc; border:0px solid #ffffffcc; font-size:0.875rem; width:2.5rem; height:2.5rem; flex:0 0 2.5rem; pointer-events:auto; line-height:1; white-space:nowrap; color:inherit;}.product-function-btn.page_artdet_func_compare_checked, .product-function-btn.page_art_func_compare_checked, .product-function-btn.added { color:var(--bs-btn-active-color); background-color:var(--bs-btn-active-bg); border-color:var(--bs-btn-active-border-color);}.page_qty_input_outer { padding:var(--padding-y) var(--padding-x); border-radius:6px; border:var(--input-border-width) solid #204076; background-color:#ffffff; position:relative; display:inline-flex; column-gap:var(--qty-gap);}.page_qty_input_outer:has(.form-control-lg) { border-radius:0px;}.page_qty_input_outer:has(.form-control-sm) { border-radius:4px;}.page_qty_input_outer:focus-within { outline:1px solid #101e35; outline-offset:-1px; box-shadow:inset 0 0 0 0.125rem #a4adbc;}.credit iframe { margin:0 !important;}.credit__header { display:flex; align-items:center; justify-content:center; gap:1rem; font-weight:600; margin-bottom:1rem;}.credit__logo { max-width:140px; max-height:60px;}.cart-item__qty-unit, .quantity-unit-type--under .artdet__cart-unit, .quantity-unit-type--under .product__cart-unit { position:absolute; left:50%; bottom:0; transform:translate(-50%); text-align:center; color:rgba(35, 31, 32, 0.7); pointer-events:none; line-height:1;}.cart-item__qty-unit, .quantity-unit-type--under .artdet__cart-unit { font-size:0.75rem;}.page_qty_input_outer.qty--input, .cart-item__qty-wrap, .product__cart-input-wrap, .artdet__cart-input-wrap { --padding-y:0.125rem; --padding-x:0.125rem; --qty-gap:0px; --qty-button-width:2.25rem; --qty-button-sign-size:1rem; --input-width:3.2rem; --input-border-width:1px;}@media (min-width:768px) { .page_qty_input_outer.qty--input, .cart-item__qty-wrap, .product__cart-input-wrap, .artdet__cart-input-wrap {  min-width:calc(var(--input-width) + var(--qty-button-width) * 2 + var(--qty-gap) * 2 + var(--padding-x) * 2 + var(--input-border-width) * 2); }}.stock { white-space:normal; text-align:left; display:flex; align-items:center; column-gap:0.25em; padding:0.125em 0.375em; justify-self:flex-start; line-height:1.25;}.scrolling-no { overflow:hidden;}.facebook-iframe, .google-iframe { height:40px; max-width:100%; padding:0; border:0; display:inline-block;}@media (max-width:575.98px) { .facebook-iframe, .google-iframe {  width:100%; }}.section-block { padding:2rem 0; position:relative; overflow:hidden; min-height:100%;}@media (min-width:576px) { .section-block {  padding:5% 10%; }}.up-block { display:flex; flex-direction:column;}.up-block .carousel__products > .container { padding-left:0; padding-right:0;}.up-block .carousel.products::before, .up-block .carousel.products::after { display:none;}.up-block .carousel__title-outer > .container { padding-left:0; padding-right:0;}.up-block ~ .up-block { margin-top:2.5rem;}[data-tippy].tippy-module-loading { cursor:wait;}span[data-tippy] { cursor:help;}span[data-tippy]:focus-visible:not(.btn) { outline:0; background-color:var(--focus-visible-bg); text-decoration-color:currentColor; text-decoration-color:color-mix(in srgb, currentColor 50%, transparent); text-decoration:underline; color:var(--focus-visible-color);}img[data-tippy]:focus-visible, img.js-init-ps:focus-visible { outline:1px solid #101e35; outline-offset:-1px; box-shadow:inset 0 0 0 0.125rem #a4adbc;}.tippy-box { background-color:#ffffff; color:#231F20; box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15); border-radius:6px; font-size:0.875rem; line-height:16px;}.tippy-content { padding:0.625rem;}.tippy-content p:last-child { margin-bottom:0;}.tippy-arrow { color:#ffffff;}.loading-spinner__wrap { min-height:200px; position:relative;}.loading-spinner { display:inline-block; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); z-index:3; line-height:0;}.loading-spinner::after { content:""; display:inline-block; width:28px; height:28px; margin:8px; border-radius:50%; border:2px solid; border-color:#8f8f8f transparent #8f8f8f transparent; animation:spin 1.2s linear infinite;}.loading-spinner--small { display:inline-block; vertical-align:middle; width:0.875rem; height:0.875rem; border-radius:50%; border:2px solid; border-color:#8f8f8f transparent #8f8f8f transparent; animation:spin 1.2s linear infinite;}#partners { flex:0 0 100%;}@media (min-width:768px) { #partners {  flex:1 1 auto; }}#provider-partners { background:linear-gradient(to bottom, #DBDBDB 0%, #DBDBDB 100%); padding-top:0; padding-bottom:3rem; overflow:hidden;}.partner_element a { color:#231F20;}.partner_element a:hover { color:#8F8F8F;}:where(.partner_element) a { text-decoration:none;}#provider_link_click { flex:0 0 100%; text-align:center; display:block;}@media (min-width:768px) { #provider_link_click {  order:-1;  flex:0 0 auto;  text-align:left; }}.draggable { -webkit-overflow-scrolling:touch; overflow-x:auto; overflow-y:hidden;}.draggable:not(.is-pointer-down) { -ms-scroll-snap-type:x mandatory; scroll-snap-type:x mandatory; scroll-behavior:smooth;}.draggable .dragging { cursor:grabbing; scroll-snap-type:none;}.draggable .dragging a { pointer-events:none;}#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div { width:360px !important; max-width:100%; padding:0.625rem;}#toast-container.toast-top-center { top:1.25rem;}#toast-container { padding:0.625rem 0.625rem 0;}#toast-container > div.toast { border-radius:0; opacity:1; box-shadow:0 0 20px rgba(0, 0, 0, 0.3) !important;}#toast-container > div.toast { background-image:none !important; border-radius:3px;}.toast-message .icon-set { margin-right:0.5em; vertical-align:middle;}svg.toast-close-button { opacity:1; right:0; top:0.125rem !important; margin-left:0.938rem; text-shadow:none;}#toast-container > .toast-success { background-color:#1FAB53; color:#231F20;}#toast-container > .toast-success .toast-close-button { color:#231F20;}#toast-container > .toast-warning { background-color:#C38E30; color:#231F20;}#toast-container > .toast-warning .toast-close-button { color:#231F20;}#toast-container > .toast-error { background-color:#BB272E; color:#ffffff;}#toast-container > .toast-error .toast-close-button { color:#ffffff;}#toast-container > .toast-info { background-color:#165DC9; color:#ffffff;}#toast-container > .toast-info .toast-close-button { color:#ffffff;}.toast-qty { white-space:nowrap; font-weight:700;}.layout--start_categories .carousel, .layout--carousel .carousel, .categories .carousel, .start_reviews__carousel .carousel, .artdet__image-block .carousel, .gallery .carousel { border-radius:6px;}.layout--start_categories .carousel:focus-visible::before, .layout--carousel .carousel:focus-visible::before, .categories .carousel:focus-visible::before, .start_reviews__carousel .carousel:focus-visible::before, .artdet__image-block .carousel:focus-visible::before, .gallery .carousel:focus-visible::before { border-radius:6px;}#list-artpack_page .product { border-bottom:1px solid #204076; padding-bottom:0.5rem;}#list-artpack_page .product__inner { flex-direction:row; background-color:transparent; border-radius:0;}#list-artpack_page .product__name { font-size:1rem;}#list-artpack_page .product__data { padding-top:0; padding-bottom:0; padding-right:2.5rem;}#list-artpack_page .product__params { container:card-width/inline-size;}#list-artpack_page .product__main { position:absolute; right:0; top:0; padding:0; margin:0;}#list-artpack_products { --bs-gap:0.375rem; gap:var(--bs-gap); background-color:#a4adbc; border-radius:0px; padding:var(--bs-gap); grid-template-columns:repeat(auto-fit, minmax(calc(var(--main-img-width) * 0.84), 1fr));}.products-in-bundle__title::after { content:":";}.products-in-bundle__components { white-space:nowrap;}.products-in-bundle__component { font-weight:700;}.products-in-bundle__component-divider { padding:0 3px; font-weight:400;}.products-in-bundle__component-divider::after { content:"+";}.fault-items { margin-bottom:0;}.fault-by { font-weight:700;}.modal { align-items:flex-start; justify-content:center;}.modal .spinner-overlay { border-radius:var(--bs-border-radius-lg);}.modal .carousel-block, .modal .container { padding-right:0 !important; padding-left:0 !important;}.modal [class*=sticky-] { --header-height:0rem; --sticky-offset:0rem;}div#overlay_explicit { display:flex; background:var(--bs-primary-300); opacity:1;}.modal.fade .modal-dialog--explicit { transform:none;}.modal.fade .modal-dialog--explicit .modal-content { opacity:0; transition:opacity ease-out 0.3s;}.modal.fade.show .modal-dialog--explicit .modal-content { opacity:1;}.modal-auto { --bs-modal-width:max-content;}.modal-body:empty, .modal-footer:empty { display:none;}@media (max-width:439.98px) { .modal-footer {  display:grid;  justify-content:unset; }}.modal-dialog { display:flex; justify-content:center; min-width:0; flex:1 1 auto;}@media (min-width:576px) { .modal-dialog {  margin-left:0.5rem;  margin-right:0.5rem; }}.modal-dialog-centered { align-items:center;}.modal-dialog--error .modal-header__icon,.modal-dialog--choose-gift .modal-header__icon,.modal-dialog--dialog-delete .modal-header__icon { color:#BB272E;}.modal-dialog--warning .modal-header__icon { color:#C38E30;}.modal-dialog--ok .modal-header__icon { color:#1FAB53;}.modal-header { gap:1rem;}.modal-header .btn-close { padding:0.625rem 0.625rem; margin:0 0 0.625rem 0; position:absolute; bottom:100%; right:0; border-radius:50%; background-color:var(--bs-modal-header-bg);}.modal-header .btn-close .icon-set { font-size:1.5rem;}.modal-header:has(.btn-close:only-child) { padding:0; margin:0; border:0;}.modal-header__title-wrapper:focus-visible { outline:none;}.modal-header__title { font-weight:500; font-size:1.5rem; line-height:1.25;}.modal-header__sub-title { font-weight:400; font-size:0.875rem; color:rgba(35, 31, 32, 0.7);}.modal-header__icon { font-size:2em; color:#1B3258;}.modal-body { scrollbar-width:thin; scrollbar-color:#a8a8a8 #ffffff;}.modal-body::-webkit-scrollbar { width:6px; height:6px;}.modal-body::-webkit-scrollbar-thumb { background:#a8a8a8; border:3px solid #a8a8a8; border-radius:3px;}.modal-body::-webkit-scrollbar-thumb:hover { background:#8f8f8f; border:3px solid #8f8f8f;}.modal-body::-webkit-scrollbar-track { background-color:#ffffff; border-radius:3px;}.modal-body:not(:empty) ~ .modal-footer { padding:0 calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5) calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5); margin-top:calc(var(--bs-modal-footer-gap) * -0.5); position:relative;}.modal-body:not(:empty) ~ .modal-footer::before { content:""; position:absolute; bottom:100%; height:var(--bs-modal-padding); background:linear-gradient(0deg, var(--bs-modal-bg) 20%, transparent 100%); width:100%; left:0; margin-bottom:calc(var(--bs-modal-footer-gap) * -0.5);}.design-coupon-wrapper { width:396px; max-width:100%; margin:0 auto;}.design-coupon { --border-width:4px; --circle-width:50px; background-image:linear-gradient(to right, #a4adbc 0%, #76849b 100%); border-radius:0px; position:relative; display:flex; flex-direction:column; place-self:center; padding:1.5rem var(--circle-width); justify-content:space-between; border:var(--border-width) solid white; box-shadow:0 calc(var(--border-width) * -1) var(--border-width) calc(var(--border-width) * -1) rgba(0, 0, 0, 0.075), 0 var(--border-width) var(--border-width) calc(var(--border-width) * -1) rgba(0, 0, 0, 0.075); aspect-ratio:2/1; width:100%;}.design-coupon::before, .design-coupon::after { content:""; position:absolute; width:calc(var(--circle-width) / 2); height:var(--circle-width); background:var(--bs-modal-bg); border-radius:50%; top:50%; transform:translateY(-50%); border:solid white; z-index:1;}.design-coupon::before { left:calc(var(--border-width) * -1); border-width:var(--border-width) var(--border-width) var(--border-width) 0; border-radius:0 calc(var(--circle-width) / 2) calc(var(--circle-width) / 2) 0; box-shadow:inset calc(var(--border-width) * -1) 0 var(--border-width) rgba(0, 0, 0, 0.075);}.design-coupon::after { right:calc(var(--border-width) * -1); border-width:var(--border-width) 0 var(--border-width) var(--border-width); border-radius:calc(var(--circle-width) / 2) 0 0 calc(var(--circle-width) / 2); box-shadow:inset var(--border-width) 0 var(--border-width) rgba(0, 0, 0, 0.075);}#modal-exitpopup:not(.is-end) .hide-this-by-start, #modal-exitpopup.is-end .hide-this-by-end, #modal-exitpopup.without-close-button .modal-header .btn-close { display:none !important;}#modal-exitpopup.is-end .modal-exitpopup-newsletter-coupon { --bs-modal-width:640px;}#modal-exitpopup.is-end .modal-exitpopup-wheel-with-newsletter .wheel-container-outer { --wheel-width:320px;}.modal-exitpopup-picture { --bs-modal-width:fit-content; --bs-modal-padding:0.375rem;}.modal-exitpopup-video { --bs-modal-padding:0.375rem;}.modal-exitpopup-video .modal-content { width:100%;}#modal-exitpopup-wheel .wheel-container-outer { --wheel-width:var(--wheel-width-active);}.modal-exitpopup-wheel .wheel-container-outer { --wheel-outer-width:200px; --wheel-width-active:320px; --wheel-width:200px; --wheel-outline:0 solid currentColor; --wheel-slice-padding:calc(var(--wheel-width) / 10); --wheel-triangle-border-right:calc(var(--wheel-width) / 13); --wheel-triangle-border-top:calc(var(--wheel-width) / 26); --wheel-hole-width:calc(var(--wheel-width) / 8); --wheel-hole-border:0 solid currentColor; position:relative; line-height:1; word-break:break-word; display:inline-flex; align-items:center; justify-content:flex-end; max-width:100%;}.modal-exitpopup-wheel .wheel-container-outer::after { content:""; display:block; width:0; height:0; border-top:var(--wheel-triangle-border-top) solid transparent; border-bottom:var(--wheel-triangle-border-top) solid transparent; border-right:var(--wheel-triangle-border-right) solid currentColor; margin-left:calc(var(--wheel-triangle-border-top) * -1); transition:border-width ease 1s, margin-left ease 1s; position:relative; z-index:1;}.modal-exitpopup-wheel .wheel-container { position:relative; display:flex; align-items:center; justify-content:center; border-radius:50%; overflow:hidden; outline:var(--wheel-outline); container:wheel-width/inline-size; width:var(--wheel-width); height:var(--wheel-width); flex:0 0 var(--wheel-width); transition:outline-width ease 1s, width ease 1s, flex-basis ease 1s, height ease 1s;}.modal-exitpopup-wheel .wheel { position:absolute; top:0; left:0; width:100%; height:100%; background:currentColor; border-radius:50%; overflow:hidden; transform:rotate(135deg); transition:transform 3.5s cubic-bezier(0, 0.5, 0.5, 1);  z-index:1;}.modal-exitpopup-wheel .wheel::after { content:""; position:absolute; width:var(--wheel-hole-width); height:var(--wheel-hole-width); background:var(--bs-modal-bg); border-radius:50%; top:50%; left:50%; transform:translate(-50%, -50%); z-index:10; border:var(--wheel-hole-border); transition:border-width ease 1s, width ease 1s, height ease 1s;}.modal-exitpopup-wheel .wheel .number { position:absolute; width:50%; height:50%; transform-origin:bottom right; display:flex; align-items:center; justify-content:center; padding:var(--wheel-slice-padding) 0 0 var(--wheel-slice-padding); transition:padding ease 1s; font-size:6cqi;}.modal-exitpopup-wheel .wheel svg { position:absolute; left:0; top:0; bottom:0; right:0; width:100%; height:100%;}.modal-exitpopup-wheel .wheel .option-title { transform:rotate(-135deg);}.modal-exitpopup-wheel .wheel-col-data { min-width:0;}.modal-exitpopup-wheel .wheel-text-content-after-spin,.modal-exitpopup-wheel .wheel-text-content-before-spin { opacity:1; transition:opacity 0.5s ease, height 0.5s ease;}.modal-exitpopup-wheel .wheel-text-content-after-spin.is-hidden,.modal-exitpopup-wheel .wheel-text-content-before-spin.is-hidden { opacity:0; height:0; pointer-events:none;}.modal-exitpopup-wheel .exitpopup-coupon-2 { border-radius:6px;}.modal-exitpopup-wheel .js-result-text-wrap.is-hidden,.modal-exitpopup-wheel .js-wheel-spin-again-btn-wrap.is-hidden,.modal-exitpopup-wheel .js-result-wrap.is-hidden { display:none;}@media (min-width:768px) { .wheel-container-outer {  width:var(--wheel-outer-width); }}.with-lazy-bg { position:relative;}.list-block .img-lazy-bg-wrapper, .with-lazy-bg .img-lazy-bg-wrapper { position:sticky; pointer-events:none; top:0; height:100vh;}.list-block .img-lazy-bg-wrapper + *, .with-lazy-bg .img-lazy-bg-wrapper + * { margin-top:-100vh;}.img-lazy-bg-wrapper img { object-fit:scale-down; object-position:top center; width:100%;}.table-header { color:rgba(35, 31, 32, 0.7); font-size:0.875rem; border-bottom:1px solid #204076; display:flex; justify-content:space-between; gap:0.5rem;}.table-header .title:last-child:not(:first-child) { text-align:right;}.table-row, .table-header { padding:0.25rem 0;}.table-row { grid-template-columns:auto auto auto 2fr; gap:0.5rem;}@media (max-width:575.98px) { .table-row {  font-size:0.875rem; }}@media (min-width:440px) { .table-row {  grid-template-columns:1fr auto 1fr 2fr; }}.login-box__customer-datas { word-break:break-word; font-weight:500; color:rgba(35, 31, 32, 0.7);}.login-box__customer-datas .icon-set { font-size:1.25rem; min-height:1.2em;}.login-box__customer-data { display:flex; column-gap:0.5rem;}.login-box__customer-data span:first-child { flex-shrink:0;}.login-box__customer-data span:last-child { color:var(--bs-emphasis-color);}.login-box__customer-data.discount-data span:last-child { white-space:nowrap;}.login-box__btn { text-align:left; justify-content:flex-start;}.login-box__facebook-btn, .login-box__google-btn { height:calc(1.5em + 0.625rem + calc(1px * 2));}.cookie-alert__checkboxes { padding-top:1.5rem;}.cookie-alert__consent-data { font-size:8px;}.cookie-alert__header-cookie-icon { color:#C38E30;}.offcanvas-cookie-alert { --bs-offcanvas-zindex:1000000;}.offcanvas-cookie-alert ~ .offcanvas-backdrop { z-index:999995;}.offcanvas-cookie-alert { --bs-offcanvas-padding-y:0.75rem; --bs-offcanvas-padding-x:0.75rem; max-width:var(--container-max-actual); margin:0 auto;}@media (min-width:576px) { .offcanvas-cookie-alert {  --bs-offcanvas-padding-y:1.5rem;  --bs-offcanvas-padding-x:1.5rem; }}.social_icons .element-icon .icon-set { font-size:18px; fill:#231F20;}.social_icons a.element { color:#231F20;}.social_icons a.element:hover { color:#1B3258;}.social_icons a.element:hover .icon-set { fill:#1B3258;}.layout--social_icons .elements.need-gap { column-gap:1rem;}.layout--social_icons .element-icon { display:flex; align-items:center; column-gap:0.5rem;}.layout--social_icons .element-icon.only-icon { display:flex; min-width:36px; min-height:36px; align-items:center; justify-content:center; padding:0.5em;}.layout--html_listing .element-links { --bs-columns:1; --bs-gap:0;}.layout--html_listing .symbol-element { display:flex; column-gap:0.375rem; flex:0 0 100%;}.layout--html_listing .symbol-element > .element-icon { display:flex; align-self:flex-start; align-items:center; min-height:calc(1em * var(--bs-body-line-height, 1.5) + 0.28125rem * 2 + 1px * 2);}.layout--html_listing .symbol-element.only-icon { --width:2.5rem; width:var(--width); flex:0 0 var(--width); max-width:var(--width); height:var(--width); align-items:center; justify-content:center; margin:calc(var(--list-item-gap) / -2) 0; display:inline-flex;}.layout--html_listing .symbol-element.only-icon a { display:flex; height:100%; width:100%; justify-content:center; align-items:center;}.offcanvas { opacity:0;}.offcanvas.showing, .offcanvas.show { opacity:1;}.offcanvas.hiding { opacity:0;}.offcanvas.has-opened-offcanvas > .offcanvas-header .btn-close { opacity:0;}.offcanvas .nav-item.dropdown { flex-wrap:wrap;}.offcanvas .form-check { width:100%;}.offcanvas .navbar-nav .dropdown-menu { --bs-dropdown-padding-y:0.25rem; --bs-dropdown-padding-x:0.25rem; position:relative !important; flex:100%; transform:none !important; margin-top:0; border-top-left-radius:0; border-top-right-radius:0; overflow:hidden auto;}.offcanvas .navbar-nav .dropdown-menu .icon-set { transform:rotate(0deg);}.offcanvas .navbar-nav .dropdown-menu .dropdown-toggle-split.show .icon-set { transform:rotate(0deg) scaleY(-1);}.offcanvas .nav-link:hover { background-color:#f2f2f2;}.offcanvas .carousel-block, .offcanvas .container { padding-left:0; padding-right:0;}.offcanvas .dropdown-item { white-space:normal;}.offcanvas-body { flex-grow:0;}.offcanvas-xxs { opacity:0;}.offcanvas-xxs.showing, .offcanvas-xxs.show { opacity:1;}.offcanvas-xxs.hiding { opacity:0;}@media (max-width:439.98px) { .offcanvas-xs { opacity:0; } .offcanvas-xs.showing, .offcanvas-xs.show { opacity:1; } .offcanvas-xs.hiding { opacity:0; }}@media (max-width:575.98px) { .offcanvas-sm { opacity:0; } .offcanvas-sm.showing, .offcanvas-sm.show { opacity:1; } .offcanvas-sm.hiding { opacity:0; }}@media (max-width:767.98px) { .offcanvas-md { opacity:0; } .offcanvas-md.showing, .offcanvas-md.show { opacity:1; } .offcanvas-md.hiding { opacity:0; }}@media (max-width:991.98px) { .offcanvas-lg { opacity:0; } .offcanvas-lg.showing, .offcanvas-lg.show { opacity:1; } .offcanvas-lg.hiding { opacity:0; }}@media (max-width:1239.98px) { .offcanvas-xl { opacity:0; } .offcanvas-xl.showing, .offcanvas-xl.show { opacity:1; } .offcanvas-xl.hiding { opacity:0; }}@media (max-width:1439.98px) { .offcanvas-xxl { opacity:0; } .offcanvas-xxl.showing, .offcanvas-xxl.show { opacity:1; } .offcanvas-xxl.hiding { opacity:0; }}#offcanvas-body-box-menu { flex-shrink:0; flex-grow:0; max-height:30%;}.plus-menus-placed-first #offcanvas-body-box-menu, .plus-menus-placed-first #offcanvas-header-box-menu { order:-1;}.plus-menus-placed-first #offcanvas-header-box-menu { border-top:0;}.plus-menus-placed-first #offcanvas-header-box-cat-0 { border-top:1px solid #204076;}.offcanvas--box-cat .nav-item { min-height:30px;}.offcanvas--box-cat .nav-item:not(.btn-group) .nav-link { padding-right:0.25rem;}.offcanvas--box-cat .nav-link { gap:0.375rem; flex-grow:1; flex-basis:0; min-width:0;}.offcanvas--box-cat .btn-close { transition:var(--bs-offcanvas-transition);}.offcanvas--box-cat .dropdown-toggle.show .icon-set { transform:scaleY(-1);}@media (pointer:coarse) { .offcanvas--box-cat .btn-group > button.dropdown-toggle { border-radius:var(--bs-border-radius); }}@media (min-width:1260px) and (max-width:1559.98px) { .opened-category-levels-4 .offcanvas--box-cat.offcanvas.offcanvas-start { transform:translateX(-100%); }}@media (min-width:960px) and (max-width:1259.98px) { .opened-category-levels-3 .offcanvas--box-cat.offcanvas.offcanvas-start { transform:translateX(-100%); } .opened-category-levels-4 .offcanvas--box-cat.offcanvas.offcanvas-start { transform:translateX(-200%); }}@media (min-width:660px) and (max-width:959.98px) { .opened-category-levels-2 .offcanvas--box-cat.offcanvas.offcanvas-start { transform:translateX(-100%); } .opened-category-levels-3 .offcanvas--box-cat.offcanvas.offcanvas-start { transform:translateX(-200%); } .opened-category-levels-3 .offcanvas--box-cat.offcanvas.offcanvas-start { transform:translateX(-300%); }}@media (max-width:659.98px) { .opened-category-levels-1 .offcanvas--box-cat.offcanvas.offcanvas-start { transform:translateX(-100%); } .opened-category-levels-2 .offcanvas--box-cat.offcanvas.offcanvas-start { transform:translateX(-200%); } .opened-category-levels-3 .offcanvas--box-cat.offcanvas.offcanvas-start { transform:translateX(-300%); } .opened-category-levels-4 .offcanvas--box-cat.offcanvas.offcanvas-start { transform:translateX(-400%); }}.offcanvas--box-cat-1 { margin-left:min(var(--bs-offcanvas-max-width), var(--bs-offcanvas-width)); border-left:1px solid #204076; z-index:1044;}.offcanvas--box-cat-2 { margin-left:calc(min(var(--bs-offcanvas-max-width), var(--bs-offcanvas-width)) * 2); border-left:1px solid #204076; z-index:1043;}.offcanvas--box-cat-3 { margin-left:calc(min(var(--bs-offcanvas-max-width), var(--bs-offcanvas-width)) * 3); border-left:1px solid #204076; z-index:1042;}.offcanvas--box-cat-4 { margin-left:calc(min(var(--bs-offcanvas-max-width), var(--bs-offcanvas-width)) * 4); border-left:1px solid #204076; z-index:1041;}.offcanvas-start .offcanvas-header .btn-close { left:100%; margin:0 0 0 var(--bs-offcanvas-padding-x);}.offcanvas-end .offcanvas-header .btn-close { right:100%; margin:0 var(--bs-offcanvas-padding-x) 0 0;}.offcanvas-header { gap:0.5em 0.5rem; border-bottom:1px solid #204076; flex-wrap:wrap;}.offcanvas-header .btn-close { position:absolute; top:var(--bs-offcanvas-padding-y); border-radius:50%; padding:0.625rem 0.625rem; margin:0; background-color:var(--bs-offcanvas-header-bg);}.offcanvas-header .btn-close .icon-set { font-size:1.5rem;}.offcanvas-header .btn-back { background-image:none; transform:translateY(calc(100% + var(--bs-offcanvas-padding-y)));}.offcanvas-header ~ .offcanvas-header { border-top:1px solid #204076;}.offcanvas-header__icon { font-size:2em;}.offcanvas-start .offcanvas-header, .offcanvas-end .offcanvas-header { padding-top:calc(var(--bs-offcanvas-padding-y) * 2);}.offcanvas-top, .offcanvas-bottom { --bs-offcanvas-height:fit-content;}.offcanvas-top .offcanvas-header, .offcanvas-bottom .offcanvas-header { align-items:center;}.offcanvas-top .offcanvas-header .btn-close, .offcanvas-bottom .offcanvas-header .btn-close { position:static; margin-left:auto;}.offcanvas-top, .offcanvas-top .offcanvas-header { border-radius:0 0 6px 6px;}.offcanvas-bottom, .offcanvas-bottom .offcanvas-header { border-radius:6px 6px 0 0;}.offcanvas-title { display:block; font-family:"Inter", "Inter-fallback";}@media (min-width:576px) { .offcanvas-top, .offcanvas-bottom { --bs-offcanvas-header-padding-x:1.5rem; --bs-offcanvas-header-padding-y:0.75rem; }}@font-face { font-family:'Inter'; font-style:italic; font-weight:100; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc2dphjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:100; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTc2dphjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:100; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTc2dphjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:100; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTc2dphjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:100; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTc2dphjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:100; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTc2dphjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:100; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTc2dphjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:200; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcWdthjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:200; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTcWdthjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:200; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTcWdthjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:200; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTcWdthjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:200; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTcWdthjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:200; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTcWdthjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:200; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTcWdthjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:300; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTch9thjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:300; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTch9thjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:300; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTch9thjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:300; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTch9thjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:300; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTch9thjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:300; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTch9thjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:300; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTch9thjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:400; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc2dthjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:400; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTc2dthjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:400; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTc2dthjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:400; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTc2dthjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:400; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTc2dthjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:400; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTc2dthjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:400; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTc2dthjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:500; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc69thjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:500; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTc69thjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:500; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTc69thjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:500; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTc69thjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:500; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTc69thjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:500; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTc69thjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:500; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTc69thjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:600; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcB9xhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:600; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTcB9xhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:600; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTcB9xhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:600; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTcB9xhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:600; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTcB9xhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:600; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTcB9xhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:600; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTcB9xhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:700; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcPtxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:700; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTcPtxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:700; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTcPtxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:700; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTcPtxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:700; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTcPtxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:700; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTcPtxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:700; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTcPtxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:800; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcWdxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:800; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTcWdxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:800; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTcWdxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:800; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTcWdxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:800; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTcWdxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:800; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTcWdxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:800; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTcWdxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:900; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTccNxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:900; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOKk4j1ebLhAm8SrXTccNxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:900; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOCk4j1ebLhAm8SrXTccNxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:900; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOak4j1ebLhAm8SrXTccNxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:900; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnOqk4j1ebLhAm8SrXTccNxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:900; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPKk4j1ebLhAm8SrXTccNxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:italic; font-weight:900; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCM3FwrK3iLTcvneQg7Ca725JhhKnPqk4j1ebLhAm8SrXTccNxhjQ.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:100; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyeMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:100; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuLyeMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:100; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuLyeMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:100; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuLyeMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:100; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuLyeMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:100; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuLyeMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:100; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuLyeMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:200; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:200; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuDyfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:200; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuDyfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:200; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuDyfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:200; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuDyfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:200; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuDyfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:200; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuDyfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:300; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:300; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuOKfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:300; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuOKfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:300; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuOKfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:300; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuOKfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:300; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuOKfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:300; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuOKfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:400; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:400; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuLyfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:400; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuLyfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:400; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuLyfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:400; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuLyfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:400; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuLyfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:400; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuLyfMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:500; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:500; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuI6fMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:500; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuI6fMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:500; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuI6fMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:500; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuI6fMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:500; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuI6fMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:500; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuI6fMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:600; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:600; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuGKYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:600; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuGKYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:600; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuGKYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:600; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuGKYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:600; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuGKYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:600; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuGKYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:700; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:700; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuFuYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:700; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuFuYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:700; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuFuYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:700; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuFuYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:700; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuFuYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:700; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuFuYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:800; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:800; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuDyYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:800; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuDyYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:800; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuDyYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:800; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuDyYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:800; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuDyYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:800; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuDyYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:900; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:900; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50qjIw2boKoduKmMEVuBWYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:900; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ojIw2boKoduKmMEVuBWYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:900; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ujIw2boKoduKmMEVuBWYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:900; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50ijIw2boKoduKmMEVuBWYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:900; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp506jIw2boKoduKmMEVuBWYMZg.ttf') format('truetype');}@font-face { font-family:'Inter'; font-style:normal; font-weight:900; font-display:swap; src:url('https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50yjIw2boKoduKmMEVuBWYMZg.ttf') format('truetype');}.cart-indicator {  position:absolute;  top:-11px;  font-size:12px;  right:9px;  background:#009688;  color:#fff;  padding:0px 8px 0px;  border-radius:3px;  width:unset;}.artdet__cart, .product__main{position:relative;}#artdet__main-block .highlighted-block .cart-indicator{  font-size:12px!important;}.product__inner:has(.product__inquire-btn) .product__stock { display:none;}#page_content_132880 .page_txt{  width:100%;  overflow-x:scroll;}#page_content_132880 td {  border-bottom:1px solid #cccccc;  padding:5px 2px;}.page-link{  color:#fff!important;}.page-item__last-page-text{  color:#fff!important;}.hu-lang .offcanvas-box-cart-open-btn .btn__icon::after{  content:"Kosár";  margin-left:7px;}.en-lang .offcanvas-box-cart-open-btn .btn__icon::after{  content:"Cart";  margin-left:7px;}.de-lang .offcanvas-box-cart-open-btn .btn__icon::after{  content:"Warenkorb";  margin-left:7px;}.ro-lang .offcanvas-box-cart-open-btn .btn__icon::after{  content:"Coș";  margin-left:7px;}@media (min-width:992px) {  .hu-lang #artdet__long-description::before {  content:"Görgessen lefelé a további részletekért…";  }  .en-lang #artdet__long-description::before {  content:"Scroll down for more details…";  }  .de-lang #artdet__long-description::before {  content:"Scrollen Sie nach unten für weitere Details…";  }  .ro-lang #artdet__long-description::before {  content:"Derulați în jos pentru mai multe detalii…";  }}#ud_shop_start{  background:#1B3258;}.btn-primary.btn-primary-w {  background:#fff;  color:#172b4b;  padding:6px 40px;  border-radius:3px;  text-transform:uppercase;  font-weight:700;}.product-offer--last .main-title{  color:#fff;}.cart-item{  padding-top:3px;  padding-bottom:3px;}@keyframes floatUpDown {  0% {  transform:translateY(0px);  }  50% {  transform:translateY(-15px);  }  100% {  transform:translateY(0px);  }}.btn.btn-primary:hover{  background:#221f20;  color:#fff;}.link-spanner {  position:absolute;  display:block;  left:0;  top:0;  width:100%;  height:100%;}.view-select .view-select__btn:first-child svg{  display:none;}.view-select .view-select__btn:first-child::before{  content:"";  width:14px;  height:14px;  display:block;  background-image:url('https://shop.unas.hu/shop_ordered/35228/pic/design/prod-list-icon.svg');  background-size:cover;  background-repeat:no-repeat;  opacity:.4;}.cart-box__product-count:empty{  display:none;}.nav-link__icon-container img {  max-height:22px;  flex:0 0 22px;  width:22px;}.contact__shipping-method__prices{  display:none;}.offcanvas-parent-img-link{  text-align:center;}.offcanvas-cookie-alert ~ .offcanvas-backdrop, .offcanvas-backdrop{  z-index:1040!important;}.en-lang .start_brand_slider__container{  margin-top:30px!important;}#header{  box-shadow:0 0 40px #00000029;}#box_search_input {  padding-left:20px;}.header__inner::before {  background:linear-gradient(to right, #4570B9 0%, #1B3258 100%);}.header__container.navbar-expand-lg{  background:#fff;  position:relative;}.header__container.navbar-expand-lg::before {  content:"";  position:absolute;  top:0;  left:50%;  transform:translateX(-50%);  vertical-align:middle;  width:105vw;  height:100%;  z-index:-1;  background:#fff;}.header_text_section_1{  padding-top:7px;  padding-bottom:7px;}.header_text_section_1 .icon-set{  display:none;}.header_text_section_1 .element__slide {  padding-left:10px;  padding-right:10px;  border-left:1px solid #c5c5c5;  padding-top:1px!important;  padding-bottom:1px!important;}.header_text_section_1 .element__slide:first-child{  padding-left:0;  border-left:none;}#offcanvas-box-cat-0-open-btn-2 {  background:#1B3258;  color:#fff;  border-radius:0;  padding:10px 30px;  border:none;}.navbar-nav .nav-link{  color:#1B3258;  background:transparent!important;}.navbar-nav.navbar-nav--header > li:hover{  background:transparent!important;  text-decoration:underline;}.offcanvas-box-lang-currency-open-btn{  background:transparent;  border:2px solid #fff;  color:#fff;}.offcanvas-box-lang-currency-open-btn:hover{  background:#fff;  color:#1B3258;}.box-login__offcanvas-btn, .offcanvas-box-cart-open-btn{  background:#fff;  color:#1B3258;}.box-login__offcanvas-btn:hover, .btn.btn-primary.offcanvas-box-cart-open-btn:hover{  border-color:#fff;  color:#fff;  background:transparent;}.header__container.flex-lg-nowrap{  padding-top:5px;  padding-bottom:5px;}.offcanvas{  z-index:3000;}.nanobar .nanobar__btn-close {  display:none;}.header__inner{  box-shadow:0 16px 16px -16px rgba(0, 0, 0, 0.15);}.order-step.btn, .order-step.is-done .icon-set, .order-step.is-active .icon-set {  color:#ffffff;}.offcanvas.offcanvas-start{  width:500px;  max-width:85%;}.offcanvas--box-cat-1{  margin-left:min(500px, 85%);}.offcanvas--box-cat-2{  margin-left:calc(min(500px, 85%) * 2);}.offcanvas--box-cat-3{  margin-left:calc(min(500px, 85%) * 3);}.offcanvas--box-cat-4{  margin-left:calc(min(500px, 85%) * 4);}.nav-link__icon-container .icon-set{  font-size:22px;} .p-usp-item {  margin:10px 0 0 0;  background:#1B3258;  padding:30px 25px;  border-radius:5px;  color:#fff;  height:100%;}.p-usp-item h3 {  margin-bottom:10px;  font-size:19px;  font-weight:700;}.landing-right-img img{  border-radius:10px;}.landing-left-text{  font-size:18px;}.nh-catalog ul{  list-style-type:none;}.nh-catalog {  max-width:1600px;  margin:30px auto;}.nh-catalog .teaser--category a, .teaser--item a {  text-decoration:none;  display:block;color:#00326e;}.nh-catalog .box--highlight p{margin-top:15px;}.nh-catalog .teaser--item a, .teaser--item h2, .teaser--item label{  font-size:12px;  color:#00326e;}.nh-catalog .teaser--item a{  font-weight:bold;}.nh-catalog .teaser--item h2{font-weight:bold;font-size:.875rem;}.nh-catalog .util-reset-margin {  margin:0!important;}.nh-catalog .teaser--item .teaser__icon:hover, .teaser--item .teaser__image:hover {  background:#f2f5f7;}.nh-catalog .teaser--item .teaser__image:hover img {  -ms-transform:translate3d(0,0,0);  transform:translate3d(0,0,0);}.nh-catalog .teaser--item .teaser__content {  padding:20px 15px 15px;}.nh-catalog .teaser--item .teaser__cta {  padding:0 15px;  height:70px;  position:absolute;  width:100%;  left:0;  bottom:0;}.nh-catalog .teaser--item hr {  border-color:#ccd6e2;  margin:5px 0 15px;}.nh-catalog .teaser--category, .teaser--item {  text-align:center;}.nh-catalog .teaser--item {  font-size:14px;  font-size:.875rem;  -webkit-display:flex;  -moz-display:flex;  -o-display:flex;  -ms-display:flex;  display:flex;  -moz-flex-direction:column;  -o-flex-direction:column;  -ms-flex-direction:column;  flex-direction:column;  position:relative;  margin:5px 0;  background:#fff;  border:1px solid #e5eaf0;  padding-bottom:70px;}.nh-catalog .teaser--category .teaser__image img, .teaser--item .teaser__image img {  -o-box-shadow:0 10px 40px 10px #aaa;  -ms-box-shadow:0 10px 40px 10px #aaa;  box-shadow:0 10px 40px 10px #aaa;}.nh-catalog .teaser--item .teaser__image img {  transition:transform .2s ease;  -ms-transform:translate3d(0,10%,0);  transform:translate3d(0,10%,0);}.nh-catalog .teaser--category .teaser__image, .teaser--item .teaser__image {  max-height:400px;  padding:20px 10px 0;  overflow:hidden;}.nh-catalog .teaser--item .teaser__icon, .teaser--item .teaser__image {  transition:background .25s ease;  background:#e5eaf0;}.nh-catalog .teaser--item .teaser__image {  -ms-flex:1 0 auto;  flex:1 0 auto;}.nh-catalog .std ul{list-style-type:none;padding:0;}.nh-catalog .box__image img {  -o-box-shadow:0 20px 50px 0 rgba(0,0,0,.5);  -ms-box-shadow:0 20px 50px 0 rgba(0,0,0,.5);  box-shadow:0 20px 50px 0 rgba(0,0,0,.5);}.nh-catalog .box__image {  border-bottom:1px solid #fff;  padding:0 50px;  overflow:hidden;  max-height:250px;}.nh-catalog .box__image img{  height:auto;  max-width:100%;  top:-30px;  position:relative;}.nh-catalog .teaser img {  height:auto;  max-width:100%;}.nh-catalog .util-center {  display:block;  margin:0 auto;  text-align:center;}.nh-catalog .util-add-padding-top {  padding-top:15px!important;}.nh-catalog .util-add-padding-bottom {  padding-bottom:15px!important;}.nh-catalog .util-reset-margin {  margin:0!important;}.nh-catalog .util-reset-padding {  padding:0!important;}.nh-catalog .box .widget-static-block, .box--highlight {  color:#00326e;  background:#f2f5f7;}.nh-catalog .headline-4{  font-size:18px;  font-size:1.125rem;  text-transform:none;margin-top:10px;}.nh-catalog .util-reset-margin-bottom, .util-reset-margin-y {  margin-bottom:0!important;}.nh-catalog .accordion__trigger--highlight.is-open, .accordion__trigger--highlight:hover {  background:#ccd6e2;}.nh-catalog .accordion__trigger.is-open, .accordion__trigger:hover {  background:#f2f5f7;  color:#00326e;}.nh-catalog .downloadable{top:45%;  position:relative;font-weight:bold;color:#00326e;}.nh-catalog .accordion__trigger {  transition:background .25s ease;  font-size:14px;  font-size:.875rem;  border:1px solid #ccd6e2;  border-bottom:none;  margin:0;  padding:15px 55px 15px 15px;  cursor:pointer;  color:#00326e;  display:block;  width:100%;  position:relative;  text-transform:inherit;text-align:center;}.nh-catalog .accordion__trigger--highlight.downloadable>span {  position:relative;  top:0;  margin-top:0;}.nh-catalog .accordion__trigger--highlight>span {  padding:30px 15px;}.nh-catalog .accordion__trigger>span {  display:block;  width:100%;  text-align:center;}.nh-catalog .accordion__trigger--highlight {  background:#e5eaf0;  padding:0;min-height:100px;}.nh-catalog .util-add-margin-bottom {  margin-bottom:15px!important;}.artdet__cart-not-buyable, .not-buyable__text{  display:none!important;}.logged-in .artdet__cart-not-buyable, .logged-in .not-buyable__text{  display:block!important;}.long-description__content span {  font-size:16px!important;}.artdet-main-btn{  background:#00A110;  border-color:#00A110;}.layout-container--5, .layout-container--6{  margin-top:2rem;}.layout-container--5 .carousel__prev-next-btn, .layout-container--6 .carousel__prev-next-btn{  color:#fff;}#artdet__main-block .highlighted-block{  border:none;  border-radius:0;}#artdet__main-block .highlighted-block p{  margin-bottom:0!important;}#ud_shop_artdet{  background:#1B3258;}#artdet__short-descrition .scroll-to-btn{  display:none;}.layout-container--2, .layout-container--3, .layout-container--4{  background:#fff;  overflow:hidden;}.artdet__short-descripton-content::before{  content:"Termék paraméterei";  display:block;  font-weight:600;}.ro-lang .artdet__short-descripton-content::before{  content:"Parametri";}.artdet__short-descripton p {  margin-bottom:3px;  line-height:1.3;  font-size:14px!important;}.artdet__short-descripton .artdet__short-descripton-content > p > span {  font-size:16px!important;}#artdet__long-description .pswp-wrapper { position:relative; display:inline-block; cursor:zoom-in;}#artdet__long-description .pswp-wrapper::before { content:""; position:absolute; bottom:0; right:0; width:60px; height:60px; background-color:#1B3258; clip-path:polygon(100% 100%, 0% 100%, 100% 0%); pointer-events:none; z-index:1;}#artdet__long-description .pswp-wrapper::after {  content:"";  position:absolute;  bottom:7px;  right:8px;  width:20px;  height:20px;  background-image:url('https://shop.unas.hu/shop_ordered/35228/pic/design/magnif.svg');  background-repeat:no-repeat;  background-size:contain;  transform:scale(1);  transition:transform 0.2s ease;  pointer-events:none;  z-index:2;}#artdet__long-description .pswp-wrapper:hover::after { transform:scale(1.3);}#page_artdet_content .artdet__sku{  margin-bottom:0!important;  font-size:18px;  font-weight:800;  background:#243158;  padding:10px 20px;  color:#fff;}#page_artdet_content .main__title h1,#page_artdet_content #breadcrumb,#page_artdet_content #carousel-block-similar_similar_products .element-title > div,#carousel-block-additional_additional_products .element-title > div,#page_artdet_content .artdet__name{  color:#fff;}#page_artdet_content .artdet__name{  font-weight:800;  margin-top:20px;  margin-bottom:10px!important;}#page_artdet_content .artdet__sku{  margin-bottom:20px;}.artdet__price-discount{  font-weight:700;}.toggler {  margin:12px 0;  width:100%;}.toggler-btn {  width:100%;  border-radius:7px;  border:none;  font-weight:500;  text-align:left;  position:relative;  background:#E7E7E7;  color:#1B3258;  display:block;  font-weight:800;  text-transform:uppercase;  line-height:1.2;  padding:14px 30px 14px 60px;  font-size:18px;}.toggler-btn > span {  display:block;  font-weight:400;  text-transform:none;  font-size:16px;  margin-top:5px;  padding-right:20px;}.toggler-btn::before {  content:"";  position:absolute;  width:25px;  height:25px;  left:10px;  top:calc(50% - 11px);  display:block;  background-size:contain;  background-repeat:no-repeat;  opacity:.8;}.toggler-btn::after {  content:"";  position:absolute;  width:10px;  height:10px;  right:15px;  top:calc(50% - 6px);  display:block;  border-right:2px solid #70706E;  border-bottom:2px solid #70706E;  transform:rotate(45deg);  transition:.4s;}.toggler-info {  padding:10px 30px 10px 30px;  font-size:16px;  background:#f6f6f6;  border-radius:0 0 7px 7px;}.toggler-btn.toggler-open {  border-radius:7px 7px 0 0;}.toggler-btn.toggler-open::after {  transform:rotate(-45deg);}#free-ship-info .toggler-btn {}#free-ship-info .toggler-btn::before {  background-image:url('https://shop.unas.hu/shop_ordered/35228/pic/design/free-ship.svg');  width:30px;  height:30px;  left:15px;  top:calc(50% - 12px);}#ship-info .toggler-btn::before {  background-image:url('https://shop.unas.hu/shop_ordered/35228/pic/design/ship-time.svg');  width:30px;  height:30px;  left:15px;  top:calc(50% - 12px);}.long-description__title.main-title {  text-transform:uppercase;  padding-left:25px;  margin-top:18px;  font-size:22px;  font-weight:800;  color:#204073;}.type--3.card--1 .product .product__alt-images{  padding-right:15px;}.type--3.card--1 .product .product__name-wrap {  flex-direction:column-reverse;}.artdet__pagination-btn{  color:#fff;}.pswp .pswp__bg {  background:#ffffffc7 !important;}.start_categories__element-texts > h3 > a{  text-decoration:none !important;}.start_category_offer__slide{  position:relative;  overflow:hidden;}.start_category_offer__slide:nth-last-child(2) .start_categories__element-texts, .start_category_offer__slide:nth-last-child(1) .start_categories__element-texts{  position:absolute;  top:0;  left:0;  display:flex;  width:100%;  height:100%;  background:none;}.start_banner_big__container.carousel-block.carousel-block--with-nav{  padding-bottom:15px;}.start_banner_2--slide-4, .start_banner_2--slide-3{  position:relative;}.aos #ud_shop_start .main > #start_category_offer{  overflow:visible;}.start_banner_2--slide-1,#custom-content-bottom::before,#start_category_offer::before {  animation:floatUpDown 4s ease-in-out infinite;}.start_banner_2--slide-3::before {  animation:floatUpDown 8.3s ease-in-out infinite;}.start_banner_2--slide-4::before {  animation:floatUpDown 12.7s ease-in-out infinite;}#start_banner_3 .grid{  display:flex;  flex-wrap:nowrap;  align-items:center;}#start_banner_big .carousel__nav{  bottom:70px;  left:unset;  right:50px;  transform:none;  justify-content:flex-end;}#ud_shop_start .main > *:first-child{  padding-top:0;}#ud_shop_start .main-title__wrap > div, #ud_shop_start .element-title > div{  color:#fff;}#ud_shop_start #main > div, #ud_shop_start #main > section{  padding-bottom:5rem;}#ud_shop_start #main > div#start_banner_big{  padding-bottom:10px;  margin-top:30px;}.main-title{  font-style:italic;  font-weight:900;  text-transform:uppercase;}.layout--banners .banner_start_1__title.element-slide-title {  bottom:10px;  top:unset;  left:unset;  font-size:14px;  background:none;  color:#231F20;  padding:0;  border-radius:0;  text-align:center;  width:100%;}.home-help{  position:relative;}.home-help::before{  content:"";  background:#fff;  height:100%;  position:absolute;  display:block;  width:100vw;  right:-10%;  top:0;  z-index:1;}.home-help-left {  background:#fff;  position:relative;  z-index:2;  padding-top:4.5rem;  padding-bottom:5rem;  color:#1B3258;  display:flex;  flex-direction:column;  max-width:600px;  width:70%;  margin-left:auto;  margin-right:2vw;}.start_banner_3--slide-2 img{  width:100%;  border-radius:0;}#start_banner_3 .element-texts__container, #start_banner_3 .texts--no-layer{  overflow:visible;}.home-partner-right{  z-index:1;}.home-partner-right img{  border:10px solid #fff;;}#start_brand_slider .start_brand_slider__container{  position:relative;  z-index:2;}.layout--banner_half_width_inline .texts--no-layer, .layout--banner_half_width .texts--no-layer, .layout--banner_quarter_width_inline .texts--no-layer, .layout--banner_quarter_width .texts--no-layer, .layout--banner_full_width_inline .texts--no-layer, .start_brand_slider__carousel{  background:transparent;}.home-iso .btn.btn-primary, .home-partner-help .btn{  margin-top:1.5em;}#custom-content-top.custom-content--page_shop_start{  background-image:url('https://shop.unas.hu/shop_ordered/35228/pic/design/shipping-bg.jpg');  background-repeat:no-repeat;  background-position:center;  background-size:cover;  position:relative;  z-index:2;}.home-shipping-wrap {  max-width:1000px;  padding:3rem 0 2rem;  color:#1B3258;}.home-section-head{  font-style:italic;  font-weight:900;  text-transform:uppercase;}.home-manuf .home-section-head, .home-iso .home-section-head, .home-partner.w-text .home-section-head{  color:#fff;}.home-shipping-wrap .home-section-head, .home-partner.home-partner-help .home-section-head{  color:#1B3258;}.starter-usp-inner, .starter-contain {  display:flex;  align-items:center;}.starter-usp-inner {  padding:10px;  margin-bottom:20px;}.starter-usp-inner-left, .starter-contain-left {  margin-right:10px;}.starter-usp-inner img {  min-width:55px;  width:55px;  margin-right:10px;}.starter-usp-inner h4 {  margin-bottom:3px;  font-weight:700;  font-size:16px;}#start-blog{  background:#1B3258;}.home-manuf{  margin-bottom:6rem;}.start_banner_2--slide-4{  text-align:center;}.home-partner-top-decor{  margin-bottom:30px;}.home-partner-bot-decor{  position:relative;  z-index:1;  margin-top:-25px;}.home-partner-wrap-content {  z-index:2;  position:relative;  max-width:900px;  margin:0 auto;}.home-partner-wrap-content .home-section-head{  font-size:4rem;}.home-partner-wrap-content .home-section-head > span{  display:block;  font-weight:400;  font-size:3rem;}.home-help-btns .btn-primary, .home-help-btns .btn-underline{  padding:6px 40px;  border-radius:3px;  text-transform:uppercase;  font-weight:700;}.home-help-btns .btn-underline{  border:transparent!important;  text-decoration:underline;}.start_banner_2__slide{  display:flex;  align-items:center;  justify-content:center;}.start_categories__element-texts{  background:#fff;}#custom-content-bottom, #start_category_offer{  position:relative;}#custom-content-bottom > div, #start_category_offer > div{  position:relative;  z-index:2;}.start_banners__element-text {  max-width:330px;  line-height:1.2;  margin-top:7px;}#start_banner_3{  overflow:hidden;}#start_category_offer .start_category_offer__slide:nth-last-child(1) img, #start_category_offer .start_category_offer__slide:nth-last-child(2) img{  height:100%;}#ud_shop_cat, #ud_shop_art, .page_shop_artspec_1 body, .page_shop_artspec_2 body, .page_shop_search body{  background:#1B3258;}.products.type--3.card--1 .product__badges{  margin-bottom:10px;}#ud_shop_cat .main__title h1,#ud_shop_cat #breadcrumb,#ud_shop_art .main__title h1,#ud_shop_art #breadcrumb,#ud_shop_cat .product-num-col,#ud_shop_cat .breadcrumb-item.active,#ud_shop_art .product-num-col,#ud_shop_art .breadcrumb-item.active,.page_shop_artspec_1 .main-title__wrap h1,.page_shop_artspec_2 .main-title__wrap h1, .page_shop_artspec_1 .product-num-col,.page_shop_artspec_2 .product-num-col,.page_shop_search .product-num-col,.page_shop_search .main-title__wrap h1{  color:#fff;}#ud_shop_cat .order__select-outer select, #ud_shop_art .order__select-outer select{  background-color:#ffffff;}.product__description-short{  max-height:120px;  overflow-y:auto;}.product__description-short p {  margin-bottom:3px;  line-height:1.3;  font-size:14px!important;}.product__description-short > p > span {  font-size:14px!important;}.products.type--3 .product__inner{  position:relative;  overflow:hidden;}.type--3.card--1 .product .col-ba{  margin-bottom:10px;}.products.type--3 .col-b > .grid{  display:block;}.products.type--3 .product__btn-tooltip{  display:none;}.products.type--3 .product__name-link::after {  content:"";  width:40px;  height:40px;  display:inline-block;  position:absolute;  background:#4A77D3;  background-image:url('https://shop.unas.hu/shop_ordered/35228/pic/design/info-btn.svg');  background-repeat:no-repeat;  background-position:center;  background-size:60%;  right:0;  bottom:0;  z-index:100;  border-radius:5px 0 0 0;}.products.type--3 .product__sku{  z-index:10;  text-align:left;  min-width:200px;  background:#243158;  font-size:14px;  color:#ffffff;  padding:10px 15px;  margin-bottom:10px;  display:inline-block;  width:fit-content;}.products.type--1 .product__sku{  z-index:10;  text-align:left;  min-width:200px;  background:#243158;  font-size:14px;  color:#ffffff;  padding:10px 15px;  display:inline-block;  width:fit-content;}.products.type--3 .product__sku::before, .products.type--1 .product__sku::before{  content:"Cikkszám:";  margin-right:3px;}.type--3.card--1 .product .product__prices, .type--3.card--1 .product .product__main {  justify-content:flex-end;}.type--3.card--1 .product .product__main-wrap{  width:100%;  text-align:center;}.type--3.card--1 .product__cart-input-wrap {  max-width:140px;  border-color:#c2c2c2;}.type--3.card--1 .product__main-btn-col {  max-width:250px;}.type--3.card--1 .product .product__variants-btn, .type--3.card--1 .product .product__cart-btn {  padding-top:6px;  padding-bottom:7px;}.product__name-link.product_link_normal:hover{  text-decoration:none;}.product__name-link.product_link_normal{  font-weight:700;  color:#204076;}.type--3.card--1 .product .product__name{  margin-bottom:10px;}.type--3.card--1 .product .product__stock{  margin-bottom:10px;}.type--3.card--1 .product .product__inner{  padding-bottom:25px;}.product__price-base-value, .product-price--sale{  font-weight:700;  color:#204076;}.products.type--1 .product__cart-input-col {  max-width:134px;}.products.type--2 .product__name {  height:84px;  overflow:hidden;}#box_last_content .main-title{  color:#fff;}.product__discount-saving, .sum-box-item.sum-box__total-save, .products .favourites-btn{  display:none;}.products .product__description-short ul, .artdet__short-descripton-content ul{  margin-bottom:0;}.products .product__description-short *{  font-size:14px!important;}.artdet__short-descripton-content *, #artdet__main-block .highlighted-block *{  font-size:16px!important;}.products .product__description-short{  text-align:left;  padding:0 10px 20px;}.long-description__content strong, .long-description__content strong *, .artdet__short-descripton-content strong, .artdet__short-descripton-content strong *{  font-weight:800!important;}.pswp__img{  height:auto!important;}.product.list-1-card-1 .product__prices{  min-width:155px;}#ud_shop_cat .custom-content *, #ud_shop_art .custom-content *{  color:#fff!important;  background:transparent!important;  font-size:14px!important;}@media (min-width:992px) and (max-width:1239.98px) {  .layout--banner_half_width .element-img {  height:auto!important;  object-fit:unset!important;  }}@media (min-width:768px) {  .search-bar-visible .search-box{  width:100%;  }  .nanobar .justify-content-center{  text-align:left;  justify-content:flex-start !important;  }  .header_text_section_1{  display:flex;  }  .header__inner{  padding-bottom:0;  }  .search-bar-in-offcanvas .offcanvas-box-search, .search-bar-visible .search-box{  max-width:550px;  margin-left:auto;  margin-right:auto!important;  }  .header__buttons-wrapper.ms-auto{  margin-left:unset!important;  }  .header__buttons-wrapper > button {  margin-left:10px;  position:relative;  padding-right:12px;  padding-left:12px;  }  .cart-box__product-count{  position:absolute;  left:85%;  top:-11px;  background:#EDEDED;  padding:2px 6px;  border-radius:20px;  font-size:12px;  min-width:22px;  color:#1B3258;  }  #artdet__main-block.container{  --bs-gutter-x:0;  --bs-gap:0;  padding:10px 25px;  }  .artdet__alts.grid {  padding:20px;  }  .home-section-head{  font-size:3em;  }}@media (min-width:992px) {  #page_artdet_content #artdet__additional-products .carousel-block:not(.carousel-block--grid) .carousel-cell, #page_artdet_content #artdet__similar-products .carousel-block:not(.carousel-block--grid) .carousel-cell{  flex:0 0 210px;  width:210px;  max-width:210px;  }  #offcanvas-header-box-menu, #offcanvas-body-box-menu{  display:none!important;  }  .page_shop_start #custom-content-bottom::before, .page_shop_start #start_category_offer::before{  content:"";  position:absolute;  width:100%;  height:100%;  left:0;  top:0;  background-repeat:no-repeat;  background-position:center;  z-index:1;  }  .page_shop_start #custom-content-bottom::before{  background-image:url('https://shop.unas.hu/shop_ordered/35228/pic/design/partner-section-bg.png');  background-size:auto;  }  .page_shop_start #start_category_offer::before {  background-image:url('https://shop.unas.hu/shop_ordered/35228/pic/design/categories-bg.png');  background-size:100%;  height:140%;  top:-10%;  }  .start_banner_2--slide-4::before {  content:"";  position:absolute;  z-index:1;  background-image:url('https://shop.unas.hu/shop_ordered/35228/pic/design/minositesek-dekor-1.png');  background-repeat:no-repeat;  background-size:contain;  width:136px;  height:140px;  left:-5%;  top:-20%;  }  .start_banner_2--slide-3::before {  content:"";  position:absolute;  z-index:1;  background-image:url('https://shop.unas.hu/shop_ordered/35228/pic/design/minositesek-dekor-2.png');  background-repeat:no-repeat;  background-size:contain;  width:136px;  height:140px;  left:-20%;  bottom:-5%;  }  .start_banner_3{  width:100%;  overflow:hidden;  }  .start_banner_3__container{  width:80%;  max-width:1750px;  padding:0;  }  .start_banner_3__slide{  width:50%;  }  #artdet__long-description {  max-height:600px;  overflow-y:auto;  position:relative;  scrollbar-width:thick;  scrollbar-color:#ff6600 #f0f0f0;  padding-bottom:7rem;  }  #artdet__long-description::-webkit-scrollbar {  width:20px;  }    #artdet__long-description::-webkit-scrollbar-track {  background:#f0f0f0;  border-radius:8px;  }    #artdet__long-description::-webkit-scrollbar-thumb {  background-color:#ff6600;  border-radius:8px;  border:3px solid #f0f0f0;  }    #artdet__long-description::-webkit-scrollbar-thumb:hover {  background-color:#cc5200;  }      #artdet__long-description::after { content:""; position:absolute; bottom:0; left:0; width:100%; height:200px; background:linear-gradient(to top, #fff, rgba(255, 255, 255, 0)); pointer-events:none; z-index:10; opacity:0;  }    #artdet__long-description::before {  position:absolute;  text-align:center;  bottom:5px;  width:100%;  color:#fff;  font-size:14px;  font-weight:800;  padding:6px 12px;  z-index:11;  opacity:0;  transition:opacity 0.3s ease;  pointer-events:none;  background:#ff6600;  }    #artdet__long-description.scrollable::before,  #artdet__long-description.scrollable::after { opacity:1; transition:opacity 0.3s ease;  }    #artdet__long-description.scrolled::before,  #artdet__long-description.scrolled::after { opacity:0;  }  .layout-container--2{  border-radius:10px 0 0 10px;  padding:10px;  }  .layout-container--3{  padding-right:0;  }  .layout-container--4{  border-radius:0 10px 10px 0;  padding-left:10px;  }  #ud_shop_art .grid.products.type--1:not(.carousel),  #ud_shop_cat .grid.products.type--1:not(.carousel),  .page_shop_artspec_1 .grid.products.type--1:not(.carousel),  .page_shop_artspec_2 .grid.products.type--1:not(.carousel),  .page_shop_search .grid.products.type--1:not(.carousel){  --bs-columns:1;  }    #ud_shop_art .products.type--1 .product .product__inner,  #ud_shop_cat .products.type--1 .product .product__inner,   .page_shop_artspec_1 .products.type--1 .product .product__inner,  .page_shop_artspec_2 .products.type--1 .product .product__inner,  .page_shop_search .products.type--1 .product .product__inner{  flex-direction:row;  align-items:center;  overflow:unset;  padding:5px 20px;  }    #ud_shop_art .products.type--1 .product .product__data,  #ud_shop_cat .products.type--1 .product .product__data,  .page_shop_artspec_1 .products.type--1 .product .product__data,  .page_shop_artspec_2 .products.type--1 .product .product__data,  .page_shop_search .products.type--1 .product .product__data{  display:flex;  justify-content:space-between;  align-items:center;  }    #ud_shop_art .products.type--1 .product__img,  #ud_shop_cat .products.type--1 .product__img,  .page_shop_artspec_1 .products.type--1 .product__img,  .page_shop_artspec_2 .products.type--1 .product__img,  .page_shop_search .products.type--1 .product__img{  transition:.4s;  max-width:unset;  max-height:unset;  width:100%;  height:100%;  z-index:8;  position:absolute;  top:0;  left:0;  right:0;  bottom:0;  }    #ud_shop_art .products.type--1 .product__img-outer:hover img,  #ud_shop_cat .products.type--1 .product__img-outer:hover img,  .page_shop_artspec_1 .products.type--1 .product__img-outer:hover img,  .page_shop_artspec_2 .products.type--1 .product__img-outer:hover img,  .page_shop_search .products.type--1 .product__img-outer:hover img{  z-index:15;  width:280px;  height:280px;  }    #ud_shop_art .products.type--1 .product__img-outer,  #ud_shop_cat .products.type--1 .product__img-outer,  .page_shop_artspec_1 .products.type--1 .product__img-outer,  .page_shop_artspec_2 .products.type--1 .product__img-outer,  .page_shop_search .products.type--1 .product__img-outer {  width:60px;  min-width:30px;  }    #ud_shop_art .products.type--1 .product__img-link,  #ud_shop_cat .products.type--1 .product__img-link,  .page_shop_artspec_1 .products.type--1 .product__img-link,  .page_shop_artspec_2 .products.type--1 .product__img-link,  .page_shop_search .products.type--1 .product__img-link{  position:relative;  padding-top:100%;  }    #ud_shop_art .products.type--1 .product .product__lc-1,  #ud_shop_cat .products.type--1 .product .product__lc-1,  .page_shop_artspec_1 .products.type--1 .product .product__lc-1,  .page_shop_artspec_2 .products.type--1 .product .product__lc-1,  .page_shop_search .products.type--1 .product .product__lc-1{  display:flex;  align-items:center;  align-self:center;  width:calc(100% - 250px);  }    #ud_shop_art .products.type--1 .product .product__name-link,  #ud_shop_cat .products.type--1 .product .product__name-link,  .page_shop_artspec_1 .products.type--1 .product .product__name-link,  .page_shop_artspec_2 .products.type--1 .product .product__name-link,  .page_shop_search .products.type--1 .product .product__name-link{  font-size:14px;  margin-right:20px;  line-height:1.2;  }    #ud_shop_art .products.type--1 .product .product__sku,  #ud_shop_cat .products.type--1 .product .product__sku,  .page_shop_artspec_1 .products.type--1 .product .product__sku,  .page_shop_artspec_2 .products.type--1 .product .product__sku,  .page_shop_search .products.type--1 .product .product__sku{  margin-right:20px;  }    #ud_shop_art .products.type--1 .product .product__name,  #ud_shop_cat .products.type--1 .product .product__name,  .page_shop_artspec_1 .products.type--1 .product .product__name,  .page_shop_artspec_2 .products.type--1 .product .product__name,  .page_shop_search .products.type--1 .product .product__name{  width:max(370px, 250px);  }  .list-1-card-1 .product__price-base-outer {  flex-wrap:nowrap;  }  .products.type--1 .has-price-sale .product__price-base{  font-size:15px!important;  }  .products.type--1 .product__price-sale{  font-size:22px!important;  }  .products.type--1 .badge{  margin-left:auto;  }  .grid.type--1.card--1{  gap:6px;  }  .products.type--1 .product__data{  padding-top:2px!important;  padding-bottom:2px!important;  }  .order-step__text {  font-size:0.875rem;  color:#fff;  }  .start_category_offer--list .start_categories__row{  column-gap:0!important;  justify-content:space-between;  }  .start_category_offer--list .start_category_offer__slide {  flex:1 1 16%!important;  background:transparent;  }  #start_category_offer .start_category_offer__slide{  background:#ffffff;  }  #start_category_offer .start_category_offer__slide > a{  height:100%;  }  #start_category_offer img{  width:100%;  }  #start_category_offer .start_category_offer__slide{  --main-img-width:16%!important;  }  #start_category_offer .start_category_offer__slide > a, #start_category_offer .start_category_offer__slide .start_categories__element-texts{  opacity:.87;  transition:opacity .4s;  }  #start_category_offer .start_category_offer__slide:hover a, #start_category_offer .start_category_offer__slide:hover .start_categories__element-texts {  opacity:1;  }  #start_category_offer .start_category_offer__slide:nth-last-child(1), #start_category_offer .start_category_offer__slide:nth-last-child(2) {  --main-img-width:32.8%!important;  }  .start_category_offer--list .start_category_offer__slide {  flex:1 1 calc(16% - var(--bs-gutter-x) / 2);  }  .navbar-nav.navbar-nav--header{  width:100%;  }  .js-nav-item-934577, .js-nav-item-277812{  margin-left:auto;  }  .navbar-nav .js-nav-item-934577 a.nav-link, .navbar-nav .js-nav-item-277812 a.nav-link{  background:#263058!important;  color:#fff;  }  .navbar-nav .js-nav-item-934577 a.nav-link:hover, .navbar-nav .js-nav-item-277812 a.nav-link:hover{  color:#fff;  }}@media (min-width:1240px) {  .header__container--bottom{  grid-template-columns:auto 1fr;  }}@media (max-width:991.98px) {  .start_category_offer--list .start_category_offer__slide{  min-width:unset;  }  #start_category_offer .start_category_offer__slide.slide-15, #start_category_offer .start_category_offer__slide.slide-16{  flex:1 0 100%;  }  #start_banner_2 .main-grid{  display:flex;  flex-direction:column;  }  .start_banner_2--slide-1{  order:1;  }  .start_banner_2--slide-2{  order:2;  margin-bottom:6rem;  }  .start_banner_2--slide-3{  order:4;  }  .start_banner_2--slide-4{  order:3;  }  #start_banner_3 .grid{  display:flex;  flex-wrap:wrap;  flex-direction:column-reverse;  }  .home-manuf{  margin-bottom:0;  }  .mob-rev{  flex-direction:column-reverse;  }}@media (max-width:767.98px) {  .header__buttons-wrapper.ms-auto > .btn{  margin-right:10px;  }  .home-partner-wrap-content .home-section-head {  font-size:2.2rem;  }  .home-partner-wrap-content .home-section-head > span {  font-size:2rem;  }  .home-help-left{  width:80%;  }  .header_text_section_1 .element__slide{  border-left:none;  }  .app-float-box {  top:unset;  bottom:5%;  right:unset;  left:-3px;  border-radius:0 8px 8px 0;  }  .app-label {  font-size:14px;  }  #start_banner_big .carousel__nav{  bottom:30px;  }}@media (max-width:500px) {  .products.type--3 .product__name-link::after {  bottom:unset;  top:0;  border-radius:0 0 0 5px;  }}@media (max-width:400px) {  .home-partner-wrap-content .home-section-head {  font-size:26px;  }}@media (max-width:575.98px) { .search-bar-in-offcanvas .ac_results {  margin-top:var(--bs-offcanvas-padding-y);  margin-left:calc(var(--bs-offcanvas-padding-x) * -1);  margin-right:calc(var(--bs-offcanvas-padding-x) * -1); }}@media (max-width:575.98px) and (pointer:fine) { .search-bar-in-offcanvas .ac_results {  padding:0 var(--bs-offcanvas-padding-x); }}@media (max-width:575.98px) { .search-bar-visible .ac_results {  margin-top:var(--header-inner-padding-y);  left:0 !important;  right:0;  top:0 !important;  max-height:calc(100dvh - var(--search-input-bottom-distance) - var(--header-inner-padding-y));  background-color:#FFFFFF;  padding:var(--header-inner-padding-y);  margin-left:calc(var(--header-inner-padding-y) * -1);  margin-right:calc(var(--header-inner-padding-y) * -1);  flex-direction:column;  flex-grow:1; } .search-bar-visible .ac_results.show {  z-index:1040; } .search-bar-visible .ac_results ul {  margin-top:var(--header-inner-padding-y); }}@media (max-width:575.98px) and (pointer:coarse) { .search-bar-visible .ac_results ul {  margin-left:calc(var(--header-inner-padding-y) * -1);  margin-right:calc(var(--header-inner-padding-y) * -1);  width:calc(100% + 2 * var(--header-inner-padding-y)); }}@media (max-width:575.98px) { .search-bar-visible .search-box__ac-close-btn {  background-color:rgba(255, 255, 255, 0.5); }}.ac_results { color:#231F20; width:auto !important; min-height:0; max-width:600px;}.ac_results.show { display:flex !important;}.ac_results ul { overscroll-behavior-y:contain; overflow:hidden auto !important; list-style:none; margin-bottom:0; max-height:unset !important; scrollbar-width:thin; scrollbar-color:#a8a8a8 #ffffff; width:100%;}.ac_results ul::-webkit-scrollbar { width:6px; height:6px;}.ac_results ul::-webkit-scrollbar-thumb { background:#a8a8a8; border:3px solid #a8a8a8; border-radius:3px;}.ac_results ul::-webkit-scrollbar-thumb:hover { background:#8f8f8f; border:3px solid #8f8f8f;}.ac_results ul::-webkit-scrollbar-track { background-color:#ffffff; border-radius:3px;}.ac_results li { padding:0.5rem; cursor:pointer; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:0.75rem;}@media (pointer:fine) { .ac_results li {  border-radius:0px; }}@media (pointer:fine) and (hover:hover) { .ac_results li:hover {  background-color:#f2f2f2; }}.ac_results li.ac_over { background-color:#f2f2f2;}@media (pointer:coarse) { .ac_results li:not(:last-child) {  border-bottom:1px solid #dbdbdb; }}.ac_price-base-outer { display:flex; align-items:center; gap:0.5em;}.ac_price { display:flex; flex-direction:column; align-items:flex-end; gap:0.25rem;}.ac_price .badge--sale { font-size:0.75em;}@media (min-width:576px) { .ac_results {  background-color:#FFFFFF;  position:fixed;  z-index:1030;  border-radius:6px;  max-height:calc(100dvh - var(--search-input-bottom-distance) - 0.375rem - 1rem);  box-shadow:0px 0px 40px rgba(0, 0, 0, 0.1);  right:calc(var(--grid-gutter-width-actual) / 2);  margin-bottom:0.75rem;  padding:0.75rem;  flex-direction:column;  flex-grow:1;  top:calc(var(--search-input-bottom-distance) + 0.375rem) !important;  transition:top ease 0.2s; } .ac_results ul {  margin-top:0.75rem; }}@media (min-width:576px) and (max-width:991.98px) { .ac_results {  left:50% !important;  transform:translateX(-50%);  width:100% !important; }}.ac_result__caret { color:#FFFFFF; top:0; position:absolute; right:50%; transform:translate(50%, -100%); z-index:1;}@media (min-width:992px) { .ac_result__caret {  right:calc(var(--search-box-input-height) / 2); }}.ac_name { line-height:normal; flex-grow:1;}.ac_text_cat { font-style:italic; text-align:right;}.ac_price--base, .ac_price--sale { font-size:1.125rem;}.has-price-sale .ac_price--base { font-size:0.75rem;}.ac_loading { position:relative; background-image:none;}.ac_loading ~ .search-box__ac-loader { opacity:1; visibility:visible;}.search-box__ac-loader { --loader-width:4px; align-items:center; visibility:hidden; opacity:0; transition:opacity 0.2s; position:absolute; top:calc(var(--search-box-input-height) / 2 - var(--loader-width) / 2); left:0.25rem; z-index:1; width:var(--loader-width); aspect-ratio:1; background:#1B3258; box-shadow:0 0 0 0 #1B325840; border-radius:50%; animation:l1 1s infinite;}@keyframes l1 { 100% {  box-shadow:0 0 0 10px #1B325800; }}