.header{position:fixed;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 1rem;height:100px;background-color:#000;z-index:99}.header__menu{display:none}.header .icon{font-size:28px;height:25px;color:#fff}.header__search{cursor:pointer}.header__search .search-icon{font-size:28px;color:#fff;transition:.3s ease-in-out}.header__search--active .search-icon{color:#ff6900}.header__search-input{display:none;position:absolute;top:100px;left:0;width:100%}.header__search-input .input{width:100%;padding:1rem 0;background-color:#e8e8e8;border:none;font-size:16px;text-indent:1rem}.header__search-input .input::placeholder{color:#000}.header__search-input .input-icon{display:none}.header__search-input--active{display:block}.header__burger-menu{position:relative}.header__burger-menu div{width:25px;border:2px solid #FFFFFF;border-radius:2px;margin:2px 0;transition:.5s ease-in-out}.header__burger-menu--active div{border:2px solid #FF6900}.header__burger-menu--active div:nth-child(1){position:relative;top:5px;transform:rotate(45deg);transition:.5s ease-in-out}.header__burger-menu--active div:nth-child(2){opacity:0;transition:.5s ease-in-out}.header__burger-menu--active div:nth-child(3){position:relative;top:-7px;transform:rotate(-45deg);transition:.5s ease-in-out}.header__burger-menu:hover{cursor:pointer}.header__nav{display:none}.header__nav--active{position:absolute;display:flex;flex-direction:column;gap:2rem;top:60px;right:-1rem;padding:4rem 0;width:200px;background-color:#000}.header__navigation-icon{color:#fff;text-decoration:none;font-size:16px;text-align:center;text-transform:uppercase;margin:1rem 0}.header__navigation-icon--active{font-weight:900}.header__navigation-icon:hover{font-weight:700}@media screen and (min-width:601px){.header{padding:0 4rem;height:120px}.header .icon{font-size:40px;height:40px}.header__search .search-icon{font-size:40px}.header__search-input{top:120px}.header__search-input .input{font-size:20px;text-indent:2rem}.header__burger-menu div{width:40px;border:4px solid #FFFFFF;margin:4px 0}.header__burger-menu--active div{border:4px solid #FF6900}.header__burger-menu--active div:nth-child(1){top:9px}.header__burger-menu--active div:nth-child(3){top:-14px}.header__nav--active{top:80px;right:-4rem;padding:4rem 0;width:400px}.header__navigation-icon{font-size:20px;margin:2rem 0}.header__navigation-icon img{width:80px}}@media screen and (min-width:1025px){.header{display:grid;grid-template-columns:1fr 25% auto auto;gap:3rem}.header__menu{display:flex;align-items:center;gap:2rem}.header__navigation-icon{font-size:18px;margin:0}.header__navigation-icon img{width:60px}.header__search-input{display:block;grid-column:2/3;position:relative;top:0;width:100%}.header__search-input .input{font-size:18px;text-indent:2rem}.header__search-input .input-icon{display:block;position:absolute;top:50%;transform:translateY(-50%);right:10px;font-size:32px}.header__search,.header__burger-menu,.header__nav{display:none}}.footer{background-color:#000;width:100%;color:#fff;padding:2rem 1rem}.footer__nav,.footer__support{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-transform:capitalize;margin:0 0 2rem}.footer__nav a,.footer__support a{color:#fff;text-decoration:none;font-size:18px}.footer__nav a:hover,.footer__support a:hover{font-weight:700}.footer__contact{padding:0 1rem 2rem;text-align:center}.footer__contact h3{font-weight:100}.footer__address{margin:1.5rem 0;font-weight:600}.footer__phone{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:.5rem 0 0}.footer__phone-icon{font-size:20px;color:#f4f4f2}.footer__socials{display:flex;gap:.5rem;justify-content:center}.footer__socials-icon{font-size:32px;color:#f4f4f2;border-radius:5px}.footer__payments{border-top:1px solid #BBBFCA;padding:2rem 1rem 0;text-align:center}.footer__methods{display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.footer__methods-icon{font-size:50px;color:#f4f4f2}@media screen and (min-width:601px){.footer{padding:4rem;display:grid;grid-template-columns:1fr 1fr}.footer__nav a,.footer__support a{font-size:24px}.footer__nav{grid-column:1/2;grid-row:1/2}.footer__support{grid-column:1/2;grid-row:2/3}.footer__contact{grid-column:2/3;grid-row:1/3}.footer__contact h3{font-size:24px}.footer__address{font-size:18px}.footer__phone-icon{font-size:24px}.footer__socials-icon{font-size:40px}.footer__payments{grid-column:1/3;grid-row:3/4}.footer__methods-icon{font-size:62px}}@media screen and (min-width:1025px){.footer{grid-template-columns:repeat(3,1fr);padding:6rem 4rem 0}.footer__nav{grid-column:1/2;grid-row:1/2;gap:1rem;align-items:flex-start;padding:0 2rem}.footer__support{grid-column:2/3;grid-row:1/2;gap:1rem;align-items:flex-start;padding:0 2rem}.footer__contact{grid-column:3/4;grid-row:1/2;text-align:left;padding:0 2rem;margin:0 0 2rem}.footer__phone{gap:1rem;margin:1rem 0 0;justify-content:flex-start}.footer__phone-icon{font-size:28px}.footer__socials{justify-content:flex-start}.footer__payments{grid-column:1/4;grid-row:2/3;text-align:left;padding:2rem}.footer__methods{justify-content:flex-start}}.history:last-of-type{margin-bottom:0}.history{text-align:center;margin-bottom:4rem}.history__image{width:100%;margin-bottom:1rem}.history__title{text-transform:capitalize}.history__subtitle{margin:.5rem 0 2rem;color:#ff6900;font-weight:700}.history__paragraph{margin:0 0 1rem}.history__paragraph .paragraph-title,.history__paragraph .paragraph-text{display:inline;margin:0}.history__paragraph .paragraph-title{font-weight:700}.history__paragraph--no-title{margin:0}.history__paragraph--no-title .paragraph-text{display:block;margin:0 0 1rem}.history__paragraph--no-title .paragraph-text:last-of-type{margin-bottom:0}@media screen and (min-width:601px){.history__title{font-size:32px}.history__subtitle,.history__paragraph{font-size:20px}}@media screen and (min-width:1025px){.history{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.history__image{margin:0}.history:nth-child(2n){direction:rtl}}.histories{background-color:#fff;margin:2rem 0;padding:2rem;box-shadow:2px 2px 5px 1px #a6a6a6bf}.contact-form{display:flex;flex-direction:column;gap:1rem;background-color:#fff;padding:2rem;margin:2rem 0;box-shadow:2px 2px 5px 1px #a6a6a6bf}.contact-form__label{display:flex;flex-direction:column;margin-bottom:.5rem;color:#000;font-weight:700}.contact-form__label span{color:red}.contact-form__label input,.contact-form__label textarea{background-color:#e8e8e8;border:none;box-shadow:2px 2px 2px 1px #a6a6a67a;height:40px;margin:.5rem 0 0}.contact-form__label textarea{height:120px;margin:.5rem 0 1rem}.contact-form__button{background-color:#ff6900;color:#f4f4f2;border:none;padding:.5rem 1rem;border-radius:2px;cursor:pointer;font-size:16px;text-decoration:none;text-align:center;box-shadow:2px 2px 9px #787878fc}.contact-form__button:hover{box-shadow:6px 6px 16px -2px #787878fc}.contact-form__button{align-self:flex-end;padding:.5rem 2rem}@media screen and (min-width:601px){.contact-form{padding:3rem}.contact-form__label{font-size:20px}.contact-form__label input{height:50px}.contact-form__label textarea{height:150px}.contact-form__button{padding:1rem 3rem;font-size:18px}}@media screen and (min-width:1025px){.contact-form__label input{width:70%}.contact-form__label textarea{height:180px;margin:.5rem 0 2rem}.contact-form__button{padding:1rem 3rem}}.delivery{margin:2rem 0 0}.delivery h2{text-transform:uppercase}.delivery__paragraphs p{margin-bottom:1rem;font-size:14px;line-height:1.4}.delivery__paragraphs p:last-of-type{margin-bottom:0}@media screen and (min-width:601px){.delivery h2{font-size:32px}.delivery__paragraphs p{font-size:20px}}.exchanges{margin:2rem 0 0}.exchanges h2{text-transform:uppercase}.exchanges__paragraphs p{margin-bottom:1rem;font-size:14px;line-height:1.4}.exchanges__paragraphs p:last-of-type{margin-bottom:0}@media screen and (min-width:601px){.exchanges h2{font-size:32px}.exchanges__paragraphs p{font-size:20px}}.orders h2{margin:0 0 2rem;font-weight:400}.orders__paragraphs p{margin-bottom:1rem;font-size:14px;line-height:1.4}.orders__paragraphs p:last-of-type{margin-bottom:0}@media screen and (min-width:601px){.orders h2{font-size:32px}.orders__paragraphs p{font-size:20px}}.refunds{margin:2rem 0 0}.refunds h2{text-transform:uppercase}.refunds__paragraphs p{margin-bottom:1rem;font-size:14px;line-height:1.4}.refunds__paragraphs p:last-of-type{margin-bottom:0}@media screen and (min-width:601px){.refunds h2{font-size:32px}.refunds__paragraphs p{font-size:20px}}.returns{margin:2rem 0 0}.returns h2{text-transform:uppercase}.returns__paragraphs p{margin-bottom:1rem;font-size:14px;line-height:1.4}.returns__paragraphs p:last-of-type{margin-bottom:0}@media screen and (min-width:601px){.returns h2{font-size:32px}.returns__paragraphs p{font-size:20px}}.sale-items{margin:2rem 0 0}.sale-items h2{text-transform:uppercase}.sale-items__paragraphs p{margin-bottom:1rem;font-size:14px;line-height:1.4}.sale-items__paragraphs p:last-of-type{margin-bottom:0}@media screen and (min-width:601px){.sale-items h2{font-size:32px}.sale-items__paragraphs p{font-size:20px}}.shipping{margin:2rem 0 0}.shipping h2{text-transform:uppercase}.shipping__paragraphs p{margin-bottom:1rem;font-size:14px;line-height:1.4}.shipping__paragraphs p:last-of-type{margin-bottom:0}.shipping__return-address{margin-bottom:1rem}.shipping__return-address p{margin:0}@media screen and (min-width:601px){.shipping h2{font-size:32px}.shipping__paragraphs p{font-size:20px}}.faq-details{background-color:#fff;margin:2rem 0;padding:2rem;box-shadow:2px 2px 5px 1px #a6a6a6bf}.hero{background-image:url(/assets/hero-D3NVMapl.png);background-size:cover;background-repeat:no-repeat;height:40vh}@media screen and (min-width:601px){.hero{height:50vh}}@media screen and (min-width:1025px){.hero{height:90vh}}.popular-products{padding:2rem 1rem;background-color:#f4f4f2}.popular-products__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.popular-products__title{font-size:24px;color:#495464;text-transform:uppercase}.popular-products__button{background-color:#ff6900;color:#f4f4f2;border:none;padding:.5rem 1rem;border-radius:2px;cursor:pointer;font-size:16px;text-decoration:none;text-align:center;box-shadow:2px 2px 9px #787878fc}.popular-products__button:hover{box-shadow:6px 6px 16px -2px #787878fc}.popular-products__items{display:flex;flex-wrap:nowrap;overflow-x:auto;height:480px;width:100%;padding:0 0 .5rem}.popular-products__items::-webkit-scrollbar{display:none}.popular-products__items .product-item{margin-right:1rem;width:80%}@media screen and (min-width:601px){.popular-products{padding:3rem 4rem}.popular-products__title{font-size:32px}.popular-products__button{padding:1rem 2rem;font-size:18px}.popular-products__items{height:520px}.popular-products__items .product-item{margin-right:2rem;width:60%}}@media screen and (min-width:1025px){.popular-products{padding:3rem 4rem 6rem}.popular-products__button{padding:1rem 3rem}.popular-products__items{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;height:fit-content}.popular-products__items .product-item{width:99%}}.product-item{position:relative;border-radius:5px;padding:2rem 1rem 1rem;background-color:#fff;box-shadow:3px 3px 3px 1px #999999bf;flex:0 0 auto;margin-right:2rem;width:98%;height:99%}.product-item:last-of-type{margin-right:5px}.product-item__image{width:100%;height:200px;object-fit:contain;margin-bottom:1rem}.product-item__details{text-align:center;display:flex;flex-direction:column;align-items:center;width:100%}.product-item__link{font-size:1.2rem;margin:.5rem 0;text-decoration:none;color:#000}.product-item__output{font-size:1rem}.product-item__price{font-size:1.4rem;font-weight:700;margin:2rem 0}.product-item__button{background-color:#ff6900;color:#f4f4f2;border:none;padding:.5rem 1rem;border-radius:2px;cursor:pointer;font-size:16px;text-decoration:none;text-align:center;box-shadow:2px 2px 9px #787878fc}.product-item__button:hover{box-shadow:6px 6px 16px -2px #787878fc}.product-item__compare{position:absolute;top:10px;right:10px;display:flex;align-items:center;gap:5px}.product-item__compare-icon{font-size:24px}.product-item__cart-info{display:flex;align-items:center;justify-content:space-between;width:100%}.product-item__stock{display:flex;align-items:center;gap:5px}.product-item__stock span{height:12px;width:12px;border-radius:50%;display:inline-block}@media screen and (min-width:601px){.product-item{padding:2rem}.product-item__link{font-size:20px}.product-item__output{font-size:18px}.product-item__price{font-size:32px}.product-item__button{padding:1rem 2rem;font-size:18px}.product-item__compare{font-size:20px}.product-item__compare-icon{font-size:30px}.product-item__stock{font-size:18px}.product-item__stock span{height:15px;width:15px}}@media screen and (min-width:1025px){.product-item{margin:0}}.about-us{background-color:#000;color:#f4f4f2;padding:4rem 2rem}.about-us h2{font-size:32px;color:#fff}.about-us h3{font-size:16px;font-weight:900}.about-us p{color:#f4f4f2}.about-us__what-we-do{padding:0 0 4rem}.about-us__what-we-do p,.about-us__city{margin:1rem 0}@media screen and (min-width:601px){.about-us{padding:6rem 4rem}.about-us h2{font-size:2.4rem}.about-us h3,.about-us p{font-size:20px}}@media screen and (min-width:1025px){.about-us{display:grid;grid-template-columns:1fr 1fr;gap:20rem;justify-items:center;padding:8rem 4rem}.about-us__what-we-do{padding:0}}.newsletter{padding:2rem;text-align:center;background-color:#f4f4f2}.newsletter__container{background-color:#fff;padding:2rem;box-shadow:2px 2px 5px 1px #a6a6a6bf}.newsletter h2{text-transform:uppercase}.newsletter__description{margin:1rem 0 2rem;font-size:16px}.newsletter__form{display:flex;flex-direction:column;align-items:center;gap:1rem}.newsletter__input{background-color:#e8e8e8;padding:1rem;border:none;box-shadow:2px 2px 5px 1px #a6a6a6bf}.newsletter__button{background-color:#ff6900;color:#f4f4f2;border:none;padding:.5rem 1rem;border-radius:2px;cursor:pointer;font-size:16px;text-decoration:none;text-align:center;box-shadow:2px 2px 9px #787878fc}.newsletter__button:hover{box-shadow:6px 6px 16px -2px #787878fc}@media screen and (min-width:601px){.newsletter,.newsletter__container{padding:4rem}.newsletter h2{font-size:32px}.newsletter__description{font-size:20px}.newsletter__form{flex-direction:row;justify-content:center;gap:2rem}.newsletter__input{width:70%;font-size:18px}.newsletter__button{font-size:18px;padding:1rem 2rem}}@media screen and (min-width:1025px){.newsletter__input{width:30%}.newsletter__button{padding:1rem 3rem}}.details{position:relative;border-bottom:1px solid #D2D2D2;padding:3rem 2rem;margin:2rem 0 0}.details__compare{position:absolute;top:20px;right:20px;display:flex;align-items:center;gap:5px}.details__images-slider{position:relative;width:100%}.details__images-slider .slider__btn{position:absolute;top:50%;background:transparent;transform:translateY(-50%);color:#d2d2d2;border:none;font-size:48px;cursor:pointer;z-index:2}.details__images-slider .slider__btn--left{left:-45px;padding:10px 5px 10px 0}.details__images-slider .slider__btn--right{right:-45px;padding:10px 0 10px 5px}.details__images-slider .slider__dots{display:flex;justify-content:center;margin-top:.5rem}.details__images-slider .slider__dots .dot{width:10px;height:10px;border-radius:50%;background:transparent;border:1px solid #D2D2D2;margin:0 .25rem;cursor:pointer}.details__images-slider .slider__dots .active{background:#d2d2d2}.details__images{overflow:hidden;height:200px;width:100%}.details__images-track{display:flex;height:100%;transition:transform .4s ease}.details__images-track .image{min-width:100%;height:100%;object-fit:contain}.details__info{margin-top:1rem}.details__title{text-align:center}.details__descriptions{margin:1.5rem 0;line-height:1.2}.details__descriptions p{margin-bottom:1rem}.details__colors{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.details__color{display:flex;flex-direction:column;align-items:center;gap:.5rem}.details__color-span{width:35px;height:35px;border-radius:50%;box-shadow:0 0 0 2px #fff inset;cursor:pointer}.details__color-span--active{border:2px solid #000000}.details__pricing-stock{display:flex;justify-content:space-between;margin-bottom:1.5rem}.details__price{font-size:24px;font-weight:700}.details__stock{display:flex;align-items:center;gap:.5rem}.details__stock span{height:12px;width:12px;border-radius:50%;display:inline-block}.details__purchase{display:flex;align-items:center;gap:1rem}.details__quantity{display:flex;align-items:center;gap:.5rem}.details__subtract,.details__add{font-size:24px;cursor:pointer}.details input[type=number]{width:40px;padding:.3rem;text-align:center;font-size:18px;border:none;background-color:#f4f4f2}.details__button{background-color:#ff6900;color:#f4f4f2;border:none;padding:.5rem 1rem;border-radius:2px;cursor:pointer;font-size:16px;text-decoration:none;text-align:center;box-shadow:2px 2px 9px #787878fc}.details__button:hover{box-shadow:6px 6px 16px -2px #787878fc}.details__button{padding:.5rem 1rem;width:100%}@media screen and (min-width:601px){.details__compare{font-size:18px}.details__compare-icon{font-size:24px}.details .slider__btn{font-size:60px}.details .slider__btn--left{left:-70px;padding:10px 0}.details .slider__btn--right{right:-70px;padding:10px 0}.details .slider__dots{margin-top:1rem}.details .slider__dots .dot{width:15px;height:15px;margin:0 .5rem}.details__images{height:300px}.details__info{margin-top:2rem}.details__title{font-size:28px}.details__descriptions{font-size:20px}.details__color{font-size:18px}.details__color-span{width:45px;height:45px}.details__price{font-size:34px}.details__stock{font-size:20px}.details__stock span{height:16px;width:16px}.details__purchase{gap:6rem}.details__subtract,.details__add{font-size:32px}.details input[type=number]{width:50px;padding:.5rem;font-size:24px}.details__button{padding:1rem 2rem;width:100%;font-size:20px}}@media screen and (min-width:1025px){.details{display:grid;grid-template-columns:45% 1fr;gap:10rem;align-items:center}.details__images-slider{height:400px;margin:0 auto}.details__images-slider .slider__btn{font-size:80px}.details__images-slider .slider__dots{position:absolute;bottom:-100px;left:50%;transform:translate(-50%)}.details__images{overflow:hidden;height:400px;width:80%;margin:0 auto}.details__images-track{display:flex;height:100%;transition:transform .4s ease}.details__info{margin-top:0}}@media screen and (min-width:1500px){.details__images-slider .slider__btn--left{left:-30px}.details__images-slider .slider__btn--right{right:-30px}}.specifications{padding:3rem 0}.specifications__title{text-align:center;margin-bottom:2rem;font-size:22px;text-transform:uppercase}.specifications__table{width:100%;border-collapse:collapse}.specifications__table th{background-color:#f4f4f2;padding:2rem}.specifications__table td{padding:1rem}.specifications__table tr{background-color:#fff}.specifications__table tr:nth-child(odd){background-color:#e8e8e8}.specifications__spec-name{font-weight:700;border-right:1px solid #D2D2D2}.specifications__spec-value{text-align:right}@media screen and (min-width:601px){.specifications__title{font-size:28px}.specifications__table th{padding:2.5rem}.specifications__table td{padding:1.5rem;font-size:18px}}@media screen and (min-width:1025px){.specifications__table{width:50%}.specifications__table th{text-align:left;padding:0 0 2.5rem}.specifications__table td{text-align:center;font-size:20px;padding:1.5rem 3rem}.specifications__table td:nth-child(1){padding:1.5rem 0}}.compare{position:relative;background-color:#e8e8e8;padding:2rem;display:flex;flex-wrap:nowrap;overflow-x:auto;gap:2rem}.compare .product-item{width:80%;display:grid;grid-template-columns:1fr 1fr;padding:1rem;position:relative}.compare .product-item__image{height:80px;margin:0}.compare .product-item__link,.compare .product-item__output,.compare .product-item__price{font-size:12px;margin:0}.compare .product-item__price{position:absolute;bottom:.5rem;right:.5rem;font-size:16px}.compare__remove-product{position:absolute;top:.5rem;right:.2rem;color:#e8e8e8;background:none;border:none;font-size:20px;cursor:pointer}.compare__button{background-color:#ff6900;color:#f4f4f2;border:none;padding:.5rem 1rem;border-radius:2px;cursor:pointer;font-size:16px;text-decoration:none;text-align:center;box-shadow:2px 2px 9px #787878fc}.compare__button:hover{box-shadow:6px 6px 16px -2px #787878fc}.compare__button{display:flex;justify-content:center;align-items:center;gap:1rem;color:#fff}@media screen and (min-width:601px){.compare{justify-content:space-between}.compare .product-item{width:45%}.compare .product-item__image{height:120px}.compare .product-item__link,.compare .product-item__output,.compare .product-item__price{font-size:16px}.compare .product-item__price{font-size:20px}.compare__button{font-size:18px}}@media screen and (min-width:1025px){.compare{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:2rem}.compare .product-item{gap:2rem;align-items:center;width:100%}.compare__button{grid-column:4/5}}.products{background-color:#f4f4f2;padding:2rem 0}.products__items{display:grid;grid-template-columns:1fr;grid-template-rows:auto;gap:2rem}@media screen and (min-width:601px){.products__items{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){.products{display:grid;grid-template-columns:auto 1fr;gap:4rem}.products__items{grid-template-columns:repeat(3,1fr)}}.sort-by{margin:0 0 2rem}.sort-by h3{margin-bottom:1rem;font-size:26px;font-weight:100}.sort-by__details{background-color:#e8e8e8;height:40px;transition:height .5s ease;overflow:hidden;margin:.5rem 0}.sort-by__details[open] .chevron-down{transform:rotate(-180deg)}.sort-by__title{width:100%;display:grid;grid-template-columns:1fr auto;align-items:center;box-shadow:0 2px 5px #d9d9d9bf;padding:.5rem 1rem;font-size:20px}.sort-by__title .chevron-down{height:24px;transition:transform .3s ease;transform:rotate(0)}.sort-by__options{padding:1rem}.sort-by__option{display:flex;justify-content:space-between;align-items:center;margin:.5rem 0;font-size:18px}.sort-by__option input[type=checkbox]{height:20px;width:20px;border-radius:50%;border:none}@media screen and (min-width:601px){.sort-by{margin:0 0 4rem}.sort-by h3{font-size:32px}.sort-by__title{font-size:24px}.sort-by__option{font-size:22px}.sort-by__option input[type=checkbox]{height:24px;width:24px}}@media screen and (min-width:1025px){.sort-by{margin:0;padding:4rem 0}.sort-by__details{width:400px}}*{margin:0;padding:0;box-sizing:border-box;font-family:OpenSans,sans-serif}.error{color:red;display:flex;flex-direction:column;justify-content:center;align-items:center;height:90vh}.shop,.product,.about,.contact,.faq{background-color:#f4f4f2;padding:150px 1rem 50px}.shop h1,.product h1,.about h1,.contact h1,.faq h1{color:#495464;text-align:center;text-transform:uppercase}.shop__paragraph a,.product__paragraph a,.about__paragraph a,.contact__paragraph a,.faq__paragraph a{color:#ff6900;text-decoration:none}@media screen and (min-width:601px){.shop,.product,.about,.contact,.faq{padding:200px 4rem}.shop h1,.product h1,.about h1,.contact h1,.faq h1{font-size:48px}.shop__paragraph,.product__paragraph,.about__paragraph,.contact__paragraph,.faq__paragraph{font-size:18px}}@media screen and (min-width:1025px){.shop h1,.product h1,.about h1,.contact h1,.faq h1{text-align:left}.shop__paragraph,.product__paragraph,.about__paragraph,.contact__paragraph,.faq__paragraph{text-align:center;font-size:24px;font-weight:600}}
