body.template-collection{--ag-font-heading-premium: "Fraunces", "Times New Roman", serif;--ag-font-body-premium: "Lora", "Georgia", serif;--ag-font-ui-premium: "Montserrat", sans-serif;--ag-space-editorial-xs: .25rem;--ag-space-editorial-sm: .5rem;--ag-space-editorial: 1rem;--ag-space-editorial-lg: 1.5rem;--ag-space-editorial-xl: 2rem;--ag-space-editorial-2xl: 3rem;--ag-space-editorial-3xl: 4rem;--ag-space-editorial-4xl: 6rem;--editorial-primary: #0E3E29;--editorial-secondary: #F6B900;--editorial-accent: #4A6A5C;--editorial-light: #FAF9F6;--editorial-muted: #C9754B;--editorial-neutral: #2A2520}.ag-collection-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#0e3e29f2,#1d4e35e6,#0e3e29f2);min-height:70vh}.ag-collection-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,255,255,.02) 10px,rgba(255,255,255,.02) 20px);pointer-events:none;z-index:1}.ag-collection-hero__eyebrow{font-family:var(--ag-font-ui-premium);font-size:clamp(.7rem,1vw,.9rem);font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fff4e4;margin-bottom:var(--ag-space-editorial);opacity:.9}.ag-collection-hero__title{font-family:var(--ag-font-heading-premium);font-size:clamp(2.5rem,8vw,5rem);font-weight:300;line-height:.95;letter-spacing:-.02em;color:#fff4e4;text-align:center;margin-bottom:var(--ag-space-editorial-xl);position:relative}.ag-collection-hero__title:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);width:60px;height:3px;background:var(--editorial-secondary);opacity:.8}.ag-collection-hero__description{font-family:var(--ag-font-body-premium);font-size:clamp(1.1rem,2.5vw,1.4rem);line-height:1.6;color:#fff4e4;text-align:center;max-width:600px;margin:0 auto;opacity:.9}.collection-filters{background:var(--editorial-light);border-radius:16px;padding:1.5rem;margin:var(--ag-space-editorial-2xl) auto;max-width:1200px;box-shadow:0 4px 20px #0000000d;position:sticky;top:2rem;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.collection-filters__wrapper{display:flex;flex-direction:column;gap:var(--ag-space-editorial)}.filter-group{display:flex;flex-direction:column;gap:.75rem}.filter-group__title{font-family:var(--ag-font-ui-premium);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--editorial-primary);margin-bottom:.5rem}.tag{display:inline-block;padding:.5rem 1rem;margin:.25rem;background:var(--editorial-light);border:1px solid rgba(14,62,41,.1);border-radius:24px;font-size:.875rem;font-weight:500;color:var(--editorial-primary);text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.tag:hover{background:var(--editorial-primary);color:var(--editorial-light);transform:translateY(-2px);box-shadow:0 4px 12px #0e3e2926}.tag.active{background:var(--editorial-secondary);color:var(--editorial-primary);border-color:var(--editorial-secondary)}.sort-by{position:relative;display:inline-block}.sort-by select{-webkit-appearance:none;appearance:none;background:var(--editorial-light);border:1px solid rgba(14,62,41,.1);border-radius:8px;padding:.75rem 2.5rem .75rem 1rem;font-family:var(--ag-font-body-premium);font-size:.875rem;color:var(--editorial-primary);cursor:pointer;transition:all .3s ease}.sort-by select:hover{border-color:var(--editorial-secondary)}.sort-by:after{content:"\25bc";position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.75rem;color:var(--editorial-primary);pointer-events:none}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--ag-space-editorial-xl);padding:var(--ag-space-editorial-2xl) var(--ag-space-editorial-xl);max-width:1400px;margin:0 auto}.product-card{background:var(--editorial-light);border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;cursor:pointer;border:1px solid rgba(14,62,41,.05)}.product-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent,rgba(246,185,0,.1));opacity:0;transition:opacity .4s ease;z-index:1}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0e3e291f}.product-card:hover:before{opacity:1}.product-card__media{position:relative;overflow:hidden;aspect-ratio:1;background:linear-gradient(135deg,#faf9f6,#f5ede3)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__image{transform:scale(1.1)}.product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 0%,rgba(14,62,41,.7) 100%);opacity:0;transition:opacity .4s ease;display:flex;align-items:flex-end;padding:1.5rem}.product-card:hover .product-card__overlay{opacity:1}.product-card__details{padding:1.5rem;background:var(--editorial-light);border-top:1px solid rgba(14,62,41,.05)}.product-card__title{font-family:var(--ag-font-heading-premium);font-size:1.125rem;font-weight:600;line-height:1.3;color:var(--editorial-primary);margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__vendor{font-family:var(--ag-font-ui-premium);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--editorial-accent);margin-bottom:.75rem}.product-card__price{font-family:var(--ag-font-ui-premium);font-size:1.25rem;font-weight:600;color:var(--editorial-secondary);display:flex;align-items:center;gap:.5rem}.product-card__badge{position:absolute;top:1rem;left:1rem;background:var(--editorial-secondary);color:var(--editorial-primary);padding:.25rem .75rem;border-radius:20px;font-family:var(--ag-font-ui-premium);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;z-index:10}body.template-collection .ag-button--primary,body.template-collection .ag-collection-hero__btn.ag-button--primary,body.template-collection .ag-home-hero__button.ag-button--primary,.ag-button--primary,.ag-collection-hero__btn.ag-button--primary,.ag-home-hero__button.ag-button--primary,a.ag-button--primary[href="/collections/all"]{background:linear-gradient(135deg,#f6b900,#d4941a)!important;color:var(--editorial-primary)!important;border:none!important;box-shadow:0 4px 16px #f6b9004d,0 2px 8px #0000001a,inset 0 1px #fff3!important;text-shadow:none!important;font-family:var(--ag-font-ui-premium)!important;font-weight:700!important;font-size:1rem!important;letter-spacing:.05em!important;padding:1rem 2rem!important;border-radius:50px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative!important;overflow:hidden!important;min-width:200px!important}body.template-collection .ag-button--primary,body.template-collection .ag-collection-hero__btn,body.template-collection .ag-home-hero__button{background:linear-gradient(135deg,#f6b900,#d4941a)!important;color:var(--editorial-primary)!important}.ag-button--primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.ag-button--primary:hover{background:linear-gradient(135deg,#f6b900,#e5a01a)!important;transform:translateY(-2px)!important;box-shadow:0 8px 24px #f6b90066,0 4px 12px #00000026,inset 0 1px #ffffff4d!important}.ag-button--primary:hover:before{left:100%}.ag-button--primary:active{transform:translateY(0)!important;box-shadow:0 2px 8px #f6b9004d,0 1px 4px #0000001a!important}.ag-collection-hero__btn{margin-top:var(--ag-space-editorial-xl)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;background:linear-gradient(#f4b942,#e8a735)!important;color:#111!important;padding:12px 32px!important;border-radius:14px!important;font-weight:700!important;font-size:16px!important;min-height:50px!important;transition:.2s cubic-bezier(0,0,.2,1)!important;text-shadow:none!important;box-shadow:none!important;border:none!important;position:relative!important;overflow:visible!important}body.template-collection .ag-collection-hero__btn,body.template-collection .ag-button--primary.ag-collection-hero__btn,body.template-collection .ag-home-hero__button{background:linear-gradient(#f4b942,#e8a735)!important;color:#111!important;border:none!important;box-shadow:none!important}.ag-collection-hero__btn:hover{background:linear-gradient(#e8a735,#dc952b)!important;transform:translateY(-1px)!important;box-shadow:none!important}.ag-collection-hero__btn:active{transform:translateY(1px)!important;box-shadow:none!important}.collection-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;padding:var(--ag-space-editorial-2xl) var(--ag-space-editorial);margin-top:var(--ag-space-editorial-3xl)}.pagination-button{width:40px;height:40px;border-radius:50%;background:var(--editorial-light);border:1px solid rgba(14,62,41,.1);display:flex;align-items:center;justify-content:center;font-family:var(--ag-font-ui-premium);font-weight:600;color:var(--editorial-primary);cursor:pointer;transition:all .3s ease}.pagination-button:hover{background:var(--editorial-secondary);color:var(--editorial-primary);transform:scale(1.1)}.pagination-button.active{background:var(--editorial-primary);color:var(--editorial-light)}@media(max-width:768px){.ag-collection-hero{min-height:50vh}.ag-collection-hero__title{font-size:clamp(2rem,10vw,3rem)}.collection-filters{margin:var(--ag-space-editorial-xl) var(--ag-space-editorial);padding:1rem;position:static}.collection-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:var(--ag-space-editorial);padding:var(--ag-space-editorial)}.product-card__details{padding:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-card{animation:fadeInUp .6s ease-out backwards}.product-card:nth-child(1){animation-delay:.1s}.product-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3){animation-delay:.3s}.product-card:nth-child(4){animation-delay:.4s}.product-card:nth-child(5){animation-delay:.5s}.product-card:nth-child(6){animation-delay:.6s}.product-card:nth-child(7){animation-delay:.7s}.product-card:nth-child(8){animation-delay:.8s}.ag-heritage-section{background:linear-gradient(135deg,#0e3e29,#14513b,#0e3e29);padding:4rem 0;position:relative;overflow:hidden;margin-top:6rem}.ag-heritage-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.06;pointer-events:none}.ag-heritage-wrapper{max-width:1400px;margin:0 auto;padding:0 1rem}.ag-heritage-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.ag-heritage-content{color:#fff;z-index:1}.ag-heritage-tag{display:block;color:#f6b900;font-family:var(--ag-font-ui-premium);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.25rem}.ag-heritage-title{font-family:var(--ag-font-heading-premium);font-size:clamp(2.5rem,5vw,3.125rem);font-weight:900;line-height:1.08;letter-spacing:-.015em;margin-bottom:1.25rem}.ag-heritage-title-accent{color:#e8a735;font-style:italic}.ag-heritage-divider{width:4rem;height:.25rem;background:var(--editorial-secondary);margin-bottom:1.25rem}.ag-heritage-description{font-family:var(--ag-font-body-premium);font-size:1rem;line-height:1.6;color:#ffffffe6;max-width:600px;margin-bottom:2rem}.ag-heritage-highlight{color:#fff;font-weight:600}.ag-heritage-stats{display:grid;grid-template-columns:2fr 2fr;gap:2rem 3.25rem;padding:.5rem 0;border:1px solid rgba(255,255,255,.1);border-left:none;border-right:none;margin-bottom:2rem}.ag-heritage-stat{padding:.75rem 1rem;text-align:center}.ag-heritage-stat-value{font-family:var(--ag-font-ui-premium);font-size:clamp(2.5rem,4vw,3.125rem);font-weight:900;color:#faf9f6;line-height:1.08;letter-spacing:-.01em;margin-bottom:0}.ag-heritage-stat-label{font-family:var(--ag-font-ui-premium);font-size:.75rem;font-weight:700;color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;line-height:1.25}.ag-heritage-cta{display:inline-flex;align-self:flex-start}.ag-heritage-cta-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:linear-gradient(#f4b942,#e8a735)!important;color:#111!important;padding:12px 32px!important;border-radius:14px!important;font-weight:700!important;font-size:16px!important;min-height:50px!important;transition:.2s cubic-bezier(0,0,.2,1)!important;position:relative;overflow:visible;border:none!important;box-shadow:none!important}.ag-heritage-cta-button:hover{background:linear-gradient(#e8a735,#dc952b)!important;transform:translateY(-1px)!important}.ag-heritage-cta-button:active{transform:translateY(1px)!important}.ag-heritage-cta-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff3;border-radius:14px;opacity:0;transition:opacity .3s ease;pointer-events:none}.ag-heritage-cta-button:hover .ag-heritage-cta-overlay{opacity:1}.ag-heritage-image{position:relative;height:380px;border-radius:16px;overflow:hidden;transform:rotate(1deg);transition:transform .2s ease-out;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 40px #0000004d}.ag-heritage-image:hover{transform:rotate(0)}.ag-heritage-image-wrapper{position:relative;width:100%;height:100%}.ag-heritage-image img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.ag-heritage-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(14,62,41,.3),transparent);pointer-events:none}.ag-heritage-badge{position:absolute;bottom:1.5rem;left:1.5rem;background:var(--editorial-secondary);padding:1rem 1.25rem;border-radius:12px;text-align:center;box-shadow:0 10px 25px #0003}.ag-heritage-badge-value{display:block;font-family:var(--ag-font-ui-premium);font-size:1.25rem;font-weight:900;color:#fff;line-height:1.1}.ag-heritage-badge-label{display:block;font-family:var(--ag-font-ui-premium);font-size:.625rem;font-weight:700;color:#ffffffe6;text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem}@media(max-width:640px){.ag-heritage-section{padding:3rem 0;margin-top:4rem;background:linear-gradient(135deg,#0e3e29,#14513b,#0e3e29)}.ag-heritage-wrapper{padding:0 2rem}.ag-heritage-grid{grid-template-columns:1fr;gap:3rem}.ag-heritage-tag{font-size:.625rem;letter-spacing:.15em;margin-bottom:1rem}.ag-heritage-title{font-size:clamp(2rem,10vw,2.5rem);line-height:1.1;margin-bottom:1rem}.ag-heritage-title-accent{display:block;margin-top:.5rem}.ag-heritage-divider{width:3rem;height:.25rem;margin-bottom:1rem}.ag-heritage-description{font-size:.875rem;line-height:1.5;margin-bottom:1.5rem}.ag-heritage-stats{grid-template-columns:1fr 1fr;gap:1rem;border:none;padding:.75rem 0}.ag-heritage-stat{padding:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.ag-heritage-stat:nth-child(2n){border-bottom:none}.ag-heritage-stat-value{font-size:clamp(2rem,10vw,2.5rem)}.ag-heritage-stat-label{font-size:.625rem}.ag-heritage-cta{justify-content:flex-start;margin-top:1.5rem}.ag-heritage-cta-button{padding:12px 24px!important;font-size:14px!important;min-height:44px!important;border-radius:12px!important}.ag-heritage-image{height:280px;transform:rotate(0)}.ag-heritage-image:hover{transform:scale(1.02)}.ag-heritage-badge{bottom:1rem;left:1rem;padding:.75rem 1rem;border-radius:8px}.ag-heritage-badge-value{font-size:1.125rem}.ag-heritage-badge-label{font-size:.5625rem}}@media(min-width:641px)and (max-width:1024px){.ag-heritage-section{padding:4rem 0;margin-top:5rem}.ag-heritage-wrapper{padding:0 3rem}.ag-heritage-grid{grid-template-columns:1fr 1fr;gap:4rem}.ag-heritage-title{font-size:clamp(2.5rem,6vw,3rem);line-height:1.1}.ag-heritage-description{font-size:1rem;line-height:1.6}.ag-heritage-stats{grid-template-columns:2fr 2fr;gap:2.5rem 3rem;padding:.75rem 0}.ag-heritage-stat{padding:1rem}.ag-heritage-stat-value{font-size:clamp(2.5rem,6vw,3rem)}.ag-heritage-image{height:350px}.ag-heritage-badge{bottom:1.5rem;left:1.5rem;padding:1rem 1.25rem}}@media(min-width:1025px){.ag-heritage-section{padding:5rem 0;margin-top:6rem}.ag-heritage-wrapper{padding:0 4rem;max-width:1400px}.ag-heritage-grid{grid-template-columns:1fr 1fr;gap:5rem}.ag-heritage-title{font-size:clamp(3.125rem,5vw,3.75rem);line-height:1.08}.ag-heritage-description{font-size:1.125rem;line-height:1.6}.ag-heritage-stats{grid-template-columns:2fr 2fr;gap:3.25rem;padding:1rem 0}.ag-heritage-stat{padding:1.25rem}.ag-heritage-stat-value{font-size:clamp(3.125rem,4vw,3.75rem)}.ag-heritage-image{height:380px;transform:rotate(1deg)}.ag-heritage-image:hover{transform:rotate(0) scale(1.02)}.ag-heritage-cta-button{padding:12px 32px!important;font-size:16px!important;min-height:50px!important;border-radius:14px!important}.ag-heritage-badge{bottom:1.5rem;left:1.5rem;padding:1rem 1.25rem}}@media(min-width:1440px){.ag-heritage-section{padding:6rem 0}.ag-heritage-wrapper{padding:0 6rem;max-width:1600px}.ag-heritage-grid{gap:6rem}.ag-heritage-title{font-size:clamp(3.75rem,5vw,4.5rem)}.ag-heritage-image{height:420px}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.ag-heritage-section:before{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}}body.template-collection .ag-collection-section--premium-cards{padding-bottom:clamp(2.5rem,4vw,3.5rem)!important}body.template-collection .ag-collection-section--products-shell{padding-top:clamp(2.5rem,4vw,3.5rem)!important}body.template-collection .ag-filter-pill{font-size:.8125rem!important;text-decoration:none!important;border:1px solid rgba(14,62,41,.12)!important;letter-spacing:.02em!important}body.template-collection .ag-filter-pill:not(.is-active):not(.ag-filter-pill--static){background:#ffffffe6!important;color:#0e3e29!important}body.template-collection .ag-filter-pill:not(.is-active):hover{border-color:var(--editorial-secondary, #F6B900)!important;color:var(--editorial-primary, #0E3E29)!important;box-shadow:0 4px 12px #0e3e291a!important}body.template-collection .ag-filter-pill.is-active{background:var(--editorial-primary, #0E3E29)!important;color:#fff!important;border-color:var(--editorial-primary, #0E3E29)!important;text-decoration:none!important;box-shadow:0 4px 12px #0e3e2933!important}body.template-collection .ag-heritage-cta{display:inline-flex!important;width:auto!important;max-width:280px!important}@media(prefers-reduced-motion:reduce){.ag-heritage-section,.ag-heritage-image,.ag-heritage-cta-button{transition:none;transform:none}.ag-heritage-image:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/collections-premium-editorial.css.map */
