body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html,body,#root{width:100%;height:100%;margin:0;padding:0}.app-container{display:flex;flex-direction:column;min-height:100vh}.landing-page{justify-content:center;align-items:center;width:100%;margin-top:20px}.landing-main{border-top:4px solid black;margin-top:20px}.category-text{font-family:Sheepman;font-weight:900;font-size:30px;text-align:center;color:#df5940}.category-section{width:70%;height:100%;margin:0 auto}.women-section{margin-top:40px}.three-column-image,.four-column-image img{border-radius:10px}.shopButton{display:flex;justify-content:center;align-items:center;font-family:Roboto,sans-serif;margin:15px 0}.shopButton button{font-weight:400;font-size:15px;background-color:#fcab35;color:#fff;border:none;border-radius:3px;padding:12px 24px;cursor:pointer;transition:background-color .3s ease;outline:none}.shopButton button:hover{background-color:#df5940}.shopButton button:focus{background-color:#df5940}.slide-images{position:relative;width:100%;height:72vh}.arrows{width:100%;display:flex;justify-content:space-between;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.arrows img{width:2%;margin-left:5px;margin-right:5px;cursor:pointer}.slide-image{width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;transition:left .5s ease-in-out}.active-image{opacity:1}.hide{opacity:0}.swiper-pagination{display:flex;justify-content:center;align-items:center;gap:10px;width:100%;height:4vh;margin-top:8px}.swiper-pagination-bullet{background-color:#f9ded9;border-radius:50%;width:8px;height:1.2vh;cursor:pointer}.active-swiper-pagination-bullet{background-color:#df5940}.text{font-family:Sheepman;font-weight:900;font-size:30px;text-align:center;color:#df5940;margin-top:20px}.sliding_image{margin-top:15px;border-top:3px solid black}.products-first{width:100%;height:100%;margin:0 auto}.three-column,.four-column{display:grid;width:100%;height:100%;gap:30px;margin-top:20px}.three-column{grid-template-columns:repeat(3,1fr)}.four-column{grid-template-columns:repeat(4,1fr)}.image{display:flex;justify-content:center;align-items:center;border-radius:10px;overflow:hidden;width:100%;height:100%}.image img{width:100%;height:100%;border-radius:10px;cursor:pointer;object-fit:cover;transition:transform .8s ease-in-out}.image:hover img{transform:scale(1.5)}.page{margin-top:20px;border-top:4px solid black;background-color:#e6e7e8;width:100%;height:10vh;text-align:center;color:#000;font-family:Sheepman;font-weight:900;font-size:30px;display:flex;justify-content:center;align-items:center}.products-first{width:80%;height:100%;margin:30px auto 0;display:grid;justify-content:center;align-items:center;grid-template-columns:repeat(3,1fr);gap:40px}.products-images{display:flex;justify-content:center;align-items:center;overflow:hidden;width:100%;height:100%;position:relative;border-radius:10px}.products-images img{width:100%;height:50vh;object-fit:cover;transition:transform .8s ease-in-out}.products-image2{opacity:0;position:absolute}.products-images:hover .products-image2{transform:scale(1.3);opacity:1}.products-images:hover .products-image1{transform:scale(1.3);opacity:0}.products-options{position:absolute;top:20%;right:0;transform:translateY(-50%);width:12%;height:30%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;border-radius:10px;opacity:0;transition:transform .5s ease-in-out,opacity .5s ease-in-out;background:white;overflow:hidden}.products-options img{width:60%;height:auto;cursor:pointer;margin:12px 8px;transition:transform .3s ease-in-out}.products-options img:hover{transform:scale(1.3)}.products-images:hover .products-options{transform:translate(-20%) translateY(-50%);opacity:1}.add-to-cart{position:absolute;bottom:-8vh;width:100%;height:6vh;display:flex;justify-content:center;align-items:center;font-family:Sheepman;font-weight:900;font-size:20px;padding-bottom:12px;color:#fff;background-color:#df5940;opacity:0;transition:font-size .2s ease-in-out}.add-to-cart:hover{font-size:24px}.products-images:hover .add-to-cart{transform:translateY(-6vh);opacity:1;cursor:pointer}.product-info{justify-content:space-between;align-items:center;padding:0 10px;margin:0;font-family:Sheepman;font-weight:700;font-size:16px;text-align:center}.product-name{margin:10px 0 5px;font-family:Sheepman;font-weight:700;font-size:20px}.product-price{color:#df5940}.header{width:100%;height:100%}.upper-line{background:linear-gradient(to right,#E26040,#F08A39);width:100%;height:2vh}.main{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:95%;margin:0 auto;padding:0 20px}.logo-container img{height:10vh;cursor:pointer}.nav-menu{display:flex;justify-content:space-between;align-items:center;gap:30px;font-family:Open Sans,sans-serif}.nav-item{font-size:18px;font-weight:700;transition:color .5s;cursor:pointer}.nav-item a{text-decoration:none;color:inherit}.nav-item:hover{color:#df5940}.icons-container{display:flex;justify-content:center;align-items:center;gap:10px;height:10vh}.icon-item img{margin:0 5px;transition:transform .3s ease-in-out}.icon-item img:hover{cursor:pointer;transform:scale(1.3)}.icon{height:24px}.sign-in-button{background-color:#fcab35;border-radius:15px;padding:5px 15px;display:flex;justify-content:center;align-items:center;gap:7px;border:none;color:#fff;cursor:pointer;transition:background-color .5s;outline:none}.sign-in-button img{width:20%}.sign-in-button:hover,.sign-in-button:focus{background-color:#00f}.cart-box{border:1px solid rgb(223,89,64);border-radius:50%;padding:2px 6px}.cart-box:hover{border-color:#fcab35}.cart-box img{width:20px}.Header-options{display:none}.footer-main{background-color:#e6e7e8;font-family:Arial,sans-serif;color:#333;font-family:Sheepman}.footer-upper-line{height:8vh;background:linear-gradient(to right,#E26040,#F08A39);text-align:center;color:#fff;font-weight:700;font-size:25px;align-items:center;display:flex;justify-content:center}.footer-lower-line{height:5vh;background:linear-gradient(to right,#E26040,#F08A39);text-align:center;color:#fff;font-weight:700;font-size:13.5px;align-items:center;display:flex;justify-content:center}.footer-lower-V-line{width:2px;height:38%;border-radius:10px;margin-left:20px;background-color:#000}.footer-content{width:100%;display:flex;align-items:center;justify-content:space-between}.first-content{flex:1;padding-right:20px}.footer-text{margin-top:10px;font-size:14px}.second-content{flex:1;padding-left:20px;text-align:right}.footer-table-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.footer-table-content table{width:auto;margin:0 auto;font-size:14px}.footer-table-content th,.footer-table-content td{padding:8px;text-align:left}.footer-table-content th{font-size:20px;font-weight:700;color:#df5940}.payment-section{display:flex;align-items:center;font-weight:700;margin-top:10px;color:#df5940;justify-content:center}.payment-section img{width:100%;height:100%;margin-left:20px}header{width:100%;height:100%}footer{width:100%;height:100%}@media (max-width: 768px){header{width:100%;height:auto}footer{width:100%;height:auto}}.product-page-upper-line{width:100%;height:6vh;margin-top:10px;border-top:4px solid black;background-color:#e6e7e8}.product-page-maincontent{width:80%;height:100%;display:flex;justify-content:space-between;align-items:center;margin:10px auto 0;font-family:Sheepman;gap:15px;position:relative}.product-page-image{display:flex;width:100%;height:50vh;gap:10px}.product-page-image img{width:100%;height:100%;border-radius:10px;overflow:hidden}.product-page-details{width:100%;height:40vh;border-top:solid #909396ad;border-bottom:solid #909396ad;border-width:1.5vh}.product-page-productname{width:100%;font-style:bold;font-size:30px;font-weight:900;margin-top:5px}.product-page-price_rating{display:flex;justify-content:space-between;align-items:center;margin:20px 10px;font-size:large}.product-page-price_rating span{color:#df5940}.product-page-sizes{display:flex;justify-content:flex-start;align-items:center;font-size:large;margin:20px 0}.product-page-sizes div{width:30px;height:30px;border-radius:50%;background-color:#eee9e9;margin-left:20px;justify-content:center;cursor:pointer;text-align:center;align-items:center;display:flex;font-size:medium}.product-page-description{width:100%;height:10vh;background-color:#e9eceead;font-size:large;font-weight:900}.product-page-description span{font-size:medium;font-weight:100}.product-page-buttons{display:flex;justify-content:space-around;align-items:center;margin-top:10px}.product-page-buttons button{background-color:#fcab35;color:#fff;border:none;border-radius:3px;padding:15px 25px;cursor:pointer;transition:background-color .3s ease;outline:none;font-family:Roboto,sans-serif;font-weight:400;font-size:15px}.product-page-buttons button:hover{background-color:#df5940}.Size.selected{border:1px solid red;font-weight:700}.cart-upper-line{width:100%;height:10vh;margin-top:10px;border-top:4px solid black;background-color:#e6e7e8}.cart-main{width:100%;height:100%;display:flex;justify-content:center;align-items:start;margin:10px auto;font-family:Sheepman;gap:40px}.cart-products-section{width:50%;min-height:70vh;max-height:70vh;display:flex;flex-direction:column;padding:10px;gap:20px;overflow-y:auto;background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a}.Cart-products{border-top:3px solid rgb(231,166,81);border-bottom:3px solid rgb(231,166,81);display:flex;justify-content:space-around;align-items:center;text-align:center;font-style:italic;padding:5px;margin-top:10px;border-radius:10px}.cart-products-img{width:15%;height:15vh;overflow:hidden;border-radius:20px}.cart-products-img img{width:100%;height:100%;overflow:hidden}.cart-products-details .vercital-line{width:.8px;height:10vh;border-radius:10px;background-color:#7e7b7b}.cart-products-details{display:flex;align-items:center;justify-content:space-around;width:70%;height:15vh}.cart-products-section h3{font-size:20px}.cart-products-size{font-size:15px;margin-left:20px}.cart-products-size label,.cart-products-price,.cart-quanty-section{font-size:16px;font-weight:700}.cart-products-size select{padding:2px;border-radius:5px;border:1px solid #ccc;font-size:12px;cursor:pointer;outline:none}.cart-products-size select:focus{border-color:#fcab35;box-shadow:0 0 5px #fcab3580}.cart-products-price{font-size:15px}.cart-quanty-section{display:flex;justify-content:center;align-items:center;gap:10px}.cart-quanty-section button{cursor:pointer;padding:7px 14px;border-radius:10px;border:none;font-size:20px}.cart-quanty-section button:hover{background-color:#e7a651;color:#fff}.cart-remove-button{color:#e7a651;text-decoration:underline;font-size:18px}.cart-remove-button:hover{color:#e94132;cursor:pointer}.cart-payment-section{width:40%;height:100%;max-height:70vh;padding:12px;background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a}.cart-payment-section h1{text-align:center;text-decoration:underline;font-weight:700}.payment-method{display:flex;justify-content:center;align-items:center;gap:20px;position:relative}.payment-method-option{position:relative;font-size:18px;font-weight:700;padding:10px 20px;background:white;border:1px solid #ccc;border-radius:20px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;transform:scale(.9)}.payment-method-option.active{opacity:1;color:#fff;border:none;background-color:#e7a651}.price{width:100%;height:100%;margin-top:20px;font-size:20px;font-weight:700}.checkout{width:100%;height:6vh;display:flex;justify-content:center;align-items:center;font-family:Sheepman;font-weight:900;font-size:20px;text-align:center;border-radius:10px;cursor:pointer;color:#fff;margin-top:10px;background-color:#df5940;transition:font-size .2s ease-in-out}.checkout:hover{font-size:25px}
