.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 -30s infinite;opacity:.6735;transform:translate(46.4895vw,-10px) scale(.4729)}@keyframes fall-1{40.857%{transform:translate(39.5752vw,40.857vh) scale(.4729)}to{transform:translate(43.03235vw,100vh) scale(.4729)}}.christmas .snow:nth-child(2){animation:fall-2 16s linear -27s infinite;opacity:.5932;transform:translate(78.6792vw,-10px) scale(.5152)}@keyframes fall-2{35.81%{transform:translate(84.9156vw,35.81vh) scale(.5152)}to{transform:translate(81.7974vw,100vh) scale(.5152)}}.christmas .snow:nth-child(3){animation:fall-3 14s linear -3s infinite;opacity:.7333;transform:translate(14.2329vw,-10px) scale(.5132)}@keyframes fall-3{52.386%{transform:translate(13.2209vw,52.386vh) scale(.5132)}to{transform:translate(13.7269vw,100vh) scale(.5132)}}.christmas .snow:nth-child(4){animation:fall-4 29s linear -27s infinite;opacity:.644;transform:translate(49.4776vw,-10px) scale(.5084)}@keyframes fall-4{42.537%{transform:translate(47.7532vw,42.537vh) scale(.5084)}to{transform:translate(48.6154vw,100vh) scale(.5084)}}.christmas .snow:nth-child(5){animation:fall-5 10s linear -9s infinite;opacity:.6832;transform:translate(26.6737vw,-10px) scale(.6586)}@keyframes fall-5{62.36%{transform:translate(32.8043vw,62.36vh) scale(.6586)}to{transform:translate(29.739vw,100vh) scale(.6586)}}.christmas .snow:nth-child(6){animation:fall-6 24s linear -7s infinite;opacity:.9654;transform:translate(18.4655vw,-10px) scale(.7637)}@keyframes fall-6{51.329%{transform:translate(15.1107vw,51.329vh) scale(.7637)}to{transform:translate(16.7881vw,100vh) scale(.7637)}}.christmas .snow:nth-child(7){animation:fall-7 24s linear -12s infinite;opacity:.8688;transform:translate(77.2152vw,-10px) scale(.95)}@keyframes fall-7{46.426%{transform:translate(68.5452vw,46.426vh) scale(.95)}to{transform:translate(72.8802vw,100vh) scale(.95)}}.christmas .snow:nth-child(8){animation:fall-8 21s linear -16s infinite;opacity:.0271;transform:translate(96.2583vw,-10px) scale(.8996)}@keyframes fall-8{45.859%{transform:translate(90.9651vw,45.859vh) scale(.8996)}to{transform:translate(93.6117vw,100vh) scale(.8996)}}.christmas .snow:nth-child(9){animation:fall-9 24s linear -21s infinite;opacity:.3985;transform:translate(62.842vw,-10px) scale(.8966)}@keyframes fall-9{53.156%{transform:translate(66.0459vw,53.156vh) scale(.8966)}to{transform:translate(64.44395vw,100vh) scale(.8966)}}.christmas .snow:nth-child(10){animation:fall-10 11s linear -12s infinite;opacity:.55;transform:translate(31.488vw,-10px) scale(.6703)}@keyframes fall-10{58.725%{transform:translate(31.4883vw,58.725vh) scale(.6703)}to{transform:translate(31.48815vw,100vh) scale(.6703)}}.christmas .snow:nth-child(11){animation:fall-11 26s linear -9s infinite;opacity:.2696;transform:translate(91.4678vw,-10px) scale(.7815)}@keyframes fall-11{67.795%{transform:translate(87.2437vw,67.795vh) scale(.7815)}to{transform:translate(89.35575vw,100vh) scale(.7815)}}.christmas .snow:nth-child(12){animation:fall-12 11s linear -10s infinite;opacity:.133;transform:translate(27.9458vw,-10px) scale(.4239)}@keyframes fall-12{45.33%{transform:translate(29.2773vw,45.33vh) scale(.4239)}to{transform:translate(28.61155vw,100vh) scale(.4239)}}.christmas .snow:nth-child(13){animation:fall-13 17s linear -19s infinite;opacity:.165;transform:translate(61.0661vw,-10px) scale(.0019)}@keyframes fall-13{56.956%{transform:translate(70.3614vw,56.956vh) scale(.0019)}to{transform:translate(65.71375vw,100vh) scale(.0019)}}.christmas .snow:nth-child(14){animation:fall-14 10s linear -4s infinite;opacity:.8495;transform:translate(10.3851vw,-10px) scale(.1169)}@keyframes fall-14{75.375%{transform:translate(6.6614vw,75.375vh) scale(.1169)}to{transform:translate(8.52325vw,100vh) scale(.1169)}}.christmas .snow:nth-child(15){animation:fall-15 30s linear -26s infinite;opacity:.4408;transform:translate(42.8251vw,-10px) scale(.0818)}@keyframes fall-15{43.335%{transform:translate(42.5998vw,43.335vh) scale(.0818)}to{transform:translate(42.71245vw,100vh) scale(.0818)}}.christmas .snow:nth-child(16){animation:fall-16 27s linear -10s infinite;opacity:.9964;transform:translate(49.4896vw,-10px) scale(.9412)}@keyframes fall-16{47.42%{transform:translate(46.0207vw,47.42vh) scale(.9412)}to{transform:translate(47.75515vw,100vh) scale(.9412)}}.christmas .snow:nth-child(17){animation:fall-17 25s linear -12s infinite;opacity:.7322;transform:translate(70.2783vw,-10px) scale(.1707)}@keyframes fall-17{39.04%{transform:translate(71.561vw,39.04vh) scale(.1707)}to{transform:translate(70.91965vw,100vh) scale(.1707)}}.christmas .snow:nth-child(18){animation:fall-18 27s linear -29s infinite;opacity:.6455;transform:translate(1.276vw,-10px) scale(.2595)}@keyframes fall-18{61.852%{transform:translate(-.3795vw,61.852vh) scale(.2595)}to{transform:translate(.44825vw,100vh) scale(.2595)}}.christmas .snow:nth-child(19){animation:fall-19 16s linear -22s infinite;opacity:.475;transform:translate(92.8856vw,-10px) scale(.7864)}@keyframes fall-19{79.663%{transform:translate(92.159vw,79.663vh) scale(.7864)}to{transform:translate(92.5223vw,100vh) scale(.7864)}}.christmas .snow:nth-child(20){animation:fall-20 25s linear -13s infinite;opacity:.4715;transform:translate(16.6746vw,-10px) scale(.1814)}@keyframes fall-20{65.954%{transform:translate(11.3889vw,65.954vh) scale(.1814)}to{transform:translate(14.03175vw,100vh) scale(.1814)}}.christmas .snow:nth-child(21){animation:fall-21 15s linear -28s infinite;opacity:.6752;transform:translate(89.6001vw,-10px) scale(.7993)}@keyframes fall-21{57.506%{transform:translate(87.7882vw,57.506vh) scale(.7993)}to{transform:translate(88.69415vw,100vh) scale(.7993)}}.christmas .snow:nth-child(22){animation:fall-22 28s linear -2s infinite;opacity:.5953;transform:translate(77.8448vw,-10px) scale(.3058)}@keyframes fall-22{75.052%{transform:translate(82.6239vw,75.052vh) scale(.3058)}to{transform:translate(80.23435vw,100vh) scale(.3058)}}.christmas .snow:nth-child(23){animation:fall-23 20s linear -15s infinite;opacity:.0807;transform:translate(13.375vw,-10px) scale(.9503)}@keyframes fall-23{51.1%{transform:translate(16.2462vw,51.1vh) scale(.9503)}to{transform:translate(14.8106vw,100vh) scale(.9503)}}.christmas .snow:nth-child(24){animation:fall-24 12s linear -9s infinite;opacity:.5121;transform:translate(27.6767vw,-10px) scale(.6966)}@keyframes fall-24{37.734%{transform:translate(34.2895vw,37.734vh) scale(.6966)}to{transform:translate(30.9831vw,100vh) scale(.6966)}}.christmas .snow:nth-child(25){animation:fall-25 18s linear -25s infinite;opacity:.2983;transform:translate(54.5917vw,-10px) scale(.6858)}@keyframes fall-25{63.278%{transform:translate(51.9592vw,63.278vh) scale(.6858)}to{transform:translate(53.27545vw,100vh) scale(.6858)}}.christmas .snow:nth-child(26){animation:fall-26 21s linear -12s infinite;opacity:.4294;transform:translate(.5459vw,-10px) scale(.4471)}@keyframes fall-26{33.725%{transform:translate(3.9946vw,33.725vh) scale(.4471)}to{transform:translate(2.27025vw,100vh) scale(.4471)}}.christmas .snow:nth-child(27){animation:fall-27 19s linear -18s infinite;opacity:.2796;transform:translate(16.8859vw,-10px) scale(.1044)}@keyframes fall-27{39.983%{transform:translate(14.1615vw,39.983vh) scale(.1044)}to{transform:translate(15.5237vw,100vh) scale(.1044)}}.christmas .snow:nth-child(28){animation:fall-28 21s linear -15s infinite;opacity:.9384;transform:translate(66.5604vw,-10px) scale(.2238)}@keyframes fall-28{53.354%{transform:translate(69.8022vw,53.354vh) scale(.2238)}to{transform:translate(68.1813vw,100vh) scale(.2238)}}.christmas .snow:nth-child(29){animation:fall-29 27s linear -6s infinite;opacity:.1444;transform:translate(93.7721vw,-10px) scale(.76)}@keyframes fall-29{73.409%{transform:translate(97.2047vw,73.409vh) scale(.76)}to{transform:translate(95.4884vw,100vh) scale(.76)}}.christmas .snow:nth-child(30){animation:fall-30 14s linear -11s infinite;opacity:.609;transform:translate(38.5557vw,-10px) scale(.2717)}@keyframes fall-30{41.889%{transform:translate(32.7609vw,41.889vh) scale(.2717)}to{transform:translate(35.6583vw,100vh) scale(.2717)}}.christmas .snow:nth-child(31){animation:fall-31 20s linear -20s infinite;opacity:.2484;transform:translate(31.9648vw,-10px) scale(.6286)}@keyframes fall-31{72.134%{transform:translate(40.2419vw,72.134vh) scale(.6286)}to{transform:translate(36.10335vw,100vh) scale(.6286)}}.christmas .snow:nth-child(32){animation:fall-32 22s linear -20s infinite;opacity:.9583;transform:translate(61.0731vw,-10px) scale(.5648)}@keyframes fall-32{66.828%{transform:translate(69.9031vw,66.828vh) scale(.5648)}to{transform:translate(65.4881vw,100vh) scale(.5648)}}.christmas .snow:nth-child(33){animation:fall-33 20s linear -16s infinite;opacity:.8736;transform:translate(53.0331vw,-10px) scale(.2203)}@keyframes fall-33{42.904%{transform:translate(53.2379vw,42.904vh) scale(.2203)}to{transform:translate(53.1355vw,100vh) scale(.2203)}}.christmas .snow:nth-child(34){animation:fall-34 27s linear -28s infinite;opacity:.0252;transform:translate(46.4369vw,-10px) scale(.9035)}@keyframes fall-34{75.344%{transform:translate(48.0903vw,75.344vh) scale(.9035)}to{transform:translate(47.2636vw,100vh) scale(.9035)}}.christmas .snow:nth-child(35){animation:fall-35 22s linear -10s infinite;opacity:.7921;transform:translate(39.493vw,-10px) scale(.2883)}@keyframes fall-35{43.26%{transform:translate(47.0434vw,43.26vh) scale(.2883)}to{transform:translate(43.2682vw,100vh) scale(.2883)}}.christmas .snow:nth-child(36){animation:fall-36 10s linear -6s infinite;opacity:.8352;transform:translate(42.5251vw,-10px) scale(.2421)}@keyframes fall-36{43.016%{transform:translate(45.5573vw,43.016vh) scale(.2421)}to{transform:translate(44.0412vw,100vh) scale(.2421)}}.christmas .snow:nth-child(37){animation:fall-37 14s linear -15s infinite;opacity:.5405;transform:translate(29.75vw,-10px) scale(.1213)}@keyframes fall-37{32.48%{transform:translate(27.0551vw,32.48vh) scale(.1213)}to{transform:translate(28.40255vw,100vh) scale(.1213)}}.christmas .snow:nth-child(38){animation:fall-38 21s linear -2s infinite;opacity:.8178;transform:translate(85.7294vw,-10px) scale(.6638)}@keyframes fall-38{34.651%{transform:translate(93.9247vw,34.651vh) scale(.6638)}to{transform:translate(89.82705vw,100vh) scale(.6638)}}.christmas .snow:nth-child(39){animation:fall-39 24s linear -5s infinite;opacity:.923;transform:translate(88.9337vw,-10px) scale(.4876)}@keyframes fall-39{77.002%{transform:translate(81.3338vw,77.002vh) scale(.4876)}to{transform:translate(85.13375vw,100vh) scale(.4876)}}.christmas .snow:nth-child(40){animation:fall-40 20s linear -12s infinite;opacity:.7394;transform:translate(57.3592vw,-10px) scale(.8832)}@keyframes fall-40{41.813%{transform:translate(50.0923vw,41.813vh) scale(.8832)}to{transform:translate(53.72575vw,100vh) scale(.8832)}}.christmas .snow:nth-child(41){animation:fall-41 22s linear -19s infinite;opacity:.6358;transform:translate(93.1848vw,-10px) scale(.3172)}@keyframes fall-41{49.041%{transform:translate(90.916vw,49.041vh) scale(.3172)}to{transform:translate(92.0504vw,100vh) scale(.3172)}}.christmas .snow:nth-child(42){animation:fall-42 21s linear -18s infinite;opacity:.5031;transform:translate(5.8406vw,-10px) scale(.5769)}@keyframes fall-42{68.075%{transform:translate(-2.0489vw,68.075vh) scale(.5769)}to{transform:translate(1.89585vw,100vh) scale(.5769)}}.christmas .snow:nth-child(43){animation:fall-43 14s linear -13s infinite;opacity:.2401;transform:translate(99.6872vw,-10px) scale(.2595)}@keyframes fall-43{46.057%{transform:translate(104.2394vw,46.057vh) scale(.2595)}to{transform:translate(101.9633vw,100vh) scale(.2595)}}.christmas .snow:nth-child(44){animation:fall-44 10s linear -14s infinite;opacity:.1832;transform:translate(49.3062vw,-10px) scale(.3183)}@keyframes fall-44{51.008%{transform:translate(59.2589vw,51.008vh) scale(.3183)}to{transform:translate(54.28255vw,100vh) scale(.3183)}}.christmas .snow:nth-child(45){animation:fall-45 19s linear -29s infinite;opacity:.5215;transform:translate(27.7569vw,-10px) scale(.4498)}@keyframes fall-45{79.652%{transform:translate(19.2141vw,79.652vh) scale(.4498)}to{transform:translate(23.4855vw,100vh) scale(.4498)}}.christmas .snow:nth-child(46){animation:fall-46 12s linear -13s infinite;opacity:.3388;transform:translate(35.8189vw,-10px) scale(.8351)}@keyframes fall-46{63.876%{transform:translate(45.1946vw,63.876vh) scale(.8351)}to{transform:translate(40.50675vw,100vh) scale(.8351)}}.christmas .snow:nth-child(47){animation:fall-47 20s linear -27s infinite;opacity:.2883;transform:translate(5.5188vw,-10px) scale(.0069)}@keyframes fall-47{49.686%{transform:translate(9.2028vw,49.686vh) scale(.0069)}to{transform:translate(7.3608vw,100vh) scale(.0069)}}.christmas .snow:nth-child(48){animation:fall-48 18s linear -14s infinite;opacity:.0974;transform:translate(55.7227vw,-10px) scale(.4833)}@keyframes fall-48{70.001%{transform:translate(61.1427vw,70.001vh) scale(.4833)}to{transform:translate(58.4327vw,100vh) scale(.4833)}}.christmas .snow:nth-child(49){animation:fall-49 18s linear -11s infinite;opacity:.8589;transform:translate(54.1197vw,-10px) scale(.695)}@keyframes fall-49{62.192%{transform:translate(54.0068vw,62.192vh) scale(.695)}to{transform:translate(54.06325vw,100vh) scale(.695)}}.christmas .snow:nth-child(50){animation:fall-50 12s linear -16s infinite;opacity:.8315;transform:translate(70.6026vw,-10px) scale(.0772)}@keyframes fall-50{66.697%{transform:translate(79.4671vw,66.697vh) scale(.0772)}to{transform:translate(75.03485vw,100vh) scale(.0772)}}.christmas .snow:nth-child(51){animation:fall-51 19s linear -27s infinite;opacity:.9877;transform:translate(52.1289vw,-10px) scale(.3592)}@keyframes fall-51{46.866%{transform:translate(46.8595vw,46.866vh) scale(.3592)}to{transform:translate(49.4942vw,100vh) scale(.3592)}}.christmas .snow:nth-child(52){animation:fall-52 22s linear -13s infinite;opacity:.8992;transform:translate(25.5643vw,-10px) scale(.8153)}@keyframes fall-52{53.724%{transform:translate(30.8351vw,53.724vh) scale(.8153)}to{transform:translate(28.1997vw,100vh) scale(.8153)}}.christmas .snow:nth-child(53){animation:fall-53 28s linear -23s infinite;opacity:.3172;transform:translate(21.8203vw,-10px) scale(.3638)}@keyframes fall-53{77.682%{transform:translate(12.7436vw,77.682vh) scale(.3638)}to{transform:translate(17.28195vw,100vh) scale(.3638)}}.christmas .snow:nth-child(54){animation:fall-54 17s linear -17s infinite;opacity:.1175;transform:translate(74.3761vw,-10px) scale(.3154)}@keyframes fall-54{74.949%{transform:translate(68.6419vw,74.949vh) scale(.3154)}to{transform:translate(71.509vw,100vh) scale(.3154)}}.christmas .snow:nth-child(55){animation:fall-55 26s linear -22s infinite;opacity:.3297;transform:translate(99.69vw,-10px) scale(.0124)}@keyframes fall-55{54.401%{transform:translate(99.3228vw,54.401vh) scale(.0124)}to{transform:translate(99.5064vw,100vh) scale(.0124)}}.christmas .snow:nth-child(56){animation:fall-56 16s linear -20s infinite;opacity:.8264;transform:translate(92.0073vw,-10px) scale(.179)}@keyframes fall-56{71.093%{transform:translate(97.9797vw,71.093vh) scale(.179)}to{transform:translate(94.9935vw,100vh) scale(.179)}}.christmas .snow:nth-child(57){animation:fall-57 28s linear -19s infinite;opacity:.5578;transform:translate(61.9023vw,-10px) scale(.277)}@keyframes fall-57{63.164%{transform:translate(54.9145vw,63.164vh) scale(.277)}to{transform:translate(58.4084vw,100vh) scale(.277)}}.christmas .snow:nth-child(58){animation:fall-58 10s linear -20s infinite;opacity:.8367;transform:translate(39.8349vw,-10px) scale(.5064)}@keyframes fall-58{62.22%{transform:translate(40.4454vw,62.22vh) scale(.5064)}to{transform:translate(40.14015vw,100vh) scale(.5064)}}.christmas .snow:nth-child(59){animation:fall-59 16s linear -29s infinite;opacity:.5945;transform:translate(8.0627vw,-10px) scale(.407)}@keyframes fall-59{77.735%{transform:translate(-1.0721vw,77.735vh) scale(.407)}to{transform:translate(3.4953vw,100vh) scale(.407)}}.christmas .snow:nth-child(60){animation:fall-60 13s linear -15s infinite;opacity:.0221;transform:translate(48.3597vw,-10px) scale(.8914)}@keyframes fall-60{72.094%{transform:translate(47.5135vw,72.094vh) scale(.8914)}to{transform:translate(47.9366vw,100vh) scale(.8914)}}.christmas .snow:nth-child(61){animation:fall-61 17s linear -10s infinite;opacity:.1585;transform:translate(2.2653vw,-10px) scale(.2102)}@keyframes fall-61{78.809%{transform:translate(6.2014vw,78.809vh) scale(.2102)}to{transform:translate(4.23335vw,100vh) scale(.2102)}}.christmas .snow:nth-child(62){animation:fall-62 20s linear -19s infinite;opacity:.796;transform:translate(75.8372vw,-10px) scale(.4375)}@keyframes fall-62{39.225%{transform:translate(66.601vw,39.225vh) scale(.4375)}to{transform:translate(71.2191vw,100vh) scale(.4375)}}.christmas .snow:nth-child(63){animation:fall-63 15s linear -8s infinite;opacity:.7775;transform:translate(83.6468vw,-10px) scale(.3323)}@keyframes fall-63{78.366%{transform:translate(84.7392vw,78.366vh) scale(.3323)}to{transform:translate(84.193vw,100vh) scale(.3323)}}.christmas .snow:nth-child(64){animation:fall-64 13s linear -28s infinite;opacity:.3011;transform:translate(74.8573vw,-10px) scale(.2749)}@keyframes fall-64{33.81%{transform:translate(65.2086vw,33.81vh) scale(.2749)}to{transform:translate(70.03295vw,100vh) scale(.2749)}}.christmas .snow:nth-child(65){animation:fall-65 14s linear -3s infinite;opacity:.1189;transform:translate(86.4188vw,-10px) scale(.855)}@keyframes fall-65{78.782%{transform:translate(78.035vw,78.782vh) scale(.855)}to{transform:translate(82.2269vw,100vh) scale(.855)}}.christmas .snow:nth-child(66){animation:fall-66 27s linear -23s infinite;opacity:.0902;transform:translate(83.6678vw,-10px) scale(.2746)}@keyframes fall-66{33.628%{transform:translate(86.2252vw,33.628vh) scale(.2746)}to{transform:translate(84.9465vw,100vh) scale(.2746)}}.christmas .snow:nth-child(67){animation:fall-67 30s linear -18s infinite;opacity:.2032;transform:translate(35.149vw,-10px) scale(.4442)}@keyframes fall-67{49.382%{transform:translate(36.039vw,49.382vh) scale(.4442)}to{transform:translate(35.594vw,100vh) scale(.4442)}}.christmas .snow:nth-child(68){animation:fall-68 30s linear -17s infinite;opacity:.7669;transform:translate(1.7075vw,-10px) scale(.6671)}@keyframes fall-68{69.25%{transform:translate(9.9485vw,69.25vh) scale(.6671)}to{transform:translate(5.828vw,100vh) scale(.6671)}}.christmas .snow:nth-child(69){animation:fall-69 20s linear -9s infinite;opacity:.0835;transform:translate(58.2714vw,-10px) scale(.2748)}@keyframes fall-69{75.728%{transform:translate(58.7139vw,75.728vh) scale(.2748)}to{transform:translate(58.49265vw,100vh) scale(.2748)}}.christmas .snow:nth-child(70){animation:fall-70 12s linear -30s infinite;opacity:.1963;transform:translate(20.3364vw,-10px) scale(.0139)}@keyframes fall-70{41.524%{transform:translate(19.0028vw,41.524vh) scale(.0139)}to{transform:translate(19.6696vw,100vh) scale(.0139)}}.christmas .snow:nth-child(71){animation:fall-71 15s linear -24s infinite;opacity:.0868;transform:translate(31.8736vw,-10px) scale(.963)}@keyframes fall-71{61.868%{transform:translate(41.4482vw,61.868vh) scale(.963)}to{transform:translate(36.6609vw,100vh) scale(.963)}}.christmas .snow:nth-child(72){animation:fall-72 20s linear -9s infinite;opacity:.5373;transform:translate(72.2321vw,-10px) scale(.125)}@keyframes fall-72{48.643%{transform:translate(67.8948vw,48.643vh) scale(.125)}to{transform:translate(70.06345vw,100vh) scale(.125)}}.christmas .snow:nth-child(73){animation:fall-73 29s linear -10s infinite;opacity:.8228;transform:translate(31.9836vw,-10px) scale(.2282)}@keyframes fall-73{39.9%{transform:translate(22.5204vw,39.9vh) scale(.2282)}to{transform:translate(27.252vw,100vh) scale(.2282)}}.christmas .snow:nth-child(74){animation:fall-74 29s linear -5s infinite;opacity:.9313;transform:translate(47.2016vw,-10px) scale(.3312)}@keyframes fall-74{57.494%{transform:translate(54.5055vw,57.494vh) scale(.3312)}to{transform:translate(50.85355vw,100vh) scale(.3312)}}.christmas .snow:nth-child(75){animation:fall-75 11s linear -12s infinite;opacity:.0332;transform:translate(77.761vw,-10px) scale(.7586)}@keyframes fall-75{60.605%{transform:translate(70.9043vw,60.605vh) scale(.7586)}to{transform:translate(74.33265vw,100vh) scale(.7586)}}.christmas .snow:nth-child(76){animation:fall-76 17s linear -11s infinite;opacity:.405;transform:translate(94.0082vw,-10px) scale(.5386)}@keyframes fall-76{43.927%{transform:translate(86.5733vw,43.927vh) scale(.5386)}to{transform:translate(90.29075vw,100vh) scale(.5386)}}.christmas .snow:nth-child(77){animation:fall-77 27s linear -9s infinite;opacity:.2729;transform:translate(7.9311vw,-10px) scale(.3385)}@keyframes fall-77{69.18%{transform:translate(13.8273vw,69.18vh) scale(.3385)}to{transform:translate(10.8792vw,100vh) scale(.3385)}}.christmas .snow:nth-child(78){animation:fall-78 24s linear -18s infinite;opacity:.2207;transform:translate(22.466vw,-10px) scale(.7223)}@keyframes fall-78{68.878%{transform:translate(24.0136vw,68.878vh) scale(.7223)}to{transform:translate(23.2398vw,100vh) scale(.7223)}}.christmas .snow:nth-child(79){animation:fall-79 12s linear -16s infinite;opacity:.1289;transform:translate(85.3453vw,-10px) scale(.2102)}@keyframes fall-79{76.389%{transform:translate(81.9853vw,76.389vh) scale(.2102)}to{transform:translate(83.6653vw,100vh) scale(.2102)}}.christmas .snow:nth-child(80){animation:fall-80 24s linear -23s infinite;opacity:.7182;transform:translate(45.439vw,-10px) scale(.7415)}@keyframes fall-80{65.54%{transform:translate(49.4111vw,65.54vh) scale(.7415)}to{transform:translate(47.42505vw,100vh) scale(.7415)}}.christmas .snow:nth-child(81){animation:fall-81 27s linear -25s infinite;opacity:.3333;transform:translate(5.3555vw,-10px) scale(.7814)}@keyframes fall-81{36.672%{transform:translate(3.132vw,36.672vh) scale(.7814)}to{transform:translate(4.24375vw,100vh) scale(.7814)}}.christmas .snow:nth-child(82){animation:fall-82 26s linear -21s infinite;opacity:.2978;transform:translate(51.2773vw,-10px) scale(.6152)}@keyframes fall-82{79.36%{transform:translate(49.8686vw,79.36vh) scale(.6152)}to{transform:translate(50.57295vw,100vh) scale(.6152)}}.christmas .snow:nth-child(83){animation:fall-83 29s linear -7s infinite;opacity:.9553;transform:translate(56.444vw,-10px) scale(.949)}@keyframes fall-83{42.75%{transform:translate(64.5846vw,42.75vh) scale(.949)}to{transform:translate(60.5143vw,100vh) scale(.949)}}.christmas .snow:nth-child(84){animation:fall-84 16s linear -5s infinite;opacity:.0044;transform:translate(5.17vw,-10px) scale(.6845)}@keyframes fall-84{68.955%{transform:translate(10.9375vw,68.955vh) scale(.6845)}to{transform:translate(8.05375vw,100vh) scale(.6845)}}.christmas .snow:nth-child(85){animation:fall-85 11s linear -15s infinite;opacity:.6079;transform:translate(60.6959vw,-10px) scale(.4593)}@keyframes fall-85{70.057%{transform:translate(54.0661vw,70.057vh) scale(.4593)}to{transform:translate(57.381vw,100vh) scale(.4593)}}.christmas .snow:nth-child(86){animation:fall-86 30s linear -23s infinite;opacity:.0562;transform:translate(98.5858vw,-10px) scale(.7987)}@keyframes fall-86{57.812%{transform:translate(104.5101vw,57.812vh) scale(.7987)}to{transform:translate(101.54795vw,100vh) scale(.7987)}}.christmas .snow:nth-child(87){animation:fall-87 24s linear -19s infinite;opacity:.1701;transform:translate(39.2385vw,-10px) scale(.892)}@keyframes fall-87{54.811%{transform:translate(37.8999vw,54.811vh) scale(.892)}to{transform:translate(38.5692vw,100vh) scale(.892)}}.christmas .snow:nth-child(88){animation:fall-88 11s linear -24s infinite;opacity:.2786;transform:translate(93.2003vw,-10px) scale(.258)}@keyframes fall-88{60.138%{transform:translate(91.1473vw,60.138vh) scale(.258)}to{transform:translate(92.1738vw,100vh) scale(.258)}}.christmas .snow:nth-child(89){animation:fall-89 16s linear -12s infinite;opacity:.2446;transform:translate(65.518vw,-10px) scale(.543)}@keyframes fall-89{79.831%{transform:translate(62.7005vw,79.831vh) scale(.543)}to{transform:translate(64.10925vw,100vh) scale(.543)}}.christmas .snow:nth-child(90){animation:fall-90 30s linear -10s infinite;opacity:.3972;transform:translate(76.5554vw,-10px) scale(.2251)}@keyframes fall-90{36.029%{transform:translate(86.0283vw,36.029vh) scale(.2251)}to{transform:translate(81.29185vw,100vh) scale(.2251)}}.christmas .snow:nth-child(91){animation:fall-91 27s linear -18s infinite;opacity:.5681;transform:translate(16.5746vw,-10px) scale(.2504)}@keyframes fall-91{53.824%{transform:translate(21.191vw,53.824vh) scale(.2504)}to{transform:translate(18.8828vw,100vh) scale(.2504)}}.christmas .snow:nth-child(92){animation:fall-92 10s linear -27s infinite;opacity:.9903;transform:translate(1.6625vw,-10px) scale(.886)}@keyframes fall-92{52.813%{transform:translate(2.2322vw,52.813vh) scale(.886)}to{transform:translate(1.94735vw,100vh) scale(.886)}}.christmas .snow:nth-child(93){animation:fall-93 29s linear -27s infinite;opacity:.9839;transform:translate(81.2656vw,-10px) scale(.992)}@keyframes fall-93{53.855%{transform:translate(74.4224vw,53.855vh) scale(.992)}to{transform:translate(77.844vw,100vh) scale(.992)}}.christmas .snow:nth-child(94){animation:fall-94 10s linear -18s infinite;opacity:.4044;transform:translate(88.3284vw,-10px) scale(.8763)}@keyframes fall-94{56.75%{transform:translate(87.3545vw,56.75vh) scale(.8763)}to{transform:translate(87.84145vw,100vh) scale(.8763)}}.christmas .snow:nth-child(95){animation:fall-95 30s linear -8s infinite;opacity:.4579;transform:translate(61.3081vw,-10px) scale(.451)}@keyframes fall-95{51.659%{transform:translate(64.6885vw,51.659vh) scale(.451)}to{transform:translate(62.9983vw,100vh) scale(.451)}}.christmas .snow:nth-child(96){animation:fall-96 23s linear -25s infinite;opacity:.0103;transform:translate(88.7251vw,-10px) scale(.2078)}@keyframes fall-96{62.082%{transform:translate(93.7457vw,62.082vh) scale(.2078)}to{transform:translate(91.2354vw,100vh) scale(.2078)}}.christmas .snow:nth-child(97){animation:fall-97 23s linear -6s infinite;opacity:.0494;transform:translate(80.8828vw,-10px) scale(.8056)}@keyframes fall-97{64.555%{transform:translate(88.1393vw,64.555vh) scale(.8056)}to{transform:translate(84.51105vw,100vh) scale(.8056)}}.christmas .snow:nth-child(98){animation:fall-98 14s linear -19s infinite;opacity:.4472;transform:translate(92.4878vw,-10px) scale(.334)}@keyframes fall-98{62.996%{transform:translate(83.2465vw,62.996vh) scale(.334)}to{transform:translate(87.86715vw,100vh) scale(.334)}}.christmas .snow:nth-child(99){animation:fall-99 19s linear -9s infinite;opacity:.3802;transform:translate(31.7601vw,-10px) scale(.0122)}@keyframes fall-99{35.599%{transform:translate(22.8214vw,35.599vh) scale(.0122)}to{transform:translate(27.29075vw,100vh) scale(.0122)}}.christmas .snow:nth-child(100){animation:fall-100 26s linear -8s infinite;opacity:.6145;transform:translate(17.1365vw,-10px) scale(.8011)}@keyframes fall-100{47.034%{transform:translate(16.4704vw,47.034vh) scale(.8011)}to{transform:translate(16.80345vw,100vh) scale(.8011)}}.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}}