.wishlist-card{max-width:230px;margin:auto;height:100%}.wishlist-card .product-box{position:relative;display:flex;flex-direction:column;height:100%}.wishlist-card .product-box .product-img .image-wrapper{width:100%;aspect-ratio:3/4;overflow:hidden}.wishlist-card .product-box .product-img .image-wrapper img{width:100%;height:100%;object-fit:cover}.wishlist-card .product-box .wishlist .delete{position:absolute;top:5px;right:5px;padding:5px;border-radius:30px;cursor:pointer;font-size:30px;background-color:var(--becho-light)}.wishlist-card .product-box .wishlist .delete:hover{color:var(--becho-danger)}.wishlist-card .product-box .name{margin-top:.5rem;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.wishlist-card .product-box .price-box{display:flex;align-items:center;margin:8px 0;flex-wrap:wrap}.wishlist-card .product-box .price-box .price{font-weight:700;margin-right:5px}.wishlist-card .product-box .price-box .strikethrough{position:relative;color:#999;font-weight:400}.wishlist-card .product-box .price-box .strikethrough:before{position:absolute;content:"";left:0;top:50%;right:0;border-color:currentcolor #ff0101 #ff0101;border-top:1.5px solid #ff0101;-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-ms-transform:rotate(-5deg);-o-transform:rotate(-5deg);transform:rotate(-5deg)}.wishlist-card .product-box .price-box .discount-price{color:var(--becho-dark)}.wishlist-card .product-box .price-box .discount-price span{text-decoration:line-through;margin-left:.5rem;color:#999}.wishlist-card .product-box .rating{margin-top:.5rem;display:flex}.wishlist-card .product-box .add-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:auto;padding:.75rem 1rem;border-radius:8px;background-color:#000;color:#fff;cursor:pointer;transition:all .3s ease;font-weight:600;border:none;box-shadow:0 2px 4px rgba(0,0,0,.1)}.wishlist-card .product-box .add-btn:hover{background-color:#333;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.wishlist-card .product-box .add-btn:active{transform:translateY(0)}.wishlist-card .product-box .add-btn.opacity-50{opacity:.6;cursor:not-allowed}.wishlist-card .product-box .add-btn.opacity-50:hover{transform:none}.wishlist-card .product-box .add-btn .text{font-size:.875rem;letter-spacing:.025em}.wishlist-card .product-box .add-btn .icon{display:flex;align-items:center;justify-content:center}.wishlist-card .product-box .add-btn .icon img{width:1rem;height:1rem;filter:brightness(0) invert(1)}.star{line-height:1rem}.wishlist-component{min-height:60vh}.wishlist-component.compact{min-height:auto;padding:0}.my-account-content .address-component li,.my-account-content .my-account-menu-scroll,.my-account-content .my-account-tab-panel,.my-account-content .order-card{width:100%;max-width:100%}.my-account-content .my-account-menu-area{position:relative}.my-account-content .my-account-menu-scroll{-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.my-account-content .my-account-menu-scroll::-webkit-scrollbar{display:none}.my-account-content .my-account-menu-item{color:#27272a;border-color:#e4e4e7;background-color:#fff;transition:all .2s ease;scroll-snap-align:start}.my-account-content .my-account-menu-item:hover{color:var(--becho-primary);border-color:var(--becho-primary);background-color:var(--becho-shade,#f5f5f5)}.my-account-content .my-account-menu-item.active{color:#fff;border-color:var(--becho-primary);background-color:var(--becho-primary);box-shadow:0 2px 8px rgba(0,0,0,.12)}.my-account-content .my-account-menu-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:26px;height:26px;border-radius:9999px;border:1px solid #d4d4d8;background:#fff;color:#3f3f46;display:none;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.12)}.my-account-content .my-account-menu-arrow.left{left:-16px}.my-account-content .my-account-menu-arrow.right{right:-16px}.my-account-content .my-account-menu-arrow.show{display:flex}.my-account-content .my-account-menu-hint{margin-top:6px;font-size:11px;color:#71717a;text-align:center}.my-account-content .my-account-tab-title{font-size:1.125rem;line-height:1.75rem;font-weight:600;margin-bottom:1rem;text-align:left}.my-account-content .my-account-tab-panel{width:100%;max-width:42rem;margin:0 auto;padding:.75rem;border:1px solid #e4e4e7;border-radius:.5rem;background:#fff}@media(min-width:768px){.my-account-content .my-account-menu-arrow,.my-account-content .my-account-menu-hint{display:none!important}.my-account-content .my-account-tab-panel{padding:1rem}}@media(max-width:767px){.my-account-content .my-account-mobile-column{padding-top:20px;height:0;overflow:visible}.my-account-content .my-account-mobile-fixed{position:fixed;top:var(--header-offset,100px);left:0;right:0;z-index:120;background:#f3f4f6;padding:8px 8px 10px;border-bottom:1px solid #e4e4e7}.my-account-content .my-account-main-panel{padding-top:calc(var(--my-account-sticky-height, 112px) + 8px);margin-top:0}.my-account-content .my-account-menu-area{padding:0 6px}.my-account-content .my-account-menu-scroll{padding-left:0!important;padding-right:0!important;scroll-padding-left:10px;scroll-padding-right:10px;gap:8px}.my-account-content .my-account-menu-scroll:after,.my-account-content .my-account-menu-scroll:before{content:"";display:block;width:10px;min-width:10px;flex:0 0 10px}.my-account-content .my-account-menu-item{font-size:13px;padding:8px 10px}.my-account-content .my-account-menu-arrow.left{left:-6px}.my-account-content .my-account-menu-arrow.right{right:-6px}.my-account-content .my-account-main-panel .my-account-tab-panel{padding:0;border:none;border-radius:0;max-width:none;margin:0}.my-account-content .my-account-tab-title{font-size:1rem;line-height:1.4;margin-bottom:.75rem}.my-account-content .order-component .order-card{padding:.75rem;gap:.75rem;margin-bottom:.75rem}.my-account-content .order-component .order-card-header{gap:.5rem}.my-account-content .order-component .order-image{width:72px;height:72px;flex-shrink:0}.my-account-content .order-component .details-btn{flex:1 1 auto;text-align:center;min-width:0}}.my-account-content .profile-component .icon-input,.my-account-content .profile-component .profile-input-wrapper input,.my-account-content .profile-component .profile-input-wrapper select{border:1px solid #000}.my-account-content .address-component .edit-btn .icon{font-size:20px;margin-right:4px;cursor:pointer}.my-account-content .address-component .delete-btn .icon{cursor:pointer;font-size:18px;margin-right:4px}.my-account-content .order-component .order-image{width:80px;height:80px;padding:6px;border-radius:10px;border:1px solid var(--becho-gray-dark)}.my-account-content .order-component .order-image img{width:100%;height:100%}.d-none{display:none}.offer-details{background-color:#f8fafc;flex:1}.offer-details__container{padding:0}.offer-details__banner{border-radius:24px;margin-bottom:2rem;overflow:hidden;position:relative;background-size:cover;background-position:50%;box-shadow:0 4px 20px rgba(0,0,0,.05);min-height:240px;display:flex;align-items:flex-end}.offer-details__banner:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.65));z-index:1}.offer-details__banner--solid{background:linear-gradient(135deg,var(--becho-primary,var(--theme-color,#000)) 0,rgba(0,0,0,.5) 100%);background-color:var(--becho-primary,var(--theme-color,#000))}.offer-details__banner--solid:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 15% 15%,hsla(0,0%,100%,.12) 0,transparent 40%),radial-gradient(circle at 85% 85%,hsla(0,0%,100%,.1) 0,transparent 45%);z-index:1}.offer-details__banner-overlay{position:relative;z-index:2;padding:2.5rem;width:100%;display:flex;flex-direction:column;gap:1rem;color:#fff}.offer-details__banner-overlay .badge{display:inline-block;background:#fbbf24;color:#000;padding:.4rem 1rem;border-radius:100px;font-weight:700;font-size:.95rem;width:fit-content;box-shadow:0 4px 12px rgba(0,0,0,.15)}.offer-details__banner-overlay .title{font-size:2.2rem;font-weight:800;color:#fff;margin:0;text-transform:uppercase;letter-spacing:-.02em;text-shadow:0 2px 8px rgba(0,0,0,.35)}.offer-details__banner-overlay .description{font-size:1.1rem;font-weight:650;color:hsla(0,0%,100%,.9);margin:0 0 .5rem;max-width:800px;text-shadow:0 1px 6px rgba(0,0,0,.25)}.offer-details__banner .offer-details__schedule{display:flex;flex-wrap:wrap;gap:1.5rem 3rem;background:hsla(0,0%,100%,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.15);padding:1rem 1.5rem;border-radius:16px;width:fit-content;margin-top:.5rem}.offer-details__banner .offer-details__schedule .schedule-group{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.offer-details__banner .offer-details__schedule .schedule-group .schedule-group-label{font-weight:800;color:#fff;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;background:hsla(0,0%,100%,.2);padding:.25rem .6rem;border-radius:6px}.offer-details__banner .offer-details__schedule .schedule-item{display:flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:600;color:#fff}.offer-details__banner .offer-details__schedule .schedule-item .icon{color:#fbbf24;font-size:1.15rem;flex-shrink:0}.offer-details__banner .offer-details__schedule .schedule-item .value{color:#fff}.offer-details__selection-summary{position:sticky;top:1rem;z-index:10;background:hsla(0,0%,100%,.9);backdrop-filter:blur(10px);padding:1.5rem;border-radius:20px;margin-bottom:2rem;border:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 30px rgba(0,0,0,.05)}.offer-details__selection-summary .info .count{font-size:1.2rem;font-weight:800;color:#1e293b}.offer-details__selection-summary .info .limit{color:#64748b;font-size:.9rem}.offer-details__selection-summary .avail-btn{background:var(--becho-primary,var(--theme-color,#000));color:#fff;padding:.8rem 2.5rem;border-radius:12px;font-weight:700;transition:all .3s ease}.offer-details__selection-summary .avail-btn:disabled{background:#cbd5e1;cursor:not-allowed}.offer-details__selection-summary .avail-btn:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.offer-details__product-group{background:#fff;border-radius:24px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.05)}.offer-details__product-group .group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.offer-details__product-group .group-header .group-title-container{display:flex;align-items:center;gap:1rem}.offer-details__product-group .group-header .group-title-container h3{font-size:1.5rem;font-weight:750;margin:0}.offer-details__product-group .group-header .group-title-container .group-count{font-size:.9rem;font-weight:600;color:#64748b;background:#f8fafc;padding:.4rem .8rem;border-radius:8px}.offer-details__product-group .group-header .group-avail-btn{background:var(--becho-primary,var(--theme-color,#000));color:#fff;padding:.6rem 1.8rem;border-radius:10px;font-weight:700;font-size:.9rem;transition:all .3s ease;border:none;cursor:pointer}.offer-details__product-group .group-header .group-avail-btn:disabled{background:#cbd5e1;cursor:not-allowed}.offer-details__product-group .group-header .group-avail-btn:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.1)}.offer-details__variants-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.offer-details .variant-card{border:2px solid #f1f5f9;border-radius:20px;padding:1rem;cursor:pointer;transition:all .3s ease;position:relative;display:flex;flex-direction:column;gap:1rem}.offer-details .variant-card:hover{border-color:#cbd5e1}.offer-details .variant-card--selected{border-color:var(--becho-primary,var(--theme-color,#000))!important;background:#fff!important;box-shadow:0 12px 28px rgba(0,0,0,.06),0 0 0 1px var(--becho-primary,var(--theme-color,#000));transform:translateY(-3px)}.offer-details .variant-card--selected .variant-card__check{opacity:1!important;transform:scale(1) rotate(0deg)!important}.offer-details .variant-card__image{width:100%;aspect-ratio:1;background:#f8fafc;border-radius:14px;overflow:hidden;position:relative}.offer-details .variant-card__image img{width:100%;height:100%;object-fit:cover;transition:filter .3s ease}.offer-details .variant-card__image--locked img{filter:blur(5px) grayscale(15%)}.offer-details .variant-card__image-lock-overlay{position:absolute;inset:0;background:hsla(0,0%,100%,.15);display:flex;align-items:center;justify-content:center;z-index:5}.offer-details .variant-card__image-lock-overlay .lock-icon{font-size:1.5rem;color:#0f172a;background:hsla(0,0%,100%,.95);padding:.5rem;border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,.15)}.offer-details .variant-card__qty-badge{position:absolute;top:.65rem;right:.65rem;z-index:2;min-width:2.25rem;height:2.25rem;padding:0 .5rem;display:flex;align-items:center;justify-content:center;background:#e2e8f0;color:#0f172a;font-size:.8rem;font-weight:800;border-radius:999px;letter-spacing:.02em;box-shadow:0 2px 8px rgba(15,23,42,.08)}.offer-details .variant-card--single-pick{cursor:default}.offer-details .variant-card--single-pick:hover{border-color:#f1f5f9}.offer-details .variant-card__info .name{font-weight:700;color:#1e293b;margin-bottom:.25rem;display:block}.offer-details .variant-card__info .price{font-size:.9rem;color:#64748b}.offer-details .variant-card__action{margin-top:auto}.offer-details .variant-card__action .btn{width:100%;padding:.6rem;border-radius:10px;font-weight:600;font-size:.9rem;transition:all .2s ease}.offer-details .variant-card__action .btn--avail{background:#f1f5f9;color:#1e293b}.offer-details .variant-card__action .btn--avail:hover{background:var(--becho-primary,var(--theme-color,#000));color:#fff}.offer-details .variant-card__action .btn--avail:disabled{background:#cbd5e1;color:#64748b;cursor:not-allowed;border:none}.offer-details .variant-card__action .btn--avail:disabled:hover{background:#cbd5e1;color:#64748b}.offer-details .variant-card__check{position:absolute;top:.75rem;right:.75rem;width:28px;height:28px;background:var(--becho-primary,var(--theme-color,#000));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.95rem;border:2px solid #fff;box-shadow:0 4px 10px rgba(0,0,0,.15);opacity:0;transform:scale(.6) rotate(-20deg);transition:all .35s cubic-bezier(.34,1.56,.64,1);z-index:10}.offer-details__empty{text-align:center;padding:4rem 2rem;color:#64748b}.offer-details__content-wrapper{position:relative;transition:all .3s ease}.offer-details .variant-card--locked{cursor:not-allowed!important;opacity:.95;pointer-events:none;user-select:none;transition:all .3s ease}.offer-details .variant-card--locked:hover{border-color:#f1f5f9!important;box-shadow:none!important}.offer-details__sticky-bar{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%);width:calc(100% - 2rem);max-width:900px;background:hsla(0,0%,100%,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);box-shadow:0 15px 35px rgba(0,0,0,.1);border-radius:20px;padding:.85rem 1.5rem;z-index:100;animation:stickySlideUp .4s cubic-bezier(.16,1,.3,1)}.offer-details__sticky-bar .sticky-bar-content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:1.5rem}.offer-details__sticky-bar .sticky-bar-left{display:flex;align-items:center;gap:1rem}.offer-details__sticky-bar .selected-thumbnails{display:flex;align-items:center;padding-left:.5rem}.offer-details__sticky-bar .selected-thumbnails .thumbnail-item{width:38px;height:38px;border-radius:50%;border:2px solid #fff;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.1);margin-left:-12px;background:#f8fafc;transition:all .2s ease}.offer-details__sticky-bar .selected-thumbnails .thumbnail-item img{width:100%;height:100%;object-fit:cover}.offer-details__sticky-bar .selected-info{display:flex;flex-direction:column}.offer-details__sticky-bar .selected-info .count-label{font-size:.95rem;font-weight:850;color:#0f172a}.offer-details__sticky-bar .selected-info .sub-label{font-size:.75rem;font-weight:600;color:#64748b}.offer-details__sticky-bar .avail-btn-sticky{background:var(--becho-primary,var(--theme-color,#000));color:#fff;padding:.75rem 2rem;border-radius:12px;font-weight:700;font-size:.9rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.1)}.offer-details__sticky-bar .avail-btn-sticky:disabled{background:#cbd5e1;color:#64748b;cursor:not-allowed;box-shadow:none}.offer-details__sticky-bar .avail-btn-sticky:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.15)}@keyframes stickySlideUp{0%{opacity:0;transform:translate(-50%,25px)}to{opacity:1;transform:translate(-50%)}}.offers-component{flex:1;background-color:#f8fafc;padding:4rem 0}.offers-component__grid{display:grid;gap:2rem;grid-template-columns:1fr;padding:1rem 0}@media(min-width:640px){.offers-component__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.offers-component__grid{grid-template-columns:repeat(3,1fr)}}.offers-component__empty{font-size:1.1rem;color:#64748b;font-weight:500;margin-top:3rem}.offer-card{border-radius:24px;overflow:hidden;background:#fff;border:1px solid rgba(148,163,184,.1);box-shadow:0 10px 25px -5px rgba(0,0,0,.02),0 8px 16px -6px rgba(0,0,0,.02);transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;position:relative;height:100%;text-decoration:none}.offer-card:hover{transform:translateY(-8px);box-shadow:0 20px 35px -5px rgba(0,0,0,.08),0 12px 20px -8px rgba(0,0,0,.04);border-color:rgba(148,163,184,.25)}.offer-card__banner{height:220px;position:relative;overflow:hidden;background-size:cover;background-position:50%}.offer-card__banner:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.5));z-index:2}.offer-card__banner:after{content:"";position:absolute;inset:0;background:inherit;background-size:cover;background-position:50%;transition:transform .8s cubic-bezier(.16,1,.3,1);z-index:1}.offer-card--solid .offer-card__banner{background:linear-gradient(135deg,var(--becho-primary,#6366f1) 0,rgba(0,0,0,.45) 100%);background-color:var(--becho-primary,#6366f1)}.offer-card--solid .offer-card__banner:after{content:"";background-image:radial-gradient(circle at 15% 15%,hsla(0,0%,100%,.15) 0,transparent 40%),radial-gradient(circle at 85% 85%,hsla(0,0%,100%,.12) 0,transparent 45%)}.offer-card:hover .offer-card__banner:after{transform:scale(1.08)}.offer-card__badge-container{position:absolute;top:1.25rem;left:1.25rem;z-index:3}.offer-card__badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(0,0,0,.5);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.15);padding:.4rem 1rem;border-radius:100px;color:#fff;font-weight:700;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;box-shadow:0 4px 12px rgba(0,0,0,.15)}.offer-card__badge .pulse-circle{width:8px;height:8px;border-radius:50%;position:relative}.offer-card__badge .pulse-circle:after{content:"";position:absolute;inset:-4px;border-radius:50%;background-color:inherit;opacity:.6;animation:statusPulse 2s cubic-bezier(.4,0,.6,1) infinite}.offer-card__badge--live .pulse-circle{background-color:#10b981;box-shadow:0 0 10px #10b981}.offer-card__badge--upcoming .pulse-circle{background-color:#f59e0b;box-shadow:0 0 10px #f59e0b}@keyframes statusPulse{0%{transform:scale(1);opacity:.6}70%{transform:scale(2.5);opacity:0}to{transform:scale(1);opacity:0}}.offer-card__overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:3;display:flex;flex-direction:column;gap:.35rem}.offer-card__heading{font-size:1.6rem;font-weight:800;color:#fff;margin:0;line-height:1.25;letter-spacing:-.02em;text-transform:uppercase;text-shadow:0 2px 8px rgba(0,0,0,.3)}.offer-card__sub-heading{font-size:1.05rem;font-weight:600;color:hsla(0,0%,100%,.9);margin:0;line-height:1.35;text-shadow:0 1px 6px rgba(0,0,0,.25)}.offer-card__promo{font-size:1.15rem;font-weight:700;color:#fbbf24;text-transform:uppercase;letter-spacing:.03em;text-shadow:0 1px 6px rgba(0,0,0,.25)}.offer-card__body{padding:1.5rem;flex:1;display:flex;flex-direction:column;justify-content:center}.offer-card__meta{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.offer-card__schedule{display:flex;flex-direction:column;gap:.5rem}.offer-card__schedule .schedule-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:700;margin-bottom:.15rem}.offer-card__schedule .schedule-item{display:flex;align-items:center;gap:.5rem}.offer-card__schedule .schedule-item .icon{font-size:1rem;flex-shrink:0}.offer-card__schedule .schedule-item .icon--date{color:#64748b}.offer-card__schedule .schedule-item .icon--time{color:#94a3b8}.offer-card__schedule .schedule-item .value{font-size:.85rem;font-weight:600;color:#334155;white-space:nowrap}.order-component .status{position:relative;z-index:2}.order-component .status .bar{position:absolute;top:10px;width:100%;z-index:-1;border-radius:5px}.product-component .filter-panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06)}.product-component .filter-panel+.filter-panel{margin-top:1rem}.product-component .filter-panel__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6;background:#fafafa}.product-component .filter-panel__title{font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#111827;margin:0}.product-component .filter-panel__count{font-size:.75rem;font-weight:600;color:#6b7280;background:#f3f4f6;padding:.125rem .5rem;border-radius:9999px}.product-component .filter-panel__body{padding:.75rem 1.25rem 1rem}.product-component .filter-panel__link{display:block;padding:.5rem .75rem;margin:0 -.75rem;border-radius:6px;font-size:.875rem;font-weight:500;color:#4b5563;transition:background .15s,color .15s}.product-component .filter-panel__link:hover{background:#f9fafb;color:#111827}.product-component .filter-panel__link.is-active{background:color-mix(in srgb,var(--becho-primary) 10%,transparent);color:var(--becho-primary);font-weight:600;border-left:3px solid var(--becho-primary);padding-left:calc(.75rem - 3px)}.product-component .filter-panel__clear{margin-top:.75rem;font-size:.8125rem;font-weight:600;color:var(--becho-primary);text-decoration:underline;text-underline-offset:2px}.product-component .filter-panel__clear:hover{opacity:.85}.product-component .filter-panel .filter-disclosure{border-bottom:1px solid #f3f4f6}.product-component .filter-panel .filter-disclosure:last-child{border-bottom:none}.product-component .filter-panel .filter-disclosure__btn{font-weight:600;color:#111827}.product-component .filter-panel .filter-disclosure label{cursor:pointer}.product-component .filter-panel .filter-disclosure input[type=checkbox]{accent-color:var(--becho-primary)}.product-component .mobile-filter-drawer__header{padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;background:#fafafa}.product-component .mobile-filter-drawer__title{font-size:1.125rem;font-weight:700;color:#111827;margin:0}.product-component .mobile-filter-drawer__subtitle{font-size:.8125rem;color:#6b7280;margin-top:.25rem}.product-component .mobile-filter-drawer__footer{position:sticky;bottom:0;display:flex;gap:.75rem;padding:1rem 1.25rem;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -4px 12px rgba(0,0,0,.06)}.product-component .mobile-filter-drawer__btn-secondary{flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:8px}.product-component .mobile-filter-drawer__btn-secondary:hover{background:#f9fafb}.product-component .mobile-filter-drawer__btn-primary{flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;color:#fff;background:var(--becho-primary);border:none;border-radius:8px}.product-component .mobile-filter-drawer__btn-primary:hover{opacity:.92}.products-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.05);overflow:visible;position:relative;z-index:30}.products-toolbar__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6}.products-toolbar__info{min-width:0;flex:1}.products-toolbar__title{font-size:1.125rem;font-weight:700;color:#111827;margin:0;line-height:1.3;text-transform:capitalize}@media(min-width:640px){.products-toolbar__title{font-size:1.25rem}}.products-toolbar__count{margin:.25rem 0 0;font-size:.8125rem;color:#6b7280;font-weight:500}.products-toolbar__desktop-actions{display:none;align-items:center;gap:.75rem}@media(min-width:1024px){.products-toolbar__desktop-actions{display:flex}}.products-toolbar__sort-label{font-size:.875rem;font-weight:600;color:#374151;white-space:nowrap}.products-toolbar__sort-menu{position:relative}.products-toolbar__sort-btn{display:inline-flex;align-items:center;gap:.5rem;min-width:11rem;padding:.5rem .875rem;font-size:.875rem;font-weight:600;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.products-toolbar__sort-btn:hover{border-color:#9ca3af;box-shadow:0 1px 2px rgba(0,0,0,.05)}.products-toolbar__sort-btn span{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.products-toolbar__sort-dropdown{padding:.25rem 0}.products-toolbar__sort-option{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.625rem 1rem;font-size:.875rem;font-weight:500;color:#374151;text-decoration:none;transition:background .12s}.products-toolbar__sort-option.is-focused,.products-toolbar__sort-option:hover{background:#f9fafb}.products-toolbar__sort-option.is-selected{color:var(--becho-primary);font-weight:600;background:color-mix(in srgb,var(--becho-primary) 8%,transparent)}.products-toolbar__chips-row{display:none;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fafafa;border-bottom:1px solid #f3f4f6}@media(min-width:1024px){.products-toolbar__chips-row{display:flex}}.products-toolbar__chips-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.products-toolbar__chips{display:flex;flex-wrap:wrap;gap:.5rem;flex:1;min-width:0}.products-toolbar__chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .625rem;font-size:.8125rem;font-weight:500;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:9999px;cursor:pointer;transition:border-color .15s,background .15s}.products-toolbar__chip:hover{border-color:#9ca3af;background:#f9fafb}.products-toolbar__clear-all{font-size:.8125rem;font-weight:600;color:var(--becho-primary);white-space:nowrap;text-decoration:underline;text-underline-offset:2px;flex-shrink:0}.products-toolbar__clear-all:hover{opacity:.85}.mobile-sort-filter-bar{display:none}@media(max-width:1023px){.mobile-sort-filter-bar{display:flex;position:fixed;left:0;right:0;bottom:var(--mobile-bottom-nav-offset,0);z-index:900;gap:.75rem;padding:.625rem 1rem max(.625rem,env(safe-area-inset-bottom));background:#f3f4f6;border-top:1px solid #e5e7eb;box-shadow:0 -4px 16px rgba(0,0,0,.08)}}.mobile-sort-filter-bar__btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;min-width:0;min-height:2.25rem;padding:.5rem .625rem;font-size:.75rem;font-weight:500;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.04);cursor:pointer;transition:border-color .15s,box-shadow .15s}.mobile-sort-filter-bar__btn:active{background:#f9fafb}.mobile-sort-filter-bar__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2;font-size:.75rem;font-weight:500}.mobile-sort-filter-bar__icon{width:1rem;height:1rem;flex-shrink:0}.mobile-sort-filter-bar__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.125rem;height:1.125rem;padding:0 .3rem;font-size:.625rem;font-weight:700;color:#fff;background:var(--becho-primary);border-radius:9999px}.mobile-sheet__backdrop{z-index:999998}.mobile-sheet__panel{z-index:999999;max-height:85vh;background:#fff;border-radius:1rem 1rem 0 0;box-shadow:0 -8px 30px rgba(0,0,0,.15);overflow:hidden;display:flex;flex-direction:column}.mobile-sheet__close{display:flex;align-items:center;justify-content:center;padding:.25rem;color:#6b7280;border-radius:9999px}.mobile-sheet__close:hover{background:#f3f4f6}.mobile-sort-sheet__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6}.mobile-sort-sheet__title-row{display:flex;align-items:center;gap:.5rem;color:var(--becho-primary)}.mobile-sort-sheet__title{margin:0;font-size:1.125rem;font-weight:700;color:#111827}.mobile-sort-sheet__list{list-style:none;margin:0;padding:.5rem 0 1rem;overflow-y:auto}.mobile-sort-sheet__option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;font-size:.9375rem;font-weight:500;color:#374151;text-decoration:none;border-bottom:1px solid #f3f4f6;transition:background .12s,color .12s}.mobile-sort-sheet__option:active,.mobile-sort-sheet__option:hover{background:color-mix(in srgb,var(--becho-primary) 6%,transparent)}.mobile-sort-sheet__option:has(.mobile-sort-sheet__radio.is-selected){color:var(--becho-primary);font-weight:600;background:color-mix(in srgb,var(--becho-primary) 8%,transparent)}.mobile-sort-sheet__radio{width:1.25rem;height:1.25rem;border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;transition:border-color .15s,background .15s,box-shadow .15s}.mobile-sort-sheet__radio.is-selected{border-color:var(--becho-primary);box-shadow:inset 0 0 0 3px #fff;background:var(--becho-primary)}.mobile-filter-sheet{max-height:90vh}.mobile-filter-sheet__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.mobile-filter-sheet__title-row{display:flex;align-items:center;gap:.5rem;color:var(--becho-primary)}.mobile-filter-sheet__title{margin:0;font-size:1.125rem;font-weight:700;color:#111827}.mobile-filter-sheet__clear-all{font-size:.875rem;font-weight:600;color:var(--becho-primary);text-decoration:underline;text-underline-offset:2px;text-transform:capitalize}.mobile-filter-sheet__clear-all:hover{opacity:.85}.mobile-filter-sheet__body{display:flex;flex:1;min-height:0;max-height:calc(90vh - 8rem);overflow:hidden}.mobile-filter-sheet__tabs{flex:0 0 38%;max-width:9.5rem;display:flex;flex-direction:column;background:#f3f4f6;overflow-y:auto;border-right:1px solid #e5e7eb}.mobile-filter-sheet__tab{width:100%;padding:1rem .875rem;text-align:left;font-size:.8125rem;font-weight:600;color:#4b5563;background:transparent;border:none;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:background .12s,color .12s}.mobile-filter-sheet__tab.is-active{background:#fff;color:var(--becho-primary);box-shadow:inset 3px 0 0 var(--becho-primary)}.mobile-filter-sheet__content{flex:1;overflow-y:auto;background:#fff}.mobile-filter-sheet__options{list-style:none;margin:0;padding:0}.mobile-filter-sheet__option{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1rem;border-bottom:1px solid #f3f4f6;cursor:pointer;font-size:.875rem;font-weight:500;color:#4b5563;transition:background .15s,color .15s}.mobile-filter-sheet__option:has(input:checked){background:color-mix(in srgb,var(--becho-primary) 10%,transparent);border-left:3px solid var(--becho-primary);padding-left:calc(1rem - 3px)}.mobile-filter-sheet__option:has(input:checked) .mobile-filter-sheet__option-label{color:var(--becho-primary);font-weight:600}.mobile-filter-sheet__option-label{flex:1;min-width:0}.mobile-filter-sheet__checkbox{width:1.125rem;height:1.125rem;flex-shrink:0;accent-color:var(--becho-primary);cursor:pointer}.mobile-filter-sheet__empty{padding:1.5rem 1rem;font-size:.875rem;color:#6b7280}.mobile-filter-sheet__footer{display:flex;flex-shrink:0;border-top:1px solid #e5e7eb;background:#fff;padding-bottom:env(safe-area-inset-bottom)}.mobile-filter-sheet__footer-btn{flex:1;padding:1rem;font-size:.875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--becho-primary);background:#fff;border:none;border-right:1px solid #e5e7eb;cursor:pointer}.mobile-filter-sheet__footer-btn.is-primary{border-right:none;color:#fff;background:var(--becho-primary)}.mobile-filter-sheet__footer-btn.is-primary:active{opacity:.92}@media(max-width:1023px){.product-component--with-mobile-bar{padding-bottom:4.5rem}.product-component--with-mobile-bar .product-component__main{padding-bottom:.5rem}}.pd-container{margin:0 auto;max-width:80rem;padding-bottom:calc(5.5rem + env(safe-area-inset-bottom))}.pd-container a,.pd-container a:focus,.pd-container a:hover{text-decoration:none}@media(min-width:768px){.pd-container{padding:1rem 2.5rem 2rem}}.pd-container .main-box{padding:0}.pd-container .main-box .pd-layout{display:flex;flex-direction:column;gap:0}@media(min-width:768px){.pd-container .main-box .pd-layout{flex-direction:row;gap:2.5rem;align-items:flex-start}}.pd-container .main-box .pd-hero-section{width:100%}@media(min-width:768px){.pd-container .main-box .pd-hero-section{width:42%;flex-shrink:0}}.pd-container .main-box .pd-hero-wrap{position:relative;width:100%;background:var(--becho-shade-light,var(--becho-shade,var(--becho-light,#f7f7f7)));aspect-ratio:1/1;max-height:min(92vw,520px);overflow:hidden}@media(min-width:768px){.pd-container .main-box .pd-hero-wrap{max-height:560px}}.pd-container .main-box .pd-hero-slider{height:100%!important}.pd-container .main-box .pd-hero-slider .slick-list{height:100%!important;overflow:hidden}.pd-container .main-box .pd-hero-slider .slick-slide,.pd-container .main-box .pd-hero-slider .slick-track{height:100%!important}.pd-container .main-box .pd-hero-slider .slick-slide>div{height:100%}.pd-container .main-box .pd-hero-slider .slider-box{display:flex!important;justify-content:center!important;align-items:center!important;width:100%;height:100%;min-height:0;overflow:hidden;background:var(--becho-shade-light,var(--becho-shade,var(--becho-light,#f7f7f7)))}.pd-container .main-box .pd-hero-slider .slider-box .image-container{width:100%;height:100%}.pd-container .main-box .pd-hero-slider .slick-dots.pd-hero-dots{bottom:14px;right:14px;left:auto;width:auto;display:flex!important;gap:6px}.pd-container .main-box .pd-hero-slider .slick-dots.pd-hero-dots li{width:7px;height:7px;margin:0}.pd-container .main-box .pd-hero-slider .slick-dots.pd-hero-dots li button{width:7px;height:7px;padding:0}.pd-container .main-box .pd-hero-slider .slick-dots.pd-hero-dots li button:before{width:7px;height:7px;line-height:7px;font-size:7px;color:hsla(0,0%,100%,.55);opacity:1}.pd-container .main-box .pd-hero-slider .slick-dots.pd-hero-dots li.slick-active button:before{color:#fff}.pd-container .main-box .pd-slide-counter{position:absolute;top:12px;left:12px;z-index:4;padding:4px 10px;border-radius:999px;background:rgba(0,0,0,.55);color:#fff;font-size:11px;font-weight:600;letter-spacing:.02em}.pd-container .main-box .pd-rating-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;background:#fff;text-decoration:none;color:inherit;transition:box-shadow .15s ease;width:fit-content;box-shadow:0 2px 12px rgba(0,0,0,.1)}.pd-container .main-box .pd-rating-badge:hover{box-shadow:0 4px 16px rgba(0,0,0,.14)}.pd-container .main-box .pd-rating-badge__star{font-size:1rem;line-height:1;color:#d4a017}.pd-container .main-box .pd-rating-badge__score{font-size:.9375rem;font-weight:700;color:#111;line-height:1}.pd-container .main-box .pd-rating-badge__divider{width:1px;height:16px;background:#d1d5db;flex-shrink:0}.pd-container .main-box .pd-rating-badge__count{font-size:.875rem;font-weight:500;color:#6b7280;line-height:1}.pd-container .main-box .pd-rating-badge--hero{position:absolute;left:12px;bottom:12px;z-index:4}@media(min-width:768px){.pd-container .main-box .pd-rating-badge--hero{display:none}}.pd-container .main-box .pd-meta-row--desktop{display:none;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px 16px;margin-bottom:12px;font-size:.75rem}@media(min-width:768px){.pd-container .main-box .pd-meta-row--desktop{display:flex}}.pd-container .main-box .pd-rating-desktop{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.pd-container .main-box .pd-rating-desktop .star-rating .star{font-size:1rem}.pd-container .main-box .pd-rating-desktop__values{color:#111;font-weight:500;text-decoration:none}.pd-container .main-box .pd-rating-desktop__values:hover{color:#000;text-decoration:underline}.pd-container .main-box .pd-rating-desktop__values,.pd-container .main-box .pd-view-reviews{color:#6b7280;text-decoration:none;cursor:pointer}.pd-container .main-box .pd-rating-desktop__values:hover,.pd-container .main-box .pd-view-reviews:hover{color:#111;text-decoration:none}.pd-container .main-box .pd-meta-row__stock{margin:0;flex-shrink:0}@media(min-width:768px){.pd-container .main-box .pd-stock-mobile{display:none}}.pd-container .main-box .pd-hero-actions{position:absolute;top:12px;right:12px;z-index:4;display:flex;flex-direction:column;gap:8px}@media(min-width:768px){.pd-container .main-box .pd-hero-actions{display:none}}.pd-container .main-box .pd-hero-action-btn{width:40px;height:40px;border-radius:999px;border:1px solid #e5e7eb;background:hsla(0,0%,100%,.98);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.08)}.pd-container .main-box .pd-gallery-thumbs{display:flex;gap:8px;padding:12px 16px;overflow-x:auto;background:#fff}.pd-container .main-box .pd-gallery-thumb{flex:0 0 auto;width:56px;height:56px;border:2px solid #e5e7eb;border-radius:8px;overflow:hidden;padding:0;background:#fff;cursor:pointer}.pd-container .main-box .pd-gallery-thumb img{width:100%;height:100%;object-fit:cover}.pd-container .main-box .pd-gallery-thumb.active{border-color:#111}.pd-container .main-box .pd-gallery-thumb-fallback{display:block;width:100%;height:100%;background:#e5e7eb}.pd-container .main-box .pd-info-section{padding:16px;background:#fff}@media(min-width:768px){.pd-container .main-box .pd-info-section{flex:1;padding:24px 8px 8px}}.pd-container .main-box .pd-title{font-size:1.125rem;font-weight:700;line-height:1.35;color:#111;margin-bottom:8px}@media(min-width:768px){.pd-container .main-box .pd-title{font-size:1.5rem}}.pd-container .main-box .pd-short-desc{font-size:.8125rem;color:#6b7280;line-height:1.45;margin-bottom:12px}.pd-container .main-box .pd-more-link{color:#111;margin-left:4px;text-decoration:none;background:none;border:none;padding:0;font:inherit;cursor:pointer;display:inline}.pd-container .main-box .pd-price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:12px}.pd-container .main-box .pd-price-current{font-size:1.375rem;font-weight:700;color:#111}.pd-container .main-box .pd-price-mrp{font-size:.875rem;color:#9ca3af;font-weight:400}.pd-container .main-box .pd-price-off{font-size:.8125rem;font-weight:600;color:#16a34a}.pd-container .main-box .pd-customizable-badge{display:inline-block;font-size:.75rem;border:1px solid var(--becho-primary,#111);color:var(--becho-primary,#111);padding:4px 8px;border-radius:6px;margin-bottom:12px}.pd-container .main-box .pd-variation-group{margin-bottom:14px}.pd-container .main-box .pd-variation-label{font-size:.875rem;font-weight:600;margin-bottom:8px;color:#111}.pd-container .main-box .pd-variation-options{display:flex;flex-wrap:wrap;gap:8px}.pd-container .main-box .variation-item{position:relative}.pd-container .main-box .variation-item.disabled-type{opacity:1;pointer-events:none;cursor:not-allowed;color:#9ca3af;background:#fff;overflow:hidden}.pd-container .main-box .variation-item.disabled-type:after{content:"";position:absolute;top:50%;left:-12%;width:124%;height:1px;background:#9ca3af;transform:rotate(-28deg);pointer-events:none}.pd-container .main-box .pd-desktop-cta-row{display:none;align-items:stretch;gap:10px;margin-top:16px}@media(min-width:768px){.pd-container .main-box .pd-desktop-cta-row{display:flex}}.pd-container .main-box .pd-desktop-cta-row .pd-add-btn{flex:1;margin-top:0}.pd-container .main-box .pd-icon-action-btn{flex:0 0 auto;width:48px;min-width:48px;height:auto;display:flex;align-items:center;justify-content:center;border:1px solid #d1d5db;background:#fff;border-radius:4px;cursor:pointer;padding:0}.pd-container .main-box .pd-icon-action-btn:hover{border-color:#9ca3af;background:#fafafa}.pd-container .main-box .pd-grid-section{padding:16px}.pd-container .main-box .pd-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(min-width:768px){.pd-container .main-box .pd-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}}.pd-container .main-box .pd-product-grid .product-card{max-width:none;margin:0}.pd-container .main-box .pd-grid-loading{text-align:center;font-size:.8125rem;color:#6b7280;padding:12px 0}.pd-container .main-box .pd-grid-sentinel{height:1px}.pd-container .main-box .pd-policy-list{margin-top:16px;display:flex;flex-direction:column;gap:8px;font-size:.8125rem;color:#4b5563}.pd-container .main-box .pd-policy-item{display:flex;align-items:center;gap:8px}.pd-container .main-box .pd-policy-item svg{flex-shrink:0;font-size:1.125rem}.pd-container .main-box .pd-add-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;background:#111;color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border:none;cursor:pointer;margin-top:16px}.pd-container .main-box .pd-add-btn.disabled{background:#9ca3af;cursor:not-allowed}.pd-container .main-box .pd-desktop-cta{margin-top:8px}.pd-container .main-box .left-quantity{color:#ea580c;font-size:.8125rem;margin-bottom:8px}.pd-container .main-box .strikethrough{position:relative;color:#999;font-weight:400}.pd-container .main-box .strikethrough:before{position:absolute;content:"";left:0;top:50%;right:0;border-top:1.5px solid #ff0101;transform:rotate(-5deg)}.pd-container .main-box .pd-accordion-wrap{margin:0 16px 16px;border-top:1px solid #e5e7eb}.pd-container .main-box .pd-accordion-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 0;border:none;border-bottom:1px solid #e5e7eb;background:transparent;font-size:.9375rem;font-weight:600;color:#111;cursor:pointer}.pd-container .main-box .pd-accordion-body{padding:0 0 16px;font-size:.8125rem;color:#4b5563;line-height:1.5}.pd-container .main-box .pd-accordion-body p{margin:0;text-align:left}.pd-container .main-box .pd-delivery-panel{padding:0 0 16px}.pd-container .main-box .pd-delivery-card{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fafafa}.pd-container .main-box .pd-delivery-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.pd-container .main-box .pd-delivery-label{font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2563eb}.pd-container .main-box .pd-delivery-change-btn{background:transparent;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#2563eb;cursor:pointer;padding:0 0 2px;border:none;border-bottom:1px solid #bfdbfe}.pd-container .main-box .pd-delivery-default-badge{display:inline-block;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;padding:2px 8px;margin-bottom:8px}.pd-container .main-box .pd-delivery-message{font-size:.8125rem;color:#6b7280;line-height:1.5;margin:0}.pd-container .main-box .pd-delivery-empty{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:12px;border:1px dashed #d1d5db;border-radius:12px;background:#f9fafb}.pd-container .main-box .pd-delivery-empty-icon{font-size:1.5rem;color:#9ca3af}.pd-container .main-box .pd-delivery-add-btn{padding:10px 14px;background:#111;color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer}.pd-container .main-box .pd-address-list-item{padding:12px;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.pd-container .main-box .pd-address-list-item.selected{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.pd-container .main-box .pd-address-add-new{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;border:1px dashed #d1d5db;border-radius:10px;background:#f9fafb;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#111;cursor:pointer}.pd-container .main-box .pd-details-body{display:block}.pd-container .main-box .pd-carousel-section{padding:8px 16px 12px}.pd-container .main-box .pd-carousel-section .product-slider-wrapper--pdp{padding:0;background:transparent}.pd-container .main-box .pd-carousel-section .product-slider-wrapper--pdp .slick-slider{margin-bottom:0}.pd-container .main-box .pd-carousel-section .product-slider-wrapper--pdp .slick-list{margin:0 -6px;overflow:hidden}.pd-container .main-box .pd-carousel-section .product-slider-wrapper--pdp .slick-slide{padding:0 6px;height:auto!important}.pd-container .main-box .pd-carousel-section .product-slider-wrapper--pdp .slick-slide>div{height:auto}.pd-container .main-box .pd-carousel-section .product-slider-wrapper--pdp .slick-track{display:flex!important;align-items:flex-start!important}.pd-container .main-box .pd-carousel-section .product-slider-wrapper--pdp .slick-dots{display:none!important}.pd-container .main-box .pd-carousel-section .product-slider-wrapper--pdp .product-card{max-width:none;margin:0;width:100%}.pd-container .main-box .pd-carousel-section .product-slider-wrapper--pdp .product-card .product-img{aspect-ratio:1/1}@media(max-width:767px){.pd-container .main-box .pd-carousel-section .product-slider-wrapper--pdp .slick-slide{height:auto!important}}.pd-container .main-box .pd-section-title{font-size:1rem;font-weight:700;margin-bottom:12px;color:#111}.pd-container .main-box .pd-reviews-section{padding:0 16px 24px}.pd-container .main-box .pd-reviews-section .reviews h2{font-size:1rem}.pd-container .main-box .slick-next,.pd-container .main-box .slick-prev{z-index:5;width:42px;height:42px;border-radius:999px;display:flex!important;justify-content:center;align-items:center;background:hsla(0,0%,7%,.7);backdrop-filter:blur(3px);transition:all .2s ease}.pd-container .main-box .slick-next:before,.pd-container .main-box .slick-prev:before{content:"";display:none}.pd-container .main-box .slick-next.pd-slider-arrow,.pd-container .main-box .slick-prev.pd-slider-arrow{color:#fff;border:1px solid hsla(0,0%,100%,.3)}.pd-container .main-box .slick-next.pd-slider-arrow svg,.pd-container .main-box .slick-prev.pd-slider-arrow svg{font-size:26px}.pd-container .main-box .slick-next:hover,.pd-container .main-box .slick-prev:hover{background:rgba(0,0,0,.88)}.pd-container .main-box .slick-prev{left:12px}.pd-container .main-box .slick-next{right:12px}@media(max-width:767px){.pd-container .main-box .slick-next,.pd-container .main-box .slick-prev{display:none!important}}.pd-floating-cart-bar{display:none}@media(max-width:767px){.pd-floating-cart-bar{display:block;position:fixed;left:0;right:0;bottom:0;z-index:999;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -8px 24px rgba(0,0,0,.12);pointer-events:auto}}.pd-floating-cart-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:15px 20px;background:#111;color:#fff;border:none;border-radius:4px;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.2)}.pd-floating-cart-btn svg{font-size:1.25rem}.pd-floating-cart-btn.disabled{background:#9ca3af;box-shadow:none;cursor:not-allowed}.star-rating{display:flex;cursor:default}.star{position:relative;font-size:1.5rem}.star .half{position:absolute;overflow:hidden;width:50%}.star .empty{color:#e0e0e0}.progress-box{border-radius:10px;border:.2px solid #ccc;background-color:#f0f0f0;position:relative;overflow:hidden}.filled-box{height:100%;transition:width .3s ease-in-out}.image-container{position:relative;overflow:hidden;width:100%;height:100%}.image-container .zoomed-image{width:100%;height:100%;transition:transform .25s ease-out;transform-origin:center;object-fit:contain}.image-container:hover .zoomed-image:not(.zoomed-image--hero){transform:scale(3)}.image-container--hero{background:var(--becho-shade-light,var(--becho-shade,var(--becho-light,#f7f7f7)));cursor:default}.image-container--hero .zoomed-image--hero{object-fit:contain;object-position:center;transform:scale(1)}.image-container--hero.is-mobile-zoomed .zoomed-image--hero{transform:scale(2);transform-origin:center center}@media(min-width:768px)and (hover:hover){.image-container--hero{cursor:zoom-in}.image-container--hero:hover .zoomed-image--hero{transform:scale(3)}}.product-slider-wrapper{padding:20px;background-color:#f8f8f8}.product-slider-wrapper .slick-slider{position:relative}.product-slider-wrapper .slick-slider .slick-list{margin:0 -10px}.product-slider-wrapper .slick-slider .slick-slide{padding:0 10px}.product-slider-wrapper .slick-slider .slick-arrow{width:40px;height:40px;z-index:10;cursor:pointer;border-radius:50%;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.15);transition:all .3s ease;display:flex!important;align-items:center;justify-content:center;top:50%;transform:translateY(-50%)}.product-slider-wrapper .slick-slider .slick-arrow.slick-disabled{opacity:0;pointer-events:none}.product-slider-wrapper .slick-slider .slick-arrow:hover{background-color:#f0f0f0;transform:translateY(-50%) scale(1.1)}.product-slider-wrapper .slick-slider .slick-arrow:before{display:none}.product-slider-wrapper .slick-slider .slick-arrow.next-arrow{right:-20px}.product-slider-wrapper .slick-slider .slick-arrow.prev-arrow{left:-20px}.product-slider-wrapper .slick-slider .slick-dots{bottom:-30px}.product-slider-wrapper .slick-slider .slick-dots li{margin:0 5px}.product-slider-wrapper .slick-slider .slick-dots li button{width:12px;height:12px;background-color:#d3d3d3;border-radius:50%;transition:background-color .3s ease}.product-slider-wrapper .slick-slider .slick-dots li button:before{display:none}.product-slider-wrapper .slick-slider .slick-dots li.slick-active button{background-color:#333}.product-slider-wrapper--pdp .slick-list,.product-slider-wrapper--pdp .slick-slide,.product-slider-wrapper--pdp .slick-track{height:auto!important}.product-slider-wrapper--pdp .slick-dots{display:none!important}.signup-component-1{background-image:url(/auth/bg1.jpg);height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;padding:24px 16px;display:flex}.signup-component-1 .back-home-top{position:fixed;top:max(.75rem,env(safe-area-inset-top));left:.75rem;display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.6);background:rgba(0,0,0,.38);color:#fff;font-weight:600;font-size:.8rem;line-height:1;transition:all .2s ease;box-shadow:0 6px 20px rgba(0,0,0,.2);z-index:20;max-width:calc(100vw - 1.5rem);white-space:nowrap}.signup-component-1 .back-home-top svg{font-size:1rem}.signup-component-1 .back-home-top:hover{transform:translateX(-2px);background:rgba(0,0,0,.45)}@media(max-width:420px){.signup-component-1 .back-home-top{top:max(.5rem,env(safe-area-inset-top));left:.5rem;padding:.4rem .75rem;font-size:.75rem}}.signup-component-1 .form-box{background:hsla(0,0%,100%,.2);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);backdrop-filter:blur(1.5px);-webkit-backdrop-filter:blur(4.5px);border-radius:10px;border:1px solid hsla(0,0%,100%,.18)}.signup-component-1 .form-box .business-logo{width:100px;height:100px;border-radius:10px;margin:auto;aspect-ratio:1}.product-component .product-list{display:flex;flex-wrap:wrap;gap:10px}.product-component .fliter-drop{display:flex;align-items:center;justify-content:center}.product-component .z-1{z-index:1}