@import url(https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);*{box-sizing:border-box;font-family:Roboto,sans-serif;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;font-weight:500;line-height:22px}.main-header{background-color:#fff;box-shadow:0 5px 7px 0 #dbdbdb;color:#000;padding:0 20px;width:100%;z-index:99}@media only screen and (min-width:768px){.main-header{padding:0 40px}}.main-header .header-content{align-items:center;display:flex;height:50px;justify-content:space-between;margin:0 auto;max-width:1200px}@media only screen and (min-width:768px){.main-header .header-content{height:80px}}.main-header .left{cursor:pointer;font-size:22px;font-weight:700}@media only screen and (min-width:768px){.main-header .left{font-size:34px;position:absolute}}.main-header .center{display:none;gap:25px;list-style-type:none}@media only screen and (min-width:768px){.main-header .center{display:flex;left:50%;transform:translateX(40%)}}.main-header .center li{cursor:pointer;font-size:14px;font-weight:600;text-transform:uppercase}.main-header .center li:hover{opacity:.6}.main-header .right{align-items:center;display:flex;gap:20px}@media only screen and (min-width:768px){.main-header .right{gap:25px}}.main-header .right svg{cursor:pointer;font-size:20px}@media only screen and (min-width:768px){.main-header .right svg{font-size:24px}}.main-header .right svg:hover{opacity:.6}.main-header .right .cart-icon{position:relative}.main-header .right .cart-icon span{background:#fb56c1;border-radius:10px;font-size:12px;line-height:1;min-width:20px;padding:2.5px;position:absolute;right:-12px;text-align:center;top:-5px}.main-header.sticky-header{animation:StickyHeader .3s ease forwards;background-color:#fff;box-shadow:0 5px 7px 0 #dbdbdb;color:#212121;position:-webkit-sticky;position:sticky;top:0;transform:translateY(-60px)}@keyframes StickyHeader{0%{transform:translateY(-60px)}to{transform:translateY(0)}}.search-modal{animation:slideSearchWindow .5s ease forwards;background-color:#fff;height:100%;left:0;position:fixed;top:0;transform:translateY(100%);width:100%;z-index:999}.search-modal .form-field{border-bottom:1px solid #0000001a;display:flex;justify-content:center;padding:10px 50px;position:relative;width:100%}@media only screen and (min-width:768px){.search-modal .form-field{padding:20px 0}}.search-modal .form-field input{border:none;color:#212121;font-size:20px;font-weight:600;height:50px;max-width:1200px;outline:none;text-align:center;text-transform:uppercase;width:100%}@media only screen and (min-width:768px){.search-modal .form-field input{font-size:48px;height:80px}}.search-modal .form-field input::placeholder{color:#212121}.search-modal .form-field .close-btn{cursor:pointer;font-size:25px;position:absolute;right:20px;top:50%;transform:translateY(-50%)}@media only screen and (min-width:768px){.search-modal .form-field .close-btn{font-size:50px;right:40px}}.search-modal .search-result-content{margin:0 auto;max-width:calc(100% - 20px)}@media only screen and (min-width:768px){.search-modal .search-result-content{max-width:800px}}.search-modal .search-result-content .start-msg{color:#00000080;margin-top:20px;text-align:center}.search-modal .search-result-content .search-results{height:calc(100vh - 110px);margin:20px 0;overflow:auto}@media only screen and (min-width:768px){.search-modal .search-result-content .search-results{height:calc(100vh - 160px)}}.search-modal .search-result-content .search-results .search-result-item{align-items:center;border-bottom:1px solid #0000001a;cursor:pointer;display:flex;gap:10px;padding:10px 0}.search-modal .search-result-content .search-results .search-result-item .image-container{background-color:#0000000d;flex-shrink:0;height:60px;width:60px}.search-modal .search-result-content .search-results .search-result-item .image-container img{height:100%;width:100%}.search-modal .search-result-content .search-results .search-result-item .prod-details{overflow:hidden}.search-modal .search-result-content .search-results .search-result-item .prod-details .name{display:block;font-size:16px;font-weight:600;line-height:1;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-modal .search-result-content .search-results .search-result-item .prod-details .desc{color:#00000080;display:block;font-size:14px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes slideSearchWindow{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cart-products{flex-grow:1}.cart-products .search-result-item{display:flex;gap:10px;padding:20px 15px}.cart-products .search-result-item .image-container{background-color:#0000000d;flex-shrink:0;height:60px;width:60px}.cart-products .search-result-item .image-container img{height:100%;width:100%}.cart-products .search-result-item .prod-details{overflow:hidden;position:relative}.cart-products .search-result-item .prod-details .name{display:block;font-size:16px;font-weight:600;line-height:1;margin-bottom:10px;overflow:hidden;padding-right:25px;text-overflow:ellipsis;white-space:nowrap}.cart-products .search-result-item .prod-details .text{align-items:center;display:flex;font-size:12px;font-weight:600;gap:5px}.cart-products .search-result-item .prod-details .text .highlight{color:#fb56c1}.cart-products .search-result-item .prod-details svg{cursor:pointer;position:absolute;right:0;top:0}.cart-products .search-result-item .prod-details .quantity-buttons{border:1px solid #0000001a;display:flex;height:30px;margin-bottom:8px;width:-webkit-fit-content;width:fit-content}.cart-products .search-result-item .prod-details .quantity-buttons span{align-items:center;color:#6b6b6b;cursor:pointer;display:flex;font-size:14px;justify-content:center;width:30px}.cart-products .search-result-item .prod-details .quantity-buttons span:first-child{border-right:1px solid #0000001a;font-size:18px}.cart-products .search-result-item .prod-details .quantity-buttons span:nth-child(2){width:40px}.cart-products .search-result-item .prod-details .quantity-buttons span:nth-child(3){border-left:1px solid #0000001a;font-size:18px}.cart-products .search-result-item:hover{background-color:#0000000d}.cart-panel{display:flex;height:100%;justify-content:flex-end;left:0;position:fixed;top:0;width:100%;z-index:99}.cart-panel .opac-layer{background:#00000080;height:100%;left:0;position:absolute;top:0;width:100%}.cart-panel .cart-content{animation:slideCartWindow .3s ease forwards;background:#fff;display:flex;flex-direction:column;height:100%;position:relative;transform:translateX(100%);width:100%;z-index:1}@media only screen and (min-width:768px){.cart-panel .cart-content{width:340px}}.cart-panel .cart-content .cart-header{align-items:center;border-bottom:1px solid #0000001a;display:flex;justify-content:flex-end;padding:20px 15px}.cart-panel .cart-content .cart-header .heading{flex-grow:1;font-size:20px;font-weight:700;margin-bottom:0;text-transform:uppercase}.cart-panel .cart-content .cart-header .close-btn{align-items:center;cursor:pointer;display:flex;gap:5px}.cart-panel .cart-content .cart-header .close-btn svg{font-size:18px}.cart-panel .cart-content .cart-header .close-btn .text{font-size:14px;text-transform:uppercase}.cart-panel .cart-content .cart-header .close-btn:hover{opacity:.5}.cart-panel .cart-content .empty-cart{align-items:center;display:flex;flex-direction:column;gap:20px;margin-top:100px}.cart-panel .cart-content .empty-cart svg{font-size:120px;opacity:.1}.cart-panel .cart-content .empty-cart .return-cta{align-items:center;background:#fb56c1;border:0;border-bottom:3px solid #a93580;color:#fff;cursor:pointer;display:flex;font-size:13px;height:40px;justify-content:center;outline:0;width:150px}.cart-panel .cart-content .empty-cart .return-cta svg{margin-right:10px}.cart-panel .cart-content .cart-footer{border-top:1px solid #0000001a}.cart-panel .cart-content .cart-footer .subtotal{border-bottom:1px solid #0000001a;display:flex;justify-content:space-between;padding:20px 15px}.cart-panel .cart-content .cart-footer .subtotal .text{font-size:20px;font-weight:700;margin-bottom:0;text-transform:uppercase}.cart-panel .cart-content .cart-footer .subtotal .text.total{color:#fb56c1}.cart-panel .cart-content .cart-footer .button{padding:20px 15px}.cart-panel .cart-content .cart-footer .button .checkout-cta{align-items:center;background:#fb56c1;border:0;border-bottom:3px solid #a93580;color:#fff;cursor:pointer;display:flex;font-size:16px;height:50px;justify-content:center;outline:0;text-transform:uppercase;width:100%}.cart-panel .cart-content .cart-footer .button .checkout-cta svg{margin-right:10px}@keyframes slideCartWindow{0%{transform:translateX(100%)}to{transform:translateX(0)}}.footer{width:100%}.footer .footer-content{display:flex;flex-flow:wrap;gap:20px;margin:0 auto;max-width:1200px;padding:50px 20px}@media only screen and (min-width:768px){.footer .footer-content{justify-content:space-between;padding:50px 0}}.footer .footer-content .col{max-width:300px}.footer .footer-content .col:nth-child(3){width:150px}@media only screen and (min-width:768px){.footer .footer-content .col:nth-child(3){width:auto}}.footer .footer-content .col .title{font-size:15px;font-weight:700;margin-bottom:20px}.footer .footer-content .col .text{color:#00000080;font-size:16px}.footer .footer-content .col .c-item{display:flex;margin-bottom:10px}.footer .footer-content .col .c-item svg{color:#00000080;flex-shrink:0;font-size:14px;margin-right:10px;margin-top:4px}.footer .footer-content .col span.text{cursor:pointer;display:block;margin-bottom:10px}.footer .bottom-bar{border-top:1px solid #0000001a}.footer .bottom-bar .bottom-bar-content{align-items:center;display:flex;flex-direction:column;gap:10px;padding:20px;text-align:center}@media only screen and (min-width:768px){.footer .bottom-bar .bottom-bar-content{flex-direction:row;height:60px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0;text-align:left}}.footer .bottom-bar .bottom-bar-content .text{color:#00000080;font-size:14px}.main-content .layout{margin:0 auto;max-width:calc(100% - 20px)}@media only screen and (min-width:768px){.main-content .layout{max-width:1200px}}.hero-banner{background-image:linear-gradient(0deg,#fff,#fbfbfb);padding:10px;position:relative}@media only screen and (min-width:768px){.hero-banner{height:calc(100vh + 35px);padding:40px}}.hero-banner .content .myntra-small-banner-img{position:relative;width:100%;z-index:9}@media only screen and (min-width:768px){.hero-banner .content .myntra-small-banner-img{margin-bottom:0;width:100%}}@media only screen and (min-width:1536px){.hero-banner .content .myntra-small-banner-img{margin-right:0;margin-top:0;width:100%}}.hero-banner .content .text-content{align-items:center;color:#fff;display:flex;flex-direction:column;text-align:center}@media only screen and (min-width:768px){.hero-banner .content .text-content{left:50px;position:absolute;top:50%;transform:translateY(-50%)}}@media only screen and (min-width:1536px){.hero-banner .content .text-content{left:0}}.hero-banner .content .text-content h1{color:#fff;font-size:80px;font-weight:700;line-height:1;margin-bottom:20px}@media only screen and (min-width:768px){.hero-banner .content .text-content h1{font-size:180px}}.hero-banner .content .text-content p{font-size:14px;line-height:20px;margin-bottom:20px;max-width:300px}@media only screen and (min-width:768px){.hero-banner .content .text-content p{font-size:18px;line-height:24px;margin-bottom:40px;max-width:500px}}.hero-banner .content .text-content .ctas{display:flex;gap:20px;justify-content:center}.hero-banner .content .text-content .ctas .banner-cta{border:2px solid #fff;cursor:pointer;font-size:13px;font-weight:500;padding:10px 20px;text-transform:uppercase;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.hero-banner .content .text-content .ctas .banner-cta.v2{background-color:#fff;color:#000}.hero-banner .content .text-content .ctas .banner-cta:hover{opacity:.6}.shop-by-category{margin:25px 0}@media only screen and (min-width:768px){.shop-by-category{margin:50px 0}}.shop-by-category .categories{display:flex;flex-flow:wrap;gap:10px}.shop-by-category .categories .category{background-color:#000;cursor:pointer;overflow:hidden;width:calc(50% - 5px)}@media only screen and (min-width:768px){.shop-by-category .categories .category{width:calc(25% - 10px)}}.shop-by-category .categories .category img{display:block;transition:all .3s ease;width:100%}.shop-by-category .categories .category:hover img{transform:scale(1.2)}.products-container{margin:50px 0}@media only screen and (min-width:768px){.products-container{margin:75px 0}}.products-container .sec-heading{font-size:18px;font-weight:500;margin-bottom:20px;text-transform:uppercase}@media only screen and (min-width:768px){.products-container .sec-heading{font-size:24px;margin-bottom:35px}}.products-container .sec-heading:after{background-color:#fb56c1;content:"";display:block;height:3px;margin-top:5px;width:50px}@media only screen and (min-width:768px){.products-container .sec-heading:after{margin-top:10px}}.products-container .products{display:flex;flex-flow:wrap;gap:10px}@media only screen and (min-width:768px){.products-container .products{gap:20px}}.product-card{cursor:pointer;margin-bottom:20px;width:calc(50% - 5px)}@media only screen and (min-width:768px){.product-card{width:calc(25% - 15px)}}.product-card .thumbnail{align-items:center;background-color:#0000000d;display:flex;height:180px;margin-bottom:10px;padding:25px;width:100%}@media only screen and (min-width:768px){.product-card .thumbnail{height:375px}}.product-card .thumbnail img{display:block;transition:all .3s ease;width:100%}.product-card .prod-details .name{display:block;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (min-width:768px){.product-card .prod-details .name{font-size:16px;margin-bottom:10px}}.product-card .prod-details .price{font-size:18px}@media only screen and (min-width:768px){.product-card .prod-details .price{font-size:24px}}.product-card:hover .thumbnail img{transform:scale(1.2)}.category-main-content{margin:30px 0}@media only screen and (min-width:768px){.category-main-content{margin:75px 0}}.category-main-content .layout{margin:0 auto;max-width:calc(100% - 20px)}@media only screen and (min-width:768px){.category-main-content .layout{max-width:1200px}}.category-main-content .category-title{font-size:24px}@media only screen and (min-width:768px){.category-main-content .category-title{font-size:34px}}.category-main-content .products-container{margin:20px 0}@media only screen and (min-width:768px){.category-main-content .products-container{margin:50px 0}}.single-product-main-content{margin:20px 0}@media only screen and (min-width:768px){.single-product-main-content{margin:75px 0}}.single-product-main-content .layout{margin:0 auto;max-width:calc(100% - 20px)}@media only screen and (min-width:768px){.single-product-main-content .layout{max-width:1200px}}.single-product-main-content .layout .single-product-page{display:flex;flex-direction:column}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page{flex-direction:row}}.single-product-main-content .layout .single-product-page .left{background-color:#0000000d;flex-shrink:0;width:100%}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .left{height:600px;width:450px}}.single-product-main-content .layout .single-product-page .left img{display:block;width:100%}.single-product-main-content .layout .single-product-page .right{display:flex;flex-direction:column;padding-top:20px}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right{padding:0 35px}}.single-product-main-content .layout .single-product-page .right .name{font-size:20px;line-height:28px;margin-bottom:20px}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right .name{font-size:24px;line-height:32px}}.single-product-main-content .layout .single-product-page .right .price{font-size:24px;line-height:32px;margin-bottom:20px}.single-product-main-content .layout .single-product-page .right .desc{color:#6b6b6b;font-size:14px;line-height:20px;margin-bottom:20px}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right .desc{font-size:16px;line-height:24px;margin-bottom:20px}}.single-product-main-content .layout .single-product-page .right .cart-buttons{display:flex}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right .cart-buttons{margin-top:30px}}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons{border:2px solid #0003;display:flex;height:50px;margin-right:10px;width:-webkit-fit-content;width:fit-content}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span{align-items:center;color:#6b6b6b;cursor:pointer;display:flex;font-size:18px;justify-content:center;width:40px}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span:first-child{border-right:2px solid #0003}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span:nth-child(2){width:60px}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span:nth-child(3){border-left:2px solid #0003}.single-product-main-content .layout .single-product-page .right .cart-buttons .add-to-cart-button{align-items:center;background:#fb56c1;border:0;border-bottom:3px solid #a93580;color:#fff;cursor:pointer;display:flex;flex-grow:1;font-size:16px;height:50px;justify-content:center;outline:0;width:180px}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right .cart-buttons .add-to-cart-button{flex-grow:0}}.single-product-main-content .layout .single-product-page .right .cart-buttons .add-to-cart-button svg{margin-right:10px}.single-product-main-content .layout .single-product-page .right .divider{background-color:#0000001a;height:1px;margin:20px 0;width:100%}.single-product-main-content .layout .single-product-page .right .info-item .text-bold{display:block;font-size:18px;font-weight:500}.single-product-main-content .layout .single-product-page .right .info-item .text-bold:first-child{margin-bottom:20px}.single-product-main-content .layout .single-product-page .right .info-item .text-bold span{color:#6b6b6b;cursor:pointer;font-size:16px;font-weight:400}.single-product-main-content .layout .single-product-page .right .info-item .text-bold svg{margin:0 5px}.Offerbanner-section{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:400px;width:100%}.Offerbanner-section .Offerbanner-content{align-items:center;display:flex;flex-direction:column;margin:0 auto;text-align:center;width:-webkit-fit-content;width:fit-content}.Offerbanner-section .Offerbanner-content .text{color:#00000080;font-size:14px;margin-bottom:20px}.Offerbanner-section .offerbanner-img{width:100%}.grid{min-height:250px;text-align:center}.grid .card{padding:2em}.grid .text-success{color:#fb56c1!important}.grid h1{color:#fb56c1;font-size:35px;line-height:50px}.grid p{font-size:22px;line-height:40px}.grid .mb-3{margin-bottom:15px}.grid button{background:#fb56c1;border:0;border-bottom:3px solid #a93580;color:#fff;cursor:pointer;font-size:16px;height:40px;outline:0;width:100px}.form-container,.grid button{align-items:center;justify-content:center}.form-container{background:#fdf0e6;display:flex;min-height:80vh}.form-container .login{background:#fff;margin:30px;padding:20px}.form-container .logo a:hover{color:#fb56c1}.form-container .login-btn{align-items:center;background:#ff3f6c;border:0;border-bottom:3px solid #df3f65;color:#fff;cursor:pointer;display:flex;flex-grow:1;font-size:16px;height:50px;justify-content:center;outline:0;width:100%}.form-container .link{color:#ff3f6c}.form-container .heading{font-size:30px;font-weight:700}.form-container .small-font{color:#7e7e7e;font-size:12px}
/*# sourceMappingURL=main.bd9d28d0.css.map*/