.dw-product-card{position:relative;display:flex;flex-direction:column;gap:12px;width:100%}.dw-product-card__image-wrap{position:relative;width:100%;aspect-ratio:302 / 375;border-radius:12px;overflow:hidden;background:#777}.dw-product-card__image-link{display:block;width:100%;height:100%}.dw-product-card__image,.dw-product-card__placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.dw-product-card:hover .dw-product-card__image,.dw-product-card:focus-within .dw-product-card__image{transform:scale(1.05)}.dw-product-card__badges{position:absolute;top:12px;left:12px;z-index:2;display:flex;flex-wrap:wrap;gap:6px}.dw-product-card__title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding-bottom:8px}.dw-product-card__title{text-decoration:none}.dw-product-card__title:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.dw-product-card__title-text{color:var(--dw-color-secondary, #54493A)}.dw-product-card__description{margin:0;color:var(--dw-color-body, #6C6153)}.dw-product-card__quick-add-mobile{display:none;position:relative;z-index:2;margin-top:16px}.dw-product-card__quick-add-mobile-trigger.dw-button{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;cursor:pointer}.dw-product-card__quick-add-mobile-panel .dw-quick-add__submit{display:none}.dw-product-card__quick-add-mobile-panel{position:absolute;left:0;right:0;bottom:100%;margin-bottom:8px;max-height:0;opacity:0;overflow:hidden;pointer-events:none;background:#fffdf9;border-radius:12px;box-sizing:border-box;box-shadow:0 4px 16px #00000014;transition:max-height .45s cubic-bezier(.4,0,.2,1),opacity .35s ease}.dw-product-card__quick-add-mobile.is-open .dw-product-card__quick-add-mobile-panel{max-height:420px;opacity:1;pointer-events:auto}.dw-product-card__quick-add-mobile-panel .dw-quick-add__options{max-height:none;opacity:1;padding:12px 12px 4px;background:transparent}.dw-product-card__quick-add-mobile-panel .dw-quick-add__row-top{padding-bottom:4px}.dw-product-card__quick-add-mobile-panel .dw-quick-add__row--plan,.dw-product-card__quick-add-mobile-panel .dw-quick-add__row--onetime{padding-bottom:8px}.dw-product-card__quick-add-wrap{position:absolute;top:24px;right:12px;bottom:24px;left:12px;display:flex;align-items:flex-end;z-index:2;pointer-events:none;opacity:0;transition:opacity .45s ease}.dw-product-card__quick-add-wrap>*{pointer-events:none}@media(hover:hover){.dw-product-card:hover .dw-product-card__quick-add-wrap,.dw-product-card:focus-within .dw-product-card__quick-add-wrap{opacity:1}.dw-product-card:hover .dw-product-card__quick-add-wrap>*,.dw-product-card:focus-within .dw-product-card__quick-add-wrap>*{pointer-events:auto}}.dw-product-card__quick-add-wrap.is-open{opacity:1}.dw-product-card__quick-add-wrap.is-open>*{pointer-events:auto}.dw-quick-add{width:100%}.dw-quick-add__form{display:flex;flex-direction:column;gap:10px;width:100%;box-sizing:border-box}.dw-quick-add__options{max-height:0;opacity:0;overflow:hidden;padding:0 12px;background:transparent;border-radius:8px;box-sizing:border-box;transition:max-height .45s cubic-bezier(.4,0,.2,1),opacity .35s ease,padding .45s ease,background-color .35s ease}.dw-quick-add__form:hover .dw-quick-add__options,.dw-quick-add__form:focus-within .dw-quick-add__options{max-height:240px;opacity:1;padding:12px;background:#fffdf9}.dw-quick-add__row{display:flex;flex-direction:column}.dw-quick-add__row--plan,.dw-quick-add__row--onetime{padding-bottom:16px}.dw-quick-add__row-top{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:12px}.dw-quick-add__row--onetime .dw-quick-add__row-top{padding-bottom:0}.dw-quick-add .dw-radio__input:checked~.dw-radio__label .dw-type{font-weight:600}.dw-quick-add .dw-radio__label .dw-type{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dw-quick-add__price{display:flex;align-items:center;gap:8px;color:var(--dw-color-body, #6C6153);white-space:nowrap}.dw-quick-add__price.dw-body-d-small,.dw-quick-add__price-current.dw-body-d-small,.dw-quick-add__price-compare.dw-body-d-small{font-family:var(--dw-font-heading, inherit);font-weight:600}.dw-quick-add__price-current{color:var(--dw-color-body, #6C6153)}.dw-quick-add__price-compare{color:#c4c4c4;text-decoration:line-through}@media screen and (max-width:1098px){.dw-product-card{gap:10px}.dw-product-card__badges{top:10px;left:10px;gap:4px}.dw-product-card__quick-add-wrap{display:none}.dw-product-card__quick-add-mobile{display:block}}.dw-quick-add__frequency{padding-left:22px}.dw-quick-add__frequency-trigger{position:relative;cursor:pointer}.dw-quick-add__frequency-static{font-family:var(--dw-font-body, inherit);font-weight:400;color:var(--dw-color-body, #6C6153)}.dw-quick-add__frequency-select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.dw-quick-add__submit{width:100%;padding:10px 32px;border:1.2px solid #54493A;border-radius:30px;background:#e2b6b0;font-family:var(--dw-font-body, inherit);color:#54493a;cursor:pointer;box-sizing:border-box}@media screen and (max-width:749px){.dw-product-card{gap:8px}.dw-product-card__badges{top:8px;left:8px}.dw-quick-add__submit{padding:10px 20px}}@media screen and (max-width:380px){.dw-product-card{gap:6px}.dw-product-card__badges{top:6px;left:6px;gap:3px}.dw-quick-add__submit{padding:8px 16px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/dw-product-card.css.map */
