.product{max-width:1400px;margin:0 auto;padding:2rem 1rem}@media screen and (min-width: 990px){.product{display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;padding:4rem 2rem;align-items:start}}.product__media-wrapper{position:relative;width:100%}@media screen and (min-width: 990px){.product__media-wrapper{position:sticky;top:2rem;align-self:flex-start}}.product__media{position:relative;width:100%;border-radius:20px;overflow:hidden;box-shadow:0 12px 48px #0000001a;background:#fff;margin-bottom:1rem}.product__media img{width:100%;height:auto;display:block;transition:transform .5s ease}.product__media:hover img{transform:scale(1.02)}.product__media-list{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.product__media-item{flex:0 0 calc(20% - .8rem);max-width:120px;border-radius:12px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s ease}.product__media-item:hover{border-color:rgb(var(--color-matcha));transform:translateY(-2px)}.product__media-item.active{border-color:rgb(var(--color-matcha-dark));box-shadow:0 4px 12px rgba(var(--color-matcha),.4)}.product__media-item img{width:100%;height:auto;display:block}.product__info-wrapper{width:100%}.product__info-container{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width: 990px){.product__info-container{gap:2.5rem}}.product__text{font-size:.875rem!important;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:rgba(var(--color-dark),.6);margin-bottom:.5rem!important}.product__title h1,.product__title h2{font-size:clamp(2rem,5vw,3.5rem)!important;font-weight:800!important;line-height:1.2!important;color:rgb(var(--color-dark))!important;margin:0 0 1.5rem!important;letter-spacing:-.02em!important}.product .price{font-size:clamp(1.75rem,3vw,2.5rem)!important;font-weight:700!important;color:rgb(var(--color-matcha-dark))!important;margin:0 0 1rem!important}.product .price--on-sale .price-item--regular{font-size:clamp(1.25rem,2.5vw,1.75rem)!important;color:rgba(var(--color-dark),.5)!important;text-decoration:line-through;margin-right:.5rem}.price__badge{background:linear-gradient(135deg,rgb(var(--color-matcha)),rgb(var(--color-matcha-dark)));color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:700;margin-left:.75rem}.product-form{background:rgba(var(--color-matcha),.03);border-radius:20px;padding:2rem;margin-top:2rem;border:1px solid rgba(var(--color-matcha),.1)}.product-form__input{margin-bottom:2rem}.product-form__input:last-of-type{margin-bottom:0}.product-form__input fieldset legend,.product-form__input label{font-size:1rem!important;font-weight:700!important;color:rgb(var(--color-dark))!important;margin-bottom:.75rem!important;display:block}.product-form__input fieldset{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.product-form__input input[type=radio]{position:absolute;opacity:0;pointer-events:none}.product-form__input input[type=radio]+label{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.75rem;border:2px solid rgba(var(--color-dark),.15);border-radius:50px;font-size:1rem;font-weight:600;color:rgb(var(--color-dark));background:#fff;cursor:pointer;transition:all .3s ease;min-height:48px;min-width:48px}.product-form__input input[type=radio]:checked+label{background:linear-gradient(135deg,rgb(var(--color-matcha)),rgb(var(--color-matcha-dark)));color:#fff;border-color:rgb(var(--color-matcha-dark));box-shadow:0 4px 16px rgba(var(--color-matcha),.4);transform:translateY(-2px)}.product-form__input input[type=radio]+label:hover{border-color:rgb(var(--color-matcha));transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--color-matcha),.2)}.product-form__input .color__swatch{width:48px;height:48px;border-radius:50%;border:3px solid white;box-shadow:0 2px 8px #00000026;cursor:pointer;transition:all .3s ease}.product-form__input .color__swatch:hover{transform:scale(1.1);box-shadow:0 4px 16px #00000040}.product-form__input input[type=radio]:checked~.color__swatch{border-color:rgb(var(--color-matcha-dark));box-shadow:0 0 0 3px rgba(var(--color-matcha),.3)}.quantity{display:flex;align-items:center;gap:.75rem;background:#fff;border:2px solid rgba(var(--color-dark),.1);border-radius:50px;padding:.5rem;width:fit-content}.quantity__button{width:40px;height:40px;border:none;background:rgba(var(--color-matcha),.1);color:rgb(var(--color-matcha-dark));border-radius:50%;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.quantity__button:hover{background:rgb(var(--color-matcha));color:#fff;transform:scale(1.1)}.quantity__input{width:60px;height:40px;border:none;text-align:center;font-size:1.125rem;font-weight:700;background:transparent;color:rgb(var(--color-dark))}.product-form__buttons{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.product-form__submit{width:100%;padding:1.5rem 3rem;font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:50px;border:none;background:linear-gradient(135deg,rgb(var(--color-matcha)),rgb(var(--color-matcha-dark)));color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 32px rgba(var(--color-matcha),.4);min-height:60px;position:relative;overflow:hidden}.product-form__submit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.product-form__submit:hover:before{left:100%}.product-form__submit:hover{transform:translateY(-4px);box-shadow:0 12px 48px rgba(var(--color-matcha),.5)}.product-form__submit:active{transform:translateY(-2px)}.product-form__submit[disabled]{opacity:.6;cursor:not-allowed;transform:none!important}.shopify-payment-button__button--unbranded{border-radius:50px!important;min-height:60px!important;font-size:1.125rem!important;font-weight:700!important}.product__tax{font-size:.9375rem;color:rgba(var(--color-dark),.7);margin-top:.5rem;padding:.75rem 1rem;background:rgba(var(--color-matcha),.05);border-radius:12px;border-left:3px solid rgb(var(--color-matcha))}.product__inventory{font-size:.9375rem;font-weight:600;padding:.75rem 1rem;border-radius:12px;margin-bottom:1rem}.product__inventory--low{background:#ffc8001a;color:#c60;border-left:3px solid #ffc800}.product__inventory--in-stock{background:rgba(var(--color-matcha),.1);color:rgb(var(--color-matcha-dark));border-left:3px solid rgb(var(--color-matcha))}.product__inventory--out-of-stock{background:#dc35451a;color:#dc3545;border-left:3px solid #dc3545}.installment{font-size:.9375rem;color:rgba(var(--color-dark),.7);margin-top:.5rem}.product__description{margin-top:4rem;padding-top:4rem;border-top:2px solid rgba(var(--color-dark),.1)}.product__description h2,.product__description h3,.product__description h4{font-size:1.5rem;font-weight:700;margin-top:2rem;margin-bottom:1rem;color:rgb(var(--color-dark))}.product__description h2:first-child{margin-top:0}.product__description p{font-size:1.125rem;line-height:1.8;color:rgba(var(--color-dark),.8);margin-bottom:1.5rem}.product__description ul,.product__description ol{font-size:1.125rem;line-height:1.8;color:rgba(var(--color-dark),.8);margin-bottom:1.5rem;padding-left:2rem}.product__description li{margin-bottom:.75rem}.product__share{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(var(--color-dark),.1);display:flex;align-items:center;gap:1rem}.product__share-label{font-size:.9375rem;font-weight:600;color:rgba(var(--color-dark),.7)}.product__share-list{display:flex;gap:.75rem;list-style:none;padding:0;margin:0}.product__share-item a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(var(--color-dark),.05);color:rgb(var(--color-dark));transition:all .2s ease}.product__share-item a:hover{background:rgb(var(--color-matcha));color:#fff;transform:translateY(-2px)}@media screen and (max-width: 749px){.product{padding:1.5rem 1rem}.product__media{border-radius:16px;margin-bottom:1rem}.product__media-list{gap:.75rem}.product__media-item{flex:0 0 calc(25% - .5625rem);max-width:80px}.product__title h1,.product__title h2{font-size:1.75rem!important;margin-bottom:1rem!important}.product .price{font-size:1.5rem!important}.product-form{padding:1.5rem;border-radius:16px}.product-form__input input[type=radio]+label{padding:.875rem 1.25rem;font-size:.9375rem;min-height:44px}.quantity{width:100%;justify-content:space-between}.quantity__button{width:44px;height:44px}.quantity__input{width:80px;height:44px}.product-form__submit{padding:1.25rem 2rem;font-size:1.125rem;min-height:56px}.product__description{margin-top:3rem;padding-top:3rem}.product__description h2{font-size:1.25rem}.product__description p{font-size:1rem}}.product-form__input input[type=radio]:focus+label,.product-form__submit:focus,.quantity__button:focus{outline:3px solid rgb(var(--color-matcha));outline-offset:2px}.product-form__submit.loading{position:relative;color:transparent;pointer-events:none}.product-form__submit.loading:after{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;margin:-12px 0 0 -12px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.product-form__errors{background:#dc35451a;border:1px solid #dc3545;border-radius:12px;padding:1rem;margin-bottom:1.5rem;color:#dc3545;font-weight:600}.product-form__success{background:rgba(var(--color-matcha),.1);border:1px solid rgb(var(--color-matcha));border-radius:12px;padding:1rem;margin-bottom:1.5rem;color:rgb(var(--color-matcha-dark));font-weight:600}@media screen and (min-width: 990px){.product__info-container.product__column-sticky{position:sticky;top:2rem;align-self:flex-start}.product-form{padding:2.5rem}.product__description{margin-top:5rem;padding-top:5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product__info-container>*{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.product__title{animation-delay:.1s}.product .price{animation-delay:.2s}.product-form{animation-delay:.3s}.product__description{animation-delay:.4s}@media (prefers-reduced-motion: reduce){.product__info-container>*,.product__media img{animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/product-page-conversion.css.map */
