.product-page{padding:2rem 0;background-color:#fff;min-height:calc(100vh - 80px);margin-top:80px}@media(max-width:770px){.product-page{margin-top:0;min-height:100vh}}.product-page__container{max-width:1100px;margin:0 auto;padding:0 2rem}.product-page__breadcrumbs{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;color:#666}.breadcrumb__link{color:#666;text-decoration:none;transition:color .2s ease}.breadcrumb__link:hover{color:#3a7859}.breadcrumb__separator{color:#999}.breadcrumb__current{color:#333;font-weight:500}.product-page__wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-page__images{top:100px}.product-page__main-image{position:relative;width:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;background-color:#f5f5f5;margin-bottom:1rem;box-shadow:0 4px 16px #0000001a}.product-page__main-image-img{width:100%;height:100%;object-fit:contain;display:block}.product-page__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2d5a27,#4a7c59);color:#fff;font-size:1.1rem}.product-page__badge{position:absolute;top:1rem;left:1rem;padding:.3rem .75rem;border-radius:20px;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;z-index:2}.product-page__badge--bestseller{background-color:#2e6047;color:#fff}.product-page__badge--new{background-color:#e07940;color:#fff}.product-page__badge--sale{left:auto;right:1rem;background-color:#e03030;color:#fff}.product-page__badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.product-page__info-badge{display:inline-block;padding:.3rem .875rem;border-radius:20px;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.product-page__info-badge--bestseller{background-color:#e7f3ed;color:#2e6047;border:1px solid hsl(150 35% 75%)}.product-page__info-badge--new{background-color:#fff4ec;color:#c05e20;border:1px solid #f0c09a}.product-page__info-badge--sold-out{background-color:#f5f5f5;color:#666;border:1px solid #ddd}.product-page__thumbnails{display:flex;gap:.75rem;flex-wrap:wrap}.product-page__thumbnail{width:80px;height:80px;border:2px solid transparent;border-radius:8px;overflow:hidden;background:#f5f5f5;cursor:pointer;transition:all .2s ease;padding:0}.product-page__thumbnail:hover{border-color:#3a7859;transform:translateY(-2px)}.product-page__thumbnail--active{border-color:#3a7859;box-shadow:0 0 0 2px #96595933}.product-page__thumbnail img{width:100%;height:100%;object-fit:contain;display:block}.product-page__info{display:flex;flex-direction:column;gap:1.25rem}.product-page__header{display:flex;flex-direction:column;gap:.5rem}.product-page__subtitle{font-size:.8rem;color:#888;margin:0 0 .375rem;line-height:1.4}.product-page__origin{display:flex;align-items:center;gap:.375rem;font-size:.85rem;color:#666;margin:.25rem 0 0}.product-page__origin svg{color:#3a7859;flex-shrink:0}.product-page__title{font-size:2rem;font-weight:700;color:#1a2818;margin:0 0 .25rem;line-height:1.15}.product-page__rating{display:flex;align-items:center;gap:.75rem}.product-page__stars{display:flex;gap:.125rem;align-items:center}.star{font-size:1.1rem;line-height:1;color:#ffc107}.star--filled{color:#ffc107}.star--outline{color:#ddd}.product-page__rating-count{font-size:.9rem;color:#666}.product-page__price{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap}.product-page__price-current{font-size:2rem;font-weight:700;color:#1a2818}.product-page__price-original{font-size:1.2rem;color:#aaa;text-decoration:line-through}.product-page__price-discount{font-size:.8rem;font-weight:700;color:#e03030;background-color:#e0303014;padding:.25rem .625rem;border-radius:20px}.product-page__price-unit{font-size:.9rem;color:#888;font-weight:400}.product-page__details{border:1px solid #e8e8e8;border-radius:10px;overflow:hidden}.product-page__details-toggle{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;font-size:.9rem;font-weight:600;color:#333;cursor:pointer;list-style:none;background-color:#fafafa;transition:background-color .2s ease}.product-page__details-toggle::-webkit-details-marker{display:none}.product-page__details-toggle:after{content:"+";font-size:1.1rem;font-weight:400;color:#888;transition:transform .2s ease}.product-page__details[open] .product-page__details-toggle:after{content:"\2212"}.product-page__details-toggle:hover{background-color:#f0f0f0}.product-page__description{font-size:.95rem;line-height:1.7;color:#666;padding:1rem 1.25rem}.product-page__description h2,.product-page__description h3,.product-page__description h4{color:#333;margin-top:1.5rem;margin-bottom:.75rem}.product-page__description p{margin-bottom:1rem}.product-page__description ul,.product-page__description ol{margin-left:1.5rem;margin-bottom:1rem}.product-page__form-wrapper{padding:1.5rem;background-color:#f9f9f9;border-radius:12px}.product-page__form{display:flex;flex-direction:column;gap:1.5rem}.product-page__label{display:block;font-size:.9rem;font-weight:600;color:#333;margin-bottom:.5rem}.product-page__variants{display:flex;flex-direction:column}.product-page__variant-select{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background-color:#fff;color:#333;cursor:pointer;transition:border-color .2s ease}.product-page__variant-select:focus{outline:none;border-color:#3a7859}.product-page__quantity-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.product-page__quantity{display:flex;flex-direction:column}.product-page__quantity-controls{display:flex;align-items:center;gap:.5rem;width:fit-content}.product-page__quantity-btn{width:44px;height:44px;border:2px solid #e0e0e0;background-color:#fff;border-radius:8px;font-size:1.25rem;font-weight:600;color:#333;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.product-page__quantity-btn:hover{border-color:#3a7859;background-color:#f9f9f9;color:#3a7859}.product-page__quantity-input{width:80px;height:44px;border:2px solid #e0e0e0;border-radius:8px;text-align:center;font-size:1rem;font-weight:600;color:#333;background-color:#fff;-moz-appearance:textfield}.product-page__quantity-input::-webkit-outer-spin-button,.product-page__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-page__quantity-input:focus{outline:none;border-color:#3a7859}.product-page__wishlist-btn{align-self:flex-end;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #e0e0e0;border-radius:50%;background:#fff;color:#999;cursor:pointer;transition:all .2s ease;flex-shrink:0;margin-left:.75rem}.product-page__wishlist-btn:hover{border-color:#e74c3c;color:#e74c3c;background-color:#e74c3c0d}.product-page__wishlist-btn--active{color:#e74c3c;border-color:#e74c3c;background-color:#e74c3c1a}.product-page__wishlist-btn--active svg{fill:currentColor}.product-page__wishlist-btn--pulse svg{animation:wakuraWishlistPulse .45s cubic-bezier(.22,.61,.36,1);transform-origin:center}@keyframes wakuraWishlistPulse{0%{transform:scale(1)}35%{transform:scale(1.3)}70%{transform:scale(.93)}to{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.product-page__wishlist-btn--pulse svg{animation:none}}.product-page__availability{margin-top:-.5rem}.product-page__availability-text{font-size:.9rem;font-weight:500}.product-page__availability-text--in-stock{color:#4caf50}.product-page__availability-text--low-stock{color:#e67e22}.product-page__availability-text--max-reached{color:#c0392b}.product-page__availability-text--out-of-stock{color:#f44336}.product-page__actions{display:flex;gap:1rem;align-items:center}.product-page__add-to-cart{flex:1;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background-color:#3a7859;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:52px}.product-page__add-to-cart:hover:not(:disabled){background-color:#32674d;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.product-page__add-to-cart:disabled{opacity:.6;cursor:not-allowed}.product-page__add-to-cart svg{width:20px;height:20px}.product-page__add-to-cart{position:relative}.product-page__add-to-cart__content{display:inline-flex;align-items:center;gap:.75rem;transition:opacity .15s ease}.product-page__add-to-cart__spinner{position:absolute;top:50%;left:50%;width:22px;height:22px;margin:-11px 0 0 -11px;border:2.5px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;opacity:0;pointer-events:none;transition:opacity .12s ease;animation:product-page__spin .7s linear infinite;will-change:transform}.product-page__add-to-cart--loading{cursor:progress}.product-page__add-to-cart--loading .product-page__add-to-cart__content{opacity:0}.product-page__add-to-cart--loading .product-page__add-to-cart__spinner{opacity:1}@keyframes product-page__spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.product-page__add-to-cart__spinner{animation-duration:1.6s}}.product-page__wishlist{height:44px;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:0 1rem;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#666;white-space:nowrap}.product-page__wishlist:hover{border-color:#e74c3c;background-color:#e74c3c0d;color:#e74c3c;transform:translateY(-2px)}.product-page__wishlist--active{border-color:#e74c3c;background-color:#e74c3c1a;color:#e74c3c}.product-page__wishlist--active svg{fill:currentColor}.product-page__wishlist svg{width:18px;height:18px;flex-shrink:0;transition:all .2s ease}.product-page__wishlist-label{font-size:.85rem;font-weight:500}.product-page__meta{display:flex;flex-direction:column;gap:1rem;padding-top:2rem;border-top:1px solid #e0e0e0}.product-page__meta-item{display:flex;align-items:flex-start;gap:.75rem}.product-page__meta-label{font-weight:600;color:#333;min-width:80px}.product-page__meta-value{color:#666}.product-page__tags{display:flex;flex-wrap:wrap;gap:.5rem}.product-page__tag{padding:.25rem .75rem;background-color:#f5f5f5;color:#666;border-radius:4px;font-size:.85rem}[data-theme=dark] .product-page__details{border-color:#444}[data-theme=dark] .product-page__details-toggle{background-color:#2a2a2a;color:#f0ede8}[data-theme=dark] .product-page__details-toggle:hover{background-color:#333}[data-theme=dark] .product-page__details-toggle:after{color:#888}.product-page__wholesale{background-color:#f8f6f2;border:1px solid #e8e2d8;border-radius:10px;padding:1rem 1.25rem;margin-top:1.25rem}.product-page__wholesale-label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#888;margin:0 0 .25rem}.product-page__wholesale-details{font-size:.95rem;font-weight:600;color:#1a2818;margin:0 0 .5rem}.product-page__wholesale-link{font-size:.85rem;color:#3a7859;text-decoration:none}.product-page__wholesale-link:hover{text-decoration:underline}.product-page__availability-text{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500}.product-page :focus-visible{outline:2px solid hsl(150 35% 35%);outline-offset:3px;border-radius:4px}.jdgm-widget.jdgm-preview-badge{display:flex;align-items:center;gap:.5rem;min-height:20px}.product-page__reviews{margin-top:3rem;padding-top:3rem;border-top:1px solid #e8e8e8}[data-theme=dark] .product-page__reviews{border-color:#444}.product-page__payment-methods{margin-top:0rem}.product-page__payment-methods:empty{display:none}.product-page__payment-methods:has(>:empty){display:none}@media(max-width:1024px){.product-page__wrapper{grid-template-columns:1fr;gap:3rem}.product-page__images{position:static}.product-page__container{padding:0 1.5rem}}@media(max-width:768px){.product-page{padding:1rem 0}.product-page__container{padding:0 1rem}.product-page__title{font-size:2rem}.product-page__price-current{font-size:1.75rem}.product-page__form-wrapper{padding:1.5rem}.product-page__quantity-row{flex-wrap:wrap}.product-page__wishlist-label{display:none}.product-page__wishlist{padding:0;width:44px}.product-page__thumbnails{justify-content:center}.product-page__badge{font-size:.6rem;padding:.2rem .5rem;top:.5rem;left:.5rem}.product-page__badge--sale{right:.5rem;left:auto}.product-page__badges{gap:.35rem;margin-bottom:.5rem}.product-page__info-badge{font-size:.6rem;padding:.2rem .6rem}.product-page__tags{gap:.35rem}.product-page__tag{font-size:.75rem;padding:.2rem .5rem}.product-page__meta{padding-top:1.25rem}.product-page__meta-item{flex-direction:column;gap:.25rem}.product-page__meta-label{min-width:unset}}@media(max-width:480px){.product-page__title{font-size:1.75rem}.product-page__main-image{border-radius:12px}.product-page__thumbnail{width:60px;height:60px}}.product-page__bundle-list{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}.product-page__bundle-item{border:1px solid #eee;border-radius:8px;transition:border-color .2s ease,background-color .2s ease}.product-page__bundle-item:hover{border-color:#cfd8cf;background-color:#fafaf8}.product-page__bundle-link{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;text-decoration:none;color:inherit}.product-page__bundle-image{width:48px;height:48px;border-radius:6px;object-fit:cover;flex-shrink:0;background-color:#f3f3f0}.product-page__bundle-image--placeholder{display:inline-block}.product-page__bundle-details{display:flex;flex-direction:column;gap:2px;font-size:.92rem;line-height:1.3}.product-page__bundle-title{font-weight:500;color:#222}.product-page__bundle-qty{font-size:.82rem;color:#666}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product.css.map */
