@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";button,a{cursor:pointer!important}body,button,input,a,h1,h2,h3,h4,h5,h6{font-family:Poppins,Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}#header-section{top:30px;left:50px;right:50px;background:#fff;padding:11px 10px;border-radius:10px;z-index:10}#header-section .navbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}#header-section .logo img{height:40px}#header-section .nav-links{display:flex;gap:40px;list-style:none;margin:0;padding:0}#header-section .nav-links li a{text-decoration:none;color:#404040;font-weight:500;font-size:18px;transition:color .2s}#header-section .nav-links li a:hover{color:#f99910}#header-section .nav-actions{display:flex;align-items:center;gap:15px}#header-section .search-form{position:relative}#header-section .search-form .search-icon{position:absolute;top:25%;left:12px}#header-section .search-form input{border:1px solid #ddd;border-radius:2rem;padding:0 30px 0 43px;font-size:12px;outline:none;height:50px;max-width:195px}#header-section .search-form input::placeholder{color:#d9d9d9;font-size:12px}#header-section .cart-btn{background:#d9d9d9;border:none;border-radius:50%;width:49px;height:49px;display:flex;align-items:center;justify-content:center;margin-left:.5rem;cursor:pointer}#header-section .menu-btn{background:#3b3b3b;border:none;border-radius:50%;width:49px;height:49px;display:flex;align-items:center;justify-content:center;margin-left:.5rem;cursor:pointer}#header-section .menu-btn span,#header-section .cart-btn span{width:24px;height:24px}#header-section .menu-btn span img,#header-section .cart-btn span img{width:100%;height:100%}#sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000059;z-index:1001;opacity:0;pointer-events:none;transition:opacity .3s}#sidebar-overlay.active{opacity:1;pointer-events:auto}#sidebar{position:fixed;top:0;right:-320px;width:300px;height:100vh;background:#fff;box-shadow:-2px 0 16px #00000014;z-index:1002;display:flex;flex-direction:column;padding:2.5rem 2rem 2rem;transition:right .3s}#sidebar.active{right:0}#sidebar .sidebar-close{background:none;border:none;font-size:2rem;color:#222;align-self:flex-end;cursor:pointer;margin-bottom:2rem}#sidebar ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}#sidebar ul li a{color:#222;font-size:20px;text-decoration:none;font-weight:500;transition:color .2s}#hero-section{background:#f5f5f5;padding:120px 100px 60px;position:relative}#hero-section .container{display:flex;align-items:center;justify-content:space-between;gap:2rem}#hero-section .container .description{max-width:600px}#hero-section .container .description h1{font-size:48px;font-weight:500;color:#000;margin-bottom:40px;line-height:1.1}#hero-section .container .hero-buttons{display:flex;gap:1.5rem}#hero-section .container .btn{display:flex;justify-content:center;align-items:center;gap:8px;font-size:20px;font-weight:500;border:none;border-radius:12px;padding:12px;text-decoration:none;transition:background .2s,color .2s;cursor:pointer}#hero-section .container .btn-light{background:#fff;color:#000;box-shadow:0 2px 8px #0000000a}#hero-section .container .btn-orange{background:#f99910;color:#fff}#hero-section .container .btn .arrow{display:flex;justify-content:center;align-items:center}#hero-section .container .hero-image img{width:100%;height:auto;display:block;min-width:300px;max-width:500px}#bestsellers-section{padding:7rem 0 2.5rem;background-image:url(/cdn/shop/files/Layer_11.png?v=1755863481),url(/cdn/shop/files/Layer_10_1.png?v=1755863481);background-position:right 85px top -400px,left bottom -350px;background-repeat:no-repeat,no-repeat}#bestsellers-section .container{padding:0 180px}#bestsellers-section .content-container{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:20px}#bestsellers-section .description{width:30%;display:flex;flex-direction:column}#bestsellers-section .description h2{font-size:48px;font-weight:500;color:#000;margin-bottom:5px}#bestsellers-section .description .btn-red{display:flex;justify-content:center;align-items:center;gap:26px;background:#d81b4e;color:#fff;border:none;border-radius:12px;padding:12px 12px 12px 30px;font-size:20px;font-weight:500;margin:5px 0;text-decoration:none;width:fit-content;transition:background .2s,color .2s;cursor:pointer}#bestsellers-section .description .btn-red .arrow{display:flex;justify-content:center;align-items:center}#bestsellers-section .description p{font-size:36px;color:#000;font-weight:500;margin-top:30px;line-height:45px}#bestsellers-section .bestsellers-products{display:flex;width:65%;gap:2.5rem;justify-content:center;flex-wrap:wrap}#bestsellers-section .product-card{border-radius:18px;padding:16px;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 4px 24px #0000000f;position:relative;height:fit-content;width:100%}#bestsellers-section .product-card img{margin:auto;width:100%;height:260px;object-fit:contain}#bestsellers-section .product-card.yellow{background:#fcac13}#bestsellers-section .product-card.red{background:#d6113e}#bestsellers-section .product-card .product-title{color:#fff;font-size:20px;font-weight:500;margin-bottom:16px;max-width:240px}#bestsellers-section .product-card.yellow .product-title{color:#fff}#bestsellers-section .product-card .add-to-cart{background:#f5f5f5;color:#404040;border:none;border-radius:10px;padding:10px 24px;font-size:20px;font-weight:500;margin-top:6px;cursor:pointer;box-shadow:0 2px 8px #0000000a}#bestsellers-section .see-more{display:flex;align-items:center;margin-left:auto;font-size:20px;color:#222;font-weight:500;position:relative;width:fit-content;padding-right:80px;margin-right:25px;margin-top:30px}#bestsellers-section .bestsellers-swiper{width:100%;margin-left:auto;margin-right:auto;position:relative}#bestsellers-section .swiper-slide{display:flex;align-items:stretch;justify-content:center;background:none;height:auto}#bestsellers-section .swiper-button-next,#bestsellers-section .swiper-button-prev{top:25%}#bestsellers-section .swiper-button-next{right:0}#bestsellers-section .swiper-button-prev{left:68%}#bestsellers-section .swiper-button-next:after{content:url(/cdn/shop/files/slider-next.svg?v=1755847638)}#bestsellers-section .swiper-button-prev:after{content:url(/cdn/shop/files/slider-prev.svg?v=1755847638)}#banner-section .image-wrapper img{width:100%}#featured-section{background-image:url(/cdn/shop/files/Layer_10.png?v=1755863481);background-repeat:no-repeat;background-position:right 220px top -130px;padding:5rem 0 2.5rem}#featured-section .container{max-width:1600px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 170px;flex-wrap:wrap}#featured-section .description{width:40%;display:flex;flex-direction:column;gap:0}#featured-section .description h2{font-size:48px;margin-bottom:10px;font-weight:500;color:#000}#featured-section .description .product-name{color:#1dbfe6;font-size:32px;font-weight:600;margin-bottom:15px}#featured-section .description .product-features{margin:0 0 1.5rem 1.2rem;color:#000;font-size:24px;font-weight:500;line-height:3rem}#featured-section .description .featured-actions{display:flex;align-items:center;gap:12px;margin-top:1.5rem}#featured-section .description .price{background:#1dbfe6;color:#fff;font-size:36px;font-weight:600;border-radius:10px;padding:6px 40px;display:inline-block}#featured-section .description .cart-btn-outline{background:#fff;border:1px solid #1dbfe6;border-radius:10px;width:66px;height:66px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,border .2s}#featured-section .description .cart-btn-outline:hover{background:#19c6f7;border-color:#19c6f7}#featured-section .featured-slider{flex-direction:column;width:55%;display:flex;align-items:center;justify-content:center}#featured-section .featured-swiper{width:100%;min-height:420px;position:relative;padding-top:40px;margin-left:0!important}#featured-section .swiper-slide{display:flex;flex-direction:column;align-items:center;justify-content:center;background:none;transition:scale ease-in-out .3s}#featured-section .swiper-slide img{width:320px;height:auto;margin-bottom:1.5rem;filter:drop-shadow(0 8px 32px rgba(0,0,0,.1))}#featured-section .swiper-slide-prev{scale:.5;opacity:.25}#featured-section .swiper-slide-active{scale:1.6}#featured-section .swiper-slide-next{scale:.8}#featured-section .navigation-wrapper{position:relative;width:390px}#featured-section .navigation-wrapper .add-to-cart{background:#f0f0f0;color:#404040;border:none;border-radius:10px;padding:10px 26px;font-size:20px;font-weight:500;cursor:pointer;box-shadow:0 2px 8px #0000000a;transition:background .2s,color .2s}#featured-section .navigation-wrapper .add-to-cart:hover{background:#e3e3e3}#featured-section .swiper-button-next,#featured-section .swiper-button-prev{background:#1dbfe6;color:#fff;border-radius:10px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;top:20px;box-shadow:0 2px 8px #0000000a}#featured-section .swiper-button-next{right:0}#featured-section .swiper-button-prev{left:70%;background-color:#fff}#featured-section .swiper-button-prev:after{content:url(/cdn/shop/files/Right.svg?v=1755855139)}#featured-section .swiper-button-next:after{content:url(/cdn/shop/files/Left.svg?v=1755855138)}#categories-section{background:url(/cdn/shop/files/Layer_8.png?v=1755863481);background-position:right bottom -180px;background-repeat:no-repeat;padding:5rem 0 2.5rem}#categories-section .container{max-width:1400px;margin:0 auto;padding:0 2rem}#categories-section .categories-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}#categories-section .categories-header h2{font-size:48px;font-weight:500;color:#000}#categories-section .categories-header .btn-blue{background:#1dbfe6;color:#fff;border:none;border-radius:12px;padding:12px 24px;font-size:20px;font-weight:500;display:inline-flex;align-items:center;gap:.7rem;text-decoration:none;transition:background .2s,color .2s;cursor:pointer}#categories-section .categories-header .btn-blue .arrow{display:flex;justify-content:center;align-items:center}#categories-section .categories-slider{position:relative}#categories-section .categories-swiper{width:100%;min-height:420px}#categories-section .swiper-wrapper{display:flex;align-items:stretch}#categories-section .swiper-slide{display:flex;align-items:stretch;justify-content:center;background:none;height:auto}#categories-section .swiper-scrollbar{width:420px!important;margin:0 auto;left:35%;height:2px}#categories-section .swiper-scrollbar-drag{width:100px}#categories-section .category-card{background:#fff;border:2px solid #f3f3f3;border-radius:16px;padding:2.2rem 2rem 1.5rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;min-width:220px;max-width:320px;width:100%;box-shadow:0 2px 12px #00000008;position:relative;margin-bottom:1.5rem;transition:box-shadow .2s,border .2s}#categories-section .category-card:hover{box-shadow:0 6px 24px #00000014;border-color:#e0e0e0}#categories-section .category-title{font-size:20px;font-weight:500;margin-bottom:20px;display:flex;align-items:center;gap:10px}#categories-section .category-card.protein .category-title{color:#f99910}#categories-section .category-card.preworkout .category-title{color:#d6113e}#categories-section .category-card.creatine .category-title{color:#1dbfe6}#categories-section .category-card.amino .category-title{color:#92593a}#categories-section .category-card .image{margin-bottom:50px;align-self:center;width:100%;height:150px;object-fit:contain}#categories-section .category-cart{background:#f99910;color:#fff;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;position:absolute;left:1.5rem;bottom:1.5rem;cursor:pointer;transition:background .2s}#categories-section .image-wrapper{display:flex;justify-content:center;align-items:center}#categories-section .category-card.preworkout .category-cart{background:#d6113e}#categories-section .category-card.creatine .category-cart{background:#1dbfe6}#categories-section .category-card.amino .category-cart{background:#92593a}#categories-section .swiper-pagination.categories-pagination{position:absolute;left:50%;bottom:-30px;transform:translate(-50%);display:flex;gap:8px}#categories-section .swiper-pagination-bullet{width:36px;height:4px;border-radius:2px;background:#e0e0e0;opacity:1;transition:background .2s}#categories-section .swiper-pagination-bullet-active{background:#222}#brand-section{background:url(/cdn/shop/files/Layer_9.png?v=1755863481),url(/cdn/shop/files/Layer_10_2.png?v=1755863481);background-position:left top -120px,right bottom -140px;background-repeat:no-repeat,no-repeat;padding:2.5rem 0 6rem}#brand-section .container{padding:0 70px}#brand-section .brand-content{background:#dedede78;border-radius:20px;padding:50px 110px 25px;box-shadow:0 4px 32px #0000000a}#brand-section .brand-wrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}#brand-section .brand-text{flex:1 1 600px;max-width:650px;height:-webkit-fill-available;justify-content:flex-end;align-items:center;display:flex;flex-direction:column}#brand-section h2{font-size:48px;font-weight:500;color:#000}#brand-section .brand-text p{font-size:24px;color:#404040;font-weight:500;margin-bottom:1.5rem;line-height:1.5}#brand-section .brand-visuals{display:flex;margin:auto}#brand-section .brand-logo{margin-top:90px;height:min-content}#brand-section .brand-products{width:370px;max-width:100%;height:auto;display:block}#whyshop-section{background:#fff;padding:0 0 1rem}#whyshop-section .container{max-width:1500px;margin:0 auto;padding:0 2rem}#whyshop-section .whyshop-title{text-align:center;font-size:48px;font-weight:500;color:#000;margin-bottom:3.5rem}#whyshop-section .whyshop-features{display:flex;align-items:flex-start;justify-content:center;gap:50px;flex-wrap:wrap}#whyshop-section .whyshop-feature{width:228px;display:flex;flex-direction:column}#whyshop-section .whyshop-icon{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px}#whyshop-section .fast-delivery{background-color:#fcac13;box-shadow:0 16px 22px -6px #fcac13ab;-webkit-box-shadow:0px 16px 22px -6px rgba(252,172,19,.67);-moz-box-shadow:0px 16px 22px -6px rgba(252,172,19,.67)}#whyshop-section .authentic-products{background-color:#1dbfe6;box-shadow:0 16px 22px -6px #1dbfe6ab;-webkit-box-shadow:0px 16px 22px -6px rgba(29,191,230,.67);-moz-box-shadow:0px 16px 22px -6px rgba(29,191,230,.67)}#whyshop-section .great-price{background-color:#d6113e;box-shadow:0 16px 22px -6px #d6113eab;-webkit-box-shadow:0px 16px 22px -6px rgba(214,17,62,.67);-moz-box-shadow:0px 16px 22px -6px rgba(214,17,62,.67)}#whyshop-section .expert-support{background-color:#92593a;box-shadow:0 16px 22px -6px #92593aab;-webkit-box-shadow:0px 16px 22px -6px rgba(146,89,58,.67);-moz-box-shadow:0px 16px 22px -6px rgba(146,89,58,.67)}#whyshop-section .whyshop-feature h3{font-size:20px;font-weight:600;color:#222;margin-bottom:.5rem}#whyshop-section .whyshop-feature p{font-size:16px;color:#222;font-weight:400;line-height:1.5}#testimonials-section{background-image:url(/cdn/shop/files/Layer_13.png?v=1755863481);background-position:top -80px left 280px;background-repeat:no-repeat;padding:5rem 0 4rem;position:relative}#testimonials-section .container{max-width:1500px;margin:0 auto;padding:0 70px}#testimonials-section .testimonials-title{text-align:center;font-size:48px;font-weight:500;color:#000;margin-bottom:50px}#testimonials-section .testimonials-content{display:flex;align-items:flex-start;flex-wrap:wrap;gap:30px}#testimonials-section .testimonials-info{width:30%;display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem;margin-top:1.5rem}#testimonials-section .testimonials-label{color:#19c6f7;font-size:18px;font-weight:600}#testimonials-section .testimonials-info h3{font-size:32px;font-weight:700;color:#0f1125;margin-bottom:.7rem}#testimonials-section .testimonials-desc{color:#737373;font-size:18px;font-weight:500;margin-bottom:1.5rem}#testimonials-section .testimonials-nav{display:flex;gap:20px;margin-top:22px;position:relative}#testimonials-section .testimonials-nav .testimonials-next{left:80px}#testimonials-section .testimonials-nav .testimonials-next:after{content:url(/cdn/shop/files/Left.svg?v=1755855138);width:unset;height:unset;left:0}#testimonials-section .testimonials-nav .testimonials-prev:after{content:url(/cdn/shop/files/Right.svg?v=1755855139);width:unset;height:unset;left:80px}#testimonials-section .testimonials-slider{display:flex;width:65%;align-items:center;justify-content:center}#testimonials-section .testimonials-swiper{width:100%;min-height:320px}#testimonials-section .swiper-wrapper{display:flex;align-items:stretch}#testimonials-section .testimonial-card{background:#fff;border-radius:32px;box-shadow:0 4px 24px #0000000f;padding:2.5rem 2rem 1.5rem;display:flex;flex-direction:column;align-items:flex-start;min-width:320px;max-width:420px;width:100%}#testimonials-section .testimonial-stars{color:#ff9800;margin-bottom:1.2rem}#testimonials-section .testimonial-text{color:#222;font-size:18px;font-weight:500}#testimonials-section .testimonial-card hr{width:100%;border:none;border-top:1px solid #eee;margin:24px 0}#testimonials-section .testimonial-user{display:flex;align-items:center;gap:1.2rem}#testimonials-section .testimonial-avatar{border-radius:50%;object-fit:cover;background:#e3f6ff}#testimonials-section .testimonial-name{font-size:20px;font-weight:600;color:#0f1125}#testimonials-section .testimonial-role{font-size:18px;color:#717276}#testimonials-section .container .background-image{position:absolute;bottom:-380px;right:0;z-index:-1}#footer-section{background-image:url(/cdn/shop/files/Layer_10_3.png?v=1755863481);background-repeat:no-repeat;background-position:left bottom 50px;padding:2rem 0 4.5rem}#footer-section .footer-container{max-width:90%;margin:0 auto;background:#dedede78;border-radius:16px;padding:3rem 5.5rem 1.5rem;display:flex;flex-direction:column;gap:2.5rem}#footer-section .footer-newsletter{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}#footer-section .footer-newsletter h2{font-size:48px;font-weight:600;color:#404040}#footer-section .newsletter-form{display:flex;align-items:center}#footer-section .newsletter-form input[type=email]{padding:13px;border-radius:8px;border:none;background:#d9d9d9;font-size:16px;min-width:180px;width:100%;outline:none}#footer-section .newsletter-form input::placeholder{color:#fff;font-size:14px}#footer-section .newsletter-form button{background:#404040;color:#fff;border:none;border-radius:8px;padding:10px 40px;font-size:20px;font-weight:600;cursor:pointer;transition:background .2s;margin-left:-10px}#footer-section .newsletter-form button:hover{background:#19c6f7}#footer-section .footer-logos{display:flex;align-items:center;gap:2.5rem;margin:1.5rem 0 .5rem}#footer-section .footer-main{display:flex;align-items:flex-start;justify-content:space-between;gap:2.5rem;flex-wrap:wrap;margin-top:40px}#footer-section .footer-about{flex:1 1 260px;display:flex;flex-direction:column;gap:22px}#footer-section .footer-about p{color:#000;font-size:20px;font-weight:500}#footer-section .footer-contact-btn{background:#1dbfe6;color:#fff;border:none;border-radius:10px;padding:12px 24px;font-size:20px;font-weight:500;display:inline-flex;align-items:center;gap:.7rem;text-decoration:none;transition:background .2s;width:max-content}#footer-section .footer-contact-btn .arrow{display:flex;justify-content:center;align-items:center}#footer-section .footer-contact-btn:hover{background:#0ea5e9}#footer-section .footer-socials{display:flex;align-items:center;gap:6px}#footer-section .footer-links{display:flex;gap:70px;justify-content:space-between;flex-wrap:wrap}#footer-section .footer-col{min-width:160px;font-size:16px;color:#222;font-weight:400;line-height:1.7;display:flex;flex-direction:column;gap:1.2rem}#footer-section .footer-col h4{font-weight:700;color:#000;font-size:18px}#footer-section .footer-col>div{display:flex;flex-direction:column}#footer-section .footer-col h4:first-child{margin-top:0}#footer-section .footer-col a{font-size:16px;color:#000;text-decoration:none;transition:color .2s}#footer-section .quick-links a{font-size:18px;font-weight:700}#footer-section .footer-col p{color:#000;font-size:16px}#footer-section .footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin:2.5rem 0 4rem;flex-wrap:wrap;font-size:20px;color:#000}#footer-section .footer-payments{display:flex;gap:1.2rem;align-items:center}#footer-section .footer-payments img:hover{filter:grayscale(0) brightness(1.2)}@media (min-width:1285px) and (max-width:1485px){#brand-section .brand-text{flex:1 1 400px;max-width:400px}}@media (max-width: 1320px){#hero-section{padding:7.5rem 6rem .5rem}#hero-section .container{flex-wrap:wrap}#hero-section .container .description{max-width:100%}#hero-section .container .hero-image{margin:auto}#categories-section .swiper-scrollbar{width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))!important;left:0}}@media (max-width: 1100px){#featured-section .container{flex-direction:column;align-items:stretch;gap:2rem;padding:0 100px}#featured-section .featured-slider{justify-content:flex-start}#bestsellers-section .bestsellers-products{justify-content:center}#whyshop-section .whyshop-features{flex-wrap:wrap;gap:1.5rem}#whyshop-section .whyshop-feature{max-width:48%;min-width:180px}#testimonials-section .testimonials-content{flex-direction:column;gap:2.5rem}#testimonials-section .testimonials-slider{min-width:0;width:100%}#testimonials-section .testimonial-card{min-width:0;max-width:100%;width:100%}#footer-section .footer-container{padding:1.2rem .5rem .7rem}#footer-section .footer-main{flex-direction:column;gap:1.2rem}#footer-section .footer-links{gap:1.2rem;justify-content:flex-start}#footer-section .footer-bottom{flex-direction:column;gap:1rem;align-items:flex-start}#featured-section .featured-title,#bestsellers-section .description h2,#categories-section .categories-title,#brand-section .brand-text h2,#whyshop-section .whyshop-title,#footer-section .footer-newsletter h2 #testimonials-section .testimonials-title{font-size:42px}}@media (max-width: 1024px){#bestsellers-section .content-container{flex-direction:column}#bestsellers-section .product-card img{width:100%}#bestsellers-section .bestsellers-swiper{max-width:800px}#bestsellers-section .description{max-width:100%}#bestsellers-section .content-container{gap:50px}#featured-section .container,#bestsellers-section .container{padding:0 70px}}@media (max-width: 1200px){#bestsellers-section .container{padding:0 100px}#bestsellers-section .description h2{font-size:40px}}@media (max-width: 1024px){#bestsellers-section .description,#bestsellers-section .bestsellers-products{width:100%}}@media (max-width: 800px){#header-section{left:30px;right:30px;top:20px}#hero-section{padding:150px 50px 50px}#bestsellers-section{padding-top:40px}#bestsellers-section .bestsellers-swiper{max-width:400px}#featured-section .container,#bestsellers-section .container,#categories-section .container,#brand-section .container,#whyshop-section .container,#testimonials-section .container{padding:0 50px}#featured-section .featured-slider{min-width:0;width:100%}#featured-section .featured-swiper{max-width:100%;min-height:320px}#featured-section .swiper-slide img{width:220px}#bestsellers-section .bestsellers-products{flex-direction:column;align-items:center;gap:1.5rem}#brand-section .brand-content{padding:1.2rem .5rem;flex-direction:column;gap:1.2rem}#whyshop-section .whyshop-features{flex-direction:column;align-items:center;gap:2.2rem}#whyshop-section .whyshop-feature{max-width:100%}#testimonials-section .testimonials-info h3{font-size:20px}#testimonials-section .testimonial-card{padding:1.2rem .7rem 1rem}#hero-section .container{flex-direction:column;gap:1.2rem;padding:0}#hero-section h1{font-size:1.3rem;line-height:1.2}#hero-section .hero-image img{width:100%;max-width:260px!important;min-width:unset!important;margin:0 auto!important;display:block}}@media (max-width: 1100px){#featured-section .description,#featured-section .featured-slider{width:100%}#brand-section .brand-content{flex-direction:column;align-items:center;padding:50px;gap:1.5rem}#brand-section .brand-wrapper{gap:1.2rem}#brand-section .brand-products{width:300px;margin-top:.5rem}#brand-section .brand-text{justify-content:center;max-width:100%}#brand-section .brand-text h2{font-size:25px}#brand-section .brand-text p{font-size:16px}#testimonials-section .testimonials-info{width:100%}}@media (max-width: 800px){#brand-section .container{padding:0 25px}#brand-section .brand-products{width:300px}#brand-section .container{padding:0 50px}#brand-section .brand-content{padding:1.2rem .2rem;gap:1rem}#brand-section .brand-text p{font-size:16px}}@media (max-width: 600px){#header-section .search-form{display:none}#header-section .cart-btn,#header-section .menu-btn{width:45px;height:45px}#header-section{left:15px;right:15px;top:15px}#hero-section{padding:103px 20px 8px}#hero-section .container .hero-buttons{flex-wrap:wrap;gap:8px}#hero-section .container .btn{font-size:16px;padding:8px 12px}#hero-section .container .btn .arrow img{width:80%}#brand-section{padding-bottom:30px}#brand-section .container{padding:0 15px}#brand-section .brand-content{padding:20px;gap:15px}#brand-section .brand-wrapper{gap:.7rem}#brand-section .brand-logo{margin-bottom:.5rem}#brand-section .brand-products{width:200px;margin-top:.2rem}#brand-section .brand-text p{font-size:16px}#brand-section .brand-visuals{flex-wrap:wrap;justify-content:center;align-items:center}#brand-section .brand-logo{margin-top:0}#bestsellers-section .container{padding:0 20px}#bestsellers-section .description p{font-size:20px}#featured-section{padding-top:30px}#featured-section .navigation-wrapper{width:290px}#featured-section .swiper-button-prev{left:60%}#featured-section .description .price{font-size:28px}#featured-section .description .cart-btn-outline{width:55px;height:55px}#featured-section .description .product-name{font-size:22px}#featured-section .description .product-features{font-size:18px}#testimonials-section .testimonials-title{margin-bottom:0}#categories-section{padding:5px 0 20px}#categories-section .categories-header{flex-wrap:wrap;gap:10px}#categories-section .category-title{font-size:16px}#categories-section .categories-header .btn-blue{font-size:18px}#footer-section .footer-logos{flex-wrap:wrap}#footer-section .newsletter-form{flex-wrap:wrap;gap:10px;width:100%;margin-top:20px}#footer-section .newsletter-form button{margin-left:0;width:100%}#footer-section .footer-container{padding:25px 20px;gap:10px}#footer-section .footer-about,#footer-section .footer-bottom{width:100%}#footer-section .footer-bottom span{width:100%;font-size:18px}#footer-section .footer-payments img{width:100%}#footer-section .footer-bottom{margin-bottom:20px}#footer-section .footer-logos img{margin:auto}#testimonials-section{padding:30px 0}#footer-section .footer-logos .footer-logo:nth-child(1){width:100%}#featured-section .container,#bestsellers-section .container,#categories-section .container,#brand-section .container,#whyshop-section .container,#testimonials-section .container{padding:0 20px}#hero-section .container .btn,#bestsellers-section .description .btn-red,#bestsellers-section .product-card .add-to-cart,#featured-section .navigation-wrapper .add-to-cart,#categories-section .categories-header .btn-blue{font-size:16px;padding:8px 12px}}@media (max-width: 768px){#hero-section .container .description h1,#bestsellers-section .description h2,#featured-section .description h2,#categories-section .categories-header h2,#brand-section h2,#whyshop-section .whyshop-title,#testimonials-section .testimonials-title,#footer-section .footer-newsletter h2{font-size:32px;line-height:35px}}@media (max-width: 500px){#bestsellers-section .description p,#hero-section .container .description h1,#bestsellers-section .description h2,#featured-section .description h2,#categories-section .categories-header h2,#brand-section h2,#whyshop-section .whyshop-title,#testimonials-section .testimonials-title,#footer-section .footer-newsletter h2{font-size:25px;line-height:35px}#featured-section .description .product-name{font-size:20px}#featured-section .swiper-button-prev{left:60%}#brand-section .brand-text p{font-size:14px}#whyshop-section .whyshop-feature{align-items:center}#hero-section .container .btn,#bestsellers-section .description .btn-red,#bestsellers-section .product-card .add-to-cart,#featured-section .navigation-wrapper .add-to-cart,#categories-section .categories-header .btn-blue,#footer-section .newsletter-form button{font-size:15px}}@media (max-width: 1250px){#header-section .nav-links{display:none!important}#header-section .menu-btn{display:flex}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom.css.map */
