.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:30px;width:100%}.single-product-card>*{text-decoration:none!important}.single-product-wraper{width:100%;text-decoration:none!important;max-width:320px}.single-product-card{width:100%;background:#fff;border-radius:10px;border:1px solid #f0f0f0;transition:0.25s;position:relative;overflow:hidden;cursor:pointer;height:100%}.single-product-card:hover{box-shadow:0 4px 12px rgb(0 0 0 / .05);transform:translateY(-2px)}.single-product-card .product-flags{position:absolute;top:10px;left:10px;z-index:5;display:flex;flex-direction:column;gap:6px}.single-product-card .product-flags svg{width:40px;height:40px;padding:4px;border-radius:12px;background:rgb(255 255 255 / .95);backdrop-filter:blur(10px);border:1px solid rgb(0 0 0 / .06);box-shadow:0 4px 12px rgb(0 0 0 / .08);transition:0.25s}.single-product-card:hover .product-flags svg{transform:translateX(2px)}.single-product-card .product-image{width:100%;height:320px;overflow:hidden;background:#f5f5f5}.single-product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:0.3s}.single-product-card:hover .product-image img{transform:scale(1.05)}.single-product-card .product-details{padding:14px}.single-product-card .product-title{font-size:15px;font-weight:600;margin-bottom:4px;color:var(--text-color)}.single-product-card .product-colors{display:flex;align-items:center;gap:6px;margin-bottom:8px;flex-wrap:wrap}.single-product-card .product-colors .color{width:14px;height:14px;border-radius:50%;border:1px solid #ddd}.single-product-card .product-colors .color-count{font-size:12px;color:#777}.single-product-card .text-muted,.single-product-card .product-sizes{font-size:12px;color:#666;margin-bottom:8px;display:block}.single-product-card .price-info{display:flex;flex-direction:column;gap:4px}.single-product-card .price-info .text-muted{color:var(--bs-primary)!important}.single-product-card .product-price{font-size:16px;font-weight:600;color:var(--bs-success)!important}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.products-grid .single-product-card{max-width:100%;min-width:0}.single-product-card .product-image{height:240px}}@media(max-width:480px){.single-product-card .product-tag{padding:4px 6px;font-size:8px}.single-product-card .product-image{height:auto;object-fit:contain}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.products-grid .single-product-card{width:100%;max-width:100%;min-width:0}.single-product-card .product-image{height:180px}.single-product-card .product-details{padding:10px}.single-product-card .product-title{font-size:13px}}.collections-section{background:linear-gradient(135deg,rgb(70 63 58 / .02) 0%,rgb(138 129 124 / .02) 100%);border-radius:12px;margin-bottom:30px;padding-block:20px!important}.collections-section .title{font-size:32px;font-weight:600;color:var(--heading-color);margin-bottom:35px;display:block;letter-spacing:.5px}.collections-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:0!important}.collection-card{display:flex;align-items:center;gap:20px;padding:25px;background:#fff;border:2px solid #f0f0f0;border-radius:12px;cursor:pointer;text-decoration:none;transition:all 0.3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .03)}.collection-card::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .4),transparent);transition:left 0.5s ease}.collection-card:hover{border-color:var(--primary-color);background:#fafafa;transform:translateX(8px);box-shadow:0 12px 24px rgb(70 63 58 / .12)}.collection-card:hover::before{left:100%}.collection-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;min-width:80px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-color-light) 100%);border-radius:10px;color:#fff;transition:transform 0.3s ease;overflow:hidden}.collection-icon img{width:100%;height:100%;object-fit:cover;object-position:center}.collection-card:hover .collection-icon{transform:scale(1.08)}.collection-icon svg{fill:#fff}.collection-info{flex:1;display:flex;flex-direction:column;gap:8px}.collection-title{margin:0;font-size:18px;font-weight:600;color:var(--text-color);letter-spacing:.3px;transition:color 0.3s ease}.collection-card:hover .collection-title{color:var(--primary-color)}.view-link{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;transition:color 0.3s ease}.view-link svg{width:14px;height:14px;fill:var(--text-muted);transition:all 0.3s ease}.collection-card:hover .view-link{color:var(--primary-color)}.collection-card:hover .view-link svg{fill:var(--primary-color);transform:translateX(4px)}@media (max-width:1024px){.collections-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.collection-card{padding:20px}.collection-icon{width:70px;height:70px}}@media (max-width:768px){.collections-section{padding:25px var(--global-padding)!important}.collections-section .title{font-size:24px;margin-bottom:25px}.collections-grid{grid-template-columns:repeat(2,1fr);gap:16px}.collection-card{padding:18px}.collection-icon{width:60px;height:60px}.collection-title{font-size:16px}}@media (max-width:480px){.collections-section{padding:20px 20px!important;margin-bottom:20px}.collections-section .title{font-size:20px;margin-bottom:20px}.collections-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.collection-card{flex-direction:column;justify-content:center;text-align:center;padding:12px;gap:10px;min-width:0}.collection-icon{width:120px;height:120px;min-width:120px}.collection-info{align-items:center;gap:4px;min-width:0}.collection-title{font-size:14px;line-height:1.3}.view-link{display:none!important;font-size:11px}}.all-content{margin-top:125px}.banners{width:100%;max-width:100%;padding-inline:var(--global-padding);overflow:hidden;margin-bottom:25px}.banners .owl-carousel,.banners .owl-stage-outer,.banners .owl-stage,.banners .owl-item,.banners .item{height:80vh;border-radius:10px}.banners .item{display:block;overflow:hidden;position:relative}.banners .item img{width:100%;height:100%;object-fit:contain;border-radius:10px;overflow:hidden}.banners .item::after{content:"";position:absolute;inset:0;background:#fff0}@media (max-width:768px){.banners .owl-carousel,.banners .owl-stage-outer,.banners .owl-stage,.banners .owl-item,.banners .item{height:auto}}.process-section{padding:0 var(--global-padding);display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-block:25px}.process-section .single-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:30px 20px;background:#f3f3f347;border-radius:12px;border:1px solid rgb(33 37 41 / .05);transition:transform 0.2s ease,box-shadow 0.2s ease;cursor:pointer}.process-section .single-item:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgb(0 0 0 / .04)}.process-section .icon-circle{display:flex;align-items:center;justify-content:center;width:100px;height:100px;border-radius:50%;background:#fdfdfd;border:1px solid rgb(33 37 41 / .1);margin-bottom:18px;color:#212529;transition:border-color 0.3s ease}.process-section .single-item:hover .icon-circle{border-color:rgb(33 37 41 / .25)}@media (max-width:992px){.process-section{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:576px){.process-section{grid-template-columns:1fr}}.home-section{margin-block:25px;padding:0 var(--global-padding);display:flex;flex-direction:column;gap:25px}.home-section .title{font-size:2rem;font-weight:700;color:#1a1a1a;display:inline-block;margin:auto;text-align:center}.home-section .section-content{width:100%}.google-reviews-card{background:#fff;border:1px solid #e6e6e6;border-radius:12px;overflow:hidden}.google-reviews-card .feedbacks{padding:28px;gap:18px}.google-reviews-card .feedback-card{padding:18px;background:#fff;border:1px solid #ddd;border-radius:10px;display:flex;flex-direction:column}.google-reviews-card .feedback-card .head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.google-reviews-card .feedback-card .avatar img{width:42px;height:42px;border-radius:50%;object-fit:cover;border:1px solid #eee}.google-reviews-card .feedback-card .name{font-weight:600;font-size:14px;color:#202124;line-height:1.2}.google-reviews-card .feedback-card .time{font-size:12px;color:#80868b;margin-top:2px}.google-reviews-card .feedback-card .stars{color:#f4b400;font-size:13px;margin-bottom:8px;letter-spacing:1px}.google-reviews-card .feedback-card .text{font-size:14px;color:#3c4043;line-height:1.5}.google-reviews-card .card-foot{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:#f3f3f347;border-top:1px solid #ededed;flex-wrap:wrap;gap:16px}.google-reviews-card .card-foot .rating-info{display:flex;align-items:center;gap:12px}.google-reviews-card .card-foot .rating-info .total-rating{font-size:1.5rem;font-weight:600;color:#202124}.google-reviews-card .card-foot .rating-info .stars{color:#f4b400;font-size:1rem;letter-spacing:1px}.google-reviews-card .card-foot .rating-info .total-count{font-size:.85rem;font-weight:600;color:#80868b;text-transform:uppercase}@media (max-width:478px){.google-reviews-card .card-foot{flex-direction:column;align-items:center}}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:30px;width:100%}.single-product-card>*{text-decoration:none!important}.single-product-wraper{width:100%;text-decoration:none!important;max-width:320px}.single-product-card{width:100%;background:#fff;border-radius:10px;border:1px solid #f0f0f0;transition:0.25s;position:relative;overflow:hidden;cursor:pointer;height:100%}.single-product-card:hover{box-shadow:0 4px 12px rgb(0 0 0 / .05);transform:translateY(-2px)}.single-product-card .product-flags{position:absolute;top:10px;left:10px;z-index:5;display:flex;flex-direction:column;gap:6px}.single-product-card .product-flags svg{width:40px;height:40px;padding:4px;border-radius:12px;background:rgb(255 255 255 / .95);backdrop-filter:blur(10px);border:1px solid rgb(0 0 0 / .06);box-shadow:0 4px 12px rgb(0 0 0 / .08);transition:0.25s}.single-product-card:hover .product-flags svg{transform:translateX(2px)}.single-product-card .product-image{width:100%;height:320px;overflow:hidden;background:#f5f5f5}.single-product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:0.3s}.single-product-card:hover .product-image img{transform:scale(1.05)}.single-product-card .product-details{padding:14px}.single-product-card .product-title{font-size:15px;font-weight:600;margin-bottom:4px;color:var(--text-color)}.single-product-card .product-colors{display:flex;align-items:center;gap:6px;margin-bottom:8px;flex-wrap:wrap}.single-product-card .product-colors .color{width:14px;height:14px;border-radius:50%;border:1px solid #ddd}.single-product-card .product-colors .color-count{font-size:12px;color:#777}.single-product-card .text-muted,.single-product-card .product-sizes{font-size:12px;color:#666;margin-bottom:8px;display:block}.single-product-card .price-info{display:flex;flex-direction:column;gap:4px}.single-product-card .price-info .text-muted{color:var(--bs-primary)!important}.single-product-card .product-price{font-size:16px;font-weight:600;color:var(--bs-success)!important}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.products-grid .single-product-card{max-width:100%;min-width:0}.single-product-card .product-image{height:240px}}@media(max-width:480px){.single-product-card .product-tag{padding:4px 6px;font-size:8px}.single-product-card .product-image{height:auto;object-fit:contain}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.products-grid .single-product-card{width:100%;max-width:100%;min-width:0}.single-product-card .product-image{height:180px}.single-product-card .product-details{padding:10px}.single-product-card .product-title{font-size:13px}}.products-filters-sidebar{width:100%;max-width:320px;background:#fff;padding:24px;border-radius:12px;border:1px solid rgb(33 37 41 / .1);height:fit-content;position:sticky;top:160px}.products-filters-sidebar .sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid var(--primary-color)}.products-filters-sidebar .filter-group{margin-bottom:12px;border-bottom:1px solid #f0f0f0}.products-filters-sidebar .filter-group:last-child{margin-bottom:0;border-bottom:none}.products-filters-sidebar .filter-group .filter-group-header{display:flex;justify-content:space-between;align-items:center;padding:15px 0;cursor:pointer}.products-filters-sidebar .filter-group .filter-title{color:var(--heading-color);font-size:.95rem;font-weight:700;margin:0}.products-filters-sidebar .filter-group .arrow{width:8px;height:8px;border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted);transform:rotate(45deg);transition:0.2s ease}.products-filters-sidebar .filter-group.active .arrow{transform:rotate(-135deg);margin-top:5px}.products-filters-sidebar .filter-group .filter-content{max-height:0;overflow:hidden;transition:all 0.2s ease-out;opacity:0;overflow:auto}.products-filters-sidebar .filter-group:last-child .filter-content{padding-bottom:0px!important}.products-filters-sidebar .filter-group.active .filter-content{max-height:390px;padding-bottom:20px;opacity:1}.products-filters-sidebar .filter-content .price-input-container{display:flex;align-items:center;gap:8px}.products-filters-sidebar .filter-content .price-separator{color:var(--text-muted);font-size:.8rem}.products-filters-sidebar .filter-content .filter-options{display:flex;flex-direction:column;gap:8px}.products-filters-sidebar .filter-content .filter-item{display:flex;align-items:center;cursor:pointer;justify-content:space-between;padding:4px 0}.products-filters-sidebar .filter-content .item-name{flex-grow:1;font-size:.95rem}.products-filters-sidebar .filter-content .filter-qty{color:var(--text-muted);font-size:.8rem;font-weight:600}.sidebar-toggle-btn{display:none}@media(max-width:1024px){.sidebar-toggle-btn{display:block!important}.products-filters-sidebar{position:absolute;z-index:999;top:0;box-shadow:0 4px 12px rgb(0 0 0 / .05);display:none}.products-filters-sidebar.active{display:block}}@media(max-width:480px){.products-filters-sidebar{padding:14px;border-radius:8px}.products-filters-sidebar .filter-group .filter-title{font-size:.85rem}.products-filters-sidebar .filter-content .item-name{font-size:.85rem}}@media screen and (max-width:394px){.products-filters-sidebar{max-width:280px}}.all-products-wrapper{padding-inline:var(--global-padding);position:relative;display:flex;gap:30px}.all-products-wrapper .all-products-wraper{flex:1}@media(max-width:480px){.all-products-wrapper{padding-inline:12px}}