:root{--hc-bg: #0d0b08;--hc-surface: #1a1612;--hc-border: #2b251f;--hc-amber: #d4923a;--hc-amber-2: #b87a2e;--hc-amber-glow: rgba(212, 146, 58, .25);--hc-text: #f0ece4;--hc-text-muted: #8a7f72;--hc-radius: 12px;--hc-radius-sm: 8px;--hc-font: "Tajawal", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--hc-ease: cubic-bezier(.22, 1, .36, 1);--hc-ease-out: cubic-bezier(0, 0, .2, 1)}.hc-dark{background:var(--hc-bg);color:var(--hc-text);font-family:var(--hc-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hc-dark a{color:var(--hc-amber);transition:opacity .25s}.hc-dark a:hover{opacity:.8}.hc-grain{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}.hc-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:var(--hc-radius);font-size:1.05rem;font-weight:600;line-height:1.2;text-decoration:none;cursor:pointer;border:none;transition:transform .35s var(--hc-ease),box-shadow .35s var(--hc-ease),background .35s var(--hc-ease);white-space:nowrap}.hc-btn:hover{transform:translateY(-2px)}.hc-btn:active{transform:translateY(0)}.hc-btn--primary{background:var(--hc-amber);color:#0d0b08!important;box-shadow:0 4px 20px var(--hc-amber-glow)}.hc-btn--primary:hover{box-shadow:0 6px 30px var(--hc-amber-glow)}.hc-btn--ghost{background:transparent;color:var(--hc-text)!important;border:1px solid var(--hc-border)}.hc-btn--ghost:hover{border-color:var(--hc-amber)}.hc-btn .hc-btn--arrow{width:18px;height:18px;transition:transform .35s var(--hc-ease)}.hc-btn:hover .hc-btn--arrow{transform:translate(4px)}[data-hc-reveal]{opacity:0;transform:translateY(30px);transition:opacity .8s var(--hc-ease),transform .8s var(--hc-ease)}[data-hc-reveal].hc-revealed{opacity:1;transform:translateY(0)}[data-hc-reveal=up]{transform:translateY(30px)}[data-hc-reveal=right]{transform:translate(-30px)}[data-hc-reveal=left]{transform:translate(30px)}[data-hc-reveal=up].hc-revealed,[data-hc-reveal=right].hc-revealed,[data-hc-reveal=left].hc-revealed{transform:translate(0)}[data-hc-delay="0.1"]{transition-delay:.1s}[data-hc-delay="0.2"]{transition-delay:.2s}[data-hc-delay="0.3"]{transition-delay:.3s}[data-hc-delay="0.4"]{transition-delay:.4s}[data-hc-mask]{clip-path:inset(0 0 100% 0);transition:clip-path 1.2s var(--hc-ease)}[data-hc-mask].hc-revealed{clip-path:inset(0 0 0 0)}[data-hc-stagger]>*{opacity:0;transform:translateY(var(--hc-stagger-y, 20px));transition:opacity .6s var(--hc-ease),transform .6s var(--hc-ease)}[data-hc-stagger].hc-revealed>*:nth-child(1){transition-delay:0s;opacity:1;transform:translateY(0)}[data-hc-stagger].hc-revealed>*:nth-child(2){transition-delay:.1s;opacity:1;transform:translateY(0)}[data-hc-stagger].hc-revealed>*:nth-child(3){transition-delay:.2s;opacity:1;transform:translateY(0)}[data-hc-stagger].hc-revealed>*:nth-child(4){transition-delay:.3s;opacity:1;transform:translateY(0)}[data-hc-stagger].hc-revealed>*:nth-child(5){transition-delay:.4s;opacity:1;transform:translateY(0)}[data-hc-kenburns-trigger]{overflow:hidden;position:relative}[data-hc-kenburns]{transform:scale(1.05);transition:transform 8s var(--hc-ease-out)}[data-hc-kenburns-trigger].hc-kenburns-active [data-hc-kenburns]{transform:scale(1)}.hc-hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:48px 24px;text-align:center}.hc-hero__bg{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:var(--hc-hero-bg, radial-gradient(ellipse at 30% 20%, rgba(68,51,16,.45) 0%, transparent 60%));background-size:cover;background-position:center}.hc-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0d0b084d,#0d0b08b3 80%,#0d0b08)}.hc-hero__content{position:relative;z-index:2;max-width:780px}.hc-hero__eyebrow{display:inline-block;font-size:.95rem;letter-spacing:3px;text-transform:uppercase;color:var(--hc-amber);margin-bottom:12px;font-weight:600}.hc-hero__title{font-size:clamp(3rem,7vw,5rem);font-weight:800;line-height:1.1;margin:0 0 16px;letter-spacing:-.02em}.hc-hero__title em{color:var(--hc-amber);font-style:normal}.hc-hero__sub{font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6;color:var(--hc-text-muted);margin:0 0 20px;max-width:560px;margin-inline:auto}.hc-hero__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.hc-marquee{overflow:hidden;padding:14px 0;border-block:1px solid var(--hc-border);background:var(--hc-surface)}.hc-marquee__track{display:flex;gap:60px;width:max-content;animation:hcMarquee var(--hc-marquee-duration, 3s) linear infinite}.hc-marquee__track span{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:500;color:var(--hc-text-muted);white-space:nowrap}@keyframes hcMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hc-product-page{padding:32px 24px 60px;max-width:1280px;margin:0 auto}[data-hc-kenburns-trigger] .hc-product-media{border-radius:var(--hc-radius);overflow:hidden;position:relative}.hc-product-main{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}@media(max-width:899px){.hc-product-main{grid-template-columns:1fr;gap:32px}}.hc-product-media__main{aspect-ratio:1 / 1;border-radius:var(--hc-radius);overflow:hidden;background:var(--hc-surface);display:flex;align-items:center;justify-content:center;width:100%}.hc-product-media__main img{width:100%;height:100%;object-fit:cover;display:block}.hc-product-media__thumbs{display:flex;gap:10px;margin-top:12px}.hc-product-media__thumb{width:72px;height:72px;border-radius:var(--hc-radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:var(--hc-surface);transition:border-color .3s}.hc-product-media__thumb.is-active{border-color:var(--hc-amber)}.hc-product-media__thumb img{width:100%;height:100%;object-fit:cover;display:block}.hc-product-info{padding-top:12px}.hc-product-breadcrumbs{font-size:.8rem;color:var(--hc-text-muted);margin-bottom:12px}.hc-product-breadcrumbs a{color:var(--hc-text-muted);text-decoration:none}.hc-product-breadcrumbs a:hover{color:var(--hc-amber)}.hc-product-breadcrumbs span{margin:0 6px}.hc-product-title{font-size:clamp(2rem,3.5vw,3rem);font-weight:700;margin:0 0 12px;line-height:1.2}.hc-product-rating{display:flex;gap:8px;font-size:.9rem;color:var(--hc-amber);margin-bottom:12px}.hc-product-price{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}.hc-product-price__current{font-size:1.8rem;font-weight:700}.hc-product-price__was{font-size:1rem;color:var(--hc-text-muted);text-decoration:line-through}.hc-product-price__save{font-size:.85rem;color:#22c55e;font-weight:600}.hc-product-desc{color:var(--hc-text-muted);line-height:1.7;margin-bottom:24px;font-size:.95rem}.hc-product-desc p{margin:0 0 12px}.hc-product-features{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.hc-product-feature{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--hc-text-muted)}.hc-product-feature__icon{display:flex;opacity:.6;flex-shrink:0}.hc-product-atc{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.hc-qty{display:flex;align-items:center;border:1px solid var(--hc-border);border-radius:var(--hc-radius);overflow:hidden}.hc-qty button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--hc-text);cursor:pointer;font-size:1.2rem;transition:background .25s}.hc-qty button:hover{background:var(--hc-surface)}.hc-qty input{width:48px;height:44px;text-align:center;background:none;border:none;border-inline:1px solid var(--hc-border);color:var(--hc-text);font-size:1rem;-moz-appearance:textfield}.hc-qty input::-webkit-inner-spin-button,.hc-qty input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.hc-product-atc__btn{flex:1;justify-content:center;min-width:200px}.hc-product-atc__btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.hc-trust{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--hc-text-muted);margin-top:16px}.hc-trust__icon{width:18px;height:18px;opacity:.5;flex-shrink:0}.hc-sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:var(--hc-surface);border-top:1px solid var(--hc-border);transform:translateY(100%);transition:transform .4s var(--hc-ease)}.hc-sticky-atc.is-visible{transform:translateY(0)}.hc-sticky-atc__info{display:flex;flex-direction:column;gap:2px}.hc-sticky-atc__title{font-size:.9rem;font-weight:600}.hc-sticky-atc__price{font-size:1rem;font-weight:700;color:var(--hc-amber)}.hc-sticky-atc__btn{padding:10px 24px;font-size:.85rem}.hc-contact{padding:48px 24px;max-width:1080px;margin:0 auto}.hc-contact__main{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}@media(max-width:767px){.hc-contact__main{grid-template-columns:1fr;gap:40px}}.hc-contact__info-eyebrow{display:block;font-size:.95rem;letter-spacing:3px;text-transform:uppercase;color:var(--hc-amber);margin-bottom:12px;font-weight:600}.hc-contact__info-title{font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;margin:0 0 16px;line-height:1.2}.hc-contact__info-title em{color:var(--hc-amber);font-style:normal}.hc-contact__info-sub{color:var(--hc-text-muted);line-height:1.7;margin:0 0 24px;font-size:.95rem}.hc-contact__list{display:flex;flex-direction:column;gap:16px}.hc-contact__item{display:flex;align-items:center;gap:14px;padding:16px 20px;border:1px solid var(--hc-border);border-radius:var(--hc-radius);text-decoration:none;color:var(--hc-text);transition:border-color .3s,background .3s}.hc-contact__item:hover{border-color:var(--hc-amber);background:#d4923a0d}.hc-contact__item-icon{display:flex;opacity:.6;flex-shrink:0}.hc-contact__item-label{font-size:.8rem;color:var(--hc-text-muted);margin-bottom:2px}.hc-contact__item-value{font-size:.95rem;font-weight:600}.hc-form{display:flex;flex-direction:column;gap:20px}.hc-form__title{font-size:1.2rem;font-weight:600;margin:0}.hc-field{display:flex;flex-direction:column;gap:6px}.hc-field__label{font-size:.8rem;color:var(--hc-text-muted);font-weight:500}.hc-input{width:100%;padding:14px 16px;background:var(--hc-surface);border:1px solid var(--hc-border);border-radius:var(--hc-radius-sm);color:var(--hc-text);font-size:.95rem;font-family:inherit;transition:border-color .3s;box-sizing:border-box}.hc-input:focus{outline:none;border-color:var(--hc-amber)}.hc-textarea{resize:vertical;min-height:120px}.hc-form__submit{align-self:flex-start}.hc-404{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:48px 24px}.hc-404__inner{text-align:center;max-width:480px}.hc-404__code{display:block;font-size:clamp(5rem,12vw,9rem);font-weight:800;line-height:1;color:var(--hc-amber);margin-bottom:8px}.hc-404__title{font-size:1.8rem;font-weight:700;margin:0 0 12px}.hc-404__desc{color:var(--hc-text-muted);line-height:1.7;margin:0 0 28px;font-size:1.05rem}[dir=rtl] .hc-btn .hc-btn--arrow{transform:rotate(180deg)}[dir=rtl] .hc-btn:hover .hc-btn--arrow{transform:rotate(180deg) translate(4px)}[dir=rtl] .hc-hero__title{letter-spacing:0}[dir=rtl] [data-hc-reveal=right]{transform:translate(30px)}[dir=rtl] [data-hc-reveal=right].hc-revealed{transform:translate(0)}[dir=rtl] [data-hc-reveal=left]{transform:translate(-30px)}[dir=rtl] [data-hc-reveal=left].hc-revealed{transform:translate(0)}.section-cinematic-split{padding:48px 24px}.hc-split__inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;max-width:1200px;margin:0 auto}.hc-split__inner--reverse,.hc-split__inner--reverse .hc-split__content{direction:rtl}@media(max-width:899px){.hc-split__inner{grid-template-columns:1fr;gap:40px}}.hc-split__image-wrapper{border-radius:var(--hc-radius);overflow:hidden;background:var(--hc-surface);position:relative}.hc-split__image-wrapper--placeholder{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}.hc-split__image img{width:100%;height:100%;object-fit:cover;display:block}.hc-split__image--placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hc-split__placeholder-icon{font-size:5rem;opacity:.15}.hc-split__heading{font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;margin:0 0 16px;line-height:1.2}.hc-split__text{color:var(--hc-text-muted);line-height:1.7;font-size:1.05rem;margin-bottom:24px}.hc-split__text p{margin:0 0 12px}.section-cinematic-stats{padding:28px 24px;background:var(--hc-surface);border-block:1px solid var(--hc-border)}.hc-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1000px;margin:0 auto;text-align:center}@media(max-width:767px){.hc-stats__grid{grid-template-columns:repeat(2,1fr);gap:24px}}.hc-stats__item{display:flex;flex-direction:column;gap:4px}.hc-stats__number{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--hc-amber);line-height:1}.hc-stats__label{font-size:.9rem;color:var(--hc-text-muted);font-weight:500}.section-cinematic-bento{padding:48px 24px}.hc-bento__header{text-align:center;margin-bottom:32px;max-width:640px;margin-inline:auto}.hc-bento__heading{font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;margin:0 0 12px}.hc-bento__sub{color:var(--hc-text-muted);font-size:.95rem;line-height:1.7}.hc-bento__grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:auto auto;gap:16px;max-width:1200px;margin:0 auto}@media(max-width:899px){.hc-bento__grid{grid-template-columns:1fr}}.hc-bento__card{border-radius:var(--hc-radius);overflow:hidden;background:var(--hc-surface);border:1px solid var(--hc-border);transition:transform .5s var(--hc-ease),box-shadow .5s var(--hc-ease)}.hc-bento__card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #0000004d}.hc-bento__card--wide{grid-column:span 1}.hc-bento__card--tall{grid-row:span 2}.hc-bento__card--square{grid-row:span 1}.hc-bento__card-image{overflow:hidden;aspect-ratio:16/9;background:var(--hc-bg)}.hc-bento__card--tall .hc-bento__card-image{aspect-ratio:3/4}.hc-bento__card--square .hc-bento__card-image{aspect-ratio:1/1}.hc-bento__card-image img{width:100%;height:100%;object-fit:cover;display:block}.hc-bento__card-content{padding:20px}.hc-bento__card-title{font-size:1.1rem;font-weight:600;margin:0 0 6px}.hc-bento__card-desc{font-size:.85rem;color:var(--hc-text-muted);line-height:1.6;margin:0}.section-cinematic-product-reveal{padding:48px 24px;text-align:center;background:var(--hc-surface);position:relative;overflow:hidden}.section-cinematic-product-reveal:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,var(--hc-amber-glow) 0%,transparent 60%);opacity:.3;pointer-events:none}.hc-reveal{position:relative;z-index:1;max-width:800px;margin:0 auto}.hc-reveal__heading{font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;margin:0 0 8px}.hc-reveal__sub{color:var(--hc-text-muted);font-size:.95rem;line-height:1.7;margin:0 0 24px}.hc-reveal__product{display:flex;justify-content:center;margin-bottom:24px}.hc-reveal__card{position:relative;width:320px;perspective:1000px}.hc-reveal__card-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:radial-gradient(circle at 50% 50%,var(--hc-amber-glow) 0%,transparent 70%);opacity:0;transition:opacity .6s var(--hc-ease)}.hc-reveal__card:hover .hc-reveal__card-glow{opacity:1}.hc-reveal__card-image{border-radius:var(--hc-radius);overflow:hidden;background:var(--hc-bg);aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;transform:rotateY(0) scale(1);transition:transform .6s var(--hc-ease);box-shadow:0 10px 40px #0000004d}.hc-reveal__card:hover .hc-reveal__card-image{transform:rotateY(-5deg) scale(1.02)}.hc-reveal__card-image img{width:100%;height:100%;object-fit:cover;display:block}.hc-reveal__card-image--placeholder{display:flex;align-items:center;justify-content:center}.hc-reveal__placeholder-icon{font-size:5rem;opacity:.15}.hc-reveal__card-info{margin-top:16px}.hc-reveal__card-title{font-size:1.1rem;font-weight:600;margin:0 0 4px}.hc-reveal__card-price{font-size:1.3rem;font-weight:700;color:var(--hc-amber)}.hc-reveal__action{display:flex;justify-content:center}.section-cinematic-how{padding:48px 24px}.hc-how__header{text-align:center;margin-bottom:24px}.hc-how__heading{font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;margin:0 0 12px}.hc-how__sub{color:var(--hc-text-muted);font-size:.95rem;line-height:1.7;max-width:500px;margin-inline:auto}.hc-how__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1100px;margin:0 auto}@media(max-width:899px){.hc-how__steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.hc-how__steps{grid-template-columns:1fr}}.hc-how__step{text-align:center;padding:20px 14px;border-radius:var(--hc-radius);border:1px solid var(--hc-border);background:var(--hc-surface);transition:transform .4s var(--hc-ease),box-shadow .4s var(--hc-ease)}.hc-how__step:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0003}.hc-how__step-number{font-size:.8rem;font-weight:700;color:var(--hc-amber);letter-spacing:2px;margin-bottom:12px}.hc-how__step-icon{font-size:1.6rem;display:block;margin-bottom:8px}.hc-how__step-title{font-size:1.1rem;font-weight:600;margin:0 0 4px}.hc-how__step-desc{font-size:.9rem;color:var(--hc-text-muted);line-height:1.6;margin:0}.section-cinematic-faq{padding:40px 24px;background:var(--hc-surface)}.hc-faq__header{text-align:center;margin-bottom:24px}.hc-faq__heading{font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;margin:0 0 12px}.hc-faq__sub{color:var(--hc-text-muted);font-size:.95rem;max-width:500px;margin-inline:auto}.hc-faq__list{max-width:700px;margin:0 auto}.hc-faq__item{border-bottom:1px solid var(--hc-border);padding:4px 0}.hc-faq__item:first-child{border-top:1px solid var(--hc-border)}.hc-faq__question{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 0;cursor:pointer;list-style:none;font-size:1.1rem;font-weight:500;-webkit-user-select:none;user-select:none}.hc-faq__question::-webkit-details-marker{display:none}.hc-faq__question:hover{color:var(--hc-amber)}.hc-faq__icon{flex-shrink:0;transition:transform .3s var(--hc-ease);color:var(--hc-text-muted)}.hc-faq--open .hc-faq__icon{transform:rotate(180deg)}.hc-faq__answer{padding:0 0 20px;font-size:1rem;color:var(--hc-text-muted);line-height:1.7}.section-cinematic-cta{padding:40px 24px;text-align:center;position:relative;overflow:hidden}.hc-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(68,51,16,.3) 0%,transparent 70%);pointer-events:none}.hc-cta__inner{position:relative;z-index:1;max-width:640px;margin:0 auto}.hc-cta__heading{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:800;margin:0 0 12px;line-height:1.1}.hc-cta__sub{color:var(--hc-text-muted);font-size:1rem;line-height:1.7;margin:0 0 20px}.hc-cta__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.section-cinematic-collection{padding:24px 24px 48px}.hc-collection__header{text-align:center;margin-bottom:24px}.hc-collection__title{font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;margin:0 0 12px}.hc-collection__desc{color:var(--hc-text-muted);font-size:.95rem;max-width:600px;margin-inline:auto;line-height:1.7}.hc-collection__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1280px;margin:0 auto}@media(max-width:1023px){.hc-collection__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.hc-collection__grid{grid-template-columns:repeat(2,1fr);gap:12px}}.hc-collection__card{display:block;text-decoration:none;color:inherit;border-radius:var(--hc-radius);overflow:hidden;background:var(--hc-surface);border:1px solid var(--hc-border);transition:transform .4s var(--hc-ease),box-shadow .4s var(--hc-ease)}.hc-collection__card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0003}.hc-collection__card-image{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--hc-bg)}.hc-collection__card-image img{width:100%;height:100%;object-fit:cover;display:block}.hc-collection__card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;opacity:.1}.hc-collection__card-badge{position:absolute;top:10px;left:10px;padding:4px 10px;border-radius:4px;background:var(--hc-amber);color:#0d0b08;font-size:.75rem;font-weight:700}.hc-collection__card-info{padding:14px}.hc-collection__card-title{font-size:1rem;font-weight:600;margin:0 0 6px;line-height:1.3}.hc-collection__card-price{display:flex;align-items:baseline;gap:8px}.hc-collection__card-price-current{font-size:1rem;font-weight:700;color:var(--hc-amber)}.hc-collection__card-price-was{font-size:.8rem;color:var(--hc-text-muted);text-decoration:line-through}.hc-collection__pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:32px}.hc-collection__pagination-info{font-size:.9rem;color:var(--hc-text-muted)}.hc-collection__empty{text-align:center;padding:40px 24px;color:var(--hc-text-muted)}.section-cinematic-hero,.section-cinematic-product-page,.section-cinematic-contact,.section-cinematic-404,.section-cinematic-marquee,.section-cinematic-split,.section-cinematic-stats,.section-cinematic-bento,.section-cinematic-product-reveal,.section-cinematic-how,.section-cinematic-faq,.section-cinematic-cta,.section-cinematic-collection{margin:0}
/*# sourceMappingURL=/cdn/shop/t/42/assets/cinematic.css.map */
