/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}}:root{--ink:#2d231e;--muted:#776b64;--paper:#f5efe4;--paper-light:#fffaf1;--terracotta:#a9472e;--terracotta-dark:#83331f;--olive:#59614a;--line:#2d231e29}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.site-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f5efe4f0;grid-template-columns:1fr auto 1fr;align-items:center;min-height:86px;padding:14px clamp(24px,4.2vw,72px);display:grid;position:relative}.brand{align-items:center;gap:12px;width:max-content;display:inline-flex}.brand-mark{width:50px;height:50px;box-shadow:inset 0 0 0 4px var(--paper), inset 0 0 0 5px #2d231e40;color:var(--ink);background:#d69a71;border:1px solid #2d231e6b;border-radius:50% 47% 51% 46%;place-items:center;font-family:Georgia,serif;font-size:23px;font-weight:700;display:grid}.brand strong{font-family:Georgia,serif;font-size:19px;line-height:1.05;display:block}.brand small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-top:3px;font-size:10px;display:block}.desktop-nav{align-items:center;gap:clamp(20px,2.4vw,42px);font-size:14px;font-weight:600;display:flex}.desktop-nav a{padding:10px 0;position:relative}.desktop-nav a:after{background:var(--terracotta);content:"";height:1px;transition:transform .2s;position:absolute;bottom:4px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after{transform:scaleX(1)}.header-action{border:1px solid var(--ink);border-radius:999px;justify-self:end;padding:12px 20px;font-size:13px;font-weight:700;transition:all .2s}.header-action:hover{background:var(--ink);color:var(--paper-light)}.hero{background:radial-gradient(circle at 12% 88%, #a9472e1a, transparent 26%), var(--paper);grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);min-height:calc(100svh - 86px);display:grid;overflow:hidden}.hero-copy{flex-direction:column;justify-content:center;padding:clamp(72px,9vw,128px) clamp(32px,7vw,112px) clamp(56px,7vw,96px);display:flex}.eyebrow{color:var(--terracotta);letter-spacing:.2em;text-transform:uppercase;margin:0 0 24px;font-size:12px;font-weight:800}h1{letter-spacing:-.055em;max-width:780px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(54px,6.6vw,108px);font-weight:400;line-height:.89}h1 em{color:var(--terracotta);font-weight:400}.hero-lead{color:#5d514a;max-width:620px;margin:32px 0 0;font-family:Georgia,serif;font-size:clamp(18px,1.35vw,22px);line-height:1.55}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:38px;display:flex}.button{border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 25px;font-size:14px;font-weight:800;transition:transform .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--terracotta);color:#fffaf3;box-shadow:0 12px 28px #83331f29}.button-primary:hover{background:var(--terracotta-dark)}.button-ghost{border:1px solid var(--line);background:#fffaf173}.hero-facts{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:22px;margin-top:clamp(56px,7vw,92px);padding-top:22px;display:grid}.hero-facts strong{font-family:Georgia,serif;font-size:24px;font-weight:400;display:block}.hero-facts span{color:var(--muted);margin-top:5px;font-size:11px;line-height:1.4;display:block}.hero-gallery{background:#c9b8a2;min-height:720px;position:relative}.hero-gallery:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#1f181380);position:absolute;inset:0}.hero-photo{margin:0;position:absolute;overflow:hidden}.hero-photo img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.hero-photo:hover img{transform:scale(1.035)}.hero-photo-main{inset:0}.hero-photo-main figcaption{z-index:2;color:#fff;justify-content:space-between;align-items:end;display:flex;position:absolute;bottom:38px;left:42px;right:42px}.hero-photo-main figcaption span{letter-spacing:.16em;text-transform:uppercase;font-size:11px}.hero-photo-main figcaption strong{text-align:right;max-width:200px;font-family:Georgia,serif;font-size:26px;font-weight:400}.hero-photo-small{z-index:3;border:8px solid var(--paper);width:min(34%,220px);height:28%;top:44px;right:36px;transform:rotate(2.2deg);box-shadow:0 18px 48px #2c1f1740}.clay-seal{z-index:4;text-align:center;background:#d79a70;border:1px solid #2d231e59;border-radius:46% 50% 48% 52%;flex-direction:column;justify-content:center;align-items:center;width:128px;height:128px;display:flex;position:absolute;bottom:70px;left:-54px;transform:rotate(-9deg);box-shadow:inset 0 0 0 5px #d79a70,inset 0 0 0 6px #2d231e40,0 12px 30px #40281c33}.clay-seal span{letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:700}.clay-seal strong{margin:2px 0;font-family:Georgia,serif;font-size:22px;font-weight:400}.intro-strip{background:var(--ink);color:#f8eee3;letter-spacing:.04em;justify-content:center;align-items:center;gap:clamp(18px,3.4vw,56px);min-height:70px;padding:18px 28px;font-family:Georgia,serif;font-size:14px;display:flex}.intro-strip i{background:#d69a71;border-radius:50%;width:5px;height:5px}@media (max-width:980px){.site-header{grid-template-columns:1fr auto}.desktop-nav{display:none}.hero{grid-template-columns:1fr}.hero-gallery{min-height:70svh}.hero-copy{min-height:700px}.clay-seal{left:30px}}@media (max-width:640px){.site-header{min-height:76px;padding:12px 18px}.brand-mark{width:42px;height:42px;font-size:19px}.brand strong{font-size:16px}.brand small{display:none}.header-action{padding:10px 14px;font-size:12px}.hero-copy{min-height:auto;padding:70px 20px 50px}h1{font-size:clamp(50px,15vw,72px)}.hero-lead{margin-top:24px;font-size:17px}.hero-actions{margin-top:28px}.button{width:100%}.hero-facts{grid-template-columns:repeat(2,1fr);margin-top:48px}.hero-facts div:last-child{grid-column:1/-1}.hero-gallery{min-height:560px}.hero-photo-small{border-width:5px;width:34%;height:25%;top:22px;right:18px}.hero-photo-main figcaption{bottom:24px;left:20px;right:20px}.hero-photo-main figcaption strong{font-size:20px}.clay-seal{width:108px;height:108px;bottom:80px;left:18px}.intro-strip{flex-wrap:wrap;justify-content:flex-start;gap:14px 20px}.intro-strip i{display:none}.intro-strip span{width:calc(50% - 10px);font-size:12px}}button{color:inherit;font:inherit}.header-cart{border:1px solid var(--ink);cursor:pointer;background:0 0;border-radius:999px;justify-self:end;align-items:center;gap:10px;min-height:44px;padding:8px 9px 8px 17px;font-size:13px;font-weight:800;transition:background .2s,color .2s;display:inline-flex}.header-cart:hover{background:var(--ink);color:var(--paper-light)}.header-cart span{background:var(--terracotta);color:#fff;border-radius:50%;place-items:center;min-width:28px;height:28px;font-size:11px;display:grid}.catalog-section,.service-section,.contacts-section{padding:clamp(84px,10vw,150px) clamp(22px,5.6vw,92px)}.section-heading{grid-template-columns:1fr minmax(300px,.55fr);align-items:end;gap:64px;max-width:1460px;margin:0 auto;display:grid}.section-heading .eyebrow{margin-bottom:16px}.section-heading h2,.story-copy h2,.custom-section h2,.contacts-copy h2{letter-spacing:-.045em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,5.4vw,82px);font-weight:400;line-height:.98}.section-heading>p{max-width:540px;color:var(--muted);margin:0 0 5px;font-family:Georgia,serif;font-size:18px;line-height:1.6}.category-tabs{flex-wrap:wrap;gap:9px;max-width:1460px;margin:44px auto 30px;display:flex}.category-tabs button{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:999px;min-height:42px;padding:0 20px;font-size:13px;font-weight:700}.category-tabs button[aria-selected=true]{border-color:var(--ink);background:var(--ink);color:#fff}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:38px 18px;max-width:1460px;margin:0 auto;display:grid}.product-card{min-width:0}.product-image{aspect-ratio:.79;background:#dfd4c4;position:relative;overflow:hidden}.product-image:after{content:"";pointer-events:none;border:1px solid #2d231e14;position:absolute;inset:0}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .55s}.product-card:hover .product-image img{transform:scale(1.035)}.product-image>span{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffaf1e6;border-radius:50%;place-items:center;width:34px;height:34px;font-family:Georgia,serif;font-size:12px;display:grid;position:absolute;top:14px;left:14px}.product-meta{padding:17px 2px 0}.product-labels{min-height:16px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:10px;font-size:9px;font-weight:700;display:flex}.product-labels span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.product-meta h3{letter-spacing:-.02em;margin:12px 0 7px;font-family:Georgia,serif;font-size:23px;font-weight:400}.product-meta>p{min-height:52px;color:var(--muted);margin:0;font-size:13px;line-height:1.5}.product-bottom{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;margin-top:17px;padding-top:14px;display:flex}.product-bottom strong{font-size:15px}.product-bottom button{background:var(--terracotta);color:#fff;cursor:pointer;border:0;border-radius:999px;min-height:36px;padding:0 15px;font-size:11px;font-weight:800;transition:background .2s}.product-bottom button:hover{background:var(--terracotta-dark)}.story-section{background:var(--ink);color:var(--paper-light);grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);display:grid}.story-photo{min-height:800px;position:relative;overflow:hidden}.story-photo:after{content:"";background:linear-gradient(#0000 60%,#1b120d8f);position:absolute;inset:0}.story-photo img{object-fit:cover;width:100%;height:100%}.story-photo>span{z-index:2;letter-spacing:.12em;text-transform:uppercase;border:1px solid #ffffff6b;border-radius:999px;padding:10px 15px;font-size:10px;font-weight:800;position:absolute;bottom:28px;right:28px}.story-copy{flex-direction:column;justify-content:center;padding:clamp(70px,8vw,128px);display:flex}.story-copy .eyebrow{color:#e0a27a}.story-copy>p:not(.eyebrow){color:#cfc4ba;max-width:590px;margin:30px 0 0;font-family:Georgia,serif;font-size:18px;line-height:1.65}.maker-list{border-top:1px solid #ffffff2b;margin-top:48px;display:grid}.maker-list div{border-bottom:1px solid #ffffff2b;grid-template-columns:1fr 1fr;gap:20px;padding:18px 0;display:grid}.maker-list strong{font-family:Georgia,serif;font-size:17px;font-weight:400}.maker-list span{color:#b6aaa0;font-size:12px}.text-link{border-bottom:1px solid;width:max-content;margin-top:36px;padding-bottom:5px;font-size:13px;font-weight:800}.text-link span{margin-left:6px}.custom-section{background:radial-gradient(circle at 80% 20%, #ffffff1f, transparent 26%), var(--terracotta);color:#fff;grid-template-columns:1fr auto;align-items:center;gap:60px;padding:clamp(72px,8vw,120px) clamp(22px,8vw,128px);display:grid}.custom-section .eyebrow{color:#f7d8c5}.custom-section h2{max-width:850px}.custom-section p:not(.eyebrow){color:#f4ddd2;max-width:720px;margin:24px 0 0;font-family:Georgia,serif;font-size:18px;line-height:1.55}.button-light{background:var(--paper-light);min-width:180px;color:var(--terracotta-dark)}.service-section{background:var(--paper-light)}.section-heading.compact{grid-template-columns:1fr minmax(280px,.45fr)}.service-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);max-width:1460px;margin:64px auto 0;display:grid}.service-grid article{border-right:1px solid var(--line);min-height:310px;padding:30px clamp(24px,3.2vw,52px) 42px}.service-grid article:first-child{padding-left:0}.service-grid article:last-child{border-right:0}.service-grid article>span{color:var(--terracotta);font-family:Georgia,serif;font-size:13px}.service-grid h3{margin:90px 0 13px;font-family:Georgia,serif;font-size:27px;font-weight:400}.service-grid p{color:var(--muted);margin:0;font-size:14px;line-height:1.65}.review-section{text-align:center;background:#d7a37e;padding:clamp(100px,12vw,190px) clamp(22px,12vw,180px)}.review-section .eyebrow{color:var(--ink)}.review-section blockquote{letter-spacing:-.045em;max-width:1180px;margin:24px auto 0;font-family:Georgia,serif;font-size:clamp(38px,5vw,76px);line-height:1.07}.review-meta{justify-content:center;align-items:center;gap:30px;margin-top:44px;font-size:12px;display:flex}.review-meta span{color:#2d231eb3}.review-meta a{border-bottom:1px solid #2d231e8c;padding-bottom:4px;font-weight:800}.contacts-section{background:var(--paper);grid-template-columns:1.1fr .9fr;gap:0;padding:0;display:grid}.contacts-image{min-height:760px;position:relative;overflow:hidden}.contacts-image img{object-fit:cover;width:100%;height:100%}.contacts-copy{flex-direction:column;justify-content:center;padding:clamp(70px,8vw,128px);display:flex}.contacts-copy h2{margin-bottom:44px}.contact-row{border-top:1px solid var(--line);grid-template-columns:100px 1fr;gap:25px;padding:17px 0;display:grid}.contact-row>span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:800}.contact-row strong,.contact-row a{font-family:Georgia,serif;font-size:18px;font-weight:400;line-height:1.45}.contact-row a{border-bottom:1px solid var(--ink);width:max-content}.contact-actions{flex-wrap:wrap;gap:10px;margin-top:34px;display:flex}footer{background:var(--ink);color:var(--paper-light);grid-template-columns:1fr 1fr 1fr;align-items:end;gap:40px;padding:52px clamp(22px,5.6vw,92px);display:grid}.footer-brand .brand-mark{box-shadow:inset 0 0 0 4px var(--ink), inset 0 0 0 5px #fff3;background:#d69a71}.footer-brand small{color:#b9ada4}footer>p{color:#afa49b;max-width:360px;margin:0;font-family:Georgia,serif;font-size:14px;line-height:1.5}footer>div{justify-content:flex-end;gap:22px;font-size:12px;font-weight:700;display:flex}.cart-layer{z-index:100;position:fixed;inset:0}.cart-backdrop{cursor:pointer;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1c14108a;border:0;width:100%;height:100%;position:absolute;inset:0}.cart-drawer{background:var(--paper-light);flex-direction:column;width:min(520px,100%);height:100%;padding:34px;display:flex;position:absolute;top:0;right:0;overflow-y:auto;box-shadow:-20px 0 60px #24191440}.cart-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;gap:30px;padding-bottom:22px;display:flex}.cart-header .eyebrow{margin-bottom:5px}.cart-header h2{margin:0;font-family:Georgia,serif;font-size:44px;font-weight:400}.cart-header>button{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:50%;place-items:center;width:42px;height:42px;font-size:25px;line-height:1;display:grid}.cart-items{display:grid}.cart-items article{border-bottom:1px solid var(--line);grid-template-columns:92px 1fr;gap:17px;padding:20px 0;display:grid}.cart-items img{object-fit:cover;width:92px;height:116px}.cart-items h3{margin:2px 0 7px;font-family:Georgia,serif;font-size:19px;font-weight:400}.cart-items p{color:var(--muted);margin:0;font-size:13px}.quantity-control{border:1px solid var(--line);border-radius:999px;grid-template-columns:32px 38px 32px;width:102px;margin-top:16px;display:grid;overflow:hidden}.quantity-control button{cursor:pointer;background:0 0;border:0;height:32px}.quantity-control span{place-items:center;font-size:12px;font-weight:800;display:grid}.cart-total{justify-content:space-between;align-items:end;gap:30px;margin-top:auto;padding:28px 0 18px;display:flex}.cart-total span{color:var(--muted);font-size:12px}.cart-total strong{font-family:Georgia,serif;font-size:28px;font-weight:400}.cart-submit{flex-shrink:0;width:100%}.cart-note{color:var(--muted);text-align:center;margin:12px auto 0;font-size:10px;line-height:1.45}.empty-cart{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.empty-cart>span{border:1px solid var(--line);width:78px;height:78px;color:var(--terracotta);border-radius:50%;place-items:center;font-size:44px;display:grid}.empty-cart h3{margin:20px 0 6px;font-family:Georgia,serif;font-size:28px;font-weight:400}.empty-cart p{max-width:280px;color:var(--muted);margin:0 0 24px;font-size:13px;line-height:1.5}@media (max-width:1100px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story-section{grid-template-columns:1fr 1fr}.story-photo{min-height:700px}.story-copy{padding:70px 48px}.maker-list div{grid-template-columns:1fr;gap:5px}.contacts-copy{padding:70px 48px}}@media (max-width:760px){.catalog-section,.service-section{padding:80px 20px}.section-heading,.section-heading.compact{grid-template-columns:1fr;gap:22px}.section-heading>p{font-size:16px}.category-tabs{flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.category-tabs button{flex:none}.product-grid{gap:34px 10px}.product-labels span:last-child{display:none}.product-meta h3{font-size:19px}.product-meta>p{min-height:66px;font-size:12px}.product-bottom{flex-direction:column;align-items:flex-start}.product-bottom button{width:100%}.story-section,.contacts-section{grid-template-columns:1fr}.story-photo,.contacts-image{min-height:560px}.story-copy,.contacts-copy{padding:76px 20px}.custom-section{grid-template-columns:1fr;gap:34px;padding:76px 20px}.custom-section .button{width:max-content}.service-grid{grid-template-columns:1fr}.service-grid article,.service-grid article:first-child{border-right:0;border-bottom:1px solid var(--line);min-height:auto;padding:28px 0 34px}.service-grid article:last-child{border-bottom:0}.service-grid h3{margin-top:48px}.review-section{padding:100px 20px}.review-meta{text-align:left;flex-direction:column;align-items:flex-start;gap:12px}.contact-row{grid-template-columns:78px 1fr}footer{grid-template-columns:1fr;align-items:start;gap:28px}footer>div{justify-content:flex-start}.cart-drawer{padding:24px 20px}}@media (max-width:420px){.product-grid{grid-template-columns:1fr;gap:42px}.product-meta>p{min-height:auto}.product-bottom{flex-direction:row;align-items:center}.product-bottom button{width:auto}}
