/* Product catalog and product detail */
.product-catalog-page{padding:52px 0 90px;background:#fff}.product-catalog-container{display:grid;grid-template-columns:370px minmax(0,1fr);gap:28px;max-width:1540px;padding-left:20px;padding-right:20px}.product-category-sidebar{padding-right:28px}.product-category-sidebar>h2{margin:0;padding:0 8px 14px;border-bottom:1px solid #ddd;color:#111;font-size:20px;font-weight:700}.product-category-tree{padding-top:5px}.product-category-group{border-bottom:1px solid #eee}.product-category-group summary{position:relative;display:flex;align-items:center;min-height:54px;padding:8px 38px 8px 10px;list-style:none;cursor:pointer}.product-category-group summary::-webkit-details-marker{display:none}.product-category-group summary>a{color:#222;text-decoration:none;font-size:16px;font-weight:500;line-height:1.5}.product-category-group summary>a:hover{color:var(--brand)}.category-chevron{position:absolute;right:13px;top:50%;width:8px;height:8px;border-right:2px solid #222;border-bottom:2px solid #222;transform:translateY(-65%) rotate(45deg);transition:transform .25s}.product-category-group[open] .category-chevron{transform:translateY(-25%) rotate(225deg)}.product-subcategories{display:flex;max-height:0;flex-direction:column;opacity:0;overflow:hidden;transition:max-height .35s ease,opacity .25s ease,padding .35s ease}.product-category-group[open] .product-subcategories{max-height:600px;opacity:1;padding:0 0 10px}.product-subcategories a{display:block;padding:10px 14px;color:#555;text-decoration:none;font-size:15px;transition:color .2s,background-color .2s,padding-left .2s}.product-subcategories a:hover,.product-subcategories a.active{padding-left:20px;color:#e92323;background:#fff7f4}.product-results{min-width:0}.product-results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:44px;margin-bottom:42px}.product-current-filter{display:flex;align-items:center;color:#555;font-size:14px}.current-filter-tag{display:inline-flex;align-items:center;gap:14px;min-height:38px;margin-left:12px;padding:0 12px;border:1px solid #e2e2e2;color:#333;text-decoration:none}.current-filter-tag i{color:#999;font-style:normal;font-size:18px;font-weight:300}.current-filter-tag:hover{border-color:var(--brand);color:var(--brand)}.product-search{position:relative;width:250px;height:40px}.product-search input{width:100%;height:100%;padding:0 48px 0 14px;border:1px solid #ddd;border-radius:0;outline:0;color:#444;font-size:13px}.product-search input:focus{border-color:var(--brand);box-shadow:0 0 0 2px rgba(240,130,0,.08)}.product-search button{position:absolute;right:0;top:0;width:44px;height:40px;border:0;background:transparent}.product-search button::before{content:"";position:absolute;left:12px;top:10px;width:14px;height:14px;border:2px solid #111;border-radius:50%}.product-search button::after{content:"";position:absolute;left:27px;top:25px;width:8px;height:2px;background:#111;transform:rotate(45deg);transform-origin:left center}.product-result-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 26px}.product-result-card{display:block;min-width:0;padding:0 0 18px;color:#111;text-decoration:none;background:#fff;transition:box-shadow .3s,transform .3s}.product-result-image{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;margin-bottom:17px;overflow:hidden;background:#fff}.product-result-image img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .4s}.product-result-card h3{margin:0;padding:0 14px;font-size:16px;font-weight:500;line-height:1.55;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.product-result-card:hover{color:#e92323;transform:translateY(-5px);box-shadow:0 12px 30px rgba(22,27,32,.12)}.product-result-card:hover img{transform:scale(1.045)}.product-pagination{margin-top:55px}
/* Existing product detail page */
.product-detail-hero{display:grid;grid-template-columns:1.1fr 1fr;gap:55px;align-items:center}.product-detail-hero img{width:100%}.product-detail-hero small{color:var(--brand);letter-spacing:2px}.product-detail-hero h1{font-size:34px;margin:10px 0 18px}.product-detail-hero p{color:#666}.specifications{margin-top:55px;padding-top:35px;border-top:1px solid #eee}.specifications h2{font-size:25px;margin-bottom:25px}.specifications .col-md-4{display:flex;flex-direction:column;padding:25px;border-left:3px solid var(--brand);background:#f6f6f6}.specifications strong{font-size:21px}.specifications span{color:#777}
@media(max-width:1199.98px){.product-catalog-container{grid-template-columns:280px minmax(0,1fr)}.product-result-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:991.98px){.product-catalog-page{padding-top:35px}.product-catalog-container{grid-template-columns:1fr;gap:36px}.product-category-sidebar{padding-right:0}.product-category-tree{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px}.product-results-toolbar{margin-bottom:30px}.product-detail-hero{grid-template-columns:1fr}}
@media(max-width:767.98px){.product-catalog-container{padding-left:15px;padding-right:15px}.product-category-tree{grid-template-columns:1fr}.product-results-toolbar{align-items:stretch;flex-direction:column}.product-current-filter{min-height:40px}.product-search{width:100%}.product-result-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}.product-result-card h3{padding:0 8px;font-size:14px}.product-detail-hero h1{font-size:27px}}
@media(max-width:420px){.product-result-grid{grid-template-columns:1fr}.product-result-card h3{font-size:15px}.product-result-image{aspect-ratio:4/3}}

.product-detail-panel{min-width:0;padding:40px;background:#fff;box-shadow:0 10px 35px rgba(24,29,34,.08)}.product-detail-page .product-catalog-container{align-items:start}.product-detail-content{scroll-margin-top:140px;margin-top:50px;padding-top:35px;border-top:1px solid #eee;color:#666;line-height:2}.product-detail-content img{display:block;max-width:100%;height:auto;margin:25px auto}.product-detail-content table{width:100%;margin:25px 0;border-collapse:collapse}.product-detail-content td,.product-detail-content th{padding:10px;border:1px solid #ddd}.product-detail-navigation span{max-width:48%}.product-detail-navigation a{color:#555;text-decoration:none}.product-detail-navigation a:hover{color:var(--brand)}
@media(max-width:767.98px){.product-detail-panel{padding:25px 18px}}

.product-category-group.is-current>summary>a{color:var(--brand);font-weight:700}.product-category-group.is-current>summary .category-chevron{border-color:var(--brand)}


/* Product detail gallery */
.product-gallery{position:relative;min-width:0;overflow:hidden;background:#f7f7f8}
.product-gallery-swiper,.product-gallery-single{width:100%;aspect-ratio:1/1}
.product-gallery-single{display:flex;align-items:center;justify-content:center}
.product-gallery-slide{display:flex;align-items:center;justify-content:center;background:#f7f7f8}
.product-detail-hero .product-gallery img{display:block;width:100%;height:100%;object-fit:contain}
.product-gallery-prev,.product-gallery-next{position:absolute;top:50%;z-index:5;width:42px;height:42px;margin-top:-21px;border:0;border-radius:50%;color:#fff;background:rgba(32,38,136,.78);box-shadow:0 5px 16px rgba(0,0,0,.16);transition:background-color .2s,transform .2s}
.product-gallery-prev{left:16px}.product-gallery-next{right:16px}
.product-gallery-prev::after,.product-gallery-next::after{content:"";position:absolute;left:50%;top:50%;width:10px;height:10px;border-top:2px solid currentColor;border-right:2px solid currentColor}
.product-gallery-prev::after{transform:translate(-35%,-50%) rotate(-135deg)}
.product-gallery-next::after{transform:translate(-65%,-50%) rotate(45deg)}
.product-gallery-prev:hover,.product-gallery-next:hover{background:var(--brand);transform:scale(1.06)}
.product-gallery-prev.swiper-button-disabled,.product-gallery-next.swiper-button-disabled{opacity:.25;cursor:not-allowed}
.product-gallery-pagination{position:absolute;left:0;right:0;bottom:15px!important;z-index:5;text-align:center}
.product-gallery-pagination .swiper-pagination-bullet{width:9px;height:9px;margin:0 5px!important;border-radius:50%;background:#aeb2ba;opacity:.7}
.product-gallery-pagination .swiper-pagination-bullet-active{width:24px;border-radius:5px;background:var(--brand);opacity:1}
.product-gallery.is-single .product-gallery-prev,.product-gallery.is-single .product-gallery-next,.product-gallery.is-single .product-gallery-pagination{display:none}
@media(max-width:575.98px){.product-gallery-prev,.product-gallery-next{width:36px;height:36px;margin-top:-18px}.product-gallery-prev{left:10px}.product-gallery-next{right:10px}}