:root{--oat: #F7F1E3;--oat-deep: #EDE1C6;--oat-line: #DCCBA0;--ink: #2B2015;--ink-soft: #6E5F45;--gold: #9C7A2E;--gold-bright: #C7972F;--gold-shine: #EAC978;--gold-deep: #71531B;--shadow: 43 34% 12%;--font-display: "Maile Display", "Optima", "Trajan Pro", Georgia, serif;--font-text: "Maile Text", "Iowan Old Style", "Palatino Linotype", Georgia, serif;--container: 1180px;--edge: clamp(1.5rem, 5vw, 4.5rem);color-scheme:light}@media(prefers-color-scheme:dark){:root{--oat: #1B140D;--oat-deep: #251C12;--oat-line: #4A3A24;--ink: #F3E7CE;--ink-soft: #BCA57B;--gold: #C7972F;--gold-bright: #E6B34E;--gold-shine: #F4CD7E;--gold-deep: #93701F;color-scheme:dark}}:root[data-theme=dark]{--oat: #1B140D;--oat-deep: #251C12;--oat-line: #4A3A24;--ink: #F3E7CE;--ink-soft: #BCA57B;--gold: #C7972F;--gold-bright: #E6B34E;--gold-shine: #F4CD7E;--gold-deep: #93701F;color-scheme:dark}:root[data-theme=light]{--oat: #F7F1E3;--oat-deep: #EDE1C6;--oat-line: #DCCBA0;--ink: #2B2015;--ink-soft: #6E5F45;--gold: #9C7A2E;--gold-bright: #C7972F;--gold-shine: #EAC978;--gold-deep: #71531B;color-scheme:light}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--oat);color:var(--ink);font-family:var(--font-text);font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;transition:background-color .4s ease,color .4s ease}img,svg{display:block;max-width:100%}a{color:inherit}h1,h2,h3{margin:0;font-family:var(--font-display);font-weight:500;text-wrap:balance}p{margin:0}button,input{font:inherit;color:inherit}::selection{background:var(--gold-shine);color:var(--ink)}:focus-visible{outline:1.5px solid var(--gold-bright);outline-offset:3px}.wrap{max-width:var(--container);margin:0 auto;padding-left:var(--edge);padding-right:var(--edge)}.eyebrow{font-family:var(--font-display);font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold-deep)}.rule{width:44px;height:1px;background:var(--gold-bright)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1)}.reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important;transition:none!important}*{animation-duration:.001ms!important;animation-iteration-count:1!important}}.nav{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:1.15rem var(--edge);background:color-mix(in srgb,var(--oat) 88%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--oat-line)}.brand{display:flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-size:.92rem;letter-spacing:.16em;text-decoration:none}.brand svg{width:22px;height:22px;color:var(--gold-bright)}.navlinks{display:flex;gap:clamp(1.1rem,2.4vw,2.4rem);list-style:none;margin:0;padding:0}.navlinks a{font-family:var(--font-display);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;position:relative;padding-bottom:4px}.navlinks a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--gold-bright);transition:right .35s ease}.navlinks a:hover:after,.navlinks a:focus-visible:after{right:0}@media(max-width:720px){.navlinks{display:none}}.hero{position:relative;min-height:min(96vh,920px);display:flex;align-items:center;overflow:hidden}.hero-art{position:absolute;top:50%;right:-6%;transform:translateY(-46%);width:min(88vw,1180px);color:var(--gold);opacity:.9;pointer-events:none}.hero-content{position:relative;z-index:2;max-width:620px;padding:6rem var(--edge) 4rem}.hero-content .eyebrow{margin-bottom:1.3rem;display:block}.hero-title{font-size:clamp(2.5rem,6.6vw,4.7rem);line-height:1.03;letter-spacing:.01em;background:linear-gradient(100deg,var(--gold-deep) 4%,var(--gold-shine) 32%,var(--gold-bright) 48%,var(--gold-deep) 68%);background-size:260% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--gold-bright);animation:shine 5.5s ease-in-out .3s 1}@keyframes shine{0%{background-position:0% 0}55%{background-position:100% 0}to{background-position:100% 0}}@media(prefers-reduced-motion:reduce){.hero-title{animation:none;background-position:60% 0}}.hero-tag{margin-top:1.7rem;font-size:clamp(1.05rem,1.7vw,1.28rem);line-height:1.65;color:var(--ink);max-width:46ch}.hero-tag em{font-style:normal;color:var(--gold-deep)}:root[data-theme=dark] .hero-tag em{color:var(--gold-bright)}.hero-actions{margin-top:2.6rem;display:flex;align-items:center;gap:1.8rem;flex-wrap:wrap}.btn{font-family:var(--font-display);font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;gap:.6rem;padding:.95rem 1.7rem;background:var(--ink);color:var(--oat);border:1px solid var(--ink);cursor:pointer;transition:background .3s ease,color .3s ease,box-shadow .3s ease}.btn:hover,.btn:focus-visible{background:transparent;color:var(--ink);box-shadow:inset 0 0 0 1px var(--gold-bright)}.link-arrow{font-family:var(--font-display);font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;border-bottom:1px solid var(--gold-bright);padding-bottom:3px}.scroll-cue{position:absolute;left:var(--edge);bottom:2rem;display:flex;align-items:center;gap:.7rem;font-family:var(--font-display);font-size:.65rem;letter-spacing:.2em;color:var(--ink-soft);text-transform:uppercase}.scroll-cue .line{width:26px;height:1px;background:var(--ink-soft)}section{position:relative}.band{padding:clamp(5rem,9vw,8rem) 0}.band+.band{border-top:1px solid var(--oat-line)}.band.deep{background:var(--oat-deep)}.heading-block{max-width:640px}.heading-block h2{margin-top:.9rem;font-size:clamp(1.9rem,4vw,2.7rem)}.origin-grid{margin-top:3rem;display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(2.5rem,6vw,6rem);align-items:start}.origin-mark{font-family:var(--font-display);font-size:clamp(2.4rem,5vw,3.4rem);color:var(--gold-bright)}.origin-mark .tamil{display:block;font-size:1.5em;font-family:Noto Sans Tamil,Vijaya,InaiMathi,sans-serif;margin-bottom:.35rem;letter-spacing:0;color:var(--ink)}.origin-copy p{max-width:58ch;font-size:1.05rem;line-height:1.85}.origin-copy p+p{margin-top:1.3rem}.origin-copy .lede{font-size:1.18rem;color:var(--ink)}@media(max-width:860px){.origin-grid{grid-template-columns:1fr;gap:2rem}}.range-list{margin-top:3.5rem;display:flex;flex-direction:column}.range-row{display:grid;grid-template-columns:96px 1fr auto;gap:clamp(1.2rem,3vw,2.8rem);align-items:center;padding:clamp(1.6rem,3vw,2.4rem) 0;border-top:1px solid var(--oat-line)}.range-row:last-child{border-bottom:1px solid var(--oat-line)}.range-icon{width:76px;height:76px;color:var(--gold-bright)}.range-name{font-family:var(--font-display);font-size:clamp(1.15rem,2.2vw,1.55rem);letter-spacing:.02em}.range-kicker{display:block;font-size:.66rem;letter-spacing:.2em;color:var(--ink-soft);text-transform:uppercase;margin-bottom:.35rem}.range-desc{margin-top:.5rem;max-width:46ch;color:var(--ink-soft);font-size:.98rem;line-height:1.7}.range-for{font-family:var(--font-display);font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);white-space:nowrap;justify-self:end}:root[data-theme=dark] .range-for{color:var(--gold-bright)}@media(max-width:640px){.range-row{grid-template-columns:60px 1fr}.range-icon{width:52px;height:52px}.range-for{grid-column:1 / -1;justify-self:start;margin-top:.4rem}}.craft-grid{margin-top:3.5rem;display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,3rem)}.plate{background:var(--oat);border:1px solid var(--oat-line);padding:clamp(1.6rem,3vw,2.4rem)}.plate{background:var(--oat)}.band.deep .plate{background:var(--oat-deep)}.plate-art{width:100%;height:clamp(200px,26vw,300px);color:var(--gold)}.plate-name{margin-top:1.4rem;font-family:var(--font-display);font-size:1.05rem;letter-spacing:.04em}.plate-name span{color:var(--gold-deep)}:root[data-theme=dark] .plate-name span{color:var(--gold-bright)}.plate-desc{margin-top:.7rem;color:var(--ink-soft);font-size:.95rem;line-height:1.75}.craft-intro{max-width:62ch;font-size:1.05rem;line-height:1.85;margin-top:1.5rem}@media(max-width:720px){.craft-grid{grid-template-columns:1fr}}.visit-grid{margin-top:3rem;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,6rem);align-items:start}.visit-copy p{max-width:46ch;font-size:1.05rem;line-height:1.85}.field-row{margin-top:2.2rem;display:flex;gap:0;border-bottom:1px solid var(--ink);max-width:440px}.field-row input{flex:1;background:transparent;border:none;padding:.8rem .2rem;font-size:1rem;color:var(--ink)}.field-row input::placeholder{color:var(--ink-soft)}.field-row input:focus{outline:none}.field-row button{background:none;border:none;font-family:var(--font-display);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);cursor:pointer;padding:.8rem .3rem}:root[data-theme=dark] .field-row button{color:var(--gold-bright)}.field-row button:hover{color:var(--ink)}.form-note{margin-top:.9rem;font-size:.82rem;color:var(--ink-soft);min-height:1.2em}.form-note.sent{color:var(--gold-deep)}:root[data-theme=dark] .form-note.sent{color:var(--gold-bright)}@media(max-width:720px){.visit-grid{grid-template-columns:1fr;gap:2rem}}.foot{padding:clamp(3rem,6vw,4.5rem) 0 2.5rem;border-top:1px solid var(--oat-line)}.foot-top{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.foot-brand{display:flex;align-items:center;gap:.7rem}.foot-brand svg{width:26px;height:26px;color:var(--gold-bright)}.foot-brand span{font-family:var(--font-display);font-size:1rem;letter-spacing:.14em}.foot-tag{margin-top:.6rem;font-size:.85rem;color:var(--ink-soft);max-width:30ch}.foot-links{display:flex;gap:2.4rem;list-style:none;padding:0;margin:0}.foot-links a{font-family:var(--font-display);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;text-decoration:none}.foot-links a:hover{color:var(--gold-deep)}:root[data-theme=dark] .foot-links a:hover{color:var(--gold-bright)}.foot-bottom{margin-top:3rem;padding-top:1.4rem;border-top:1px solid var(--oat-line);display:flex;justify-content:space-between;font-size:.72rem;color:var(--ink-soft);letter-spacing:.04em;flex-wrap:wrap;gap:.6rem}.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}.newsletter-form{margin:0}.form-note ul{margin:0;padding-left:1.2rem}.shop-shell{min-height:72vh;padding:clamp(2rem,6vw,5rem) var(--edge)}.shop-wrap{width:min(1180px,100%);margin:0 auto}.shop-back{display:inline-block;margin-bottom:1.4rem;font-family:var(--font-display);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;color:var(--gold-deep)}.shop-title{font-size:clamp(2rem,5vw,3.8rem);margin-bottom:1.5rem}.shop-copy{max-width:70ch}.shop-copy img{height:auto}.store-nav{position:sticky;top:0;z-index:50;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem var(--edge);border-bottom:1px solid var(--oat-line);background:color-mix(in srgb,var(--oat) 94%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.store-nav a{text-decoration:none}.store-nav__brand{font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;font-size:.92rem}.store-nav__links{display:flex;gap:.8rem;font-size:.82rem;align-items:center}.store-nav__links a{padding:.45rem .8rem;border:1px solid var(--oat-line);border-radius:999px;background:color-mix(in srgb,var(--oat) 84%,white)}.store-footer{border-top:1px solid var(--oat-line);padding:2rem var(--edge);color:var(--ink-soft);font-size:.85rem}.product-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:clamp(2rem,6vw,5rem);align-items:start}.product-media{border-radius:22px;overflow:hidden;background:linear-gradient(180deg,color-mix(in srgb,var(--oat-deep) 85%,white),var(--oat-deep));border:1px solid color-mix(in srgb,var(--oat-line) 72%,white);padding:.85rem;box-shadow:0 16px 34px rgba(var(--shadow) / .08)}.product-media img{width:100%;height:auto;object-fit:contain;background:var(--oat-deep);border-radius:14px}.product-price{margin:.7rem 0 1.4rem;font-size:1.25rem}.product-form{display:grid;gap:.9rem;margin:1.2rem 0 2rem;max-width:460px}.product-form select,.product-form input[type=number]{width:100%;border:1px solid var(--oat-line);background:transparent;padding:.8rem;border-radius:12px}.shop-button{border:1px solid var(--ink);background:var(--ink);color:var(--oat);padding:.95rem 1.2rem;cursor:pointer;font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;border-radius:999px}.shop-button[disabled]{opacity:.45;cursor:not-allowed}.collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.product-card{display:block;text-decoration:none;color:inherit}.product-card__media{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:320px;aspect-ratio:3 / 4;padding:.85rem;border-radius:20px;background:linear-gradient(180deg,color-mix(in srgb,var(--oat-deep) 84%,white),var(--oat-deep));border:1px solid color-mix(in srgb,var(--oat-line) 72%,white);box-shadow:0 12px 30px rgba(var(--shadow) / .08)}.product-card img,.product-card__placeholder{width:100%;height:100%;object-fit:contain;background:transparent;border-radius:14px}.product-card__placeholder{background:var(--oat-deep)}.product-card img{transition:transform .45s ease}.product-card:hover img,.product-card:focus-visible img{transform:scale(1.02)}.product-card h2{margin-top:.95rem;font-size:1.05rem;line-height:1.35}.product-card p{color:var(--ink-soft)}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:1rem .5rem;border-bottom:1px solid var(--oat-line);text-align:left;vertical-align:middle}.cart-item{display:flex;align-items:center;gap:1rem}.cart-item img{width:84px;height:104px;object-fit:cover}.cart-actions{display:flex;justify-content:flex-end;gap:1rem;align-items:center;margin-top:1.5rem;flex-wrap:wrap}.pagination{margin-top:2.5rem;display:flex;gap:.8rem;justify-content:center}.pagination a,.pagination span{padding:.4rem .7rem}@media(max-width:760px){.shop-shell,.store-nav{padding-left:1rem;padding-right:1rem}.store-nav__links{gap:.5rem;font-size:.74rem}.store-nav__links a{padding:.4rem .65rem}.product-grid{grid-template-columns:1fr}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem}.product-card__media{min-height:250px;padding:.7rem}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{padding:1rem 0;border-bottom:1px solid var(--oat-line)}.cart-table td{border:0;padding:.4rem 0}}@media(max-width:640px){.collection-grid{grid-template-columns:1fr}}.featured-products{padding:clamp(3.5rem,8vw,7rem) var(--edge);border-top:1px solid var(--oat-line);background:var(--oat)}.featured-products__header{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:clamp(1.75rem,4vw,3rem)}.featured-products__title{margin-top:.6rem;font-size:clamp(2rem,5vw,3.5rem)}.featured-products__view-all{flex:0 0 auto;padding-bottom:.2rem;border-bottom:1px solid currentColor;font-family:var(--font-display);font-size:.72rem;letter-spacing:.14em;text-decoration:none;text-transform:uppercase}.featured-products .collection-grid{gap:1.4rem}.featured-products .product-card{position:relative;padding:0 0 .4rem}.featured-products .product-card h3{margin-top:.9rem;font-size:1rem;line-height:1.4}.product-card__price{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem .55rem;margin-top:.35rem;color:var(--ink-soft);font-size:.96rem}.product-card__compare{text-decoration:line-through;opacity:.65}.product-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.35rem .55rem;background:var(--ink);color:var(--oat);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.featured-products__empty{display:grid;justify-items:start;gap:1rem;padding:2rem;border:1px solid var(--oat-line)}@media(max-width:600px){.featured-products{padding-left:1rem;padding-right:1rem}.featured-products__header{align-items:start;flex-direction:column;gap:.8rem}.featured-products__title{font-size:clamp(1.55rem,7vw,2.1rem)}.featured-products .collection-grid{grid-template-columns:1fr;gap:1.15rem}.featured-products .product-card h3{font-size:.95rem;margin-top:.75rem}.product-card__price{font-size:.9rem}.product-card__badge{top:.6rem;left:.6rem;font-size:.62rem;padding:.28rem .45rem}.featured-products .product-card__media{min-height:280px}}.product-page-section .product-grid{grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr)}.product-gallery{min-width:0}.product-gallery__stage{position:relative;display:grid;place-items:center;min-height:560px;padding:clamp(.75rem,2vw,1.25rem);overflow:hidden;border:1px solid color-mix(in srgb,var(--oat-line) 72%,white);border-radius:24px;background:linear-gradient(180deg,color-mix(in srgb,var(--oat-deep) 80%,white),var(--oat-deep));box-shadow:0 18px 44px rgba(var(--shadow) / .09)}.product-gallery__slide{width:100%;height:100%}.product-gallery__slide[hidden]{display:none}.product-gallery__slide img,.product-gallery__slide video,.product-gallery__slide iframe,.product-gallery__slide model-viewer{width:100%;height:min(72vh,760px);object-fit:contain;object-position:center;border-radius:16px;background:transparent}.product-gallery__thumbs{display:flex;gap:.7rem;margin-top:.85rem;padding:.15rem .1rem .45rem;overflow-x:auto;scrollbar-width:thin;scroll-snap-type:x proximity}.product-gallery__thumb{flex:0 0 78px;width:78px;height:96px;padding:.28rem;overflow:hidden;border:1px solid var(--oat-line);border-radius:12px;background:color-mix(in srgb,var(--oat) 84%,white);cursor:pointer;scroll-snap-align:start;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain;border-radius:8px}.product-gallery__thumb.is-active,.product-gallery__thumb:hover,.product-gallery__thumb:focus-visible{border-color:var(--gold-bright);box-shadow:0 0 0 2px color-mix(in srgb,var(--gold-shine) 35%,transparent);transform:translateY(-1px)}.product-details{position:sticky;top:92px}.product-vendor{margin-bottom:.55rem;color:var(--gold-deep);font-family:var(--font-display);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase}.product-title{margin-bottom:.65rem;font-size:clamp(2rem,4.2vw,3.4rem);line-height:1.08}.product-price{display:flex;align-items:center;gap:.7rem}.product-price__compare{color:var(--ink-soft);text-decoration:line-through}.product-add-button{width:100%;justify-content:center}.product-description{padding-top:1.5rem;border-top:1px solid var(--oat-line)}.saree-categories{padding:clamp(4rem,9vw,8rem) var(--edge);border-top:1px solid var(--oat-line);background:radial-gradient(circle at 12% 0%,color-mix(in srgb,var(--gold-shine) 9%,transparent),transparent 34%),var(--oat)}.saree-categories__intro{max-width:760px;margin-bottom:clamp(2.4rem,6vw,4.8rem)}.saree-categories__intro h2{margin-top:.6rem;font-size:clamp(2.1rem,5.8vw,4.3rem);line-height:1.06}.saree-categories__intro>p{max-width:58ch;margin-top:1rem;color:var(--ink-soft);font-size:1.04rem}.saree-categories__groups{display:grid;gap:clamp(3rem,8vw,6rem)}.saree-category{padding-top:2rem;border-top:1px solid var(--oat-line)}.saree-category__header{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:1.8rem}.saree-category__number{margin-bottom:.35rem;color:var(--gold-bright);font-family:var(--font-display);font-size:.72rem;letter-spacing:.18em}.saree-category__header h3{font-size:clamp(1.65rem,3.8vw,2.65rem);line-height:1.12}.saree-category__header p:not(.saree-category__number){max-width:62ch;margin-top:.65rem;color:var(--ink-soft)}.saree-category__header>a{flex:0 0 auto;padding-bottom:.2rem;border-bottom:1px solid currentColor;font-family:var(--font-display);font-size:.72rem;letter-spacing:.14em;text-decoration:none;text-transform:uppercase}.saree-category__products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem}.saree-category__products .product-card__media{min-height:280px}.saree-category__products h4{margin:.8rem 0 0;font-family:var(--font-display);font-size:.98rem;font-weight:500;line-height:1.38}.saree-category__empty{padding:1.3rem 1.5rem;border:1px dashed var(--oat-line);border-radius:14px;color:var(--ink-soft)}@media(max-width:990px){.product-page-section .product-grid{grid-template-columns:1fr}.product-details{position:static}.saree-category__products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.product-gallery__stage{min-height:390px;padding:.65rem;border-radius:18px}.product-gallery__slide img,.product-gallery__slide video,.product-gallery__slide iframe,.product-gallery__slide model-viewer{height:min(60vh,560px);border-radius:12px}.product-gallery__thumb{flex-basis:68px;width:68px;height:84px}.product-title{font-size:clamp(1.85rem,9vw,2.6rem)}.saree-categories{padding-left:1rem;padding-right:1rem}.saree-category__header{align-items:start;flex-direction:column;gap:.85rem}.saree-category__products{grid-template-columns:1fr;gap:1.4rem}.saree-category__products .product-card__media{min-height:320px}}.saree-category__poster-link{display:block;margin-bottom:clamp(1.6rem,4vw,2.6rem);text-decoration:none}.saree-category__poster,.collection-poster{position:relative;width:min(100%,920px);margin-inline:auto;overflow:hidden;border:1px solid color-mix(in srgb,var(--oat-line) 70%,white);border-radius:26px;background:var(--oat-deep);box-shadow:0 20px 55px rgba(var(--shadow) / .12)}.saree-category__poster img,.collection-poster img{display:block;width:100%;height:auto;aspect-ratio:4 / 5;object-fit:contain;object-position:center;background:var(--oat-deep)}.saree-category__poster-link .saree-category__poster{transition:transform .35s ease,box-shadow .35s ease}.saree-category__poster-link:hover .saree-category__poster,.saree-category__poster-link:focus-visible .saree-category__poster{transform:translateY(-3px);box-shadow:0 24px 65px rgba(var(--shadow) / .16)}.collection-poster{margin-bottom:clamp(1.8rem,5vw,3rem)}.collection-page-title{text-align:center}@media(max-width:640px){.saree-category__poster,.collection-poster{width:100%;border-radius:18px}.saree-category__poster-link{margin-bottom:1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/maile.css.map */
