@layer components{.bg-primary{background-color:var(--color-primary)}.bg-primary-lighter{background-color:var(--color-primary-light)}.hover\:text-primary:hover{color:var(--color-primary)}:where(#hyva-checkout-main) .btn{border-style:var(--tw-border-style);border-width:2px}:where(#hyva-checkout-main) .btn:disabled{cursor:not-allowed}:where(#hyva-checkout-main) .btn:disabled{opacity:.6}:where(#hyva-checkout-main) .btn:not(.btn-secondary){border-color:#0000}.checkout-index-index .btn,.checkout-index-index .action.primary,.checkout-index-index .action.secondary{padding:var(--space-fluid-md) var(--space-fluid-xl);border-radius:.375rem;justify-content:center;align-items:center;font-weight:500;transition:all .2s ease-in-out;display:inline-flex}.checkout-index-index .btn,.checkout-index-index .action.primary{background-color:var(--color-primary);color:#fff;border:1px solid var(--color-primary)}.checkout-index-index .btn:hover,.checkout-index-index .action.primary:hover{background-color:var(--color-primary-dark);border-color:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}body.checkout-index-index button:disabled,body.checkout-index-index .btn:disabled{opacity:.5;cursor:not-allowed;transform:none}}@layer utilities{.pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.-top-1\.5{top:calc(var(--spacing) * -1.5)}.top-0{top:calc(var(--spacing) * 0)}.-right-1\.5{right:calc(var(--spacing) * -1.5)}.right-0{right:calc(var(--spacing) * 0)}.z-20{z-index:20}.z-30{z-index:30}.z-\[70\]{z-index:70}.order-2{order:2}.container{width:100%}@media (width>=475px){.container{max-width:475px}}@media (width>=640px){.container{max-width:640px}}@media (width>=768px){.container{max-width:768px}}@media (width>=1024px){.container{max-width:1024px}}@media (width>=1280px){.container{max-width:1280px}}@media (width>=1536px){.container{max-width:1536px}}.container{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (width>=475px){.container{max-width:none}}@media (width>=640px){.container{max-width:640px}}@media (width>=768px){.container{max-width:768px}}@media (width>=1024px){.container{max-width:1024px}}@media (width>=1360px){.container{max-width:1360px}.container{max-width:1360px}}.mx-auto{margin-left:auto;margin-right:auto}.mt-16{margin-top:calc(var(--spacing) * 16)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.btn{cursor:pointer;border:1px solid #0000;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out;display:inline-flex}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.h-5{height:calc(var(--spacing) * 5)}.h-auto{height:auto}.w-full{width:100%}.max-w-2xl{max-width:42rem;max-width:var(--container-2xl)}.max-w-\[400px\]{max-width:400px}.max-w-full{max-width:100%}.min-w-0{min-width:calc(var(--spacing) * 0)}.flex-1{flex:1}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.grid-flow-row{grid-auto-flow:row}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-\[1\.5fr_1fr\]{grid-template-columns:1.5fr 1fr}.grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.gap-2{gap:calc(var(--spacing) * 2)}.gap-8{gap:calc(var(--spacing) * 8)}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-top:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-bottom:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}.gap-x-6{column-gap:calc(var(--spacing) * 6)}.self-center{align-self:center}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.border-bs,.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-container-lighter{border-color:var(--color-container-lighter)}.border-transparent{border-color:#0000}.bg-container-lighter{background-color:var(--color-container-lighter)}.bg-primary{background-color:var(--color-primary)}.bg-primary-lighter{background-color:var(--color-primary-lighter)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.p-1{padding:calc(var(--spacing) * 1)}.p-2{padding:calc(var(--spacing) * 2)}.p-4{padding:calc(var(--spacing) * 4)}.px-0\.5{padding-inline:calc(var(--spacing) * .5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-4{padding-inline:calc(var(--spacing) * 4)}.py-0{padding-block:calc(var(--spacing) * 0)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-12{padding-block:calc(var(--spacing) * 12)}.text-center{text-align:center}.font-display{font-family:var(--font-display)}.font-heading{font-family:var(--font-heading)}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-none{--tw-leading:1;line-height:1}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.whitespace-nowrap{white-space:nowrap}.text-secondary-darker{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity,1))}.text-black{color:var(--color-black)}.text-gray-200{color:var(--color-gray-200)}.text-secondary-darker{color:var(--color-secondary-darker)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.outline-offset-2{outline-offset:2px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}@media (hover:hover){.hover\:border-primary:hover{border-color:var(--color-primary)}}@media (hover:hover){.hover\:bg-primary\/10:hover{background-color:#c69f321a}@supports (color:color-mix(in lab, red, red)){.hover\:bg-primary\/10:hover{background-color:color-mix(in oklab, var(--color-primary) 10%, transparent)}}}@media (hover:hover){.hover\:text-primary:hover{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity,1))}}@media (hover:hover){.hover\:text-primary:hover{color:var(--color-primary)}}@media (hover:hover){.hover\:opacity-90:hover{opacity:.9}}@media (width>=640px){.sm\:order-1{order:1}}@media (width>=768px){.md\:mx-4{margin-inline:calc(var(--spacing) * 4)}}@media (width>=768px){.md\:block{display:block}}@media (width>=768px){.md\:hidden{display:none}}@media (width>=768px){.md\:h-6{height:calc(var(--spacing) * 6)}}@media (width>=768px){.md\:w-6{width:calc(var(--spacing) * 6)}}@media (width>=768px){.md\:min-w-0{min-width:calc(var(--spacing) * 0)}}@media (width>=768px){.md\:flex-1{flex:1}}@media (width>=768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=768px){.md\:gap-1{gap:calc(var(--spacing) * 1)}}@media (width>=768px){.md\:py-0{padding-block:calc(var(--spacing) * 0)}}@media (width>=768px){.md\:text-center{text-align:center}}@media (width>=1024px){.lg\:order-2{order:2}}@media (width>=1024px){.lg\:block{display:block}}@media (width>=1024px){.lg\:flex{display:flex}}@media (width>=1024px){.lg\:hidden{display:none}}@media (width>=1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width>=1024px){.lg\:px-8{padding-inline:calc(var(--spacing) * 8)}}.text-gray-500{color:var(--gray-500)}.text-gray-600{color:var(--gray-600)}.text-gray-700{color:var(--gray-700)}.text-gray-800{color:var(--gray-800)}}@media (width>=768px){.md\:block{display:block}.md\:hidden{display:none}.md\:gap-1{gap:.25rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.lg\:flex{display:flex}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:order-2{order:2}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.text-fluid-lg{font-size:var(--text-lg)}.price-container:has(.price-including-tax):has(.price-excluding-tax){grid-template-columns:1fr 1fr;align-items:baseline;gap:.5rem;display:grid}.product-name,.product-title,.product-title-advanced{font-family:var(--font-secondary);font-weight:var(--font-weight-semibold)}.font-display{font-family:var(--font-display)}.font-bold{font-weight:var(--font-weight-bold)}.product-image img,.category-image img,.cms-page-view img,.content img{max-width:100%;height:auto;display:block}.product-list .products-grid{gap:1rem;display:grid}[x-cloak],.checkout-index-index .page-footer,.checkout-index-index footer,.checkout-index-index .footer-container,.catalog-category-view .category-image{display:none}.price-including-tax+.price-excluding-tax{font-size:.875rem;line-height:1.25rem}.price-including-tax+.price-excluding-tax:before{content:attr(data-label) ": "}.price-excluding-tax,.price-including-tax{white-space:nowrap}.price-excluding-tax .price,.price-including-tax .price{font-weight:600;line-height:1.625}.price-excluding-tax,.weee[data-label]{display:block}.price-container .weee{display:inline}.price-container .weee:before{content:"(" attr(data-label) ": "}.price-container .weee:after{content:")"}.sorter-options,.toolbar-sorter select,.sorter select{background-position:right .5rem center;min-width:8rem;padding:.25rem 2.5rem .25rem .75rem}.product-item .price-container{--sparkles-price-size:1.125rem;--sparkles-price-line-height:1.75rem;--sparkles-price-weight:600}.product-item .price-container .price{font-size:var(--sparkles-price-size);line-height:var(--sparkles-price-line-height);font-weight:var(--sparkles-price-weight)}.product-item .price-container .price-label{font-size:.875rem;line-height:1.25rem}.product-item .price-container{display:block}.product-item .old-price .price-container{--sparkles-price-size:1rem;--sparkles-price-line-height:1.5rem;--sparkles-price-weight:400;--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity,1))}.price-box .no-display{display:none}.catalog-category-view .product-item .old-price .price,.catalog-category-view .product-item-sparkles .old-price .price,.product-slider .old-price .price{text-decoration:line-through;text-decoration-thickness:1px}.catalog-category-view .product-item .old-price:not(.no-display),.catalog-category-view .product-item-sparkles .old-price:not(.no-display),.product-slider .old-price:not(.no-display){margin-left:.5rem}#category-product-list-container[data-show-all="1"] .toolbar-limiter,#category-product-list-container[data-show-all="1"] .toolbar-bottom{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}:where(#hyva-checkout-main) .breadcrumbs .item{align-items:center;display:inline-flex}:where(:where(#hyva-checkout-main) .breadcrumbs .item.active>:not(:last-child)){--tw-space-x-reverse:0}:where(:where(#hyva-checkout-main) .breadcrumbs .item.active>:not(:last-child)):not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));margin-right:calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)))}:where(:where(#hyva-checkout-main) .breadcrumbs .item.active>:not(:last-child)):is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));margin-left:calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)))}:where(#hyva-checkout-main) .breadcrumbs .item.active{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}:where(#hyva-checkout-main) .breadcrumbs .item.locked{cursor:not-allowed;color:var(--color-gray-500)}:where(#hyva-checkout-main) .breadcrumbs .item.completed{color:var(--color-gray-700)}@media (width<=767px){.container{padding-left:1rem;padding-right:1rem}#header .logo img,#header .logo-image{width:auto;max-height:60px}#header .logo-link .logo-image{transform:scale(1)}#header .logo-link .logo-image:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:8px}#header .logo-link .logo-image:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:8px}#header>.container:first-of-type{flex-wrap:wrap}#header .flex-1.mx-4.text-center{flex-basis:100%;order:3;margin:.75rem 0 0;padding:.5rem 1rem}#header .flex-1.mx-4.text-center .text-sm{font-size:.8125rem}body .sparkles-skip-link:focus,body .sparkles-skip-link:active{left:.5rem;right:.5rem;clip:auto;background-color:var(--color-primary);color:#fff;width:auto;max-width:calc(100% - 1rem);height:auto;min-height:auto;z-index:var(--z-skip-link);border-radius:.375rem;margin:0;padding:.875rem 1rem;font-size:.875rem;position:fixed;top:1rem;overflow:visible}body .sparkles-skip-link:not(:focus):not(:active){height:1px;min-height:0}.search-form input{font-size:max(16px,1rem)}footer .grid{grid-template-columns:1fr;gap:2rem}.block.newsletter .field.newsletter{flex-direction:column}.block.newsletter .field.newsletter input{width:100%;margin-bottom:.5rem}.block.newsletter .action.subscribe{width:100%}.sparkles-button-primary{width:100%;padding:var(--space-fluid-lg);font-size:var(--text-lg)}}.sparkles-btn-icon{color:var(--color-secondary);background-color:initial;border-radius:.375rem;width:2.5rem;height:2.5rem;padding:.5rem}.sparkles-btn-icon:hover{color:var(--color-primary);background-color:var(--gray-100)}.sparkles-btn-icon.sparkles-btn-sm,.sparkles-btn-icon.sparkles-btn-lg{width:var(--sparkles-btn-icon-size);height:var(--sparkles-btn-icon-size);padding:var(--sparkles-btn-icon-padding)}.sparkles-btn-icon.sparkles-btn-sm{--sparkles-btn-icon-size:2rem;--sparkles-btn-icon-padding:.25rem}.sparkles-btn-icon.sparkles-btn-lg{--sparkles-btn-icon-size:3rem;--sparkles-btn-icon-padding:.75rem}:where(.products-grid,.products-grid-sparkles,.sparkles-grid-responsive){container-type:inline-size}.product-card:focus-within{outline:2px solid var(--color-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){.canva-benefits-grid .sparkles-card,.product-card{transition:none;transform:none}}@media (prefers-contrast:high){.canva-hero-section .sparkles-card,.canva-specifications .sparkles-card,.product-card{border-width:2px;border-color:var(--color-primary)}}body .instagram-section-sparkles .sparkles-carousel,body .instagram-section-sparkles .py-12,body .instagram-section-sparkles .bg-gradient-to-b{background:0 0}.product-card{background:var(--color-white);border-radius:.75rem;transition:box-shadow .3s,transform .2s;box-shadow:0 4px 6px -1px #0000001a}.product-card:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.product-image-container{border-radius:.75rem;position:relative;overflow:hidden}.product-image-container img{transition:transform .5s cubic-bezier(.4,0,.2,1)}.group:hover .product-image-container img{transform:scale(1.05)}.product-card:focus-within{outline:2px solid var(--color-primary);outline-offset:2px}@media (width>=769px) and (width<=1024px){.product-card:hover{transform:translateY(-1px)}}@media (prefers-color-scheme:dark){.product-card{background:var(--color-surface-dark,var(--gray-800));color:var(--color-text-dark,var(--gray-50))}}@media (prefers-contrast:high){.product-card{border:2px solid}}@media (prefers-reduced-motion:reduce){body .group:hover .product-image-container img{transform:none}}@media print{.product-card{break-inside:avoid;box-shadow:none;border:1px solid var(--gray-350)}}.product-item,.product-item-sparkles,.product-card,.sparkles-product-card{transition:all var(--animation-duration) var(--animation-easing)}.product-item:hover,.product-item-sparkles:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.product-card:hover,.sparkles-product-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.product-item .product-image-photo,.product-item-sparkles img{transition:transform .5s var(--animation-easing)}.product-item:hover .product-image-photo,.product-item-sparkles:hover img{transform:scale(1.05)}.price{transition:all var(--animation-duration) var(--animation-easing)}.product-item:hover .price,.product-item-sparkles:hover .price{color:var(--color-primary);text-shadow:0 0 8px #c69f3266}@supports (color:color-mix(in lab, red, red)){.product-item:hover .price,.product-item-sparkles:hover .price{text-shadow:0 0 8px color-mix(in srgb, var(--color-primary) 40%, transparent)}}.product-item:hover .price,.product-item-sparkles:hover .price{transform:scale(1.05)}@media (width<=768px){.product-item:hover{transform:translateY(-4px)}.sparkles-product-card:hover,.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 15px #00000014}}@media (prefers-reduced-motion:no-preference){@supports (animation-timeline:view()) and (animation-range:entry 0% cover 30%){.sparkles-reveal,.sparkles-blog-grid>article,.sparkles-blog-grid>.sparkles-blog-card,.img-block-sparkles,.review-item,.sparkles-sidebar-widget,.block.related .product-item,.block.upsell .product-item,.block.crosssell .product-item{opacity:0;animation-name:sparkles-scroll-reveal;animation-duration:1s;animation-timing-function:cubic-bezier(.19,1,.22,1);animation-fill-mode:both;animation-timeline:view()}@keyframes sparkles-scroll-reveal{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes sparkles-scroll-fade{0%{opacity:0}to{opacity:1}}@keyframes sparkles-scroll-scale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes sparkles-scroll-slide-x{0%{opacity:0;transform:translateX(var(--sparkles-scroll-x,0))}to{opacity:1;transform:translate(0)}}.block.related .product-item,.block.upsell .product-item,.block.crosssell .product-item{animation-range:entry cover 40%;transform:translateY(16px)}.form-wishlist-items .product-item,.product-items .product-item{animation-range:entry cover 35%;transform:translateY(16px)}.form-wishlist-items .product-item:first-child,.product-items .product-item:first-child{animation-range:entry cover 35%}.form-wishlist-items .product-item:nth-child(2),.product-items .product-item:nth-child(2){animation-range:entry 2% cover 37%}.form-wishlist-items .product-item:nth-child(3),.product-items .product-item:nth-child(3){animation-range:entry 4% cover 39%}.form-wishlist-items .product-item:nth-child(4),.product-items .product-item:nth-child(4){animation-range:entry 6% cover 41%}.form-wishlist-items .product-item:nth-child(5),.product-items .product-item:nth-child(5){animation-range:entry 8% cover 43%}.form-wishlist-items .product-item:nth-child(6),.product-items .product-item:nth-child(6){animation-range:entry 10% cover 45%}@keyframes sparkles-parallax-slow{0%{transform:translateY(-15%)}to{transform:translateY(15%)}}@keyframes sparkles-parallax-fast{0%{transform:translateY(-30%)}to{transform:translateY(30%)}}@keyframes sparkles-parallax-fade{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@keyframes sparkles-parallax-scale{0%{transform:scale(.95)}to{transform:scale(1)}}}}:is(.img-block-sparkles img,.product-image-container img,.sparkles-blog-card .featured-image img,.sparkles-blog-featured-image img){object-fit:cover;width:100%;height:100%}#sparkles-chat-btn .sparkles-btn-icon{object-fit:contain;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;border-radius:50%;width:36px;height:36px}#sparkles-chat-header .sparkles-header-logo{background:var(--color-primary-light,#d4b44a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-right:10px;display:flex}#sparkles-chat-header .sparkles-header-logo img{object-fit:contain;border-radius:50%;width:24px;height:24px}#sparkles-chat-header .sparkles-header-title{font-size:16px;font-weight:600;font-family:var(--font-sans,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);flex:1}.sparkles-msg{word-wrap:break-word;max-width:85%;font-size:14px;line-height:1.5;font-family:var(--font-sans,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);border-radius:14px;padding:10px 14px}.sparkles-msg a{color:var(--color-primary,#c69f32);text-decoration:underline}.sparkles-msg-bot{color:var(--color-secondary,#353839);background:#fff;border:1px solid #e8e4df;border-radius:14px 14px 14px 4px;align-self:flex-start}.sparkles-msg-bot ul,.sparkles-msg-bot ol{margin:4px 0 4px 20px;padding:0;list-style:outside}.sparkles-msg-bot ol{list-style:decimal}.sparkles-msg-bot li{margin:2px 0}.sparkles-msg-bot h4,.sparkles-msg-bot h5,.sparkles-msg-bot h6{margin:8px 0 4px;font-size:14px;font-weight:700;line-height:1.3}.sparkles-msg-bot code{font-family:var(--font-mono,"SFMono-Regular", Consolas, monospace);background:#f0ede8;border-radius:3px;padding:1px 5px;font-size:12px}.sparkles-msg-bot pre{background:#f0ede8;border-radius:6px;margin:6px 0;padding:8px 10px;overflow-x:auto}.sparkles-msg-bot pre code{white-space:pre-wrap;background:0 0;padding:0;font-size:12px}.sparkles-suggestions{flex-wrap:wrap;align-self:flex-start;gap:8px;margin-top:4px;display:flex}.sparkles-suggestion-btn{color:var(--color-secondary,#353839);border:1.5px solid var(--color-primary,#c69f32);cursor:pointer;font-size:13px;line-height:1.3;font-family:var(--font-sans,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);background:0 0;border-radius:20px;padding:8px 16px;transition:background .15s,color .15s}.sparkles-suggestion-btn:hover{background:var(--color-primary,#c69f32);color:#fff}.sparkles-msg-bot:hover .sparkles-feedback{opacity:1}