.vyra-landing{--vyra-red:#7c141c;--vyra-ink:#262626;--vyra-white:#ffffff;--vyra-soft:#f1f1f1;color:var(--vyra-ink);display:grid;gap:18px;max-width:1180px;margin:0 auto;font-family:inherit}.vyra-landing,.vyra-landing *{box-sizing:border-box}.vyra-landing-hero{min-height:clamp(420px, 62vw, 680px);display:grid;align-items:end;padding:clamp(22px, 5vw, 56px);border-radius:0 0 28px 28px;background:linear-gradient(180deg,rgb(0 0 0 / .08),rgb(0 0 0 / .62)),var(--vyra-hero-image,none);background-color:#1d1d1d;background-position:center;background-size:cover}.vyra-landing-hero-content{max-width:720px;color:var(--vyra-white)}.vyra-landing-hero h1{margin:0 0 12px;color:inherit;font-size:clamp(2.4rem, 7vw, 5.6rem);line-height:.9}.vyra-landing-hero p{max-width:56ch;margin:0 0 18px;font-size:clamp(1rem, 2vw, 1.25rem);font-weight:700}.vyra-landing-cta{min-height:38px;display:inline-grid;place-items:center;border-radius:50px;padding:10px 20px;background:var(--vyra-red);color:var(--vyra-white);font-size:.85rem;font-weight:900;line-height:1;text-decoration:none;text-transform:uppercase}.vyra-landing-card{display:grid;gap:clamp(18px, 4vw, 40px);padding:clamp(18px, 4vw, 44px);border-radius:22px;background:var(--vyra-white);box-shadow:0 12px 36px rgb(38 38 38 / .08)}.vyra-landing-video-section{grid-template-columns:minmax(0,1.25fr) minmax(220px,0.75fr);align-items:center}.vyra-landing-video{overflow:hidden;border-radius:16px;background:var(--vyra-soft);aspect-ratio:16 / 9}.vyra-landing-video iframe,.vyra-landing-video video{width:100%;height:100%;display:block}.vyra-landing-video-placeholder{width:100%;height:100%;background:var(--vyra-soft)}.vyra-landing h2{margin:0;color:var(--vyra-red);font-size:clamp(1.6rem, 4vw, 3rem);line-height:.98}.vyra-landing p{margin:0}.vyra-landing-ideal,.vyra-landing-features,.vyra-landing-why{grid-template-columns:minmax(220px,0.9fr) minmax(0,1.1fr);align-items:center}.vyra-landing-ideal img,.vyra-landing-features img,.vyra-landing-why img,.vyra-landing-extra img{width:100%;max-height:520px;object-fit:contain}.vyra-landing-pill-list{display:grid;gap:10px;margin:18px 0;padding:0;list-style:none}.vyra-landing-pill-list li,.vyra-landing-feature-list span{border-radius:50px;padding:10px 16px;background:var(--vyra-soft);font-weight:800;text-align:center}.vyra-landing-feature-list{display:grid;gap:10px}.vyra-landing-why strong{display:block;margin-top:18px;color:var(--vyra-red);font-size:clamp(1.2rem, 3vw, 2.2rem);line-height:1}.vyra-landing-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.vyra-landing-gallery img{width:100%;aspect-ratio:3 / 4;object-fit:cover;border-radius:10px}.vyra-landing-extra{gap:12px}.vyra-product-editor-template{--vyra-red:#7c141c;--vyra-ink:#262626;--vyra-white:#ffffff;--vyra-soft:#f1f1f1;color:var(--vyra-ink)}.vyra-product-editor-template .vyra-template-hero,.vyra-product-editor-template .vyra-template-section{max-width:1180px;margin:0 auto 18px}.vyra-product-editor-template .vyra-template-hero{display:grid;gap:18px}.vyra-product-editor-template h1,.vyra-product-editor-template h2{color:var(--vyra-red)}.vyra-product-field-image{max-width:100%;height:auto;display:block}.vyra-product-field-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.vyra-product-field-gallery img{width:100%;aspect-ratio:3 / 4;object-fit:cover}.vyra-feature-callouts,.vyra-feature-callouts *{box-sizing:border-box}.vyra-feature-callouts{--callout-red:#7c141c;--callout-ink:#262626;width:100%;max-width:none;margin:0 auto;padding:0;color:var(--callout-ink);overflow:visible}.vyra-feature-callouts__viewport{width:100%;height:calc(560px * var(--callout-scale, 1));position:relative;overflow:visible}.vyra-feature-callouts__stage{position:absolute;left:50%;top:0;width:1000px;height:560px;transform:translateX(-50%) scale(var(--callout-scale,1));transform-origin:top center}.vyra-feature-callouts__media{position:absolute;left:250px;top:30px;z-index:1;width:500px!important;max-width:500px!important;height:500px;display:grid;place-items:center}.vyra-feature-callouts__image{width:500px!important;max-width:500px!important;height:500px!important;max-height:500px;display:block;object-fit:cover}.vyra-feature-callouts__callout-svg path{fill:none;stroke:var(--callout-red);stroke-width:5.5px;stroke-linecap:butt;stroke-linejoin:round;opacity:0;stroke-dasharray:var(--callout-path-length,1);stroke-dashoffset:var(--callout-path-length,1);transition:stroke-dashoffset 0.82s cubic-bezier(.62,0,.18,1),opacity 0.18s ease;transition-delay:0.16s}.vyra-feature-callouts__callout-svg marker path{fill:var(--callout-red);stroke:none;stroke-width:0;marker-end:none;opacity:1}.vyra-feature-callouts__callout{position:absolute;inset:0;z-index:4;width:1000px;height:560px;opacity:1;transform:translateY(0);pointer-events:none}.vyra-feature-callouts__callout-svg{position:absolute;inset:0;width:1000px;height:560px;overflow:visible;pointer-events:none}.vyra-feature-callouts__dot{position:absolute;z-index:2;width:22px;aspect-ratio:1;border:4px solid var(--callout-red);border-radius:999px;background:#fff0;transform:translate(-50%,-50%) scale(1);opacity:1;transition:transform 0.32s ease,background-color 0.28s ease,box-shadow 0.28s ease;transition-delay:var(--dot-delay,0ms)}.vyra-feature-callouts__fallback-arrow{position:absolute;z-index:3;width:clamp(92px, 12vw, 170px);height:clamp(58px, 8vw, 110px);border:clamp(3px, 0.35vw, 6px) solid var(--callout-red);opacity:1!important;pointer-events:none}.vyra-feature-callouts.has-server-arrows .vyra-feature-callouts__fallback-arrow{display:none}.vyra-feature-callouts__fallback-arrow::after{content:"";position:absolute;width:0;height:0;border-top:13px solid #fff0;border-bottom:13px solid #fff0}.vyra-feature-callouts__fallback-arrow--1{left:calc(50% - 285px);top:calc(50% - 100px);border-right:0;border-bottom:0;border-radius:90px 0 0 0;transform:rotate(178deg)}.vyra-feature-callouts__fallback-arrow--1::after{left:-12px;top:-15px;border-right:28px solid var(--callout-red);transform:rotate(-20deg)}.vyra-feature-callouts__fallback-arrow--2{left:calc(50% + 60px);top:calc(50% - 210px);border-left:0;border-bottom:0;border-radius:0 100px 0 0}.vyra-feature-callouts__fallback-arrow--2::after{right:-14px;top:-15px;border-left:30px solid var(--callout-red);transform:rotate(18deg)}.vyra-feature-callouts__fallback-arrow--3{left:calc(50% + 86px);top:calc(50% + 18px);width:clamp(72px, 9vw, 120px);height:clamp(38px, 6vw, 80px);border-left:0;border-top:0;border-radius:0 0 90px 0}.vyra-feature-callouts__fallback-arrow--3::after{right:-16px;top:-16px;border-left:30px solid var(--callout-red);transform:rotate(-12deg)}.vyra-feature-callouts__fallback-arrow--4{left:calc(50% - 285px);top:calc(50% + 112px);border-right:0;border-top:0;border-radius:0 0 0 100px}.vyra-feature-callouts__fallback-arrow--4::after{left:-14px;bottom:-15px;border-right:30px solid var(--callout-red);transform:rotate(18deg)}.vyra-feature-callouts__callout p{position:absolute;margin:0;color:var(--callout-ink);font-size:34px;font-weight:900;line-height:1.12;letter-spacing:0;left:max(var(--vyra-callout-left, 0px), 24px)!important;width:var(--vyra-callout-width,285px);max-width:max(120px, min(var(--vyra-callout-width, 285px), calc(1000px - max(var(--vyra-callout-left, 0px), 24px) - 24px), calc(var(--vyra-callout-width, 285px) + var(--vyra-callout-left, 0px) - 24px)));overflow-wrap:normal;word-break:normal;white-space:normal;opacity:0;transform:translateY(8px);transition:opacity 0.36s ease,transform 0.36s ease;transition-delay:0.72s}.vyra-feature-callouts__callout--1 p,.vyra-feature-callouts__callout--4 p{text-align:right}.vyra-feature-callouts__callout--2 p,.vyra-feature-callouts__callout--3 p{text-align:left}.vyra-feature-callouts__callout.is-active .vyra-feature-callouts__callout-svg path{opacity:1;stroke-dashoffset:0}.vyra-feature-callouts__callout.is-active .vyra-feature-callouts__dot{background:var(--callout-red);box-shadow:inset 0 0 0 2px var(--callout-red);transform:translate(-50%,-50%) scale(1.04)}.vyra-feature-callouts__callout.is-active p{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.vyra-feature-callouts__callout-svg path,.vyra-feature-callouts__dot,.vyra-feature-callouts__callout p{transition:none}}.vyra-marquee-gallery,.vyra-marquee-gallery *,.vyra-marquee-gallery *::before,.vyra-marquee-gallery *::after{box-sizing:border-box}.vyra-marquee-gallery{--gallery-height:620px;--gallery-gap:22px;--gallery-card-width:280px;--gallery-radius:34px;--gallery-speed:34s;--gallery-pixels-per-second:46;--gallery-lightbox-bg:rgba(12, 18, 20, 0.86);--gallery-white:#ffffff;--gallery-dark:#111111;position:relative;width:100%;overflow:hidden}.vyra-marquee-gallery__viewport{position:relative;width:100%;min-height:var(--gallery-height);overflow:hidden}.vyra-marquee-gallery__viewport::before,.vyra-marquee-gallery__viewport::after{content:none;display:none}.vyra-marquee-gallery__track{display:flex;align-items:center;gap:var(--gallery-gap);width:max-content;min-height:var(--gallery-height);animation:vyraGalleryMarquee var(--gallery-speed) linear infinite;animation-play-state:paused;will-change:transform;transform:translate3d(0,0,0);backface-visibility:hidden;cursor:grab;touch-action:pan-y;user-select:none}.vyra-marquee-gallery.is-dragging .vyra-marquee-gallery__track{cursor:grabbing}.vyra-marquee-gallery[data-vyra-marquee-running="1"] .vyra-marquee-gallery__track{animation-play-state:running}.vyra-marquee-gallery[data-vyra-gallery-static="1"] .vyra-marquee-gallery__track{animation:none}.vyra-marquee-gallery:hover .vyra-marquee-gallery__track{animation-play-state:paused}.vyra-marquee-gallery__item{position:relative;display:block;flex:0 0 var(--gallery-card-width);width:var(--gallery-card-width);height:var(--gallery-height);padding:0;overflow:hidden;border:0;border-radius:var(--gallery-radius);background:#fff0;cursor:pointer;appearance:none;transform:translateZ(0)}.vyra-marquee-gallery__item::after{content:none;display:none}.vyra-marquee-gallery__item img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.001);transition:transform 0.55s ease,filter 0.55s ease;user-select:none;pointer-events:none}.vyra-marquee-gallery__item:hover img,.vyra-marquee-gallery__item:focus-visible img{transform:scale(1.075);filter:contrast(1.04) saturate(1.04)}.vyra-marquee-gallery__item:hover::after,.vyra-marquee-gallery__item:focus-visible::after{opacity:.38}.vyra-marquee-gallery__item:focus-visible{outline:3px solid var(--gallery-white);outline-offset:5px}@keyframes vyraGalleryMarquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(calc(-50% - (var(--gallery-gap) / 2)),0,0)}}.vyra-gallery-lightbox{--gallery-lightbox-bg:rgba(12, 18, 20, 0.92);--gallery-white:#ffffff;--gallery-dark:#111111;position:fixed;inset:0;z-index:2147483646!important;display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;padding:clamp(18px, 4vw, 54px);background:var(--gallery-lightbox-bg)!important;isolation:isolate;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.28s ease,visibility 0.28s ease}.vyra-gallery-lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto}.vyra-gallery-lightbox__backdrop{position:absolute;inset:0;z-index:0;border:0;width:100%;height:100%;padding:0;appearance:none;background:transparent!important;color:transparent!important;cursor:pointer}.vyra-gallery-lightbox__backdrop:hover,.vyra-gallery-lightbox__backdrop:focus,.vyra-gallery-lightbox__backdrop:active{background:transparent!important;color:transparent!important;outline:none;box-shadow:none}.vyra-gallery-lightbox__dialog{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:min(92vw, 980px);height:min(88vh, 860px)}.vyra-gallery-lightbox__figure{display:flex;align-items:center;justify-content:center;width:100%;height:100%;margin:0}.vyra-gallery-lightbox__image{display:block;width:auto;max-width:100%;height:auto;max-height:100%;border-radius:28px;object-fit:contain;box-shadow:0 24px 70px rgb(0 0 0 / .42)}.vyra-gallery-lightbox__close,.vyra-gallery-lightbox__nav{position:absolute;z-index:2147483647!important;display:grid;align-items:center;justify-content:center;place-items:center;padding:0;border:0;border-radius:999px;background:var(--gallery-white);color:var(--gallery-dark);cursor:pointer;appearance:none;transition:transform 0.22s ease,background-color 0.22s ease,color 0.22s ease}.vyra-gallery-lightbox__close span,.vyra-gallery-lightbox__nav span{display:block;width:1em;height:1em;line-height:.88;text-align:center}.vyra-gallery-lightbox__close:hover,.vyra-gallery-lightbox__nav:hover,.vyra-gallery-lightbox__close:focus-visible,.vyra-gallery-lightbox__nav:focus-visible{transform:scale(1.06);background:var(--gallery-dark);color:var(--gallery-white);outline:none}.vyra-gallery-lightbox__close{position:fixed;top:clamp(12px, 2vw, 24px);right:clamp(12px, 2vw, 24px);width:46px;height:46px;font-size:32px;line-height:1}.vyra-gallery-lightbox__nav{top:50%;width:52px;height:52px;font-size:42px;line-height:1}.vyra-gallery-lightbox__nav--prev{left:clamp(4px, 2vw, 18px);transform:translateY(-50%)}.vyra-gallery-lightbox__nav--next{right:clamp(4px, 2vw, 18px);transform:translateY(-50%)}.vyra-gallery-lightbox__nav--prev:hover,.vyra-gallery-lightbox__nav--prev:focus-visible,.vyra-gallery-lightbox__nav--next:hover,.vyra-gallery-lightbox__nav--next:focus-visible{transform:translateY(-50%) scale(1.06)}body.vyra-lightbox-lock{overflow:hidden}.cdo-featured-carousel,.cdo-featured-carousel *,.cdo-featured-carousel *::before,.cdo-featured-carousel *::after{box-sizing:border-box;box-shadow:none!important;text-shadow:none!important}.cdo-featured-carousel{--cdo-grey:#e1e1e1;--cdo-red:#7c141c;--cdo-white:#ffffff;--cdo-black:#262626;--cdo-radius:clamp(30px, 4.2vw, 72px);--cdo-side-offset:clamp(32px, 5vw, 82px);--cdo-motion-duration:760ms;--cdo-motion-ease:cubic-bezier(0.22, 1, 0.36, 1);--cdo-side-product-width:clamp(190px, 17vw, 340px);--cdo-side-product-height:clamp(185px, 15vw, 300px);--cdo-center-product-size:clamp(430px, 31vw, 620px);--cdo-center-product-width:var(--cdo-center-product-size);--cdo-center-product-height:var(--cdo-center-product-size);width:100%;margin:0;padding:0;background:#fff0;color:var(--cdo-black);font-family:inherit}.cdo-featured-carousel__shell{position:relative;width:100%;max-width:none;min-height:clamp(560px, 43vw, 800px);margin:0;overflow:hidden;background:var(--cdo-white);border-radius:var(--cdo-radius);isolation:isolate}.cdo-featured-carousel__header{position:relative;z-index:5;padding:clamp(44px, 4vw, 72px) var(--cdo-side-offset) clamp(12px, 1.2vw, 24px);text-align:center}.cdo-featured-carousel__header h2{margin:0;color:#7C141C;font-family:inherit;font-size:clamp(30px, 3vw, 58px);font-weight:900;line-height:1.05;letter-spacing:.01em}.cdo-featured-carousel__stage{position:relative;z-index:2;min-height:calc(var(--cdo-center-product-size) + clamp(28px, 3vw, 64px));display:flex;align-items:center;justify-content:center;overflow:visible}.cdo-featured-carousel__visuals{position:relative;width:100%;min-height:calc(var(--cdo-center-product-size) + clamp(28px, 3vw, 64px));overflow:hidden}.cdo-featured-carousel__bg{position:absolute;top:50%;width:min(48vw, 690px);height:clamp(240px, 19vw, 380px);background:var(--cdo-grey);opacity:1;transform:translateY(-50%);transition:none!important;will-change:auto;z-index:0;pointer-events:none}.cdo-featured-carousel__bg--left{left:calc(-1 * min(18vw, 275px));border-radius:0 999px 999px 0}.cdo-featured-carousel__bg--right{right:calc(-1 * min(18vw, 275px));border-radius:999px 0 0 999px}.cdo-featured-carousel__track{position:absolute;inset:0;z-index:2}.cdo-featured-carousel__product{position:absolute;top:50%;left:50%;width:var(--cdo-side-product-width);height:var(--cdo-side-product-height);margin:0;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transform:translate3d(-50%,-50%,0) scale(.72);transition:transform var(--cdo-motion-duration) var(--cdo-motion-ease),opacity var(--cdo-motion-duration) var(--cdo-motion-ease),width var(--cdo-motion-duration) var(--cdo-motion-ease),height var(--cdo-motion-duration) var(--cdo-motion-ease);will-change:transform,opacity,width,height}.cdo-featured-carousel__product a{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-decoration:none}.cdo-featured-carousel__product img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center center;transform:translate(var(--cdo-img-x,0%),var(--cdo-img-y,0%)) scale(var(--cdo-img-scale,1));transform-origin:center center;user-select:none;pointer-events:none}.cdo-featured-carousel__overlay{position:absolute;left:50%;top:50%;z-index:3;width:clamp(170px, 13vw, 250px);aspect-ratio:1;display:grid;place-content:center;justify-items:center;gap:14px;padding:24px;border-radius:50%;background:rgb(255 255 255 / .8);color:var(--cdo-black);opacity:0;pointer-events:none;text-align:center;transform:translate(-50%,-50%) scale(.92);transition:opacity 220ms ease,transform 220ms ease}.cdo-featured-carousel__overlay *{margin:0;padding:0}.cdo-featured-carousel__overlay-title{display:block;max-width:100%;font-size:clamp(17px, 1.25vw, 24px);font-weight:900;line-height:1.05;text-align:center}.cdo-featured-carousel__overlay-button{display:inline-flex;min-height:34px;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;background:var(--cdo-red);color:var(--cdo-white);font-size:clamp(11px, 0.72vw, 13px);font-weight:900;line-height:1;text-transform:uppercase}.cdo-featured-carousel__product[data-cdo-position="center"]:hover .cdo-featured-carousel__overlay,.cdo-featured-carousel__product[data-cdo-position="center"] a:focus-visible .cdo-featured-carousel__overlay{opacity:1;transform:translate(-50%,-50%) scale(1)}.cdo-featured-carousel__product[data-cdo-position="center"]{pointer-events:auto}.cdo-featured-carousel__product[data-cdo-position="left"],.cdo-featured-carousel__product[data-cdo-position="right"]{pointer-events:auto;cursor:pointer}.cdo-featured-carousel__product[data-cdo-position="left-out"]{opacity:0;width:clamp(190px, 18vw, 360px);height:clamp(185px, 15vw, 300px);transform:translate3d(calc(-50% - 48vw),-50%,0) scale(.72)}.cdo-featured-carousel__product[data-cdo-position="left"]{opacity:.82;width:var(--cdo-side-product-width);height:var(--cdo-side-product-height);transform:translate3d(calc(-50% - 34vw),-50%,0) scale(1)}.cdo-featured-carousel__product[data-cdo-position="center"]{opacity:1;width:var(--cdo-center-product-width);height:var(--cdo-center-product-height);transform:translate3d(-50%,-50%,0) scale(1);z-index:3}.cdo-featured-carousel__product[data-cdo-position="right"]{opacity:.82;width:var(--cdo-side-product-width);height:var(--cdo-side-product-height);transform:translate3d(calc(-50% + 34vw),-50%,0) scale(1)}.cdo-featured-carousel__product[data-cdo-position="right-out"]{opacity:0;width:clamp(190px, 18vw, 360px);height:clamp(185px, 15vw, 300px);transform:translate3d(calc(-50% + 48vw),-50%,0) scale(.72)}.cdo-featured-carousel__product[data-cdo-position="hidden"]{opacity:0;transform:translate3d(-50%,-50%,0) scale(.72)}.cdo-featured-carousel__arrow{position:absolute;top:50%;z-index:8;width:clamp(38px, 3vw, 58px);height:clamp(54px, 4.2vw, 78px);padding:0;border:0;background:#fff0;color:var(--cdo-red);cursor:pointer;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);-webkit-tap-highlight-color:#fff0}.cdo-featured-carousel__arrow--prev{left:clamp(16px, 2vw, 34px)}.cdo-featured-carousel__arrow--next{right:clamp(16px, 2vw, 34px)}.cdo-featured-carousel__arrow span{width:clamp(25px, 1.75vw, 36px);height:clamp(25px, 1.75vw, 36px);border-top:5px solid currentColor;border-right:5px solid currentColor;display:block;transition:opacity 220ms ease}.cdo-featured-carousel__arrow--prev span{transform:rotate(-135deg)}.cdo-featured-carousel__arrow--next span{transform:rotate(45deg)}.cdo-featured-carousel__arrow:hover,.cdo-featured-carousel__arrow:focus-visible,.cdo-featured-carousel__arrow:active{background:#fff0;color:var(--cdo-red);box-shadow:none;transform:translateY(-50%)}.cdo-featured-carousel__arrow:disabled{cursor:default;opacity:.42}.cdo-featured-carousel__footer{position:relative;z-index:6;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:clamp(18px, 2vw, 36px);padding:0 clamp(18px, 2.4vw, 42px) clamp(40px, 3vw, 58px);margin-top:clamp(8px, 1.4vw, 28px)}.cdo-featured-carousel__button{display:inline-flex;align-items:center;justify-content:center;min-height:clamp(48px, 3.1vw, 60px);padding:clamp(12px, 0.9vw, 16px) clamp(22px, 2.4vw, 42px);border-radius:999px;background:var(--cdo-red);color:var(--cdo-white);text-decoration:none;text-transform:uppercase;font-family:inherit;font-size:clamp(15px, 1.18vw, 23px);font-weight:900;line-height:1;letter-spacing:.045em;white-space:nowrap;transition:transform 220ms ease,background-color 220ms ease,color 220ms ease;-webkit-tap-highlight-color:#fff0}.cdo-featured-carousel__button--left{justify-self:start}.cdo-featured-carousel__button--right{justify-self:end}.cdo-featured-carousel__button:hover,.cdo-featured-carousel__button:focus-visible{background:var(--cdo-black);color:var(--cdo-white);transform:translateY(-2px)}.cdo-featured-carousel__button:visited,.cdo-featured-carousel__button:active{color:var(--cdo-white)}.cdo-featured-carousel__dots{display:flex;align-items:center;justify-content:center;gap:clamp(7px, 0.7vw, 12px);min-width:max-content;justify-self:center}.cdo-featured-carousel__dot{width:clamp(17px, 1.15vw, 24px);height:clamp(17px, 1.15vw, 24px);padding:0;border:2px solid var(--cdo-red);border-radius:999px;background:var(--cdo-white);cursor:pointer;transition:background-color 220ms ease,transform 220ms ease;-webkit-tap-highlight-color:#fff0}.cdo-featured-carousel__dot[aria-selected="true"]{background:var(--cdo-red);transform:scale(1.04)}.cdo-featured-carousel__dot:hover{background:var(--cdo-red)}.cdo-featured-carousel__arrow:focus,.cdo-featured-carousel__button:focus{outline:none}.cdo-featured-carousel__arrow:focus-visible,.cdo-featured-carousel__button:focus-visible,.cdo-featured-carousel__dot:focus-visible{outline:none;outline-offset:0}.vyra-product-field-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.vyra-product-field-list li{border-radius:50px;padding:10px 16px;background:var(--vyra-soft);font-weight:800;text-align:center}.vyra-product-field-video{width:100%;max-width:100%;min-width:0;aspect-ratio:16 / 9;height:auto;overflow:hidden}.vyra-product-field-video iframe,video.vyra-product-field-video{width:100%!important;max-width:100%!important;aspect-ratio:16 / 9;height:auto!important;display:block;object-fit:contain!important;object-position:center center}.vyra-product-editor-template iframe,.vyra-product-editor-template video{max-width:100%}.vyra-product-editor-template .wp-block-kadence-column,.vyra-product-editor-template .kt-inside-inner-col,.vyra-product-editor-template .kt-row-column-wrap,.vyra-product-editor-template .wp-block-kadence-rowlayout{min-width:0}.vyra-product-editor-template .kt-row-column-wrap{display:grid}.vyra-product-editor-template .wp-block-kadence-column{display:flex;flex-direction:column}.vyra-product-editor-template .wp-block-kadence-column>.kt-inside-inner-col{width:100%}.vyra-purchase{--vyra-red:#7c141c;--vyra-ink:#262626;--vyra-white:#ffffff;--vyra-panel:#ededed;--vyra-purchase-sticky-top:calc(var(--wp-admin--admin-bar--height, 0px) + clamp(150px, 16vh, 190px));position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,410px);align-items:start;gap:clamp(18px, 4vw, 54px);max-width:1060px;min-height:min(760px, calc(100svh - 150px));margin:clamp(72px, 8vh, 110px) auto clamp(24px, 4vh, 48px);padding:clamp(18px, 3vh, 34px) clamp(18px, 4vw, 44px);color:var(--vyra-ink);font-family:inherit}.vyra-purchase-back{position:fixed;top:10px;left:10px;z-index:1000;display:inline-grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#7c141c;color:#fff;text-decoration:none}.vyra-purchase-back:hover,.vyra-purchase-back:focus,.vyra-purchase-back:visited{color:#fff}.vyra-purchase-back::after{content:attr(data-label);position:absolute;left:calc(100% + 10px);top:50%;transform:translate(-4px,-50%);opacity:0;pointer-events:none;white-space:nowrap;border-radius:999px;background:#7c141c;color:#fff;padding:8px 12px;font-size:13px;font-weight:800;line-height:1;transition:opacity 160ms ease,transform 160ms ease}.vyra-purchase-back:hover::after,.vyra-purchase-back:focus::after{transform:translate(0,-50%);opacity:1}.vyra-purchase-back svg{width:26px;height:26px;fill:none;stroke:#fff;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}.vyra-purchase,.vyra-purchase *{box-sizing:border-box}.vyra-purchase-product{position:sticky;top:var(--vyra-purchase-sticky-top);align-self:start;margin-top:clamp(24px, 4vh, 44px)}.vyra-purchase-product h1{max-width:14ch;margin:0 0 10px;color:var(--vyra-red);font-size:clamp(1.9rem, 4.5vw, 3.6rem);line-height:.9}.vyra-purchase-product h1 a{color:inherit;text-decoration:none}.vyra-purchase-product h1 a:hover,.vyra-purchase-product h1 a:focus{color:inherit;text-decoration:underline;text-decoration-thickness:.06em;text-underline-offset:.12em}.vyra-purchase-unit-price{margin:0 0 26px;font-size:clamp(1.2rem, 2vw, 1.7rem);font-weight:900}.vyra-purchase-unit-price strong{font-weight:inherit}.vyra-purchase-unit-price span{font-size:.72em;font-weight:800}.vyra-purchase-image-zoom{position:relative;display:inline-block;width:fit-content;max-height:min(48vh, 500px);max-width:100%;margin-left:0;margin-right:auto;justify-self:start;border-radius:50px!important;overflow:hidden!important;background:#fff;cursor:zoom-in;line-height:0;touch-action:pan-y}.vyra-purchase-product img{width:auto;max-width:min(560px, 100%);max-height:min(48vh, 500px);height:auto;display:block;margin-left:0;margin-right:auto;object-fit:contain;border-radius:50px!important}.vyra-purchase-image-zoom img{width:auto;max-width:min(560px, 100%);max-height:min(48vh, 500px);border-radius:50px!important}.vyra-purchase-image-zoom__lens{position:absolute;left:var(--lens-x,50%);top:var(--lens-y,50%);z-index:2;width:clamp(110px, 15vw, 150px);height:clamp(110px, 15vw, 150px);border:3px solid #fff;border-radius:999px;background-image:var(--lens-image);background-color:#fff;background-repeat:no-repeat;background-size:var(--lens-bg-size,235%) auto;background-position:var(--lens-bg-x,50%) var(--lens-bg-y,50%);box-shadow:0 10px 28px rgb(17 24 39 / .28);opacity:0;pointer-events:none;transform:translate(-50%,-50%) scale(.92);transition:opacity 160ms ease,transform 160ms ease}.vyra-purchase-image-zoom:hover .vyra-purchase-image-zoom__lens,.vyra-purchase-image-zoom.is-zooming .vyra-purchase-image-zoom__lens{opacity:1;transform:translate(-50%,-50%) scale(1)}.vyra-purchase-panel{display:grid;gap:10px;padding:clamp(18px, 3vw, 30px);border-radius:24px;background:var(--vyra-panel)}.vyra-purchase-input{display:block;position:relative}.vyra-purchase-input span{display:block;margin:0 0 6px;color:var(--vyra-ink);font-size:.85rem;font-weight:800}.vyra-purchase-input input{width:100%;min-height:40px;border:0;border-radius:14px;padding:10px 16px;background:var(--vyra-white);color:var(--vyra-ink);font:inherit}.vyra-purchase-input input[type="file"]{padding-left:56px;color:#fff0}.vyra-purchase-input input[type="file"]::file-selector-button{float:right;border:0;border-radius:8px;padding:6px 9px;background:var(--vyra-red);color:var(--vyra-white);font-weight:800}.vyra-purchase-file-preview{position:absolute;left:14px;bottom:6px;width:32px;height:32px;display:none;border:2px solid var(--vyra-white);border-radius:8px;background-color:var(--vyra-panel);background-position:center;background-repeat:no-repeat;background-size:contain;box-shadow:0 2px 8px rgb(38 38 38 / .18);pointer-events:none}.vyra-purchase-file-preview.is-visible{display:block}.vyra-purchase-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start;align-content:start;margin-top:8px}.vyra-purchase-row:not(.has-color-columns) .vyra-purchase-icon-picker{grid-column:2}.vyra-purchase-row.has-color-columns .vyra-purchase-colors-wrap{display:grid;grid-column:1 / -1;align-content:start}.vyra-purchase-row.has-color-columns .vyra-purchase-icon-picker{grid-column:2;grid-row:2}.vyra-purchase-row.has-color-columns .vyra-product-quantity{grid-column:1;grid-row:2}.vyra-purchase-row strong,.vyra-product-quantity>span{display:block;margin-bottom:7px;font-size:.85rem;font-weight:900}.vyra-purchase-colors{display:grid;grid-template-columns:repeat(4,26px);gap:8px;justify-content:start}.vyra-purchase-color-targets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 22px;align-items:start;align-content:start;margin-top:8px}.vyra-purchase-color-target{display:grid;gap:6px}.vyra-purchase-color-target__label{font-size:.8rem;font-weight:800;line-height:1.2}.vyra-purchase-color{width:26px;height:26px;display:inline-grid;place-items:center;cursor:pointer}.vyra-purchase-color input{position:absolute;opacity:0;pointer-events:none}.vyra-purchase-color span{width:24px;height:24px;display:block;border:2px solid #E1E1E1;border-radius:50px;background:var(--vyra-purchase-color);box-shadow:0 0 0 1px rgb(38 38 38 / .2)}.vyra-purchase-color input:checked+span{outline:4px solid #7C141C;outline-offset:2px;box-shadow:none}.vyra-purchase-options{display:grid;gap:10px}.vyra-purchase-icon-picker{display:grid;gap:8px;width:96px;margin-top:0}.vyra-purchase-icon-picker>strong{color:var(--vyra-ink);font-size:.85rem;font-weight:900;line-height:1.15}.vyra-purchase-icons{position:absolute;z-index:20;top:calc(100% + 6px);left:0;display:grid;grid-template-columns:repeat(3,54px);gap:6px;margin-top:6px;padding:6px;border:2px solid #E1E1E1;border-radius:14px;background:#fff;box-shadow:0 12px 24px rgb(0 0 0 / .16)}.vyra-purchase-icon{display:grid;place-items:center;align-items:center;border-radius:10px;padding:6px;cursor:pointer}.vyra-purchase-icon input{position:absolute;opacity:0;pointer-events:none}.vyra-purchase-icon__image{width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:8px;background:#fff;overflow:hidden}.vyra-purchase-icon__image img{width:100%;height:100%;display:block;object-fit:contain}.vyra-purchase-icon__none{width:42px;height:42px;display:grid;place-items:center;border:2px dashed #cfcfcf;border-radius:8px;background:#fff;color:#262626;font-size:.62rem;font-weight:900;line-height:1;text-align:center;text-transform:uppercase}.vyra-purchase-icon input:checked+.vyra-purchase-icon__image,.vyra-purchase-icon input:checked+.vyra-purchase-icon__none{outline:2px solid #7C141C}.vyra-purchase-icon-dropdown{position:relative;width:96px}.vyra-purchase-icon-current{min-height:58px;display:grid;grid-template-columns:50px 16px;justify-content:space-between;align-items:center;gap:12px;border:2px solid #E1E1E1;border-radius:14px;padding:6px 14px 6px 8px;background:#fff;cursor:pointer;list-style:none}.vyra-purchase-icon-current::-webkit-details-marker{display:none}.vyra-purchase-icon-current__image{width:44px;height:44px;display:grid;place-items:center;overflow:hidden}.vyra-purchase-icon-current__image img{width:100%;height:100%;display:block;object-fit:contain}.vyra-purchase-icon-current__none{width:44px;height:44px;display:grid;place-items:center;border:2px dashed #cfcfcf;border-radius:8px;color:#262626;font-size:.65rem;font-weight:900;line-height:1;text-transform:uppercase}.vyra-purchase-icon-current__arrow{width:10px;height:10px;border-right:3px solid #7C141C;border-bottom:3px solid #7C141C;transform:rotate(45deg) translateY(-2px)}.vyra-purchase-icon-dropdown[open] .vyra-purchase-icon-current__arrow{transform:rotate(225deg) translate(-2px,-1px)}.vyra-purchase-option-group{display:grid;gap:7px;margin:0;border:0;padding:0}.vyra-purchase-option-group legend{margin:0 0 2px;padding:0;font-size:.85rem;font-weight:900}.vyra-purchase-option{min-height:40px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;border-radius:14px;padding:8px 12px;background:var(--vyra-white);cursor:pointer}.vyra-purchase-option input{width:16px;height:16px;margin:0;accent-color:var(--vyra-red)}.vyra-purchase-option span,.vyra-purchase-option strong{font-size:.9rem;line-height:1.15}.vyra-purchase-option strong{color:var(--vyra-red);white-space:nowrap}.vyra-product-quantity{position:relative;display:grid;grid-template-columns:42px 48px 42px;gap:6px;align-items:center}.vyra-product-quantity>span{grid-column:1 / -1}.vyra-product-quantity button,.vyra-product-quantity input{width:42px;height:36px;min-height:36px;display:grid;place-items:center;border:0;border-radius:50px;padding:0;background:var(--vyra-white);color:var(--vyra-ink);font:inherit;font-weight:900;line-height:1;text-align:center}.vyra-product-quantity input{width:48px;appearance:textfield}.vyra-product-quantity button{display:inline-flex;align-items:center;justify-content:center}.vyra-product-quantity__tooltip{position:absolute;left:50%;bottom:calc(100% + 8px);z-index:4;width:max-content;max-width:min(260px, 80vw);transform:translateX(-50%) translateY(4px);border-radius:6px;padding:8px 10px;background:#7c141c;color:#fff;font-size:.78rem;font-weight:800;line-height:1.25;text-align:center;opacity:0;pointer-events:none;transition:opacity 160ms ease,transform 160ms ease}.vyra-product-quantity__tooltip::after{content:"";position:absolute;left:50%;top:100%;transform:translateX(-50%);border:6px solid #fff0;border-top-color:#7c141c}.vyra-product-quantity.is-showing-min-tooltip .vyra-product-quantity__tooltip{opacity:1;transform:translateX(-50%) translateY(0)}.vyra-product-quantity input::-webkit-outer-spin-button,.vyra-product-quantity input::-webkit-inner-spin-button{margin:0;appearance:none}.vyra-purchase-total{display:grid;gap:5px;margin-top:4px;font-weight:900}.vyra-purchase-shipping-text{margin:0;color:var(--vyra-ink);font-size:.86rem;font-weight:800;line-height:1.35}.vyra-purchase-shipping-text+.vyra-purchase-total{margin-top:-4px}.vyra-purchase-total-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:18px}.vyra-purchase-total-row--shipping span,.vyra-purchase-total-row--shipping strong{font-size:.8rem}.vyra-purchase-shipping-price{display:grid;justify-items:end;gap:1px}.vyra-purchase-total-row--total strong{font-size:1.05rem}.vyra-purchase-total em{color:var(--vyra-red);font-size:1.45rem;font-style:normal}.vyra-purchase-marketing-consent{display:inline-flex;align-items:center;justify-content:flex-start;gap:10px;margin:4px 0;color:var(--vyra-ink);font:inherit;cursor:pointer;text-align:left}.vyra-purchase-marketing-consent span{color:#262626;font-size:12px;font-weight:400;line-height:1.4;letter-spacing:normal;text-transform:none}.vyra-purchase-marketing-consent input{appearance:none;-webkit-appearance:none;width:18px;height:18px;min-width:18px;flex:0 0 18px;margin:0;border:2px solid #7C141C;border-radius:50%;background-color:#FFF;box-sizing:border-box;cursor:pointer;outline:none;box-shadow:none;transition:background-color 0.2s ease,border-color 0.2s ease}.vyra-purchase-marketing-consent input:checked{background-color:#7C141C;border-color:#7C141C}.vyra-purchase-marketing-consent input:hover,.vyra-purchase-marketing-consent input:focus,.vyra-purchase-marketing-consent input:focus-visible,.vyra-purchase-marketing-consent input:active,.vyra-purchase-marketing-consent input:checked:hover,.vyra-purchase-marketing-consent input:checked:focus,.vyra-purchase-marketing-consent input:checked:focus-visible,.vyra-purchase-marketing-consent input:checked:active{outline:none;box-shadow:none}.vyra-purchase-submit{min-height:44px;border:0;border-radius:50px;background:var(--vyra-red);color:var(--vyra-white);font:inherit;font-weight:900;text-transform:uppercase;cursor:pointer}.vyra-checkout{--vyra-red:#7c141c;--vyra-ink:#262626;--vyra-white:#ffffff;--vyra-panel:#ededed;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:clamp(18px, 4vw, 44px);align-items:start;max-width:1120px;margin:clamp(72px, 8vh, 112px) auto clamp(34px, 6vh, 72px);padding:0 clamp(18px, 4vw, 44px);color:var(--vyra-ink);font-family:inherit}.vyra-checkout,.vyra-checkout *{box-sizing:border-box}.vyra-checkout-form,.vyra-checkout-summary{display:grid;gap:18px;border-radius:24px;background:var(--vyra-panel);padding:clamp(18px, 3vw, 30px)}.vyra-checkout-section{display:grid;gap:12px}.vyra-checkout-section h2,.vyra-checkout-summary h2{margin:0;color:var(--vyra-red);font-size:clamp(1.25rem, 2vw, 1.75rem);font-weight:900;line-height:1.05}.vyra-checkout-two-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.vyra-checkout-payment-options{display:grid;gap:10px}.vyra-checkout-payment-options label{min-height:44px;display:flex;align-items:center;gap:10px;border-radius:50px;padding:10px 16px;background:var(--vyra-white);color:var(--vyra-ink);cursor:pointer}.vyra-checkout-payment-options input{width:18px;height:18px;margin:0;accent-color:var(--vyra-red)}.vyra-checkout-payment-options span{font-size:.95rem;font-weight:800;line-height:1.2}.vyra-checkout-summary{position:sticky;top:24px}.vyra-checkout-summary dl{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:9px 16px;margin:0}.vyra-checkout-summary dt{color:var(--vyra-red);font-size:.85rem;font-weight:900}.vyra-checkout-summary dd{margin:0;font-size:.95rem;line-height:1.25;text-align:right}.vyra-checkout-summary strong{color:var(--vyra-red);font-size:1.15rem;font-weight:900}.woocommerce form .vyra-woocommerce-marketing-consent{margin:14px 0}.woocommerce form .vyra-woocommerce-marketing-consent label.checkbox{display:inline-flex;align-items:center;gap:10px;color:#262626;font-size:12px;line-height:1.4;cursor:pointer}.woocommerce form .vyra-woocommerce-marketing-consent input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:18px;height:18px;min-width:18px;margin:0;border:2px solid #7c141c;border-radius:50%;background:#fff;box-shadow:none;outline:none}.woocommerce form .vyra-woocommerce-marketing-consent input[type="checkbox"]:checked{background:#7c141c}.woocommerce-order-overview,.woocommerce ul.order_details{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:clamp(10px, 1.4vw, 18px);padding:0!important;margin:clamp(22px, 3vw, 36px) 0!important}.woocommerce-order-overview::before,.woocommerce-order-overview::after,.woocommerce ul.order_details::before,.woocommerce ul.order_details::after{display:none!important;content:none!important}.woocommerce-order-overview li,.woocommerce ul.order_details li,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-downloads,.woocommerce .woocommerce-bacs-bank-details{padding:clamp(20px, 2vw, 28px)!important}.woocommerce-order-overview li,.woocommerce ul.order_details li{float:none!important;width:auto!important;clear:none!important;margin:0!important;border-right:0!important;min-height:132px}.woocommerce .vyra-order-item-name{display:inline}.woocommerce .vyra-order-item-name__text{min-width:0}.woocommerce-order .button+.button,.woocommerce-order button+button,.woocommerce-order a.button+a.button,.woocommerce-order .woocommerce-button+.woocommerce-button,.woocommerce-order .ifthenpay-btn+.ifthenpay-btn,.woocommerce-order [class*="ifthenpay"] a+a,.woocommerce-order [class*="ifthenpay"] button+button{margin-top:12px}.woocommerce-order .button,.woocommerce-order button,.woocommerce-order a.button,.woocommerce-order .woocommerce-button{margin-bottom:8px}.woocommerce .vyra-order-item-name__quantity{display:inline;margin-left:6px;white-space:nowrap}.woocommerce .woocommerce-order-details table.shop_table{table-layout:fixed}.woocommerce .woocommerce-order-details table.shop_table th.product-image,.woocommerce .woocommerce-order-details table.shop_table td.product-image{width:76px}.woocommerce .woocommerce-order-details table.shop_table th.product-name,.woocommerce .woocommerce-order-details table.shop_table td.product-name{width:calc(76% - 76px)}.woocommerce .woocommerce-order-details table.shop_table th.product-total,.woocommerce .woocommerce-order-details table.shop_table td.product-total{width:24%;text-align:right}@media (max-width:700px){.woocommerce-order-overview,.woocommerce ul.order_details{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:440px){.woocommerce-order-overview,.woocommerce ul.order_details{grid-template-columns:1fr!important}}@media (max-width:760px){.vyra-purchase-back{display:none}.vyra-feature-callouts{padding:0}.vyra-feature-callouts__callout p{overflow-wrap:normal;word-break:normal;white-space:normal}.vyra-marquee-gallery{--gallery-height:470px;--gallery-card-width:210px;--gallery-gap:14px;--gallery-radius:24px;--gallery-speed:26s}.vyra-gallery-lightbox{padding:16px}.vyra-gallery-lightbox__dialog{width:100vw;height:88vh}.vyra-gallery-lightbox__image{max-width:calc(100vw - 32px);max-height:78vh;border-radius:20px}.vyra-gallery-lightbox__close,.vyra-gallery-lightbox__nav{width:42px;height:42px}.vyra-gallery-lightbox__close{top:12px;right:12px;font-size:30px}.vyra-gallery-lightbox__nav{font-size:38px}.cdo-featured-carousel__shell{--cdo-center-product-size:min(74vw, 330px);--cdo-center-product-width:var(--cdo-center-product-size);--cdo-center-product-height:var(--cdo-center-product-size);--cdo-side-product-width:min(54vw, 250px);--cdo-side-product-height:210px;min-height:auto;border-radius:34px}.cdo-featured-carousel__header{padding:34px 24px 12px}.cdo-featured-carousel__stage,.cdo-featured-carousel__visuals{min-height:calc(var(--cdo-center-product-size) + 28px)}.cdo-featured-carousel__bg{display:none}.cdo-featured-carousel__product{width:var(--cdo-side-product-width);height:var(--cdo-side-product-height)}.cdo-featured-carousel__product[data-cdo-position="left"],.cdo-featured-carousel__product[data-cdo-position="left-out"]{opacity:0;width:var(--cdo-side-product-width);height:var(--cdo-side-product-height);transform:translate3d(calc(-50% - 46vw),-50%,0) scale(.92)}.cdo-featured-carousel__product[data-cdo-position="center"]{opacity:1;width:var(--cdo-center-product-width);height:var(--cdo-center-product-height);transform:translate3d(-50%,-50%,0) scale(1)}.cdo-featured-carousel__product[data-cdo-position="right"],.cdo-featured-carousel__product[data-cdo-position="right-out"]{opacity:0;width:var(--cdo-side-product-width);height:var(--cdo-side-product-height);transform:translate3d(calc(-50% + 46vw),-50%,0) scale(.92)}.cdo-featured-carousel__arrow--prev{left:12px}.cdo-featured-carousel__arrow--next{right:12px}.cdo-featured-carousel__footer{grid-template-columns:1fr;gap:14px;padding:0 22px 28px;margin-top:10px}.cdo-featured-carousel__button,.cdo-featured-carousel__button--left,.cdo-featured-carousel__button--right{width:100%;justify-self:center}.cdo-featured-carousel__button--left{display:none}.cdo-featured-carousel__dots{display:none}.cdo-featured-carousel__button--right{order:1}.cdo-featured-carousel__dot{width:15px;height:15px;border-width:2px}.vyra-landing-video-section,.vyra-landing-ideal,.vyra-landing-features,.vyra-landing-why,.vyra-purchase{grid-template-columns:1fr}.vyra-landing-card{border-radius:18px}.vyra-purchase{align-items:center;gap:18px;min-height:auto;margin-top:clamp(76px, 10vh, 110px);padding:24px 18px}.vyra-purchase-product{position:static;display:grid;justify-items:start;text-align:left;width:100%;margin-top:0}.vyra-purchase-product h1{max-width:18ch}.vyra-purchase-product img{max-height:34vh}.vyra-purchase-image-zoom{justify-self:start;margin-left:0;margin-right:auto;cursor:none;touch-action:none}.vyra-purchase-row{grid-template-columns:1fr}.vyra-purchase-row.has-color-columns .vyra-purchase-colors-wrap,.vyra-purchase-row.has-color-columns .vyra-purchase-icon-picker,.vyra-purchase-row.has-color-columns .vyra-product-quantity,.vyra-purchase-row:not(.has-color-columns) .vyra-purchase-icon-picker{grid-column:auto;grid-row:auto}.vyra-purchase-color-targets{grid-template-columns:1fr}.vyra-purchase-colors{grid-template-columns:repeat(4,36px);gap:10px}.vyra-purchase-color{width:36px;height:36px}.vyra-purchase-color span{width:34px;height:34px}.vyra-checkout{grid-template-columns:1fr;margin-top:clamp(76px, 10vh, 110px);padding:0 18px}.vyra-checkout-summary{position:static;order:-1}.vyra-checkout-two-cols{grid-template-columns:1fr}.vyra-checkout-summary dl{grid-template-columns:1fr;gap:3px 0}.vyra-checkout-summary dd{margin-bottom:8px;text-align:left}}@media (max-height:720px) and (min-width:761px){.vyra-purchase{gap:22px;min-height:auto;padding-top:20px;padding-bottom:20px}.vyra-purchase-product h1{font-size:clamp(1.8rem, 3.4vw, 3rem)}.vyra-purchase-product img{max-height:42vh}.vyra-purchase-panel{gap:8px;padding:20px}}@media (min-width:761px) and (max-width:1024px){.vyra-marquee-gallery{--gallery-height:540px;--gallery-card-width:240px;--gallery-gap:18px;--gallery-radius:28px;--gallery-speed:30s}.cdo-featured-carousel__product[data-cdo-position="left"]{transform:translate3d(calc(-50% - 32vw),-50%,0) scale(.92)}.cdo-featured-carousel__product[data-cdo-position="right"]{transform:translate3d(calc(-50% + 32vw),-50%,0) scale(.92)}.cdo-featured-carousel__button{font-size:15px;min-height:46px;padding:12px 18px}}@media (min-width:1500px){.cdo-featured-carousel__bg{width:35vw}.cdo-featured-carousel__bg--left{left:0}.cdo-featured-carousel__bg--right{right:0}.cdo-featured-carousel__product[data-cdo-position="left"]{transform:translate3d(calc(-50% - 32.5vw),-50%,0) scale(1)}.cdo-featured-carousel__product[data-cdo-position="right"]{transform:translate3d(calc(-50% + 32.5vw),-50%,0) scale(1)}}@media (max-width:430px){.cdo-featured-carousel__header h2{font-size:26px}.cdo-featured-carousel__stage,.cdo-featured-carousel__visuals{min-height:292px}.cdo-featured-carousel__product,.cdo-featured-carousel__product[data-cdo-position="center"]{height:260px}.cdo-featured-carousel__button{min-height:44px;font-size:13px;letter-spacing:.035em}}@media (prefers-reduced-motion:reduce){.vyra-marquee-gallery__track{animation:none}.vyra-marquee-gallery__item img,.vyra-gallery-lightbox,.vyra-gallery-lightbox__close,.vyra-gallery-lightbox__nav{transition:none}.cdo-featured-carousel__product,.cdo-featured-carousel__button,.cdo-featured-carousel__dot,.cdo-featured-carousel__arrow span{transition:none!important;animation:none!important}}