.proddetail-section{width:100%}.proddetail-container{width:100%;padding:var(--spacing-2) var(--spacing-2) var(--spacing-8)}@media (min-width:640px){.proddetail-container{padding:var(--spacing-8) var(--spacing-6) var(--spacing-16)}}@media (min-width:1024px){.proddetail-container{padding-left:var(--spacing-8);padding-right:var(--spacing-8)}}.proddetail-announcements{width:100%;margin-bottom:var(--spacing-6)}.proddetail-md-badge-layout{display:flex;align-items:flex-start;gap:var(--spacing-3)}.proddetail-md-badge-title{font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-1)}.proddetail-banner-section{width:100%}.proddetail-separator-icon{width:var(--spacing-6);height:var(--spacing-6)}.proddetail-image-relative{position:relative}.proddetail-composition__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:var(--spacing-2)}@media (min-width:768px){.proddetail-composition__list{grid-template-columns:repeat(2,minmax(0,1fr))}}.proddetail-composition__item{display:flex;justify-content:space-between;gap:var(--spacing-3);padding:var(--spacing-2) 0;border-bottom:1px solid var(--border-color)}.proddetail-composition__qty{white-space:nowrap;color:var(--text-muted)}.product-page{display:flex;flex-direction:column;gap:var(--spacing-8);width:100%;max-width:100%;overflow:visible}.product-page *{box-sizing:border-box}.product-page__grid{display:grid;grid-template-columns:1fr;gap:var(--spacing-6);align-items:start;width:100%;max-width:100%;min-width:0}.product-gallery{display:flex;flex-direction:column;gap:var(--spacing-4);width:100%;max-width:100%;min-width:0;overflow:hidden;position:relative}.product-gallery__promo-sticker{position:absolute;top:var(--spacing-4);left:var(--spacing-4);z-index:10;display:flex;align-items:center;gap:6px;padding:8px 18px;background:var(--color-success);color:var(--color-white);border-radius:var(--radius-full);box-shadow:var(--shadow-base);line-height:1;text-align:center}.product-gallery__promo-formula{font-size:24px;font-weight:800;letter-spacing:-.5px}.product-gallery__promo-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;opacity:.9}@media (max-width:639px){.product-gallery__promo-sticker{padding:6px 14px}.product-gallery__promo-formula{font-size:18px}.product-gallery__promo-label{font-size:9px}}.product-gallery__primary{background:var(--surface-primary);border:1px solid var(--border-primary);border-radius:var(--radius-2xl);display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;width:100%;max-width:100%;box-sizing:border-box;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-base);overflow:hidden}.product-gallery__primary--interactive{cursor:pointer}.product-gallery__primary--interactive:hover{box-shadow:var(--shadow-md)}.product-gallery__primary--interactive:hover .product-gallery__image{transform:scale(1.02)}.product-gallery__primary:after{content:"";display:block;padding-bottom:0}.product-gallery__image{width:100%;max-width:100%;height:100%;object-fit:contain;transition:opacity var(--transition-base),transform var(--transition-fast)}.product-gallery__thumbs{display:flex;gap:var(--spacing-3);overflow-x:auto;padding-bottom:var(--spacing-1);width:100%;max-width:100%;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.product-gallery__thumb{width:80px;height:80px;flex-shrink:0;border:1px solid var(--border-primary);border-radius:var(--radius-xl);background:var(--surface-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:border-color var(--transition-base),box-shadow var(--transition-base)}.product-gallery__thumb:hover{border-color:var(--brand-red-primary);box-shadow:var(--shadow-sm)}.product-gallery__thumb--active{border-color:var(--brand-red-primary);box-shadow:var(--shadow-sm)}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain;border-radius:var(--radius-lg);transition:transform var(--transition-fast)}.product-gallery__thumb:hover img{transform:scale(1.08)}.product-gallery__primary--clickable{cursor:pointer;position:relative;transition:box-shadow var(--transition-base)}.product-gallery__primary--clickable:hover{box-shadow:var(--shadow-lg)}.product-gallery__primary--clickable:hover .product-gallery__image{transform:scale(1.02)}.product-gallery__primary--clickable:active .product-gallery__image{transform:scale(1)}.product-gallery__primary--clickable:after{content:"";position:absolute;top:var(--spacing-4);right:var(--spacing-4);width:40px;height:40px;background:var(--modal-overlay);border-radius:50%;opacity:0;transition:opacity var(--transition-base),transform var(--transition-base);pointer-events:none;display:flex;align-items:center;justify-content:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0zM10 7v6m3-3H7'/%3E%3C/svg%3E");background-size:24px;background-position:50%;background-repeat:no-repeat}.product-gallery__primary--clickable:hover:after{opacity:1;transform:scale(1.1)}.product-gallery__primary--clickable:focus-visible{outline:2px solid var(--brand-red-primary);outline-offset:4px}.product-info{background:var(--surface-primary);border:1px solid var(--border-primary);border-radius:var(--radius-2xl);padding:var(--spacing-6);display:flex;flex-direction:column;gap:var(--spacing-6);box-shadow:var(--shadow-sm);width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow:hidden}.product-info__header{display:flex;flex-direction:column;gap:var(--spacing-2)}.product-info__title{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.product-info__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--spacing-3);font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);color:var(--text-primary)}.product-info__price-old{font-size:var(--font-size-base);color:var(--text-muted);text-decoration:line-through}.product-info__md-badge{background:var(--color-success-bg);border:1px solid var(--color-success-light);border-radius:var(--radius-lg);padding:var(--spacing-3) var(--spacing-4);margin-top:var(--spacing-2);margin-bottom:var(--spacing-2)}.product-info__md-badge-icon{margin-top:2px}.product-info__md-badge-text{color:var(--text-secondary);line-height:var(--line-height-relaxed,1.5)}.product-info__description{font-size:var(--font-size-base);color:var(--text-secondary);margin:0;display:flex;flex-direction:column;gap:var(--spacing-3);word-wrap:break-word;overflow-wrap:break-word;max-width:var(--prose-width)}.product-specs{display:grid;grid-template-columns:1fr;gap:var(--spacing-3);margin:0;width:100%;max-width:100%;min-width:0}.product-specs__item{display:flex;justify-content:space-between;gap:var(--spacing-4);padding:var(--spacing-1) 0;border-bottom:1px solid var(--border-muted)}.product-specs__item:last-child{border-bottom:none}.product-specs__term{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-secondary);flex:1;margin:0}.product-specs__value{font-size:var(--font-size-sm);color:var(--text-primary);flex:1;margin:0;text-align:right;word-wrap:break-word;overflow-wrap:break-word;min-width:0}.product-specs__value--full{text-align:left;flex:1 0 100%}.product-info__actions{display:flex;flex-direction:column;gap:var(--spacing-4);width:100%;max-width:100%;min-width:0}.product-info__actions .product-card__counter{max-width:200px}.product-description{background:transparent;border:none;border-radius:0;padding:0;box-shadow:none;width:100%;min-width:0;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;gap:var(--spacing-8)}.product-bought-together{display:flex;flex-direction:column;gap:var(--spacing-6);width:100%;padding:var(--spacing-6);background:var(--surface-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);margin-bottom:var(--spacing-8)}.product-bought-together__header{display:flex;flex-direction:column;gap:var(--spacing-2)}.product-bought-together__title{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0}.product-bought-together__subtitle{font-size:var(--font-size-sm);color:var(--text-secondary);margin:0}.product-bought-together__grid{display:flex;flex-direction:column;gap:var(--spacing-4);align-items:center}@media (min-width:640px){.product-bought-together__grid{flex-direction:row;flex-wrap:wrap;justify-content:center}}.product-bought-together__item{position:relative;flex:1 1 200px;max-width:260px;min-width:180px}.product-bought-together__item--main{border:2px solid var(--brand-red-primary);border-radius:var(--radius-xl);padding:var(--spacing-2)}.product-bought-together__checkbox{position:absolute;top:var(--spacing-3);right:var(--spacing-3);width:20px;height:20px;cursor:pointer;z-index:10;accent-color:var(--brand-red-primary)}.product-card--compact{border:1px solid var(--border-primary);border-radius:var(--radius-lg);padding:var(--spacing-3);display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--spacing-2)}.product-card--selectable{cursor:pointer;transition:border-color var(--transition-base),box-shadow var(--transition-base);display:flex;flex-direction:column;align-items:center;text-align:center;border:2px solid var(--border-primary);border-radius:var(--radius-lg);padding:var(--spacing-3);gap:var(--spacing-2)}.product-bought-together__checkbox:checked+.product-card--selectable{border-color:var(--brand-red-primary);box-shadow:var(--shadow-md)}.product-bought-together__checkbox:not(:checked)+.product-card--selectable{opacity:.6}.product-bought-together__separator{display:flex;align-items:center;justify-content:center;color:var(--text-muted);flex-shrink:0}.product-bought-together__actions{display:flex;flex-direction:column;gap:var(--spacing-4);padding-top:var(--spacing-4);border-top:1px solid var(--border-muted)}@media (min-width:640px){.product-bought-together__actions{flex-direction:row;justify-content:space-between;align-items:center}}.product-bought-together__summary{display:flex;flex-direction:column;gap:var(--spacing-1)}@media (min-width:640px){.product-bought-together__summary{flex-direction:row;align-items:baseline;gap:var(--spacing-3)}}.product-bought-together__label{font-size:var(--font-size-sm);color:var(--text-secondary)}.product-bought-together__total{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);color:var(--brand-red-primary)}.product-related{display:flex;flex-direction:column;gap:var(--spacing-4);width:100%;max-width:100%;min-width:0;overflow:hidden}.product-related__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--spacing-3)}.product-related__title{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0}@media (max-width:374px){.product-info{padding:var(--spacing-4);gap:var(--spacing-4)}.product-info__title{font-size:var(--font-size-lg);line-height:var(--line-height-tight)}.product-info__price{font-size:var(--font-size-2xl);gap:var(--spacing-2)}.product-specs{gap:var(--spacing-2)}.product-specs__item{padding:var(--spacing-2) 0;flex-direction:column;align-items:flex-start;gap:var(--spacing-1)}.product-specs__value{text-align:left}.product-info__actions{gap:var(--spacing-3)}.product-info__actions .product-card__counter{max-width:180px;width:auto}.product-description{padding:0;gap:var(--spacing-6)}}@media (min-width:375px) and (max-width:413px){.product-info{padding:var(--spacing-5);gap:var(--spacing-5)}.product-info__title{font-size:var(--font-size-xl)}.product-info__price{font-size:var(--font-size-3xl)}.product-specs__item{flex-direction:column;align-items:flex-start;gap:var(--spacing-1)}.product-specs__value{text-align:left}.product-info__actions .product-card__counter{max-width:180px}}@media (min-width:414px) and (max-width:639px){.product-info{padding:var(--spacing-5)}.product-specs__item{flex-direction:row;align-items:center}.product-specs__value{text-align:right}}@media (min-width:640px){.product-info{padding:var(--spacing-6);gap:var(--spacing-6)}.product-specs{grid-template-columns:1fr}.product-specs__item{flex-direction:row;align-items:center}.product-specs__value{text-align:left}.product-info__actions{flex-direction:column;gap:var(--spacing-4)}.product-info__actions .product-card__counter{max-width:240px;width:auto}.product-info__actions .btn{width:100%}.product-description{background:var(--surface-primary);border:1px solid var(--border-primary);border-radius:var(--radius-2xl);padding:var(--spacing-6);box-shadow:var(--shadow-sm);gap:var(--spacing-8)}}@media (min-width:768px){.product-info__actions{flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--spacing-4)}.product-info__actions .product-card__counter{max-width:200px}.product-info__actions .btn{min-width:200px;width:auto;flex:1}}@media (min-width:1024px){.product-page__grid{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:var(--spacing-8)}.product-specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-4)}}@media (min-width:1366px){.product-page{gap:var(--spacing-10)}.product-info__title{font-size:var(--font-size-2xl)}}