@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--rz-navy: #14213d;--rz-navy-deep: #0e1730;--rz-navy-soft: #1c2e52;--rz-gold: #e8b84b;--rz-gold-dark: #c99a2e;--rz-cream: #fbfaf6;--rz-cream-dark: #f3f0e7;--rz-muted: #5c6578;--rz-white: #ffffff;--rz-font: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--rz-container: 72rem;--rz-radius-card: 1.5rem;--font-body--family: var(--rz-font);--font-heading--family: var(--rz-font);--font-subheading--family: var(--rz-font);--font-accent--family: var(--rz-font);--narrow-page-width: 78rem}html,body{background:var(--rz-cream);color:var(--rz-navy);font-family:var(--rz-font);scroll-behavior:smooth}.rz-container{box-sizing:border-box;margin-inline:auto;width:100%;max-width:var(--rz-container);padding-inline:1rem}@media(min-width:640px){.rz-container{padding-inline:1.5rem}}.rz-section{padding-block:4rem}@media(min-width:640px){.rz-section{padding-block:5rem}}.rz-bg-white{background:var(--rz-white)}.rz-bg-navy{background:var(--rz-navy);color:var(--rz-cream)}.rz-eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--rz-gold-dark);margin:0}.rz-bg-navy .rz-eyebrow{color:var(--rz-gold)}.rz-h2{margin:.75rem 0 0;font-size:1.875rem;line-height:1.15;font-weight:800;letter-spacing:-.025em;color:var(--rz-navy)}.rz-bg-navy .rz-h2{color:var(--rz-cream)}.rz-lead{margin:1.25rem 0 0;font-size:1rem;line-height:1.7;color:var(--rz-muted)}@media(min-width:640px){.rz-lead{font-size:1.125rem}}.rz-bg-navy .rz-lead{color:#fbfaf6bf}.rz-center{text-align:center}.rz-mx-auto{margin-inline:auto}.rz-max-2xl{max-width:42rem}.rz-max-3xl{max-width:48rem}.rz-btn-gold,.rz-btn-navy,.rz-btn-outline{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.8rem 1.35rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background-color .15s ease,border-color .15s ease;cursor:pointer;border:0;font-family:var(--rz-font)}.rz-btn-gold{background:var(--rz-gold);color:var(--rz-navy)}.rz-btn-gold:hover{background:var(--rz-gold-dark);color:var(--rz-navy)}.rz-btn-navy{background:var(--rz-navy);color:var(--rz-cream)}.rz-btn-navy:hover{background:var(--rz-navy-soft)}.rz-btn-outline{border:1px solid rgba(20,33,61,.2);background:var(--rz-white);color:var(--rz-navy);font-weight:600}.rz-btn-outline:hover{border-color:var(--rz-navy)}.rz-link-gold{font-size:.875rem;font-weight:600;color:var(--rz-navy);text-decoration:underline;text-decoration-color:var(--rz-gold);text-decoration-thickness:2px;text-underline-offset:4px}.rz-header{position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(20,33,61,.08);background:#fbfaf6e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.rz-header__bar{display:flex;height:4rem;align-items:center;justify-content:space-between;gap:1rem}.rz-logo{display:inline-flex;align-items:center;gap:.625rem;text-decoration:none}.rz-logo__mark{height:2.25rem;width:2.25rem;color:var(--rz-gold)}.rz-logo__word{font-size:1.35rem;line-height:1;font-weight:800;letter-spacing:-.025em;color:var(--rz-navy)}.rz-logo--inverted .rz-logo__word{color:var(--rz-cream)}.rz-nav{display:none;align-items:center;gap:1.75rem;font-size:.875rem;font-weight:500;color:#14213dcc}.rz-nav a{color:inherit;text-decoration:none}.rz-nav a:hover{color:var(--rz-navy)}.rz-header__actions{display:flex;align-items:center;gap:.5rem}.rz-cart-btn{position:relative;display:inline-flex;height:2.5rem;align-items:center;gap:.35rem;border-radius:999px;border:1px solid rgba(20,33,61,.15);padding-inline:.85rem;font-size:.85rem;font-weight:700;color:var(--rz-navy);text-decoration:none;background:var(--rz-white)}.rz-cart-btn svg{height:1.15rem;width:1.15rem}.rz-cart-btn__count{display:inline-grid;min-width:1.25rem;height:1.25rem;place-items:center;border-radius:999px;background:var(--rz-gold);color:var(--rz-navy);font-size:.7rem;font-weight:800;padding-inline:.3rem}.rz-burger{display:grid;height:2.5rem;width:2.5rem;place-items:center;border-radius:.5rem;border:0;background:transparent;color:var(--rz-navy);cursor:pointer}.rz-burger__stack{display:flex;width:1.25rem;flex-direction:column;gap:.375rem}.rz-burger__stack span{display:block;height:2px;width:1.25rem;background:var(--rz-navy);border-radius:2px;transition:transform .15s ease,opacity .15s ease}.rz-burger[aria-expanded=true] .rz-burger__stack span:nth-child(1){transform:translateY(.5rem) rotate(45deg)}.rz-burger[aria-expanded=true] .rz-burger__stack span:nth-child(2){opacity:0}.rz-burger[aria-expanded=true] .rz-burger__stack span:nth-child(3){transform:translateY(-.5rem) rotate(-45deg)}.rz-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}.rz-mobile-nav{border-top:1px solid rgba(20,33,61,.08);background:var(--rz-cream)}.rz-mobile-nav[hidden]{display:none}.rz-mobile-nav nav{display:flex;flex-direction:column;gap:.25rem;padding-block:.75rem;font-size:1rem;font-weight:500}.rz-mobile-nav nav a{border-radius:.5rem;padding:.625rem .5rem;color:var(--rz-navy);text-decoration:none}.rz-header__cta{display:none}@media(min-width:1024px){.rz-nav{display:flex}.rz-header__cta{display:inline-flex}.rz-burger,.rz-mobile-nav{display:none}}.rz-hero{position:relative;overflow:hidden}.rz-hero__glow{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(232,184,75,.16),transparent 32%),radial-gradient(circle at bottom left,rgba(20,33,61,.08),transparent 28%)}.rz-hero__grid{position:relative;display:grid;align-items:center;gap:3rem;padding-block:3rem}@media(min-width:1024px){.rz-hero__grid{grid-template-columns:1.05fr .95fr;padding-block:5rem}}.rz-pill{display:inline-flex;border-radius:999px;border:1px solid rgba(20,33,61,.1);background:var(--rz-white);padding:.25rem .75rem;font-size:.75rem;font-weight:600;letter-spacing:.02em;color:var(--rz-navy);margin:0}.rz-hero__title{margin:1.25rem 0 0;max-width:36rem;font-size:2.25rem;font-weight:800;letter-spacing:-.025em;line-height:1.1;color:var(--rz-navy)}@media(min-width:640px){.rz-hero__title{font-size:3rem}}.rz-hero__sub{margin:1.25rem 0 0;max-width:36rem;font-size:1.125rem;line-height:1.7;color:var(--rz-muted)}.rz-hero__ctas{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.rz-hero__ctas{flex-direction:row;align-items:center}}.rz-hero__note{margin-top:1rem;font-size:.875rem;color:var(--rz-muted)}.rz-visual{position:relative;margin-inline:auto;aspect-ratio:1 / 1;width:100%;max-width:520px;overflow:hidden;border-radius:var(--rz-radius-card);background:var(--rz-white);box-shadow:inset 0 0 0 1px #14213d1a}.rz-visual img{height:100%;width:100%;object-fit:cover;display:block}.rz-visual--contain img{object-fit:contain;padding:1.25rem}.rz-visual__fallback{display:grid;height:100%;place-items:center;text-align:center;padding:2rem;color:var(--rz-muted);font-size:.85rem}.rz-trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#ffffff1a}@media(min-width:640px){.rz-trust{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.rz-trust{grid-template-columns:repeat(5,minmax(0,1fr))}}.rz-trust__item{background:var(--rz-navy);padding:1.25rem 1rem;text-align:center}.rz-trust__title{margin:0;font-size:.875rem;font-weight:600;color:var(--rz-gold)}.rz-trust__detail{margin:.25rem 0 0;font-size:.75rem;color:#fbfaf6b3}.rz-grid-3{display:grid;gap:1.5rem;margin-top:2.5rem}@media(min-width:768px){.rz-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.rz-card{border-radius:1rem;border:1px solid rgba(20,33,61,.1);background:var(--rz-cream);padding:1.5rem}.rz-card--white{background:var(--rz-white);border:0;box-shadow:inset 0 0 0 1px #14213d1a}.rz-card__num{margin:0;font-size:.875rem;font-weight:700;color:var(--rz-gold)}.rz-card__step{margin:0;font-size:1.875rem;font-weight:800;color:var(--rz-gold)}.rz-card__title{margin:.75rem 0 0;font-size:1.125rem;font-weight:700;color:var(--rz-navy)}.rz-card__title--lg{font-size:1.25rem}.rz-card__text{margin:.5rem 0 0;font-size:.875rem;line-height:1.7;color:var(--rz-muted)}.rz-head-row{display:flex;flex-direction:column;justify-content:space-between;gap:1rem}@media(min-width:640px){.rz-head-row{flex-direction:row;align-items:flex-end}}.rz-claim{margin-top:2rem;border-radius:1rem;border:1px solid rgba(232,184,75,.3);background:var(--rz-navy-soft);padding:1.5rem}.rz-claim__label{margin:0;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--rz-gold)}.rz-claim__text{margin:.5rem 0 0;font-size:1.125rem;font-weight:500;color:var(--rz-cream)}.rz-quote{margin:0;border-radius:1rem;background:#ffffff0d;box-shadow:inset 0 0 0 1px #ffffff1a;padding:1.5rem}.rz-quote p{margin:0;font-size:.875rem;line-height:1.7;color:#fbfaf6d9}.rz-quote footer{margin-top:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--rz-gold)}.rz-product-card{display:flex;flex-direction:column;overflow:hidden;border-radius:var(--rz-radius-card);border:1px solid rgba(20,33,61,.1);background:var(--rz-white)}.rz-product-card--featured{border-color:var(--rz-gold);box-shadow:0 20px 50px -24px #14213d66}.rz-product-card__media{position:relative;display:block;background:var(--rz-white);padding:1rem .75rem}.rz-product-card__badge{position:absolute;left:1rem;top:1rem;border-radius:999px;background:var(--rz-navy);padding:.25rem .75rem;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:var(--rz-gold)}.rz-product-card__body{display:flex;flex:1;flex-direction:column;padding:1.5rem}.rz-product-card__kicker{margin:0;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:var(--rz-gold-dark)}.rz-product-card__name{margin:.25rem 0 0;font-size:1.25rem;font-weight:800;color:var(--rz-navy)}.rz-product-card__name a{color:inherit;text-decoration:none}.rz-product-card__blurb{margin:.5rem 0 0;flex:1;font-size:.875rem;line-height:1.7;color:var(--rz-muted)}.rz-product-card__price{margin:1rem 0 0;font-size:.875rem;color:var(--rz-navy)}.rz-product-card__price strong{font-size:1.5rem;font-weight:800}.rz-product-card__price span{color:var(--rz-muted)}.rz-product-card__deal{margin:0;font-size:.875rem;font-weight:600;color:var(--rz-gold-dark)}.rz-product-card .rz-btn-gold{margin-top:1.25rem}.rz-table-wrap{margin-top:2rem;overflow-x:auto}.rz-table{width:100%;min-width:640px;border-collapse:collapse;text-align:left;font-size:.875rem}.rz-table thead tr{border-bottom:1px solid rgba(20,33,61,.1)}.rz-table th{padding:.75rem 1rem;font-weight:600;color:var(--rz-navy)}.rz-table thead th:first-child{padding-left:0;color:var(--rz-muted)}.rz-table thead .rz-table__hero{background:#e8b84b33;font-weight:700}.rz-table tbody tr{border-bottom:1px solid rgba(20,33,61,.08)}.rz-table tbody th{padding:1rem 1rem 1rem 0;font-weight:500;color:var(--rz-navy)}.rz-table td{padding:1rem;color:var(--rz-muted)}.rz-table td.rz-table__hero{background:#e8b84b1a;font-weight:500;color:var(--rz-navy)}.rz-faq-grid{display:grid;gap:2.5rem}@media(min-width:1024px){.rz-faq-grid{grid-template-columns:.8fr 1.2fr}}.rz-faq{border-radius:1rem;border:1px solid rgba(20,33,61,.1);background:var(--rz-white)}.rz-faq details{padding:.25rem 1.25rem;border-bottom:1px solid rgba(20,33,61,.1)}.rz-faq details:last-child{border-bottom:0}.rz-faq summary{cursor:pointer;list-style:none;padding-block:1rem;font-weight:600;color:var(--rz-navy);display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.rz-faq summary::-webkit-details-marker{display:none}.rz-faq__plus{color:var(--rz-gold);transition:transform .15s ease}.rz-faq details[open] .rz-faq__plus{transform:rotate(45deg)}.rz-faq p{margin:0;padding-bottom:1rem;font-size:.875rem;line-height:1.7;color:var(--rz-muted)}.rz-final{text-align:center}.rz-final h2{margin:0 auto;max-width:42rem;font-size:1.875rem;font-weight:800;letter-spacing:-.025em;color:var(--rz-cream)}@media(min-width:640px){.rz-final h2{font-size:2.25rem}}.rz-final p{margin:1rem auto 0;max-width:36rem;color:#fbfaf6bf}.rz-final .rz-btn-gold{margin-top:2rem}.rz-final__post{margin-top:1.5rem;font-size:.875rem;color:#fbfaf699}.rz-final__post a{color:var(--rz-gold)}.rz-footer{border-top:1px solid rgba(20,33,61,.1);background:var(--rz-navy);color:var(--rz-cream)}.rz-footer__grid{display:grid;gap:2.5rem;padding-block:3.5rem}@media(min-width:640px){.rz-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.rz-footer__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.rz-footer__about{margin:1rem 0 0;max-width:20rem;font-size:.875rem;line-height:1.7;color:#fbfaf6b3}.rz-footer__title{margin:0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--rz-gold)}.rz-footer ul{margin:1rem 0 0;padding:0;list-style:none;display:grid;gap:.5rem;font-size:.875rem}.rz-footer ul a{color:#fbfaf6cc;text-decoration:none}.rz-footer ul a:hover{color:var(--rz-cream)}.rz-footer__fineprint{margin:1.5rem 0 0;font-size:.75rem;line-height:1.7;color:#fbfaf680}.rz-footer__bottom{border-top:1px solid rgba(255,255,255,.1)}.rz-footer__bottom-inner{display:flex;flex-direction:column;gap:.5rem;padding-block:1.25rem;font-size:.75rem;color:#fbfaf680}@media(min-width:640px){.rz-footer__bottom-inner{flex-direction:row;justify-content:space-between}}.rz-whatsapp{position:fixed;bottom:5rem;right:1rem;z-index:40;display:grid;height:3.5rem;width:3.5rem;place-items:center;border-radius:999px;background:var(--rz-navy);color:var(--rz-gold);box-shadow:0 10px 25px -10px #14213d99,0 0 0 2px #e8b84b66}.rz-whatsapp:hover{background:var(--rz-navy-soft)}.rz-whatsapp svg{height:1.75rem;width:1.75rem}@media(min-width:640px){.rz-whatsapp{bottom:1.5rem;right:1.5rem}}.rz-sticky-cta{position:fixed;inset-inline:0;bottom:0;z-index:30;border-top:1px solid rgba(20,33,61,.1);background:#14213df2;padding:.75rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(min-width:640px){.rz-sticky-cta{display:none}}.rz-sticky-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.rz-sticky-cta p{margin:0;font-size:.875rem;color:var(--rz-cream)}.rz-sticky-cta p strong{font-weight:700}.rz-sticky-cta p span{color:#fbfaf6b3}.rz-sticky-cta .rz-btn-gold{padding:.625rem 1rem;font-size:.875rem}@media(max-width:639px){.page-wrapper{padding-bottom:5rem}}.rz-page-hero{padding-block:2.5rem;max-width:48rem}@media(min-width:640px){.rz-page-hero{padding-block:3.5rem}}.rz-page-hero h1{margin:.75rem 0 0;font-size:1.875rem;font-weight:800;letter-spacing:-.025em;color:var(--rz-navy)}@media(min-width:640px){.rz-page-hero h1{font-size:2.25rem}}.button,button.button,a.button,.shopify-payment-button__button--unbranded,.product-form__buttons button{font-family:var(--rz-font)!important}.button--primary,.shopify-payment-button__button--unbranded,button[type=submit].button{border-radius:999px!important;background:var(--rz-gold)!important;color:var(--rz-navy)!important;border-color:var(--rz-gold)!important;font-weight:700!important}.button--primary:hover,.shopify-payment-button__button--unbranded:hover{background:var(--rz-gold-dark)!important;border-color:var(--rz-gold-dark)!important;color:var(--rz-navy)!important}.button--secondary{border-radius:999px!important;border-color:#14213d33!important;color:var(--rz-navy)!important;font-weight:600!important}h1,h2,h3,h4,h5,h6{font-family:var(--rz-font);letter-spacing:-.02em;color:var(--rz-navy)}.rz-bg-navy h1,.rz-bg-navy h2,.rz-bg-navy h3{color:var(--rz-cream)}.card-gallery,.product-media-container,.card__content,.product-card,.resource-card{border-radius:var(--rz-radius-card)}.price,.price__container{font-family:var(--rz-font);font-weight:800;color:var(--rz-navy)}input[type=text],input[type=email],input[type=search],input[type=url],input[type=tel],input[type=number],textarea,select{font-family:var(--rz-font);border-radius:.85rem!important;background:var(--rz-cream)!important;border:1px solid rgba(20,33,61,.15)!important;color:var(--rz-navy)!important}input:focus,textarea:focus,select:focus{border-color:var(--rz-gold)!important;box-shadow:0 0 0 3px #e8b84b59!important;outline:none!important}.variant-option__button-label,variant-picker label{border-radius:1rem!important;font-family:var(--rz-font);font-weight:700}.variant-option__button-label:has(input:checked){background:#e8b84b1f!important;border-color:var(--rz-gold)!important;color:var(--rz-navy)!important}.rz-crumbs{padding-top:1.5rem;font-size:.875rem;color:var(--rz-muted)}.rz-crumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;padding:0;list-style:none}.rz-crumbs li{display:flex;align-items:center;gap:.5rem}.rz-crumbs a{color:inherit;text-decoration:none}.rz-crumbs a:hover{color:var(--rz-navy)}.rz-crumbs__current{font-weight:500;color:var(--rz-navy)}.rz-product-grid{display:grid;align-items:start;gap:2.5rem;padding-block:2rem}@media(min-width:1024px){.rz-product-grid{grid-template-columns:1fr .95fr;padding-block:3rem}}.rz-gallery__main{position:relative;margin-inline:auto;aspect-ratio:1 / 1;width:100%;overflow:hidden;border-radius:var(--rz-radius-card);background:var(--rz-white);box-shadow:inset 0 0 0 1px #14213d1a}.rz-gallery__main img{height:100%;width:100%;object-fit:contain;display:block}.rz-gallery__thumbs{margin-top:.75rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.rz-gallery__thumb{overflow:hidden;border-radius:1rem;background:var(--rz-white);box-shadow:inset 0 0 0 2px #14213d1a;border:0;padding:0;cursor:pointer;line-height:0}.rz-gallery__thumb:hover{box-shadow:inset 0 0 0 2px #14213d40}.rz-gallery__thumb.is-active{box-shadow:inset 0 0 0 2px var(--rz-gold)}.rz-gallery__thumb img{aspect-ratio:1 / 1;height:auto;width:100%;object-fit:cover;display:block}.rz-product-eyebrow{margin:0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--rz-gold-dark)}.rz-product-title{margin:.75rem 0 0;font-size:1.875rem;font-weight:800;letter-spacing:-.025em;line-height:1.15;color:var(--rz-navy)}@media(min-width:640px){.rz-product-title{font-size:2.25rem}}.rz-product-blurb{margin:1rem 0 0;font-size:1.125rem;line-height:1.7;color:var(--rz-muted)}.rz-buybox-wrap{margin-top:2rem}.rz-buybox{border-radius:var(--rz-radius-card);border:1px solid rgba(20,33,61,.1);background:var(--rz-white);padding:1.25rem;box-shadow:0 20px 50px -28px #14213d59}@media(min-width:640px){.rz-buybox{padding:1.75rem}}.rz-buybox__from{margin:0;font-size:.875rem;color:var(--rz-muted)}.rz-buybox__from strong{font-weight:600;color:var(--rz-navy)}.rz-buybox__deal{margin:.25rem 0 0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:var(--rz-gold-dark)}.rz-packs{margin:1.25rem 0 0;padding:0;border:0}.rz-packs__legend{padding:0;font-size:.875rem;font-weight:700;color:var(--rz-navy)}.rz-packs__grid{margin-top:.75rem;display:grid;gap:.75rem}.rz-pack{position:relative;display:block;cursor:pointer;border-radius:1rem;border:2px solid rgba(20,33,61,.1);background:var(--rz-cream);padding:1rem;transition:border-color .15s ease,background-color .15s ease}.rz-pack:hover{border-color:#14213d40}.rz-pack.is-active{border-color:var(--rz-gold);background:#e8b84b1a;box-shadow:0 10px 24px -18px #e8b84be6}.rz-pack__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rz-pack__badge{position:absolute;top:-.625rem;right:1rem;border-radius:999px;padding:.125rem .625rem;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.02em}.rz-pack__badge--gold{background:var(--rz-gold);color:var(--rz-navy)}.rz-pack__badge--navy{background:var(--rz-navy);color:var(--rz-gold)}.rz-pack__row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.rz-pack__name{display:block;font-size:1.125rem;font-weight:800;color:var(--rz-navy)}.rz-pack__hint{display:block;font-size:.875rem;color:var(--rz-muted)}.rz-pack__prices{text-align:right}.rz-pack__price{display:block;font-size:1.25rem;font-weight:800;color:var(--rz-navy)}.rz-pack__compare{font-size:.75rem;color:var(--rz-muted);text-decoration:line-through}.rz-buybox__note{margin-top:1.25rem;border-radius:1rem;background:var(--rz-navy);padding:.75rem 1rem;color:var(--rz-cream)}.rz-buybox__note-main{margin:0;font-size:.875rem;font-weight:600;color:var(--rz-gold)}.rz-buybox__note-sub{margin:.25rem 0 0;font-size:.875rem;color:#fbfaf6cc}.rz-buybox__cta{margin-top:1.25rem;width:100%;font-size:1rem}.rz-buybox__cta[disabled]{opacity:.7;cursor:default}.rz-buybox__added{margin-top:1.25rem;border-radius:1rem;border:1px solid var(--rz-gold);background:#e8b84b26;padding:1rem}.rz-buybox__added-title{margin:0;font-weight:700;color:var(--rz-navy)}.rz-buybox__added-sub{margin:.25rem 0 0;font-size:.875rem;color:var(--rz-muted)}.rz-buybox__error{margin:.75rem 0 0;font-size:.875rem;color:#b91c1c}.rz-buybox__list{margin:1.25rem 0 0;padding:0;list-style:none;display:grid;gap:.5rem;font-size:.875rem;color:var(--rz-navy)}.rz-buybox__soon{margin:0;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:var(--rz-gold-dark)}.rz-buybox__soon-name{margin:.5rem 0 0;font-size:1.25rem;font-weight:800;color:var(--rz-navy)}.rz-buybox__soon-text{margin:.75rem 0 0;font-size:.875rem;line-height:1.7;color:var(--rz-muted)}.rz-buybox__notify{margin-top:.75rem;display:block;text-align:center;font-size:.875rem;font-weight:600;color:var(--rz-navy);text-decoration:underline;text-decoration-color:var(--rz-gold)}.rz-details-grid{display:grid;gap:2rem;padding-block:3.5rem}@media(min-width:768px){.rz-details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.rz-details__title{margin:0;font-size:1.25rem;font-weight:800;color:var(--rz-navy)}.rz-details__text{margin:.75rem 0 0;color:var(--rz-muted);line-height:1.7}.rz-features{margin:1.25rem 0 0;padding:0;list-style:none;display:grid;gap:.5rem;font-size:.875rem;color:var(--rz-navy)}.rz-features li{display:flex;gap:.5rem}.rz-features__dot{display:block;margin-top:.5rem;height:.375rem;width:.375rem;flex-shrink:0;border-radius:999px;background:var(--rz-gold)}.rz-specs{margin:1rem 0 0;border-radius:1rem;border:1px solid rgba(20,33,61,.1);background:var(--rz-cream);overflow:hidden}.rz-specs__row{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 1.25rem;font-size:.875rem;border-bottom:1px solid rgba(20,33,61,.1)}.rz-specs__row:last-child{border-bottom:0}.rz-specs dt{color:var(--rz-muted);margin:0}.rz-specs dd{font-weight:500;color:var(--rz-navy);margin:0;text-align:right}.rz-related__title{margin:0;font-size:1.5rem;font-weight:800;color:var(--rz-navy)}.rz-related__body{margin:.5rem 0 0;color:var(--rz-muted);line-height:1.7}.rz-related__grid{margin-top:2rem;display:grid;gap:1.5rem}@media(min-width:768px){.rz-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.rz-related__bulk{margin-top:2rem;text-align:center;font-size:.875rem;color:var(--rz-muted)}.rz-shop-grid{display:grid;gap:1.5rem;padding-bottom:2rem}@media(min-width:768px){.rz-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.rz-shop-notes{display:grid;gap:1.5rem;padding-bottom:5rem}@media(min-width:768px){.rz-shop-notes{grid-template-columns:repeat(3,minmax(0,1fr))}}.rz-note-card{border-radius:1rem;background:var(--rz-white);box-shadow:inset 0 0 0 1px #14213d1a;padding:1.5rem}.rz-note-card--gold{background:#e8b84b1a;box-shadow:none;border:1px solid var(--rz-gold)}.rz-note-card h2{margin:0;font-size:1rem;font-weight:700;color:var(--rz-navy)}.rz-note-card p{margin:.5rem 0 0;font-size:.875rem;line-height:1.7;color:var(--rz-muted)}.rz-note-card a{display:inline-block;margin-top:1rem;font-weight:700}.rz-buybox__actions{margin-top:1.25rem;display:flex;flex-direction:column;gap:.5rem}@media(min-width:640px){.rz-buybox__actions{flex-direction:row}}.rz-buybox__actions .rz-buybox__cta{margin-top:0;flex:1}.rz-buybox__checkout{flex:0 0 auto;white-space:nowrap}.rz-buybox__checkout[hidden]{display:none}.rz-buybox__added-link{margin-top:.75rem;display:inline-block;font-size:.875rem;font-weight:600;color:var(--rz-navy);text-decoration:underline;text-decoration-color:var(--rz-gold);text-decoration-thickness:2px;text-underline-offset:4px}.rz-buybox__from{line-height:1.25rem}.rz-buybox__deal{line-height:1rem}.rz-packs__legend{line-height:1.25rem}.rz-pack__name{line-height:1.75rem}.rz-pack__hint{line-height:1.5rem}.rz-pack__price{line-height:1.75rem}.rz-pack__compare{line-height:1.5rem}.rz-buybox__note-main,.rz-buybox__note-sub,.rz-buybox__list{line-height:1.25rem}.rz-buybox__soon{line-height:1rem}.rz-buybox__soon-name{line-height:1.75rem}.rz-buybox__sold{display:inline-flex;align-items:center;gap:.35rem;margin:0 0 .75rem;border-radius:999px;background:#e8b84b2e;padding:.25rem .7rem;font-size:.75rem;line-height:1rem;font-weight:800;letter-spacing:.02em;color:var(--rz-gold-dark)}.rz-buybox__sold:before{content:"\2605";font-size:.8rem;line-height:1}
/*# sourceMappingURL=/cdn/shop/t/2/assets/reviewz.css.map */
