.product-card{position:relative;border-radius:1rem;border:.1rem solid var(--neutral-greyscale-200);color:var(--neutral-greyscale-black);padding:4.8rem .8rem .8rem;min-width:100%;display:flex;flex-direction:column;align-items:center;height:100%}.product-card.product-card--loading .product-card__action,.product-card.product-card--loading .product-card__container{pointer-events:none;opacity:.6}.product-card.product-card--added .product-card__added{animation:slideInProductAddedToCart 2.5s ease forwards}.product-card__added{pointer-events:none;position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;top:50%;left:50%;width:calc(100% - 2.4rem);border-radius:1rem;padding:3.2rem 1.6rem;color:var(--secondary-theme-green);border:1px solid var(--secondary-theme-green);box-shadow:0 0 10px 4px #0000000f;background-color:#f0f9f4;opacity:0}.product-card__added-text{font-family:var(--font-geologica);font-size:var(--font-size-standard-tag);text-align:center;font-weight:600;line-height:1.3}.product-card__image{height:auto;width:100%;aspect-ratio:1 / 1.414;max-width:12rem;margin:0 0 1.6rem;border-radius:1rem;border:.1rem solid var(--neutral-greyscale-100)}.product-card__title{display:block;font-family:var(--font-geologica);font-weight:600;font-size:1.6rem;line-height:1.25;margin:0 0 .8rem;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word;word-break:break-word}.product-card__description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-align:left;text-overflow:ellipsis;width:100%;margin:0 0 1.6rem;line-height:1.4;font-size:var(--font-size-small-tag)}.product-card__click{position:absolute;left:50%;width:100%;transform:translate(-50%);top:1rem;display:block;padding:0 0 1rem;margin:0;border:0;cursor:pointer;background-color:transparent;line-height:1;font-size:var(--font-size-body-medium);font-weight:600;letter-spacing:.32px;color:var(--petroleum-500);transition:color .25s ease;text-underline-offset:.2rem}.product-card__click:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:.1rem;background-color:var(--neutral-greyscale-200)}.product-card__container{text-align:center;color:var(--neutral-greyscale-black);background-color:transparent;border:none;padding:0;margin:0;font-family:inherit;width:100%;transition:opacity .25s ease;border-radius:1rem}.product-card__info{text-align:center;border-radius:1rem;padding:1.2rem .8rem;background-color:var(--neutral-greyscale-50);margin:0 0 1.6rem}.product-card__price{font-family:var(--font-geologica);line-height:1.3;font-weight:600;font-size:var(--font-size-heading-h3-mobile);margin:0}.product-card__price-info{line-height:1.25;font-size:var(--font-size-standard-tag);margin:0}.product-card__extension{display:flex;align-items:center;justify-content:center;gap:.8rem;font-size:var(--font-size-standard-tag);font-weight:600;line-height:1;letter-spacing:.56px;text-transform:uppercase;margin:0}.product-card__extension i{display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:var(--petroleum-500);width:2.8rem;height:2.8rem;border-radius:100%;background-color:var(--neutral-greyscale-white)}.product-card__amount-selector{margin-top:auto;width:100%;justify-content:space-between;display:flex;align-items:center;flex-direction:row;gap:.4rem;padding:.8rem;border-radius:10rem;border:1px solid var(--neutral-greyscale-500);background:var(--neutral-greyscale-white)}.product-card__amount-selector.product-card__amount-selector--hidden{display:none}.product-card__amount-button{display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;width:3.2rem;height:3.2rem;padding:0;margin:0;border-radius:50%;transition:background-color .15s ease}.product-card__amount-button:active{transform:scale(.95)}.product-card__amount-button i{font-size:2rem;background:var(--gradients-gradient-burgundy-orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-card__amount-field{width:100%;border-radius:.4rem;font-family:var(--font-sans);font-weight:600;border:1px solid var(--neutral-greyscale-300);background:var(--neutral-greyscale-white);font-size:var(--font-size-body-large);text-align:center;width:4.7rem;height:3.7rem;margin:0;padding:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.product-card__amount-field::-webkit-inner-spin-button,.product-card__amount-field::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.product-card__amount-field:focus{outline:2px solid var(--neutral-greyscale-black)}.product-card__actions{display:flex;flex-direction:column;width:100%;gap:.8rem;margin-top:auto}.product-card__action{display:flex;align-items:center;justify-content:center;cursor:pointer;width:100%;gap:.8rem;position:relative;padding:1.2rem .8rem;border-radius:100px;margin-top:auto;border:.2rem solid transparent;background:linear-gradient(to right,#fff,#fff),linear-gradient(95deg,#710049 33.14%,#e37222 136.24%);background-clip:padding-box,border-box;background-origin:padding-box,border-box;transition:transform .25s ease;will-change:transform,box-shadow}.product-card__action i{font-size:2rem;background:var(--gradients-gradient-burgundy-orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-card__action span{font-size:var(--font-size-body-medium);font-weight:600;letter-spacing:.32px;line-height:1;background-image:linear-gradient(270deg,#710049,#e37222,#710049,#e37222 75%,#710049 97%);transition:background-position .25s ease;will-change:background-position;background-size:500%;background-position:0%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:normal;line-height:initial;text-align:center;flex-shrink:0;display:block}.product-card__action span:not(:last-of-type){display:none}.product-card__action.product-card__action--hidden{display:none}@keyframes slideInProductAddedToCart{0%{transform:translate(-50%,calc(-50% + 3.6rem));opacity:0}25%{transform:translate(-50%,-50%);opacity:1}75%{transform:translate(-50%,-50%);opacity:1}to{transform:translate(-50%,calc(-50% + 3.6rem));opacity:0}}@media(hover:hover){.product-card__amount-button:hover{background-color:var(--burgundy-100)}.product-card__action:hover{transform:translateZ(0) scale(1.025)}.product-card__action:hover span{background-position:-22.5%}.product-card__click:hover{color:var(--neutral-greyscale-black);-webkit-text-decoration:underline;text-decoration:underline}}@media only screen and (min-width:768px){.product-card{padding:2.4rem}.product-card__amount-button{width:3.7rem;height:3.7rem}.product-card__added{width:calc(100% - 4.8rem)}.product-card__added-text{font-size:var(--font-size-large-tag);max-width:18rem}.product-card__info{min-width:27.5rem;padding:1.6rem 3.2rem;display:inline-block}.product-card__image{max-height:18rem;width:auto;margin:0 0 2.4rem}.product-card__title{font-size:2rem;margin:0 0 1.6rem;text-align:center;-webkit-hyphens:manual;hyphens:manual;word-wrap:normal;word-break:normal}.product-card__description{margin:0 0 2.4rem;font-size:var(--font-size-standard-tag)}.product-card__actions{flex-direction:row}.product-card__price{font-size:var(--font-size-heading-h3-desktop)}.product-card__click{width:auto;padding:0;top:2.4rem;right:2.4rem;bottom:auto;left:auto;transform:none}.product-card__click:before{display:none}.product-card__extension i{width:4rem;height:4rem}.product-card__amount-selector{height:5.7rem;gap:.8rem}.product-card__action{gap:1.6rem;padding:1.4rem 2.2rem}.product-card__action i{font-size:2.2rem}.product-card__action span{font-size:var(--font-size-large-tag)}.product-card__action span:not(:first-of-type){display:none}.product-card__action span:not(:last-of-type){display:block}.product-card__action.product-card__action--short span{font-size:var(--font-size-large-tag)}.product-card__action.product-card__action--short span:not(:first-of-type){display:block}.product-card__action.product-card__action--short span:not(:last-of-type){display:none}}.product-modal{display:none}.product-modal.product-modal--visible{display:block;position:fixed;top:50%;left:50%;background-color:var(--neutral-greyscale-white);width:100%;height:100%;max-height:100%;z-index:99999;border-radius:2rem 2rem 0 0;border:1px solid var(--neutral-greyscale-500);transform:translate(-50%,calc(-50% + 3.2rem));animation:productModalSlideInMobile .25s ease forwards}.product-modal.product-modal--visible~.product-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background-color:var(--neutral-greyscale-black);opacity:0;will-change:opacity;animation:productModalOverlayFadeIn .25s ease forwards}.product-modal__scrollable{overflow:auto;height:100%;padding:3.2rem 2.4rem 7.2rem}.product-modal__close{position:absolute;background-color:#fff;background-image:url(./img/close--gradient-DgECKjNE.svg);background-repeat:no-repeat;background-position:center center;background-size:11px;height:3.2rem;width:3.2rem;border-radius:50%;right:.8rem;top:.8rem;cursor:pointer;border:1px solid var(--neutral-greyscale-300);transition:border .15s ease}.product-modal__content{display:flex;flex-direction:column;gap:1.6rem}.product-modal__image-container{width:100%;justify-content:center;display:flex}.product-modal__image{max-width:15.6rem;width:100%;height:auto;aspect-ratio:1 / 1.414;border-radius:1rem;-o-object-fit:contain;object-fit:contain;border:1px solid var(--neutral-greyscale-300)}.product-modal__title{font-size:var(--font-size-heading-h3-mobile);line-height:1.3;font-weight:600;margin:0 0 .8rem}.product-modal__description{font-size:var(--font-size-body-small);margin:0;line-height:1.4}.product-modal__price-wrap{display:flex;flex-direction:column;gap:.4rem;margin:1.6rem 0 3.2rem}.product-modal__price{font-family:var(--font-geologica);line-height:1;font-weight:600;font-size:var(--font-size-heading-h2-mobile);margin:0}.product-modal__price-info{line-height:1.25;font-size:var(--font-size-standard-tag);margin:0}.product-modal__actions{display:flex;flex-direction:column;gap:.8rem}.product-modal__action{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;width:100%;gap:.8rem;position:relative;min-height:5.5rem;padding:1.4rem .8rem;border-radius:100px;margin-top:auto;border:none;background-image:linear-gradient(270deg,#710049,#e37222,#710049,#e37222 75%,#710049 93%);background-size:500%;background-position:0%;transition:background-position .25s ease,transform .25s ease,box-shadow .25s ease;will-change:background-position,transform,box-shadow}.product-modal__action.product-modal__action--loading{pointer-events:none;opacity:.7;transition:none}.product-modal__action.product-modal__action--cart{min-width:23.5rem}.product-modal__action.product-modal__action--cart span:first-of-type{display:block}.product-modal__action.product-modal__action--cart span:last-of-type{display:none}.product-modal__action.product-modal__action--cart i:first-of-type{display:block}.product-modal__action.product-modal__action--cart i:last-of-type{display:none}.product-modal__action.product-modal__action--added{opacity:1;overflow:hidden}.product-modal__action.product-modal__action--added i:first-of-type{display:none}.product-modal__action.product-modal__action--added i:last-of-type{display:block;z-index:1}.product-modal__action.product-modal__action--added:after{content:"";position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--neutral-greyscale-white);background-color:var(--themed-green-2);font-size:var(--font-size-body-large);font-weight:600;line-height:1;letter-spacing:.36px}.product-modal__action.product-modal__action--added span:first-of-type{display:none}.product-modal__action.product-modal__action--added span:last-of-type{display:block;z-index:1}.product-modal__action i{font-size:2.2rem;color:var(--neutral-greyscale-white);-webkit-background-clip:text;background-clip:text}.product-modal__action span{font-size:var(--font-size-body-medium);font-weight:600;letter-spacing:.32px;line-height:1;display:block;color:var(--neutral-greyscale-white);line-height:normal;line-height:initial;text-align:center;flex-shrink:0}.product-modal__info{border-radius:1rem;padding:1.6rem 2.4rem;text-align:center;background-color:var(--neutral-greyscale-50);min-width:27.5rem;margin:2.4rem 0 4rem;color:var(--petroleum-500)}.product-modal__extension{display:flex;align-items:center;justify-content:center;gap:.8rem;font-size:var(--font-size-body-medium);font-weight:600;line-height:1.3;letter-spacing:.56px;text-transform:uppercase;margin:0}.product-modal__extension i{font-size:1.8rem}.product-modal__filename{font-size:var(--font-size-standard-tag);line-height:1.4;color:var(--neutral-greyscale-black);margin:0}.product-modal__amount{font-size:var(--font-size-standard-tag);font-weight:600;line-height:1;letter-spacing:.56px;text-transform:uppercase;margin:0 0 .8rem}.product-modal__cart-options{display:flex;flex-direction:column;overflow:hidden;gap:.8rem}.product-modal__amount-selector{align-items:center;justify-content:space-between;display:flex;flex-direction:row;gap:.8rem;padding:.8rem;border-radius:10rem;border:1px solid var(--neutral-greyscale-500);background:var(--neutral-greyscale-white);max-height:5.4rem}.product-modal__amount-button{display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;width:3.7rem;height:3.7rem;padding:0;margin:0;border-radius:50%;transition:background-color .15s ease}.product-modal__amount-button:active{transform:scale(.95)}.product-modal__amount-button i{font-size:2rem;background:var(--gradients-gradient-burgundy-orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-modal__amount-field{border-radius:.4rem;font-family:var(--font-sans);font-weight:600;border:1px solid var(--neutral-greyscale-300);background:var(--neutral-greyscale-white);font-size:var(--font-size-body-large);text-align:center;width:4.7rem;height:3.7rem;margin:0;padding:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.product-modal__amount-field::-webkit-inner-spin-button,.product-modal__amount-field::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.product-modal__expandables{margin-top:3.2rem}.product-modal__expandable-title{font-size:var(--font-size-heading-h5-subtitle);font-style:normal;font-weight:600;line-height:1.3;margin:0 0 1.6rem}.product-modal__expandable{border-top:.1rem solid var(--neutral-greyscale-200);border-bottom:.1rem solid var(--neutral-greyscale-200)}.product-modal__expandable-button{color:var(--petroleum-500);font-family:var(--font-sans);font-size:var(--font-size-body-medium);font-weight:600;line-height:1.3;margin:0;padding:.8rem 0;background-color:var(--neutral-greyscale-white);border:none;cursor:pointer;display:flex;align-items:center;width:100%;justify-content:space-between;transition:color .15s ease}.product-modal__expandable-button i:last-of-type{display:none}.product-modal__expandable-button.product-modal__expandable-button--expanded{margin-bottom:.8rem}.product-modal__expandable-button.product-modal__expandable-button--expanded i:last-of-type{display:block}.product-modal__expandable-button.product-modal__expandable-button--expanded i:first-of-type{display:none}.product-modal__expandable-button i{font-size:2rem}.product-modal__expandable-text{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .25s ease}.product-modal__expandable-text .rich-text{min-height:0;visibility:hidden}.product-modal__expandable-text[aria-hidden=false]{grid-template-rows:1fr}.product-modal__expandable-text[aria-hidden=false] .rich-text{visibility:visible}@keyframes productModalOverlayFadeIn{0%{opacity:0}to{opacity:.6}}@keyframes productModalSlideInMobile{0%{transform:translate(-50%,calc(50% + -0rem))}to{transform:translate(-50%,calc(-50% + 5.6rem))}}@keyframes productModalSlideIn{0%{transform:translate(-50%,calc(-50% + 3.2rem));opacity:0}to{transform:translate(-50%,calc(-50% + -0rem));opacity:1}}@media(hover:hover){.product-modal__amount-button:hover{background-color:var(--burgundy-100)}.product-modal__action:hover{background-position:-18%;transform:translateZ(0) scale(1.025);box-shadow:0 0 15px #00000026}.product-modal__close:hover{border:1px solid var(--neutral-greyscale-400)}}@media only screen and (min-width:768px){.product-modal{max-width:89rem}.product-modal.product-modal--visible{padding:4.8rem;border-radius:1rem;height:auto;animation:productModalSlideIn .25s ease forwards}.product-modal__scrollable{padding:0}.product-modal__extension{justify-content:start}.product-modal__info{text-align:left}.product-modal__close{right:2.4rem;top:2.4rem;height:4rem;width:4rem;background-size:13px}.product-modal__image-container{display:block;max-width:33rem;flex-shrink:0}.product-modal__text-container{width:100%}.product-modal__image{max-width:33rem}.product-modal__title{font-size:var(--font-size-heading-h3-desktop);padding-right:2.4rem}.product-modal__description{font-size:var(--font-size-body-medium)}.product-modal__content{flex-direction:row;gap:5.2rem}.product-modal__price-wrap{display:flex;flex-direction:row;gap:1.6rem;align-items:end;margin:3.2rem 0 6.4rem}.product-modal__price{font-size:var(--font-size-heading-h2-desktop)}.product-modal__action{gap:1.6rem;padding:1.6rem 3.2rem;width:auto}.product-modal__action i{font-size:2.2rem}.product-modal__action span{font-size:var(--font-size-large-tag)}}@media only screen and (min-width:992px){.product-modal__cart-options{display:flex;flex-direction:row;gap:1.6rem}}.shop-product-list__text{margin:4rem 0 2.4rem}.shop-product-list__text:empty{display:none}.shop-product-list__items{display:grid;grid-gap:.8rem;gap:.8rem;grid-template-columns:1fr 1fr;margin:2.4rem 0 8rem}.shop-product-list__item{width:100%;min-width:100%}@media only screen and (min-width:992px){.shop-product-list__items{grid-template-columns:1fr 1fr 1fr;gap:3.2rem;margin:2.4rem 0 8rem}}
