.product-layout{display:flex;flex-direction:column;gap:2rem;align-items:flex-start}@media(min-width:900px){.product-layout{flex-direction:row}}.product-media-column{width:100%}@media(min-width:900px){.product-media-column{width:440px;flex-shrink:0;position:sticky;top:88px}}.product-info-column{display:flex;flex-direction:column;gap:1.25rem;flex:1;min-width:0;width:100%}.product-title-category{display:flex;flex-direction:column;gap:.25rem}.product-category{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-brand-text-muted)}.product-title{font-size:1.75rem;font-weight:700;color:var(--color-brand-green);line-height:1.25}.product-description{border-top:1px solid var(--color-brand-cream-dark);border-bottom:1px solid var(--color-brand-cream-dark);padding:1rem 0;font-size:.9375rem;color:var(--color-brand-text);line-height:1.6}.product-pricing{display:flex;flex-direction:column;gap:.25rem}.product-price-range{display:none;font-size:1rem;font-weight:600;color:var(--color-brand-text-muted)}.product-price-range.show{display:inline-block}.product-price-single{display:none;flex-direction:column;align-items:baseline;flex-wrap:wrap;gap:.625rem}.product-price-single.show{display:flex}.product-price-final{font-size:1.75rem;font-weight:700;color:var(--color-brand-green)}.product-price-original{display:none;font-size:1.125rem;font-weight:600;text-decoration:line-through;color:var(--color-brand-text-muted)}.product-price-original.show{display:inline-block}.product-discount-badge{display:none;font-size:.8125rem;font-weight:700;color:var(--color-brand-green-dark);background-color:var(--color-brand-gold);padding:.1875rem .5rem;border-radius:9999px}.product-discount-badge.show{display:inline-block}.product-discount-amount{display:none;font-size:.8125rem;font-weight:600;color:var(--color-brand-green-dark)}.product-discount-amount.show{display:inline-block}.product-variants-section{display:flex;flex-direction:column;gap:.625rem}.product-variants-label{font-size:.875rem;font-weight:600;color:var(--color-brand-text)}.product-variants-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:.625rem}.product-variant-button{border:1.5px solid var(--color-brand-cream-dark);border-radius:.5rem;padding:.5rem 1.125rem;font-size:.875rem;font-weight:600;color:var(--color-brand-text);background-color:#fff;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.product-variant-button:hover:not(.is-out-of-stock){border-color:var(--color-brand-green)}.product-variant-button.is-selected{border-color:var(--color-brand-green);background-color:var(--color-brand-green);color:var(--color-brand-cream)}.product-variant-button.is-out-of-stock{color:var(--color-brand-text-muted);background-color:var(--color-brand-cream-dark);text-decoration:line-through;cursor:not-allowed}.product-variant-required-message{display:none;font-size:.8125rem;color:#dc2626}.product-variant-required-message.show{display:block}.product-stock-warning{display:none;align-self:flex-start;font-size:.8125rem;font-weight:700;color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;padding:.375rem .75rem}.product-stock-warning.show{display:inline-block}.product-actions{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.product-action-buttons-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:.875rem}.product-tooltip-wrapper{position:relative;display:inline-flex}.product-btn-buy-now,.product-btn-add-to-cart{font-weight:700;font-size:.9375rem;padding:.75rem 1.75rem;border-radius:.5rem;transition:background-color .2s ease,opacity .2s ease}.product-btn-buy-now{background-color:var(--color-brand-gold);color:var(--color-brand-green-dark)}.product-btn-buy-now:hover:not(:disabled){background-color:var(--color-brand-yellow)}.product-btn-add-to-cart{display:none;background-color:var(--color-brand-green);color:var(--color-brand-cream)}.product-btn-add-to-cart.show{display:inline-flex}.product-btn-add-to-cart:hover:not(:disabled){background-color:var(--color-brand-green-dark)}.product-btn-buy-now:disabled,.product-btn-add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);white-space:nowrap;background-color:var(--color-brand-green-dark);color:var(--color-brand-cream);font-size:.75rem;font-weight:600;padding:.375rem .625rem;border-radius:.375rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,visibility .15s ease;z-index:1}.product-tooltip-wrapper:has(:disabled):hover .product-tooltip{opacity:1;visibility:visible}.product-quantity-stepper{display:none;border:1.5px solid var(--color-brand-green);border-radius:.5rem;overflow:hidden}.product-quantity-stepper.show{display:flex;align-items:center;gap:0}.product-stepper-button{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;background-color:var(--color-brand-cream);color:var(--color-brand-green-dark);font-size:.875rem;transition:background-color .15s ease,opacity .15s ease}.product-stepper-button:hover:not(:disabled){background-color:var(--color-brand-cream-dark)}.product-stepper-button:disabled{opacity:.4;cursor:not-allowed}.product-stepper-count{min-width:2.75rem;text-align:center;font-weight:700;font-size:.9375rem;color:var(--color-brand-text)}.product-btn-wishlist{display:inline-flex;align-items:center;gap:.5rem;align-self:flex-start;font-size:1.25rem;color:var(--color-brand-text-muted);transition:color .15s ease}.product-btn-wishlist:hover,.product-btn-wishlist.is-active{color:#dc2626}.product-share-wrapper{position:relative;display:inline-flex}.product-btn-share{display:inline-flex;align-items:center;font-size:1.25rem;color:var(--color-brand-text-muted);transition:color .15s ease}.product-btn-share:hover,.product-btn-share.is-active{color:var(--color-brand-green)}.product-share-popover{position:absolute;bottom:calc(100% + 10px);left:0;display:none;flex-direction:column;min-width:190px;background-color:#fff;border-radius:.625rem;box-shadow:0 12px 28px #1f4d362e;padding:.375rem;z-index:1}.product-share-popover.show{display:flex}.product-share-option{display:flex;align-items:center;gap:.625rem;width:100%;text-align:left;padding:.5rem .625rem;border-radius:.5rem;font-size:.875rem;font-weight:600;color:var(--color-brand-text);transition:background-color .15s ease}.product-share-option:hover{background-color:var(--color-brand-cream)}.product-share-icon{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:9999px;font-size:.9375rem;flex-shrink:0;color:#fff}.product-share-icon-whatsapp{background-color:#25d366}.product-share-icon-instagram{background:radial-gradient(circle at 30% 110%,#fdf497,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.product-share-icon-copy{background-color:var(--color-brand-text-muted)}
