@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Bebas+Neue&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--gold: #ffffff;--gold-light: #e0e0e0;--black: #000000;--black-mid: #0d0d0d;--black-card: #111111;--text-primary: #ffffff;--text-secondary: #e0e0e0;--text-muted: #a0a0a0;--text-dim: #606060;--text-faint: #303030;--font-serif: "Bebas Neue", "Impact", sans-serif;--font-sans: "Inter", sans-serif}html{scroll-behavior:smooth}body{background:var(--black);color:var(--text-secondary);font-family:var(--font-sans);font-weight:300;font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:#fff;text-decoration:none;transition:color .2s}a:hover{color:#a0a0a0}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:400;color:var(--text-primary);line-height:1.1;letter-spacing:.04em}.g-header{position:sticky;top:0;z-index:100;background:#000000f7;border-bottom:.5px solid #ffffff22;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.g-header__inner{max-width:1200px;margin:0 auto;padding:0 2rem;height:68px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.g-logo img{height:36px;width:auto;object-fit:contain}.g-nav{display:flex;align-items:center;gap:2.5rem;list-style:none}.g-nav a{font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#a0a0a0;transition:color .2s}.g-nav a:hover,.g-nav a.active{color:#fff}.g-header__cart a{display:flex;align-items:center;gap:6px;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#a0a0a0;transition:color .2s}.g-header__cart a:hover{color:#fff}.g-cart-count{background:#fff;color:#000;font-size:10px;font-weight:600;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.g-hamburger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:6px;z-index:200}.g-hamburger span{display:block;width:24px;height:1.5px;background:#a0a0a0;transition:all .3s ease;transform-origin:center}.g-hamburger.is-open span:nth-child(1){transform:translateY(6.5px) rotate(45deg);background:#fff}.g-hamburger.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.g-hamburger.is-open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg);background:#fff}.g-mobile-nav{display:none;background:#0a0a0a;border-top:.5px solid #ffffff22;padding:1.25rem 2rem;flex-direction:column;gap:0}.g-mobile-nav.open{display:flex!important}.g-mobile-nav a{font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:#a0a0a0;text-decoration:none;padding:.85rem 0;border-bottom:.5px solid #ffffff11;transition:color .2s}.g-mobile-nav a:last-child{border-bottom:none}.g-mobile-nav a:hover{color:#fff}.g-btn{display:inline-block;background:#fff;color:#000;font-family:var(--font-sans);font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;padding:.9rem 2.5rem;border:none;cursor:pointer;transition:background .2s,color .2s;text-decoration:none}.g-btn:hover{background:#e0e0e0;color:#000}.g-btn--outline{background:transparent;color:#fff;border:.5px solid #ffffff}.g-btn--outline:hover{background:#fff;color:#000}.g-hero{min-height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem;position:relative;overflow:hidden}.g-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,#ffffff08 0%,transparent 70%);pointer-events:none}.g-hero__eyebrow{font-size:10px;letter-spacing:.35em;text-transform:uppercase;color:#a0a0a0;margin-bottom:1.5rem;font-family:var(--font-sans);font-weight:500}.g-hero__title{font-family:var(--font-serif);font-size:clamp(3.5rem,10vw,8rem);font-weight:400;color:#fff;line-height:1;margin-bottom:1.5rem;letter-spacing:.05em}.g-hero__title em{font-style:normal;color:#a0a0a0}.g-hero__sub{font-size:14px;font-weight:300;color:#a0a0a0;letter-spacing:.05em;max-width:480px;margin:0 auto 2.5rem;line-height:1.9}.g-gold-rule{width:32px;height:1px;background:#fff;margin:1.5rem auto}.g-section{padding:5rem 2rem;max-width:1200px;margin:0 auto}.g-section__eyebrow{font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:#a0a0a0;margin-bottom:.75rem;text-align:center;font-family:var(--font-sans);font-weight:500}.g-section__title{font-family:var(--font-serif);font-size:clamp(2.5rem,5vw,4rem);text-align:center;color:#fff;margin-bottom:.5rem;letter-spacing:.05em}.g-section__sub{text-align:center;color:#a0a0a0;font-size:14px;max-width:500px;margin:0 auto 3rem;line-height:1.9}.g-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1px;background:#1a1a1a;border:1px solid #1a1a1a}.g-product-card{background:#000;overflow:hidden;transition:background .3s;position:relative}.g-product-card:hover{background:#0a0a0a}.g-product-card__image{aspect-ratio:1;overflow:hidden;background:#080808}.g-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.g-product-card:hover .g-product-card__image img{transform:scale(1.03)}.g-product-card__badge{position:absolute;top:1rem;left:1rem;background:#fff;color:#000;font-size:9px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;padding:3px 10px}.g-product-card__body{padding:1.5rem}.g-product-card__sub{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#606060;margin-bottom:.4rem}.g-product-card__name{font-family:var(--font-serif);font-size:22px;color:#fff;margin-bottom:.75rem;letter-spacing:.04em}.g-product-card__desc{font-size:13px;color:#a0a0a0;line-height:1.8;margin-bottom:1.25rem}.g-product-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:.5px solid #1a1a1a}.g-product-card__price{font-family:var(--font-serif);font-size:24px;color:#fff;letter-spacing:.04em}.g-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:.5px solid #1a1a1a;border-bottom:.5px solid #1a1a1a;max-width:1200px;margin:0 auto}.g-pillar{text-align:center;padding:2.5rem 2rem;border-right:.5px solid #1a1a1a}.g-pillar:last-child{border-right:none}.g-pillar__icon{font-size:20px;color:#fff;margin-bottom:1rem}.g-pillar__title{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#fff;margin-bottom:.5rem;font-weight:500}.g-pillar__text{font-size:13px;color:#606060;line-height:1.7}.g-page-header{text-align:center;padding:4rem 2rem 2rem;border-bottom:.5px solid #1a1a1a}.g-page-header__eyebrow{font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:#606060;margin-bottom:.75rem;font-family:var(--font-sans);font-weight:500}.g-page-header__title{font-family:var(--font-serif);font-size:clamp(2.5rem,5vw,4.5rem);color:#fff;letter-spacing:.05em}.g-product-page{display:grid;grid-template-columns:1fr;max-width:1100px;margin:0 auto;padding:1.5rem 1rem 4rem;gap:2rem}@media(min-width:900px){.g-product-page{grid-template-columns:45% 1fr;gap:3rem;padding:3rem 2rem 5rem;align-items:start}}.g-gallery{width:100%;max-width:100%}@media(min-width:900px){.g-gallery{position:sticky;top:88px}}.g-gallery__main{position:relative;width:100%;padding-bottom:100%;height:0;background:#080808;border:.5px solid #1a1a1a;overflow:hidden;cursor:zoom-in}.g-gallery__slide{display:none;position:absolute;top:0;right:0;bottom:0;left:0}.g-gallery__slide.active{display:block}.g-gallery__slide img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;display:block}.g-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#000000bf;border:.5px solid #ffffff22;color:#fff;font-size:16px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:background .2s;line-height:1}.g-gallery__arrow:hover{background:#ffffff1a}.g-gallery__arrow--prev{left:.5rem}.g-gallery__arrow--next{right:.5rem}.g-gallery__counter{position:absolute;bottom:.6rem;right:.6rem;background:#000000bf;color:#a0a0a0;font-size:10px;letter-spacing:.1em;padding:2px 7px;z-index:3}.g-gallery__thumbs{display:flex;gap:.4rem;margin-top:.6rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.g-gallery__thumbs::-webkit-scrollbar{display:none}.g-gallery__thumb{flex-shrink:0;width:58px;height:58px;border:.5px solid #1a1a1a;background:#080808;cursor:pointer;overflow:hidden;padding:0;transition:border-color .2s}.g-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.g-gallery__thumb.active,.g-gallery__thumb:hover{border-color:#fff}.g-zoom-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f7;z-index:1000;align-items:center;justify-content:center}.g-zoom-overlay.active{display:flex}.g-zoom__inner{width:90vw;max-width:900px;height:80vh;position:relative;display:flex;align-items:center;justify-content:center}.g-zoom__slide{display:none;width:100%;height:100%;align-items:center;justify-content:center}.g-zoom__slide.active{display:flex}.g-zoom__slide img{max-width:100%;max-height:100%;object-fit:contain}.g-zoom__close{position:fixed;top:1rem;right:1rem;background:#000c;border:.5px solid #ffffff33;color:#fff;font-size:16px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1001}.g-zoom__arrow{position:fixed;top:50%;transform:translateY(-50%);background:#000000bf;border:.5px solid #ffffff33;color:#fff;font-size:20px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1001}.g-zoom__arrow--prev{left:.5rem}.g-zoom__arrow--next{right:.5rem}.g-product-info{padding:0}.g-product-info__type{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#606060;margin-bottom:.5rem;font-weight:500}.g-product-info__title{font-family:var(--font-serif);font-size:2rem;color:#fff;line-height:1.1;margin-bottom:.75rem;letter-spacing:.03em}@media(min-width:900px){.g-product-info__title{font-size:2.4rem}}.g-product-info__price{font-family:var(--font-serif);font-size:1.6rem;color:#fff;margin-bottom:1rem;letter-spacing:.03em}.g-product-info__divider{width:100%;height:.5px;background:#1a1a1a;margin:1rem 0}.g-product-info__desc{font-size:15px;color:#a0a0a0;line-height:1.85;margin-bottom:1.5rem}@media(max-width:899px){.g-product-info__desc{font-size:14px}}.g-product-info__option{margin-bottom:1.25rem}.g-product-info__option-label{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#606060;margin-bottom:.5rem;font-weight:500}.g-variant-btns{display:flex;gap:.5rem;flex-wrap:wrap}.g-variant-btn{background:transparent;border:.5px solid #2a2a2a;color:#a0a0a0;font-family:var(--font-sans);font-size:clamp(12px,3vw,14px);padding:.5rem 1rem;cursor:pointer;transition:all .2s;min-height:40px}.g-variant-btn:hover,.g-variant-btn.active{border-color:#fff;color:#fff}.g-product-info__add-btn{display:block;width:100%;background:#fff;color:#000;font-family:var(--font-sans);font-size:clamp(12px,3.5vw,13px);font-weight:600;letter-spacing:.15em;text-transform:uppercase;padding:1rem 2rem;border:none;cursor:pointer;transition:background .2s;margin-bottom:1rem;min-height:52px}.g-product-info__add-btn:hover{background:#e0e0e0}.g-product-info__add-btn--soldout{background:#1a1a1a;color:#606060;cursor:not-allowed}.g-product-info__note{font-size:clamp(11px,3vw,12px);color:#404040;letter-spacing:.05em;text-align:center;padding-top:.75rem;border-top:.5px solid #1a1a1a}.g-cart{max-width:800px;margin:0 auto;padding:4rem 2rem}.g-cart__item{display:grid;grid-template-columns:80px 1fr auto;gap:1.5rem;align-items:center;padding:1.5rem 0;border-bottom:.5px solid #1a1a1a}.g-cart__item-image{aspect-ratio:1;overflow:hidden;border:.5px solid #1a1a1a}.g-cart__item-image img{width:100%;height:100%;object-fit:cover}.g-cart__item-name{font-family:var(--font-serif);font-size:18px;color:#fff;margin-bottom:.25rem;letter-spacing:.04em}.g-cart__item-price{color:#a0a0a0;font-size:14px}.g-cart__total{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;border-top:.5px solid #ffffff22}.g-cart__total-label{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#606060}.g-cart__total-price{font-family:var(--font-serif);font-size:2rem;color:#fff;letter-spacing:.04em}.g-contact{max-width:800px;margin:0 auto;padding:3rem 2rem 5rem}.g-contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#1a1a1a;margin:2rem 0}.g-contact__card{padding:1.25rem 1.5rem;background:#000}.g-contact__label{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#606060;margin-bottom:.4rem;font-weight:500}.g-contact__value{font-size:14px;color:#e0e0e0}.g-form{margin-top:2.5rem}.g-form__field{margin-bottom:1.25rem}.g-form__field label{display:block;font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#606060;margin-bottom:.5rem;font-weight:500}.g-form__field input,.g-form__field textarea{width:100%;background:#0a0a0a;border:.5px solid #2a2a2a;color:#e0e0e0;font-family:var(--font-sans);font-size:14px;font-weight:300;padding:.75rem 1rem;outline:none;transition:border-color .2s;box-sizing:border-box}.g-form__field input:focus,.g-form__field textarea:focus{border-color:#fff}.g-form__field textarea{height:120px;resize:vertical}.g-policy{max-width:760px;margin:0 auto;padding:3rem 2rem 5rem}.g-policy h2{font-family:var(--font-serif);font-size:1.8rem;color:#fff;margin:2.5rem 0 .75rem;letter-spacing:.04em}.g-policy p{font-size:14px;color:#a0a0a0;line-height:1.9;margin-bottom:1rem}.g-policy hr{border:none;border-top:.5px solid #1a1a1a;margin:2rem 0}.g-about{text-align:center;padding:3rem 2rem 5rem;max-width:700px;margin:0 auto}.g-about__quote{font-family:var(--font-serif);font-size:clamp(1.8rem,3vw,2.5rem);color:#fff;line-height:1.3;margin-bottom:1.5rem;letter-spacing:.04em}.g-about__body{font-size:14px;color:#a0a0a0;line-height:1.9}.g-collection-header{text-align:center;padding:4rem 2rem 0}.g-footer{background:#000;border-top:.5px solid #1a1a1a;padding:4rem 2rem 2rem}.g-footer__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.g-footer__brand-logo{height:32px;width:auto;margin-bottom:1rem}.g-footer__tagline{font-size:12px;color:#404040;letter-spacing:.05em;line-height:1.8}.g-footer__col-title{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#606060;margin-bottom:1rem;font-weight:500}.g-footer__links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.g-footer__links a{font-size:13px;color:#404040;text-decoration:none;transition:color .2s}.g-footer__links a:hover{color:#fff}.g-footer__bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:.5px solid #1a1a1a;display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#303030;letter-spacing:.08em}@media(max-width:768px){.g-nav{display:none!important}.g-hamburger{display:flex!important}.g-hero{min-height:80vh;padding:4rem 1.5rem}.g-hero__title{font-size:clamp(3rem,14vw,5rem)}.g-pillars{grid-template-columns:1fr}.g-pillar{border-right:none;border-bottom:.5px solid #1a1a1a}.g-pillar:last-child{border-bottom:none}.g-footer__inner{grid-template-columns:1fr;gap:2rem}.g-footer__bottom{flex-direction:column;gap:.5rem;text-align:center}.g-contact__grid{grid-template-columns:1fr;gap:1px}.g-zoom__arrow--prev{left:.25rem!important}.g-zoom__arrow--next{right:.25rem!important}.g-product-grid{grid-template-columns:1fr}.g-section{padding:3rem 1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/grandora.css.map */
