.product-header-section{padding-left:2rem;padding-right:2rem;max-width:1536px;margin-left:auto;margin-right:auto;margin-bottom:5rem}.product-header-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}.product-header-image{position:relative;width:100%;display:flex;justify-content:center}.product-header-main-image{max-width:100%;background-color:var(--color-paper);border-radius:0.5rem;overflow:hidden}.product-header-main-image img{display:block;max-width:100%;height:auto}.product-header-details{padding-top:2rem}.product-header-title{font-size:3rem;font-family:var(--font-family-heading);margin-bottom:1rem;line-height:1.2}.product-header-subtitle{font-family:var(--font-family-heading);font-style:italic;font-size:1.25rem;color:rgba(26,28,28,0.6);margin-bottom:2rem}.product-header-price{font-size:1.5rem;font-family:var(--font-family-body);margin-bottom:2.5rem;display:flex;align-items:baseline;gap:1rem}.product-header-description{color:rgba(26,28,28,0.6);line-height:1.5;margin-bottom:2.5rem;max-width:28rem}.product-header-features,.product-header-benefits{margin-bottom:2rem}.product-header-features h3,.product-header-benefits h3{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.1em;margin-bottom:0.75rem}.product-header-features ul,.product-header-benefits ul{padding-left:1rem;list-style:disc}.product-header-specs{margin-bottom:3rem}.product-header-specs>div{display:flex;justify-content:space-between;border-bottom:1px solid rgba(220,192,186,0.2);padding-bottom:1rem;margin-bottom:1rem}@media (min-width:480px){.product-header-title{font-size:3.5rem}}@media (min-width:768px){.product-header-grid{grid-template-columns:repeat(12,1fr)}.product-header-image{grid-column:span 7;justify-content:flex-start}.product-header-details{grid-column:span 5;padding-top:5rem;padding-left:3rem}}.product-affiliation-offers{background-color:var(--color-background);padding:clamp(2rem,5vw,3rem)}.product-affiliation-offers__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(1rem,3vw,2rem)}.product-affiliation-offers__offer{background-color:var(--color-paper);padding:clamp(1rem,2vw,1.5rem);border-radius:clamp(0.5rem,1vw,1rem)}.product-affiliation-offers__offer--best-price{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);color:var(--color-primary-contrast)}.product-affiliation-offers__offer--best-price .product-affiliation-offers__merchant-name,.product-affiliation-offers__offer--best-price .product-affiliation-offers__price-value,.product-affiliation-offers__offer--best-price .product-affiliation-offers__shipping-cost,.product-affiliation-offers__offer--best-price .product-affiliation-offers__shipping-info,.product-affiliation-offers__offer--best-price .product-affiliation-offers__rating{color:var(--color-primary-contrast)}.product-affiliation-offers__offer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:clamp(0.5rem,1vw,1rem)}.product-affiliation-offers__merchant-name{font-family:var(--font-family-heading);font-size:var(--font-size-h4);line-height:var(--line-height-heading);color:var(--color-text-primary);margin:0}.product-affiliation-offers__badge{background-color:var(--color-accent);color:var(--color-text-primary);padding:0.25rem 0.5rem;border-radius:clamp(0.25rem,0.5vw,0.5rem);font-family:var(--font-family-body);font-size:var(--font-size-small);font-weight:bold;text-transform:uppercase;letter-spacing:0.05em}.product-affiliation-offers__offer-details{margin-bottom:clamp(0.5rem,1vw,1rem)}.product-affiliation-offers__price{font-family:var(--font-family-body);font-size:var(--font-size-h5);line-height:var(--line-height-body);color:var(--color-text-primary);margin-bottom:clamp(0.25rem,0.5vw,0.5rem)}.product-affiliation-offers__price-value{font-weight:bold}.product-affiliation-offers__shipping{font-family:var(--font-family-body);font-size:var(--font-size-small);line-height:var(--line-height-body);color:var(--color-text-secondary);margin-bottom:clamp(0.25rem,0.5vw,0.5rem)}.product-affiliation-offers__rating{font-family:var(--font-family-body);font-size:var(--font-size-small);line-height:var(--line-height-body);color:var(--color-secondary)}.product-affiliation-offers__link{display:inline-block;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);color:var(--color-primary-contrast);padding:clamp(0.5rem,1vw,1rem);border-radius:clamp(0.5rem,1vw,1rem);text-decoration:none;font-family:var(--font-family-body);font-size:var(--font-size-small);font-weight:bold;text-align:center;transition:opacity 0.3s ease}.product-affiliation-offers__link:hover{opacity:0.8}@media (max-width:768px){.product-affiliation-offers__list{grid-template-columns:1fr}.product-affiliation-offers__offer-header{flex-direction:column;align-items:flex-start;gap:0.5rem}}.product-content-section{background-color:var(--color-paper);padding:8rem 2rem;overflow:hidden}.product-content-container{max-width:1536px;margin:0 auto}.product-content-grid{display:grid;grid-template-columns:1fr;gap:6rem;align-items:center}.product-content-text{}.product-content-title{font-family:var(--font-family-heading);font-size:2.25rem;margin-bottom:2rem;line-height:var(--line-height-heading);color:var(--color-text-primary)}.product-content-description{display:flex;flex-direction:column;gap:1.5rem;color:var(--color-text-secondary);line-height:var(--line-height-body);font-size:1.125rem;max-width:36rem;font-family:var(--font-family-body)}.product-content-link{display:inline-flex;align-items:center;gap:0.5rem;color:var(--color-primary);font-family:var(--font-family-body);text-transform:uppercase;letter-spacing:0.05em;font-size:0.75rem;border-bottom:1px solid rgba(154,64,42,0.2);padding-bottom:0.25rem;margin-top:1rem;text-decoration:none;transition:border-color 0.3s ease}.product-content-link:hover{border-bottom-color:var(--color-primary)}.product-content-link i{font-size:0.875rem}.product-content-image-wrapper{position:relative}.product-content-image-bg{aspect-ratio:1;border-radius:1rem;overflow:hidden;background-color:var(--color-accent-dark)}.product-content-image{width:100%;height:100%;object-fit:cover}.product-content-image-effect{position:absolute;top:-3rem;left:-3rem;width:12rem;height:12rem;background-color:rgba(186,87,64,0.3);border-radius:50%;filter:blur(64px);z-index:-1}@media (min-width:768px){.product-content-grid{grid-template-columns:1fr 1fr}}@media (min-width:480px){.product-content-section{padding:4rem 1rem}.product-content-grid{gap:3rem}.product-content-title{font-size:1.875rem}.product-content-description{font-size:1rem}}@media (min-width:1024px){.product-content-section{padding:6rem 2rem}.product-content-grid{gap:4rem}.product-content-title{font-size:2.5rem}.product-content-description{font-size:1.125rem}}.product-extended-content{padding:8rem 2rem;max-width:1400px;margin:0 auto}.product-extended-main{display:flex;flex-direction:column;gap:5rem}.product-extended-secondary{flex:1}.product-extended-tertiary{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:768px){.product-extended-main{flex-direction:row}.product-extended-secondary{flex:0 0 33.333%}.product-extended-tertiary{flex:0 0 66.667%;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.product-extended-content{padding:8rem 2rem}}.newsletter-section{padding:2rem;margin-bottom:5rem}.newsletter-container{max-width:1280px;margin:0 auto;background-color:rgba(240,224,208,0.3);padding:5rem 2rem;border-radius:0.75rem;text-align:center}.newsletter-title{font-family:var(--font-family-heading);font-size:var(--font-size-h3);line-height:var(--line-height-heading);margin-bottom:1rem;color:var(--color-text-primary)}.newsletter-description{font-family:var(--font-family-body);font-size:var(--font-size-base);line-height:var(--line-height-body);margin-bottom:2.5rem;max-width:28rem;margin-left:auto;margin-right:auto;color:var(--color-text-secondary)}.newsletter-form{max-width:32rem;margin:0 auto;display:flex;gap:1rem}.newsletter-input{flex:1;background-color:var(--color-background);border:none;padding:1rem 1.5rem;border-radius:0.5rem;font-family:var(--font-family-body);font-size:var(--font-size-small);letter-spacing:0.05em;text-transform:uppercase;color:var(--color-text-primary)}.newsletter-input::placeholder{color:rgba(126,43,24,0.4)}.newsletter-input:focus{outline:1px solid var(--color-primary)}.newsletter-button{background-color:var(--color-text-primary);color:var(--color-background);padding:1rem 2rem;border-radius:0.5rem;font-family:var(--font-family-body);font-size:var(--font-size-small);letter-spacing:0.1em;text-transform:uppercase;transition:background-color 0.3s}.newsletter-button:hover{background-color:var(--color-primary)}@media (max-width:768px){.newsletter-section{padding:1rem;margin-bottom:2.5rem}.newsletter-container{padding:2.5rem 1rem}.newsletter-form{flex-direction:column;gap:0.5rem}}@media (max-width:480px){.newsletter-title{font-size:var(--font-size-h4)}.newsletter-description{font-size:var(--font-size-small)}}