.blog-grid__title{color:#141416;font-size:32px;font-weight:700;margin:0 0 48px;text-align:center}@media(max-width:768px){.blog-grid__title{font-size:24px;margin-bottom:32px}}.blog-grid__container{display:grid;grid-template-columns:repeat(3,1fr)}@media(max-width:1200px){.blog-grid__container{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.blog-grid__container{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.blog-grid__container{grid-template-columns:1fr}}.blog-grid__card,.blog-grid__item,.post-card{height:100%}.post-card{background:#fff;border:1px solid #141416;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .3s ease}.post-card--list{flex-direction:row}.post-card--list .post-card__image{flex:0 0 200px;min-height:200px}.post-card--list .post-card__content{align-items:flex-start;flex:1;flex-direction:column;padding:16px}.post-card__image{background:#f8f9fa;flex:1;min-height:483px;overflow:hidden;position:relative}@media(max-width:992px){.post-card__image{min-height:320px}}@media(max-width:768px){.post-card__image{min-height:280px}}.post-card__image-link{display:block;height:100%;-webkit-text-decoration:none;text-decoration:none;width:100%}.post-card__image-placeholder{align-items:center;background:#f8f9fa;display:flex;height:100%;justify-content:center;width:100%}.post-card__img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}.post-card:hover .post-card__img{transform:scale(1.05)}.post-card__date{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.9);border-radius:20px;color:#141416;font-size:12px;font-weight:500;left:16px;padding:6px 12px;position:absolute;top:16px;z-index:2}.post-card__content{display:flex;flex-direction:column;gap:4px;padding:4px 12px 8px}@media(max-width:768px){.post-card__content{gap:8px;padding:16px}}.post-card__category{color:#888;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.post-card__title{color:#141416;font-size:12px;font-weight:700;line-height:120%;margin:0}.post-card__title a{color:#141416;-webkit-text-decoration:none;text-decoration:none;transition:color .3s ease}.post-card__title a:hover{color:#000}.post-card__excerpt{color:#141416;display:-webkit-box;font-size:12px;font-weight:400;-webkit-line-clamp:3;line-height:120%;-webkit-box-orient:vertical;overflow:hidden}.post-card__actions{margin-top:auto;padding-top:8px}.post-card__read-more{align-items:center;border-bottom:1px solid transparent;color:#141416;display:inline-flex;font-size:14px;font-weight:500;gap:8px;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease}.post-card__read-more:hover{border-bottom-color:#000;color:#000}.post-card__read-more svg{transition:transform .3s ease}.post-card__read-more:hover svg{transform:translateX(4px)}@media(max-width:992px){.post-card:hover{box-shadow:none;transform:none}}.single-post{padding:48px 0}@media(max-width:768px){.single-post{padding:32px 0}}.single-post__header{margin-bottom:32px;text-align:center}@media(max-width:768px){.single-post__header{margin-bottom:24px}}.single-post__breadcrumb{align-items:center;display:flex;flex-wrap:wrap;font-size:14px;gap:8px;justify-content:center;margin-bottom:24px}@media(max-width:576px){.single-post__breadcrumb{font-size:13px;margin-bottom:16px}}.single-post__breadcrumb a{color:#666;-webkit-text-decoration:none;text-decoration:none;transition:color .3s ease}.single-post__breadcrumb a:hover{color:#141416}.single-post__separator{color:#888;font-size:12px}.single-post__current{color:#141416;font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:576px){.single-post__current{max-width:150px}}.single-post__title{color:#141416;font-size:48px;font-weight:700;line-height:1.2;margin:0 0 24px}@media(max-width:992px){.single-post__title{font-size:36px}}@media(max-width:768px){.single-post__title{font-size:28px;margin-bottom:16px}}@media(max-width:576px){.single-post__title{font-size:24px}}.single-post__meta{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:center}@media(max-width:576px){.single-post__meta{gap:16px}}.single-post__author,.single-post__category,.single-post__date{align-items:center;color:#666;display:flex;font-size:14px;gap:8px}@media(max-width:576px){.single-post__author,.single-post__category,.single-post__date{font-size:13px}}.single-post__author svg,.single-post__category svg,.single-post__date svg{flex-shrink:0}.single-post__author a,.single-post__category a,.single-post__date a{color:inherit;-webkit-text-decoration:none;text-decoration:none;transition:color .3s ease}.single-post__author a:hover,.single-post__category a:hover,.single-post__date a:hover{color:#141416}.single-post__featured-image{border-radius:8px;margin-bottom:48px;overflow:hidden}@media(max-width:768px){.single-post__featured-image{margin-bottom:32px}}.single-post__image{display:block;height:auto;width:100%}.single-post__content{color:#333;font-size:16px;line-height:1.7;margin:0 auto 48px;max-width:800px}@media(max-width:768px){.single-post__content{font-size:15px;margin-bottom:32px}}@media(max-width:576px){.single-post__content{font-size:14px}}.single-post__content h1,.single-post__content h2,.single-post__content h3,.single-post__content h4,.single-post__content h5,.single-post__content h6{color:#141416;font-weight:600;margin:32px 0 16px}.single-post__content h1:first-child,.single-post__content h2:first-child,.single-post__content h3:first-child,.single-post__content h4:first-child,.single-post__content h5:first-child,.single-post__content h6:first-child{margin-top:0}.single-post__content h2{font-size:32px}@media(max-width:768px){.single-post__content h2{font-size:24px}}.single-post__content h3{font-size:24px}@media(max-width:768px){.single-post__content h3{font-size:20px}}.single-post__content h4{font-size:20px}@media(max-width:768px){.single-post__content h4{font-size:18px}}.single-post__content p{margin-bottom:24px}@media(max-width:768px){.single-post__content p{margin-bottom:16px}}.single-post__content ol,.single-post__content ul{margin-bottom:24px;padding-left:24px}@media(max-width:768px){.single-post__content ol,.single-post__content ul{margin-bottom:16px;padding-left:20px}}.single-post__content li{margin-bottom:8px}.single-post__content a{color:#141416;-webkit-text-decoration:underline;text-decoration:underline;transition:color .3s ease}.single-post__content a:hover{color:#000}.single-post__content img{border-radius:8px;height:auto;margin:24px 0;max-width:100%}.single-post__content blockquote{background:#f8f9fa;border-left:4px solid #141416;font-style:italic;margin:32px 0;padding:24px}@media(max-width:768px){.single-post__content blockquote{margin:24px 0;padding:16px}}.single-post__navigation{display:flex;gap:24px;margin-bottom:48px}@media(max-width:768px){.single-post__navigation{flex-direction:column;gap:16px;margin-bottom:32px}}.single-post__nav-item{flex:1}.single-post__nav-item--prev .single-post__nav-link{text-align:left}.single-post__nav-item--next .single-post__nav-link{text-align:right}@media(max-width:768px){.single-post__nav-item--next .single-post__nav-link,.single-post__nav-item--prev .single-post__nav-link{text-align:center}}.single-post__nav-link{background:#f8f9fa;border:1px solid #e5e5e5;border-radius:8px;color:#141416;display:block;padding:24px;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease}@media(max-width:768px){.single-post__nav-link{padding:16px}}.single-post__nav-link:hover{background:#fff;border-color:#d1d5db;transform:translateY(-2px)}.single-post__nav-direction{align-items:center;color:#666;display:flex;font-size:14px;gap:8px;margin-bottom:8px}@media(max-width:768px){.single-post__nav-direction{justify-content:center}}.single-post__nav-item--next .single-post__nav-direction{justify-content:flex-end}@media(max-width:768px){.single-post__nav-item--next .single-post__nav-direction{justify-content:center}}.single-post__nav-title{font-size:16px;font-weight:600;line-height:1.4}@media(max-width:768px){.single-post__nav-title{font-size:15px}}.single-post__related{margin-top:48px}@media(max-width:768px){.single-post__related{margin-top:32px}}@media(max-width:992px){.single-post__related-grid .blog-grid__container{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.single-post__related-grid .blog-grid__container{grid-template-columns:1fr}}.about-page{padding:60px 0}@media(max-width:1023px){.about-page{padding:40px 0}}@media(max-width:767px){.about-page{padding:30px 0}}.about-page__container{display:grid;grid-template-columns:1fr 1fr;margin:0 auto;grid-gap:12px;align-items:start;gap:12px}@media(max-width:1023px){.about-page__container{gap:40px}}@media(max-width:767px){.about-page__container{gap:40px;grid-template-columns:1fr}}.about-page__content{display:flex;flex-direction:column;gap:40px;padding:0 32px;position:sticky;top:-80px}@media(max-width:767px){.about-page__content{gap:30px;padding:0 16px;position:static}}.about-page__text{padding-top:200px}@media(max-width:767px){.about-page__text{padding-top:0}}.about-page__actions{display:flex;justify-content:flex-start}@media(max-width:767px){.about-page__actions{justify-content:center}}.about-page__blog-btn{background:transparent;border:1px solid #141416;color:#141416;display:inline-block;font-size:14px;font-weight:500;line-height:120%;min-width:336px;padding:12px 24px;text-align:center;-webkit-text-decoration:none;text-decoration:none;text-transform:lowercase;transition:all .3s ease}.about-page__blog-btn:hover{background:#141416;color:#fff;transform:translateY(-1px)}.about-page__blog-btn:active{transform:translateY(0)}@media(max-width:767px){.about-page__blog-btn{font-size:15px;padding:14px 28px}}.about-gallery{display:flex;flex-direction:column;gap:2px}.about-gallery__item{background:#f8f9fa;overflow:hidden;transition:transform .3s ease}.about-gallery__item:hover{transform:scale(1.02)}@media(max-width:767px){.about-gallery__item:hover{transform:none}}.about-gallery__image{aspect-ratio:718/1150;display:block;height:auto;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}@media(max-width:767px){.about-gallery__image{aspect-ratio:16/20}}.about-gallery__placeholder{align-items:center;background:#fafafa;border:2px dashed #e0e0e0;border-radius:8px;display:flex;justify-content:center;min-height:400px}@media(max-width:767px){.about-gallery__placeholder{min-height:300px}}.about-gallery__placeholder-content{color:#999;text-align:center}.about-gallery__placeholder-content svg{margin-bottom:16px;opacity:.5}.about-gallery__placeholder-content p{font-size:16px;font-style:italic;margin:0;text-transform:lowercase}@media(max-width:767px){.about-gallery__placeholder-content p{font-size:14px}}.about-gallery__error{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;color:#666;display:flex;flex-direction:column;justify-content:center;min-height:200px;text-align:center}.about-gallery__error svg{margin-bottom:12px;opacity:.6}.about-gallery__error p{font-size:14px;font-style:italic;margin:0}@media(max-width:767px){.about-gallery__error{min-height:150px}.about-gallery__error p{font-size:12px}}.about-gallery__item{animation:fadeInUp .6s ease forwards;opacity:0;transform:translateY(20px)}.about-gallery__item:first-child{animation-delay:0s}.about-gallery__item:nth-child(2){animation-delay:.1s}.about-gallery__item:nth-child(3){animation-delay:.2s}.about-gallery__item:nth-child(4){animation-delay:.3s}.about-gallery__item:nth-child(5){animation-delay:.4s}.about-gallery__item:nth-child(6){animation-delay:.5s}.about-gallery__item:nth-child(7){animation-delay:.6s}.about-gallery__item:nth-child(8){animation-delay:.7s}.about-gallery__item:nth-child(9){animation-delay:.8s}.about-gallery__item:nth-child(10){animation-delay:.9s}.default-page__title{color:#141416;font-size:14px;font-weight:400;line-height:120%;padding:0 32px;text-transform:lowercase}@media(max-width:767px){.default-page__title{padding:0 16px}}.default-page__content{max-width:700px;padding:16px 32px}@media(max-width:767px){.default-page__content{padding:16px}}.default-page__image{height:auto;max-height:560px;overflow:hidden;width:100%}.default-page__image img{height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.related-products{padding:120px 0}@media(max-width:1023px){.related-products{padding:60px 0}}@media(max-width:767px){.related-products{padding:40px 0}}.related-products--category{background:#fff}.related-products--cart{padding:80px 0}@media(max-width:1023px){.related-products--cart{padding:50px 0}}@media(max-width:767px){.related-products--cart{padding:30px 0}}.related-products--compact{padding:60px 0}@media(max-width:767px){.related-products--compact{padding:30px 0}}.related-products--wishlist{background:transparent;padding:0}.related-products--wishlist .related-products__container{border:none;border-top:1px solid #141416}.related-products--wishlist .related-products__item{animation:fadeInUp .6s ease forwards;border-bottom:1px solid #141416;opacity:0;transform:translateY(20px)}.related-products--wishlist .related-products__item:first-child{animation-delay:0s}.related-products--wishlist .related-products__item:nth-child(2){animation-delay:.1s}.related-products--wishlist .related-products__item:nth-child(3){animation-delay:.2s}.related-products--wishlist .related-products__item:nth-child(4){animation-delay:.3s}.related-products--wishlist .related-products__item:nth-child(5){animation-delay:.4s}.related-products--wishlist .related-products__item:nth-child(6){animation-delay:.5s}.related-products--wishlist .related-products__item:nth-child(7){animation-delay:.6s}.related-products--wishlist .related-products__item:nth-child(8){animation-delay:.7s}.related-products--wishlist .related-products__item:nth-child(9){animation-delay:.8s}.related-products--wishlist .related-products__item:nth-child(10){animation-delay:.9s}.related-products--wishlist .related-products__item:nth-child(11){animation-delay:1s}.related-products--wishlist .related-products__item:nth-child(12){animation-delay:1.1s}.related-products__title{color:#141416;font-size:14px;font-weight:400;line-height:120%;margin-bottom:8px;padding:0 32px;text-transform:lowercase}@media(max-width:767px){.related-products__title{font-size:13px;padding:0 16px}}.related-products__container{border-bottom:1px solid #141416;border-top:1px solid #141416;display:grid;grid-template-columns:repeat(4,1fr)}.related-products__container.swiper{border-bottom:none!important;border-top:none!important}@media(max-width:1200px){.related-products__container{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.related-products__container{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.related-products__container{grid-template-columns:repeat(2,1fr)}}.related-products__item{border-right:1px solid #141416;opacity:0;transform:translateY(20px);transition:transform .3s ease,opacity .5s ease}.related-products__item.animate-in{opacity:1;transform:translateY(0)}.related-products__item .related-products__card{margin:0}@media(max-width:768px){.related-products__item:hover{box-shadow:none;transform:translateY(0)}}.related-products.loading{opacity:.6;pointer-events:none}.related-products--empty .related-products__container{align-items:center;border:1px dashed #e0e0e0;color:#999;display:flex;font-style:italic;justify-content:center;min-height:200px}.related-products--carousel .related-products__container{border-bottom:none;display:block;overflow:hidden;position:relative}.related-products--carousel .related-products__item{border-bottom:1px solid #141416;border-right:1px solid #141416;border-top:1px solid #141416;height:auto}.related-products--carousel .related-products__item:last-child{border-right:none}.related-products--carousel .swiper-button-next,.related-products--carousel .swiper-button-prev{background:#141416;border-radius:0;color:#fff;height:40px;top:50%;transform:translateY(-50%);transition:background .2s ease;width:40px}.related-products--carousel .swiper-button-next:after,.related-products--carousel .swiper-button-prev:after{font-size:14px;font-weight:700}.related-products--carousel .swiper-button-next:hover,.related-products--carousel .swiper-button-prev:hover{background:#333}@media(max-width:767px){.related-products--carousel .swiper-button-next,.related-products--carousel .swiper-button-prev{display:none}}.related-products--carousel .swiper-button-prev{left:0}.related-products--carousel .swiper-button-next{right:0}.related-products--carousel .swiper-button-disabled{opacity:.35;pointer-events:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-cart{background:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:all .3s ease}.product-cart--list{flex-direction:row}.product-cart--list .product-cart__image{flex:0 0 200px;min-height:200px}.product-cart--list .product-cart__content{align-items:flex-start;flex:1;flex-direction:column;padding:16px}.product-cart--list .product-cart__info{margin-bottom:12px}.product-cart--list .product-cart__actions{margin-top:auto}.product-cart__image{background:#f8f9fa;flex:1;min-height:483px;overflow:hidden;position:relative}@media(max-width:992px){.product-cart__image{min-height:320px}}@media(max-width:767px){.product-cart__image{min-height:260px}}.product-cart__image-link{display:block;height:100%;width:100%}.product-cart__image img,.product-cart__image__img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}.product-cart__image__placeholder{align-items:center;background:#f8f9fa;display:flex;height:100%;justify-content:center;width:100%}.product-cart:hover .product-cart__image img,.product-cart:hover .product-cart__image__img{transform:scale(1.05)}.product-cart__wishlist-btn{align-items:center;backdrop-filter:blur(4px);background:none;border:none;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;left:8px;position:absolute;top:8px;transition:all .3s ease;width:32px;z-index:3}@media(max-width:767px){.product-cart__wishlist-btn{height:28px;left:6px;top:6px;width:28px}}.product-cart__wishlist-btn:hover{transform:scale(1.1)}.product-cart__wishlist-btn:active{transform:scale(.95)}.product-cart__wishlist-btn.active svg path{fill:#dc3545;stroke:#dc3545}.product-cart__wishlist-btn svg{height:20px;transition:all .3s ease;width:20px}@media(max-width:767px){.product-cart__wishlist-btn svg{height:14px;width:14px}}.product-cart__wishlist-btn svg path{stroke:#141416;transition:all .3s ease}.product-cart__wishlist-btn:hover svg{transform:scale(1.1)}.product-cart__sale-badge{background:#dc3545;border-radius:4px;color:#fff;font-size:12px;font-weight:600;padding:4px 8px;position:absolute;right:8px;text-transform:uppercase;top:8px;z-index:2}.product-cart__content{align-items:center;display:flex;justify-content:space-between;min-height:32px;padding:0 4px 4px 8px}.product-cart__info{flex:1;max-width:calc(100% - 32px)}.product-cart__name{color:#141416;font-size:12px;font-weight:400;line-height:120%;margin:0 0 2px;text-transform:lowercase}.product-cart__name a{color:#141416;display:block;overflow:hidden;-webkit-text-decoration:none;text-decoration:none;text-overflow:ellipsis;transition:color .3s ease;white-space:nowrap}.product-cart__name a:hover{color:#0d0d44}.product-cart__price{color:#141416;font-size:10px;font-weight:700;line-height:120%;text-transform:lowercase}.product-cart__price .amount{color:#141416}.product-cart__price del{font-weight:400;margin-right:4px;opacity:.6}.product-cart__price ins{color:#dc3545;-webkit-text-decoration:none;text-decoration:none}.product-cart__actions{flex-shrink:0;margin-left:8px}.product-cart__add-to-cart,.product-cart__view-product{align-items:center;background:transparent;border:none;color:#141416;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:6px;position:relative;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease;width:32px}.product-cart__add-to-cart:before,.product-cart__view-product:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.product-cart__add-to-cart:hover,.product-cart__view-product:hover{color:#0d0d44;transform:translateY(-2px)}.product-cart__add-to-cart:hover:before,.product-cart__view-product:hover:before{left:100%}.product-cart__add-to-cart:active,.product-cart__view-product:active{transform:translateY(0)}.product-cart__add-to-cart.loading,.product-cart__view-product.loading{color:transparent;pointer-events:none}.product-cart__add-to-cart.loading:after,.product-cart__view-product.loading:after{animation:cartButtonSpin .8s linear infinite;border:2px solid transparent;border-radius:50%;border-top-color:#141416;content:"";height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.product-cart__add-to-cart.added,.product-cart__view-product.added{color:#28a745}.product-cart__add-to-cart.added:after,.product-cart__view-product.added:after{content:"✓";font-size:14px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.product-cart__add-to-cart svg,.product-cart__view-product svg{height:20px;transition:transform .3s ease;width:20px}.product-cart__add-to-cart:hover svg,.product-cart__view-product:hover svg{transform:scale(1.1)}.product-cart.product-grid__card .product-cart__content{align-items:center;display:flex;justify-content:space-between;min-height:32px;padding:0 4px 4px 8px}.product-cart.product-grid__card .product-cart__info{max-width:80%}.product-cart.product-grid__card .product-cart__name{color:#141416;font-size:12px;font-weight:400;line-height:120%;max-width:100%;text-transform:lowercase}.product-cart.product-grid__card .product-cart__price{color:#141416;font-size:10px;font-weight:700;line-height:120%;text-transform:lowercase}.product-cart.product-grid__card .product-cart__actions{margin-left:0}@media(max-width:768px){.product-cart--list{flex-direction:column}.product-cart--list .product-cart__image{flex:1;min-height:200px}.product-cart--list .product-cart__content{padding:12px}}@keyframes cartButtonSpin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}