@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:#4A0430; 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:#4A0430; --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:#EBBFD9; --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:#EBBFD9; --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:1260px) { .modal-xl, .modal-xxl {  --bs-modal-width:1400px; }}@media (min-width:1440px) { .modal-xxl {  --bs-modal-width:1770px; }}.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:413.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:1259.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; }}@media (max-width:1679.98px) { .modal-fullscreen-xxxl-down {  width:100vw;  max-width:none;  height:100%;  margin:0; } .modal-fullscreen-xxxl-down .modal-content {  height:100%;  border:0;  border-radius:0; } .modal-fullscreen-xxxl-down .modal-header, .modal-fullscreen-xxxl-down .modal-footer {  border-radius:0; } .modal-fullscreen-xxxl-down .modal-body {  overflow-y:auto; }}@media (max-width:1919.98px) { .modal-fullscreen-fhd-down {  width:100vw;  max-width:none;  height:100%;  margin:0; } .modal-fullscreen-fhd-down .modal-content {  height:100%;  border:0;  border-radius:0; } .modal-fullscreen-fhd-down .modal-header, .modal-fullscreen-fhd-down .modal-footer {  border-radius:0; } .modal-fullscreen-fhd-down .modal-body {  overflow-y:auto; }}@media (max-width:2159.98px) { .modal-fullscreen-qhd-down {  width:100vw;  max-width:none;  height:100%;  margin:0; } .modal-fullscreen-qhd-down .modal-content {  height:100%;  border:0;  border-radius:0; } .modal-fullscreen-qhd-down .modal-header, .modal-fullscreen-qhd-down .modal-footer {  border-radius:0; } .modal-fullscreen-qhd-down .modal-body {  overflow-y:auto; }}@media (max-width:2399.98px) { .modal-fullscreen-uhd-down {  width:100vw;  max-width:none;  height:100%;  margin:0; } .modal-fullscreen-uhd-down .modal-content {  height:100%;  border:0;  border-radius:0; } .modal-fullscreen-uhd-down .modal-header, .modal-fullscreen-uhd-down .modal-footer {  border-radius:0; } .modal-fullscreen-uhd-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;}ul { list-style:disc inside none;}ol { list-style-position:inside;}ol, ul, dl { margin-bottom:1.5em; padding-left:0;}.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:#D6003C;}@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:1260px) { .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 oklch(from var(--bg-color, #FFF7FC) calc(l * 0.55) c h/0.35); }}@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 oklch(from var(--bg-color, #FFF7FC) calc(l * 0.55) c h/0.35); }}@media (min-width:1260px) 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:1260px) { .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; inset:0; outline:1px solid #6a0640; box-shadow:inset 0 0 0 calc(0.125rem + 1px) #df9dc4; 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;}.video-responsive { overflow:hidden; padding-bottom:56.25%; position:relative; height:0;}.video-responsive iframe { inset:0; 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;}.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);}::-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(176, 10, 107, 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:16px; display:block;}.product-list-wrapper:not(.empty-category),.similar-products__inner,.additional-products__inner,.ajax-loading-placeholder { min-height:300px;}.ajax-loading-placeholder { width:100%; position:relative;}.page_no #page_artref_inner { position:relative;}.gift__base-product-name { display:block; font-size:1rem; text-transform:none; color:#D6003C;}#box_page_content_blog { --bg-color:#D6F7F8; --progress-bg:color-mix(in hsl shorter hue, var(--bg-color, #FFF7FC), currentColor 15.02%); --progress-bar-bg:color-mix(in hsl shorter hue, var(--bg-color, #FFF7FC), currentColor 30%); min-height:777px; background:#D6F7F8; padding-top:3rem; padding-bottom:3rem;}@media (max-width:413.98px) { #box_page_content_blog {  min-height:3000px; }}.page_page_subpage a:hover { color:#9e0960;}.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 #EBBFD9; 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;}#image_to_cart img { transition:none !important;}.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;}.need-backdrop .back_to_top { opacity:0; visibility:hidden;}.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:#7E0650; padding-top:3rem; padding-bottom:3rem; color:#ffffff; overflow:hidden;}.footer *::selection { background-color:#4A0430;}html.fixed-cart-on-artdet .footer.no-partners, body:has(> #box_compare_content > .box-compare__wrapper) .footer.no-partners { padding-bottom:6rem;}html.fixed-cart-on-artdet body:has(> #box_compare_content > .box-compare__wrapper) .footer.no-partners { padding-bottom:10rem;}.footer-main-grid { grid-template-columns:1fr;}@media (min-width:414px) { .footer--expanded .footer-main-grid {  grid-template-columns:repeat(2, 1fr); }}@media (min-width:1440px) { .footer--expanded .footer-main-grid {  grid-auto-flow:column;  grid-auto-columns:1fr;  grid-template-columns:unset; }}.footer__html:not(:has(a)) { padding:0 1rem;}:where(.footer__nav) a { display:inline-block; vertical-align:top;}:where(.footer__nav) a:hover { color:#FBDE5E;}.footer__nav { --list-item-gap-x:clamp(0.875rem, 1.5em, 1.5rem); --list-item-gap-y:1em; display:flex; flex-direction:column; gap:1em;}.footer__nav p { margin-bottom:1em;}.footer__nav a { text-decoration:none;}.footer__nav a:hover { text-decoration:underline;}.footer__nav ul { list-style:none; margin-bottom:0;}.footer__nav ul + .element-links { margin-top:var(--list-item-gap-y);}.footer__nav ul, .footer__nav .element-links { display:flex; flex-wrap:wrap; flex-direction:column; gap:var(--list-item-gap-y) var(--list-item-gap-x);}.footer__nav li { word-break:break-word;}.footer--simple .footer__nav { text-align:center; align-items:center;}.footer--simple .footer__nav ul, .footer--simple .footer__nav .element-links { justify-content:center;}.footer__nav .element-link { font-size:inherit;}@media (max-width:413.98px) { .footer__nav {  text-align:center; }}@media (min-width:576px) { .footer__nav ul, .footer__nav .element-links {  flex-direction:row; }}.footer__header { margin-bottom:0;}.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:#4A0430; min-height:calc(1.5em + 0.667rem + calc(1px * 2)); display:flex; justify-content:center; text-align:center; align-items:center; position:relative; margin:0 calc(var(--circle-width) * -1);}.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;}.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%; }}.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].loading, [data-tippy-id].loading { cursor:wait;}span[data-tippy], span[data-tippy-id], .form-label[data-tippy], .form-label[data-tippy-id] { cursor:help;}span[data-tippy]:focus-visible:not(.btn), span[data-tippy-id]:focus-visible:not(.btn), .form-label[data-tippy]:focus-visible:not(.btn), .form-label[data-tippy-id]:focus-visible:not(.btn) { outline:0; background-color:var(--focus-visible-bg); text-decoration-color:currentColor; text-decoration-color:var(--link-decoration-color-mix); text-decoration:underline; color:var(--focus-visible-color);}img[data-tippy]:focus-visible, img.js-init-ps:focus-visible { outline:1px solid #6a0640; outline-offset:-1px; box-shadow:inset 0 0 0 0.125rem #df9dc4;}.tippy-box { background-color:#ffffff; color:#4A0430; border-radius:16px; font-size:0.875rem; box-shadow:0 0 0 1px #EBBFD9;}.tippy-box[data-placement^=bottom] > .tippy-arrow:before { filter:drop-shadow(0px -1px 0px #EBBFD9);}.tippy-box[data-placement^=top] > .tippy-arrow:before { filter:drop-shadow(0px 1px 0px #EBBFD9);}.tippy-box[data-placement^=right] > .tippy-arrow:before { filter:drop-shadow(-1px 0px 0px #EBBFD9);}.tippy-box[data-placement^=left] > .tippy-arrow:before { filter:drop-shadow(1px 0px 0px #EBBFD9);}.tippy-content { padding:0.625rem;}.tippy-content p:last-child { margin-bottom:0;}.tippy-arrow { color:#ffffff;}.spinner-wrap { min-height:300px; position:relative;}.partners { --partner-element-padding:0.25rem min(max(0.25rem, 8px), var(--partner_img_maxheight, 40px) / 2); --partner-element-min-height:calc(var(--partner_img_maxheight,var(--checkout_img_maxheight,40px)) - 0.5rem); flex:0 0 100%;}.partners .has-img, .partners a:has(svg) { transition:ease 0.25s;}.partners .has-img:hover, .partners a:has(svg):hover { transform:scale(0.95);}@media (min-width:768px) { .partners {  flex:1 1 auto; }}#provider-partners { background:#7E0650; padding-top:0rem; padding-bottom:max(3rem, 0rem); overflow:hidden;}html.fixed-cart-on-artdet #provider-partners, body:has(> #box_compare_content > .box-compare__wrapper) #provider-partners { padding-bottom:6rem;}html.fixed-cart-on-artdet body:has(> #box_compare_content > .box-compare__wrapper) #provider-partners { padding-bottom:10rem;}.partner_element { padding:var(--partner-element-padding); border-radius:8px; min-height:var(--partner-element-min-height); background-color:white; color:#4A0430; overflow:hidden; box-sizing:content-box; display:flex; align-items:center;}.partner_element.has-img { line-height:0;}.partner_element a { text-decoration:none;}.partner_element a:hover { text-decoration:underline; color:#4A0430;}#provider_link_click { position:absolute; bottom:0.125rem; left:50%; transform:translateX(-50%); border-radius:4px 4px 0 0; padding:0.25rem min(max(0.25rem, 8px), 8px); background-color:white; line-height:1;}.certificate__item a { display:block;}.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:#1C8742; color:#ffffff;}#toast-container > .toast-success .toast-close-button { color:#ffffff;}#toast-container > .toast-warning { background-color:#E8A530; color:#4A0430;}#toast-container > .toast-warning .toast-close-button { color:#4A0430;}#toast-container > .toast-error { background-color:#C91D25; color:#ffffff;}#toast-container > .toast-error .toast-close-button { color:#ffffff;}#toast-container > .toast-info { background-color:#0E7C86; color:#ffffff;}#toast-container > .toast-info .toast-close-button { color:#ffffff;}.toast-qty { white-space:nowrap; font-weight:700;}#list-artpack_page .product { border-bottom:1px solid #EBBFD9; 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-y:0.375rem; --bs-gap-x:0.375rem; gap:var(--bs-gap-y) var(--bs-gap-x); background-color:#df9dc4; border-radius:16px; padding:var(--bs-gap-y) var(--bs-gap-x); 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;}.spinner-overlay { background-color:color-mix(in hsl, var(--bg-color, #FFF7FC) 50%, transparent);}.modal { align-items:flex-start; justify-content:center; padding-right:0 !important;  }.modal .carousel-block, .modal .container { padding-right:0 !important; padding-left:0 !important;}.modal .carousel-block { overflow:visible;}.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; }}.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:413.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:#C91D25;}.modal-dialog--warning .modal-header__icon { color:#E8A530;}.modal-dialog--ok .modal-header__icon { color:#1C8742;}.modal-header { --bs-modal-header-bg:#7E0650; --bs-modal-header-color:#FFFFFF; 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); color:var(--bs-modal-header-color);}.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:var(--body-secondary-color-mix);}.modal-header__icon { font-size:2em; color:#B00A6B;}#modal-marketing .modal-body { clip-path:inset(0 round var(--bs-border-radius-lg));}#modal-body-google-map-address-autocomplete, #modal-exitpopup-wheel .modal-body { clip-path:inset(0 round 0 0 var(--bs-border-radius-lg) var(--bs-border-radius-lg)); border-radius:0 0 var(--bs-border-radius-lg) var(--bs-border-radius-lg);}.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, #df9dc4 0%, #d06ca6 100%); border-radius:24px; position:relative; display:flex; flex-direction:column; place-self:center; padding:1.5rem var(--circle-width); justify-content:space-between; border:var(--border-width) solid white; box-shadow:0 calc(var(--border-width) * -1) var(--border-width) calc(var(--border-width) * -1) rgba(0, 0, 0, 0.075), 0 var(--border-width) var(--border-width) calc(var(--border-width) * -1) rgba(0, 0, 0, 0.075); aspect-ratio:2/1; width:100%;}.design-coupon::before, .design-coupon::after { content:""; position:absolute; width:calc(var(--circle-width) / 2); height:var(--circle-width); background:var(--bs-modal-bg); border-radius:50%; top:50%; transform:translateY(-50%); border:solid white; z-index:1;}.design-coupon::before { left:calc(var(--border-width) * -1); border-width:var(--border-width) var(--border-width) var(--border-width) 0; border-radius:0 calc(var(--circle-width) / 2) calc(var(--circle-width) / 2) 0; box-shadow:inset calc(var(--border-width) * -1) 0 var(--border-width) rgba(0, 0, 0, 0.075);}.design-coupon::after { right:calc(var(--border-width) * -1); border-width:var(--border-width) 0 var(--border-width) var(--border-width); border-radius:calc(var(--circle-width) / 2) 0 0 calc(var(--circle-width) / 2); box-shadow:inset var(--border-width) 0 var(--border-width) rgba(0, 0, 0, 0.075);}#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-picture .offcanvas-body,.offcanvas-exitpopup-picture .modal-body,.modal-exitpopup-picture .offcanvas-body,.modal-exitpopup-picture .modal-body { clip-path:inset(0 round var(--bs-modal-border-radius));}.offcanvas-exitpopup-picture img,.modal-exitpopup-picture img { border-radius:max(3px, var(--bs-modal-border-radius) - var(--bs-modal-padding));}.offcanvas-exitpopup-video,.modal-exitpopup-video { --bs-modal-padding:0.375rem;}.offcanvas-exitpopup-video .offcanvas-body,.offcanvas-exitpopup-video .modal-body,.modal-exitpopup-video .offcanvas-body,.modal-exitpopup-video .modal-body { clip-path:inset(0 round var(--bs-modal-border-radius));}.offcanvas-exitpopup-video .shop_popup_exitpopup,.modal-exitpopup-video .shop_popup_exitpopup { overflow:hidden; border-radius:max(3px, var(--bs-modal-border-radius) - var(--bs-modal-padding));}#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 { 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][data-max-width], #offcanvas-exitpopup[data-type=video][data-max-width], #offcanvas-exitpopup[data-type=picture][data-max-width] { 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; inset:0; 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; inset: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; pointer-events:none;}.offcanvas-exitpopup-wheel .exitpopup-coupon-2,.modal-exitpopup-wheel .exitpopup-coupon-2 { border-radius:16px;}.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%;}.page_content--faq { margin-bottom:100px;}.faq-title { background-color:#dbdbdb; font-family:var(--bs-font-sans-serif);}.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 .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:413.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:1259.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; }}@media (max-width:1679.98px) { .offcanvas-xxxl {  opacity:0; } .offcanvas-xxxl.showing, .offcanvas-xxxl.show {  opacity:1; } .offcanvas-xxxl.hiding {  opacity:0; }}@media (max-width:1919.98px) { .offcanvas-fhd {  opacity:0; } .offcanvas-fhd.showing, .offcanvas-fhd.show {  opacity:1; } .offcanvas-fhd.hiding {  opacity:0; }}@media (max-width:2159.98px) { .offcanvas-qhd {  opacity:0; } .offcanvas-qhd.showing, .offcanvas-qhd.show {  opacity:1; } .offcanvas-qhd.hiding {  opacity:0; }}@media (max-width:2399.98px) { .offcanvas-uhd {  opacity:0; } .offcanvas-uhd.showing, .offcanvas-uhd.show {  opacity:1; } .offcanvas-uhd.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 #EBBFD9;}.offcanvas-parent-img-link { display:block; margin:-0.5rem -0.5rem 0.5rem;}.offcanvas--box-cat:not(.offcanvas--box-cat-0) { border-left:1px solid #EBBFD9;}.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:scaleX(-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-4 .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)); z-index:1044;}.offcanvas--box-cat-2 { margin-left:calc(min(var(--bs-offcanvas-max-width), var(--bs-offcanvas-width)) * 2); z-index:1043;}.offcanvas--box-cat-3 { margin-left:calc(min(var(--bs-offcanvas-max-width), var(--bs-offcanvas-width)) * 3); z-index:1042;}.offcanvas--box-cat-4 { margin-left:calc(min(var(--bs-offcanvas-max-width), var(--bs-offcanvas-width)) * 4); 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 { --bs-offcanvas-header-bg:#7E0650; --bs-offcanvas-header-color:#FFFFFF; gap:0.5em 0.5rem; border-bottom:1px solid #EBBFD9; 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); color:var(--bs-offcanvas-header-color);}.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 #EBBFD9;}.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 16px 16px;}.offcanvas-bottom, .offcanvas-bottom .offcanvas-header { border-radius:16px 16px 0 0;}.offcanvas-title { display:block; font-family:"Nunito", "Nunito-fallback";}@media (min-width:576px) { .offcanvas-top, .offcanvas-bottom {  --bs-offcanvas-header-padding-x:1.5rem;  --bs-offcanvas-header-padding-y:0.75rem; }}.nav-item--menu .dropdown-item { line-height:1.25; white-space:normal;}.dropdown-menu { transition:opacity 0.15s linear;}.dropdown-menu.show { transition:opacity 0.15s linear, display 0.15s allow-discrete; opacity:1;}@starting-style { .dropdown-menu.show {  opacity:0; }}.nav--megamenu .dropdown-toggle { --bs-btn-color:#FFFFFF; --bs-btn-hover-color:#FFFFFF;}.nav--megamenu .nav-link { --bs-nav-link-color:#FFFFFF; --bs-nav-link-hover-color:#FFFFFF; --bs-navbar-active-color:#FFFFFF;}.nav--megamenu .nav-link:has(+ .nav-list--sub) { border-bottom:1px solid #EBBFD9; border-radius:0;}.nav--megamenu ul { list-style:none;}.nav--megamenu ul:not(.dropdown--menu) .nav-link { gap:0.5em; padding:0.375rem 0 !important;}.nav--megamenu ul:not(.dropdown--menu) .nav-link:hover .nav-link__name { text-decoration:underline;}.nav--megamenu .nav-item:not(.nav-item--menu) { position:static;}.nav--megamenu .nav-list--1 { columns:310px; column-gap:3rem; height:100%;}.nav--megamenu .nav-list--1 > .nav-item { break-inside:avoid;}.nav--megamenu .nav-list--1 > .nav-item > .nav-link { font-weight:600; font-size:1.125rem; align-items:baseline;}.nav--megamenu .nav-list--1 > .nav-item:not(.last) { padding-bottom:1.5rem; }.dropdown--megamenu { padding:1.5rem var(--grid-actual-container-padding-x); right:0; max-width:100%; overflow-y:auto; scrollbar-width:thin; scrollbar-color:#a8a8a8 #FFF7FC; border-top-left-radius:0; border-top-right-radius:0; clip-path:inset(0 round 0 0 var(--bs-border-radius) var(--bs-border-radius));  box-shadow:none; border:none; overscroll-behavior-y:contain;}.dropdown--megamenu::-webkit-scrollbar { width:6px; height:6px;}.dropdown--megamenu::-webkit-scrollbar-thumb { background:#a8a8a8; border:3px solid #a8a8a8; border-radius:3px;}.dropdown--megamenu::-webkit-scrollbar-thumb:hover { background:#8f8f8f; border:3px solid #8f8f8f;}.dropdown--megamenu::-webkit-scrollbar-track { background-color:#FFF7FC; border-radius:3px;}.dropdown--megamenu.show { display:grid;}.dropdown--megamenu.with-banner { gap:3rem; grid-template-columns:auto 300px;}.nav-item__all-cat.icon-link .icon-set { display:inherit !important; transform:none !important;}@media (hover:hover) and (pointer:fine) { .nav-item__all-cat.icon-link:hover .icon-set, .nav-item__all-cat.icon-link:focus-visible .icon-set {  transform:translateX(20%) !important; }}#box_compare_content { pointer-events:none; transition:display 0.15s allow-discrete, transform 0.4s ease, bottom ease 0.4s; transform:translateY(100%); display:none; z-index:1029;}.fixed-cart-on-artdet-visible #box_compare_content { bottom:var(--fixed-cart-height-on-artdet);}#box_compare_content:has(> .box-compare__wrapper) { transform:translateY(0); display:block; pointer-events:auto;}@starting-style { #box_compare_content:has(> .box-compare__wrapper) {  transform:translateY(100%); }}@media (min-width:576px) { #box_compare_content {  min-height:70px; }}.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,.html-preformat ul,.html-preformat ol,.html-preformat 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,.long-description__content ul,.long-description__content ol,.long-description__content 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,#pane-details ul,#pane-details ol,#pane-details li,.custom-content ul,.custom-content ol,.custom-content li,.megasubmenu__banner ul,.megasubmenu__banner ol,.megasubmenu__banner 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,.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,.html-preformat ul,.html-preformat 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,.long-description__content ul,.long-description__content ol,#pane-terms ul,#pane-terms ol,#pane-privacy_policy ul,#pane-privacy_policy ol,#pane-accessibility_policy ul,#pane-accessibility_policy ol,#pane-details ul,#pane-details ol,.custom-content ul,.custom-content ol,.megasubmenu__banner ul,.megasubmenu__banner ol,.contact__method-text ul,.contact__method-text ol,.order-mods__description ul,.order-mods__description 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,.html-preformat ol ol,.html-preformat ol ul,.html-preformat ul ul,.html-preformat 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,.long-description__content ol ol,.long-description__content ol ul,.long-description__content ul ul,.long-description__content 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,#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,.megasubmenu__banner ol ol,.megasubmenu__banner ol ul,.megasubmenu__banner ul ul,.megasubmenu__banner 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,.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;}.partners { --partner-svg-padding:0.25rem min(max(0.25rem, 8px), var(--partner_img_maxheight) / 2);}.partner__img { width:auto; vertical-align:top;}.partner__item:not(.with-svg) .partner__img { max-height:var(--partner_img_maxheight);}.partner__item.with-svg .partner__img { height:calc(var(--partner_img_maxheight) - 0.5rem);}.partner__item { border-radius:8px; overflow:hidden; display:flex; max-width:calc(var(--partner_img_maxwidth) - 0.5rem);}.partner__item.with-svg { padding:var(--partner-svg-padding); box-sizing:content-box; background-color:white;}.partners { --checkout-svg-padding:0.25rem min(max(0.25rem, 8px), var(--checkout_img_maxheight) / 2); --checkout-item-max-width:calc(var(--checkout_img_maxwidth) - 0.5rem);}.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:8px; overflow:hidden; display:flex; max-width:var(--checkout-item-max-width);}.checkout__item.with-svg { padding:var(--checkout-svg-padding); box-sizing:content-box; background-color:white;}.login-box__customer-datas { word-break:break-word; font-weight:500; color:var(--body-secondary-color-mix);}.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.667rem + calc(1px * 2));}.cookie-alert__checkboxes { padding-top:1.5rem;}.cookie-alert__consent-data { font-size:8px;}.cookie-alert__header-cookie-icon { color:#E8A530;}.offcanvas-cookie-alert { --bs-offcanvas-zindex:1000000;}.offcanvas-cookie-alert ~ .offcanvas-backdrop { z-index:999995;}.offcanvas-cookie-alert { --bs-offcanvas-padding-y:0.75rem; --bs-offcanvas-padding-x:0.75rem; max-width:var(--container-max-actual); margin:0 auto;}@media (min-width:576px) { .offcanvas-cookie-alert {  --bs-offcanvas-padding-y:1.5rem;  --bs-offcanvas-padding-x:1.5rem; }}.social_icons .element-icon .icon-set { font-size:18px; fill:#ffffff;}.social_icons a.element { color:#4A0430;}.social_icons a.element:hover { color:#B00A6B;}.social_icons a.element:hover .icon-set { fill:#FBDE5E;}.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 p:last-child { margin-bottom: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.305rem * 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;}h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6,.main-title, .main-title2, .sub-title, .text--big,.offcanvas-title,.product__name, .product__name-link,.product__price, .price-value,.btn, .nav-link, .footer__header,.szc h1, .szc h2, .szc h3, .szc .szc-btn { font-family:'Baloo 2', 'Nunito', system-ui, sans-serif !important;}.header__inner .header__container--bottom { background:#4A0430 !important; max-width:none !important; width:100% !important; margin:0 !important; padding:6px 24px !important;}html body .navbar-nav--header { justify-content:center !important; width:100% !important; flex-wrap:wrap !important;}.navbar-nav--header > li > .nav-link { border-radius:99px; padding-top:10px; padding-bottom:10px; font-size:15px;}.navbar-nav--header > li > .nav-link:hover,.navbar-nav--header > li > .nav-link:focus-visible { background:#F569C5; color:#4A0430;}.search-box__input.form-control { border-radius:99px; padding-left:22px; box-shadow:inset 0 0 0 3px #F569C5; border-color:transparent; font-weight:600;}.search-box__input.form-control:focus { box-shadow:inset 0 0 0 3px #FBDE5E;}.offcanvas-box-cart-open-btn.btn-primary { background:#FBDE5E; border-color:#FBDE5E; color:#7E0650; border-radius:99px; padding-left:18px; padding-right:18px;}.offcanvas-box-cart-open-btn.btn-primary:hover { background:#FFEA92; border-color:#FFEA92; color:#7E0650;}.btn-header.btn-clear { border-radius:99px; }.btn-primary:not(.btn-square),.product__cart-btn { box-shadow:0 4px 0 rgba(74, 4, 48, 0.25); transition:transform 0.1s ease, box-shadow 0.1s ease;}.btn-primary:not(.btn-square):active,.product__cart-btn:active { transform:translateY(3px); box-shadow:0 1px 0 rgba(74, 4, 48, 0.25);}.custom-content--page_shop_start.custom-content--top { padding:0 !important; background:none !important; line-height:1.6;}.custom-content--page_shop_start.custom-content--top .custom-content__content { max-width:none !important;}.szc { --szc-wrap:1440px; color:#4A0430; text-align:left; }.szc *, .szc *::before, .szc *::after { box-sizing:border-box; }.szc-band { margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); position:relative; }.szc-in { max-width:var(--szc-wrap); margin:0 auto; padding:0 24px; }.szc-btn { display:inline-flex; align-items:center; gap:10px; border:0; cursor:pointer; font-size:18px; padding:16px 30px; border-radius:99px; text-decoration:none; transition:transform 0.12s ease;}.szc-btn:hover { transform:translateY(-2px) rotate(-1.2deg); }.szc-btn--pink { background:#F569C5; color:#4A0430; box-shadow:0 5px 0 #C93F9B; }.szc-btn--ghost { background:transparent; color:#fff; box-shadow:inset 0 0 0 3px #74E0E5; }.szc-hero { background:#7E0650; padding:46px 0 70px; overflow:hidden; }.szc-hero::before { content:""; position:absolute; inset:0; pointer-events:none; opacity:.35; background-image:  radial-gradient(circle, #F569C5 4px, transparent 5px),  radial-gradient(circle, #74E0E5 3px, transparent 4px),  radial-gradient(circle, #FBDE5E 3px, transparent 4px); background-size:150px 150px, 110px 110px, 190px 190px; background-position:0 0, 60px 40px, 30px 90px;}.szc-hero .szc-in { position:relative; display:grid; grid-template-columns:1.05fr .95fr; gap:40px; align-items:center; }.szc-hero h1 { color:#fff; font-size:clamp(34px, 5vw, 64px); line-height:1.05; margin:0; letter-spacing:-.02em; }.szc-hero h1 span { color:#FBDE5E; display:block; }.szc-hero p { color:#FFD9F0; font-size:19px; max-width:44ch; margin:18px 0 30px; font-weight:600; }.szc-hero__btns { display:flex; gap:14px; flex-wrap:wrap; }.szc-hero__img { position:relative; text-align:center; }.szc-hero__img img { border-radius:28px; max-width:100%; height:auto; }.szc-tag { position:absolute; font-size:15px; padding:9px 17px; border-radius:99px; font-family:'Baloo 2', sans-serif; color:#4A0430; box-shadow:0 4px 0 rgba(74,4,48,.25);}.szc-tag--1 { top:10px; left:0; transform:rotate(-8deg); background:#9BE15D; }.szc-tag--2 { bottom:24px; right:0; transform:rotate(6deg); background:#74E0E5; }.szc-scallop { height:26px; margin-top:-26px; position:relative; z-index:2; }.szc-scallop--sarga { background:radial-gradient(circle at 50% 100%, #FBDE5E 26px, rgba(0,0,0,0) 27px) 0 0/52px 26px repeat-x; }.szc-scallop--krem { background:radial-gradient(circle at 50% 100%, #FFF7FC 26px, rgba(0,0,0,0) 27px) 0 0/52px 26px repeat-x; }.szc-cats { background:#FBDE5E; padding:10px 0 46px; }.szc-cats h2, .szc-mix h3 { font-size:clamp(26px, 3.4vw, 38px); text-align:center; color:#7E0650; margin:0; }.szc-lead { text-align:center; max-width:52ch; margin:10px auto 30px; font-weight:600; }.szc-catgrid { display:grid; grid-template-columns:repeat(6, 1fr); gap:16px; }.szc-cat { background:#fff; border-radius:28px; padding:14px 12px 16px; text-align:center; text-decoration:none; color:#4A0430; display:block; box-shadow:0 5px 0 rgba(74,4,48,.18); transition:transform 0.14s ease;}.szc-cat:hover { transform:translateY(-4px) rotate(-1.5deg); color:#4A0430; }.szc-cat img { width:100%; aspect-ratio:1; object-fit:cover; border-radius:18px; margin-bottom:10px; }.szc-cat b { font-family:'Baloo 2', sans-serif; font-size:15px; font-weight:600; line-height:1.2; display:block; }.szc-usp { background:#9BE15D; padding:26px 0 30px; }.szc-usp .szc-in { display:flex; justify-content:space-around; gap:20px; flex-wrap:wrap; }.szc-usp span { display:flex; align-items:center; gap:12px; font-family:'Baloo 2', sans-serif; font-size:17px; }.szc-usp i { background-color:#fff; width:44px; height:44px; border-radius:50%; display:grid; place-items:center; font-style:normal; font-size:21px; flex-shrink:0; }.szc-mixband { background:#FFF7FC; padding:40px 0 64px; }.szc-mix { background:#7E0650; color:#fff; border-radius:40px; padding:38px; display:grid; grid-template-columns:1.1fr .9fr; gap:34px; align-items:center; }.szc-mix h3 { color:#FBDE5E; text-align:left; margin-bottom:12px; }.szc-mix p { color:#FFD9F0; font-weight:600; max-width:40ch; margin:0 0 22px; }.szc-steps { display:flex; gap:10px; flex-wrap:wrap; margin-bottom:24px; }.szc-steps span { background:rgba(255,255,255,.13); border-radius:18px; padding:12px 16px; font-family:'Baloo 2', sans-serif; font-size:15px; display:flex; align-items:center; gap:9px; }.szc-steps i { background:#74E0E5; color:#4A0430; width:24px; height:24px; border-radius:50%; display:grid; place-items:center; font-style:normal; font-size:13px; }.szc-mix img { border-radius:28px; width:100%; height:auto; }@media (max-width:1100px) { .szc-catgrid { grid-template-columns:repeat(3, 1fr); } .szc-hero .szc-in, .szc-mix { grid-template-columns:1fr; } .szc-hero__img { order:-1; }}@media (max-width:560px) { .szc-catgrid { grid-template-columns:repeat(2, 1fr); } .szc-usp .szc-in { flex-direction:column; align-items:center; } .szc-mix { padding:24px; border-radius:28px; }}@media (prefers-reduced-motion:reduce) { .szc-btn, .szc-cat, .btn-primary { transition:none !important; } .szc-btn:hover, .szc-cat:hover, .btn-primary:active { transform:none !important; }}.page_shop_start section.page_content_item.page_content--product { margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); padding:44px 0 40px; position:relative;}.page_shop_start section.page_content_item.page_content--product::before { content:""; position:absolute; left:0; right:0; top:-26px; height:26px; pointer-events:none; z-index:2;}.page_shop_start section.page_content_item.page_content--product:nth-of-type(3n+1) { background:#FFD9F0;}.page_shop_start section.page_content_item.page_content--product:nth-of-type(3n+1)::before { background:radial-gradient(circle at 50% 100%, #FFD9F0 26px, rgba(0,0,0,0) 27px) 0 0/52px 26px repeat-x;}.page_shop_start section.page_content_item.page_content--product:nth-of-type(3n+2) { background:#FFF7FC;}.page_shop_start section.page_content_item.page_content--product:nth-of-type(3n+2)::before { background:radial-gradient(circle at 50% 100%, #FFF7FC 26px, rgba(0,0,0,0) 27px) 0 0/52px 26px repeat-x;}.page_shop_start section.page_content_item.page_content--product:nth-of-type(3n) { background:#D6F7F8;}.page_shop_start section.page_content_item.page_content--product:nth-of-type(3n)::before { background:radial-gradient(circle at 50% 100%, #D6F7F8 26px, rgba(0,0,0,0) 27px) 0 0/52px 26px repeat-x;}.page_shop_start .page_content--product .main-title { font-weight:700 !important; color:#7E0650; font-size:clamp(26px, 3.4vw, 38px); text-align:center;}.page_shop_start .page_content--product .sub-title { display:table; margin:0 auto 22px; background:#7E0650; color:#fff; font-family:'Baloo 2', sans-serif; font-size:15px; padding:6px 18px; border-radius:99px; transform:rotate(-2deg);}.page_shop_start .products .product__inner { box-shadow:0 5px 0 rgba(74, 4, 48, 0.16) !important; transition:transform 0.14s ease, box-shadow 0.14s ease;}.page_shop_start .products .product:hover .product__inner { transform:translateY(-4px); box-shadow:0 9px 0 rgba(74, 4, 48, 0.16) !important;}.page_shop_start .product__badge-sale.badge--sale,.product-list-wrapper .product__badge-sale.badge--sale { background:#D6003C; border-color:#D6003C; color:#fff; font-size:14px; padding:5px 11px; transform:rotate(-4deg);}.page_shop_start .page-content__more-product-btn-wrap { text-align:center !important; margin-top:8px;}@media (prefers-reduced-motion:reduce) { .page_shop_start .products .product__inner, .page_shop_start .products .product:hover .product__inner { transition:none; transform:none; }}.szc-cat__img, .szc-hero__pic, .szc-mix__pic { display:block; width:100%; background-repeat:no-repeat; background-position:center; background-size:cover;}.szc-cat__img { aspect-ratio:1; border-radius:18px; margin-bottom:10px; }.szc-hero__pic { aspect-ratio:6/5; border-radius:28px; background-size:contain; }.szc-mix__pic { aspect-ratio:5/4; border-radius:28px; background-size:contain; }.szc-img--1 { background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20400%20400%22%3E%3Crect%20width%3D%22400%22%20height%3D%22400%22%20rx%3D%2240%22%20fill%3D%22%23FFD9F0%22%2F%3E%3Cg%20transform%3D%22translate%28140%2C110%29%20scale%281.2%29%22%20fill%3D%22%23F569C5%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2220%22%20r%3D%2213%22%2F%3E%3Ccircle%20cx%3D%2270%22%20cy%3D%2220%22%20r%3D%2213%22%2F%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2236%22%20r%3D%2226%22%2F%3E%3Crect%20x%3D%2224%22%20y%3D%2256%22%20width%3D%2252%22%20height%3D%2256%22%20rx%3D%2224%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2270%22%20r%3D%2213%22%2F%3E%3Ccircle%20cx%3D%2282%22%20cy%3D%2270%22%20r%3D%2213%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%22116%22%20r%3D%2213%22%2F%3E%3Ccircle%20cx%3D%2268%22%20cy%3D%22116%22%20r%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }.szc-img--2 { background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20400%20400%22%3E%3Crect%20width%3D%22400%22%20height%3D%22400%22%20rx%3D%2240%22%20fill%3D%22%23E6F9D3%22%2F%3E%3Cg%20transform%3D%22translate%2860%2C150%29%20scale%282.2%29%22%3E%3Cpath%20d%3D%22M10%2042%20Q28%206%2046%2030%20T82%2030%20Q100%2010%20112%2034%22%20fill%3D%22none%22%20stroke%3D%22%239BE15D%22%20stroke-width%3D%2220%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }.szc-img--3 { background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20400%20400%22%3E%3Crect%20width%3D%22400%22%20height%3D%22400%22%20rx%3D%2240%22%20fill%3D%22%23D6F7F8%22%2F%3E%3Cg%20transform%3D%22translate%28110%2C110%29%20scale%281.9%29%22%20fill%3D%22%2374E0E5%22%3E%3Cpath%20d%3D%22M50%2088C10%2062%202%2040%202%2027%202%2012%2014%202%2027%202c9%200%2018%205%2023%2013C55%207%2064%202%2073%202c13%200%2025%2010%2025%2025%200%2013-8%2035-48%2061z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }.szc-img--4 { background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20400%20400%22%3E%3Crect%20width%3D%22400%22%20height%3D%22400%22%20rx%3D%2240%22%20fill%3D%22%23FFF3C4%22%2F%3E%3Cg%20transform%3D%22translate%2870%2C155%29%20scale%282.0%29%22%20fill%3D%22%23FBDE5E%22%3E%3Cellipse%20cx%3D%2265%22%20cy%3D%2235%22%20rx%3D%2234%22%20ry%3D%2230%22%2F%3E%3Cpath%20d%3D%22M31%2035%203%2012v46zM99%2035l28-23v46z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }.szc-img--5 { background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20400%20400%22%3E%3Crect%20width%3D%22400%22%20height%3D%22400%22%20rx%3D%2240%22%20fill%3D%22%23E6F9D3%22%2F%3E%3Cg%20transform%3D%22translate%28140%2C110%29%20scale%281.2%29%22%20fill%3D%22%239BE15D%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2220%22%20r%3D%2213%22%2F%3E%3Ccircle%20cx%3D%2270%22%20cy%3D%2220%22%20r%3D%2213%22%2F%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2236%22%20r%3D%2226%22%2F%3E%3Crect%20x%3D%2224%22%20y%3D%2256%22%20width%3D%2252%22%20height%3D%2256%22%20rx%3D%2224%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2270%22%20r%3D%2213%22%2F%3E%3Ccircle%20cx%3D%2282%22%20cy%3D%2270%22%20r%3D%2213%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%22116%22%20r%3D%2213%22%2F%3E%3Ccircle%20cx%3D%2268%22%20cy%3D%22116%22%20r%3D%2213%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }.szc-img--6 { background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20400%20400%22%3E%3Crect%20width%3D%22400%22%20height%3D%22400%22%20rx%3D%2240%22%20fill%3D%22%23FFD9F0%22%2F%3E%3Cg%20transform%3D%22translate%2860%2C150%29%20scale%282.2%29%22%3E%3Cpath%20d%3D%22M10%2042%20Q28%206%2046%2030%20T82%2030%20Q100%2010%20112%2034%22%20fill%3D%22none%22%20stroke%3D%22%23B00A6B%22%20stroke-width%3D%2220%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }.szc-hero__pic { background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20600%20500%22%3E%3Crect%20x%3D%22160%22%20y%3D%22120%22%20width%3D%22280%22%20height%3D%22300%22%20rx%3D%2240%22%20fill%3D%22%23ffffff%22%20fill-opacity%3D%220.14%22%2F%3E%3Crect%20x%3D%22166%22%20y%3D%22126%22%20width%3D%22268%22%20height%3D%22288%22%20rx%3D%2234%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-opacity%3D%220.35%22%20stroke-width%3D%226%22%2F%3E%3Crect%20x%3D%22225%22%20y%3D%2296%22%20width%3D%22150%22%20height%3D%2228%22%20rx%3D%2214%22%20fill%3D%22%2374E0E5%22%2F%3E%3Crect%20x%3D%22175%22%20y%3D%22210%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2215%22%20fill%3D%22%23F569C5%22%2F%3E%3Crect%20x%3D%22217%22%20y%3D%22210%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2215%22%20fill%3D%22%23FBDE5E%22%2F%3E%3Crect%20x%3D%22259%22%20y%3D%22210%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2215%22%20fill%3D%22%2374E0E5%22%2F%3E%3Crect%20x%3D%22301%22%20y%3D%22210%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2215%22%20fill%3D%22%239BE15D%22%2F%3E%3Crect%20x%3D%22343%22%20y%3D%22210%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2215%22%20fill%3D%22%23FF8A3D%22%2F%3E%3Crect%20x%3D%22385%22%20y%3D%22210%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2215%22%20fill%3D%22%23F569C5%22%2F%3E%3Crect%20x%3D%22175%22%20y%3D%22256%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2215%22%20fill%3D%22%239BE15D%22%2F%3E%3Crect%20x%3D%22217%22%20y%3D%22256%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2215%22%20fill%3D%22%2374E0E5%22%2F%3E%3Crect%20x%3D%22259%22%20y%3D%22256%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2215%22%20fill%3D%22%23FBDE5E%22%2F%3E%3Crect%20x%3D%22301%22%20y%3D%22256%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2215%22%20fill%3D%22%23FF8A3D%22%2F%3E%3Crect%20x%3D%22343%22%20y%3D%22256%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2215%22%20fill%3D%22%2374E0E5%22%2F%3E%3Crect%20x%3D%22385%22%20y%3D%22256%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2215%22%20fill%3D%22%23F569C5%22%2F%3E%3Crect%20x%3D%22175%22%20y%3D%22302%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2215%22%20fill%3D%22%23FBDE5E%22%2F%3E%3Crect%20x%3D%22217%22%20y%3D%22302%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2215%22%20fill%3D%22%239BE15D%22%2F%3E%3Crect%20x%3D%22259%22%20y%3D%22302%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2215%22%20fill%3D%22%23F569C5%22%2F%3E%3Crect%20x%3D%22301%22%20y%3D%22302%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2215%22%20fill%3D%22%2374E0E5%22%2F%3E%3Crect%20x%3D%22343%22%20y%3D%22302%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2215%22%20fill%3D%22%23FF8A3D%22%2F%3E%3Crect%20x%3D%22385%22%20y%3D%22302%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2215%22%20fill%3D%22%239BE15D%22%2F%3E%3C%2Fsvg%3E"); }.szc-mix__pic { background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20500%20400%22%3E%3Crect%20width%3D%22500%22%20height%3D%22400%22%20rx%3D%2234%22%20fill%3D%22%23ffffff%22%20fill-opacity%3D%220.12%22%2F%3E%3Cg%20transform%3D%22translate%2890%2C120%29%20scale%281.5%29%22%20fill%3D%22%23F569C5%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2220%22%20r%3D%2213%22%2F%3E%3Ccircle%20cx%3D%2270%22%20cy%3D%2220%22%20r%3D%2213%22%2F%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2236%22%20r%3D%2226%22%2F%3E%3Crect%20x%3D%2224%22%20y%3D%2256%22%20width%3D%2252%22%20height%3D%2256%22%20rx%3D%2224%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2270%22%20r%3D%2213%22%2F%3E%3Ccircle%20cx%3D%2282%22%20cy%3D%2270%22%20r%3D%2213%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%22116%22%20r%3D%2213%22%2F%3E%3Ccircle%20cx%3D%2268%22%20cy%3D%22116%22%20r%3D%2213%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate%28230%2C90%29%20scale%281.5%29%22%3E%3Cpath%20d%3D%22M10%2042%20Q28%206%2046%2030%20T82%2030%20Q100%2010%20112%2034%22%20fill%3D%22none%22%20stroke%3D%22%239BE15D%22%20stroke-width%3D%2220%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate%28250%2C220%29%20scale%281.2%29%22%20fill%3D%22%2374E0E5%22%3E%3Cpath%20d%3D%22M50%2088C10%2062%202%2040%202%2027%202%2012%2014%202%2027%202c9%200%2018%205%2023%2013C55%207%2064%202%2073%202c13%200%2025%2010%2025%2025%200%2013-8%2035-48%2061z%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate%2860%2C270%29%20scale%281.1%29%22%20fill%3D%22%23FBDE5E%22%3E%3Cellipse%20cx%3D%2265%22%20cy%3D%2235%22%20rx%3D%2234%22%20ry%3D%2230%22%2F%3E%3Cpath%20d%3D%22M31%2035%203%2012v46zM99%2035l28-23v46z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }.szc-usp i { background-size:26px 26px; background-repeat:no-repeat; background-position:center; }.szc-ic--doboz { background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Crect%20x%3D%226%22%20y%3D%2216%22%20width%3D%2236%22%20height%3D%2226%22%20rx%3D%225%22%20fill%3D%22%23B00A6B%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%228%22%20width%3D%2240%22%20height%3D%2212%22%20rx%3D%224%22%20fill%3D%22%23F569C5%22%2F%3E%3Crect%20x%3D%2221%22%20y%3D%228%22%20width%3D%226%22%20height%3D%2234%22%20fill%3D%22%23FBDE5E%22%2F%3E%3C%2Fsvg%3E"); }.szc-ic--cukor { background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cellipse%20cx%3D%2224%22%20cy%3D%2224%22%20rx%3D%2213%22%20ry%3D%2211%22%20fill%3D%22%23F569C5%22%2F%3E%3Cpath%20d%3D%22M11%2024%202%2015v18zM37%2024l9-9v18z%22%20fill%3D%22%23B00A6B%22%2F%3E%3C%2Fsvg%3E"); }.szc-ic--level { background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20d%3D%22M24%2042C12%2034%208%2026%2012%2016c8%202%2014%208%2012%2026z%22%20fill%3D%22%234A9A2A%22%2F%3E%3Cpath%20d%3D%22M24%2042C22%2024%2026%2012%2040%208c4%2012-2%2026-16%2034z%22%20fill%3D%22%239BE15D%22%2F%3E%3C%2Fsvg%3E"); }.szc-ic--chat { background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Crect%20x%3D%224%22%20y%3D%228%22%20width%3D%2240%22%20height%3D%2228%22%20rx%3D%229%22%20fill%3D%22%237E0650%22%2F%3E%3Cpath%20d%3D%22M16%2034l-2%2010%2012-10z%22%20fill%3D%22%237E0650%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2222%22%20r%3D%223%22%20fill%3D%22%2374E0E5%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2222%22%20r%3D%223%22%20fill%3D%22%23FBDE5E%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2222%22%20r%3D%223%22%20fill%3D%22%23F569C5%22%2F%3E%3C%2Fsvg%3E"); }.header__inner { box-shadow:none !important; }.header { --bs-border-width:0; }.search-box__input.form-control { background:#fff; color:#4A0430; font-size:16px; padding-right:56px; box-shadow:inset 0 0 0 3px #F569C5;}.search-box__input.form-control::placeholder { color:#B00A6B; opacity:.7; font-weight:600; }.search-box__search-btn.btn { top:5px; right:5px; width:34px; height:34px; border-radius:50%; background:#F569C5; color:#4A0430 !important;}.search-box__search-btn.btn:hover { background:#FBDE5E; }.search-box__input-clear-btn { top:5px; right:44px; transform:none; }.header .btn-header { min-height:40px; border-radius:99px; }.box-login__offcanvas-btn.btn-clear { padding-left:14px; padding-right:14px; }.navbar-nav--header > li > .nav-link { font-weight:600; }#footer { position:relative; padding-top:54px; padding-bottom:12px; margin-top:26px;}#footer::before { content:""; position:absolute; left:0; right:0; top:-26px; height:26px; z-index:2; pointer-events:none; background:radial-gradient(circle at 50% 100%, #7E0650 26px, rgba(0,0,0,0) 27px) 0 0/52px 26px repeat-x;}#footer .footer__header { font-family:'Baloo 2', sans-serif !important; color:#FBDE5E !important; font-size:17px; letter-spacing:.02em; text-transform:none; margin-bottom:14px;}#footer a { text-decoration:none; transition:color .15s ease; }#footer a:hover { color:#FBDE5E; text-decoration:none; }#footer .footer__nav li { margin-bottom:6px; }#footer .footer__nav-5 .element-link { background:rgba(255,255,255,.1); border-radius:99px; padding:13px 26px; margin:7px; gap:11px;}#footer .footer__nav-5 .element-link:hover { background:#B00A6B; color:#fff; }#social_icons .element-icon.btn { background:rgba(255,255,255,.12); border-radius:50%; width:42px; height:42px; color:#fff; transition:transform .14s ease, background .14s ease;}#social_icons .element-icon.btn:hover { background:#F569C5; color:#4A0430; transform:translateY(-3px) rotate(-6deg);}.page_shop_start .page_content--product .main-title__wrap,.page_shop_start .page_content--product .carousel-block,.page_shop_start .page_content--product .product-list-grid,.page_shop_start .page_content--product .page-content__more-product-btn-wrap { width:100% !important;  max-width:1440px !important; margin-left:auto !important; margin-right:auto !important;}.page_shop_start .page_content--product .carousel-block { padding-left:24px !important; padding-right:24px !important;}.page_shop_start .page_content--product .products { --main-img-width:250px !important; --main-img-height:250px !important;}.page_shop_start .page_content--product .product__name { --max-font-size:1.0625rem !important;}.page_shop_start .page_content--product .product__price-base,.page_shop_start .page_content--product .product__price-sale { --max-font-size:22px !important;}.page_shop_start .page_content--product .product-main-btn { min-height:2.125rem !important; font-size:.9375rem !important;}@media (min-width:1260px) { .page_shop_start .page_content--product .products {  --main-img-width:280px !important;  --main-img-height:280px !important; }}.page_shop_start .page_content--product .carousel__nav { max-width:1392px !important;}.artdet .main-title, .artdet h1.main-title { color:#7E0650; font-size:clamp(26px, 3.2vw, 40px) !important; line-height:1.1;}.artdet #breadcrumb .breadcrumb,.artdet__breadcrumb-and-pagination .breadcrumb { margin-bottom:0; }.artdet__breadcrumb-and-pagination { background:#fff; border-radius:99px; padding:8px 20px; box-shadow:0 3px 0 rgba(74,4,48,.08);}.artdet__image-block { background:#fff; border-radius:32px; padding:20px; box-shadow:0 6px 0 rgba(74,4,48,.12);}.artdet .highlighted-block { border-radius:28px !important; box-shadow:0 6px 0 rgba(74,4,48,.10) !important;}.artdet .product-main-btn,.artdet .orderflow-main-btn { min-height:3rem !important; font-size:1.0625rem !important; border-radius:99px !important; box-shadow:0 5px 0 rgba(74,4,48,.25) !important; transition:transform .1s ease, box-shadow .1s ease;}.artdet .product-main-btn:active,.artdet .orderflow-main-btn:active { transform:translateY(3px); box-shadow:0 2px 0 rgba(74,4,48,.25) !important;}.artdet .page_qty_input_outer { border-radius:99px !important; }.artdet .product-function-btn + span,.artdet__functions .icon-link { font-size:.9375rem; }.artdet .main-title2,.artdet .accordion-button,#page_art_content .main-title { color:#7E0650;}.artdet .accordion-button { border-radius:16px !important; font-weight:700;}.artdet .product__params-inner:nth-child(odd),.artdet .artdet__param-row:nth-child(odd) { background:#FFF7FC; }html body .artdet #artdet__short-descrition,html body .artdet #artdet__short-descrition *,html body .artdet #page_art_content,html body .artdet #page_art_content *,html body .artdet .custom-content__content,html body .artdet .custom-content__content *,html body .artdet .html-text,html body .artdet .html-text * { font-family:'Nunito', system-ui, sans-serif !important;}html body .artdet #page_art_content h1, html body .artdet #page_art_content h2,html body .artdet #page_art_content h3, html body .artdet #page_art_content h4,html body .artdet #page_art_content h5, html body .artdet #page_art_content h6,html body .artdet .main-title, html body .artdet .main-title2 { font-family:'Baloo 2', 'Nunito', sans-serif !important;}html body #footer { background:#7E0650 !important; padding-top:44px !important; padding-bottom:20px !important; margin-top:0 !important; position:relative !important; overflow:visible !important;}html body #footer::before { content:"" !important; position:absolute !important; left:0; right:0; top:-18px; height:18px; z-index:3; pointer-events:none; background:radial-gradient(circle at 50% 100%, #7E0650 18px, rgba(0,0,0,0) 19px) 0 0/36px 18px repeat-x !important;}html body #footer .footer__header { font-family:'Baloo 2', sans-serif !important; color:#FBDE5E !important; font-size:18px !important; font-weight:700 !important; letter-spacing:0 !important; text-transform:none !important; margin-bottom:16px !important; opacity:1 !important;}html body #footer,html body #footer a { color:#FFE8F5 !important; }html body #footer a { text-decoration:none !important; }html body #footer a:hover { color:#FBDE5E !important; }html body #footer li { margin-bottom:8px !important; }html body #footer .footer-main-grid { padding-bottom:8px !important; }html body #footer .footer__nav-5 .element-link { background:rgba(255,255,255,.1) !important; border-radius:99px !important; padding:13px 26px !important; margin:7px !important; gap:11px !important; line-height:1.3 !important;  display:inline-flex !important; align-items:center !important; justify-content:center !important; text-indent:0 !important; vertical-align:middle !important;}html body #footer .footer__nav-5 .element-link .icon-set,html body #footer .footer__nav-5 .element-link span { margin:0 !important; text-indent:0 !important;}html body #footer .footer__nav-5 .element-link .icon-set { font-size:1.05em !important; opacity:.85 !important;}html body #footer .footer__nav-5 .element-link:hover { background:#F569C5 !important; color:#4A0430 !important;}html body #social_icons .element-icon.btn { background:rgba(255,255,255,.12) !important; border-radius:50% !important; width:44px !important; height:44px !important; min-width:44px !important; min-height:44px !important; flex:0 0 44px !important; aspect-ratio:1 / 1 !important; padding:0 !important; display:inline-flex !important; align-items:center !important; justify-content:center !important; color:#fff !important; transition:transform .14s ease, background .14s ease !important;}html body #social_icons .element-icon.btn .icon-set { font-size:18px !important; margin:0 !important;}html body #social_icons .element-icon.btn:hover { background:#F569C5 !important; color:#4A0430 !important; transform:translateY(-3px) rotate(-6deg) !important;}html body .artdet .artdet__countdown-outer { background:#FFF3C4 !important; border:0 !important; border-radius:20px !important; padding:14px 18px !important; box-shadow:0 3px 0 rgba(74, 4, 48, .10) !important;}html body .artdet .artdet__discount-saving { display:flex !important; align-items:baseline !important; gap:8px !important; flex-wrap:wrap !important; margin-bottom:4px !important;}html body .artdet .artdet__discount-saving__title { color:#7E0650 !important; font-weight:600 !important; font-size:.9375rem !important;}html body .artdet .artdet__discount-saving__value { font-family:'Baloo 2', sans-serif !important; color:#B00A6B !important; font-size:1.375rem !important; font-weight:700 !important; line-height:1 !important;}html body .artdet .artdet__price-discount-period,html body .artdet .artdet__price-discount-period span { color:rgba(74, 4, 48, .68) !important; font-size:.8125rem !important;}html body .artdet__short-descripton-content,html body .artdet__short-descripton-content *,html body .artdet__short-description-content,html body .artdet__short-description-content *,html body .product__description-short,html body .product__description-short * { font-family:'Nunito', system-ui, sans-serif !important; color:#4A0430 !important;}html body .artdet__short-descripton-content,html body .artdet__short-description-content { font-size:1.0625rem !important; line-height:1.7 !important;}html body .artdet__short-descripton-content p,html body .artdet__short-description-content p { text-align:left !important; margin-bottom:1em !important;}html body .price-gross,html body .price-net,html body .price-currency,html body .price-gross-format,html body .price-net-format,html body .price-value,html body .product-price--base,html body .product-price--sale,html body .product-price--gift,html body .product__price-base,html body .product__price-sale,html body .artdet__discount-saving__value,html body .cart-item__price,html body .cart__total-value { font-family:'Baloo 2', 'Nunito', sans-serif !important; font-weight:700 !important;}html body .product-price--unit-price,html body .product-price--unit,html body .product__price-unit,html body .product-price--unit-price * { font-family:'Nunito', system-ui, sans-serif !important; font-weight:600 !important;}html body .artdet .product-price--sale { letter-spacing:-.01em !important; }html body .header__inner { padding-bottom:0 !important; }html body .artdet .highlighted-block:has(.product-main-btn) { background-color:#D6F7F8 !important; background-image:radial-gradient(circle at 50% 100%, #FFF7FC 13px, rgba(0,0,0,0) 14px) !important; background-size:26px 13px !important; background-repeat:repeat-x !important; background-position:bottom left !important; border:0 !important; border-radius:28px 28px 0 0 !important; padding:24px 22px 38px !important; position:relative !important; box-shadow:none !important;}html body .artdet .highlighted-block:has(.product-main-btn) .artdet__countdown-outer { background:#FBDE5E !important; margin-bottom:16px !important;}html body .artdet .highlighted-block:has(.product-main-btn) .product-price--sale,html body .artdet .highlighted-block:has(.product-main-btn) .product-price--sale .price-gross { font-size:2.25rem !important; line-height:1.05 !important;}html body .artdet .highlighted-block:has(.product-main-btn) .product-price--unit-price { margin-bottom:6px !important;}html body .artdet .highlighted-block:has(.product-main-btn) .artdet__cart-row,html body .artdet .highlighted-block:has(.product-main-btn) .artdet__main-btn-wrap { background:#fff !important; border-radius:99px !important; padding:8px !important; margin-top:16px !important;}html body .artdet .highlighted-block:has(.product-main-btn) .page_qty_input_outer { background:#FFF7FC !important; border-color:#EBBFD9 !important;}html body .artdet .highlighted-block:has(.product-main-btn) .product-price--base,html body .artdet .highlighted-block:has(.product-main-btn) .product-price--base .price-gross,html body .artdet .highlighted-block:has(.product-main-btn) .product-price--base .price-currency { font-family:'Baloo 2', sans-serif !important; font-size:2.25rem !important; font-weight:800 !important; line-height:1.05 !important; color:#7E0650 !important; letter-spacing:-.02em !important;}html body .artdet .has-price-sale .product-price--base,html body .artdet .has-price-sale .product-price--base .price-gross,html body .artdet .has-price-sale .product-price--base .price-currency { font-family:'Nunito', system-ui, sans-serif !important; font-size:1rem !important; font-weight:600 !important; color:rgba(74, 4, 48, .55) !important; letter-spacing:0 !important;}html body .artdet .product-price--sale,html body .artdet .product-price--sale .price-gross,html body .artdet .product-price--sale .price-currency { font-family:'Baloo 2', sans-serif !important; font-size:2.25rem !important; font-weight:800 !important; line-height:1.05 !important; color:#D6003C !important; letter-spacing:-.02em !important;}html body .artdet .badge--sale,html body .artdet .product__badge-sale { background:#D6003C !important; border-color:#D6003C !important; color:#fff !important; font-family:'Baloo 2', sans-serif !important; font-size:1rem !important; font-weight:700 !important; padding:5px 12px !important; border-radius:10px !important; transform:rotate(-3deg) !important;}html body .artdet .highlighted-block:has(.product-main-btn) .artdet__prices,html body .artdet .highlighted-block:has(.product-main-btn) .product__prices { margin-bottom:14px !important;}@media (max-width:767.98px) { .page_shop_start section.page_content_item.page_content--product {  padding:28px 0 26px !important; } .page_shop_start .page_content--product .carousel-block {  padding-left:16px !important;  padding-right:16px !important; } .page_shop_start .page_content--product .products {  --main-img-width:210px !important;  --main-img-height:210px !important; } .page_shop_start .page_content--product .main-title {  font-size:24px !important;  margin-bottom:14px !important;  padding:0 16px !important;  text-wrap:balance; } .page_shop_start .page_content--product .main-title__wrap {  margin-bottom:0 !important; }  .szc-in { padding:0 16px !important; }}.page_shop_start .page_content--product .main-title:empty,.page_shop_start .page_content--product .sub-title:empty { display:none !important;}.page_shop_start .page_content--product .main-title__wrap:not(:has(.main-title:not(:empty))) { display:none !important; margin:0 !important;}@media (max-width:767.98px) { .page_shop_start section.page_content_item.page_content--product {  padding:22px 0 22px !important; } .page_shop_start .page_content--product .products {  --main-img-width:190px !important;  --main-img-height:190px !important; }  .page_shop_start .page_content--product .product__name {  --max-font-size:.9375rem !important; } .page_shop_start .page_content--product .product__price-base, .page_shop_start .page_content--product .product__price-sale {  --max-font-size:19px !important; } .page_shop_start .page_content--product .product-main-btn {  min-height:2rem !important;  font-size:.875rem !important; }  .page_shop_start .page-content__more-product-btn-wrap {  margin-top:14px !important; }}html body .nanobar { background:#74E0E5 !important; color:#4A0430 !important; font-family:'Baloo 2', 'Nunito', sans-serif !important; font-size:15px !important; font-weight:600 !important; padding:9px 16px !important; letter-spacing:.01em !important;}html body .nanobar a { color:#7E0650 !important; text-decoration:underline !important; }html body .nanobar b,html body .nanobar strong { background:#FBDE5E !important; color:#4A0430 !important; border-radius:99px !important; padding:2px 10px !important; font-weight:700 !important; display:inline-block !important; transform:rotate(-1.5deg) !important;}html body .nanobar__btn-close { background:transparent !important; color:#4A0430 !important; border-color:rgba(74, 4, 48, .35) !important; border-radius:50% !important;}html body .nanobar__btn-close:hover { background:#4A0430 !important; color:#74E0E5 !important; border-color:#4A0430 !important;}@media (max-width:575.98px) { html body .nanobar { font-size:13px !important; padding:8px 40px 8px 12px !important; }}html.page_shop_start body .page_content--product .products,html.page_shop_start body .page_content--product .carousel { justify-content:safe center !important;}@supports not (justify-content:safe center) { html.page_shop_start body .page_content--product .carousel-block.no-paging .carousel {  justify-content:center !important; }}html.page_shop_start body .page_content--product .product-list-grid .products { justify-content:safe center !important;}.navbar-nav--header > li > .nav-link::before,.nav--cat > li > .nav-link::before { display:inline-block; vertical-align:middle; flex:0 0 auto; width:1.05em; height:1.05em; margin-right:.5em; background-color:currentColor; -webkit-mask-position:center;   mask-position:center; -webkit-mask-size:contain;   mask-size:contain; -webkit-mask-repeat:no-repeat;   mask-repeat:no-repeat;}.js-nav-item-new > .nav-link::before { content:""; -webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M256%2024l46%20152%20152%2046-152%2046-46%20152-46-152L58%20222l152-46z%22%2F%3E%3Cpath%20d%3D%22M416%20320l16%2052%2052%2016-52%2016-16%2052-16-52-52-16%2052-16z%22%2F%3E%3C%2Fsvg%3E");   mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M256%2024l46%20152%20152%2046-152%2046-46%20152-46-152L58%20222l152-46z%22%2F%3E%3Cpath%20d%3D%22M416%20320l16%2052%2052%2016-52%2016-16%2052-16-52-52-16%2052-16z%22%2F%3E%3C%2Fsvg%3E");}.js-nav-item-akcio > .nav-link::before { content:""; -webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Ccircle%20cx%3D%22152%22%20cy%3D%22152%22%20r%3D%2264%22%2F%3E%3Ccircle%20cx%3D%22360%22%20cy%3D%22360%22%20r%3D%2264%22%2F%3E%3Crect%20x%3D%22228%22%20y%3D%2224%22%20width%3D%2256%22%20height%3D%22464%22%20rx%3D%2228%22%20transform%3D%22rotate%2830%20256%20256%29%22%2F%3E%3C%2Fsvg%3E");   mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Ccircle%20cx%3D%22152%22%20cy%3D%22152%22%20r%3D%2264%22%2F%3E%3Ccircle%20cx%3D%22360%22%20cy%3D%22360%22%20r%3D%2264%22%2F%3E%3Crect%20x%3D%22228%22%20y%3D%2224%22%20width%3D%2256%22%20height%3D%22464%22%20rx%3D%2228%22%20transform%3D%22rotate%2830%20256%20256%29%22%2F%3E%3C%2Fsvg%3E");}.js-nav-item-190549 > .nav-link::before { content:""; -webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cellipse%20cx%3D%22256%22%20cy%3D%22168%22%20rx%3D%22168%22%20ry%3D%2272%22%2F%3E%3Cpath%20d%3D%22M88%20168v176c0%2048%2075%2088%20168%2088s168-40%20168-88V168c0%2048-75%2088-168%2088S88%20216%2088%20168z%22%2F%3E%3C%2Fsvg%3E");   mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cellipse%20cx%3D%22256%22%20cy%3D%22168%22%20rx%3D%22168%22%20ry%3D%2272%22%2F%3E%3Cpath%20d%3D%22M88%20168v176c0%2048%2075%2088%20168%2088s168-40%20168-88V168c0%2048-75%2088-168%2088S88%20216%2088%20168z%22%2F%3E%3C%2Fsvg%3E");}.js-nav-item-544481 > .nav-link::before { content:""; -webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M72%20120h368a24%2024%200%200%201%2024%2024v40a24%2024%200%200%201-24%2024H72a24%2024%200%200%201-24-24v-40a24%2024%200%200%201%2024-24z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M88%20232h336l-26%20216a48%2048%200%200%201-48%2042H162a48%2048%200%200%201-48-42L88%20232zm100%2072a24%2024%200%201%200%200%2048%2024%2024%200%200%200%200-48zm136%200a24%2024%200%201%200%200%2048%2024%2024%200%200%200%200-48zm-68%2088a24%2024%200%201%200%200%2048%2024%2024%200%200%200%200-48z%22%2F%3E%3C%2Fsvg%3E");   mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M72%20120h368a24%2024%200%200%201%2024%2024v40a24%2024%200%200%201-24%2024H72a24%2024%200%200%201-24-24v-40a24%2024%200%200%201%2024-24z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M88%20232h336l-26%20216a48%2048%200%200%201-48%2042H162a48%2048%200%200%201-48-42L88%20232zm100%2072a24%2024%200%201%200%200%2048%2024%2024%200%200%200%200-48zm136%200a24%2024%200%201%200%200%2048%2024%2024%200%200%200%200-48zm-68%2088a24%2024%200%201%200%200%2048%2024%2024%200%200%200%200-48z%22%2F%3E%3C%2Fsvg%3E");}.js-nav-item-603203 > .nav-link::before { content:""; -webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M456%2056C232%2056%2096%20200%2096%20392c0%2018%201%2035%204%2051%20210-14%20356-178%20356-387z%22%2F%3E%3Cpath%20d%3D%22M64%20472a24%2024%200%200%201-22-34C92%20322%20178%20236%20288%20184a24%2024%200%200%201%2020%2044C210%20274%20134%20350%2090%20456a24%2024%200%200%201-26%2016z%22%2F%3E%3C%2Fsvg%3E");   mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M456%2056C232%2056%2096%20200%2096%20392c0%2018%201%2035%204%2051%20210-14%20356-178%20356-387z%22%2F%3E%3Cpath%20d%3D%22M64%20472a24%2024%200%200%201-22-34C92%20322%20178%20236%20288%20184a24%2024%200%200%201%2020%2044C210%20274%20134%20350%2090%20456a24%2024%200%200%201-26%2016z%22%2F%3E%3C%2Fsvg%3E");}.js-nav-item-192673 > .nav-link::before { content:""; -webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M152%20104h208a48%2048%200%200%201%2048%2048v208a48%2048%200%200%201-48%2048H152a48%2048%200%200%201-48-48V152a48%2048%200%200%201%2048-48zm8%2064a8%208%200%200%200-8%208v160a8%208%200%200%200%208%208h192a8%208%200%200%200%208-8V176a8%208%200%200%200-8-8H160z%22%2F%3E%3Cpath%20d%3D%22M420%2058a28%2028%200%200%201%2040%2040L98%20460a28%2028%200%200%201-40-40L420%2058z%22%2F%3E%3C%2Fsvg%3E");   mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M152%20104h208a48%2048%200%200%201%2048%2048v208a48%2048%200%200%201-48%2048H152a48%2048%200%200%201-48-48V152a48%2048%200%200%201%2048-48zm8%2064a8%208%200%200%200-8%208v160a8%208%200%200%200%208%208h192a8%208%200%200%200%208-8V176a8%208%200%200%200-8-8H160z%22%2F%3E%3Cpath%20d%3D%22M420%2058a28%2028%200%200%201%2040%2040L98%20460a28%2028%200%200%201-40-40L420%2058z%22%2F%3E%3C%2Fsvg%3E");}.js-nav-item-687451 > .nav-link::before { content:""; -webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Ccircle%20cx%3D%22150%22%20cy%3D%22150%22%20r%3D%2270%22%2F%3E%3Crect%20x%3D%22292%22%20y%3D%2280%22%20width%3D%22140%22%20height%3D%22140%22%20rx%3D%2236%22%2F%3E%3Cpath%20d%3D%22M150%20434c-54-40-72-64-72-90a42%2042%200%200%201%2072-27%2042%2042%200%200%201%2072%2027c0%2026-18%2050-72%2090z%22%2F%3E%3Crect%20x%3D%22302%22%20y%3D%22302%22%20width%3D%22120%22%20height%3D%22120%22%20rx%3D%2228%22%20transform%3D%22rotate%2845%20362%20362%29%22%2F%3E%3C%2Fsvg%3E");   mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Ccircle%20cx%3D%22150%22%20cy%3D%22150%22%20r%3D%2270%22%2F%3E%3Crect%20x%3D%22292%22%20y%3D%2280%22%20width%3D%22140%22%20height%3D%22140%22%20rx%3D%2236%22%2F%3E%3Cpath%20d%3D%22M150%20434c-54-40-72-64-72-90a42%2042%200%200%201%2072-27%2042%2042%200%200%201%2072%2027c0%2026-18%2050-72%2090z%22%2F%3E%3Crect%20x%3D%22302%22%20y%3D%22302%22%20width%3D%22120%22%20height%3D%22120%22%20rx%3D%2228%22%20transform%3D%22rotate%2845%20362%20362%29%22%2F%3E%3C%2Fsvg%3E");}.js-nav-item-495151 > .nav-link::before { content:""; -webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M56%20152h400a16%2016%200%200%201%2016%2016v64a16%2016%200%200%201-16%2016H56a16%2016%200%200%201-16-16v-64a16%2016%200%200%201%2016-16zm176%200h48v96h-48v-96z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M72%20280h368v152a40%2040%200%200%201-40%2040H112a40%2040%200%200%201-40-40V280zm160%200h48v192h-48V280z%22%2F%3E%3Cpath%20d%3D%22M256%20128c-26-56-58-80-92-72-30%207-42%2041-22%2062%2018%2019%2060%2022%20114%2010zm0%200c26-56%2058-80%2092-72%2030%207%2042%2041%2022%2062-18%2019-60%2022-114%2010z%22%2F%3E%3C%2Fsvg%3E");   mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M56%20152h400a16%2016%200%200%201%2016%2016v64a16%2016%200%200%201-16%2016H56a16%2016%200%200%201-16-16v-64a16%2016%200%200%201%2016-16zm176%200h48v96h-48v-96z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M72%20280h368v152a40%2040%200%200%201-40%2040H112a40%2040%200%200%201-40-40V280zm160%200h48v192h-48V280z%22%2F%3E%3Cpath%20d%3D%22M256%20128c-26-56-58-80-92-72-30%207-42%2041-22%2062%2018%2019%2060%2022%20114%2010zm0%200c26-56%2058-80%2092-72%2030%207%2042%2041%2022%2062-18%2019-60%2022-114%2010z%22%2F%3E%3C%2Fsvg%3E");}.js-nav-item-674101 > .nav-link::before { content:""; -webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M256%2096c115%200%20208%2072%20208%20160s-93%20160-208%20160S48%20344%2048%20256%20141%2096%20256%2096zm-186%20144a186%20186%200%200%200%200%2032h372a186%20186%200%200%200%200-32H70z%22%2F%3E%3C%2Fsvg%3E");   mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M256%2096c115%200%20208%2072%20208%20160s-93%20160-208%20160S48%20344%2048%20256%20141%2096%20256%2096zm-186%20144a186%20186%200%200%200%200%2032h372a186%20186%200%200%200%200-32H70z%22%2F%3E%3C%2Fsvg%3E");}.js-nav-item-102321 > .nav-link::before { content:""; -webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M264%2024c-10-12-30-6-32%2010-10%2088-62%20118-98%20170-28%2040-38%2082-38%20118%200%2092%2072%20166%20160%20166s160-74%20160-166c0-52-18-112-58-160-8-10-24-8-30%204-10%2022-26%2038-44%2048%204-72-8-138-20-190z%22%2F%3E%3C%2Fsvg%3E");   mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M264%2024c-10-12-30-6-32%2010-10%2088-62%20118-98%20170-28%2040-38%2082-38%20118%200%2092%2072%20166%20160%20166s160-74%20160-166c0-52-18-112-58-160-8-10-24-8-30%204-10%2022-26%2038-44%2048%204-72-8-138-20-190z%22%2F%3E%3C%2Fsvg%3E");}@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);  position:relative;  top:0 !important;  width:100% !important; }}@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:100% !important;  max-height:calc(100dvh - var(--search-input-bottom-distance) - var(--header-inner-padding-y));  background-color:#FFF7FC;  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, 247, 252, 0.5); }}.ac_results { width:auto !important; min-height:0; max-width:600px;}.ac_results.show { display:flex !important; transition:opacity 0.15s linear, display 0.15s allow-discrete, top 0.15s;}.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 var(--bs-dropdown-bg); 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:var(--bs-dropdown-bg); 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:16px; }}@media (pointer:fine) and (hover:hover) { .ac_results li:hover {  background-color:color-mix(in hsl shorter hue, var(--bg-color, #FFF7FC), currentColor 5.01%); }}.ac_results li.ac_over { background-color:color-mix(in hsl shorter hue, var(--bg-color, #FFF7FC), currentColor 5.01%);}@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 {  position:fixed;  z-index:1030;  max-height:calc(100dvh - var(--search-input-bottom-distance) - 1px - 0.5rem);  right:calc(var(--grid-gutter-width-actual) / 2);  margin-bottom:0.5rem;  padding:0.75rem;  flex-direction:column;  flex-grow:1;  top:calc(var(--search-input-bottom-distance) + 1px) !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:#FFF7FC; 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.5rem; z-index:1; width:var(--loader-width); aspect-ratio:1; background:#B00A6B; box-shadow:0 0 0 0 #B00A6B40; border-radius:50%; animation:l1 1s infinite;}@keyframes l1 { 100% {  box-shadow:0 0 0 10px #B00A6B00; }}.pswp--css_animation .pswp__preloader__donut { border-right-color:#4A0430 !important; border-top-color:#4A0430 !important;}.pswp__img { max-height:none;}.pswp__bg { background:#ffffff !important;}.pswp--fs .pswp__bg { background:white; opacity:1 !important;}.pswp__ui--idle .pswp__top-bar { opacity:1;}.pswp__caption__center { text-align:center !important; color:#4A0430 !important;}.pswp__caption, .pswp__top-bar { background-color:rgba(255, 255, 255, 0.7) !important; opacity:1 !important;}.pswp__counter { opacity:1 !important; color:#4A0430 !important; font-size:1.25rem !important;}.pswp__button { font-size:1.25rem; color:#4A0430; background-image:none !important; display:flex; align-items:center; justify-content:center;}.pswp__button .icon-set { pointer-events:none;}.pswp__button::before { content:""; display:none;}.pswp__button:focus-visible { opacity:1 !important;}.pswp__button--compress-wide, .pswp__button--magnifying-glass-minus { display:none;}.pswp.pswp--fs .pswp__button--expand-wide { display:none;}.pswp.pswp--fs .pswp__button--compress-wide { display:initial;}.pswp.pswp--zoomed-in .pswp__button--magnifying-glass-plus { display:none;}.pswp.pswp--zoomed-in .pswp__button--magnifying-glass-minus { display:initial;}.pswp__img--placeholder--blank { background-color:#ffffff !important;}