.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 26s linear -16s infinite;opacity:.4781;transform:translate(23.3637vw,-10px) scale(.8437)}@keyframes fall-1{68.456%{transform:translate(18.9882vw,68.456vh) scale(.8437)}to{transform:translate(21.17595vw,100vh) scale(.8437)}}.christmas .snow:nth-child(2){animation:fall-2 24s linear -7s infinite;opacity:.1453;transform:translate(65.8087vw,-10px) scale(.4105)}@keyframes fall-2{68.749%{transform:translate(70.6636vw,68.749vh) scale(.4105)}to{transform:translate(68.23615vw,100vh) scale(.4105)}}.christmas .snow:nth-child(3){animation:fall-3 27s linear -6s infinite;opacity:.4058;transform:translate(78.6815vw,-10px) scale(.7294)}@keyframes fall-3{71.431%{transform:translate(81.7841vw,71.431vh) scale(.7294)}to{transform:translate(80.2328vw,100vh) scale(.7294)}}.christmas .snow:nth-child(4){animation:fall-4 15s linear -6s infinite;opacity:.1318;transform:translate(54.2925vw,-10px) scale(.3863)}@keyframes fall-4{41.902%{transform:translate(57.0552vw,41.902vh) scale(.3863)}to{transform:translate(55.67385vw,100vh) scale(.3863)}}.christmas .snow:nth-child(5){animation:fall-5 14s linear -11s infinite;opacity:.873;transform:translate(52.5057vw,-10px) scale(.2506)}@keyframes fall-5{69.306%{transform:translate(48.1289vw,69.306vh) scale(.2506)}to{transform:translate(50.3173vw,100vh) scale(.2506)}}.christmas .snow:nth-child(6){animation:fall-6 16s linear -21s infinite;opacity:.5619;transform:translate(86.6237vw,-10px) scale(.9965)}@keyframes fall-6{54.636%{transform:translate(87.7671vw,54.636vh) scale(.9965)}to{transform:translate(87.1954vw,100vh) scale(.9965)}}.christmas .snow:nth-child(7){animation:fall-7 15s linear -29s infinite;opacity:.8505;transform:translate(65.1571vw,-10px) scale(.9156)}@keyframes fall-7{59.529%{transform:translate(55.7628vw,59.529vh) scale(.9156)}to{transform:translate(60.45995vw,100vh) scale(.9156)}}.christmas .snow:nth-child(8){animation:fall-8 23s linear -24s infinite;opacity:.1565;transform:translate(39.8999vw,-10px) scale(.3404)}@keyframes fall-8{78.866%{transform:translate(43.2734vw,78.866vh) scale(.3404)}to{transform:translate(41.58665vw,100vh) scale(.3404)}}.christmas .snow:nth-child(9){animation:fall-9 23s linear -19s infinite;opacity:.0031;transform:translate(15.895vw,-10px) scale(.999)}@keyframes fall-9{44.363%{transform:translate(22.6528vw,44.363vh) scale(.999)}to{transform:translate(19.2739vw,100vh) scale(.999)}}.christmas .snow:nth-child(10){animation:fall-10 26s linear -25s infinite;opacity:.0468;transform:translate(45.9245vw,-10px) scale(.2772)}@keyframes fall-10{63.794%{transform:translate(44.6795vw,63.794vh) scale(.2772)}to{transform:translate(45.302vw,100vh) scale(.2772)}}.christmas .snow:nth-child(11){animation:fall-11 27s linear -7s infinite;opacity:.4288;transform:translate(38.4786vw,-10px) scale(.9158)}@keyframes fall-11{30.476%{transform:translate(41.7206vw,30.476vh) scale(.9158)}to{transform:translate(40.0996vw,100vh) scale(.9158)}}.christmas .snow:nth-child(12){animation:fall-12 19s linear -13s infinite;opacity:.4628;transform:translate(17.4053vw,-10px) scale(.2163)}@keyframes fall-12{33.451%{transform:translate(13.9975vw,33.451vh) scale(.2163)}to{transform:translate(15.7014vw,100vh) scale(.2163)}}.christmas .snow:nth-child(13){animation:fall-13 26s linear -21s infinite;opacity:.458;transform:translate(99.3162vw,-10px) scale(.5447)}@keyframes fall-13{62.527%{transform:translate(99.7574vw,62.527vh) scale(.5447)}to{transform:translate(99.5368vw,100vh) scale(.5447)}}.christmas .snow:nth-child(14){animation:fall-14 27s linear -13s infinite;opacity:.8754;transform:translate(95.8925vw,-10px) scale(.3735)}@keyframes fall-14{49.636%{transform:translate(88.6523vw,49.636vh) scale(.3735)}to{transform:translate(92.2724vw,100vh) scale(.3735)}}.christmas .snow:nth-child(15){animation:fall-15 14s linear -4s infinite;opacity:.87;transform:translate(75.6784vw,-10px) scale(.6888)}@keyframes fall-15{30.143%{transform:translate(73.0833vw,30.143vh) scale(.6888)}to{transform:translate(74.38085vw,100vh) scale(.6888)}}.christmas .snow:nth-child(16){animation:fall-16 24s linear -10s infinite;opacity:.5626;transform:translate(95.9736vw,-10px) scale(.5041)}@keyframes fall-16{68.143%{transform:translate(94.4448vw,68.143vh) scale(.5041)}to{transform:translate(95.2092vw,100vh) scale(.5041)}}.christmas .snow:nth-child(17){animation:fall-17 17s linear -18s infinite;opacity:.4228;transform:translate(69.4114vw,-10px) scale(.4373)}@keyframes fall-17{71.389%{transform:translate(75.7029vw,71.389vh) scale(.4373)}to{transform:translate(72.55715vw,100vh) scale(.4373)}}.christmas .snow:nth-child(18){animation:fall-18 16s linear -5s infinite;opacity:.0129;transform:translate(29.6606vw,-10px) scale(.2297)}@keyframes fall-18{63.731%{transform:translate(22.5093vw,63.731vh) scale(.2297)}to{transform:translate(26.08495vw,100vh) scale(.2297)}}.christmas .snow:nth-child(19){animation:fall-19 12s linear -30s infinite;opacity:.3386;transform:translate(6.1002vw,-10px) scale(.0126)}@keyframes fall-19{40.535%{transform:translate(12.2894vw,40.535vh) scale(.0126)}to{transform:translate(9.1948vw,100vh) scale(.0126)}}.christmas .snow:nth-child(20){animation:fall-20 11s linear -3s infinite;opacity:.8866;transform:translate(60.7828vw,-10px) scale(.4751)}@keyframes fall-20{68.36%{transform:translate(63.985vw,68.36vh) scale(.4751)}to{transform:translate(62.3839vw,100vh) scale(.4751)}}.christmas .snow:nth-child(21){animation:fall-21 10s linear -4s infinite;opacity:.5334;transform:translate(71.8637vw,-10px) scale(.3981)}@keyframes fall-21{52.23%{transform:translate(77.9699vw,52.23vh) scale(.3981)}to{transform:translate(74.9168vw,100vh) scale(.3981)}}.christmas .snow:nth-child(22){animation:fall-22 27s linear -30s infinite;opacity:.3396;transform:translate(92.2743vw,-10px) scale(.9023)}@keyframes fall-22{38.997%{transform:translate(86.3289vw,38.997vh) scale(.9023)}to{transform:translate(89.3016vw,100vh) scale(.9023)}}.christmas .snow:nth-child(23){animation:fall-23 12s linear -26s infinite;opacity:.7109;transform:translate(52.1174vw,-10px) scale(.3417)}@keyframes fall-23{36.296%{transform:translate(51.9086vw,36.296vh) scale(.3417)}to{transform:translate(52.013vw,100vh) scale(.3417)}}.christmas .snow:nth-child(24){animation:fall-24 14s linear -8s infinite;opacity:.2388;transform:translate(46.4788vw,-10px) scale(.3047)}@keyframes fall-24{33.271%{transform:translate(50.2694vw,33.271vh) scale(.3047)}to{transform:translate(48.3741vw,100vh) scale(.3047)}}.christmas .snow:nth-child(25){animation:fall-25 20s linear -20s infinite;opacity:.5726;transform:translate(89.7326vw,-10px) scale(.0771)}@keyframes fall-25{32.19%{transform:translate(99.5067vw,32.19vh) scale(.0771)}to{transform:translate(94.61965vw,100vh) scale(.0771)}}.christmas .snow:nth-child(26){animation:fall-26 28s linear -24s infinite;opacity:.6362;transform:translate(49.7431vw,-10px) scale(.0284)}@keyframes fall-26{55.179%{transform:translate(50.0598vw,55.179vh) scale(.0284)}to{transform:translate(49.90145vw,100vh) scale(.0284)}}.christmas .snow:nth-child(27){animation:fall-27 26s linear -18s infinite;opacity:.455;transform:translate(37.2198vw,-10px) scale(.5763)}@keyframes fall-27{78.095%{transform:translate(44.9614vw,78.095vh) scale(.5763)}to{transform:translate(41.0906vw,100vh) scale(.5763)}}.christmas .snow:nth-child(28){animation:fall-28 17s linear -23s infinite;opacity:.6008;transform:translate(87.2524vw,-10px) scale(.1364)}@keyframes fall-28{61.994%{transform:translate(95.134vw,61.994vh) scale(.1364)}to{transform:translate(91.1932vw,100vh) scale(.1364)}}.christmas .snow:nth-child(29){animation:fall-29 10s linear -9s infinite;opacity:.7709;transform:translate(25.9916vw,-10px) scale(.553)}@keyframes fall-29{60.558%{transform:translate(25.1067vw,60.558vh) scale(.553)}to{transform:translate(25.54915vw,100vh) scale(.553)}}.christmas .snow:nth-child(30){animation:fall-30 10s linear -2s infinite;opacity:.7881;transform:translate(20.4735vw,-10px) scale(.0829)}@keyframes fall-30{66.094%{transform:translate(20.7669vw,66.094vh) scale(.0829)}to{transform:translate(20.6202vw,100vh) scale(.0829)}}.christmas .snow:nth-child(31){animation:fall-31 21s linear -2s infinite;opacity:.0695;transform:translate(86.8593vw,-10px) scale(.8954)}@keyframes fall-31{53.23%{transform:translate(80.8255vw,53.23vh) scale(.8954)}to{transform:translate(83.8424vw,100vh) scale(.8954)}}.christmas .snow:nth-child(32){animation:fall-32 27s linear -20s infinite;opacity:.2965;transform:translate(89.1451vw,-10px) scale(.8206)}@keyframes fall-32{35.824%{transform:translate(79.5818vw,35.824vh) scale(.8206)}to{transform:translate(84.36345vw,100vh) scale(.8206)}}.christmas .snow:nth-child(33){animation:fall-33 21s linear -26s infinite;opacity:.8693;transform:translate(62.1277vw,-10px) scale(.6656)}@keyframes fall-33{55.099%{transform:translate(53.7059vw,55.099vh) scale(.6656)}to{transform:translate(57.9168vw,100vh) scale(.6656)}}.christmas .snow:nth-child(34){animation:fall-34 19s linear -25s infinite;opacity:.381;transform:translate(93.2451vw,-10px) scale(.3282)}@keyframes fall-34{61.29%{transform:translate(87.3473vw,61.29vh) scale(.3282)}to{transform:translate(90.2962vw,100vh) scale(.3282)}}.christmas .snow:nth-child(35){animation:fall-35 13s linear -12s infinite;opacity:.5776;transform:translate(78.403vw,-10px) scale(.5571)}@keyframes fall-35{65.814%{transform:translate(71.0869vw,65.814vh) scale(.5571)}to{transform:translate(74.74495vw,100vh) scale(.5571)}}.christmas .snow:nth-child(36){animation:fall-36 22s linear -25s infinite;opacity:.1194;transform:translate(21.9366vw,-10px) scale(.1083)}@keyframes fall-36{32.551%{transform:translate(15.1982vw,32.551vh) scale(.1083)}to{transform:translate(18.5674vw,100vh) scale(.1083)}}.christmas .snow:nth-child(37){animation:fall-37 27s linear -8s infinite;opacity:.3394;transform:translate(28.8293vw,-10px) scale(.6342)}@keyframes fall-37{72.609%{transform:translate(22.3641vw,72.609vh) scale(.6342)}to{transform:translate(25.5967vw,100vh) scale(.6342)}}.christmas .snow:nth-child(38){animation:fall-38 23s linear -14s infinite;opacity:.8601;transform:translate(16.5011vw,-10px) scale(.6308)}@keyframes fall-38{36.595%{transform:translate(25.0569vw,36.595vh) scale(.6308)}to{transform:translate(20.779vw,100vh) scale(.6308)}}.christmas .snow:nth-child(39){animation:fall-39 16s linear -25s infinite;opacity:.2098;transform:translate(38.4986vw,-10px) scale(.1318)}@keyframes fall-39{79.13%{transform:translate(39.8392vw,79.13vh) scale(.1318)}to{transform:translate(39.1689vw,100vh) scale(.1318)}}.christmas .snow:nth-child(40){animation:fall-40 26s linear -7s infinite;opacity:.7576;transform:translate(80.0632vw,-10px) scale(.535)}@keyframes fall-40{58.213%{transform:translate(79.4914vw,58.213vh) scale(.535)}to{transform:translate(79.7773vw,100vh) scale(.535)}}.christmas .snow:nth-child(41){animation:fall-41 26s linear -18s infinite;opacity:.4781;transform:translate(59.5764vw,-10px) scale(.4553)}@keyframes fall-41{48.196%{transform:translate(61.7908vw,48.196vh) scale(.4553)}to{transform:translate(60.6836vw,100vh) scale(.4553)}}.christmas .snow:nth-child(42){animation:fall-42 30s linear -26s infinite;opacity:.2976;transform:translate(87.3383vw,-10px) scale(.3016)}@keyframes fall-42{38.127%{transform:translate(91.4726vw,38.127vh) scale(.3016)}to{transform:translate(89.40545vw,100vh) scale(.3016)}}.christmas .snow:nth-child(43){animation:fall-43 15s linear -19s infinite;opacity:.9026;transform:translate(94.3928vw,-10px) scale(.5017)}@keyframes fall-43{61.041%{transform:translate(103.6919vw,61.041vh) scale(.5017)}to{transform:translate(99.04235vw,100vh) scale(.5017)}}.christmas .snow:nth-child(44){animation:fall-44 15s linear -4s infinite;opacity:.1608;transform:translate(12.8331vw,-10px) scale(.8901)}@keyframes fall-44{76.739%{transform:translate(12.4255vw,76.739vh) scale(.8901)}to{transform:translate(12.6293vw,100vh) scale(.8901)}}.christmas .snow:nth-child(45){animation:fall-45 14s linear -29s infinite;opacity:.5454;transform:translate(30.9111vw,-10px) scale(.4157)}@keyframes fall-45{45.664%{transform:translate(25.6055vw,45.664vh) scale(.4157)}to{transform:translate(28.2583vw,100vh) scale(.4157)}}.christmas .snow:nth-child(46){animation:fall-46 24s linear -19s infinite;opacity:.4563;transform:translate(75.9171vw,-10px) scale(.7224)}@keyframes fall-46{34.203%{transform:translate(75.9506vw,34.203vh) scale(.7224)}to{transform:translate(75.93385vw,100vh) scale(.7224)}}.christmas .snow:nth-child(47){animation:fall-47 12s linear -16s infinite;opacity:.7296;transform:translate(5.4523vw,-10px) scale(.0285)}@keyframes fall-47{76.388%{transform:translate(8.6335vw,76.388vh) scale(.0285)}to{transform:translate(7.0429vw,100vh) scale(.0285)}}.christmas .snow:nth-child(48){animation:fall-48 27s linear -30s infinite;opacity:.2473;transform:translate(60.8332vw,-10px) scale(.4582)}@keyframes fall-48{40.411%{transform:translate(68.2551vw,40.411vh) scale(.4582)}to{transform:translate(64.54415vw,100vh) scale(.4582)}}.christmas .snow:nth-child(49){animation:fall-49 22s linear -1s infinite;opacity:.424;transform:translate(12.0523vw,-10px) scale(.343)}@keyframes fall-49{67.123%{transform:translate(7.8433vw,67.123vh) scale(.343)}to{transform:translate(9.9478vw,100vh) scale(.343)}}.christmas .snow:nth-child(50){animation:fall-50 11s linear -30s infinite;opacity:.5891;transform:translate(89.4526vw,-10px) scale(.4468)}@keyframes fall-50{50.188%{transform:translate(96.5514vw,50.188vh) scale(.4468)}to{transform:translate(93.002vw,100vh) scale(.4468)}}.christmas .snow:nth-child(51){animation:fall-51 24s linear -16s infinite;opacity:.9839;transform:translate(29.9448vw,-10px) scale(.0405)}@keyframes fall-51{76.196%{transform:translate(26.6097vw,76.196vh) scale(.0405)}to{transform:translate(28.27725vw,100vh) scale(.0405)}}.christmas .snow:nth-child(52){animation:fall-52 22s linear -27s infinite;opacity:.1996;transform:translate(84.4267vw,-10px) scale(.4553)}@keyframes fall-52{48.126%{transform:translate(75.8971vw,48.126vh) scale(.4553)}to{transform:translate(80.1619vw,100vh) scale(.4553)}}.christmas .snow:nth-child(53){animation:fall-53 14s linear -22s infinite;opacity:.3681;transform:translate(96.333vw,-10px) scale(.1842)}@keyframes fall-53{73.319%{transform:translate(94.095vw,73.319vh) scale(.1842)}to{transform:translate(95.214vw,100vh) scale(.1842)}}.christmas .snow:nth-child(54){animation:fall-54 26s linear -27s infinite;opacity:.2985;transform:translate(67.2606vw,-10px) scale(.5467)}@keyframes fall-54{36.998%{transform:translate(58.2429vw,36.998vh) scale(.5467)}to{transform:translate(62.75175vw,100vh) scale(.5467)}}.christmas .snow:nth-child(55){animation:fall-55 21s linear -5s infinite;opacity:.5574;transform:translate(69.2869vw,-10px) scale(.6969)}@keyframes fall-55{37.706%{transform:translate(75.0238vw,37.706vh) scale(.6969)}to{transform:translate(72.15535vw,100vh) scale(.6969)}}.christmas .snow:nth-child(56){animation:fall-56 13s linear -25s infinite;opacity:.1748;transform:translate(68.3041vw,-10px) scale(.0063)}@keyframes fall-56{70.41%{transform:translate(78.3025vw,70.41vh) scale(.0063)}to{transform:translate(73.3033vw,100vh) scale(.0063)}}.christmas .snow:nth-child(57){animation:fall-57 24s linear -21s infinite;opacity:.6916;transform:translate(39.3888vw,-10px) scale(.5889)}@keyframes fall-57{51.354%{transform:translate(40.914vw,51.354vh) scale(.5889)}to{transform:translate(40.1514vw,100vh) scale(.5889)}}.christmas .snow:nth-child(58){animation:fall-58 21s linear -23s infinite;opacity:.9195;transform:translate(73.1082vw,-10px) scale(.3096)}@keyframes fall-58{39.804%{transform:translate(77.8885vw,39.804vh) scale(.3096)}to{transform:translate(75.49835vw,100vh) scale(.3096)}}.christmas .snow:nth-child(59){animation:fall-59 20s linear -30s infinite;opacity:.4164;transform:translate(59.1411vw,-10px) scale(.1633)}@keyframes fall-59{75.848%{transform:translate(55.9868vw,75.848vh) scale(.1633)}to{transform:translate(57.56395vw,100vh) scale(.1633)}}.christmas .snow:nth-child(60){animation:fall-60 15s linear -21s infinite;opacity:.7154;transform:translate(47.7873vw,-10px) scale(.1697)}@keyframes fall-60{46.918%{transform:translate(48.7194vw,46.918vh) scale(.1697)}to{transform:translate(48.25335vw,100vh) scale(.1697)}}.christmas .snow:nth-child(61){animation:fall-61 12s linear -18s infinite;opacity:.4955;transform:translate(49.3841vw,-10px) scale(.5237)}@keyframes fall-61{48.955%{transform:translate(46.3664vw,48.955vh) scale(.5237)}to{transform:translate(47.87525vw,100vh) scale(.5237)}}.christmas .snow:nth-child(62){animation:fall-62 13s linear -27s infinite;opacity:.9527;transform:translate(36.2035vw,-10px) scale(.3849)}@keyframes fall-62{45.235%{transform:translate(44.7595vw,45.235vh) scale(.3849)}to{transform:translate(40.4815vw,100vh) scale(.3849)}}.christmas .snow:nth-child(63){animation:fall-63 28s linear -26s infinite;opacity:.621;transform:translate(20.0721vw,-10px) scale(.7302)}@keyframes fall-63{67.018%{transform:translate(16.381vw,67.018vh) scale(.7302)}to{transform:translate(18.22655vw,100vh) scale(.7302)}}.christmas .snow:nth-child(64){animation:fall-64 30s linear -15s infinite;opacity:.1503;transform:translate(80.8288vw,-10px) scale(.8903)}@keyframes fall-64{72.849%{transform:translate(79.9559vw,72.849vh) scale(.8903)}to{transform:translate(80.39235vw,100vh) scale(.8903)}}.christmas .snow:nth-child(65){animation:fall-65 23s linear -22s infinite;opacity:.5612;transform:translate(96.9188vw,-10px) scale(.2003)}@keyframes fall-65{37.185%{transform:translate(98.883vw,37.185vh) scale(.2003)}to{transform:translate(97.9009vw,100vh) scale(.2003)}}.christmas .snow:nth-child(66){animation:fall-66 17s linear -10s infinite;opacity:.3774;transform:translate(90.6678vw,-10px) scale(.9335)}@keyframes fall-66{64.262%{transform:translate(86.9581vw,64.262vh) scale(.9335)}to{transform:translate(88.81295vw,100vh) scale(.9335)}}.christmas .snow:nth-child(67){animation:fall-67 23s linear -15s infinite;opacity:.0174;transform:translate(26.9543vw,-10px) scale(.3722)}@keyframes fall-67{69.751%{transform:translate(33.569vw,69.751vh) scale(.3722)}to{transform:translate(30.26165vw,100vh) scale(.3722)}}.christmas .snow:nth-child(68){animation:fall-68 16s linear -2s infinite;opacity:.574;transform:translate(96.4632vw,-10px) scale(.5581)}@keyframes fall-68{59.995%{transform:translate(104.8578vw,59.995vh) scale(.5581)}to{transform:translate(100.6605vw,100vh) scale(.5581)}}.christmas .snow:nth-child(69){animation:fall-69 15s linear -20s infinite;opacity:.8382;transform:translate(56.7097vw,-10px) scale(.6015)}@keyframes fall-69{45.823%{transform:translate(50.7289vw,45.823vh) scale(.6015)}to{transform:translate(53.7193vw,100vh) scale(.6015)}}.christmas .snow:nth-child(70){animation:fall-70 22s linear -21s infinite;opacity:.2683;transform:translate(22.6942vw,-10px) scale(.1483)}@keyframes fall-70{66.84%{transform:translate(27.1038vw,66.84vh) scale(.1483)}to{transform:translate(24.899vw,100vh) scale(.1483)}}.christmas .snow:nth-child(71){animation:fall-71 15s linear -20s infinite;opacity:.0306;transform:translate(29.6832vw,-10px) scale(.6509)}@keyframes fall-71{36.918%{transform:translate(22.2968vw,36.918vh) scale(.6509)}to{transform:translate(25.99vw,100vh) scale(.6509)}}.christmas .snow:nth-child(72){animation:fall-72 26s linear -9s infinite;opacity:.1348;transform:translate(93.7092vw,-10px) scale(.0153)}@keyframes fall-72{63.336%{transform:translate(90.0114vw,63.336vh) scale(.0153)}to{transform:translate(91.8603vw,100vh) scale(.0153)}}.christmas .snow:nth-child(73){animation:fall-73 21s linear -22s infinite;opacity:.7589;transform:translate(60.7912vw,-10px) scale(.6452)}@keyframes fall-73{45.671%{transform:translate(53.8375vw,45.671vh) scale(.6452)}to{transform:translate(57.31435vw,100vh) scale(.6452)}}.christmas .snow:nth-child(74){animation:fall-74 11s linear -16s infinite;opacity:.5562;transform:translate(6.3927vw,-10px) scale(.8842)}@keyframes fall-74{50.176%{transform:translate(1.7455vw,50.176vh) scale(.8842)}to{transform:translate(4.0691vw,100vh) scale(.8842)}}.christmas .snow:nth-child(75){animation:fall-75 22s linear -15s infinite;opacity:.0683;transform:translate(69.1136vw,-10px) scale(.592)}@keyframes fall-75{67.682%{transform:translate(70.5883vw,67.682vh) scale(.592)}to{transform:translate(69.85095vw,100vh) scale(.592)}}.christmas .snow:nth-child(76){animation:fall-76 17s linear -10s infinite;opacity:.3717;transform:translate(8.049vw,-10px) scale(.1046)}@keyframes fall-76{56.925%{transform:translate(2.806vw,56.925vh) scale(.1046)}to{transform:translate(5.4275vw,100vh) scale(.1046)}}.christmas .snow:nth-child(77){animation:fall-77 10s linear -4s infinite;opacity:.7105;transform:translate(2.8008vw,-10px) scale(.0677)}@keyframes fall-77{55.915%{transform:translate(-6.1081vw,55.915vh) scale(.0677)}to{transform:translate(-1.65365vw,100vh) scale(.0677)}}.christmas .snow:nth-child(78){animation:fall-78 11s linear -9s infinite;opacity:.0528;transform:translate(40.0773vw,-10px) scale(.1581)}@keyframes fall-78{48.706%{transform:translate(34.383vw,48.706vh) scale(.1581)}to{transform:translate(37.23015vw,100vh) scale(.1581)}}.christmas .snow:nth-child(79){animation:fall-79 13s linear -22s infinite;opacity:.9849;transform:translate(63.8662vw,-10px) scale(.7086)}@keyframes fall-79{63.177%{transform:translate(71.3265vw,63.177vh) scale(.7086)}to{transform:translate(67.59635vw,100vh) scale(.7086)}}.christmas .snow:nth-child(80){animation:fall-80 10s linear -10s infinite;opacity:.9648;transform:translate(46.0012vw,-10px) scale(.078)}@keyframes fall-80{36.363%{transform:translate(54.5084vw,36.363vh) scale(.078)}to{transform:translate(50.2548vw,100vh) scale(.078)}}.christmas .snow:nth-child(81){animation:fall-81 28s linear -10s infinite;opacity:.7677;transform:translate(35.3623vw,-10px) scale(.2553)}@keyframes fall-81{60.155%{transform:translate(30.4349vw,60.155vh) scale(.2553)}to{transform:translate(32.8986vw,100vh) scale(.2553)}}.christmas .snow:nth-child(82){animation:fall-82 19s linear -10s infinite;opacity:.3735;transform:translate(49.9165vw,-10px) scale(.782)}@keyframes fall-82{42.423%{transform:translate(40.2012vw,42.423vh) scale(.782)}to{transform:translate(45.05885vw,100vh) scale(.782)}}.christmas .snow:nth-child(83){animation:fall-83 20s linear -4s infinite;opacity:.4583;transform:translate(4.0286vw,-10px) scale(.5822)}@keyframes fall-83{53.282%{transform:translate(13.3373vw,53.282vh) scale(.5822)}to{transform:translate(8.68295vw,100vh) scale(.5822)}}.christmas .snow:nth-child(84){animation:fall-84 11s linear -2s infinite;opacity:.948;transform:translate(27.5024vw,-10px) scale(.8477)}@keyframes fall-84{36.317%{transform:translate(34.4185vw,36.317vh) scale(.8477)}to{transform:translate(30.96045vw,100vh) scale(.8477)}}.christmas .snow:nth-child(85){animation:fall-85 21s linear -23s infinite;opacity:.3673;transform:translate(40.0151vw,-10px) scale(.5957)}@keyframes fall-85{78.377%{transform:translate(33.5274vw,78.377vh) scale(.5957)}to{transform:translate(36.77125vw,100vh) scale(.5957)}}.christmas .snow:nth-child(86){animation:fall-86 29s linear -9s infinite;opacity:.7596;transform:translate(2.9629vw,-10px) scale(.2331)}@keyframes fall-86{74.025%{transform:translate(-2.9376vw,74.025vh) scale(.2331)}to{transform:translate(.01265vw,100vh) scale(.2331)}}.christmas .snow:nth-child(87){animation:fall-87 30s linear -2s infinite;opacity:.3274;transform:translate(34.781vw,-10px) scale(.7731)}@keyframes fall-87{50.143%{transform:translate(42.8243vw,50.143vh) scale(.7731)}to{transform:translate(38.80265vw,100vh) scale(.7731)}}.christmas .snow:nth-child(88){animation:fall-88 16s linear -16s infinite;opacity:.9343;transform:translate(63.1309vw,-10px) scale(.7824)}@keyframes fall-88{70.762%{transform:translate(60.8572vw,70.762vh) scale(.7824)}to{transform:translate(61.99405vw,100vh) scale(.7824)}}.christmas .snow:nth-child(89){animation:fall-89 11s linear -21s infinite;opacity:.337;transform:translate(22.2652vw,-10px) scale(.4184)}@keyframes fall-89{41.302%{transform:translate(23.6737vw,41.302vh) scale(.4184)}to{transform:translate(22.96945vw,100vh) scale(.4184)}}.christmas .snow:nth-child(90){animation:fall-90 27s linear -2s infinite;opacity:.4379;transform:translate(56.9049vw,-10px) scale(.0702)}@keyframes fall-90{46.214%{transform:translate(48.3004vw,46.214vh) scale(.0702)}to{transform:translate(52.60265vw,100vh) scale(.0702)}}.christmas .snow:nth-child(91){animation:fall-91 11s linear -13s infinite;opacity:.7966;transform:translate(30.8947vw,-10px) scale(.667)}@keyframes fall-91{35.637%{transform:translate(30.9955vw,35.637vh) scale(.667)}to{transform:translate(30.9451vw,100vh) scale(.667)}}.christmas .snow:nth-child(92){animation:fall-92 24s linear -21s infinite;opacity:.1834;transform:translate(71.4325vw,-10px) scale(.7142)}@keyframes fall-92{43.539%{transform:translate(64.956vw,43.539vh) scale(.7142)}to{transform:translate(68.19425vw,100vh) scale(.7142)}}.christmas .snow:nth-child(93){animation:fall-93 30s linear -28s infinite;opacity:.2172;transform:translate(5.6664vw,-10px) scale(.9347)}@keyframes fall-93{70.043%{transform:translate(5.9692vw,70.043vh) scale(.9347)}to{transform:translate(5.8178vw,100vh) scale(.9347)}}.christmas .snow:nth-child(94){animation:fall-94 28s linear -20s infinite;opacity:.1456;transform:translate(69.4782vw,-10px) scale(.1403)}@keyframes fall-94{42.665%{transform:translate(72.7709vw,42.665vh) scale(.1403)}to{transform:translate(71.12455vw,100vh) scale(.1403)}}.christmas .snow:nth-child(95){animation:fall-95 15s linear -7s infinite;opacity:.7316;transform:translate(18.3939vw,-10px) scale(.8488)}@keyframes fall-95{44.873%{transform:translate(27.5652vw,44.873vh) scale(.8488)}to{transform:translate(22.97955vw,100vh) scale(.8488)}}.christmas .snow:nth-child(96){animation:fall-96 14s linear -12s infinite;opacity:.7281;transform:translate(30.342vw,-10px) scale(.3409)}@keyframes fall-96{76.377%{transform:translate(31.0359vw,76.377vh) scale(.3409)}to{transform:translate(30.68895vw,100vh) scale(.3409)}}.christmas .snow:nth-child(97){animation:fall-97 26s linear -9s infinite;opacity:.1743;transform:translate(71.833vw,-10px) scale(.8279)}@keyframes fall-97{73.412%{transform:translate(76.3276vw,73.412vh) scale(.8279)}to{transform:translate(74.0803vw,100vh) scale(.8279)}}.christmas .snow:nth-child(98){animation:fall-98 13s linear -9s infinite;opacity:.8961;transform:translate(37.6814vw,-10px) scale(.1369)}@keyframes fall-98{56.061%{transform:translate(33.3631vw,56.061vh) scale(.1369)}to{transform:translate(35.52225vw,100vh) scale(.1369)}}.christmas .snow:nth-child(99){animation:fall-99 23s linear -26s infinite;opacity:.7951;transform:translate(59.2975vw,-10px) scale(.8473)}@keyframes fall-99{77.108%{transform:translate(60.6521vw,77.108vh) scale(.8473)}to{transform:translate(59.9748vw,100vh) scale(.8473)}}.christmas .snow:nth-child(100){animation:fall-100 20s linear -15s infinite;opacity:.0759;transform:translate(73.4863vw,-10px) scale(.6493)}@keyframes fall-100{57.723%{transform:translate(78.0108vw,57.723vh) scale(.6493)}to{transform:translate(75.74855vw,100vh) scale(.6493)}}.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}}