:root{--gc-orange: #FF6B35;--gc-orange-dark: #E8551F;--gc-orange-soft: #FFF1EA;--gc-yellow: #FFD93D;--gc-yellow-soft: #FFF7D6;--gc-green: #6BCB77;--gc-green-soft: #EAF7EC;--gc-ink: #1A1A2E;--gc-ink-60: #5a5a6b;--gc-ink-40: #8d8d99;--gc-white: #FFFFFF;--gc-cream: #FFFCF7;--gc-line: #ECE7E0;--gc-line-strong: #d9d2c8;--gc-font-head: "Poppins", system-ui, -apple-system, sans-serif;--gc-font-body: "Lato", system-ui, -apple-system, sans-serif;--gc-r-sm: 10px;--gc-r-md: 16px;--gc-r-lg: 24px;--gc-r-xl: 32px;--gc-r-pill: 999px;--gc-sh-xs: 0 1px 3px rgba(26,26,46,.06);--gc-sh-sm: 0 4px 14px rgba(26,26,46,.08);--gc-sh-md: 0 12px 32px rgba(26,26,46,.12);--gc-sh-brand: 0 10px 24px rgba(255,107,53,.3);--gc-container: 1280px;--gc-gap: clamp(16px, 3vw, 32px);--gc-ease: cubic-bezier(.22,.61,.36,1);--gc-ease-bounce: cubic-bezier(.34,1.56,.64,1)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--gc-font-body);font-size:16px;line-height:1.6;color:var(--gc-ink);background:var(--gc-cream);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5{font-family:var(--gc-font-head);font-weight:700;line-height:1.12;letter-spacing:-.02em;text-wrap:balance;margin:0 0 .4em;color:var(--gc-ink)}h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:800}h2{font-size:clamp(1.6rem,3.4vw,2.4rem)}h3{font-size:clamp(1.2rem,2vw,1.5rem)}p{margin:0 0 1em;text-wrap:pretty}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{margin:0;padding:0;list-style:none}:focus-visible{outline:3px solid rgba(255,107,53,.4);outline-offset:2px;border-radius:4px}.gc-container{width:100%;max-width:var(--gc-container);margin:0 auto;padding:0 clamp(16px,4vw,40px)}.gc-section{padding:clamp(48px,7vw,88px) 0}.gc-section--tight{padding:clamp(32px,5vw,56px) 0}.gc-eyebrow{font-family:var(--gc-font-head);font-weight:700;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gc-orange);margin:0 0 12px;display:inline-flex;align-items:center;gap:8px}.gc-section-head{text-align:center;max-width:640px;margin:0 auto clamp(28px,4vw,48px)}.gc-section-head p{color:var(--gc-ink-60);font-size:1.05rem}.gc-paw-bg{background-image:url(paw.svg)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.gc-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--gc-font-head);font-weight:700;font-size:1rem;padding:14px 28px;border-radius:var(--gc-r-pill);transition:transform .15s var(--gc-ease),background .2s,box-shadow .2s;white-space:nowrap;line-height:1}.gc-btn:active{transform:translateY(1px) scale(.985)}.gc-btn--primary{background:var(--gc-orange);color:#fff;box-shadow:var(--gc-sh-brand)}.gc-btn--primary:hover{background:var(--gc-orange-dark);transform:translateY(-2px)}.gc-btn--secondary{background:var(--gc-ink);color:#fff}.gc-btn--secondary:hover{background:#000;transform:translateY(-2px)}.gc-btn--ghost{background:#fff;color:var(--gc-ink);box-shadow:inset 0 0 0 2px var(--gc-line-strong)}.gc-btn--ghost:hover{box-shadow:inset 0 0 0 2px var(--gc-ink)}.gc-btn--block{width:100%}.gc-btn--lg{padding:18px 36px;font-size:1.1rem}.gc-btn[disabled]{opacity:.5;cursor:not-allowed}.gc-badge{display:inline-flex;align-items:center;gap:6px;font-family:var(--gc-font-head);font-weight:700;font-size:.72rem;letter-spacing:.03em;text-transform:uppercase;padding:5px 12px;border-radius:var(--gc-r-pill)}.gc-badge--sale{background:var(--gc-orange);color:#fff}.gc-badge--new{background:var(--gc-green);color:#0c3a14}.gc-badge--soldout{background:var(--gc-ink-40);color:#fff}.gc-badge--coup{background:var(--gc-yellow);color:var(--gc-ink)}.gc-promo-bar{background:var(--gc-ink);color:#fff;font-family:var(--gc-font-head);font-weight:600;font-size:.82rem;text-align:center;padding:9px 16px;letter-spacing:.01em}.gc-promo-bar strong{color:var(--gc-yellow)}.gc-header{position:sticky;top:0;z-index:50;background:var(--gc-white);border-bottom:1px solid var(--gc-line)}.gc-header__inner{display:flex;align-items:center;gap:24px;height:76px}.gc-header__logo img{height:42px;width:auto}.gc-nav{display:flex;align-items:center;gap:4px;flex:1}.gc-nav a{font-family:var(--gc-font-head);font-weight:600;font-size:.95rem;padding:10px 14px;border-radius:var(--gc-r-pill);color:var(--gc-ink);transition:background .2s,color .2s}.gc-nav a:hover{background:var(--gc-orange-soft);color:var(--gc-orange-dark)}.gc-nav a.gc-nav--hot{color:var(--gc-orange)}.gc-header__actions{display:flex;align-items:center;gap:6px}.gc-iconbtn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--gc-r-pill);color:var(--gc-ink);position:relative;transition:background .2s}.gc-iconbtn:hover{background:var(--gc-orange-soft)}.gc-iconbtn svg{width:22px;height:22px}.gc-cart-count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;background:var(--gc-orange);color:#fff;font-family:var(--gc-font-head);font-weight:700;font-size:.68rem;border-radius:var(--gc-r-pill);display:flex;align-items:center;justify-content:center}.gc-burger{display:none}.gc-footer{background:var(--gc-ink);color:#fff;padding:clamp(48px,6vw,72px) 0 28px;margin-top:clamp(40px,6vw,80px)}.gc-footer__top{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px}.gc-footer__brand img{height:34px;margin-bottom:16px}.gc-footer__brand p{color:#fff9;font-size:.92rem;max-width:32ch}.gc-footer h4{color:#fff;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}.gc-footer__links a{display:block;color:#ffffff9e;padding:6px 0;font-size:.92rem;transition:color .2s}.gc-footer__links a:hover{color:var(--gc-yellow)}.gc-newsletter{display:flex;gap:8px;margin-top:12px}.gc-newsletter input{flex:1;padding:12px 16px;border-radius:var(--gc-r-pill);border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:#fff;font-family:var(--gc-font-body);font-size:.92rem}.gc-newsletter input::placeholder{color:#ffffff73}.gc-footer__bottom{margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;color:#ffffff80;font-size:.82rem}.gc-social{display:flex;gap:10px}.gc-social a{width:38px;height:38px;border-radius:var(--gc-r-pill);background:#ffffff14;display:flex;align-items:center;justify-content:center;transition:background .2s}.gc-social a:hover{background:var(--gc-orange)}.gc-social svg{width:18px;height:18px}.gc-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;visibility:hidden}.gc-drawer.is-open{visibility:visible}.gc-drawer__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1a2e80;opacity:0;transition:opacity .3s}.gc-drawer.is-open .gc-drawer__scrim{opacity:1}.gc-drawer__panel{position:absolute;top:0;left:0;bottom:0;width:min(86vw,360px);background:#fff;padding:24px;transform:translate(-100%);transition:transform .3s var(--gc-ease);overflow-y:auto}.gc-drawer.is-open .gc-drawer__panel{transform:translate(0)}.gc-drawer__panel a{display:block;font-family:var(--gc-font-head);font-weight:600;font-size:1.15rem;padding:14px 0;border-bottom:1px solid var(--gc-line)}.gc-hero{position:relative;overflow:hidden;background:var(--gc-orange-soft)}.gc-hero__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(24px,4vw,56px);min-height:clamp(440px,60vh,620px)}.gc-hero__content{padding:clamp(32px,5vw,64px) 0;max-width:540px}.gc-hero__content h1{margin-bottom:.35em}.gc-hero__content p{font-size:1.2rem;color:var(--gc-ink-60);margin-bottom:1.6em}.gc-hero__cta{display:flex;gap:14px;flex-wrap:wrap}.gc-hero__media{position:relative;align-self:stretch;min-height:360px}.gc-hero__media img{width:100%;height:100%;object-fit:cover}.gc-hero__media .gc-ph{position:absolute;top:0;right:0;bottom:0;left:0}.gc-hero__signature{position:absolute;bottom:24px;left:24px;background:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--gc-r-lg);padding:14px 18px;display:flex;gap:12px;align-items:center;box-shadow:var(--gc-sh-sm);max-width:320px}.gc-hero__signature img{width:44px;height:44px;border-radius:var(--gc-r-pill)}.gc-hero__signature p{margin:0;font-size:.85rem;line-height:1.35}.gc-hero__signature strong{font-family:var(--gc-font-head)}.gc-ph{background:linear-gradient(135deg,var(--gc-yellow-soft),var(--gc-orange-soft));display:flex;align-items:center;justify-content:center;color:var(--gc-orange);position:relative;overflow:hidden}.gc-ph:after{content:"";width:38%;aspect-ratio:1;background:currentColor;-webkit-mask:url(gaspardco-paw.svg) center / contain no-repeat;mask:url(gaspardco-paw.svg) center / contain no-repeat;opacity:.25}.gc-grid{display:grid;gap:var(--gc-gap)}.gc-grid--4{grid-template-columns:repeat(4,1fr)}.gc-grid--3{grid-template-columns:repeat(3,1fr)}.gc-grid--2{grid-template-columns:repeat(2,1fr)}.gc-card{background:#fff;border:1px solid var(--gc-line);border-radius:var(--gc-r-lg);overflow:hidden;transition:transform .25s var(--gc-ease),box-shadow .25s;box-shadow:var(--gc-sh-xs);display:flex;flex-direction:column}.gc-card:hover{transform:translateY(-4px);box-shadow:var(--gc-sh-md)}.gc-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:var(--gc-orange-soft)}.gc-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--gc-ease)}.gc-card:hover .gc-card__media img{transform:scale(1.05)}.gc-card__badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;z-index:2}.gc-card__fav{position:absolute;top:12px;right:12px;width:38px;height:38px;border-radius:var(--gc-r-pill);background:#ffffffeb;display:flex;align-items:center;justify-content:center;box-shadow:var(--gc-sh-xs);z-index:2;transition:transform .15s,color .2s;color:var(--gc-ink)}.gc-card__fav:hover{transform:scale(1.1);color:var(--gc-orange)}.gc-card__fav svg{width:18px;height:18px}.gc-card__body{padding:16px 18px 20px;display:flex;flex-direction:column;gap:6px;flex:1}.gc-card__cat{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gc-ink-40);font-family:var(--gc-font-head);font-weight:600}.gc-card__title{font-family:var(--gc-font-head);font-weight:700;font-size:1.02rem;line-height:1.25}.gc-card__title a:hover{color:var(--gc-orange)}.gc-rating{display:flex;align-items:center;gap:5px;font-size:.82rem;color:var(--gc-ink-60)}.gc-rating__stars{display:inline-flex;color:var(--gc-yellow)}.gc-rating__stars svg{width:15px;height:15px}.gc-card__price{display:flex;align-items:baseline;gap:8px;margin-top:auto;padding-top:8px}.gc-price{font-family:var(--gc-font-head);font-weight:800;font-size:1.2rem;color:var(--gc-ink)}.gc-price--was{font-size:.9rem;font-weight:600;color:var(--gc-ink-40);text-decoration:line-through}.gc-card__add{margin-top:12px}.gc-coll-banner{background:var(--gc-yellow-soft);padding:clamp(36px,5vw,56px) 0;text-align:center}.gc-coll-banner p{color:var(--gc-ink-60);max-width:56ch;margin:0 auto}.gc-coll-layout{display:grid;grid-template-columns:260px 1fr;gap:40px;align-items:start}.gc-filters{position:sticky;top:96px;background:#fff;border:1px solid var(--gc-line);border-radius:var(--gc-r-lg);padding:22px}.gc-filters h3{font-size:1.05rem;margin-bottom:4px}.gc-filter-group{padding:16px 0;border-bottom:1px solid var(--gc-line)}.gc-filter-group:last-child{border-bottom:none}.gc-filter-group>summary{font-family:var(--gc-font-head);font-weight:700;font-size:.92rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.gc-filter-group>summary::-webkit-details-marker{display:none}.gc-filter-group>summary:after{content:"";width:9px;height:9px;border-right:2px solid var(--gc-ink);border-bottom:2px solid var(--gc-ink);transform:rotate(45deg);transition:transform .2s}.gc-filter-group[open]>summary:after{transform:rotate(-135deg)}.gc-filter-opt{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:.92rem;cursor:pointer}.gc-filter-opt input{width:18px;height:18px;accent-color:var(--gc-orange)}.gc-swatches{display:flex;flex-wrap:wrap;gap:8px;padding-top:8px}.gc-swatch{width:30px;height:30px;border-radius:var(--gc-r-pill);border:2px solid #fff;box-shadow:0 0 0 1px var(--gc-line-strong);cursor:pointer}.gc-swatch.is-active{box-shadow:0 0 0 2px var(--gc-orange)}.gc-coll-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px;flex-wrap:wrap}.gc-coll-toolbar .count{color:var(--gc-ink-60);font-size:.92rem}.gc-sort{display:flex;align-items:center;gap:8px}.gc-sort select{font-family:var(--gc-font-head);font-weight:600;padding:10px 14px;border-radius:var(--gc-r-pill);border:1px solid var(--gc-line-strong);background:#fff;font-size:.9rem}.gc-filter-toggle{display:none}.gc-pagination{display:flex;justify-content:center;gap:8px;margin-top:48px}.gc-pagination a,.gc-pagination span{min-width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--gc-r-pill);font-family:var(--gc-font-head);font-weight:600;border:1px solid var(--gc-line)}.gc-pagination .is-current{background:var(--gc-orange);color:#fff;border-color:var(--gc-orange)}.gc-pagination a:hover{border-color:var(--gc-ink)}.gc-cats{display:flex;gap:clamp(16px,3vw,40px);justify-content:center;flex-wrap:wrap}.gc-cat{text-align:center;width:130px}.gc-cat__disc{width:130px;height:130px;border-radius:var(--gc-r-pill);background:var(--gc-yellow-soft);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;transition:transform .2s var(--gc-ease-bounce),background .2s}.gc-cat:hover .gc-cat__disc{transform:translateY(-4px) scale(1.04);background:var(--gc-yellow)}.gc-cat__disc .gc-ph{width:100%;height:100%;border-radius:var(--gc-r-pill);background:transparent}.gc-cat span{font-family:var(--gc-font-head);font-weight:700;font-size:.85rem;line-height:1.25;display:block}.gc-pdp{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(32px,5vw,64px);align-items:start}.gc-pdp__gallery{position:sticky;top:96px;display:flex;gap:16px}.gc-pdp__thumbs{display:flex;flex-direction:column;gap:10px}.gc-pdp__thumb{width:72px;height:72px;border-radius:var(--gc-r-md);overflow:hidden;border:2px solid transparent;cursor:pointer;background:var(--gc-orange-soft)}.gc-pdp__thumb.is-active{border-color:var(--gc-orange)}.gc-pdp__thumb img{width:100%;height:100%;object-fit:cover}.gc-pdp__main{flex:1;border-radius:var(--gc-r-xl);overflow:hidden;aspect-ratio:1;background:var(--gc-orange-soft)}.gc-pdp__main img{width:100%;height:100%;object-fit:cover}.gc-pdp__info h1{margin-bottom:.25em}.gc-pdp__price{display:flex;align-items:baseline;gap:12px;margin:16px 0 20px}.gc-pdp__price .gc-price{font-size:2rem}.gc-pdp__desc{color:var(--gc-ink-60);font-size:1.02rem;margin-bottom:24px}.gc-variant{margin-bottom:22px}.gc-variant__label{font-family:var(--gc-font-head);font-weight:700;font-size:.9rem;margin-bottom:10px;display:block}.gc-variant__opts{display:flex;flex-wrap:wrap;gap:10px}.gc-variant__opt{padding:10px 18px;border-radius:var(--gc-r-pill);border:2px solid var(--gc-line-strong);font-family:var(--gc-font-head);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .15s;background:#fff}.gc-variant__opt.is-active{border-color:var(--gc-orange);background:var(--gc-orange-soft);color:var(--gc-orange-dark)}.gc-variant__opt:hover{border-color:var(--gc-ink)}.gc-pdp__buy{display:flex;gap:12px;align-items:stretch;margin-bottom:24px}.gc-qty{display:inline-flex;align-items:center;border:2px solid var(--gc-line-strong);border-radius:var(--gc-r-pill);overflow:hidden}.gc-qty button{width:44px;height:100%;font-size:1.3rem;color:var(--gc-ink);display:flex;align-items:center;justify-content:center}.gc-qty button:hover{background:var(--gc-orange-soft)}.gc-qty input{width:44px;text-align:center;border:none;font-family:var(--gc-font-head);font-weight:700;font-size:1.05rem;-moz-appearance:textfield}.gc-qty input::-webkit-outer-spin-button,.gc-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.gc-pdp__reassure{display:grid;gap:12px;padding:20px;background:var(--gc-green-soft);border-radius:var(--gc-r-lg)}.gc-pdp__reassure li{display:flex;gap:12px;align-items:center;font-size:.92rem}.gc-pdp__reassure svg{width:22px;height:22px;color:var(--gc-green);flex:none}.gc-reassure{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.gc-reassure__item{text-align:center;padding:28px 18px;background:#fff;border:1px solid var(--gc-line);border-radius:var(--gc-r-lg)}.gc-reassure__ic{width:56px;height:56px;border-radius:var(--gc-r-pill);background:var(--gc-orange-soft);color:var(--gc-orange);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.gc-reassure__ic svg{width:28px;height:28px}.gc-reassure__item h4{font-size:1.02rem;margin-bottom:6px}.gc-reassure__item p{font-size:.88rem;color:var(--gc-ink-60);margin:0}.gc-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gc-review{background:#fff;border:1px solid var(--gc-line);border-radius:var(--gc-r-lg);padding:22px}.gc-review__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.gc-review__name{font-family:var(--gc-font-head);font-weight:700;font-size:.95rem}.gc-review p{font-size:.92rem;color:var(--gc-ink-60);margin:0}.gc-promo{position:relative;overflow:hidden;background:var(--gc-ink);color:#fff;border-radius:var(--gc-r-xl);padding:clamp(36px,6vw,64px);text-align:center}.gc-promo h2{color:#fff}.gc-promo p{color:#ffffffbf;max-width:48ch;margin:0 auto 24px}.gc-promo__paw{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.06;background-image:url(gaspardco-paw.svg);background-size:90px}.gc-cart-layout{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.gc-cart-item{display:grid;grid-template-columns:96px 1fr auto;gap:16px;padding:20px 0;border-bottom:1px solid var(--gc-line);align-items:center}.gc-cart-item__img{width:96px;height:96px;border-radius:var(--gc-r-md);overflow:hidden;background:var(--gc-orange-soft)}.gc-cart-item__img img{width:100%;height:100%;object-fit:cover}.gc-cart-item__title{font-family:var(--gc-font-head);font-weight:700}.gc-cart-item__meta{color:var(--gc-ink-60);font-size:.88rem}.gc-cart-item__remove{color:var(--gc-ink-40);font-size:.82rem;text-decoration:underline;margin-top:6px}.gc-cart-summary{position:sticky;top:96px;background:#fff;border:1px solid var(--gc-line);border-radius:var(--gc-r-lg);padding:26px}.gc-cart-row{display:flex;justify-content:space-between;padding:8px 0;font-size:.95rem}.gc-cart-row--total{font-family:var(--gc-font-head);font-weight:800;font-size:1.25rem;padding-top:16px;margin-top:8px;border-top:1px solid var(--gc-line)}.gc-promo-field{display:flex;gap:8px;margin:16px 0}.gc-input{width:100%;padding:13px 18px;border-radius:var(--gc-r-pill);border:2px solid var(--gc-line-strong);font-family:var(--gc-font-body);font-size:.95rem;background:#fff}.gc-input:focus{outline:none;border-color:var(--gc-orange)}.gc-freeship{background:var(--gc-green-soft);border-radius:var(--gc-r-md);padding:12px 16px;font-size:.88rem;margin-bottom:16px}.gc-freeship__bar{height:7px;background:#fff;border-radius:var(--gc-r-pill);margin-top:8px;overflow:hidden}.gc-freeship__bar i{display:block;height:100%;background:var(--gc-green);border-radius:var(--gc-r-pill)}.gc-auth{max-width:440px;margin:clamp(40px,6vw,80px) auto;background:#fff;border:1px solid var(--gc-line);border-radius:var(--gc-r-xl);padding:clamp(28px,4vw,44px)}.gc-auth h1{text-align:center}.gc-auth__sub{text-align:center;color:var(--gc-ink-60);margin-bottom:28px}.gc-field{margin-bottom:16px}.gc-field label{font-family:var(--gc-font-head);font-weight:600;font-size:.88rem;display:block;margin-bottom:6px}.gc-auth__alt{text-align:center;margin-top:20px;font-size:.92rem;color:var(--gc-ink-60)}.gc-auth__alt a{color:var(--gc-orange);font-weight:700}.gc-account-layout{display:grid;grid-template-columns:260px 1fr;gap:40px;align-items:start}.gc-account-nav{background:#fff;border:1px solid var(--gc-line);border-radius:var(--gc-r-lg);padding:14px;position:sticky;top:96px}.gc-account-nav a{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:var(--gc-r-md);font-family:var(--gc-font-head);font-weight:600;font-size:.92rem}.gc-account-nav a.is-active,.gc-account-nav a:hover{background:var(--gc-orange-soft);color:var(--gc-orange-dark)}.gc-account-nav svg{width:18px;height:18px}.gc-panel{background:#fff;border:1px solid var(--gc-line);border-radius:var(--gc-r-lg);padding:28px;margin-bottom:24px}.gc-table{width:100%;border-collapse:collapse}.gc-table th{text-align:left;font-family:var(--gc-font-head);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gc-ink-40);padding:0 0 12px;border-bottom:1px solid var(--gc-line)}.gc-table td{padding:16px 0;border-bottom:1px solid var(--gc-line);font-size:.92rem}.gc-status{display:inline-flex;padding:4px 12px;border-radius:var(--gc-r-pill);font-family:var(--gc-font-head);font-weight:700;font-size:.72rem}.gc-status--done{background:var(--gc-green-soft);color:#2c7a3c}.gc-status--pending{background:var(--gc-yellow-soft);color:#8a6d00}.gc-address-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.gc-address{border:1px solid var(--gc-line);border-radius:var(--gc-r-md);padding:18px;font-size:.92rem}.gc-address__label{font-family:var(--gc-font-head);font-weight:700;margin-bottom:8px}@media(max-width:1024px){.gc-grid--4{grid-template-columns:repeat(3,1fr)}.gc-coll-layout{grid-template-columns:1fr}.gc-filters{position:static}.gc-cart-layout,.gc-account-layout{grid-template-columns:1fr}.gc-account-nav{position:static}}@media(max-width:860px){.gc-nav{display:none}.gc-burger{display:inline-flex}.gc-hero__inner{grid-template-columns:1fr}.gc-hero__media{min-height:280px;order:-1}.gc-footer__top{grid-template-columns:1fr 1fr}.gc-pdp{grid-template-columns:1fr}.gc-pdp__gallery{position:static;flex-direction:column-reverse}.gc-pdp__thumbs{flex-direction:row}.gc-reassure{grid-template-columns:repeat(2,1fr)}.gc-reviews{grid-template-columns:1fr}}@media(max-width:600px){.gc-grid--4,.gc-grid--3{grid-template-columns:repeat(2,1fr)}.gc-footer__top{grid-template-columns:1fr;gap:28px}.gc-reassure,.gc-address-grid{grid-template-columns:1fr}.gc-cart-item{grid-template-columns:72px 1fr}.gc-cart-item__img{width:72px;height:72px}.gc-pdp__buy{flex-wrap:wrap}}.gc-page{max-width:760px;margin:0 auto}.gc-rte{color:var(--gc-ink);line-height:1.7}.gc-rte h2{font-family:var(--gc-font-head);font-size:1.4rem;margin:32px 0 12px}.gc-rte h3{font-family:var(--gc-font-head);font-size:1.1rem;margin:24px 0 8px}.gc-rte p{margin:0 0 16px}.gc-rte ul,.gc-rte ol{margin:0 0 16px;padding-left:22px}.gc-rte li{margin:6px 0}.gc-rte a{color:var(--gc-orange);text-decoration:underline}.gc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.gc-page .gc-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.gc-page .gc-field span{font-weight:700;font-size:.9rem}.gc-page .gc-field input,.gc-page .gc-field textarea{width:100%;padding:12px 14px;border:1px solid var(--gc-line, #ECE7E0);border-radius:var(--gc-r-md, 16px);font:inherit;background:#fff;color:var(--gc-ink)}.gc-page .gc-field input:focus,.gc-page .gc-field textarea:focus{outline:none;border-color:var(--gc-orange)}.gc-form-note{padding:14px 16px;border-radius:var(--gc-r-md, 16px);margin-bottom:16px;font-weight:600}.gc-form-note--ok{background:var(--gc-green-soft, #EAF7EC);color:#2f7d3a}.gc-form-note--err{background:var(--gc-orange-soft, #FFF1EA);color:#b23b14}@media(max-width:600px){.gc-form-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/gaspardco.css.map */
