*{box-sizing:border-box;margin:0}body{display:flex;flex-direction:column;margin:0;min-height:100svh}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select{font:inherit;border-radius:var(--style-border-radius-inputs)}select{background-color:var(--color-background);color:currentcolor}dialog{background-color:var(--color-background);color:var(--color-foreground)}p{text-wrap:pretty}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p:empty{display:none}:is(p,h1,h2,h3,h4,h5,h6):first-child,:empty:first-child+:where(p,h1,h2,h3,h4,h5,h6){margin-block-start:0}:is(p,h1,h2,h3,h4,h5,h6):last-child,:where(p,h1,h2,h3,h4,h5,h6)+:has(+:empty:last-child){margin-block-end:0}body{font-family:var(--font-primary--family);background-color:var(--color-background);color:var(--color-foreground);line-height:1.6}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3.5vw,2.5rem)}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}a{color:var(--color-foreground);text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.8}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border:none;border-radius:var(--style-border-radius-inputs);font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;text-decoration:none;line-height:1}.btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026;opacity:1}.btn:active{transform:translateY(0)}.btn--primary{background-color:#fed700;color:#333e48}.btn--secondary{background-color:transparent;color:var(--color-foreground);border:2px solid var(--color-foreground)}.btn--secondary:hover{background-color:var(--color-foreground);color:var(--color-background)}.btn--large{padding:1rem 2.5rem;font-size:1.125rem}.shopify-section{--content-width: min( calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2) );--content-margin: minmax(var(--page-margin), 1fr);--content-grid: var(--content-margin) var(--content-width) var(--content-margin);position:relative;grid-template-columns:var(--content-grid);display:grid;width:100%}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1 / -1}.section-spacing{padding-block:4rem}@media(max-width:768px){.section-spacing{padding-block:2.5rem}}@media(max-width:768px){.hide-on-mobile{display:none!important}}@media(min-width:769px){.hide-on-desktop{display:none!important}}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-bottom:.75rem}.section-header p{color:color-mix(in srgb,var(--color-foreground) 70%,transparent);font-size:1.125rem;max-width:40rem;margin-inline:auto}.card{background:var(--color-background);border:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);border-radius:calc(var(--style-border-radius-inputs) * 2);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.card__image{aspect-ratio:4 / 3;overflow:hidden;background:var(--color-secondary-bg)}.card__image img{width:100%;height:100%;object-fit:cover}.card__body{padding:1.5rem}.card__body h3{margin-bottom:.5rem}.card__body p{color:color-mix(in srgb,var(--color-foreground) 70%,transparent);font-size:.9375rem}.grid{display:grid;gap:1.5rem}.grid--2{grid-template-columns:repeat(auto-fill,minmax(min(100%,28rem),1fr))}.grid--3{grid-template-columns:repeat(auto-fill,minmax(min(100%,20rem),1fr))}.grid--4{grid-template-columns:repeat(auto-fill,minmax(min(100%,15rem),1fr))}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.shopify-policy__container{max-width:var(--page-width, 1280px)!important;margin-inline:auto!important;padding:3rem var(--page-margin, 1.5rem) 4rem!important;width:100%!important;box-sizing:border-box!important;color:#1e293b;font-size:1rem;line-height:1.7}.shopify-policy__title{margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:2px solid #FED700}.shopify-policy__title h1{font-size:2.25rem;font-weight:800;margin:0;line-height:1.15;color:#0f172a}.shopify-policy__body{font-size:1rem;line-height:1.7;color:#1e293b}.shopify-policy__body h2{font-size:1.5rem;font-weight:800;color:#0f172a;margin:2.5rem 0 .75rem;line-height:1.3;padding-top:.5rem}.shopify-policy__body h3{font-size:1.125rem;font-weight:700;color:#0f172a;margin:1.75rem 0 .5rem;line-height:1.35}.shopify-policy__body p{margin:0 0 1rem}.shopify-policy__body ul,.shopify-policy__body ol{margin:0 0 1.25rem;padding-left:1.5rem}.shopify-policy__body li{margin-bottom:.5rem}.shopify-policy__body strong{color:#0f172a;font-weight:700}.shopify-policy__body a{color:#0f172a;text-decoration:underline;text-decoration-color:#fed700;text-decoration-thickness:2px;text-underline-offset:3px;transition:color .15s ease}.shopify-policy__body a:hover{color:#475569}.shopify-policy__body hr{border:none;border-top:1px solid #e2e8f0;margin:2.5rem 0}.shopify-policy__body h2+p,.shopify-policy__body h3+p{margin-top:0}@media(max-width:600px){.shopify-policy__container{padding:2rem var(--page-margin, 1rem) 3rem!important}.shopify-policy__title h1{font-size:1.75rem}.shopify-policy__body{font-size:.9375rem;line-height:1.65}.shopify-policy__body h2{font-size:1.3125rem;margin-top:2rem}.shopify-policy__body h3{font-size:1.0625rem}}.shopify-pc__banner,#shopify-pc__banner,[data-shopify-pc-banner]{font-family:inherit!important}.shopify-pc__backdrop,.shopify-pc__banner__backdrop,[data-shopify-pc-backdrop],.shopify-pc__banner--modal:before,.shopify-pc__banner--modal:after{display:none!important;background:transparent!important;opacity:0!important;pointer-events:none!important}.shopify-pc__banner,.shopify-pc__banner--modal,.shopify-pc__banner--fullscreen{position:fixed!important;top:auto!important;left:50%!important;right:auto!important;bottom:16px!important;transform:translate(-50%)!important;width:auto!important;max-width:min(720px,calc(100vw - 24px))!important;height:auto!important;max-height:120px!important;z-index:9998!important;background:transparent!important;display:block!important;align-items:unset!important;justify-content:unset!important}.shopify-pc__banner__dialog,#shopify-pc__banner__dialog{background:#0f172ad9!important;-webkit-backdrop-filter:blur(14px) saturate(140%)!important;backdrop-filter:blur(14px) saturate(140%)!important;color:#f1f5f9!important;border:1px solid rgba(255,255,255,.08)!important;border-top:none!important;box-shadow:0 12px 40px #00000059,0 0 0 1px #fed7000a!important;padding:.6rem .85rem!important;border-radius:12px!important;max-width:100%!important;max-height:88px!important;overflow:hidden!important;font-size:.8125rem!important;line-height:1.3!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:.75rem!important;margin:0!important}.shopify-pc__banner__body,.shopify-pc__banner__dialog p,.shopify-pc__banner__dialog span:not([class*=btn]):not(button *){color:#e2e8f0!important;margin:0!important;flex:1 1 auto!important;min-width:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important}.shopify-pc__banner__dialog h1,.shopify-pc__banner__dialog h2,.shopify-pc__banner__dialog h3,.shopify-pc__banner__dialog h4,.shopify-pc__banner__dialog [class*=title]:not(button):not([class*=btn]),.shopify-pc__banner__dialog [class*=heading]:not(button):not([class*=btn]){display:none!important}.shopify-pc__banner__dialog a{color:#fed700!important;text-decoration:underline!important;text-underline-offset:2px!important;text-decoration-color:#fed70073!important}.shopify-pc__banner__dialog a:hover{color:#ffe34a!important;text-decoration-color:#ffe34a!important}.shopify-pc__banner__btns{display:flex!important;flex-wrap:wrap!important;gap:.5rem!important;margin:0!important;flex-shrink:0!important}.shopify-pc__banner__btn,.shopify-pc__banner button{font-family:inherit!important;font-size:.8125rem!important;font-weight:600!important;padding:.4rem .85rem!important;border-radius:7px!important;border:none!important;cursor:pointer!important;letter-spacing:0!important;white-space:nowrap!important;line-height:1.2!important;transition:background .15s ease,color .15s ease,transform .1s ease!important}.shopify-pc__banner__btn-accept,.shopify-pc__banner button[data-shopify-pc-accept],.shopify-pc__banner__btn--primary{background:#fed700!important;color:#0f172a!important;box-shadow:0 2px 8px #fed70033!important}.shopify-pc__banner__btn-accept:hover,.shopify-pc__banner button[data-shopify-pc-accept]:hover,.shopify-pc__banner__btn--primary:hover{background:#ffe34a!important;transform:translateY(-1px)}.shopify-pc__banner__btn-decline,.shopify-pc__banner__btn-secondary,.shopify-pc__banner button[data-shopify-pc-decline],.shopify-pc__banner button[data-shopify-pc-preferences],.shopify-pc__banner [data-shopify-pc-preferences],.shopify-pc__banner [data-shopify-pc-decline],.shopify-pc__banner__dialog button:not([data-shopify-pc-accept]):not(.shopify-pc__banner__btn-accept):not(.shopify-pc__banner__btn--primary){background:transparent!important;color:#cbd5e1!important;border:1px solid rgba(255,255,255,.15)!important;text-decoration:none!important;box-shadow:none!important}.shopify-pc__banner__btn-decline:hover,.shopify-pc__banner__btn-secondary:hover,.shopify-pc__banner button[data-shopify-pc-decline]:hover,.shopify-pc__banner button[data-shopify-pc-preferences]:hover,.shopify-pc__banner [data-shopify-pc-preferences]:hover,.shopify-pc__banner [data-shopify-pc-decline]:hover{background:#ffffff0f!important;color:#fff!important;border-color:#ffffff47!important}.shopify-pc__prefs__dialog{background:#0f172af5!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;color:#e2e8f0!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:16px!important;box-shadow:0 24px 60px #00000080!important}.shopify-pc__prefs__header,.shopify-pc__prefs__category{color:#e2e8f0!important;border-color:#ffffff14!important}.shopify-pc__prefs__category-title{color:#fff!important}.shopify-pc__prefs__category-description{color:#94a3b8!important}.shopify-pc__prefs__btn-save{background:#fed700!important;color:#0f172a!important;border-radius:8px!important;font-weight:600!important}@media(max-width:640px){.shopify-pc__banner{left:8px!important;right:8px!important;bottom:8px!important;transform:none!important;max-width:none!important;width:auto!important}.shopify-pc__banner__dialog{padding:.85rem .95rem!important;font-size:.8125rem!important;gap:.65rem!important}.shopify-pc__banner__body,.shopify-pc__banner__dialog p{flex-basis:100%!important;min-width:0!important}.shopify-pc__banner__btns{width:100%!important}.shopify-pc__banner__btn,.shopify-pc__banner button{flex:1 1 auto!important;padding:.6rem .8rem!important}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/critical.css.map */
