@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%; vertical-align:top;}.spinner-fa-sm { --bs-spinner-width:1rem; --bs-spinner-height:1rem;}@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:#333333; 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:#333333; --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:#E4DDD3; --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:#E4DDD3; --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:hidden 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); color:var(--bs-modal-header-color); 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, .modal-xxl {  --bs-modal-width:860px; }}@media (min-width:1240px) { .modal-xl, .modal-xxl {  --bs-modal-width:1140px; }}@media (min-width:1440px) { .modal-xxl {  --bs-modal-width:1440px; }}.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:#B42933;}@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 #6c191f; box-shadow:inset 0 0 0 calc(0.125rem + 1px) #e1a9ad; 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:"Montserrat", "Montserrat-fallback"; font-size:1.125rem; font-weight:500;}.sub-title { margin-bottom:1.5rem; color:rgba(51, 51, 51, 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(180, 41, 51, 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:12px; display:block;}::selection { background-color:#eeece9;}.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:#B42933;}#box_page_content_blog { min-height:777px;}.nav-item__count-badge { align-self:center;}.nav-item__all-cat { color:#333333; font-weight:700 !important;}.nav-item:hover > .nav-item__all-cat { color:#333333;}.page_page_subpage a:hover { color:#a2252e;}.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 #E4DDD3; 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(51, 51, 51, 0.7); font-weight:400;}.product-price--sale { color:#B42933;}.product-price--unit-price, .product-price--unit { line-height:1.25; color:rgba(51, 51, 51, 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, #F5F1EC 0%, #F5F1EC 100%); padding-top:3rem; padding-bottom:3rem; color:#333333; 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:#333333;}.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:#333333; 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:12px; 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:12px; border:var(--input-border-width) solid #E4DDD3; background-color:#ffffff; position:relative; display:inline-flex; column-gap:var(--qty-gap);}.page_qty_input_outer:has(.form-control-lg) { border-radius:18px;}.page_qty_input_outer:has(.form-control-sm) { border-radius:8px;}.page_qty_input_outer:focus-within { outline:1px solid #6c191f; outline-offset:-1px; box-shadow:inset 0 0 0 0.125rem #e1a9ad;}.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(51, 51, 51, 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], .form-label[data-tippy] { cursor:help;}span[data-tippy]:focus-visible:not(.btn), .form-label[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 #6c191f; outline-offset:-1px; box-shadow:inset 0 0 0 0.125rem #e1a9ad;}.tippy-box { background-color:#ffffff; color:#333333; box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15); border-radius:12px; 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, #F5F1EC 0%, #F5F1EC 100%); padding-top:0; padding-bottom:3rem; overflow:hidden;}.partner_element a { color:#333333;}.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:#4E7A4E; color:#ffffff;}#toast-container > .toast-success .toast-close-button { color:#ffffff;}#toast-container > .toast-warning { background-color:#E5B74B; color:#333333;}#toast-container > .toast-warning .toast-close-button { color:#333333;}#toast-container > .toast-error { background-color:#B42933; color:#ffffff;}#toast-container > .toast-error .toast-close-button { color:#ffffff;}#toast-container > .toast-info { background-color:#5C1C21; 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:12px;}.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:12px;}#list-artpack_page .product { border-bottom:1px solid #E4DDD3; 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:#e1a9ad; border-radius:18px; 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;}.modal.show { padding-right:0 !important;}.modal .main-title { line-height:1.25;}@media (max-width:575.98px) { .modal .main-title {  font-size:1.5rem; }}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:#B42933;}.modal-dialog--warning .modal-header__icon { color:#E5B74B;}.modal-dialog--ok .modal-header__icon { color:#4E7A4E;}.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(51, 51, 51, 0.7);}.modal-header__icon { font-size:2em; color:#B42933;}.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, #e1a9ad 0%, #d27f85 100%); border-radius:18px; position:relative; display:flex; flex-direction:column; place-self:center; padding:1.5rem var(--circle-width); justify-content:center; 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);}#offcanvas-exitpopup:not(.is-end) .hide-this-by-start, #offcanvas-exitpopup.is-end .hide-this-by-end, #offcanvas-exitpopup.without-close-button .modal-header .btn-close,#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;}#offcanvas-exitpopup.is-end .offcanvas-exitpopup-newsletter-coupon, #offcanvas-exitpopup.is-end .modal-exitpopup-newsletter-coupon,#modal-exitpopup.is-end .offcanvas-exitpopup-newsletter-coupon,#modal-exitpopup.is-end .modal-exitpopup-newsletter-coupon { --bs-modal-width:640px;}#offcanvas-exitpopup.is-end .offcanvas-exitpopup-wheel-with-newsletter .wheel-container-outer, #offcanvas-exitpopup.is-end .modal-exitpopup-wheel-with-newsletter .wheel-container-outer,#modal-exitpopup.is-end .offcanvas-exitpopup-wheel-with-newsletter .wheel-container-outer,#modal-exitpopup.is-end .modal-exitpopup-wheel-with-newsletter .wheel-container-outer { --wheel-width:320px;}.offcanvas-exitpopup-picture,.modal-exitpopup-picture { --bs-modal-width:fit-content; --bs-modal-padding:0.375rem;}.offcanvas-exitpopup-video,.modal-exitpopup-video { --bs-modal-padding:0.375rem;}.offcanvas-exitpopup-video .offcanvas-body,.offcanvas-exitpopup-video .modal-content,.modal-exitpopup-video .offcanvas-body,.modal-exitpopup-video .modal-content { width:100%;}#offcanvas-exitpopup-wheel .wheel-container-outer,#modal-exitpopup-wheel .wheel-container-outer { --wheel-width:var(--wheel-width-active);}#offcanvas-exitpopup[data-type=newsletter].offcanvas-start, #offcanvas-exitpopup[data-type=newsletter].offcanvas-end { width:440px;}#offcanvas-exitpopup[data-type=newsletter_coupon].offcanvas-start, #offcanvas-exitpopup[data-type=newsletter_coupon].offcanvas-end, #offcanvas-exitpopup[data-type=wheel_with_newsletter].offcanvas-start, #offcanvas-exitpopup[data-type=wheel_with_newsletter].offcanvas-end { width:860px;}#offcanvas-exitpopup[data-type=wheel].offcanvas-start, #offcanvas-exitpopup[data-type=wheel].offcanvas-end, #offcanvas-exitpopup[data-type=wheel_with_newsletter].offcanvas-start, #offcanvas-exitpopup[data-type=wheel_with_newsletter].offcanvas-end { width:860px;}#offcanvas-exitpopup[data-type=html], #offcanvas-exitpopup[data-type=video], #offcanvas-exitpopup[data-type=picture] { width:var(--max-width, 300px);}#offcanvas-exitpopup .offcanvas-title { display:flex; align-items:center; column-gap:1rem;}.offcanvas-exitpopup-wheel .wheel-container-outer,.modal-exitpopup-wheel .wheel-container-outer { --wheel-outer-width:320px; --wheel-width-active:320px; --wheel-width:320px; --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%;}.offcanvas-exitpopup-wheel .wheel-container-outer::after,.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-right:calc(var(--wheel-triangle-border-top) * -1); position:absolute; z-index:1;}.offcanvas-exitpopup-wheel .wheel-container,.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;}.offcanvas-exitpopup-wheel .wheel,.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;}.offcanvas-exitpopup-wheel .wheel::after,.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;}.offcanvas-exitpopup-wheel .wheel .number,.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:16px;}.offcanvas-exitpopup-wheel .wheel svg,.modal-exitpopup-wheel .wheel svg { position:absolute; left:0; top:0; bottom:0; right:0; width:100%; height:100%;}.offcanvas-exitpopup-wheel .wheel .option-title,.modal-exitpopup-wheel .wheel .option-title { transform:rotate(-135deg);}.offcanvas-exitpopup-wheel .wheel-col-data,.modal-exitpopup-wheel .wheel-col-data { min-width:0;}.offcanvas-exitpopup-wheel .wheel-text-content-after-spin,.offcanvas-exitpopup-wheel .wheel-text-content-before-spin,.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;}.offcanvas-exitpopup-wheel .wheel-text-content-after-spin.is-hidden,.offcanvas-exitpopup-wheel .wheel-text-content-before-spin.is-hidden,.modal-exitpopup-wheel .wheel-text-content-after-spin.is-hidden,.modal-exitpopup-wheel .wheel-text-content-before-spin.is-hidden { opacity:0; height:0; overflow:hidden; pointer-events:none;}.offcanvas-exitpopup-wheel .exitpopup-coupon-2,.modal-exitpopup-wheel .exitpopup-coupon-2 { border-radius:12px;}.offcanvas-exitpopup-wheel .js-result-text-wrap.is-hidden,.offcanvas-exitpopup-wheel .js-wheel-spin-again-btn-wrap.is-hidden,.offcanvas-exitpopup-wheel .js-result-wrap.is-hidden,.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(51, 51, 51, 0.7); font-size:0.875rem; border-bottom:1px solid #E4DDD3; 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; }}.page_content--faq { margin-bottom:100px;}.faq-title { background-color:#dbdbdb; font-family:var(--bs-font-sans-serif);}.page__news-content ul, .page__news-content ol, .page__news-content li,.page_help_content ul,.page_help_content ol,.page_help_content li,.html-text ul,.html-text ol,.html-text li,.nanobar .element__slide ul,.nanobar .element__slide ol,.nanobar .element__slide li,.page_content--faq ul,.page_content--faq ol,.page_content--faq li,.tippy-content ul,.tippy-content ol,.tippy-content li,.page_content--normal ul,.page_content--normal ol,.page_content--normal li,.product_param_type_html ul,.product_param_type_html ol,.product_param_type_html li,.artdet__short-descripton-content ul,.artdet__short-descripton-content ol,.artdet__short-descripton-content li,.custom-section ul,.custom-section ol,.custom-section li,#pane-terms ul,#pane-terms ol,#pane-terms li,#pane-privacy_policy ul,#pane-privacy_policy ol,#pane-privacy_policy li,#pane-accessibility_policy ul,#pane-accessibility_policy ol,#pane-accessibility_policy li,.long-description__content ul,.long-description__content ol,.long-description__content li,#pane-details ul,#pane-details ol,#pane-details li,.custom-content ul,.custom-content ol,.custom-content li,.contact__method-text ul,.contact__method-text ol,.contact__method-text li,.order-mods__description ul,.order-mods__description ol,.order-mods__description li,.megasubmenu__banner ul,.megasubmenu__banner ol,.megasubmenu__banner li,.blog-details__text ul,.blog-details__text ol,.blog-details__text li,.blog-details__intro-text ul,.blog-details__intro-text ol,.blog-details__intro-text li,.blog-item__intro ul,.blog-item__intro ol,.blog-item__intro li { margin:revert; padding:revert; list-style:revert; list-style-position:inside;}.page__news-content ul, .page__news-content ol,.page_help_content ul,.page_help_content ol,.html-text ul,.html-text ol,.nanobar .element__slide ul,.nanobar .element__slide ol,.page_content--faq ul,.page_content--faq ol,.tippy-content ul,.tippy-content ol,.page_content--normal ul,.page_content--normal ol,.product_param_type_html ul,.product_param_type_html ol,.artdet__short-descripton-content ul,.artdet__short-descripton-content ol,.custom-section ul,.custom-section ol,#pane-terms ul,#pane-terms ol,#pane-privacy_policy ul,#pane-privacy_policy ol,#pane-accessibility_policy ul,#pane-accessibility_policy ol,.long-description__content ul,.long-description__content ol,#pane-details ul,#pane-details ol,.custom-content ul,.custom-content ol,.contact__method-text ul,.contact__method-text ol,.order-mods__description ul,.order-mods__description ol,.megasubmenu__banner ul,.megasubmenu__banner ol,.blog-details__text ul,.blog-details__text ol,.blog-details__intro-text ul,.blog-details__intro-text ol,.blog-item__intro ul,.blog-item__intro ol { padding-inline-start:0;}.page__news-content ol ol, .page__news-content ol ul, .page__news-content ul ul, .page__news-content ul ol,.page_help_content ol ol,.page_help_content ol ul,.page_help_content ul ul,.page_help_content ul ol,.html-text ol ol,.html-text ol ul,.html-text ul ul,.html-text ul ol,.nanobar .element__slide ol ol,.nanobar .element__slide ol ul,.nanobar .element__slide ul ul,.nanobar .element__slide ul ol,.page_content--faq ol ol,.page_content--faq ol ul,.page_content--faq ul ul,.page_content--faq ul ol,.tippy-content ol ol,.tippy-content ol ul,.tippy-content ul ul,.tippy-content ul ol,.page_content--normal ol ol,.page_content--normal ol ul,.page_content--normal ul ul,.page_content--normal ul ol,.product_param_type_html ol ol,.product_param_type_html ol ul,.product_param_type_html ul ul,.product_param_type_html ul ol,.artdet__short-descripton-content ol ol,.artdet__short-descripton-content ol ul,.artdet__short-descripton-content ul ul,.artdet__short-descripton-content ul ol,.custom-section ol ol,.custom-section ol ul,.custom-section ul ul,.custom-section ul ol,#pane-terms ol ol,#pane-terms ol ul,#pane-terms ul ul,#pane-terms ul ol,#pane-privacy_policy ol ol,#pane-privacy_policy ol ul,#pane-privacy_policy ul ul,#pane-privacy_policy ul ol,#pane-accessibility_policy ol ol,#pane-accessibility_policy ol ul,#pane-accessibility_policy ul ul,#pane-accessibility_policy ul ol,.long-description__content ol ol,.long-description__content ol ul,.long-description__content ul ul,.long-description__content ul ol,#pane-details ol ol,#pane-details ol ul,#pane-details ul ul,#pane-details ul ol,.custom-content ol ol,.custom-content ol ul,.custom-content ul ul,.custom-content ul ol,.contact__method-text ol ol,.contact__method-text ol ul,.contact__method-text ul ul,.contact__method-text ul ol,.order-mods__description ol ol,.order-mods__description ol ul,.order-mods__description ul ul,.order-mods__description ul ol,.megasubmenu__banner ol ol,.megasubmenu__banner ol ul,.megasubmenu__banner ul ul,.megasubmenu__banner ul ol,.blog-details__text ol ol,.blog-details__text ol ul,.blog-details__text ul ul,.blog-details__text ul ol,.blog-details__intro-text ol ol,.blog-details__intro-text ol ul,.blog-details__intro-text ul ul,.blog-details__intro-text ul ol,.blog-item__intro ol ol,.blog-item__intro ol ul,.blog-item__intro ul ul,.blog-item__intro ul ol { padding-inline-start:20px;}.offcanvas-top .offcanvas-body, .offcanvas-bottom .offcanvas-body { max-height:calc(100vh - 4em);}.offcanvas-top .offcanvas-header.no-title, .offcanvas-bottom .offcanvas-header.no-title { padding:0; height:0; border:none;}.offcanvas-top .offcanvas-header.no-title .btn-close, .offcanvas-bottom .offcanvas-header.no-title .btn-close { position:absolute; right:0; margin-right:0.5em;}.offcanvas-top .offcanvas-header.no-title .btn-close { margin-top:0.5em; top:100%;}.offcanvas-bottom .offcanvas-header.no-title .btn-close { margin-right:0.5em; top:-2.5em;}* { -webkit-line-clamp:unset !important;}.checkout__img { width:auto; vertical-align:top;}.checkout__item:not(.with-svg) .checkout__img { max-height:var(--checkout_img_maxheight);}.checkout__item.with-svg .checkout__img { height:calc(var(--checkout_img_maxheight) - 0.5rem);}.checkout__item { border-radius:0; overflow:hidden; display:flex; max-width:calc(var(--checkout_img_maxwidth) - 0.5rem);}.checkout__item.with-svg { padding:0.25rem; box-sizing:content-box; background-color:white;}.login-box__customer-datas { word-break:break-word; font-weight:500; color:rgba(51, 51, 51, 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:#E5B74B;}.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; }}.layout--banner_half_width .element-img-outer { position:relative;}.layout--banner_half_width .element-title { margin-bottom:1rem;}.layout--banner_half_width table { text-align:left; width:100%; white-space:nowrap; --column-gap:1.5rem;}.layout--banner_half_width table table td:last-child { text-align:right;}.layout--banner_half_width tr:only-child > td { width:100%;}.layout--banner_half_width iframe { width:100%; border-radius:12px; vertical-align:top;}.layout--banner_half_width .element-links { --bs-columns:1; --bs-gap:0; place-items:start;}@media (max-width:575.98px) { .layout--banner_half_width tr:only-child {  display:flex;  flex-direction:column;  align-items:center;  justify-content:center;  row-gap:1.25rem; }}@media (min-width:576px) { .layout--banner_half_width tr:only-child > td:last-child {  width:calc(100% - 240px - var(--column-gap)); } .layout--banner_half_width tr:only-child > td:not(:last-child) {  padding-right:var(--column-gap);  width:calc(240px + var(--column-gap)); }}@media (min-width:992px) and (max-width:1239.98px) { .layout--banner_half_width .element-img-outer {  height:100%; } .layout--banner_half_width .element-img {  height:100%;  object-fit:cover; }}@media (min-width:1240px) { .layout--banner_half_width .main-grid {  --bs-gap:3rem; } .layout--banner_half_width .element-img-outer, .layout--banner_half_width .texts--no-layer {  position:sticky;  top:1rem; } .header-is-sticky.header-is-visible-by-scroll-up .layout--banner_half_width .element-img-outer, .header-is-sticky.header-is-visible-by-scroll-up .layout--banner_half_width .texts--no-layer {  transition:top ease var(--header-sticky-on-scroll-up-transition-time);  top:calc(var(--header-height) + 1rem); } .header-is-sticky.header-with-sticky-behavior .layout--banner_half_width .element-img-outer, .header-is-sticky.header-with-sticky-behavior .layout--banner_half_width .texts--no-layer {  top:calc(var(--header-height) + 1rem); }}.start_banner_1 { background:linear-gradient(to bottom, #F5F1EC 0%, #F5F1EC 100%); color:#333333; padding-top:3rem; padding-bottom:3rem;}.start_banner_1 .element-title { color:rgba(51, 51, 51, 0.7);}.start_banner_1 .texts--no-layer .element-texts__container { padding:0;}.start_banner_2 { background:linear-gradient(to bottom, #B42933 0%, #B42933 100%); color:#ffffff; padding-top:3rem; padding-bottom:3rem;}.start_banner_2 .element-title { color:rgba(255, 255, 255, 0.7);}.start_banner_2 .texts--no-layer .element-texts__container { padding:0;}.start_banner_3 { background:linear-gradient(to bottom, #B42933 0%, #B42933 100%); color:#FFFFFF; padding-top:3rem; padding-bottom:3rem;}.start_banner_3 .element-title { color:rgba(255, 255, 255, 0.7);}.start_banner_3 .texts--no-layer .element-texts__container { padding:0;}.social_icons .element-icon .icon-set { font-size:18px; fill:#333333;}.social_icons a.element { color:#333333;}.social_icons a.element:hover { color:#B42933;}.social_icons a.element:hover .icon-set { fill:#B42933;}.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.25em !important; 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:#eeece9;}.offcanvas .carousel-block, .offcanvas .container { padding-left:0; padding-right:0;}.offcanvas .dropdown-item { white-space:normal;}.offcanvas-body { flex-grow:0; scrollbar-width:thin; scrollbar-color:#a8a8a8 var(--bs-offcanvas-bg);}.offcanvas-body::-webkit-scrollbar { width:6px; height:6px;}.offcanvas-body::-webkit-scrollbar-thumb { background:#a8a8a8; border:3px solid #a8a8a8; border-radius:3px;}.offcanvas-body::-webkit-scrollbar-thumb:hover { background:#8f8f8f; border:3px solid #8f8f8f;}.offcanvas-body::-webkit-scrollbar-track { background-color:var(--bs-offcanvas-bg); border-radius:3px;}.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 { min-height:3.25em;}#offcanvas-body-box-menu:has(.dropdown-menu.show) { flex-shrink:0; max-height:80%;}.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 #E4DDD3;}.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-item--menu { transition:padding 0.25s ease;}.offcanvas--box-cat .nav-item--menu:has(> .show) { padding:0.25em;}.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 #E4DDD3; 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 #E4DDD3; 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 #E4DDD3; 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 #E4DDD3; 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 #E4DDD3; 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 #E4DDD3;}.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 12px 12px;}.offcanvas-bottom, .offcanvas-bottom .offcanvas-header { border-radius:12px 12px 0 0;}.offcanvas-title { display:block; font-family:"Montserrat", "Montserrat-fallback";}@media (min-width:576px) { .offcanvas-top, .offcanvas-bottom {  --bs-offcanvas-header-padding-x:1.5rem;  --bs-offcanvas-header-padding-y:0.75rem; }}:root{ --gg-red:  var(--bs-primary, #B42933);  --gg-red-dark:  #94202A;   --gg-red-tint:  #FDF4F5;   --gg-bordo: var(--bs-secondary,  #5C1C21);  --gg-gold:  #A9844A;   --gg-gold-bright:var(--bs-warning, #E5B74B);  --gg-gold-pale: #F3DC9B;   --gg-ink:  var(--bs-body-color,  #333333);  --gg-ink-muted: #736C66;   --gg-line:  var(--bs-border-color, #E4DDD3);  --gg-surface:  var(--bs-body-bg, #FAF8F5);  --gg-radius-pill:999px;   }h1.artdet__name {  color:var(--gg-red) !important;  font-size:1.8em !important;  margin:0 !important;  line-height:1.2 !important;  font-weight:800 !important;}.gg-pkg-link { color:var(--gg-ink); text-decoration:none; border-bottom:1px solid var(--gg-line); transition:color .15s ease, border-color .15s ease;}.gg-pkg-link:hover { color:var(--gg-red) !important;  border-bottom-color:var(--gg-red); text-decoration:none !important; }.main-title {  color:var(--gg-red) !important;   font-weight:900 !important;  font-size:2.25rem !important;  letter-spacing:-0.025em !important;  font-family:inherit !important;  text-transform:none !important;  margin-bottom:1.5rem !important;  text-align:left !important;  line-height:1.2 !important;}.element-title.layout--title_box_with_bg {  background:transparent !important;  border:none !important;  padding:0 !important;  box-shadow:none !important;}.element-title.layout--title_box_with_bg::before,.element-title.layout--title_box_with_bg::after {  display:none !important;}@media (max-width:768px) {  .main-title {  font-size:1.75rem !important;  margin-bottom:1rem !important;  }}.start_category_offer__carousel .carousel-cell {  border-left:6px solid var(--gg-red) !important;   background-color:#ffffff !important;  border-radius:var(--bs-border-radius) !important;  margin-right:10px !important;     padding-left:0px !important;  padding-right:0px !important;     box-shadow:0 4px 15px rgba(0,0,0,0.05) !important;  transition:transform 0.3s ease, box-shadow 0.3s ease !important;  overflow:hidden;  box-sizing:border-box !important;}.start_category_offer__carousel .carousel-cell:hover {  transform:translateY(-5px) !important;  box-shadow:0 10px 25px rgba(0,0,0,0.12) !important;}.start_categories__element-texts,.start_categories__element-texts a,.start_category_offer__carousel .element-title,.start_category_offer__carousel .element-text {  color:var(--gg-red) !important;   font-weight:700 !important;   text-decoration:none !important;  transition:color 0.3s ease !important;}.start_categories__element-texts:hover a,.start_category_offer__carousel .carousel-cell:hover .element-title,.start_category_offer__carousel .carousel-cell:hover .element-text {  color:var(--gg-red-dark) !important; }.product_list_item .product_name,.product_list_item .product_name a {  color:var(--gg-red) !important;  font-weight:700 !important;  text-decoration:none !important;}.start_category_offer__carousel .carousel-cell img {  width:100% !important;  height:auto !important;  display:block !important;}.start_category_offer__carousel .carousel-cell:hover {  border-left-color:var(--gg-red-dark) !important;}@media (max-width:768px) {  .start_category_offer__carousel .carousel-cell {  margin-right:10px !important;  border-left-width:5px !important;  }}.product__name-link {  color:var(--gg-red) !important;    font-weight:700 !important;  font-size:1.05rem !important;  line-height:1.3 !important;  letter-spacing:-0.01em !important;  text-decoration:none !important;    display:-webkit-box !important;  -webkit-line-clamp:3;  -webkit-box-orient:vertical;  overflow:hidden;}.product__name-link:hover {  color:var(--gg-red-dark) !important;   }.product__price-current {  color:var(--gg-ink) !important;  font-weight:800 !important;  font-size:1.2rem !important;}.category-card__inner {  border-left:6px solid var(--gg-red) !important;   background-color:#ffffff !important;  border-radius:var(--bs-border-radius) !important;  padding-left:0px !important;  box-shadow:0 4px 15px rgba(0,0,0,0.05) !important;  transition:transform 0.3s ease, box-shadow 0.3s ease !important;  overflow:hidden;  display:flex !important;  flex-direction:column !important;  align-items:center !important;}.category-card__inner:hover {  transform:translateY(-5px) !important;  box-shadow:0 10px 25px rgba(181, 39, 51, 0.1) !important;}.category-card__data {  display:flex !important;  flex-direction:column !important;  align-items:center !important;  justify-content:center !important;  text-align:center !important;  padding:15px 5px !important;  width:100% !important;}.category-card__name {  text-transform:none !important;    color:var(--gg-red) !important;  font-weight:900 !important;  font-size:1rem !important;  letter-spacing:-0.02em !important;  margin-bottom:10px !important;  text-align:center !important;  display:block !important;  width:100% !important;}.category-card__data > *:not(.category-card__name),.category-card__count,.category-card__total {  background-color:var(--gg-gold-bright) !important;   color:var(--gg-red) !important;    font-weight:800 !important;  font-size:0.75rem !important;  padding:4px 14px !important;  border-radius:var(--gg-radius-pill) !important;    display:inline-block !important;  line-height:1.2 !important;  margin-top:5px !important;  text-decoration:none !important;  white-space:nowrap !important;    border:none !important;}.category-card__img-outer {  margin-bottom:5px !important;  padding-top:10px !important;}.main__title {  background:transparent !important;  border:none !important;  box-shadow:none !important;  padding-top:15px !important;  padding-bottom:5px !important;}.main__title .container {  background:none !important;  }.main__title h1, h1.page-title,.page_title h1 {  color:var(--gg-red) !important;    font-weight:900 !important;    font-size:2.1rem !important;     letter-spacing:-0.03em !important;    line-height:1.2 !important;  text-transform:none !important;        margin:0 !important;  padding:0 !important;  text-align:left !important;}.main__title::before, .main__title::after,.main__title .container::before,.main__title .container::after {  display:none !important;}@media only screen and (min-width:992px) {  .artdet__image-block {  position:-webkit-sticky !important;  position:sticky !important;  top:30px;   align-self:flex-start;   z-index:10;  }}div#qty-discounts.qty-discounts {  background-color:#ffffff !important;  border:1px solid var(--gg-line) !important;   border-radius:var(--bs-border-radius) !important;  padding:18px !important;  margin-top:0px !important;  box-shadow:0 5px 15px rgba(181, 39, 51, 0.05) !important;}#qty-discounts .qty-discounts__title {  font-size:15px !important;  font-weight:800 !important;  color:var(--gg-ink) !important;  margin-bottom:15px !important;  text-transform:none !important;  letter-spacing:0.8px !important;  border-bottom:2px solid var(--gg-red) !important;  display:inline-block !important;  padding-bottom:4px !important;}#qty-discounts .qty-discount {  display:grid !important;  grid-template-columns:1.2fr 0.8fr 1fr !important;  align-items:center !important;  background:var(--gg-surface) !important;  margin-bottom:6px !important;  padding:10px 15px !important;  border-radius:var(--bs-border-radius-sm) !important;  border:1px solid var(--gg-line) !important;  transition:all 0.2s ease !important;}#qty-discounts .qty-discount:hover {  background:var(--gg-red-tint) !important;   border-color:var(--gg-red) !important;  transform:translateX(4px) !important;}#qty-discounts .qty-discount div:nth-child(2) {  background-color:var(--gg-red) !important;   color:white !important;  font-weight:700 !important;  font-size:13px !important;  padding:2px 10px !important;  border-radius:var(--gg-radius-pill) !important;  text-align:center !important;  width:fit-content !important;  justify-self:center !important;}#qty-discounts .qty-discount div:last-child {  font-weight:800 !important;  color:var(--gg-ink) !important;  text-align:right !important;  font-size:15px !important;}#qty-discounts .qty-discount:first-of-type {  background:transparent !important;  border:none !important;  border-bottom:1px solid var(--gg-line) !important;  border-radius:0 !important;  opacity:0.7 !important;}#qty-discounts .qty-discount:first-of-type div:nth-child(2) {  background:transparent !important;  color:var(--gg-ink-muted) !important;  font-weight:normal !important;}@media (max-width:480px) {  #qty-discounts .qty-discount {  grid-template-columns:1fr 1fr 1fr !important;  font-size:13px !important;  padding:8px 10px !important;  }}.artdet__virtual-point-highlighted.highlighted-primary {  background-color:var(--gg-red-tint) !important;   border:1px solid var(--gg-red) !important;   border-radius:var(--gg-radius-pill) !important;  padding:10px 20px !important;  display:inline-flex !important;  align-items:center !important;  gap:8px !important;  margin:15px 0 !important;  box-shadow:0 3px 10px rgba(181, 39, 51, 0.1) !important;  max-width:fit-content !important;}.artdet__virtual-point-highlighted__title {  color:var(--gg-ink) !important;  font-weight:600 !important;  font-size:0.95rem !important;  display:flex !important;  align-items:center !important;}.artdet__virtual-point-highlighted__content {  background-color:#ffffff !important;  color:var(--gg-red) !important;  font-weight:850 !important;  font-size:1.05rem !important;  padding:2px 12px !important;  border-radius:var(--gg-radius-pill) !important;  border:1px solid var(--gg-red) !important;  margin-left:5px !important;}.artdet__virtual-point-highlighted.highlighted-primary:hover {  transform:translateY(-2px);  box-shadow:0 5px 15px rgba(181, 39, 51, 0.2) !important;  transition:all 0.2s ease-in-out;}#start_banner_big .element-text--big, #start_banner_big [id*="_text_1"] {  color:#ffffff !important;  font-weight:800 !important;  text-shadow:0 2px 15px rgba(0,0,0,0.4) !important;  text-align:left !important;  margin-left:0 !important;}#start_banner_big .element-text--small, #start_banner_big [id*="_text_2"],#start_banner_big .element-text--middle {  color:#ffffff !important;  font-weight:500 !important;  text-shadow:0 2px 10px rgba(0,0,0,0.5) !important;  text-align:left !important;  margin-left:0 !important;  opacity:1 !important;}#start_banner_big .texts--layer .btn {  background-color:var(--gg-red) !important;   color:#ffffff !important;  border-radius:var(--gg-radius-pill) !important;  margin-left:0 !important;  display:inline-flex !important;  text-transform:none !important;  box-shadow:0 4px 15px rgba(0,0,0,0.2) !important;  transition:all 0.3s ease-in-out !important;}#start_banner_big .texts--layer .btn:hover {  background-color:var(--gg-red-dark) !important;  transform:translateY(-3px) !important;  box-shadow:0 8px 20px rgba(0, 0, 0, 0.25) !important;  color:#ffffff !important;}@media (min-width:992px) {  #start_banner_big .carousel-cell-texts {  position:absolute !important;  top:0 !important;  left:0 !important;  width:100% !important;  height:100% !important;  display:flex !important;  justify-content:center !important;  align-items:center !important;  z-index:5 !important;  }  #start_banner_big .texts--layer {  display:flex !important;  flex-direction:column !important;  align-items:flex-start !important;  text-align:left !important;  width:100% !important;  max-width:1320px !important;  padding-left:20px !important;  margin:0 auto !important;  transform:none !important;  }  #start_banner_big .element-text--big,   #start_banner_big [id*="_text_1"] {  font-size:2.8rem !important;  line-height:1.15 !important;  margin-bottom:10px !important;   }    #start_banner_big .element-text--small,   #start_banner_big [id*="_text_2"] {  font-size:1.4rem !important;  margin-bottom:25px !important;  }  #start_banner_big .texts--layer .btn {  font-size:1.3rem !important;  padding:16px 45px !important;  }}@media (max-width:991px) {  #start_banner_big .carousel-cell-texts {  position:absolute !important;  top:0 !important;  left:0 !important;  width:100% !important;  height:100% !important;  display:flex !important;  flex-direction:column !important;  justify-content:center !important;  align-items:flex-start !important;  }  #start_banner_big .texts--layer {  width:100% !important;  padding-left:25px !important;  padding-right:25px !important;  display:flex !important;  flex-direction:column !important;  align-items:flex-start !important;  text-align:left !important;  transform:none !important;  }  #start_banner_big .element-text--big,   #start_banner_big [id*="_text_1"] {  font-size:1.85rem !important;  line-height:1.2 !important;  margin-bottom:10px !important;  max-width:300px !important;   }    #start_banner_big .element-text--small,   #start_banner_big [id*="_text_2"] {  font-size:1.1rem !important;  margin-bottom:18px !important;  max-width:280px !important;  }  #start_banner_big .texts--layer .btn {  font-size:1rem !important;  padding:12px 28px !important;  }}.flickity-prev-next-button {  background:hsla(0,0%,100%,.7) !important;  border-radius:var(--gg-radius-pill) !important;}.flickity-page-dots {  bottom:-30px !important;}.artdet__price-unit.product-price--unit-price {  font-size:11px;  color:var(--gg-ink-muted);}.main-title__wrap {  display:flex !important;  flex-direction:column !important;}.main-title__wrap .sub-title {  order:-1 !important;  color:var(--gg-gold) !important;  text-transform:uppercase !important;  font-weight:bold !important;  font-size:14px !important;  margin-bottom:5px !important;}  #carousel-block-box_ref_3_ref .element-title {  display:flex !important;  flex-direction:column !important;}#carousel-block-box_ref_3_ref .main-title::before {  content:"ÚJDONSÁGOK" !important;  display:block !important;   color:var(--gg-gold) !important;   text-transform:uppercase !important;  font-weight:bold !important;  font-size:14px !important;  letter-spacing:1.5px !important;  margin-bottom:5px !important;}#page_artref_inner .element-title {  display:flex !important;  flex-direction:column !important;  align-items:flex-start !important;}#page_artref_inner .main-title::before {  content:"VÁLOGATOTT AJÁNLATOK" !important;   display:block !important;  color:var(--gg-gold) !important;   text-transform:uppercase !important;  font-weight:bold !important;  font-size:14px !important;  letter-spacing:1.5px !important;  margin-bottom:5px !important;}.product__param-title {  display:none !important;}.product__params {  display:flex !important;  flex-direction:row !important;  flex-wrap:wrap !important;  align-items:center !important;  margin-bottom:5px;}.product__param-value {  color:var(--gg-gold) !important;  text-transform:none !important;  font-weight:700 !important;  font-size:10px !important;   padding:0 !important;  line-height:1.2 !important;}.product__params .product__param:not(:last-child):after {  content:"•";  color:var(--gg-gold);  margin:0 6px;  font-size:12px;   font-weight:bold;  display:inline-block;}#start_banner_1 .texts--no-layer, #start_banner_2 .texts--no-layer, #start_banner_3 .texts--no-layer {  border-radius:0 !important;  overflow:visible !important;}#start_banner_1 .element-texts__container, #start_banner_2 .element-texts__container, #start_banner_3 .element-texts__container {  overflow:visible !important;}#start_banner_1 .element-title,#start_banner_2 .element-title,#start_banner_3 .element-title {  background-color:var(--gg-gold-bright) !important;   color:var(--gg-ink) !important;    font-weight:700 !important;  font-size:0.75rem !important;  letter-spacing:0.08em !important;  text-transform:uppercase !important;  padding:6px 16px !important;  border-radius:var(--gg-radius-pill) !important;  display:inline-block !important;  margin-bottom:1.2rem !important;  line-height:1 !important;}#start_banner_1 .element-text--big, #start_banner_1 [id*="_text_1"],#start_banner_2 .element-text--big, #start_banner_2 [id*="_text_1"],#start_banner_3 .element-text--big, #start_banner_3 [id*="_text_1"] {  color:#ffffff !important;  font-weight:700 !important;  font-size:clamp(1.8rem, 4vw, 2.4rem) !important;   letter-spacing:-0.02em !important;  line-height:1.1 !important;  margin-bottom:1.2rem !important;  -webkit-text-stroke:0px transparent !important;  text-shadow:none !important;}#start_banner_1 .html-text p, #start_banner_1 .html-text,#start_banner_2 .html-text p, #start_banner_2 .html-text,#start_banner_3 .html-text p, #start_banner_3 .html-text,#start_banner_3 .element-text--small {  color:#ffffff !important;  font-weight:400 !important;   font-size:1.15rem !important;   line-height:1.5 !important;   opacity:0.95 !important;   max-width:520px !important;  margin-bottom:1.5rem !important;}#start_banner_1 .element-links a, #start_banner_2 .element-links a, #start_banner_3 .element-links a {  color:#ffffff !important;  font-weight:700 !important;  text-decoration:none !important;}#start_banner_1 i, #start_banner_1 svg,#start_banner_2 i, #start_banner_2 svg,#start_banner_3 i, #start_banner_3 svg {  color:var(--gg-gold-bright) !important;   margin-right:10px;}#start_banner_1 .btn, #start_banner_2 .btn, #start_banner_3 .btn {  display:inline-flex !important;  align-items:center !important;  justify-content:center !important;  white-space:nowrap !important;  gap:10px !important;    background-color:transparent !important;  color:#ffffff !important;  border:2px solid #ffffff !important;  border-radius:var(--gg-radius-pill) !important;  padding:14px 40px !important;  font-weight:700 !important;  font-size:1.1rem !important;  transition:all 0.3s ease !important;  text-decoration:none !important;  margin-top:1rem !important;}#start_banner_1 .btn:hover, #start_banner_2 .btn:hover, #start_banner_3 .btn:hover {  background-color:#ffffff !important;  color:var(--gg-red-dark) !important;   transform:translateY(-3px) !important;  box-shadow:0 4px 15px rgba(255, 255, 255, 0.2) !important;}@media (max-width:768px) {  #start_banner_1 .element-text--big, #start_banner_1 [id*="_text_1"],  #start_banner_2 .element-text--big, #start_banner_2 [id*="_text_1"],  #start_banner_3 .element-text--big, #start_banner_3 [id*="_text_1"] {  font-size:1.9rem !important;  }    #start_banner_1 .btn,   #start_banner_2 .btn,   #start_banner_3 .btn {  padding:12px 30px !important;  font-size:1rem !important;  white-space:normal !important;  }  #start_banner_1 .html-text p,  #start_banner_2 .html-text p,  #start_banner_3 .html-text p {  font-size:1rem !important;  }}.start-newsletter {  background:radial-gradient(120% 160% at 50% 0%, var(--gg-red), var(--gg-red-dark) 55%, var(--gg-bordo)) !important;  padding:50px 20px !important;  text-align:center !important;  position:relative !important;}.start-newsletter .newsletter_text__container {  max-width:1100px !important;  margin:0 auto !important;  padding:25px 20px !important;   border:1px solid rgba(212, 175, 55, 0.3) !important;  border-radius:var(--bs-border-radius-lg) !important;  display:flex !important;  flex-direction:column !important;  align-items:center !important;}.start-newsletter .main-title::before {  content:"GRANDE GUSTO HÍRLEVÉL";  display:table !important;   margin:0 auto 12px auto !important;   background-color:var(--gg-gold-bright) !important;  color:var(--gg-ink) !important;  font-weight:700 !important;  font-size:0.75rem !important;  letter-spacing:0.1em !important;  text-transform:uppercase !important;  padding:6px 16px !important;   border-radius:var(--gg-radius-pill) !important;  line-height:1 !important;}.start-newsletter .main-title {  color:#ffffff !important;  font-weight:800 !important;  font-size:clamp(1.8rem, 4vw, 2.4rem) !important;   letter-spacing:-0.02em !important;  line-height:1.1 !important;  margin-bottom:8px !important;   text-transform:none !important;  text-align:center !important;  display:block !important;  width:100% !important;}.start-newsletter .sub-title, .start-newsletter .sub-title p {  color:#ffffff !important;  font-size:1.1rem !important;  line-height:1.4 !important;   opacity:0.95 !important;  max-width:650px !important;  margin:0 auto 20px auto !important;   text-align:center !important;}.start-newsletter .sub-title strong {  color:var(--gg-gold-pale) !important;  font-weight:700 !important;}.start-newsletter .btn {  display:inline-flex !important;  align-items:center !important;  justify-content:center !important;  background-color:transparent !important;  color:#ffffff !important;  border:2px solid #ffffff !important;  border-radius:var(--gg-radius-pill) !important;  padding:12px 35px !important;   font-weight:700 !important;  font-size:1.05rem !important;  transition:all 0.3s ease !important;  text-decoration:none !important;  cursor:pointer !important;}.start-newsletter .btn:hover {  background-color:#ffffff !important;  color:var(--gg-red-dark) !important;  transform:translateY(-3px) !important;  box-shadow:0 10px 20px rgba(0, 0, 0, 0.2) !important;}@media (max-width:768px) {  .start-newsletter {  padding:35px 15px !important;  }  .start-newsletter .main-title {  font-size:1.8rem !important;  }  .start-newsletter .newsletter_text__container {  padding:20px 15px !important;  }}#page-newsletter .main-title {  text-align:center !important;  display:block !important;  width:100% !important;  font-weight:700 !important;  font-size:clamp(1.8rem, 4vw, 2.4rem) !important;   letter-spacing:-0.02em !important;  line-height:1.1 !important;  margin-bottom:1.2rem !important;}#page-newsletter .sub-title, #page-newsletter .sub-title p {  text-align:center !important;  margin-left:auto !important;  margin-right:auto !important;  max-width:700px !important;   font-size:1.15rem !important;  line-height:1.5 !important;  color:var(--gg-ink) !important;}#page-newsletter .page-newsletter__container {  text-align:center !important;}#page-newsletter form {  max-width:500px !important;  margin:0 auto !important;  text-align:left !important; }#page-newsletter .btn-primary {  margin:20px auto !important;  display:flex !important;}.product__params { align-items:center; flex-wrap:nowrap; width:100%;}.product__params .product__param.text { flex:0 1 auto !important; max-width:none !important; white-space:nowrap; align-items:center; overflow:visible;}.product__params .product__param.text:last-child { margin-left:auto;  }.product__params .product__param-value,.product__params .product__param-value a.direct-filter-link { flex:0 1 auto !important; max-width:none !important; width:auto !important; white-space:nowrap !important; overflow:visible !important;}.product-description-container { background-color:#ffffff !important;}.product-description-container { font-family:'Merriweather', Georgia, serif;}.product-description-container h2,.product-description-container h3 { font-family:'Montserrat', sans-serif;}#offcanvas-exitpopup.offcanvas-end { top:auto !important; bottom:20px !important; right:20px !important; left:auto !important; width:360px !important; max-width:calc(100vw - 40px) !important; height:auto !important; max-height:80vh !important; overflow:auto !important; border-left:0 !important; border-radius:var(--bs-border-radius) !important; box-shadow:0 8px 30px rgba(0,0,0,.2) !important;}@media (max-width:480px) { #offcanvas-exitpopup.offcanvas-end {  left:10px !important;  right:10px !important;  bottom:10px !important;  width:auto !important;  max-width:none !important; }}.offcanvas-backdrop.show { opacity:0 !important; pointer-events:none !important;}.product__img-outer .product__badges { left:auto !important; right:8px !important;}.product__badges{ left:auto !important; right:8px !important; z-index:6 !important;}.btn:not(.btn-in-group),.product-main-btn,.product__cart-btn,.product-function-btn { border-radius:var(--gg-radius-pill);}.product-description-container h2,.product-description-container h3,.product-description-container h4 { text-transform:none !important; letter-spacing:-0.01em !important;}.gg-tw {  --gg-crimson: var(--gg-red); --gg-crimson-dark:var(--gg-red-dark); --gg-gold-deep:  #8A6A37; --gg-charcoal:  var(--gg-ink); --gg-ink-2:  #55504C; --gg-ink-3:  var(--gg-ink-muted); --gg-line-strong: #CFC6B8; --gg-off-white:  var(--gg-surface); --gg-stone:  #F5F1EC; --gg-stone-deep: #ECE5DB; --gg-white:  #FFFFFF; --brand-primary: var(--gg-crimson); --brand-secondary:var(--gg-charcoal); font-family:'Montserrat', 'Helvetica Neue', Arial, sans-serif;}.gg-tw *, .gg-tw *::before, .gg-tw *::after { box-sizing:border-box; }.gg-tw .block  { display:block; }.gg-tw .inline-block { display:inline-block; }.gg-tw .flex   { display:flex; }.gg-tw .grid   { display:grid; }.gg-tw .flex-col { flex-direction:column; }.gg-tw .flex-grow  { flex-grow:1; }.gg-tw .shrink-0 { flex-shrink:0; }.gg-tw .grid-cols-1 { grid-template-columns:repeat(1, minmax(0, 1fr)); }.gg-tw .items-center { align-items:center; }.gg-tw .items-start { align-items:flex-start; }.gg-tw .justify-center { justify-content:center; }.gg-tw .justify-start  { justify-content:flex-start; }.gg-tw .justify-between { justify-content:space-between; }.gg-tw .mx-auto { margin-left:auto; margin-right:auto; }.gg-tw .mt-auto { margin-top:auto; }.gg-tw .overflow-hidden { overflow:hidden; }.gg-tw .whitespace-nowrap { white-space:nowrap; }.gg-tw .select-none { user-select:none; }.gg-tw .cursor-pointer { cursor:pointer; }.gg-tw .pointer-events-none { pointer-events:none; }.gg-tw .relative { position:relative; }.gg-tw .absolute { position:absolute; }.gg-tw .z-10   { z-index:10; }.gg-tw .-top-24 { top:-6rem; }.gg-tw .-right-24  { right:-6rem; }.gg-tw .-bottom-24  { bottom:-6rem; }.gg-tw .-left-24 { left:-6rem; }.gg-tw .top-1\/2 { top:50%; }.gg-tw .right-8 { right:2rem; }.gg-tw .h-3  { height:0.75rem; } .gg-tw .w-3  { width:0.75rem; }.gg-tw .h-6  { height:1.5rem; }  .gg-tw .w-6  { width:1.5rem; }.gg-tw .h-8  { height:2rem; } .gg-tw .w-8  { width:2rem; }.gg-tw .h-14 { height:3.5rem; }  .gg-tw .w-14 { width:3.5rem; }.gg-tw .h-16 { height:4rem; } .gg-tw .w-16 { width:4rem; }.gg-tw .h-48 { height:12rem; }  .gg-tw .w-48 { width:12rem; }.gg-tw .h-56 { height:14rem; }  .gg-tw .w-56 { width:14rem; }.gg-tw .h-full{ height:100%; } .gg-tw .w-full{ width:100%; }.gg-tw .max-w-xl { max-width:36rem; }.gg-tw .max-w-2xl { max-width:42rem; }.gg-tw .max-w-3xl { max-width:48rem; }.gg-tw .max-w-4xl { max-width:56rem; }.gg-tw .max-w-5xl { max-width:64rem; }.gg-tw .max-w-7xl { max-width:80rem; }.gg-tw .gap-4 { gap:1rem; }.gg-tw .gap-5 { gap:1.25rem; }.gg-tw .gap-8 { gap:2rem; }.gg-tw .gap-12 { gap:3rem; }.gg-tw .gap-16 { gap:4rem; }.gg-tw .space-y-8 > * + * { margin-top:2rem; }.gg-tw .p-3  { padding:.75rem; }.gg-tw .p-5  { padding:1.25rem; }.gg-tw .p-6  { padding:1.5rem; }.gg-tw .p-8  { padding:2rem; }.gg-tw .p-10  { padding:2.5rem; }.gg-tw .px-3  { padding-left:.75rem; padding-right:.75rem; }.gg-tw .px-4  { padding-left:1rem;  padding-right:1rem; }.gg-tw .px-6  { padding-left:1.5rem; padding-right:1.5rem; }.gg-tw .px-8  { padding-left:2rem;  padding-right:2rem; }.gg-tw .px-10 { padding-left:2.5rem; padding-right:2.5rem; }.gg-tw .px-14 { padding-left:3.5rem; padding-right:3.5rem; }.gg-tw .py-1\.5{ padding-top:.375rem; padding-bottom:.375rem; }.gg-tw .py-4  { padding-top:1rem; padding-bottom:1rem; }.gg-tw .py-5  { padding-top:1.25rem; padding-bottom:1.25rem; }.gg-tw .py-6  { padding-top:1.5rem;  padding-bottom:1.5rem; }.gg-tw .py-8  { padding-top:2rem; padding-bottom:2rem; }.gg-tw .py-12 { padding-top:3rem; padding-bottom:3rem; }.gg-tw .py-16 { padding-top:4rem; padding-bottom:4rem; }.gg-tw .py-20 { padding-top:5rem; padding-bottom:5rem; }.gg-tw .py-24 { padding-top:6rem; padding-bottom:6rem; }.gg-tw .py-28 { padding-top:7rem; padding-bottom:7rem; }.gg-tw .pt-2  { padding-top:.5rem; }.gg-tw .pt-5  { padding-top:1.25rem; }.gg-tw .mb-1 { margin-bottom:.25rem; }.gg-tw .mb-2 { margin-bottom:.5rem; }.gg-tw .mb-3 { margin-bottom:.75rem; }.gg-tw .mb-4 { margin-bottom:1rem; }.gg-tw .mb-6 { margin-bottom:1.5rem; }.gg-tw .mb-7 { margin-bottom:1.75rem; }.gg-tw .mb-8 { margin-bottom:2rem; }.gg-tw .mb-10 { margin-bottom:2.5rem; }.gg-tw .mb-12 { margin-bottom:3rem; }.gg-tw .mb-16 { margin-bottom:4rem; }.gg-tw .mt-6 { margin-top:1.5rem; }.gg-tw .mt-8 { margin-top:2rem; }.gg-tw .mr-1\.5 { margin-right:.375rem; }.gg-tw .mr-5 { margin-right:1.25rem; }.gg-tw .border  { border:1px solid var(--gg-line); }.gg-tw .border-t { border-top:1px solid var(--gg-line); }.gg-tw .border-b { border-bottom:1px solid var(--gg-line); }.gg-tw .border-2 { border-width:2px; border-style:solid; }.gg-tw .border-dashed  { border-style:dashed; }.gg-tw .border-gray-100 { border-color:var(--gg-line); }.gg-tw .border-gray-200 { border-color:var(--gg-line-strong); }.gg-tw .border-red-200 { border-color:rgba(180,41,51,.28); }.gg-tw .border-white\/50 { border-color:rgba(255,255,255,.5); }.gg-tw .border-brand-primary { border-color:var(--brand-primary); }.gg-tw .border-brand-primary\/20 { border-color:rgba(180,41,51,.20); }.gg-tw .border-opacity-20 { border-color:rgba(180,41,51,.20); }.gg-tw .border-opacity-30 { border-color:rgba(180,41,51,.30); }.gg-tw .rounded-full  { border-radius:9999px; }.gg-tw .rounded-xl { border-radius:12px; }.gg-tw .rounded-2xl  { border-radius:16px; }.gg-tw .rounded-3xl  { border-radius:1.5rem; }.gg-tw .rounded-\[2rem\] { border-radius:2rem; }.gg-tw .rounded-\[2\.5rem\] { border-radius:2.5rem; }.gg-tw .rounded-\[3rem\] { border-radius:3rem; }.gg-tw .bg-white  { background-color:var(--gg-white); }.gg-tw .bg-transparent { background-color:transparent; }.gg-tw .bg-\[\#FAFAFA\] { background-color:var(--gg-off-white); }.gg-tw .bg-\[\#F5F5F5\] { background-color:var(--gg-stone); }.gg-tw .bg-red-50  { background-color:#FBF1F1; }.gg-tw .bg-red-50\/80  { background-color:rgba(251,241,241,.8); }.gg-tw .bg-brand-primary  { background-color:var(--gg-crimson) !important; }.gg-tw .bg-brand-secondary { background-color:var(--gg-charcoal) !important; }.gg-tw .text-white   { color:var(--gg-white); }.gg-tw .text-gray-400  { color:#9CA3AF; }.gg-tw .text-gray-500  { color:var(--gg-ink-3); }.gg-tw .text-gray-600  { color:var(--gg-ink-2); }.gg-tw .text-gray-700  { color:var(--gg-charcoal); }.gg-tw .text-brand-primary { color:var(--gg-crimson) !important; }.gg-tw .text-brand-secondary{ color:var(--gg-bordo) !important; }.gg-tw .text-\[\#B52733\]  { color:var(--gg-crimson); }.gg-tw .text-\[\#B42933\]  { color:var(--gg-crimson) !important; }  .gg-tw .focus\:border-\[\#B42933\]:focus { border-color:var(--gg-crimson) !important; }.gg-tw .text-yellow-600 { color:var(--gg-gold); }.gg-tw .text-yellow-900 { color:var(--gg-gold-deep); }.gg-tw .text-orange-600 { color:#B07C2E; }.gg-tw .text-orange-900 { color:#7A5620; }.gg-tw .font-sans  { font-family:'Montserrat','Helvetica Neue',Arial,sans-serif; }.gg-tw .font-light { font-weight:300; }.gg-tw .font-medium { font-weight:500; }.gg-tw .font-bold  { font-weight:700; }.gg-tw .font-black { font-weight:900; }.gg-tw .text-\[9px\] { font-size:9px; line-height:1.35; }.gg-tw .text-\[10px\] { font-size:10px; line-height:1.35; }.gg-tw .text-xs  { font-size:.75rem;  line-height:1rem; }.gg-tw .text-sm  { font-size:.875rem; line-height:1.25rem; }.gg-tw .text-base { font-size:1rem; line-height:1.5rem; }.gg-tw .text-lg  { font-size:1.125rem; line-height:1.75rem; }.gg-tw .text-xl  { font-size:1.25rem; line-height:1.75rem; }.gg-tw .text-2xl { font-size:1.5rem;  line-height:2rem; }.gg-tw .text-3xl { font-size:1.875rem; line-height:2.25rem; }.gg-tw .text-4xl { font-size:2.25rem; line-height:2.5rem; }.gg-tw .text-7xl { font-size:4.5rem;  line-height:1; }.gg-tw .text-8xl { font-size:6rem; line-height:1; }.gg-tw .leading-tight  { line-height:1.25; }.gg-tw .leading-relaxed { line-height:1.625; }.gg-tw .tracking-tighter { letter-spacing:-.05em; }.gg-tw .tracking-tight  { letter-spacing:-.02em; }.gg-tw .tracking-wider  { letter-spacing:.05em; }.gg-tw .tracking-widest { letter-spacing:.14em; }.gg-tw .uppercase  { text-transform:uppercase; }.gg-tw .text-center { text-align:center; }.gg-tw .text-left  { text-align:left; }.gg-tw .text-pretty { text-wrap:pretty; }.gg-tw .shadow-sm  { box-shadow:0 2px 8px rgba(67,19,25,.07); }.gg-tw .shadow-lg  { box-shadow:0 16px 40px rgba(67,19,25,.12); }.gg-tw .shadow-xl  { box-shadow:0 20px 48px rgba(67,19,25,.14); }.gg-tw .shadow-2xl  { box-shadow:0 18px 45px rgba(67,19,25,.16); }.gg-tw .shadow-inner { box-shadow:inset 0 2px 4px rgba(67,19,25,.06); }.gg-tw .drop-shadow-xl { filter:drop-shadow(0 12px 20px rgba(67,19,25,.18)); }.gg-tw .opacity-5 { opacity:.05; }.gg-tw .opacity-50 { opacity:.5; }.gg-tw .opacity-60 { opacity:.6; }.gg-tw .opacity-70 { opacity:.7; }.gg-tw .opacity-80 { opacity:.8; }.gg-tw .opacity-90 { opacity:.9; }.gg-tw .outline-none   { outline:2px solid transparent; outline-offset:2px; }.gg-tw .transition-all  { transition:all .2s cubic-bezier(.4,0,.2,1); }.gg-tw .transition-transform { transition:transform .2s cubic-bezier(.4,0,.2,1); }.gg-tw .-translate-y-1\/2 { transform:translateY(-50%); }.gg-tw .rotate-3  { transform:rotate(3deg); }.gg-tw .rotate-6  { transform:rotate(6deg); }.gg-tw .-rotate-3 { transform:rotate(-3deg); }.gg-tw .hover\:border-brand-primary:hover { border-color:var(--gg-crimson); }.gg-tw .hover\:border-yellow-400:hover  { border-color:var(--gg-gold-bright); }.gg-tw .hover\:border-orange-400:hover  { border-color:#C9903E; }.gg-tw .hover\:bg-gray-100:hover   { background-color:#F3F4F6; }.gg-tw .hover\:scale-\[1\.02\]:hover { transform:scale(1.02); }.gg-tw .focus\:border-\[\#B52733\]:focus { border-color:var(--gg-crimson); }.gg-tw .gift-tier-card { transition:transform .22s cubic-bezier(.4,0,.2,1), box-shadow .22s cubic-bezier(.4,0,.2,1), border-color .22s cubic-bezier(.4,0,.2,1); }.gg-tw .gift-tier-card:hover { transform:translateY(-3px); box-shadow:0 6px 20px rgba(67,19,25,.09); }.gg-tw .icon-bg-brand { background:linear-gradient(135deg, #D4525C 0%, #B42933 100%); color:#fff; }.gg-tw .icon-bg-yellow { background:linear-gradient(135deg, #F0D79A 0%, #E5B74B 100%); color:var(--gg-charcoal); }.gg-tw .icon-bg-orange { background:linear-gradient(135deg, #D9BC85 0%, #A9844A 100%); color:#fff; }@media (min-width:640px) { .gg-tw .sm\:text-\[10px\] { font-size:10px; line-height:1.35; } .gg-tw .sm\:grid-cols-2 { grid-template-columns:repeat(2, minmax(0,1fr)); } .gg-tw .sm\:w-auto { width:auto; }}@media (min-width:768px) { .gg-tw .md\:grid-cols-3 { grid-template-columns:repeat(3, minmax(0, 1fr)); } .gg-tw .md\:flex-row  { flex-direction:row; } .gg-tw .md\:items-center{ align-items:center; } .gg-tw .md\:mx-0  { margin-left:0; margin-right:0; } .gg-tw .md\:gap-6  { gap:1.5rem; } .gg-tw .md\:p-6   { padding:1.5rem; } .gg-tw .md\:p-8   { padding:2rem; } .gg-tw .md\:p-10  { padding:2.5rem; } .gg-tw .md\:p-16  { padding:4rem; } .gg-tw .md\:p-20  { padding:5rem; } .gg-tw .md\:py-16  { padding-top:4rem; padding-bottom:4rem; } .gg-tw .md\:py-28  { padding-top:7rem; padding-bottom:7rem; } .gg-tw .md\:mb-2  { margin-bottom:.5rem; } .gg-tw .md\:mb-5  { margin-bottom:1.25rem; } .gg-tw .md\:h-16  { height:4rem; } .gg-tw .md\:w-16  { width:4rem; } .gg-tw .md\:text-xs { font-size:.75rem;  line-height:1rem; } .gg-tw .md\:text-sm { font-size:.875rem; line-height:1.25rem; } .gg-tw .md\:text-base  { font-size:1rem; line-height:1.5rem; } .gg-tw .md\:text-lg { font-size:1.125rem; line-height:1.75rem; } .gg-tw .md\:text-xl { font-size:1.25rem; line-height:1.75rem; } .gg-tw .md\:text-2xl  { font-size:1.5rem;  line-height:2rem; } .gg-tw .md\:text-3xl  { font-size:1.875rem; line-height:2.25rem; } .gg-tw .md\:text-4xl  { font-size:2.25rem; line-height:2.5rem; } .gg-tw .md\:text-6xl  { font-size:3.75rem; line-height:1; } .gg-tw .md\:text-8xl  { font-size:6rem; line-height:1; }}@media (min-width:1024px) { .gg-tw .lg\:grid-cols-2 { grid-template-columns:repeat(2, minmax(0,1fr)); }}:where(.gg-tw) h1, :where(.gg-tw) h2, :where(.gg-tw) h3, :where(.gg-tw) h4, :where(.gg-tw) h5, :where(.gg-tw) h6 { margin:0; font-size:inherit; font-weight:inherit; line-height:inherit; color:inherit;}:where(.gg-tw) p, :where(.gg-tw) figure, :where(.gg-tw) blockquote, :where(.gg-tw) dl, :where(.gg-tw) dd, :where(.gg-tw) pre { margin:0; }:where(.gg-tw) ul, :where(.gg-tw) ol { list-style:none; margin:0; padding:0; }:where(.gg-tw) a { color:inherit; text-decoration:inherit; }:where(.gg-tw) strong, :where(.gg-tw) b { font-weight:bolder; }:where(.gg-tw) svg { display:block; vertical-align:middle; }:where(.gg-tw) img, :where(.gg-tw) video { display:block; max-width:100%; height:auto; }:where(.gg-tw) button, :where(.gg-tw) input, :where(.gg-tw) select, :where(.gg-tw) textarea { font:inherit; color:inherit; margin:0; }:where(.gg-tw) button { background-color:transparent; background-image:none; border:0; padding:0; cursor:pointer; }.gg-tw .antialiased  { -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }.gg-tw .hidden   { display:none; }.gg-tw .inline-flex  { display:inline-flex; }.gg-tw .flex-1   { flex:1 1 0%; }.gg-tw .order-1  { order:1; }.gg-tw .order-2  { order:2; }.gg-tw .grid-cols-2  { grid-template-columns:repeat(2, minmax(0,1fr)); }.gg-tw .italic   { font-style:italic; }.gg-tw .leading-none  { line-height:1; }.gg-tw .object-cover  { object-fit:cover; }.gg-tw .aspect-square { aspect-ratio:1 / 1; }.gg-tw .top-0   { top:0; }.gg-tw .right-0  { right:0; }.gg-tw .bottom-0  { bottom:0; }.gg-tw .left-0   { left:0; }.gg-tw .-top-20  { top:-5rem; }.gg-tw .-right-20   { right:-5rem; }.gg-tw .-bottom-4   { bottom:-1rem; }.gg-tw .-left-4  { left:-1rem; }.gg-tw .-z-10   { z-index:-10; }.gg-tw .-mt-20   { margin-top:-5rem; }.gg-tw .-mr-20   { margin-right:-5rem; }.gg-tw .-mb-10   { margin-bottom:-2.5rem; }.gg-tw .-ml-10   { margin-left:-2.5rem; }.gg-tw .mt-1 { margin-top:.25rem; }.gg-tw .ml-2 { margin-left:.5rem; }.gg-tw .ml-3 { margin-left:.75rem; }.gg-tw .mr-4 { margin-right:1rem; }.gg-tw .p-4 { padding:1rem; }.gg-tw .px-12   { padding-left:3rem; padding-right:3rem; }.gg-tw .py-1 { padding-top:.25rem; padding-bottom:.25rem; }.gg-tw .pt-20   { padding-top:5rem; }.gg-tw .pb-10   { padding-bottom:2.5rem; }.gg-tw .space-y-4 > * + * { margin-top:1rem; }.gg-tw .space-y-5 > * + * { margin-top:1.25rem; }.gg-tw .space-y-6 > * + * { margin-top:1.5rem; }.gg-tw .w-1\/3   { width:33.333333%; }.gg-tw .w-5  { width:1.25rem; } .gg-tw .h-5  { height:1.25rem; }.gg-tw .w-10 { width:2.5rem; }  .gg-tw .h-10 { height:2.5rem; }.gg-tw .w-20 { width:5rem; } .gg-tw .h-20 { height:5rem; }.gg-tw .w-32 { width:8rem; } .gg-tw .h-32 { height:8rem; }.gg-tw .w-64 { width:16rem; }  .gg-tw .h-64 { height:16rem; }.gg-tw .w-80 { width:20rem; }  .gg-tw .h-80 { height:20rem; }.gg-tw .h-72 { height:18rem; }.gg-tw .max-w-6xl   { max-width:72rem; }.gg-tw .text-5xl  { font-size:3rem; line-height:1; }.gg-tw .bg-\[\#FAF8F5\]  { background-color:var(--gg-surface); }.gg-tw .bg-\[\#fcfaf5\]  { background-color:var(--gg-surface); }.gg-tw .bg-\[\#fae9ea\]  { background-color:var(--gg-red-tint); }.gg-tw .bg-brand-dark { background-color:var(--gg-ink) !important; }.gg-tw .text-brand-dark  { color:var(--gg-ink) !important; }.gg-tw .bg-brand-accent  { background-color:var(--gg-gold-bright) !important; }.gg-tw .text-brand-accent { color:var(--gg-gold-bright) !important; }.gg-tw .border-brand-accent{ border-color:var(--gg-gold-bright); }.gg-tw .border-white  { border-color:#FFFFFF; }.gg-tw .border-4  { border-width:4px; border-style:solid; }.gg-tw .border-\[\#DBDBDB\]{ border-color:var(--gg-line); }.gg-tw .border-\[\#E6B949\]{ border-color:var(--gg-gold-bright); }.gg-tw .border-\[\#E5B74B\]{ border-color:var(--gg-gold-bright) !important; }  .gg-tw .border-\[\#f0caca\]{ border-color:rgba(180,41,51,.25); }.gg-tw .text-gray-300 { color:#D1D5DB; }.gg-tw .blur-xl  { filter:blur(24px); }.gg-tw .blur-2xl  { filter:blur(40px); }.gg-tw .blur-3xl  { filter:blur(64px); }.gg-tw .opacity-10   { opacity:.1; }.gg-tw .opacity-20   { opacity:.2; }.gg-tw .shadow-md   { box-shadow:0 6px 18px rgba(67,19,25,.10); }.gg-tw .rounded-l-\[5rem\] { border-top-left-radius:5rem; border-bottom-left-radius:5rem; }.gg-tw .rotate-12   { transform:rotate(12deg); }.gg-tw .transform   { }.gg-tw .hover\:-translate-y-1:hover { transform:translateY(-.25rem); }.gg-tw .group:hover .group-hover\:translate-x-1 { transform:translateX(.25rem); }.gg-tw .group:hover .group-hover\:translate-x-2 { transform:translateX(.5rem); }@media (min-width:768px) { .gg-tw .md\:flex  { display:flex; } .gg-tw .md\:py-24   { padding-top:6rem; padding-bottom:6rem; } .gg-tw .md\:mb-3  { margin-bottom:.75rem; } .gg-tw .md\:text-5xl  { font-size:3rem; line-height:1; } .gg-tw .md\:-translate-y-4 { transform:translateY(-1rem); }}@media (min-width:1024px) { .gg-tw .lg\:block   { display:block; } .gg-tw .lg\:gap-20   { gap:5rem; } .gg-tw .lg\:justify-start { justify-content:flex-start; } .gg-tw .lg\:text-left { text-align:left; } .gg-tw .lg\:order-1  { order:1; } .gg-tw .lg\:order-2  { order:2; } .gg-tw .lg\:text-6xl  { font-size:3.75rem; line-height:1; }}.order__select-outer{ display:flex !important; align-items:center; gap:.5rem; width:auto !important; }.order__select-outer::before{ content:'Rendezés:'; font-family:'Montserrat','Helvetica Neue',Arial,sans-serif; font-size:.8125rem; font-weight:600; color:#736C66; white-space:nowrap; }.order__select-outer select{ width:auto !important; min-width:200px !important; height:40px !important; font-size:.9375rem !important; font-family:'Montserrat','Helvetica Neue',Arial,sans-serif !important; direction:ltr !important; color:#333333 !important; background-color:#FFFFFF !important; border:1px solid #E4DDD3 !important; border-radius:8px !important; padding:.375rem 2.25rem .375rem .75rem !important; background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23736C66%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%2F%3E%3C%2Fsvg%3E") !important; background-repeat:no-repeat !important; background-position:right .625rem center !important; background-size:16px 16px !important; -webkit-mask-image:none !important; mask-image:none !important; -webkit-mask:none !important; mask:none !important; cursor:pointer; }.order__select-outer select:focus{ border-color:#B42933 !important; outline:none !important; box-shadow:0 0 0 3px rgba(180,41,51,.15) !important; }@media (max-width:575.98px){ .order__select-outer{ width:100% !important; } .order__select-outer select{ width:100% !important; min-width:0 !important; } }@media (min-width:992px) and (max-width:1592px){ .paging-sorting-ordering__inner .viewing-sorting--top{ margin-right:84px !important; } }@media (max-width:991.98px){ .paging-sorting-ordering__inner .viewing-sorting--top{ flex-wrap:wrap !important; row-gap:.5rem; margin-right:0 !important; max-width:100%; } .order__select-outer{ flex:1 1 auto; min-width:0 !important; } .order__select-outer select{ min-width:0 !important; width:100% !important; }}@media (max-width:575.98px){ .paging-sorting-ordering__inner .viewing-sorting--top{ width:100% !important; } .order__select-outer{ flex:1 1 100%; width:100% !important; }}@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:#333333; 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:18px; }}@media (pointer:fine) and (hover:hover) { .ac_results li:hover {  background-color:#eeece9; }}.ac_results li.ac_over { background-color:#eeece9;}@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:12px;  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:#B42933; box-shadow:0 0 0 0 #B4293340; border-radius:50%; animation:l1 1s infinite;}@keyframes l1 { 100% {  box-shadow:0 0 0 10px #B4293300; }}.product__img-link { display:block;}.product__img-outer { position:relative; text-align:center;}.product.carousel-cell { padding-top:15px; padding-bottom:15px;}.product__inner { border-radius:12px; height:100%; position:relative; background-color:#ffffff; box-shadow:0 0 5px rgba(0, 0, 0, 0.1); transition:box-shadow ease 0.4s;}@media (hover:hover) and (pointer:fine) { .product__inner:hover {  box-shadow:0 0 15px rgba(0, 0, 0, 0.1); }}.product__name { margin-bottom:0; font-family:var(--bs-font-sans-serif); word-break:break-word;}.product__name-link { text-decoration:none;}.product__review { font-size:12px; align-self:flex-start; text-decoration:none !important;}.product__review:focus-visible { box-shadow:0 1px 0 0 currentColor;}.product__review:last-child { margin-bottom:0;}.product__review::after { content:"(" attr(data-review-count) ")"; color:rgba(51, 51, 51, 0.7);}.product__reviews-count { font-size:0.75rem; color:rgba(51, 51, 51, 0.7); display:inline-block; align-self:baseline;}.product__reviews-avg { font-weight:700; align-self:baseline;}.product__description-short { text-align:justify;}.product__main { display:flex; flex-wrap:wrap; position:relative; gap:0.25rem; contain:layout;}.not-stock__text, .not-buyable__text, .product__cart-login-btn-wrap { text-align:left; column-gap:0.5em;}.not-stock__text, .not-buyable__text { padding:10px 0; font-weight:400; display:flex; align-items:center; line-height:1.25; color:rgba(51, 51, 51, 0.7); font-size:0.875rem;}.product__custom-statuses { display:flex; flex-wrap:wrap; gap:5px;}.product__badges { display:flex; flex-wrap:wrap; gap:0.375rem;}.product__main-btn-col { flex-grow:1; flex-shrink:1; min-width:0;}.product__cart-input-wrap { flex-grow:1;}.product__cart-login-btn { line-height:1.2; text-align:left;}.product__main-outer { margin-top:auto; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; row-gap:10px;}.product__function-btns { display:inline-flex; justify-content:flex-end; gap:0.5rem; align-items:center; }.product__types { line-height:1; display:flex; flex-wrap:wrap; flex-direction:column; align-items:flex-start; gap:0.375rem; width:100%;}.product__type { display:inline-flex; align-items:baseline; flex-wrap:wrap; line-height:1; max-width:100%; gap:0.375rem;}.product__type.type--color, .product__type.type--color_text { align-items:center; gap:0.125rem;}.product__type ~ .product__type { margin-top:0.5rem;}.product__type-value { padding:0.125rem; border:1px solid #E4DDD3; border-radius:8px; background-color:#f5f5f5; color:#333333; font-size:0.75rem; font-weight:700; flex-shrink:0; max-width:100%; transition:color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; display:flex; align-items:center; justify-content:center; text-decoration:none !important;}.product__type-value:hover, .product__type-value:focus, .product__type-value:focus-visible { border-color:#dbdbdb; background-color:#dbdbdb;}.type--color .product__type-value, .type--color_text .product__type-value { border-color:transparent; padding:3px; min-width:auto; height:auto;}.type--color .product__type-value .product__type-option--color, .type--color_text .product__type-value .product__type-option--color { width:20px; height:20px; box-shadow:inset 0 0 0 2px #e1a9ad; border-radius:8px; background-color:currentColor;}.type--icon .product__type-value, .type--pic .product__type-value, .type--piclink .product__type-value, .type--piclinktext .product__type-value { padding:3px;}.type--icon .product__type-value:hover, .type--icon .product__type-value:focus, .type--icon .product__type-value:focus-visible, .type--pic .product__type-value:hover, .type--pic .product__type-value:focus, .type--pic .product__type-value:focus-visible, .type--piclink .product__type-value:hover, .type--piclink .product__type-value:focus, .type--piclink .product__type-value:focus-visible, .type--piclinktext .product__type-value:hover, .type--piclinktext .product__type-value:focus, .type--piclinktext .product__type-value:focus-visible { border-color:#333333; background-color:transparent;}.type--color .product__type-value:hover, .type--color .product__type-value:focus, .type--color .product__type-value:focus-visible, .type--color_text .product__type-value:hover, .type--color_text .product__type-value:focus, .type--color_text .product__type-value:focus-visible, .type--icon .product__type-value:hover, .type--icon .product__type-value:focus, .type--icon .product__type-value:focus-visible { border-color:#333333; background-color:transparent;}.product__type-value.product__type-more { background-color:transparent; border:none; color:inherit;}.product__sku { font-weight:500; letter-spacing:0.1em; font-size:0.813rem; color:rgba(51, 51, 51, 0.7); line-height:1.25; word-break:break-word;}.product__price-base-outer { display:flex; flex-wrap:wrap; align-items:center; gap:0.5em;}.product__prices { display:flex; flex-direction:column; flex-wrap:wrap; gap:0.25rem;}.product__params { line-height:1.2; width:100%; display:flex; flex-direction:column; gap:0.125rem;}.product__params-inner { white-space:nowrap;}.product__param-title-col { display:flex; justify-content:flex-end; align-items:baseline;}.product__param-title-tippy { font-weight:600;}.product__param-title { padding-right:0.5rem; color:rgba(51, 51, 51, 0.7); word-break:break-word; font-size:0.875rem;}.product__param-title .info-icon { vertical-align:middle;}.product__param-value { font-weight:500; font-size:0.813rem;}.product__param-title, .product__param-value { flex:0 0 auto; max-width:100%;}.product__price-login-btn { font-size:0.875em; text-align:left;}.product__price-login-btn br { display:none;}.product__price-unit { font-size:0.75rem;}.product__prices-wrap { position:relative; z-index:1;}.product__price-base, .product__price-sale { font-size:1rem;}.has-price-sale .product__price-base { font-size:0.75rem;}.product__price-sale-start, .product__price-sale-end { display:block;}.product__price-sale-infos, .product__discount-saving { color:#B42933;}.product__discount-saving__value, .product__discount-saving { font-weight:700;}.product-variant { margin-bottom:0.625rem;}.product__variants { width:100%;}.product__variants .invalid-feedback { font-size:0.75rem; margin-top:0.15em;}.product__cart-unit { font-size:0.625rem; text-align:left; margin-bottom:0; min-width:50%; line-height:1; user-select:none;}.is-disabled .product__cart-unit { opacity:0.5;}.product__param { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between;}.product__param:not(.product__param-type--icon):not(.product__param-type--iconmore) { background-color:#f5f5f5; border-radius:8px; padding:0.125rem 0.25rem;}.product__param.color .product__param-value, .product__param.color_text .product__param-value { display:inline-flex; align-items:center;}.product__param.iconmore .product__param-value, .product__param.icon .product__param-value { display:flex; flex-wrap:wrap; gap:0.125rem;}.product__param-type--icons, .product__param-type--iconmore { display:flex; flex-wrap:wrap; row-gap:0.5rem; column-gap:0.5rem;}.product__param-type--iconmore { display:inline-flex;}.product__param-type--iconmore .product__param-value, .product__param-type--icon .product__param-value { display:inline-flex; flex-wrap:wrap; row-gap:0.5rem; column-gap:0.5rem;}.product__param-type--iconmore .page_artdet_product_param_icon, .product__param-type--icon .page_artdet_product_param_icon { border:1px solid #E4DDD3; padding:4px; border-radius:8px; font-size:0.75rem; flex-shrink:0; min-width:1.5rem; text-align:center; max-width:100%; transition-duration:0.2s; box-sizing:content-box;}.product__param-type--color, .product__color { box-shadow:inset 0 0 0 1px rgba(0, 0, 0, 0.1); background-color:currentColor; padding:0; height:1rem; width:1rem; flex:0 0 1rem; max-width:1rem; display:inline-flex; border-radius:3px;}.product__param-type--color-text { margin-left:0.5rem; text-overflow:ellipsis; overflow:hidden;}.color_text .product__color { margin-right:0.5em;}@media (max-width:991.98px) { .product__btn-compare, .product__btn-tooltip {  display:none; }}.gift--on_product_details .products.type--1 .product__data, .gift--on_product_details .products.type--2 .product__data, .package-offer .products.type--1 .product__data, .package-offer .products.type--2 .product__data { grid-template-rows:1fr; gap:0;}.gift--on_product_details .products.type--1 .product__variants, .gift--on_product_details .products.type--2 .product__variants, .package-offer .products.type--1 .product__variants, .package-offer .products.type--2 .product__variants { bottom:0;}.gift--on_product_details .products.type--1 .product__name-wrap, .gift--on_product_details .products.type--2 .product__name-wrap, .package-offer .products.type--1 .product__name-wrap, .package-offer .products.type--2 .product__name-wrap { height:100%;}.products.type--1:not(.carousel), .products.type--2:not(.carousel) { --bs-columns:4;}.products.type--1 .product, .products.type--2 .product { --padding:0.375rem;}.products.type--1 .product__cart-input-wrap, .products.type--2 .product__cart-input-wrap { width:100%;}.products.type--1 .stickers[data-position*=above], .products.type--1 .stickers[data-position*=under], .products.type--2 .stickers[data-position*=above], .products.type--2 .stickers[data-position*=under] { padding:0.25rem;}.products.type--1 .carousel-cell, .products.type--2 .carousel-cell { margin-right:1.5rem;}.products.type--1 .product__img-outer, .products.type--2 .product__img-outer { margin:0 auto;}.products.type--1 .product__inner, .products.type--2 .product__inner { margin:0 auto; position:relative; display:flex; flex-direction:column; border-radius:12px; overflow:hidden; container:card-width/inline-size;}.products.type--1 .is-variants-opened .product__main::after, .products.type--2 .is-variants-opened .product__main::after { content:""; position:absolute; top:100%; left:0; right:0; height:var(--padding); background:#ffffff; border-radius:0 0 12px 12px;}.products.type--1 .is-variants-opened .product__inner::after, .products.type--2 .is-variants-opened .product__inner::after { content:""; position:absolute; top:0; left:0; width:100%; height:100%; background-color:rgba(0, 0, 0, 0.15); z-index:7;}.products.type--1 .product__data, .products.type--2 .product__data { flex-grow:1; display:grid; grid-template-columns:1fr; grid-template-rows:1fr auto; gap:0.5rem; padding:var(--padding);}.products.type--1 .product__data:empty, .products.type--2 .product__data:empty { display:none;}.products.type--1 .product__lc-1, .products.type--2 .product__lc-1 { align-self:start; place-items:start;}.products.type--1 .product__lc-1, .products.type--1 .product__lc-2, .products.type--2 .product__lc-1, .products.type--2 .product__lc-2 { display:grid; grid-template-columns:1fr; gap:0.5rem;}.products.type--1 .product__name-wrap, .products.type--2 .product__name-wrap { display:grid; align-self:start; gap:0.25rem;}.products.type--1 .product__name, .products.type--2 .product__name { font-weight:500; font-size:0.875rem;}.products.type--1 .product-main-btn[data-text]::before, .products.type--2 .product-main-btn[data-text]::before { content:attr(data-text);}.products.type--1 .product__details-btn[data-text]::after, .products.type--2 .product__details-btn[data-text]::after { display:none;}.products.type--1 .product__details-btn[data-text]::before, .products.type--2 .product__details-btn[data-text]::before { content:attr(data-text);}.products.type--1 .product__cart-input-col, .products.type--2 .product__cart-input-col { flex-grow:1;}.products.type--1 .product-main-btn, .products.type--2 .product-main-btn { width:100%; line-height:1.2; display:flex; align-items:center; justify-content:center; text-align:left; height:2.5rem; min-width:2.5rem; padding:0.3125rem clamp(10px, 10px, 0.75rem);}.products.type--1 .qtyminus_common, .products.type--1 .qtyplus_common, .products.type--2 .qtyminus_common, .products.type--2 .qtyplus_common { --qty-button-width:2rem;}.products.type--1 .product__main, .products.type--2 .product__main { background:#ffffff; padding:0 var(--padding); margin:0 calc(var(--padding) * -1); z-index:10;}.products.type--1 .product__main-btn-col, .products.type--2 .product__main-btn-col { display:flex; column-gap:0.5rem;}.products.type--1 .product__cart-login-btn, .products.type--2 .product__cart-login-btn { font-size:0.625rem;}.products.type--1 .product__custom-statuses, .products.type--2 .product__custom-statuses { margin-bottom:0.5rem;}.products.type--1 .product__stock, .products.type--2 .product__stock { --min-font-size:0.75rem; --max-font-size:1rem; --opt-font-size:5cqi; font-size:clamp(var(--min-font-size, 0.75em), var(--opt-font-size, 0.875em), var(--max-font-size, 1em));}.products.type--1 .product__sku, .products.type--2 .product__sku { --min-font-size:0.625rem; --max-font-size:0.813rem; --opt-font-size:5cqi; font-size:clamp(var(--min-font-size, 0.75em), var(--opt-font-size, 0.75em), var(--max-font-size, 0.875em));}.products.type--1 .badge, .products.type--2 .badge { --min-font-size:0.75rem; --max-font-size:1rem; --opt-font-size:5cqi; font-size:clamp(var(--min-font-size, 0.75em), var(--opt-font-size, 0.75em), var(--max-font-size, 0.875em));}.products.type--1 .product__badges, .products.type--1 .product__badges2, .products.type--2 .product__badges, .products.type--2 .product__badges2 { position:absolute; z-index:5; pointer-events:none; top:0.375rem; left:0.375rem;}.products.type--1 .product__badges a, .products.type--1 .product__badges2 a, .products.type--2 .product__badges a, .products.type--2 .product__badges2 a { pointer-events:auto;}.products.type--1 .product__function-btns, .products.type--2 .product__function-btns { flex-direction:column; overflow:hidden; position:absolute; right:0.5rem; bottom:0.5rem; z-index:5;}.products.type--1 .product__function-btns:has(> .active), .products.type--1 .product__function-btns:has(> :focus-visible), .products.type--1 .product__function-btns:has(> .page_art_func_compare_checked), .products.type--1 .product__function-btns:has(> .added), .products.type--2 .product__function-btns:has(> .active), .products.type--2 .product__function-btns:has(> :focus-visible), .products.type--2 .product__function-btns:has(> .page_art_func_compare_checked), .products.type--2 .product__function-btns:has(> .added) { transform:translateX(0); visibility:visible;}@media (hover:hover) and (pointer:fine) { .products.type--1 .product__function-btns, .products.type--2 .product__function-btns {  transition:all cubic-bezier(0.33, 1, 0.68, 1) 0.3s;  transform:translateX(130%);  visibility:hidden; }}@media (hover:hover) and (pointer:fine) { .products.type--1 .product:hover .product__function-btns, .products.type--2 .product:hover .product__function-btns {  transform:translateX(0);  visibility:visible; }}.products.type--1 .product__param-value, .products.type--2 .product__param-value { text-align:right; margin-left:auto;}.products.type--1 .product__price-base, .products.type--1 .product__price-sale, .products.type--2 .product__price-base, .products.type--2 .product__price-sale { --min-font-size:18px; --max-font-size:28px; --opt-font-size:8.75cqi; font-size:clamp(var(--min-font-size, 1.25em), var(--opt-font-size, 1.5em), var(--max-font-size, 1.75em));}.products.type--1 .has-price-sale .product__price-base, .products.type--2 .has-price-sale .product__price-base { --min-font-size:14px; --max-font-size:18px; --opt-font-size:5.575cqi;}.products.type--1 .product__price-unit, .products.type--2 .product__price-unit { --min-font-size:10px; --max-font-size:12px; --opt-font-size:5cqi; font-size:clamp(var(--min-font-size, 0.625em), var(--opt-font-size, 0.75em), var(--max-font-size, 0.875em));}.products.type--1 .product__variants, .products.type--2 .product__variants { position:absolute; bottom:100%; left:0; background-color:#ffffff; border-radius:12px 12px 0 0; padding:0.75rem; transition:transform ease 0.2s, opacity ease 0.2s, visibility ease 0s 0.2s; transform:translateY(100%); visibility:hidden; opacity:0; z-index:1;}.products.type--1 .product__variants.show, .products.type--2 .product__variants.show { visibility:visible; transform:translateY(0); opacity:1; transition:transform ease 0.2s, opacity ease 0.2s;}.products.type--1 .product__variants-btn-close, .products.type--2 .product__variants-btn-close { margin-left:auto;}.products.type--1 .product__variants-header, .products.type--2 .product__variants-header { color:rgba(51, 51, 51, 0.7); font-size:0.875rem; margin-bottom:0.25rem; line-height:1.25;}html.alt-images-on-product-list .products.type--1 .product__badges, html.alt-images-on-product-list .products.type--1 .stickers-wrap, html.alt-images-on-product-list .products.type--2 .product__badges, html.alt-images-on-product-list .products.type--2 .stickers-wrap { transition:opacity ease 0.25s;}html.alt-images-on-product-list .products.type--1 .is-paging .product__badges, html.alt-images-on-product-list .products.type--1 .is-paging .product__function-btns, html.alt-images-on-product-list .products.type--1 .is-paging .stickers-wrap, html.alt-images-on-product-list .products.type--2 .is-paging .product__badges, html.alt-images-on-product-list .products.type--2 .is-paging .product__function-btns, html.alt-images-on-product-list .products.type--2 .is-paging .stickers-wrap { opacity:0;}html.alt-images-on-product-list .products.type--1 .is-hovered *, html.alt-images-on-product-list .products.type--2 .is-hovered * { cursor:none;}.products.type--1 .product__img-prev-btn, .products.type--1 .product__img-next-btn, .products.type--2 .product__img-prev-btn, .products.type--2 .product__img-next-btn { min-height:calc(1.875rem + 2px); min-width:calc(1.875rem + 2px); font-size:0.875rem; border-radius:8px; padding:0; display:none;}@media (pointer:fine) { .products.type--1 .product__img-prev-btn, .products.type--1 .product__img-next-btn, .products.type--2 .product__img-prev-btn, .products.type--2 .product__img-next-btn {  display:inline-flex; }}.products.type--1 .product__img-carousel, .products.type--2 .product__img-carousel { display:flex !important; align-items:center; overflow-x:auto; overflow-y:visible; scroll-snap-type:x mandatory; scroll-behavior:smooth; -webkit-overflow-scrolling:touch; overscroll-behavior-x:auto; will-change:scroll-position; touch-action:manipulation; user-select:none; scrollbar-width:none; -ms-overflow-style:none;}.products.type--1 .product__img-carousel::-webkit-scrollbar, .products.type--2 .product__img-carousel::-webkit-scrollbar { display:none; width:0; height:0;}.products.type--1 .product__img-carousel img, .products.type--2 .product__img-carousel img { flex:0 0 100%; scroll-snap-align:center; scroll-snap-stop:always; object-fit:contain; max-height:var(--main-img-height);}.products.type--1 .product__img-carousel img.placeholder, .products.type--2 .product__img-carousel img.placeholder { mask-image:linear-gradient(90deg, #000000 55%, rgba(255, 255, 255, 0.25) 75%, #000000 95%); background-color:var(--bs-primary-100);}.products.type--1 .product__img-carousel::-webkit-scrollbar, .products.type--2 .product__img-carousel::-webkit-scrollbar { display:none; }.products.type--1 .product__img-count, .products.type--2 .product__img-count { display:inline-flex; align-items:center; inset-inline:0; margin-inline:auto; width:fit-content; background-color:rgba(255, 255, 255, 0.75); border-radius:8px; position:absolute; bottom:0.375rem; z-index:5;}.products.type--1 .product__img-count span, .products.type--2 .product__img-count span { font-variant-numeric:tabular-nums; font-size:0.75rem; user-select:none;}.products.type--1 .product__img-count span:only-child, .products.type--2 .product__img-count span:only-child { padding:0 0.25rem;}@media (pointer:coarse) { .products.type--1 .product__img-count span, .products.type--2 .product__img-count span {  padding:0 0.25rem; }}@media (max-width:417.98px) { .products.type--1 .product__cart-input-wrap, .products.type--2 .product__cart-input-wrap {  --input-width:1.625rem; } .products.type--1 .product__cart-login-btn, .products.type--2 .product__cart-login-btn {  font-size:0.75rem; }}@media (max-width:439.98px) { .products.type--1 .cart-input-wrap, .products.type--2 .cart-input-wrap {  --width:1.625rem; }}@media (min-width:576px) { .products.type--1 .product__main-btn-col, .products.type--2 .product__main-btn-col {  column-gap:0.625rem; } .products.type--1 .product__badges, .products.type--2 .product__badges {  top:0.5rem;  left:0.5rem; }}@supports (container-type:inline-size) { @container card-width (min-width:200px) {  .products.type--1 .product__param-title, .products.type--1 .product__param-value, .products.type--2 .product__param-title, .products.type--2 .product__param-value { flex:0 0 50%; max-width:50%;  }  .products.type--1 .product__param-value, .products.type--2 .product__param-value { text-align:left;  }  .products.type--1 .product__data, .products.type--2 .product__data { --padding:0.5rem;  }  .products.type--1 .product__name, .products.type--2 .product__name { font-weight:600; font-size:1rem;  } } @container card-width (min-width:240px) {  .products.type--1 .product__data, .products.type--2 .product__data { --padding:0.625rem;  }  .products.type--1 .product__name, .products.type--2 .product__name { font-weight:400; font-size:1.25rem;  } } @container card-width (min-width:280px) {  .products.type--1 .product__data, .products.type--2 .product__data { --padding:0.75rem;  }  .products.type--1 .product__name, .products.type--2 .product__name { font-size:1.375rem;  } }}@supports not (container-type:inline-size) { @media (min-width:440px) {  .products.type--1 .product__param-title, .products.type--1 .product__param-value, .products.type--2 .product__param-title, .products.type--2 .product__param-value { flex:0 0 50%; max-width:50%;  } }}.products.type--1 .page_artdet_product_param_pic, .products.type--1 .page_artdet_product_param_piclink, .products.type--1 .page_artdet_product_param_piclinktext { max-height:48px; max-width:48px;}.products.type--1:not(.carousel) { --bs-columns:1;}@media (min-width:440px) { .products.type--1:not(.carousel) {  --bs-columns:2; }}@media (min-width:576px) { .products.type--1:not(.carousel) {  --bs-columns:3; }}@media (min-width:992px) { .products.type--1:not(.carousel) {  --bs-columns:4; }}@media (min-width:1240px) { .filter-exists.filter-box-in-sidebar .product-list-wrapper .type--1:not(.carousel), .filter-exists.filter-box-in-sidebar .category-product-list .type--1:not(.carousel), .filter-cache-exists.filter-box-in-sidebar .product-list-wrapper .type--1:not(.carousel), .filter-cache-exists.filter-box-in-sidebar .category-product-list .type--1:not(.carousel), .filter-box-content-exists.filter-box-in-sidebar .product-list-wrapper .type--1:not(.carousel), .filter-box-content-exists.filter-box-in-sidebar .category-product-list .type--1:not(.carousel) {  --bs-columns:3; }}@media (min-width:1240px) { .filter-exists.filter-box-in-sidebar .product-list-wrapper .type--1 .product-list-wrapper .type--2:not(.carousel), .filter-exists.filter-box-in-sidebar .product-list-wrapper .type--1 .category-product-list .type--2:not(.carousel), .filter-exists.filter-box-in-sidebar .category-product-list .type--1 .product-list-wrapper .type--2:not(.carousel), .filter-exists.filter-box-in-sidebar .category-product-list .type--1 .category-product-list .type--2:not(.carousel), .filter-cache-exists.filter-box-in-sidebar .product-list-wrapper .type--1 .product-list-wrapper .type--2:not(.carousel), .filter-cache-exists.filter-box-in-sidebar .product-list-wrapper .type--1 .category-product-list .type--2:not(.carousel), .filter-cache-exists.filter-box-in-sidebar .category-product-list .type--1 .product-list-wrapper .type--2:not(.carousel), .filter-cache-exists.filter-box-in-sidebar .category-product-list .type--1 .category-product-list .type--2:not(.carousel), .filter-box-content-exists.filter-box-in-sidebar .product-list-wrapper .type--1 .product-list-wrapper .type--2:not(.carousel), .filter-box-content-exists.filter-box-in-sidebar .product-list-wrapper .type--1 .category-product-list .type--2:not(.carousel), .filter-box-content-exists.filter-box-in-sidebar .category-product-list .type--1 .product-list-wrapper .type--2:not(.carousel), .filter-box-content-exists.filter-box-in-sidebar .category-product-list .type--1 .category-product-list .type--2:not(.carousel) {  --bs-columns:5; }}.products.type--2 .product__param-title { font-size:0.813rem;}.products.type--2 .page_artdet_product_param_pic, .products.type--2 .page_artdet_product_param_piclink, .products.type--2 .page_artdet_product_param_piclinktext { max-height:32px; max-width:32px;}.products.type--2 .carousel-cell { margin-right:0.5rem;}.products.type--2:not(.carousel) { --bs-columns:2; gap:0.5rem;}@media (min-width:440px) { .products.type--2:not(.carousel) {  --bs-columns:3; }}@media (min-width:576px) { .products.type--2:not(.carousel) {  --bs-columns:4; }}@media (min-width:768px) { .products.type--2:not(.carousel) {  --bs-columns:5; }}@media (min-width:992px) { .products.type--2:not(.carousel) {  --bs-columns:6; }}@media (min-width:1240px) { .products.type--2:not(.carousel) {  --bs-columns:7; }}