.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 19s linear -27s infinite;opacity:.8749;transform:translate(12.1555vw,-10px) scale(.4916)}@keyframes fall-1{46.025%{transform:translate(19.7614vw,46.025vh) scale(.4916)}to{transform:translate(15.95845vw,100vh) scale(.4916)}}.christmas .snow:nth-child(2){animation:fall-2 10s linear -18s infinite;opacity:.1922;transform:translate(86.5889vw,-10px) scale(.2593)}@keyframes fall-2{50.973%{transform:translate(82.0329vw,50.973vh) scale(.2593)}to{transform:translate(84.3109vw,100vh) scale(.2593)}}.christmas .snow:nth-child(3){animation:fall-3 14s linear -10s infinite;opacity:.9928;transform:translate(77.8451vw,-10px) scale(.0519)}@keyframes fall-3{48.538%{transform:translate(86.041vw,48.538vh) scale(.0519)}to{transform:translate(81.94305vw,100vh) scale(.0519)}}.christmas .snow:nth-child(4){animation:fall-4 10s linear -17s infinite;opacity:.4395;transform:translate(49.2637vw,-10px) scale(.6694)}@keyframes fall-4{34.241%{transform:translate(56.1749vw,34.241vh) scale(.6694)}to{transform:translate(52.7193vw,100vh) scale(.6694)}}.christmas .snow:nth-child(5){animation:fall-5 27s linear -25s infinite;opacity:.6588;transform:translate(77.6517vw,-10px) scale(.3148)}@keyframes fall-5{56.843%{transform:translate(67.8979vw,56.843vh) scale(.3148)}to{transform:translate(72.7748vw,100vh) scale(.3148)}}.christmas .snow:nth-child(6){animation:fall-6 13s linear -7s infinite;opacity:.4519;transform:translate(58.4542vw,-10px) scale(.9209)}@keyframes fall-6{31.309%{transform:translate(59.784vw,31.309vh) scale(.9209)}to{transform:translate(59.1191vw,100vh) scale(.9209)}}.christmas .snow:nth-child(7){animation:fall-7 28s linear -6s infinite;opacity:.5375;transform:translate(68.891vw,-10px) scale(.6187)}@keyframes fall-7{64.577%{transform:translate(63.9361vw,64.577vh) scale(.6187)}to{transform:translate(66.41355vw,100vh) scale(.6187)}}.christmas .snow:nth-child(8){animation:fall-8 24s linear -29s infinite;opacity:.7912;transform:translate(22.6522vw,-10px) scale(.215)}@keyframes fall-8{61.083%{transform:translate(12.7755vw,61.083vh) scale(.215)}to{transform:translate(17.71385vw,100vh) scale(.215)}}.christmas .snow:nth-child(9){animation:fall-9 16s linear -30s infinite;opacity:.8426;transform:translate(8.4755vw,-10px) scale(.0342)}@keyframes fall-9{47.341%{transform:translate(4.3335vw,47.341vh) scale(.0342)}to{transform:translate(6.4045vw,100vh) scale(.0342)}}.christmas .snow:nth-child(10){animation:fall-10 26s linear -3s infinite;opacity:.7686;transform:translate(49.5447vw,-10px) scale(.2898)}@keyframes fall-10{62.384%{transform:translate(57.1875vw,62.384vh) scale(.2898)}to{transform:translate(53.3661vw,100vh) scale(.2898)}}.christmas .snow:nth-child(11){animation:fall-11 12s linear -6s infinite;opacity:.1295;transform:translate(45.5857vw,-10px) scale(.356)}@keyframes fall-11{49.79%{transform:translate(43.4399vw,49.79vh) scale(.356)}to{transform:translate(44.5128vw,100vh) scale(.356)}}.christmas .snow:nth-child(12){animation:fall-12 26s linear -10s infinite;opacity:.6776;transform:translate(85.6399vw,-10px) scale(.1073)}@keyframes fall-12{38.867%{transform:translate(94.9445vw,38.867vh) scale(.1073)}to{transform:translate(90.2922vw,100vh) scale(.1073)}}.christmas .snow:nth-child(13){animation:fall-13 22s linear -14s infinite;opacity:.0351;transform:translate(63.6366vw,-10px) scale(.611)}@keyframes fall-13{66.118%{transform:translate(55.3602vw,66.118vh) scale(.611)}to{transform:translate(59.4984vw,100vh) scale(.611)}}.christmas .snow:nth-child(14){animation:fall-14 30s linear -17s infinite;opacity:.9764;transform:translate(78.4784vw,-10px) scale(.5414)}@keyframes fall-14{76.712%{transform:translate(84.5852vw,76.712vh) scale(.5414)}to{transform:translate(81.5318vw,100vh) scale(.5414)}}.christmas .snow:nth-child(15){animation:fall-15 12s linear -7s infinite;opacity:.0348;transform:translate(52.1354vw,-10px) scale(.3399)}@keyframes fall-15{54.039%{transform:translate(60.1444vw,54.039vh) scale(.3399)}to{transform:translate(56.1399vw,100vh) scale(.3399)}}.christmas .snow:nth-child(16){animation:fall-16 30s linear -16s infinite;opacity:.4637;transform:translate(58.0914vw,-10px) scale(.0391)}@keyframes fall-16{56.906%{transform:translate(52.4806vw,56.906vh) scale(.0391)}to{transform:translate(55.286vw,100vh) scale(.0391)}}.christmas .snow:nth-child(17){animation:fall-17 25s linear -30s infinite;opacity:.0777;transform:translate(67.0852vw,-10px) scale(.6471)}@keyframes fall-17{67.113%{transform:translate(66.5893vw,67.113vh) scale(.6471)}to{transform:translate(66.83725vw,100vh) scale(.6471)}}.christmas .snow:nth-child(18){animation:fall-18 22s linear -12s infinite;opacity:.5786;transform:translate(41.2826vw,-10px) scale(.9214)}@keyframes fall-18{52.296%{transform:translate(39.2518vw,52.296vh) scale(.9214)}to{transform:translate(40.2672vw,100vh) scale(.9214)}}.christmas .snow:nth-child(19){animation:fall-19 14s linear -19s infinite;opacity:.5886;transform:translate(65.6667vw,-10px) scale(.6797)}@keyframes fall-19{74.665%{transform:translate(69.8649vw,74.665vh) scale(.6797)}to{transform:translate(67.7658vw,100vh) scale(.6797)}}.christmas .snow:nth-child(20){animation:fall-20 23s linear -26s infinite;opacity:.6723;transform:translate(19.9569vw,-10px) scale(.4411)}@keyframes fall-20{68.755%{transform:translate(24.3138vw,68.755vh) scale(.4411)}to{transform:translate(22.13535vw,100vh) scale(.4411)}}.christmas .snow:nth-child(21){animation:fall-21 30s linear -11s infinite;opacity:.8397;transform:translate(55.5097vw,-10px) scale(.6504)}@keyframes fall-21{66.218%{transform:translate(58.5825vw,66.218vh) scale(.6504)}to{transform:translate(57.0461vw,100vh) scale(.6504)}}.christmas .snow:nth-child(22){animation:fall-22 16s linear -8s infinite;opacity:.3211;transform:translate(47.5706vw,-10px) scale(.7931)}@keyframes fall-22{37.248%{transform:translate(48.8631vw,37.248vh) scale(.7931)}to{transform:translate(48.21685vw,100vh) scale(.7931)}}.christmas .snow:nth-child(23){animation:fall-23 14s linear -30s infinite;opacity:.0033;transform:translate(42.4905vw,-10px) scale(.3821)}@keyframes fall-23{71.022%{transform:translate(46.352vw,71.022vh) scale(.3821)}to{transform:translate(44.42125vw,100vh) scale(.3821)}}.christmas .snow:nth-child(24){animation:fall-24 14s linear -3s infinite;opacity:.5514;transform:translate(18.8391vw,-10px) scale(.0637)}@keyframes fall-24{56.343%{transform:translate(10.1207vw,56.343vh) scale(.0637)}to{transform:translate(14.4799vw,100vh) scale(.0637)}}.christmas .snow:nth-child(25){animation:fall-25 12s linear -8s infinite;opacity:.7977;transform:translate(47.085vw,-10px) scale(.4558)}@keyframes fall-25{50.156%{transform:translate(43.4814vw,50.156vh) scale(.4558)}to{transform:translate(45.2832vw,100vh) scale(.4558)}}.christmas .snow:nth-child(26){animation:fall-26 30s linear -27s infinite;opacity:.7142;transform:translate(82.1724vw,-10px) scale(.0478)}@keyframes fall-26{60.2%{transform:translate(86.4751vw,60.2vh) scale(.0478)}to{transform:translate(84.32375vw,100vh) scale(.0478)}}.christmas .snow:nth-child(27){animation:fall-27 13s linear -15s infinite;opacity:.6512;transform:translate(91.0014vw,-10px) scale(.9805)}@keyframes fall-27{68.387%{transform:translate(100.0719vw,68.387vh) scale(.9805)}to{transform:translate(95.53665vw,100vh) scale(.9805)}}.christmas .snow:nth-child(28){animation:fall-28 13s linear -30s infinite;opacity:.3099;transform:translate(3.8173vw,-10px) scale(.7463)}@keyframes fall-28{71.181%{transform:translate(4.5671vw,71.181vh) scale(.7463)}to{transform:translate(4.1922vw,100vh) scale(.7463)}}.christmas .snow:nth-child(29){animation:fall-29 13s linear -1s infinite;opacity:.1625;transform:translate(58.4778vw,-10px) scale(.9314)}@keyframes fall-29{56.293%{transform:translate(66.1625vw,56.293vh) scale(.9314)}to{transform:translate(62.32015vw,100vh) scale(.9314)}}.christmas .snow:nth-child(30){animation:fall-30 12s linear -4s infinite;opacity:.8334;transform:translate(34.3551vw,-10px) scale(.8826)}@keyframes fall-30{52.256%{transform:translate(37.9383vw,52.256vh) scale(.8826)}to{transform:translate(36.1467vw,100vh) scale(.8826)}}.christmas .snow:nth-child(31){animation:fall-31 24s linear -1s infinite;opacity:.7848;transform:translate(79.0946vw,-10px) scale(.9732)}@keyframes fall-31{33.165%{transform:translate(74.9142vw,33.165vh) scale(.9732)}to{transform:translate(77.0044vw,100vh) scale(.9732)}}.christmas .snow:nth-child(32){animation:fall-32 30s linear -7s infinite;opacity:.0686;transform:translate(69.7217vw,-10px) scale(.302)}@keyframes fall-32{30.859%{transform:translate(79.0331vw,30.859vh) scale(.302)}to{transform:translate(74.3774vw,100vh) scale(.302)}}.christmas .snow:nth-child(33){animation:fall-33 28s linear -13s infinite;opacity:.1556;transform:translate(6.9912vw,-10px) scale(.5423)}@keyframes fall-33{78.859%{transform:translate(1.7111vw,78.859vh) scale(.5423)}to{transform:translate(4.35115vw,100vh) scale(.5423)}}.christmas .snow:nth-child(34){animation:fall-34 11s linear -29s infinite;opacity:.5409;transform:translate(34.848vw,-10px) scale(.9978)}@keyframes fall-34{40.308%{transform:translate(27.9315vw,40.308vh) scale(.9978)}to{transform:translate(31.38975vw,100vh) scale(.9978)}}.christmas .snow:nth-child(35){animation:fall-35 21s linear -18s infinite;opacity:.9881;transform:translate(25.0457vw,-10px) scale(.3847)}@keyframes fall-35{30.131%{transform:translate(24.9624vw,30.131vh) scale(.3847)}to{transform:translate(25.00405vw,100vh) scale(.3847)}}.christmas .snow:nth-child(36){animation:fall-36 28s linear -29s infinite;opacity:.4688;transform:translate(94.7922vw,-10px) scale(.8613)}@keyframes fall-36{43.809%{transform:translate(87.3485vw,43.809vh) scale(.8613)}to{transform:translate(91.07035vw,100vh) scale(.8613)}}.christmas .snow:nth-child(37){animation:fall-37 20s linear -19s infinite;opacity:.3422;transform:translate(8.1496vw,-10px) scale(.3294)}@keyframes fall-37{62.75%{transform:translate(-1.2783vw,62.75vh) scale(.3294)}to{transform:translate(3.43565vw,100vh) scale(.3294)}}.christmas .snow:nth-child(38){animation:fall-38 23s linear -27s infinite;opacity:.5183;transform:translate(2.9088vw,-10px) scale(.5323)}@keyframes fall-38{58.182%{transform:translate(6.1924vw,58.182vh) scale(.5323)}to{transform:translate(4.5506vw,100vh) scale(.5323)}}.christmas .snow:nth-child(39){animation:fall-39 25s linear -26s infinite;opacity:.0841;transform:translate(31.7397vw,-10px) scale(.4184)}@keyframes fall-39{50.533%{transform:translate(34.4294vw,50.533vh) scale(.4184)}to{transform:translate(33.08455vw,100vh) scale(.4184)}}.christmas .snow:nth-child(40){animation:fall-40 16s linear -29s infinite;opacity:.6285;transform:translate(17.0503vw,-10px) scale(.8645)}@keyframes fall-40{74.982%{transform:translate(12.4044vw,74.982vh) scale(.8645)}to{transform:translate(14.72735vw,100vh) scale(.8645)}}.christmas .snow:nth-child(41){animation:fall-41 13s linear -5s infinite;opacity:.0963;transform:translate(10.273vw,-10px) scale(.0213)}@keyframes fall-41{41.445%{transform:translate(10.0252vw,41.445vh) scale(.0213)}to{transform:translate(10.1491vw,100vh) scale(.0213)}}.christmas .snow:nth-child(42){animation:fall-42 21s linear -11s infinite;opacity:.3159;transform:translate(55.4235vw,-10px) scale(.9484)}@keyframes fall-42{62.162%{transform:translate(52.7951vw,62.162vh) scale(.9484)}to{transform:translate(54.1093vw,100vh) scale(.9484)}}.christmas .snow:nth-child(43){animation:fall-43 29s linear -11s infinite;opacity:.7762;transform:translate(91.318vw,-10px) scale(.1663)}@keyframes fall-43{59.107%{transform:translate(89.2419vw,59.107vh) scale(.1663)}to{transform:translate(90.27995vw,100vh) scale(.1663)}}.christmas .snow:nth-child(44){animation:fall-44 10s linear -27s infinite;opacity:.3233;transform:translate(82.6199vw,-10px) scale(.8306)}@keyframes fall-44{71.013%{transform:translate(82.6454vw,71.013vh) scale(.8306)}to{transform:translate(82.63265vw,100vh) scale(.8306)}}.christmas .snow:nth-child(45){animation:fall-45 26s linear -19s infinite;opacity:.7298;transform:translate(43.8717vw,-10px) scale(.7686)}@keyframes fall-45{73.373%{transform:translate(42.1541vw,73.373vh) scale(.7686)}to{transform:translate(43.0129vw,100vh) scale(.7686)}}.christmas .snow:nth-child(46){animation:fall-46 12s linear -25s infinite;opacity:.3414;transform:translate(7.9072vw,-10px) scale(.7671)}@keyframes fall-46{74.432%{transform:translate(17.8882vw,74.432vh) scale(.7671)}to{transform:translate(12.8977vw,100vh) scale(.7671)}}.christmas .snow:nth-child(47){animation:fall-47 14s linear -16s infinite;opacity:.713;transform:translate(49.9375vw,-10px) scale(.7304)}@keyframes fall-47{38.868%{transform:translate(43.2431vw,38.868vh) scale(.7304)}to{transform:translate(46.5903vw,100vh) scale(.7304)}}.christmas .snow:nth-child(48){animation:fall-48 16s linear -26s infinite;opacity:.5268;transform:translate(54.0801vw,-10px) scale(.3433)}@keyframes fall-48{48.866%{transform:translate(46.4569vw,48.866vh) scale(.3433)}to{transform:translate(50.2685vw,100vh) scale(.3433)}}.christmas .snow:nth-child(49){animation:fall-49 13s linear -9s infinite;opacity:.383;transform:translate(63.619vw,-10px) scale(.6743)}@keyframes fall-49{66.187%{transform:translate(58.6946vw,66.187vh) scale(.6743)}to{transform:translate(61.1568vw,100vh) scale(.6743)}}.christmas .snow:nth-child(50){animation:fall-50 10s linear -17s infinite;opacity:.2788;transform:translate(61.2919vw,-10px) scale(.5139)}@keyframes fall-50{70.207%{transform:translate(51.9735vw,70.207vh) scale(.5139)}to{transform:translate(56.6327vw,100vh) scale(.5139)}}.christmas .snow:nth-child(51){animation:fall-51 15s linear -26s infinite;opacity:.8879;transform:translate(60.4838vw,-10px) scale(.6837)}@keyframes fall-51{69.468%{transform:translate(52.3352vw,69.468vh) scale(.6837)}to{transform:translate(56.4095vw,100vh) scale(.6837)}}.christmas .snow:nth-child(52){animation:fall-52 22s linear -21s infinite;opacity:.269;transform:translate(81.6114vw,-10px) scale(.2737)}@keyframes fall-52{74.478%{transform:translate(82.631vw,74.478vh) scale(.2737)}to{transform:translate(82.1212vw,100vh) scale(.2737)}}.christmas .snow:nth-child(53){animation:fall-53 19s linear -29s infinite;opacity:.9361;transform:translate(12.5354vw,-10px) scale(.5359)}@keyframes fall-53{63.683%{transform:translate(21.039vw,63.683vh) scale(.5359)}to{transform:translate(16.7872vw,100vh) scale(.5359)}}.christmas .snow:nth-child(54){animation:fall-54 22s linear -10s infinite;opacity:.8876;transform:translate(81.931vw,-10px) scale(.4318)}@keyframes fall-54{31.228%{transform:translate(82.7244vw,31.228vh) scale(.4318)}to{transform:translate(82.3277vw,100vh) scale(.4318)}}.christmas .snow:nth-child(55){animation:fall-55 19s linear -28s infinite;opacity:.2588;transform:translate(30.5044vw,-10px) scale(.3054)}@keyframes fall-55{65.01%{transform:translate(30.5231vw,65.01vh) scale(.3054)}to{transform:translate(30.51375vw,100vh) scale(.3054)}}.christmas .snow:nth-child(56){animation:fall-56 21s linear -29s infinite;opacity:.1371;transform:translate(20.4735vw,-10px) scale(.1199)}@keyframes fall-56{68.285%{transform:translate(22.7293vw,68.285vh) scale(.1199)}to{transform:translate(21.6014vw,100vh) scale(.1199)}}.christmas .snow:nth-child(57){animation:fall-57 11s linear -10s infinite;opacity:.1536;transform:translate(90.3854vw,-10px) scale(.1555)}@keyframes fall-57{43.902%{transform:translate(83.1682vw,43.902vh) scale(.1555)}to{transform:translate(86.7768vw,100vh) scale(.1555)}}.christmas .snow:nth-child(58){animation:fall-58 30s linear -30s infinite;opacity:.8971;transform:translate(19.954vw,-10px) scale(.1886)}@keyframes fall-58{58.648%{transform:translate(25.1724vw,58.648vh) scale(.1886)}to{transform:translate(22.5632vw,100vh) scale(.1886)}}.christmas .snow:nth-child(59){animation:fall-59 22s linear -26s infinite;opacity:.3686;transform:translate(23.0465vw,-10px) scale(.1891)}@keyframes fall-59{47.614%{transform:translate(16.4585vw,47.614vh) scale(.1891)}to{transform:translate(19.7525vw,100vh) scale(.1891)}}.christmas .snow:nth-child(60){animation:fall-60 13s linear -16s infinite;opacity:.6345;transform:translate(83.5285vw,-10px) scale(.7257)}@keyframes fall-60{44.95%{transform:translate(83.3222vw,44.95vh) scale(.7257)}to{transform:translate(83.42535vw,100vh) scale(.7257)}}.christmas .snow:nth-child(61){animation:fall-61 13s linear -16s infinite;opacity:.8641;transform:translate(12.7554vw,-10px) scale(.2955)}@keyframes fall-61{79.43%{transform:translate(17.572vw,79.43vh) scale(.2955)}to{transform:translate(15.1637vw,100vh) scale(.2955)}}.christmas .snow:nth-child(62){animation:fall-62 19s linear -29s infinite;opacity:.4045;transform:translate(80.9874vw,-10px) scale(.9649)}@keyframes fall-62{46.001%{transform:translate(86.786vw,46.001vh) scale(.9649)}to{transform:translate(83.8867vw,100vh) scale(.9649)}}.christmas .snow:nth-child(63){animation:fall-63 19s linear -6s infinite;opacity:.749;transform:translate(90.0349vw,-10px) scale(.6369)}@keyframes fall-63{57.969%{transform:translate(99.2294vw,57.969vh) scale(.6369)}to{transform:translate(94.63215vw,100vh) scale(.6369)}}.christmas .snow:nth-child(64){animation:fall-64 18s linear -9s infinite;opacity:.7861;transform:translate(73.19vw,-10px) scale(.9226)}@keyframes fall-64{57.358%{transform:translate(75.3749vw,57.358vh) scale(.9226)}to{transform:translate(74.28245vw,100vh) scale(.9226)}}.christmas .snow:nth-child(65){animation:fall-65 19s linear -27s infinite;opacity:.2816;transform:translate(70.6489vw,-10px) scale(.0445)}@keyframes fall-65{70.938%{transform:translate(78.1077vw,70.938vh) scale(.0445)}to{transform:translate(74.3783vw,100vh) scale(.0445)}}.christmas .snow:nth-child(66){animation:fall-66 21s linear -30s infinite;opacity:.8368;transform:translate(13.6791vw,-10px) scale(.5902)}@keyframes fall-66{61.482%{transform:translate(15.8691vw,61.482vh) scale(.5902)}to{transform:translate(14.7741vw,100vh) scale(.5902)}}.christmas .snow:nth-child(67){animation:fall-67 13s linear -7s infinite;opacity:.0303;transform:translate(57.7717vw,-10px) scale(.9282)}@keyframes fall-67{79.418%{transform:translate(57.7327vw,79.418vh) scale(.9282)}to{transform:translate(57.7522vw,100vh) scale(.9282)}}.christmas .snow:nth-child(68){animation:fall-68 25s linear -15s infinite;opacity:.3957;transform:translate(31.5042vw,-10px) scale(.8595)}@keyframes fall-68{43.535%{transform:translate(30.9145vw,43.535vh) scale(.8595)}to{transform:translate(31.20935vw,100vh) scale(.8595)}}.christmas .snow:nth-child(69){animation:fall-69 23s linear -12s infinite;opacity:.2396;transform:translate(18.1293vw,-10px) scale(.2654)}@keyframes fall-69{76.058%{transform:translate(15.177vw,76.058vh) scale(.2654)}to{transform:translate(16.65315vw,100vh) scale(.2654)}}.christmas .snow:nth-child(70){animation:fall-70 21s linear -3s infinite;opacity:.6476;transform:translate(66.5058vw,-10px) scale(.5205)}@keyframes fall-70{62.588%{transform:translate(66.4527vw,62.588vh) scale(.5205)}to{transform:translate(66.47925vw,100vh) scale(.5205)}}.christmas .snow:nth-child(71){animation:fall-71 21s linear -21s infinite;opacity:.5827;transform:translate(3.0442vw,-10px) scale(.8321)}@keyframes fall-71{79.197%{transform:translate(11.5476vw,79.197vh) scale(.8321)}to{transform:translate(7.2959vw,100vh) scale(.8321)}}.christmas .snow:nth-child(72){animation:fall-72 25s linear -18s infinite;opacity:.5359;transform:translate(99.8174vw,-10px) scale(.2386)}@keyframes fall-72{56.035%{transform:translate(92.6658vw,56.035vh) scale(.2386)}to{transform:translate(96.2416vw,100vh) scale(.2386)}}.christmas .snow:nth-child(73){animation:fall-73 22s linear -22s infinite;opacity:.4475;transform:translate(71.7936vw,-10px) scale(.2004)}@keyframes fall-73{68.158%{transform:translate(72.6616vw,68.158vh) scale(.2004)}to{transform:translate(72.2276vw,100vh) scale(.2004)}}.christmas .snow:nth-child(74){animation:fall-74 27s linear -5s infinite;opacity:.2809;transform:translate(34.3679vw,-10px) scale(.443)}@keyframes fall-74{40.122%{transform:translate(42.5533vw,40.122vh) scale(.443)}to{transform:translate(38.4606vw,100vh) scale(.443)}}.christmas .snow:nth-child(75){animation:fall-75 12s linear -10s infinite;opacity:.4107;transform:translate(75.6679vw,-10px) scale(.4698)}@keyframes fall-75{48.247%{transform:translate(70.4601vw,48.247vh) scale(.4698)}to{transform:translate(73.064vw,100vh) scale(.4698)}}.christmas .snow:nth-child(76){animation:fall-76 17s linear -25s infinite;opacity:.678;transform:translate(59.9623vw,-10px) scale(.1305)}@keyframes fall-76{79.544%{transform:translate(60.3148vw,79.544vh) scale(.1305)}to{transform:translate(60.13855vw,100vh) scale(.1305)}}.christmas .snow:nth-child(77){animation:fall-77 18s linear -11s infinite;opacity:.5746;transform:translate(50.6816vw,-10px) scale(.5872)}@keyframes fall-77{68.72%{transform:translate(56.1747vw,68.72vh) scale(.5872)}to{transform:translate(53.42815vw,100vh) scale(.5872)}}.christmas .snow:nth-child(78){animation:fall-78 28s linear -12s infinite;opacity:.8689;transform:translate(90.9364vw,-10px) scale(.8865)}@keyframes fall-78{53.166%{transform:translate(84.788vw,53.166vh) scale(.8865)}to{transform:translate(87.8622vw,100vh) scale(.8865)}}.christmas .snow:nth-child(79){animation:fall-79 22s linear -25s infinite;opacity:.748;transform:translate(13.6113vw,-10px) scale(.4796)}@keyframes fall-79{67.118%{transform:translate(21.2279vw,67.118vh) scale(.4796)}to{transform:translate(17.4196vw,100vh) scale(.4796)}}.christmas .snow:nth-child(80){animation:fall-80 27s linear -11s infinite;opacity:.7671;transform:translate(57.1007vw,-10px) scale(.2394)}@keyframes fall-80{73.923%{transform:translate(59.7286vw,73.923vh) scale(.2394)}to{transform:translate(58.41465vw,100vh) scale(.2394)}}.christmas .snow:nth-child(81){animation:fall-81 14s linear -27s infinite;opacity:.0629;transform:translate(37.1657vw,-10px) scale(.2004)}@keyframes fall-81{59.038%{transform:translate(33.0352vw,59.038vh) scale(.2004)}to{transform:translate(35.10045vw,100vh) scale(.2004)}}.christmas .snow:nth-child(82){animation:fall-82 25s linear -21s infinite;opacity:.2042;transform:translate(70.2755vw,-10px) scale(.1753)}@keyframes fall-82{56.209%{transform:translate(68.0732vw,56.209vh) scale(.1753)}to{transform:translate(69.17435vw,100vh) scale(.1753)}}.christmas .snow:nth-child(83){animation:fall-83 17s linear -28s infinite;opacity:.5104;transform:translate(60.589vw,-10px) scale(.8216)}@keyframes fall-83{36.397%{transform:translate(52.7216vw,36.397vh) scale(.8216)}to{transform:translate(56.6553vw,100vh) scale(.8216)}}.christmas .snow:nth-child(84){animation:fall-84 23s linear -18s infinite;opacity:.3716;transform:translate(7.2795vw,-10px) scale(.6827)}@keyframes fall-84{62.289%{transform:translate(-1.1853vw,62.289vh) scale(.6827)}to{transform:translate(3.0471vw,100vh) scale(.6827)}}.christmas .snow:nth-child(85){animation:fall-85 24s linear -9s infinite;opacity:.5092;transform:translate(90.2966vw,-10px) scale(.8049)}@keyframes fall-85{44.589%{transform:translate(92.1319vw,44.589vh) scale(.8049)}to{transform:translate(91.21425vw,100vh) scale(.8049)}}.christmas .snow:nth-child(86){animation:fall-86 20s linear -29s infinite;opacity:.1318;transform:translate(49.205vw,-10px) scale(.1898)}@keyframes fall-86{48.579%{transform:translate(40.7612vw,48.579vh) scale(.1898)}to{transform:translate(44.9831vw,100vh) scale(.1898)}}.christmas .snow:nth-child(87){animation:fall-87 14s linear -23s infinite;opacity:.0604;transform:translate(30.3103vw,-10px) scale(.5077)}@keyframes fall-87{68.906%{transform:translate(29.5301vw,68.906vh) scale(.5077)}to{transform:translate(29.9202vw,100vh) scale(.5077)}}.christmas .snow:nth-child(88){animation:fall-88 16s linear -10s infinite;opacity:.8265;transform:translate(10.6726vw,-10px) scale(.8526)}@keyframes fall-88{70.79%{transform:translate(9.8516vw,70.79vh) scale(.8526)}to{transform:translate(10.2621vw,100vh) scale(.8526)}}.christmas .snow:nth-child(89){animation:fall-89 16s linear -6s infinite;opacity:.2168;transform:translate(52.3266vw,-10px) scale(.7511)}@keyframes fall-89{54.267%{transform:translate(45.672vw,54.267vh) scale(.7511)}to{transform:translate(48.9993vw,100vh) scale(.7511)}}.christmas .snow:nth-child(90){animation:fall-90 17s linear -7s infinite;opacity:.5077;transform:translate(64.1993vw,-10px) scale(.3475)}@keyframes fall-90{63.05%{transform:translate(62.1929vw,63.05vh) scale(.3475)}to{transform:translate(63.1961vw,100vh) scale(.3475)}}.christmas .snow:nth-child(91){animation:fall-91 28s linear -19s infinite;opacity:.4225;transform:translate(92.0885vw,-10px) scale(.9121)}@keyframes fall-91{38.868%{transform:translate(92.1223vw,38.868vh) scale(.9121)}to{transform:translate(92.1054vw,100vh) scale(.9121)}}.christmas .snow:nth-child(92){animation:fall-92 14s linear -14s infinite;opacity:.8915;transform:translate(83.9767vw,-10px) scale(.2376)}@keyframes fall-92{49.27%{transform:translate(75.7634vw,49.27vh) scale(.2376)}to{transform:translate(79.87005vw,100vh) scale(.2376)}}.christmas .snow:nth-child(93){animation:fall-93 30s linear -28s infinite;opacity:.8363;transform:translate(21.1191vw,-10px) scale(.3553)}@keyframes fall-93{76.053%{transform:translate(19.1802vw,76.053vh) scale(.3553)}to{transform:translate(20.14965vw,100vh) scale(.3553)}}.christmas .snow:nth-child(94){animation:fall-94 13s linear -21s infinite;opacity:.5082;transform:translate(22.3vw,-10px) scale(.6286)}@keyframes fall-94{34.139%{transform:translate(24.0944vw,34.139vh) scale(.6286)}to{transform:translate(23.1972vw,100vh) scale(.6286)}}.christmas .snow:nth-child(95){animation:fall-95 26s linear -2s infinite;opacity:.9281;transform:translate(47.2269vw,-10px) scale(.3487)}@keyframes fall-95{35.262%{transform:translate(47.7947vw,35.262vh) scale(.3487)}to{transform:translate(47.5108vw,100vh) scale(.3487)}}.christmas .snow:nth-child(96){animation:fall-96 19s linear -27s infinite;opacity:.7264;transform:translate(12.7321vw,-10px) scale(.4382)}@keyframes fall-96{66.6%{transform:translate(11.5347vw,66.6vh) scale(.4382)}to{transform:translate(12.1334vw,100vh) scale(.4382)}}.christmas .snow:nth-child(97){animation:fall-97 17s linear -17s infinite;opacity:.8619;transform:translate(17.7317vw,-10px) scale(.3282)}@keyframes fall-97{70.021%{transform:translate(20.484vw,70.021vh) scale(.3282)}to{transform:translate(19.10785vw,100vh) scale(.3282)}}.christmas .snow:nth-child(98){animation:fall-98 26s linear -4s infinite;opacity:.9184;transform:translate(71.9555vw,-10px) scale(.1503)}@keyframes fall-98{44.188%{transform:translate(81.4315vw,44.188vh) scale(.1503)}to{transform:translate(76.6935vw,100vh) scale(.1503)}}.christmas .snow:nth-child(99){animation:fall-99 26s linear -18s infinite;opacity:.2512;transform:translate(44.963vw,-10px) scale(.3703)}@keyframes fall-99{30.434%{transform:translate(54.2653vw,30.434vh) scale(.3703)}to{transform:translate(49.61415vw,100vh) scale(.3703)}}.christmas .snow:nth-child(100){animation:fall-100 10s linear -20s infinite;opacity:.0259;transform:translate(11.0796vw,-10px) scale(.8031)}@keyframes fall-100{56.94%{transform:translate(6.0593vw,56.94vh) scale(.8031)}to{transform:translate(8.56945vw,100vh) scale(.8031)}}.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}}