.product-card{background-color:#f0f6fa;border-radius:4px;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:space-between;padding:20px;position:relative;-webkit-text-decoration:none!important;text-decoration:none!important}.product-card p{margin:0}.product-card .meta{display:flex;flex-direction:column;height:38%;justify-content:space-between;padding:10px 0}.product-card .product-card-image{height:200px;overflow:hidden;position:relative;text-align:center}.product-card .product-card-image img{height:190px;mix-blend-mode:multiply;-o-object-fit:contain;object-fit:contain}.product-card .product-card-image .splash-grid{align-items:flex-start;display:flex;flex-direction:column;gap:6px;left:0;position:absolute;top:0;width:100%}.product-card .product-card-image .splash-grid-label{border-radius:4px;font-size:12px;font-weight:700;max-width:100%;overflow:hidden;padding:2px 6px;text-overflow:ellipsis;white-space:nowrap;z-index:1}.product-card .product-card-image .splash-grid-label,.product-card .product-name{font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.product-card .product-name{color:#282729;font-size:14px;font-stretch:condensed;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.29}.product-card .product-pricing>div{align-items:center;display:flex;gap:10px;justify-content:flex-start}.product-card .product-pricing>div .product-savings{background-color:#ff8080;border-radius:13px;color:#282729;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1;padding:4px 8px}.product-card .product-pricing .product-price{align-items:baseline;margin:0}.product-card .product-pricing .product-price,.product-card .product-pricing .product-price .discount-price{color:#282729;display:flex;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:24px;font-stretch:condensed;font-style:normal;font-weight:700;letter-spacing:-.5px;line-height:1}.product-card .product-pricing .product-price .discount-price{align-items:center}.product-card .product-pricing .product-price .discount-price .save-amount{background:#ff8080;border-radius:18px;color:#282729;font-size:18px;font-weight:700;padding:4px 12px}.product-card .product-pricing .product-price .campaign{align-items:center;background:#ff8080;border-radius:100%;color:#282729;display:flex;font-size:18px;font-stretch:condensed;height:55px;justify-content:center;letter-spacing:-.5px;position:absolute;right:16px;text-align:center;top:16px;width:55px}.product-card .product-pricing .normal-price,.product-card .product-pricing .product-price .campaign{font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:700;line-height:1}.product-card .product-pricing .normal-price{color:#888;font-size:15px;font-stretch:normal;letter-spacing:normal;margin:0}.product-card .product-rating{align-items:center;display:flex;gap:10px;padding-bottom:10px}.product-card .product-rating .rating-score{color:#282729;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1}.product-card .campaign,.product-card .product-discount{align-items:center;background:#ff8080;border-radius:100%;display:flex;font-size:18px;font-stretch:condensed;height:55px;justify-content:center;letter-spacing:-.5px;text-align:center;width:55px;z-index:2}.product-card .campaign,.product-card .new-product,.product-card .product-discount{color:#282729;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:700;line-height:1;position:absolute;right:16px;top:16px}.product-card .new-product{background:#ebbcfe;border-radius:13px;font-size:12px;font-stretch:normal;letter-spacing:normal;padding:4px}.product-card .stock-status-text{color:#282729;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1}.product-card .stock-check{align-items:center;display:flex;gap:5px;justify-content:flex-end}.product-card .stock-check .fa-check,.product-card .stock-check .fa-times{background-color:#49ad53;border-radius:100%;color:#fff;font-weight:700;padding:3px}.product-card .stock-check .fa-times{background:#e94a4a;padding:2px 4px}.product-card .stock-check span{color:#282729;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1;text-transform:none}.product-card .add-to-cart{flex:1;padding-top:10px}.product-card .add-to-cart button{background-color:#272627;border:none;border-radius:4px;color:#fff;display:block;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-stretch:condensed;font-style:normal;font-weight:700;letter-spacing:-.25px;line-height:1;padding:13px 8px;text-align:center;text-transform:uppercase;white-space:nowrap;width:100%}.product-card .add-to-cart button.notifyable{background-color:#f0f6fa;border:1px solid #282729;color:#282729}.product-card .add-to-cart button:disabled{opacity:.5}@media(max-width:576px){.product-card{gap:6px}.product-card .meta{height:100%;padding:0;width:calc(100% - 104px)}.product-card .details-wrapper{display:flex}.product-card .product-name{font-size:15px}.product-card .product-card-image{display:flex;flex-direction:column;height:144px;padding:0 10px 0 0;width:148px}.product-card .product-card-image img{height:144px;width:100%}.product-card .product-pricing .product-price{font-size:34px;margin-bottom:6px}.product-card .product-pricing .product-price .campaign{height:40px;left:100px;width:40px}.product-card .price-rating{display:flex;flex-direction:column}.product-card .price-rating .product-rating{order:2}.product-card .price-rating .product-pricing{order:1}.product-card .stock-and-atc{align-items:center;display:flex;gap:20px;justify-content:space-between}.product-card .stock-and-atc .add-to-cart{padding-top:0}.product-card .new-product{left:60px;width:55px}.product-card .product-discount{height:40px;left:60px;width:40px}}.christmas{background:#af020b;background-image:url(/_nuxt/img/calendar_footer.6f49e0b.webp);background-position-y:bottom;background-repeat:no-repeat;border:1px solid #eee;border-radius:10px;padding:2rem 3rem 190px}.christmas .snow{background:#fff;border-radius:50%;height:10px;pointer-events:none;position:absolute;width:10px;z-index:11}.christmas .snow:first-child{animation:fall-1 17s linear -9s infinite;opacity:.2494;transform:translate(64.5661vw,-10px) scale(.4206)}@keyframes fall-1{47.825%{transform:translate(65.7735vw,47.825vh) scale(.4206)}to{transform:translate(65.1698vw,100vh) scale(.4206)}}.christmas .snow:nth-child(2){animation:fall-2 29s linear -7s infinite;opacity:.7893;transform:translate(60.9332vw,-10px) scale(.1048)}@keyframes fall-2{70.653%{transform:translate(60.9186vw,70.653vh) scale(.1048)}to{transform:translate(60.9259vw,100vh) scale(.1048)}}.christmas .snow:nth-child(3){animation:fall-3 24s linear -30s infinite;opacity:.2197;transform:translate(58.9209vw,-10px) scale(.3203)}@keyframes fall-3{33.358%{transform:translate(60.1671vw,33.358vh) scale(.3203)}to{transform:translate(59.544vw,100vh) scale(.3203)}}.christmas .snow:nth-child(4){animation:fall-4 15s linear -28s infinite;opacity:.3183;transform:translate(92.4631vw,-10px) scale(.7954)}@keyframes fall-4{63.546%{transform:translate(101.3102vw,63.546vh) scale(.7954)}to{transform:translate(96.88665vw,100vh) scale(.7954)}}.christmas .snow:nth-child(5){animation:fall-5 29s linear -7s infinite;opacity:.5241;transform:translate(66.5871vw,-10px) scale(.7487)}@keyframes fall-5{65.85%{transform:translate(72.312vw,65.85vh) scale(.7487)}to{transform:translate(69.44955vw,100vh) scale(.7487)}}.christmas .snow:nth-child(6){animation:fall-6 21s linear -8s infinite;opacity:.7849;transform:translate(97.0905vw,-10px) scale(.3172)}@keyframes fall-6{58.893%{transform:translate(90.9092vw,58.893vh) scale(.3172)}to{transform:translate(93.99985vw,100vh) scale(.3172)}}.christmas .snow:nth-child(7){animation:fall-7 16s linear -30s infinite;opacity:.4822;transform:translate(9.1423vw,-10px) scale(.1642)}@keyframes fall-7{60.427%{transform:translate(5.6323vw,60.427vh) scale(.1642)}to{transform:translate(7.3873vw,100vh) scale(.1642)}}.christmas .snow:nth-child(8){animation:fall-8 16s linear -12s infinite;opacity:.0996;transform:translate(23.7414vw,-10px) scale(.555)}@keyframes fall-8{53.141%{transform:translate(26.2301vw,53.141vh) scale(.555)}to{transform:translate(24.98575vw,100vh) scale(.555)}}.christmas .snow:nth-child(9){animation:fall-9 25s linear -25s infinite;opacity:.5046;transform:translate(92.6423vw,-10px) scale(.3792)}@keyframes fall-9{40.534%{transform:translate(96.1057vw,40.534vh) scale(.3792)}to{transform:translate(94.374vw,100vh) scale(.3792)}}.christmas .snow:nth-child(10){animation:fall-10 21s linear -3s infinite;opacity:.4952;transform:translate(73.3471vw,-10px) scale(.2457)}@keyframes fall-10{75.404%{transform:translate(81.9357vw,75.404vh) scale(.2457)}to{transform:translate(77.6414vw,100vh) scale(.2457)}}.christmas .snow:nth-child(11){animation:fall-11 25s linear -12s infinite;opacity:.7584;transform:translate(37.7223vw,-10px) scale(.5698)}@keyframes fall-11{46.679%{transform:translate(44.3122vw,46.679vh) scale(.5698)}to{transform:translate(41.01725vw,100vh) scale(.5698)}}.christmas .snow:nth-child(12){animation:fall-12 11s linear -10s infinite;opacity:.1638;transform:translate(46.9866vw,-10px) scale(.065)}@keyframes fall-12{58.896%{transform:translate(39.9315vw,58.896vh) scale(.065)}to{transform:translate(43.45905vw,100vh) scale(.065)}}.christmas .snow:nth-child(13){animation:fall-13 29s linear -14s infinite;opacity:.058;transform:translate(74.7419vw,-10px) scale(.2171)}@keyframes fall-13{66.585%{transform:translate(64.8796vw,66.585vh) scale(.2171)}to{transform:translate(69.81075vw,100vh) scale(.2171)}}.christmas .snow:nth-child(14){animation:fall-14 28s linear -7s infinite;opacity:.6893;transform:translate(86.0136vw,-10px) scale(.2796)}@keyframes fall-14{43.024%{transform:translate(83.3389vw,43.024vh) scale(.2796)}to{transform:translate(84.67625vw,100vh) scale(.2796)}}.christmas .snow:nth-child(15){animation:fall-15 15s linear -5s infinite;opacity:.6716;transform:translate(40.1237vw,-10px) scale(.5633)}@keyframes fall-15{72.9%{transform:translate(49.1871vw,72.9vh) scale(.5633)}to{transform:translate(44.6554vw,100vh) scale(.5633)}}.christmas .snow:nth-child(16){animation:fall-16 27s linear -30s infinite;opacity:.3944;transform:translate(58.514vw,-10px) scale(.0382)}@keyframes fall-16{62.476%{transform:translate(66.9557vw,62.476vh) scale(.0382)}to{transform:translate(62.73485vw,100vh) scale(.0382)}}.christmas .snow:nth-child(17){animation:fall-17 25s linear -1s infinite;opacity:.7895;transform:translate(29.8135vw,-10px) scale(.9116)}@keyframes fall-17{35.564%{transform:translate(22.7886vw,35.564vh) scale(.9116)}to{transform:translate(26.30105vw,100vh) scale(.9116)}}.christmas .snow:nth-child(18){animation:fall-18 13s linear -30s infinite;opacity:.1794;transform:translate(88.3307vw,-10px) scale(.2084)}@keyframes fall-18{45.817%{transform:translate(86.343vw,45.817vh) scale(.2084)}to{transform:translate(87.33685vw,100vh) scale(.2084)}}.christmas .snow:nth-child(19){animation:fall-19 26s linear -18s infinite;opacity:.4801;transform:translate(29.9258vw,-10px) scale(.9638)}@keyframes fall-19{42.131%{transform:translate(36.2129vw,42.131vh) scale(.9638)}to{transform:translate(33.06935vw,100vh) scale(.9638)}}.christmas .snow:nth-child(20){animation:fall-20 20s linear -17s infinite;opacity:.8981;transform:translate(54.7665vw,-10px) scale(.5499)}@keyframes fall-20{58.221%{transform:translate(53.7269vw,58.221vh) scale(.5499)}to{transform:translate(54.2467vw,100vh) scale(.5499)}}.christmas .snow:nth-child(21){animation:fall-21 18s linear -26s infinite;opacity:.0202;transform:translate(19.2804vw,-10px) scale(.9049)}@keyframes fall-21{31.623%{transform:translate(15.1808vw,31.623vh) scale(.9049)}to{transform:translate(17.2306vw,100vh) scale(.9049)}}.christmas .snow:nth-child(22){animation:fall-22 10s linear -4s infinite;opacity:.0645;transform:translate(61.2727vw,-10px) scale(.9832)}@keyframes fall-22{65.583%{transform:translate(71.0077vw,65.583vh) scale(.9832)}to{transform:translate(66.1402vw,100vh) scale(.9832)}}.christmas .snow:nth-child(23){animation:fall-23 16s linear -11s infinite;opacity:.24;transform:translate(6.49vw,-10px) scale(.3364)}@keyframes fall-23{31.243%{transform:translate(5.8513vw,31.243vh) scale(.3364)}to{transform:translate(6.17065vw,100vh) scale(.3364)}}.christmas .snow:nth-child(24){animation:fall-24 21s linear -16s infinite;opacity:.6705;transform:translate(69.4782vw,-10px) scale(.0655)}@keyframes fall-24{48.26%{transform:translate(70.0988vw,48.26vh) scale(.0655)}to{transform:translate(69.7885vw,100vh) scale(.0655)}}.christmas .snow:nth-child(25){animation:fall-25 22s linear -4s infinite;opacity:.0505;transform:translate(41.685vw,-10px) scale(.4382)}@keyframes fall-25{71.685%{transform:translate(31.6887vw,71.685vh) scale(.4382)}to{transform:translate(36.68685vw,100vh) scale(.4382)}}.christmas .snow:nth-child(26){animation:fall-26 30s linear -16s infinite;opacity:.101;transform:translate(72.9342vw,-10px) scale(.1826)}@keyframes fall-26{37.795%{transform:translate(68.8358vw,37.795vh) scale(.1826)}to{transform:translate(70.885vw,100vh) scale(.1826)}}.christmas .snow:nth-child(27){animation:fall-27 23s linear -9s infinite;opacity:.0058;transform:translate(17.438vw,-10px) scale(.7284)}@keyframes fall-27{57.541%{transform:translate(25.528vw,57.541vh) scale(.7284)}to{transform:translate(21.483vw,100vh) scale(.7284)}}.christmas .snow:nth-child(28){animation:fall-28 15s linear -22s infinite;opacity:.0078;transform:translate(33.6484vw,-10px) scale(.1531)}@keyframes fall-28{66.19%{transform:translate(36.0726vw,66.19vh) scale(.1531)}to{transform:translate(34.8605vw,100vh) scale(.1531)}}.christmas .snow:nth-child(29){animation:fall-29 21s linear -22s infinite;opacity:.9657;transform:translate(33.5524vw,-10px) scale(.395)}@keyframes fall-29{38.577%{transform:translate(33.1085vw,38.577vh) scale(.395)}to{transform:translate(33.33045vw,100vh) scale(.395)}}.christmas .snow:nth-child(30){animation:fall-30 15s linear -6s infinite;opacity:.5489;transform:translate(39.7661vw,-10px) scale(.8104)}@keyframes fall-30{63.433%{transform:translate(43.2207vw,63.433vh) scale(.8104)}to{transform:translate(41.4934vw,100vh) scale(.8104)}}.christmas .snow:nth-child(31){animation:fall-31 19s linear -18s infinite;opacity:.144;transform:translate(80.5461vw,-10px) scale(.0779)}@keyframes fall-31{50.339%{transform:translate(74.9677vw,50.339vh) scale(.0779)}to{transform:translate(77.7569vw,100vh) scale(.0779)}}.christmas .snow:nth-child(32){animation:fall-32 19s linear -26s infinite;opacity:.6281;transform:translate(42.3662vw,-10px) scale(.5954)}@keyframes fall-32{59.757%{transform:translate(37.9476vw,59.757vh) scale(.5954)}to{transform:translate(40.1569vw,100vh) scale(.5954)}}.christmas .snow:nth-child(33){animation:fall-33 22s linear -27s infinite;opacity:.932;transform:translate(57.1389vw,-10px) scale(.3826)}@keyframes fall-33{48.104%{transform:translate(56.3454vw,48.104vh) scale(.3826)}to{transform:translate(56.74215vw,100vh) scale(.3826)}}.christmas .snow:nth-child(34){animation:fall-34 12s linear -17s infinite;opacity:.2762;transform:translate(42.3247vw,-10px) scale(.1651)}@keyframes fall-34{47.857%{transform:translate(44.5223vw,47.857vh) scale(.1651)}to{transform:translate(43.4235vw,100vh) scale(.1651)}}.christmas .snow:nth-child(35){animation:fall-35 11s linear -17s infinite;opacity:.9883;transform:translate(43.6369vw,-10px) scale(.1812)}@keyframes fall-35{58.601%{transform:translate(46.0316vw,58.601vh) scale(.1812)}to{transform:translate(44.83425vw,100vh) scale(.1812)}}.christmas .snow:nth-child(36){animation:fall-36 22s linear -29s infinite;opacity:.8802;transform:translate(33.9788vw,-10px) scale(.6089)}@keyframes fall-36{55.928%{transform:translate(34.8367vw,55.928vh) scale(.6089)}to{transform:translate(34.40775vw,100vh) scale(.6089)}}.christmas .snow:nth-child(37){animation:fall-37 23s linear -27s infinite;opacity:.6137;transform:translate(27.7689vw,-10px) scale(.2283)}@keyframes fall-37{62.633%{transform:translate(24.4682vw,62.633vh) scale(.2283)}to{transform:translate(26.11855vw,100vh) scale(.2283)}}.christmas .snow:nth-child(38){animation:fall-38 11s linear -27s infinite;opacity:.9005;transform:translate(31.3463vw,-10px) scale(.0834)}@keyframes fall-38{75.169%{transform:translate(38.3123vw,75.169vh) scale(.0834)}to{transform:translate(34.8293vw,100vh) scale(.0834)}}.christmas .snow:nth-child(39){animation:fall-39 21s linear -24s infinite;opacity:.5732;transform:translate(74.3825vw,-10px) scale(.4673)}@keyframes fall-39{45.373%{transform:translate(75.7325vw,45.373vh) scale(.4673)}to{transform:translate(75.0575vw,100vh) scale(.4673)}}.christmas .snow:nth-child(40){animation:fall-40 17s linear -6s infinite;opacity:.3613;transform:translate(97.4242vw,-10px) scale(.9645)}@keyframes fall-40{41.57%{transform:translate(88.295vw,41.57vh) scale(.9645)}to{transform:translate(92.8596vw,100vh) scale(.9645)}}.christmas .snow:nth-child(41){animation:fall-41 18s linear -18s infinite;opacity:.3376;transform:translate(69.2754vw,-10px) scale(.2331)}@keyframes fall-41{30.754%{transform:translate(69.3593vw,30.754vh) scale(.2331)}to{transform:translate(69.31735vw,100vh) scale(.2331)}}.christmas .snow:nth-child(42){animation:fall-42 10s linear -15s infinite;opacity:.5922;transform:translate(36.2379vw,-10px) scale(.0652)}@keyframes fall-42{74.388%{transform:translate(31.5289vw,74.388vh) scale(.0652)}to{transform:translate(33.8834vw,100vh) scale(.0652)}}.christmas .snow:nth-child(43){animation:fall-43 30s linear -23s infinite;opacity:.3333;transform:translate(75.2033vw,-10px) scale(.7156)}@keyframes fall-43{36.164%{transform:translate(74.7318vw,36.164vh) scale(.7156)}to{transform:translate(74.96755vw,100vh) scale(.7156)}}.christmas .snow:nth-child(44){animation:fall-44 30s linear -29s infinite;opacity:.1151;transform:translate(26.2583vw,-10px) scale(.9638)}@keyframes fall-44{64.779%{transform:translate(31.3214vw,64.779vh) scale(.9638)}to{transform:translate(28.78985vw,100vh) scale(.9638)}}.christmas .snow:nth-child(45){animation:fall-45 27s linear -13s infinite;opacity:.5836;transform:translate(98.9851vw,-10px) scale(.1941)}@keyframes fall-45{40.745%{transform:translate(101.8861vw,40.745vh) scale(.1941)}to{transform:translate(100.4356vw,100vh) scale(.1941)}}.christmas .snow:nth-child(46){animation:fall-46 19s linear -9s infinite;opacity:.3495;transform:translate(29.7259vw,-10px) scale(.3792)}@keyframes fall-46{64.945%{transform:translate(35.3644vw,64.945vh) scale(.3792)}to{transform:translate(32.54515vw,100vh) scale(.3792)}}.christmas .snow:nth-child(47){animation:fall-47 24s linear -1s infinite;opacity:.8496;transform:translate(28.6387vw,-10px) scale(.6466)}@keyframes fall-47{51.858%{transform:translate(32.9045vw,51.858vh) scale(.6466)}to{transform:translate(30.7716vw,100vh) scale(.6466)}}.christmas .snow:nth-child(48){animation:fall-48 19s linear -23s infinite;opacity:.5112;transform:translate(79.6193vw,-10px) scale(.4211)}@keyframes fall-48{41.407%{transform:translate(83.8006vw,41.407vh) scale(.4211)}to{transform:translate(81.70995vw,100vh) scale(.4211)}}.christmas .snow:nth-child(49){animation:fall-49 24s linear -16s infinite;opacity:.1411;transform:translate(52.7082vw,-10px) scale(.9483)}@keyframes fall-49{34.309%{transform:translate(57.5267vw,34.309vh) scale(.9483)}to{transform:translate(55.11745vw,100vh) scale(.9483)}}.christmas .snow:nth-child(50){animation:fall-50 30s linear -24s infinite;opacity:.5873;transform:translate(43.2107vw,-10px) scale(.7229)}@keyframes fall-50{39.948%{transform:translate(36.3301vw,39.948vh) scale(.7229)}to{transform:translate(39.7704vw,100vh) scale(.7229)}}.christmas .snow:nth-child(51){animation:fall-51 15s linear -29s infinite;opacity:.4853;transform:translate(89.8511vw,-10px) scale(.5567)}@keyframes fall-51{58.396%{transform:translate(88.5801vw,58.396vh) scale(.5567)}to{transform:translate(89.2156vw,100vh) scale(.5567)}}.christmas .snow:nth-child(52){animation:fall-52 11s linear -25s infinite;opacity:.3852;transform:translate(89.0618vw,-10px) scale(.7851)}@keyframes fall-52{47.506%{transform:translate(94.3827vw,47.506vh) scale(.7851)}to{transform:translate(91.72225vw,100vh) scale(.7851)}}.christmas .snow:nth-child(53){animation:fall-53 20s linear -22s infinite;opacity:.3962;transform:translate(63.617vw,-10px) scale(.1756)}@keyframes fall-53{74.832%{transform:translate(63.8694vw,74.832vh) scale(.1756)}to{transform:translate(63.7432vw,100vh) scale(.1756)}}.christmas .snow:nth-child(54){animation:fall-54 22s linear -6s infinite;opacity:.616;transform:translate(98.4704vw,-10px) scale(.1961)}@keyframes fall-54{52.083%{transform:translate(108.0421vw,52.083vh) scale(.1961)}to{transform:translate(103.25625vw,100vh) scale(.1961)}}.christmas .snow:nth-child(55){animation:fall-55 10s linear -19s infinite;opacity:.4011;transform:translate(55.475vw,-10px) scale(.4371)}@keyframes fall-55{56.767%{transform:translate(60.66vw,56.767vh) scale(.4371)}to{transform:translate(58.0675vw,100vh) scale(.4371)}}.christmas .snow:nth-child(56){animation:fall-56 11s linear -30s infinite;opacity:.5177;transform:translate(42.9342vw,-10px) scale(.7074)}@keyframes fall-56{56.437%{transform:translate(43.2836vw,56.437vh) scale(.7074)}to{transform:translate(43.1089vw,100vh) scale(.7074)}}.christmas .snow:nth-child(57){animation:fall-57 15s linear -18s infinite;opacity:.9228;transform:translate(56.9665vw,-10px) scale(.1101)}@keyframes fall-57{33.588%{transform:translate(59.6669vw,33.588vh) scale(.1101)}to{transform:translate(58.3167vw,100vh) scale(.1101)}}.christmas .snow:nth-child(58){animation:fall-58 25s linear -3s infinite;opacity:.6295;transform:translate(23.6358vw,-10px) scale(.5022)}@keyframes fall-58{62.943%{transform:translate(14.2159vw,62.943vh) scale(.5022)}to{transform:translate(18.92585vw,100vh) scale(.5022)}}.christmas .snow:nth-child(59){animation:fall-59 28s linear -22s infinite;opacity:.9083;transform:translate(38.6411vw,-10px) scale(.8984)}@keyframes fall-59{75.386%{transform:translate(28.9301vw,75.386vh) scale(.8984)}to{transform:translate(33.7856vw,100vh) scale(.8984)}}.christmas .snow:nth-child(60){animation:fall-60 23s linear -14s infinite;opacity:.6067;transform:translate(43.2942vw,-10px) scale(.4791)}@keyframes fall-60{68.778%{transform:translate(45.722vw,68.778vh) scale(.4791)}to{transform:translate(44.5081vw,100vh) scale(.4791)}}.christmas .snow:nth-child(61){animation:fall-61 30s linear -18s infinite;opacity:.919;transform:translate(72.7123vw,-10px) scale(.5465)}@keyframes fall-61{47.123%{transform:translate(68.286vw,47.123vh) scale(.5465)}to{transform:translate(70.49915vw,100vh) scale(.5465)}}.christmas .snow:nth-child(62){animation:fall-62 20s linear -3s infinite;opacity:.9757;transform:translate(39.7037vw,-10px) scale(.8831)}@keyframes fall-62{54.57%{transform:translate(48.7625vw,54.57vh) scale(.8831)}to{transform:translate(44.2331vw,100vh) scale(.8831)}}.christmas .snow:nth-child(63){animation:fall-63 24s linear -26s infinite;opacity:.2895;transform:translate(45.0538vw,-10px) scale(.7645)}@keyframes fall-63{41.255%{transform:translate(53.9128vw,41.255vh) scale(.7645)}to{transform:translate(49.4833vw,100vh) scale(.7645)}}.christmas .snow:nth-child(64){animation:fall-64 20s linear -24s infinite;opacity:.3447;transform:translate(63.1913vw,-10px) scale(.9861)}@keyframes fall-64{50.283%{transform:translate(69.0134vw,50.283vh) scale(.9861)}to{transform:translate(66.10235vw,100vh) scale(.9861)}}.christmas .snow:nth-child(65){animation:fall-65 11s linear -27s infinite;opacity:.0971;transform:translate(28.1572vw,-10px) scale(.7889)}@keyframes fall-65{70.217%{transform:translate(20.7269vw,70.217vh) scale(.7889)}to{transform:translate(24.44205vw,100vh) scale(.7889)}}.christmas .snow:nth-child(66){animation:fall-66 12s linear -10s infinite;opacity:.0536;transform:translate(62.2099vw,-10px) scale(.4961)}@keyframes fall-66{63.715%{transform:translate(56.1121vw,63.715vh) scale(.4961)}to{transform:translate(59.161vw,100vh) scale(.4961)}}.christmas .snow:nth-child(67){animation:fall-67 15s linear -8s infinite;opacity:.1181;transform:translate(33.4913vw,-10px) scale(.4731)}@keyframes fall-67{70.827%{transform:translate(36.8632vw,70.827vh) scale(.4731)}to{transform:translate(35.17725vw,100vh) scale(.4731)}}.christmas .snow:nth-child(68){animation:fall-68 13s linear -27s infinite;opacity:.4738;transform:translate(43.6566vw,-10px) scale(.2994)}@keyframes fall-68{39.094%{transform:translate(35.8627vw,39.094vh) scale(.2994)}to{transform:translate(39.75965vw,100vh) scale(.2994)}}.christmas .snow:nth-child(69){animation:fall-69 12s linear -21s infinite;opacity:.7986;transform:translate(23.4143vw,-10px) scale(.3854)}@keyframes fall-69{74.663%{transform:translate(24.3087vw,74.663vh) scale(.3854)}to{transform:translate(23.8615vw,100vh) scale(.3854)}}.christmas .snow:nth-child(70){animation:fall-70 17s linear -30s infinite;opacity:.8862;transform:translate(13.9588vw,-10px) scale(.1229)}@keyframes fall-70{57.431%{transform:translate(22.2656vw,57.431vh) scale(.1229)}to{transform:translate(18.1122vw,100vh) scale(.1229)}}.christmas .snow:nth-child(71){animation:fall-71 10s linear -23s infinite;opacity:.1475;transform:translate(65.2839vw,-10px) scale(.3526)}@keyframes fall-71{38.473%{transform:translate(57.8245vw,38.473vh) scale(.3526)}to{transform:translate(61.5542vw,100vh) scale(.3526)}}.christmas .snow:nth-child(72){animation:fall-72 23s linear -9s infinite;opacity:.9865;transform:translate(8.0456vw,-10px) scale(.7647)}@keyframes fall-72{52.857%{transform:translate(4.024vw,52.857vh) scale(.7647)}to{transform:translate(6.0348vw,100vh) scale(.7647)}}.christmas .snow:nth-child(73){animation:fall-73 18s linear -16s infinite;opacity:.6808;transform:translate(28.0293vw,-10px) scale(.4729)}@keyframes fall-73{60.463%{transform:translate(19.1313vw,60.463vh) scale(.4729)}to{transform:translate(23.5803vw,100vh) scale(.4729)}}.christmas .snow:nth-child(74){animation:fall-74 30s linear -23s infinite;opacity:.7395;transform:translate(38.8749vw,-10px) scale(.4331)}@keyframes fall-74{38.791%{transform:translate(35.0784vw,38.791vh) scale(.4331)}to{transform:translate(36.97665vw,100vh) scale(.4331)}}.christmas .snow:nth-child(75){animation:fall-75 13s linear -19s infinite;opacity:.9892;transform:translate(96.7735vw,-10px) scale(.0554)}@keyframes fall-75{39.555%{transform:translate(104.9802vw,39.555vh) scale(.0554)}to{transform:translate(100.87685vw,100vh) scale(.0554)}}.christmas .snow:nth-child(76){animation:fall-76 13s linear -8s infinite;opacity:.9277;transform:translate(87.4693vw,-10px) scale(.4742)}@keyframes fall-76{31.683%{transform:translate(96.9671vw,31.683vh) scale(.4742)}to{transform:translate(92.2182vw,100vh) scale(.4742)}}.christmas .snow:nth-child(77){animation:fall-77 30s linear -7s infinite;opacity:.0751;transform:translate(81.8971vw,-10px) scale(.5002)}@keyframes fall-77{47.751%{transform:translate(81.08vw,47.751vh) scale(.5002)}to{transform:translate(81.48855vw,100vh) scale(.5002)}}.christmas .snow:nth-child(78){animation:fall-78 28s linear -1s infinite;opacity:.8425;transform:translate(52.8922vw,-10px) scale(.7882)}@keyframes fall-78{64.369%{transform:translate(43.8163vw,64.369vh) scale(.7882)}to{transform:translate(48.35425vw,100vh) scale(.7882)}}.christmas .snow:nth-child(79){animation:fall-79 30s linear -5s infinite;opacity:.1238;transform:translate(77.6655vw,-10px) scale(.9583)}@keyframes fall-79{56.822%{transform:translate(82.6848vw,56.822vh) scale(.9583)}to{transform:translate(80.17515vw,100vh) scale(.9583)}}.christmas .snow:nth-child(80){animation:fall-80 29s linear -29s infinite;opacity:.5802;transform:translate(52.848vw,-10px) scale(.6991)}@keyframes fall-80{44.76%{transform:translate(49.1189vw,44.76vh) scale(.6991)}to{transform:translate(50.98345vw,100vh) scale(.6991)}}.christmas .snow:nth-child(81){animation:fall-81 11s linear -21s infinite;opacity:.4174;transform:translate(59.3112vw,-10px) scale(.1023)}@keyframes fall-81{71.745%{transform:translate(64.2433vw,71.745vh) scale(.1023)}to{transform:translate(61.77725vw,100vh) scale(.1023)}}.christmas .snow:nth-child(82){animation:fall-82 30s linear -23s infinite;opacity:.9667;transform:translate(17.9143vw,-10px) scale(.3464)}@keyframes fall-82{46.48%{transform:translate(9.0001vw,46.48vh) scale(.3464)}to{transform:translate(13.4572vw,100vh) scale(.3464)}}.christmas .snow:nth-child(83){animation:fall-83 28s linear -19s infinite;opacity:.6894;transform:translate(37.9309vw,-10px) scale(.4697)}@keyframes fall-83{31.542%{transform:translate(46.4595vw,31.542vh) scale(.4697)}to{transform:translate(42.1952vw,100vh) scale(.4697)}}.christmas .snow:nth-child(84){animation:fall-84 10s linear -8s infinite;opacity:.6433;transform:translate(99.8693vw,-10px) scale(.8632)}@keyframes fall-84{65.645%{transform:translate(107.9227vw,65.645vh) scale(.8632)}to{transform:translate(103.896vw,100vh) scale(.8632)}}.christmas .snow:nth-child(85){animation:fall-85 21s linear -13s infinite;opacity:.8334;transform:translate(64.3271vw,-10px) scale(.8469)}@keyframes fall-85{32.394%{transform:translate(71.2397vw,32.394vh) scale(.8469)}to{transform:translate(67.7834vw,100vh) scale(.8469)}}.christmas .snow:nth-child(86){animation:fall-86 23s linear -24s infinite;opacity:.2013;transform:translate(51.5201vw,-10px) scale(.6798)}@keyframes fall-86{47.718%{transform:translate(51.6553vw,47.718vh) scale(.6798)}to{transform:translate(51.5877vw,100vh) scale(.6798)}}.christmas .snow:nth-child(87){animation:fall-87 17s linear -6s infinite;opacity:.4873;transform:translate(7.4255vw,-10px) scale(.6653)}@keyframes fall-87{38.629%{transform:translate(4.5118vw,38.629vh) scale(.6653)}to{transform:translate(5.96865vw,100vh) scale(.6653)}}.christmas .snow:nth-child(88){animation:fall-88 16s linear -26s infinite;opacity:.3393;transform:translate(86.7389vw,-10px) scale(.6787)}@keyframes fall-88{39.066%{transform:translate(88.0792vw,39.066vh) scale(.6787)}to{transform:translate(87.40905vw,100vh) scale(.6787)}}.christmas .snow:nth-child(89){animation:fall-89 13s linear -5s infinite;opacity:.4439;transform:translate(70.7304vw,-10px) scale(.8498)}@keyframes fall-89{48.062%{transform:translate(70.398vw,48.062vh) scale(.8498)}to{transform:translate(70.5642vw,100vh) scale(.8498)}}.christmas .snow:nth-child(90){animation:fall-90 15s linear -27s infinite;opacity:.2563;transform:translate(57.377vw,-10px) scale(.344)}@keyframes fall-90{65.554%{transform:translate(56.8781vw,65.554vh) scale(.344)}to{transform:translate(57.12755vw,100vh) scale(.344)}}.christmas .snow:nth-child(91){animation:fall-91 11s linear -2s infinite;opacity:.4169;transform:translate(42.8277vw,-10px) scale(.7485)}@keyframes fall-91{78.28%{transform:translate(34.7347vw,78.28vh) scale(.7485)}to{transform:translate(38.7812vw,100vh) scale(.7485)}}.christmas .snow:nth-child(92){animation:fall-92 17s linear -5s infinite;opacity:.4598;transform:translate(14.1414vw,-10px) scale(.1993)}@keyframes fall-92{66.248%{transform:translate(15.6419vw,66.248vh) scale(.1993)}to{transform:translate(14.89165vw,100vh) scale(.1993)}}.christmas .snow:nth-child(93){animation:fall-93 16s linear -21s infinite;opacity:.4125;transform:translate(26.3991vw,-10px) scale(.1776)}@keyframes fall-93{33.192%{transform:translate(24.5328vw,33.192vh) scale(.1776)}to{transform:translate(25.46595vw,100vh) scale(.1776)}}.christmas .snow:nth-child(94){animation:fall-94 20s linear -10s infinite;opacity:.3957;transform:translate(88.4339vw,-10px) scale(.4341)}@keyframes fall-94{41.487%{transform:translate(81.298vw,41.487vh) scale(.4341)}to{transform:translate(84.86595vw,100vh) scale(.4341)}}.christmas .snow:nth-child(95){animation:fall-95 10s linear -1s infinite;opacity:.9278;transform:translate(58.1502vw,-10px) scale(.525)}@keyframes fall-95{73.928%{transform:translate(58.2159vw,73.928vh) scale(.525)}to{transform:translate(58.18305vw,100vh) scale(.525)}}.christmas .snow:nth-child(96){animation:fall-96 11s linear -10s infinite;opacity:.5339;transform:translate(95.314vw,-10px) scale(.8793)}@keyframes fall-96{45.83%{transform:translate(85.7127vw,45.83vh) scale(.8793)}to{transform:translate(90.51335vw,100vh) scale(.8793)}}.christmas .snow:nth-child(97){animation:fall-97 30s linear -9s infinite;opacity:.685;transform:translate(18.1057vw,-10px) scale(.7135)}@keyframes fall-97{65.724%{transform:translate(24.1891vw,65.724vh) scale(.7135)}to{transform:translate(21.1474vw,100vh) scale(.7135)}}.christmas .snow:nth-child(98){animation:fall-98 26s linear -28s infinite;opacity:.6406;transform:translate(18.3538vw,-10px) scale(.6219)}@keyframes fall-98{60.526%{transform:translate(23.1939vw,60.526vh) scale(.6219)}to{transform:translate(20.77385vw,100vh) scale(.6219)}}.christmas .snow:nth-child(99){animation:fall-99 28s linear -22s infinite;opacity:.7809;transform:translate(52.7775vw,-10px) scale(.2955)}@keyframes fall-99{44.084%{transform:translate(54.0931vw,44.084vh) scale(.2955)}to{transform:translate(53.4353vw,100vh) scale(.2955)}}.christmas .snow:nth-child(100){animation:fall-100 28s linear -14s infinite;opacity:.4413;transform:translate(76.1301vw,-10px) scale(.4645)}@keyframes fall-100{73.479%{transform:translate(82.1724vw,73.479vh) scale(.4645)}to{transform:translate(79.15125vw,100vh) scale(.4645)}}.doors{grid-gap:3rem;display:grid;grid-template-columns:repeat(4,1fr);margin:1rem 0}.doors .door{height:426px;perspective:1600px;position:relative}.doors .door .door-product{background:#fff;height:100%;left:0;position:absolute;top:0;width:100%}.doors .door .door-product img{height:100%;-o-object-fit:cover;object-fit:cover}.doors .door .door-frame{align-items:center;background-color:#af020b;background-image:url(/_nuxt/img/calendar_door.89b4852.webp);background-repeat:no-repeat;background-size:cover;border:1px dashed #fff;color:#fff;display:flex;font-size:10rem;font-weight:700;height:100%;justify-content:center;position:relative;text-align:center;transition:all .2s ease-in-out;width:100%}.doors .door .door-frame.open{border:1px dashed #fff;box-shadow:3px 3px 10px rgba(0,0,0,.5);cursor:pointer;left:0;position:absolute;top:0;transform:rotateY(-32deg);transform-origin:0 0;z-index:10}.doors .door .door-frame.open:hover{transform:rotateY(-60deg)}.doors .door.revealed .door-frame,.doors .door.revealed .door-frame:hover{transform:rotateY(-86deg)}.doors .door-1 .door-frame{background-position:100%}.doors .door-2 .door-frame{background-position:0}.doors .door-3 .door-frame{background-position:100%}.doors .door-4 .door-frame{background-position:0}.doors .door-5 .door-frame{background-position:100%}.doors .door-6 .door-frame{background-position:0}.doors .door-7 .door-frame{background-position:100%}.doors .door-8 .door-frame{background-position:0}.doors .door-9 .door-frame{background-position:100%}.doors .door-10 .door-frame{background-position:0}.doors .door-11 .door-frame{background-position:100%}.doors .door-12 .door-frame{background-position:0}.doors .door-13 .door-frame{background-position:100%}.doors .door-14 .door-frame{background-position:0}.doors .door-15 .door-frame{background-position:100%}.doors .door-16 .door-frame{background-position:0}.doors .door-17 .door-frame{background-position:100%}.doors .door-18 .door-frame{background-position:0}.doors .door-19 .door-frame{background-position:100%}.doors .door-20 .door-frame{background-position:0}.doors .door-21 .door-frame{background-position:100%}.doors .door-22 .door-frame{background-position:0}.doors .door-23 .door-frame{background-position:100%}.doors .door-24 .door-frame{background-position:0}@media(max-width:1199px){.christmas .doors{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.christmas .doors{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.christmas{padding:1rem 1rem 190px}.christmas .doors{grid-gap:2rem;grid-template-columns:repeat(1,1fr)}.christmas .doors .door{height:230px}}