.AudioPlayer-module__IjKSrG__player{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);border-radius:16px;align-items:center;gap:16px;margin:1.5rem 0;padding:16px 20px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px #0f346059}.AudioPlayer-module__IjKSrG__player:before,.AudioPlayer-module__IjKSrG__player:after{content:"";filter:blur(20px);pointer-events:none;background:#ffffff0f;border-radius:50%;position:absolute}.AudioPlayer-module__IjKSrG__player:before{width:100px;height:100px;top:-30%;right:10%}.AudioPlayer-module__IjKSrG__player:after{width:60px;height:60px;bottom:-20%;left:60%}.AudioPlayer-module__IjKSrG__playBtn{z-index:1;background:linear-gradient(135deg, var(--color-primary) 0%, #a01020 100%);cursor:pointer;color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 16px #b71c1c66}.AudioPlayer-module__IjKSrG__playBtn:hover{transform:scale(1.08);box-shadow:0 6px 24px #b71c1c8c}.AudioPlayer-module__IjKSrG__playBtnLabel{text-transform:uppercase;letter-spacing:.08em;color:#fff9;text-align:center;white-space:nowrap;margin-top:4px;font-size:.625rem;font-weight:700;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.AudioPlayer-module__IjKSrG__info{z-index:1;flex:1;min-width:0;position:relative}.AudioPlayer-module__IjKSrG__label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary-light,#d32f2f);align-items:center;gap:6px;margin-bottom:4px;font-size:.6875rem;font-weight:700;display:flex}.AudioPlayer-module__IjKSrG__title{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9375rem;font-weight:700;overflow:hidden}.AudioPlayer-module__IjKSrG__progressWrap{cursor:pointer;background:#ffffff1f;border-radius:3px;height:6px;margin-top:10px;position:relative;overflow:hidden}.AudioPlayer-module__IjKSrG__progressBar{background:linear-gradient(90deg, var(--color-primary) 0%, #e85d5d 100%);border-radius:3px;height:100%;transition:width .15s linear;position:relative}.AudioPlayer-module__IjKSrG__progressBar:after{content:"";opacity:0;background:#fff;border-radius:50%;width:12px;height:12px;transition:opacity .2s;position:absolute;top:-3px;right:-4px;box-shadow:0 2px 6px #0000004d}.AudioPlayer-module__IjKSrG__progressWrap:hover .AudioPlayer-module__IjKSrG__progressBar:after{opacity:1}.AudioPlayer-module__IjKSrG__timer{z-index:1;color:#ffffffb3;white-space:nowrap;font-variant-numeric:tabular-nums;background:#ffffff14;border-radius:8px;flex-shrink:0;padding:6px 12px;font-size:.8125rem;font-weight:600;position:relative}@media (max-width:600px){.AudioPlayer-module__IjKSrG__player{flex-wrap:wrap;gap:12px;padding:14px 16px}.AudioPlayer-module__IjKSrG__playBtn{width:44px;height:44px}.AudioPlayer-module__IjKSrG__title{font-size:.8125rem}.AudioPlayer-module__IjKSrG__timer{padding:4px 10px;font-size:.75rem}}
.ImageLightbox-module__4sRi4G__overlay{z-index:9999;-webkit-backdrop-filter:blur(14px)saturate(120%);backdrop-filter:blur(14px)saturate(120%);background-color:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ImageLightbox-module__4sRi4G__content{-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:3rem 4rem;display:flex;position:relative}.ImageLightbox-module__4sRi4G__closeBtn{color:#fff;cursor:pointer;z-index:10;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex;position:absolute;top:1.25rem;right:1.5rem}.ImageLightbox-module__4sRi4G__closeBtn:hover{background:#ffffff4d}.ImageLightbox-module__4sRi4G__counter{color:#fffc;letter-spacing:.05em;z-index:10;font-size:.875rem;font-weight:500;position:absolute;top:1.5rem;left:50%;transform:translate(-50%)}.ImageLightbox-module__4sRi4G__imageArea{flex:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.ImageLightbox-module__4sRi4G__imageWrap{justify-content:center;align-items:center;max-width:85vw;max-height:calc(100vh - 180px);display:flex}.ImageLightbox-module__4sRi4G__image{object-fit:contain;pointer-events:none;border-radius:8px;max-width:100%;max-height:calc(100vh - 180px);box-shadow:0 8px 40px #0000001f}.ImageLightbox-module__4sRi4G__arrowLeft,.ImageLightbox-module__4sRi4G__arrowRight{color:#fff;cursor:pointer;z-index:10;background:#ffffff26;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ImageLightbox-module__4sRi4G__arrowLeft:hover,.ImageLightbox-module__4sRi4G__arrowRight:hover{background:#ffffff4d;border-color:#fff6}.ImageLightbox-module__4sRi4G__arrowLeft{left:1.5rem}.ImageLightbox-module__4sRi4G__arrowRight{right:1.5rem}@media (max-width:768px){.ImageLightbox-module__4sRi4G__arrowLeft,.ImageLightbox-module__4sRi4G__arrowRight{width:40px;height:40px}.ImageLightbox-module__4sRi4G__arrowLeft{left:.5rem}.ImageLightbox-module__4sRi4G__arrowRight{right:.5rem}.ImageLightbox-module__4sRi4G__content{padding:3rem .5rem 1rem}.ImageLightbox-module__4sRi4G__imageWrap{max-width:100vw;max-height:calc(100dvh - 120px)}.ImageLightbox-module__4sRi4G__image{border-radius:0;max-height:calc(100dvh - 120px)}}.ImageLightbox-module__4sRi4G__thumbStrip{scrollbar-width:none;gap:6px;max-width:90vw;margin-top:1rem;padding:4px;display:flex;overflow-x:auto}.ImageLightbox-module__4sRi4G__thumbStrip::-webkit-scrollbar{display:none}.ImageLightbox-module__4sRi4G__lbThumb{cursor:pointer;opacity:.45;background:#00000008;border:2px solid #0000;border-radius:4px;flex-shrink:0;width:56px;height:66px;padding:0;transition:all .2s;overflow:hidden}.ImageLightbox-module__4sRi4G__lbThumb:hover{opacity:.75}.ImageLightbox-module__4sRi4G__lbThumbActive{opacity:1;border-color:var(--color-primary,#b71c1c)}.ImageLightbox-module__4sRi4G__lbThumb img{object-fit:contain;width:100%;height:100%}
.Product360Viewer-module__WYLouG__overlay{z-index:9999;justify-content:center;align-items:center;padding:1rem;animation:.3s forwards Product360Viewer-module__WYLouG__overlayIn;display:flex;position:fixed;inset:0}.Product360Viewer-module__WYLouG__overlayClosing{animation:.3s forwards Product360Viewer-module__WYLouG__overlayOut}@keyframes Product360Viewer-module__WYLouG__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes Product360Viewer-module__WYLouG__overlayOut{0%{opacity:1}to{opacity:0}}.Product360Viewer-module__WYLouG__player{aspect-ratio:4/3;background:#f8f8f8;border-radius:16px;width:100%;max-width:900px;animation:.4s cubic-bezier(.16,1,.3,1) forwards Product360Viewer-module__WYLouG__playerIn;position:relative;overflow:hidden;box-shadow:0 32px 100px #0009,0 0 0 1px #ffffff0f}.Product360Viewer-module__WYLouG__playerClosing{animation:.25s forwards Product360Viewer-module__WYLouG__playerOut}@keyframes Product360Viewer-module__WYLouG__playerIn{0%{opacity:0;transform:scale(.92)translateY(24px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes Product360Viewer-module__WYLouG__playerOut{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.92)translateY(24px)}}@media (max-width:767px){.Product360Viewer-module__WYLouG__overlay{align-items:center;padding:0}.Product360Viewer-module__WYLouG__player{aspect-ratio:auto;border-radius:0;width:100vw;max-width:none;height:100dvh}}.Product360Viewer-module__WYLouG__gradientTop{z-index:2;pointer-events:none;background:linear-gradient(#00000080 0%,#0000 100%);height:35%;position:absolute;top:0;left:0;right:0}.Product360Viewer-module__WYLouG__gradientBottom{z-index:2;pointer-events:none;background:linear-gradient(#0000 0%,#0009 100%);height:35%;position:absolute;bottom:0;left:0;right:0}.Product360Viewer-module__WYLouG__closeBtn{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fffc;cursor:pointer;background:#00000059;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.Product360Viewer-module__WYLouG__closeBtn:hover{color:#fff;background:#0000008c;transform:scale(1.08)}.Product360Viewer-module__WYLouG__titleArea{z-index:3;position:absolute;top:1.25rem;left:1.5rem}.Product360Viewer-module__WYLouG__titleText{color:#fff;text-shadow:0 2px 8px #00000080;margin:0;font-size:1.125rem;font-weight:700;line-height:1.3}.Product360Viewer-module__WYLouG__subtitleText{color:#fff9;text-shadow:0 1px 4px #0006;margin:.15rem 0 0;font-size:.8125rem;font-weight:400}@media (max-width:767px){.Product360Viewer-module__WYLouG__titleArea{top:.875rem;left:1rem}.Product360Viewer-module__WYLouG__titleText{font-size:.9375rem}.Product360Viewer-module__WYLouG__subtitleText{font-size:.75rem}}.Product360Viewer-module__WYLouG__canvas{z-index:1;touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;background:#f8f8f8;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Product360Viewer-module__WYLouG__canvas:active{cursor:grabbing}.Product360Viewer-module__WYLouG__frameImg{object-fit:contain;pointer-events:none;max-width:90%;max-height:90%}@media (max-width:767px){.Product360Viewer-module__WYLouG__frameImg{max-width:95%;max-height:85%}}.Product360Viewer-module__WYLouG__loader{justify-content:center;align-items:center;display:flex}.Product360Viewer-module__WYLouG__loaderCircle{justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.Product360Viewer-module__WYLouG__loaderSvg{width:100%;height:100%;transform:rotate(-90deg)}.Product360Viewer-module__WYLouG__loaderTrack{fill:none;stroke:#ffffff1a;stroke-width:4px}.Product360Viewer-module__WYLouG__loaderFill{fill:none;stroke:#fff;stroke-width:4px;stroke-linecap:round;stroke-dasharray:264;transition:stroke-dashoffset .15s}.Product360Viewer-module__WYLouG__loaderPercent{color:#fff;letter-spacing:.02em;font-size:.9375rem;font-weight:700;position:absolute}@media (max-width:767px){.Product360Viewer-module__WYLouG__loaderCircle{width:64px;height:64px}.Product360Viewer-module__WYLouG__loaderPercent{font-size:.8125rem}}.Product360Viewer-module__WYLouG__bottomBar{z-index:5;align-items:center;gap:.75rem;padding:.875rem 1.25rem;display:flex;position:absolute;bottom:0;left:0;right:0}.Product360Viewer-module__WYLouG__autoBtn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff9;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.Product360Viewer-module__WYLouG__autoBtn:hover{color:#fff;background:#fff3}.Product360Viewer-module__WYLouG__autoBtnActive{color:#fff;background:#ffffff2e}.Product360Viewer-module__WYLouG__progressTrack{background:#ffffff26;border-radius:2px;flex:1;height:2px;position:relative}.Product360Viewer-module__WYLouG__progressFill{background:#ffffff80;border-radius:2px;height:100%;transition:width 80ms linear}.Product360Viewer-module__WYLouG__progressThumb{background:#fff;border-radius:50%;width:8px;height:8px;transition:left 80ms linear;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 6px #fff6}.Product360Viewer-module__WYLouG__dragHint{color:#fff6;flex-shrink:0;align-items:center;display:flex}@media (max-width:767px){.Product360Viewer-module__WYLouG__bottomBar{gap:.5rem;padding:.625rem .75rem}}
.ProductVideoPlayer-module__Z4_97q__overlay{z-index:9999;justify-content:center;align-items:center;padding:1rem;animation:.3s forwards ProductVideoPlayer-module__Z4_97q__overlayIn;display:flex;position:fixed;inset:0}.ProductVideoPlayer-module__Z4_97q__overlayClosing{animation:.3s forwards ProductVideoPlayer-module__Z4_97q__overlayOut}@keyframes ProductVideoPlayer-module__Z4_97q__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes ProductVideoPlayer-module__Z4_97q__overlayOut{0%{opacity:1}to{opacity:0}}.ProductVideoPlayer-module__Z4_97q__player{aspect-ratio:16/9;background:#0d0d0d;border-radius:16px;width:100%;max-width:900px;animation:.4s cubic-bezier(.16,1,.3,1) forwards ProductVideoPlayer-module__Z4_97q__playerIn;position:relative;overflow:hidden;box-shadow:0 32px 100px #0009,0 0 0 1px #ffffff0f}.ProductVideoPlayer-module__Z4_97q__playerClosing{animation:.25s forwards ProductVideoPlayer-module__Z4_97q__playerOut}@keyframes ProductVideoPlayer-module__Z4_97q__playerIn{0%{opacity:0;transform:scale(.92)translateY(24px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes ProductVideoPlayer-module__Z4_97q__playerOut{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.92)translateY(24px)}}@media (max-width:767px){.ProductVideoPlayer-module__Z4_97q__overlay{align-items:center;padding:0}.ProductVideoPlayer-module__Z4_97q__player{aspect-ratio:16/9;border-radius:0;width:100%;max-width:none}}.ProductVideoPlayer-module__Z4_97q__poster{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.ProductVideoPlayer-module__Z4_97q__gradientTop{z-index:1;pointer-events:none;background:linear-gradient(#0009 0%,#0000 100%);height:50%;position:absolute;top:0;left:0;right:0}.ProductVideoPlayer-module__Z4_97q__gradientBottom{z-index:1;pointer-events:none;background:linear-gradient(#0000 0%,#000000b3 100%);height:50%;position:absolute;bottom:0;left:0;right:0}.ProductVideoPlayer-module__Z4_97q__closeBtn{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fffc;cursor:pointer;background:#00000059;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.ProductVideoPlayer-module__Z4_97q__closeBtn:hover{color:#fff;background:#0000008c;transform:scale(1.08)}.ProductVideoPlayer-module__Z4_97q__titleArea{z-index:2;position:absolute;top:1.25rem;left:1.5rem}.ProductVideoPlayer-module__Z4_97q__titleText{color:#fff;text-shadow:0 2px 8px #00000080;margin:0;font-size:1.125rem;font-weight:700;line-height:1.3}.ProductVideoPlayer-module__Z4_97q__subtitleText{color:#fff9;text-shadow:0 1px 4px #0006;margin:.15rem 0 0;font-size:.8125rem;font-weight:400}@media (max-width:767px){.ProductVideoPlayer-module__Z4_97q__titleArea{top:.875rem;left:1rem}.ProductVideoPlayer-module__Z4_97q__titleText{font-size:.9375rem}.ProductVideoPlayer-module__Z4_97q__subtitleText{font-size:.75rem}}.ProductVideoPlayer-module__Z4_97q__topActions{z-index:2;flex-direction:column;gap:.5rem;display:flex;position:absolute;top:3.5rem;right:1rem}.ProductVideoPlayer-module__Z4_97q__actionBtn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fffc;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.ProductVideoPlayer-module__Z4_97q__actionBtn:hover{color:#fff;background:#fff3;transform:scale(1.1)}.ProductVideoPlayer-module__Z4_97q__playBtn{z-index:3;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ProductVideoPlayer-module__Z4_97q__playBtnRing{-webkit-backdrop-filter:blur(12px);color:#fff;background:#ffffff26;border:2px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;padding-left:4px;transition:all .3s cubic-bezier(.2,.6,.2,1);display:flex;box-shadow:0 8px 32px #0000004d}.ProductVideoPlayer-module__Z4_97q__playBtn:hover .ProductVideoPlayer-module__Z4_97q__playBtnRing{background:#ffffff40;border-color:#fff6;transform:scale(1.08);box-shadow:0 12px 48px #0006}@media (max-width:767px){.ProductVideoPlayer-module__Z4_97q__playBtnRing{width:56px;height:56px}.ProductVideoPlayer-module__Z4_97q__playBtnRing svg{width:22px;height:22px}}.ProductVideoPlayer-module__Z4_97q__bottomBar{z-index:4;align-items:center;gap:.5rem;padding:.75rem 1.25rem;display:flex;position:absolute;bottom:0;left:0;right:0}.ProductVideoPlayer-module__Z4_97q__bottomPlayIcon{color:#fffc;flex-shrink:0}.ProductVideoPlayer-module__Z4_97q__timeText{color:#fff9;font-variant-numeric:tabular-nums;letter-spacing:.03em;flex-shrink:0;font-size:.6875rem;font-weight:500}.ProductVideoPlayer-module__Z4_97q__progressTrack{background:#fff3;border-radius:2px;flex:1;height:2px;position:relative}.ProductVideoPlayer-module__Z4_97q__progressThumb{background:#fff;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 0 6px #fff6}.ProductVideoPlayer-module__Z4_97q__volumeIcon{color:#fff9;flex-shrink:0}@media (max-width:767px){.ProductVideoPlayer-module__Z4_97q__bottomBar{gap:.375rem;padding:.5rem .75rem}.ProductVideoPlayer-module__Z4_97q__volumeIcon{display:none}}.ProductVideoPlayer-module__Z4_97q__iframe{z-index:5;border:none;width:100%;height:100%;position:absolute;inset:0}.ProductVideoPlayer-module__Z4_97q__fallback{z-index:5;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ProductVideoPlayer-module__Z4_97q__fallbackLink{color:#fff;background:var(--color-primary);border-radius:12px;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .2s}.ProductVideoPlayer-module__Z4_97q__fallbackLink:hover{opacity:.9;transform:scale(1.03)}
.ProductGallery-module__gZVn1a__gallery{flex-direction:column;gap:.75rem;display:flex;position:relative}@media (min-width:768px){.ProductGallery-module__gZVn1a__gallery{display:block;position:relative}}.ProductGallery-module__gZVn1a__mainImage{background:var(--color-white);cursor:zoom-in;border-radius:12px;flex-shrink:0;width:714.375px;height:833.672px;position:relative;overflow:hidden}@media (max-width:767px){.ProductGallery-module__gZVn1a__mainImage{aspect-ratio:714.375/833.672;order:1;width:100%;height:auto}}.ProductGallery-module__gZVn1a__mainImg{object-fit:contain;cursor:grab;width:100%;height:100%}.ProductGallery-module__gZVn1a__mainImg:active{cursor:grabbing}.ProductGallery-module__gZVn1a__thumbColumn{scrollbar-width:none;-ms-overflow-style:none;order:2;grid-auto-columns:1fr;grid-auto-flow:column;gap:.375rem;display:grid;overflow-x:auto}.ProductGallery-module__gZVn1a__thumbColumn:has(.ProductGallery-module__gZVn1a__thumb:nth-child(5)){grid-auto-columns:calc(25% - .28rem)}.ProductGallery-module__gZVn1a__thumbColumn::-webkit-scrollbar{display:none}@media (min-width:768px){.ProductGallery-module__gZVn1a__thumbColumn{z-index:2;scrollbar-width:thin;scrollbar-color:#00000040 #0000000d;flex-direction:column;order:unset;gap:6px;max-height:578px;display:flex;position:absolute;top:50%;left:0;overflow:visible auto;transform:translate(-50%,-50%)}.ProductGallery-module__gZVn1a__thumbColumn::-webkit-scrollbar{width:4px;display:block}.ProductGallery-module__gZVn1a__thumbColumn::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.ProductGallery-module__gZVn1a__thumbColumn::-webkit-scrollbar-thumb{background:#00000040;border-radius:4px}.ProductGallery-module__gZVn1a__thumbColumn::-webkit-scrollbar-thumb:hover{background:#0006}}.ProductGallery-module__gZVn1a__thumb{aspect-ratio:5/6;cursor:pointer;background:var(--color-white);border:1px solid #00000014;border-radius:4px;padding:2px;transition:all .2s;overflow:hidden;box-shadow:0 2px 8px #0000001a}@media (min-width:768px){.ProductGallery-module__gZVn1a__thumb{aspect-ratio:auto;border-radius:0;flex-shrink:0;width:120px;height:140px}}.ProductGallery-module__gZVn1a__thumb:hover{border-color:#0003}.ProductGallery-module__gZVn1a__thumbActive{box-shadow:0 4px 16px #0003}.ProductGallery-module__gZVn1a__thumb img{object-fit:contain;width:100%;height:100%}.ProductGallery-module__gZVn1a__saleBadge{background:var(--color-primary);color:var(--color-white);letter-spacing:.03em;text-transform:uppercase;z-index:1;border-radius:999px;padding:.375rem 1rem;font-size:.8125rem;font-weight:700;animation:2s ease-in-out infinite ProductGallery-module__gZVn1a__badgePulse;position:absolute;top:1rem;right:1rem}@keyframes ProductGallery-module__gZVn1a__badgePulse{0%,to{box-shadow:0 0 #b71c1c66}50%{box-shadow:0 0 0 8px #b71c1c00}}.ProductGallery-module__gZVn1a__mainArrowLeft,.ProductGallery-module__gZVn1a__mainArrowRight{color:#333;cursor:pointer;z-index:3;opacity:0;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001f}.ProductGallery-module__gZVn1a__mainImage:hover .ProductGallery-module__gZVn1a__mainArrowLeft,.ProductGallery-module__gZVn1a__mainImage:hover .ProductGallery-module__gZVn1a__mainArrowRight{opacity:1}.ProductGallery-module__gZVn1a__mainArrowLeft:hover,.ProductGallery-module__gZVn1a__mainArrowRight:hover{background:#fff;box-shadow:0 4px 14px #0000002e}.ProductGallery-module__gZVn1a__mainArrowLeft{left:.75rem}.ProductGallery-module__gZVn1a__mainArrowRight{right:.75rem}.ProductGallery-module__gZVn1a__overlayButtons{z-index:4;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:.75rem;right:.75rem}.ProductGallery-module__gZVn1a__btn360{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#b71c1ceb;border:1.5px solid #fff3;border-radius:12px;align-items:center;gap:.35rem;padding:.5rem .875rem;transition:all .3s cubic-bezier(.2,.6,.2,1);animation:2.5s ease-in-out infinite ProductGallery-module__gZVn1a__btn360Pulse;display:flex;box-shadow:0 4px 16px #b71c1c59,0 0 #b71c1c66}.ProductGallery-module__gZVn1a__btn360:hover{background:#b71c1c;animation:none;transform:scale(1.06);box-shadow:0 6px 24px #b71c1c80,0 0 #b71c1c00}@keyframes ProductGallery-module__gZVn1a__btn360Pulse{0%,to{box-shadow:0 4px 16px #b71c1c59,0 0 #b71c1c66}50%{box-shadow:0 4px 16px #b71c1c59,0 0 0 8px #b71c1c00}}.ProductGallery-module__gZVn1a__btn360Arrow{flex-shrink:0;animation:4s linear infinite ProductGallery-module__gZVn1a__btn360Spin}.ProductGallery-module__gZVn1a__btn360:hover .ProductGallery-module__gZVn1a__btn360Arrow{animation-duration:1.5s}@keyframes ProductGallery-module__gZVn1a__btn360Spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ProductGallery-module__gZVn1a__btn360Text{letter-spacing:.04em;font-size:.8125rem;font-weight:800;line-height:1}.ProductGallery-module__gZVn1a__btnVideo{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#000000a6;border:1.5px solid #fff3;border-radius:12px;align-items:center;gap:.35rem;padding:.5rem .875rem;transition:all .3s cubic-bezier(.2,.6,.2,1);display:flex;box-shadow:0 4px 16px #00000040}.ProductGallery-module__gZVn1a__btnVideo:hover{background:#000c;transform:scale(1.06);box-shadow:0 6px 24px #00000059}.ProductGallery-module__gZVn1a__btnVideoText{letter-spacing:.02em;font-size:.8125rem;font-weight:700;line-height:1}.ProductGallery-module__gZVn1a__noImage{background:var(--color-gray-100);flex-shrink:0;width:714.375px;height:833.672px}@media (max-width:767px){.ProductGallery-module__gZVn1a__noImage{aspect-ratio:714.375/833.672;width:100%;height:auto}}
.ProductSwatches-module__j3Vpoa__swatchesWrap{flex-direction:column;gap:0;display:flex}.ProductSwatches-module__j3Vpoa__swatchGroup{border-top:1px solid var(--color-gray-100);border-bottom:1px solid var(--color-gray-100);flex-direction:column;gap:.625rem;padding:1.25rem 0;display:flex}.ProductSwatches-module__j3Vpoa__swatchGroup+.ProductSwatches-module__j3Vpoa__swatchGroup{border-top:none}.ProductSwatches-module__j3Vpoa__swatchLabel{color:var(--color-gray-700);letter-spacing:.01em;font-size:.9375rem}.ProductSwatches-module__j3Vpoa__swatchLabel strong{color:var(--color-gray-900);font-weight:600}.ProductSwatches-module__j3Vpoa__swatchRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.ProductSwatches-module__j3Vpoa__colorSwatch{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;padding:3px;transition:all .2s;display:flex;position:relative}.ProductSwatches-module__j3Vpoa__colorSwatch:hover{border-color:var(--color-gray-300)}.ProductSwatches-module__j3Vpoa__colorSwatchActive{border-color:var(--color-primary)}.ProductSwatches-module__j3Vpoa__colorCircle{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block;box-shadow:inset 0 0 0 1px #0000001a}.ProductSwatches-module__j3Vpoa__toggleBtn{border:1px solid var(--color-gray-200);background:var(--color-white);color:var(--color-gray-700);cursor:pointer;letter-spacing:.01em;border-radius:8px;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:500;transition:all .2s}.ProductSwatches-module__j3Vpoa__toggleBtn:hover{border-color:var(--color-gray-400);color:var(--color-gray-900)}.ProductSwatches-module__j3Vpoa__toggleBtnActive{border-color:var(--color-primary);background:var(--color-primary);color:var(--color-white)}.ProductSwatches-module__j3Vpoa__toggleBtnActive:hover{border-color:var(--color-primary);color:var(--color-white)}.ProductSwatches-module__j3Vpoa__clearBtn{color:var(--color-gray-500);cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:.25rem;padding:0;font-size:.8125rem;transition:color .2s;display:inline-flex}.ProductSwatches-module__j3Vpoa__clearBtn:hover{color:var(--color-primary)}
.ComplectationModal-module__kgN9aW__trigger{background:var(--color-gray-50);border:1.5px solid var(--color-gray-200);cursor:pointer;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.5rem 1rem;font-family:inherit;transition:all .25s;display:inline-flex}.ComplectationModal-module__kgN9aW__trigger:hover{border-color:var(--color-primary);background:#b71c1c0a;box-shadow:0 2px 8px #b71c1c14}.ComplectationModal-module__kgN9aW__triggerIcon{flex-shrink:0;font-size:.9375rem;line-height:1}.ComplectationModal-module__kgN9aW__triggerText{color:var(--color-dark);font-size:.8125rem;font-weight:600;transition:color .2s}.ComplectationModal-module__kgN9aW__trigger:hover .ComplectationModal-module__kgN9aW__triggerText{color:var(--color-primary)}.ComplectationModal-module__kgN9aW__triggerArrow{color:var(--color-gray-400);font-size:.75rem;transition:all .2s}.ComplectationModal-module__kgN9aW__trigger:hover .ComplectationModal-module__kgN9aW__triggerArrow{color:var(--color-primary);transform:translate(3px)}.ComplectationModal-module__kgN9aW__overlay{z-index:1100;-webkit-backdrop-filter:blur(14px)saturate(120%);background-color:#0009;justify-content:center;align-items:center;animation:.2s ComplectationModal-module__kgN9aW__fadeIn;display:flex;position:fixed;inset:0}@keyframes ComplectationModal-module__kgN9aW__fadeIn{0%{opacity:0}to{opacity:1}}.ComplectationModal-module__kgN9aW__modal{background:var(--color-white);border-radius:20px;flex-direction:column;width:95%;max-width:720px;max-height:85vh;animation:.3s ComplectationModal-module__kgN9aW__slideUp;display:flex;overflow:hidden;box-shadow:0 24px 80px #0003}@keyframes ComplectationModal-module__kgN9aW__slideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.ComplectationModal-module__kgN9aW__header{border-bottom:1px solid var(--color-gray-100);justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 1rem;display:flex}.ComplectationModal-module__kgN9aW__title{color:var(--color-dark);margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.ComplectationModal-module__kgN9aW__subtitle{color:var(--color-gray-500);margin:.25rem 0 0;font-size:.8125rem}.ComplectationModal-module__kgN9aW__closeBtn{background:var(--color-gray-50);border:1px solid var(--color-gray-200);width:36px;height:36px;color:var(--color-gray-500);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.ComplectationModal-module__kgN9aW__closeBtn:hover{background:var(--color-gray-100);color:var(--color-dark)}.ComplectationModal-module__kgN9aW__content{grid-template-columns:1fr 1fr;gap:0;padding:0;display:grid;overflow-y:auto}@media (max-width:599px){.ComplectationModal-module__kgN9aW__content{grid-template-columns:1fr}}.ComplectationModal-module__kgN9aW__column{padding:1.5rem}.ComplectationModal-module__kgN9aW__column:first-child{border-right:1px solid var(--color-gray-100)}@media (max-width:599px){.ComplectationModal-module__kgN9aW__column:first-child{border-right:none;border-bottom:1px solid var(--color-gray-100)}}.ComplectationModal-module__kgN9aW__columnHeader{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.ComplectationModal-module__kgN9aW__columnIcon{font-size:1.125rem}.ComplectationModal-module__kgN9aW__columnTitle{color:var(--color-dark);text-transform:uppercase;letter-spacing:.04em;font-size:.875rem;font-weight:700}.ComplectationModal-module__kgN9aW__list{flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}.ComplectationModal-module__kgN9aW__itemIncluded,.ComplectationModal-module__kgN9aW__itemNotIncluded{color:var(--color-dark);align-items:flex-start;gap:.625rem;font-size:.875rem;line-height:1.5;display:flex}.ComplectationModal-module__kgN9aW__checkIcon{color:#2e7d32;background:#e8f5e9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.ComplectationModal-module__kgN9aW__minusIcon{background:var(--color-gray-100);width:24px;height:24px;color:var(--color-gray-500);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ComplectationModal-module__kgN9aW__note{color:var(--color-gray-400);margin-top:1rem;font-size:.75rem;font-style:italic}
.LeadModal-module__1frk4G__overlay{z-index:9999;-webkit-backdrop-filter:blur(14px)saturate(120%);background-color:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.LeadModal-module__1frk4G__modal{background:#fff;border-radius:24px;width:100%;max-width:820px;max-height:calc(100dvh - 2rem);position:relative;overflow:hidden auto;box-shadow:0 32px 100px #0006}@media (max-width:700px){.LeadModal-module__1frk4G__overlay{align-items:flex-end;padding:.5rem}.LeadModal-module__1frk4G__modal{border-radius:20px 20px 0 0;width:calc(100vw - 1rem);max-width:calc(100vw - 1rem);max-height:calc(100dvh - 1rem)}}.LeadModal-module__1frk4G__closeBtn{z-index:10;cursor:pointer;color:#666;background:#0000000f;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.LeadModal-module__1frk4G__closeBtn:hover{color:#333;background:#0000001a;transform:rotate(90deg)}.LeadModal-module__1frk4G__content{grid-template-columns:1fr 1fr;min-height:480px;display:grid}@media (max-width:700px){.LeadModal-module__1frk4G__content{grid-template-columns:1fr;min-height:auto}}.LeadModal-module__1frk4G__intro{background:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%);flex-direction:column;justify-content:center;padding:3rem 2.5rem;display:flex;position:relative;overflow:hidden}.LeadModal-module__1frk4G__introDecor{pointer-events:none;position:absolute;inset:0;overflow:hidden}.LeadModal-module__1frk4G__introCircle1{background:#e639461a;border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;right:-50px}.LeadModal-module__1frk4G__introCircle2{background:#e6394612;border-radius:50%;width:130px;height:130px;position:absolute;bottom:-40px;left:-40px}.LeadModal-module__1frk4G__introInner{z-index:2;position:relative}.LeadModal-module__1frk4G__introEyebrow{text-transform:uppercase;letter-spacing:.08em;color:#e63946;background:#e6394626;border:1px solid #e6394640;border-radius:8px;margin-bottom:1.25rem;padding:.375rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.LeadModal-module__1frk4G__introTitle{color:#fff;margin-bottom:.75rem;font-size:1.875rem;font-weight:800;line-height:1.2}.LeadModal-module__1frk4G__introSubtitle{color:#fff9;margin-bottom:1.25rem;font-size:1rem;line-height:1.6}.LeadModal-module__1frk4G__promoBox{background:#e6394614;border:1px solid #e639462e;border-radius:12px;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.125rem;display:flex}.LeadModal-module__1frk4G__promoIcon{flex-shrink:0;font-size:1.5rem;line-height:1}.LeadModal-module__1frk4G__promoText{color:#ffffffbf;font-size:.875rem;line-height:1.55}.LeadModal-module__1frk4G__introFeatures{flex-direction:column;gap:.75rem;display:flex}.LeadModal-module__1frk4G__introFeature{color:#ffffffb3;align-items:center;gap:.625rem;font-size:.875rem;font-weight:500;display:flex}.LeadModal-module__1frk4G__featureDot{background:#e63946;border-radius:50%;flex-shrink:0;width:6px;height:6px}@media (max-width:700px){.LeadModal-module__1frk4G__intro{padding:2rem 1.5rem}.LeadModal-module__1frk4G__introTitle{font-size:1.5rem}}.LeadModal-module__1frk4G__form{flex-direction:column;justify-content:center;gap:1.375rem;padding:3rem 2.5rem;display:flex}@media (max-width:700px){.LeadModal-module__1frk4G__form{padding:2rem 1.5rem}}.LeadModal-module__1frk4G__formTitle{color:#1a1a1a;margin-bottom:.25rem;font-size:1.375rem;font-weight:700}.LeadModal-module__1frk4G__field{flex-direction:column;gap:.5rem;display:flex}.LeadModal-module__1frk4G__label{color:#444;font-size:.9375rem;font-weight:600}.LeadModal-module__1frk4G__required{color:#e63946}.LeadModal-module__1frk4G__inputWrap{background:#f8f8f8;border:1.5px solid #e0e0e0;border-radius:14px;align-items:center;gap:.75rem;height:56px;padding:0 1.125rem;transition:all .2s;display:flex}.LeadModal-module__1frk4G__inputWrap:focus-within{background:#fff;border-color:#e63946;box-shadow:0 0 0 3px #e6394614}.LeadModal-module__1frk4G__inputError{background:#e6394608!important;border-color:#e63946!important}.LeadModal-module__1frk4G__inputIcon{color:#999;flex-shrink:0}.LeadModal-module__1frk4G__inputWrap:focus-within .LeadModal-module__1frk4G__inputIcon{color:#e63946}.LeadModal-module__1frk4G__input{color:#1a1a1a;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:1.0625rem}.LeadModal-module__1frk4G__input::placeholder{color:#bbb}.LeadModal-module__1frk4G__errorMsg{color:#e63946;font-size:.8125rem;font-weight:500}.LeadModal-module__1frk4G__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e63946,#b71c1c);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.625rem;height:56px;margin-top:.375rem;font-size:1.0625rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 20px #e639464d}.LeadModal-module__1frk4G__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 28px #e6394666}.LeadModal-module__1frk4G__submitBtn:disabled{opacity:.7;cursor:not-allowed}.LeadModal-module__1frk4G__spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:.7s linear infinite LeadModal-module__1frk4G__spin}@keyframes LeadModal-module__1frk4G__spin{to{transform:rotate(360deg)}}.LeadModal-module__1frk4G__privacy{color:#999;text-align:center;font-size:.8125rem;line-height:1.5}.LeadModal-module__1frk4G__privacyLink{color:#e63946;text-decoration:none}.LeadModal-module__1frk4G__privacyLink:hover{text-decoration:underline}.LeadModal-module__1frk4G__success{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:5rem 2rem;display:flex}.LeadModal-module__1frk4G__successIcon{color:#22c55e}.LeadModal-module__1frk4G__successTitle{color:#1a1a1a;font-size:1.75rem;font-weight:800}.LeadModal-module__1frk4G__successText{color:#666;max-width:380px;font-size:1.0625rem;line-height:1.6}
.HeroSlider-module__CzoRzq__hero{-webkit-user-select:none;user-select:none;background:linear-gradient(145deg,#f5f4f0 0%,#eae8e3 40%,#f0efeb 100%);width:100%;min-height:70vh;position:relative;overflow:hidden}.HeroSlider-module__CzoRzq__heroInner{grid-template:"text monument""bottom monument"/45% 55%;align-items:center;gap:0 2.5rem;max-width:1440px;min-height:60vh;margin:0 auto;padding:3.5rem 3.5rem 1.5rem;display:grid;position:relative}.HeroSlider-module__CzoRzq__textCol{grid-area:text}.HeroSlider-module__CzoRzq__textColBottom{text-align:center;flex-direction:column;grid-area:bottom;align-items:center;animation:.65s cubic-bezier(.16,1,.3,1) HeroSlider-module__CzoRzq__slideContentIn;display:flex}.HeroSlider-module__CzoRzq__monumentCol{grid-area:monument}.HeroSlider-module__CzoRzq__heroInnerReversed{grid-template-columns:55% 45%;grid-template-areas:"monument text""monument bottom"}.HeroSlider-module__CzoRzq__textCol{z-index:5;text-align:center;flex-direction:column;align-items:center;animation:.65s cubic-bezier(.16,1,.3,1) HeroSlider-module__CzoRzq__slideContentIn;display:flex;position:relative}@keyframes HeroSlider-module__CzoRzq__slideContentIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.HeroSlider-module__CzoRzq__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--color-primary);align-items:center;gap:6px;margin-bottom:1rem;font-size:.6875rem;font-weight:700;display:inline-flex}.HeroSlider-module__CzoRzq__eyebrowDot{background:var(--color-primary);border-radius:50%;width:6px;height:6px;animation:2s infinite HeroSlider-module__CzoRzq__blink}@keyframes HeroSlider-module__CzoRzq__blink{0%,to{opacity:1}50%{opacity:.3}}.HeroSlider-module__CzoRzq__heroTitle{color:var(--color-dark);letter-spacing:-.025em;margin-bottom:1.25rem;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:900;line-height:1.05}.HeroSlider-module__CzoRzq__titleAccent{color:var(--color-primary);display:block}.HeroSlider-module__CzoRzq__heroDesc{color:var(--color-gray-500);max-width:440px;margin:0 auto 1.5rem;font-size:1rem;line-height:1.7}.HeroSlider-module__CzoRzq__heroCtas{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.HeroSlider-module__CzoRzq__btnPrimary{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:14px;align-items:center;gap:8px;padding:.875rem 2rem;font-family:inherit;font-size:.9375rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #b71c1c4d}.HeroSlider-module__CzoRzq__btnPrimary:after{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:40%;transition:transform .6s;position:absolute;inset:0 -40% 0 auto;transform:skew(-20deg)translate(-120%)}.HeroSlider-module__CzoRzq__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #b71c1c73}.HeroSlider-module__CzoRzq__btnPrimary:hover:after{transform:skew(-20deg)translate(250%)}.HeroSlider-module__CzoRzq__btnGhost{color:var(--color-dark);border:1.5px solid var(--color-gray-300);cursor:pointer;background:0 0;border-radius:14px;align-items:center;gap:8px;padding:.875rem 1.75rem;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.HeroSlider-module__CzoRzq__btnGhost:hover{border-color:var(--color-gray-400);background:#00000008;transform:translateY(-2px)}.HeroSlider-module__CzoRzq__trustBadges{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:1.75rem;display:flex}.HeroSlider-module__CzoRzq__trustBadge{color:var(--color-primary-dark,#8e1515);white-space:nowrap;background:#b71c1c0f;border:1px solid #b71c1c1f;border-radius:50px;align-items:center;gap:4px;padding:5px 12px;font-size:.6875rem;font-weight:600;display:inline-flex}.HeroSlider-module__CzoRzq__advRow{grid-template-columns:repeat(2,1fr);gap:.625rem;width:100%;max-width:440px;display:grid}.HeroSlider-module__CzoRzq__advCard{text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:inherit;background:#ffffffbf;border:1px solid #ffffffe6;border-radius:14px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .75rem;text-decoration:none;transition:all .35s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #0000000a}.HeroSlider-module__CzoRzq__advCard:before{content:"";background:linear-gradient(90deg, var(--color-primary), #e64a4a);opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.HeroSlider-module__CzoRzq__advCard:hover{background:#ffffffe6;transform:translateY(-4px);box-shadow:0 8px 28px #00000014}.HeroSlider-module__CzoRzq__advCard:hover:before{opacity:1}.HeroSlider-module__CzoRzq__advIcon{background:#b71c1c12;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.HeroSlider-module__CzoRzq__advCard:hover .HeroSlider-module__CzoRzq__advIcon{background:#b71c1c24;transform:scale(1.1)}.HeroSlider-module__CzoRzq__advIcon svg{width:20px;height:20px;color:var(--color-primary)}.HeroSlider-module__CzoRzq__advTitle{color:var(--color-dark);margin-bottom:1px;font-size:.8125rem;font-weight:700}.HeroSlider-module__CzoRzq__advDesc{color:var(--color-gray-400);font-size:.6875rem;line-height:1.45}.HeroSlider-module__CzoRzq__statsRow{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.HeroSlider-module__CzoRzq__statItem{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid #ffffffd9;border-radius:14px;flex-direction:column;align-items:center;padding:.875rem .5rem;display:flex;box-shadow:0 2px 8px #00000008}.HeroSlider-module__CzoRzq__statNum{color:var(--color-primary);margin-bottom:.125rem;font-size:1.5rem;font-weight:900;line-height:1}.HeroSlider-module__CzoRzq__statLabel{color:var(--color-gray-400);font-size:.625rem;font-weight:500;line-height:1.3}.HeroSlider-module__CzoRzq__monumentCol{justify-content:center;align-items:flex-end;min-height:480px;display:flex;position:relative;top:40px}.HeroSlider-module__CzoRzq__monumentGlow{pointer-events:none;z-index:1;background:radial-gradient(circle,#b71c1c14 0%,#b71c1c0a 35%,#b71c1c03 60%,#0000 80%);border-radius:50%;width:480px;height:480px;animation:4s ease-in-out infinite HeroSlider-module__CzoRzq__glowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes HeroSlider-module__CzoRzq__glowPulse{0%,to{opacity:.8;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.06)}}.HeroSlider-module__CzoRzq__monumentBase{z-index:1;filter:blur(3px);background:radial-gradient(#0000002e 0%,#00000014 40%,#0000 72%);border-radius:50%;width:80%;height:80px;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.HeroSlider-module__CzoRzq__monumentSlide{opacity:0;pointer-events:none;justify-content:center;align-items:flex-end;transition:opacity .7s cubic-bezier(.33,1,.68,1),transform .7s cubic-bezier(.33,1,.68,1);display:flex;position:absolute;inset:0;transform:scale(.92)translate(30px)}.HeroSlider-module__CzoRzq__monumentSlideActive{opacity:1;pointer-events:auto;transform:scale(1)translate(0)}.HeroSlider-module__CzoRzq__monumentImg{object-fit:contain;filter:drop-shadow(0 24px 48px #00000038)drop-shadow(0 8px 16px #0000001a);z-index:2;width:auto;max-width:100%;height:auto;max-height:80vh;transition:transform .6s cubic-bezier(.33,1,.68,1),filter .6s cubic-bezier(.33,1,.68,1);position:relative;transform:scale(1.15)}.HeroSlider-module__CzoRzq__monumentSlideActive:hover .HeroSlider-module__CzoRzq__monumentImg{filter:drop-shadow(0 24px 48px #00000038)drop-shadow(0 8px 16px #0000001a)drop-shadow(0 0 40px #b71c1c2e)}.HeroSlider-module__CzoRzq__tooltip{z-index:5;pointer-events:auto;position:absolute}.HeroSlider-module__CzoRzq__tooltipDot{border:2px solid var(--color-primary);cursor:pointer;background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .3s;position:relative;box-shadow:0 2px 8px #b71c1c33}.HeroSlider-module__CzoRzq__tooltipDot:before{content:"";border:1.5px solid #b71c1c40;border-radius:50%;animation:2s infinite HeroSlider-module__CzoRzq__tooltipPulse;position:absolute;inset:-6px}@keyframes HeroSlider-module__CzoRzq__tooltipPulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.8)}}.HeroSlider-module__CzoRzq__tooltipDot:hover{transform:scale(1.3)}.HeroSlider-module__CzoRzq__tooltipCard{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;pointer-events:none;background:#ffffffeb;border:1px solid #ffffffe6;border-radius:10px;width:170px;padding:.625rem .75rem;transition:all .3s cubic-bezier(.33,1,.68,1);position:absolute;top:-4px;left:20px;transform:translateY(6px);box-shadow:0 6px 20px #0000001f}.HeroSlider-module__CzoRzq__tooltip:hover .HeroSlider-module__CzoRzq__tooltipCard{opacity:1;pointer-events:auto;transform:translateY(0)}.HeroSlider-module__CzoRzq__tooltipTitle{color:var(--color-dark);margin-bottom:1px;font-size:.6875rem;font-weight:700}.HeroSlider-module__CzoRzq__tooltipValue{color:var(--color-gray-500);font-size:.625rem}.HeroSlider-module__CzoRzq__sphere{background:linear-gradient(145deg, var(--color-primary), #d32f2f);color:#fff;z-index:3;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;font-weight:800;display:flex;position:absolute;box-shadow:0 4px 20px #b71c1c59}.HeroSlider-module__CzoRzq__sphere1{width:68px;height:68px;font-size:.875rem;animation:6s ease-in-out infinite HeroSlider-module__CzoRzq__sphereFloat1;top:8%;right:6%}.HeroSlider-module__CzoRzq__sphere2{width:48px;height:48px;font-size:.6875rem;animation:5s ease-in-out .5s infinite HeroSlider-module__CzoRzq__sphereFloat2;top:52%;right:2%}.HeroSlider-module__CzoRzq__sphere3{opacity:.65;width:40px;height:40px;font-size:.625rem;animation:7s ease-in-out 1s infinite HeroSlider-module__CzoRzq__sphereFloat3;top:22%;left:4%}.HeroSlider-module__CzoRzq__sphere4{opacity:.45;width:34px;height:34px;font-size:.5625rem;animation:5.5s ease-in-out 1.5s infinite HeroSlider-module__CzoRzq__sphereFloat1;bottom:18%;right:10%}@keyframes HeroSlider-module__CzoRzq__sphereFloat1{0%,to{transform:translate(0)}50%{transform:translate(-10px,-16px)}}@keyframes HeroSlider-module__CzoRzq__sphereFloat2{0%,to{transform:translate(0)}50%{transform:translate(8px,-12px)}}@keyframes HeroSlider-module__CzoRzq__sphereFloat3{0%,to{transform:translate(0)}50%{transform:translate(-6px,10px)}}.HeroSlider-module__CzoRzq__arrow{z-index:12;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;width:48px;height:48px;color:var(--color-dark);opacity:0;background:#ffffffa6;border:1px solid #0000000f;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 12px #0000000f}.HeroSlider-module__CzoRzq__hero:hover .HeroSlider-module__CzoRzq__arrow{opacity:1}.HeroSlider-module__CzoRzq__arrow:hover{background:#fff;transform:translateY(-50%)scale(1.08);box-shadow:0 4px 20px #0000001f}.HeroSlider-module__CzoRzq__arrowPrev{left:1.25rem}.HeroSlider-module__CzoRzq__arrowNext{right:1.25rem}.HeroSlider-module__CzoRzq__dotsRow{z-index:10;align-items:center;gap:8px;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.HeroSlider-module__CzoRzq__dot{cursor:pointer;background:#0000001a;border:none;border-radius:4px;width:32px;height:4px;padding:0;transition:all .4s;position:relative;overflow:hidden}.HeroSlider-module__CzoRzq__dot:hover{background:#0000002e}.HeroSlider-module__CzoRzq__dotActive{background:#0000000f;width:56px}.HeroSlider-module__CzoRzq__dotProgress{background:var(--color-primary);transform-origin:0;border-radius:4px;animation:linear forwards HeroSlider-module__CzoRzq__dotFill;position:absolute;inset:0}@keyframes HeroSlider-module__CzoRzq__dotFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (max-width:1024px){.HeroSlider-module__CzoRzq__heroInner{grid-template-columns:45% 55%;padding:6rem 2.5rem 3rem}.HeroSlider-module__CzoRzq__monumentImg{max-width:100%;max-height:68vh}.HeroSlider-module__CzoRzq__monumentGlow{width:400px;height:400px}}@media (max-width:768px){.HeroSlider-module__CzoRzq__hero{touch-action:pan-y;min-height:auto}.HeroSlider-module__CzoRzq__heroInner{grid-template-columns:1fr;grid-template-areas:"text""monument""bottom";gap:0;min-height:auto;padding:1.5rem 1.25rem 2.5rem}.HeroSlider-module__CzoRzq__textCol{text-align:center;align-items:center;margin-bottom:.25rem}.HeroSlider-module__CzoRzq__heroTitle{margin-bottom:.75rem;font-size:clamp(2.5rem,7vw,2.5rem)}.HeroSlider-module__CzoRzq__heroDesc{max-width:100%;margin-bottom:.75rem;font-size:.875rem}.HeroSlider-module__CzoRzq__textColBottom{text-align:center;align-items:center;margin-top:6rem}.HeroSlider-module__CzoRzq__heroCtas{justify-content:center;gap:.5rem;width:100%;margin-bottom:.75rem}.HeroSlider-module__CzoRzq__btnPrimary{border-radius:12px;justify-content:center;width:100%;padding:.875rem 1.25rem;font-size:.9375rem}.HeroSlider-module__CzoRzq__btnGhost{display:none}.HeroSlider-module__CzoRzq__statsRow{grid-template-columns:repeat(4,1fr);gap:.375rem}.HeroSlider-module__CzoRzq__statItem{border-radius:10px;padding:.5rem .25rem}.HeroSlider-module__CzoRzq__statNum{font-size:1rem}.HeroSlider-module__CzoRzq__statLabel{font-size:.5rem}.HeroSlider-module__CzoRzq__monumentCol{min-height:280px;margin-top:-2.5rem;margin-bottom:.5rem}.HeroSlider-module__CzoRzq__monumentImg{max-width:110%;max-height:75vh;transform:scale(1.3)!important}.HeroSlider-module__CzoRzq__monumentGlow{width:320px;height:320px}.HeroSlider-module__CzoRzq__sphere1{width:52px;height:52px;font-size:.75rem}.HeroSlider-module__CzoRzq__sphere2{width:38px;height:38px;font-size:.5625rem}.HeroSlider-module__CzoRzq__sphere3{width:42px;height:42px;font-size:.625rem;display:flex;top:30%;left:2%;right:auto}.HeroSlider-module__CzoRzq__sphere4{width:36px;height:36px;font-size:.5625rem;display:flex;inset:55% auto auto 5%}.HeroSlider-module__CzoRzq__tooltip,.HeroSlider-module__CzoRzq__arrow{display:none}.HeroSlider-module__CzoRzq__dotsRow{bottom:.75rem}}
.BentoOffers-module__NBQCUq__section{-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 2px 2px,#b71c1c0d 2px,#0000 0);background-size:24px 24px;width:100vw;margin-left:-50vw;margin-right:-50vw;padding:60px 0;line-height:1.5;position:relative;left:50%;right:50%;overflow:hidden}.BentoOffers-module__NBQCUq__wrapper{box-sizing:border-box;max-width:1440px;margin:0 auto;padding:0 20px}.BentoOffers-module__NBQCUq__headerArea{text-align:center;margin-bottom:40px}.BentoOffers-module__NBQCUq__headerTitle{color:var(--color-dark);text-transform:uppercase;letter-spacing:-.025em;margin:0;font-size:clamp(1.75rem,3.5vw,3rem);font-weight:900;line-height:1.1}.BentoOffers-module__NBQCUq__redText{color:var(--color-primary)}.BentoOffers-module__NBQCUq__titleLine{background-color:var(--color-primary);width:80px;height:4px;margin:12px auto}.BentoOffers-module__NBQCUq__headerSubtitle{color:var(--color-gray-500);margin:0;font-size:.9rem;font-weight:500}.BentoOffers-module__NBQCUq__bentoContainer{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:16px;padding:10px 0 30px;display:flex;overflow-x:auto}.BentoOffers-module__NBQCUq__bentoContainer::-webkit-scrollbar{display:none}.BentoOffers-module__NBQCUq__bentoItem{scroll-snap-align:center;min-width:85vw;height:300px}.BentoOffers-module__NBQCUq__card{box-sizing:border-box;border:1px solid #0000;border-radius:40px;flex-direction:column;height:100%;padding:32px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden}.BentoOffers-module__NBQCUq__card:hover{border-color:var(--color-primary);z-index:20;transform:translateY(-8px);box-shadow:0 20px 40px #b71c1c1f}.BentoOffers-module__NBQCUq__cardBottom{justify-content:flex-end}.BentoOffers-module__NBQCUq__card_red{background-color:var(--color-primary);color:var(--color-white);justify-content:center;box-shadow:0 20px 25px -5px #b71c1c33}.BentoOffers-module__NBQCUq__card_red .BentoOffers-module__NBQCUq__cardTitle{color:var(--color-white);font-size:1.4rem}.BentoOffers-module__NBQCUq__card_red .BentoOffers-module__NBQCUq__cardDesc{color:#ffffffe6}.BentoOffers-module__NBQCUq__card_red:hover{border-color:#ffffff4d}.BentoOffers-module__NBQCUq__card_glass{-webkit-backdrop-filter:blur(16px)saturate(180%);background:#fff6;border:1px solid #fff9;box-shadow:0 8px 32px #0000000d}.BentoOffers-module__NBQCUq__card_dark-image{background:#0f172a;justify-content:flex-end}.BentoOffers-module__NBQCUq__card_dark-image .BentoOffers-module__NBQCUq__cardTitle{color:#fff}.BentoOffers-module__NBQCUq__card_dark-image .BentoOffers-module__NBQCUq__cardDesc{color:#fffc}.BentoOffers-module__NBQCUq__darkImgWrap{opacity:.4;position:absolute;inset:0}.BentoOffers-module__NBQCUq__darkImg{object-fit:cover;width:100%;height:100%}.BentoOffers-module__NBQCUq__darkGradient{background:linear-gradient(#0000,#000);position:absolute;inset:0}.BentoOffers-module__NBQCUq__relativeContent{z-index:10;position:relative}.BentoOffers-module__NBQCUq__card_dark-solid{color:var(--color-white);background-color:#425363;justify-content:center;box-shadow:0 20px 25px -5px #4253634d}.BentoOffers-module__NBQCUq__card_dark-solid .BentoOffers-module__NBQCUq__cardTitle{color:var(--color-white);font-size:1.4rem}.BentoOffers-module__NBQCUq__card_dark-solid .BentoOffers-module__NBQCUq__cardDesc{color:#ffffffe6}.BentoOffers-module__NBQCUq__card_dark-solid:hover{border-color:#ffffff4d}.BentoOffers-module__NBQCUq__card_dashed{border:2px dashed var(--color-primary);background-color:#b71c1c08;justify-content:flex-end;box-shadow:inset 0 0 15px #b71c1c05}.BentoOffers-module__NBQCUq__cardTitle{text-transform:uppercase;color:#1e293b;margin:0;font-size:1.15rem;font-weight:800;line-height:1.2}.BentoOffers-module__NBQCUq__cardDesc{color:#475569;text-transform:none;margin-top:12px;font-size:.8rem;line-height:1.5}.BentoOffers-module__NBQCUq__descHighlight{color:#ff5252;text-transform:uppercase;font-size:.75rem;font-weight:800}.BentoOffers-module__NBQCUq__bigNumber{color:var(--color-primary);margin-bottom:4px;font-size:2rem;font-weight:900}.BentoOffers-module__NBQCUq__card_dashed .BentoOffers-module__NBQCUq__bigNumber{filter:drop-shadow(0 0 8px #b71c1c1a);font-size:1.5rem}.BentoOffers-module__NBQCUq__bgIcon{pointer-events:none;position:absolute}.BentoOffers-module__NBQCUq__bgIconPos{color:#ffffff1a;bottom:-5%;right:-5%;transform:rotate(12deg)}.BentoOffers-module__NBQCUq__card_glass .BentoOffers-module__NBQCUq__bgIconPos,.BentoOffers-module__NBQCUq__card_dashed .BentoOffers-module__NBQCUq__bgIconPos{color:#b71c1c0d;top:5%;bottom:auto;right:5%;transform:none}.BentoOffers-module__NBQCUq__statusPill{background:var(--color-white);border-radius:8px;align-items:center;gap:8px;margin-top:16px;padding:6px 12px;display:inline-flex;box-shadow:0 1px 2px #0000000d}.BentoOffers-module__NBQCUq__dotIndicator{background:var(--color-primary);border-radius:50%;width:6px;height:6px;animation:2s infinite BentoOffers-module__NBQCUq__pulse}.BentoOffers-module__NBQCUq__pillText{text-transform:uppercase;color:#334155;font-size:9px;font-weight:800}.BentoOffers-module__NBQCUq__sliderDots{justify-content:center;gap:8px;margin-top:20px;display:flex}.BentoOffers-module__NBQCUq__paginationDot{background-color:#cbd5e1;border-radius:50%;width:8px;height:8px;transition:all .3s}.BentoOffers-module__NBQCUq__dotActive{background-color:var(--color-primary);border-radius:4px;width:24px}.BentoOffers-module__NBQCUq__footerArea{flex-direction:column;justify-content:space-between;align-items:center;gap:24px;margin-top:48px;display:flex}.BentoOffers-module__NBQCUq__trustBox{align-items:center;gap:16px;display:flex}.BentoOffers-module__NBQCUq__avatars{align-items:center;display:flex}.BentoOffers-module__NBQCUq__avatar{border:2px solid var(--color-white);width:40px;height:40px;color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;margin-left:-12px;font-size:10px;font-weight:800;display:flex;position:relative;box-shadow:0 4px 10px #0000001a}.BentoOffers-module__NBQCUq__avatar:first-child{margin-left:0}.BentoOffers-module__NBQCUq__avatarRed{background:var(--color-primary)}.BentoOffers-module__NBQCUq__avatarDark{background:#1e293b}.BentoOffers-module__NBQCUq__trustText{color:var(--color-gray-500);margin:0;font-size:11px;font-weight:500;line-height:1.4}.BentoOffers-module__NBQCUq__footerBtn{background-color:var(--color-primary);width:100%;color:var(--color-white);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;border:none;border-radius:16px;padding:16px 40px;font-size:.875rem;font-weight:900;transition:all .2s;box-shadow:0 10px 20px #b71c1c33}.BentoOffers-module__NBQCUq__footerBtn:hover{opacity:.9;transform:translateY(-1px)}@keyframes BentoOffers-module__NBQCUq__pulse{0%{opacity:1;transform:scale(.95)}70%{opacity:0;transform:scale(1.5)}to{opacity:0;transform:scale(.95)}}@media (min-width:768px){.BentoOffers-module__NBQCUq__section{padding-top:30px;padding-bottom:50px}.BentoOffers-module__NBQCUq__headerArea{text-align:center;margin-bottom:48px}.BentoOffers-module__NBQCUq__titleLine{margin:12px auto}.BentoOffers-module__NBQCUq__sliderDots{display:none}.BentoOffers-module__NBQCUq__wrapper{padding:0}.BentoOffers-module__NBQCUq__bentoContainer{grid-template-rows:repeat(2,260px);grid-template-columns:repeat(4,1fr);gap:24px;padding:0;display:grid;overflow-x:visible}.BentoOffers-module__NBQCUq__bentoItem{min-width:auto;height:100%}.BentoOffers-module__NBQCUq__span2{grid-column:span 2}.BentoOffers-module__NBQCUq__headerSubtitle{font-size:1rem}.BentoOffers-module__NBQCUq__cardTitle{font-size:1.25rem}.BentoOffers-module__NBQCUq__card_red .BentoOffers-module__NBQCUq__cardTitle,.BentoOffers-module__NBQCUq__card_dark-solid .BentoOffers-module__NBQCUq__cardTitle{font-size:1.75rem}.BentoOffers-module__NBQCUq__bigNumber{font-size:2.25rem}.BentoOffers-module__NBQCUq__card_dark-solid .BentoOffers-module__NBQCUq__relativeContent,.BentoOffers-module__NBQCUq__card_dark-solid>div:not(.BentoOffers-module__NBQCUq__bgIcon){z-index:10;max-width:60%}.BentoOffers-module__NBQCUq__footerArea{flex-direction:row}.BentoOffers-module__NBQCUq__footerBtn{width:auto}}
.PromoBanner-module__PUB2lG__banner{background-image:var(--bg);background-position:50%;background-size:cover;border-radius:16px;height:200px;position:relative;overflow:hidden}.PromoBanner-module__PUB2lG__overlay{z-index:1;background:linear-gradient(135deg,#0000004d 0%,#0000001f 50%,#0003 100%);position:absolute;inset:0}.PromoBanner-module__PUB2lG__floatingCircle{z-index:2;color:#fff;pointer-events:none;background:linear-gradient(135deg,#e63946 0%,#b71c1c 100%);border:2px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;font-size:.8125rem;font-weight:900;animation:4s ease-in-out infinite PromoBanner-module__PUB2lG__floatBubble;display:flex;position:absolute;box-shadow:0 4px 16px #e6394666}.PromoBanner-module__PUB2lG__floatingCircle:nth-child(3){animation-delay:.5s}.PromoBanner-module__PUB2lG__floatingCircle:nth-child(4){animation-delay:1.2s}.PromoBanner-module__PUB2lG__floatingCircle:nth-child(5){animation-delay:.8s}.PromoBanner-module__PUB2lG__floatingCircle:nth-child(6){animation-delay:2s}.PromoBanner-module__PUB2lG__floatingCircle:nth-child(7){animation-delay:1.5s}@keyframes PromoBanner-module__PUB2lG__floatBubble{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.PromoBanner-module__PUB2lG__glass{z-index:3;-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#ffffff1a;border:1px solid #ffffff38;border-radius:14px;grid-template-columns:1fr auto;align-items:center;gap:1.5rem;height:calc(100% - 16px);margin:8px;padding:1.25rem 2rem;display:grid;position:relative;box-shadow:inset 0 1px #ffffff26,0 8px 32px #0000001f}.PromoBanner-module__PUB2lG__colText{flex-direction:column;gap:0;display:flex}.PromoBanner-module__PUB2lG__eyebrow{text-transform:uppercase;letter-spacing:.06em;color:#ffffffe6;background:#ffffff1f;border:1px solid #fff3;border-radius:10px;width:fit-content;padding:.2rem .75rem;font-size:.5625rem;font-weight:700;display:inline-block}.PromoBanner-module__PUB2lG__title{color:#fff;font-size:2.75rem;font-weight:800;line-height:1.1}.PromoBanner-module__PUB2lG__accent{color:#e63946;font-weight:900}.PromoBanner-module__PUB2lG__lead{color:#fffc;max-width:520px;font-size:.9375rem;line-height:1.5}.PromoBanner-module__PUB2lG__colTimer{flex-direction:column;align-items:center;gap:.5rem;display:flex}.PromoBanner-module__PUB2lG__timerLabel{color:#ffffff8c;font-size:.625rem;font-weight:500}.PromoBanner-module__PUB2lG__timer{gap:.3rem;display:flex}.PromoBanner-module__PUB2lG__timerCell{text-align:center;background:#ffffff1a;border:1px solid #ffffff26;border-radius:8px;min-width:38px;padding:.3rem .45rem}.PromoBanner-module__PUB2lG__timerVal{color:#fff;font-size:1rem;font-weight:800;line-height:1;display:block}.PromoBanner-module__PUB2lG__timerUnit{color:#ffffff73;text-transform:uppercase;margin-top:1px;font-size:.4375rem;display:block}.PromoBanner-module__PUB2lG__timerExpired{color:#e63946;font-size:.8125rem;font-weight:700}.PromoBanner-module__PUB2lG__btn{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#e63946,#b71c1c);border-radius:8px;justify-content:center;align-items:center;width:fit-content;margin-top:.5rem;padding:.625rem 1.5rem;font-size:.8125rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 3px 12px #e639464d}.PromoBanner-module__PUB2lG__btn:hover{transform:translateY(-1px);box-shadow:0 4px 18px #e6394673}.PromoBanner-module__PUB2lG__btnDisabled{pointer-events:none;opacity:.6;box-shadow:none;background:#555}.PromoBanner-module__PUB2lG__colBadge{justify-content:center;align-items:center;display:flex}.PromoBanner-module__PUB2lG__badge{color:#fff;background:linear-gradient(135deg,#e63946 0%,#b71c1c 100%);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.125rem;font-weight:900;animation:2.5s ease-in-out infinite PromoBanner-module__PUB2lG__badgePulse;display:flex;box-shadow:0 4px 24px #e6394680}@keyframes PromoBanner-module__PUB2lG__badgePulse{0%,to{transform:scale(1);box-shadow:0 3px 18px #e6394666}50%{transform:scale(1.06);box-shadow:0 3px 32px #e63946b3}}@media (max-width:900px){.PromoBanner-module__PUB2lG__glass{grid-template-columns:1fr auto;gap:1rem;padding:1rem 1.25rem}.PromoBanner-module__PUB2lG__title{font-size:1.375rem}.PromoBanner-module__PUB2lG__lead{font-size:.8125rem}}@media (max-width:640px){.PromoBanner-module__PUB2lG__banner{aspect-ratio:1;height:auto;min-height:340px;max-height:400px}.PromoBanner-module__PUB2lG__glass{flex-direction:column;height:calc(100% - 16px);padding:1.25rem 1.5rem;display:flex}.PromoBanner-module__PUB2lG__colText{text-align:left;flex-direction:column;flex:1;justify-content:space-between;align-items:flex-start;display:flex}.PromoBanner-module__PUB2lG__eyebrow{margin:0 auto;font-size:.5625rem}.PromoBanner-module__PUB2lG__title{font-size:2.5rem;line-height:1.2}.PromoBanner-module__PUB2lG__lead{max-width:100%;font-size:1.5rem;line-height:1}.PromoBanner-module__PUB2lG__colTimer{flex-flow:wrap;justify-content:center;align-items:center;gap:.5rem}.PromoBanner-module__PUB2lG__btn{justify-content:center;width:100%;margin-top:.25rem;padding:.875rem 1.5rem;font-size:.9375rem}.PromoBanner-module__PUB2lG__badge{width:48px;height:48px;font-size:.875rem}.PromoBanner-module__PUB2lG__colBadge{display:none}.PromoBanner-module__PUB2lG__floatingCircle{font-size:.625rem;width:36px!important;height:36px!important}}
.CoverFlow-module__uLJhbW__section{background:var(--color-white);padding:60px 0 80px;overflow:hidden}.CoverFlow-module__uLJhbW__wrapper{max-width:1440px;margin:0 auto;padding:0 1rem}.CoverFlow-module__uLJhbW__header{text-align:center;margin-bottom:32px}.CoverFlow-module__uLJhbW__title{text-transform:uppercase;letter-spacing:-.025em;color:var(--color-dark);margin:0;font-size:2.25rem;font-weight:900;line-height:1.1}.CoverFlow-module__uLJhbW__redText{color:var(--color-primary)}.CoverFlow-module__uLJhbW__titleLine{background-color:var(--color-primary);width:80px;height:4px;margin:12px auto}.CoverFlow-module__uLJhbW__subtitle{color:var(--color-gray-500);margin:12px 0 0;font-size:.95rem;font-weight:500}@media (min-width:768px){.CoverFlow-module__uLJhbW__title{font-size:3rem}.CoverFlow-module__uLJhbW__subtitle{font-size:1.05rem}}.CoverFlow-module__uLJhbW__coverflowArea{perspective:1400px;height:520px;margin:0 auto;position:relative}@media (min-width:768px){.CoverFlow-module__uLJhbW__coverflowArea{height:600px}}@media (min-width:1200px){.CoverFlow-module__uLJhbW__coverflowArea{height:650px}}.CoverFlow-module__uLJhbW__track{width:0;height:0;transform-style:preserve-3d;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}.CoverFlow-module__uLJhbW__item{cursor:pointer;width:360px;height:440px;transform-style:preserve-3d;will-change:transform, opacity;-webkit-user-select:none;user-select:none;position:absolute;top:-220px;left:-180px}.CoverFlow-module__uLJhbW__itemActive{cursor:default}@media (min-width:768px){.CoverFlow-module__uLJhbW__item{width:480px;height:520px;top:-260px;left:-240px}}@media (min-width:1200px){.CoverFlow-module__uLJhbW__item{width:560px;height:560px;top:-280px;left:-280px}}.CoverFlow-module__uLJhbW__imageWrap{z-index:2;justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex;position:relative}.CoverFlow-module__uLJhbW__productImage{object-fit:contain;filter:drop-shadow(0 12px 32px #0000002e);max-width:100%;max-height:100%;transition:filter .4s,transform .4s}.CoverFlow-module__uLJhbW__itemActive .CoverFlow-module__uLJhbW__productImage{filter:drop-shadow(0 20px 60px #00000040);transform:scale(1.02)}.CoverFlow-module__uLJhbW__item:not(.CoverFlow-module__uLJhbW__itemActive){cursor:pointer}.CoverFlow-module__uLJhbW__item:not(.CoverFlow-module__uLJhbW__itemActive):hover .CoverFlow-module__uLJhbW__productImage{filter:drop-shadow(0 16px 48px #b71c1c33);transform:scale(1.08)}.CoverFlow-module__uLJhbW__item:not(.CoverFlow-module__uLJhbW__itemActive):hover .CoverFlow-module__uLJhbW__discountBadge{transform:scale(1.1)}.CoverFlow-module__uLJhbW__coverflowArea{cursor:grab}.CoverFlow-module__uLJhbW__coverflowArea:active{cursor:grabbing}.CoverFlow-module__uLJhbW__reflection{opacity:.1;z-index:1;pointer-events:none;height:80px;position:absolute;bottom:-12px;left:0;right:0;overflow:hidden;-webkit-mask-image:linear-gradient(#0000004d,#0000);mask-image:linear-gradient(#0000004d,#0000)}.CoverFlow-module__uLJhbW__reflectionImg{object-fit:contain;transform-origin:top;width:100%;transform:scaleY(-1)}.CoverFlow-module__uLJhbW__discountBadge{z-index:10;background:var(--color-primary);color:var(--color-white);letter-spacing:.02em;border-radius:24px;padding:8px 18px;font-size:.95rem;font-weight:900;animation:2s ease-in-out infinite CoverFlow-module__uLJhbW__badgePulse;position:absolute;top:12px;right:16px;box-shadow:0 6px 20px #b71c1c59}@keyframes CoverFlow-module__uLJhbW__badgePulse{0%,to{box-shadow:0 6px 20px #b71c1c59}50%{box-shadow:0 6px 28px #b71c1c8c}}.CoverFlow-module__uLJhbW__navBtn{z-index:200;background:var(--color-white);border:1px solid var(--color-gray-200);cursor:pointer;width:52px;height:52px;color:var(--color-dark);border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.33,1,.68,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 16px #00000014}.CoverFlow-module__uLJhbW__navBtn:hover:not(:disabled){background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white);transform:translateY(-50%)scale(1.1);box-shadow:0 8px 28px #b71c1c4d}.CoverFlow-module__uLJhbW__navBtn:disabled{opacity:.25;cursor:not-allowed}.CoverFlow-module__uLJhbW__navPrev{left:8px}.CoverFlow-module__uLJhbW__navNext{right:8px}@media (min-width:768px){.CoverFlow-module__uLJhbW__navPrev{left:32px}.CoverFlow-module__uLJhbW__navNext{right:32px}.CoverFlow-module__uLJhbW__navBtn{width:60px;height:60px}}.CoverFlow-module__uLJhbW__productInfo{text-align:center;padding:20px 16px 0}.CoverFlow-module__uLJhbW__productName{text-transform:uppercase;color:var(--color-dark);letter-spacing:.02em;margin:0;font-size:1.1rem;font-weight:800}@media (min-width:768px){.CoverFlow-module__uLJhbW__productName{font-size:1.4rem}}.CoverFlow-module__uLJhbW__priceBlock{justify-content:center;align-items:center;gap:16px;margin:12px 0 20px;display:flex}.CoverFlow-module__uLJhbW__oldPrice{color:var(--color-gray-400);font-size:1rem;font-weight:600;text-decoration:none;display:inline-block;position:relative}.CoverFlow-module__uLJhbW__oldPrice:after{content:"";background:var(--color-primary);border-radius:2px;height:2.5px;position:absolute;top:50%;left:-4px;right:-4px;transform:rotate(-12deg)}.CoverFlow-module__uLJhbW__currentPrice{color:var(--color-primary);letter-spacing:-.02em;text-shadow:0 2px 8px #b71c1c1a;font-size:1.75rem;font-weight:900}@media (min-width:768px){.CoverFlow-module__uLJhbW__oldPrice{font-size:1.1rem}.CoverFlow-module__uLJhbW__currentPrice{font-size:2rem}}.CoverFlow-module__uLJhbW__ctaBtn{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);color:var(--color-white);text-transform:uppercase;letter-spacing:.08em;border-radius:60px;align-items:center;gap:10px;padding:14px 36px;font-size:.9rem;font-weight:800;text-decoration:none;transition:all .35s cubic-bezier(.33,1,.68,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #b71c1c4d,inset 0 1px #ffffff26}.CoverFlow-module__uLJhbW__ctaBtn:before{content:"";background:linear-gradient(90deg,#0000 0%,#fff3 50%,#0000 100%);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.CoverFlow-module__uLJhbW__ctaBtn:hover:before{left:100%}.CoverFlow-module__uLJhbW__ctaBtn:hover{transform:translateY(-3px)scale(1.03);box-shadow:0 10px 32px #b71c1c66,inset 0 1px #fff3}.CoverFlow-module__uLJhbW__ctaBtn:active{transform:translateY(-1px)scale(.98)}.CoverFlow-module__uLJhbW__ctaBtnIcon{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}.CoverFlow-module__uLJhbW__ctaBtn:hover .CoverFlow-module__uLJhbW__ctaBtnIcon{background:#ffffff4d;transform:translate(3px)}.CoverFlow-module__uLJhbW__bottomBar{justify-content:center;align-items:center;gap:20px;margin-top:24px;display:flex}.CoverFlow-module__uLJhbW__counter{color:var(--color-gray-500);-webkit-user-select:none;user-select:none;align-items:baseline;gap:4px;font-size:.9rem;font-weight:700;display:flex}.CoverFlow-module__uLJhbW__counterCurrent{color:var(--color-primary);font-size:1.15rem;font-weight:900}.CoverFlow-module__uLJhbW__counterSep{color:var(--color-gray-300);margin:0 2px}.CoverFlow-module__uLJhbW__counterTotal{color:var(--color-gray-400)}.CoverFlow-module__uLJhbW__dots{justify-content:center;gap:5px;display:flex}.CoverFlow-module__uLJhbW__dot{background:var(--color-gray-300);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.CoverFlow-module__uLJhbW__dot:hover{background:var(--color-gray-400)}.CoverFlow-module__uLJhbW__dotActive{background:var(--color-primary);border-radius:4px;width:28px}.CoverFlow-module__uLJhbW__swipeHint{color:var(--color-gray-400);text-transform:uppercase;letter-spacing:.08em;justify-content:center;align-items:center;gap:8px;margin-top:16px;font-size:.8rem;font-weight:600;display:flex}.CoverFlow-module__uLJhbW__swipeIcon{animation:1.5s ease-in-out infinite CoverFlow-module__uLJhbW__swipeAnim}@keyframes CoverFlow-module__uLJhbW__swipeAnim{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}@media (min-width:768px){.CoverFlow-module__uLJhbW__swipeHint{display:none}}
.TopBannerSlider-module__KBLj6G__wrap{border-radius:16px;width:100%;height:200px;position:relative;overflow:hidden}.TopBannerSlider-module__KBLj6G__arr{z-index:10;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;opacity:0;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:opacity .3s,background .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.TopBannerSlider-module__KBLj6G__wrap:hover .TopBannerSlider-module__KBLj6G__arr{opacity:1}.TopBannerSlider-module__KBLj6G__arr:hover{background:#ffffff40}.TopBannerSlider-module__KBLj6G__arrL{left:6px}.TopBannerSlider-module__KBLj6G__arrR{right:6px}.TopBannerSlider-module__KBLj6G__track{height:100%;transition:transform .5s cubic-bezier(.22,1,.36,1);display:flex}.TopBannerSlider-module__KBLj6G__slide{color:#fff;justify-content:center;align-items:center;min-width:100%;height:100%;text-decoration:none;display:flex;position:relative;overflow:hidden}.TopBannerSlider-module__KBLj6G__decor{pointer-events:none;position:absolute;inset:0;overflow:hidden}.TopBannerSlider-module__KBLj6G__circle1{background:#ffffff0f;border-radius:50%;width:120px;height:120px;position:absolute;top:-30px;right:-30px}.TopBannerSlider-module__KBLj6G__circle2{background:#ffffff0a;border-radius:50%;width:80px;height:80px;position:absolute;bottom:-20px;left:-20px}.TopBannerSlider-module__KBLj6G__content{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;display:flex;position:relative}.TopBannerSlider-module__KBLj6G__iconWrap{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.TopBannerSlider-module__KBLj6G__textWrap{flex-direction:column;gap:.25rem;display:flex}.TopBannerSlider-module__KBLj6G__title{font-size:1rem;font-weight:800;line-height:1.2}.TopBannerSlider-module__KBLj6G__desc{opacity:.7;max-width:200px;font-size:.6875rem;line-height:1.3}.TopBannerSlider-module__KBLj6G__dots{z-index:10;gap:5px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.TopBannerSlider-module__KBLj6G__dot{cursor:pointer;background:#ffffff40;border:none;border-radius:3px;width:6px;height:6px;padding:0;transition:all .3s}.TopBannerSlider-module__KBLj6G__dotActive{background:#fff;width:18px}
.CategoryBanners-module__fSfKZa__section{padding:0 0 60px}.CategoryBanners-module__fSfKZa__wrapper{max-width:1600px;margin:0 auto;padding:0 30px}.CategoryBanners-module__fSfKZa__header{text-align:center;margin-bottom:36px}.CategoryBanners-module__fSfKZa__title{text-transform:uppercase;letter-spacing:-.025em;color:var(--color-dark);margin:0;font-size:2.25rem;font-weight:900;line-height:1.1}.CategoryBanners-module__fSfKZa__redText{color:var(--color-primary)}.CategoryBanners-module__fSfKZa__titleLine{background-color:var(--color-primary);width:80px;height:4px;margin:12px auto}.CategoryBanners-module__fSfKZa__subtitle{color:var(--color-gray-500);margin:12px 0 0;font-size:.95rem;font-weight:500}@media (min-width:768px){.CategoryBanners-module__fSfKZa__title{font-size:3rem}.CategoryBanners-module__fSfKZa__subtitle{font-size:1.05rem}}.CategoryBanners-module__fSfKZa__grid{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:640px){.CategoryBanners-module__fSfKZa__grid{grid-template-columns:repeat(2,1fr);gap:28px}}@media (min-width:1024px){.CategoryBanners-module__fSfKZa__grid{grid-template-columns:repeat(4,1fr);gap:40px}}.CategoryBanners-module__fSfKZa__card{--radius:20px;border-radius:var(--radius);cursor:pointer;isolation:isolate;min-height:420px;text-decoration:none;display:block;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000040}.CategoryBanners-module__fSfKZa__cardImg{object-fit:cover;width:100%;height:100%;transition:transform 7s;position:absolute;inset:0;transform:scale(1.08)}.CategoryBanners-module__fSfKZa__card:hover .CategoryBanners-module__fSfKZa__cardImg{transform:scale(1.18)}.CategoryBanners-module__fSfKZa__overlay{opacity:1;z-index:1;background:linear-gradient(#0000 30%,#0003 100%),radial-gradient(80% 60% at 50% 75%,#00000080 0%,#0000 60%);transition:opacity .7s cubic-bezier(.2,.6,.2,1);position:absolute;inset:0}.CategoryBanners-module__fSfKZa__badge{z-index:3;-webkit-backdrop-filter:blur(8px);color:#fff;letter-spacing:.02em;background:#00000073;border:1px solid #ffffff1f;border-radius:20px;padding:6px 12px;font-size:.75rem;font-weight:700;position:absolute;top:16px;right:16px}.CategoryBanners-module__fSfKZa__content{z-index:2;color:#fff;-webkit-backdrop-filter:blur(4px);border:1px solid #ffffff1a;border-radius:14px;padding:14px 16px;position:absolute;inset:auto 18px 18px;box-shadow:0 6px 24px #00000047}.CategoryBanners-module__fSfKZa__cardTitle{background:linear-gradient(120deg, #fff 20%, var(--color-primary) 40%, #fff 60%);color:#0000;background-position:0 0;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;margin:4px 0 8px;font-size:1.4rem;font-weight:700;line-height:1.2;transition:background-position 1.2s}.CategoryBanners-module__fSfKZa__card:hover .CategoryBanners-module__fSfKZa__cardTitle{background-position:100% 0}.CategoryBanners-module__fSfKZa__desc{color:#fff;text-shadow:0 2px 6px #000000d9;opacity:.9;margin:0 0 14px;font-size:.85rem;line-height:1.4}.CategoryBanners-module__fSfKZa__cta{color:#fff;-webkit-backdrop-filter:blur(3px);background:#ffffff24;border:1px solid #ffffff3d;border-radius:12px;align-items:center;gap:8px;padding:10px 14px;font-size:.85rem;font-weight:600;text-decoration:none;transition:transform .25s,background .3s;display:inline-flex;position:relative;overflow:hidden}.CategoryBanners-module__fSfKZa__cta:after{content:"";background:linear-gradient(90deg,#0000,#ffffff80,#0000);width:40%;transition:transform .8s;position:absolute;inset:0 -40% 0 auto;transform:skew(-20deg)translate(-120%)}.CategoryBanners-module__fSfKZa__card:hover .CategoryBanners-module__fSfKZa__cta{background:#ffffff38;transform:translateY(-2px)}.CategoryBanners-module__fSfKZa__card:hover .CategoryBanners-module__fSfKZa__cta:after{transform:skew(-20deg)translate(180%)}.CategoryBanners-module__fSfKZa__ctaArrow{width:18px;height:18px;transition:transform .3s}.CategoryBanners-module__fSfKZa__card:hover .CategoryBanners-module__fSfKZa__ctaArrow{transform:translate(4px)}@media (max-width:767px){.CategoryBanners-module__fSfKZa__section{overflow:visible}.CategoryBanners-module__fSfKZa__wrapper{padding:0;overflow:visible}.CategoryBanners-module__fSfKZa__grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px;scroll-padding-inline-start:20px;display:flex;overflow:auto visible;padding:20px 0 28px!important}.CategoryBanners-module__fSfKZa__grid:before,.CategoryBanners-module__fSfKZa__grid:after{content:"";flex:0 0 20px}.CategoryBanners-module__fSfKZa__grid::-webkit-scrollbar{display:none}.CategoryBanners-module__fSfKZa__card{scroll-snap-align:start;flex:0 0 78vw;min-height:380px;box-shadow:0 8px 28px #0000004d}.CategoryBanners-module__fSfKZa__overlay{background:linear-gradient(#0000 20%,#00000073 100%)}.CategoryBanners-module__fSfKZa__content{padding:14px 16px;inset:auto 14px 14px}.CategoryBanners-module__fSfKZa__cardTitle{font-size:1.25rem}.CategoryBanners-module__fSfKZa__desc{font-size:.8rem}.CategoryBanners-module__fSfKZa__cta{padding:8px 12px;font-size:.8rem}.CategoryBanners-module__fSfKZa__badge{top:12px;right:12px}}.CategoryBanners-module__fSfKZa__swipeHint{display:none}@media (max-width:767px){.CategoryBanners-module__fSfKZa__swipeHint{color:var(--color-gray-400,#aaa);letter-spacing:.02em;justify-content:center;align-items:center;gap:8px;padding:0 16px 10px;font-size:.8125rem;font-weight:600;display:flex}.CategoryBanners-module__fSfKZa__swipeIcon{animation:1.8s ease-in-out infinite CategoryBanners-module__fSfKZa__swipeHintSlide;display:inline-flex}@keyframes CategoryBanners-module__fSfKZa__swipeHintSlide{0%,to{transform:translate(0)}50%{transform:translate(6px)}}}
.PromoSlider-module__GqTt-a__container{-webkit-tap-highlight-color:transparent;width:100%;margin:0 auto;position:relative}@media (max-width:480px){.PromoSlider-module__GqTt-a__container{max-width:280px}}.PromoSlider-module__GqTt-a__bubbles{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.PromoSlider-module__GqTt-a__bubble{background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;animation:8s ease-in-out infinite PromoSlider-module__GqTt-a__floating;position:absolute}@keyframes PromoSlider-module__GqTt-a__floating{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(-30px)translate(15px)}}.PromoSlider-module__GqTt-a__arrow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;z-index:10;opacity:0;color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.PromoSlider-module__GqTt-a__container:hover .PromoSlider-module__GqTt-a__arrow{opacity:1}.PromoSlider-module__GqTt-a__arrow:hover{background:#ffffff40;transform:translateY(-50%)scale(1.05)}.PromoSlider-module__GqTt-a__arrowLeft{left:5px}.PromoSlider-module__GqTt-a__arrowRight{right:5px}.PromoSlider-module__GqTt-a__card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);z-index:2;background:#ffffff0d;border:1px solid #ffffff26;border-radius:28px;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #00000080}.PromoSlider-module__GqTt-a__wrapper{cursor:grab;border-radius:28px;overflow:hidden}.PromoSlider-module__GqTt-a__wrapper:active{cursor:grabbing}.PromoSlider-module__GqTt-a__track{will-change:transform;display:flex}.PromoSlider-module__GqTt-a__slide{box-sizing:border-box;min-width:100%;padding:8px}.PromoSlider-module__GqTt-a__content{background-position:50%;background-size:cover;border-radius:20px;flex-direction:column;justify-content:space-between;height:420px;padding:20px;display:flex;position:relative;overflow:hidden}@media (max-width:480px){.PromoSlider-module__GqTt-a__content{height:380px;padding:12px}}.PromoSlider-module__GqTt-a__content:before{content:"";z-index:1;background:linear-gradient(#00000080 0%,#0000 40%,#0006 60%,#000000f2 100%);position:absolute;inset:0}.PromoSlider-module__GqTt-a__textTop,.PromoSlider-module__GqTt-a__textBottom{z-index:2;width:100%;position:relative}.PromoSlider-module__GqTt-a__badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-transform:uppercase;color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:10px;margin-bottom:10px;padding:5px 12px;font-size:9px;font-weight:700;display:inline-block}.PromoSlider-module__GqTt-a__title{color:#fff;margin-bottom:4px;font-size:28px;font-weight:800;line-height:1.1}@media (max-width:480px){.PromoSlider-module__GqTt-a__title{font-size:18px}}.PromoSlider-module__GqTt-a__desc{opacity:.8;color:#fff;margin-bottom:10px;font-size:13px;line-height:1.3}@media (max-width:480px){.PromoSlider-module__GqTt-a__desc{margin-bottom:8px;font-size:11px}}.PromoSlider-module__GqTt-a__btn{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;text-align:center;background:#ffffff26;border:1px solid #ffffff40;border-radius:16px;width:100%;margin-top:8px;margin-bottom:25px;padding:12px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:all .4s;display:block}.PromoSlider-module__GqTt-a__btn:hover{background:#ffffff40}@media (max-width:480px){.PromoSlider-module__GqTt-a__btn{padding:10px 15px;font-size:13px}}.PromoSlider-module__GqTt-a__timer{justify-content:center;gap:6px;width:100%;display:flex}.PromoSlider-module__GqTt-a__timerItem{text-align:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;min-width:46px;padding:6px}@media (max-width:480px){.PromoSlider-module__GqTt-a__timerItem{min-width:40px;padding:4px}}.PromoSlider-module__GqTt-a__timerVal{font-size:16px;font-weight:800;line-height:1;display:block}@media (max-width:480px){.PromoSlider-module__GqTt-a__timerVal{font-size:14px}}.PromoSlider-module__GqTt-a__timerLabel{opacity:.5;text-transform:uppercase;margin-top:1px;font-size:7px;display:block}.PromoSlider-module__GqTt-a__dots{z-index:20;justify-content:center;gap:8px;display:flex;position:absolute;bottom:26px;left:50%;transform:translate(-50%)}.PromoSlider-module__GqTt-a__dot{cursor:pointer;background:#fff3;border:none;border-radius:4px;width:8px;height:8px;padding:0;transition:all .4s}.PromoSlider-module__GqTt-a__dotActive{background:#fff;width:24px}
.HowWeWork-module__NpIXQG__section{background:var(--color-white);padding:80px 0;overflow:hidden}.HowWeWork-module__NpIXQG__wrapper{max-width:1280px;margin:0 auto;padding:0 1.5rem}.HowWeWork-module__NpIXQG__header{text-align:center;margin-bottom:56px}.HowWeWork-module__NpIXQG__title{text-transform:uppercase;letter-spacing:-.025em;color:var(--color-dark);margin:0;font-size:2.25rem;font-weight:900;line-height:1.1}.HowWeWork-module__NpIXQG__redText{color:var(--color-primary)}.HowWeWork-module__NpIXQG__titleLine{background-color:var(--color-primary);width:80px;height:4px;margin:12px auto}.HowWeWork-module__NpIXQG__subtitle{color:var(--color-gray-500);margin:12px 0 0;font-size:1rem;font-weight:500}@media (min-width:768px){.HowWeWork-module__NpIXQG__title{font-size:3rem}}.HowWeWork-module__NpIXQG__timeline{position:relative}.HowWeWork-module__NpIXQG__timelineLine{display:none}@media (min-width:768px){.HowWeWork-module__NpIXQG__timelineLine{background:linear-gradient(90deg, var(--color-primary), var(--color-gray-200), var(--color-primary));transform-origin:0;z-index:0;opacity:.35;height:2px;display:block;position:absolute;top:36px;left:10%;right:10%}}.HowWeWork-module__NpIXQG__steps{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:640px){.HowWeWork-module__NpIXQG__steps{grid-template-columns:repeat(2,1fr);gap:24px}}@media (min-width:768px){.HowWeWork-module__NpIXQG__steps{grid-template-columns:repeat(5,1fr);gap:16px}}.HowWeWork-module__NpIXQG__step{text-align:center;background:var(--color-white);border:1px solid var(--color-gray-100);cursor:default;z-index:1;border-radius:20px;flex-direction:column;align-items:center;padding:24px 16px;transition:border-color .3s,box-shadow .3s;display:flex;position:relative}.HowWeWork-module__NpIXQG__step:hover{border-color:#b71c1c26;box-shadow:0 12px 40px #0000000f}@media (min-width:768px){.HowWeWork-module__NpIXQG__step{background:0 0;border:none;padding:0 8px}.HowWeWork-module__NpIXQG__step:hover{box-shadow:none}}.HowWeWork-module__NpIXQG__circle{background:var(--color-gray-50);border:2px solid var(--color-gray-200);width:72px;height:72px;color:var(--color-dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:20px;transition:all .4s cubic-bezier(.22,1,.36,1);display:flex;position:relative}.HowWeWork-module__NpIXQG__step:hover .HowWeWork-module__NpIXQG__circle{background:var(--color-primary);border-color:var(--color-primary);color:#fff;transform:scale(1.08);box-shadow:0 8px 28px #b71c1c4d}.HowWeWork-module__NpIXQG__num{background:var(--color-primary);color:#fff;border:2px solid var(--color-white);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;font-weight:800;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 3px 10px #b71c1c59}.HowWeWork-module__NpIXQG__stepTitle{color:var(--color-dark);text-transform:uppercase;letter-spacing:.02em;margin:0 0 6px;font-size:.9rem;font-weight:800;line-height:1.3}.HowWeWork-module__NpIXQG__stepDesc{color:var(--color-gray-500);margin:0;font-size:.8rem;line-height:1.5}.HowWeWork-module__NpIXQG__stepText{flex:1;min-width:0}@media (max-width:639px){.HowWeWork-module__NpIXQG__section{padding:48px 0}.HowWeWork-module__NpIXQG__header{margin-bottom:32px}.HowWeWork-module__NpIXQG__steps{gap:12px}.HowWeWork-module__NpIXQG__step{text-align:left;border-radius:14px;flex-direction:row;align-items:center;gap:14px;padding:14px 16px}.HowWeWork-module__NpIXQG__circle{flex-shrink:0;width:48px;height:48px;margin-bottom:0}.HowWeWork-module__NpIXQG__circle svg{width:20px;height:20px}.HowWeWork-module__NpIXQG__num{width:20px;height:20px;font-size:.6rem;top:-4px;right:-4px}.HowWeWork-module__NpIXQG__stepTitle{margin:0 0 3px;font-size:.8125rem}.HowWeWork-module__NpIXQG__stepDesc{font-size:.75rem;line-height:1.4}}
.ParameterPicker-module__dO1cCq__overlay{z-index:9000;-webkit-backdrop-filter:blur(14px)saturate(120%);background-color:#0009;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.ParameterPicker-module__dO1cCq__panel{scrollbar-width:thin;scrollbar-color:#0000001f transparent;background:#fff;border-radius:24px;width:100%;max-width:720px;max-height:88vh;padding:2rem 2.5rem 2.5rem;position:relative;overflow:hidden auto;box-shadow:0 24px 80px #0003}.ParameterPicker-module__dO1cCq__panel::-webkit-scrollbar{width:4px}.ParameterPicker-module__dO1cCq__panel::-webkit-scrollbar-track{background:0 0}.ParameterPicker-module__dO1cCq__panel::-webkit-scrollbar-thumb{background:#0000001f;border-radius:4px}.ParameterPicker-module__dO1cCq__closeBtn{cursor:pointer;color:#666;z-index:2;background:#fff;border:1px solid #00000014;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.ParameterPicker-module__dO1cCq__closeBtn:hover{color:var(--color-primary);background:#f5f5f5;border-color:#b71c1c33}.ParameterPicker-module__dO1cCq__closeBtn svg{width:18px;height:18px}.ParameterPicker-module__dO1cCq__progressBar{background:#f0f0f0;border-radius:4px;width:100%;height:4px;margin-bottom:1.5rem;overflow:hidden}.ParameterPicker-module__dO1cCq__progressFill{background:linear-gradient(90deg, var(--color-primary), #ef5350);border-radius:4px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.ParameterPicker-module__dO1cCq__backBtn{color:var(--color-gray-500);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;margin-bottom:.75rem;padding:4px 8px;font-size:.8125rem;font-weight:600;transition:all .2s;display:inline-flex}.ParameterPicker-module__dO1cCq__backBtn:hover{color:var(--color-primary);background:#b71c1c0f}.ParameterPicker-module__dO1cCq__backBtn svg{width:16px;height:16px}.ParameterPicker-module__dO1cCq__stepContent{animation:.3s ParameterPicker-module__dO1cCq__fadeInUp}@keyframes ParameterPicker-module__dO1cCq__fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ParameterPicker-module__dO1cCq__stepHeader{text-align:center;margin-bottom:1.75rem}.ParameterPicker-module__dO1cCq__stepBadge{color:var(--color-primary);text-transform:uppercase;letter-spacing:.08em;background:#b71c1c14;border-radius:20px;margin-bottom:10px;padding:4px 12px;font-size:.6875rem;font-weight:700;display:inline-block}.ParameterPicker-module__dO1cCq__stepTitle{color:var(--color-dark);margin:0 0 6px;font-size:clamp(1.375rem,3vw,1.75rem);font-weight:900;line-height:1.2}.ParameterPicker-module__dO1cCq__accent{color:var(--color-primary)}.ParameterPicker-module__dO1cCq__stepSubtitle{color:var(--color-gray-500);margin:0;font-size:.875rem;font-weight:500}.ParameterPicker-module__dO1cCq__chipsGrid{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.ParameterPicker-module__dO1cCq__chipBtn{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:999px;padding:12px 24px;font-size:.9375rem;font-weight:600;transition:all .2s}.ParameterPicker-module__dO1cCq__chipBtn:hover{border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-2px);box-shadow:0 4px 16px #b71c1c1f}.ParameterPicker-module__dO1cCq__chipBtn:active{transform:scale(.97)}.ParameterPicker-module__dO1cCq__chipBtnGhost{color:var(--color-gray-400);border-style:dashed}.ParameterPicker-module__dO1cCq__chipBtnGhost:hover{border-style:solid}.ParameterPicker-module__dO1cCq__tilesGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.ParameterPicker-module__dO1cCq__tileBtnLg{text-align:center;cursor:pointer;background:#f8f9fa;border:2px solid #0000;border-radius:16px;flex-direction:column;align-items:center;padding:20px 12px 16px;transition:all .25s;display:flex;position:relative}.ParameterPicker-module__dO1cCq__tileBtnLg:hover{background:#fff;border-color:#b71c1c33;transform:translateY(-2px);box-shadow:0 4px 16px #b71c1c14}.ParameterPicker-module__dO1cCq__tileBtnSelected{background:#fff;box-shadow:0 0 0 3px #b71c1c1f;border-color:var(--color-primary)!important}.ParameterPicker-module__dO1cCq__tileIconWrap{justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:8px;display:flex}.ParameterPicker-module__dO1cCq__tileIcon{object-fit:contain;width:44px;height:44px;transition:transform .25s}.ParameterPicker-module__dO1cCq__tileBtnLg:hover .ParameterPicker-module__dO1cCq__tileIcon{transform:translateY(-3px)}.ParameterPicker-module__dO1cCq__tileLabel{color:#4b5563;font-size:.8125rem;font-weight:600;line-height:1.3;transition:color .2s}.ParameterPicker-module__dO1cCq__tileBtnLg:hover .ParameterPicker-module__dO1cCq__tileLabel,.ParameterPicker-module__dO1cCq__tileBtnSelected .ParameterPicker-module__dO1cCq__tileLabel{color:var(--color-primary)}.ParameterPicker-module__dO1cCq__checkMark{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:flex;position:absolute;top:8px;right:10px}.ParameterPicker-module__dO1cCq__nextBtn{color:#fff;cursor:pointer;background:linear-gradient(145deg,#ef5350,#c62828);border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:1.5rem;padding:14px 24px;font-size:1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 16px #c628284d}.ParameterPicker-module__dO1cCq__nextBtn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #c6282866}.ParameterPicker-module__dO1cCq__nextBtn svg{width:18px;height:18px}.ParameterPicker-module__dO1cCq__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(145deg,#ef5350,#c62828);border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:1.5rem;padding:14px 24px;font-size:1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 16px #c628284d}.ParameterPicker-module__dO1cCq__submitBtn svg{flex-shrink:0;width:18px;height:18px}.ParameterPicker-module__dO1cCq__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 28px #c6282866}.ParameterPicker-module__dO1cCq__submitBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.ParameterPicker-module__dO1cCq__productsCarousel{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:12px;padding:4px 0 16px;display:flex;overflow-x:auto}.ParameterPicker-module__dO1cCq__productsCarousel::-webkit-scrollbar{display:none}.ParameterPicker-module__dO1cCq__productCard{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:14px;flex-direction:column;flex:0 0 200px;transition:all .25s;display:flex;overflow:hidden}.ParameterPicker-module__dO1cCq__productCard:hover{border-color:#b71c1c4d;transform:translateY(-2px);box-shadow:0 4px 20px #00000014}.ParameterPicker-module__dO1cCq__productCardLiked{border-color:var(--color-primary);box-shadow:0 0 0 3px #b71c1c1f}.ParameterPicker-module__dO1cCq__productImgWrap{background:#f9fafb;justify-content:center;align-items:center;height:160px;padding:8px;display:flex;position:relative}.ParameterPicker-module__dO1cCq__productImg{object-fit:contain;max-width:100%;max-height:100%}.ParameterPicker-module__dO1cCq__likedBadge{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;animation:.3s cubic-bezier(.4,0,.2,1) ParameterPicker-module__dO1cCq__popIn;display:flex;position:absolute;top:8px;right:8px}.ParameterPicker-module__dO1cCq__likedBadge svg{width:14px;height:14px}@keyframes ParameterPicker-module__dO1cCq__popIn{0%{transform:scale(0)}to{transform:scale(1)}}.ParameterPicker-module__dO1cCq__productInfo{border-top:1px solid #f0f0f0;flex:1;padding:10px 12px}.ParameterPicker-module__dO1cCq__productName{color:#1e293b;font-size:.8125rem;font-weight:700;line-height:1.3}.ParameterPicker-module__dO1cCq__productPrice{color:var(--color-primary);margin-top:2px;font-size:.8125rem;font-weight:700}.ParameterPicker-module__dO1cCq__productDesc{color:#6b7280;margin-top:4px;font-size:.6875rem;line-height:1.4}.ParameterPicker-module__dO1cCq__resultsBtns{flex-direction:column;gap:10px;margin-top:.5rem;display:flex}.ParameterPicker-module__dO1cCq__retryBtn{color:var(--color-gray-500);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:10px 20px;font-size:.875rem;font-weight:600;transition:all .2s}.ParameterPicker-module__dO1cCq__retryBtn:hover{color:var(--color-primary);background:#b71c1c0f}.ParameterPicker-module__dO1cCq__emptyResults{text-align:center;color:var(--color-gray-500);padding:2rem 0}.ParameterPicker-module__dO1cCq__aiTip{background:linear-gradient(135deg,#b71c1c0a 0%,#ef53500f 100%);border:1px solid #b71c1c14;border-radius:12px;align-items:flex-start;gap:10px;margin-top:1rem;padding:12px 16px;animation:.5s ParameterPicker-module__dO1cCq__fadeInUp;display:flex}.ParameterPicker-module__dO1cCq__aiTipIcon{flex-shrink:0;margin-top:1px;font-size:1.25rem}.ParameterPicker-module__dO1cCq__aiTipText{color:#4b5563;margin:0;font-size:.8125rem;line-height:1.5}.ParameterPicker-module__dO1cCq__loadingWrap{text-align:center;padding:1rem 0}.ParameterPicker-module__dO1cCq__spinner{border:4px solid #f0f0f0;border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:.8s linear infinite ParameterPicker-module__dO1cCq__spin}.ParameterPicker-module__dO1cCq__spinnerSmall{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite ParameterPicker-module__dO1cCq__spin;display:inline-block}@keyframes ParameterPicker-module__dO1cCq__spin{to{transform:rotate(360deg)}}.ParameterPicker-module__dO1cCq__loadingText{color:var(--color-gray-500);margin:0 0 1.5rem;font-size:.9375rem;font-weight:600}.ParameterPicker-module__dO1cCq__skeletonRow{justify-content:center;gap:12px;display:flex}.ParameterPicker-module__dO1cCq__skeletonCard{background:#f5f5f5;border-radius:12px;width:160px;overflow:hidden}.ParameterPicker-module__dO1cCq__skeletonImg{background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%) 0 0/200% 100%;height:120px;animation:1.5s linear infinite ParameterPicker-module__dO1cCq__shimmer}.ParameterPicker-module__dO1cCq__skeletonLine{background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%) 0 0/200% 100%;border-radius:6px;height:12px;margin:10px 12px 6px;animation:1.5s linear infinite ParameterPicker-module__dO1cCq__shimmer}.ParameterPicker-module__dO1cCq__skeletonLineShort{background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%) 0 0/200% 100%;border-radius:6px;width:60%;height:10px;margin:0 12px 10px;animation:1.5s linear infinite ParameterPicker-module__dO1cCq__shimmer}@keyframes ParameterPicker-module__dO1cCq__shimmer{to{background-position-x:-200%}}.ParameterPicker-module__dO1cCq__extrasSection{margin-bottom:1.5rem}.ParameterPicker-module__dO1cCq__sectionLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--color-gray-400);margin:0 0 10px;font-size:.6875rem;font-weight:700}.ParameterPicker-module__dO1cCq__extrasGrid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.ParameterPicker-module__dO1cCq__extraItem{cursor:pointer;background:#f8f9fa;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;transition:background .2s;display:flex}.ParameterPicker-module__dO1cCq__extraItem:hover{background:#f0f0f0}.ParameterPicker-module__dO1cCq__extraCheckbox{width:18px;height:18px;accent-color:var(--color-primary);cursor:pointer}.ParameterPicker-module__dO1cCq__extraLabel{color:#374151;font-size:.8125rem;font-weight:500}.ParameterPicker-module__dO1cCq__fieldGroup{margin-bottom:1rem}.ParameterPicker-module__dO1cCq__fieldLabel{color:#374151;margin-bottom:6px;font-size:.8125rem;font-weight:600;display:block}.ParameterPicker-module__dO1cCq__optional{color:var(--color-gray-400);font-weight:400}.ParameterPicker-module__dO1cCq__input{width:100%;color:var(--color-dark);background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;outline:none;padding:12px 16px;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.ParameterPicker-module__dO1cCq__input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #b71c1c1a}.ParameterPicker-module__dO1cCq__input::placeholder{color:#9ca3af}.ParameterPicker-module__dO1cCq__textarea{width:100%;color:var(--color-dark);resize:vertical;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;outline:none;min-height:72px;padding:12px 16px;font-family:inherit;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.ParameterPicker-module__dO1cCq__textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #b71c1c1a}.ParameterPicker-module__dO1cCq__textarea::placeholder{color:#9ca3af}.ParameterPicker-module__dO1cCq__formRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.ParameterPicker-module__dO1cCq__privacyNote{text-align:center;color:var(--color-gray-400);margin-top:12px;font-size:.6875rem}.ParameterPicker-module__dO1cCq__privacyNote a{color:var(--color-primary);text-decoration:underline}.ParameterPicker-module__dO1cCq__successWrap{text-align:center;padding:2rem 0;animation:.4s ParameterPicker-module__dO1cCq__fadeInUp}.ParameterPicker-module__dO1cCq__successIcon{color:#fff;background:linear-gradient(145deg,#4caf50,#2e7d32);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;animation:.5s cubic-bezier(.4,0,.2,1) ParameterPicker-module__dO1cCq__popIn;display:flex}.ParameterPicker-module__dO1cCq__successIcon svg{width:32px;height:32px}.ParameterPicker-module__dO1cCq__successTitle{color:var(--color-dark);margin:0 0 8px;font-size:1.5rem;font-weight:900}.ParameterPicker-module__dO1cCq__successText{color:var(--color-gray-500);max-width:400px;margin:0 auto 1.5rem;font-size:.9375rem;line-height:1.6}.ParameterPicker-module__dO1cCq__successBtn{border:2px solid var(--color-gray-200);color:var(--color-dark);cursor:pointer;background:#fff;border-radius:999px;padding:12px 32px;font-size:.9375rem;font-weight:700;transition:all .2s}.ParameterPicker-module__dO1cCq__successBtn:hover{border-color:var(--color-primary);color:var(--color-primary)}@media (max-width:768px){.ParameterPicker-module__dO1cCq__overlay{align-items:flex-end;padding:0}.ParameterPicker-module__dO1cCq__panel{border-radius:24px 24px 0 0;max-width:100%;max-height:92vh;padding:1.5rem 1.25rem 2rem;animation:.35s cubic-bezier(.4,0,.2,1) ParameterPicker-module__dO1cCq__panelSlideUpMobile}@keyframes ParameterPicker-module__dO1cCq__panelSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.ParameterPicker-module__dO1cCq__tilesGrid{grid-template-columns:repeat(2,1fr);gap:10px}.ParameterPicker-module__dO1cCq__chipsGrid{gap:8px}.ParameterPicker-module__dO1cCq__chipBtn{padding:10px 18px;font-size:.8125rem}.ParameterPicker-module__dO1cCq__productsCarousel{gap:10px}.ParameterPicker-module__dO1cCq__productCard{flex:0 0 170px}.ParameterPicker-module__dO1cCq__productImgWrap{height:130px}.ParameterPicker-module__dO1cCq__extrasGrid{grid-template-columns:1fr}.ParameterPicker-module__dO1cCq__formRow{grid-template-columns:1fr;gap:0}.ParameterPicker-module__dO1cCq__skeletonRow{gap:8px}.ParameterPicker-module__dO1cCq__skeletonCard{width:130px}.ParameterPicker-module__dO1cCq__skeletonImg{height:90px}}
.QuickViewModal-module__Md8spa__overlay{z-index:1050;-webkit-backdrop-filter:blur(14px)saturate(120%);background-color:#0009;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.QuickViewModal-module__Md8spa__modal{background:#fff;border-radius:20px;grid-template-columns:1.1fr 1fr;width:100%;max-width:960px;height:min(85vh,680px);display:grid;position:relative;overflow:hidden;box-shadow:0 32px 80px #0000004d}.QuickViewModal-module__Md8spa__closeBtn{z-index:10;width:36px;height:36px;color:var(--color-gray-600);cursor:pointer;background:#0000000f;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:14px;right:14px}.QuickViewModal-module__Md8spa__closeBtn:hover{color:var(--color-dark);background:#0000001a;transform:rotate(90deg)}.QuickViewModal-module__Md8spa__gallery{background:var(--color-gray-50);border-radius:20px 0 0 20px;flex-direction:column;gap:.625rem;min-height:0;padding:1.25rem;display:flex;overflow:hidden}.QuickViewModal-module__Md8spa__mainImage{background:#fff;border-radius:14px;flex:1 1 0;width:100%;min-height:0;position:relative;overflow:hidden}.QuickViewModal-module__Md8spa__mainImg{object-fit:contain;width:100%;height:100%;padding:.5rem}.QuickViewModal-module__Md8spa__saleBadge{color:#fff;letter-spacing:.03em;z-index:2;background:linear-gradient(135deg,#e63946 0%,#d62839 100%);border-radius:6px;align-items:center;gap:.125rem;padding:.3rem .625rem;font-size:.75rem;font-weight:800;display:inline-flex;position:absolute;top:.75rem;left:.75rem;box-shadow:0 2px 8px #e6394666}.QuickViewModal-module__Md8spa__thumbs{scrollbar-width:none;gap:.5rem;padding-bottom:2px;display:flex;overflow-x:auto}.QuickViewModal-module__Md8spa__thumbs::-webkit-scrollbar{display:none}.QuickViewModal-module__Md8spa__thumb{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:10px;flex:0 0 64px;width:64px;height:64px;transition:all .2s;overflow:hidden}.QuickViewModal-module__Md8spa__thumb:hover{border-color:var(--color-gray-300)}.QuickViewModal-module__Md8spa__thumbActive{box-shadow:0 0 0 2px #e6394626;border-color:var(--color-primary)!important}.QuickViewModal-module__Md8spa__thumbImg{object-fit:contain;width:100%;height:100%;padding:2px}.QuickViewModal-module__Md8spa__info{flex-direction:column;display:flex;overflow:hidden}.QuickViewModal-module__Md8spa__infoScroll{scrollbar-width:thin;scrollbar-color:var(--color-gray-200) transparent;flex:1 1 0;min-height:0;padding:1.75rem 2rem .75rem 1.5rem;overflow-y:auto}.QuickViewModal-module__Md8spa__infoScroll::-webkit-scrollbar{width:3px}.QuickViewModal-module__Md8spa__infoScroll::-webkit-scrollbar-thumb{background:var(--color-gray-200);border-radius:2px}.QuickViewModal-module__Md8spa__category{text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary);margin-bottom:.375rem;font-size:.6875rem;font-weight:700}.QuickViewModal-module__Md8spa__name{color:var(--color-dark);margin:0 0 1rem;font-size:1.375rem;font-weight:800;line-height:1.25}.QuickViewModal-module__Md8spa__priceRow{align-items:baseline;gap:.75rem;margin-bottom:1.25rem;display:flex}.QuickViewModal-module__Md8spa__price{color:var(--color-primary);font-size:1.5rem;font-weight:800}.QuickViewModal-module__Md8spa__oldPrice{color:var(--color-gray-400);font-size:1rem;text-decoration:line-through}.QuickViewModal-module__Md8spa__discountTag{color:#fff;background:var(--color-primary);border-radius:4px;padding:.2rem .5rem;font-size:.6875rem;font-weight:700}.QuickViewModal-module__Md8spa__divider{background:var(--color-gray-100);height:1px;margin:.25rem 0 1rem}.QuickViewModal-module__Md8spa__description{color:var(--color-gray-600);margin-bottom:1.25rem;font-size:.875rem;line-height:1.65}.QuickViewModal-module__Md8spa__description p{margin:0}.QuickViewModal-module__Md8spa__attributes{border:1px solid var(--color-gray-100);border-radius:10px;flex-direction:column;margin-bottom:1.5rem;display:flex;overflow:hidden}.QuickViewModal-module__Md8spa__attrRow{border-bottom:1px solid var(--color-gray-100);justify-content:space-between;align-items:baseline;padding:.625rem 1rem;display:flex}.QuickViewModal-module__Md8spa__attrRow:last-child{border-bottom:none}.QuickViewModal-module__Md8spa__attrRow:nth-child(2n){background:var(--color-gray-50)}.QuickViewModal-module__Md8spa__attrLabel{color:var(--color-gray-500);white-space:nowrap;flex-shrink:0;margin-right:1rem;font-size:.8125rem;font-weight:500}.QuickViewModal-module__Md8spa__attrValue{color:var(--color-dark);text-align:right;font-size:.8125rem;font-weight:600}.QuickViewModal-module__Md8spa__features{color:var(--color-gray-500);background:var(--color-gray-50);border-left:3px solid var(--color-primary);border-radius:10px;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.8125rem;line-height:1.6}.QuickViewModal-module__Md8spa__actions{border-top:1px solid var(--color-gray-100);flex-direction:column;flex-shrink:0;gap:.5rem;padding:.75rem 1.5rem 1.5rem;display:flex}.QuickViewModal-module__Md8spa__btnOrder{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e63946,#d62839);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem;font-size:.9375rem;font-weight:700;transition:all .25s;display:flex;box-shadow:0 4px 16px #e6394640}.QuickViewModal-module__Md8spa__btnOrder:hover{transform:translateY(-1px);box-shadow:0 6px 24px #e6394659}.QuickViewModal-module__Md8spa__btnMore{width:100%;color:var(--color-dark);border:1.5px solid var(--color-gray-200);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.QuickViewModal-module__Md8spa__btnMore:hover{border-color:var(--color-primary);color:var(--color-primary);background:#e6394608}@media (max-width:768px){.QuickViewModal-module__Md8spa__overlay{align-items:flex-end;padding:0}.QuickViewModal-module__Md8spa__modal{border-radius:20px 20px 0 0;grid-template-columns:1fr;max-width:100%;max-height:95vh}.QuickViewModal-module__Md8spa__gallery{border-radius:20px 20px 0 0;padding:1rem}.QuickViewModal-module__Md8spa__mainImage{aspect-ratio:1}.QuickViewModal-module__Md8spa__info{padding:1.25rem}.QuickViewModal-module__Md8spa__name{font-size:1.125rem}.QuickViewModal-module__Md8spa__price{font-size:1.25rem}.QuickViewModal-module__Md8spa__thumb{flex:0 0 52px;width:52px;height:52px}}
.CatalogClient-module__YGoHQG__layout{align-items:flex-start;gap:2rem;display:flex}@media (max-width:1023px){.CatalogClient-module__YGoHQG__layout{flex-direction:column}}.CatalogClient-module__YGoHQG__sidebarColumn{flex-direction:column;flex-shrink:0;align-self:flex-start;gap:1rem;width:320px;display:flex;position:sticky;top:80px}.CatalogClient-module__YGoHQG__sidebarColumn::-webkit-scrollbar{width:4px}.CatalogClient-module__YGoHQG__sidebarColumn::-webkit-scrollbar-thumb{background:var(--color-gray-200);border-radius:2px}@media (max-width:1023px){.CatalogClient-module__YGoHQG__sidebarColumn{width:100%;max-height:none;position:static}}.CatalogClient-module__YGoHQG__main{flex:1;min-width:0}.CatalogClient-module__YGoHQG__promoSliderBlock{border-radius:var(--radius-lg);display:none;overflow:visible}@media (min-width:1024px){.CatalogClient-module__YGoHQG__promoSliderBlock{display:block}}.CatalogClient-module__YGoHQG__gridBannerDesk{display:none}@media (min-width:1024px){.CatalogClient-module__YGoHQG__gridBannerDesk{min-height:0;display:block}}.CatalogClient-module__YGoHQG__gridBannerMob{grid-column:1/-1}@media (min-width:1024px){.CatalogClient-module__YGoHQG__gridBannerMob{display:none}}.CatalogClient-module__YGoHQG__bannersRow{grid-template-columns:1.8fr 1fr;gap:1.25rem;margin-bottom:1.5rem;display:grid}.CatalogClient-module__YGoHQG__bannerPromo,.CatalogClient-module__YGoHQG__bannerSlider{min-width:0;min-height:0}@media (max-width:1023px){.CatalogClient-module__YGoHQG__bannersRow{grid-template-columns:1fr}}@media (max-width:640px){.CatalogClient-module__YGoHQG__bannersRow{gap:1rem;margin-bottom:1rem}}.CatalogClient-module__YGoHQG__toolbar{background:var(--color-gray-50);border-radius:var(--radius-md);border:1px solid var(--color-gray-100);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:.75rem 1rem;display:flex}.CatalogClient-module__YGoHQG__resultCount{color:var(--color-gray-600);font-size:.875rem}.CatalogClient-module__YGoHQG__resultCount strong{color:var(--color-dark);font-weight:700}.CatalogClient-module__YGoHQG__sortSelect{border:1px solid var(--color-gray-200);border-radius:var(--radius-md);background:var(--color-white);color:var(--color-dark);cursor:pointer;transition:border-color var(--duration-fast);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;outline:none;padding:.5rem 2rem .5rem .875rem;font-size:.8125rem}.CatalogClient-module__YGoHQG__sortSelect:hover,.CatalogClient-module__YGoHQG__sortSelect:focus{border-color:var(--color-primary)}.CatalogClient-module__YGoHQG__chips{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.CatalogClient-module__YGoHQG__chip{background:var(--color-gray-50);border:1px solid var(--color-gray-200);color:var(--color-dark);cursor:pointer;transition:all var(--duration-fast);border-radius:20px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;display:inline-flex}.CatalogClient-module__YGoHQG__chip:hover{border-color:var(--color-primary);color:var(--color-primary);background:#e639460f}.CatalogClient-module__YGoHQG__chipReset{border:1px dashed var(--color-gray-300);color:var(--color-gray-500);cursor:pointer;transition:all var(--duration-fast);background:0 0;border-radius:20px;align-items:center;padding:.375rem .75rem;font-size:.8125rem;display:inline-flex}.CatalogClient-module__YGoHQG__chipReset:hover{color:var(--color-primary);border-color:var(--color-primary)}.CatalogClient-module__YGoHQG__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;display:grid}@media (max-width:640px){.CatalogClient-module__YGoHQG__grid{grid-template-columns:repeat(2,1fr);gap:.625rem}}@media (min-width:1024px){.CatalogClient-module__YGoHQG__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1440px){.CatalogClient-module__YGoHQG__grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1920px){.CatalogClient-module__YGoHQG__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.CatalogClient-module__YGoHQG__card{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid var(--color-gray-100);transition:all var(--duration-normal) var(--ease-out);color:inherit;flex-direction:column;display:flex;overflow:hidden}.CatalogClient-module__YGoHQG__card:hover{border-color:var(--color-gray-200);box-shadow:var(--shadow-card-hover);transform:translateY(-3px)}.CatalogClient-module__YGoHQG__cardImgWrap{aspect-ratio:361.25/433.5;background:#f5f5f5;width:100%;display:block;position:relative;overflow:hidden}.CatalogClient-module__YGoHQG__cardImg{object-fit:contain;width:100%;height:100%;transition:transform var(--duration-normal) var(--ease-out);padding:.5rem}.CatalogClient-module__YGoHQG__card:hover .CatalogClient-module__YGoHQG__cardImg{transform:scale(1.05)}.CatalogClient-module__YGoHQG__cardImgPlaceholder{background:linear-gradient(135deg, var(--color-gray-100), var(--color-gray-200));width:100%;height:100%}.CatalogClient-module__YGoHQG__saleBadgeCard{color:var(--color-white);letter-spacing:.03em;z-index:2;background:linear-gradient(135deg,#e63946 0%,#d62839 100%);border-radius:6px;align-items:center;gap:.125rem;padding:.3rem .625rem;font-size:.75rem;font-weight:800;animation:2s ease-in-out infinite CatalogClient-module__YGoHQG__badgePulse;display:inline-flex;position:absolute;top:.75rem;left:.75rem;box-shadow:0 2px 8px #e6394666}.CatalogClient-module__YGoHQG__saleBadgeText{animation:.6s ease-out both CatalogClient-module__YGoHQG__badgeBounce}.CatalogClient-module__YGoHQG__saleBadgePercent{transform-origin:50%;font-size:.875rem;font-weight:900;animation:3s ease-in-out infinite CatalogClient-module__YGoHQG__percentSpin;display:inline-block}@keyframes CatalogClient-module__YGoHQG__badgePulse{0%,to{box-shadow:0 2px 8px #e6394666}50%{box-shadow:0 2px 16px #e63946a6}}@keyframes CatalogClient-module__YGoHQG__percentSpin{0%{transform:rotate(0)scale(1)}25%{transform:rotate(15deg)scale(1.2)}50%{transform:rotate(0)scale(1)}75%{transform:rotate(-15deg)scale(1.2)}to{transform:rotate(0)scale(1)}}@keyframes CatalogClient-module__YGoHQG__badgeBounce{0%{opacity:0;transform:translateY(-4px)}50%{transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.CatalogClient-module__YGoHQG__cardOverlay{opacity:0;transition:opacity var(--duration-normal) var(--ease-out);z-index:3;background:linear-gradient(#0000 0%,#00000026 50%,#0000008c 100%);flex-direction:row;justify-content:center;align-items:flex-end;gap:.5rem;padding:0 .75rem 1rem;display:flex;position:absolute;inset:0}.CatalogClient-module__YGoHQG__card:hover .CatalogClient-module__YGoHQG__cardOverlay{opacity:1}.CatalogClient-module__YGoHQG__cardBtnQuick,.CatalogClient-module__YGoHQG__cardBtnOrder{border-radius:var(--radius-sm);cursor:pointer;transition:all var(--duration-fast);white-space:nowrap;border:none;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.6875rem;font-weight:600;display:flex}.CatalogClient-module__YGoHQG__cardBtnQuick{color:var(--color-dark);background:#fffffff2}.CatalogClient-module__YGoHQG__cardBtnQuick:hover{background:var(--color-white);transform:scale(1.03)}.CatalogClient-module__YGoHQG__cardBtnOrder{background:var(--color-primary);color:var(--color-white)}.CatalogClient-module__YGoHQG__cardBtnOrder:hover{background:var(--color-primary-hover,#c8313d);transform:scale(1.03)}.CatalogClient-module__YGoHQG__cardBodyLink{color:inherit;text-decoration:none}.CatalogClient-module__YGoHQG__cardBody{padding:1rem 1.25rem 1.25rem}.CatalogClient-module__YGoHQG__cardName{color:var(--color-dark);transition:color var(--duration-fast);margin-bottom:.375rem;font-size:1rem;font-weight:600;line-height:1.4}.CatalogClient-module__YGoHQG__card:hover .CatalogClient-module__YGoHQG__cardName{color:var(--color-primary)}.CatalogClient-module__YGoHQG__cardPriceRow{align-items:baseline;gap:.5rem;display:flex}.CatalogClient-module__YGoHQG__cardPrice{color:var(--color-primary);font-size:1rem;font-weight:700}.CatalogClient-module__YGoHQG__cardOldPrice{color:var(--color-gray-400);font-size:.8125rem;text-decoration:line-through}.CatalogClient-module__YGoHQG__cardMeta{color:var(--color-gray-500);margin-top:.5rem;font-size:.75rem;line-height:1.4}.CatalogClient-module__YGoHQG__cardRating{align-items:center;gap:4px;margin-top:.375rem;display:flex}.CatalogClient-module__YGoHQG__cardStars{color:var(--color-gold,#c9a84c);letter-spacing:1px;font-size:.75rem;line-height:1}.CatalogClient-module__YGoHQG__cardReviewCount{color:var(--color-gray-400);font-size:.6875rem;font-weight:500}.CatalogClient-module__YGoHQG__paginationWrap{flex-direction:column;align-items:center;gap:1.5rem;margin-top:2.5rem;padding-bottom:1rem;display:flex}.CatalogClient-module__YGoHQG__loadMoreBtn{background:var(--color-white);color:var(--color-dark);border:2px solid var(--color-gray-200);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--duration-normal) var(--ease-out);align-items:center;gap:.5rem;padding:.875rem 2.5rem;font-size:.9375rem;font-weight:600;display:inline-flex}.CatalogClient-module__YGoHQG__loadMoreBtn:hover{border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-1px);box-shadow:0 4px 16px #e639461f}.CatalogClient-module__YGoHQG__loadMoreCount{background:var(--color-gray-100);color:var(--color-gray-600);border-radius:10px;justify-content:center;align-items:center;padding:.125rem .5rem;font-size:.75rem;font-weight:700;display:inline-flex}.CatalogClient-module__YGoHQG__loadMoreBtn:hover .CatalogClient-module__YGoHQG__loadMoreCount{color:var(--color-primary);background:#e6394614}.CatalogClient-module__YGoHQG__pagination{align-items:center;gap:.375rem;display:flex}.CatalogClient-module__YGoHQG__pageBtn{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-md);min-width:40px;height:40px;color:var(--color-dark);cursor:pointer;transition:all var(--duration-fast);justify-content:center;align-items:center;padding:0 .5rem;font-size:.875rem;font-weight:500;display:flex}.CatalogClient-module__YGoHQG__pageBtn:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary);background:#e639460a}.CatalogClient-module__YGoHQG__pageBtn:disabled{opacity:.35;cursor:not-allowed}.CatalogClient-module__YGoHQG__pageBtnActive{font-weight:700;box-shadow:0 2px 8px #e639464d;background:var(--color-primary)!important;color:var(--color-white)!important;border-color:var(--color-primary)!important}.CatalogClient-module__YGoHQG__pageArrow{min-width:36px;height:36px}.CatalogClient-module__YGoHQG__pageDots{min-width:32px;height:40px;color:var(--color-gray-400);pointer-events:none;justify-content:center;align-items:center;font-size:1rem;display:flex}.CatalogClient-module__YGoHQG__empty{text-align:center;padding:4rem 2rem}.CatalogClient-module__YGoHQG__emptyTitle{color:var(--color-dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.CatalogClient-module__YGoHQG__emptyText{color:var(--color-gray-500);margin-bottom:1.5rem;font-size:.9375rem}.CatalogClient-module__YGoHQG__emptyBtn{background:var(--color-primary);color:var(--color-white);border-radius:var(--radius-md);cursor:pointer;transition:background var(--duration-fast);border:none;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600}.CatalogClient-module__YGoHQG__emptyBtn:hover{background:var(--color-primary-hover,#c8313d)}@media (max-width:640px){.CatalogClient-module__YGoHQG__cardBody{padding:.625rem .625rem .75rem}.CatalogClient-module__YGoHQG__cardName{margin-bottom:.25rem;font-size:.8125rem;line-height:1.35}.CatalogClient-module__YGoHQG__cardPrice{font-size:.875rem}.CatalogClient-module__YGoHQG__cardOldPrice{font-size:.6875rem}.CatalogClient-module__YGoHQG__cardMeta,.CatalogClient-module__YGoHQG__cardOverlay{display:none}.CatalogClient-module__YGoHQG__saleBadgeCard{padding:.2rem .4rem;font-size:.625rem;top:.375rem;left:.375rem}}
.SeoCollapsible-module__x_E9Qa__wrapper{position:relative}.SeoCollapsible-module__x_E9Qa__content{transition:max-height .5s cubic-bezier(.4,0,.2,1);overflow:hidden}.SeoCollapsible-module__x_E9Qa__collapsed{position:relative}.SeoCollapsible-module__x_E9Qa__collapsed:after{content:"";background:linear-gradient(to bottom, transparent 0%, var(--color-gray-50,#f7f7f7) 85%);pointer-events:none;z-index:1;height:120px;position:absolute;bottom:0;left:0;right:0}.SeoCollapsible-module__x_E9Qa__toggleBtn{border:1.5px solid var(--color-gray-200,#e0e0e0);color:var(--color-dark,#1a1a2e);cursor:pointer;z-index:2;background:#fff;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;margin:1.5rem auto 0;padding:.75rem 2rem;font-size:.9375rem;font-weight:500;transition:all .25s;display:flex;position:relative}.SeoCollapsible-module__x_E9Qa__toggleBtn:hover{border-color:var(--color-primary,#d4a843);color:var(--color-primary,#d4a843);box-shadow:0 2px 8px #d4a84326}.SeoCollapsible-module__x_E9Qa__toggleText{letter-spacing:.02em}.SeoCollapsible-module__x_E9Qa__toggleIcon{transition:transform .3s}.SeoCollapsible-module__x_E9Qa__iconUp{transform:rotate(180deg)}
