:root{--tz-card-bg:var(--color-background,#fff);--tz-card-border:#dfe3ea;--tz-card-heading:#061f4d;--tz-card-body:#66718a;--tz-card-collection:#ff9500;--tz-card-add:#74c4bf;--tz-card-add-text:#fff;--tz-card-quick:#74c4bf;--tz-card-quick-text:#fff;--tz-card-radius:22px;--tz-card-head:"Fredoka","Arial Rounded MT Bold",sans-serif;--tz-card-body-font:"Nunito",Arial,sans-serif;--tz-card-title-size:18px;--tz-card-copy-size:16px;--tz-card-image-ratio:102%}.tazty-product-card{--tz-card-bg:var(--product-card-background,#fff);position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--tz-card-border);border-radius:var(--tz-card-radius);background:var(--tz-card-bg);font-family:var(--tz-card-body-font);transition:transform .25s ease,box-shadow .25s ease}.tazty-product-card:hover{box-shadow:0 20px 48px #061f4d1f;transform:translateY(-8px)}.tazty-product-card__media{position:relative;overflow:hidden;aspect-ratio:1/1.02;background:linear-gradient(145deg,var(--tz-card-media-start,#fff9f6),var(--tz-card-media-end,#f5fbff))}.tazty-product-card__media:after{position:absolute;right:12%;bottom:7%;left:12%;height:25px;border-radius:50%;background:#061f4d21;content:"";filter:blur(12px)}.tazty-product-card__image-link{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.tazty-product-card__image{position:relative;z-index:2;width:90%;height:90%;object-fit:contain;transition:transform .4s cubic-bezier(.2,.8,.2,1)}.tazty-product-card:hover .tazty-product-card__image{transform:scale(1.06) rotate(-1deg)}.tazty-product-card__placeholder{padding:20%;color:#dfe3ea}.tazty-product-card__badges{position:absolute;z-index:5;top:13px;left:13px;display:flex;max-width:calc(100% - 68px);flex-wrap:wrap;gap:5px}.tazty-product-card__badge{display:inline-flex;padding:6px 9px;border-radius:999px;background:var(--badge-background);color:var(--badge-color);font-size:13px;font-weight:900;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.tazty-product-card__wishlist{position:absolute;z-index:6;top:11px;right:11px;display:grid;width:37px;height:37px;place-items:center;padding:0;border:1px solid rgba(6,31,77,.1);border-radius:50%;background:#ffffffe6;color:#061f4d;cursor:pointer;transition:.2s}.tazty-product-card__wishlist svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.tazty-product-card__wishlist[aria-pressed=true]{border-color:#ee6b97;background:#ee6b97;color:#fff}.tazty-product-card__quick{position:absolute;z-index:7;right:14px;bottom:12px;left:14px;min-height:42px;border:0;border-radius:999px;background:var(--tz-card-quick);color:var(--tz-card-quick-text);font:900 15px/1 var(--tz-card-body-font);cursor:pointer;opacity:0;transform:translateY(60px);transition:background .2s ease,opacity .25s ease,transform .25s ease}.tazty-product-card__quick:hover{filter:brightness(.92)}.tazty-product-card:hover .tazty-product-card__quick,.tazty-product-card__quick:focus-visible{opacity:1;transform:translateY(0)}.tazty-product-card__info{display:flex;flex:1;flex-direction:column;padding:17px 17px 18px}.tazty-product-card__collection{display:block;margin:0 0 8px;color:var(--tz-card-collection);font-size:13px;font-weight:700;letter-spacing:.06em;line-height:1.3;text-transform:uppercase}.tazty-product-card__title{margin:0 0 6px;color:var(--tz-card-heading);font:700 var(--tz-card-title-size)/1.2 var(--tz-card-head)}.tazty-product-card__title a{color:inherit;text-decoration:none}.tazty-product-card__title a:hover{color:#ee6b97}.tazty-product-card__description{min-height:2.8em;margin:0;color:var(--tz-card-body);font-size:var(--tz-card-copy-size);line-height:1.45}.tazty-dietary-tags{display:flex;min-height:44px;align-items:center;gap:5px;margin:14px 0 16px}.tazty-dietary-tag{display:block;width:44px;height:44px;flex:0 0 44px;overflow:hidden}.tazty-product-card__buy{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:14px;border-top:1px solid var(--tz-card-border)}.tazty-product-card__prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px}.tazty-product-card__prices strong{color:var(--tz-card-heading);font-size:17px;line-height:1.3}.tazty-product-card__prices del{color:#a5aab5;font-size:13px}.tazty-product-card__add{min-width:62px;height:39px;padding:0 16px;border:0;border-radius:999px;background:var(--tz-card-add);color:var(--tz-card-add-text);font:900 16px/1 var(--tz-card-body-font);cursor:pointer;transition:.2s}.tazty-product-card__add:hover:not(:disabled){filter:brightness(.94);transform:scale(1.04)}.tazty-product-card__add:disabled{cursor:not-allowed;opacity:.55}.tazty-product-card__add.is-loading{cursor:wait;opacity:.7}.tazty-quick-view{width:min(calc(100% - 32px),860px);max-width:none;max-height:min(90vh,760px);padding:0;border:0;border-radius:28px;background:#fff;color:#061f4d;box-shadow:0 32px 90px #061f4d40;font-family:var(--tz-card-body-font);overflow:visible}.tazty-quick-view::backdrop{background:#061f4d94;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.tazty-quick-view__grid{display:grid;grid-template-columns:.95fr 1.05fr;overflow:hidden;border-radius:inherit}.tazty-quick-view__media{display:grid;min-height:500px;place-items:center;background:linear-gradient(145deg,var(--tz-card-media-start,#fff9f6),var(--tz-card-media-end,#f5fbff))}.tazty-quick-view__media img{width:86%;height:86%;object-fit:contain;filter:drop-shadow(0 18px 20px rgba(6,31,77,.13))}.tazty-quick-view__content{display:flex;min-width:0;flex-direction:column;padding:48px 42px 38px}.tazty-quick-view__close{position:absolute;z-index:3;top:14px;right:14px;display:grid;width:38px;height:38px;place-items:center;padding:0;border:1px solid #dfe3ea;border-radius:50%;background:#fff;color:#061f4d;cursor:pointer}.tazty-quick-view__close svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2}.tazty-quick-view__collection{color:var(--tz-card-collection);font-size:13px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.tazty-quick-view h2{margin:10px 0;color:#061f4d;font:700 clamp(30px,4vw,42px)/1.05 var(--tz-card-head)}.tazty-quick-view__description{margin:0;color:#66718a;font-size:16px;line-height:1.6}.tazty-quick-view__variant-wrap{display:grid;gap:7px;margin-top:18px;color:#061f4d;font-size:14px;font-weight:800}.tazty-quick-view__variant-wrap select{width:100%;min-height:46px;padding:0 12px;border:1px solid #dfe3ea;border-radius:12px;background:#fff;color:#061f4d}.tazty-quick-view__price{display:flex;align-items:baseline;gap:8px;margin-top:20px}.tazty-quick-view__price strong{font-size:24px}.tazty-quick-view__price del{color:#a5aab5;font-size:14px}.tazty-quick-view__add{width:100%;min-height:50px;margin-top:18px;border:0;border-radius:999px;background:var(--tz-card-add);color:var(--tz-card-add-text);font:900 16px/1 var(--tz-card-body-font);cursor:pointer}.tazty-quick-view__add:disabled{cursor:not-allowed;opacity:.55}.tazty-quick-view__link{align-self:center;margin-top:16px;padding-bottom:4px;border-bottom:1px solid #dfe3ea;color:#061f4d;font-size:14px;font-weight:900;text-decoration:none}.tazty-quick-view__link span{color:#ee6b97}.tazty-quick-view__status{min-height:20px;margin:10px 0 0;color:#397e68;font-size:13px;text-align:center}.tazty-cart-status{position:fixed;z-index:9999;right:22px;bottom:22px;max-width:min(360px,calc(100% - 44px));padding:13px 18px;border-radius:999px;background:#061f4d;color:#fff;font:800 14px/1.4 var(--tz-card-body-font);box-shadow:0 16px 36px #061f4d33;opacity:0;pointer-events:none;transform:translateY(18px);transition:.25s}.tazty-cart-status.is-visible{opacity:1;transform:translateY(0)}@media(max-width:680px){.tazty-product-card__quick{display:none}.tazty-product-card__collection{margin-bottom:6px}.tazty-product-card__title{margin-bottom:4px}.tazty-quick-view{max-height:92vh;overflow:auto}.tazty-quick-view__grid{grid-template-columns:1fr}.tazty-quick-view__media{min-height:300px}.tazty-quick-view__content{padding:30px 22px}.tazty-cart-status{right:14px;bottom:14px;max-width:calc(100% - 28px)}}.tazty-product-card__description{min-width:0;min-height:1.45em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tazty-product-card__attribute-badges{--attribute-icon-color:#43b96b;--card-attribute-width:84px;align-content:flex-start;gap:6px;margin:14px 0 16px}.tazty-product-card__attribute-badges .tz-product__attribute-badge{display:grid;width:var(--card-attribute-width);min-height:58px;flex:0 0 var(--card-attribute-width);grid-template-rows:21px auto;place-items:center;align-content:center;gap:2px;padding:6px 6px 5px;border:1.5px solid var(--attribute-icon-color);border-radius:12px;background:#fbfffc;box-shadow:0 5px 12px #43b96b1a}.tazty-product-card__attribute-badges .tz-product__attribute-icon{width:20px;height:20px;color:var(--attribute-icon-color)}.tazty-product-card__attribute-badges .tz-product__attribute-icon svg{stroke-width:2.5}.tazty-product-card__attribute-badges .tz-product__attribute-label{display:block;width:100%;min-height:0;padding:0;overflow:visible;border-radius:0;background:transparent;color:#061f4d;font-size:8.5px;font-weight:900;line-height:1.08;overflow-wrap:anywhere}.tazty-quick-view__attribute-badges{--attribute-icon-color:#43b96b;--quick-attribute-width:108px;gap:8px;margin-top:16px}.tazty-quick-view__attribute-badges .tz-product__attribute-badge{display:grid;width:var(--quick-attribute-width);min-height:62px;flex:0 0 var(--quick-attribute-width);grid-template-rows:24px auto;place-items:center;align-content:center;gap:3px;padding:7px 8px 6px;border:1.5px solid var(--attribute-icon-color);border-radius:13px;background:#fbfffc;box-shadow:0 6px 14px #43b96b1a}.tazty-quick-view__attribute-badges .tz-product__attribute-icon{width:23px;height:23px;color:var(--attribute-icon-color)}.tazty-quick-view__attribute-badges .tz-product__attribute-label{display:block;width:100%;min-height:0;padding:0;overflow:visible;border-radius:0;background:transparent;color:#061f4d;font-size:10px;font-weight:900;line-height:1.1;overflow-wrap:anywhere}.tazty-quick-view__attribute-badges:empty{display:none}.tazty-quick-view{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;max-height:90dvh;overflow:auto;overscroll-behavior:contain}.tazty-quick-view [hidden]{display:none!important}.tazty-quick-view__description:empty{display:none}.tazty-quick-view__media{min-width:0;overflow:hidden}.tazty-quick-view__media img{min-width:0;min-height:0;max-width:100%;max-height:100%}.tazty-quick-view__price{flex-wrap:wrap;row-gap:8px}.tazty-quick-view__price strong{font-family:var(--tz-card-head);font-weight:700;font-size:28px}.tazty-quick-view__save{padding:6px 10px;border-radius:999px;background:#fce8ef;color:#ed528b;font-size:13px;font-weight:900}.tazty-quick-view__quantity-wrap{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;font-size:14px;font-weight:800}.tazty-quick-view__quantity{display:flex;align-items:center;min-height:46px;border:1px solid #dfe3ea;border-radius:14px;overflow:hidden}.tazty-quick-view__quantity button{width:40px;height:44px;border:0;background:#fff;color:#061f4d;font-size:20px;font-weight:800;cursor:pointer}.tazty-quick-view__quantity input{width:58px;min-width:0;height:44px;padding:0 4px;border:0;background:#fff;color:#061f4d;text-align:center;font:800 16px var(--tz-card-body-font);-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.tazty-quick-view__quantity input::-webkit-inner-spin-button,.tazty-quick-view__quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.tazty-quick-view__quantity button:disabled{opacity:.4;cursor:not-allowed}@media(max-width:680px){.tazty-quick-view{max-height:92dvh}.tazty-quick-view__media{min-height:0;height:240px}.tazty-quick-view__media img{width:calc(100% - 40px);height:200px}.tazty-quick-view__content{padding:24px 22px}.tazty-quick-view h2{font-size:28px}.tazty-quick-view__description{font-size:14px}.tazty-quick-view__close{position:sticky;float:right;margin:12px 12px -50px 0;top:12px}.tazty-quick-view__grid{clear:none}}.tazty-cart-status{right:max(20px,env(safe-area-inset-right));bottom:calc(max(20px,env(safe-area-inset-bottom)) + 68px);border-radius:16px;overflow-wrap:anywhere}@media(max-width:749px){.tazty-cart-status{right:max(14px,env(safe-area-inset-right));bottom:calc(max(14px,env(safe-area-inset-bottom)) + 62px);max-width:calc(100% - 28px)}}@media(prefers-reduced-motion:reduce){.tazty-cart-status{transition:none}}@media(max-width:470px){.tazty-product-card__attribute-badges{--card-attribute-width:62px;gap:5px;margin:10px 0 12px}.tazty-product-card__attribute-badges .tz-product__attribute-badge{min-height:58px;grid-template-rows:19px auto;padding:5px 4px 4px;border-radius:10px}.tazty-product-card__attribute-badges .tz-product__attribute-icon{width:18px;height:18px}.tazty-product-card__attribute-badges .tz-product__attribute-label{font-size:7.5px}}
/*# sourceMappingURL=/cdn/shop/t/46/assets/tazty-product-card.css.map */
