.product-card-wrapper{position:relative;width:100%;max-width:280px;display:flex;flex-wrap:nowrap;border-radius:16px;margin:0 auto;--flip-duration: .5s}.product-card-wrapper.is-active{--flip-duration: .2s}.product-card-wrapper *{font-family:Inter,sans-serif}@media (min-width: 750px){.product-card-wrapper{border-radius:24px}}.product-card-wrapper .product-card{position:relative;display:flex;flex-direction:column;width:50%;height:auto;min-height:260px;padding:0}@media (min-width: 750px){.product-card-wrapper .product-card{min-height:372px}}.product-card-wrapper .product-card--front{position:relative}.product-card-wrapper .product-card--back{position:relative;pointer-events:none}.product-card-wrapper .product-card--front .product-card__content{background-color:#fff;backface-visibility:hidden;transform:rotateY(0);transform-style:preserve-3d}.product-card-wrapper .product-card--back .product-card__content{background-color:#f9f5ff;backface-visibility:hidden;transform:rotateY(180deg);transform-style:preserve-3d;margin-left:-100%;padding-bottom:20px}.product-card-wrapper:not(.is-unavailable).is-active .product-card--front,.product-card-wrapper:not(.is-unavailable):hover .product-card--front{pointer-events:none}.product-card-wrapper:not(.is-unavailable).is-active .product-card--front .product-card__content,.product-card-wrapper:not(.is-unavailable):hover .product-card--front .product-card__content{transform:rotateY(-180deg)}.product-card-wrapper:not(.is-unavailable).is-active .product-card--back,.product-card-wrapper:not(.is-unavailable):hover .product-card--back{pointer-events:auto}.product-card-wrapper:not(.is-unavailable).is-active .product-card--back .product-card__content,.product-card-wrapper:not(.is-unavailable):hover .product-card--back .product-card__content{transform:rotateY(0)}.product-card-wrapper .product-card__content{position:relative;width:200%;border-radius:16px;gap:0!important;transition:ease-in-out .6s;padding:0 0 30px}@media (min-width: 750px){.product-card-wrapper .product-card__content{border-radius:24px;padding-left:0 0 40px}}.product-card-wrapper .product-card-label{position:absolute;pointer-events:none;top:194px;left:-3px;width:194px;height:24px;display:flex;justify-content:center;align-items:center;border-radius:0 24px;transform:rotate(-90deg);transform-origin:left top;font-size:20px;backface-visibility:hidden}.product-card-wrapper .product-card-label--label{width:100%;text-align:center;display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center;white-space:nowrap;background-color:#fff;color:#583843;border-radius:0 24px;font-size:16px;line-height:24px;gap:8px;text-transform:lowercase;padding-left:24px}.product-card-wrapper .product-card-label--label svg{width:24px;height:24px}.product-card-wrapper .product-badges{min-height:20px}.product-card-wrapper .product-badges .product-badges__badge{font-family:var(--font-heading--family);font-size:20px;line-height:20px;text-align:center;color:#f59bbb;background:none;margin:0}.product-card-wrapper .product-card--front .product-card__details-content,.product-card-wrapper .product-card--back .product-card__details-button,.product-card-wrapper .product-card--back .product-badges{display:none}.product-card-wrapper .text-block,.product-card-bundle .product-card__title,.product-card-flavor .product-card__title{position:relative;width:100%;display:flex;align-items:center;justify-content:center;min-height:64px;font-weight:700;font-size:18px;line-height:28px;text-align:center;color:#583843;text-transform:lowercase;padding:2px 5px;margin:6px 0 0}.product-card-wrapper .product-card--back .text-block{min-height:42px}.product-card-wrapper .text-block *{text-align:center;text-transform:lowercase}.product-card-wrapper .product-card__details{position:relative;width:100%;margin:6px 0 0}.product-card-wrapper .product-card__details-button{position:relative;text-align:center;width:100%}.product-card-wrapper .product-card__details-content{padding:0 10px}@media (min-width: 990px){.product-card-wrapper .product-card__details-content{padding:0 16px}}@media (min-width: 1200px){.product-card-wrapper .product-card__details-content{padding:0 24px}}.product-card-wrapper .product-card__details-text,.product-card-wrapper .product-card__details-content p{position:relative;display:block;overflow:hidden;max-height:0;font-size:12px;line-height:18px;color:#583843;text-align:center;font-weight:400;text-transform:lowercase;transition:max-height .5s linear;margin:0}.product-card-wrapper .product-card__details-text{padding:0 10px;margin:8px 0 0}@media (min-width: 750px){.product-card-wrapper .product-card__details-text{padding:0 15px}}@media (min-width: 990px){.product-card-wrapper .product-card__details-text{padding:0 20px}}.product-card-wrapper:hover .product-card__details-text,.product-card-wrapper:hover .product-card__details-content p{max-height:160px}.product-card-wrapper .product-card__detail-wrap{position:relative;width:100%;margin:8px 0 0}.product-card-wrapper:not(.is-unavailable).is-active .product-card__detail-wrap{display:none}.product-card-wrapper .product-card__detail-link{position:relative;display:inline-block;width:auto;color:#a7697f;font-size:12px;font-weight:600;border:none;background-color:transparent;text-align:center;display:block;text-decoration:underline;cursor:pointer;margin:0 auto}.product-card-wrapper .product-card__detail-link:after{content:"";display:block;width:100%;height:10px;position:absolute;left:0;top:100%;opacity:0}.product-card-wrapper .product-card__detail-info{position:absolute;display:flex;justify-content:center;align-items:center;padding:12px;background-color:#0a0d12;border-radius:12px;left:50%;transform:translate(-50%);top:100%;margin-top:8px;transition:opacity .3s ease;z-index:100;width:max-content;pointer-events:none;opacity:0}.product-card-wrapper .product-card__detail-info svg{position:absolute;left:50%;top:-7px;transform:translate(-50%)}.product-card-wrapper .product-card__detail-info a{position:relative;color:#facbdc;text-decoration:underline;font-size:12px;font-weight:600}.product-card-wrapper .product-card__detail-info .divider{position:relative;vertical-align:top;width:100%;height:5px;margin:0}@media (min-width: 750px){.product-card-wrapper .product-card__detail-info .divider{display:inline-block;width:1px;height:16.8px;background-color:#fff;margin:0 8px}}.product-card-wrapper .product-card__detail-info:hover,.product-card-wrapper .product-card__detail-wrap:hover .product-card__detail-info{display:flex;opacity:1;pointer-events:auto}.product-card-wrapper .product-media{height:0;padding-bottom:78.575%}.product-card-wrapper .product-media,.product-card-wrapper .product-media a{display:block;width:100%;line-height:0}.product-card-wrapper .product-media>a,.product-card-wrapper .product-media>img{position:absolute;top:0;left:0;width:100%;height:100%}.product-card-wrapper .product-media a{cursor:pointer}.product-card-wrapper .product-media img{width:100%;height:100%;object-fit:contain;object-position:center center}.main-collection-grid .product-grid{display:flex;flex-wrap:wrap;gap:32px 12px}@media (min-width: 990px){.main-collection-grid .product-grid{gap:32px}}.main-collection-grid .product-grid .product-grid__item{display:flex;width:100%}@media (min-width: 480px){.main-collection-grid .product-grid .product-grid__item{display:flex;width:calc(50% - 6px)}}@media (min-width: 750px){.main-collection-grid .product-grid .product-grid__item{width:calc(33.333% - 8px)}}@media (min-width: 990px){.main-collection-grid .product-grid .product-grid__item{width:calc(25% - 24px)}}.product-card-wrapper:not(.is-unavailable).is-active .product-card--back .product-card__content{background-color:#fff}.product-card-wrapper:not(.is-unavailable).is-active .product-card--back .product-card__details-content p{display:none;max-height:unset}.product-card-wrapper:not(.is-unavailable).is-active .product-card--back .product-badges{display:block;padding-left:15px;padding-right:15px}.product-card-wrapper .product-card-gallery__title-placeholder{position:relative;width:100%;display:flex;align-items:center;justify-content:center;height:0;padding:0 0 78.575%!important}.product-card-wrapper:not(.is-unavailable).is-active .product-card__detail-info,.product-card-wrapper .product-card-gallery__title-placeholder .title-text{display:none!important}.product-card-wrapper .product-card__active-actions{position:relative;width:100%;display:none}.product-card-wrapper .product-card__details-actions{display:none}.product-card-wrapper:not(.is-unavailable).is-active .product-card__actions,.product-card-wrapper:not(.is-unavailable).is-active .product-card--back .product-card__details-actions{display:flex;align-items:center;justify-content:center;gap:8px}.product-card-wrapper:not(.is-unavailable).is-active .product-card__details-content{text-align:center}.product-grid-container{overflow:hidden}.product-card__details-actions{position:relative;width:100%}.product-card-wrapper .product-card__button-sold-out,.product-card-wrapper .product-card__add-to-cart,.product-card-wrapper .product-card__details-button .button{position:relative;outline:none;width:auto;max-width:100%;min-width:99px;height:auto;min-height:32px;border:1px solid #583843;border-radius:50em;background:#fff;cursor:pointer;font-weight:600;font-size:12px;line-height:16px;color:#583843;text-align:center;transition:background-color .3s ease,color .3s ease;text-decoration:none;padding:7px 15px;margin:0 auto}.product-card-wrapper .product-card__details-button .button:before{display:none!important}.product-card-wrapper .product-card__button-sold-out{background:#f5f5f5;border:1px solid #E9EAEB;color:#a4a7ae;box-shadow:none;cursor:not-allowed;pointer-events:none;opacity:1;display:none}.product-card-wrapper .product-card__add-to-cart:before{display:none!important}.product-card-wrapper .product-card__add-to-cart{margin:0}.product-card-wrapper .product-card__add-to-cart:hover,.product-card-wrapper .product-card__details-button .button:hover{background-color:#583843;color:#fff}.product-card-wrapper .product-card__add-to-cart:disabled{background:#f5f5f5;border:1px solid #E9EAEB;color:#a4a7ae;cursor:not-allowed}.product-card-wrapper .quantity-selector{position:relative;display:flex;max-width:99px;min-width:99px;font-weight:600;font-size:12px;height:32px;background-color:#fff;border:1px solid #583843;border-radius:50em;box-shadow:none}.product-card-wrapper .quantity-selector .button{padding:4px;width:36px;height:100%;text-transform:lowercase}.product-card-wrapper .quantity-selector .button:disabled{cursor:not-allowed;opacity:1}.product-card-wrapper .quantity-selector .button svg{width:20px;height:20px;color:#583843}.product-card-wrapper .quantity-selector input[type=number]{height:100%;display:flex;align-items:center;justify-content:center;font-size:12px;color:#583843}.product-card-wrapper .quantity-selector:has(input.is-active){background-color:#f59bbb;border-color:#f59bbb}.product-card-wrapper .quantity-selector input.is-active,.product-card-wrapper .quantity-selector:has(input.is-active) .button svg{color:#fff}.flavors-list-container{max-width:100%;overflow:hidden}.flavors-list .product-grid{padding:0}@media (min-width: 750px){.flavors-list .product-grid .product-grid__item .product-media{padding-bottom:78.575%}}.product-grid__item--flavor .product-card__actions,.product-grid__item--bundle .product-card__actions{display:none}@media (max-width: 749px){.flavors-list .product-badges .product-badges__badge{font-size:14px;line-height:16px}.flavors-list .product-card-wrapper .product-card-label{width:125px;top:125px}.flavors-list .product-card-wrapper .product-card-label--label{font-size:12px;line-height:18px;padding-left:19px}.flavors-list .product-card-wrapper .product-card-label--label svg{width:16px;height:16px}.flavors-list .product-card-bundle .product-card__title,.flavors-list .product-card-flavor .product-card__title{font-size:12px;line-height:18px;min-height:36px}.flavors-list .product-grid .product-grid__item{width:calc(50% - 6px)}}.product-card-flavor:not(.is-unavailable).is-active .product-card--back .product-card__details-text,.product-card-bundle:not(.is-unavailable).is-active .product-card--back .product-card__details-text,.product-card-wrapper .product-card--front .product-card__details-text{display:none}.product-card-bundle:not(.is-unavailable).is-active .product-card--front .product-card__content{padding-bottom:20px}.product-card-flavor .card-gallery,.product-card-bundle .card-gallery{padding:0}.product-card-flavor:not(.is-unavailable).is-active .product-card__actions,.product-card-bundle:not(.is-unavailable).is-active .product-card__actions{display:flex;padding-top:6px}.product-card-flavor:not(.is-unavailable).is-active:has([name=quantity].is-active) .product-card--back .product-card__content,.product-card-bundle:not(.is-unavailable).is-active:has([name=quantity].is-active) .product-card--back .product-card__content{background-color:#f9f5ff}.product-card-flavor .product-card--front .product-card__actions,.product-card-bundle .product-card--front .product-card__actions{display:none!important}@media (max-width: 479px){.flavors-list .product-card-flavor .product-card__actions{flex-direction:column;align-items:center;align-content:center}.flavors-list .product-card-flavor .quantity-selector{max-height:32px;margin:auto}}.flavors-list-container .product-grid .product-grid__item{display:none}.flavors-list-container .product-grid .product-grid__item.is-active{display:flex}.product-card-wrapper.is-unavailable .text-block,.product-card-wrapper.is-unavailable .product-card-label--label,.product-card-wrapper.is-unavailable .product-badges .product-badges__badge,.product-card-wrapper.is-unavailable .product-card__details-text,.product-card-wrapper.is-unavailable .product-card__details-content p{color:#717680!important}.product-card-wrapper.is-unavailable img,.product-card-wrapper.is-unavailable svg{filter:grayscale(100%)}.product-card-wrapper.is-unavailable .product-card__details-button .button,.product-card-wrapper.is-unavailable .product-card__details-button .button:hover{color:#a4a7ae;border-color:#e9eaeb;background:none;cursor:not-allowed}.product-card-wrapper_hover-area{position:absolute;top:0;left:0;z-index:3;pointer-events:none;opacity:0;display:block;width:100%;padding-bottom:78.575%}@media (min-width: 1280px){.product-card-wrapper_hover-area{padding-bottom:78.575%}}.product-card-wrapper:not(.is-unavailable).is-active .product-card-wrapper_hover-area{pointer-events:auto}.product-card-wrapper:not(.is-unavailable).is-active .product-card-wrapper_hover-area:hover~.product-card--front{pointer-events:auto}.product-card-wrapper:not(.is-unavailable).is-active .product-card-wrapper_hover-area:hover~.product-card--front .product-card__content{transform:rotateY(0);background-color:#f9f5ff}.product-card-wrapper:not(.is-unavailable).is-active .product-card-wrapper_hover-area:hover~.product-card--back{pointer-events:none}.product-card-wrapper:not(.is-unavailable).is-active .product-card-wrapper_hover-area:hover~.product-card--back .product-card__content{transform:rotateY(180deg)}.product-card-wrapper:not(.is-unavailable).is-active .product-card__details-button{display:none}.product-card-wrapper:not(.is-unavailable).is-active .product-card--front .product-card__details-text{display:block}.product-card-wrapper:not(.is-unavailable).is-active:hover .product-card__details-text,.product-card-wrapper:not(.is-unavailable).is-active:hover .product-card__details-content p{max-height:0}.product-card-wrapper:not(.is-unavailable).is-active .product-card-wrapper_hover-area:hover~.product-card .product-card__details-text,.product-card-wrapper:not(.is-unavailable).is-active .product-card-wrapper_hover-area:hover~.product-card .product-card__details-content p{max-height:160px}.product-card-wrapper:not(.is-unavailable).is-active .product-card--front .product-card__details-content{display:block}.product-card-flavor .product-card--front .product-card__detail-wrap,.product-card-bundle.is-active .product-card__detail-wrap{display:none}
/*# sourceMappingURL=/cdn/shop/t/5/assets/product-cards.css.map */
