.hero-section{position:relative;height:75vh;overflow:hidden;background:#f3f4f6}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.2s ease-in-out}.hero-slide.active{opacity:1}.hero-slide
img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));z-index:10}.hero-content{position:absolute;inset:0;z-index:20;display:flex;align-items:center}.hero-content-inner{max-width:1440px;margin:0
auto;padding:0
24px;width:100%}.hero-text{max-width:640px}.hero-label{font-family:var(--font-mono);font-size:12px;letter-spacing:0.2em;text-transform:uppercase;color:var(--brand-sky);font-weight:600;margin-bottom:16px}.hero-title{font-family:var(--font-display);font-size:40px;font-weight:700;line-height:0.95;letter-spacing:-0.02em;color:var(--brand-dark);margin:0
0 24px}.hero-description{font-size:16px;font-weight:300;color:var(--brand-muted);line-height:1.7;margin:0
0 32px;max-width:480px}.hero-buttons{display:flex;flex-wrap:wrap;gap:16px}.hero-dots{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);z-index:20;display:flex;gap:8px}.hero-dot{width:32px;height:4px;border-radius:var(--radius-full);background:rgba(17, 24, 39, 0.2);cursor:pointer;transition:all var(--transition-fast);border:none}.hero-dot.active{background:var(--brand-dark)}.hero-badge{position:absolute;top:32px;right:32px;z-index:20;width:112px;height:112px;animation:float 6s ease-in-out infinite;display:none}@keyframes
float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-badge
svg{width:100%;height:100%;animation:spin 20s linear infinite}@keyframes
spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.hero-badge-center{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:24px}.categories-section{padding:40px
0 56px;background:var(--brand-card);border-bottom:1px solid var(--brand-border)}.category-scroll{display:flex;gap:20px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.category-scroll::-webkit-scrollbar{display:none}.category-item{flex-shrink:0;text-align:center}.category-image-wrapper{width:80px;height:80px;border-radius:50%;overflow:hidden;border:2px
solid var(--brand-border);padding:2px;margin:0
auto;transition:all var(--transition-base)}.category-item:hover .category-image-wrapper{border-color:var(--brand-sky)}.category-image{width:100%;height:100%;border-radius:50%;object-fit:cover}.category-name{font-size:12px;color:var(--brand-muted);font-weight:500;margin-top:8px;transition:color var(--transition-fast)}.category-item:hover .category-name{color:var(--brand-dark)}.flash-sale-section{padding:40px
0;background:var(--brand-bg);border-bottom:1px solid var(--brand-border)}.flash-sale-wrapper{border-radius:var(--radius-xl);padding:1.5px;background:linear-gradient(135deg, var(--brand-secondary), var(--brand-highlight), var(--brand-secondary));background-size:200% 200%;animation:shimmer 3s linear infinite}@keyframes
shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.flash-sale-inner{background:var(--brand-card);border-radius:calc(var(--radius-xl) - 2px);padding:24px}.flash-sale-header{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.flash-sale-label{display:flex;align-items:center;gap:8px;margin-bottom:4px}.flash-sale-dot{width:8px;height:8px;background:var(--brand-secondary);border-radius:50%;animation:pulse 2s infinite}@keyframes
pulse{0%,100%{opacity:1}50%{opacity:0.5}}.flash-sale-text{font-family:var(--font-mono);font-size:10px;letter-spacing:0.2em;text-transform:uppercase;color:var(--brand-secondary);font-weight:700;margin:0}.flash-sale-title{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--brand-dark);margin:0}.flash-sale-subtitle{font-size:14px;color:var(--brand-muted);margin:4px
0 0}.countdown-wrapper{display:flex;align-items:center;gap:8px}.countdown-label{font-size:12px;color:var(--brand-muted);margin-right:4px}.countdown-box{background:var(--brand-card);border:1px
solid var(--brand-border);border-radius:var(--radius-md);padding:6px
12px;text-align:center}.countdown-number{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--brand-secondary);line-height:1}.countdown-sep{font-size:18px;font-weight:700;color:var(--brand-secondary)}.countdown-unit{font-size:8px;color:var(--brand-muted);margin-top:2px}.flash-products-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:12px}.dual-banners-section{padding:40px
0;background:#fff;border-bottom:1px solid var(--brand-border)}.dual-banners-grid{display:grid;grid-template-columns:1fr;gap:16px}.banner-card{position:relative;border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4/3;display:block}.banner-card
img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.banner-card:hover
img{transform:scale(1.06)}.banner-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2), transparent)}.banner-content{position:absolute;bottom:0;left:0;padding:24px}.banner-label{font-family:var(--font-mono);font-size:10px;letter-spacing:0.2em;text-transform:uppercase;color:var(--brand-sky);font-weight:600;margin-bottom:8px}.banner-label-accent{color:var(--brand-accent)}.banner-title{font-size:24px;font-weight:700;color:#fff;margin:0
0 8px}.banner-desc{font-size:14px;color:rgba(255, 255, 255, 0.7);margin:0
0 16px;display:none}.banner-cta{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#fff;transition:gap var(--transition-fast)}.banner-card:hover .banner-cta{gap:12px}.trending-section{padding:48px
0;background:var(--brand-bg);border-bottom:1px solid var(--brand-border)}.trending-header{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.trending-label{font-family:var(--font-mono);font-size:10px;letter-spacing:0.2em;text-transform:uppercase;color:var(--brand-sky);font-weight:600;margin-bottom:8px}.trending-title{font-size:24px;font-weight:700;color:var(--brand-dark);margin:0}.products-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:12px}.trending-load-more{text-align:center;margin-top:40px}.btn-load-more{padding:14px
32px;border-radius:var(--radius-full);border:1px
solid var(--brand-border);font-size:14px;font-weight:500;color:var(--brand-dark);transition:all var(--transition-fast);cursor:pointer}.btn-load-more:hover{border-color:var(--brand-dark)}.style-picks-section{padding:48px
0;background:#fff;border-bottom:1px solid var(--brand-border)}.style-picks-grid{display:grid;grid-template-columns:1fr;gap:16px}.style-card{position:relative;border-radius:var(--radius-xl);overflow:hidden;display:block}.style-card-large{aspect-ratio:3/4}.style-card:not(.style-card-large){aspect-ratio:4/3}.style-card
img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.style-card:hover
img{transform:scale(1.06)}.style-card-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent)}.style-card-content{position:absolute;bottom:0;left:0;padding:20px}.style-card-label{font-family:var(--font-mono);font-size:10px;letter-spacing:0.2em;text-transform:uppercase;color:var(--brand-sky);font-weight:600;margin-bottom:8px}.style-card-label-accent{color:var(--brand-accent)}.style-card-label-highlight{color:var(--brand-highlight)}.style-card-title{font-size:18px;font-weight:700;color:#fff;margin:0
0 8px}.style-card-desc{font-size:14px;color:rgba(255, 255, 255, 0.7);margin:0
0 16px;max-width:320px}.style-card-cta{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#fff;margin-top:16px;transition:gap var(--transition-fast)}.style-card:hover .style-card-cta{gap:12px}.brand-marquee-section{padding:32px
0;background:var(--brand-bg);border-bottom:1px solid var(--brand-border);overflow:hidden}.brand-marquee-label{text-align:center;font-family:var(--font-mono);font-size:10px;letter-spacing:0.2em;text-transform:uppercase;color:var(--brand-muted);margin-bottom:24px}.brand-marquee-container{overflow:hidden;white-space:nowrap}.brand-marquee-content{display:inline-flex;align-items:center;gap:64px;animation:marquee 30s linear infinite}.brand-marquee-content:hover{animation-play-state:paused}.brand-name{font-family:var(--font-display);font-size:24px;color:#d1d5db;transition:color var(--transition-fast);cursor:pointer}.brand-name:hover{color:var(--brand-dark)}.new-arrivals-section{padding:48px
0;background:#fff;border-bottom:1px solid var(--brand-border)}.scroll-nav{display:flex;gap:8px}.scroll-nav-btn{width:40px;height:40px;border-radius:50%;border:1px
solid var(--brand-border);display:flex;align-items:center;justify-content:center;color:var(--brand-muted);transition:all var(--transition-fast)}.scroll-nav-btn:hover{border-color:var(--brand-dark);color:var(--brand-dark)}.new-arrivals-scroller{display:flex;gap:16px;overflow-x:auto;padding:0
24px 16px;scroll-behavior:smooth;scrollbar-width:none}.new-arrivals-scroller::-webkit-scrollbar{display:none}.new-arrival-card{flex-shrink:0;width:240px;background:var(--brand-bg)}.reviews-section{padding:48px
0;background:var(--brand-bg);border-bottom:1px solid var(--brand-border)}.reviews-header{text-align:center;margin-bottom:40px}.reviews-rating{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px}.reviews-stars{display:flex;gap:2px}.reviews-rating-text{font-size:14px;color:var(--brand-muted)}.reviews-grid{display:grid;grid-template-columns:1fr;gap:16px}.review-card{background:#fff;border-radius:var(--radius-xl);padding:24px;border:1px
solid var(--brand-border)}.review-stars{display:flex;gap:2px;margin-bottom:12px}.review-text{font-size:14px;color:var(--brand-muted);font-weight:300;line-height:1.7;margin:0
0 16px}.review-author{display:flex;align-items:center;gap:12px}.review-author-image{width:36px;height:36px;border-radius:50%;overflow:hidden;background:#f3f4f6}.review-author-image
img{width:100%;height:100%;object-fit:cover}.review-author-name{font-size:14px;font-weight:500;margin:0}.review-author-label{font-size:12px;color:var(--brand-muted);margin:0}.instagram-section{padding:48px
0;background:#fff;border-bottom:1px solid var(--brand-border)}.instagram-header{text-align:center;margin-bottom:32px}.instagram-desc{font-size:14px;color:var(--brand-muted);margin:8px
0 0}.instagram-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:8px}.instagram-card{position:relative;aspect-ratio:1;overflow:hidden;border-radius:var(--radius-lg);background:#f3f4f6;display:block}.instagram-card
img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.instagram-card:hover
img{transform:scale(1.06)}.instagram-overlay{position:absolute;inset:0;background:transparent;display:flex;align-items:center;justify-content:center;transition:background var(--transition-fast)}.instagram-card:hover .instagram-overlay{background:rgba(17, 24, 39, 0.4)}.instagram-overlay
svg{opacity:0;transition:opacity var(--transition-fast)}.instagram-card:hover .instagram-overlay
svg{opacity:1}.error-404-wrapper{position:relative;min-height:68vh;display:flex;align-items:center;justify-content:center;padding:80px
16px 100px;overflow:hidden;background-color:var(--shop-zen-cream, #F9F7F2);background-image:radial-gradient(rgba(58, 95, 63, 0.07) 1px, transparent 1px),
radial-gradient(rgba(58, 95, 63, 0.04) 1px, transparent 1px);background-size:20px 20px, 10px 10px;background-position:0 0, 10px 10px;text-align:center}.error-404-bg-accent{position:absolute;top:-120px;right:-120px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle, rgba(58, 95, 63, 0.08) 0%, transparent 70%);pointer-events:none}.error-404-content{position:relative;z-index:2;text-align:center;max-width:640px;margin:0
auto;display:flex;flex-direction:column;align-items:center}.error-404-content::before{content:'';position:absolute;top:-28px;left:-10px;width:40px;height:40px;border-left:3px solid var(--shop-zen-primary, #3A5F3F);border-top:3px solid var(--shop-zen-primary, #3A5F3F);opacity:0.12;border-radius:4px 0 0 0;pointer-events:none}.error-404-content::after{content:'• Error 404';display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px
solid var(--shop-zen-border, #E5E7EB);padding:6px
14px;border-radius:var(--radius-full);font-family:var(--font-sans);font-size:12px;font-weight:700;color:#3F4A3C;box-shadow:0 2px 8px rgba(0, 0, 0, 0.05);text-transform:uppercase;letter-spacing:0.4px;margin-bottom:28px;width:fit-content;order:-1}.error-404-code{display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:8px;position:relative}.error-404-code__digit{font-family:var(--font-display);font-size:140px;font-weight:800;color:var(--shop-zen-dark, #1E3F2A);line-height:0.85;letter-spacing:-0.04em}.error-404-code__zero{display:inline-flex;align-items:center;justify-content:center;width:140px;height:140px;border-radius:50%;border:3px
solid var(--shop-zen-sage-light, #E9EFE9);position:relative}.error-404-code__zero-inner{font-family:var(--font-display);font-size:140px;font-weight:800;color:var(--shop-zen-primary-light, #4A6B3F);line-height:0.85;letter-spacing:-0.04em}.error-404-code__zero::after{content:'•••';position:absolute;bottom:-14px;left:50%;transform:translateX(-50%);font-size:12px;letter-spacing:4px;color:var(--shop-zen-primary, #3A5F3F);opacity:0.25}.error-404-title{font-family:var(--font-display);font-size:36px;font-weight:800;color:var(--shop-zen-dark, #1E3F2A);margin:32px
0 12px;letter-spacing:-0.02em;line-height:1.1}.error-404-text{font-family:var(--font-display);font-size:16px;color:#4B5563;font-weight:500;line-height:1.6;margin:0
0 28px;max-width:560px;margin-left:auto;margin-right:auto}.error-404-actions{display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:40px;flex-wrap:wrap}.error-404-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px
24px;border-radius:var(--radius-full);font-size:14px;font-weight:700;text-decoration:none;transition:all var(--transition-fast);font-family:var(--font-sans);cursor:pointer;text-transform:uppercase;letter-spacing:0.3px}.error-404-btn--primary{background:var(--shop-zen-dark, #1E3F2A);color:#fff;border:1px
solid #0f2316;box-shadow:0 4px 14px rgba(30, 63, 42, 0.22)}.error-404-btn--primary:hover{background:#163322;color:#fff;transform:translateY(-1px);box-shadow:0 6px 18px rgba(30, 63, 42, 0.28)}.error-404-btn--secondary{background:transparent;color:var(--shop-zen-text, #1F2937);border:none;border-bottom:2px solid #D1D5DB;border-radius:0;padding:13px
4px;box-shadow:none}.error-404-btn--secondary:hover{border-color:var(--shop-zen-text, #1F2937);color:var(--shop-zen-text, #1F2937);transform:none;box-shadow:none}@media (min-width: 1024px){.hero-section{height:85vh}.hero-content-inner{padding:0
48px}.hero-label{font-size:14px}.hero-title{font-size:64px}.hero-description{font-size:18px}.hero-badge{display:block}.categories-section{padding:56px
0}.category-scroll{gap:32px}.category-image-wrapper{width:112px;height:112px}.category-name{font-size:14px}.flash-sale-section{padding:56px
0}.flash-sale-inner{padding:40px}.flash-sale-header{flex-direction:row;align-items:center;justify-content:space-between}.flash-sale-title{font-size:28px}.countdown-number{font-size:24px}.flash-products-grid{grid-template-columns:repeat(5, 1fr);gap:16px}.dual-banners-section{padding:56px
0}.banner-content{padding:40px}.banner-title{font-size:36px}.banner-desc{display:block}.trending-section{padding:80px
0}.trending-header{flex-direction:row;align-items:center;justify-content:space-between}.trending-title{font-size:36px}.products-grid{grid-template-columns:repeat(4, 1fr);gap:20px}.style-picks-section{padding:80px
0}.style-picks-grid{grid-template-columns:repeat(3, 1fr);gap:20px}.style-card-large{grid-row:span 2}.style-card-content{padding:32px}.style-card-title{font-size:24px}.new-arrivals-section{padding:80px
0}.new-arrivals-scroller{padding:0
32px 16px}.new-arrival-card{width:280px}.reviews-section{padding:80px
0}.reviews-grid{grid-template-columns:repeat(4, 1fr);gap:20px}.instagram-section{padding:80px
0}.instagram-grid{grid-template-columns:repeat(6, 1fr);gap:12px}.instagram-card{border-radius:var(--radius-xl)}.error-404-wrapper{min-height:60vh;padding:70px
16px 80px}.error-404-bg-accent{width:600px;height:600px;top:-200px;right:-200px}.error-404-code__digit{font-size:120px}.error-404-code__zero{width:120px;height:120px}.error-404-code__zero-inner{font-size:120px}.error-404-title{font-size:32px}}@media (min-width: 768px){.flash-products-grid{grid-template-columns:repeat(4, 1fr)}.dual-banners-grid{grid-template-columns:repeat(2, 1fr);gap:24px}.products-grid{grid-template-columns:repeat(3, 1fr)}.reviews-grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 768px){.error-404-wrapper{padding:56px
16px;min-height:auto}.error-404-content::after{margin-bottom:20px}.error-404-code__digit{font-size:84px}.error-404-code__zero{width:84px;height:84px;border-width:2px}.error-404-code__zero-inner{font-size:84px}.error-404-title{font-size:26px}.error-404-text{font-size:14px;margin-bottom:24px}.error-404-actions{flex-direction:column;gap:12px;margin-bottom:32px}.error-404-btn--primary{width:100%;max-width:280px}}@media (max-width: 480px){.error-404-code__digit{font-size:64px}.error-404-code__zero{width:64px;height:64px}.error-404-code__zero-inner{font-size:64px}.error-404-title{font-size:22px}}.single-breadcrumb-bar{background:var(--shop-zen-cream, #F9F7F2);border-bottom:1px solid var(--shop-zen-border, #E5E7EB);padding:16px
0}.single-breadcrumb-bar
.container{max-width:1350px}.single-breadcrumb{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:13px;font-weight:600;color:var(--brand-muted);flex-wrap:wrap}.single-breadcrumb
a{color:var(--brand-muted);text-decoration:none;transition:color var(--transition-fast)}.single-breadcrumb a:hover{color:var(--shop-zen-dark, #1E3F2A)}.single-breadcrumb
.sep{opacity:0.5}.single-breadcrumb
.current{color:#1F2937}.footer-col .footer-links a,
.footer-col .section ul > li > a,
.footer-widget-col .footer-links a,
.footer-bottom-links a,
.footer-copyright .footer-credit
a{display:inline-flex;align-items:center;min-height:32px;padding:4px
0;box-sizing:border-box}.footer-col .footer-links li,
.footer-col .section ul > li,
.footer-widget-col .footer-links
li{margin-bottom:0}.woocommerce-page .page-title:not(.checkout-page-title),
.woocommerce .page-title:not(.checkout-page-title){font-family:var(--font-display);font-size:0;line-height:0;margin:0;padding:0;height:0;display:none}.woocommerce
span.onsale{display:none !important}.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before{content:none}.woocommerce
ul.products{display:grid;grid-template-columns:repeat(2, 1fr);gap:14px;list-style:none;padding:0;margin:0}.woocommerce ul.products
li.product{margin:0
!important;padding:0;width:100% !important;float:none !important}.woocommerce ul.products li.product
a{text-decoration:none}.woocommerce-notices-wrapper{margin-bottom:16px}.page-breadcrumbs{background:transparent;padding:24px
0 16px}.page-breadcrumbs
.container{max-width:1350px;padding-top:0;padding-bottom:0}.page-breadcrumb-nav{display:flex;align-items:center;gap:0;font-family:var(--font-display);font-size:12px;font-weight:600;color:var(--brand-text-muted);padding:0;margin:0;letter-spacing:0.4px;text-transform:uppercase}.page-breadcrumb-nav
a{color:var(--brand-text-muted);text-decoration:none;transition:color var(--transition-fast);font-size:12px}.page-breadcrumb-nav a:hover{color:var(--sz-dark, var(--brand-dark))}.page-breadcrumb-sep{display:inline;color:var(--brand-text-muted);line-height:1;opacity:0.5;margin:0
8px}.page-breadcrumb-current{color:var(--brand-text-muted);font-weight:400;font-size:12px}.shop-archive-wrapper{--sz-green:#3A5F3F;--sz-green-light:#4A6B3F;--sz-dark:#1E3F2A;--sz-cream:#F9F7F2;--sz-sage:#DDE6DA;--sz-radius:14px;--sz-shadow:0 4px 16px rgba(0, 0, 0, 0.08);--sz-shadow-lg:0 4px 16px rgba(0, 0, 0, 0.12);background:#fff;padding-top:0;padding-bottom:40px;font-family:var(--font-display)}.shop-archive-wrapper
.container{max-width:1350px;padding-left:24px;padding-right:24px}.archive-page-header{position:relative;background:var(--sz-cream);border-bottom:1px solid #E7E2D6;padding:22px
0;margin-bottom:0;text-align:left;overflow:hidden}.archive-page-header::before{content:'';position:absolute;inset:0;background-image:radial-gradient(rgba(58, 95, 63, 0.06) 1px, transparent 1px);background-size:14px 14px;opacity:0.6;pointer-events:none}.archive-page-header>*{position:relative}.archive-page-inner{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.archive-page-left{display:flex;flex-direction:column;gap:6px}.archive-page-header .page-breadcrumb-nav{margin-bottom:0}.archive-page-title{font-family:var(--font-display);font-size:32px;font-weight:700;color:var(--sz-dark);margin:0;letter-spacing:-0.02em;line-height:1.1}.archive-page-desc{font-size:14px;color:var(--brand-text-muted);margin:8px
0 0;max-width:672px;line-height:1.6}.archive-page-result-count{font-size:12px;font-weight:600;color:#4B5563;background:#fff;border:1px
solid #E5E7EB;padding:6px
12px;border-radius:999px;box-shadow:0 2px 6px rgba(0, 0, 0, 0.04);margin:0;text-transform:none;letter-spacing:0;white-space:nowrap;align-self:flex-end}.shop-filter-bar{display:flex;align-items:center;justify-content:space-between;padding:14px
16px;background:#fff;border:1px
solid #E5E7EB;border-radius:12px;box-shadow:0 2px 8px rgba(0, 0, 0, 0.04);margin:24px
0 20px;gap:12px;flex-wrap:wrap;font-family:var(--font-display)}.shop-filter-group{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.filter-pill{padding:7px
14px;border:1px
solid #E5E7EB;border-radius:999px;font-size:12px;font-weight:700;color:#4B5563;background:#FCFCFB;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;font-family:var(--font-display);letter-spacing:0.3px;text-transform:uppercase;text-decoration:none}.filter-pill:hover{border-color:var(--sz-dark);color:var(--sz-dark)}.filter-pill.active-filter{background:var(--sz-dark);color:#fff;border-color:var(--sz-dark);font-weight:700}.filter-pill.filter-divider{pointer-events:none;opacity:0.4;font-size:11px;letter-spacing:0.03em;border:none;background:transparent;padding:7px
4px;color:var(--brand-text-muted)}.shop-sort-wrapper{display:flex;align-items:center;gap:8px;flex-shrink:0}.shop-sort-wrapper .sort-label{font-size:12px;font-weight:700;color:#374151;letter-spacing:0.3px;text-transform:uppercase}.shop-sort-wrapper .woocommerce-ordering{margin:0}.shop-sort-wrapper .woocommerce-ordering
select{appearance:none;-webkit-appearance:none;padding:7px
28px 7px 10px;border:1px
solid #E5E7EB;border-radius:8px;font-size:13px;font-weight:600;color:#4B5563;background:#FCFCFB url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 8px center;background-repeat:no-repeat;background-position:right 8px center;cursor:pointer;font-family:var(--font-display);letter-spacing:0.01em;transition:all var(--transition-fast)}.shop-sort-wrapper .woocommerce-ordering select:hover,
.shop-sort-wrapper .woocommerce-ordering select:focus{border-color:var(--sz-dark);color:var(--sz-dark);outline:none;box-shadow:none}.shop-active-filters-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:16px}.shop-active-filters-label{font-size:12px;color:var(--brand-text-muted)}.active-filter-tag{display:inline-flex;align-items:center;gap:6px;padding:6px
14px;background:var(--brand-bg-secondary);border-radius:50px;font-size:12px;color:var(--brand-dark);letter-spacing:0.02em;cursor:pointer;transition:all var(--transition-fast)}.active-filter-tag:hover{background:#e5ded5}.active-filter-tag .remove-tag{font-size:16px;line-height:1;opacity:0.5;transition:opacity var(--transition-fast)}.active-filter-tag:hover .remove-tag{opacity:0.9}.clear-all-filters{font-size:12px;color:var(--brand-accent-warm);cursor:pointer;text-decoration:underline;text-underline-offset:2px;margin-left:4px;transition:color var(--transition-fast);background:none;border:none;font-family:var(--font-display);padding:0}.clear-all-filters:hover{color:var(--brand-accent-warm-hover)}.shop-content-layout{display:block}.shop-sidebar{display:none}.shop-main{width:100%;min-width:0}.shop-filter-sections{display:flex;flex-direction:column;gap:0}.filter-section{padding:20px
0;border-bottom:1px solid var(--brand-border)}.filter-section:first-child{padding-top:0}.filter-section:last-child{border-bottom:none}.filter-section-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;cursor:pointer;padding:0;margin-bottom:12px;font-family:var(--font-display)}.filter-section-title{font-size:13px;font-weight:700;color:var(--brand-dark)}.filter-chevron{color:var(--brand-muted);transition:transform 0.2s ease}.filter-section.open .filter-chevron{transform:rotate(180deg)}.filter-section-content{max-height:0;overflow:hidden;transition:max-height 0.3s ease-out}.filter-section.open .filter-section-content{max-height:500px}.filter-options{display:flex;flex-direction:column;gap:10px}.filter-option{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:13px;color:var(--brand-muted);transition:color var(--transition-fast)}.filter-option:hover{color:var(--brand-dark)}.filter-option input[type="checkbox"]{width:16px;height:16px;border-radius:4px;border-color:#d1d5db;accent-color:var(--brand-accent-warm);cursor:pointer}.filter-option-label{flex:1}.filter-option-count{font-size:10px;color:rgba(107, 114, 128, 0.5)}.filter-size-options{display:flex;flex-wrap:wrap;gap:8px}.size-btn{padding:6px
12px;border-radius:8px;border:1px
solid var(--brand-border);font-size:12px;font-weight:500;color:var(--brand-dark);background:transparent;cursor:pointer;transition:all var(--transition-fast);font-family:var(--font-display)}.size-btn:hover{border-color:var(--brand-dark)}.size-btn.active{background:var(--brand-dark);color:#fff;border-color:var(--brand-dark)}.filter-color-options{display:flex;flex-wrap:wrap;gap:8px;padding:5px}.color-swatch{width:28px;height:28px;border-radius:50%;border:2px
solid var(--brand-border);cursor:pointer;transition:transform 0.15s ease;padding:0;background-clip:content-box}.color-swatch:hover{transform:scale(1.1)}.color-swatch.active{box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--brand-dark)}.filter-drawer-overlay{position:fixed;inset:0;z-index:130;background:rgba(0, 0, 0, 0.4);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity 0.3s ease}.filter-drawer-overlay.open{opacity:1;pointer-events:auto}.filter-drawer{position:fixed;top:0;left:0;height:100%;width:100%;max-width:384px;z-index:135;background:var(--brand-card);box-shadow:0 25px 50px rgba(0, 0, 0, 0.15);overflow-y:auto;transform:translateX(-100%);transition:transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);display:flex;flex-direction:column}.filter-drawer.open{transform:translateX(0)}.filter-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid var(--brand-border);position:sticky;top:0;background:var(--brand-card);z-index:10}.filter-drawer-title{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--brand-dark);margin:0}.filter-drawer-close{background:none;border:none;color:var(--brand-muted);cursor:pointer;padding:4px;transition:color var(--transition-fast)}.filter-drawer-close:hover{color:var(--brand-dark)}.filter-drawer-body{flex:1;padding:24px;overflow-y:auto}.filter-drawer-footer{display:flex;gap:12px;padding:24px;border-top:1px solid var(--brand-border);position:sticky;bottom:0;background:var(--brand-card)}.filter-drawer-btn-clear{flex:1;padding:12px;border-radius:12px;border:1px
solid var(--brand-border);background:transparent;font-size:14px;font-weight:500;color:var(--brand-dark);cursor:pointer;transition:background var(--transition-fast);font-family:var(--font-display)}.filter-drawer-btn-clear:hover{background:#f9fafb}.filter-drawer-btn-apply{flex:1;padding:12px;border-radius:12px;border:none;background:var(--brand-dark);color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:opacity var(--transition-fast);font-family:var(--font-display)}.filter-drawer-btn-apply:hover{opacity:0.9}ul.products{display:grid !important;grid-template-columns:repeat(2, 1fr) !important;gap:14px;list-style:none;padding:0;margin:0;float:none !important}ul.products.columns-1,ul.products.columns-2,ul.products.columns-3,ul.products.columns-4,ul.products.columns-5,ul.products.columns-6{grid-template-columns:repeat(2, 1fr) !important}ul.products
li.product{margin:0
!important;padding:0;width:100% !important;float:none !important}.product-card{position:relative;border-radius:var(--sz-radius, 14px);overflow:hidden;cursor:pointer;transition:all 0.2s ease;background:#fff;border:1px
solid #E5E7EB;box-shadow:var(--sz-shadow, 0 4px 16px rgba(0, 0, 0, 0.08));opacity:0;transform:translateY(24px);animation:cardFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards}@keyframes
cardFadeIn{to{opacity:1;transform:translateY(0)}}.product-card:hover{box-shadow:var(--sz-shadow-lg, 0 4px 16px rgba(0, 0, 0, 0.12));transform:translateY(-3px)}.product-card-img{position:relative;overflow:hidden}.product-card-img-link{display:block;position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#F8F8F6}.product-card-img-link
img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.product-card:hover .product-card-img-link
img{transform:scale(1.06)}.product-card-img-link .secondary-image{position:absolute;inset:0;opacity:0;transition:opacity 0.3s ease}.product-card:hover .product-card-img-link .secondary-image{opacity:1}.product-card-img-link::after{content:'IN STOCK';position:absolute;bottom:6px;left:6px;background:#fff;color:#065F46;font-size:9px;font-weight:800;padding:3px
6px;border-radius:4px;border:1px
solid #D1FAE5;letter-spacing:0.4px;box-shadow:0 2px 6px rgba(0, 0, 0, 0.06);z-index:2;pointer-events:none}.product-card.outofstock .product-card-img-link::after,
.product-card.out-of-stock .product-card-img-link::after{display:none}.product-image-wrapper{width:100%;height:100%}.product-image-wrapper
img{width:100%;height:100%;object-fit:cover;transition:transform 0.7s cubic-bezier(0.4, 0, 0.2, 1)}.product-card:hover .product-image-wrapper
img{transform:scale(1.05)}.product-card-actions{position:absolute;top:7px;right:7px;z-index:4;display:flex;flex-direction:column;gap:6px;opacity:0;transform:translateY(-4px);transition:all 0.25s cubic-bezier(0.4, 0, 0.2, 1)}.product-card:hover .product-card-actions{opacity:1;transform:translateY(0)}.product-card-actions
button{width:28px;height:28px;border-radius:50%;background:#fff;border:1px
solid #E5E7EB;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(0, 0, 0, 0.08);transition:all var(--transition-fast);color:#6B7280;padding:0}.product-card-actions button:hover{background:var(--sz-dark, #1E3F2A);color:#fff;border-color:var(--sz-dark, #1E3F2A)}.product-card-actions .product-card-wishlist{position:static;width:28px;height:28px;border-radius:50%;background:#fff;border:1px
solid #E5E7EB;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(0, 0, 0, 0.08);transition:all var(--transition-fast);color:#6B7280;padding:0;opacity:1}.product-card-actions .product-card-wishlist:hover{color:#E11D48;background:#fff;border-color:#E5E7EB}.product-card-actions .product-card-wishlist.active{color:#E11D48}.product-card-actions .product-card-wishlist.active
svg{fill:#E11D48}.product-card-actions .product-card-quick-view-icon{position:static;width:28px;height:28px;border-radius:50%;background:#fff;border:1px
solid #E5E7EB;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(0, 0, 0, 0.08);transition:all var(--transition-fast);color:#6B7280;padding:0;opacity:1}.product-card-actions .product-card-quick-view-icon:hover{background:var(--sz-dark, #1E3F2A);color:#fff}.product-card-actions .product-card-compare-icon{position:static;width:28px;height:28px;border-radius:50%;background:#fff;border:1px
solid #E5E7EB;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(0, 0, 0, 0.08);transition:all var(--transition-fast);color:#6B7280;padding:0;opacity:1}.product-card-actions .product-card-compare-icon:hover{background:var(--sz-dark, #1E3F2A);color:#fff}.product-card-actions .product-card-compare-icon.active{color:var(--brand-accent-warm)}.product-card-actions .product-card-compare-icon.active
svg{fill:var(--brand-accent-warm);fill-opacity:0.2}.product-card>.product-card-wishlist,.product-card>.product-card-quick-view-icon,.product-card>.product-card-compare-icon,.product-card-img>.product-card-wishlist,.product-card-img>.product-card-quick-view-icon,.product-card-img>.product-card-compare-icon{display:none}.product-card .wishlist-btn,
.product-card .tinvwl-product-card-button,
.product-card .woosw-btn{position:absolute;top:10px;right:10px;z-index:20;width:32px;height:32px;border-radius:50%;background:rgba(255, 255, 255, 0.8);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:none;display:flex;align-items:center;justify-content:center;color:var(--brand-muted);transition:all var(--transition-fast);box-shadow:0 2px 8px rgba(0, 0, 0, 0.08);cursor:pointer;padding:0;font-size:14px}.product-card .wishlist-btn:hover,
.product-card .tinvwl-product-card-button:hover,
.product-card .woosw-btn:hover{color:var(--brand-secondary)}.product-card .wishlist-btn.active,
.product-card .tinvwl-product-card-button.active,
.product-card .woosw-btn.active{color:var(--brand-secondary)}.product-card .wishlist-btn svg,
.product-card .tinvwl-product-card-button
svg{width:16px;height:16px}.product-card .compare-btn{position:absolute;top:86px;right:10px;z-index:20;width:32px;height:32px;border-radius:50%;background:rgba(255, 255, 255, 0.8);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:none;display:flex;align-items:center;justify-content:center;color:var(--brand-muted);transition:all var(--transition-fast);box-shadow:0 2px 8px rgba(0, 0, 0, 0.08);cursor:pointer;padding:0;font-size:14px;opacity:0;transform:translateY(-4px)}.product-card:hover .compare-btn{opacity:1;transform:translateY(0)}.product-card .compare-btn:hover{color:var(--brand-accent-warm)}.product-badge{position:absolute;top:7px;left:7px;z-index:10;font-size:10px;text-transform:uppercase;letter-spacing:0.3px;background:var(--sz-dark, #1E3F2A);color:#fff;padding:4px
7px;border-radius:999px;font-weight:800;line-height:1;border:1px
solid rgba(0, 0, 0, 0.08)}.badge-sale,.product-badge.sale-badge{background:var(--sz-dark, #1E3F2A)}.badge-new,.product-badge.new{background:var(--sz-green, #3A5F3F);color:#fff}.product-badge.sold-out{background:var(--brand-text-muted)}.product-card-quick-view{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:10;background:rgba(255, 255, 255, 0.4);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity 0.3s ease}.product-card:hover .product-card-quick-view{opacity:1;pointer-events:auto}.quick-view-btn{padding:10px
20px;border-radius:100px;background:var(--brand-dark);color:#fff;border:none;font-size:12px;font-weight:500;cursor:pointer;transition:all var(--transition-fast);font-family:var(--font-display);box-shadow:0 10px 25px rgba(0, 0, 0, 0.15);display:inline-flex;align-items:center;gap:6px}.quick-view-btn:hover{background:rgba(17, 24, 39, 0.85)}.quick-view-added{background:#166534;cursor:not-allowed}.quick-view-added:hover{background:#166534}.product-card-info{padding:10px
11px 13px}.product-card-rating{display:flex;align-items:center;gap:2px;margin-bottom:4px}.rating-stars{display:flex;align-items:center;gap:1px}.star-filled{color:var(--brand-highlight)}.star-empty{color:#e5e7eb}.rating-count{font-size:10px;color:var(--brand-muted);margin-left:4px}.product-card-info .star-rating{display:flex;align-items:center;gap:1px;margin-bottom:4px;font-size:12px}.product-card-info .star-rating::before{color:var(--brand-highlight);font-size:12px}.product-card-info .star-rating span::before{color:var(--brand-highlight)}.product-card-info .woocommerce-review-link{font-size:10px;color:var(--brand-muted);margin-left:4px}.product-card-brand{font-size:10px;color:var(--brand-muted);text-transform:uppercase;letter-spacing:0.1em;margin:0;line-height:1}.product-card-name{font-size:13px;font-weight:700;color:#111827;margin:0
0 4px;line-height:1.3;letter-spacing:0}.product-card-name
a{color:#111827;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color var(--transition-fast);text-decoration:none}.product-card:hover .product-card-name
a{color:var(--sz-dark, #1E3F2A)}.product-card-category{font-size:12px;color:var(--brand-text-muted);letter-spacing:0.02em;margin-bottom:6px;margin-top:2px;text-decoration:none}.product-card-category
a{text-decoration:none}.product-card-price{margin-top:6px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-family:var(--font-sans)}.product-card-price
.price{margin:0
!important;display:flex;align-items:center;gap:8px}.product-card-price .price
del{font-size:13px;color:var(--brand-text-muted);text-decoration:line-through;opacity:1;font-weight:400}.product-card-price .price
ins{text-decoration:none}.product-card-price .price ins .woocommerce-Price-amount,
.product-card-price .price>.woocommerce-Price-amount{font-size:15px;font-weight:800;color:var(--sz-dark, #1E3F2A);letter-spacing:-0.01em}.product-card-price .price del .woocommerce-Price-amount{font-weight:600}.product-card-price .price ins .woocommerce-Price-amount,
.product-card-price .price>.woocommerce-Price-amount{font-size:15px;font-weight:600;color:var(--brand-dark);letter-spacing:-0.01em}.product-card-price .price del .woocommerce-Price-amount{font-weight:400}.product-card-price .price.sale-price ins .woocommerce-Price-amount,
.product-card-price[data-on-sale="true"] .product-card-price .price ins .woocommerce-Price-amount{color:#C44D4D}.product-card-price .saved-sale{font-size:11px;color:#C44D4D;font-weight:500;margin:4px
0 0;width:100%}.product-card-colors{display:flex;gap:4px;margin-top:8px}.product-card-colors .color-swatch{width:12px;height:12px;border-radius:50%;border:1px
solid var(--brand-border)}.shop-pagination{display:flex;align-items:center;gap:6px;background:#fff;border:1px
solid #E5E7EB;padding:6px;border-radius:12px;box-shadow:0 2px 8px rgba(0, 0, 0, 0.04);flex-wrap:wrap;justify-content:center;width:fit-content;max-width:100%;margin:28px
auto 0}.shop-pagination-wrap{margin-top:28px;display:flex;justify-content:center}.shop-pagination .pg-btn{display:flex;align-items:center;justify-content:center;height:32px;min-width:32px;padding:0
12px;border-radius:8px;border:1px
solid transparent;font-size:12px;font-weight:700;color:#4B5563;transition:all var(--transition-fast);background:transparent;cursor:pointer;text-decoration:none;font-family:var(--font-display);line-height:1}a.shop-pagination .pg-btn:hover,
.shop-pagination a.pg-btn:hover{background:#F3F4F6;border-color:transparent;color:#111}.shop-pagination .pg-btn.active{background:var(--sz-dark, #1E3F2A);color:#fff;border-color:#0f2316;box-shadow:0 2px 6px rgba(30, 63, 42, 0.2);font-weight:700}.shop-pagination .pg-btn.disabled{opacity:0.4;cursor:not-allowed;pointer-events:none}.shop-pagination .pg-btn
svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.shop-pagination .pg-dots{display:flex;align-items:center;justify-content:center;padding:0
4px;height:32px;font-size:14px;color:var(--brand-muted);font-weight:700}.woocommerce-message,.woocommerce-info,.woocommerce-error{padding:16px
24px;border-radius:12px;margin-bottom:24px;font-size:14px;line-height:1.5}.woocommerce-message{background:rgba(0, 168, 107, 0.08);border:1px
solid rgba(0, 168, 107, 0.2);color:var(--brand-accent)}.woocommerce-info{background:rgba(184, 151, 126, 0.08);border:1px
solid rgba(184, 151, 126, 0.2);color:var(--brand-accent-warm)}.woocommerce-error{background:rgba(196, 77, 77, 0.08);border:1px
solid rgba(196, 77, 77, 0.2);color:#C44D4D}.woocommerce-message::before,.woocommerce-info::before,.woocommerce-error::before{display:none}.woocommerce-message a.restore-item,
.woocommerce-message
a.button{display:inline-block;padding:6px
16px;border-radius:100px;background:var(--brand-accent);color:#fff;font-size:12px;font-weight:500;text-decoration:none;margin-left:8px;transition:opacity var(--transition-fast)}.woocommerce-message a.restore-item:hover,
.woocommerce-message a.button:hover{opacity:0.85}.woocommerce-info.woocommerce-no-products-found{text-align:center;padding:60px
24px;background:var(--brand-card);border:1px
solid var(--brand-border);border-radius:var(--radius-md)}.no-products-found-inner{max-width:400px;margin:0
auto}.no-products-found-inner
svg{width:48px;height:48px;color:var(--brand-muted);margin-bottom:16px}.no-products-found-inner
h3{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--brand-dark);margin:0
0 8px}.no-products-found-inner
p{font-size:14px;color:var(--brand-muted);margin:0
0 24px}.no-products-found-inner .btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px
28px;border-radius:100px;background:var(--brand-dark);color:#fff;font-size:14px;font-weight:500;text-decoration:none;transition:opacity var(--transition-fast)}.no-products-found-inner .btn-primary:hover{opacity:0.85}.woocommerce-result-count{font-size:13px;color:var(--brand-muted);margin:0}.empty-state{text-align:center;padding:80px
24px}.empty-state-icon{width:64px;height:64px;border-radius:16px;background:var(--brand-bg);display:flex;align-items:center;justify-content:center;margin:0
auto 20px;color:var(--brand-muted)}.empty-state-icon
svg{width:28px;height:28px}.empty-state
h3{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--brand-dark);margin:0
0 8px}.empty-state
p{font-size:14px;color:var(--brand-muted);max-width:400px;margin:0
auto 24px}@keyframes
spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.shop-toolbar{display:none}.shop-result-count{font-size:14px;color:var(--brand-text-muted);font-weight:400}.shop-active-filters{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.active-filter-chip{display:inline-flex;align-items:center;gap:6px;padding:6px
14px;border-radius:50px;background:var(--brand-bg-secondary);color:var(--brand-dark);font-size:12px;font-weight:400;line-height:1.4;letter-spacing:0.02em}.active-filter-chip .chip-remove{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;color:var(--brand-dark);cursor:pointer;padding:0;margin-left:2px;transition:opacity var(--transition-fast);line-height:1;opacity:0.5}.active-filter-chip:hover .chip-remove{opacity:0.9}.active-filter-clear{background:none;border:none;color:var(--brand-accent-warm);font-size:12px;font-weight:400;cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color var(--transition-fast);padding:0;font-family:var(--font-display)}.active-filter-clear:hover{color:var(--brand-accent-warm-hover)}.shop-filter-toggle{display:none}@media (min-width: 1024px){.shop-archive-wrapper{padding-top:0;padding-bottom:40px}.shop-sort-wrapper .woocommerce-ordering
select{width:auto;min-width:180px}ul.products{grid-template-columns:repeat(3, 1fr) !important;gap:16px}ul.products.columns-1,ul.products.columns-2,ul.products.columns-3,ul.products.columns-4,ul.products.columns-5,ul.products.columns-6{grid-template-columns:repeat(3, 1fr) !important}}@media (max-width: 768px){.archive-page-header{padding:18px
0}.archive-page-title{font-size:26px}.archive-page-result-count{position:static;transform:none;display:inline-block;margin-top:10px}.product-card-info{padding:9px
10px 12px}.product-card-name{font-size:13px}.product-card-price{margin-top:4px}.product-card-price .price ins .woocommerce-Price-amount,
.product-card-price .price>.woocommerce-Price-amount{font-size:14px}.shop-pagination{padding:24px
0 40px}.shop-archive-wrapper{padding-top:0;padding-bottom:24px}.archive-page-header{margin-bottom:0}.shop-filter-bar{flex-direction:column;align-items:stretch;gap:12px;padding:12px}.shop-filter-group{gap:6px}.filter-pill{padding:6px
12px;font-size:11px}.shop-sort-wrapper{justify-content:flex-end}.shop-sort-wrapper .woocommerce-ordering
select{font-size:12px;padding:6px
26px 6px 9px}.product-card-actions{opacity:1;transform:translateY(0)}.product-card-actions
button{width:26px;height:26px}.product-card-actions .product-card-wishlist,
.product-card-actions .product-card-quick-view-icon,
.product-card-actions .product-card-compare-icon{width:26px;height:26px}}@media (min-width: 768px){ul.products{grid-template-columns:repeat(3, 1fr) !important;gap:16px}ul.products.columns-1,ul.products.columns-2,ul.products.columns-3,ul.products.columns-4,ul.products.columns-5,ul.products.columns-6{grid-template-columns:repeat(3, 1fr) !important}}@media (max-width: 480px){.shop-pagination .pg-btn{height:30px;min-width:30px;font-size:11px}ul.products{gap:10px}.filter-pill{padding:5px
10px;font-size:10px}.shop-sort-wrapper .woocommerce-ordering
select{width:100%}.product-badge{top:6px;left:6px;font-size:9px;padding:3px
6px}.product-card-name{font-size:12px}.product-card-price .price ins .woocommerce-Price-amount,
.product-card-price .price>.woocommerce-Price-amount{font-size:13px}.product-card-price .price
del{font-size:11px}.product-card-info{padding:8px
9px 11px}.quick-view-btn{font-size:11px;padding:8px
16px}}@media (max-width: 1023px){.shop-content-layout{display:block}.shop-sidebar{display:none}}.single-product{--sz-green:#3A5F3F;--sz-green-light:#4A6B3F;--sz-dark:#1E3F2A;--sz-cream:#F9F7F2;--sz-sage:#DDE6DA;--sz-sage-light:#E9EFE9;--sz-mint:#E6F3EC;--sz-radius:14px;--sz-shadow:0 4px 16px rgba(0, 0, 0, 0.08);--sz-shadow-lg:0 4px 16px rgba(0, 0, 0, 0.12)}.shop-zen-container{max-width:1350px;margin:0
auto;padding:0
24px}.shop-zen-breadcrumb{background:var(--sz-cream);border-bottom:1px solid #E5E7EB;padding:18px
0;font-family:var(--font-display)}.shop-zen-breadcrumb-nav{display:flex;align-items:center;gap:0;font-size:13px;font-weight:600;color:#6B7280;flex-wrap:wrap;letter-spacing:0;text-transform:none}.shop-zen-breadcrumb-link{color:#6B7280;text-decoration:none;transition:color 0.2s ease}.shop-zen-breadcrumb-link:hover{color:var(--sz-dark)}.shop-zen-breadcrumb-sep{display:inline;margin:0
8px;opacity:0.6;color:#6B7280}.shop-zen-breadcrumb-current{color:#1F2937;font-weight:600}.shop-zen-pdp-main{background:#fff;font-family:var(--font-display)}.shop-zen-pdp-container{padding-top:32px;padding-bottom:40px}.shop-zen-pdp-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:start}.shop-zen-gallery{display:flex;flex-direction:column;gap:12px}.shop-zen-gallery-thumbs{display:grid;grid-template-columns:repeat(4, 1fr);gap:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:0}.shop-zen-gallery-thumbs::-webkit-scrollbar{display:none}.shop-zen-thumb-btn{flex-shrink:0;aspect-ratio:1;border-radius:10px;overflow:hidden;border:1px
solid #E5E7EB;background:#F8F8F6;cursor:pointer;padding:0;transition:all 0.2s ease}.shop-zen-thumb-btn:hover{opacity:0.9}.shop-zen-thumb-btn.active{border:2px
solid var(--sz-dark)}.shop-zen-thumb-btn:not(.active){opacity:0.7}.shop-zen-thumb-btn
img{width:100%;height:100%;object-fit:cover}.shop-zen-gallery-main{position:relative;border-radius:var(--sz-radius);overflow:hidden;background:#F8F8F6;border:1px
solid #E5E7EB;aspect-ratio:1 / 1;cursor:zoom-in}.shop-zen-gallery-main
img{width:100%;height:100%;object-fit:cover;transition:opacity 0.4s ease}.shop-zen-pdp-badge{position:absolute;top:12px;left:12px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:0.3px;padding:4px
7px;border-radius:999px;border:1px
solid rgba(0, 0, 0, 0.08);z-index:2}.shop-zen-badge-bestseller{background:var(--sz-dark);color:#fff}.shop-zen-badge-sale{background:var(--sz-dark);color:#fff}.shop-zen-badge-new{background:var(--sz-green);color:#fff}.shop-zen-pdp-info{display:flex;flex-direction:column}.shop-zen-pdp-tag{display:inline-flex;align-items:center;align-self:flex-start;font-size:11px;text-transform:uppercase;letter-spacing:0.5px;color:var(--sz-green);background:var(--sz-mint);padding:4px
10px;border-radius:999px;border:1px
solid #C8E6D5;font-weight:700;margin-bottom:12px}.shop-zen-pdp-pills{display:flex;align-items:center;gap:8px;margin-bottom:8px;flex-wrap:wrap}.shop-zen-pdp-pill{display:inline-flex;align-items:center;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;padding:4px
10px;border-radius:999px;line-height:1}.shop-zen-pdp-cat-pill{color:var(--sz-green);background:var(--sz-mint);border:1px
solid #C8E6D5}.shop-zen-pdp-stock-pill{color:#065F46;background:#D1FAE5;border:1px
solid #A7F3D0}.shop-zen-pdp-stock-pill.out-of-stock{color:#991B1B;background:#FEE2E2;border-color:#FECACA}.shop-zen-pdp-brand{font-size:11px;color:#6B7280;text-transform:uppercase;letter-spacing:0.08em;margin-bottom:8px;font-weight:600}.shop-zen-pdp-title{font-family:var(--font-display);font-size:36px;font-weight:700;letter-spacing:-0.02em;margin-bottom:10px;line-height:1.1;color:#1A202C}.shop-zen-pdp-rating{display:flex;align-items:center;gap:12px;margin-bottom:14px}.shop-zen-rating-stars{display:flex;gap:1px}.shop-zen-star-filled{color:#F59E0B;font-size:15px}.shop-zen-star-filled
svg{fill:#F59E0B}.shop-zen-star-empty{color:#e5e7eb;font-size:15px}.shop-zen-star-icon{display:inline-flex;align-items:center;line-height:1}.shop-zen-star-icon
svg{display:block}.shop-zen-rating-link{font-size:13px;font-weight:600;color:var(--sz-green);text-decoration:underline;text-underline-offset:2px;transition:color 0.2s ease}.shop-zen-rating-link:hover{color:var(--sz-dark)}.shop-zen-rating-num{font-size:13px;font-weight:700;color:#6B7280}.shop-zen-rating-divider{color:#E5E7EB;font-size:14px}.shop-zen-pdp-price-block{display:flex;align-items:baseline;gap:12px;margin-bottom:18px;flex-wrap:wrap;font-family:var(--font-sans)}.shop-zen-price-current{font-family:var(--font-sans);font-size:32px;font-weight:800;color:var(--sz-dark);letter-spacing:-0.02em}.shop-zen-price-current
ins{text-decoration:none}.shop-zen-price-current .woocommerce-Price-amount{color:var(--sz-dark)}.shop-zen-price-original{font-size:16px;color:#9CA3AF;font-weight:600;text-decoration:line-through;margin-left:4px}.shop-zen-price-save{font-size:14px;font-weight:600;color:var(--sz-green)}.shop-zen-price-note{font-size:13px;color:#6B7280;font-weight:600;width:100%;margin-top:2px}.shop-zen-pdp-desc{font-size:14px;color:#4B5563;line-height:1.6;margin-bottom:20px;max-width:100%;font-weight:500}.shop-zen-option-group{margin-bottom:18px}.shop-zen-option-label{font-size:13px;text-transform:uppercase;letter-spacing:0.3px;color:#1F2937;margin-bottom:8px;font-weight:700;display:flex;align-items:center;justify-content:space-between}.shop-zen-option-value{font-weight:400;color:var(--brand-muted, #9C9792)}[data-tooltip]{position:relative}[data-tooltip]::after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(4px);background:var(--brand-dark, #1C1C1C);color:#fff;font-size:11px;font-weight:500;padding:4px
10px;border-radius:6px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity 0.2s ease, transform 0.2s ease;z-index:10;font-family:var(--font-display);letter-spacing:0.01em}[data-tooltip]::before{content:'';position:absolute;bottom:calc(100% + 4px);left:50%;transform:translateX(-50%);border:5px
solid transparent;border-top-color:var(--brand-dark, #1C1C1C);pointer-events:none;opacity:0;transition:opacity 0.2s ease;z-index:10}[data-tooltip]:hover::after{opacity:1;transform:translateX(-50%) translateY(0)}[data-tooltip]:hover::before{opacity:1}.shop-zen-color-options{display:flex;gap:10px;flex-wrap:wrap}.shop-zen-color-swatch{width:36px;height:36px;border-radius:50%;cursor:pointer;position:relative;transition:transform 0.15s ease;border:2px
solid var(--border, #E8E4DF);padding:0;background:none;display:flex;align-items:center;justify-content:center}.shop-zen-color-swatch:hover{transform:scale(1.1)}.shop-zen-color-swatch.active{box-shadow:0 0 0 2px var(--bg-primary, #FBF9F6), 0 0 0 4px var(--brand-dark, #1C1C1C);border-color:var(--brand-dark, #1C1C1C)}.shop-zen-color-swatch.oos{opacity:0.3;cursor:not-allowed}.shop-zen-swatch-inner{width:26px;height:26px;border-radius:50%;border:1px
solid rgba(0, 0, 0, 0.08)}.shop-zen-color-swatch--light .shop-zen-swatch-inner{border:1px
solid var(--border, #E8E4DF)}.shop-zen-size-options{display:flex;flex-wrap:wrap;gap:10px}.shop-zen-size-btn{padding:8px
18px;border-radius:50px;border:1px
solid #E5E7EB;background:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:all 0.2s ease;color:#1F2937;font-family:var(--font-display);letter-spacing:0.02em}.shop-zen-size-btn:hover{border-color:var(--sz-dark)}.shop-zen-size-btn.active{background:var(--sz-dark);color:#fff;border-color:var(--sz-dark);font-weight:700}.shop-zen-size-btn.oos{opacity:0.3;cursor:not-allowed;text-decoration:line-through}.shop-zen-size-guide-btn{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--accent, #B8977E);font-weight:500;background:none;border:none;cursor:pointer;margin-top:12px;transition:opacity 0.2s ease;font-family:var(--font-display)}.shop-zen-size-guide-btn:hover{opacity:0.7}.shop-zen-size-guide-btn
svg{width:14px;height:14px;display:inline-block;vertical-align:middle}.shop-zen-pdp-purchase{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.shop-zen-qty-selector{display:flex;align-items:center;gap:0;flex-shrink:0;border:1px
solid #E5E7EB;border-radius:999px;overflow:hidden;background:#fff}.shop-zen-qty-btn{width:40px;height:46px;border:none;background:transparent;cursor:pointer;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;color:#1F2937;transition:all 0.2s ease;padding:0}.shop-zen-qty-btn:hover{background:#F3F4F6}.shop-zen-qty-input{width:40px;text-align:center;font-size:15px;font-weight:700;border:none;background:transparent;font-family:var(--font-sans);color:#1F2937;padding:0;-moz-appearance:textfield;outline:none}.shop-zen-qty-input::-webkit-inner-spin-button,.shop-zen-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.shop-zen-add-to-cart{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0
24px;height:46px;flex:1;min-width:0;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:0.3px;border-radius:999px;transition:all 0.2s ease;cursor:pointer;border:1px
solid #0f2316;font-family:var(--font-display);background:var(--sz-dark);color:#fff;box-shadow:0 4px 14px rgba(30, 63, 42, 0.22);flex-shrink:0}.shop-zen-add-to-cart:hover{background:#163322;transform:translateY(-1px);box-shadow:0 6px 18px rgba(30, 63, 42, 0.28)}.shop-zen-add-to-cart
svg{width:18px;height:18px;flex-shrink:0}.shop-zen-wishlist-btn{display:inline-flex;align-items:center;justify-content:center;padding:0
20px;height:46px;border-radius:999px;border:1.5px solid var(--sz-dark);background:transparent;cursor:pointer;color:#1F2937;transition:all 0.2s ease;flex-shrink:0;gap:6px;font-family:var(--font-display);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:0.3px;margin-left:0}.shop-zen-wishlist-btn:hover{background:var(--sz-dark);color:#fff}.shop-zen-wishlist-btn.active
svg{color:#E11D48;fill:#E11D48}.shop-zen-wishlist-btn
svg{width:18px;height:18px;transition:color 0.2s ease}.shop-zen-product-meta{border-top:1px solid #E5E7EB;padding-top:16px;display:flex;gap:16px;font-size:12px;color:#6B7280;flex-wrap:wrap;margin-bottom:0}.shop-zen-product-meta
span{display:flex;align-items:center;gap:6px}.shop-zen-trust-signals{display:grid;grid-template-columns:repeat(3, 1fr);gap:10px;margin-bottom:18px;padding:14px;background:var(--sz-sage-light);border-radius:12px;border:1px
solid #D1E7D6}.shop-zen-product-meta .shop-zen-trust-signals{width:100%;flex:0 0 100%;margin-bottom:14px;margin-top:4px}.shop-zen-trust-item{text-align:left;display:flex;align-items:center;gap:8px}.shop-zen-trust-item:not(:last-child){border-right:none}.shop-zen-trust-item
svg{color:var(--sz-green);width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;margin:0;background:#F4F7F3;border:1px
solid #E5E7EB;border-radius:8px;padding:6px;box-sizing:border-box}.shop-zen-trust-item
p{font-size:12px;font-weight:600;color:#1F2937;margin:0}.shop-zen-product-tabs{margin:32px
0 0}.shop-zen-tab-headers{display:flex;gap:28px;border-bottom:1px solid #E5E7EB;padding:0}.shop-zen-tab-header{font-size:14px;text-transform:uppercase;letter-spacing:0.3px;color:#6B7280;cursor:pointer;padding:12px
0;border-bottom:2px solid transparent;transition:all 0.2s ease;font-weight:600;background:none;border-left:none;border-right:none;border-top:none;font-family:var(--font-display);margin-bottom:-1px}.shop-zen-tab-header.active-tab{color:var(--sz-dark);border-bottom-color:var(--sz-dark);font-weight:700}.shop-zen-tab-header:hover{color:var(--sz-dark)}.shop-zen-tab-panel{padding:24px
0;color:#374151;font-size:14px;line-height:1.8;display:none;max-width:760px}.shop-zen-tab-panel.active-panel{display:block}.shop-zen-tab-panel
p{margin-bottom:8px}.shop-zen-tab-panel p:last-child{margin-bottom:0}.shop-zen-tab-panel
strong{color:#111827}.shop-zen-tab-panel ul,
.shop-zen-tab-panel
ol{list-style:none;display:flex;flex-direction:column;gap:10px;margin:12px
0;padding:0}.shop-zen-tab-panel ul
li{display:flex;gap:10px}.shop-zen-tab-panel ul li::before{content:'✓';color:var(--sz-green);font-weight:700}.shop-zen-additional-info table.woocommerce-product-attributes{width:100%;border-collapse:collapse;border-spacing:0}.shop-zen-additional-info table.woocommerce-product-attributes
tr{border-bottom:1px solid #E5E7EB}.shop-zen-additional-info table.woocommerce-product-attributes tr:last-child{border-bottom:none}.shop-zen-additional-info table.woocommerce-product-attributes th,
.shop-zen-additional-info table.woocommerce-product-attributes
td{padding:14px
0;text-align:left;vertical-align:top;font-size:14px;line-height:1.6}.shop-zen-additional-info table.woocommerce-product-attributes
th{width:220px;max-width:40%;color:#6B7280;font-weight:600;text-transform:uppercase;letter-spacing:0.3px;font-family:var(--font-display)}.shop-zen-additional-info table.woocommerce-product-attributes
td{color:#111827}.shop-zen-additional-info table.woocommerce-product-attributes td
p{margin:0}@media (max-width: 600px){.shop-zen-additional-info table.woocommerce-product-attributes,
.shop-zen-additional-info table.woocommerce-product-attributes tbody,
.shop-zen-additional-info table.woocommerce-product-attributes tr,
.shop-zen-additional-info table.woocommerce-product-attributes th,
.shop-zen-additional-info table.woocommerce-product-attributes
td{display:block;width:100%}.shop-zen-additional-info table.woocommerce-product-attributes
th{padding-bottom:2px;max-width:none}}.shop-zen-accordion{border-top:1px solid var(--border-light, #F0EDE9)}.shop-zen-accordion-item{border-bottom:1px solid var(--border-light, #F0EDE9)}.shop-zen-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px
0;background:transparent;border:none;cursor:pointer;font-size:14px;font-weight:600;color:var(--brand-dark, #1C1C1C);font-family:var(--font-display);transition:color 0.2s ease}.shop-zen-accordion-trigger:hover{color:var(--accent, #B8977E)}.shop-zen-acc-icon{display:inline-flex;align-items:center;color:var(--brand-muted, #9C9792);transition:transform 0.2s ease}.shop-zen-acc-icon
svg{display:block}.shop-zen-accordion-item.open .shop-zen-acc-icon{transform:rotate(180deg)}.shop-zen-accordion-content{max-height:0;overflow:hidden;transition:max-height 0.3s ease-out}.shop-zen-accordion-item.open .shop-zen-accordion-content{max-height:500px}.shop-zen-accordion-text{padding-bottom:16px;font-size:14px;color:var(--text-secondary, #6B6560);line-height:1.8}.shop-zen-accordion-text
ul{list-style:disc;list-style-position:inside;margin:0;padding:0}.shop-zen-accordion-text
li{margin-bottom:4px}.shop-zen-accordion-text
p{margin-bottom:8px}.shop-zen-accordion-text p:last-child{margin-bottom:0}.shop-zen-accordion-text
strong{color:var(--brand-dark, #1C1C1C)}.shop-zen-variation-price{display:flex;align-items:baseline;gap:12px;margin-top:16px;margin-bottom:8px;padding:14px
18px;background:var(--bg-white, #FFFFFF);border-radius:8px;border:1px
solid var(--border-light, #F0EDE9);animation:shop-zenFadeInPrice 0.3s ease}@keyframes shop-zenFadeInPrice{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.shop-zen-variation-price-current{font-size:20px;font-weight:600;color:var(--brand-dark, #1C1C1C)}.shop-zen-variation-price-current
ins{text-decoration:none}.shop-zen-variation-price-original{font-size:14px;color:var(--brand-muted, #9C9792);text-decoration:line-through}.shop-zen-variation-price-save{font-size:14px;font-weight:600;color:var(--brand-secondary, #C4614E)}.shop-zen-reviews-section{background:#fff;border-top:1px solid #E5E7EB;padding:40px
0}.shop-zen-reviews-panel{max-width:none;padding:32px
0 8px}.shop-zen-reviews-anchor{display:block;position:relative;top:-90px;visibility:hidden}.shop-zen-reviews-grid{display:flex;flex-direction:column;gap:40px}.shop-zen-reviews-summary{width:100%;flex-shrink:0}.shop-zen-reviews-title{font-family:var(--font-display);font-size:24px;font-weight:700;color:#1A202C;margin-bottom:16px;letter-spacing:-0.02em}.shop-zen-reviews-score{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.shop-zen-reviews-big-number{font-family:var(--font-sans);font-size:36px;font-weight:800;color:var(--sz-dark);line-height:1}.shop-zen-reviews-out-of{font-size:14px;color:#6B7280}.shop-zen-reviews-stars{display:flex;gap:1px;margin-bottom:4px}.shop-zen-reviews-based-on{font-size:12px;color:#6B7280;margin-bottom:24px}.shop-zen-rating-bars{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.shop-zen-bar-row{display:flex;align-items:center;gap:8px}.shop-zen-bar-label{font-size:12px;color:#6B7280;width:16px;text-align:right}.shop-zen-bar-track{flex:1;height:8px;background:#EFEFE9;border-radius:100px;overflow:hidden}.shop-zen-bar-fill{height:100%;background:var(--sz-green);border-radius:100px;transition:width 1s ease}.shop-zen-bar-count{font-size:12px;color:#6B7280;width:32px;text-align:right}.shop-zen-write-review-btn{width:100%;padding:11px;border-radius:999px;border:1.5px solid var(--sz-dark);background:transparent;font-size:13px;font-weight:700;cursor:pointer;transition:all 0.2s ease;color:var(--sz-dark);font-family:var(--font-display);letter-spacing:0.3px;text-transform:uppercase}.shop-zen-write-review-btn:hover{background:var(--sz-dark);color:#fff}.shop-zen-reviews-list{flex:1;display:flex;flex-direction:column;gap:24px}.shop-zen-review-card{background:#fff;border-radius:16px;padding:24px;border:1px
solid #E5E7EB;box-shadow:0 4px 12px rgba(0, 0, 0, 0.04)}.shop-zen-review-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.shop-zen-review-stars{display:flex;gap:1px;margin-bottom:4px}.shop-zen-review-stars
svg{width:15px;height:15px}.shop-zen-review-title{font-size:14px;font-weight:700;color:#111827;margin:0}.shop-zen-review-verified{font-size:10px;font-family:var(--font-display);color:#3B82F6;background:#E6F0F8;padding:3px
8px;border-radius:999px;letter-spacing:0.02em;display:inline-flex;align-items:center;gap:4px;font-weight:700}.shop-zen-review-text{font-size:15px;color:#374151;line-height:1.55;margin-bottom:16px;font-style:italic}.shop-zen-review-stars
svg{fill:#F59E0B}.shop-zen-review-stars .shop-zen-star-empty
svg{fill:#e5e7eb}.shop-zen-review-author{display:flex;align-items:center;gap:12px}.shop-zen-author-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;background:var(--bg-secondary, #F3EFEA);flex-shrink:0}.shop-zen-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.shop-zen-author-name{font-size:12px;font-weight:500;color:var(--brand-dark, #1C1C1C);margin:0}.shop-zen-author-meta{font-size:10px;color:var(--brand-muted, #9C9792);margin:0}.shop-zen-no-reviews{font-size:14px;color:var(--brand-muted, #9C9792);text-align:center;padding:40px
0}.shop-zen-load-more-reviews{display:block;margin:32px
auto 0;padding:11px
28px;border:1.5px solid var(--sz-dark);border-radius:999px;background:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:all 0.2s ease;color:var(--sz-dark);font-family:var(--font-display);letter-spacing:0.3px;text-transform:uppercase}.shop-zen-load-more-reviews:hover{border-color:var(--sz-dark);background:var(--sz-dark);color:#fff}.shop-zen-review-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center}.shop-zen-review-modal.active{display:flex}.shop-zen-review-modal-overlay{position:absolute;inset:0;background:rgba(0, 0, 0, 0.4);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.shop-zen-review-modal-content{position:relative;background:var(--bg-white, #FFFFFF);border-radius:16px;padding:32px;max-width:480px;width:90%;max-height:90vh;overflow-y:auto;animation:shop-zenModalSlideIn 0.3s ease;margin:20px}@keyframes shop-zenModalSlideIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.shop-zen-review-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--brand-muted, #9C9792);transition:color 0.2s ease}.shop-zen-review-modal-close:hover{color:var(--brand-dark, #1C1C1C)}.shop-zen-review-modal-header{text-align:center;margin-bottom:32px}.shop-zen-review-modal-header
h3{font-family:var(--font-display,'Playfair Display',serif);font-size:20px;font-weight:500;margin-bottom:4px;color:var(--brand-dark, #1C1C1C)}.shop-zen-review-modal-header
p{font-size:14px;color:var(--brand-muted, #9C9792)}.shop-zen-form-group{margin-bottom:20px}.shop-zen-form-group
label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:8px;color:var(--brand-dark, #1C1C1C)}.shop-zen-form-group input,
.shop-zen-form-group
textarea{width:100%;padding:14px
16px;border:1px
solid var(--border, #E8E4DF);border-radius:8px;font-size:14px;font-family:var(--font-display);transition:all 0.2s ease;outline:none;background:transparent;color:var(--brand-dark, #1C1C1C);box-sizing:border-box}.shop-zen-form-group input:focus,
.shop-zen-form-group textarea:focus{border-color:var(--sz-green);box-shadow:0 0 0 2px rgba(58, 95, 63, 0.2)}.shop-zen-form-group input::placeholder,
.shop-zen-form-group textarea::placeholder{color:var(--brand-muted, #9C9792)}.shop-zen-form-group
textarea{resize:vertical;min-height:100px}.shop-zen-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.shop-zen-star-rating-input{display:flex;flex-direction:row-reverse;gap:6px}.shop-zen-star-rating-input
.star{cursor:pointer;transition:transform 0.15s ease}.shop-zen-star-rating-input .star:hover,
.shop-zen-star-rating-input
.star.active{transform:scale(1.15)}.shop-zen-star-rating-input .star
svg{width:28px;height:28px;display:block;color:#e5e7eb;transition:color 0.15s ease}.shop-zen-star-rating-input .star.active
svg{color:#F59E0B;fill:#F59E0B}.shop-zen-submit-review{width:100%;padding:13px;background:var(--sz-dark);color:#fff;border:1px
solid #0f2316;border-radius:999px;font-size:14px;font-weight:700;cursor:pointer;transition:all 0.2s ease;margin-top:8px;font-family:var(--font-display);letter-spacing:0.3px;text-transform:uppercase}.shop-zen-submit-review:hover{background:#163322;transform:translateY(-1px)}.shop-zen-submit-review:disabled{cursor:not-allowed;opacity:0.7}@keyframes shop-zen-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.shop-zen-related-section{background:#FCFCFB;background-image:radial-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px);background-size:16px 16px;border-top:1px solid #F0EFEA;border-bottom:1px solid #F0EFEA;padding:32px
0;font-family:var(--font-display)}.shop-zen-related-title{font-family:var(--font-display);font-size:34px;font-weight:800;color:#1A202C;letter-spacing:-0.02em;margin-bottom:20px}.shop-zen-related-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px}.shop-zen-related-card{position:relative;background:#fff;border-radius:var(--sz-radius);overflow:hidden;cursor:pointer;transition:all 0.2s ease;border:1px
solid #E5E7EB;box-shadow:var(--sz-shadow);text-decoration:none}.shop-zen-related-card:hover{box-shadow:var(--sz-shadow-lg);transform:translateY(-3px)}.shop-zen-related-badge{position:absolute;top:7px;left:7px;z-index:3;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:0.3px;padding:4px
7px;border-radius:999px;border:1px
solid rgba(0, 0, 0, 0.08)}.shop-zen-related-badge.shop-zen-badge-sale{background:var(--sz-dark);color:#fff}.shop-zen-related-badge.shop-zen-badge-new{background:var(--sz-green);color:#fff}.shop-zen-related-img{display:block;aspect-ratio:1 / 1;overflow:hidden;background:#F8F8F6}.shop-zen-related-img
img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.shop-zen-related-card:hover .shop-zen-related-img
img{transform:scale(1.06)}.shop-zen-related-info{padding:10px
11px 13px}.shop-zen-related-brand{font-size:10px;color:#6B7280;text-transform:uppercase;letter-spacing:0.1em;margin-bottom:2px}.shop-zen-related-name{font-size:13px;font-weight:700;color:#111827;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none}.shop-zen-related-price{font-size:15px;font-weight:800;color:var(--sz-dark);display:block;margin-bottom:8px}.shop-zen-related-price
del{font-size:11px;color:#9CA3AF;font-weight:600;text-decoration:line-through;margin-right:6px}.shop-zen-related-price
ins{text-decoration:none}.shop-zen-related-colors{display:flex;gap:4px}.shop-zen-color-dot{width:12px;height:12px;border-radius:50%;border:1px
solid var(--border, #E8E4DF)}.shop-zen-lightbox{position:fixed;inset:0;background:rgba(0, 0, 0, 0.92);z-index:9999;display:none;align-items:center;justify-content:center}.shop-zen-lightbox.active{display:flex}.shop-zen-lightbox-close{position:absolute;top:24px;right:24px;width:48px;height:48px;background:rgba(255, 255, 255, 0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;color:#fff;font-size:20px;transition:background 0.2s ease}.shop-zen-lightbox-close:hover{background:rgba(255, 255, 255, 0.2)}.shop-zen-lightbox
img{max-width:80vw;max-height:85vh;object-fit:contain;border-radius:16px}.shop-zen-scroll-top{position:fixed;bottom:24px;right:24px;width:48px;height:48px;background:var(--brand-dark, #1C1C1C);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;z-index:999;border:none;opacity:0;pointer-events:none}.shop-zen-scroll-top.visible{opacity:0.8;pointer-events:auto}.shop-zen-scroll-top:hover{opacity:1;transform:translateY(-3px)}.shop-zen-scroll-top
svg{width:18px;height:18px}.single-product .woocommerce-product-gallery{display:none !important}.single-product
.summary{display:none !important}.single-product .woocommerce-tabs{display:none !important}.single-product div.product .woocommerce-breadcrumb{display:none}.single-product div.product
.product_title{display:none}.single-product div.product
.price{display:none}.single-product .woocommerce-message,
.single-product .woocommerce-info,
.single-product .woocommerce-error{margin-bottom:24px}.single-product .woocommerce-message::before,
.single-product .woocommerce-info::before,
.single-product .woocommerce-error::before{display:none}@media (min-width: 1024px){.shop-zen-container{padding:0
24px}.shop-zen-pdp-container{padding-top:32px;padding-bottom:40px}.shop-zen-pdp-grid{grid-template-columns:1.1fr 0.9fr;gap:40px}.shop-zen-reviews-section{padding:48px
0}.shop-zen-reviews-grid{flex-direction:row;gap:48px;align-items:flex-start}.shop-zen-reviews-summary{width:320px;position:sticky;top:96px}.shop-zen-related-section{padding:32px
0}.shop-zen-related-grid{grid-template-columns:repeat(4, 1fr);gap:16px}}@media (max-width: 768px){.shop-zen-container{padding:0
16px}}@media (max-width: 1024px){.shop-zen-pdp-grid{gap:40px}.shop-zen-related-grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 767px){.shop-zen-pdp-grid{gap:30px}.shop-zen-pdp-title{font-size:28px}.shop-zen-pdp-purchase{flex-direction:column;align-items:flex-start}.shop-zen-add-to-cart{max-width:100%}.shop-zen-wishlist-btn{margin-left:0}.shop-zen-reviews-grid{flex-direction:column}.shop-zen-related-grid{grid-template-columns:repeat(2, 1fr);gap:14px}.shop-zen-related-name{font-size:12px}.shop-zen-related-price{font-size:12px}.shop-zen-form-row{grid-template-columns:1fr}.shop-zen-product-meta{flex-direction:column;gap:8px}.shop-zen-tab-headers{gap:20px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.shop-zen-tab-headers::-webkit-scrollbar{display:none}}@media (max-width: 480px){.shop-zen-related-grid{grid-template-columns:1fr}}.blog-page-header .container,
.blog-content-section .container,
.single-content-section .container,
.single-after-section
.container{max-width:1350px}.blog-page-header{padding:36px
0 32px;text-align:center;background:var(--shop-zen-cream, #F9F7F2);border-bottom:1px solid var(--shop-zen-border, #E5E7EB);font-family:var(--font-display)}.blog-page-breadcrumb{font-family:var(--font-display);font-size:12px;color:var(--brand-muted);letter-spacing:0.05em;text-transform:uppercase;margin-bottom:14px}.blog-page-breadcrumb
a{color:var(--brand-muted);text-decoration:none;transition:color var(--transition-fast)}.blog-page-breadcrumb a:hover{color:var(--brand-dark)}.breadcrumb-sep{margin:0
8px;opacity:0.5}.blog-page-pill{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px
solid var(--shop-zen-border, #E5E7EB);color:var(--shop-zen-primary, #3A5F3F);padding:6px
14px;border-radius:var(--radius-full);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.4px;margin-bottom:14px;box-shadow:0 2px 8px rgba(0, 0, 0, 0.05)}.blog-page-pill::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--shop-zen-primary-light, #4A6B3F)}.blog-page-title{font-size:clamp(32px, 5vw, 44px);font-weight:800;letter-spacing:-0.02em;margin:0
0 10px;line-height:1.1;color:#1A202C}.blog-page-subtitle{font-size:14px;color:var(--brand-muted);max-width:560px;margin:0
auto;line-height:1.5;font-weight:500}.blog-content-section{padding:32px
0 60px;background:#fff;font-family:var(--font-display)}.featured-post{position:relative;border-radius:var(--radius-lg, 14px);overflow:hidden;margin-bottom:24px;background:#fff;border:1px
solid var(--shop-zen-border, #E5E7EB);box-shadow:0 4px 16px rgba(0, 0, 0, 0.06);cursor:pointer;transition:box-shadow var(--transition-fast), transform var(--transition-fast);display:grid;grid-template-columns:1.1fr 0.9fr;text-decoration:none;color:inherit}.featured-post:hover{box-shadow:0 4px 16px rgba(0, 0, 0, 0.12);transform:translateY(-2px)}.featured-post-media{overflow:hidden;min-height:240px}.featured-image{width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(0.4, 0, 0.2, 1);display:block;aspect-ratio:16 / 10}.featured-post:hover .featured-image{transform:scale(1.04)}.featured-image-placeholder{background:var(--shop-zen-sage-light, #E9EFE9);height:100%;min-height:240px}.featured-content{padding:24px;display:flex;flex-direction:column;justify-content:center}.featured-meta{display:flex;align-items:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}.featured-category{display:inline-block;font-size:11px;text-transform:uppercase;letter-spacing:0.4px;color:#fff;background:var(--shop-zen-primary, #3A5F3F);padding:3px
8px;border-radius:4px;font-weight:700}.featured-title{font-size:clamp(22px, 2.5vw, 26px);font-weight:800;color:#1A202C;line-height:1.2;margin:0
0 12px;letter-spacing:-0.02em}.featured-excerpt{font-size:14px;color:#4B5563;line-height:1.5;margin:0
0 16px}.featured-date{font-size:12px;color:var(--brand-muted);font-weight:500}.featured-read{align-self:flex-start;font-weight:700;color:#1F2937;font-size:13px;border-bottom:2px solid #D1D5DB;padding-bottom:2px;text-transform:uppercase;letter-spacing:0.4px;transition:border-color var(--transition-fast)}.featured-post:hover .featured-read{border-color:var(--shop-zen-dark, #1E3F2A)}.blog-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px;margin-bottom:28px}.blog-card{border-radius:var(--radius-md, 12px);overflow:hidden;background:#fff;border:1px
solid var(--shop-zen-border, #E5E7EB);box-shadow:0 4px 16px rgba(0, 0, 0, 0.06);cursor:pointer;transition:box-shadow var(--transition-fast), transform var(--transition-fast);text-decoration:none;color:inherit;display:block;opacity:0;transform:translateY(24px);animation:blogCardFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards}@keyframes
blogCardFadeIn{to{opacity:1;transform:translateY(0)}}.blog-card:hover{box-shadow:0 4px 16px rgba(0, 0, 0, 0.12);transform:translateY(-3px)}.blog-card-media{position:relative;overflow:hidden}.blog-card-image{width:100%;aspect-ratio:16 / 10;object-fit:cover;background:var(--shop-zen-sage-light, #E9EFE9);transition:transform 0.7s ease;display:block}.blog-card-image-placeholder{aspect-ratio:16 / 10;background:var(--shop-zen-sage-light, #E9EFE9)}.blog-card:hover .blog-card-image{transform:scale(1.06)}.blog-card-category{position:absolute;top:10px;left:10px;z-index:2;font-size:10px;text-transform:uppercase;letter-spacing:0.4px;color:#1F2937;background:#fff;padding:3px
7px;border-radius:4px;border:1px
solid var(--shop-zen-border, #E5E7EB);font-weight:700}.blog-card-body{padding:16px}.blog-card-meta{font-size:12px;color:var(--brand-muted);letter-spacing:0.02em;display:flex;align-items:center;gap:6px;margin-bottom:6px;font-weight:500}.blog-card-title{font-size:17px;font-weight:700;letter-spacing:-0.01em;margin:0
0 8px;transition:color var(--transition-fast);line-height:1.3;color:#1A202C}.blog-card:hover .blog-card-title{color:var(--shop-zen-primary-light, #4A6B3F)}.blog-card-excerpt{font-size:13px;color:#4B5563;line-height:1.5;margin:0
0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-read{font-size:12px;font-weight:700;color:var(--shop-zen-primary, #3A5F3F);text-transform:uppercase;letter-spacing:0.3px}nav.pagination{display:flex;align-items:center;justify-content:center;padding:10px
0 0}nav.pagination .nav-links{display:flex;align-items:center;justify-content:center;gap:8px}nav.pagination .page-numbers{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px
solid var(--shop-zen-border, #E5E7EB);font-size:13px;font-weight:600;color:var(--brand-muted);transition:all var(--transition-fast);padding:0;background:#fff;cursor:pointer;text-decoration:none;font-family:var(--font-display)}a.page-numbers:hover{border-color:var(--brand-dark);color:var(--brand-dark)}span.page-numbers.current{background:var(--shop-zen-dark, #1E3F2A);color:#fff;border-color:var(--shop-zen-dark, #1E3F2A);font-weight:700}span.page-numbers.dots{background:transparent;border:none;min-width:32px;cursor:default}nav.pagination .page-numbers
svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}nav.pagination .screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden}.article-hero{width:100%;max-width:100%;margin:0
0 24px;border-radius:var(--radius-lg, 14px);overflow:hidden;background:var(--brand-bg);border:1px
solid var(--shop-zen-border, #E5E7EB)}.article-hero
img{width:100%;height:420px;max-height:420px;object-fit:cover;display:block}.article-container{max-width:720px;margin:0
auto;padding:0
20px 60px;font-family:var(--font-display)}.article-breadcrumb{font-family:var(--font-display);font-size:12px;color:var(--brand-muted);letter-spacing:0.05em;text-transform:uppercase;margin-bottom:20px}.article-breadcrumb
a{color:var(--brand-muted);text-decoration:none;transition:color var(--transition-fast)}.article-breadcrumb a:hover{color:var(--brand-dark)}.article-breadcrumb
.sep{margin:0
8px;opacity:0.5}.article-category{display:inline-block;font-size:11px;text-transform:uppercase;letter-spacing:0.1em;color:var(--brand-accent);font-weight:600;margin-bottom:16px;text-decoration:none}.article-title{font-size:clamp(30px, 4vw, 38px);font-weight:800;letter-spacing:-0.02em;line-height:1.15;margin-bottom:14px;color:#1A202C}.article-meta{display:flex;align-items:center;gap:14px;font-size:13px;color:var(--brand-muted);margin-bottom:0;flex-wrap:wrap}.article-author{display:flex;align-items:center;gap:8px;color:#1F2937;font-weight:600}.article-author
a{text-decoration:none}.article-author-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.article-meta-dot{color:var(--brand-muted)}.article-meta-date,.article-meta-read{font-size:13px;color:var(--brand-muted)}.article-divider{border:none;border-top:1px solid var(--brand-border-light, var(--brand-border));margin:28px
0}.article-body{font-size:16px;line-height:1.75;color:#374151;font-weight:500}.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body
h6{font-family:var(--font-display);color:var(--shop-zen-dark, #1E3F2A);line-height:1.2;letter-spacing:-0.02em;font-weight:800}.article-body
h2{font-size:24px;font-weight:800;margin:28px
0 14px;line-height:1.3}.article-body
h3{font-size:20px;font-weight:700;margin:26px
0 12px}.article-body
h4{font-size:18px;font-weight:700;margin:24px
0 10px}.article-body
p{margin-bottom:16px}.article-body
a{color:var(--shop-zen-primary, #3A5F3F);text-decoration:underline;text-underline-offset:2px;transition:color var(--transition-fast)}.article-body a:hover{color:var(--shop-zen-primary-light, #4A6B3F)}.article-body
img{width:100%;border-radius:var(--radius-md, 10px);margin:20px
0;display:block;border:1px
solid var(--shop-zen-border, #E5E7EB)}.article-body .caption,
.article-body figcaption,
.article-body .wp-caption-text{font-size:13px;color:var(--brand-muted);text-align:center;margin-top:-14px;margin-bottom:20px}.article-body
blockquote{border-left:3px solid var(--shop-zen-primary, #3A5F3F);padding:16px
18px;margin:20px
0;font-style:italic;font-family:var(--font-display);font-size:15px;color:#1F2937;background:var(--shop-zen-sage-light, #E9EFE9);border-radius:0 8px 8px 0;line-height:1.6;font-weight:500}.article-body blockquote
p{margin:0;color:#1F2937;font-style:italic}.article-body ul,
.article-body
ol{margin:0
0 16px;padding-left:24px}.article-body
ul{list-style:disc}.article-body
ol{list-style:decimal}.article-body
li{font-size:16px;line-height:1.75;color:#374151;margin-bottom:4px}.article-body
pre{background:var(--brand-dark);color:#e5e7eb;padding:24px;border-radius:var(--radius-md, 10px);overflow-x:auto;margin:28px
0;font-size:14px;line-height:1.6}.article-body
code{font-size:14px;background:var(--brand-bg);padding:2px
6px;border-radius:4px}.article-body pre
code{background:transparent;padding:0}.article-body
table{width:100%;border-collapse:collapse;margin:28px
0;font-size:14px}.article-body th,
.article-body
td{padding:12px
16px;border:1px
solid var(--brand-border);text-align:left}.article-body
th{background:var(--brand-bg);font-weight:600;color:var(--brand-dark)}.article-body
td{color:var(--brand-muted)}.article-share-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0;padding:0;border:none}.article-share-row
span{font-size:13px;text-transform:uppercase;letter-spacing:0.3px;color:#1F2937;font-weight:700}.share-pill{width:32px;height:32px;border-radius:50%;background:#F3F4F6;color:#4B5563;text-decoration:none;font-size:13px;transition:background var(--transition-fast), color var(--transition-fast);padding:0;border:none;display:flex;align-items:center;justify-content:center}.share-pill
svg{width:14px;height:14px;fill:currentColor}.share-pill:hover{background:var(--shop-zen-sage-light, #E9EFE9);color:var(--shop-zen-dark, #1E3F2A)}.single-content-section{padding:32px
0 48px;background:#fff;font-family:var(--font-display)}.single-after-section{background:#fff;padding-bottom:0;font-family:var(--font-display)}.single-after-section:last-of-type{padding-bottom:60px}.article-single{min-width:0}.article-head{margin-bottom:16px}.article-categories{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.article-category-pill{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;background:var(--shop-zen-mint, #E6F3EC);color:var(--shop-zen-primary, #3A5F3F);padding:4px
10px;border-radius:var(--radius-full);border:1px
solid #C8E6D5;text-decoration:none;transition:background var(--transition-fast)}.article-category-pill:hover{background:var(--shop-zen-sage-light, #E9EFE9);color:#374151;border-color:#D1E7D6}.article-body{margin-bottom:0}.article-footer-row{display:flex;justify-content:space-between;align-items:center;padding:16px
0;border-top:1px solid var(--shop-zen-border, #E5E7EB);border-bottom:1px solid var(--shop-zen-border, #E5E7EB);margin:24px
0;flex-wrap:wrap;gap:12px}.article-tags{display:flex;gap:6px;flex-wrap:wrap}.article-tag{font-size:12px;padding:4px
10px;background:#F9FAFB;border:1px
solid var(--shop-zen-border, #E5E7EB);border-radius:var(--radius-full);color:var(--brand-muted);text-decoration:none;transition:all var(--transition-fast)}.article-tag:hover{background:var(--shop-zen-sage-light, #E9EFE9);color:var(--shop-zen-dark, #1E3F2A)}.article-author-box{display:flex;gap:16px;padding:20px;background:var(--shop-zen-cream, #F9F7F2);border-radius:var(--radius-lg, 14px);border:1px
solid var(--shop-zen-border, #E5E7EB);margin-bottom:0}.article-author-box-avatar{width:64px;height:64px;border-radius:50%;flex-shrink:0;object-fit:cover}.article-author-box-body{min-width:0}.article-author-box-name{font-size:16px;font-family:var(--font-display);font-weight:800;margin:0
0 4px;color:#1A202C}.article-author-box-meta{font-size:13px;color:var(--brand-muted);margin:0
0 8px}.article-author-box-bio{font-size:14px;line-height:1.6;color:#4B5563;margin:0}.article-comments-container{width:100%;max-width:100%;margin:0;padding:0
0 24px;background:#fff}.article-comments-container .comments-inner{max-width:100%;background:var(--brand-card);border:1px
solid var(--brand-border);border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-md)}.comments-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid var(--brand-border)}.comments-title{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--brand-dark);margin:0;letter-spacing:-0.01em}.comments-count{font-size:12px;color:var(--brand-accent-warm);font-weight:700;background:var(--brand-bg-secondary);border:1px
solid var(--brand-border);padding:4px
12px;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:0.3px}.comment-list{list-style:none;margin:0;padding:0}.comment-form-wrapper{margin-bottom:0;padding:24px;background:var(--brand-bg);border-radius:var(--radius-lg);border:1px
solid var(--brand-border)}.comment-form-header{display:flex;align-items:center;gap:14px;margin-bottom:20px}.comment-form-icon{width:42px;height:42px;border-radius:var(--radius-md);background:var(--brand-bg-secondary);border:1px
solid var(--brand-border);display:flex;align-items:center;justify-content:center;color:var(--brand-accent-warm);flex-shrink:0}.comment-form-title{font-family:var(--font-display);font-size:16px;font-weight:800;color:var(--brand-dark);margin:0}.comment-form-subtitle{font-size:13px;color:var(--brand-muted);margin:3px
0 0;font-weight:500}.comment-form-fields{display:flex;flex-direction:column;gap:16px}.comment-form-group{display:flex;flex-direction:column;gap:6px}.comment-form-label{font-size:12px;font-weight:700;color:var(--brand-dark);letter-spacing:0.02em;text-transform:uppercase}.comment-form-label
.required{color:var(--brand-secondary)}.comment-form-input,.comment-form-textarea{width:100%;padding:12px
16px;border-radius:var(--radius-md);border:1px
solid var(--brand-border);font-size:14px;color:var(--brand-text);background:var(--brand-card);font-family:var(--font-sans);transition:border-color var(--transition-fast), box-shadow var(--transition-fast)}.comment-form-input::placeholder,.comment-form-textarea::placeholder{color:var(--brand-text-muted)}.comment-form-input:focus,.comment-form-textarea:focus{border-color:var(--brand-accent-warm);outline:none;box-shadow:0 0 0 3px rgba(184, 151, 126, 0.15)}.comment-form-textarea{min-height:120px;resize:vertical}.comment-form-actions{display:flex;align-items:center;gap:12px;margin-top:8px}.comment-form-actions button[type="submit"]{display:inline-flex;align-items:center;gap:8px;padding:11px
24px;border-radius:var(--radius-full);background:var(--brand-dark);color:#fff;font-size:13px;font-weight:700;border:1px
solid var(--brand-dark);cursor:pointer;font-family:var(--font-display);transition:background var(--transition-fast), border-color var(--transition-fast);text-transform:uppercase;letter-spacing:0.3px}.comment-form-actions button[type="submit"]:hover{background:#2a2a2a;border-color:#2a2a2a}.comment-form-actions button[type="submit"] svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.cancel-reply-link{font-size:13px;color:var(--brand-muted);cursor:pointer;transition:color var(--transition-fast)}.cancel-reply-link:hover{color:var(--brand-dark)}.comment-list-wrapper{margin-top:40px}.comment-item{padding:24px
0;border-bottom:1px solid var(--brand-border)}.comment-item:first-child{padding-top:0}.comment-item-header{margin-bottom:12px}.comment-item-author{display:flex;align-items:center;gap:12px}.comment-item-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:var(--brand-bg-secondary);flex-shrink:0}.comment-item-avatar
img{width:100%;height:100%;object-fit:cover}.comment-item-info{display:flex;flex-direction:column}.comment-item-name{font-size:14px;font-weight:600;color:var(--brand-dark);margin:0;line-height:1.3}.comment-item-name
a{color:var(--brand-dark)}.comment-item-date{font-size:12px;color:var(--brand-muted);margin-top:2px}.comment-item-text{font-size:14px;line-height:1.7;color:var(--brand-muted);margin:0
0 12px}.comment-item-text
p{margin:0}.comment-item-actions{display:flex;align-items:center;gap:8px}.comment-action-btn{display:inline-flex;align-items:center;gap:6px;padding:6px
12px;border-radius:var(--radius-full);border:1px
solid var(--brand-border);background:transparent;font-size:12px;color:var(--brand-muted);cursor:pointer;transition:all var(--transition-fast);font-family:var(--font-display)}.comment-action-btn:hover{border-color:var(--brand-dark);color:var(--brand-dark)}.comment-action-btn
svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.comment-reply-link{display:inline-flex;align-items:center;gap:6px;color:inherit;text-decoration:none}.comment-reply-link:hover{text-decoration:none}.comment-reply-link
svg{flex-shrink:0}.comment-action-btn.liked{border-color:var(--brand-secondary);color:var(--brand-secondary)}.comment-like-count{font-size:11px;font-weight:600}.comment-item.depth-2,.comment-item.depth-3,.comment-item.depth-4,.comment-item.depth-5{margin:16px
0 0 32px;padding:16px
0 0 24px;border-left:2px solid var(--brand-border-light);border-bottom:none}.comment-item.depth-2:last-child,.comment-item.depth-3:last-child,.comment-item.depth-4:last-child,.comment-item.depth-5:last-child{padding-bottom:0}.comment-list-wrapper>.comment-item:last-child{border-bottom:none;padding-bottom:0}.comments-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:32px;padding-top:24px;border-top:1px solid var(--brand-border)}.comments-pagination a,
.comments-pagination
span{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;border-radius:var(--radius-full);border:1px
solid var(--brand-border);font-size:13px;font-weight:500;color:var(--brand-muted);transition:all var(--transition-fast);text-decoration:none}.comments-pagination a:hover{border-color:var(--brand-dark);color:var(--brand-dark)}.comments-pagination
span.current{background:var(--brand-dark);color:#fff;border-color:var(--brand-dark)}.comments-pagination
svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.related-section{width:100%;max-width:100%;margin:0;padding:0
0 48px}.related-title{font-family:var(--font-display);font-size:28px;font-weight:800;margin:32px
0 32px;letter-spacing:-0.02em;text-align:center;color:#1A202C;position:relative;display:block;padding:0
26px}.related-title::before,.related-title::after{content:'\2022\2022\2022';position:absolute;top:50%;transform:translateY(-50%);font-size:9px;letter-spacing:4px;color:var(--shop-zen-primary, #3A5F3F);opacity:0.35;font-weight:900}.related-title::before{left:0}.related-title::after{right:0}.related-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}.related-card{border-radius:var(--radius-lg, 14px);overflow:hidden;background:#fff;border:1px
solid var(--shop-zen-border, #E5E7EB);box-shadow:0 4px 16px rgba(0, 0, 0, 0.05);text-decoration:none;color:inherit;transition:box-shadow var(--transition-fast), transform var(--transition-fast);display:block}.related-card:hover{box-shadow:0 4px 16px rgba(0, 0, 0, 0.12);transform:translateY(-3px)}.related-card
img{width:100%;aspect-ratio:16 / 10;object-fit:cover;display:block;transition:transform 0.6s ease}.related-card:hover
img{transform:scale(1.05)}.related-card-body{padding:18px}.related-card-category{display:inline-block;font-size:10px;text-transform:uppercase;letter-spacing:0.4px;color:var(--shop-zen-primary, #3A5F3F);background:var(--shop-zen-mint, #E6F3EC);border:1px
solid #C8E6D5;border-radius:var(--radius-full);font-weight:700;padding:3px
10px;margin-bottom:10px}.related-card-title{font-size:17px;font-weight:700;margin-bottom:6px;line-height:1.3;letter-spacing:-0.01em;color:#1A202C;transition:color var(--transition-fast)}.related-card:hover .related-card-title{color:var(--shop-zen-primary-light, #4A6B3F)}.related-card-date{font-size:12px;color:var(--brand-muted);font-weight:500}.fade-in{opacity:0;transform:translateY(20px);transition:opacity 0.7s ease, transform 0.7s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.no-posts-found{text-align:center;padding:80px
20px;font-family:var(--font-display)}.no-posts-found
h2{font-family:var(--font-display);font-size:24px;font-weight:700;color:var(--brand-dark);margin:0
0 12px}.no-posts-found
p{font-size:16px;color:var(--brand-muted);margin:0
0 24px}.search-hero{text-align:center;padding:48px
0 40px;background:#fff;border-bottom:1px solid var(--brand-border);font-family:var(--font-display)}.search-hero-label{font-family:var(--font-mono);font-size:10px;letter-spacing:0.2em;text-transform:uppercase;color:var(--brand-sky);font-weight:600;margin-bottom:12px}.search-hero .blog-page-title{max-width:640px;margin-left:auto;margin-right:auto}.search-hero .blog-page-subtitle{max-width:480px;margin-left:auto;margin-right:auto}.search-hero-form{margin-top:28px;max-width:520px;margin-left:auto;margin-right:auto}.search-hero-form .search-form{position:relative;display:flex;align-items:center}.search-hero-form .search-field{width:100%;padding:14px
52px 14px 20px;border-radius:var(--radius-full);border:1px
solid var(--brand-border);font-size:15px;color:var(--brand-dark);background:var(--brand-bg);font-family:var(--font-display);transition:border-color var(--transition-fast), box-shadow var(--transition-fast)}.search-hero-form .search-field::placeholder{color:var(--brand-muted)}.search-hero-form .search-field:focus{border-color:rgba(0, 114, 255, 0.5);outline:none;box-shadow:0 0 0 3px rgba(0, 114, 255, 0.1)}.search-hero-form .search-submit{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:var(--brand-dark);color:#fff;display:flex;align-items:center;justify-content:center;transition:background var(--transition-fast);border:none;cursor:pointer;padding:0;font-size:0}.search-hero-form .search-submit:hover{background:rgba(17, 24, 39, 0.85)}.search-hero-form .search-submit
svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.search-hero-form .search-submit-text{display:none}.search-no-results{grid-column:1 / -1}.search-no-results-icon{width:80px;height:80px;border-radius:50%;background:var(--brand-bg);border:1px
solid var(--brand-border);display:flex;align-items:center;justify-content:center;margin:0
auto 24px;color:var(--brand-muted)}.search-no-results-icon
svg{stroke:currentColor;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.search-no-results-title{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--brand-dark);margin:0
0 12px}.search-no-results-text{font-size:15px;color:var(--brand-muted);font-weight:300;line-height:1.7;margin:0
0 28px;max-width:420px;margin-left:auto;margin-right:auto}.search-no-results-btn{display:inline-flex;align-items:center;gap:8px;padding:12px
28px;border-radius:var(--radius-full);background:var(--brand-dark);color:#fff;font-size:14px;font-weight:500;text-decoration:none;transition:all var(--transition-fast);font-family:var(--font-display)}.search-no-results-btn:hover{background:rgba(17, 24, 39, 0.85);color:#fff;gap:12px}.search-no-results-btn
svg{stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.search-products-wrapper{max-width:1200px;margin:0
auto}.search-products-wrapper .products.shop-product-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px;list-style:none;margin:0;padding:0}.search-products-wrapper
nav.pagination{margin-top:48px}.blog-hero-section{padding:48px
0 40px;background:#fff;border-bottom:1px solid var(--brand-border);text-align:center;font-family:var(--font-display)}.blog-hero-inner{max-width:640px;margin:0
auto}.blog-hero-label{font-family:var(--font-mono);font-size:10px;letter-spacing:0.2em;text-transform:uppercase;color:var(--brand-sky);font-weight:600;margin-bottom:12px}.blog-hero-title{font-size:32px;font-weight:700;letter-spacing:-0.02em;color:var(--brand-dark);margin:0
0 12px;line-height:1.1}.blog-hero-desc,.blog-hero-subtitle{font-size:16px;color:var(--brand-muted);font-weight:300;line-height:1.7;margin:0}.blog-tabs-section{padding:20px
0;background:#fff;border-bottom:1px solid var(--brand-border);font-family:var(--font-display)}.topic-tabs{display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none;justify-content:center;flex-wrap:wrap}.topic-tabs::-webkit-scrollbar{display:none}.topic-tab{padding:8px
20px;border-radius:var(--radius-full);border:1px
solid var(--brand-border);font-size:13px;font-weight:500;color:var(--brand-muted);transition:all var(--transition-fast);cursor:pointer;white-space:nowrap;background:transparent;font-family:var(--font-display)}.topic-tab:hover{border-color:var(--brand-dark);color:var(--brand-dark)}.topic-tab.active{background:var(--brand-dark);color:#fff;border-color:var(--brand-dark)}.sidebar{display:block;position:sticky;top:88px;align-self:start;font-family:var(--font-display)}.sidebar-block{background:#fff;border-radius:var(--radius-md, 12px);border:1px
solid var(--shop-zen-border, #E5E7EB);padding:18px;margin-bottom:16px;box-shadow:0 4px 16px rgba(0, 0, 0, 0.06)}.sidebar-block:last-child{margin-bottom:0}.sidebar-block-title{font-family:var(--font-display);font-size:15px;font-weight:800;color:#1A202C;margin:0
0 12px;padding-bottom:0;border-bottom:none;text-transform:uppercase;letter-spacing:0.3px}.search-box{position:relative;display:flex;align-items:center}.search-box input[type="text"]{width:100%;padding:12px
44px 12px 16px;border-radius:var(--radius-full);border:1px
solid var(--brand-border);font-size:14px;color:var(--brand-dark);background:var(--brand-bg);font-family:var(--font-display)}.search-box input[type="text"]::placeholder{color:var(--brand-muted)}.search-box input[type="text"]:focus{border-color:rgba(0, 114, 255, 0.5);outline:none;box-shadow:0 0 0 2px rgba(0, 114, 255, 0.1)}.search-box button[type="submit"]{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:var(--brand-dark);color:#fff;display:flex;align-items:center;justify-content:center;transition:background var(--transition-fast);border:none;cursor:pointer}.search-box button[type="submit"]:hover{background:rgba(17, 24, 39, 0.85)}.search-box button[type="submit"] svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.sidebar-block .search-form{position:relative;display:flex;align-items:center}.sidebar-block .search-field{width:100%;padding:12px
48px 12px 16px;border-radius:var(--radius-full);border:1px
solid var(--brand-border);font-size:14px;color:var(--brand-dark);background:var(--brand-bg);font-family:var(--font-display);transition:border-color var(--transition-fast), box-shadow var(--transition-fast)}.sidebar-block .search-field::placeholder{color:var(--brand-muted)}.sidebar-block .search-field:focus{border-color:rgba(0, 114, 255, 0.5);outline:none;box-shadow:0 0 0 2px rgba(0, 114, 255, 0.1)}.sidebar-block .search-submit{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:var(--brand-dark);color:#fff;display:flex;align-items:center;justify-content:center;transition:background var(--transition-fast);border:none;cursor:pointer;padding:0;font-size:0}.sidebar-block .search-submit:hover{background:rgba(17, 24, 39, 0.85)}.sidebar-block .search-submit
svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.sidebar-block .search-submit-text{display:none}.sidebar-cat-list{list-style:none;margin:0;padding:0}.sidebar-cat-item{display:flex;align-items:center;justify-content:space-between;padding:8px
0;border-bottom:1px solid #F3F4F6}.sidebar-cat-item:last-child{border-bottom:none}.sidebar-cat-item
a{font-size:13px;color:var(--brand-muted);text-decoration:none;transition:color var(--transition-fast)}.sidebar-cat-item a:hover{color:var(--shop-zen-dark, #1E3F2A)}.cat-count{font-size:13px;color:var(--brand-muted);background:transparent;padding:0;border-radius:0}.popular-post{display:flex;gap:10px;padding:10px
0;border-bottom:1px solid #F3F4F6}.popular-post:last-child{border-bottom:none}.popular-thumb{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--shop-zen-sage-light, #E9EFE9)}.popular-thumb
img{width:100%;height:100%;object-fit:cover}.popular-info{display:flex;flex-direction:column;justify-content:center;min-width:0}.popular-info a,
.popular-post
a{text-decoration:none}.pop-cat{font-size:10px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--shop-zen-primary, #3A5F3F);margin-bottom:3px}.popular-info
h4{font-size:13px;font-weight:600;color:#1A202C;margin:0
0 3px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.popular-info h4
a{color:#1A202C;transition:color var(--transition-fast)}.popular-info h4 a:hover{color:var(--shop-zen-primary-light, #4A6B3F)}.pop-date{font-size:11px;color:var(--brand-muted)}.tags-cloud{display:flex;flex-wrap:wrap;gap:8px}.tag-pill{display:inline-block;padding:5px
12px;border-radius:var(--radius-full);border:1px
solid var(--shop-zen-border, #E5E7EB);font-size:12px;color:var(--brand-muted);transition:all var(--transition-fast);background:#fff;cursor:pointer;font-family:var(--font-display);text-decoration:none}.tag-pill:hover,.tag-pill.active{border-color:var(--shop-zen-primary, #3A5F3F);color:var(--shop-zen-primary, #3A5F3F);background:var(--shop-zen-sage-light, #E9EFE9)}.blog-layout{display:grid;grid-template-columns:minmax(0, 1fr) 300px;gap:28px;align-items:start}.blog-content{min-width:0}.posts-grid{display:grid;grid-template-columns:1fr;gap:24px}.post-card{background:#fff;border-radius:var(--radius-xl);overflow:hidden;border:1px
solid var(--brand-border);transition:all var(--transition-base);display:flex;flex-direction:column}.post-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(0, 0, 0, 0.06)}.post-card.wide{grid-column:1 / -1}.post-card.wide .wide-inner{display:grid}.post-card-img{position:relative;overflow:hidden;display:block;aspect-ratio:16/10}.post-card.wide .post-card-img{aspect-ratio:auto;min-height:220px}.post-card-img
img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.post-card:hover .post-card-img
img{transform:scale(1.04)}.post-card-img.no-image{background:#f3f4f6}.read-time{position:absolute;bottom:12px;right:12px;padding:4px
10px;border-radius:var(--radius-full);background:rgba(255, 255, 255, 0.9);backdrop-filter:blur(8px);font-size:11px;font-weight:500;color:var(--brand-dark);z-index:5}.post-card-meta{display:flex;align-items:center;gap:10px;padding:16px
20px 0}.post-cat{font-size:11px;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;color:var(--brand-sky)}.post-meta-dot{width:4px;height:4px;border-radius:50%;background:var(--brand-border);flex-shrink:0}.post-date{font-size:12px;color:var(--brand-muted);font-weight:400}.post-title{font-family:var(--font-display);font-size:17px;font-weight:700;color:var(--brand-dark);margin:10px
20px 0;line-height:1.35;letter-spacing:-0.01em}.post-card.wide .post-title{font-size:22px}.post-title
a{color:inherit;transition:color var(--transition-fast)}.post-title a:hover{color:var(--brand-sky)}.post-excerpt{font-size:14px;color:var(--brand-muted);font-weight:300;line-height:1.7;margin:8px
20px 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card.wide .post-excerpt{-webkit-line-clamp:4}.post-footer{display:flex;align-items:center;justify-content:space-between;padding:16px
20px 20px;margin-top:auto}.post-author{display:flex;align-items:center;gap:10px}.post-author-av{width:30px;height:30px;border-radius:50%;overflow:hidden;background:#f3f4f6;flex-shrink:0}.post-author-av
img{width:100%;height:100%;object-fit:cover}.post-author-name{font-size:13px;font-weight:500;color:var(--brand-dark)}.post-share{width:36px;height:36px;border-radius:50%;border:1px
solid var(--brand-border);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-fast);color:var(--brand-muted);flex-shrink:0}.post-share:hover{border-color:var(--brand-dark);color:var(--brand-dark);background:var(--brand-bg)}.post-share
svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.featured-post-image{position:relative;overflow:hidden;min-height:280px}.featured-post-image.no-image{background:#f3f4f6}.featured-post-img{width:100%;height:100%;object-fit:cover}.featured-post-category{position:absolute;top:16px;left:16px;padding:4px
12px;border-radius:var(--radius-full);background:rgba(255, 255, 255, 0.9);backdrop-filter:blur(8px);font-size:10px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;z-index:5}.featured-post-category
a{color:var(--brand-dark)}.featured-post-content{padding:32px;display:flex;flex-direction:column;justify-content:center}.featured-post-meta{display:flex;align-items:center;gap:12px;margin-bottom:12px}.featured-post-date,.featured-post-reading-time{font-size:12px;color:var(--brand-muted)}.featured-post-title{font-family:var(--font-display);font-size:24px;font-weight:700;color:var(--brand-dark);margin:0
0 12px;line-height:1.2;letter-spacing:-0.02em}.featured-post-title
a{color:var(--brand-dark);transition:color var(--transition-fast)}.featured-post-title a:hover{color:var(--brand-sky)}.featured-post-excerpt{font-size:14px;color:var(--brand-muted);font-weight:300;line-height:1.7;margin:0
0 24px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.featured-post-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.featured-post-author{display:flex;align-items:center;gap:12px}.featured-post-author-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.featured-post-author-info{display:flex;flex-direction:column}.featured-post-author-name{font-size:14px;font-weight:600;color:var(--brand-dark)}.featured-post-author-title{font-size:12px;color:var(--brand-muted)}.featured-post-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--brand-sky);transition:gap var(--transition-fast)}.featured-post-link:hover{gap:12px;color:var(--brand-sky)}.featured-post-link
svg{width:18px;height:18px;flex-shrink:0}.featured-img.no-image{background:#f3f4f6;display:block;min-height:280px}.popular-thumb.no-image{background:#f3f4f6}@media (min-width: 1024px){.blog-page-header{padding:48px
0 44px}.blog-content-section{padding:32px
0 80px}.search-hero{padding:64px
0 56px}.search-products-wrapper .products.shop-product-grid{grid-template-columns:repeat(4, 1fr)}.blog-hero-section{padding:64px
0 56px}.blog-hero-title{font-size:48px}.sidebar{display:block}.post-title{font-size:18px}.post-card.wide .post-title{font-size:28px}.featured-post-title{font-size:32px}}@media (max-width: 1024px){.blog-grid{grid-template-columns:repeat(2, 1fr);gap:16px}}@media (max-width: 980px){.blog-layout{grid-template-columns:1fr;gap:28px}.sidebar{position:static}}@media (max-width: 768px){.featured-content{padding:20px}.article-hero
img{height:280px}.article-title{font-size:28px}.blog-grid{grid-template-columns:1fr 1fr;gap:12px}.article-body
h2{font-size:22px}.article-body
h3{font-size:20px}.article-body
blockquote{font-size:17px;padding:12px
20px}.related-grid{grid-template-columns:1fr}.blog-page-header{padding:28px
0 24px}.blog-page-title{font-size:30px}.blog-page-subtitle{font-size:14px}.blog-card-title{font-size:16px}.blog-card-body{padding:14px}.article-meta{gap:10px;font-size:13px}.search-hero{padding:32px
0 24px}.search-hero-form{margin-top:20px}.search-hero-form .search-field{padding:12px
48px 12px 16px;font-size:14px}.search-no-results{padding:0}.search-no-results-title{font-size:18px}.search-no-results-text{font-size:14px}.comment-item.depth-2,.comment-item.depth-3,.comment-item.depth-4,.comment-item.depth-5{margin-left:16px;padding-left:16px}}@media (max-width: 640px){.featured-post{grid-template-columns:1fr}.featured-image,.featured-image-placeholder{aspect-ratio:16 / 10;min-height:0}.blog-grid{grid-template-columns:1fr}}@media (max-width: 480px){.featured-image,.featured-image-placeholder{height:auto}nav.pagination .page-numbers{width:34px;height:34px;font-size:13px}.blog-page-title{font-size:26px}.article-title{font-size:24px}.article-meta{gap:8px;font-size:12px}.related-card-title{font-size:15px}}@media (min-width: 768px){.comment-form .comment-form-author,
.comment-form .comment-form-email{grid-column:span 1}.search-products-wrapper .products.shop-product-grid{grid-template-columns:repeat(3, 1fr)}.posts-grid{grid-template-columns:repeat(2, 1fr);gap:20px}.post-card.wide .wide-inner{grid-template-columns:1fr 1fr}.post-card.wide .post-card-img{min-height:100%;aspect-ratio:unset}.featured-post-image{min-height:400px}.featured-img.no-image{min-height:400px}}@media (max-width: 1024px){.mega-menu-inner{width:100%;max-width:600px}.hero-title{font-size:40px}.section-title-lg{font-size:28px}.newsletter-title{font-size:36px}.footer-grid{gap:24px}.footer-brand-desc,.footer-description{max-width:100%}}@media (max-width: 768px){.container{padding-left:20px;padding-right:20px}.hero-section{height:65vh}.hero-title{font-size:32px}.hero-description{font-size:14px;margin-bottom:24px}.hero-buttons{gap:12px}.btn-primary,.btn-secondary{padding:14px
24px;font-size:13px}.flash-sale-inner{padding:20px}.flash-sale-title{font-size:18px}.countdown-number{font-size:16px}.product-info{padding:10px}.product-title{font-size:13px}.product-price{font-size:13px}.section-title-lg{font-size:24px}.trending-header{margin-bottom:24px}.blog-hero-title{font-size:28px}.blog-hero-desc{font-size:14px}.single-post-title{font-size:28px}.entry-content
h2{font-size:22px}.entry-content
h3{font-size:18px}.post-navigation{grid-template-columns:1fr}.post-nav-link.next{text-align:left}.features-grid{gap:20px}.feature-title{font-size:13px}.newsletter-title{font-size:28px}.newsletter-desc{font-size:14px}.review-card{padding:20px}.review-text{font-size:13px}}@media (max-width: 480px){.container{padding-left:16px;padding-right:16px}.hero-section{height:60vh}.hero-title{font-size:28px}.hero-label{font-size:10px}.btn-primary,.btn-secondary{padding:12px
20px;font-size:12px}.announcement-item{margin:0
16px;font-size:11px}.section-title{font-size:16px}.section-title-lg{font-size:22px}.section-label{font-size:9px}.blog-hero-section{padding:32px
0 24px}.blog-hero-title{font-size:24px}.topic-tab{padding:6px
14px;font-size:12px}.post-card-body{padding:16px}.post-card-title{font-size:16px}.post-card-excerpt{font-size:13px;-webkit-line-clamp:2}.flash-products-grid{grid-template-columns:repeat(2, 1fr);gap:10px}.products-grid{gap:10px}.filter-chip{padding:6px
12px;font-size:11px}.features-grid{grid-template-columns:repeat(2, 1fr);gap:16px}.newsletter-section{padding:40px
0}.newsletter-title{font-size:24px}.newsletter-desc{font-size:14px}.newsletter-input{padding:14px
20px;font-size:13px}.newsletter-btn{padding:14px
24px;font-size:13px}.site-footer{padding:40px
0 24px}.footer-grid{grid-template-columns:1fr;gap:24px}.footer-brand-col{grid-column:span 1}.footer-bottom{gap:12px}.footer-payments{font-size:10px}.drawer.right{max-width:100%}.drawer.left{max-width:85%}.search-overlay-inner{padding-top:60px}.search-field-wrapper{padding:12px
14px}.search-input-wrapper .search-field{font-size:15px}.search-input-wrapper .search-submit{width:44px;height:44px}.search-tag{padding:7px
12px;font-size:12px}.brand-name{font-size:18px}.brand-marquee-content{gap:40px}.new-arrival-card{width:200px}.single-post-title{font-size:24px}.single-post-meta{gap:8px;font-size:12px}.entry-content
p{font-size:15px}.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form
textarea{padding:12px
14px;font-size:13px}}.toast-container{position:fixed;bottom:24px;right:24px;z-index:99999;display:flex;flex-direction:column;gap:12px;pointer-events:none}@media (max-width: 768px){.toast-container{left:16px;right:16px;bottom:16px}}.toast{background:var(--brand-dark);color:#fff;padding:16px
20px;border-radius:var(--radius-lg);box-shadow:0 8px 32px rgba(0, 0, 0, 0.12);display:flex;align-items:center;gap:12px;min-width:320px;max-width:420px;opacity:0;transform:translateX(100px);animation:toastSlideIn 0.4s cubic-bezier(0.23, 1, 0.32, 1) forwards;position:relative;overflow:hidden;pointer-events:auto}.toast::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:#22c55e}.toast.error::before{background:#ef4444}.toast-icon{color:#22c55e;flex-shrink:0}.toast.error .toast-icon{color:#ef4444}.toast-message{flex:1;font-size:14px;font-weight:500}.toast-close{background:rgba(255, 255, 255, 0.1);border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--transition-fast);color:#fff;flex-shrink:0}.toast-close:hover{background:rgba(255, 255, 255, 0.2)}.toast.removing{animation:toastSlideOut 0.3s cubic-bezier(0.23, 1, 0.32, 1) forwards}@keyframes
toastSlideIn{from{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes
toastSlideOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100px)}}@media (max-width: 768px){.toast{min-width:auto;max-width:100%;padding:14px
16px}.toast-message{font-size:13px}}@keyframes
scaleIn{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}@keyframes
slideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media
print{.site-header,.announcement-bar,.site-footer,.blog-sidebar,.blog-pagination,.post-navigation,.comments-section{display:none !important}.blog-layout{grid-template-columns:1fr !important}.post-card{break-inside:avoid;box-shadow:none !important;border:1px
solid #ddd !important}body{background:#fff !important;color:#000 !important}}.widget .myCRED-rank{float:right}.item-meta>#mycred-my-ranks{display:none}.item-meta>.mycred-balance{display:none}.widget .myCRED-rank
span{padding-right:4px;color:gray}.widget .myCRED-balance{display:block;margin-bottom:24px;text-align:center;font-size:larger}.widget .myCRED-leaderboard
.cred{float:right}.widget .myCRED-leaderboard .first-item{font-size:110%}.widget .myCRED-history{padding:0;margin:0;list-style-type:none}.widget .myCRED-history
.creds{float:right;padding:0;clear:left}.mycred-nav-rank
img{display:inherit}button.mycred-submit-transfer.btn.btn-primary.btn-block.btn-lg{margin:20px
0}input.mycred-autofill.form-control.ui-autocomplete-input{margin-left:20px}.mycred-transfer-form input.form-control{margin-left:28px;margin-top:10px}span.form-control-static{text-transform:capitalize;font-weight:400;margin-left:20px}p.form-control-static{margin:0
16px}form#mycred-transfer-form-transfer{background:#f9f9f9;padding:25px;box-shadow:0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);border-radius:10px}form#mycred-transfer-form-donation{background:#f9f9f9;padding:25px;margin:150px
0;box-shadow:0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);border-radius:10px}input#mycred-transfer-form-message-field{margin-left:24px}span#mycred-transfer-form-amount-field{margin-left:28px}.mycred-badges-list-item
img{width:25%;display:inline-block;float:left}.mycred-badges-list-item
h3{color:red}.mycred-badges-list-item .mycred-left{float:left;width:72%;margin-left:15px}.mycred-badges-list-item
.clear{clear:both}.mycred-badges-list-item .mycred-mr-l{margin-left:25px}.mycred-badges-list-item{border-top:0 solid #9c9c9c;min-height:180px;padding:15px
0;cursor:pointer}.mycred-badges-list-item~.mycred-badges-list-item{border-top-width:1px}.mycred-badges-list h3:first-child{margin-bottom:15px;margin-top:0}.mycred-badges-list-item.not-earned{filter:grayscale(1)}.mycred-tabset .mycred-badge-count{color:#fff;font-size:18px;background:#0173aa;border-radius:50%;padding:0
7px}.mycred-badges-list-item .mycred-sup-category{background:#0173aa;color:#fff;margin:0
3px;padding:2px
6px;font-size:14px;border-radius:4px}ul.mycred-badges-list-tabs{list-style-type:none;display:flex;margin:0;padding:0}ul.mycred-badges-list-tabs
li{padding:10px;cursor:pointer;border:1px
solid transparent;margin-right:5px;margin-bottom:-1px}ul.mycred-badges-list-tabs
li.active{border:1px
solid #47525d;border-bottom:1px solid #ccc}.mycred-badges-list-panels{border-top:1px solid #47525d}.mycred-badges-list-panel.active{display:initial}.mycred-badges-list-panel{display:none}.mycred-badge-count{color:#fff;font-size:18px;background:#0173aa;border-radius:50%;padding:0
7px;margin-left:5px}.mycred-badge-page .mycred-level-image{width:150px}.mycred-badge-page .mycred-badge-page-level{float:left;width:30%}.mycred-badge-page .mycred-level-requirement{font-size:19px;text-align:left}.mycred-badge-page .mycred-badge-image{width:150px}.mycred-badge-page-level .mycred-level-image{width:70px}.mycred-float-left{float:left}.mycred-float-right{float:right}.mycred-badge-earner-grid
img{width:150px;height:150px;padding:10px}.mycred-badge-earner-grid
h4{margin:0}.mycred-badge-earner-grid{text-align:center}.mycred-badges-list-item
p{margin-top:0}.mycred-left{float:left}.mycred-right{float:right}.mycred-clear{clear:both}.mycred-remove-margin{margin:0}.mycred-remove-padding{padding:0}.mycred-evidence-page
.intro{margin-left:45px}.mycred-evidence-page
p{font-size:19px;margin:0}.mycred-evidence-page
a{text-decoration:none;color:red}.mycred-evidence-page .dashicons-yes-alt{line-height:inherit;color:green}.mycred-badge-page-level
ul{margin-left:0;padding-left:20px}.mycred-badge-page-level .mycred-level-reward{text-align:left}.mycred-level-reward{margin-bottom:15px}.mycred-badge-page-level{margin-right:15px}.mycred-badges-list-item:hover{background:#efefef}.mycred-badge-congratulation-msg{background:#f0f0f0;padding:25px
10px;margin:20px
0;border-radius:5px}li.mycred-strike-off{text-decoration:line-through}.mycred-search-bar{padding:10px
0}.mycred-history-wrapper .pagination>li{display:inline-block;padding:5px}.mycred-badge-page-level
h4{text-align:left}.mycred_align_left{text-align:left}.mycred_align_center{text-align:center}.mycred_align_justify{text-align:justify}.mycred_align_right{text-align:right}.mycred_layout_left .mycred-badge-image-wrapper{float:left;width:30%}.mycred_layout_left
.mycred_content{float:left;width:70%}.mycred_layout_left{width:100%}.mycred_layout_top{float:left;width:100%}.mycred_layout_right .mycred-badge-image-wrapper{float:right;width:30%}.mycred_layout_right
.mycred_content{float:right;width:70%}.mycred_layout_right{float:right;width:100%}.mycred-clearfix{clear:both}.mycred_layout_top .mycred-badge-image-wrapper, .mycred_layout_bottom .mycred-badge-image-wrapper{text-align:center}.mycred-badge-image{display:inline}.mycred-not-earned{opacity:0.4}.mycred-alert{padding:10px;border-radius:5px;color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.mycred-alert.success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}@font-face{font-family:'mycred-social-icons';src:url('/wp-content/plugins/mycred/assets/css/fonts/mycred-social-icons.eot?u9j1dx');src:url('/wp-content/plugins/mycred/assets/css/fonts/mycred-social-icons.eot?u9j1dx#iefix') format('embedded-opentype'),
url('/wp-content/plugins/mycred/assets/css/fonts/mycred-social-icons.ttf?u9j1dx') format('truetype'),
url('/wp-content/plugins/mycred/assets/css/fonts/mycred-social-icons.woff?u9j1dx') format('woff'),
url('/wp-content/plugins/mycred/assets/css/fonts/mycred-social-icons.svg?u9j1dx#mycred-social-icons') format('svg');font-weight:normal;font-style:normal;font-display:block}[class^="mycred-social-icon-"],[class*=" mycred-social-icon-"]{font-family:'mycred-social-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mycred-social-icon-bars:before{content:"\e900"}.mycred-social-icon-facebook:before{content:"\e901"}.mycred-social-icon-instagram:before{content:"\e902"}.mycred-social-icon-linkedin:before{content:"\e903"}.mycred-social-icon-pinterest:before{content:"\e904"}.mycred-social-icon-twitch:before{content:"\e905"}.mycred-social-icon-twitter:before{content:"\e906"}.mycred-social-icon-whatsapp:before{content:"\e907"}.mycred-social-icon-youtube:before{content:"\e908"}.social-media-br
br{display:none}button.mycred-social-icons,a.mycred-social-icons,button.social-text{text-align:center;margin:0
2px 5px 2px;cursor:pointer}button.mycred-social-icons:before{margin-right:11px;font-size:20px;margin-left:2px;vertical-align:middle}button.mycred-social-icons a, button.social-text
a{text-decoration:none;color:#FFF;line-height:normal;text-transform:capitalize;font-family:sans-serif;font-weight:bold;box-shadow:none}button.mycred-social-icons
a{vertical-align:middle}button.mycred-social-icons a:hover, button.social-text a:hover{box-shadow:none;color:#fff}button.mycred-social-icons,button.social-text{padding:10px
15px;font-size:15px;text-align:center;border:0px;white-space:nowrap}a.mycred-social-icons{font-size:20px;text-decoration:none;box-shadow:none;min-width:40px;height:40px;display:inline-flex;flex-direction:column;flex:0 0 10%;max-width:10%;align-items:center;justify-content:center;transition:all .2s ease-in-out}a.mycred-social-icons:hover,button.mycred-social-icons:hover,button.social-text:hover{opacity:0.7;box-shadow:none;color:#fff}a.mycred-social-icon-facebook,button.mycred-social-icon-facebook,button.facebook{background:#3b5998;color:white}a.mycred-social-icon-youtube,button.mycred-social-icon-youtube,button.youtube{background:#f80000;color:white}a.mycred-social-icon-twitter,button.mycred-social-icon-twitter,button.twitter{background:#55acee;color:white}a.mycred-social-icon-twitch,button.mycred-social-icon-twitch,button.twitch{background:#6441a5;color:white}a.mycred-social-icon-instagram,button.mycred-social-icon-instagram,button.instagram{background:#C03B92;color:white}a.mycred-social-icon-pinterest,button.mycred-social-icon-pinterest,button.pinterest{background:#bd081c;color:white}a.mycred-social-icon-linkedin,button.mycred-social-icon-linkedin,button.linkedin{background:#0077b5;color:white}a.mycred-social-icon-whatsapp,button.mycred-social-icon-whatsapp,button.whatsapp{background:#43d854;color:white}a.mycred-social-icons.i-text:hover,a.mycred-social-icons.i-text-admin:hover{position:relative;max-width:max-content;flex:0 0 35%}a.mycred-social-icons.i-text-admin:hover{top:-4px}a.mycred-social-icons.i-text:hover:before,a.mycred-social-icons.i-text-admin:hover:before{position:absolute;left:15px;z-index:9999}a.mycred-social-icons.i-text
span{display:none}a.mycred-social-icons.i-text:hover span,a.mycred-social-icons.i-text-admin:hover:after{margin-left:14px;font-family:sans-serif;font-weight:bold;font-size:14px}a.mycred-social-icons.i-text-admin:hover:after{min-width:150px;display:inline-block}a.mycred-social-icons.i-text:hover
span{display:inline-block}a.mycred-social-icon-whatsapp.i-text:hover{min-width:130px}.entry .entry-content a.social-share{text-decoration:none}.social-wrapper{align-items:center}.social-wrapper>*{flex-basis:auto;margin:5px
!important}.social-wrapper .mycred-social-icon-whatsapp, .social-wrapper
button.whatsapp{display:none !important}.social-wrapper .show-more{display:block;width:40px;height:40px;line-height:40px;padding:0;margin-right:0 !important;min-width:40px}.social-wrapper>a+.show-more{border-radius:0}span.social-span{font-weight:400;color:#afaaa4;display:block;font-style:italic}ul.filter-fields-list{max-width:80%}ul.filter-fields-list
li{clear:both}ul.filter-fields-list li input[type="text"]{float:right}.mycred-tab-content .form-table
th{width:24%;text-align:right}.border-row{border-top:1px solid #DDD}.border-b-row{border-bottom:1px solid #DDD}@media (max-width:1024px){ul.filter-fields-list{max-width:80%}}@media (max-width:768px){a.mycred-social-icons.i-text:hover,a.mycred-social-icons.i-text-admin:hover{min-width:45%}}.mycred-tab-content.tab-container{background-color:white;border:solid #ccc 1px;margin-top:-1px}.mycred-tab-content .form-table
td{padding:15px
55px}.filter-fields-list .mycred-social-custom-fields{width:49%;margin-top:13px}.filter-fields-list .mycred-select-option{display:inline-block;margin-top:18px;min-width:125px;max-width:109px;float:left}.mycred-tab-content
a{text-decoration:none}.correct-app-id{border:#01ab01 solid 1px!important}.incorrect-app-id{border:#dc3232 solid 1px!important}small.response_message{color:red;display:none}.mycred-tab-content li.sortable-item.ui-sortable-handle{background-color:whitesmoke;padding-bottom:8px;padding-right:10px;padding-left:8px;border:1px
solid #dadada}.mycred-tab-content li.sortable-item i.mycred-social-icon-bars{cursor:all-scroll}.mycred-tab-content li.sortable-item.ui-sortable-handle:hover{-webkit-box-shadow:0px 2px 5px 0px rgba(0,0,0,0.2);-moz-box-shadow:0px 2px 5px 0px rgba(0,0,0,0.2);box-shadow:0px 2px 5px 0px rgba(0,0,0,0.2);transition:all 0.3s ease}.mycred-tab-content i.mycred-social-icon-bars{margin-right:6px}.my_cred_follow_button_input_field{display:inline-block;width:78%}.mycred_share_width_fix .my_cred_follow_button_input_field .mycred-social-custom-fields{width:100%}.mycred-tab-content.admin-mycred  a.mycred-social-icon-pinterest.i-text-admin:hover:after,a.i-text-admin.mycred-social-icon-pinterest:hover:after{content:"Pinterest"}.mycred-tab-content.admin-mycred  a.mycred-social-icon-facebook.i-text-admin:hover:after,a.mycred-social-icon-facebook.i-text-admin:hover:after{content:"Facebook"}.mycred-tab-content.admin-mycred  a.mycred-social-icon-twitter.i-text-admin:hover:after,a.mycred-social-icon-twitter.i-text-admin:hover:after{content:"Twitter"}.mycred-tab-content.admin-mycred  a.mycred-social-icon-linkedin.i-text-admin:hover:after,a.mycred-social-icon-linkedin.i-text-admin:hover:after{content:"Linkedin"}.mycred-tab-content.admin-mycred  a.mycred-social-icon-youtube.i-text-admin:hover:after,a.mycred-social-icon-youtube.i-text-admin:hover:after{content:"Youtube"}.mycred-tab-content.admin-mycred  a.mycred-social-icon-twitch.i-text-admin:hover:after,a.mycred-social-icon-twitch.i-text-admin:hover:after{content:"Twitch"}.mycred-tab-content.admin-mycred  a.mycred-social-icon-instagram.i-text-admin:hover:after,a.mycred-social-icon-instagram.i-text-admin:hover:after{content:"Instagram"}.mycred-social-wrapper button a:focus{color:#fff;-webkit-box-shadow:none;box-shadow:none}.mycred-social-wrapper
a{color:white;text-decoration:none}.mycred-social-wrapper
button{min-width:170px}.mycred_socialshare_notice{width:100%;background-color:#ffc10721;padding:5px;color:#7c7c7c;border:1px
solid #f5da87}.mycred-social-wrapper a.social-share
button{padding:10px
15px;font-size:18px;text-align:center;border:0px;white-space:nowrap}@media (max-width:768px){.mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-pinterest ,.mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-facebook,
.mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-twitter ,.mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-linkedin,
.mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-twitch ,.mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-youtube, .mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-instagram{width:100%;display:block;min-width:unset}}body{--glsr-white:#fff;--glsr-gray-100:#f5f5f5;--glsr-gray-200:#e5e5e5;--glsr-gray-300:#d4d4d4;--glsr-gray-400:#a3a3a3;--glsr-gray-500:#737373;--glsr-gray-600:#525252;--glsr-gray-700:#404040;--glsr-gray-800:#262626;--glsr-gray-900:#171717;--glsr-black:#000;--glsr-blue:#1c64f2;--glsr-green:#057a55;--glsr-red:#e02424;--glsr-yellow:#faca15;--glsr-duration-slow:0.3s;--glsr-duration-fast:0.15s;--glsr-gap-xs:0.25em;--glsr-gap-sm:0.5em;--glsr-gap-md:0.75em;--glsr-gap-lg:1em;--glsr-gap-xl:2em;--glsr-leading:1.5;--glsr-px:1.25em;--glsr-py:1.25em;--glsr-radius:3px;--glsr-text-base:1em;--glsr-text-sm:0.875em;--glsr-text-md:1em;--glsr-text-lg:1.25em;--glsr-review-col-gap:var(--glsr-gap-xl);--glsr-review-row-gap:var(--glsr-gap-xl);--glsr-review-star:1.25em;--glsr-review-verified:var(--glsr-green);--glsr-tag-label-weight:600;--glsr-bar-bg:var(--glsr-yellow);--glsr-bar-opacity:0.1;--glsr-bar-radius:0px;--glsr-bar-size:var(--glsr-text-md);--glsr-bar-gap:.5em;--glsr-max-w:48ch;--glsr-summary-align:start;--glsr-summary-star:1.5em;--glsr-summary-text:var(--glsr-text-sm);--glsr-description-text:var(--glsr-text-sm);--glsr-description-weight:400;--glsr-form-col-gap:var(--glsr-gap-sm);--glsr-form-error:var(--glsr-red);--glsr-form-row-gap:var(--glsr-gap-md);--glsr-form-star:2em;--glsr-form-success:var(--glsr-green);--glsr-input-bg:var(--glsr-white);--glsr-input-border-color:var(--glsr-gray-400);--glsr-input-border-style:solid;--glsr-input-border-width:1px;--glsr-input-color:var(--glsr-gray-900);--glsr-input-pb:0.5em;--glsr-input-pt:0.5em;--glsr-input-pl:0.75em;--glsr-input-pr:0.75em;--glsr-input-radius:3px;--glsr-input-transition:border-color var(--glsr-duration-fast) ease-in-out;--glsr-label-color:currentColor;--glsr-label-leading:1.5;--glsr-label-text:var(--glsr-text-sm);--glsr-label-weight:600;--glsr-subgroup-gap:0px;--glsr-range-size:1em;--glsr-choice-color:currentColor;--glsr-choice-size:1em;--glsr-toggle-bg:currentColor;--glsr-toggle-color:var(--glsr-white);--glsr-toggle-opacity:0.2;--glsr-toggle-radius:1em;--glsr-toggle-shadow-color:rgba(0,0,0,.1);--glsr-toggle-size:1em;--glsr-toggled-bg:currentColor;--glsr-toggled-opacity:1;--glsr-modal-bg:var(--wp--preset--color--base,var(--glsr-white));--glsr-modal-radius:3px;--glsr-modal-padding:1.5em;--glsr-tooltip-border-radius:4px;--glsr-tooltip-font-size:0.875rem;--glsr-tooltip-font-weight:400;--glsr-tooltip-line-height:1;--glsr-tooltip-margin:12px;--glsr-tooltip-padding:.5em 1em;--glsr-tooltip-size:6px}@keyframes gl-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes gl-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes gl-spin{0%{transform:rotate(0deg) translateZ(0)}to{transform:rotate(1turn) translateZ(0)}}@keyframes gl-zoomIn{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes gl-zoomOut{0%{transform:scale(1)}to{transform:scale(.95)}}.glsr *+*{box-sizing:border-box}.glsr{width:100%}.glsr,.glsr-modal{border-width:0;font-size:var(--glsr-text-base)}.glsr .screen-reader-text,.glsr-modal .screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.glsr-captcha-holder
iframe{margin:0!important}.glsr-captcha-holder[data-size=invisible]:not([data-badge=inline]){bottom:0;position:absolute}.glsr-captcha-holder>div:not([data-type=procaptcha]){display:flex}.glsr-fade-out{opacity:0!important;transition:visibility 0s cubic-bezier(0,0,.2,1) var(--glsr-duration-slow),opacity var(--glsr-duration-slow)!important;visibility:hidden!important}.glsr-reviews,.glsr-reviews-wrap{grid-row-gap:var(--glsr-review-row-gap);display:grid;row-gap:var(--glsr-review-row-gap)}.glsr-default .glsr-loading,.glsr-default form.glsr-form .glsr-loading{display:inline-flex;flex-grow:0;flex-shrink:0;height:1em;position:relative;width:1em}.glsr-default .glsr-loading:not(.does-not-exist):not(does-not-exist):after,.glsr-default .glsr-loading:not(.does-not-exist):not(does-not-exist):before,.glsr-default form.glsr-form .glsr-loading:after,.glsr-default form.glsr-form .glsr-loading:before{animation:gl-spin .5s linear infinite;border:.2em solid;border-radius:100%;box-sizing:border-box;content:"";display:block;height:100%;left:0;margin:0;position:absolute;top:0;width:100%}.glsr-default .glsr-loading:not(.does-not-exist):not(does-not-exist):before,.glsr-default form.glsr-form .glsr-loading:before{border-top-color:transparent;opacity:.5}.glsr-default .glsr-loading:not(.does-not-exist):not(does-not-exist):after,.glsr-default form.glsr-form .glsr-loading:after{border-color:currentColor transparent transparent}.glsr-default .glsr-spinner{animation:gl-spin .5s linear infinite;border-radius:50%;height:24px;position:relative;width:24px}.glsr-default .glsr-spinner:after,.glsr-default .glsr-spinner:before{background:currentColor;border-radius:50%;content:"";height:8px;position:absolute;width:8px}.glsr-default .glsr-spinner:before{left:0;top:0}.glsr-default .glsr-spinner:after{bottom:0;right:0}.glsr-default .glsr-pagination{position:relative}.glsr-default .glsr-pagination:not(.glsr-ajax-loadmore){align-items:center;display:flex;justify-content:center}.glsr-default .glsr-pagination .glsr-spinner{position:absolute}.glsr-default .glsr-pagination
.pagination{flex-basis:100%;margin-bottom:0;margin-top:0;opacity:1;transition:opacity var(--glsr-duration-slow)}.glsr-default.glsr-hide .glsr-pagination
.pagination{opacity:0!important}.glsr-star-rating{align-items:center;display:flex;position:relative}.glsr-stars{justify-content:center}.glsr-star{background-size:var(--glsr-review-star);flex-shrink:0;font-size:inherit;height:var(--glsr-review-star);width:var(--glsr-review-star)}.glsr-summary .glsr-star{background-size:var(--glsr-summary-star);height:var(--glsr-summary-star);width:var(--glsr-summary-star)}.glsr-star-empty{background-image:var(--glsr-star-empty)}.glsr-star-full{background-image:var(--glsr-star-full)}.glsr-star-half{background-image:var(--glsr-star-half)}.glsr-review{quotes:"“" "”";word-break:break-word}.glsr-review,.glsr-reviews>p{opacity:1;transition:opacity .5s}.glsr-hide .glsr-review,.glsr-hide .glsr-reviews>p{opacity:.25!important}.glsr-review p:first-of-type{margin-top:0!important}.glsr-review [data-expanded=false] p.glsr-hidden-text,.glsr-review p:last-of-type{margin-bottom:0!important}.glsr-review-date{white-space:nowrap}.glsr-review-rating{align-items:center;display:inline-flex;gap:.5em;justify-content:center}.glsr-review-response{padding:var(--glsr-py) var(--glsr-px);position:relative;width:100%}.glsr-review-response:before{border-bottom:calc(var(--glsr-text-md)*1.5) solid;border-left:0 solid transparent;border-right:calc(var(--glsr-text-md)*2) solid transparent;border-top:0 solid;content:"";height:0;opacity:.1;position:absolute;right:calc(var(--glsr-text-md)*1.5);top:calc((var(--glsr-text-md)*1.5)*-1);top:calc(var(--glsr-text-md)*1.5*-1);width:0}.glsr-review-response:after{background-color:currentColor;border-radius:var(--glsr-radius);content:"";height:100%;left:0;opacity:.1;position:absolute;top:0;width:100%}.glsr-rtl .glsr-review-response:before{border-left-width:calc(var(--glsr-text-md)*2);border-right-width:0;left:calc(var(--glsr-text-md)*1.5);right:auto}.glsr-review-type a,.glsr-review-type
svg{display:block}.glsr-review-response-inner{position:relative;z-index:1}.glsr-default .glsr-review{display:flex;flex-wrap:wrap;gap:var(--glsr-gap-md)}.glsr-default .glsr-review
p{margin-bottom:var(--glsr-text-md);margin-top:0;padding:0}.glsr-default .glsr-tag-label{font-weight:var(--glsr-tag-label-weight)}.glsr-default .glsr-review-assigned_links,.glsr-default .glsr-review-assigned_posts,.glsr-default .glsr-review-assigned_terms,.glsr-default .glsr-review-assigned_users{width:100%}.glsr-default .glsr-review-author{align-items:center;display:inline-flex;gap:.5ex}.glsr-default .glsr-review-avatar{flex:0 0}.glsr-default .glsr-review-avatar
img{border-width:0;display:flex;margin:0;max-height:none;max-width:none;-o-object-fit:cover;object-fit:cover}.glsr-default .glsr-review-content{width:100%}.glsr-default .glsr-review-date{align-items:center;display:inline-flex;flex:1 0;white-space:nowrap}.glsr-default .glsr-review-location{align-items:center;display:inline-flex;font-size:var(--glsr-text-sm);white-space:nowrap}.glsr-default .glsr-review-location .glsr-tag-value{align-items:center;display:flex;gap:.5ex}.glsr-default .glsr-review-rating{align-items:center;display:inline-flex;flex-shrink:0;gap:.5em}.glsr-default .glsr-review-response,.glsr-default .glsr-review-title{width:100%}.glsr-default .glsr-review-title h3,.glsr-default .glsr-review-title h4,.glsr-default .glsr-review-title
h5{margin-bottom:0;margin-top:0}.glsr-default .glsr-review-verified{align-items:center;color:var(--glsr-review-verified);display:flex;font-size:var(--glsr-text-sm);gap:.5ex}.glsr-default .glsr-tag-value ol,.glsr-default .glsr-tag-value
ul{display:flex;flex-direction:column;gap:1ex;margin:0
0 0 2em;padding:0}.glsr-default .glsr-tag-value
ol{list-style-type:decimal}.glsr-default .glsr-tag-value
ul{list-style-type:disc}.glsr-default .glsr-tag-value
li{margin:0}.glsr-default .glsr-read-more{white-space:nowrap}.glsr-default .glsr-read-more:before{content:"";margin-left:0;margin-right:.5em}.glsr-default.glsr-rtl .glsr-read-more:before{margin-left:.5em;margin-right:0}.glsr-default [data-expanded=false] .glsr-read-more:before{content:"\2026"}.glsr-default [data-expanded=false] .glsr-hidden{display:none}.glsr-default .glsr-flag{--aspect-ratio:4/3;--background-image:none;--border-radius:0;--border-width:0;aspect-ratio:var(--aspect-ratio);border-radius:var(--border-radius);box-sizing:border-box;display:inline-flex;height:1em;overflow:hidden;position:relative}.glsr-default .glsr-flag:before{background-image:var(--background-image);border-color:rgba(0,0,0,.5);border-radius:var(--border-radius);border-style:solid;border-width:var(--border-width);box-sizing:border-box;content:"";display:block;height:100%;mix-blend-mode:overlay;position:absolute;width:100%}.glsr-default .glsr-flag
img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.glsr-default .glsr-flag[data-border="1"]{--border-width:1px}.glsr-default .glsr-flag[data-radius="1"]{--border-radius:0.1em}.glsr-default .glsr-flag[data-shape=circle]{--aspect-ratio:1/1;--border-radius:1em}.glsr-default .glsr-flag[data-shape=square]{--aspect-ratio:1/1}.glsr-default .glsr-flag[data-gradient=circular]{--background-image:radial-gradient(107.48% 114.58% at 50% 14.58%,hsla(0,0%,100%,.3) 0%,rgba(0,0,0,.24) 28.93%,rgba(0,0,0,.55) 46.3%,hsla(0,0%,100%,.26) 60.57%,rgba(0,0,0,.17) 72.67%,hsla(0,0%,100%,.3) 100%)}.glsr-default .glsr-flag[data-gradient=diagonal]{--background-image:linear-gradient(45deg,rgba(0,0,0,.2),rgba(39,39,39,.22) 11%,hsla(0,0%,100%,.3) 27%,rgba(0,0,0,.24) 41%,rgba(0,0,0,.55) 52%,hsla(0,0%,100%,.26) 63%,rgba(0,0,0,.27) 74%,hsla(0,0%,100%,.3))}.glsr-default .glsr-flag[data-gradient=linear]{--background-image:linear-gradient(0deg,rgba(0,0,0,.3) 2%,hsla(0,0%,100%,.7))}.glsr-summary{align-items:center;-moz-column-gap:var(--glsr-gap-sm);column-gap:var(--glsr-gap-sm);display:flex;flex-wrap:wrap;justify-content:var(--glsr-summary-align);max-width:var(--glsr-max-w);position:relative;width:100%}.glsr-summary-rating{display:flex;font-size:var(--glsr-text-lg);font-weight:700;line-height:1;white-space:nowrap}.glsr-summary-stars{display:flex}.glsr-summary-text{flex:auto;text-align:var(--glsr-summary-align)}.glsr-summary-percentages{grid-column-gap:var(--glsr-bar-gap);grid-row-gap:var(--glsr-bar-gap);-moz-column-gap:var(--glsr-bar-gap);column-gap:var(--glsr-bar-gap);display:grid;grid-template-columns:auto 1fr auto;line-height:1;row-gap:var(--glsr-bar-gap);width:100%}.glsr-summary>div+.glsr-summary-percentages{margin-top:var(--glsr-gap-sm)}.glsr-summary-bar{grid-gap:var(--glsr-gap-sm);align-items:center;display:grid;gap:var(--glsr-gap-sm);grid-column:span 3;grid-template-columns:subgrid}.glsr-summary-bar-label{align-items:center;display:flex;font-size:var(--glsr-summary-text);justify-content:start;white-space:nowrap}.glsr-summary-bar-background{border-radius:var(--glsr-bar-radius);display:flex;height:var(--glsr-bar-size);overflow:hidden;position:relative;white-space:nowrap}.glsr-summary-bar-background:before{background-color:currentColor;content:"";height:100%;opacity:var(--glsr-bar-opacity);position:absolute;width:100%}.glsr-summary-bar-background:after{background-color:var(--glsr-bar-bg);content:"";height:100%;position:relative;width:var(--glsr-bar-percent)}.glsr-summary-bar-percent{align-items:center;display:flex;font-size:var(--glsr-summary-text);justify-content:end;white-space:nowrap}.glsr-summary-bar-percent:before{content:attr(data-percent)}.glsr-default form.glsr-hide-form{max-height:0!important;opacity:0;overflow:hidden}.glsr-default form.glsr-form{grid-column-gap:var(--glsr-form-col-gap);grid-row-gap:var(--glsr-form-row-gap);-moz-column-gap:var(--glsr-form-col-gap);column-gap:var(--glsr-form-col-gap);display:grid;grid-template-columns:1fr;margin-bottom:0;position:relative;row-gap:var(--glsr-form-row-gap)}.glsr-default .glsr-field{position:relative}.glsr-default form.glsr-form .glsr-description dl,.glsr-default form.glsr-form .glsr-description ol,.glsr-default form.glsr-form .glsr-description
ul{margin:0;padding-bottom:0;padding-left:2em;padding-top:0}.glsr-default .glsr-field.glsr-hidden{display:none!important}.glsr-default .glsr-field:not(.glsr-field-is-invalid) .glsr-field-error,.glsr-default .glsr-form-message:not(.glsr-form-failed):not(.glsr-form-success){display:none}.glsr-default .glsr-field-error{color:var(--glsr-form-error);font-size:var(--glsr-text-sm)}.glsr-default .glsr-form-failed{color:var(--glsr-form-error)}.glsr-default .glsr-form-success{color:var(--glsr-form-success)}.glsr-default .glsr-is-invalid{border-color:var(--glsr-form-error)!important}.glsr-default form.glsr-form label.glsr-label{display:block;float:none;hyphens:none;margin:0}.glsr-default form.glsr-form .glsr-description{display:block;font-weight:400;text-transform:none}.glsr-default form.glsr-form input.glsr-input:not(.wp-block-search__input),.glsr-default form.glsr-form select.glsr-select,.glsr-default form.glsr-form textarea.glsr-textarea{box-sizing:border-box;display:block;float:none;margin:0;max-height:none;max-width:none;min-height:auto;min-width:auto;width:100%}.glsr-default form.glsr-form textarea.glsr-textarea{field-sizing:content;min-height:5lh;resize:vertical}.glsr-default form.glsr-form .glsr-field-subgroup{gap:var(--glsr-subgroup-gap)}.glsr-default form.glsr-form .glsr-field-checkbox,.glsr-default form.glsr-form .glsr-field-radio{align-items:start;display:flex;gap:var(--glsr-gap-sm)}.glsr-default form.glsr-form .glsr-field-checkbox>span:not(.glsr-checkbox),.glsr-default form.glsr-form .glsr-field-radio>span:not(.glsr-radio){align-items:center;display:flex;flex-shrink:0;height:1.5em}.glsr-default form.glsr-form .glsr-checkbox,.glsr-default form.glsr-form .glsr-radio{display:grid;font-size:var(--glsr-choice-size);height:1em!important;width:1em!important}.glsr-default form.glsr-form .glsr-checkbox input,.glsr-default form.glsr-form .glsr-radio
input{box-sizing:border-box;display:block;left:0;margin:0;outline:none;padding:0;position:relative;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.glsr-default form.glsr-form .glsr-checkbox label,.glsr-default form.glsr-form .glsr-radio
label{display:flex;flex-direction:column;margin:0}.glsr-default form.glsr-form .glsr-field-toggle{--toggle-h:calc(0.75em + var(--toggle-p)*2);--toggle-p:.125em;--toggle-w:calc(1.5em + var(--toggle-p)*2);--transition-timing-fn:cubic-bezier(.4,0,.2,1);align-items:start;display:flex;gap:var(--glsr-gap-sm)}.glsr-default form.glsr-form .glsr-field-toggle>span:not(.glsr-toggle){align-items:center;display:flex;flex-shrink:0;height:1.5em}.glsr-default form.glsr-form .glsr-toggle{display:grid;font-size:var(--glsr-toggle-size);height:var(--toggle-h);position:relative;width:var(--toggle-w)}.glsr-default form.glsr-form .glsr-toggle
input{all:unset!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;bottom:0!important;left:0!important;position:absolute!important;right:0!important;top:0!important;z-index:0!important}.glsr-default form.glsr-form .glsr-toggle input:after,.glsr-default form.glsr-form .glsr-toggle input:before{display:none!important}.glsr-default form.glsr-form .glsr-toggle-track{bottom:0;padding:var(--toggle-p);pointer-events:none;right:0}.glsr-default form.glsr-form .glsr-toggle-track,.glsr-default form.glsr-form .glsr-toggle-track:before{border-radius:var(--glsr-toggle-radius);box-sizing:border-box;left:0;position:absolute;top:0;width:100%}.glsr-default form.glsr-form .glsr-toggle-track:before{background-color:var(--glsr-toggle-bg);content:"";display:block;height:100%;opacity:var(--glsr-toggle-opacity);transition-duration:var(--glsr-duration-fast);transition-property:background-color,opacity;transition-timing-function:var(--transition-timing-fn)}.glsr-default form.glsr-form .glsr-toggle-track:after{background-color:var(--glsr-toggle-color);border-radius:calc(var(--glsr-toggle-radius) - var(--toggle-p));box-shadow:0 .05em .1em var(--glsr-toggle-shadow-color),0 .05em .15em var(--glsr-toggle-shadow-color);box-sizing:border-box;content:"";display:block;height:.75em;pointer-events:none;position:relative;transition:transform var(--glsr-duration-fast) var(--transition-timing-fn);width:.75em;z-index:1}.glsr-default form.glsr-form input:checked+.glsr-toggle-track:before{background-color:var(--glsr-toggled-bg);opacity:var(--glsr-toggled-opacity);transition-duration:var(--glsr-duration-fast);transition-property:background-color,opacity;transition-timing-function:var(--transition-timing-fn)}.glsr-default form.glsr-form input:checked+.glsr-toggle-track:after{transform:translateX(.75em)}.glsr-default.glsr-rtl form.glsr-form input:checked+.glsr-toggle-track:after{transform:translateX(-.75em)}.glsr-default form.glsr-form .glsr-range-labels{display:grid;font-size:var(--glsr-text-sm);grid-template-columns:repeat(auto-fit,minmax(50px,1fr));line-height:1.5;text-align:center}.glsr-default form.glsr-form .glsr-range-labels :first-child{text-align:left}.glsr-default form.glsr-form .glsr-range-labels :last-child{text-align:right}.glsr-default form.glsr-form .glsr-range-options{align-items:center;display:flex;font-size:var(--glsr-text-base);gap:var(--glsr-gap-lg);justify-content:space-between;margin-bottom:calc(var(--glsr-text-sm)*1.5);padding-bottom:var(--glsr-gap-xs);padding-top:var(--glsr-gap-xs);position:relative}.glsr-default form.glsr-form .glsr-range-options:before{background-color:var(--glsr-input-border-color);content:"";display:block;height:var(--glsr-input-border-width);min-height:1px;position:absolute;width:100%}.glsr-default form.glsr-form .glsr-range-options:has(.glsr-is-invalid):before{background-color:var(--glsr-form-error)}.glsr-default form.glsr-form .glsr-field-range{display:flex;position:static;z-index:1}.glsr-default form.glsr-form .glsr-range-options
label{display:none}.glsr-default form.glsr-form .glsr-range{display:grid;font-size:var(--glsr-range-size);height:1.25em;width:1.25em}.glsr-default form.glsr-form .glsr-range
input{box-sizing:border-box;display:block;left:0;margin:0;outline:none;padding:0;position:relative;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.glsr-default form.glsr-form .glsr-field-range:has(input:checked) label,.glsr-default form.glsr-form .glsr-range-options:not(:has(input:checked)):after{display:flex;font-size:var(--glsr-text-sm);justify-content:start;left:0;line-height:1.5;margin:0;padding:0;position:absolute;top:100%;width:100%}.glsr-default form.glsr-form .glsr-range-options:not(:has(input:checked)):after{content:attr(data-placeholder)}form.glsr-form .glsr-star-rating:not([data-star-rating]) .glsr-star-rating--stars{display:none!important}form.glsr-form .glsr-star-rating>select{clip-path:inset(50%);height:1px!important;margin:0!important;opacity:0!important;overflow:hidden!important;padding:0!important;position:absolute!important;top:0!important;visibility:visible!important;white-space:nowrap!important;width:1px!important}form.glsr-form .glsr-star-rating>select:after,form.glsr-form .glsr-star-rating>select:before{display:none!important}form.glsr-form .glsr-star-rating>select:focus+.glsr-star-rating--stars:before{box-shadow:0 0 0 3px -moz-mac-focusring;box-shadow:0 0 0 3px -webkit-focus-ring-color;box-shadow:0 0 0 3px Highlight;content:"";display:block;height:100%;outline:1px
solid transparent;pointer-events:none;position:absolute;width:100%}form.glsr-form .glsr-star-rating--ltr>select{left:0!important}form.glsr-form .glsr-star-rating--rtl>select{right:0!important}form.glsr-form .glsr-star-rating--stars{align-items:center;cursor:pointer;display:flex;position:relative}form.glsr-form select[disabled]+.glsr-star-rating--stars{cursor:default}form.glsr-form .glsr-star-rating span[data-value]{display:flex;font-size:var(--glsr-form-star);height:1em;line-height:1;margin:0;width:1em}form.glsr-form .glsr-star-rating--stars[class*=" s"]>span{background-image:var(--glsr-star-empty);background-position:50%;background-repeat:no-repeat;background-size:contain}form.glsr-form .glsr-field-is-invalid .glsr-star-rating--stars[class*=" s"]>span{background-image:var(--glsr-star-error)}form.glsr-form .glsr-star-rating--stars[class*=" s"]>span.gl-active,form.glsr-form .glsr-star-rating--stars[class*=" s"]>span.gl-active.gl-selected{background-image:var(--glsr-star-full)}form.glsr-form .glsr-has-rating-labels .glsr-star-rating--stars[aria-label]{margin-bottom:calc(var(--glsr-text-sm)*1.5);padding-bottom:var(--glsr-gap-xs)}form.glsr-form .glsr-has-rating-labels .glsr-star-rating--stars[aria-label]:after{content:attr(aria-label);display:flex;font-size:var(--glsr-text-sm);left:0;line-height:1.5;position:absolute;top:100%}.glsr-default button.glsr-button{align-items:center!important;cursor:pointer;display:inline-flex!important;justify-content:center;text-align:center;white-space:nowrap}.glsr-default button.glsr-button:not(.wp-block-search__button){margin:0}.glsr-default button.glsr-button[aria-busy=true]{gap:var(--glsr-gap-sm)}.glsr-default .wp-block-button{margin:0}html.glsr-modal-open{overflow:hidden;scrollbar-gutter:stable}html.glsr-modal-open
body{overflow:hidden;overscroll-behavior:contain}.glsr-modal{--timing-function:cubic-bezier(0,0,0.2,1);--timing-function-2:cubic-bezier(0.25,0.46,0.45,0.94);display:none;font-size:var(--wp--preset--font-size--normal,1rem);pointer-events:none;position:fixed;z-index:-1}.glsr-modal.is-open{display:block;pointer-events:auto;z-index:99999}.glsr-modal__overlay{align-items:center;background:rgba(0,0,0,.6);bottom:0;display:flex;height:100vh;justify-content:center;left:0;position:fixed;right:0;top:0;width:100vw}.glsr-modal__dialog{background-color:var(--glsr-modal-bg);border-radius:var(--glsr-modal-radius);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);box-sizing:border-box;display:flex;flex-direction:column;height:auto;max-height:min(1024px,calc(100vh - 2em));max-width:min(768px,calc(100vw - 2em));min-height:160px;min-width:320px;overflow:hidden;position:relative;width:100vw}.glsr-modal-small .glsr-modal__dialog{min-height:auto;width:480px}.glsr-modal-fullscreen .glsr-modal__dialog{height:100vh;max-height:calc(100vh - 2em);max-width:calc(100vw - 2em);width:100vw}[aria-hidden=false] .glsr-modal__dialog{animation:gl-zoomIn var(--glsr-duration-slow) var(--timing-function)}[aria-hidden=true] .glsr-modal__dialog{animation:gl-zoomOut var(--glsr-duration-fast) var(--timing-function)}.glsr-modal__header{font-weight:600}.glsr-modal__footer,.glsr-modal__header{align-items:center;box-shadow:0 0 1px 0 color-mix(in srgb,currentColor 10%,transparent),0 0 1em 0 rgba(0,0,0,.1);display:flex;flex-shrink:0;gap:var(--glsr-gap-md);padding:0
var(--glsr-modal-padding);position:relative;z-index:1}.glsr-modal__footer>div,.glsr-modal__header>div{align-items:center;display:flex;flex:1;gap:var(--glsr-gap-md);padding:.75em 0}.glsr-modal__body{-webkit-overflow-scrolling:touch;display:grid;grid-template-rows:1fr;overflow-y:auto;overscroll-behavior:contain;transition:grid-template-rows var(--glsr-duration-slow) var(--timing-function)}.glsr-modal.is-loading:not(.is-changing) .glsr-modal__body{grid-template-rows:0fr}.glsr-modal__inner{display:grid;grid-template-rows:1fr;min-height:calc(var(--glsr-modal-padding)*2);opacity:1;position:relative;transition:opacity var(--glsr-duration-slow) var(--timing-function)}.glsr-modal.is-loading:not(.is-changing) .glsr-modal__inner{opacity:0}.glsr-modal__content{padding:var(--glsr-modal-padding)}.glsr-modal button.glsr-modal__close,.glsr-modal button.glsr-modal__close:focus,.glsr-modal button.glsr-modal__close:hover{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent!important;border:0;box-shadow:none;color:currentColor!important;cursor:pointer;display:flex;font-size:1em;height:1.5em;justify-content:center;line-height:1;margin:.75em 1em;outline-offset:0;padding:0;position:absolute;right:0;top:0;transform:scale(1);transition:transform var(--glsr-duration-fast) ease-in;width:1.5em;z-index:10}.glsr-modal button.glsr-modal__close:hover{transform:scale(1.1)}.glsr-modal button.glsr-modal__close:before{all:revert;content:"\2715";font-family:arial;font-size:1.5em;font-weight:700;line-height:1}.glsr-modal button.glsr-modal__close:after,.glsr-modal[aria-hidden=true] .glsr-modal__close{display:none!important}.glsr-modal .glsr-modal__overlay{animation-timing-function:var(--timing-function)}.glsr-modal[aria-hidden=false] .glsr-modal__overlay{animation-duration:var(--glsr-duration-slow);animation-name:gl-fadeIn}.glsr-modal[aria-hidden=true] .glsr-modal__overlay{animation-duration:var(--glsr-duration-fast);animation-name:gl-fadeOut}.glsr-modal-error .glsr-modal__content,.glsr-modal-success .glsr-modal__content{display:flex;gap:var(--glsr-gap-md)}.glsr-modal-error .glsr-modal__content:before,.glsr-modal-success .glsr-modal__content:before{content:"";display:block;flex-shrink:0;height:2em;margin-top:-.25em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;opacity:.75;width:2em}.glsr-modal-error .glsr-modal__content:before{background-color:var(--glsr-red);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 2a8 8 0 1 1 0 16 8 8 0 1 1 0-16zm1.13 9.38.35-6.46H8.52l.35 6.46h2.26zm-.09 3.36c.24-.23.37-.55.37-.96 0-.42-.12-.74-.36-.97s-.59-.35-1.06-.35-.82.12-1.07.35-.37.55-.37.97c0 .41.13.73.38.96.26.23.61.34 1.06.34s.8-.11 1.05-.34z'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 2a8 8 0 1 1 0 16 8 8 0 1 1 0-16zm1.13 9.38.35-6.46H8.52l.35 6.46h2.26zm-.09 3.36c.24-.23.37-.55.37-.96 0-.42-.12-.74-.36-.97s-.59-.35-1.06-.35-.82.12-1.07.35-.37.55-.37.97c0 .41.13.73.38.96.26.23.61.34 1.06.34s.8-.11 1.05-.34z'/%3E%3C/svg%3E")}.glsr-modal-success .glsr-modal__content:before{background-color:var(--glsr-green);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 2a8 8 0 1 0 0 16 8 8 0 1 0 0-16zm-.615 12.66h-1.34l-3.24-4.54 1.341-1.25 2.569 2.4 5.141-5.931 1.34.94-5.811 8.381z'/%3E%3C/svg%3E");mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 2a8 8 0 1 0 0 16 8 8 0 1 0 0-16zm-.615 12.66h-1.34l-3.24-4.54 1.341-1.25 2.569 2.4 5.141-5.931 1.34.94-5.811 8.381z'/%3E%3C/svg%3E")}#glsr-modal-review .glsr-read-more{display:none!important}#glsr-modal-verified .glsr-modal__footer{box-shadow:inset 0 .5px 0 var(--glsr-review-verified);color:var(--glsr-review-verified)}#glsr-modal-verified .glsr-modal__footer:after{background:currentColor;content:"";height:100%;left:0;opacity:.125;position:absolute;top:0;width:100%;z-index:-1}.glsr-debug{position:relative}.glsr-debug:before{background-color:currentColor;content:"";height:100%;left:0;opacity:.15;overflow:hidden;position:absolute;top:0;width:100%}.glsr-debug
pre{font-family:Fira Code,Consolas,Monaco,monospace;font-size:12px;line-height:1.25;padding:10px;position:relative;z-index:1}.glsr-default{--glsr-toggled-bg:var(--glsr-blue)}.glsr-default form.glsr-form{font-size:var(--glsr-text-md);line-height:var(--glsr-leading)}.glsr-default form.glsr-form label.glsr-label{font-size:var(--glsr-label-text);font-weight:var(--glsr-label-weight);line-height:var(--glsr-label-leading);margin-bottom:var(--glsr-gap-xs);padding:0}.glsr-default form.glsr-form .glsr-label+.glsr-description{margin-bottom:var(--glsr-gap-xs)}.glsr-default form.glsr-form .glsr-description{font-size:var(--glsr-description-text);font-weight:var(--glsr-description-weight);opacity:.75}.glsr-default form.glsr-form .glsr-description>*{margin-bottom:0!important;padding-bottom:0!important}.glsr-default form.glsr-form input.glsr-input,.glsr-default form.glsr-form select.glsr-select,.glsr-default form.glsr-form textarea.glsr-textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-clip:padding-box;background-color:var(--glsr-input-bg);border-color:var(--glsr-input-border-color);border-radius:var(--glsr-input-radius);border-style:var(--glsr-input-border-style);border-width:var(--glsr-input-border-width);color:var(--glsr-input-color);font-family:inherit;font-size:var(--glsr-text-md);line-height:var(--glsr-leading);padding:var(--glsr-input-pt) var(--glsr-input-pr) var(--glsr-input-pb) var(--glsr-input-pl)!important;transition:var(--glsr-input-transition)}.glsr-default form.glsr-form input.glsr-input:focus,.glsr-default form.glsr-form select.glsr-select:focus,.glsr-default form.glsr-form textarea.glsr-textarea:focus{background-color:var(--glsr-input-bg);box-shadow:0 0 0 3px -moz-mac-focusring;box-shadow:0 0 0 3px -webkit-focus-ring-color;box-shadow:0 0 0 3px Highlight;outline:1px
solid transparent}.glsr-default form.glsr-form input.glsr-input,.glsr-default form.glsr-form select.glsr-select{min-height:auto!important}.glsr-default form.glsr-form select.glsr-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m7 7 3-3 3 3m0 6-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .5em center;background-repeat:no-repeat;background-size:1.5em 1.5em;height:auto;padding-right:3em;-webkit-print-color-adjust:exact;print-color-adjust:exact}.glsr-default form.glsr-form input.glsr-input-radio[type=radio],.glsr-default form.glsr-form input.glsr-input-range[type=radio],.glsr-default form.glsr-form input[type=checkbox].glsr-input-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--glsr-white);background-origin:border-box;border:1px
solid var(--glsr-input-border-color);font-size:var(--glsr-text-md);height:var(--glsr-choice-h);min-height:auto;min-width:auto;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--glsr-choice-w)}.glsr-default form.glsr-form input.glsr-input-checkbox[type=checkbox]:after,.glsr-default form.glsr-form input.glsr-input-checkbox[type=checkbox]:before,.glsr-default form.glsr-form input.glsr-input-radio[type=radio]:after,.glsr-default form.glsr-form input.glsr-input-radio[type=radio]:before,.glsr-default form.glsr-form input.glsr-input-range[type=radio]:after,.glsr-default form.glsr-form input.glsr-input-range[type=radio]:before{display:none!important}.glsr-default form.glsr-form input.glsr-input-checkbox[type=checkbox]:checked,.glsr-default form.glsr-form input.glsr-input-radio[type=radio]:checked,.glsr-default form.glsr-form input.glsr-input-range[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent;color:var(--glsr-blue)}.glsr-default form.glsr-form input.glsr-input-checkbox[type=checkbox]:focus,.glsr-default form.glsr-form input.glsr-input-radio[type=radio]:focus,.glsr-default form.glsr-form input.glsr-input-range[type=radio]:focus{box-shadow:0 0 0 3px -moz-mac-focusring;box-shadow:0 0 0 3px -webkit-focus-ring-color;box-shadow:0 0 0 3px Highlight;outline:1px
solid transparent}.glsr-default form.glsr-form input.glsr-input-checkbox[type=checkbox]:checked:focus,.glsr-default form.glsr-form input.glsr-input-radio[type=radio]:checked:focus,.glsr-default form.glsr-form input.glsr-input-range[type=radio]:checked:focus{border-color:transparent}.glsr-default form.glsr-form input[type=checkbox].glsr-input-checkbox{border-radius:var(--glsr-input-radius)}.glsr-default form.glsr-form input.glsr-input-checkbox[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E")}.glsr-default form.glsr-form input.glsr-input-radio[type=radio],.glsr-default form.glsr-form input.glsr-input-range[type=radio]{border-radius:100%}.glsr-default form.glsr-form input.glsr-input-radio[type=radio]:checked,.glsr-default form.glsr-form input.glsr-input-range[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}.glsr-default form.glsr-form .glsr-toggle
label{font-size:var(--glsr-text-md);line-height:var(--glsr-leading);padding:0}.glsr-default form.glsr-form .glsr-toggle input[type=checkbox]:focus{outline:none}.glsr-default form.glsr-form .glsr-toggle input[type=checkbox]:focus+.glsr-toggle-track{box-shadow:0 0 0 3px Highlight;box-shadow:0 0 0 3px -moz-mac-focusring;box-shadow:0 0 0 3px -webkit-focus-ring-color;outline:1px
solid transparent}.glsr-default form.glsr-form .glsr-field-error{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;line-height:var(--glsr-leading)}.theme-twentytwentytwo .glsr-default .glsr-button{border:none}.theme-twentytwentytwo .glsr-default .glsr-button:hover{color:var(--glsr-white)}