:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}:root{--theme-light-green:#e5f0e3}.product-grid-container{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5}@media (max-width:991px){.product-grid-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.product-grid-container{grid-template-columns:repeat(2,1fr)}.product-grid-item{padding:1rem .5rem}.image-circle-bg{padding:.5rem;margin-bottom:.75rem}.product-name{font-size:.75rem}.product-price{font-size:.9rem}}.product-grid-item{border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:2.5rem 1.5rem;display:flex;flex-direction:column}.image-circle-bg{background-color:var(--theme-light-green);border-radius:50%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;padding:1.5rem;position:relative;transition:transform .3s ease}.product-grid-item:hover .image-circle-bg{transform:scale(1.02)}.image-circle-bg img{max-width:100%;max-height:100%;object-fit:contain;mix-blend-mode:multiply}.filter-pill{border:1px solid #e5e5e5;border-radius:50px;padding:.5rem 1.25rem;font-size:.875rem;background:transparent;color:#666;cursor:pointer;transition:all .2s;white-space:nowrap}.filter-pill:hover{border-color:#ccc;color:#333}.filter-pill.active{background-color:var(--theme-light-green);border-color:var(--theme-light-green);color:#111;font-weight:500}.filter-bar{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.filter-bar::-webkit-scrollbar{display:none}.product-info-wrapper{margin-top:auto}.product-name{font-size:.95rem;letter-spacing:.5px;margin-bottom:.5rem;color:#333;text-transform:uppercase}.product-price-row{display:flex;justify-content:space-between;align-items:center}.product-price{font-weight:700;font-size:1.125rem;color:#111}.product-price-strike{text-decoration:line-through;color:#999;margin-right:.5rem;font-weight:400;font-size:1rem}.product-rating{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#666}.star-icon{width:14px;height:14px;fill:#111}.star-icon.empty{fill:none;stroke:#111;stroke-width:1.5}.editorial-grid{display:grid;grid-template-columns:55% 45%;border:1px solid #e5e5e5;background:#fff}.editorial-col-left{display:flex;flex-direction:column;border-right:1px solid #e5e5e5}.editorial-block{display:flex;flex:1 1}.editorial-block.top{border-bottom:1px solid #e5e5e5}.editorial-img-container{align-items:center}.editorial-img-container,.editorial-text-container{flex:1 1;padding:2rem;display:flex;justify-content:center}.editorial-text-container{flex-direction:column;border-left:1px solid #e5e5e5;position:relative}.grid-bg-pattern{background-size:40px 40px;background-image:linear-gradient(90deg,#f0f0f0 1px,transparent 0),linear-gradient(180deg,#f0f0f0 1px,transparent 0)}.editorial-col-right{display:flex;flex-direction:column}.editorial-right-top{display:flex;justify-content:space-between;align-items:flex-start;padding:2rem;border-bottom:1px solid #e5e5e5;flex:1 1}.editorial-right-bottom{padding:3rem 2rem;flex:1 1;display:flex;flex-direction:column;justify-content:center}.image-bg img{width:100%;height:auto;object-fit:contain;display:block}.editorial-title{font-size:2.5rem;font-weight:500;line-height:1.1;margin-bottom:1rem;letter-spacing:-1px}.editorial-desc{font-size:.95rem;color:#666;line-height:1.6}.editorial-arrow-btn{width:50px;height:30px;border-radius:15px;background:#e0e0e0;display:inline-flex;align-items:center;justify-content:center;margin-top:2rem}.play-circle{background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;z-index:1}.play-circle,.play-circle-outline{width:60px;height:60px;position:relative}.play-circle-outline{border:1px solid #000;border-radius:50%;margin-right:-20px;z-index:0}.play-btn-group{display:flex;align-items:center}@media (max-width:991px){.editorial-grid{grid-template-columns:1fr}.editorial-col-left{border-right:none;border-bottom:1px solid #e5e5e5}}@media (max-width:575px){.editorial-block{flex-direction:column}.editorial-text-container{border-left:none;border-top:1px solid #e5e5e5}.editorial-right-top{flex-direction:column-reverse;gap:2rem}}@media (min-width:992px){#collectionCarousel1{padding-left:80px;padding-right:80px}}