@charset "UTF-8";.aceites-create-pack{width:100%;background:var(--apack-bg, var(--color-brand-secondary, #F8F7F1));margin-top:80px;padding:calc(var(--apack-padding-top, 48px) * 2 / 3) 0 calc(var(--apack-padding-bottom, 96px) * 2 / 3);font-family:var(--font-family-brand-secondary, "Inter", system-ui, sans-serif)}.aceites-create-pack__inner{max-width:100%;margin:0 auto;padding:0 65px}@media(max-width:1024px){.aceites-create-pack__inner{padding:0 20px}}.aceites-create-pack__heading{margin:0 0 24px;color:var(--apack-heading, var(--color-brand-text, #1B1B1B));font-family:var(--font-family-brand-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);font-size:28px;font-weight:700;line-height:1.2;letter-spacing:0;text-transform:uppercase}@media(min-width:768px){.aceites-create-pack{padding:var(--apack-padding-top, 48px) 0 var(--apack-padding-bottom, 96px)}.aceites-create-pack__heading{font-size:36px;margin-bottom:32px}}.aceites-create-pack__layout{display:flex;flex-direction:column;gap:24px}@media(min-width:1024px){.aceites-create-pack__layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:32px;align-items:start}}.aceites-create-pack__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(min-width:600px){.aceites-create-pack__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}}@media(min-width:1024px){.aceites-create-pack__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.aceites-create-pack__product{display:flex}.aceites-create-pack__product .aceites-product-card{--card-width: 100%;--card-image-height: auto;width:100%;max-width:100%;grid-template-rows:auto auto}.aceites-create-pack__product .aceites-product-card__media{width:100%;height:auto;aspect-ratio:1/1}.aceites-create-pack__product .aceites-product-card__add{left:auto;right:12px;bottom:12px;width:40px;opacity:1;transform:none;pointer-events:auto}.aceites-create-pack__product .aceites-product-card__add-btn{width:40px;height:40px;padding:10px;aspect-ratio:1/1;border-radius:8px;border:1px solid var(--color-brand-default, #203400);background:var(--color-brand-secondary, #F8F7F1);color:#1c1b1f!important}.aceites-create-pack__product .aceites-product-card__add-btn:hover{background:var(--color-brand-default, #203400);color:var(--color-brand-secondary, #F8F7F1)!important;filter:none;transform:none}.aceites-create-pack__product .aceites-product-card__add-btn--soldout{background:#0000001a;border-color:#0003;color:#00000073!important}.aceites-create-pack__product .aceites-product-card__add-icon{display:block;width:20px;height:20px}.aceites-create-pack__product .aceites-product-card__add-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.aceites-create-pack__product .aceites-product-card__link{pointer-events:none;cursor:default}.aceites-create-pack__product .aceites-product-card__link:after{display:none}.aceites-create-pack__empty{grid-column:1/-1;text-align:center;color:#555;padding:32px 0}.aceites-create-pack__sidebar{display:none}@media(min-width:1024px){.aceites-create-pack__sidebar{display:block;position:sticky;top:120px}}.aceites-create-pack__sidebar-inner{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:24px;border-radius:16px;background:#eeede9;border:1px solid #F5F5F5}.aceites-create-pack__sidebar-title{margin:0;color:var(--color-brand-text, #1B1B1B);font-family:var(--font-family-brand-primary, "Helvetica Neue", Helvetica, Arial, sans-serif);font-size:20px;font-weight:700;line-height:1.2}.aceites-create-pack__sidebar-subtitle{margin:0;color:var(--color-brand-text, #1B1B1B);font-size:14px;font-weight:400;line-height:1.4}.aceites-create-pack__sidebar-subtitle strong{font-weight:700}.aceites-create-pack__progress{display:flex;gap:8px;width:100%}.aceites-create-pack__progress-tier{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.aceites-create-pack__progress-label{color:var(--color-brand-text, #1B1B1B);font-size:13px;font-weight:400;line-height:1.2;transition:font-weight .2s ease}.aceites-create-pack__progress-label.is-active{font-weight:700}.aceites-create-pack__progress-track{position:relative;height:6px;border-radius:3px;background:#0000001a;overflow:hidden}.aceites-create-pack__progress-fill{position:absolute;top:0;left:0;height:100%;width:0%;background:var(--color-brand-default, #203400);border-radius:3px;transition:width .5s cubic-bezier(.4,0,.2,1)}.aceites-create-pack__item-count{margin:0;color:var(--color-brand-text, #1B1B1B);font-size:14px;font-weight:700;line-height:1.2}.aceites-create-pack__items{display:flex;flex-direction:column;gap:8px;width:100%;max-height:280px;overflow-y:auto}.aceites-create-pack__skeletons{display:flex;flex-direction:column;gap:8px;width:100%}.aceites-create-pack__skeleton{height:48px;border-radius:8px;background:var(--color-brand-tertiary, #EAEDDF)}.aceites-create-pack__item{display:flex;align-items:center;gap:10px;padding:8px 10px;background:var(--color-brand-secondary, #F8F7F1);border:1px solid var(--color-brand-tertiary, #EAEDDF);border-radius:8px;animation:aceites-pack-item-in .25s ease both;transition:opacity .25s ease,transform .25s ease}.aceites-create-pack__item.is-removing{opacity:0;transform:translate(8px)}@keyframes aceites-pack-item-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.aceites-create-pack__item-img-wrap{width:44px;height:44px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:4px}.aceites-create-pack__item-img{width:100%;height:100%;object-fit:contain}.aceites-create-pack__item-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.aceites-create-pack__item-title{color:var(--color-brand-text, #1B1B1B);font-size:13px;font-weight:700;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aceites-create-pack__item-price{color:#555;font-size:12px;font-weight:400;line-height:1.2}.aceites-create-pack__item-qty{display:flex;align-items:center;gap:6px;flex-shrink:0}.aceites-create-pack__item-qty-btn{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--color-brand-tertiary, #EAEDDF);background:#fff;color:var(--color-brand-text, #1B1B1B);font-size:14px;line-height:1;cursor:pointer;padding:0;transition:background .15s ease,border-color .15s ease}.aceites-create-pack__item-qty-btn:hover{background:var(--color-brand-tertiary, #EAEDDF);border-color:var(--color-brand-default, #203400)}.aceites-create-pack__item-qty-val{min-width:16px;text-align:center;font-size:13px;font-weight:700;color:var(--color-brand-text, #1B1B1B)}.aceites-create-pack__sidebar-footer{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:16px;border-top:1px solid var(--color-brand-tertiary, #EAEDDF)}.aceites-create-pack__total-block{display:flex;flex-direction:column;gap:2px}.aceites-create-pack__total-label{color:var(--color-brand-text, #1B1B1B);font-size:14px;font-weight:700;line-height:1.2}.aceites-create-pack__total-price{color:var(--color-brand-text, #1B1B1B);font-size:18px;font-weight:400;line-height:1.2;font-family:var(--font-family-brand-primary, "Helvetica Neue", Helvetica, Arial, sans-serif)}.aceites-create-pack__savings{display:none;color:var(--color-label-sale, #B94040);font-size:12px;font-weight:400;line-height:1.4}.aceites-create-pack__savings strong{font-weight:700}.aceites-create-pack__cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;height:44px;border:0;border-radius:9999px;background:var(--color-brand-default, #203400);color:var(--color-brand-secondary, #F8F7F1);font-family:DM Sans,Assistant,Helvetica Neue,Helvetica,Arial,system-ui,sans-serif;font-size:14px;font-weight:700;line-height:1;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:filter .2s ease,opacity .2s ease}.aceites-create-pack__cta:hover:not(:disabled){filter:brightness(1.08)}.aceites-create-pack__cta:disabled{background:#bfbfbf;cursor:not-allowed;opacity:.6}.aceites-create-pack__mobile-footer{display:flex;flex-direction:column;gap:8px;position:fixed;bottom:0;left:0;right:0;z-index:90;background:#fff;border-top:1px solid var(--color-brand-tertiary, #EAEDDF);padding:12px 16px 16px;box-shadow:0 -4px 12px #0000000f}@media(min-width:1024px){.aceites-create-pack__mobile-footer{display:none}}body:has(.aceites-mobile-menu[aria-hidden=false]) .aceites-create-pack__mobile-footer{display:none}.aceites-create-pack__mobile-toggle{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:4px 0;background:transparent;border:0;color:var(--color-brand-text, #1B1B1B);font-size:14px;font-weight:700;cursor:pointer}.aceites-create-pack__mobile-chevron{transition:transform .25s ease}.aceites-create-pack__mobile-footer.is-expanded .aceites-create-pack__mobile-chevron{transform:rotate(180deg)}.aceites-create-pack__mobile-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.aceites-create-pack__mobile-footer.is-expanded .aceites-create-pack__mobile-panel{grid-template-rows:1fr}.aceites-create-pack__mobile-panel-inner{overflow:hidden;display:flex;flex-direction:column;gap:12px}.aceites-create-pack__mobile-items{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto}.aceites-create-pack__mobile-items:empty{display:none}.aceites-create-pack__mobile-hint{margin:0;font-size:13px;text-align:center;color:var(--color-brand-text, #1B1B1B)}.aceites-create-pack__mobile-hint strong{font-weight:700}.aceites-create-pack__progress--mobile{margin-bottom:4px}.aceites-create-pack__mobile-total-row{display:flex;justify-content:space-between;align-items:center}.aceites-create-pack__cta--mobile{width:100%}@media(max-width:1023px){body:has(.aceites-create-pack){padding-bottom:200px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/aceites-create-pack.css.map */
