:root{--fs-xs: 12px;--fs-sm: 13px;--fs-base: 14px;--fs-md: 16px;--fs-lg: 20px;--fs-xl: 26px;--fs-2xl: 36px;--color-text-primary: #0f172a;--color-text-secondary: #475569;--color-text-muted: #64748b;--color-text-brand: #123B7A;--color-text-sale: #b71c1c;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-full: 9999px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--body-font-size, 14px);color:var(--color-text, #1e293b);background-color:var(--color-background, #fff);line-height:1.6;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}input,textarea{font:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:500;line-height:1.2}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section-padding{padding:80px 0}.section-header{text-align:center;margin-bottom:48px}.section-header h2{font-size:calc(32px * var(--heading-scale, 1));margin-bottom:12px;letter-spacing:-.02em}.section-header p{color:var(--color-text-muted);font-size:16px;max-width:500px;margin:0 auto}.skip-to-content{position:absolute;top:-100%;left:50%;transform:translate(-50%);background:var(--color-primary);color:#fff;padding:12px 24px;z-index:9999;transition:top .3s}.skip-to-content:focus{top:0}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 24px;font-size:var(--fs-base, 14px);font-weight:600;border-radius:var(--radius-md, 8px);transition:all .2s ease;text-align:center;letter-spacing:.02em;cursor:pointer}.btn--primary{background:var(--color-primary, #123B7A);color:#fff;border:none}.btn--primary:hover{background:var(--color-secondary, #0c2854)}.btn--secondary{background:transparent;color:var(--color-primary, #123B7A);border:1.5px solid var(--color-primary, #123B7A);width:100%;margin-top:8px}.btn--secondary:hover{background:#f8fafc}.btn--disabled{opacity:.5;cursor:not-allowed;border:1px solid #cbd5e1;color:#94a3b8;width:100%;margin-top:8px}.site-header{position:sticky;top:0;background:var(--color-background);z-index:1000;border-bottom:1px solid #eee}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:72px}.site-header__logo{display:flex;align-items:center}.site-header__logo a{display:inline-flex;align-items:center;text-decoration:none}.site-header__logo img{height:auto;display:block;max-width:100%}.site-header__brand-text{font-family:Playfair Display,Georgia,serif;font-size:32px;font-weight:700;font-style:italic;letter-spacing:-.02em;color:#123b7a;line-height:1;text-transform:none}.site-header__nav{display:flex;gap:32px}.site-header__nav a{font-size:14px;font-weight:400;text-transform:uppercase;letter-spacing:.08em;position:relative}.site-header__nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--color-primary);transition:width .3s ease}.site-header__nav a:hover:after{width:100%}.site-header__nav a.nav-link--sale{color:#dc2626;font-weight:700}.site-header__nav a.nav-link--sale:after{background:#dc2626}.site-header__actions{display:flex;align-items:center;gap:16px}.site-header__cart{position:relative;display:inline-flex;align-items:center;justify-content:center}.site-header__cart-count{position:absolute;top:-2px;right:-2px;background:var(--color-primary);color:#fff;font-size:10px;font-weight:700;min-width:17px;height:17px;padding:0 3px;border-radius:10px;display:flex;align-items:center;justify-content:center;line-height:1;box-sizing:border-box}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;padding:4px}.mobile-menu-toggle span{display:block;width:24px;height:1.5px;background:var(--color-primary);transition:all .3s ease}.announcement-bar{background:var(--color-primary);color:#fff;text-align:center;padding:8px 16px;font-size:13px;letter-spacing:.05em}.hero-banner{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-banner__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.hero-banner__image-wrapper img,.hero-banner__image-wrapper svg{width:100%;height:100%;object-fit:cover}.hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;pointer-events:none}.hero-banner__content{position:relative;z-index:2;padding:40px 24px;max-width:700px}.hero-banner__content h1{font-size:calc(56px * var(--heading-scale, 1));font-weight:400;letter-spacing:-.02em;margin-bottom:16px;line-height:1.1}.hero-banner__content p{font-size:18px;margin-bottom:32px;opacity:.9;line-height:1.6}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.custom-product-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 8px #00000008;transition:transform .25s ease,box-shadow .25s ease;position:relative}.custom-product-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.custom-product-card__image-container{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;background-color:#f8fafc}.custom-product-card__image-link{display:block;width:100%;height:100%}.custom-product-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease,opacity .4s ease}.custom-product-card:hover .custom-product-card__image{transform:scale(1.04)}.custom-product-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease,transform .4s ease;z-index:1}.custom-product-card:hover .custom-product-card__image--hover{opacity:1}.custom-product-card__badge-offer{position:absolute;top:0;right:12px;background-color:#b71c1c;color:#fff;font-family:Montserrat,Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:500;line-height:1.35;padding:10px 8px 16px;text-align:center;text-transform:uppercase;letter-spacing:.04em;clip-path:polygon(0 0,100% 0,100% 100%,50% calc(100% - 8px),0 100%);z-index:2;box-shadow:0 2px 8px #0000002e;display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:82px;max-width:94px;word-break:normal;overflow-wrap:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width:480px){.custom-product-card__badge-offer{font-size:11.5px;min-width:72px;max-width:80px;padding:8px 6px 14px;right:8px}}.custom-product-card__form{position:absolute;bottom:0;left:0;right:0;z-index:3;margin:0;transform:translateY(100%);opacity:0;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s ease}.custom-product-card:hover .custom-product-card__form,.custom-product-card:focus-within .custom-product-card__form{transform:translateY(0);opacity:1}.custom-product-card__btn-cart{width:100%;min-height:42px;padding:10px 16px;background-color:#123b7a;color:#fff;font-family:var(--font-heading, "Inter", sans-serif);font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border:none;border-radius:4px;cursor:pointer;box-shadow:0 2px 8px #123b7a40;transition:background-color .25s ease,transform .15s ease;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center}.custom-product-card__btn-cart:hover{background-color:#0c2854;transform:translateY(-1px)}.custom-product-card__btn-cart--disabled{background-color:#9ca3af;cursor:not-allowed;box-shadow:none}.custom-product-card__btn-cart-text{display:block}.custom-product-card__btn-cart-icon,.custom-product-card__discount-badge{display:none}@media(max-width:767px){.custom-product-card__form{position:absolute!important;bottom:8px!important;left:8px!important;right:auto!important;width:auto!important;z-index:4!important;transform:none!important;opacity:1!important;margin:0!important}.custom-product-card__btn-cart{width:36px!important;height:36px!important;min-width:36px!important;padding:0!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;background-color:#093174!important;color:#fff!important;box-shadow:0 2px 6px #00000040!important;border:none!important}.custom-product-card__btn-cart:hover{background-color:#072352!important}.custom-product-card__btn-cart-text{display:none!important}.custom-product-card__btn-cart-icon{display:block!important;width:18px!important;height:18px!important;color:#fff!important}.custom-product-card__discount-badge{position:absolute!important;bottom:8px!important;right:8px!important;background-color:#b71c1c!important;color:#fff!important;font-size:11px!important;font-weight:800!important;line-height:1!important;padding:5px 8px!important;border-radius:6px!important;z-index:3!important;display:inline-block!important;letter-spacing:.02em!important;box-shadow:0 2px 6px #00000040!important;text-transform:uppercase!important}.custom-product-card__price-row .custom-product-card__badge-discount{display:none!important}.custom-product-card__price-row{display:flex!important;align-items:baseline!important;gap:clamp(3px,1.2vw,6px)!important;margin-bottom:4px!important;flex-wrap:nowrap!important;white-space:nowrap!important;overflow:hidden!important;width:100%!important;min-width:0!important}.custom-product-card__price-compare{font-size:clamp(11px,3.2vw,13px)!important;font-weight:600!important;flex-shrink:1!important;white-space:nowrap!important;min-width:0!important;letter-spacing:-.02em!important}.custom-product-card__price-current{font-size:clamp(11px,3.2vw,13px)!important;flex-shrink:0!important;white-space:nowrap!important;min-width:0!important;letter-spacing:-.02em!important}.custom-product-card__badge-discount{font-size:clamp(11px,3.2vw,13px)!important}.custom-product-card__reviews{display:flex!important;align-items:center!important;gap:4px!important;margin-top:2px!important;width:100%!important;clear:both!important}.custom-product-card__stars{font-size:11.5px!important;letter-spacing:1px!important;line-height:1!important}.custom-product-card__review-count{font-size:11px!important;line-height:1!important}}@media(max-width:360px){.custom-product-card__price-row{gap:2px!important}.custom-product-card__price-compare,.custom-product-card__price-current{font-size:10px!important}.custom-product-card__badge-discount{font-size:10px!important;padding:1px 4px!important}}.custom-product-card__content{padding:14px 14px 12px;display:flex;flex-direction:column;flex:1;justify-content:space-between}.custom-product-card__title{font-family:var(--font-heading, "Inter", sans-serif);font-size:var(--fs-base, 14px);font-weight:600;line-height:1.35;text-transform:capitalize;letter-spacing:normal;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #e5e7eb;min-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-product-card__title a{color:var(--color-text-brand, #123B7A);text-decoration:none;text-transform:capitalize;transition:color .2s ease}.custom-product-card__title a:hover{color:var(--color-text-sale, #b71c1c)}.custom-product-card__price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:8px;flex-wrap:nowrap;white-space:nowrap;overflow:hidden;width:100%;min-width:0}.custom-product-card__price-compare{font-size:14px;font-weight:600;color:#4b5563;text-decoration:line-through;text-decoration-color:#d32f2f;white-space:nowrap;flex-shrink:1;min-width:0;letter-spacing:-.02em}.custom-product-card__price-current{font-size:14px;font-weight:800;color:#1e293b;white-space:nowrap;flex-shrink:0;min-width:0;letter-spacing:-.02em}.custom-product-card__price-current--sale{color:#d32f2f}.custom-product-card__badge-discount{background-color:#d32f2f;color:#fff;font-size:14px;font-weight:800;padding:2px 7px;border-radius:12px;letter-spacing:.02em;white-space:nowrap;flex-shrink:0}.custom-product-card__reviews{display:flex;align-items:center;gap:6px;width:100%;clear:both}.custom-product-card__stars{color:#093174;font-size:14px;letter-spacing:2px;line-height:1}.custom-product-card__review-count{font-size:13px;font-weight:600;color:#475569;line-height:1}.image-with-text__grid{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:500px}.image-with-text__grid--reversed{direction:rtl}.image-with-text__grid--reversed>*{direction:ltr}.image-with-text__image{overflow:hidden}.image-with-text__image img,.image-with-text__image svg{width:100%;height:100%;object-fit:cover}.image-with-text__content{display:flex;flex-direction:column;justify-content:center;padding:60px 80px}.image-with-text__content h2{font-size:calc(36px * var(--heading-scale, 1));margin-bottom:20px;letter-spacing:-.02em}.image-with-text__content .rte{margin-bottom:32px;color:#555;line-height:1.7}.image-with-text__content .rte p{margin-bottom:16px}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.collection-card{position:relative;overflow:hidden;aspect-ratio:4/5}.collection-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.collection-card:hover .collection-card__image{transform:scale(1.05)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 50%,#0009);display:flex;align-items:flex-end;padding:24px}.collection-card__title{color:#fff;font-family:var(--font-heading);font-size:20px;font-weight:500;letter-spacing:.02em}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{padding:32px;border:1px solid #eee;text-align:center}.testimonial-card__stars{color:var(--color-secondary);font-size:16px;letter-spacing:2px;margin-bottom:16px}.testimonial-card blockquote{font-size:15px;line-height:1.7;color:#555;margin-bottom:20px;font-style:italic}.testimonial-card cite{font-size:14px;font-style:normal;font-weight:500;color:var(--color-primary);letter-spacing:.05em;text-transform:uppercase}.newsletter{text-align:center}.newsletter__content{max-width:500px;margin:0 auto}.newsletter__content h2{margin-bottom:12px}.newsletter__content .rte{margin-bottom:32px}.newsletter-form{display:flex;gap:0;max-width:440px;margin:0 auto}.newsletter-form input[type=email]{flex:1;padding:14px 16px;border:1px solid;border-right:none;font-size:14px;background:transparent;outline:none}.newsletter-form button[type=submit]{padding:14px 28px;font-size:13px;text-transform:uppercase;letter-spacing:.1em;font-weight:500;border:1px solid;transition:all .3s ease}.newsletter-form__success{margin-top:16px;color:#2e7d32;font-size:14px}.newsletter-form__error{margin-top:16px;color:#c62828;font-size:14px}.site-footer{background:var(--color-primary);color:#fff;padding:64px 0 0}.site-footer a{color:#ffffffb3;transition:color .3s ease}.site-footer a:hover{color:#fff}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:48px}.footer-column h4{font-size:14px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:20px;font-weight:500}.footer-column p{font-size:14px;color:#ffffffb3;line-height:1.7}.footer-column ul li{margin-bottom:10px}.footer-column ul li a{font-size:14px}.footer-social{display:flex;gap:16px;margin-top:16px}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.2);border-radius:50%;transition:all .3s ease}.footer-social a:hover{background:#fff;color:var(--color-primary);border-color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;text-align:center;font-size:13px;color:#ffffff80}@media(max-width:991px){.site-header__nav{display:none}.mobile-menu-toggle{display:flex}.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}.hero-banner__content h1{font-size:calc(40px * var(--heading-scale, 1))}.image-with-text__grid{grid-template-columns:1fr}.image-with-text__grid--reversed{direction:ltr}.image-with-text__content{padding:40px 24px}.footer-grid{grid-template-columns:repeat(2,1fr)}.section-padding{padding:60px 0}}@media(max-width:575px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.collection-grid,.testimonial-grid{grid-template-columns:1fr}.hero-banner__content h1{font-size:calc(32px * var(--heading-scale, 1))}.hero-banner__content p{font-size:16px}.footer-grid{grid-template-columns:1fr;gap:32px}.section-padding{padding:48px 0}.newsletter-form{flex-direction:column;gap:12px}.newsletter-form input[type=email]{border-right:1px solid}.section-header h2{font-size:calc(26px * var(--heading-scale, 1))}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-background);z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;transform:translate(100%);transition:transform .3s ease}.mobile-nav.is-active{transform:translate(0)}.mobile-nav a{font-size:24px;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.08em}.mobile-nav__close{position:absolute;top:20px;right:24px;font-size:32px}.shopify-editor-contextual-bar,[data-editor-contextbar],.theme-editor-action-bar,.shopify-section-editor-overlay [role=toolbar]{top:auto!important;bottom:24px!important;left:50%!important;transform:translate(-50%)!important;z-index:99999!important;box-shadow:0 8px 30px #00000040!important;opacity:.92;transition:opacity .2s ease,transform .2s ease}.shopify-editor-contextual-bar:hover,[data-editor-contextbar]:hover,.theme-editor-action-bar:hover{opacity:1}.saree-store{scroll-margin-top:80px;scroll-margin-bottom:80px}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
