.ah-hamper-builder{background:var(--bg-color, #ffffff);color:var(--text-color, #1a1a1a);padding:var(--padding-top, 40px) var(--padding-right, 20px) var(--padding-bottom, 40px) var(--padding-left, 20px);width:100%;overflow-x:hidden;box-sizing:border-box}.ah-hamper-builder__header{max-width:1200px;margin:0 auto 2rem}.ah-hamper-builder__title{font-size:var(--title-size, 36px);font-weight:var(--title-weight, 700);margin:0;color:var(--text-color, #1a1a1a)}.ah-hamper-builder__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:200px 1fr 320px;gap:2rem;width:100%;box-sizing:border-box}@media(max-width:1200px){.ah-hamper-builder__container{grid-template-columns:1fr}}.ah-hamper-builder__nav{position:sticky;top:100px;height:fit-content}.ah-hamper-builder__tabs{display:flex;flex-direction:column;gap:0}.ah-hamper-builder__tab{background:none;border:none;border-left:3px solid transparent;color:var(--text-color, #1a1a1a);cursor:pointer;padding:.75rem 1rem;text-align:left;font-weight:500;font-size:1rem;transition:all .3s ease}.ah-hamper-builder__tab:hover{color:var(--primary-color, #db7326)}.ah-hamper-builder__tab.active{color:var(--primary-color, #db7326);border-left-color:var(--primary-color, #db7326)}@media(max-width:1200px){.ah-hamper-builder__nav{position:static;margin-bottom:2rem}.ah-hamper-builder__tabs{flex-direction:row;overflow-x:auto;border-bottom:1px solid #e0e0e0}.ah-hamper-builder__tab{border-left:none;border-bottom:2px solid transparent;padding:1rem;white-space:nowrap}.ah-hamper-builder__tab.active{border-left:none;border-bottom-color:var(--primary-color, #db7326)}}.ah-hamper-builder__main{min-height:0}.ah-hamper-builder__category{display:block;margin-bottom:3rem;scroll-margin-top:120px}.ah-hamper-builder__category:first-child{margin-top:0}.ah-hamper-builder__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}@media(max-width:768px){.ah-hamper-builder__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.ah-hamper-product{display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease,background-color .3s ease,color .3s ease}.ah-hamper-product:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.ah-hamper-product--selected{background:var(--selected-card-bg, #db7326);color:var(--selected-card-text, white)}.ah-hamper-product--selected .ah-hamper-product__price{color:var(--selected-card-price, white)}.ah-hamper-product--selected .ah-hamper-product__add-btn{background:var(--selected-atc-bg, white);color:var(--selected-atc-text, #db7326)}.ah-hamper-product--selected .ah-hamper-product__qty-box{background:var(--selected-atc-bg, white);color:var(--selected-atc-text, #db7326);font-weight:700;border-color:var(--selected-atc-bg, white)}.ah-hamper-product__image{width:100%;aspect-ratio:1;overflow:hidden;background:#f0f0f0}.ah-hamper-product__image img{width:100%;height:100%;object-fit:cover}.ah-hamper-product__content{display:flex;flex-direction:column;flex:1;padding:1rem;min-width:0}.ah-hamper-product__title{font-size:var(--card-text-size, 15px);font-weight:600;margin:0 0 .5rem;line-height:1.3;flex-grow:1}.ah-hamper-product__price{font-size:var(--card-text-size, 15px);font-weight:700;color:var(--primary-color, #db7326);margin-bottom:.75rem}.ah-hamper-product__cta{display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:stretch}.ah-hamper-product__add-btn{background:var(--primary-color, #db7326);color:#fff;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:600;font-size:var(--card-text-size, 15px);cursor:pointer;transition:all .2s ease}.ah-hamper-product__add-btn:hover{opacity:.9}.ah-hamper-product__qty-box{background:#f5f5f5;border:1px solid #ddd;border-radius:4px;display:flex;align-items:center;justify-content:center;min-width:55px;padding:.5rem;font-weight:600;font-size:var(--card-text-size, 15px);cursor:pointer;transition:all .2s ease}.ah-hamper-product__qty-box:hover{background:#eee}.ah-hamper-atc__desktop-content{display:block}.ah-hamper-atc__mobile-content{display:none}.ah-hamper-builder__aside{position:sticky;top:100px;height:fit-content}.ah-hamper-builder__atc-panel{background:var(--atc-bg-color, #ffd9a6);border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.ah-hamper-builder__atc-title{font-size:20px;font-weight:600;margin:0 0 1rem;color:var(--text-color, #1a1a1a)}.ah-hamper-builder__base-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#ffffff80;border-radius:4px;margin-bottom:1rem;font-weight:600;font-size:15px}.ah-hamper-builder__base-name{color:var(--text-color, #1a1a1a)}.ah-hamper-builder__base-price{color:var(--primary-color, #db7326);font-weight:700}.ah-hamper-builder__items{margin:1rem 0;max-height:300px;overflow-y:auto}.ah-hamper-builder__item{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.3);font-size:15px;color:var(--text-color, #1a1a1a)}.ah-hamper-builder__item-header{display:flex;justify-content:space-between;align-items:center}.ah-hamper-builder__item-name{font-weight:600;flex:1}.ah-hamper-builder__item-remove{background:none;border:none;color:#ef4444;cursor:pointer;font-size:1.25rem;line-height:1;padding:0}.ah-hamper-builder__item-remove:hover{color:#dc2626}.ah-hamper-builder__item-details{display:flex;justify-content:space-between;font-size:.8rem;color:#000000b3}.ah-hamper-builder__totals{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.3)}.ah-hamper-builder__total-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:15px;color:var(--text-color, #1a1a1a)}.ah-hamper-builder__total-row--price{font-size:1rem;font-weight:700;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.3)}.ah-hamper-builder__button{width:100%;background:var(--button-color, #db7326);color:var(--button-text-color, #ffffff);padding:.875rem 1.5rem;border:2px solid transparent;border-radius:4px;font-size:20px;font-weight:600;cursor:pointer;transition:opacity .3s ease;margin-top:1.5rem}.ah-hamper-builder__button--save{width:100%;background:#fff;color:#1a1a1a;border:2px solid transparent;border-radius:4px;padding:.875rem 1.5rem;font-size:20px;font-weight:600;cursor:pointer;transition:background .2s ease;margin-top:.75rem}.ah-hamper-builder__button--save:hover{background:#f5f5f5}.ah-hamper-builder__button:hover:not(:disabled){opacity:.9}.ah-hamper-builder__button:disabled{opacity:.6;cursor:not-allowed}#ah-hamper-back-to-top{transition:all .3s ease;z-index:1001!important}#ah-hamper-back-to-top:hover{background:#c45a1f;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}@media(max-width:1200px){.ah-hamper-builder__container{grid-template-columns:1fr;gap:1rem}.ah-hamper-builder__nav{position:static}.ah-hamper-builder__tabs{flex-direction:row;overflow-x:auto;gap:.5rem;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.ah-hamper-builder__tab{white-space:nowrap;flex-shrink:0}.ah-hamper-builder__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.ah-hamper-builder__aside{position:fixed;bottom:0;left:0;right:0;top:auto;height:auto;max-height:30vh;overflow-y:auto;z-index:1000;border-radius:8px 8px 0 0;box-shadow:0 -2px 8px #00000026}.ah-hamper-atc__desktop-content{display:none}.ah-hamper-atc__mobile-content{display:block}.ah-hamper-builder__atc-panel{padding:1rem;max-height:none}.ah-hamper-builder__container{padding-bottom:90px}.ah-hamper-builder__aside>div:last-child{display:none}}@media(max-width:768px){.ah-hamper-builder{padding:1.5rem 1rem}.ah-hamper-builder__title{font-size:1.75rem}.ah-hamper-builder__category:first-child h2{font-size:1.1rem}[data-category-block] .ah-hamper-builder__grid{grid-template-columns:repeat(2,1fr)!important;gap:.35rem;width:100%;max-width:calc(100vw - 2rem);box-sizing:border-box;overflow:hidden}.ah-hamper-product{border-radius:6px;min-width:0;width:100%;box-sizing:border-box;overflow:hidden}.ah-hamper-product__image{aspect-ratio:1;width:100%}.ah-hamper-product__content{padding:.4rem;overflow:hidden}.ah-hamper-product__title{font-size:var(--card-text-size, 15px);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;margin:0 0 .25rem}.ah-hamper-product__price{font-size:var(--card-text-size, 15px);margin-bottom:.5rem;white-space:nowrap}.ah-hamper-product__add-btn{font-size:var(--card-text-size, 15px);padding:.6rem .5rem}.ah-hamper-product__qty-box{font-size:var(--card-text-size, 15px);padding:.6rem .5rem;min-width:50px}.ah-hamper-product__cta{gap:.3rem}.ah-hamper-builder__tab{padding:.625rem .75rem;font-size:.875rem}.ah-hamper-builder__atc-panel{padding:1rem}.ah-hamper-builder__container{padding-bottom:90px}#ah-hamper-atc-button-mobile,#ah-hamper-save-button-mobile{padding:.65rem .4rem;font-size:.9rem;height:auto}#ah-total-price-mobile{font-size:1.75rem}#ah-item-counter-mobile{font-size:1.1rem!important;color:#000!important;font-weight:700!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/ah-hamper-builder.css.map */
