.variant-dropdown-modern{width:100%;position:relative}.variant-dropdown-trigger{cursor:pointer;width:100%;color:var(--kelp-800);border-radius:3px;justify-content:space-between;align-items:center;padding:10px 16px;font-size:.9375rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;background:rgba(var(--kelp-100-rgb), .5)!important}.variant-dropdown-trigger:hover{border-color:#64748b4d;transform:translateY(-1px)}.variant-dropdown-trigger:hover:before{opacity:1}.variant-dropdown-trigger:focus{border-color:none;outline:none}.variant-dropdown-selected{text-align:left;color:rgba(var(--kelp-800-rgb), .7);flex:1;font-size:.7rem;font-weight:400}.variant-dropdown-placeholder{color:rgba(var(--kelp-800-rgb), .7);font-size:.7rem;font-weight:300}.variant-dropdown-arrow{width:18px;height:18px;color:var(--kelp-600);transition:transform .3s cubic-bezier(.4,0,.2,1)}.variant-dropdown-trigger[aria-expanded=true] .variant-dropdown-arrow{transform:rotate(180deg)}.variant-dropdown-panel{background:var(--kelp-50);box-shadow:0 6px 18px -6px rgba(var(--gold-rgb), .16), 0 3px 9px -6px rgba(var(--gold-rgb), .09);z-index:100;opacity:0;pointer-events:none;border-radius:3px;max-height:320px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;transform:translateY(-10px)scale(.98)}.variant-dropdown-panel.open{opacity:1;pointer-events:all;transform:translateY(0)scale(1)}.variant-selected-pill{background:rgba(var(--kelp-100-rgb), .35);width:100%;color:rgba(var(--kelp-800-rgb), .85);border-radius:3px;align-items:center;gap:6px;padding:8px 12px;font-size:.8rem;transition:background .2s,color .2s;display:inline-flex}.variant-selected-pill:hover{background:rgba(var(--kelp-100-rgb), .55)}.variant-selected-pill-title{color:rgba(var(--kelp-800-rgb), .85);font-weight:600}.variant-selected-pill-value{color:rgba(var(--kelp-800-rgb), .85);font-weight:500}.variant-selected-pill-arrow{color:rgba(var(--kelp-800-rgb), .6);margin-left:auto}.variant-add-action{color:var(--gold-dark);cursor:pointer;border-radius:4px;margin-left:auto;padding:6px 10px;font-size:.7rem;transition:all .2s}.variant-add-action:hover{background:rgba(var(--kelp-100-rgb), .8);border-color:rgba(var(--kelp-500-rgb), .7)}.variant-add-symbol{letter-spacing:.02em;font-weight:400}.variant-add-label{font-weight:400;display:none!important}.variant-custom-input{background:#ffffffb3;border-radius:6px;margin-top:10px;padding:10px 12px}.variant-custom-actions{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.variant-remove-action{background:rgba(var(--kelp-50-rgb), .7);color:rgba(var(--kelp-800-rgb), .8);cursor:pointer;border-radius:4px;padding:4px 10px;font-size:.75rem}.variant-remove-action:hover{background:rgba(var(--kelp-100-rgb), .9)}.variant-input-inline{background:rgba(var(--kelp-100-rgb), .3);border-radius:3px;align-items:center;width:100%;padding:8px 16px;display:flex;position:relative}.variant-secure-input-icons{position:absolute;top:0;right:0;border:none!important}.variant-secure-input{width:100%}.variant-secure-input-label{display:none}.variant-secure-input .variant-secure-input-wrap{width:100%;position:relative}.variant-secure-input-field{width:100%;color:rgba(var(--kelp-800-rgb), .7);background:0 0;border:none;outline:none;font-size:.7rem}.variant-input-icons{gap:6px;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.variant-input-icon{width:26px;height:26px;color:rgba(var(--kelp-800-rgb), .8);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .2s,border-color .2s;display:inline-flex}.variant-input-icon:hover{background:rgba(var(--kelp-100-rgb), .5)}.variant-input-icon.success{color:var(--gold-dark)}.variant-exceeded-note{color:#b91c1c;margin-top:6px;font-size:.72rem}.variant-dropdown-panel::-webkit-scrollbar{width:6px}.variant-dropdown-panel::-webkit-scrollbar-track{background:#64748b0d;border-radius:12px}.variant-dropdown-panel::-webkit-scrollbar-thumb{background:#64748b33;border-radius:12px}.variant-dropdown-panel::-webkit-scrollbar-thumb:hover{background:#64748b4d}.variant-dropdown-option{cursor:pointer;color:rgba(var(--kelp-800-rgb), .7);justify-content:space-between;align-items:center;padding:12px 18px;font-size:.7rem;transition:all .2s;display:flex;position:relative}.variant-dropdown-option.selected{color:rgba(var(--kelp-800-rgb), .9);font-size:.7rem;font-weight:400}.variant-dropdown-option.selected:before{opacity:1}.variant-dropdown-option-check{width:16px;height:16px;color:var(--kelp-600);opacity:0;transition:all .2s;transform:scale(.8)}.variant-dropdown-option.selected .variant-dropdown-option-check{opacity:1;transform:scale(1)}.variant-button-modern{cursor:pointer;color:var(--kelp-800);background:linear-gradient(135deg,#fffffff2 0%,#fafafafa 100%);border:1.5px solid #64748b26;border-radius:10px;padding:12px 24px;font-size:.9375rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.variant-button-modern:before{content:"";opacity:0;background:linear-gradient(135deg,#64748b05 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.variant-button-modern:hover{border-color:#64748b4d;transform:translateY(-2px);box-shadow:0 4px 12px #64748b14}.variant-button-modern:hover:before{opacity:1}.variant-button-modern.selected{background:linear-gradient(135deg, var(--kelp-700) 0%, var(--kelp-600) 100%);border-color:var(--kelp-700);color:#fff}.variant-button-modern.selected:before{opacity:1;background:linear-gradient(135deg,#ffffff1a 0%,#0000 100%)}.variant-customization-container{border-radius:3px;margin-top:16px;padding:5px 15px;position:relative;overflow:hidden}.variant-customization-label{color:var(--kelp-800);align-items:center;gap:8px;margin-bottom:12px;font-size:.875rem;font-weight:600;display:flex}.variant-customization-icon{width:18px;height:18px;color:var(--kelp-600)}.variant-customization-description{color:var(--kelp-600);margin-bottom:16px;font-size:.8125rem;line-height:1.5}.variant-price-badge{color:var(--gold-dark);border-radius:6px;align-items:center;gap:4px;margin-left:8px;padding:4px 10px;font-size:.75rem;font-weight:400;display:inline-flex}.variant-price-badge.increase{color:#dc2626;background:linear-gradient(135deg,#ef44441a 0%,#dc262614 100%);border-color:#ef444433}@media (max-width:768px){.variant-dropdown-trigger,.variant-button-modern{padding:11px 16px;font-size:.875rem}.variant-customization-container{padding:16px}.variant-dropdown-panel{max-height:240px}}[dir=rtl] .variant-dropdown-option:before,[dir=rtl] .variant-customization-container:before{left:auto;right:0}[dir=rtl] .variant-price-badge{margin-left:0;margin-right:8px}
.leorre-add-to-cart-overlay{z-index:99999;pointer-events:none;background:0 0;justify-content:center;align-items:flex-start;padding:0;display:flex;position:fixed;inset:0 0 auto}.leorre-add-to-cart-overlay.mobile{justify-content:center;align-items:flex-end}.leorre-overlay-content{pointer-events:auto;background:var(--kelp-100);z-index:100000;border-radius:0;justify-content:center;align-items:center;gap:2rem;width:100%;max-width:100%;height:auto;min-height:50px;padding:.5rem 2rem;display:flex;position:relative;overflow:hidden}.leorre-overlay-header{border:none;flex-shrink:0;align-items:center;gap:.75rem;padding:0;display:flex;position:relative}.leorre-overlay-header:before{display:none}.leorre-success-indicator{background:var(--gold-dark);width:24px;height:24px;color:var(--kelp-50);border-radius:50%;justify-content:center;align-items:center;margin-right:.5rem;display:flex}.leorre-overlay-title{font-size:.9rem;font-weight:var(--font-weight-medium);color:var(--gold-dark);flex:1;margin:0}.leorre-close-button{cursor:pointer;color:var(--kelp-500);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;padding:4px;display:flex}.leorre-close-button:hover{background:rgba(var(--gold-rgb), .15);color:var(--gold)}.leorre-added-product{border:none;flex:1;align-items:center;max-width:600px;padding:0;display:flex}.leorre-added-product-info{align-items:center;gap:.75rem;display:flex}.leorre-added-product-image{-o-object-fit:cover;object-fit:cover;background:var(--kelp-100);border-radius:3px;width:40px;height:40px}.leorre-added-product-details h4{font-size:.8rem;font-weight:var(--font-weight-medium);color:var(--kelp-900);margin:0 0 2px;line-height:1.2}.leorre-added-product-details p,.leorre-added-product-details .product-price{color:var(--kelp-600);margin:0;font-size:.7rem;font-weight:500}.leorre-recommendations-title{font-size:.75rem;font-weight:var(--font-weight-medium);color:var(--kelp-700);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.leorre-recommendations-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.leorre-recommendation-item{cursor:pointer;color:inherit;border-radius:3px;flex-direction:column;gap:.375rem;padding:.5rem;text-decoration:none;display:flex}.leorre-rec-image{background:var(--kelp-100);border-radius:2px;justify-content:center;align-items:center;width:100%;height:45px;display:flex;overflow:hidden}.leorre-placeholder-image{color:var(--kelp-400);background:var(--kelp-100);border-radius:2px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.leorre-rec-details h5{font-size:.65rem;font-weight:var(--font-weight-medium);color:var(--kelp-900);text-overflow:ellipsis;white-space:nowrap;margin:0 0 1px;line-height:1.2;overflow:hidden}.leorre-rec-details p{color:var(--kelp-600);margin:0;font-size:.6rem;font-weight:500}.leorre-overlay-footer{border:none;flex-shrink:0;align-items:center;gap:1rem;padding:0;display:flex}.leorre-view-bag-button{width:auto;color:var(--gold-dark);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:0 0;border:none;border-radius:2px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:400;text-decoration:none;transition:all .2s;display:flex}.leorre-view-bag-button:hover{background:rgba(var(--gold-rgb), .1);border-color:rgba(var(--gold-rgb), .5);transform:translateY(-1px)}.leorre-view-bag-button:hover svg{transform:translate(2px)}@media (max-width:768px){.leorre-add-to-cart-overlay{pointer-events:auto;background:#0003;justify-content:center;align-items:flex-end;padding:0;bottom:0}.leorre-overlay-content{background:var(--kelp-50);border-radius:12px 12px 0 0;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;width:100%;max-width:100%;height:auto;max-height:80vh;padding:0}.leorre-overlay-header{border-bottom:1px solid rgba(var(--kelp-300-rgb), .1);justify-content:space-between;padding:1rem}.leorre-added-product{border-bottom:1px solid rgba(var(--kelp-300-rgb), .1);max-width:none;padding:1rem}.leorre-overlay-footer{border-top:1px solid rgba(var(--kelp-300-rgb), .1);flex-direction:column;align-items:stretch;padding:1rem}.leorre-view-bag-button{justify-content:center;width:100%}.leorre-overlay-header .leorre-close-button{display:flex}.leorre-product-info{padding:1rem 1rem .5rem}.leorre-product-info.luxury{padding:.75rem 1rem}.leorre-product-header{margin-bottom:.5rem;padding-bottom:0}.leorre-product-title-row{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:0;display:flex}.leorre-product-info h1,.leorre-product-info .leorre-product-title{letter-spacing:.01em;color:rgba(var(--kelp-800-rgb), .9);flex:1;min-width:0;margin-bottom:.125rem;line-height:1.25;font-family:Spectral,Georgia,serif!important;font-size:1.25rem!important;font-weight:300!important}.leorre-material-subtitle{color:var(--gold-dark);letter-spacing:.02em;margin-top:.125rem;margin-bottom:0;font-family:Spectral,Georgia,serif!important;font-size:.875rem!important;font-weight:300!important;display:block!important}.leorre-product-price-container{text-align:end;flex-shrink:0;align-items:flex-end;margin-top:1px}.leorre-product-info .leorre-premium-price-inline{color:var(--kelp-700);font-size:1rem;font-weight:500}.leorre-product-info .leorre-price-tax{color:var(--kelp-500);margin-top:.125rem;font-size:.7rem}.leorre-price-tax:after{display:none}.leorre-product-info .leorre-description-preview{color:var(--kelp-600);margin-bottom:1rem;font-size:.8rem;line-height:1.55}.leorre-variants-container{margin-top:.75rem;padding-top:.75rem}.variant-group{margin:.5rem 0;padding:.25rem 0}.variant-group__title{color:var(--kelp-700);font-size:.75rem;font-weight:400}.variant-group__options{gap:.5rem}.leorre-product-divider{display:none}}@media (min-width:769px){.leorre-overlay-header .leorre-close-button{display:none}.leorre-overlay-title{color:var(--kelp-800);white-space:nowrap;font-size:.8rem}.leorre-added-product-info{gap:1rem}.leorre-added-product-image{width:32px;height:32px}.leorre-added-product-details h4{color:var(--kelp-900);font-size:.8rem;font-weight:500}.leorre-added-product-details p,.leorre-added-product-details .product-price{color:var(--kelp-600);margin-left:.5rem;display:inline-block}.leorre-added-product-details{align-items:baseline;display:flex}}.leorre-product-page{--theme-primary:var(--kelp-900);--theme-secondary:var(--kelp-700);--theme-accent:var(--gold);--theme-background:var(--kelp-50);--theme-surface:var(--kelp-100);--theme-text:var(--kelp-900);--theme-text-secondary:var(--kelp-600);--theme-border:var(--kelp-200)}.leorre-product-info.luxury{font-family:var(--font-primary);z-index:5;flex-direction:column;padding:0 5px 10px;display:flex;position:relative;overflow:visible;margin-top:0!important;margin-bottom:0!important}.leorre-product-info.luxury::-webkit-scrollbar{display:none}.leorre-product-header{margin-bottom:var(--spacing-sm);padding-bottom:8px;position:relative}.leorre-product-title-row{direction:inherit;justify-content:space-between;align-items:flex-start;gap:var(--spacing-sm);flex-direction:row;width:100%;margin-bottom:10px;padding:0;display:flex}.leorre-title-wrapper{flex-direction:column;flex:1;min-width:0;margin-top:2px;display:flex}.leorre-product-title-row .leorre-product-bookmark{flex-shrink:0;margin-top:4px;margin-right:1rem;position:static}.leorre-product-title{color:var(--kelp-800);letter-spacing:-.01em;max-width:100%;margin:0;line-height:1.25;position:relative;font-family:Spectral,Georgia,serif!important;font-size:1.25rem!important;font-weight:200!important}.leorre-product-title-text{display:block}.leorre-material-subtitle{color:var(--gold-dark);letter-spacing:.02em;min-height:1.25rem;margin-top:.125rem;margin-bottom:0;display:block;font-family:Spectral,Georgia,serif!important;font-size:.875rem!important;font-weight:300!important}.variant-swatch{transition:all .2s;box-shadow:none!important;background:0 0!important;border:1px solid #0000!important;border-radius:0!important;width:32px!important;height:32px!important;padding:2px!important}.variant-swatch__color-inner{transition:transform .2s;position:relative;overflow:hidden;border-radius:0!important;width:100%!important;height:100%!important}.variant-swatch--selected{border:1px solid var(--gold-dark)!important}.variant-swatch--selected .variant-swatch__color-inner{transform:scale(.85);box-shadow:none!important}.variant-swatch__color-inner:after{content:"";opacity:.5;mix-blend-mode:overlay;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.25'/%3E%3C/svg%3E");position:absolute;inset:0}.variant-swatch[data-color*=gold] .variant-swatch__color-inner,.variant-swatch[data-color*=yellow] .variant-swatch__color-inner{background-size:200% 200%;background-color:#d4af37!important;background-image:linear-gradient(135deg,#bf953f 0%,#fcf6ba 25%,#b38728 50%,#fbf5b7 75%,#aa771c 100%)!important}.variant-swatch[data-color*=silver] .variant-swatch__color-inner,.variant-swatch[data-color*=platinum] .variant-swatch__color-inner,.variant-swatch[data-color*=white\ gold] .variant-swatch__color-inner,.variant-swatch[data-color*=sterling] .variant-swatch__color-inner,.variant-swatch[data-color*=moonstone] .variant-swatch__color-inner{background-size:200% 200%;background-color:#e0e0e0!important;background-image:linear-gradient(135deg,#e3e3e3 0%,#fff 25%,#aebcbf 50%,#fff 75%,#c8c8c8 100%)!important}.variant-swatch[data-color*=rose] .variant-swatch__color-inner,.variant-swatch[data-color*=pink] .variant-swatch__color-inner{background-size:200% 200%;background-color:#e6bea5!important;background-image:linear-gradient(135deg,#d69d85 0%,#ffeae3 25%,#c48874 50%,#ffece6 75%,#b57a66 100%)!important}.variant-swatch[data-color*=bronze] .variant-swatch__color-inner,.variant-swatch[data-color*=copper] .variant-swatch__color-inner,.variant-swatch[data-color*=amber] .variant-swatch__color-inner{background-color:#cd7f32!important;background-image:radial-gradient(circle at 30% 20%,#ffdfabcc,#0000 60%),radial-gradient(circle at 80% 80%,#a05510cc,#0000 60%)!important}.variant-swatch[data-color*=black] .variant-swatch__color-inner,.variant-swatch[data-color*=onyx] .variant-swatch__color-inner{background-color:#2b2b2b!important;background-image:radial-gradient(circle at 30% 20%,#4a4a4acc,#0000 60%),radial-gradient(circle at 80% 80%,#1a1a1a,#0000 60%)!important}.variant-swatch--selected .variant-swatch__color-inner{box-shadow:none!important}.leorre-product-price-container{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-start;display:flex}.leorre-product-price-container[dir=rtl]{text-align:left;align-items:flex-start}.leorre-premium-price-inline{color:var(--kelp-500);font-size:1.25rem;font-weight:600}.leorre-product-price-tax{color:var(--kelp-300);font-size:.75rem}.leorre-premium-price-inline{color:var(--kelp-400);letter-spacing:-.01em;font-size:1.1rem;font-weight:500}.leorre-product-price-tax{opacity:.8}.leorre-product-title-row[dir=rtl]{flex-direction:row-reverse}.leorre-product-title-text{flex:1;min-width:0}.leorre-product-title:after{display:none}.current-price{color:var(--kelp-900);font-size:.9rem;font-weight:500}.leorre-product-bookmark{top:var(--spacing-sm);right:var(--spacing-sm);background:rgba(var(--kelp-50-rgb), .3);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute}@media (min-width:769px){.leorre-product-bookmark{display:none}}@media (max-width:768px){.leorre-product-bookmark{display:flex}leorre-title-wrapper{margin-top:0!important}}.leorre-product-bookmark svg{transition:transform .3s cubic-bezier(.2,.8,.2,1)}.leorre-product-bookmark.active svg{transform:scale(1.1)}.leorre-product-bookmark.active svg .wishlist-ribbon-body{fill:var(--gold-dark)}.leorre-product-bookmark.active{color:var(--gold-dark)}@media (hover:hover){.leorre-product-bookmark:hover svg{transform:scale(1.1)}}.leorre-bookmark-indicator{background-color:var(--gold-dark);opacity:0;border-radius:50%;width:4px;height:4px;transition:all .4s cubic-bezier(.19,1,.22,1);position:absolute;top:-2px;right:-2px;transform:scale(0)}.leorre-product-bookmark.active .leorre-bookmark-indicator{opacity:1}.leorre-product-subtitle{color:var(--kelp-600);margin:0 0 var(--spacing-xs);font-size:.65rem;font-family:var(--font-primary);font-weight:var(--font-weight-light);letter-spacing:.08em;text-transform:uppercase;display:inline-block;position:relative}.leorre-product-subtitle:before{content:"";background-color:rgba(var(--kelp-300-rgb), .3);transform-origin:100%;width:100%;height:1px;transition:transform .8s cubic-bezier(.19,1,.22,1);position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.leorre-product-info:hover .leorre-product-subtitle:before{transform-origin:0;transform:scaleX(1)}.leorre-product-price{margin-bottom:var(--spacing-xs);font-family:var(--font-primary);flex-direction:column;display:flex}.leorre-price-amount{align-items:baseline;margin-bottom:2px;display:flex}.leorre-currency{font-size:.8rem;font-weight:var(--font-weight-light);color:var(--gold);margin-right:2px}.leorre-price-main{font-size:1.1rem;font-weight:var(--font-weight-light);color:var(--kelp-900);letter-spacing:-.02em;line-height:1}.leorre-price-decimal{font-size:.7rem;font-weight:var(--font-weight-light);color:var(--kelp-800);margin-left:1px}.leorre-price-tax{color:var(--kelp-600);font-size:.6rem;font-weight:var(--font-weight-light);letter-spacing:.03em;margin-top:2px;margin-bottom:16px;position:relative}.leorre-price-tax:after{content:"";background:linear-gradient(90deg, var(--gold), rgba(var(--gold-rgb), .7), rgba(var(--accent-clay-rgb), .3), transparent);opacity:.7;direction:ltr;width:35%;height:1px;position:absolute;bottom:-10px;left:0;transform:translateY(0)}.leorre-price-tax[dir=rtl]:after,[dir=rtl] .leorre-price-tax:after{background:linear-gradient(270deg, var(--gold), rgba(var(--gold-rgb), .7), rgba(var(--accent-clay-rgb), .3), transparent);left:auto;right:0}.leorre-price-tax:hover:after{opacity:.9;transform:translateY(1px)}.leorre-product-description{color:var(--kelp-700);margin-bottom:var(--spacing-sm);font-size:.85rem;line-height:1.6;font-weight:var(--font-weight-light);padding-bottom:var(--spacing-xs);position:relative}.leorre-product-desc-content{z-index:1;position:relative}.leorre-product-desc-accent{display:none}.leorre-header-sentinel{opacity:0;pointer-events:none;width:100%;height:1px;position:absolute;top:100px;left:0}.leorre-breadcrumbs-sticky{z-index:1000;-webkit-backdrop-filter:blur(8px);white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box;will-change:opacity, transform;transform-origin:top;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;justify-content:flex-start;align-items:center;width:100%;max-width:100vw;padding:.5rem 1rem;display:flex;position:fixed;top:0;left:0;right:0;overflow:auto hidden;background:rgba(var(--kelp-50-rgb), .9)!important}.leorre-breadcrumbs-sticky::-webkit-scrollbar{display:none}.leorre-breadcrumbs-sticky a{color:var(--kelp-600);white-space:nowrap;border-radius:4px;flex-shrink:0;min-width:max-content;margin:0 .125rem;padding:.25rem .5rem;font-size:.75rem;font-weight:400;text-decoration:none;transition:all .2s cubic-bezier(.25,.8,.25,1);display:inline-block;position:relative}.leorre-breadcrumbs-sticky a:hover{color:var(--kelp-800);background:rgba(var(--kelp-100-rgb), .3)}.leorre-breadcrumbs-sticky .separator{color:var(--kelp-400);white-space:nowrap;flex-shrink:0;min-width:max-content;margin:0 .25rem;font-size:.65rem;font-weight:300}.leorre-breadcrumbs-sticky .current{white-space:nowrap;flex-shrink:0;min-width:max-content;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block;color:var(--gold-dark)!important}.leorre-breadcrumbs-sticky.content-center{justify-content:center}.leorre-breadcrumbs-sticky.content-start{justify-content:flex-start}.leorre-breadcrumbs-sticky.content-end{justify-content:flex-end}.leorre-breadcrumbs-sticky[dir=rtl]{direction:rtl}.leorre-breadcrumbs-sticky[dir=rtl] .separator{transform:scaleX(-1)}.leorre-breadcrumbs-sticky{isolation:isolate;transition:none!important}.leorre-breadcrumbs-sticky a{transition:all .2s cubic-bezier(.16,1,.3,1)!important}.leorre-breadcrumbs-sticky.scrollable-left:before,.leorre-breadcrumbs-sticky.scrollable-right:after{opacity:1}.leorre-breadcrumbs-sticky{scroll-snap-type:x mandatory;scroll-padding:1rem}.leorre-breadcrumbs-sticky a,.leorre-breadcrumbs-sticky .separator,.leorre-breadcrumbs-sticky .current{scroll-snap-align:start}.leorre-breadcrumbs-sticky.auto-scroll-end{justify-content:flex-end}.leorre-breadcrumbs-sticky.auto-scroll-end a,.leorre-breadcrumbs-sticky.auto-scroll-end .separator,.leorre-breadcrumbs-sticky.auto-scroll-end .current{scroll-snap-align:end}.leorre-general-info-section,.leorre-product-specific-section{margin-top:1.25rem;margin-bottom:.5rem;padding-bottom:0;position:relative}.leorre-product-specific-section .leorre-section-title{margin-bottom:0}.leorre-general-info-section:last-child,.leorre-product-specific-section:last-child{border-bottom:none}.leorre-section-title{font-family:var(--font-primary);color:var(--kelp-700);letter-spacing:.05em;text-transform:uppercase;margin:0 0 1rem;font-size:.9rem;font-weight:500;display:none}.leorre-expandable-container{background:0 0;border:none;margin-bottom:0;position:relative}.leorre-expandable-toggle{background:0 0;background-image:linear-gradient(90deg, transparent, rgba(var(--kelp-200-rgb), .6), transparent);cursor:pointer;text-align:left;background-position:bottom;background-repeat:no-repeat;background-size:100% 1px;border:none;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;width:100%;padding:1.75rem 0;transition:all .3s;display:flex;position:relative}.leorre-expandable-toggle.active{background-image:linear-gradient(90deg, transparent, rgba(var(--kelp-400-rgb), .8), transparent)}.leorre-expandable-toggle.active .leorre-expandable-title{color:var(--kelp-900)}.leorre-expandable-header{align-items:center;gap:0;display:flex}.leorre-expandable-title{font-family:var(--font-primary);color:var(--kelp-500);letter-spacing:.1em;margin:0;font-size:14px;line-height:1.3;transition:color .2s}.leorre-expandable-link{color:var(--kelp-600);border-bottom:1px solid #0000;font-weight:400;text-decoration:none}.leorre-expandable-link:hover{color:var(--kelp-800);border-bottom-color:var(--kelp-400)}.leorre-expandable-indicator{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.leorre-expandable-arrow{justify-content:center;align-items:center;width:12px;height:12px;display:flex;position:relative}.leorre-expandable-arrow:before{content:"";background:var(--kelp-500);transform-origin:50%;width:1px;height:12px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute}.leorre-expandable-arrow.expanded:before{opacity:0;transform:rotate(90deg)}.leorre-expandable-content{background:0 0;overflow:hidden}.leorre-about-content{padding:1rem 0 1.5rem}.leorre-about-body{max-width:100%}.leorre-about-description{font-family:var(--font-primary);color:var(--kelp-500);margin:0;font-size:14px;font-weight:350;line-height:1.75}.leorre-care-instructions-list{flex-direction:column;gap:.6rem;display:flex}.leorre-care-instruction-item{align-items:flex-start;gap:.6rem;display:flex}.leorre-care-bullet{color:var(--kelp-400);flex-shrink:0;font-size:.75rem;line-height:1.75}.leorre-care-text{font-family:var(--font-primary);color:var(--kelp-600);font-size:.8rem;font-weight:350;line-height:1.75}.leorre-contact-container{padding:1rem 0}.leorre-contact-info{max-width:100%}.leorre-contact-title{font-family:var(--font-primary);color:var(--kelp-800);margin:0 0 .75rem;font-size:1.1rem;font-weight:500}.leorre-contact-description{font-family:var(--font-primary);color:var(--kelp-600);margin:0 0 1.5rem;font-size:.9rem;line-height:1.5}.leorre-contact-methods{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.leorre-contact-method{background:rgba(var(--kelp-50-rgb), .3);border:1px solid rgba(var(--kelp-200-rgb), .2);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;display:flex}.leorre-contact-method:hover{background:rgba(var(--kelp-100-rgb), .4);border-color:rgba(var(--gold-rgb), .2)}.leorre-contact-icon{background:rgba(var(--gold-rgb), .1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.leorre-contact-details h5{font-family:var(--font-primary);color:var(--kelp-800);margin:0 0 .25rem;font-size:.85rem;font-weight:500}.leorre-contact-details p{font-family:var(--font-primary);color:var(--kelp-600);margin:0;font-size:.8rem}.leorre-contact-cta{text-align:center}.leorre-contact-button{background:var(--kelp-600);color:#fff;font-family:var(--font-primary);cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.85rem;font-weight:500}.leorre-contact-button:hover{background:var(--kelp-700);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.leorre-variants-container{margin-top:-20px;margin-bottom:0;padding:.2rem 0 1.8rem;position:relative}.leorre-error-message.luxury{color:#b91c1c;margin-bottom:var(--spacing-sm);background-color:#dc26260d;border-radius:0;align-items:center;gap:10px;padding:10px 14px;font-size:.7rem;display:flex;position:relative;box-shadow:0 5px 15px #dc26260d}.leorre-error-message.luxury:before{content:"";opacity:.6;background:linear-gradient(90deg,#0000,#dc26264d,#0000);width:80%;height:1px;position:absolute;top:0;left:10%}body.sticky-add-to-cart-active .LE-smart-chat-button{display:none!important}.leorre-error-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.leorre-error-icon svg{width:12px;height:12px}.leorre-add-to-cart-button.luxury{cursor:pointer;background:0 0;background:var(--gold-dark);width:100%;color:var(--kelp-50);will-change:transform;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;border:none;border-radius:5px;height:45px;padding:0;transition:all .4s cubic-bezier(.25,1,.5,1);position:relative;overflow:visible}.leorre-add-to-cart-button.luxury:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--gold-rgb), .3), transparent);opacity:.6;z-index:1;width:80%;height:1px;position:absolute;top:0;left:10%}.leorre-add-to-cart-button.luxury:after{content:"";background:linear-gradient(90deg, transparent, rgba(var(--gold-rgb), .3), transparent);opacity:.6;z-index:1;width:80%;height:1px;position:absolute;bottom:0;left:10%}.leorre-add-to-cart-button.luxury:hover:not(:disabled){background:var(--gold-dark);color:var(--kelp-50);transform:translateY(-1px)scale(1.02)}.leorre-add-to-cart-button.luxury:active:not(:disabled){transform:translateY(0)scale(.98)}.leorre-add-to-cart-button.luxury:disabled{background:var(--gold-dark);color:var(--kelp-50);cursor:not-allowed;box-shadow:none;opacity:.7}.leorre-add-to-cart-button.luxury:focus{outline:none}.leorre-add-to-cart-button.luxury:focus:not(:disabled){background:var(--gold-dark);color:var(--kelp-50);transform:translateY(-1px)scale(1.02)}.leorre-button-layers{border-radius:inherit;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.leorre-button-base{background:inherit;border-radius:inherit;position:absolute;inset:0}.leorre-button-surface{z-index:2;justify-content:center;align-items:center;padding:0 1.5rem;display:flex;position:absolute;inset:0}.leorre-button-content{justify-content:center;align-items:center;gap:.6rem;width:100%;display:flex;position:relative}.leorre-button-text{font-size:.8rem;font-weight:var(--font-weight-medium);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;color:inherit;display:inline-block;position:relative}.leorre-button-text span{display:inline-block}.leorre-add-to-cart-button.luxury:hover .leorre-button-text span{transform:translateY(-2px)}.leorre-button-icon{justify-content:center;align-items:center;margin-left:auto;display:flex}.leorre-add-to-cart-button.luxury:hover .leorre-button-icon{transform:scale(1.1)}.leorre-button-shine{z-index:1;will-change:transform;background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:50%;height:100%;transition:transform .8s cubic-bezier(.25,1,.5,1);position:absolute;top:0;left:0;transform:translate(-100%)skew(-25deg)}.leorre-add-to-cart-button.luxury:hover .leorre-button-shine{transform:translate(250%)skew(-25deg)}.leorre-button-hover-glow{background:radial-gradient(circle at var(--hoverX) var(--hoverY), rgba(var(--gold-rgb), .2) 0%, transparent 60%);opacity:0;pointer-events:none;z-index:0;border-radius:4px;position:absolute;inset:-2px}.leorre-add-to-cart-button.luxury:hover .leorre-button-hover-glow{opacity:1}.leorre-button-press-effect{background-color:rgba(var(--gold-rgb), .3);opacity:1;pointer-events:none;z-index:3;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.leorre-add-to-cart-button.luxury:active .leorre-button-press-effect{animation:.5s ease-out forwards press-pulse}@keyframes press-pulse{0%{opacity:1;transform:translate(-50%,-50%)scale(0)}to{opacity:0;transform:translate(-50%,-50%)scale(15)}}.leorre-luxury-loader{justify-content:center;align-items:center;gap:8px;height:100%;display:flex}.leorre-loader-diamond{border:1px solid rgba(var(--gold-rgb), .6);background-color:#0000;width:8px;height:8px;position:relative;transform:rotate(45deg)}.leorre-add-to-cart-button.luxury.success .leorre-button-surface{background:var(--gold-dark);color:var(--kelp-50)}.leorre-success-indicator{width:18px;height:18px;margin-right:10px;position:relative}.success-circle{border:1px solid var(--gold);opacity:0;border-radius:50%;animation:.6s cubic-bezier(.19,1,.22,1) forwards successCircle;position:absolute;inset:0}.success-check{border-left:1px solid var(--gold);border-bottom:1px solid var(--gold);opacity:0;width:8px;height:4px;animation:.4s cubic-bezier(.19,1,.22,1) .3s forwards successCheck;position:absolute;top:50%;left:50%}.leorre-mini-thumbnail{border:1px solid rgba(var(--gold-rgb), .4);opacity:0;border-radius:2px;width:20px;height:20px;margin-left:8px;transition:all .6s cubic-bezier(.34,1.56,.64,1);overflow:hidden;transform:scale(0)}.leorre-add-to-cart-button.success .leorre-mini-thumbnail{opacity:1;transform:scale(1)}.leorre-mini-thumbnail img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.leorre-error-message{background:linear-gradient(135deg, rgba(var(--kelp-50-rgb), .7), rgba(var(--kelp-100-rgb), .5));border-radius:3px;justify-content:center;align-items:center;margin:.5rem 0;padding:.5rem 1rem;display:flex;position:relative}.leorre-error-message:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--kelp-400-rgb), .3), transparent);opacity:.6;width:80%;height:1px;position:absolute;top:0;left:10%}.leorre-error-message .error-text{color:var(--kelp-800);letter-spacing:.04em;text-align:center;font-size:.75rem;font-weight:500}.leorre-checkmark{animation:.6s cubic-bezier(.25,.8,.25,1) forwards checkmarkDraw}@keyframes checkmarkDraw{0%{stroke-dasharray:0 24;stroke-dashoffset:24px;opacity:0;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}to{stroke-dasharray:24 24;stroke-dashoffset:0;opacity:1;transform:scale(1)}}.leorre-premium-sections{margin-top:var(--spacing-xs);position:relative}.leorre-premium-divider{margin:var(--spacing-md) 0;background:linear-gradient(90deg, transparent, rgba(var(--gold-rgb), .4), transparent);opacity:.4;height:1px;position:relative}.leorre-section-intro{margin-bottom:var(--spacing-xs)}.leorre-section-description{color:var(--kelp-700);font-size:.7rem;line-height:1.6;font-weight:var(--font-weight-light);letter-spacing:.02em;margin:0}.leorre-panel-content{-webkit-backdrop-filter:blur(12px);box-shadow:0 15px 40px rgba(var(--kelp-900-rgb), .12);z-index:99;background:0 0;border:none;border-radius:3px;overflow:hidden}.leorre-panel-desktop{left:var(--spacing-sm);right:var(--spacing-sm);height:auto;max-height:60vh;position:absolute;bottom:0}.leorre-panel-mobile{z-index:100000;background-color:var(--color-bg-primary,#fff);border-radius:16px 16px 0 0;flex-direction:column;height:auto;max-height:90vh;display:flex;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #0000001f;position:fixed!important}.info-panel__header{border-bottom:none;justify-content:flex-end;align-items:center;padding:12px 16px 8px;display:flex}.info-panel__close{background:rgba(var(--kelp-200-rgb), .4);cursor:pointer;width:36px;height:36px;color:var(--kelp-700);border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex}.info-panel__close:hover{background:rgba(var(--kelp-300-rgb), .5)}.info-panel__close-icon{width:18px;height:18px;position:relative}.info-panel__close-icon:before,.info-panel__close-icon:after{content:"";background:currentColor;border-radius:1px;width:14px;height:1.5px;position:absolute;top:50%;left:50%}.info-panel__close-icon:before{transform:translate(-50%,-50%)rotate(45deg)}.info-panel__close-icon:after{transform:translate(-50%,-50%)rotate(-45deg)}.info-panel__line{background:linear-gradient(90deg, transparent 0%, var(--kelp-300) 15%, var(--kelp-400) 50%, var(--kelp-300) 85%, transparent 100%);transform-origin:50%;height:1px;margin:0 20px}.info-panel__content{flex:1;padding:56px 10px 40px;overflow-y:auto}.info-panel__title{color:var(--kelp-900);letter-spacing:.01em;margin:0 0 4px;font-size:1.1rem;font-weight:500}.info-panel__subtitle{color:var(--kelp-500);margin:0 0 20px;font-size:.85rem;font-weight:400;line-height:1.5}.info-panel__items{flex-direction:column;gap:0;display:flex}.info-panel__item{border-bottom:1px solid rgba(var(--kelp-200-rgb), .6);cursor:default;text-align:left;background:0 0;align-items:center;gap:12px;padding:14px 0;font-family:inherit;display:flex}.info-panel__item:last-child{border-bottom:none}.info-panel__item-icon{border:1.5px solid var(--kelp-400);width:18px;height:18px;color:var(--kelp-600);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.info-panel__item-icon svg{width:10px;height:10px}.info-panel__item-label{color:var(--kelp-800);letter-spacing:.01em;font-size:.9rem;font-weight:400}.info-panel__divider{background:var(--kelp-200);height:1px;margin:24px 0}.info-panel__section-title{color:var(--kelp-700);letter-spacing:.02em;text-transform:uppercase;margin:0 0 12px;font-size:.85rem;font-weight:500}.leorre-panel-mobile.leorre-panel-content:before{display:none}.leorre-panel-content[dir=rtl]:before{left:auto;right:0}.leorre-panel-content-inner{z-index:2;border-radius:6px;height:calc(100% - .8rem);margin:.4rem;padding:1.2rem 1rem 1.5rem;font-size:.65rem;line-height:1.4;position:relative;overflow-x:hidden;overflow-y:auto!important}.leorre-panel-content[dir=rtl] .leorre-panel-content-inner{padding:1.2rem 1rem 1.5rem}.leorre-panel-line{background:var(--kelp-200);transform-origin:50%;width:100%;height:1px;margin:1rem 0;position:absolute!important;top:7%!important}.leorre-subsection-line{background:var(--kelp-200);transform-origin:50%;width:100%;height:1px;margin:.75rem 0 1rem}.leorre-shipping-section-title,.leorre-contact-title,.leorre-box-main-title{font-size:.85rem;font-weight:var(--font-weight-medium);color:var(--kelp-900);letter-spacing:.02em;margin:0 0 .5rem}.leorre-panel-header-section{justify-content:flex-end;align-items:center;margin-bottom:0;padding:12px 16px 8px;display:flex}.leorre-panel-title-section{display:none}.leorre-panel-main-title{color:var(--kelp-900);text-align:left;letter-spacing:.02em;margin:0;font-size:1rem;font-weight:500}.leorre-panel-content-container{flex-direction:column;gap:1.2rem;height:calc(100% - 4rem);display:flex;overflow:hidden}.leorre-features-container{flex-direction:column;gap:.8rem;display:flex}.leorre-features-header{align-items:center;gap:.6rem;margin-bottom:.8rem;display:flex}.leorre-features-icon{border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.leorre-features-title{font-size:.8rem;font-weight:var(--font-weight-medium);color:var(--kelp-800);margin:0}.leorre-features-list{flex-direction:column;gap:.6rem;display:flex}.leorre-feature-item{background:rgba(var(--kelp-50-rgb), .5);border-radius:6px;align-items:flex-start;gap:.6rem;padding:.6rem;display:flex;position:relative}.leorre-feature-item:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--gold-rgb), .3), transparent);opacity:.6;width:80%;height:1px;position:absolute;top:0;left:10%}.leorre-feature-item:hover{background:rgba(var(--kelp-100-rgb), .7);transform:translate(3px)}.leorre-details-container{flex-direction:column;gap:1.4rem;padding:1.25rem 0 1.75rem;display:flex}.leorre-details-header{align-items:center;gap:.6rem;margin-bottom:.8rem;display:flex}.leorre-details-icon{background:rgba(var(--gold-rgb), .1);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.leorre-details-title{font-size:.8rem;font-weight:var(--font-weight-medium);color:var(--kelp-800);margin:0}.leorre-specifications-grid{flex-direction:column;gap:0;display:flex}.leorre-spec-item{border-bottom:1px solid rgba(var(--kelp-200-rgb), .4);justify-content:space-between;align-items:baseline;gap:1rem;padding:.6rem 0;display:flex}.leorre-spec-item:last-child{border-bottom:none}.leorre-spec-label{font-family:var(--font-primary);color:var(--kelp-500);letter-spacing:.02em;flex-shrink:0;font-size:14px;font-weight:300}.leorre-spec-value{font-family:var(--font-primary);color:var(--kelp-800);text-align:right;font-size:.75rem;font-weight:400}.leorre-care-section{background:rgba(var(--kelp-50-rgb), .3);border-radius:6px;padding:.8rem;position:relative}.leorre-care-section:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--gold-rgb), .3), transparent);opacity:.6;width:80%;height:1px;position:absolute;top:0;left:10%}.leorre-care-header{align-items:center;gap:.6rem;margin-bottom:.6rem;display:flex}.leorre-care-icon{background:rgba(var(--gold-rgb), .1);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.leorre-shipping-container{flex-direction:column;gap:1.2rem;display:flex}.leorre-shipping-loading{background:rgba(var(--kelp-100-rgb), .3);color:var(--kelp-500);justify-content:center;align-items:center;gap:.8rem;padding:2rem;font-size:.8rem;display:flex}.leorre-shipping-loading .leorre-loader-diamond{background-color:rgba(var(--kelp-400-rgb), .5);width:16px;height:16px;animation:1.5s ease-in-out infinite pulse;transform:rotate(45deg)}@keyframes pulse{0%,to{opacity:.4;transform:rotate(45deg)scale(1)}50%{opacity:1;transform:rotate(45deg)scale(1.1)}}.leorre-shipping-location{background:rgba(var(--kelp-50-rgb), .5);border-radius:8px;align-items:center;gap:.8rem;margin-bottom:1rem;padding:1rem;display:flex;position:relative}.leorre-shipping-location:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--gold-rgb), .3), transparent);opacity:.6;width:80%;height:1px;position:absolute;top:0;left:10%}.leorre-shipping-location-icon{background:rgba(var(--gold-rgb), .1);width:24px;height:24px;color:var(--gold);border-radius:50%;justify-content:center;align-items:center;display:flex}.leorre-shipping-location-text{flex-direction:column;gap:.2rem;display:flex}.leorre-shipping-location-label{color:var(--kelp-600);font-size:.7rem;font-weight:var(--font-weight-light)}.leorre-shipping-location-country{color:var(--kelp-900);font-size:.9rem;font-weight:var(--font-weight-medium)}.leorre-shipping-option-card.leorre-shipping-free{background:rgba(var(--gold-rgb), .05)}.leorre-shipping-option-card.leorre-shipping-free:before{background:linear-gradient(90deg, transparent, rgba(var(--gold-rgb), .3), transparent)}.leorre-shipping-option-card.leorre-shipping-free .leorre-shipping-badge{background:rgba(var(--gold-rgb), .2);color:var(--gold)}.leorre-shipping-min-order{color:var(--kelp-600);font-size:.65rem;font-weight:var(--font-weight-light);font-style:italic}.leorre-shipping-fallback{opacity:.8}.leorre-shipping-fallback .leorre-shipping-options-grid{opacity:.7}.leorre-shipping-header{align-items:center;gap:.6rem;margin-bottom:.8rem;display:flex}.leorre-shipping-icon{background:rgba(var(--gold-rgb), .1);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.leorre-shipping-title{font-size:.8rem;font-weight:var(--font-weight-medium);color:var(--kelp-800);margin:0}.leorre-shipping-options-grid{flex-direction:column;gap:.6rem;display:flex}.leorre-shipping-option-card{background:rgba(var(--kelp-50-rgb), .5);border-radius:6px;align-items:center;gap:.6rem;padding:.8rem;display:flex;position:relative}.leorre-shipping-option-card:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--kelp-300-rgb), .3), transparent);opacity:.6;width:80%;height:1px;position:absolute;top:0;left:10%}.leorre-shipping-option-card:hover{background:rgba(var(--kelp-100-rgb), .7);transform:translate(3px)}.leorre-shipping-option-card.leorre-shipping-express:before{background:linear-gradient(90deg, transparent, rgba(var(--gold-rgb), .3), transparent)}.leorre-shipping-badge{background:rgba(var(--kelp-200-rgb), .5);width:28px;height:28px;color:var(--kelp-700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.leorre-returns-section{background:rgba(var(--kelp-50-rgb), .3);border-radius:6px;padding:.8rem;position:relative}.leorre-returns-section:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--gold-rgb), .3), transparent);opacity:.6;width:80%;height:1px;position:absolute;top:0;left:10%}.leorre-returns-header{align-items:center;gap:.6rem;margin-bottom:.6rem;display:flex}.leorre-returns-icon{background:rgba(var(--gold-rgb), .1);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.leorre-return-policies-grid{flex-direction:column;gap:.4rem;display:flex}.leorre-return-policy-item{color:var(--kelp-700);align-items:center;gap:.4rem;font-size:10px;display:flex}.leorre-policy-marker{background-color:var(--gold);opacity:.7;border-radius:50%;flex-shrink:0;width:3px;height:3px}.leorre-panel-close-btn{background:rgba(var(--kelp-100-rgb), .8);border:1px solid rgba(var(--kelp-300-rgb), .3);color:var(--kelp-600);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex;position:absolute;top:.8rem;right:.8rem}.leorre-panel-content[dir=rtl] .leorre-panel-close-btn{left:.8rem;right:auto}.leorre-panel-close-btn:hover{background:rgba(var(--gold-rgb), .15);border-color:rgba(var(--gold-rgb), .4);color:var(--gold);transform:scale(1.1)}.leorre-panel-close-btn svg{width:14px;height:14px}.leorre-panel-close-btn:hover svg{transform:rotate(90deg)}.leorre-panel-close-btn.luxury-submenu-style{cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;justify-self:end;align-items:center;width:28px;height:28px;margin-top:12px;display:inline-flex;overflow:hidden}.leorre-panel-content[dir=rtl] .leorre-panel-close-btn.luxury-submenu-style{justify-self:start}.leorre-panel-close-btn.luxury-submenu-style:before{content:"";background:radial-gradient(circle, rgba(var(--gold-rgb), .1), rgba(var(--kelp-100-rgb), .2));z-index:0;border-radius:50%;transition:transform .7s cubic-bezier(.19,1,.22,1);position:absolute;inset:0;transform:scale(0)}.leorre-panel-close-btn.luxury-submenu-style:hover{border-color:rgba(var(--gold-rgb), .5);box-shadow:0 0 15px rgba(var(--gold-rgb), .15);transform:scale(1.05)}.leorre-panel-close-btn.luxury-submenu-style:hover:before{transform:scale(1.5)}.luxury-submenu-close-icon{z-index:1;width:12px;height:12px;transition:all .5s cubic-bezier(.19,1,.22,1);position:relative;transform:rotate(45deg)}.luxury-submenu-close-icon:before,.luxury-submenu-close-icon:after{content:"";background-color:var(--gold-dark);transition:all .5s cubic-bezier(.19,1,.22,1);position:absolute}.luxury-submenu-close-icon:before{width:100%;height:1px;top:50%;left:0;transform:translateY(-50%)}.luxury-submenu-close-icon:after{width:1px;height:100%;top:0;left:50%;transform:translate(-50%)}.leorre-panel-close-btn.luxury-submenu-style:hover .luxury-submenu-close-icon{transform:rotate(45deg)scale(1.1)}.leorre-panel-close-btn.luxury-submenu-style:hover .luxury-submenu-close-icon:before,.leorre-panel-close-btn.luxury-submenu-style:hover .luxury-submenu-close-icon:after{background-color:rgba(var(--gold-rgb), .9)}.leorre-panel-toggle{cursor:pointer;border:none;border-bottom:1px solid rgba(var(--kelp-200-rgb), .05);z-index:11;background:0 0;justify-content:space-between;align-items:center;width:100%;margin-bottom:0;padding:5px 0;transition:all .2s cubic-bezier(.25,.8,.25,1);display:flex;position:relative}.leorre-panel-toggle:hover{background-color:rgba(var(--kelp-50-rgb), .2);border-bottom-color:rgba(var(--kelp-300-rgb), .2)}.leorre-panel-toggle.active{background-color:rgba(var(--kelp-100-rgb), .3);border-bottom-color:rgba(var(--kelp-400-rgb), .3)}.leorre-panel-toggle:last-of-type{border-bottom:none}.leorre-panel-header{align-items:center;width:100%;display:flex}.leorre-panel-toggle[dir=rtl] .leorre-panel-header{padding-left:0;padding-right:0}.leorre-panel-header svg{color:var(--kelp-600);width:20px;height:20px}.leorre-panel-toggle.active .leorre-panel-header svg{color:var(--gold)}.leorre-panel-title{color:rgba(var(--kelp-800-rgb), .7);letter-spacing:-.01em;align-items:center;gap:5px;font-size:.85rem;font-weight:400;line-height:1.3;display:flex;position:relative}.leorre-panel-title-separator{color:var(--kelp-400);font-weight:400}.leorre-panel-title-link{color:var(--gold-dark);text-decoration:underline;-webkit-text-decoration-color:var(--gold-dark);text-decoration-color:var(--gold-dark);text-underline-offset:3px;font-weight:400}.leorre-panel-title-link:hover{color:var(--gold-dark);-webkit-text-decoration-color:var(--gold-dark);text-decoration-color:var(--gold-dark)}.leorre-panel-link{color:var(--gold-dark);justify-content:flex-start;align-items:center;gap:.5rem;width:100%;padding:.5rem 0;font-size:.7rem;font-weight:400;text-decoration:none;display:flex}.leorre-panel-link:hover{color:var(--gold-dark)}.leorre-panel-toggle:hover .leorre-panel-title{color:rgba(var(--kelp-800-rgb), .7)}.leorre-panel-toggle.active .leorre-panel-title{color:var(--kelp-900)}.leorre-panel-indicator{display:none}.leorre-panel-arrow{justify-content:center;align-items:center;width:12px;height:12px;margin-left:0;display:flex;position:relative}.leorre-panel-arrow:before{content:"";border-right:2px solid var(--gold);border-bottom:2px solid var(--gold);width:6px;height:6px;transform:rotate(-45deg)}.leorre-panel-arrow.expanded:before{transform:rotate(45deg)}.leorre-panel-link:hover .leorre-panel-arrow:before{border-color:var(--gold-dark)}[dir=rtl] .leorre-panel-arrow:before{transform:rotate(45deg)}[dir=rtl] .leorre-panel-arrow.expanded:before{transform:rotate(-45deg)}.leorre-desktop-panels{flex-direction:column;gap:2rem;margin-top:2rem;display:flex}.leorre-panel-portal{background:var(--kelp-50);z-index:12000;border-right:none;border-radius:0;flex-direction:column;width:480px;height:100dvh;max-height:none;position:fixed;inset:0 0 auto auto;overflow:hidden;display:flex!important}.leorre-panel-portal[dir=rtl]{border-left:none;border-right:1px solid rgba(var(--kelp-200-rgb), .3);left:0;right:auto;box-shadow:4px 0 20px #0000001a,2px 0 8px #0000000d}.leorre-panel-portal .leorre-panel-content-inner{flex-direction:column;height:100%;display:flex;overflow:hidden;width:100%!important}.leorre-panel-portal .leorre-panel-content-container{flex:1;padding:0}.leorre-panel-portal .leorre-panel-header-section{z-index:20;justify-content:flex-end;align-items:center;position:absolute;top:0;left:0;right:0;border-top:none!important;border-bottom:none!important;padding:12px 16px 8px!important;display:flex!important}.leorre-panel-close-btn.luxury-submenu-style{cursor:pointer;justify-content:center;align-items:center;display:flex;background:rgba(var(--kelp-200-rgb), .4)!important;width:36px!important;height:36px!important;color:var(--kelp-700)!important;box-shadow:none!important;border:none!important;border-radius:50%!important;margin:0!important;transition:background .2s!important}.leorre-panel-close-btn.luxury-submenu-style:hover{background:rgba(var(--kelp-300-rgb), .5)!important;box-shadow:none!important;transform:none!important}.leorre-panel-close-btn.luxury-submenu-style:before{display:none!important}.leorre-panel-close-btn.luxury-submenu-style svg{color:inherit;width:20px!important;height:20px!important;transform:none!important}.leorre-panel-portal .leorre-panel-content-container{flex:1;margin-top:36px;overflow-y:auto;padding:24px 20px 40px!important}.leorre-panel-title-group{flex-direction:column;margin-bottom:4px;display:flex}.leorre-panel-portal .leorre-panel-main-title{color:var(--kelp-900)!important;letter-spacing:.01em!important;font-size:1.1rem!important;font-weight:500!important;font-family:var(--font-primary)!important;margin:0 0 4px!important}.leorre-panel-subtitle{color:var(--kelp-500)!important;margin:0 0 24px!important;font-size:16px!important;font-weight:400!important}.leorre-panel-line{background:linear-gradient(90deg, transparent 0%, var(--kelp-300) 15%, var(--kelp-400) 50%, var(--kelp-300) 85%, transparent 100%);transform-origin:50%;flex-shrink:0;width:100%;height:1px;margin:0!important}.leorre-panel-portal .leorre-contact-container,.leorre-panel-portal .leorre-boxes-container,.leorre-panel-portal .leorre-shipping-container{gap:1.5rem;padding:24px 0 0!important;overflow:visible!important}.leorre-box-main-description{color:var(--kelp-700)!important;margin-bottom:1.5rem!important;font-size:.9rem!important;font-weight:400!important;line-height:1.6!important}.leorre-box-feature-item{border-bottom:1px solid rgba(var(--kelp-200-rgb), .2);padding:8px 0;color:var(--kelp-800)!important;font-size:.9rem!important}.leorre-box-feature-item:last-child{border-bottom:none}.leorre-shipping-section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--kelp-500);font-weight:500;margin-bottom:1rem!important;font-size:.85rem!important}@media (max-width:768px){.leorre-desktop-panels{display:none}}.leorre-about-toggle-section{margin:2rem 0}.leorre-about-toggle-section .leorre-panel-content{margin-top:0;overflow:hidden}.leorre-about-toggle-section .leorre-active-product-data{background:rgba(var(--kelp-50-rgb), .3);border:1px solid rgba(var(--kelp-200-rgb), .2);border-radius:12px;margin:0;padding:1.5rem}.leorre-about-toggle-section .leorre-data-body{margin:0}@media (min-width:769px){.leorre-about-toggle-section .leorre-panel-toggle{display:none}.leorre-about-toggle-section .leorre-panel-content{opacity:1!important;height:auto!important;display:block!important}.leorre-about-toggle-section .leorre-active-product-data{margin:0;padding:2rem}}@media (max-width:768px){.leorre-panel-mobile{border-radius:5px 5px 0 0;height:auto}.leorre-panel-content-inner{margin:.3rem;padding:1rem .8rem 1.2rem;font-size:.6rem}.leorre-panel-close-btn{width:28px;height:28px;top:.8rem;right:.8rem}.leorre-panel-close-btn svg{width:14px;height:14px}.leorre-breadcrumbs-sticky{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding:8px!important}.leorre-breadcrumbs-sticky a,.leorre-breadcrumbs-sticky .current{padding:.3rem .6rem;font-size:.75rem}.leorre-breadcrumbs-sticky .separator{margin:0 .3rem}.leorre-breadcrumbs:not(.leorre-breadcrumbs-sticky){display:none!important}.leorre-breadcrumbs-sticky{display:flex!important}}@media (min-width:769px){.leorre-breadcrumbs{display:flex}.leorre-panel-header-section{grid-template-columns:1fr auto;align-items:center;gap:.75rem;padding:.9rem 1rem;display:grid}.leorre-panel-title-section{min-width:0}.leorre-panel-main-title{font-size:14px}.leorre-panel-content-container{gap:1rem;height:calc(100% - 3.5rem)}.leorre-specifications-grid{grid-template-columns:1fr;gap:.6rem}.leorre-feature-item:hover,.leorre-shipping-option-card:hover{transform:none}.leorre-features-container,.leorre-details-container,.leorre-shipping-container{gap:.8rem}.leorre-features-header,.leorre-details-header,.leorre-shipping-header{gap:.5rem;margin-bottom:.6rem}.leorre-features-icon,.leorre-details-icon,.leorre-shipping-icon{width:24px;height:24px}.leorre-features-title,.leorre-details-title,.leorre-shipping-title{font-size:.75rem}.leorre-features-list{gap:.5rem}.leorre-feature-item{gap:.5rem;padding:.5rem}.leorre-spec-item{padding:.5rem}.leorre-care-section,.leorre-returns-section{padding:.6rem}.leorre-shipping-option-card{gap:.5rem;padding:.6rem}.leorre-shipping-badge{width:24px;height:24px}.leorre-shipping-location{margin-bottom:.8rem;padding:.8rem}.leorre-shipping-location-icon{width:20px;height:20px}.leorre-shipping-location-label{font-size:.65rem}.leorre-shipping-location-country{font-size:.8rem}}@media (max-width:480px){.leorre-panel-content-inner{margin:.2rem;padding:0;font-size:.55rem}.leorre-panel-close-btn{width:24px;height:24px;top:.6rem;right:.6rem}.leorre-panel-close-btn svg{width:12px;height:12px}.leorre-panel-content-container{gap:.8rem;height:calc(100% - 3rem)}.leorre-features-header,.leorre-details-header,.leorre-shipping-header{gap:.4rem;margin-bottom:.5rem}.leorre-features-icon,.leorre-details-icon,.leorre-shipping-icon{width:20px;height:20px}.leorre-features-title,.leorre-details-title,.leorre-shipping-title{font-size:.7rem}.leorre-features-list{gap:.4rem}.leorre-feature-item{gap:.4rem;padding:.4rem}.leorre-spec-item{padding:.4rem}.leorre-care-section,.leorre-returns-section{padding:.5rem}.leorre-shipping-option-card{gap:.4rem;padding:.5rem}.leorre-shipping-badge{width:20px;height:20px}.leorre-shipping-location{margin-bottom:.6rem;padding:.6rem}.leorre-shipping-location-icon{width:18px;height:18px}.leorre-shipping-location-label{font-size:.6rem}.leorre-shipping-location-country{font-size:.75rem}.leorre-care-icon,.leorre-returns-icon{width:18px;height:18px}}.leorre-active-product-data{margin:var(--spacing-sm) 0 var(--spacing-md);background-color:rgba(var(--kelp-50-rgb), .6);z-index:8;margin-top:3.5rem;margin-bottom:var(--spacing-lg);border-left:none;border-radius:2px;padding:1.2rem 1.2rem 1.2rem .8rem;transition:margin .4s cubic-bezier(.22,1,.36,1);position:relative;overflow:visible}.leorre-active-product-data[dir=rtl]{padding:1.2rem .8rem 1.2rem 1.2rem}.leorre-active-product-data:before{content:"";background:linear-gradient(90deg, var(--gold), rgba(var(--gold-rgb), .7), rgba(var(--gold-rgb), .3), transparent);width:1px;height:70%;box-shadow:0 0 10px rgba(var(--gold-rgb), .25);border-radius:1px 0 0 1px;display:block;position:absolute;top:0;left:0;display:none!important}.leorre-active-product-data[dir=rtl]:before{border-radius:0 1px 1px 0;left:auto;right:0}.leorre-active-product-data:after{content:"";background:linear-gradient(90deg, var(--gold), rgba(var(--gold-rgb), .7), rgba(var(--gold-rgb), .3), transparent);opacity:.9;border-radius:0 1px 0 0;width:25%;height:1px;display:none;position:absolute;top:0;left:6px}.leorre-active-product-data[dir=rtl]:after{background:linear-gradient(270deg, var(--gold), rgba(var(--gold-rgb), .7), rgba(var(--gold-rgb), .3), transparent);border-radius:1px 0 0;left:auto;right:6px}.leorre-data-header{margin-bottom:8px;position:relative}.leorre-data-title{color:var(--gold-dark);letter-spacing:.5px;margin:0 0 4px;font-size:.85rem;font-weight:500}.leorre-data-accent{background:linear-gradient(90deg, var(--gold), var(--gold-light), rgba(var(--gold-rgb), .4), transparent);opacity:1;width:35px;height:1px;margin-top:4px;transition:all .5s cubic-bezier(.19,1,.22,1);position:relative;transform:translateY(0)}.leorre-data-accent:after{content:"";background:linear-gradient(90deg, rgba(var(--accent-clay-rgb), .6), rgba(var(--accent-clay-rgb), .3), transparent);opacity:.6;width:60%;height:1px;transition:all .6s cubic-bezier(.19,1,.22,1);position:absolute;bottom:-2px;left:8px}.leorre-active-product-data[dir=rtl] .leorre-data-accent{background:linear-gradient(270deg, var(--gold), var(--gold-light), rgba(var(--gold-rgb), .4), transparent)}.leorre-active-product-data[dir=rtl] .leorre-data-accent:after{background:linear-gradient(270deg, rgba(var(--accent-clay-rgb), .6), rgba(var(--accent-clay-rgb), .3), transparent);left:auto;right:8px}.leorre-data-header:hover .leorre-data-accent{width:45px;transform:translateY(-1px)}.leorre-data-header:hover .leorre-data-accent:after{opacity:.8;width:80%}.leorre-data-body{flex-direction:column;gap:8px;display:flex}.leorre-data-description{color:var(--kelp-500);margin-bottom:10px;font-size:.75rem;line-height:1.5}.leorre-feature-tags{flex-wrap:wrap;gap:6px;margin:6px 0 12px;display:flex}.leorre-feature-tags.rtl{direction:rtl;justify-content:flex-start}.leorre-feature-tags.ltr{direction:ltr;justify-content:flex-start}.leorre-feature-tag{color:#666;letter-spacing:.03em;background-color:#714d380d;border-radius:2px;align-items:center;padding:4px 8px;font-size:12px;display:inline-flex;position:relative;overflow:hidden}.leorre-feature-tags.rtl .leorre-feature-tag{font-family:Amiri,Noto Naskh Arabic,serif}.leorre-feature-tag:before{content:"";background:linear-gradient(to right, transparent, rgba(var(--gold-rgb), .1), transparent);width:100%;height:100%;position:absolute;top:0;left:0;transform:translate(-100%)}.leorre-feature-tags.rtl .leorre-feature-tag:before{background:linear-gradient(to left, transparent, rgba(var(--gold-rgb), .1), transparent);transform:translate(100%)}.leorre-feature-tag:hover{background-color:rgba(var(--gold-rgb), .15);color:var(--kelp-900);transform:translateY(-1px)}.leorre-feature-tag:hover:before{transform:translate(100%)}.leorre-feature-tags.rtl .leorre-feature-tag:hover:before{transform:translate(-100%)}.leorre-boxes-container{flex-direction:column;gap:1.2rem;display:flex}.leorre-boxes-header{align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.leorre-boxes-icon{background:rgba(var(--gold-rgb), .1);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.leorre-boxes-title{font-size:.8rem;font-weight:var(--font-weight-medium);color:var(--kelp-800);margin:0}.leorre-box-main{border-radius:8px;flex-direction:column;gap:1.2rem;padding:1.2rem;display:flex}.leorre-box-slider{flex-direction:column;align-items:center;gap:1.5rem;width:100%;padding-bottom:1rem;display:flex}.leorre-box-image-wrapper{aspect-ratio:3/4;background-color:var(--kelp-50);border-radius:4px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.leorre-box-slide-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .5s}.leorre-box-slider-dots{z-index:10;gap:4px;margin-top:0;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.leorre-box-dot{cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff6;border:none;border-radius:1px;width:24px;height:2px;padding:0;transition:all .3s}.leorre-box-dot.active{background:#fff;width:32px}.leorre-slide-info{text-align:center;flex-direction:column;gap:.5rem;width:100%;padding:0 1rem;display:flex}.leorre-slide-title{color:var(--kelp-900);letter-spacing:.02em;font-size:1rem;font-weight:400;font-family:var(--font-heading);margin:0}.leorre-box-content-main{flex-direction:column;gap:1rem;width:100%;display:flex}.leorre-box-main-title{font-size:.9rem;font-weight:var(--font-weight-medium);color:var(--kelp-900);text-align:center;letter-spacing:.02em;margin:0}.leorre-box-main-description{color:var(--kelp-700);text-align:center;font-size:.7rem;line-height:1.5;font-weight:var(--font-weight-light);margin:0}.leorre-box-features{flex-direction:column;gap:.6rem;margin-top:.5rem;display:flex}.leorre-box-feature-item{background:rgba(var(--kelp-50-rgb), .5);border-radius:5px;align-items:center;gap:.6rem;padding:.5rem .8rem;display:flex;position:relative}.leorre-box-feature-item:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--gold-rgb), .3), transparent);opacity:.6;width:80%;height:1px;position:absolute;top:0;left:10%}.leorre-box-feature-icon{flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;display:flex}.leorre-box-feature-item span{color:var(--kelp-800);font-size:.7rem;font-weight:var(--font-weight-medium)}@media (max-width:768px){.leorre-box-main{gap:1rem;padding:1rem}.leorre-box-main-image{width:100px;height:100px}.leorre-box-main-title{font-size:12px}.leorre-box-main-description{font-size:10px}.leorre-box-feature-item{padding:.4rem .6rem}.leorre-box-feature-item span{font-size:10px}.leorre-product-title-row{flex-direction:row;padding:0!important}}@media (max-width:480px){.leorre-box-main{gap:.8rem;padding:.8rem}.leorre-box-main-image{width:80px;height:80px}.leorre-box-main-title{font-size:.75rem}.leorre-box-main-description{font-size:.6rem}.leorre-box-features{gap:.5rem}.leorre-box-feature-item{padding:11px}}.leorre-features{flex-direction:column;gap:.6rem;padding:3rem 0;display:flex}.leorre-feature{align-items:flex-start;gap:.5rem;font-size:.65rem;line-height:1.3;display:flex}.leorre-feature-icon{flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;display:flex}.leorre-diamond-marker{background-color:var(--gold);opacity:.8;width:4px;height:4px;transform:rotate(45deg)}.leorre-feature-content{flex-direction:column;flex:1;gap:.2rem;display:flex}.leorre-feature-title{font-weight:var(--font-weight-medium);color:var(--kelp-900);margin-bottom:.1rem;font-size:.65rem}.leorre-feature-description{color:var(--kelp-700);margin:0;font-size:.6rem;line-height:1.3}.leorre-feature-text{color:var(--kelp-800);font-size:.65rem;line-height:1.3}.leorre-specifications{margin-bottom:1.5rem}.leorre-spec-row{border-bottom:1px solid rgba(var(--kelp-200-rgb), .3);justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.leorre-spec-row:last-child{border-bottom:none}.leorre-spec-label{color:var(--kelp-600);font-weight:300;font-size:14px!important}.leorre-spec-value{color:var(--kelp-800);text-align:right;font-size:.7rem;font-weight:400}.leorre-care-info{margin-bottom:1.5rem}.leorre-care-title{font-size:.75rem;font-weight:var(--font-weight-medium);color:var(--kelp-900);margin:0 0 .5rem}.leorre-care-text{color:var(--kelp-700);margin:0;font-size:.65rem;line-height:1.5}.leorre-shipping-options{margin-bottom:1.5rem}.leorre-shipping-option{background:rgba(var(--kelp-50-rgb), .5);border-radius:6px;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem;display:flex}.leorre-shipping-badge{background:rgba(var(--kelp-200-rgb), .5);width:24px;height:24px;color:var(--kelp-700);border-radius:50%;justify-content:center;align-items:center;display:flex}.leorre-shipping-badge.premium{background:rgba(var(--gold-rgb), .2);color:var(--gold)}.leorre-shipping-details{flex:1}.leorre-shipping-type{font-weight:var(--font-weight-medium);color:var(--kelp-900);margin-bottom:.2rem;font-size:.7rem}.leorre-shipping-estimate{color:var(--kelp-700);margin-bottom:.1rem;font-size:.65rem}.leorre-shipping-time{color:var(--kelp-600);font-size:.6rem}.leorre-returns{margin-bottom:1rem}.leorre-returns-title{font-size:.75rem;font-weight:var(--font-weight-medium);color:var(--kelp-900);margin:0 0 .5rem}.leorre-returns-text{color:var(--kelp-700);margin:0 0 .75rem;font-size:.65rem;line-height:1.5}.leorre-return-policies{flex-direction:column;gap:.4rem;display:flex}.leorre-return-policy{color:var(--kelp-700);align-items:center;gap:.5rem;font-size:.65rem;display:flex}.leorre-policy-marker{background-color:var(--gold);opacity:.7;border-radius:50%;width:4px;height:4px}@media (max-width:768px){.leorre-product-info.luxury{padding:0 1rem}.leorre-product-title{font-size:1.25rem}.leorre-premium-price-inline{font-size:.9rem}.leorre-product-description{font-size:.75rem}.leorre-expandable-title{letter-spacing:.08em;font-size:.65rem}.leorre-price-main,.leorre-currency{font-size:12px}.leorre-product-bookmark{width:30px;height:30px;right:15px!important}.leorre-product-price{padding:0 6px}.leorre-panel-title{font-size:.75rem;font-weight:400}.leorre-panel-arrow{display:none}.leorre-panel-title-link{text-decoration:underline;-webkit-text-decoration-color:var(--gold-dark);text-decoration-color:var(--gold-dark);text-underline-offset:3px;font-size:.7rem}.leorre-panel-title-link:hover{-webkit-text-decoration-color:var(--gold-dark);text-decoration-color:var(--gold-dark)}.leorre-panel-toggle.active .leorre-panel-title{color:var(--gold)}.leorre-panel-toggle.active .leorre-panel-title-link{color:var(--gold-dark)}.leorre-panel-content{border-radius:16px 16px 0 0;padding:0}.leorre-panel-close-btn{width:28px;height:28px;top:10px;right:10px}.leorre-panel-close-btn svg{width:14px;height:14px}.leorre-button-text{font-size:10px}.leorre-button-icon{width:12px!important;height:12px!important}.leorre-feature-tag{font-size:.75rem}.leorre-data-description{color:var(--kelp-500);font-size:.75rem}}@media (max-width:480px){.leorre-currency{font-size:.85rem}.current-price{font-size:.9rem}.leorre-price-main{font-size:.75rem}}.leorre-selection-status{border-radius:4px;flex:none;margin-top:1.5rem;padding:1rem 0;display:none;position:relative;overflow:hidden}.leorre-selection-status:before{content:"";background:linear-gradient(270deg, transparent, rgba(var(--kelp-400-rgb), .3), transparent);opacity:.6;height:1px;position:absolute;top:0;left:0;right:0}.leorre-selection-header{margin-bottom:.5rem}.leorre-selection-label{color:var(--kelp-600);letter-spacing:.04em;font-size:.75rem;font-weight:500;display:block}.leorre-selection-items{-webkit-overflow-scrolling:touch;flex-direction:row;align-items:flex-start;gap:0;margin-bottom:.75rem;display:flex;overflow:visible}.leorre-selection-items::-webkit-scrollbar{height:6px}.leorre-selection-items::-webkit-scrollbar-thumb{background:rgba(var(--kelp-400-rgb), .4);border-radius:3px}.leorre-selection-item{background:rgba(var(--kelp-100-rgb), .2);color:var(--kelp-700);white-space:nowrap;border-radius:4px;align-items:center;gap:.5rem;margin-right:.5rem;padding:.5rem 1rem;font-size:.75rem;display:flex;position:relative}.leorre-selection-item:not(:last-child):after{content:"";background:rgba(var(--kelp-100-rgb), .2);width:1px;height:60%;position:absolute;top:50%;right:-.25rem;transform:translateY(-50%)}.leorre-selection-type{color:var(--kelp-600);letter-spacing:.02em;font-size:12px;display:none}.leorre-selection-value{color:var(--kelp-700);font-size:12px}.leorre-selection-items .leorre-uploaded-design.luxury{border-radius:6px;flex-direction:row-reverse;align-items:flex-start;gap:.75rem;padding:0;display:flex}.leorre-uploaded-design-preview{flex:none;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;display:inline-flex;position:relative}.leorre-uploaded-design-preview.multi{flex-wrap:wrap;gap:6px;width:auto;min-width:auto;display:flex}.leorre-uploaded-design-thumb{flex:none;width:36px;height:36px;position:relative}.leorre-upload-more{border:2px dashed rgba(var(--kelp-300-rgb), .6);background:rgba(var(--kelp-50-rgb), .5);cursor:pointer;width:36px;height:36px;color:var(--kelp-600);text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:4px;font-size:8px;transition:all .2s;display:flex;display:none!important}.leorre-upload-more:hover{border-color:var(--gold);background:rgba(var(--gold-rgb), .1);color:var(--gold)}.leorre-upload-more span{white-space:nowrap;font-size:8px;line-height:1}.upload-panel-title-wrapper{flex-direction:column;gap:4px;display:flex}.upload-progress-indicator{color:var(--kelp-500);font-size:.7rem;font-weight:400}.leorre-added-uploads{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.leorre-added-upload-thumb{border:1px solid rgba(var(--kelp-300-rgb), .3);border-radius:50%;width:32px;height:32px;overflow:hidden}.leorre-added-upload-thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.leorre-uploaded-design-image{-o-object-fit:cover;object-fit:cover;border:1px solid rgba(var(--kelp-300-rgb), .5);border-radius:50%;width:100%;height:100%}.leorre-uploaded-design-remove{background:var(--kelp-950);width:20px;height:20px;color:var(--gold-dark);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:flex;position:absolute;top:-6px;right:-6px}.leorre-uploaded-design-remove:hover{background:var(--kelp-900);transform:scale(1.1)}.leorre-uploaded-design-info{flex:1;display:none}.leorre-uploaded-design-header{align-items:center;gap:12px;display:flex}.leorre-uploaded-design-icon{background:var(--gold);width:20px;height:20px;color:var(--kelp-50);border-radius:50%;justify-content:center;align-items:center;display:flex}.leorre-uploaded-design-text{flex-direction:column;display:flex}.leorre-uploaded-design-title{font-size:.85rem;font-weight:var(--font-weight-medium);color:var(--kelp-500)}.leorre-uploaded-design-subtitle{color:var(--kelp-300);font-size:.75rem}.variant-container{padding-top:1rem}@media (max-width:768px){.leorre-selection-item{padding:6px 12px;font-size:10px}.leorre-selection-items .leorre-uploaded-design.luxury{align-items:flex-start;gap:var(--spacing-sm)}.leorre-uploaded-design-preview{align-self:center;width:32px;min-width:32px;height:32px}.leorre-uploaded-design-preview.multi{gap:4px}.leorre-uploaded-design-thumb{width:32px;height:32px}.leorre-upload-more{width:32px;height:32px;font-size:7px}.variant-container{padding-top:.8rem}.leorre-delivery-section{padding:.5rem 0!important}.leorre-uploaded-design-image{width:100%;height:100%}.leorre-uploaded-design-remove{width:18px;height:18px}.leorre-selection-type,.leorre-selection-value{font-size:10px}}.leorre-shipping-countries{gap:var(--spacing-lg);max-height:70vh;padding-right:var(--spacing-sm);flex-direction:column;display:flex;overflow-y:auto}.leorre-shipping-countries::-webkit-scrollbar{width:6px}.leorre-shipping-countries::-webkit-scrollbar-track{background:rgba(var(--kelp-200-rgb), .3);border-radius:3px}.leorre-shipping-countries::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}.leorre-shipping-countries::-webkit-scrollbar-thumb:hover{background:var(--gold-dark)}.leorre-shipping-section{padding:var(--spacing-lg);border-radius:12px}.leorre-shipping-section-title{font-size:1.1rem;font-weight:var(--font-weight-semibold);color:var(--kelp-800);margin:0 0 var(--spacing-md) 0;align-items:center;gap:var(--spacing-sm);display:flex}.leorre-shipping-section-title:before{content:"";background:linear-gradient(180deg, var(--gold), var(--gold-dark));border-radius:2px;width:1px;height:20px}.leorre-shipping-countries-grid{gap:var(--spacing-md);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.leorre-shipping-country-card{background:rgba(var(--kelp-50-rgb), .5);border-radius:4px;margin-bottom:.5rem;position:relative;overflow:hidden}.leorre-shipping-country-card:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--gold-rgb), .3), transparent);opacity:.6;width:80%;height:1px;position:absolute;top:0;left:10%}.leorre-country-toggle{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:10px}.leorre-country-header{align-items:center;gap:var(--spacing-md);display:flex}.leorre-country-flag{background:rgba(var(--kelp-100-rgb), .8);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.leorre-flag-emoji{font-size:1.5rem;line-height:1}.leorre-country-info{flex-direction:column;flex:1;gap:2px;display:flex}.leorre-country-name{font-size:13px;font-weight:var(--font-weight-semibold);color:var(--kelp-600)}.leorre-country-summary{color:var(--kelp-500);font-size:10px}.leorre-country-expand{justify-content:center;align-items:center;width:15px;height:15px;display:flex}.leorre-expand-icon{border-right:1px solid var(--kelp-500);border-bottom:1px solid var(--kelp-500);width:6px;height:6px;transform:rotate(45deg)}.leorre-country-toggle.expanded .leorre-expand-icon{transform:rotate(-135deg)}.leorre-country-rates{background:rgba(var(--kelp-50-rgb), .3);border-top:1px solid rgba(var(--kelp-200-rgb), .3)}.leorre-rates-container{padding:var(--spacing-md);gap:var(--spacing-sm);flex-direction:column;display:flex}.leorre-global-shipping-info{align-items:flex-start;gap:var(--spacing-md);padding:var(--spacing-md);background:rgba(var(--gold-rgb), .05);border:1px solid rgba(var(--gold-rgb), .2);border-radius:8px;display:flex}.leorre-global-icon{background:var(--gold);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.leorre-global-content{flex:1}.leorre-global-text{margin:0 0 var(--spacing-sm) 0;color:var(--kelp-700);line-height:1.5}.leorre-global-features{gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.leorre-global-feature{background:rgba(var(--gold-rgb), .1);color:var(--gold-dark);font-size:.8rem;font-weight:var(--font-weight-medium);border-radius:3px;padding:4px 8px}.leorre-shipping-countries-mobile{flex-direction:column;gap:.5rem;max-height:400px;padding-right:.5rem;display:flex;overflow-y:auto}.leorre-shipping-countries-list{gap:var(--spacing-md);flex-direction:column;display:flex}.leorre-shipping-country-card-mobile{background:rgba(var(--kelp-50-rgb), .5);border-radius:4px;margin-bottom:.5rem;position:relative;overflow:hidden}.leorre-shipping-country-card-mobile:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--gold-rgb), .3), transparent);opacity:.6;width:80%;height:1px;position:absolute;top:0;left:10%}.leorre-country-toggle-mobile{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:10px}.leorre-country-header-mobile{align-items:center;gap:var(--spacing-md);display:flex}.leorre-country-flag-mobile{background:rgba(var(--kelp-100-rgb), .8);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.leorre-country-info-mobile{flex-direction:column;flex:1;gap:2px;display:flex}.leorre-country-name-mobile{font-size:13px;font-weight:var(--font-weight-semibold);color:var(--kelp-600)}.leorre-country-summary-mobile{color:var(--kelp-500);font-size:10px}.leorre-country-expand-mobile{justify-content:center;align-items:center;width:15px;height:15px;display:flex}.leorre-expand-icon-mobile{border-right:1px solid var(--kelp-500);border-bottom:1px solid var(--kelp-500);width:6px;height:6px;transform:rotate(45deg)}.leorre-country-toggle-mobile.expanded .leorre-expand-icon-mobile{transform:rotate(-135deg)}.leorre-country-rates-mobile{background:rgba(var(--kelp-50-rgb), .3);border-top:1px solid rgba(var(--kelp-200-rgb), .3)}.leorre-rates-container-mobile{padding:var(--spacing-md);gap:var(--spacing-sm);flex-direction:column;display:flex}.leorre-shipping-option-card-mobile{background:rgba(var(--kelp-50-rgb), .5);padding:var(--spacing-md);align-items:center;gap:var(--spacing-md);border-radius:3px;display:flex}.leorre-shipping-option-card-mobile:hover{border-color:var(--gold);box-shadow:0 2px 8px rgba(var(--gold-rgb), .1)}.leorre-global-shipping-info-mobile{align-items:flex-start;gap:var(--spacing-md);padding:var(--spacing-md);background:rgba(var(--gold-rgb), .05);border:1px solid rgba(var(--gold-rgb), .2);border-radius:8px;display:flex}.leorre-global-icon-mobile{background:var(--gold);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.leorre-global-content-mobile{flex:1}.leorre-global-text-mobile{margin:0 0 var(--spacing-sm) 0;color:var(--kelp-700);font-size:.9rem;line-height:1.5}.leorre-global-features-mobile{gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.leorre-global-feature-mobile{background:rgba(var(--gold-rgb), .1);color:var(--gold-dark);font-size:.75rem;font-weight:var(--font-weight-medium);border:1px solid rgba(var(--gold-rgb), .2);border-radius:10px;padding:3px 6px}.leorre-shipping-container[dir=rtl] .leorre-shipping-countries{padding-right:0;padding-left:var(--spacing-sm)}.leorre-shipping-container[dir=rtl] .leorre-country-header{flex-direction:row-reverse}.leorre-shipping-container[dir=rtl] .leorre-country-expand{transform:scaleX(-1)}.leorre-shipping-container[dir=rtl] .leorre-shipping-option-card,.leorre-shipping-container[dir=rtl] .leorre-global-shipping-info,.leorre-shipping-container[dir=rtl] .leorre-global-features,.leorre-shipping-container[dir=rtl] .leorre-country-header-mobile{flex-direction:row-reverse}.leorre-shipping-container[dir=rtl] .leorre-country-expand-mobile{transform:scaleX(-1)}.leorre-shipping-container[dir=rtl] .leorre-shipping-option-card-mobile,.leorre-shipping-container[dir=rtl] .leorre-global-shipping-info-mobile,.leorre-shipping-container[dir=rtl] .leorre-global-features-mobile{flex-direction:row-reverse}@media (max-width:768px){.leorre-shipping-countries-grid{grid-template-columns:1fr}.leorre-shipping-section{padding:var(--spacing-md)}.leorre-country-header{gap:var(--spacing-sm)}.leorre-country-flag{width:36px;height:36px}.leorre-flag-emoji{font-size:1.3rem}.leorre-shipping-section-title{font-size:12px}.leorre-shipping-countries-mobile{max-height:50vh;padding-right:var(--spacing-sm);overflow-y:auto}.leorre-shipping-countries-mobile::-webkit-scrollbar{width:4px}.leorre-shipping-countries-mobile::-webkit-scrollbar-track{background:rgba(var(--kelp-200-rgb), .3);border-radius:2px}.leorre-shipping-countries-mobile::-webkit-scrollbar-thumb{background:var(--gold);border-radius:2px}.leorre-shipping-countries-mobile::-webkit-scrollbar-thumb:hover{background:var(--gold-dark)}.leorre-shipping-container[dir=rtl] .leorre-shipping-countries-mobile{padding-right:0;padding-left:var(--spacing-sm)}}.leorre-specifications-loading{padding:var(--spacing-xl);justify-content:center;align-items:center;gap:var(--spacing-md);background:rgba(var(--kelp-100-rgb), .3);color:var(--kelp-500);flex-direction:column;display:flex}.leorre-specifications-loading .leorre-loader-diamond{border:2px solid rgba(var(--kelp-400-rgb), .5);border-top:2px solid #0000;border-radius:4px;width:32px;height:32px;animation:1s linear infinite spin}.leorre-care-instructions-list{gap:var(--spacing-sm);margin-top:var(--spacing-md);flex-direction:column;display:flex}.leorre-care-instruction-item{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm);background:var(--kelp-50);border-radius:var(--border-radius-md);display:flex;position:relative}.leorre-care-instruction-item:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--gold-rgb), .3), transparent);opacity:.6;width:80%;height:1px;position:absolute;top:0;left:10%}.leorre-care-instruction-marker{background:var(--gold);border-radius:50%;flex-shrink:0;width:8px;height:8px}.leorre-care-instruction-item span{color:var(--kelp-800);font-size:.9rem;line-height:1.4}.leorre-specifications-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;display:grid}.leorre-spec-item{padding:.5rem;position:relative}.leorre-spec-label{color:var(--kelp-600);letter-spacing:.02em;font-size:14px;font-weight:300}.leorre-spec-value{color:var(--kelp-800);font-size:.75rem;font-weight:400}@media (max-width:768px){.leorre-specifications-grid{gap:var(--spacing-sm);grid-template-columns:1fr}.leorre-spec-item{padding:var(--spacing-sm)}}.leorre-product-actions.hidden{display:none}.leorre-page-sticky-button{justify-content:center;align-items:center;padding-left:20px;padding-right:20px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative}.leorre-page-sticky-button.relative-mode{z-index:auto;height:48px;padding:16px;position:static;background:var(--gold-dark)!important}.leorre-page-sticky-button.sticky-mode{bottom:env(safe-area-inset-bottom,0);z-index:99999;justify-content:center;align-items:center;width:100%;height:48px;padding:16px;animation:.2s ease-in-out forwards widthExpand;display:flex;position:fixed;left:0;right:0;background:var(--gold-dark)!important}body.mobile-menu-open .leorre-page-sticky-button.sticky-mode{background:var(--kelp-950);z-index:1!important;width:auto!important;animation:none!important;position:relative!important;bottom:auto!important;left:auto!important;right:auto!important}.leorre-page-sticky-button:before,.leorre-page-sticky-button:after{content:"";background:linear-gradient(90deg, transparent, var(--kelp-300), transparent);opacity:.6;height:1px;transition:opacity .3s cubic-bezier(.25,.8,.25,1);position:absolute;left:0;right:0}.leorre-page-sticky-button:before{top:0}.leorre-page-sticky-button:after{bottom:0}.leorre-page-sticky-button.relative-mode:before,.leorre-page-sticky-button.relative-mode:after{opacity:.4;background:linear-gradient(90deg, transparent, var(--kelp-400), transparent)}.leorre-page-sticky-button.sticky-mode:before,.leorre-page-sticky-button.sticky-mode:after{opacity:.8;background:linear-gradient(90deg, transparent, var(--kelp-200), transparent)}.leorre-page-sticky-button:hover:before,.leorre-page-sticky-button:hover:after{opacity:1;background:linear-gradient(90deg, transparent, var(--kelp-100), transparent)}.leorre-page-sticky-btn{cursor:pointer;width:100%;color:var(--kelp-50);background:0 0;border:none;border-radius:0;padding:16px 24px;font-size:14px;font-weight:500;position:relative}.leorre-page-sticky-btn-content{white-space:nowrap;pointer-events:none;z-index:1;min-width:120px;height:20px;color:var(--kelp-50);justify-content:center;align-items:center;gap:.6rem;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.leorre-sticky-btn-success,.leorre-sticky-btn-select,.leorre-sticky-btn-normal,.leorre-sticky-btn-upload{width:100%;height:100%;font-size:.8rem;font-weight:var(--font-weight-medium);letter-spacing:.05em;text-transform:uppercase;justify-content:center;align-items:center;gap:.6rem;display:flex;position:relative}.leorre-sticky-btn-select,.leorre-sticky-btn-success,.leorre-sticky-btn-normal,.leorre-sticky-btn-upload{color:var(--kelp-50)}.zigzag-text{animation:2s ease-in-out infinite zigzag}@keyframes zigzag{0%,to{transform:translate(0)}25%{transform:translate(-1px)}50%{transform:translate(0)}75%{transform:translate(1px)}}.leorre-page-sticky-btn:hover .leorre-page-sticky-btn-content{transform:translate(-50%,-50%)translateY(-2px)}.leorre-page-sticky-btn:before{content:"";z-index:1;border-radius:inherit;background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:50%;height:100%;transition:left .8s cubic-bezier(.25,1,.5,1);position:absolute;top:0;left:-100%;transform:skew(-25deg)}.leorre-page-sticky-btn:hover:before,.leorre-page-sticky-btn.success:before{left:120%}@keyframes widthShrink{0%{clip-path:inset(0 0%)}to{clip-path:inset(0 1.5%)}}@keyframes widthExpand{0%{clip-path:inset(0 1.5%)}to{clip-path:inset(0 0%)}}.leorre-page-sticky-button-wrapper{background:var(--kelp-950);justify-content:center;align-items:center;width:100%;margin:0 auto;display:flex}.animate-width{animation:.2s ease-in-out forwards widthShrink}.animate-width-expand{animation:.2s ease-in-out forwards widthExpand}.leorre-page-sticky-button-wrapper .leorre-page-sticky-button{background:var(--kelp-950);width:100%}.leorre-page-sticky-btn.success{background:0 0;color:var(--kelp-100)!important}.leorre-page-sticky-btn.success .leorre-page-sticky-btn-content{transform:translate(-50%,-50%)translateY(-2px)}.leorre-page-sticky-btn:disabled{opacity:.6;cursor:not-allowed}.leorre-page-sticky-btn:hover:not(:disabled){transform:translateY(-2px)}.leorre-page-sticky-btn:focus{box-shadow:none!important;outline:none!important}.leorre-page-sticky-btn:focus:not(:disabled){transform:none;box-shadow:none!important;outline:none!important}@media (max-width:768px){.leorre-page-sticky-button.sticky-mode,.leorre-page-sticky-button.relative-mode{padding:12px 16px}.leorre-page-sticky-button:before{left:0}.leorre-page-sticky-button:after{right:0}.leorre-page-sticky-button.relative-mode:before,.leorre-page-sticky-button.relative-mode:after{opacity:.5}.leorre-page-sticky-button.sticky-mode:before,.leorre-page-sticky-button.sticky-mode:after{opacity:.9}.leorre-page-sticky-button:hover:before,.leorre-page-sticky-button:hover:after{opacity:1}.leorre-page-sticky-btn{padding:14px 20px;font-size:14px;font-weight:400}.leorre-panel-toggles{padding:2rem 0}}.leorre-general-info-section.premium-toggles{margin-top:2rem;padding:0}.leorre-panel-toggles-premium{border-top:1px solid rgba(var(--kelp-200-rgb), .4);flex-direction:column;gap:0;display:flex}.leorre-toggle-premium{border:none;border-bottom:1px solid rgba(var(--kelp-200-rgb), .4);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:1rem 0;transition:all .25s cubic-bezier(.25,.8,.25,1);display:flex}.leorre-toggle-premium:hover{background:rgba(var(--kelp-50-rgb), .3)}.leorre-toggle-premium:last-child{border-bottom:1px solid rgba(var(--kelp-200-rgb), .4)}.leorre-toggle-premium.active{background:0 0}.leorre-toggle-text{color:var(--kelp-800);letter-spacing:.02em;text-transform:none;text-align:left;font-size:.8rem;font-weight:400}[dir=rtl] .leorre-toggle-text{text-align:right}.leorre-toggle-premium:hover .leorre-toggle-text{color:var(--kelp-900)}.leorre-toggle-arrow{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:transform .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative}.leorre-toggle-arrow:before{content:"";border-right:1px solid var(--kelp-600);border-bottom:1px solid var(--kelp-600);width:6px;height:6px;transition:border-color .2s;transform:rotate(-45deg)}[dir=rtl] .leorre-toggle-arrow:before{transform:rotate(135deg)}.leorre-toggle-premium:hover .leorre-toggle-arrow:before{border-color:var(--kelp-900)}.leorre-toggle-premium.active .leorre-toggle-arrow{transform:rotate(90deg)}[dir=rtl] .leorre-toggle-premium.active .leorre-toggle-arrow{transform:rotate(-90deg)}.leorre-boxes-container.premium-minimal{flex-direction:column;gap:1.5rem;padding:0;display:flex}.leorre-box-content-main.premium-left{text-align:left;padding:0 .5rem}[dir=rtl] .leorre-box-content-main.premium-left{text-align:right}.leorre-box-premium-content{flex-direction:column;gap:.75rem;display:flex}.leorre-box-premium-title{color:var(--kelp-900);letter-spacing:.02em;font-size:.9rem;font-weight:500;font-family:var(--font-heading);margin:0}.leorre-box-premium-description{color:var(--kelp-600);letter-spacing:.01em;margin:0;font-size:.8rem;font-weight:300;line-height:1.7}@media (max-width:768px){.leorre-panel-toggles-premium{gap:0}.leorre-toggle-premium{padding:.875rem 0}.leorre-toggle-text{font-size:.75rem}.leorre-box-premium-title{font-size:.85rem}.leorre-box-premium-description{font-size:.75rem;line-height:1.65}}.leorre-shipping-container.premium-clean{flex-direction:column;gap:1.5rem;width:100%;display:flex}.leorre-shipping-countries.premium{flex-direction:column;gap:0;display:flex}.leorre-shipping-countries-list-premium{border-top:1px solid rgba(var(--kelp-200-rgb), .4);flex-direction:column;gap:0;display:flex}.leorre-shipping-country-item-premium{border-bottom:1px solid rgba(var(--kelp-200-rgb), .4);flex-direction:column;display:flex}.leorre-country-toggle-premium{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.875rem 0;transition:background .2s;display:flex}.leorre-country-toggle-premium:hover{background:rgba(var(--kelp-50-rgb), .3)}.leorre-country-name-premium{color:var(--kelp-800);letter-spacing:.01em;font-size:.8rem;font-weight:400}.leorre-country-arrow-premium{justify-content:center;align-items:center;width:14px;height:14px;display:flex;position:relative}.leorre-country-arrow-premium:before{content:"";border-right:1px solid var(--kelp-500);border-bottom:1px solid var(--kelp-500);width:5px;height:5px;transition:border-color .2s;transform:rotate(-45deg)}[dir=rtl] .leorre-country-arrow-premium:before{transform:rotate(135deg)}.leorre-country-toggle-premium:hover .leorre-country-arrow-premium:before{border-color:var(--kelp-800)}.leorre-country-rates-premium{flex-direction:column;gap:0;padding:0 0 .75rem;display:flex;overflow:hidden}.leorre-rate-item-premium{justify-content:space-between;align-items:center;padding:.5rem 0 .5rem 1rem;display:flex}[dir=rtl] .leorre-rate-item-premium{padding-left:0;padding-right:1rem}.leorre-rate-name{color:var(--kelp-700);font-size:.75rem;font-weight:400}.leorre-rate-info{color:var(--kelp-600);align-items:center;gap:.35rem;font-size:.7rem;font-weight:300;display:flex}.leorre-rate-divider{color:var(--kelp-400)}.leorre-returns-section-premium{border-top:1px solid rgba(var(--kelp-200-rgb), .4);flex-direction:column;gap:.5rem;margin-top:.5rem;padding-top:1.25rem;display:flex}.leorre-returns-title-premium{color:var(--kelp-800);letter-spacing:.02em;margin:0;font-size:.85rem;font-weight:500}.leorre-returns-text-premium{color:var(--kelp-600);letter-spacing:.01em;margin:0;font-size:.75rem;font-weight:300;line-height:1.7}@media (max-width:768px){.leorre-country-toggle-premium{padding:.75rem 0}.leorre-country-name-premium{font-size:.75rem}.leorre-rate-item-premium{padding:.375rem 0 .375rem .75rem}[dir=rtl] .leorre-rate-item-premium{padding-left:0;padding-right:.75rem}.leorre-rate-name{font-size:.7rem}.leorre-rate-info{font-size:.65rem}}.leorre-description-preview{border-bottom:1px solid rgba(var(--kelp-200-rgb), .4);padding-bottom:1rem;position:relative}.leorre-description-content{max-width:100%}.leorre-description-text{font-family:var(--font-primary);color:var(--kelp-600);letter-spacing:.01em;margin:0;font-size:.9rem;font-weight:350;line-height:1.8}.leorre-description-text.expanded{font-style:normal}.leorre-read-more-btn{font-family:var(--font-primary);color:var(--gold-dark);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-size:.8rem;font-weight:400;text-decoration:underline;text-decoration-thickness:1px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-flex;position:relative}.leorre-read-more-btn:hover{color:var(--gold-light);text-decoration-color:#0000}.leorre-read-more-btn:after{content:"";border-bottom:1.5px solid;border-right:1.5px solid;width:6px;height:6px;margin-top:-3px;margin-left:4px;transition:transform .3s,margin .3s;display:inline-block;transform:rotate(45deg)}.leorre-read-more-btn.expanded:after{margin-top:3px;transform:rotate(-135deg)}.leorre-product-specific-section .leorre-section-title{display:none}.leorre-product-specific-section{margin:0;padding:0}.leorre-expandable-title{font-family:var(--font-primary);color:var(--kelp-700);text-transform:none;letter-spacing:.01em;margin:0;font-size:.85rem;font-weight:400;line-height:1.4;transition:color .3s}.leorre-expandable-arrow:before{content:"";background:var(--kelp-400);width:1px;height:11px;transition:all .3s cubic-bezier(.25,.8,.25,1);position:absolute}.leorre-expandable-arrow:after{content:"";background:var(--kelp-400);width:11px;height:1px;position:absolute}.leorre-expandable-toggle:hover .leorre-expandable-title{color:var(--kelp-900)}.leorre-expandable-toggle:hover .leorre-expandable-arrow:before,.leorre-expandable-toggle:hover .leorre-expandable-arrow:after{background:var(--kelp-600)}@media (max-width:768px){.leorre-description-preview{padding:1.5rem 0}.leorre-description-text{font-size:.85rem;line-height:1.7}.leorre-read-more-btn{font-size:.75rem}.leorre-expandable-title{font-size:14px!important}.leorre-expandable-toggle{padding:1.35rem 0}.leorre-expandable-indicator{width:24px;height:24px}}.leorre-info-sticky{height:auto;overflow:visible}.leorre-premium-link-rows{flex-direction:column;gap:0;margin-bottom:2rem;padding-top:.5rem;display:flex}.leorre-link-row{cursor:pointer;text-align:left;border:none;border-bottom:1px solid rgba(var(--kelp-200-rgb), .3);background:0 0;align-items:center;gap:.75rem;width:100%;padding:.875rem 0;transition:all .2s;display:flex}.leorre-link-row:hover{background:rgba(var(--kelp-50-rgb), .2)}.leorre-link-label{font-family:var(--font-primary);color:var(--kelp-500);letter-spacing:.01em;flex:1;font-size:14px;font-weight:300;transition:color .2s}.leorre-link-row:hover .leorre-link-label{color:var(--kelp-900)}.leorre-link-action{font-family:var(--font-primary);color:var(--gold-dark);text-underline-offset:2px;text-decoration:underline;-webkit-text-decoration-color:rgba(var(--kelp-400-rgb), .4);text-decoration-color:rgba(var(--kelp-400-rgb), .4);font-size:.75rem;font-weight:400;transition:all .2s}.leorre-link-row:hover .leorre-link-action{color:var(--kelp-800);-webkit-text-decoration-color:var(--kelp-600);text-decoration-color:var(--kelp-600)}[dir=rtl] .leorre-link-row{text-align:right}.leorre-delivery-section{text-align:center;margin-bottom:.75rem;padding:1.25rem 0}.leorre-estimate-link{cursor:pointer;font-family:var(--font-primary);color:var(--gold-dark,#8b6914);text-underline-offset:4px;text-decoration:underline;-webkit-text-decoration-color:var(--gold-dark,#8b6914);text-decoration-color:var(--gold-dark,#8b6914);background:0 0;border:none;margin-bottom:.5rem;padding:0;font-size:.85rem;font-weight:300;transition:all .2s;display:inline-block}.leorre-estimate-link:hover{opacity:.7}.leorre-delivery-result{padding:.25rem 0}.leorre-arrival-text{font-family:var(--font-primary);color:rgba(var(--kelp-800-rgb), .7);cursor:pointer;margin:0 0 .25rem;font-size:.8rem;font-weight:300;transition:color .2s}.leorre-arrival-text:hover{color:var(--gold-dark,#8b6914)}.leorre-holiday-promo{font-family:var(--font-primary);color:rgba(var(--kelp-800-rgb), .7);margin:.5rem 0 0;font-size:.78rem;font-weight:300;line-height:1.5}.leorre-delivery-overlay{z-index:99999;background:#0000004d;justify-content:flex-end;align-items:stretch;display:flex;position:fixed;inset:0}.leorre-delivery-panel-slide{background:var(--kelp-50,#faf9f7);flex-direction:column;display:flex;overflow-y:auto}.leorre-delivery-panel-slide.desktop{width:440px;max-width:100%;height:100%}.leorre-delivery-panel-slide.mobile{border-radius:16px 16px 0 0;width:100%;height:auto;max-height:80vh;margin-top:auto}.leorre-delivery-panel-header{justify-content:flex-end;padding:1rem 1.5rem;display:flex}.leorre-delivery-panel-close{cursor:pointer;color:var(--kelp-600);background:0 0;border:none;padding:.5rem;transition:opacity .2s}.leorre-delivery-panel-close:hover{opacity:.7}.leorre-delivery-panel-content{flex:1;padding:0 2rem 2rem}.leorre-delivery-panel-title{font-family:var(--font-primary);color:var(--kelp-800);letter-spacing:.02em;margin:0 0 1rem;font-size:1.5rem;font-weight:300}.leorre-delivery-panel-subtitle{font-family:var(--font-primary);color:var(--kelp-600);margin:0 0 1.5rem;font-size:.85rem;font-weight:300;line-height:1.5}.leorre-delivery-panel-line{background:linear-gradient(90deg, transparent 0%, var(--kelp-300) 15%, var(--kelp-400) 50%, var(--kelp-300) 85%, transparent 100%);transform-origin:50%;width:100%;height:1px;margin:0 0 2rem}.leorre-delivery-panel-elements{flex-direction:column;display:flex}.leorre-country-select{width:100%;font-family:var(--font-primary);color:var(--kelp-800);border:none;border-bottom:1px solid rgba(var(--kelp-400-rgb), .3);cursor:pointer;appearance:none;letter-spacing:.02em;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%23777' d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E") right .5rem center no-repeat;border-radius:0;margin-bottom:1.25rem;padding:.875rem 1rem;font-size:.8rem;font-weight:300;transition:all .25s}.leorre-country-select:hover{border-bottom-color:rgba(var(--kelp-600-rgb), .5)}.leorre-country-select:focus{border-bottom-color:var(--kelp-700);background:rgba(var(--kelp-50-rgb), .3);outline:none}.leorre-go-button{width:100%;color:var(--kelp-50);background:var(--gold-dark);cursor:pointer;border-radius:3px;margin-bottom:1.5rem;padding:12px 42px;font-size:14px;font-weight:400;transition:all .25s cubic-bezier(.25,.8,.25,1);display:block;position:relative;overflow:hidden}.leorre-go-button:hover:not(:disabled):before{left:100%}.leorre-go-button:hover:not(:disabled){background:var(--gold-dark);transform:translateY(-1px)}.leorre-go-button:active:not(:disabled){transform:translateY(0)}.leorre-go-button:disabled{opacity:.35;cursor:not-allowed}.leorre-delivery-disclaimer{font-family:var(--font-primary);color:var(--kelp-500);flex-direction:column;margin:0;font-size:.75rem;font-weight:300;line-height:1.6;display:flex}@keyframes toastSlideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes toastFadeOut{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(20px)}}.leorre-selection-toast{background:var(--kelp-50);color:var(--kelp-950);letter-spacing:.02em;z-index:9999;text-transform:capitalize;-webkit-backdrop-filter:blur(8px);border-radius:3px;justify-content:center;align-items:center;gap:8px;padding:6px 24px;font-size:.75rem;font-weight:400;animation:.4s cubic-bezier(.16,1,.3,1) forwards toastSlideUp;display:flex;position:fixed;bottom:100px;left:50%;transform:translate(-50%)}.leorre-selection-toast.warning{background:rgba(var(--kelp-100-rgb), .9);color:var(--kelp-950)}.leorre-toast-close{color:inherit;cursor:pointer;opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;margin-left:8px;padding:2px;transition:opacity .2s;display:flex}.leorre-toast-close:hover{opacity:1}.leorre-box-slider-dots.leorre-gallery-pagination{z-index:10;pointer-events:auto;background:0 0;align-items:center;gap:4px;padding:0;display:flex;position:absolute;bottom:24px;left:24px;transform:none}.leorre-bullet{background:rgba(var(--kelp-900-rgb), .3);cursor:pointer;z-index:100000;border:none;border-radius:1px;width:6px;height:2px;transition:all .5s cubic-bezier(.25,.46,.45,.94)}.leorre-panel-mobile.panel-height-90{height:95vh!important;max-height:95vh!important}.leorre-bullet{padding:0;position:relative}.leorre-bullet:hover{background:rgba(var(--kelp-900-rgb), .4)}.leorre-bullet-active{background:var(--gold-dark);width:16px}.leorre-box-slide-inner{width:100%;height:100%;position:relative}.leorre-box-slide-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.leorre-box-swiper{width:100%;height:100%}.leorre-shipping-country-item{border-bottom:1px solid rgba(var(--kelp-200-rgb), .4)}.leorre-shipping-country-item:last-child{border-bottom:none}.leorre-shipping-country-btn{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.875rem 0;font-family:inherit;display:flex}.leorre-shipping-country-btn:hover .leorre-shipping-country-name{color:var(--kelp-900)}.leorre-shipping-country-name{color:var(--kelp-700);font-size:.875rem;font-weight:400;transition:color .15s}.leorre-shipping-chevron{border-right:1.5px solid var(--kelp-500);border-bottom:1.5px solid var(--kelp-500);flex-shrink:0;width:8px;height:8px;transition:transform .2s cubic-bezier(.4,0,.2,1);transform:rotate(45deg)}.leorre-shipping-chevron.open{transform:rotate(-135deg)}[dir=rtl] .leorre-shipping-chevron{transform:rotate(135deg)}[dir=rtl] .leorre-shipping-chevron.open{transform:rotate(-45deg)}.leorre-shipping-rates-wrapper{grid-template-rows:0fr;transition:grid-template-rows .2s cubic-bezier(.4,0,.2,1);display:grid}.leorre-shipping-rates-wrapper.open{grid-template-rows:1fr}.leorre-shipping-rates-inner{overflow:hidden}.leorre-shipping-rate{justify-content:space-between;align-items:center;padding:.5rem 0 .5rem .5rem;display:flex}[dir=rtl] .leorre-shipping-rate{padding-left:0;padding-right:.5rem}.leorre-shipping-rate-name{color:var(--kelp-600);font-size:.8rem;font-weight:400}.leorre-shipping-rate-info{color:var(--kelp-500);align-items:center;gap:.35rem;font-size:.75rem;font-weight:300;display:flex}.leorre-shipping-divider{color:var(--kelp-400)}
