.sp-toast{position:fixed;bottom:1.5rem;left:1.5rem;z-index:9999;display:flex;align-items:center;gap:.75rem;background:#fff;border-radius:12px;padding:.9rem 1.1rem;box-shadow:0 8px 30px rgba(0,0,0,.13);border:1px solid #f0f0f0;max-width:310px;transform:translateX(-150%);transition:transform .45s cubic-bezier(.34,1.56,.64,1);pointer-events:none}.sp-toast.sp-show{transform:translateX(0);pointer-events:auto}.sp-toast-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#c9a86c 0%,#e8c99a 100%);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.sp-toast-body{flex:1;min-width:0}.sp-toast-name{font-size:.82rem;font-weight:700;color:#1a1a1a;margin-bottom:.1rem}.sp-toast-msg{font-size:.78rem;color:#666;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp-toast-time{font-size:.7rem;color:#aaa;margin-top:.2rem}.sp-toast-close{position:absolute;top:.4rem;right:.5rem;background:none;border:0;font-size:.8rem;color:#bbb;cursor:pointer;line-height:1;padding:.15rem .3rem;border-radius:4px}.sp-toast-close:hover{color:#888}@media(max-width:480px){.sp-toast{max-width:calc(100vw - 2rem);left:1rem;bottom:5rem}}.rv-dock{position:fixed;bottom:1.25rem;right:1.25rem;z-index:1050;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;pointer-events:none;transition:all .6s cubic-bezier(.16,1,.3,1)}.rv-ai-trigger{width:54px;height:54px;background:rgba(255,255,255,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(201,168,108,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.08),0 1px 3px rgba(0,0,0,.02),inset 0 1px 0 rgba(255,255,255,.6);pointer-events:auto;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;transform:translateY(150px);overflow:visible}.rv-dock.rv-show .rv-ai-trigger{transform:translateY(0)}.rv-ai-trigger:hover{transform:scale(1.08) rotate(8deg);background:rgba(255,255,255,.95);border-color:rgba(201,168,108,.6);box-shadow:0 15px 35px rgba(201,168,108,.22),0 0 20px rgba(201,168,108,.1)}.rv-ai-trigger::after{content:'';position:absolute;inset:0;border-radius:50%;border:1px solid rgba(201,168,108,.4);opacity:0;animation:rv-pulse 2.2s infinite}@keyframes rv-pulse{0%{transform:scale(1);opacity:1}100%{transform:scale(1.4);opacity:0}}.rv-tray{position:absolute;bottom:0;right:0;background:rgba(255,255,255,.82);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:20px;padding:1.15rem 1.25rem;width:auto;min-width:320px;max-width:90vw;box-shadow:0 30px 60px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.5);border:1px solid rgba(201,168,108,.25);transform:scale(.8) translate(20px,20px);opacity:0;pointer-events:none;transition:all .5s cubic-bezier(.16,1,.3,1);transform-origin:bottom right}.rv-dock.rv-expanded .rv-tray{transform:scale(1) translate(0,0);opacity:1;pointer-events:auto}.rv-dock.rv-expanded .rv-ai-trigger{opacity:0;pointer-events:none;transform:scale(.5)}.rv-tray-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.85rem;padding-bottom:.6rem;border-bottom:1px solid rgba(201,168,108,.15)}.rv-tray-title{display:flex;align-items:center;gap:.5rem;font-family:'Playfair Display',Georgia,serif;font-size:.85rem;font-weight:700;color:#1a1a1a;letter-spacing:.12em;text-transform:uppercase}.rv-tray-title i{color:#c9a86c;font-size:.85rem}.rv-tray-close{background:rgba(0,0,0,.04);border:0;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#1a1a1a;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1)}.rv-tray-close:hover{background:#1a1a1a;color:#fff;transform:rotate(90deg)}.rv-tray-track{display:flex;gap:.9rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none;-ms-overflow-style:none}.rv-tray-track::-webkit-scrollbar{display:none}.rv-tray-item{flex:0 0 95px;width:95px;text-decoration:none;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1)}.rv-tray-item:hover{transform:translateY(-6px)}.rv-tray-img-wrap{width:95px;height:125px;border-radius:10px;overflow:hidden;background:#fafafa;margin-bottom:.45rem;border:1px solid rgba(201,168,108,.12);box-shadow:0 4px 12px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.16,1,.3,1);position:relative}.rv-tray-item:hover .rv-tray-img-wrap{border-color:rgba(201,168,108,.35);box-shadow:0 10px 22px rgba(201,168,108,.15)}.rv-tray-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.rv-tray-item:hover .rv-tray-img-wrap img{transform:scale(1.08)}.rv-tray-name{font-family:'Montserrat','Inter',sans-serif;font-size:.72rem;font-weight:500;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.3;height:1.85rem;margin-bottom:.2rem;transition:color .3s}.rv-tray-item:hover .rv-tray-name{color:#c9a86c}.rv-tray-price{font-family:'Montserrat','Inter',sans-serif;font-size:.72rem;color:#c9a86c;font-weight:700;letter-spacing:.02em}@media(max-width:768px){.rv-dock{bottom:1rem;right:1rem}body:has(.product-mobile-cart-dock) .rv-dock,body.has-mobile-dock .rv-dock{bottom:calc(76px + env(safe-area-inset-bottom,0px))}body:has(.product-mobile-cart-dock) .rv-tray,body.has-mobile-dock .rv-tray{bottom:calc(76px + env(safe-area-inset-bottom,0px))}.rv-ai-trigger{width:46px;height:46px}.rv-tray{width:calc(100vw - 2rem);max-width:360px;padding:.85rem 1rem;border-radius:16px}.rv-tray-item{flex:0 0 85px;width:85px}.rv-tray-img-wrap{width:85px;height:110px;border-radius:8px}}.storefront #quickView .modal-content{margin:0!important}.storefront .store-quickview .detail-carousel{position:relative}.storefront .store-quickview .quickview-slider{border-radius:12px;overflow:hidden}.storefront .store-quickview .quickview-slider img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover}.storefront .store-quickview .swiper-thumbs{display:flex;gap:8px;overflow-x:auto;padding-block:12px}.storefront .store-quickview .detail-thumb-item{width:54px;height:64px;flex:0 0 auto;border:1px solid transparent;padding:2px;border-radius:6px;background:transparent}.storefront .store-quickview .detail-thumb-item.active{border-color:#78614d}.storefront .store-quickview .detail-thumb-item img{width:100%;height:100%;object-fit:cover;border-radius:4px}.storefront .store-quickview h2{font-size:clamp(1.4rem,3vw,2rem);line-height:1.3}.storefront .store-quickview .detail-option-heading{display:block;font-size:.83rem;margin-bottom:8px}.storefront .store-quickview .form-select{min-height:48px;font-size:16px;border:1px solid #d2ccc4;border-radius:8px;background-color:#fffefa}.storefront .store-quickview .detail-quantity{flex:0 0 80px;width:80px;text-align:center}.storefront .store-quickview .input-group{gap:10px}.storefront .store-quickview #AddToCartDiv{min-width:0}.storefront .store-quickview #ModelAddToCart{padding-inline:14px}.storefront .store-quickview :is(.bg-success-light,.bg-info-light){background:#eee7de;color:#63503f!important}.storefront .store-quickview .bg-success{background:#63503f!important}@media(max-width:991px){.storefront .store-quickview .quickview-slider img{height:min(360px,75vw);aspect-ratio:auto;object-fit:contain;background:#eeeae3}.storefront .store-quickview .detail-option{margin-bottom:20px!important}.storefront .store-quickview .product-badge{max-width:80%}}