@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--chp-black: #0a0a0a;--chp-dark: #111318;--chp-dark-mid: #1a1d24;--chp-dark-soft: #22262f;--chp-border: rgba(255,255,255,.08);--chp-accent: #e8b86d;--chp-accent-2: #ff6b6b;--chp-tiktok: #ff0050;--chp-white: #ffffff;--chp-muted: rgba(255,255,255,.55);--chp-serif: "DM Serif Display", Georgia, serif;--chp-sans: "DM Sans", system-ui, sans-serif;--chp-radius: 12px;--chp-radius-lg: 20px;--chp-shadow: 0 4px 24px rgba(0,0,0,.35);--chp-shadow-lg: 0 16px 64px rgba(0,0,0,.5);--chp-ease: .3s cubic-bezier(.4,0,.2,1);--chp-max-w: 1280px;--chp-nav-h: 72px}.chp-wrapper *,.chp-wrapper *:before,.chp-wrapper *:after{box-sizing:border-box;margin:0;padding:0}.chp-wrapper{font-family:var(--chp-sans);color:var(--chp-white);background:var(--chp-black);-webkit-font-smoothing:antialiased;overflow-x:hidden}.chp-container{width:100%;max-width:var(--chp-max-w);margin:0 auto;padding:0 24px}.chp-section-header{text-align:center;margin-bottom:56px}.chp-section-title{font-family:var(--chp-serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;color:var(--chp-white);line-height:1.15;margin-bottom:16px}.chp-section-subtitle{font-size:1.05rem;color:var(--chp-muted);max-width:560px;margin:0 auto;line-height:1.7}.chp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--chp-sans);font-weight:600;font-size:.925rem;letter-spacing:.03em;text-decoration:none;cursor:pointer;border:none;border-radius:100px;transition:var(--chp-ease);white-space:nowrap;line-height:1}.chp-btn--primary{background:var(--chp-accent);color:var(--chp-black);padding:12px 26px}.chp-btn--primary:hover{background:#f0c87a;transform:translateY(-1px);box-shadow:0 8px 24px #e8b86d59}.chp-btn--hero{background:var(--chp-accent);color:var(--chp-black);padding:18px 44px;font-size:1.05rem;border-radius:100px}.chp-btn--hero:hover{background:#f0c87a;transform:translateY(-2px);box-shadow:0 12px 36px #e8b86d73}.chp-btn--ghost{background:transparent;color:var(--chp-white);padding:17px 36px;border:1.5px solid rgba(255,255,255,.35);font-size:1rem}.chp-btn--ghost:hover{border-color:var(--chp-white);background:#ffffff14}.chp-btn--outline{background:transparent;color:var(--chp-white);padding:14px 40px;border:1.5px solid rgba(255,255,255,.25)}.chp-btn--outline:hover{border-color:var(--chp-accent);color:var(--chp-accent)}.chp-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--chp-nav-h);background:#0a0a0aeb;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--chp-border);transition:background var(--chp-ease)}.chp-navbar.is-scrolled{background:#0a0a0afa}.chp-navbar__inner{height:100%;max-width:var(--chp-max-w);margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.chp-navbar__logo{flex-shrink:0;text-decoration:none}.chp-navbar__logo img{display:block;height:36px;width:auto}.chp-navbar__logo-text{font-family:var(--chp-serif);font-size:1.5rem;color:var(--chp-white);letter-spacing:-.02em}.chp-navbar__links{display:flex;align-items:center;gap:4px}.chp-navbar__link{font-size:.9rem;font-weight:500;color:var(--chp-muted);text-decoration:none;padding:8px 14px;border-radius:8px;transition:color var(--chp-ease),background var(--chp-ease)}.chp-navbar__link:hover{color:var(--chp-white);background:#ffffff0f}.chp-navbar__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.chp-navbar__burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:4px}.chp-navbar__burger span{display:block;width:22px;height:2px;background:var(--chp-white);border-radius:2px;transition:var(--chp-ease);transform-origin:center}.chp-navbar__burger.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.chp-navbar__burger.is-active span:nth-child(2){opacity:0;transform:scaleX(0)}.chp-navbar__burger.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.chp-mobile-menu{display:none;flex-direction:column;background:var(--chp-dark);border-top:1px solid var(--chp-border);padding:16px 24px 24px;max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.chp-mobile-menu.is-open{max-height:480px}.chp-mobile-menu__nav{display:flex;flex-direction:column;gap:4px}.chp-mobile-menu__link{font-size:1.1rem;font-weight:500;color:var(--chp-muted);text-decoration:none;padding:12px 0;border-bottom:1px solid var(--chp-border);transition:color var(--chp-ease)}.chp-mobile-menu__link:hover{color:var(--chp-white)}.chp-mobile-menu__cta{margin-top:16px;align-self:flex-start}.chp-hero{position:relative;min-height:100svh;display:flex;align-items:center;padding-top:var(--chp-nav-h);overflow:hidden}.chp-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.chp-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.chp-hero__bg--gradient{background:linear-gradient(135deg,#0a0a0a,#111827 40%,#1a0d00,#0a0a0a)}.chp-hero__bg--gradient:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 60% 40%,rgba(232,184,109,.12) 0%,transparent 70%)}.chp-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,#0a0a0a66,#0a0a0a99 60%,#0a0a0ad9)}.chp-tiktok-badge{position:absolute;top:calc(var(--chp-nav-h) + 32px);right:48px;z-index:10;display:flex;align-items:center;gap:10px;background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,0,80,.3);border-radius:100px;padding:10px 20px;animation:pulse-badge 3s ease-in-out infinite}@keyframes pulse-badge{0%,to{box-shadow:0 0 #ff005000}50%{box-shadow:0 0 0 6px #ff00501f}}.chp-tiktok-badge__icon{color:var(--chp-tiktok);display:flex;align-items:center}.chp-tiktok-badge__text{font-size:.85rem;font-weight:600;color:var(--chp-white)}.chp-tiktok-badge__views{font-size:.75rem;color:var(--chp-tiktok);font-weight:700;background:#ff00501f;padding:3px 10px;border-radius:100px}.chp-hero__content{position:relative;z-index:10;max-width:var(--chp-max-w);margin:0 auto;padding:80px 48px;width:100%}.chp-hero__eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--chp-accent);margin-bottom:20px}.chp-hero__title{font-family:var(--chp-serif);font-size:clamp(2.8rem,7vw,5.5rem);font-weight:400;line-height:1.05;letter-spacing:-.02em;max-width:700px;margin-bottom:24px;color:var(--chp-white)}.chp-hero__subtitle{font-size:clamp(1rem,2vw,1.2rem);color:#ffffffbf;max-width:520px;line-height:1.7;margin-bottom:40px}.chp-hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:32px}.chp-hero__social-proof{font-size:.9rem;color:#fff9}.chp-hero__scroll{position:absolute;bottom:36px;left:50%;transform:translate(-50%);z-index:10}.chp-hero__scroll span{display:block;width:26px;height:44px;border:2px solid rgba(255,255,255,.25);border-radius:13px;position:relative}.chp-hero__scroll span:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:4px;height:8px;background:var(--chp-accent);border-radius:2px;animation:scroll-dot 2s ease-in-out infinite}@keyframes scroll-dot{0%{opacity:1;top:6px}80%{opacity:0;top:24px}to{opacity:0;top:6px}}.chp-trust-bar{background:var(--chp-dark-mid);border-top:1px solid var(--chp-border);border-bottom:1px solid var(--chp-border);padding:28px 0}.chp-trust-bar__list{list-style:none;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0}.chp-trust-bar__item{display:flex;align-items:center;gap:12px;padding:12px 36px;position:relative}.chp-trust-bar__item+.chp-trust-bar__item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:32px;background:var(--chp-border)}.chp-trust-bar__icon{color:var(--chp-accent);display:flex;align-items:center;flex-shrink:0}.chp-trust-bar__text{display:flex;flex-direction:column;gap:2px}.chp-trust-bar__text strong{font-size:.875rem;font-weight:600;color:var(--chp-white);white-space:nowrap}.chp-trust-bar__text span{font-size:.775rem;color:var(--chp-muted);white-space:nowrap}.chp-products{padding:100px 0;background:var(--chp-black)}.chp-product-grid{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:52px}.chp-product-card{background:var(--chp-dark);border-radius:var(--chp-radius-lg);overflow:hidden;border:1px solid var(--chp-border);transition:transform var(--chp-ease),box-shadow var(--chp-ease),border-color var(--chp-ease)}.chp-product-card:hover{transform:translateY(-6px);box-shadow:var(--chp-shadow-lg);border-color:#e8b86d33}.chp-product-card__link{display:block;text-decoration:none;color:inherit}.chp-product-card__image-wrap{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--chp-dark-mid)}.chp-product-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .4s ease}.chp-product-card__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.chp-product-card:hover .chp-product-card__img--primary{transform:scale(1.06)}.chp-product-card:hover .chp-product-card__img--hover{opacity:1}.chp-product-card__placeholder{width:100%;height:100%;color:var(--chp-dark-soft)}.chp-product-card__badge{position:absolute;top:14px;left:14px;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:100px}.chp-product-card__badge--sale{background:var(--chp-accent-2);color:var(--chp-white)}.chp-product-card__badge--new{background:var(--chp-accent);color:var(--chp-black)}.chp-product-card__quick-add{position:absolute;bottom:14px;left:50%;transform:translate(-50%) translateY(8px);white-space:nowrap;background:var(--chp-white);color:var(--chp-black);font-family:var(--chp-sans);font-size:.8rem;font-weight:700;letter-spacing:.04em;padding:10px 22px;border:none;border-radius:100px;cursor:pointer;opacity:0;transition:opacity .25s ease,transform .25s ease}.chp-product-card:hover .chp-product-card__quick-add{opacity:1;transform:translate(-50%) translateY(0)}.chp-product-card__quick-add:hover{background:var(--chp-accent)}.chp-product-card__info{padding:20px}.chp-product-card__vendor{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--chp-accent);margin-bottom:6px}.chp-product-card__title{font-size:1rem;font-weight:500;color:var(--chp-white);margin-bottom:10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chp-product-card__price{display:flex;align-items:baseline;gap:8px;margin-bottom:10px}.chp-product-card__price--compare{font-size:.85rem;color:var(--chp-muted);text-decoration:line-through}.chp-product-card__price--current{font-size:1.05rem;font-weight:700;color:var(--chp-white)}.chp-product-card__price--sale{color:var(--chp-accent-2)}.chp-product-card__stars{display:flex;align-items:center;gap:3px}.chp-star{color:var(--chp-accent)}.chp-star--empty{color:#e8b86d4d}.chp-product-card__review-count{font-size:.75rem;color:var(--chp-muted);margin-left:4px}.chp-products__cta{text-align:center}.chp-how{padding:100px 0;background:var(--chp-dark);border-top:1px solid var(--chp-border)}.chp-how__steps{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.chp-how__step{display:flex;flex-direction:column;align-items:flex-start;gap:20px;position:relative}.chp-how__step:not(:last-child):after{content:"";position:absolute;top:28px;left:calc(100% - 16px);width:calc(100% - 24px);height:1px;background:linear-gradient(to right,rgba(232,184,109,.4),transparent)}.chp-how__step-number{width:56px;height:56px;border-radius:50%;background:transparent;border:2px solid var(--chp-accent);color:var(--chp-accent);font-family:var(--chp-serif);font-size:1.4rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}.chp-how__step-title{font-family:var(--chp-serif);font-size:1.25rem;font-weight:400;color:var(--chp-white);margin-bottom:12px}.chp-how__step-desc{font-size:.9rem;color:var(--chp-muted);line-height:1.7}.chp-reviews{padding:100px 0;background:var(--chp-black);overflow:hidden}.chp-reviews__overall{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.chp-reviews__overall-stars{display:flex;gap:3px}.chp-reviews__overall-score{font-size:.95rem;color:var(--chp-muted)}.chp-reviews__overall-score strong{color:var(--chp-white)}.chp-reviews__carousel{overflow:hidden;margin:0 -24px;padding:0 24px}.chp-reviews__track{display:flex;gap:24px;transition:transform .5s cubic-bezier(.4,0,.2,1)}.chp-review-card{background:var(--chp-dark);border:1px solid var(--chp-border);border-radius:var(--chp-radius-lg);padding:32px;flex:0 0 calc(33.333% - 16px);display:flex;flex-direction:column;gap:20px;transition:border-color var(--chp-ease)}.chp-review-card:hover{border-color:#e8b86d40}.chp-review-card__stars{display:flex;gap:3px}.chp-review-card__text{font-style:normal;flex:1}.chp-review-card__text p{font-size:1rem;color:#ffffffd9;line-height:1.75;font-style:italic}.chp-review-card__author{display:flex;align-items:center;gap:14px}.chp-review-card__avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--chp-accent),#c8860d);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:var(--chp-black);flex-shrink:0;text-transform:uppercase}.chp-review-card__name{display:block;font-size:.9rem;font-weight:600;color:var(--chp-white);margin-bottom:2px}.chp-review-card__location{display:block;font-size:.78rem;color:var(--chp-muted)}.chp-review-card__verified{display:block;font-size:.72rem;color:#4ade80;font-weight:600;margin-top:2px}.chp-reviews__controls{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:40px}.chp-reviews__btn{width:48px;height:48px;border-radius:50%;background:var(--chp-dark);border:1px solid var(--chp-border);color:var(--chp-white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--chp-ease);flex-shrink:0}.chp-reviews__btn:hover{background:var(--chp-dark-soft);border-color:var(--chp-accent);color:var(--chp-accent)}.chp-reviews__btn:disabled{opacity:.35;cursor:not-allowed}.chp-reviews__dots{display:flex;align-items:center;gap:8px}.chp-reviews__dot{width:8px;height:8px;border-radius:100px;background:var(--chp-border);border:none;cursor:pointer;padding:0;transition:var(--chp-ease)}.chp-reviews__dot.is-active{width:24px;background:var(--chp-accent)}.chp-cta{position:relative;padding:120px 0;overflow:hidden;background:var(--chp-dark);border-top:1px solid var(--chp-border)}.chp-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0}.chp-cta__bg img{width:100%;height:100%;object-fit:cover}.chp-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0a0a0ae6,#0a0a0ab3)}.chp-cta:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--chp-accent),transparent);opacity:.4}.chp-cta__content{position:relative;z-index:1;text-align:center}.chp-cta__eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--chp-accent);margin-bottom:20px}.chp-cta__title{font-family:var(--chp-serif);font-size:clamp(2.2rem,5vw,4rem);font-weight:400;line-height:1.1;max-width:640px;margin:0 auto 20px;color:var(--chp-white)}.chp-cta__subtitle{font-size:1.05rem;color:#ffffffb3;max-width:480px;margin:0 auto 40px;line-height:1.7}.chp-cta__actions{margin-bottom:24px}.chp-cta__disclaimer{font-size:.82rem;color:var(--chp-muted)}.chp-footer{background:var(--chp-black);border-top:1px solid var(--chp-border);padding:80px 0 0}.chp-footer__top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:60px}.chp-footer__brand{display:flex;flex-direction:column;gap:20px}.chp-footer__logo{text-decoration:none}.chp-footer__logo img{height:32px;width:auto;display:block}.chp-footer__tagline{font-size:.9rem;color:var(--chp-muted);line-height:1.7;max-width:260px}.chp-footer__social{display:flex;gap:12px}.chp-footer__social-link{width:40px;height:40px;border-radius:50%;background:var(--chp-dark);border:1px solid var(--chp-border);color:var(--chp-muted);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:var(--chp-ease)}.chp-footer__social-link:hover{background:var(--chp-dark-soft);color:var(--chp-white);border-color:var(--chp-accent)}.chp-footer__col-title{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--chp-white);margin-bottom:20px}.chp-footer__links{list-style:none;display:flex;flex-direction:column;gap:12px}.chp-footer__link{font-size:.9rem;color:var(--chp-muted);text-decoration:none;transition:color var(--chp-ease);display:block}.chp-footer__link:hover{color:var(--chp-white)}.chp-footer__bottom{border-top:1px solid var(--chp-border);padding:24px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.chp-footer__copy{font-size:.82rem;color:var(--chp-muted)}.chp-footer__payment-icons{display:flex;align-items:center;gap:8px}.chp-payment-badge{display:inline-flex;align-items:center;justify-content:center;background:var(--chp-dark-mid);border:1px solid var(--chp-border);border-radius:6px;padding:6px 10px;font-size:.65rem;font-weight:700;letter-spacing:.04em;color:var(--chp-muted)}.chp-toast{position:fixed;bottom:32px;right:32px;z-index:9999;display:flex;align-items:center;gap:10px;background:#1a1d24;border:1px solid rgba(74,222,128,.3);border-radius:var(--chp-radius);padding:14px 22px;font-size:.9rem;font-weight:500;color:#4ade80;box-shadow:var(--chp-shadow-lg);pointer-events:none;opacity:0;transform:translateY(12px);transition:opacity .3s ease,transform .3s ease}.chp-toast.is-visible{opacity:1;transform:translateY(0)}.chp-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.chp-reveal.is-visible{opacity:1;transform:translateY(0)}.chp-stagger>*{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.chp-stagger.is-visible>*{opacity:1;transform:translateY(0)}.chp-stagger.is-visible>*:nth-child(1){transition-delay:.05s}.chp-stagger.is-visible>*:nth-child(2){transition-delay:.15s}.chp-stagger.is-visible>*:nth-child(3){transition-delay:.25s}.chp-stagger.is-visible>*:nth-child(4){transition-delay:.35s}.chp-stagger.is-visible>*:nth-child(5){transition-delay:.45s}@media(max-width:1024px){.chp-product-grid,.chp-how__steps{grid-template-columns:repeat(2,1fr)}.chp-how__step:nth-child(2):after{display:none}.chp-review-card{flex:0 0 calc(50% - 12px)}.chp-footer__top{grid-template-columns:1fr 1fr;gap:36px}.chp-footer__brand{grid-column:1 / -1;flex-direction:row;align-items:flex-start;gap:48px}.chp-tiktok-badge{right:24px}}@media(max-width:768px){:root{--chp-nav-h: 64px}.chp-navbar__links{display:none}.chp-navbar__burger,.chp-mobile-menu{display:flex}.chp-hero__content{padding:60px 24px}.chp-hero__actions{flex-direction:column;align-items:flex-start}.chp-tiktok-badge{position:relative;top:auto;right:auto;display:inline-flex;margin-bottom:20px;align-self:flex-start;animation:none}.chp-trust-bar__list{display:grid;grid-template-columns:1fr 1fr}.chp-trust-bar__item{padding:16px 20px}.chp-trust-bar__item:before{display:none}.chp-product-grid{grid-template-columns:repeat(2,1fr);gap:16px}.chp-product-card__quick-add{opacity:1;transform:translate(-50%) translateY(0)}.chp-how__steps{grid-template-columns:1fr;gap:24px}.chp-how__step{flex-direction:row;align-items:flex-start;gap:20px}.chp-how__step:after{display:none}.chp-review-card{flex:0 0 100%}.chp-footer__top{grid-template-columns:1fr 1fr}.chp-footer__brand{grid-column:1 / -1;flex-direction:column}.chp-footer__bottom{flex-direction:column;text-align:center}.chp-cta{padding:80px 0}.chp-toast{bottom:16px;right:16px;left:16px}}@media(max-width:480px){.chp-product-grid,.chp-trust-bar__list,.chp-footer__top{grid-template-columns:1fr}}body,.gradient,.color-background-1,.collection,.product,.main-page-title,.template-collection,.template-product,.template-page,.template-cart{background:#050608!important;color:#fff!important}.card,.card__inner,.product-card-wrapper,.collection-list,.collection-list-wrapper,.product-grid-container,.product__info-wrapper,.product__media-wrapper,.cart-items,.cart__footer{background:#0d0f14!important;color:#fff!important}h1,h2,h3,h4,h5,h6,.title,.card__heading,.price,.product__title,.collection-hero__title,.collection-list-title,a,.link,.full-unstyled-link{color:#fff!important}.button,.shopify-payment-button__button{background:#e8bd73!important;color:#111!important;border-radius:999px!important;font-weight:700!important}.header,.footer{background:#08090c!important;color:#fff!important}.template-collection .title,.main-page-title,.collection-hero__title{color:#fff!important;font-size:42px;margin-bottom:30px}.collection,.collection-page,.template-collection .page-width{padding:60px 40px!important}.card,.card__inner,.collection-list,.collection-list-wrapper{background:transparent!important}.card-wrapper{background:#0d0f14!important;border-radius:16px;overflow:hidden;transition:all .3s ease}.card-wrapper:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.card__heading,.full-unstyled-link{color:#fff!important;font-weight:500}.template-collection{background:#050608!important}.product-grid,.collection .grid,.collection .grid--2-col,.collection .grid--3-col{justify-content:center!important}.collection .page-width{max-width:1200px!important;margin:0 auto!important}.grid{gap:30px!important}.card-wrapper{width:280px}.grid--2-col{justify-content:center!important}.template-product .product{display:grid!important;grid-template-columns:1fr 1fr!important;gap:50px!important;align-items:start!important}.template-product .page-width{max-width:1200px!important;margin:0 auto!important}.template-product .product__media-wrapper{max-width:550px!important}.template-product .product__media img{width:100%!important;height:auto!important;border-radius:12px!important}.template-product .product__media-list{display:flex!important;flex-direction:row!important;gap:10px!important;margin-top:10px!important}.template-product .product__media-item{width:70px!important;height:70px!important;overflow:hidden!important;border-radius:8px!important;cursor:pointer}.template-product .product__info-wrapper{max-width:500px!important}.template-product .product__title{font-size:32px!important;color:#fff!important}.template-product .price{font-size:24px!important;color:#e8bd73!important;font-weight:700!important}.template-product .product-form__submit{width:100%!important;border-radius:999px!important;background:#e8bd73!important;color:#111!important;font-weight:800!important}body.template-product main#MainContent{background:#050608!important}body.template-product .product{max-width:1200px!important;margin:0 auto!important;padding:80px 40px!important;display:flex!important;flex-direction:row!important;align-items:flex-start!important;justify-content:center!important;gap:60px!important}body.template-product .product__media-wrapper{width:55%!important;max-width:600px!important;flex:0 0 55%!important}body.template-product .product__info-wrapper{width:45%!important;max-width:480px!important;flex:0 0 45%!important;padding:20px 0!important}body.template-product .product__media-list{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:16px!important}body.template-product .product__media-item{width:100%!important;max-width:none!important}body.template-product .product__media img{width:100%!important;height:auto!important;max-height:520px!important;object-fit:cover!important;border-radius:18px!important}body.template-product .product__title h1{color:#fff!important;font-size:36px!important;line-height:1.1!important}body.template-product .price{color:#e8bd73!important;font-size:26px!important;font-weight:800!important}body.template-product .product-form__submit,body.template-product .shopify-payment-button__button{width:100%!important;border-radius:999px!important;background:#e8bd73!important;color:#111!important;font-weight:900!important;min-height:52px!important}@media screen and (max-width:768px){body.template-product .product{flex-direction:column!important;padding:40px 18px!important}body.template-product .product__media-wrapper,body.template-product .product__info-wrapper{width:100%!important;max-width:100%!important;flex:0 0 100%!important}body.template-product .product__media-list{grid-template-columns:1fr!important}}.product{max-width:1200px!important;margin:0 auto!important;padding:70px 40px!important;display:grid!important;grid-template-columns:minmax(0,55%) minmax(360px,45%)!important;gap:60px!important;align-items:start!important}.product__media-wrapper{width:100%!important;max-width:620px!important}.product__info-wrapper{width:100%!important;max-width:520px!important;padding-left:0!important}.product__info-container{max-width:520px!important;position:sticky!important;top:120px!important}.product__media-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.product__media-item{width:100%!important;max-width:none!important}.product__media img,.product__media media-gallery img{width:100%!important;max-height:420px!important;object-fit:contain!important;border-radius:18px!important;background:#111319!important}.product__title h1,.product__title{color:#fff!important;font-size:34px!important;line-height:1.15!important}.price{color:#e8bd73!important;font-size:26px!important;font-weight:800!important}.product-form__buttons{max-width:100%!important}.product-form__submit,.shopify-payment-button__button{width:100%!important;border-radius:999px!important;background:#e8bd73!important;color:#111!important;font-weight:900!important;min-height:54px!important}@media screen and (max-width:900px){.product{grid-template-columns:1fr!important;padding:40px 18px!important}.product__info-container{position:static!important}.product__media-list{grid-template-columns:1fr!important}}.product__media img{transition:transform .4s ease}.product__media:hover img{transform:scale(1.05)}.price{font-size:28px!important;font-weight:700!important;color:#fc6!important}.template-product .price{font-size:28px!important;font-weight:800!important;color:#fc6!important}.template-product button,.template-product .product-form__submit{border-radius:14px!important;font-weight:800!important;letter-spacing:.5px!important}.template-product .product-form__submit:hover{transform:translateY(-2px);box-shadow:0 10px 25px #e8b86d59}.back-home{max-width:1200px;margin:20px auto 0;padding:0 20px}.back-home-link{color:#fff;text-decoration:none;font-size:14px;opacity:.7;transition:.3s}.back-home-link:hover{opacity:1;color:#fc6}.back-home{max-width:1200px;margin:30px auto 10px;padding:0 20px}.back-home-link{color:#fff;text-decoration:none;font-size:13px;letter-spacing:.5px;opacity:.6;transition:all .3s ease;display:inline-block}.back-home-link:hover{opacity:1;color:#fc6;transform:translate(-4px)}body{font-size:16px!important}h1{font-size:42px!important;line-height:1.2}h2{font-size:32px!important}h3{font-size:24px!important}p{font-size:16px!important;line-height:1.6}.chp-navbar a{font-size:15px!important}button,.chp-btn{font-size:16px!important}.chp-hero h1{font-size:56px!important}
/*# sourceMappingURL=/cdn/shop/t/7/assets/custom-homepage.css.map */
