.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 23s linear -4s infinite;opacity:.5264;transform:translate(12.9853vw,-10px) scale(.1378)}@keyframes fall-1{59.889%{transform:translate(20.8577vw,59.889vh) scale(.1378)}to{transform:translate(16.9215vw,100vh) scale(.1378)}}.christmas .snow:nth-child(2){animation:fall-2 16s linear -20s infinite;opacity:.7605;transform:translate(10.6348vw,-10px) scale(.9862)}@keyframes fall-2{53.976%{transform:translate(5.6233vw,53.976vh) scale(.9862)}to{transform:translate(8.12905vw,100vh) scale(.9862)}}.christmas .snow:nth-child(3){animation:fall-3 25s linear -4s infinite;opacity:.2323;transform:translate(13.2189vw,-10px) scale(.7358)}@keyframes fall-3{60.492%{transform:translate(9.4817vw,60.492vh) scale(.7358)}to{transform:translate(11.3503vw,100vh) scale(.7358)}}.christmas .snow:nth-child(4){animation:fall-4 29s linear -7s infinite;opacity:.6745;transform:translate(62.5377vw,-10px) scale(.9236)}@keyframes fall-4{64.231%{transform:translate(54.1025vw,64.231vh) scale(.9236)}to{transform:translate(58.3201vw,100vh) scale(.9236)}}.christmas .snow:nth-child(5){animation:fall-5 11s linear -8s infinite;opacity:.3214;transform:translate(33.4515vw,-10px) scale(.3353)}@keyframes fall-5{78.409%{transform:translate(40.3972vw,78.409vh) scale(.3353)}to{transform:translate(36.92435vw,100vh) scale(.3353)}}.christmas .snow:nth-child(6){animation:fall-6 21s linear -10s infinite;opacity:.918;transform:translate(51.0069vw,-10px) scale(.9393)}@keyframes fall-6{67.942%{transform:translate(41.4834vw,67.942vh) scale(.9393)}to{transform:translate(46.24515vw,100vh) scale(.9393)}}.christmas .snow:nth-child(7){animation:fall-7 27s linear -13s infinite;opacity:.8466;transform:translate(8.3522vw,-10px) scale(.8047)}@keyframes fall-7{40.379%{transform:translate(2.8317vw,40.379vh) scale(.8047)}to{transform:translate(5.59195vw,100vh) scale(.8047)}}.christmas .snow:nth-child(8){animation:fall-8 15s linear -11s infinite;opacity:.1305;transform:translate(23.0577vw,-10px) scale(.0348)}@keyframes fall-8{68.429%{transform:translate(13.4502vw,68.429vh) scale(.0348)}to{transform:translate(18.25395vw,100vh) scale(.0348)}}.christmas .snow:nth-child(9){animation:fall-9 29s linear -21s infinite;opacity:.602;transform:translate(15.6321vw,-10px) scale(.2675)}@keyframes fall-9{54.115%{transform:translate(21.4849vw,54.115vh) scale(.2675)}to{transform:translate(18.5585vw,100vh) scale(.2675)}}.christmas .snow:nth-child(10){animation:fall-10 18s linear -10s infinite;opacity:.8789;transform:translate(10.4298vw,-10px) scale(.0471)}@keyframes fall-10{58.021%{transform:translate(16.3765vw,58.021vh) scale(.0471)}to{transform:translate(13.40315vw,100vh) scale(.0471)}}.christmas .snow:nth-child(11){animation:fall-11 21s linear -11s infinite;opacity:.3191;transform:translate(87.215vw,-10px) scale(.5115)}@keyframes fall-11{76.95%{transform:translate(77.5888vw,76.95vh) scale(.5115)}to{transform:translate(82.4019vw,100vh) scale(.5115)}}.christmas .snow:nth-child(12){animation:fall-12 25s linear -5s infinite;opacity:.4093;transform:translate(14.8812vw,-10px) scale(.8244)}@keyframes fall-12{62.11%{transform:translate(10.546vw,62.11vh) scale(.8244)}to{transform:translate(12.7136vw,100vh) scale(.8244)}}.christmas .snow:nth-child(13){animation:fall-13 12s linear -13s infinite;opacity:.7827;transform:translate(30.0491vw,-10px) scale(.4655)}@keyframes fall-13{68.485%{transform:translate(35.5077vw,68.485vh) scale(.4655)}to{transform:translate(32.7784vw,100vh) scale(.4655)}}.christmas .snow:nth-child(14){animation:fall-14 11s linear -19s infinite;opacity:.8465;transform:translate(7.9762vw,-10px) scale(.3591)}@keyframes fall-14{75.828%{transform:translate(12.6299vw,75.828vh) scale(.3591)}to{transform:translate(10.30305vw,100vh) scale(.3591)}}.christmas .snow:nth-child(15){animation:fall-15 12s linear -29s infinite;opacity:.4092;transform:translate(15.7569vw,-10px) scale(.0432)}@keyframes fall-15{69.705%{transform:translate(21.1328vw,69.705vh) scale(.0432)}to{transform:translate(18.44485vw,100vh) scale(.0432)}}.christmas .snow:nth-child(16){animation:fall-16 16s linear -30s infinite;opacity:.1889;transform:translate(64.3394vw,-10px) scale(.5986)}@keyframes fall-16{64.685%{transform:translate(57.3666vw,64.685vh) scale(.5986)}to{transform:translate(60.853vw,100vh) scale(.5986)}}.christmas .snow:nth-child(17){animation:fall-17 10s linear -5s infinite;opacity:.1267;transform:translate(75.47vw,-10px) scale(.9647)}@keyframes fall-17{47.513%{transform:translate(82.212vw,47.513vh) scale(.9647)}to{transform:translate(78.841vw,100vh) scale(.9647)}}.christmas .snow:nth-child(18){animation:fall-18 24s linear -11s infinite;opacity:.5026;transform:translate(92.6072vw,-10px) scale(.9961)}@keyframes fall-18{45.527%{transform:translate(93.7481vw,45.527vh) scale(.9961)}to{transform:translate(93.17765vw,100vh) scale(.9961)}}.christmas .snow:nth-child(19){animation:fall-19 26s linear -18s infinite;opacity:.3254;transform:translate(98.2666vw,-10px) scale(.8221)}@keyframes fall-19{64.437%{transform:translate(95.5961vw,64.437vh) scale(.8221)}to{transform:translate(96.93135vw,100vh) scale(.8221)}}.christmas .snow:nth-child(20){animation:fall-20 16s linear -11s infinite;opacity:.8132;transform:translate(99.9443vw,-10px) scale(.7528)}@keyframes fall-20{53.105%{transform:translate(90.2544vw,53.105vh) scale(.7528)}to{transform:translate(95.09935vw,100vh) scale(.7528)}}.christmas .snow:nth-child(21){animation:fall-21 23s linear -5s infinite;opacity:.3006;transform:translate(82.1837vw,-10px) scale(.091)}@keyframes fall-21{35.331%{transform:translate(89.1291vw,35.331vh) scale(.091)}to{transform:translate(85.6564vw,100vh) scale(.091)}}.christmas .snow:nth-child(22){animation:fall-22 15s linear -9s infinite;opacity:.5799;transform:translate(92.5162vw,-10px) scale(.5339)}@keyframes fall-22{48.687%{transform:translate(85.3166vw,48.687vh) scale(.5339)}to{transform:translate(88.9164vw,100vh) scale(.5339)}}.christmas .snow:nth-child(23){animation:fall-23 17s linear -21s infinite;opacity:.7256;transform:translate(95.4436vw,-10px) scale(.02)}@keyframes fall-23{77.88%{transform:translate(103.9155vw,77.88vh) scale(.02)}to{transform:translate(99.67955vw,100vh) scale(.02)}}.christmas .snow:nth-child(24){animation:fall-24 25s linear -18s infinite;opacity:.4571;transform:translate(57.3308vw,-10px) scale(.6117)}@keyframes fall-24{73.672%{transform:translate(56.7332vw,73.672vh) scale(.6117)}to{transform:translate(57.032vw,100vh) scale(.6117)}}.christmas .snow:nth-child(25){animation:fall-25 27s linear -6s infinite;opacity:.9103;transform:translate(91.7625vw,-10px) scale(.1306)}@keyframes fall-25{31.622%{transform:translate(97.5302vw,31.622vh) scale(.1306)}to{transform:translate(94.64635vw,100vh) scale(.1306)}}.christmas .snow:nth-child(26){animation:fall-26 16s linear -26s infinite;opacity:.2605;transform:translate(77.744vw,-10px) scale(.5727)}@keyframes fall-26{58.43%{transform:translate(75.6809vw,58.43vh) scale(.5727)}to{transform:translate(76.71245vw,100vh) scale(.5727)}}.christmas .snow:nth-child(27){animation:fall-27 10s linear -2s infinite;opacity:.6369;transform:translate(67.2988vw,-10px) scale(.9583)}@keyframes fall-27{46.624%{transform:translate(77.0629vw,46.624vh) scale(.9583)}to{transform:translate(72.18085vw,100vh) scale(.9583)}}.christmas .snow:nth-child(28){animation:fall-28 28s linear -15s infinite;opacity:.2896;transform:translate(6.5154vw,-10px) scale(.742)}@keyframes fall-28{39.541%{transform:translate(-2.4275vw,39.541vh) scale(.742)}to{transform:translate(2.04395vw,100vh) scale(.742)}}.christmas .snow:nth-child(29){animation:fall-29 21s linear -12s infinite;opacity:.3506;transform:translate(39.4536vw,-10px) scale(.3313)}@keyframes fall-29{71.487%{transform:translate(38.7278vw,71.487vh) scale(.3313)}to{transform:translate(39.0907vw,100vh) scale(.3313)}}.christmas .snow:nth-child(30){animation:fall-30 20s linear -29s infinite;opacity:.4338;transform:translate(77.6501vw,-10px) scale(.019)}@keyframes fall-30{59.232%{transform:translate(70.3817vw,59.232vh) scale(.019)}to{transform:translate(74.0159vw,100vh) scale(.019)}}.christmas .snow:nth-child(31){animation:fall-31 22s linear -6s infinite;opacity:.1153;transform:translate(71.7509vw,-10px) scale(.6958)}@keyframes fall-31{72.123%{transform:translate(69.7628vw,72.123vh) scale(.6958)}to{transform:translate(70.75685vw,100vh) scale(.6958)}}.christmas .snow:nth-child(32){animation:fall-32 24s linear -15s infinite;opacity:.1574;transform:translate(3.3716vw,-10px) scale(.0937)}@keyframes fall-32{35.858%{transform:translate(4.9629vw,35.858vh) scale(.0937)}to{transform:translate(4.16725vw,100vh) scale(.0937)}}.christmas .snow:nth-child(33){animation:fall-33 17s linear -20s infinite;opacity:.4953;transform:translate(79.6505vw,-10px) scale(.6282)}@keyframes fall-33{67.509%{transform:translate(88.2164vw,67.509vh) scale(.6282)}to{transform:translate(83.93345vw,100vh) scale(.6282)}}.christmas .snow:nth-child(34){animation:fall-34 21s linear -5s infinite;opacity:.9023;transform:translate(34.4901vw,-10px) scale(.7548)}@keyframes fall-34{53.224%{transform:translate(35.4332vw,53.224vh) scale(.7548)}to{transform:translate(34.96165vw,100vh) scale(.7548)}}.christmas .snow:nth-child(35){animation:fall-35 19s linear -27s infinite;opacity:.8468;transform:translate(74.3348vw,-10px) scale(.5223)}@keyframes fall-35{40.997%{transform:translate(65.1452vw,40.997vh) scale(.5223)}to{transform:translate(69.74vw,100vh) scale(.5223)}}.christmas .snow:nth-child(36){animation:fall-36 20s linear -12s infinite;opacity:.8999;transform:translate(83.1273vw,-10px) scale(.0521)}@keyframes fall-36{78.668%{transform:translate(86.3872vw,78.668vh) scale(.0521)}to{transform:translate(84.75725vw,100vh) scale(.0521)}}.christmas .snow:nth-child(37){animation:fall-37 10s linear -25s infinite;opacity:.2587;transform:translate(24.933vw,-10px) scale(.5533)}@keyframes fall-37{67.168%{transform:translate(18.733vw,67.168vh) scale(.5533)}to{transform:translate(21.833vw,100vh) scale(.5533)}}.christmas .snow:nth-child(38){animation:fall-38 29s linear -14s infinite;opacity:.6619;transform:translate(25.6182vw,-10px) scale(.9757)}@keyframes fall-38{66.435%{transform:translate(26.8546vw,66.435vh) scale(.9757)}to{transform:translate(26.2364vw,100vh) scale(.9757)}}.christmas .snow:nth-child(39){animation:fall-39 23s linear -26s infinite;opacity:.1716;transform:translate(95.8507vw,-10px) scale(.7978)}@keyframes fall-39{79.549%{transform:translate(104.9412vw,79.549vh) scale(.7978)}to{transform:translate(100.39595vw,100vh) scale(.7978)}}.christmas .snow:nth-child(40){animation:fall-40 22s linear -3s infinite;opacity:.7803;transform:translate(31.3653vw,-10px) scale(.4788)}@keyframes fall-40{40.273%{transform:translate(38.6292vw,40.273vh) scale(.4788)}to{transform:translate(34.99725vw,100vh) scale(.4788)}}.christmas .snow:nth-child(41){animation:fall-41 24s linear -30s infinite;opacity:.8924;transform:translate(17.1594vw,-10px) scale(.2554)}@keyframes fall-41{48.524%{transform:translate(7.7088vw,48.524vh) scale(.2554)}to{transform:translate(12.4341vw,100vh) scale(.2554)}}.christmas .snow:nth-child(42){animation:fall-42 30s linear -16s infinite;opacity:.0906;transform:translate(8.4244vw,-10px) scale(.5517)}@keyframes fall-42{40.73%{transform:translate(-1.2248vw,40.73vh) scale(.5517)}to{transform:translate(3.5998vw,100vh) scale(.5517)}}.christmas .snow:nth-child(43){animation:fall-43 13s linear -8s infinite;opacity:.5322;transform:translate(60.6716vw,-10px) scale(.3293)}@keyframes fall-43{77.302%{transform:translate(60.1924vw,77.302vh) scale(.3293)}to{transform:translate(60.432vw,100vh) scale(.3293)}}.christmas .snow:nth-child(44){animation:fall-44 15s linear -16s infinite;opacity:.1405;transform:translate(59.9368vw,-10px) scale(.163)}@keyframes fall-44{76.264%{transform:translate(68.6744vw,76.264vh) scale(.163)}to{transform:translate(64.3056vw,100vh) scale(.163)}}.christmas .snow:nth-child(45){animation:fall-45 12s linear -2s infinite;opacity:.3593;transform:translate(50.9307vw,-10px) scale(.4493)}@keyframes fall-45{72.49%{transform:translate(42.6027vw,72.49vh) scale(.4493)}to{transform:translate(46.7667vw,100vh) scale(.4493)}}.christmas .snow:nth-child(46){animation:fall-46 30s linear -6s infinite;opacity:.6287;transform:translate(61.0557vw,-10px) scale(.4267)}@keyframes fall-46{79.734%{transform:translate(59.6134vw,79.734vh) scale(.4267)}to{transform:translate(60.33455vw,100vh) scale(.4267)}}.christmas .snow:nth-child(47){animation:fall-47 11s linear -13s infinite;opacity:.7686;transform:translate(44.7587vw,-10px) scale(.014)}@keyframes fall-47{33.225%{transform:translate(41.231vw,33.225vh) scale(.014)}to{transform:translate(42.99485vw,100vh) scale(.014)}}.christmas .snow:nth-child(48){animation:fall-48 29s linear -9s infinite;opacity:.3626;transform:translate(36.1881vw,-10px) scale(.6868)}@keyframes fall-48{68.179%{transform:translate(43.0882vw,68.179vh) scale(.6868)}to{transform:translate(39.63815vw,100vh) scale(.6868)}}.christmas .snow:nth-child(49){animation:fall-49 27s linear -28s infinite;opacity:.6126;transform:translate(13.6239vw,-10px) scale(.2278)}@keyframes fall-49{64.465%{transform:translate(21.021vw,64.465vh) scale(.2278)}to{transform:translate(17.32245vw,100vh) scale(.2278)}}.christmas .snow:nth-child(50){animation:fall-50 11s linear -9s infinite;opacity:.5773;transform:translate(86.2049vw,-10px) scale(.9016)}@keyframes fall-50{55.987%{transform:translate(85.1905vw,55.987vh) scale(.9016)}to{transform:translate(85.6977vw,100vh) scale(.9016)}}.christmas .snow:nth-child(51){animation:fall-51 26s linear -22s infinite;opacity:.6943;transform:translate(92.4651vw,-10px) scale(.9456)}@keyframes fall-51{32.056%{transform:translate(99.9472vw,32.056vh) scale(.9456)}to{transform:translate(96.20615vw,100vh) scale(.9456)}}.christmas .snow:nth-child(52){animation:fall-52 30s linear -2s infinite;opacity:.4801;transform:translate(75.6587vw,-10px) scale(.9308)}@keyframes fall-52{32.22%{transform:translate(75.4447vw,32.22vh) scale(.9308)}to{transform:translate(75.5517vw,100vh) scale(.9308)}}.christmas .snow:nth-child(53){animation:fall-53 30s linear -21s infinite;opacity:.5275;transform:translate(94.4148vw,-10px) scale(.2906)}@keyframes fall-53{48.503%{transform:translate(85.2522vw,48.503vh) scale(.2906)}to{transform:translate(89.8335vw,100vh) scale(.2906)}}.christmas .snow:nth-child(54){animation:fall-54 20s linear -20s infinite;opacity:.1058;transform:translate(42.9439vw,-10px) scale(.6533)}@keyframes fall-54{46.382%{transform:translate(48.1084vw,46.382vh) scale(.6533)}to{transform:translate(45.52615vw,100vh) scale(.6533)}}.christmas .snow:nth-child(55){animation:fall-55 18s linear -1s infinite;opacity:.2456;transform:translate(46.0712vw,-10px) scale(.8499)}@keyframes fall-55{59.941%{transform:translate(51.5668vw,59.941vh) scale(.8499)}to{transform:translate(48.819vw,100vh) scale(.8499)}}.christmas .snow:nth-child(56){animation:fall-56 11s linear -29s infinite;opacity:.1591;transform:translate(20.1221vw,-10px) scale(.0306)}@keyframes fall-56{79.432%{transform:translate(21.2692vw,79.432vh) scale(.0306)}to{transform:translate(20.69565vw,100vh) scale(.0306)}}.christmas .snow:nth-child(57){animation:fall-57 23s linear -4s infinite;opacity:.8829;transform:translate(67.1564vw,-10px) scale(.5648)}@keyframes fall-57{45.872%{transform:translate(58.906vw,45.872vh) scale(.5648)}to{transform:translate(63.0312vw,100vh) scale(.5648)}}.christmas .snow:nth-child(58){animation:fall-58 19s linear -23s infinite;opacity:.1997;transform:translate(55.0347vw,-10px) scale(.7989)}@keyframes fall-58{74.373%{transform:translate(56.2088vw,74.373vh) scale(.7989)}to{transform:translate(55.62175vw,100vh) scale(.7989)}}.christmas .snow:nth-child(59){animation:fall-59 13s linear -15s infinite;opacity:.8692;transform:translate(25.5859vw,-10px) scale(.1685)}@keyframes fall-59{50.657%{transform:translate(21.2884vw,50.657vh) scale(.1685)}to{transform:translate(23.43715vw,100vh) scale(.1685)}}.christmas .snow:nth-child(60){animation:fall-60 16s linear -4s infinite;opacity:.9889;transform:translate(35.1597vw,-10px) scale(.6963)}@keyframes fall-60{62.139%{transform:translate(34.7612vw,62.139vh) scale(.6963)}to{transform:translate(34.96045vw,100vh) scale(.6963)}}.christmas .snow:nth-child(61){animation:fall-61 22s linear -16s infinite;opacity:.6158;transform:translate(86.7886vw,-10px) scale(.7697)}@keyframes fall-61{52.633%{transform:translate(77.7322vw,52.633vh) scale(.7697)}to{transform:translate(82.2604vw,100vh) scale(.7697)}}.christmas .snow:nth-child(62){animation:fall-62 19s linear -7s infinite;opacity:.8069;transform:translate(39.7332vw,-10px) scale(.1321)}@keyframes fall-62{33.179%{transform:translate(43.4044vw,33.179vh) scale(.1321)}to{transform:translate(41.5688vw,100vh) scale(.1321)}}.christmas .snow:nth-child(63){animation:fall-63 18s linear -12s infinite;opacity:.9091;transform:translate(22.3242vw,-10px) scale(.5589)}@keyframes fall-63{58.07%{transform:translate(24.7452vw,58.07vh) scale(.5589)}to{transform:translate(23.5347vw,100vh) scale(.5589)}}.christmas .snow:nth-child(64){animation:fall-64 29s linear -1s infinite;opacity:.1405;transform:translate(40.4998vw,-10px) scale(.293)}@keyframes fall-64{57.914%{transform:translate(45.2648vw,57.914vh) scale(.293)}to{transform:translate(42.8823vw,100vh) scale(.293)}}.christmas .snow:nth-child(65){animation:fall-65 13s linear -22s infinite;opacity:.1779;transform:translate(99.9705vw,-10px) scale(.168)}@keyframes fall-65{64.257%{transform:translate(101.7244vw,64.257vh) scale(.168)}to{transform:translate(100.84745vw,100vh) scale(.168)}}.christmas .snow:nth-child(66){animation:fall-66 19s linear -25s infinite;opacity:.3207;transform:translate(52.8437vw,-10px) scale(.3402)}@keyframes fall-66{78.04%{transform:translate(61.1697vw,78.04vh) scale(.3402)}to{transform:translate(57.0067vw,100vh) scale(.3402)}}.christmas .snow:nth-child(67){animation:fall-67 29s linear -17s infinite;opacity:.0732;transform:translate(34.5817vw,-10px) scale(.2223)}@keyframes fall-67{58.953%{transform:translate(25.1841vw,58.953vh) scale(.2223)}to{transform:translate(29.8829vw,100vh) scale(.2223)}}.christmas .snow:nth-child(68){animation:fall-68 14s linear -14s infinite;opacity:.5164;transform:translate(9.4747vw,-10px) scale(.6749)}@keyframes fall-68{30.235%{transform:translate(1.5836vw,30.235vh) scale(.6749)}to{transform:translate(5.52915vw,100vh) scale(.6749)}}.christmas .snow:nth-child(69){animation:fall-69 22s linear -15s infinite;opacity:.8918;transform:translate(19.8309vw,-10px) scale(.8233)}@keyframes fall-69{46.079%{transform:translate(26.1224vw,46.079vh) scale(.8233)}to{transform:translate(22.97665vw,100vh) scale(.8233)}}.christmas .snow:nth-child(70){animation:fall-70 30s linear -25s infinite;opacity:.0178;transform:translate(68.4236vw,-10px) scale(.0722)}@keyframes fall-70{61.896%{transform:translate(77.0121vw,61.896vh) scale(.0722)}to{transform:translate(72.71785vw,100vh) scale(.0722)}}.christmas .snow:nth-child(71){animation:fall-71 24s linear -9s infinite;opacity:.4344;transform:translate(26.5588vw,-10px) scale(.2089)}@keyframes fall-71{69.089%{transform:translate(17.269vw,69.089vh) scale(.2089)}to{transform:translate(21.9139vw,100vh) scale(.2089)}}.christmas .snow:nth-child(72){animation:fall-72 26s linear -15s infinite;opacity:.701;transform:translate(70.1732vw,-10px) scale(.199)}@keyframes fall-72{66.877%{transform:translate(69.7858vw,66.877vh) scale(.199)}to{transform:translate(69.9795vw,100vh) scale(.199)}}.christmas .snow:nth-child(73){animation:fall-73 25s linear -13s infinite;opacity:.7301;transform:translate(18.789vw,-10px) scale(.1395)}@keyframes fall-73{40.329%{transform:translate(15.3299vw,40.329vh) scale(.1395)}to{transform:translate(17.05945vw,100vh) scale(.1395)}}.christmas .snow:nth-child(74){animation:fall-74 18s linear -21s infinite;opacity:.5914;transform:translate(54.7027vw,-10px) scale(.446)}@keyframes fall-74{70.949%{transform:translate(54.9069vw,70.949vh) scale(.446)}to{transform:translate(54.8048vw,100vh) scale(.446)}}.christmas .snow:nth-child(75){animation:fall-75 18s linear -20s infinite;opacity:.4116;transform:translate(16.7894vw,-10px) scale(.9244)}@keyframes fall-75{63.145%{transform:translate(23.4227vw,63.145vh) scale(.9244)}to{transform:translate(20.10605vw,100vh) scale(.9244)}}.christmas .snow:nth-child(76){animation:fall-76 24s linear -24s infinite;opacity:.556;transform:translate(2.5325vw,-10px) scale(.4907)}@keyframes fall-76{46.777%{transform:translate(-1.9971vw,46.777vh) scale(.4907)}to{transform:translate(.2677vw,100vh) scale(.4907)}}.christmas .snow:nth-child(77){animation:fall-77 24s linear -18s infinite;opacity:.9169;transform:translate(34.7137vw,-10px) scale(.2494)}@keyframes fall-77{73.029%{transform:translate(38.4736vw,73.029vh) scale(.2494)}to{transform:translate(36.59365vw,100vh) scale(.2494)}}.christmas .snow:nth-child(78){animation:fall-78 14s linear -17s infinite;opacity:.6287;transform:translate(43.8624vw,-10px) scale(.9697)}@keyframes fall-78{31.944%{transform:translate(36.4505vw,31.944vh) scale(.9697)}to{transform:translate(40.15645vw,100vh) scale(.9697)}}.christmas .snow:nth-child(79){animation:fall-79 20s linear -14s infinite;opacity:.2202;transform:translate(80.4517vw,-10px) scale(.5388)}@keyframes fall-79{67.879%{transform:translate(86.3599vw,67.879vh) scale(.5388)}to{transform:translate(83.4058vw,100vh) scale(.5388)}}.christmas .snow:nth-child(80){animation:fall-80 19s linear -9s infinite;opacity:.8464;transform:translate(57.9933vw,-10px) scale(.8995)}@keyframes fall-80{32.634%{transform:translate(57.1113vw,32.634vh) scale(.8995)}to{transform:translate(57.5523vw,100vh) scale(.8995)}}.christmas .snow:nth-child(81){animation:fall-81 23s linear -18s infinite;opacity:.7172;transform:translate(27.7529vw,-10px) scale(.8794)}@keyframes fall-81{75.963%{transform:translate(28.9927vw,75.963vh) scale(.8794)}to{transform:translate(28.3728vw,100vh) scale(.8794)}}.christmas .snow:nth-child(82){animation:fall-82 13s linear -21s infinite;opacity:.6385;transform:translate(82.4595vw,-10px) scale(.0273)}@keyframes fall-82{65.822%{transform:translate(82.09vw,65.822vh) scale(.0273)}to{transform:translate(82.27475vw,100vh) scale(.0273)}}.christmas .snow:nth-child(83){animation:fall-83 25s linear -28s infinite;opacity:.9176;transform:translate(52.2781vw,-10px) scale(.9057)}@keyframes fall-83{45.154%{transform:translate(48.1962vw,45.154vh) scale(.9057)}to{transform:translate(50.23715vw,100vh) scale(.9057)}}.christmas .snow:nth-child(84){animation:fall-84 28s linear -18s infinite;opacity:.6216;transform:translate(56.9063vw,-10px) scale(.5509)}@keyframes fall-84{75.161%{transform:translate(62.7751vw,75.161vh) scale(.5509)}to{transform:translate(59.8407vw,100vh) scale(.5509)}}.christmas .snow:nth-child(85){animation:fall-85 19s linear -4s infinite;opacity:.8481;transform:translate(82.2506vw,-10px) scale(.7784)}@keyframes fall-85{59.719%{transform:translate(80.2222vw,59.719vh) scale(.7784)}to{transform:translate(81.2364vw,100vh) scale(.7784)}}.christmas .snow:nth-child(86){animation:fall-86 13s linear -15s infinite;opacity:.0349;transform:translate(77.2921vw,-10px) scale(.9416)}@keyframes fall-86{39.569%{transform:translate(67.3287vw,39.569vh) scale(.9416)}to{transform:translate(72.3104vw,100vh) scale(.9416)}}.christmas .snow:nth-child(87){animation:fall-87 21s linear -8s infinite;opacity:.7118;transform:translate(63.1827vw,-10px) scale(.3574)}@keyframes fall-87{71.356%{transform:translate(68.2846vw,71.356vh) scale(.3574)}to{transform:translate(65.73365vw,100vh) scale(.3574)}}.christmas .snow:nth-child(88){animation:fall-88 14s linear -18s infinite;opacity:.3411;transform:translate(1.7254vw,-10px) scale(.3979)}@keyframes fall-88{53.04%{transform:translate(-5.1722vw,53.04vh) scale(.3979)}to{transform:translate(-1.7234vw,100vh) scale(.3979)}}.christmas .snow:nth-child(89){animation:fall-89 24s linear -28s infinite;opacity:.9256;transform:translate(65.8862vw,-10px) scale(.2222)}@keyframes fall-89{38.161%{transform:translate(59.0084vw,38.161vh) scale(.2222)}to{transform:translate(62.4473vw,100vh) scale(.2222)}}.christmas .snow:nth-child(90){animation:fall-90 19s linear -11s infinite;opacity:.8793;transform:translate(77.5252vw,-10px) scale(.3652)}@keyframes fall-90{54.237%{transform:translate(86.5589vw,54.237vh) scale(.3652)}to{transform:translate(82.04205vw,100vh) scale(.3652)}}.christmas .snow:nth-child(91){animation:fall-91 29s linear -22s infinite;opacity:.4084;transform:translate(7.5887vw,-10px) scale(.4866)}@keyframes fall-91{76.402%{transform:translate(2.0701vw,76.402vh) scale(.4866)}to{transform:translate(4.8294vw,100vh) scale(.4866)}}.christmas .snow:nth-child(92){animation:fall-92 11s linear -16s infinite;opacity:.8681;transform:translate(30.5456vw,-10px) scale(.8925)}@keyframes fall-92{71.471%{transform:translate(31.1588vw,71.471vh) scale(.8925)}to{transform:translate(30.8522vw,100vh) scale(.8925)}}.christmas .snow:nth-child(93){animation:fall-93 13s linear -9s infinite;opacity:.6504;transform:translate(81.6177vw,-10px) scale(.3083)}@keyframes fall-93{69.499%{transform:translate(73.2212vw,69.499vh) scale(.3083)}to{transform:translate(77.41945vw,100vh) scale(.3083)}}.christmas .snow:nth-child(94){animation:fall-94 19s linear -10s infinite;opacity:.1191;transform:translate(69.0001vw,-10px) scale(.8434)}@keyframes fall-94{53.128%{transform:translate(67.9561vw,53.128vh) scale(.8434)}to{transform:translate(68.4781vw,100vh) scale(.8434)}}.christmas .snow:nth-child(95){animation:fall-95 26s linear -19s infinite;opacity:.3409;transform:translate(9.5851vw,-10px) scale(.567)}@keyframes fall-95{36.872%{transform:translate(2.682vw,36.872vh) scale(.567)}to{transform:translate(6.13355vw,100vh) scale(.567)}}.christmas .snow:nth-child(96){animation:fall-96 25s linear -23s infinite;opacity:.3025;transform:translate(83.1797vw,-10px) scale(.6403)}@keyframes fall-96{50.976%{transform:translate(84.8998vw,50.976vh) scale(.6403)}to{transform:translate(84.03975vw,100vh) scale(.6403)}}.christmas .snow:nth-child(97){animation:fall-97 16s linear -26s infinite;opacity:.5448;transform:translate(6.6655vw,-10px) scale(.8539)}@keyframes fall-97{69.297%{transform:translate(11.4039vw,69.297vh) scale(.8539)}to{transform:translate(9.0347vw,100vh) scale(.8539)}}.christmas .snow:nth-child(98){animation:fall-98 15s linear -30s infinite;opacity:.4567;transform:translate(86.5018vw,-10px) scale(.544)}@keyframes fall-98{75.036%{transform:translate(79.0867vw,75.036vh) scale(.544)}to{transform:translate(82.79425vw,100vh) scale(.544)}}.christmas .snow:nth-child(99){animation:fall-99 16s linear -16s infinite;opacity:.2859;transform:translate(68.4652vw,-10px) scale(.7587)}@keyframes fall-99{71.342%{transform:translate(71.0958vw,71.342vh) scale(.7587)}to{transform:translate(69.7805vw,100vh) scale(.7587)}}.christmas .snow:nth-child(100){animation:fall-100 19s linear -12s infinite;opacity:.1782;transform:translate(33.221vw,-10px) scale(.6001)}@keyframes fall-100{45.909%{transform:translate(41.031vw,45.909vh) scale(.6001)}to{transform:translate(37.126vw,100vh) scale(.6001)}}.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}}