@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Work+Sans:wght@400;500;600&display=swap";:root{--color-background:#fff8ec;--color-on-surface:#1b1c1a;--color-on-surface-variant:#514532;--color-primary:#d97706;--color-primary-container:#ffb800;--color-on-primary-container:#6b4c00;--color-secondary:#1f5b2c;--color-secondary-container:#b9eeab;--color-on-secondary-container:#3f6d38;--color-tertiary-container:#ffb57b;--color-on-tertiary-container:#7e4100;--color-surface-container-low:#f4f4f0;--color-surface-container:#efeeea;--color-surface-container-high:#e9e8e4;--color-outline-variant:#d5c4ab;--color-on-primary-fixed:#271900;--color-primary-fixed-dim:#ffba20;--color-paragraph:#6b7280;--font-h:"Plus Jakarta Sans", sans-serif;--font-body:"Work Sans", sans-serif;--container-max:1280px;--section-padding:6rem}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-background);color:var(--color-on-surface);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.5}html{scroll-behavior:smooth}h1,h2,h3,h4{font-family:var(--font-h);letter-spacing:-.02em;font-weight:700;line-height:1.1}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h2{color:var(--color-primary);padding:0 0 1rem;font-size:2.5rem}p{color:var(--color-paragraph);padding:0 0 1rem;font-size:1rem;font-weight:500}.container{width:100%;margin:0 auto;padding:0 2.5rem}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#ffffffe6;border-bottom:1px solid #f1f1ee;width:100%;position:fixed;top:0;box-shadow:0 4px 20px -5px #4a320014}.nav-container{justify-content:space-between;align-items:center;max-width:1536px;margin:0 auto;padding:1rem 2rem;display:flex}.nav-logo{letter-spacing:-.04em;color:#d97706;font-size:1.5rem;font-weight:800}.nav-links{display:none}@media (width>=768px){.nav-links{align-items:center;gap:2rem;display:flex}}.nav-link{color:#57534e;font-size:.875rem;font-weight:500;transition:color .3s}.nav-link:hover{color:#d97706}.nav-link.active{color:#d97706;border-bottom:2px solid #f59e0b;padding-bottom:.25rem}.nav-actions{gap:1rem;display:flex;position:relative}.nav-actions .nav-icon-btn{border-radius:9999px;padding:.5rem;transition:background-color .3s}.nav-actions .nav-icon-btn:hover{background-color:#f5f5f4}.nav-actions .nav-dropdown{background:#fff;border:1px solid #ddd;border-radius:6px;padding:5px;display:none;position:absolute;top:56px;left:0;box-shadow:0 0 5px #999}.nav-actions .nav-dropdown ul li{color:var(--color-paragraph);cursor:pointer;border-radius:4px;padding:5px;font-size:.9rem;line-height:30px;list-style:none}.nav-actions .nav-dropdown ul li:hover{background:#ddd}.nav-actions .nav-dropdown.profile-dropdown{width:180px;left:-80px}.nav-actions .nav-dropdown.cart-dropdown{width:370px;padding:10px;left:-320px}.nav-actions .nav-dropdown.cart-dropdown .d-block{width:100%;margin:10px 0 0}.nav-actions .nav-dropdown.show{display:block}.hero{text-align:center;align-items:center;width:100%;padding:100px 0 50px;display:flex;position:relative}.hero-bg{z-index:0;position:absolute;inset:0}.hero-img{object-fit:cover;width:100%;height:100%}.hero-overlay{background:linear-gradient(90deg,#1b1c1ae6,#0000);position:absolute;inset:0}.hero-content{z-index:10;color:#fff;position:relative}.badge{background-color:var(--color-primary-container);color:var(--color-on-primary-container);border-radius:9999px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hero h1{color:#f2f2f2;text-shadow:0 0 6px #333;margin-bottom:1.5rem;font-size:4rem;line-height:1.1}.hero p{opacity:.9;color:#f2f2f2;text-shadow:0 0 6px #333;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.btn-group{gap:1rem;display:flex}.hero .btn-group{justify-content:center}.btn-primary{background-color:var(--color-primary-container);color:var(--color-on-primary-container);border-radius:.75rem;padding:.8rem 2rem;font-weight:600;transition:transform .3s,background-color .3s;box-shadow:0 10px 30px -10px #4a320033}.btn-primary:hover{background-color:var(--color-primary);color:#fff}.btn-secondary{background-color:var(--color-on-secondary-container);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--color-on-secondary-container);color:#fff;border-radius:.75rem;padding:.8rem 2rem;font-weight:600;transition:background-color .3s}.btn-secondary:hover{background-color:var(--color-secondary)}.btn-tertiery{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--color-on-secondary-container);color:var(--color-on-secondary-container);background-color:#fff;border-radius:.75rem;padding:.8rem 2rem;font-weight:600;transition:background-color .3s}.btn-tertiery:hover{background-color:var(--color-on-secondary-container);color:#fff}.varieties-section{padding:var(--section-padding) 0}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.section-title h2{margin-bottom:1rem;font-size:2.5rem}.section-title p{color:var(--color-on-surface-variant);max-width:36rem}.view-all{color:var(--color-primary);align-items:center;gap:.5rem;font-weight:600;display:flex}.bento-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.bento-grid{grid-template-columns:repeat(12,1fr)}}.bento-card{border-radius:1.5rem;transition:transform .5s,box-shadow .5s;overflow:hidden}.bento-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px -10px #4a32001f}.bento-large{aspect-ratio:16/10;grid-column:span 12;position:relative}@media (width>=768px){.bento-large{grid-column:span 7}}.bento-large img{object-fit:cover;width:100%;height:100%;transition:transform .7s;position:absolute;inset:0}.bento-large:hover img{transform:scale(1.05)}.bento-overlay{background:linear-gradient(#0000 30%,#1b1c1acc);position:absolute;inset:0}.bento-content-abs{color:#fff;width:100%;padding:2.5rem;position:absolute;bottom:0;left:0}.bento-small{background-color:var(--color-surface-container);grid-column:span 12}@media (width>=768px){.bento-small{grid-column:span 5}}.bento-small img{object-fit:cover;width:100%;height:250px}.bento-body{padding:2rem}.bento-body-header{justify-content:space-between;margin-bottom:1rem;display:flex}.bento-price{font-size:1.5rem;font-weight:700}.bento-tag{background-color:var(--color-tertiary-container);color:var(--color-on-tertiary-container);text-transform:uppercase;border-radius:9999px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.buy-btn-round{background-color:var(--color-primary-container);color:var(--color-on-primary-container);border-radius:9999px;justify-content:center;align-items:center;padding:1rem;display:flex}.add-btn-outline{border:2px solid var(--color-primary);width:100%;color:var(--color-primary);border-radius:.75rem;margin-top:2rem;padding:1rem;font-weight:600;transition:all .3s}.add-btn-outline:hover{background-color:var(--color-primary);color:#fff}.subscription-card{background-color:var(--color-on-secondary-container);color:#fff;border-radius:1.5rem;flex-direction:column;grid-column:span 12;justify-content:center;padding:3rem;display:flex;position:relative;overflow:hidden}@media (width>=768px){.subscription-card{grid-column:span 7}}.sub-tag{letter-spacing:.2em;color:var(--color-tertiary-container);margin-bottom:1rem;font-size:.75rem;font-weight:700}.white-btn{color:var(--color-on-secondary-container);background-color:#fff;border-radius:.75rem;width:fit-content;margin-top:2rem;padding:1rem 2rem;font-weight:600}.story-section{background-color:var(--color-surface-container-low);padding:8rem 0}.story-grid{grid-template-columns:1fr;align-items:center;gap:5rem;display:grid}@media (width>=768px){.story-grid{grid-template-columns:1fr 1fr}}.story-img-wrapper{position:relative}.story-img-card{aspect-ratio:4/5;border-radius:2.5rem;overflow:hidden;box-shadow:0 10px 30px -10px #4a32001f}.story-img-card img{object-fit:cover;width:100%;height:100%}.quote-card{background-color:#fff;border-radius:1.5rem;max-width:17.5rem;padding:2rem;position:absolute;bottom:-1rem;right:-1rem;box-shadow:0 10px 30px #0000001a}@media (width>=768px){.quote-card{bottom:-2.5rem;right:-2.5rem}}.stats-grid{border-top:1px solid var(--color-outline-variant);grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;padding-top:3rem;display:grid}.stat-val{color:var(--color-primary);font-size:2.5rem;font-weight:700;font-family:var(--font-h)}.newsletter-section{padding:6rem 0}.newsletter-card{background-color:var(--color-primary);color:#fff;border-radius:3rem;padding:4rem;position:relative;overflow:hidden}@media (width>=768px){.newsletter-card{padding:5rem}}.newsletter-form{flex-direction:column;gap:1rem;margin-top:2.5rem;display:flex}@media (width>=768px){.newsletter-form{flex-direction:row}}.newsletter-input{color:#fff;background-color:#fff3;border:1px solid #ffffff4d;border-radius:1rem;outline:none;flex:1;padding:1rem 1.5rem}.newsletter-input::placeholder{color:#fff9}.newsletter-btn{color:#ffba20;background-color:#271900;border-radius:1rem;padding:1rem 2.5rem;font-weight:600;transition:all .3s}.newsletter-btn:hover{color:var(--color-primary);background-color:#fff}.footer{background-color:#fafaf9;border-top:1px solid #e7e5e4;padding:4rem 2rem}.footer .contact-us p{color:#78716c;line-height:30px}.footer-grid{grid-template-columns:1fr;gap:3rem;max-width:1536px;margin:0 auto;display:grid}.footer-grid .btn-group{margin:20px 0 0}@media (width>=768px){.footer-grid{grid-template-columns:1fr 1fr 1fr}}.footer-title{margin-bottom:2rem;font-size:1.25rem;font-weight:800}.footer-links-title{text-transform:uppercase;letter-spacing:.1em;color:var(--color-on-surface);margin-bottom:1.5rem;font-size:.75rem;font-weight:700}.footer-link-list{list-style:none}.footer-link-item{color:#78716c;margin-bottom:1rem;font-size:.875rem}.footer-socials{gap:1rem;margin-bottom:2rem;display:flex}.social-icon{background-color:#fff;border:1px solid #e7e5e4;border-radius:9999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background-color .3s;display:flex}.social-icon:hover{background-color:var(--color-primary-container)}.common-details{border-bottom:1px solid #ccc;width:90%;margin:0 auto;padding:70px 0}.common-details h2{color:var(--color-primary);padding:0 0 2rem;font-size:2.5rem}.common-details p{color:var(--color-paragraph);padding:0 0 1rem;font-weight:500}.common-details h4{margin:0 0 1.2rem;font-size:1.5rem}.common-details ul{margin:0 0 0 20px}.common-details ul li{color:var(--color-paragraph);line-height:1.8rem}.common-details.trust-us:nth-of-type(2) ul{margin-left:0}.common-details.trust-us:nth-of-type(2) ul li{line-height:2.5rem;list-style-type:none}.common-details.trust-us:nth-of-type(3){border:0}.common-details.brand-feel{justify-content:space-between;display:flex}.common-details.brand-feel div{flex-basis:48%}.common-details.brand-feel .brand-add-to-cart{width:100%;height:250px}.common-details.brand-feel .brand-add-to-cart img{border-radius:120px 10px}.product-section{margin-top:138.8px;padding:0 0 50px}.product-section h2,.product-section p{text-align:center}.product-section .product-order{background:#fff;border:1px solid #e3e2df80;border-radius:6px;justify-content:space-between;width:80%;margin:20px auto;padding:50px 30px;display:flex;box-shadow:0 10px 40px -10px #4a32001f}.product-section .product-order .product-image{flex-basis:49%}.product-section .product-order .product-image img{border-radius:4px}.product-section .product-order .product-details{flex-basis:49%}.product-section .product-order .product-details h4{color:var(--color-on-secondary-container);padding:0 0 .5rem;font-size:1.5rem}.product-section .product-order .product-details p{text-align:left}.product-section .product-order .product-details .select-order{align-items:center;margin:20px 0 30px;display:flex}.product-section .product-order .product-details .select-order span.added-quantity{color:var(--color-primary);align-items:center;margin:0 20px 0 0;font-size:1rem;display:flex}.product-section .product-order .product-details .select-order span.added-quantity svg{margin:0 0 0 10px}.product-section .product-order .product-details .select-order span.added-details{border-bottom:2px solid var(--color-primary);color:var(--color-primary);border-radius:2px;margin:0 20px 0 0;padding:5px 10px;font-size:1rem}.product-section .product-order .product-details .select-order span.added-price{color:var(--color-on-secondary-container);font-size:1rem}.product-section .product-order .product-details .add-to-cart{margin:20px 0 0}.product-section .product-order .product-details .add-to-cart button{margin:0 16px 0 0}.product-section .product-address{border-right:1px solid #ccc;flex-basis:59%;padding:0 50px 0 0}.product-section .product-address h4{color:var(--color-on-secondary-container);padding:0 0 1.5rem;font-size:1.5rem}.product-section .product-address .row{width:100%}.product-section .product-address .row.column2{justify-content:space-between;display:flex}.product-section .product-address .row.column2 .form-group{width:49%}.product-section .product-address .row.column3{justify-content:space-between;display:flex}.product-section .product-address .row.column3 .form-group{width:31.33%}.product-section .product-cart-summary{flex-basis:39%;padding:0 0 0 20px}.product-section .product-cart-summary h4{color:var(--color-on-secondary-container);padding:0 0 1.5rem;font-size:1.5rem}.product-section .product-cart-summary .cart-total{border-top:1px solid #ccc;border-bottom:1px solid #ccc;justify-content:space-between;margin:1.5rem 0 1rem;padding:.8rem 0 1rem;font-size:1.2rem;display:flex}.product-section .product-cart-summary .cart-total span{color:var(--color-on-primary-container);font-size:1.2rem;font-weight:700}.product-order.order-confirmation .product-cart-summary .cart-item{line-height:2rem}.product-order.order-confirmation .cart-item .cart-item-details{width:100%}.product-order.order-confirmation .product-order-wrapper{border-right:1px solid #ccc;flex-basis:60%;margin:0 2rem 0 0;padding:0 3rem 0 0}.product-order.order-confirmation .product-order-wrapper .product-order-header{justify-content:space-between;margin:0 0 30px;display:flex}.product-order.order-confirmation .product-order-wrapper .product-order-header .product-order-box{flex-basis:33.33%}.product-order.order-confirmation .product-order-wrapper .product-order-header .product-order-box h6{color:var(--color-on-surface-variant);margin:0 0 .2rem;font-size:1rem}.product-order.order-confirmation .product-order-wrapper .product-order-header .product-order-box span{color:var(--color-paragraph);font-size:1rem}.product-order.order-confirmation .product-order-wrapper .product-order-header .product-order-box label{color:var(--color-secondary);background:#b9eeab4d;border:1px solid #3b69341a;border-radius:20px;align-items:center;padding:5px 20px;font-size:.8rem;font-weight:700;display:inline-flex;position:relative}.product-order.order-confirmation .product-order-wrapper .product-order-header .product-order-box label:before{content:"";background:var(--color-secondary);border-radius:50%;width:10px;height:10px;margin:0 10px 0 0}.product-order.order-confirmation .product-order-wrapper .product-order-header .product-order-box:last-child{text-align:right}.product-order.order-confirmation .product-order-wrapper h3{color:var(--color-secondary);border-bottom:1px solid #ddd;margin:0 0 1rem;padding:0 0 1rem;font-size:1.5rem}.product-order.order-confirmation .product-order-wrapper .user-order .cart-item{display:flex}.product-order.order-confirmation .product-order-wrapper .user-order .cart-item .cart-item-image{width:7rem;height:7rem;margin:0 16px 0 0}.product-order.order-confirmation .product-order-wrapper .user-order .cart-item .cart-item-image img{border-radius:10px}.product-order.order-confirmation .product-order-wrapper .user-order .cart-item .cart-item-details h5{color:var(--color-primary);margin:0 0 .2rem;font-size:1.2rem}.product-order.order-confirmation .product-order-wrapper .user-order .cart-item .cart-item-details p{text-align:left;margin:0 0 .5rem;padding:0;font-size:.8rem}.product-order.order-confirmation .product-order-wrapper .user-order .cart-item .cart-item-details .cart-price-details{color:var(--color-on-surface-variant);justify-content:space-between;font-size:1rem;display:flex}.product-order.order-confirmation .product-order-wrapper .user-order .cart-item .cart-item-details .cart-price-details span{font-size:.8rem}.circle-check-thanks{text-align:center;justify-content:center;margin:0 0 1rem;display:flex;position:relative}.modal-center{background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;transition:all .5s;display:flex;position:fixed;top:0}.modal-center .modal-container{background:#fff;border:1px solid #eee;border-radius:20px;width:460px;padding:30px 40px;position:relative;box-shadow:0 0 5px #ddd}.modal-center .modal-container h2{text-align:center;font-size:2rem}.modal-center .modal-container h4{text-align:center;color:var(--color-on-surface);margin:1rem 0;font-size:1.2rem}.modal-center .modal-container p{text-align:center;font-weight:400}.modal-center .modal-container .otp-counter{text-align:center;color:var(--color-on-surface-variant);margin:1rem 0 0;font-size:.8rem}.modal-center .modal-container .otp-counter i{color:var(--color-on-surface);background:#6363634d;border-radius:10px;margin:0 0 0 5px;padding:2px 10px;font-size:.7rem;font-style:normal;display:inline-block}.modal-center .modal-container .edit-mobile{color:var(--color-on-surface-variant);justify-content:center;align-items:center;margin:0 0 1rem;font-size:.9rem;display:flex}.modal-center .modal-container .edit-mobile svg{margin:0 8px 0 0}.modal-center .modal-container .close-modal{color:var(--color-on-surface-variant);cursor:pointer;position:absolute;top:10px;right:20px}.form-group{position:relative}.form-group label{color:var(--color-on-surface-variant);margin:0 0 .5rem;font-size:.8rem;font-weight:600;display:block}.form-group input{color:var(--color-paragraph);background:#f6f6f6;border:1px solid #ccc;border-radius:6px;outline:none;width:100%;margin:0 0 1rem;padding:10px;font-size:1rem}.form-group input:focus{border:1px solid var(--color-on-secondary-container)}.form-group.mobile-field{position:relative}.form-group.mobile-field:before{content:"+91";color:var(--color-paragraph);font-size:1rem;position:absolute;top:38px;left:20px}.form-group.mobile-field input{padding:10px 10px 10px 50px}.form-group+.d-block{width:100%}.cart-item{margin:0 0 .5rem;display:flex}.cart-item .cart-item-image{width:5rem;height:5rem;margin:0 16px 0 0}.cart-item .cart-item-image img{object-fit:cover;border-radius:.75rem;width:100%;height:100%}.cart-item .cart-item-details{width:calc(100% - 6rem)}.cart-item .cart-item-details h5{color:var(--color-primary);font-size:1rem}.cart-item .cart-item-details p{text-align:left;padding:0 0 .5rem;font-size:.8rem}.cart-item .cart-item-details .cart-price-details{justify-content:space-between;display:flex}.cart-item .cart-item-details .cart-price-details b{color:var(--color-on-primary-container);font-size:.8rem;font-weight:700}.cart-item .cart-item-details .cart-price-details span{color:var(--color-paragraph);font-size:.8rem}@media (width<=768px){.hero h1{margin-bottom:1rem;font-size:2.5rem}.hero p{font-size:1.1rem}button.btn-primary{padding:.8rem 1rem}.common-details{padding:50px 0}.common-details.brand-feel{flex-direction:column}h2,.common-details h2{padding:0 0 1rem;font-size:1.5rem}.common-details h4{margin:0 0 1rem;font-size:1.2rem}.common-details.brand-feel .brand-add-to-cart{flex:auto;width:250px;height:250px;margin:1rem auto 0}.common-details.brand-feel .brand-add-to-cart img{border-radius:50%;height:100%}.footer{padding:2rem}.footer .footer-grid{grid-template-columns:1fr}.footer .footer-grid .footer-title{margin-bottom:1rem}.footer .footer-grid .btn-group{margin:0}}@media (width<=420px){.nav-actions .nav-dropdown.cart-dropdown{width:90vw;padding:10px;left:-260px}.container{padding:0 1rem}.hero h1{font-size:2rem;line-height:2.5rem}.hero p{margin-bottom:1.5rem;font-size:1.1rem}.product-section{margin-top:98.8px;padding:0 10px}.product-section .btn-tertiery,.product-section .btn-secondary{padding:.8rem 1rem}.product-section .product-order{flex-direction:column;width:95%;padding:20px}.product-section .product-order .product-details{margin:1.5rem 0 0}.product-section .product-order .product-address{border-bottom:1px solid #ccc;border-right:0;margin:0 0 1.5rem;padding:0 0 1rem}.product-section .product-order .product-address .row:has(.form-group){flex-direction:column}.product-section .product-order .product-address .row:has(.form-group) .form-group{width:100%!important}.product-section .product-order.order-confirmation .product-order-wrapper{border-bottom:1px solid #ccc;border-right:0;margin:0 0 1rem;padding:0 0 1rem}.product-section .product-order.order-confirmation .product-order-wrapper .product-order-header{flex-direction:column}.product-section .product-order.order-confirmation .product-order-wrapper .product-order-header .product-order-box{flex:1;margin:0 0 .5rem;display:flex}.product-section .product-order .product-cart-summary{padding:0}.modal-center .modal-container{width:90%}.product-section h2{line-height:2rem}}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0;font-family:Plus Jakarta Sans,sans-serif}body{-webkit-font-smoothing:antialiased;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}
