:root{--background: 0 0% 98%;--foreground: 0 0% 15%;--card: 0 0% 100%;--card-foreground: 0 0% 15%;--popover: 0 0% 100%;--popover-foreground: 0 0% 15%;--primary: 22 100% 58%;--primary-foreground: 0 0% 100%;--secondary: 0 0% 94%;--secondary-foreground: 0 0% 15%;--muted: 0 0% 92%;--muted-foreground: 0 0% 32%;--accent: 22 20% 95%;--accent-foreground: 0 0% 15%;--destructive: 6 78% 53%;--destructive-foreground: 0 0% 100%;--border: 0 0% 88%;--input: 0 0% 88%;--ring: 22 100% 58%;--radius: .75rem;--orange: 22 100% 58%;--orange-dark: 22 100% 48%;--orange-on-tint: 22 100% 36%;--charcoal: 0 0% 23%;--charcoal-light: 0 0% 29%;--light-gray: 0 0% 96%;--brown: 26 30% 22%;--brown-light: 26 30% 32%;--pastel-blue: 207 50% 77%;--pastel-blue-dark: 207 50% 67%;--pastel-blue-light: 207 50% 87%;--accent-shade: 207 40% 82%;--sky-blue: 197 71% 73%;--success: 145 25% 40%;--urgency: 6 78% 53%;--gold: 38 90% 55%;--gradient-hero: linear-gradient(135deg, hsl(0 0% 23%) 0%, hsl(0 0% 29%) 100%);--gradient-orange: linear-gradient(135deg, hsl(22 100% 58%) 0%, hsl(22 100% 68%) 100%);--gradient-pastel-blue: linear-gradient(135deg, hsl(207 50% 77%) 0%, hsl(207 50% 87%) 100%);--gradient-section: linear-gradient(135deg, hsl(0 0% 98%) 0%, hsl(207 10% 96%) 50%, hsl(0 0% 98%) 100%);--shadow-soft: 0 2px 8px rgba(0, 0, 0, .08);--shadow-medium: 0 4px 16px rgba(0, 0, 0, .12);--shadow-strong: 0 8px 32px rgba(0, 0, 0, .16);--shadow-orange: 0 4px 20px rgba(255, 127, 39, .25);--shadow-elegant: 0 10px 40px rgba(0, 0, 0, .08);--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1);--font-heading: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--font-body: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--ls-tagline: .1em;--ls-heading: -.02em}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);background:hsl(var(--background));color:hsl(var(--foreground));line-height:1.5;-webkit-font-smoothing:antialiased}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:transparent}.container{max-width:1400px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;transition:var(--transition-smooth);min-height:48px}.btn-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:var(--shadow-orange)}.btn-primary:hover{background:hsl(var(--orange-dark))}.btn-outline{background:transparent;color:hsl(var(--foreground));border:2px solid hsl(var(--border))}.btn-outline:hover{border-color:hsl(var(--primary));color:hsl(var(--primary))}.card{background:hsl(var(--card));color:hsl(var(--card-foreground));border-radius:calc(var(--radius) + .25rem);box-shadow:var(--shadow-soft);overflow:hidden}section,article,.card,.btn{border-radius:var(--radius)}section{border-radius:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;letter-spacing:var(--ls-heading);line-height:1.15}h1{font-size:clamp(2rem,5vw,3.75rem)}h2{font-size:clamp(1.5rem,3.5vw,2.5rem)}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pc-container{max-width:1280px;margin:0 auto;padding:0 1.25rem}@media(min-width:768px){.pc-container{padding:0 2rem}}body{padding-bottom:var(--ib-height, 44px)}@media(max-width:1023px){body{padding-bottom:calc(var(--ib-height, 44px) + var(--mobile-cta-height, 64px))}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.visually-hidden:focus{position:fixed;top:0;left:0;width:auto;height:auto;padding:.75rem 1.25rem;background:#fff;color:#000;font-weight:600;z-index:10000;clip:auto;white-space:normal;border:2px solid hsl(var(--primary));border-radius:var(--radius)}.pc-cart-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:8999;opacity:0;pointer-events:none;transition:opacity .24s cubic-bezier(.4,0,.2,1)}.pc-cart-scrim.is-open{opacity:1;pointer-events:auto}.pc-cart-drawer{position:fixed;top:0;right:0;width:min(420px,100vw);height:100vh;background:hsl(var(--card));color:hsl(var(--card-foreground));box-shadow:-10px 0 40px #0000002e;transform:translate(100%);transition:transform .24s cubic-bezier(.4,0,.2,1);z-index:9000;display:flex;flex-direction:column}.pc-cart-drawer[aria-hidden=false]{transform:translate(0)}.pc-cart-drawer__panel{display:flex;flex-direction:column;height:100%;padding:1.25rem 1.25rem 0}.pc-cart-drawer header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.75rem;border-bottom:1px solid hsl(var(--border))}.pc-cart-drawer h2{font-size:1.25rem;margin:0}[data-pc-cart-items]{flex:1 1 auto;overflow-y:auto;margin:0 -1.25rem;padding:.5rem 1.25rem;min-height:0}.pc-cart-drawer__close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:hsl(var(--muted));display:flex;align-items:center;justify-content:center;font-size:1.25rem;cursor:pointer}.pc-cart-drawer__footer{flex:0 0 auto;margin:0 -1.25rem;padding:1rem 1.25rem 1.25rem;border-top:1px solid hsl(var(--border));background:hsl(var(--card));display:flex;flex-direction:column;gap:.5rem}.pc-cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;font-size:1rem;font-weight:600;margin-bottom:.25rem}.pc-cart-drawer__subtotal [data-pc-cart-subtotal]{font-size:1.125rem;color:hsl(var(--primary))}.pc-cart-drawer__footer .pc-btn--primary{display:block;width:100%;text-align:center;padding:.875rem 1.5rem;background:hsl(var(--primary));color:#fff;border:none;border-radius:var(--radius);font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s}.pc-cart-drawer__footer .pc-btn--primary:hover{background:hsl(var(--orange-dark))}.pc-cart-drawer__accelerated{display:flex;flex-direction:column;gap:8px;margin:10px 0}.pc-cart-drawer__accelerated:empty{display:none}.pc-cart-drawer__footer .pc-btn--outline{display:block;width:100%;text-align:center;padding:.75rem 1.5rem;background:transparent;color:hsl(var(--primary));border:1.5px solid hsl(var(--primary));border-radius:var(--radius);font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s,color .2s}.pc-cart-drawer__footer .pc-btn--outline:hover{background:hsl(var(--primary));color:#fff}.pc-cart-drawer.is-empty .pc-cart-drawer__footer{display:none}.pc-cart-line{display:grid;grid-template-columns:88px 1fr auto;gap:.875rem;padding:.875rem 0;border-bottom:1px solid hsl(var(--border));align-items:start}.pc-cart-line:last-child{border-bottom:0}.pc-cart-line__img-wrap{display:block;width:88px;height:88px;border-radius:calc(var(--radius) - .25rem);overflow:hidden;background:hsl(var(--muted));flex-shrink:0}.pc-cart-line__img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.pc-cart-line__body{display:flex;flex-direction:column;gap:.25rem;min-width:0}.pc-cart-line__title{font-size:.9375rem;font-weight:600;color:hsl(var(--foreground));line-height:1.3;text-decoration:none}.pc-cart-line__title:hover{color:hsl(var(--primary))}.pc-cart-line__variant{font-size:.8125rem;color:hsl(var(--muted-foreground))}.pc-cart-line__price{font-size:.9375rem;font-weight:700;color:hsl(var(--primary));margin-top:.125rem}.pc-cart-line__remove{background:transparent;border:0;font-size:1.5rem;line-height:1;color:hsl(var(--muted-foreground));padding:.25rem .5rem;cursor:pointer;border-radius:50%;transition:background .15s,color .15s}.pc-cart-line__remove:hover{background:hsl(var(--muted));color:hsl(var(--destructive))}.pc-cart-line__qty{display:flex;align-items:center;gap:.25rem;margin-top:.25rem}.pc-cart-line__qty-btn{background:hsl(var(--muted));border:0;border-radius:50%;width:1.375rem;height:1.375rem;font-size:.875rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:hsl(var(--foreground));transition:background .15s}.pc-cart-line__qty-btn:hover{background:hsl(var(--border))}.pc-cart-line__qty-num{font-size:.875rem;font-weight:600;min-width:1.25rem;text-align:center}.pc-cart-drawer__empty{text-align:center;padding:2rem 1rem;color:hsl(var(--muted-foreground))}@media(max-width:1023px){.hero-split{display:none}}.pc-card-size-row,.pc-card-size-label{display:none}@media(max-width:767px){.pc-card-size-row{display:flex;align-items:baseline;justify-content:center;gap:.625rem;flex-wrap:wrap;padding:.875rem 1rem .5rem}.pc-card-size-label{display:inline-block;font-size:clamp(1.75rem,8vw,2.5rem);font-weight:800;color:hsl(var(--foreground));letter-spacing:-.02em;line-height:1.1;padding:0}.pc-card-color-chip{font-size:.875rem;font-weight:600;color:hsl(var(--muted-foreground));background:hsl(var(--muted));padding:.25rem .625rem;border-radius:9999px;letter-spacing:.02em}}.pc-info-drawer{position:fixed;top:0;right:0;width:min(480px,100vw);height:100dvh;background:hsl(var(--card));color:hsl(var(--card-foreground));box-shadow:-10px 0 40px #0003;transform:translate(100%);transition:transform .24s cubic-bezier(.4,0,.2,1);z-index:9100;display:flex;flex-direction:column;overflow:hidden}.pc-info-drawer.is-open{transform:translate(0)}.pc-info-drawer__header{display:flex;align-items:center;gap:.75rem;padding:1.125rem 1.25rem .875rem;border-bottom:1px solid hsl(var(--border));flex-shrink:0}.pc-info-drawer__title{font-size:1.0625rem;font-weight:700;margin:0;flex:1}.pc-info-drawer__close,.pc-info-drawer__back{width:36px;height:36px;border-radius:50%;background:hsl(var(--muted));border:none;display:flex;align-items:center;justify-content:center;font-size:1.125rem;cursor:pointer;flex-shrink:0;transition:background .15s}.pc-info-drawer__close:hover,.pc-info-drawer__back:hover{background:hsl(var(--border))}.pc-info-drawer__body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.pc-ic-list{padding:.25rem 0}.pc-ic-list-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid hsl(var(--border));font-size:1rem;font-weight:500;cursor:pointer;transition:background .15s}.pc-ic-list-item:last-child{border-bottom:none}.pc-ic-list-item:hover{background:hsl(var(--muted))}.pc-ic-topic{padding:1.25rem}.pc-ic-topic h3{margin:0 0 1rem;font-size:1.125rem;font-weight:700}.pc-ic-topic p,.pc-ic-topic ul{font-size:.9375rem;line-height:1.65;color:hsl(var(--muted-foreground));margin:0 0 .875rem}.pc-ic-topic ul{padding-left:1.25rem}.pc-ic-topic li{margin-bottom:.375rem}.pc-ic-topic-video{aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;margin-bottom:1.125rem;background:hsl(var(--muted))}.pc-ic-topic-video iframe{width:100%;height:100%;border:none}.pc-info-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:9099;opacity:0;pointer-events:none;transition:opacity .24s}.pc-info-overlay.is-open{opacity:1;pointer-events:all}.pc-cfg{display:flex;flex-direction:column;gap:.875rem}.pc-cfg-steps{display:flex;flex-direction:column;gap:.625rem}.pc-step-card{border:1.5px solid hsl(var(--border));border-radius:calc(var(--radius) + .25rem);background:hsl(var(--card));transition:border-color .2s}.pc-step-card[open]{border-color:hsl(var(--primary))}.pc-step-card>summary{display:flex;align-items:center;gap:.75rem;padding:.9375rem 1.125rem;cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none}.pc-step-card>summary::-webkit-details-marker{display:none}.pc-step-card__num{width:26px;height:26px;border-radius:50%;background:hsl(var(--muted));color:hsl(var(--foreground));font-size:.8125rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pc-step-card[open] .pc-step-card__num{background:hsl(var(--primary));color:#fff}.pc-step-card__info{flex:1;min-width:0}.pc-step-card__label{font-size:.9375rem;font-weight:700;display:block}.pc-step-card__summary{font-size:.84375rem;color:hsl(var(--muted-foreground));display:block;margin-top:.0625rem}.pc-step-card__badges{display:flex;gap:.375rem;align-items:center;flex-shrink:0}.pc-step-badge-stock{padding:.1875rem .5rem;border-radius:9999px;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#d9e8df;color:#30503d}.pc-step-badge-mto{padding:.1875rem .5rem;border-radius:9999px;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#ffe8db;color:#ad4000}.pc-step-card__chevron{color:hsl(var(--muted-foreground));transition:transform .2s;flex-shrink:0}.pc-step-card[open] .pc-step-card__chevron{transform:rotate(180deg)}.pc-step-card__body{padding:.125rem 1.125rem 1.125rem;border-top:1px solid hsl(var(--border))}.pc-help-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.625rem 1rem;margin-top:.875rem;border:1.5px solid hsl(var(--primary));border-radius:var(--radius);font-size:.875rem;font-weight:600;color:hsl(var(--primary));background:transparent;cursor:pointer;transition:background .15s,color .15s}.pc-help-btn:hover{background:hsl(var(--primary));color:#fff}.pc-dim-calc{margin-top:.75rem}.pc-dim-calc__radios{display:flex;gap:.5rem;margin-bottom:.875rem}.pc-dim-radio{flex:1;padding:.6875rem .75rem;border-radius:var(--radius);border:1.5px solid hsl(var(--border));display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:border-color .15s,background .15s;font-size:.9rem;font-weight:500}.pc-dim-radio input[type=radio]{accent-color:hsl(var(--primary));margin:0}.pc-dim-radio--selected{border-color:hsl(var(--primary));background:#fff5f0}.pc-dim-radio--disabled{opacity:.42;cursor:not-allowed;pointer-events:none}.pc-dim-fields{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem}.pc-dim-field label{display:block;font-size:.8125rem;font-weight:600;margin-bottom:.375rem;color:hsl(var(--muted-foreground))}.pc-dim-field input{width:100%;padding:.5625rem .75rem;border:1.5px solid hsl(var(--border));border-radius:var(--radius);font-size:1.0625rem;font-weight:700;background:hsl(var(--background));color:hsl(var(--foreground));transition:border-color .2s}.pc-dim-field input:focus{outline:none;border-color:hsl(var(--primary))}.pc-dim-result{padding:.75rem 1rem;border-radius:var(--radius);font-size:.9rem;font-weight:600;margin-bottom:.5rem;display:none}.pc-dim-result--stock{display:block;background:#d9e8df;color:#2a4636}.pc-dim-result--mto{display:block;background:#ffe8db;color:#8f3400}.pc-mto-price-note{font-size:.84375rem;color:hsl(var(--muted-foreground));margin-top:.25rem;line-height:1.4}.pc-mto-price-note s{text-decoration:line-through}.pc-pdp__accessories{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid hsl(var(--border))}.pc-pdp__accessories-heading{font-size:.9375rem;font-weight:700;margin:0 0 .75rem}.pc-acc-card__add--active{background:hsl(var(--primary));color:#fff}.pc-acc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(148px,1fr));gap:.75rem;margin-top:.625rem}.pc-acc-card{border:1.5px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden;transition:border-color .2s,background .2s,box-shadow .2s,transform .15s;display:flex;flex-direction:column;position:relative;background:hsl(var(--background))}.pc-acc-card:hover{border-color:hsl(var(--primary) / .5)}.pc-acc-card--selected{border-color:hsl(var(--primary));background:hsl(var(--primary) / .06);box-shadow:0 0 0 3px hsl(var(--primary) / .18),0 4px 14px hsl(var(--primary) / .12);transform:translateY(-1px)}.pc-acc-card--selected:after{content:"\2713";position:absolute;top:.4rem;right:.5rem;width:22px;height:22px;background:hsl(var(--primary));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;box-shadow:0 2px 6px hsl(var(--primary) / .4);z-index:1}.pc-acc-card__img{aspect-ratio:1;background:hsl(var(--muted));overflow:hidden}.pc-acc-card__img img{width:100%;height:100%;object-fit:cover;display:block}.pc-acc-card__body{padding:.5625rem;flex:1;display:flex;flex-direction:column;gap:.1875rem}.pc-acc-card__title{font-size:.78125rem;font-weight:600;line-height:1.3;margin:0}.pc-acc-card__price{font-size:.84375rem;font-weight:700;color:hsl(var(--primary));margin:0}.pc-acc-card__qty{display:none;align-items:center;border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - .25rem);overflow:hidden;margin-top:.25rem}.pc-acc-card--selected .pc-acc-card__qty{display:flex}.pc-acc-card__qty-btn{width:28px;height:28px;background:hsl(var(--muted));border:none;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pc-acc-card__qty-btn:hover{background:hsl(var(--border))}.pc-acc-card__qty-input{flex:1;min-width:0;border:none;border-left:1px solid hsl(var(--border));border-right:1px solid hsl(var(--border));text-align:center;font-size:.84375rem;font-weight:700;background:hsl(var(--background));color:hsl(var(--foreground));padding:.1875rem 0}.pc-acc-card__add{width:100%;padding:.4375rem;background:transparent;border:none;border-top:1px solid hsl(var(--border));font-size:.8125rem;font-weight:700;color:hsl(var(--primary));cursor:pointer;transition:background .15s,color .15s}.pc-acc-card--selected .pc-acc-card__add{background:hsl(var(--primary));color:#fff}.pc-acc-summary{display:none;align-items:center;gap:.5rem;padding:.5625rem .875rem;border-radius:var(--radius);background:#ffe8db;color:#8f3400;font-size:.875rem;font-weight:600;cursor:pointer}.pc-acc-summary.is-visible{display:flex}.pc-shipping-est{margin-top:.625rem;display:flex;flex-direction:column;gap:.625rem}.pc-shipping-est label{display:block;font-size:.8125rem;font-weight:600;margin-bottom:.3125rem;color:hsl(var(--muted-foreground))}.pc-shipping-est select,.pc-shipping-est input[type=text]{width:100%;padding:.5625rem .75rem;border:1.5px solid hsl(var(--border));border-radius:var(--radius);font-size:.9375rem;background:hsl(var(--background));color:hsl(var(--foreground));transition:border-color .2s}.pc-shipping-est select:focus,.pc-shipping-est input:focus{outline:none;border-color:hsl(var(--primary))}.pc-shipping-result{padding:.75rem 1rem;border-radius:var(--radius);font-size:.9rem;font-weight:600;display:none}.pc-shipping-result.is-visible{display:block}.pc-shipping-result--free{background:#d9e8df;color:#2a4636}.pc-shipping-result--quote{background:hsl(var(--muted));color:hsl(var(--foreground))}.pc-lead-time-box{padding:.875rem 1rem;border-radius:var(--radius);background:#ffe8db;color:#8f3400;font-size:.9rem;font-weight:600;line-height:1.4}.pc-cfg-price-row{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;margin-bottom:.25rem}.pc-cfg-price-mto{font-size:1.875rem;font-weight:800}.pc-cfg-price-standard{font-size:.9375rem;color:hsl(var(--muted-foreground))}.pc-cfg-price-standard s{text-decoration:line-through}.pc-cfg-cta{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.pc-cfg-cta .btn{border-radius:9999px;padding:.875rem 1.5rem;font-size:1rem;font-weight:700}.pc-cfg-success{padding:1.75rem;text-align:center;background:#eff5f2;border-radius:calc(var(--radius) + .25rem);border:1.5px solid hsl(145 25% 65%)}.pc-cfg-success h3{color:#30503d;margin:0 0 .5rem;font-size:1.125rem}.pc-cfg-success p{color:#437056;margin:0;font-size:.9375rem}@media(max-width:767px){.pc-info-drawer{width:100vw;height:100dvh}.pc-dim-fields{grid-template-columns:1fr 1fr}.pc-acc-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}}.rte{font-size:1.0625rem;line-height:1.78;color:hsl(var(--foreground))}.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6{font-weight:800;letter-spacing:-.02em;line-height:1.2;color:hsl(var(--foreground))}.rte h1{font-size:clamp(1.75rem,4vw,2.75rem);margin:0 0 1rem}.rte h2{font-size:clamp(1.25rem,2.5vw,1.75rem);margin:2rem 0 .875rem}.rte h3{font-size:clamp(1.1rem,2vw,1.375rem);margin:1.75rem 0 .625rem}.rte h4{font-size:1.0625rem;margin:1.5rem 0 .5rem}.rte p{margin:0 0 1.2rem}.rte p:last-child{margin-bottom:0}.rte ul,.rte ol{margin:0 0 1.2rem;padding-left:1.5rem}.rte li{margin-bottom:.45rem;line-height:1.65}.rte a{color:hsl(var(--primary));text-decoration:underline;text-underline-offset:2px}.rte a:hover{opacity:.78}.rte strong,.rte b{font-weight:700}.rte em,.rte i{font-style:italic}.rte img{max-width:100%;height:auto;border-radius:var(--radius);margin:1.5rem 0;display:block}.rte blockquote{border-left:4px solid hsl(var(--primary));margin:1.75rem 0;padding:1rem 1.5rem;background:hsl(var(--muted));border-radius:0 var(--radius) var(--radius) 0;font-style:italic;color:hsl(var(--foreground))}.rte table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9375rem}.rte th,.rte td{padding:.65rem 1rem;border:1px solid hsl(var(--border));text-align:left;vertical-align:top}.rte th{background:hsl(var(--muted));font-weight:700}.rte hr{border:none;border-top:1px solid hsl(var(--border));margin:2rem 0}
/*# sourceMappingURL=/cdn/shop/t/2/assets/brand-tokens.css.map */
