.page-title{color:var(--default-color);background-color:var(--background-color);padding:25px 0;position:relative}.page-title h1{font-size:24px;font-weight:700}.page-title .breadcrumbs ol{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0;font-size:14px;font-weight:400}.page-title .breadcrumbs ol li+li{padding-left:10px}.page-title .breadcrumbs ol li+li:before{content:"/";display:inline-block;padding-right:10px;color:color-mix(in srgb,var(--default-color),transparent 70%)}.page-title .breadcrumbs a{color:var(--accent-color);text-decoration:none}.page-title .breadcrumbs a:hover{color:color-mix(in srgb,var(--accent-color),transparent 25%)}.page-title .breadcrumbs .current{color:color-mix(in srgb,var(--default-color),transparent 30%)}.product-list .product-container{position:relative;min-height:400px}.product-list .section-title{text-align:center;padding-bottom:60px;position:relative}.product-list .section-title h1{margin-top:0;margin-bottom:.5rem;font-size:calc(1.375rem + 1.5vw);font-weight:500;line-height:1.2;color:var(--heading-color)}.product-list .section-title h1 strong{font-weight:700}@media (min-width:1200px){.product-list .section-title h1{font-size:2.5rem}}.product-list .section-title p{margin-bottom:0}.product-list .product-grid{display:grid;grid-template-columns:1fr;gap:30px}@media (min-width:768px){.product-list .product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.product-list .product-grid{grid-template-columns:repeat(3,1fr)}}.product-list .product-item{margin-bottom:0}.product-list .product-card{position:relative;height:100%;background-color:var(--surface-color);border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:all .3s ease}.product-list .product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.product-list .product-card:hover .product-image .product-overlay{opacity:1;visibility:visible}.product-list .product-image{position:relative;overflow:hidden;padding-top:100%}.product-list .product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:all .5s ease}.product-list .product-image .product-overlay{position:absolute;bottom:0;left:0;width:100%;padding:20px;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent);opacity:0;visibility:hidden;transition:all .3s ease;z-index:3;display:flex;flex-direction:column;align-items:center;gap:15px}.product-list .product-image .product-overlay .btn-cart{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 20px;font-size:14px;font-weight:500;color:var(--contrast-color);background-color:var(--accent-color);border-radius:30px;transition:all .3s ease;text-decoration:none}.product-list .product-image .product-overlay .btn-cart:hover{background-color:color-mix(in srgb,var(--accent-color),#000 10%);transform:translateY(-2px)}.product-list .product-info{padding:20px}.product-list .product-info .product-title{margin-bottom:0;font-size:16px;font-weight:600;color:var(--heading-color)}@media (max-width:767.98px){.product-list .product-info{padding:15px}.product-list .product-info .product-title{font-size:15px}}@media (max-width:575.98px){.product-list .product-grid{gap:15px}}#overlayNublado{position:absolute;inset:0;z-index:10;display:flex;justify-content:center;backdrop-filter:blur(8px);background-color:rgba(255,255,255,.1)}#overlayNublado .restricted-access-panel{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:3rem;max-width:720px;margin:0 auto}#overlayNublado .restricted-access-icon{display:block;font-size:5rem;width:1em;height:1em;fill:#247de3;margin:0 auto 1.5rem}#overlayNublado h1{font-family:var(--heading-font),sans-serif;font-size:35px;font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--heading-color)}#overlayNublado .lead,#overlayNublado .lead span,#overlayNublado .lead strong{font-family:var(--heading-font),sans-serif;font-size:20px;line-height:1.5;font-weight:400;color:var(--default-color)}#overlayNublado .btn-accept{display:inline-flex;align-items:center;justify-content:center;margin-top:1.5rem;padding:.6rem 1.5rem;font-size:1rem;font-weight:500;color:var(--contrast-color);background-color:var(--accent-color);border:0;border-radius:.375rem;cursor:pointer;transition:background-color .3s ease}#overlayNublado .btn-accept:hover{background-color:color-mix(in srgb,var(--accent-color),#000 10%)}.product-details .product-images{position:relative;margin-bottom:2rem}.product-details .product-images .main-image-container{position:relative;overflow:hidden;border-radius:8px;background-color:var(--surface-color)}.product-details .product-images .main-image-container .main-image{width:100%;height:auto;object-fit:contain}.product-details .product-images .product-thumbnails{margin-top:1rem}.product-details .product-images .product-thumbnails .thumbnail-item{display:inline-block;max-width:106px;cursor:pointer;border-radius:6px;overflow:hidden;border:2px solid var(--accent-color);opacity:1}.product-details .product-images .product-thumbnails .thumbnail-item img{width:100%;height:auto;object-fit:cover;display:block}.product-details .product-info{padding:0 .5rem}@media (min-width:992px){.product-details .product-info{padding:0 1rem}}.product-details .product-info .product-title{font-size:1.75rem;font-weight:700;margin:.5rem 0 1rem;color:var(--heading-color)}@media (min-width:768px){.product-details .product-info .product-title{font-size:2rem}}.product-details .product-info .product-short-description{color:color-mix(in srgb,var(--default-color),transparent 20%);line-height:1.6;margin-bottom:1.5rem}.product-details .product-info .product-short-description p{margin-bottom:.75rem}.product-details .product-info .product-actions{display:flex;flex-direction:column;gap:.75rem}.product-details .product-info .product-actions .add-to-cart-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1.25rem;font-size:1rem;font-weight:500;text-decoration:none;background-color:var(--accent-color);border:1px solid var(--accent-color);border-radius:.375rem;color:var(--contrast-color);transition:all .3s ease}.product-details .product-info .product-actions .add-to-cart-btn:hover{background-color:color-mix(in srgb,var(--accent-color),#000 10%);border-color:color-mix(in srgb,var(--accent-color),#000 10%)}.product-details .product-info .form-select{display:block;width:100%;padding:.5rem 2.25rem .5rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--default-color);background-color:var(--surface-color);border:1px solid color-mix(in srgb,var(--default-color),transparent 70%);border-radius:.375rem;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px}.product-not-found{text-align:center;padding:4rem 1rem}.product-not-found h2{font-size:1.75rem;font-weight:700;color:var(--heading-color)}