:root{font-size:16px}body{margin:0;background-color:#ccd8d8;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-family:"Amazon Ember",Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,p,h1,h2,h3,h4,h5,h6,ul,li,button,input,textarea,select{margin:0;padding:0}button{cursor:pointer}a{text-decoration:none}.btn-primary{background-color:#f0c14b;border-radius:2px;width:100%;padding:.7em .5em;border:1px solid;border-color:#a88734 #9c7e31 #846a29;color:#111}.btn-primary:disabled,.btn-primary[disabled]{cursor:not-allowed;background-color:#f0c14b8c}.home{display:flex;justify-content:center;margin-left:auto;margin-right:auto;max-width:1500px}.home__container{margin-bottom:1em}.home__image{width:100%;margin-bottom:-150px;mask-image:linear-gradient(to bottom,black,rgba(0,0,0,0));-webkit-mask-image:linear-gradient(to bottom,black,rgba(0,0,0,0))}.home__products{display:grid;gap:2em;grid-template-columns:repeat(2,minmax(300px,1fr));grid-template-rows:repeat(4,1fr);margin:0 auto;width:95%}.home__products .product:nth-child(1){grid-column:1/3}.home__products .product:nth-child(6){grid-column:1/3}.product{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:20px;max-height:400px;min-width:100px;background-color:#fff;z-index:1}.product .product__info{height:100px;margin-bottom:15px}.product .product__info-price{margin-top:5px}.product .product__info-rating{display:flex}.product>img{max-height:200px;width:100%;object-fit:contain;margin-bottom:15px}.product>button{background:#f0c14b;border:1px solid;margin-top:10px;border-color:#a88734 #9c7e31 #846a29;color:#111}.header{height:60px;padding:0 1em;display:flex;align-items:center;background-color:#131921;position:sticky;top:0;z-index:2}.header__logo{width:100px;object-fit:contain;margin-top:1.125em;margin-right:1.225em;cursor:pointer}.header__search{min-height:60px;margin-right:1em;display:flex;flex:1;border-radius:1.5em;align-items:center}.header__search-input{width:100%;padding:1em;border:none;border-radius:5px 0 0 5px}.header__search-input:focus{outline:none}.header__search-icon{width:auto;max-height:24px;padding:9px;background-color:#febd69;border-radius:0 6px 6px 0;cursor:pointer}.header__search-icon:hover{background-color:#cd9042}.header__nav{display:flex;justify-content:space-evenly}.header__nav a{text-decoration:none}.header__nav-option:nth-child(1){cursor:pointer}.header__nav-option{display:flex;flex-direction:column;margin:0 .625em;color:#eee}.header__nav-option-lineOne{font-size:.75rem}.header__nav-option-lineTwo{font-size:.875rem;font-weight:800}.header__nav-optionBasket{cursor:pointer;display:flex;align-items:center;color:#eee}.header__nav-optionBasket--count{margin-right:.425em;margin-left:.425em}.checkoutProduct{display:flex;margin:1.25em 0}.checkoutProduct__info{padding-left:1.25em;display:flex;flex-direction:column;max-height:10em;justify-content:space-evenly}.checkoutProduct__info>button{background:#f0c14b;border:1px solid;margin-top:.625em;border-color:#a88734 #9c7e31 #846a29;color:#111;align-self:flex-start;border-radius:3px;padding:0 .3em}.checkoutProduct__image{object-fit:contain;width:19vw;height:30vh}.checkoutProduct__rating{display:flex}.checkoutProduct__title{font-size:1.0625rem}.error-cart h1{margin-bottom:1em}.error-cart a{color:#0f1111;font-size:1rem;padding:.5em .6875em;border-radius:8px}.error-cart a:nth-child(2){margin-right:.25em;border-color:#fcd200;background:#FFD814}.error-cart a:hover{box-shadow:#e0bd0b 0 0 0 1px}.subtotal{display:flex;flex-direction:column;justify-content:space-between;width:300px;height:100px;padding:1.25em;background-color:#f3f3f3;border:1px solid #dddddd;border-radius:3px}.subtotal__gift{display:flex;align-items:center}.subtotal__gift>input{margin-right:5px}.checkout{display:flex;padding:1.25em;background-color:#eee;height:max-content}.checkout__left-ad{width:100%;margin-bottom:.625em}.checkout__left-title{margin-right:.625em;padding:.625em;border-bottom:1px solid #d3d3d3}.login{background-color:#fff;height:100vh;display:flex;flex-direction:column;align-items:center}.login__logo{object-fit:contain;width:100px;margin:1.25em auto}.login__container{width:300px;height:fit-content;display:flex;flex-direction:column;border-radius:5px;border:1px solid lightgray;padding:1.25em}.login__container h1{font-weight:500;margin-bottom:.65em}.login__container form{display:flex;flex-direction:column}.login__container form label{display:contents;font-weight:600}.login__container form input{padding:.625em 0;margin-top:5px;margin-bottom:.625em;background-color:#eee}.login__container form button{background:#f0c14b;border-radius:3px;padding:.625em 0;border:1px solid;margin-top:.625em;border-color:#a88734 #9c7e31 #846a29}.login__container p{font-size:.75em;margin-top:1.25em}.login__container button{border-radius:2px;padding:.625em 0;border:1px solid;margin-top:.625em;border-color:#a9a9a9}.payment{background-color:#eee}.payment__container>h1{text-align:center;padding:.625em;font-weight:400;background-color:#eaeded;border-bottom:1px solid #d3d3d3}.payment__section{display:flex;padding:1.25em;margin:0 1.25em;border-bottom:1px solid #d3d3d3}.payment__section h3{margin:1em 0;flex:.2}.payment__section-address,.payment__section-items,.payment__section-details{flex:.8}.payment__section-details>form{max-width:400px}.success{min-height:100vh;background-color:#eee;width:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.success h1:hover{color:#8e28c9}.success a{color:#d1972c;font-size:1.6rem;text-decoration:underline;padding:.5em}.success a:hover{color:#8e28c9}.orders{padding:1.25em 5em;display:flex;align-items:center;flex-direction:column}.orders>h1{margin:1.275em 0;text-align:left}.order{padding:2.5em;margin:1.25em 0;border:1px solid #d3d3d3;background-color:#eee;position:relative}.order__id{position:absolute;top:2.5em;right:1.25em}.order__total{font-weight:600;text-align:right}
