:root{--pdp-padding: 20px;--pdp-gap: 40px;--pdp-font-title: sans-serif;--pdp-font-body: sans-serif;--pdp-color-accent: #007bff;--pdp-color-price: #dc2626;--pdp-color-compare: #9ca3af;--pdp-border-radius: 8px;--pdp-shadow: 0 2px 8px rgba(0, 0, 0, .1);--pdp-shadow-hover: 0 4px 16px rgba(0, 0, 0, .15)}.product-custom-section{padding:var(--pdp-padding-top, 36px) var(--pdp-padding-right, 20px) var(--pdp-padding-bottom, 12px) var(--pdp-padding-left, 20px);margin:var(--pdp-margin-top, 0) var(--pdp-margin-right, 0) var(--pdp-margin-bottom, 0) var(--pdp-margin-left, 0);background:var(--pdp-background, #ffffff)}.product-custom-container{display:grid;grid-template-columns:40% 60%;gap:var(--pdp-gap);max-width:1200px;margin:0 auto;align-items:start}.product-custom-media{display:flex;flex-direction:column;gap:20px}.product-custom-media-wrapper{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:5px;overflow:hidden}.product-custom-image-container{position:relative;width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.product-custom-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-custom-image:hover{transform:scale(1.05)}.product-volume-indicator{position:absolute;bottom:12px;right:12px;background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.product-custom-image-placeholder{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#9ca3af}.product-image-zoom-link{position:absolute;top:0;left:0;width:100%;height:100%;cursor:zoom-in}.product-features-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.product-feature-block{background:#fff;border:1px solid #e5e7eb;border-radius:var(--pdp-border-radius);padding:16px 12px;text-align:center;transition:box-shadow .2s ease,transform .2s ease}.product-feature-block:hover{box-shadow:var(--pdp-shadow);transform:translateY(-2px)}.feature-icon{color:var(--pdp-color-accent);margin-bottom:8px;display:flex;justify-content:center}.feature-title{font-size:12px;font-weight:600;color:#374151;margin:0 0 4px;line-height:1.2}.feature-subtitle{font-size:10px;color:#6b7280;margin:0;line-height:1.2}.product-custom-info{display:flex;flex-direction:column;gap:24px}.product-custom-header{border-bottom:1px solid #e5e7eb;padding-bottom:16px;display:flex;flex-direction:column;gap:8px}.product-brand-name{margin:0;color:#374151;font-size:18px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-custom-title{margin:0;font-weight:700;line-height:1.2;font-family:var(--pdp-font-title);text-transform:uppercase}.product-pack-size{margin:0;color:#6b7280;font-size:16px;font-weight:500;text-transform:uppercase}.product-volume-each{margin:0;color:#9ca3af;font-size:14px;font-weight:400}.product-custom-reviews{display:flex;align-items:center;gap:8px;margin-bottom:16px}.rating-value{font-weight:600;color:#374151}.rating-count{color:#6b7280;font-size:14px}.product-custom-description{line-height:1.6;color:#4b5563;font-family:var(--pdp-font-body)}.product-pricing-box{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:var(--pdp-border-radius);padding:20px;position:relative}.pricing-main{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.member-price{font-size:28px;font-weight:700;color:var(--pdp-color-price);line-height:1}.price-label{color:#6b7280;font-size:14px;margin-left:-8px}.members-price-pill{background:#fbbf24;color:#92400e;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.savings-badge{background:#dc2626;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.pricing-secondary{display:flex;align-items:center;gap:8px}.non-member-price{font-size:16px;color:var(--pdp-color-compare);text-decoration:line-through;font-weight:500}.non-member-label{color:#6b7280;font-size:12px}.product-form{display:flex;flex-direction:column;gap:24px}.product-quantity-wrapper{display:flex;align-items:center;gap:12px;margin-bottom:20px}.quantity-label{font-weight:500;color:#374151;font-size:14px}.quantity-selector{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:6px;overflow:hidden}.quantity-button{background:#f9fafb;border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease;color:#374151}.quantity-button:hover{background:#e5e7eb}.quantity-button:active{background:#d1d5db}.quantity-input{border:none;width:60px;height:36px;text-align:center;font-size:14px;font-weight:500;background:#fff;color:#374151}.quantity-input:focus{outline:none;box-shadow:inset 0 0 0 2px var(--pdp-color-accent)}.product-form-buttons{display:flex;align-items:center}.product-form__cart-submit{width:100%;background:#dc2626;color:#fff;border:none;padding:16px 24px;border-radius:var(--pdp-border-radius);font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;text-transform:uppercase;letter-spacing:.5px}.product-form__cart-submit:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:var(--pdp-shadow)}.product-form__cart-submit:active{transform:translateY(0)}.product-details-table{background:#fff;border:1px solid #e5e7eb;border-radius:var(--pdp-border-radius);padding:20px}.details-heading{margin:0 0 16px;font-size:18px;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;padding-bottom:8px}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.details-column{display:flex;flex-direction:column;gap:12px}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f3f4f6}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:500;color:#374151;font-size:14px}.detail-value{color:#6b7280;font-size:14px;text-align:right}@media screen and (max-width: 768px){.product-custom-container{grid-template-columns:1fr;gap:30px}.product-features-row{grid-template-columns:repeat(3,1fr);gap:8px}.product-feature-block{padding:12px 8px}.feature-title{font-size:11px}.feature-subtitle{font-size:9px}.details-grid{grid-template-columns:1fr;gap:16px}}@media screen and (max-width: 480px){.product-custom-section{padding:var(--pdp-padding-top, 20px) var(--pdp-padding-right, 15px) var(--pdp-padding-bottom, 20px) var(--pdp-padding-left, 15px)}.product-custom-container{gap:24px}.product-features-row{grid-template-columns:1fr;gap:8px}.product-feature-block{padding:12px;display:flex;align-items:center;text-align:left;gap:12px}.feature-icon{margin-bottom:0;flex-shrink:0}.feature-content{flex:1}.feature-title{font-size:12px}.feature-subtitle{font-size:10px}.pricing-main{flex-direction:column;align-items:flex-start;gap:8px}.member-price{font-size:24px}.product-form-buttons{width:100%}.product-custom-title{font-size:clamp(24px,5vw,32px)!important}.product-custom-description{font-size:clamp(14px,3vw,16px)!important}}@media screen and (min-width: 1200px){.product-custom-container{max-width:1400px}}.quantity-button:focus,.product-form__cart-submit:focus{outline:2px solid var(--pdp-color-accent);outline-offset:2px}.product-form__cart-submit[disabled]{opacity:.6;cursor:not-allowed;transform:none}.product-form__cart-submit[disabled]:hover{background:#dc2626;transform:none;box-shadow:none}@media print{.product-custom-section{break-inside:avoid}.product-custom-container{grid-template-columns:1fr}.product-form,.product-features-row{display:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/product-custom.css.map */
