.shop-container{font-family:'Inter',sans-serif;background-color:var(--color-fondo-oscuro);color:#f8fafc;padding:calc(80px + 2rem) 1rem 2rem;position:relative;flex-grow:1}.shop-content-wrapper{position:relative;z-index:10;max-width:80rem;margin-left:auto;margin-right:auto;width:100%}.spheres-container{display:none}.product-container{background-color:var(--color-light-grey-alt);border-radius:0.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);overflow:hidden;padding:2.5rem}.product-content{display:flex;flex-direction:row;gap:2rem}.product-image-section{flex:1;display:flex;justify-content:center;align-items:center;padding:1rem}.gallery-wrapper{width:100%;max-width:500px;aspect-ratio:1 / 1.2;display:flex;flex-direction:column}.product-gallery-slider{flex:1;min-height:0;width:100%;border-radius:0.5rem;overflow:hidden}.product-gallery-slider .swiper-slide img{width:auto;height:100%;object-fit:cover;background-color:#ffffff;cursor:pointer}.product-gallery-thumbs{height:80px;margin-top:10px;width:100%}.product-gallery-thumbs .swiper-slide{width:25%;height:100%;opacity:0.4;cursor:pointer;border-radius:5px;overflow:hidden;transition:opacity 0.3s;background-color:#ffffff}.product-gallery-thumbs .swiper-slide-thumb-active{opacity:1;border:2px solid var(--color-primario)}.product-gallery-thumbs .swiper-slide img{width:auto;height:100%;object-fit:cover;background-color:#ffffff}.single-image-wrapper{width:100%;max-width:500px;aspect-ratio:1 / 1;background-color:#ffffff;border-radius:0.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06)}.single-image-wrapper img{width:auto;height:100%;min-height:100%;object-fit:cover}.product-details-section{flex:1;display:flex;flex-direction:column;justify-content:center;padding:1rem}.product-details-section__title{font-size:1.5rem;line-height:1.2;font-weight:800;color:#fff;margin-bottom:3rem}.product-details-section__price-container{display:flex;align-items:baseline;margin-bottom:1.5rem}.price-offer{color:#ffffff;font-size:1.2rem;font-weight:bold}.product-details-section__info{margin-bottom:1.5rem;color:#d1d5db}.product-details-section__info>.detail-item+.detail-item{margin-top:0.75rem}.detail-item{margin-bottom:8px;font-size:0.95em;color:#d1d5db}.detail-item strong{color:#ffffff;margin-right:5px}.description-content{display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;position:relative;transition:max-height 0.3s ease;margin-top:0.5rem;line-height:1.6}.description-content.expanded{-webkit-line-clamp:unset;line-clamp:unset}.btn-read-more{background:none;border:none;color:var(--primary-color,#e53e3e);font-weight:bold;cursor:pointer;padding:0;margin-top:0.5rem;font-size:0.9em;display:inline-flex;align-items:center;gap:0.3rem;transition:color 0.2s ease}.btn-read-more:hover{color:#fff;text-decoration:underline}@media (max-width:768px){.product-container{padding:0}.product-content{flex-direction:column}.product-image-section{width:100%;padding:0}.gallery-wrapper{max-width:100%;aspect-ratio:1 / 1.2;border-radius:0}.product-gallery-slider{border-radius:5px}.single-image-wrapper{width:100%;max-width:100%;aspect-ratio:1 / 1}.product-details-section{padding:1.5rem}}.product-card{background-color:var(--color-light-grey-alt);border-radius:0.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);overflow:hidden;transition:all 0.3s ease-in-out;padding-bottom:20px;height:100%;display:flex;flex-direction:column}.product-card:hover{transform:scale(1.05);box-shadow:0 25px 50px -12px rgba(0,0,0,0.25)}.product-card__link{display:flex;flex-direction:column;text-decoration:none;height:100%;flex-grow:1}.product-card__image-wrapper{width:100%;height:12rem;background-color:#ffffff;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card__image{width:auto;height:100%;object-fit:cover}.product-card__content{padding:1.25rem;text-align:left;display:flex;flex-direction:column;flex-grow:1}.product-card__title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card__price{font-size:0.8rem;font-weight:700;color:#f87171;margin-bottom:20px}.product-card__content .btn{margin-top:auto;padding:5px 20px;font-size:0.85rem}.product-card--minimal .product-card__content{padding-bottom:1rem}.related-products{margin-top:4rem;width:100%;max-width:70%;margin-left:auto;margin-right:auto}.related-products__title{font-size:2.25rem;font-weight:800;color:#fff;text-align:center;margin-bottom:2rem}.related-products__see-all-container{text-align:center;margin-top:3rem}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (min-width:640px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-grid__empty-message{grid-column:1 / -1;text-align:center;color:#9ca3af;padding:2rem}.not-found{text-align:center;padding-top:5rem;padding-bottom:5rem}.not-found__title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem}.not-found__text{font-size:1.25rem;color:#d1d5db;margin-bottom:2rem}.not-found__link:hover{background-color:#b91c1c}.product-breadcrumb{font-size:0.9rem;color:#9ca3af;margin-bottom:3rem;display:flex;flex-wrap:wrap;gap:0.5rem;align-items:center}.product-breadcrumb a{color:#d1d5db;text-decoration:none;transition:color 0.2s}.product-breadcrumb a:hover{color:#3b82f6;text-decoration:underline}.breadcrumb-category{color:#d1d5db}.breadcrumb-current{color:#ffffff;font-weight:600}