@import "https://fonts.googleapis.com/css2?family=Bad+Script&family=Great+Vibes&family=Sacramento&display=swap";
.ui-btn{padding:calc(var(--spacer)*.625)calc(var(--spacer)*1.875);border-radius:var(--control-radius,999px);background:var(--gradient-cta);color:var(--interactive-primary-text);box-shadow:var(--shadow-sm);border:none;justify-content:center;align-items:center;font-weight:400;transition:transform .16s,box-shadow .16s,opacity .16s,filter .16s;display:inline-flex}.ui-btn:hover{background:var(--gradient-cta-hover);box-shadow:var(--shadow-md),var(--glow-primary);opacity:1;transform:translateY(-2px)}.ui-btn:active{box-shadow:var(--shadow-sm);transform:translateY(0)}.ui-btn:focus-visible{box-shadow:var(--focus-ring),var(--shadow-sm);outline:none}.ui-btn:disabled{background:var(--interactive-tertiary);color:var(--text-disabled);cursor:not-allowed;opacity:.6;box-shadow:none;transform:none}.continue-btn{color:var(--interactive-primary-text);background:var(--gradient-cta);box-shadow:var(--shadow-sm);white-space:nowrap;border:none;border-radius:999px;gap:.5rem;margin-top:1.5rem;padding:8px 1.25rem;font-weight:400;transition:all .2s}.continue-btn:hover{color:var(--interactive-primary-text);background:var(--gradient-cta-hover);box-shadow:var(--shadow-md),var(--glow-primary);transform:translateY(-1px)}.continue-btn:focus-visible{box-shadow:var(--focus-ring);outline:none}.continue-btn+small{text-align:center;color:var(--text-secondary);margin-top:.5rem;display:block;margin-left:0!important}.app-button,.btn.app-button{border-radius:999px;justify-content:center;align-items:center;padding:.35rem 1rem;font-size:1rem;font-weight:400;text-decoration:none;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.app-button:hover,.app-button:focus-visible,.btn.app-button:hover,.btn.app-button:focus-visible{color:var(--bs-light);text-decoration:none;transform:translateY(-1px)scale(1.01)}.app-button--primary,.btn.app-button--primary{--app-button-primary-start:rgba(var(--bs-info-rgb),1);--app-button-primary-end:rgba(var(--bs-primary-rgb),.95);--app-button-primary-hover-start:rgba(var(--bs-info-rgb),.92);--app-button-primary-hover-end:rgba(var(--bs-primary-rgb),.88);background:linear-gradient(135deg,var(--app-button-primary-start)0%,var(--app-button-primary-end)100%);color:var(--bs-light);border:none}.app-button--primary:hover,.app-button--primary:focus-visible,.btn.app-button--primary:hover,.btn.app-button--primary:focus-visible{background:linear-gradient(135deg,var(--app-button-primary-hover-start)0%,var(--app-button-primary-hover-end)100%)}.app-button--primary:disabled,.btn.app-button--primary:disabled{background:rgba(var(--bs-light-rgb),.1);color:var(--buybox-muted);cursor:not-allowed;transform:none}.app-button--ghost{background:rgba(var(--bs-light-rgb),.03);border:1px solid rgba(var(--bs-light-rgb),.12);color:var(--text-primary)}.app-button--success{background:rgba(var(--bs-success-rgb),1);border:1px solid rgba(var(--bs-success-rgb),.12);color:var(--text-primary)}.app-button--secondary{background:var(--bs-secondary);border:1px solid rgba(var(--bs-secondary-rgb),.12);color:var(--text-primary)}.app-button--info{background:rgba(var(--bs-info-rgb),.12);border:1px solid rgba(var(--bs-info-rgb),.06);color:var(--text-primary)}.app-button--info:hover{background:rgba(var(--bs-info-rgb),.11);border-color:rgba(var(--bs-info-rgb),.42)}.app-button--warning{background:rgba(var(--bs-warning-rgb),.12);border:1px solid rgba(var(--bs-warning-rgb),.06);color:var(--text-primary)}.app-button--warning:hover{background:rgba(var(--bs-warning-rgb),.11);border-color:rgba(var(--bs-warning-rgb),.42)}.app-button--danger{background:rgba(var(--bs-danger-rgb),.12);border:1px solid rgba(var(--bs-danger-rgb),.35);color:rgb(var(--bs-danger-rgb))}.app-button--danger:hover{background:rgba(var(--bs-danger-rgb),.11);border-color:rgba(var(--bs-danger-rgb),.42)}.btn-primary{background:rgb(var(--interactive-primary))!important;border-color:rgb(var(--interactive-primary))!important;color:var(--interactive-primary-text)!important}.btn-primary:hover{box-shadow:var(--glow-primary);background:rgb(var(--interactive-primary-hover))!important;border-color:rgb(var(--interactive-primary-hover))!important}.btn-primary:active,.btn-primary:focus,.btn-primary.active{background:rgb(var(--interactive-primary-active))!important;border-color:rgb(var(--interactive-primary-active))!important}.btn-primary:focus-visible{box-shadow:var(--focus-ring)!important}.btn-secondary{font-weight:400;background:rgb(var(--interactive-secondary))!important;border-color:rgb(var(--interactive-secondary))!important;color:var(--interactive-secondary-text)!important}.btn-secondary:hover{box-shadow:var(--glow-secondary);background:rgb(var(--interactive-secondary-hover))!important;border-color:rgb(var(--interactive-secondary-hover))!important}.btn-secondary:active,.btn-secondary:focus,.btn-secondary.active{background:rgb(var(--interactive-secondary-active))!important;border-color:rgb(var(--interactive-secondary-active))!important}.btn-outline-primary{color:rgb(var(--interactive-primary));border-color:rgb(var(--interactive-primary))}.btn-outline-primary:hover{background:rgb(var(--interactive-primary));border-color:rgb(var(--interactive-primary));color:var(--interactive-primary-text)}.btn-outline-secondary{color:rgb(var(--interactive-secondary));border-color:rgb(var(--interactive-secondary))}.btn-outline-secondary:hover{background:rgb(var(--interactive-secondary));border-color:rgb(var(--interactive-secondary));color:var(--interactive-secondary-text)}.btn-info{background:rgb(var(--feedback-info))!important;border-color:rgb(var(--feedback-info))!important;color:var(--interactive-primary-text)!important}.btn-info:hover{filter:brightness(1.1);box-shadow:var(--glow-secondary)}.btn-info:focus-visible{box-shadow:var(--focus-ring)!important}.btn-outline-info{color:rgb(var(--feedback-info));border-color:rgb(var(--feedback-info))}.btn-outline-info:hover{background:rgb(var(--feedback-info));border-color:rgb(var(--feedback-info));color:var(--interactive-primary-text);box-shadow:var(--glow-secondary)}.btn-outline-info:focus-visible{box-shadow:var(--focus-ring)!important}.btn-success{background:rgb(var(--feedback-success))!important;border-color:rgb(var(--feedback-success))!important;color:var(--interactive-success-text)!important}.btn-success:hover{filter:brightness(1.1)}.btn-warning{background:rgb(var(--feedback-warning))!important;border-color:rgb(var(--feedback-warning))!important;color:var(--interactive-warning-text)!important}.btn-warning:hover{filter:brightness(1.1)}.btn-danger{background:rgb(var(--feedback-error))!important;border-color:rgb(var(--feedback-error))!important;color:var(--text-primary)!important}.btn-danger:hover{filter:brightness(1.1)}a.btn-outline-danger{color:var(--bs-danger)!important}.btn-outline-danger:hover{color:var(--text-primary)!important}:focus-visible{box-shadow:var(--focus-ring);outline:0}.ui-btn--ghost{color:rgb(var(--interactive-primary));border:.25px solid var(--border-default);background:0 0}.ui-btn--ghost:hover{background:var(--surface-1);border-color:rgb(var(--interactive-primary));box-shadow:none;transform:none}.btn.custom-btn-link{color:var(--link-default);white-space:nowrap;text-underline-offset:2px;cursor:pointer;background:0 0;border:none;outline:none;padding:0;font-weight:400;text-decoration-thickness:1px;transition:color .15s;box-shadow:none!important;display:inline-flex!important}.btn.custom-btn-link:hover{color:var(--link-hover);background:0 0;text-decoration:underline;text-decoration-thickness:1px}.btn.custom-btn-link:focus-visible{color:var(--link-hover);outline:2px solid var(--border-focus);outline-offset:2px}.btn.custom-btn-link.flush{text-decoration:none}.btn.custom-btn-link .skip-link{background:var(--surface-2);color:var(--text-primary);box-shadow:var(--shadow-md);border-radius:.5rem;padding:.5rem .75rem;position:absolute;top:0;left:-9999px}.btn.custom-btn-link .skip-link:focus{z-index:1100;top:.75rem;left:.75rem}
.card{background:var(--surface-1);border:1px solid var(--bs-border-color-translucent);border-radius:var(--radius-md);color:var(--text-primary);box-shadow:var(--shadow-sm);transition:box-shadow .25s,transform .25s,border-color .25s}.card:hover{box-shadow:var(--shadow-md);border-color:var(--border-default)}.card-header{background:var(--surface-2);border-bottom:1px solid var(--border-subtle);color:var(--text-primary)}.card-body{color:var(--text-primary)}.card-footer{background:var(--surface-2);border-top:1px solid var(--border-subtle);color:var(--text-secondary)}.card-title{color:var(--text-primary);font-weight:500}.card-text{color:var(--text-primary)}.legacy .product-card{border-radius:var(--radius-md);background:var(--surface-1);border:1px solid var(--border-subtle);color:var(--text-primary);transition:all .25s;overflow:hidden}.legacy .product-card:hover{box-shadow:var(--shadow-lg),var(--glow-primary);border-color:rgb(var(--interactive-primary));transform:translateY(-4px)}.legacy .product-card .card-image img,.legacy .product-card .card-image .ui-card__img,.related-product-card .card-image img,.related-product-card img,.legacy .product-card .card-image img{object-fit:contain;width:100%;height:220px;display:block}.legacy .product-title{font-family:var(--headings-font-family);color:var(--text-primary);font-size:1rem;font-weight:500}.surface-1{background:var(--surface-1);box-shadow:var(--shadow-sm)}.surface-2{background:var(--surface-2);box-shadow:var(--shadow-md)}.surface-3{background:var(--surface-3);box-shadow:var(--shadow-lg)}
@media (orientation:landscape) and (max-height:600px){.w-landscape-auto{width:auto!important}.w-landscape-1{width:8.33333%!important}.w-landscape-2{width:16.6667%!important}.w-landscape-3{width:25%!important}.w-landscape-4{width:33.3333%!important}.w-landscape-5{width:41.6667%!important}.w-landscape-6,.w-landscape-50{width:50%!important}.w-landscape-7{width:58.3333%!important}.w-landscape-8{width:66.6667%!important}.w-landscape-9{width:75%!important}.w-landscape-10{width:83.3333%!important}.w-landscape-11{width:91.6667%!important}.w-landscape-12{width:100%!important}.col-landscape-1{flex:none;width:8.33333%!important}.col-landscape-2{flex:none;width:16.6667%!important}.col-landscape-3{flex:none;width:25%!important}.col-landscape-4{flex:none;width:33.3333%!important}.col-landscape-5{flex:none;width:41.6667%!important}.col-landscape-6{flex:none;width:50%!important}.col-landscape-7{flex:none;width:58.3333%!important}.col-landscape-8{flex:none;width:66.6667%!important}.col-landscape-9{flex:none;width:75%!important}.col-landscape-10{flex:none;width:83.3333%!important}.col-landscape-11{flex:none;width:91.6667%!important}.col-landscape-12{flex:none;width:100%!important}.fs-landscape-1{font-size:calc(1.625rem + .6vw)!important}.fs-landscape-2{font-size:calc(1.475rem + .3vw)!important}.fs-landscape-3{font-size:1.75rem!important}.fs-landscape-4{font-size:1.5rem!important}.fs-landscape-5{font-size:1.25rem!important}.fs-landscape-6{font-size:1rem!important}.fs-landscape-7{font-size:.875rem!important}.fs-landscape-8{font-size:.8125rem!important}.fs-landscape-9{font-size:.75rem!important}.fs-landscape-10{font-size:.6875rem!important}.h-landscape-auto{height:auto!important}.h-landscape-25{height:25%!important}.h-landscape-50{height:50%!important}.h-landscape-75{height:75%!important}.h-landscape-100{height:100%!important}.vh-landscape-25{height:25vh!important}.vh-landscape-50{height:50vh!important}.vh-landscape-75{height:75vh!important}.vh-landscape-100{height:100vh!important}.dvh-landscape-1{height:1dvh!important}.dvh-landscape-2{height:2dvh!important}.dvh-landscape-3{height:3dvh!important}.dvh-landscape-4{height:4dvh!important}.dvh-landscape-5{height:5dvh!important}.dvh-landscape-6{height:6dvh!important}.dvh-landscape-7{height:7dvh!important}.dvh-landscape-8{height:8dvh!important}.dvh-landscape-9{height:9dvh!important}.dvh-landscape-10{height:10dvh!important}.dvh-landscape-11{height:11dvh!important}.dvh-landscape-12{height:12dvh!important}.dvh-landscape-13{height:13dvh!important}.dvh-landscape-14{height:14dvh!important}.dvh-landscape-15{height:15dvh!important}.dvh-landscape-16{height:16dvh!important}.dvh-landscape-17{height:17dvh!important}.dvh-landscape-18{height:18dvh!important}.dvh-landscape-19{height:19dvh!important}.dvh-landscape-20{height:20dvh!important}.dvh-landscape-21{height:21dvh!important}.dvh-landscape-22{height:22dvh!important}.dvh-landscape-23{height:23dvh!important}.dvh-landscape-24{height:24dvh!important}.dvh-landscape-25{height:25dvh!important}.dvh-landscape-26{height:26dvh!important}.dvh-landscape-27{height:27dvh!important}.dvh-landscape-28{height:28dvh!important}.dvh-landscape-29{height:29dvh!important}.dvh-landscape-30{height:30dvh!important}.dvh-landscape-31{height:31dvh!important}.dvh-landscape-32{height:32dvh!important}.dvh-landscape-33{height:33dvh!important}.dvh-landscape-34{height:34dvh!important}.dvh-landscape-35{height:35dvh!important}.dvh-landscape-36{height:36dvh!important}.dvh-landscape-37{height:37dvh!important}.dvh-landscape-38{height:38dvh!important}.dvh-landscape-39{height:39dvh!important}.dvh-landscape-40{height:40dvh!important}.dvh-landscape-41{height:41dvh!important}.dvh-landscape-42{height:42dvh!important}.dvh-landscape-43{height:43dvh!important}.dvh-landscape-44{height:44dvh!important}.dvh-landscape-45{height:45dvh!important}.dvh-landscape-46{height:46dvh!important}.dvh-landscape-47{height:47dvh!important}.dvh-landscape-48{height:48dvh!important}.dvh-landscape-49{height:49dvh!important}.dvh-landscape-50{height:50dvh!important}.dvh-landscape-51{height:51dvh!important}.dvh-landscape-52{height:52dvh!important}.dvh-landscape-53{height:53dvh!important}.dvh-landscape-54{height:54dvh!important}.dvh-landscape-55{height:55dvh!important}.dvh-landscape-56{height:56dvh!important}.dvh-landscape-57{height:57dvh!important}.dvh-landscape-58{height:58dvh!important}.dvh-landscape-59{height:59dvh!important}.dvh-landscape-60{height:60dvh!important}.dvh-landscape-61{height:61dvh!important}.dvh-landscape-62{height:62dvh!important}.dvh-landscape-63{height:63dvh!important}.dvh-landscape-64{height:64dvh!important}.dvh-landscape-65{height:65dvh!important}.dvh-landscape-66{height:66dvh!important}.dvh-landscape-67{height:67dvh!important}.dvh-landscape-68{height:68dvh!important}.dvh-landscape-69{height:69dvh!important}.dvh-landscape-70{height:70dvh!important}.dvh-landscape-71{height:71dvh!important}.dvh-landscape-72{height:72dvh!important}.dvh-landscape-73{height:73dvh!important}.dvh-landscape-74{height:74dvh!important}.dvh-landscape-75{height:75dvh!important}.dvh-landscape-76{height:76dvh!important}.dvh-landscape-77{height:77dvh!important}.dvh-landscape-78{height:78dvh!important}.dvh-landscape-79{height:79dvh!important}.dvh-landscape-80{height:80dvh!important}.dvh-landscape-81{height:81dvh!important}.dvh-landscape-82{height:82dvh!important}.dvh-landscape-83{height:83dvh!important}.dvh-landscape-84{height:84dvh!important}.dvh-landscape-85{height:85dvh!important}.dvh-landscape-86{height:86dvh!important}.dvh-landscape-87{height:87dvh!important}.dvh-landscape-88{height:88dvh!important}.dvh-landscape-89{height:89dvh!important}.dvh-landscape-90{height:90dvh!important}.dvh-landscape-91{height:91dvh!important}.dvh-landscape-92{height:92dvh!important}.dvh-landscape-93{height:93dvh!important}.dvh-landscape-94{height:94dvh!important}.dvh-landscape-95{height:95dvh!important}.dvh-landscape-96{height:96dvh!important}.dvh-landscape-97{height:97dvh!important}.dvh-landscape-98{height:98dvh!important}.dvh-landscape-99{height:99dvh!important}.dvh-landscape-100{height:100dvh!important}.svh-landscape-100{height:100svh!important}.lvh-landscape-100{height:100lvh!important}.min-vh-landscape-100{min-height:100vh!important}.min-dvh-landscape-1{min-height:1dvh!important}.min-dvh-landscape-2{min-height:2dvh!important}.min-dvh-landscape-3{min-height:3dvh!important}.min-dvh-landscape-4{min-height:4dvh!important}.min-dvh-landscape-5{min-height:5dvh!important}.min-dvh-landscape-6{min-height:6dvh!important}.min-dvh-landscape-7{min-height:7dvh!important}.min-dvh-landscape-8{min-height:8dvh!important}.min-dvh-landscape-9{min-height:9dvh!important}.min-dvh-landscape-10{min-height:10dvh!important}.min-dvh-landscape-11{min-height:11dvh!important}.min-dvh-landscape-12{min-height:12dvh!important}.min-dvh-landscape-13{min-height:13dvh!important}.min-dvh-landscape-14{min-height:14dvh!important}.min-dvh-landscape-15{min-height:15dvh!important}.min-dvh-landscape-16{min-height:16dvh!important}.min-dvh-landscape-17{min-height:17dvh!important}.min-dvh-landscape-18{min-height:18dvh!important}.min-dvh-landscape-19{min-height:19dvh!important}.min-dvh-landscape-20{min-height:20dvh!important}.min-dvh-landscape-21{min-height:21dvh!important}.min-dvh-landscape-22{min-height:22dvh!important}.min-dvh-landscape-23{min-height:23dvh!important}.min-dvh-landscape-24{min-height:24dvh!important}.min-dvh-landscape-25{min-height:25dvh!important}.min-dvh-landscape-26{min-height:26dvh!important}.min-dvh-landscape-27{min-height:27dvh!important}.min-dvh-landscape-28{min-height:28dvh!important}.min-dvh-landscape-29{min-height:29dvh!important}.min-dvh-landscape-30{min-height:30dvh!important}.min-dvh-landscape-31{min-height:31dvh!important}.min-dvh-landscape-32{min-height:32dvh!important}.min-dvh-landscape-33{min-height:33dvh!important}.min-dvh-landscape-34{min-height:34dvh!important}.min-dvh-landscape-35{min-height:35dvh!important}.min-dvh-landscape-36{min-height:36dvh!important}.min-dvh-landscape-37{min-height:37dvh!important}.min-dvh-landscape-38{min-height:38dvh!important}.min-dvh-landscape-39{min-height:39dvh!important}.min-dvh-landscape-40{min-height:40dvh!important}.min-dvh-landscape-41{min-height:41dvh!important}.min-dvh-landscape-42{min-height:42dvh!important}.min-dvh-landscape-43{min-height:43dvh!important}.min-dvh-landscape-44{min-height:44dvh!important}.min-dvh-landscape-45{min-height:45dvh!important}.min-dvh-landscape-46{min-height:46dvh!important}.min-dvh-landscape-47{min-height:47dvh!important}.min-dvh-landscape-48{min-height:48dvh!important}.min-dvh-landscape-49{min-height:49dvh!important}.min-dvh-landscape-50{min-height:50dvh!important}.min-dvh-landscape-51{min-height:51dvh!important}.min-dvh-landscape-52{min-height:52dvh!important}.min-dvh-landscape-53{min-height:53dvh!important}.min-dvh-landscape-54{min-height:54dvh!important}.min-dvh-landscape-55{min-height:55dvh!important}.min-dvh-landscape-56{min-height:56dvh!important}.min-dvh-landscape-57{min-height:57dvh!important}.min-dvh-landscape-58{min-height:58dvh!important}.min-dvh-landscape-59{min-height:59dvh!important}.min-dvh-landscape-60{min-height:60dvh!important}.min-dvh-landscape-61{min-height:61dvh!important}.min-dvh-landscape-62{min-height:62dvh!important}.min-dvh-landscape-63{min-height:63dvh!important}.min-dvh-landscape-64{min-height:64dvh!important}.min-dvh-landscape-65{min-height:65dvh!important}.min-dvh-landscape-66{min-height:66dvh!important}.min-dvh-landscape-67{min-height:67dvh!important}.min-dvh-landscape-68{min-height:68dvh!important}.min-dvh-landscape-69{min-height:69dvh!important}.min-dvh-landscape-70{min-height:70dvh!important}.min-dvh-landscape-71{min-height:71dvh!important}.min-dvh-landscape-72{min-height:72dvh!important}.min-dvh-landscape-73{min-height:73dvh!important}.min-dvh-landscape-74{min-height:74dvh!important}.min-dvh-landscape-75{min-height:75dvh!important}.min-dvh-landscape-76{min-height:76dvh!important}.min-dvh-landscape-77{min-height:77dvh!important}.min-dvh-landscape-78{min-height:78dvh!important}.min-dvh-landscape-79{min-height:79dvh!important}.min-dvh-landscape-80{min-height:80dvh!important}.min-dvh-landscape-81{min-height:81dvh!important}.min-dvh-landscape-82{min-height:82dvh!important}.min-dvh-landscape-83{min-height:83dvh!important}.min-dvh-landscape-84{min-height:84dvh!important}.min-dvh-landscape-85{min-height:85dvh!important}.min-dvh-landscape-86{min-height:86dvh!important}.min-dvh-landscape-87{min-height:87dvh!important}.min-dvh-landscape-88{min-height:88dvh!important}.min-dvh-landscape-89{min-height:89dvh!important}.min-dvh-landscape-90{min-height:90dvh!important}.min-dvh-landscape-91{min-height:91dvh!important}.min-dvh-landscape-92{min-height:92dvh!important}.min-dvh-landscape-93{min-height:93dvh!important}.min-dvh-landscape-94{min-height:94dvh!important}.min-dvh-landscape-95{min-height:95dvh!important}.min-dvh-landscape-96{min-height:96dvh!important}.min-dvh-landscape-97{min-height:97dvh!important}.min-dvh-landscape-98{min-height:98dvh!important}.min-dvh-landscape-99{min-height:99dvh!important}.min-dvh-landscape-100{min-height:100dvh!important}.d-landscape-none{display:none!important}.d-landscape-block{display:block!important}.d-landscape-inline{display:inline!important}.d-landscape-inline-block{display:inline-block!important}.d-landscape-flex{display:flex!important}.d-landscape-inline-flex{display:inline-flex!important}.d-landscape-grid{display:grid!important}.d-landscape-inline-grid{display:inline-grid!important}.flex-landscape-row{flex-direction:row!important}.flex-landscape-column{flex-direction:column!important}.flex-landscape-row-reverse{flex-direction:row-reverse!important}.flex-landscape-column-reverse{flex-direction:column-reverse!important}.flex-landscape-wrap{flex-wrap:wrap!important}.flex-landscape-nowrap{flex-wrap:nowrap!important}.flex-landscape-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-landscape-start{justify-content:flex-start!important}.justify-content-landscape-end{justify-content:flex-end!important}.justify-content-landscape-center{justify-content:center!important}.justify-content-landscape-between{justify-content:space-between!important}.justify-content-landscape-around{justify-content:space-around!important}.justify-content-landscape-evenly{justify-content:space-evenly!important}.align-items-landscape-start{align-items:flex-start!important}.align-items-landscape-end{align-items:flex-end!important}.align-items-landscape-center{align-items:center!important}.align-items-landscape-baseline{align-items:baseline!important}.align-items-landscape-stretch{align-items:stretch!important}.align-self-landscape-auto{align-self:auto!important}.align-self-landscape-start{align-self:flex-start!important}.align-self-landscape-end{align-self:flex-end!important}.align-self-landscape-center{align-self:center!important}.align-self-landscape-baseline{align-self:baseline!important}.align-self-landscape-stretch{align-self:stretch!important}.order-landscape-first{order:-1!important}.order-landscape-0{order:0!important}.order-landscape-1{order:1!important}.order-landscape-2{order:2!important}.order-landscape-3{order:3!important}.order-landscape-4{order:4!important}.order-landscape-5{order:5!important}.order-landscape-last{order:6!important}.position-landscape-static{position:static!important}.position-landscape-relative{position:relative!important}.position-landscape-absolute{position:absolute!important}.position-landscape-fixed{position:fixed!important}.position-landscape-sticky{position:sticky!important}.start-landscape-0{inset-inline-start:0!important}.start-landscape-1{inset-inline-start:.25rem!important}.start-landscape-2{inset-inline-start:.5rem!important}.start-landscape-3{inset-inline-start:1rem!important}.start-landscape-4{inset-inline-start:1.5rem!important}.start-landscape-5{inset-inline-start:3rem!important}.start-landscape-auto{inset-inline-start:auto!important}.end-landscape-0{inset-inline-end:0!important}.end-landscape-1{inset-inline-end:.25rem!important}.end-landscape-2{inset-inline-end:.5rem!important}.end-landscape-3{inset-inline-end:1rem!important}.end-landscape-4{inset-inline-end:1.5rem!important}.end-landscape-5{inset-inline-end:3rem!important}.end-landscape-auto{inset-inline-end:auto!important}.top-landscape-auto{top:auto!important}.top-landscape-0{top:0!important}.top-landscape-1{top:.25rem!important}.top-landscape-2{top:.5rem!important}.top-landscape-3{top:1rem!important}.top-landscape-4{top:1.5rem!important}.top-landscape-5{top:3rem!important}.right-landscape-auto{right:auto!important}.right-landscape-0{right:0!important}.right-landscape-1{right:.25rem!important}.right-landscape-2{right:.5rem!important}.right-landscape-3{right:1rem!important}.right-landscape-4{right:1.5rem!important}.right-landscape-5{right:3rem!important}.bottom-landscape-auto{bottom:auto!important}.bottom-landscape-0{bottom:0!important}.bottom-landscape-1{bottom:.25rem!important}.bottom-landscape-2{bottom:.5rem!important}.bottom-landscape-3{bottom:1rem!important}.bottom-landscape-4{bottom:1.5rem!important}.bottom-landscape-5{bottom:3rem!important}.left-landscape-auto{left:auto!important}.left-landscape-0{left:0!important}.left-landscape-1{left:.25rem!important}.left-landscape-2{left:.5rem!important}.left-landscape-3{left:1rem!important}.left-landscape-4{left:1.5rem!important}.left-landscape-5{left:3rem!important}.text-landscape-start{text-align:left!important}.text-landscape-center{text-align:center!important}.text-landscape-end{text-align:right!important}.text-landscape-nowrap{white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}.gap-landscape-0{gap:0!important}.gap-landscape-1{gap:.25rem!important}.gap-landscape-2{gap:.5rem!important}.gap-landscape-3{gap:1rem!important}.gap-landscape-4{gap:1.5rem!important}.gap-landscape-5{gap:3rem!important}.m-landscape-0{margin:0!important}.m-landscape-1{margin:.25rem!important}.m-landscape-2{margin:.5rem!important}.m-landscape-3{margin:1rem!important}.m-landscape-4{margin:1.5rem!important}.m-landscape-5{margin:3rem!important}.m-landscape-auto{margin:auto!important}.mx-landscape-0{margin-left:0!important;margin-right:0!important}.mx-landscape-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-landscape-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-landscape-3{margin-left:1rem!important;margin-right:1rem!important}.mx-landscape-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-landscape-5{margin-left:3rem!important;margin-right:3rem!important}.mx-landscape-auto{margin-left:auto!important;margin-right:auto!important}.my-landscape-0{margin-top:0!important;margin-bottom:0!important}.my-landscape-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-landscape-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-landscape-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-landscape-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-landscape-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-landscape-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-landscape-0{margin-top:0!important}.mt-landscape-1{margin-top:.25rem!important}.mt-landscape-2{margin-top:.5rem!important}.mt-landscape-3{margin-top:1rem!important}.mt-landscape-4{margin-top:1.5rem!important}.mt-landscape-5{margin-top:3rem!important}.mt-landscape-auto{margin-top:auto!important}.mb-landscape-0{margin-bottom:0!important}.mb-landscape-1{margin-bottom:.25rem!important}.mb-landscape-2{margin-bottom:.5rem!important}.mb-landscape-3{margin-bottom:1rem!important}.mb-landscape-4{margin-bottom:1.5rem!important}.mb-landscape-5{margin-bottom:3rem!important}.mb-landscape-auto{margin-bottom:auto!important}.ms-landscape-0{margin-left:0!important}.ms-landscape-1{margin-left:.25rem!important}.ms-landscape-2{margin-left:.5rem!important}.ms-landscape-3{margin-left:1rem!important}.ms-landscape-4{margin-left:1.5rem!important}.ms-landscape-5{margin-left:3rem!important}.ms-landscape-auto{margin-left:auto!important}.me-landscape-0{margin-right:0!important}.me-landscape-1{margin-right:.25rem!important}.me-landscape-2{margin-right:.5rem!important}.me-landscape-3{margin-right:1rem!important}.me-landscape-4{margin-right:1.5rem!important}.me-landscape-5{margin-right:3rem!important}.me-landscape-auto{margin-right:auto!important}.p-landscape-0{padding:0!important}.p-landscape-1{padding:.25rem!important}.p-landscape-2{padding:.5rem!important}.p-landscape-3{padding:1rem!important}.p-landscape-4{padding:1.5rem!important}.p-landscape-5{padding:3rem!important}.px-landscape-0{padding-left:0!important;padding-right:0!important}.px-landscape-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-landscape-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-landscape-3{padding-left:1rem!important;padding-right:1rem!important}.px-landscape-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-landscape-5{padding-left:3rem!important;padding-right:3rem!important}.py-landscape-0{padding-top:0!important;padding-bottom:0!important}.py-landscape-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-landscape-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-landscape-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-landscape-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-landscape-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-landscape-0{padding-top:0!important}.pt-landscape-1{padding-top:.25rem!important}.pt-landscape-2{padding-top:.5rem!important}.pt-landscape-3{padding-top:1rem!important}.pt-landscape-4{padding-top:1.5rem!important}.pt-landscape-5{padding-top:3rem!important}.pb-landscape-0{padding-bottom:0!important}.pb-landscape-1{padding-bottom:.25rem!important}.pb-landscape-2{padding-bottom:.5rem!important}.pb-landscape-3{padding-bottom:1rem!important}.pb-landscape-4{padding-bottom:1.5rem!important}.pb-landscape-5{padding-bottom:3rem!important}.ps-landscape-0{padding-left:0!important}.ps-landscape-1{padding-left:.25rem!important}.ps-landscape-2{padding-left:.5rem!important}.ps-landscape-3{padding-left:1rem!important}.ps-landscape-4{padding-left:1.5rem!important}.ps-landscape-5{padding-left:3rem!important}.pe-landscape-0{padding-right:0!important}.pe-landscape-1{padding-right:.25rem!important}.pe-landscape-2{padding-right:.5rem!important}.pe-landscape-3{padding-right:1rem!important}.pe-landscape-4{padding-right:1.5rem!important}.pe-landscape-5{padding-right:3rem!important}.bg-landscape-primary{background-color:var(--bs-primary)!important}.bg-landscape-secondary{background-color:var(--bs-secondary)!important}.bg-landscape-success{background-color:var(--bs-success)!important}.bg-landscape-info{background-color:var(--bs-info)!important}.bg-landscape-warning{background-color:var(--bs-warning)!important}.bg-landscape-danger{background-color:var(--bs-danger)!important}.bg-landscape-light{background-color:var(--bs-light)!important}.bg-landscape-dark{background-color:var(--bs-dark)!important}.bg-landscape-body{background-color:var(--bs-body-bg)!important}.bg-landscape-white{background-color:rgb(var(--primitive-white))!important}.bg-landscape-transparent{background-color:#0000!important}.bg-landscape-surface-1{background:var(--surface-1)!important}.bg-landscape-surface-2{background:var(--surface-2)!important}.bg-landscape-surface-3{background:var(--surface-3)!important}.carousel-control-prev,.carousel-control-next,.btn-icon,.icon-btn{-webkit-backdrop-filter:none!important;z-index:1200!important;background:0 0!important;border-radius:.375rem!important;justify-content:center!important;align-items:center!important;min-width:48px!important;min-height:48px!important;padding:.5rem!important;display:flex!important}.carousel-control-prev .carousel-control-prev-icon,.carousel-control-next .carousel-control-next-icon{width:2rem!important;height:2rem!important;filter:drop-shadow(0 1px 2px rgba(var(--bs-dark-rgb),.6))!important;background-size:2rem 2rem!important}.btn-icon svg,.icon-btn svg{width:1.25rem!important;height:1.25rem!important}}
:root{--primitive-slate-950:2,6,23;--primitive-slate-900:15,23,42;--primitive-slate-800:30,41,59;--primitive-slate-700:51,65,85;--primitive-slate-600:71,85,105;--primitive-slate-500:100,116,139;--primitive-slate-400:148,163,184;--primitive-slate-300:203,213,225;--primitive-slate-200:226,232,240;--primitive-slate-100:241,245,249;--primitive-slate-50:248,250,252;--primitive-magenta-700:190,24,93;--primitive-magenta-600:219,39,119;--primitive-magenta-500:236,72,153;--primitive-magenta-400:244,114,182;--primitive-magenta-300:249,168,212;--primitive-magenta-200:251,207,232;--primitive-cyan-700:14,116,144;--primitive-cyan-600:8,145,178;--primitive-cyan-500:6,182,212;--primitive-cyan-400:34,211,238;--primitive-cyan-300:103,232,249;--primitive-cyan-200:165,243,252;--primitive-emerald-700:4,120,87;--primitive-emerald-600:5,150,105;--primitive-emerald-500:16,185,129;--primitive-emerald-400:52,211,153;--primitive-emerald-300:110,231,183;--primitive-amber-700:180,83,9;--primitive-amber-600:217,119,6;--primitive-amber-500:245,158,11;--primitive-amber-400:251,191,36;--primitive-amber-300:252,211,77;--primitive-red-700:185,28,28;--primitive-red-600:220,38,38;--primitive-red-500:239,68,68;--primitive-red-400:248,113,113;--primitive-red-300:252,165,165;--primitive-white:255,255,255;--primitive-black:0,0,0}
:root{--logo-wm-stop1:var(--bs-primary);--logo-wm-stop2:var(--bs-secondary);--logo-wm-stop3:var(--bs-warning);--color-nav-link:var(--nav-link);--color-nav-link-hover:var(--nav-link-hover);--hero-img-bg:var(--surface-1);--hero-caption-gradient:linear-gradient(180deg,rgba(var(--bs-dark-rgb),0)0%,rgba(var(--bs-dark-rgb),.55)80%);--hero-caption-color:var(--text-on-primary)}.theme-dark{--hero-img-bg:var(--surface-1);--hero-caption-gradient:linear-gradient(180deg,rgba(var(--bs-dark-rgb),0)0%,rgba(var(--bs-dark-rgb),.85)85%);--hero-caption-color:var(--text-on-primary);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}
:root{--font-family-base:Roboto,system-ui,sans-serif;--headings-font-family:Inter,system-ui,sans-serif;--font-size-base:1rem;--line-height-base:1.5;--bg-app:rgb(var(--primitive-slate-900));--bg-app-darker:rgb(var(--primitive-slate-950));--bg-commercial:rgb(var(--primitive-slate-900));--bg-commercial-elevated:rgb(var(--primitive-slate-800));--bg-auth:rgb(var(--primitive-slate-900));--bg-auth-card:rgb(var(--primitive-slate-800));--bg-checkout:rgb(var(--primitive-slate-900));--bg-checkout-panel:rgb(var(--primitive-slate-800));--bg-checkout-summary:rgb(var(--primitive-slate-700));--bg-profile:rgb(var(--primitive-slate-900));--bg-profile-card:rgb(var(--primitive-slate-800));--bg-admin:rgb(var(--primitive-slate-950));--bg-admin-panel:rgb(var(--primitive-slate-900));--bg-admin-row-hover:rgb(var(--primitive-slate-800));--surface-0:transparent;--surface-1:rgb(var(--primitive-slate-800));--surface-2:rgb(var(--primitive-slate-700));--surface-3:rgb(var(--primitive-slate-600));--surface-paper:rgba(var(--primitive-slate-50),.96);--surface-paper-border:rgba(var(--primitive-slate-950),.12);--surface-paper-ink:rgb(var(--primitive-slate-900));--interactive-primary:var(--primitive-magenta-500);--interactive-primary-hover:var(--primitive-magenta-400);--interactive-primary-active:var(--primitive-magenta-600);--interactive-primary-text:rgb(var(--primitive-white));--interactive-primary-color:rgb(var(--interactive-primary));--interactive-secondary:var(--primitive-slate-700);--interactive-secondary-hover:var(--primitive-slate-600);--interactive-secondary-active:var(--primitive-slate-500);--interactive-secondary-text:rgb(var(--primitive-slate-50));--interactive-secondary-color:rgb(var(--interactive-secondary));--interactive-tertiary:rgb(var(--primitive-cyan-500));--interactive-tertiary-hover:rgb(var(--primitive-cyan-400));--interactive-tertiary-active:rgb(var(--primitive-cyan-600));--interactive-tertiary-text:rgb(var(--primitive-white));--interactive-warning:var(--primitive-amber-500);--interactive-warning-hover:var(--primitive-amber-400);--interactive-warning-active:var(--primitive-amber-600);--interactive-warning-text:rgb(var(--primitive-white));--link-default:rgb(var(--primitive-cyan-400));--link-hover:rgb(var(--primitive-magenta-300));--link-visited:rgb(var(--primitive-cyan-500));--link-active:rgb(var(--primitive-cyan-600));--form-bg:var(--bg-app);--form-border:rgba(var(--bs-light-rgb),.14);--form-border-hover:rgba(var(--bs-light-rgb),.2);--form-border-focus:var(--border-focus);--form-text:var(--form-border-focus);--caret-color:var(--interactive-tertiary);--form-placeholder:var(--text-tertiary);--form-disabled-bg:var(--bg-app-darker);--form-disabled-text:var(--text-disabled);--form-disabled-border:var(--border-subtle);--form-valid-border:rgb(var(--primitive-emerald-500));--form-valid-bg:rgba(var(--bs-success-rgb),.05);--form-invalid-border:rgb(var(--primitive-red-500));--form-invalid-bg:rgba(var(--bs-danger-rgb),.05);--form-warning-border:rgb(var(--primitive-amber-500));--form-warning-bg:rgba(var(--bs-warning-rgb),.05);--feedback-success:var(--primitive-emerald-500);--feedback-success-bg:rgba(var(--bs-success-rgb),.1);--feedback-success-border:rgba(var(--bs-success-rgb),.3);--feedback-success-text:rgb(var(--primitive-emerald-300));--feedback-error:var(--primitive-red-500);--feedback-error-bg:rgba(var(--bs-danger-rgb),.1);--feedback-error-border:rgba(var(--bs-danger-rgb),.3);--feedback-error-text:rgb(var(--primitive-red-300));--feedback-warning:var(--primitive-amber-500);--feedback-warning-bg:rgba(var(--bs-warning-rgb),.1);--feedback-warning-border:rgba(var(--bs-warning-rgb),.3);--feedback-warning-text:rgb(var(--primitive-amber-300));--feedback-info:var(--primitive-cyan-500);--feedback-info-bg:rgba(var(--bs-info-rgb),.1);--feedback-info-border:rgba(var(--bs-info-rgb),.3);--feedback-info-text:rgb(var(--primitive-cyan-300));--text-primary:rgb(var(--primitive-slate-50));--text-secondary:rgb(var(--primitive-slate-300));--text-tertiary:rgb(var(--primitive-slate-400));--text-disabled:rgb(var(--primitive-slate-600));--text-on-primary:rgb(var(--primitive-white));--text-on-secondary:rgb(var(--primitive-white));--text-inverse:rgb(var(--primitive-slate-900));--bs-highlight-color:rgb(var(--primitive-cyan-500));--border-default:rgb(var(--primitive-slate-700));--border-subtle:rgb(var(--primitive-slate-800));--border-emphasis:rgb(var(--primitive-slate-600));--border-strong:rgb(var(--primitive-slate-500));--border-focus:rgb(var(--primitive-cyan-500));--border-focus-secondary:rgb(var(--primitive-cyan-500));--bs-border-width:.25px;--nav-bg:rgb(var(--primitive-slate-900));--nav-link:rgb(var(--primitive-slate-50));--nav-link-hover:rgb(var(--primitive-magenta-300));--nav-link-active:rgb(var(--primitive-magenta-400));--nav-border:rgb(var(--primitive-slate-800));--price-current:rgb(var(--primitive-magenta-400));--price-original:rgb(var(--primitive-slate-400));--price-discount:rgb(var(--primitive-emerald-500));--price-save-badge:rgb(var(--primitive-emerald-600));--product-new:rgb(var(--primitive-cyan-500));--product-new-bg:rgba(var(--bs-info-rgb),.15);--product-sale:rgb(var(--primitive-magenta-500));--product-sale-bg:rgba(var(--bs-primary-rgb),.15);--product-out-of-stock:rgb(var(--primitive-red-500));--product-low-stock:rgb(var(--primitive-amber-500));--trust-secure:rgb(var(--primitive-emerald-500));--trust-warning:rgb(var(--primitive-amber-500));--trust-error:rgb(var(--primitive-red-500));--shadow-xs:0 1px 2px rgba(var(--bs-dark-rgb),.25);--shadow-sm:0 2px 4px rgba(var(--bs-dark-rgb),.3);--shadow-md:0 4px 12px rgba(var(--bs-dark-rgb),.4);--shadow-lg:0 8px 24px rgba(var(--bs-dark-rgb),.5);--shadow-xl:0 12px 48px rgba(var(--bs-dark-rgb),.6);--glow-primary:0 0 20px rgba(var(--bs-primary-rgb),.4);--glow-secondary:0 0 20px rgba(var(--bs-info-rgb),.3);--glow-success:0 0 16px rgba(var(--bs-success-rgb),.3);--focus-ring:0 0 0 .1rem rgba(var(--bs-info-rgb),.3);--focus-ring-secondary:0 0 0 3px rgba(var(--bs-info-rgb),.3);--focus-ring-error:0 0 0 3px rgba(var(--bs-danger-rgb),.3);--gradient-hero:linear-gradient(135deg,rgb(var(--primitive-slate-900))0%,rgb(var(--primitive-slate-800))50%,rgb(var(--primitive-magenta-500))100%);--gradient-cta:linear-gradient(135deg,rgb(var(--primitive-magenta-500))0%,rgb(var(--primitive-magenta-600))100%);--gradient-cta-hover:linear-gradient(135deg,rgb(var(--primitive-magenta-400))0%,rgb(var(--primitive-magenta-500))100%);--gradient-accent:linear-gradient(90deg,rgb(var(--primitive-magenta-500))0%,rgb(var(--primitive-cyan-500))100%);--gradient-overlay:linear-gradient(180deg,transparent 0%,rgb(var(--primitive-slate-900))100%);--gradient-overlay-reverse:linear-gradient(180deg,rgb(var(--primitive-slate-900))0%,transparent 100%);--bs-primary-rgb:var(--interactive-primary);--bs-secondary-rgb:var(--interactive-secondary);--bs-success-rgb:var(--feedback-success);--bs-warning-rgb:var(--interactive-warning);--bs-danger-rgb:var(--feedback-error);--bs-info-rgb:var(--primitive-cyan-500);--bs-light-rgb:var(--primitive-slate-50);--bs-dark-rgb:var(--primitive-slate-950);--bs-white-rgb:var(--primitive-white);--bs-black-rgb:var(--primitive-black);--bs-primary:rgb(var(--bs-primary-rgb));--bs-secondary:rgb(var(--bs-secondary-rgb));--bs-success:rgb(var(--bs-success-rgb));--bs-warning:rgb(var(--bs-warning-rgb));--bs-danger:rgb(var(--bs-danger-rgb));--bs-info:rgb(var(--bs-info-rgb));--bs-light:rgb(var(--bs-light-rgb));--bs-dark:rgb(var(--bs-dark-rgb));--bs-white:rgb(var(--bs-white-rgb));--bs-black:rgb(var(--bs-black-rgb));--bs-body-bg:var(--bg-app);--bs-body-color:var(--text-primary);--color-primary:rgb(var(--interactive-primary));--color-secondary:rgb(var(--interactive-secondary));--color-success:rgb(var(--feedback-success));--color-warning:rgb(var(--feedback-warning));--color-danger:rgb(var(--feedback-error));--color-info:rgb(var(--feedback-info));--color-nav-link:var(--nav-link);--color-nav-link-hover:var(--nav-link-hover);--heading-color:var(--text-primary);--focus-ring-color:var(--focus-ring);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-rounded:999px;--spacer:1rem}
:root{--orientation-portrait-mobile: ;--orientation-landscape-mobile: }*{box-sizing:border-box}#root{flex-direction:column;min-height:100dvh;display:flex;overflow-x:hidden}.col{padding-left:0!important;padding-right:0!important}textarea{field-sizing:content}.fade-out-screen{opacity:1;transition:opacity .3s}.fade-out-screen.fade-start{opacity:0}.fade-in{opacity:0;animation:.3s ease-in forwards fadeInUp;transform:translateY(10px)}.fade-in .show{opacity:1}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.shadow-none{box-shadow:none}.rotate{rotate:90deg}.rotate-fold-btn{rotate:180deg}.btn{box-shadow:var(--shadow-md)}.btn:focus-visible,.btn:active{color:var(--text-on-primary)}.btn:focus-visible svg,.btn:active svg{color:inherit!important}.btn:focus-visible{box-shadow:var(--focus-ring)}.logo{font-family:Bad Script,serif}.add-category-btn,.add-user-btn,.add-coupon-btn,.add-product-btn{font-weight:600;padding:.25rem .75rem 0 0!important}.prev-page-btn{top:-75px;left:0}.custom-btn{color:var(--text-on-primary);border:1px solid var(--bs-primary);width:fit-content;box-shadow:var(--shadow-md);justify-content:center;align-items:center;gap:.25rem;padding-left:.5rem;padding-right:.5rem;display:flex}.custom-btn:hover{background-color:var(--bs-primary);color:var(--text-on-primary)!important;border-color:#0000!important}.cancel-btn:hover,.delete-btn:hover{background-color:var(--bs-danger)}#addField .form-control,#addField .form-select{font-size:.925rem!important}#addField .cancel-btn:hover{background-color:#0000;color:var(--bs-danger)!important}#addField .cancel-btn:hover svg{color:var(--bs-danger)!important}.add-benefit-btn:hover,.add-benefit-btn:focus,.save-benefit-btn:hover,.save-benefit-btn:focus,.remove-benefit-btn:hover,.remove-benefit-btn:focus,.cancel-btn:hover,.cancel-btn:focus,.coupon-input-btn:hover,.coupon-input-btn:focus,.checkout-btn:hover,.checkout-btn:focus{color:var(--text-on-primary)!important}.add-benefit-btn:hover svg,.add-benefit-btn:focus svg,.save-benefit-btn:hover svg,.save-benefit-btn:focus svg,.remove-benefit-btn:hover svg,.remove-benefit-btn:focus svg,.cancel-btn:hover svg,.cancel-btn:focus svg,.coupon-input-btn:hover svg,.coupon-input-btn:focus svg,.checkout-btn:hover svg,.checkout-btn:focus svg{color:var(--text-on-primary)}.save-benefit-btn:focus,.save-benefit-btn:focus svg{color:var(--primary)!important}.cancel-btn:focus,.cancel-btn:focus svg{color:var(--bs-danger)!important}html,body,#root{height:100%;overflow-y:visible}.app-wrapper{flex-direction:column;display:flex;overflow-y:visible}.app-wrapper main{flex-grow:1;overflow-y:visible}#header{flex-direction:column;display:flex}.swiper-slide{width:250px!important}.swiper{--swiper-theme-color:var(--bs-warning);--swiper-pagination-color:var(--bs-warning);--swiper-pagination-bullet-active-color:var(--bs-warning);--swiper-pagination-bullet-inactive-color:var(--text-tertiary);--swiper-pagination-bullet-inactive-opacity:1;--swiper-pagination-bullet-size:8px;--swiper-pagination-bullet-horizontal-gap:6px;--swiper-pagination-bottom:15px}.swiper-pagination{justify-content:center;align-items:center;display:flex}.swiper-pagination-bullet{opacity:.6;transition:all .3s;scale:1}.swiper-pagination-bullet:hover{scale:1.1}.swiper-pagination-bullet-active{background-color:var(--swiper-pagination-bullet-active-color);opacity:1;width:12px;height:12px}.swiper-pagination-bullet-active:hover{scale:1.2}.ui-loader{border:6px solid rgba(var(--bs-body-color-rgb),.12);border-top-color:var(--bs-primary);border-radius:50%;animation:.9s linear infinite ui-spinner}@keyframes ui-spinner{to{transform:rotate(360deg)}}.ui-alert{border-radius:.25rem;margin:.5rem 0;padding:.75rem 1rem;font-weight:500}.ui-alert--info{background:var(--feedback-info-bg);color:var(--feedback-info-text)}.ui-alert--success{background:var(--feedback-success-bg);color:var(--feedback-success-text)}.ui-alert--warning{background:var(--feedback-warning-bg);color:var(--feedback-warning-text)}.ui-alert--danger{background:var(--feedback-error-bg);color:var(--feedback-error-text)}.scroll-to-top{opacity:0;z-index:9999;transition:all .22s;bottom:24px;right:24px;transform:translateY(12px)}.scroll-to-top.show{opacity:1;transform:translateY(0)}.offcanvas-backdrop{cursor:pointer;z-index:10005!important}.offcanvas{z-index:10010!important}.reviews-pagination,.squared-pagination{--bs-pagination-padding-x:.75rem;--bs-pagination-padding-y:.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--surface-1);--bs-pagination-border-width:1px;--bs-pagination-border-color:var(--border-subtle);--bs-pagination-border-radius:.375rem;--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--surface-2);--bs-pagination-hover-border-color:var(--border-default);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--surface-2);--bs-pagination-focus-box-shadow:none;--bs-pagination-active-color:var(--text-on-primary);--bs-pagination-active-bg:var(--bs-primary);--bs-pagination-active-border-color:var(--bs-primary);--bs-pagination-disabled-color:var(--text-disabled);--bs-pagination-disabled-bg:var(--surface-1);--bs-pagination-disabled-border-color:var(--border-subtle);box-shadow:var(--shadow-sm);padding-left:0;list-style:none;display:flex}.squared-pagination{--bs-pagination-border-radius:0}.reviews-pagination{--bs-pagination-bg:var(--surface-1);--bs-pagination-color:var(--text-secondary);--bs-pagination-hover-color:var(--text-primary);--bs-pagination-active-bg:var(--bs-info);--bs-pagination-active-border-color:var(--bs-info);--bs-pagination-border-radius:.5rem;box-shadow:none}input[name=cover]::file-selector-button{visibility:hidden}input[name=files]::file-selector-button{visibility:hidden}input[name=cover]::-webkit-file-upload-button{visibility:hidden}input[name=files]::-webkit-file-upload-button{visibility:hidden}.file-input-label:after{border:1px solid var(--border-default);background-color:var(--surface-2);border:none;border-top-left-radius:999px;border-bottom-left-radius:999px;justify-content:center;align-items:center;width:8rem;height:100%;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.file-input-label:focus-visible:after,.file-input-label:focus:after{box-shadow:0 0 0 .15rem rgba(var(--bs-primary-rgb),.35)}.file-input-label:hover:after{background-color:var(--surface-3)}.file-input-label{display:block;position:relative}.file-input-label.cover-label:after{content:"Cover Image";font-weight:400}.file-input-label input{box-sizing:border-box;padding-left:2rem!important}.dropzone-active{background-color:var(--surface-2);border-color:var(--border-focus)}.cursor-pointer{cursor:pointer}.w-fit-content{width:fit-content}.overflow-x-auto{overflow-x:auto}.maxw-100{max-width:100%}.maxw-400{max-width:400px}.maxw-425{max-width:425px}.maxw-550{max-width:550px}.maxw-600{max-width:600px}.maxw-650{max-width:650px}.maxw-700{max-width:700px}.maxw-720{max-width:720px}.maxw-950{max-width:950px}.maxw-1000{max-width:1000px}.w-6rem{width:6rem}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.react-bootstrap-typeahead-token,.react-tag-input__tag{border:1px solid var(--border-subtle);background-color:var(--surface-1);color:var(--text-secondary);border-radius:999px;align-items:center;margin-bottom:.25rem;margin-right:.25rem;padding:.25rem .5rem;font-size:.875rem;text-decoration:none;transition:background .3s,transform .2s,opacity .2s;animation:.3s fadeIn;display:inline-flex}.react-bootstrap-typeahead-token:hover,.react-tag-input__tag:hover{background-color:var(--surface-1);color:var(--text-primary);transform:scale(1.03)}.react-tag-input__input{padding:0 .75rem;font-size:1rem;border-radius:999px!important}.react-tag-input__input:focus-visible{box-shadow:var(--focus-ring)}.react-tag-input{border-radius:1rem}.react-tag-input:has(.react-tag-input__input:focus){box-shadow:var(--focus-ring)}.react-tag-input__tag{text-transform:capitalize;line-height:inherit;margin-right:.25rem;padding:.25rem .5rem .25rem .25rem;border-radius:999px!important}.react-tag-input__tag:hover .react-tag-input__tag__remove{opacity:1}.react-tag-input__tag__content{padding-right:.3em}.react-tag-input__tag__remove{opacity:.5;background-color:#0000;width:1.5em;color:var(--bs-danger)!important}.react-tag-input__tag__remove:hover{opacity:1}.react-tag-input__tag__remove:after,.react-tag-input__tag__remove:before{background-color:var(--bs-danger);opacity:1;width:.125em;height:1.5em}.custom-typeahead-menu{max-height:50px;overflow-y:auto}@media (min-width:576px){.w-sm-auto{width:auto!important}}.rbt-input-multi.form-control{border-radius:1rem!important;max-height:200px!important;padding-bottom:.5rem!important;overflow-y:auto!important}.rbt-input-multi.focus{border-color:var(--border-focus);box-shadow:var(--focus-ring)}.rbt-input-wrapper{gap:.5rem;align-items:center!important}.rbt-input-wrapper .rbt-token{margin:0;padding:0;align-items:center!important}.rbt-input-wrapper .rbt-token-list{padding-left:1.5rem}.rbt-input-wrapper .rbt-token-label{text-transform:capitalize;margin-bottom:.25rem;padding-right:.25px!important}.rbt-input-wrapper .rbt-close{background-color:var(--surface-2);align-items:center;padding:.35rem .25rem;font-size:1.5rem}.rbt-input-wrapper .rbt-close-content{color:var(--text-primary);font-weight:700}.rbt-input-wrapper .rbt-input-main{caret-color:var(--bs-info);height:100%;color:var(--text-primary);margin-bottom:0;padding-top:.375rem!important;padding-bottom:.375rem!important}.rbt-input-wrapper .typeahead .dropdown-item{justify-content:space-between;align-items:center;display:flex}.swiper-next,.swiper-prev{cursor:pointer;padding:.85rem}.legacy-runtime-notice{z-index:2000;color:#664d03;text-align:center;background:#fff3cd;border-bottom:1px solid #664d0333;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.95rem;display:flex;position:sticky;top:0}.legacy-runtime-notice strong{font-weight:700}@media (max-width:767.98px){.legacy-runtime-notice{font-size:.88rem}}
:root{--bp-xxs:438px;--bp-msm:510px;--bp-sm:596px;--bp-mmd:664px;--bp-md:768px;--bp-mlg:850px;--bp-xmlg:945px;--bp-lg:992px;--bp-mxl:1090px;--bp-xl:1200px;--bp-xxl:1400px}@media (min-width:438px){.container{max-width:438px}}@media (min-width:510px){.container{max-width:485px}}@media (min-width:596px){.container{max-width:555px}}@media (min-width:664px){.container{max-width:622px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:850px){.container{max-width:830px}}@media (min-width:945px){.container{max-width:925px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1090px){.container{max-width:1050px}}@media (min-width:1200px){.container{max-width:1180px}}@media (min-width:1400px){.container{max-width:1320px}}.w-5{width:5%!important}.h-5{height:5%!important}.w-10{width:10%!important}.h-10{height:10%!important}.w-15{width:15%!important}.h-15{height:15%!important}.w-20{width:20%!important}.h-20{height:20%!important}.w-25{width:25%!important}.h-25{height:25%!important}.w-30{width:30%!important}.h-30{height:30%!important}.w-35{width:35%!important}.h-35{height:35%!important}.w-40{width:40%!important}.h-40{height:40%!important}.w-45{width:45%!important}.h-45{height:45%!important}.w-50{width:50%!important}.h-50{height:50%!important}.w-55{width:55%!important}.h-55{height:55%!important}.w-60{width:60%!important}.h-60{height:60%!important}.w-65{width:65%!important}.h-65{height:65%!important}.w-70{width:70%!important}.h-70{height:70%!important}.w-75{width:75%!important}.h-75{height:75%!important}.w-80{width:80%!important}.h-80{height:80%!important}.w-85{width:85%!important}.h-85{height:85%!important}.w-90{width:90%!important}.h-90{height:90%!important}.w-95{width:95%!important}.h-95{height:95%!important}.w-100{width:100%!important}.h-100{height:100%!important}.fs-7{font-size:.9rem!important}.fs-8{font-size:.8rem!important}.fs-9{font-size:.7rem!important}.fs-10{font-size:.6rem!important}.opacity-5{opacity:.05!important}.opacity-10{opacity:.1!important}.opacity-15{opacity:.15!important}.opacity-20{opacity:.2!important}.opacity-30{opacity:.3!important}.opacity-35{opacity:.35!important}.opacity-40{opacity:.4!important}.opacity-45{opacity:.45!important}.opacity-60{opacity:.6!important}.opacity-65{opacity:.65!important}.opacity-70{opacity:.7!important}.opacity-80{opacity:.8!important}.opacity-85{opacity:.85!important}.opacity-90{opacity:.9!important}.opacity-95{opacity:.95!important}.fw-lighter{font-weight:200!important}.fw-light{font-weight:300!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.top-5{top:5%!important}.bottom-5{bottom:5%!important}.start-5{left:5%!important}.end-5{right:5%!important}.top-10{top:10%!important}.bottom-10{bottom:10%!important}.start-10{left:10%!important}.end-10{right:10%!important}.top-15{top:15%!important}.bottom-15{bottom:15%!important}.start-15{left:15%!important}.end-15{right:15%!important}.top-20{top:20%!important}.bottom-20{bottom:20%!important}.start-20{left:20%!important}.end-20{right:20%!important}.top-25{top:25%!important}.bottom-25{bottom:25%!important}.start-25{left:25%!important}.end-25{right:25%!important}.top-30{top:30%!important}.bottom-30{bottom:30%!important}.start-30{left:30%!important}.end-30{right:30%!important}.top-35{top:35%!important}.bottom-35{bottom:35%!important}.start-35{left:35%!important}.end-35{right:35%!important}.top-40{top:40%!important}.bottom-40{bottom:40%!important}.start-40{left:40%!important}.end-40{right:40%!important}.top-45{top:45%!important}.bottom-45{bottom:45%!important}.start-45{left:45%!important}.end-45{right:45%!important}.top-50{top:50%!important}.bottom-50{bottom:50%!important}.start-50{left:50%!important}.end-50{right:50%!important}.top-55{top:55%!important}.bottom-55{bottom:55%!important}.start-55{left:55%!important}.end-55{right:55%!important}.top-60{top:60%!important}.bottom-60{bottom:60%!important}.start-60{left:60%!important}.end-60{right:60%!important}.top-65{top:65%!important}.bottom-65{bottom:65%!important}.start-65{left:65%!important}.end-65{right:65%!important}.top-70{top:70%!important}.bottom-70{bottom:70%!important}.start-70{left:70%!important}.end-70{right:70%!important}.top-75{top:75%!important}.bottom-75{bottom:75%!important}.start-75{left:75%!important}.end-75{right:75%!important}.top-80{top:80%!important}.bottom-80{bottom:80%!important}.start-80{left:80%!important}.end-80{right:80%!important}.top-85{top:85%!important}.bottom-85{bottom:85%!important}.start-85{left:85%!important}.end-85{right:85%!important}.top-90{top:90%!important}.bottom-90{bottom:90%!important}.start-90{left:90%!important}.end-90{right:90%!important}.top-95{top:95%!important}.bottom-95{bottom:95%!important}.start-95{left:95%!important}.end-95{right:95%!important}.rounded-6{border-radius:3rem!important}.rounded-7{border-radius:4rem!important}.rounded-8{border-radius:5rem!important}
/*# sourceMappingURL=e286f05f5972bc86.css.map*/