@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap";
.p-menu{display:inline-flex;position:relative}.p-menu__panel{z-index:var(--z-dropdown);min-width:10rem;padding:var(--space-1);background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-dropdown);animation:p-menu-fade-in var(--duration-fast) var(--ease-out);position:absolute}.p-menu__panel--bottom-start{top:calc(100% + var(--space-1));left:0}.p-menu__panel--bottom-end{top:calc(100% + var(--space-1));right:0}.p-menu__item{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-3);font-family:var(--font-family);font-size:var(--text-sm);color:var(--color-text);border-radius:var(--radius-md);cursor:pointer;text-align:left;transition:background-color var(--duration-fast) var(--ease-default), color var(--duration-fast) var(--ease-default);background:0 0;border:none;display:flex}.p-menu__item:hover:not(:disabled){background-color:var(--color-surface-hover)}.p-menu__item:focus-visible{box-shadow:var(--focus-ring);outline:none}.p-menu__item:disabled{opacity:.5;cursor:not-allowed}.p-menu__item--danger{color:var(--color-danger)}.p-menu__item--danger:hover:not(:disabled){background-color:var(--color-danger-subtle)}.p-menu__icon{flex-shrink:0;justify-content:center;align-items:center;width:1rem;height:1rem;display:inline-flex}.p-menu__divider{height:1px;margin:var(--space-1) 0;background-color:var(--color-border-subtle)}@keyframes p-menu-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.p-menu__panel{min-width:12rem;max-width:calc(100vw - 16px)}.p-menu__item{min-height:44px}}
.p-otp{align-items:center;gap:var(--space-2);display:inline-flex}.p-otp__cell{text-align:center;width:2.5rem;font-family:var(--font-family-code);font-weight:var(--font-semibold);background-color:var(--color-input-bg);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-input);transition:border-color var(--duration-normal) var(--ease-default), box-shadow var(--duration-normal) var(--ease-default);outline:none}.p-otp__cell::placeholder{color:var(--color-input-placeholder)}.p-otp__cell:focus{border-color:var(--color-border-focus);box-shadow:var(--focus-ring)}.p-otp__cell:disabled{opacity:.5;cursor:not-allowed;background-color:var(--color-input-bg-disabled)}.p-otp--error .p-otp__cell{border-color:var(--color-border-error)}.p-otp--error .p-otp__cell:focus{border-color:var(--color-border-error);box-shadow:0 0 0 2px var(--white), 0 0 0 4px var(--color-danger)}.p-otp--sm .p-otp__cell{width:2rem;height:var(--size-sm);font-size:var(--text-sm)}.p-otp--md .p-otp__cell{width:2.5rem;height:var(--size-lg);font-size:var(--text-base)}.p-otp--lg .p-otp__cell{width:3rem;height:var(--size-xl);font-size:var(--text-lg)}@media (max-width:768px){.p-otp{gap:var(--space-1-5)}.p-otp--lg .p-otp__cell{width:2.5rem;height:var(--size-lg);font-size:var(--text-base)}}@media (max-width:480px){.p-otp{gap:var(--space-1)}.p-otp__cell{min-height:44px}.p-otp--sm .p-otp__cell{width:2rem}.p-otp--md .p-otp__cell{width:2.25rem}.p-otp--lg .p-otp__cell{width:2.5rem}}
.p-quote{font-family:var(--font-family);color:var(--color-text);position:relative}.p-quote__content{margin:0;line-height:1.6}.p-quote__footer{align-items:center;gap:var(--space-3);margin-top:var(--space-4);display:flex}.p-quote__avatar{width:var(--space-10);height:var(--space-10);border-radius:var(--radius-avatar);object-fit:cover;flex-shrink:0}.p-quote__author-info{gap:var(--space-0-5);flex-direction:column;display:flex}.p-quote__author{font-weight:var(--font-semibold);font-size:var(--text-sm);color:var(--color-text)}.p-quote__role{font-size:var(--text-xs);color:var(--color-text-secondary)}.p-quote--default .p-quote__content{font-style:italic}.p-quote--default .p-quote__content:before{content:"“";font-size:var(--text-2xl);font-style:normal;font-weight:var(--font-bold);color:var(--color-text-muted);margin-bottom:var(--space-2);line-height:1;display:block}.p-quote--bordered{border-left:4px solid var(--color-primary);padding-left:var(--space-4)}.p-quote--filled{background-color:var(--color-primary-subtle);border-radius:var(--radius-card);padding:var(--space-5)}.p-quote--filled .p-quote__content{color:var(--color-on-primary-subtle)}.p-quote--sm{padding:var(--space-3)}.p-quote--sm .p-quote__content{font-size:var(--text-sm)}.p-quote--sm .p-quote__content:before{font-size:var(--text-xl)}.p-quote--sm .p-quote__avatar{width:var(--space-8);height:var(--space-8)}.p-quote--md{padding:var(--space-4)}.p-quote--md .p-quote__content{font-size:var(--text-base)}.p-quote--lg{padding:var(--space-5)}.p-quote--lg .p-quote__content{font-size:var(--text-lg)}.p-quote--lg .p-quote__content:before{font-size:var(--text-heading-xl)}.p-quote--lg .p-quote__avatar{width:var(--space-12);height:var(--space-12)}@media (max-width:480px){.p-quote--md .p-quote__content,.p-quote--lg .p-quote__content{font-size:var(--text-sm)}.p-quote--md,.p-quote--lg{padding:var(--space-3)}.p-quote__footer{margin-top:var(--space-3)}.p-quote__avatar{width:var(--space-8);height:var(--space-8)}.p-quote__author,.p-quote__role{font-size:var(--text-xs)}}
.p-calendar{font-family:var(--font-family);background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:var(--space-4);-webkit-user-select:none;user-select:none;flex-direction:column;display:inline-flex}.p-calendar__header{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.p-calendar__title{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-text)}.p-calendar__nav{width:var(--size-sm);height:var(--size-sm);color:var(--color-text-secondary);cursor:pointer;border-radius:var(--radius-button);font-size:var(--text-sm);transition:background-color var(--duration-normal) var(--ease-default), color var(--duration-normal) var(--ease-default);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.p-calendar__nav:hover{background-color:var(--color-surface-hover);color:var(--color-text)}.p-calendar__nav:focus-visible{box-shadow:var(--focus-ring);outline:none}.p-calendar__weekdays{margin-bottom:var(--space-1);grid-template-columns:repeat(7,1fr);gap:0;display:grid}.p-calendar__weekday{height:var(--size-sm);font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--color-text-muted);justify-content:center;align-items:center;display:flex}.p-calendar__grid{grid-template-columns:repeat(7,1fr);gap:0;display:grid}.p-calendar__day{width:var(--size-sm);height:var(--size-sm);color:var(--color-text);font-size:var(--text-sm);font-family:var(--font-family);cursor:pointer;border-radius:var(--radius-button);transition:background-color var(--duration-normal) var(--ease-default), color var(--duration-normal) var(--ease-default);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:relative}.p-calendar__day:hover:not(:disabled):not(.p-calendar__day--selected){background-color:var(--color-surface-hover)}.p-calendar__day:focus-visible{box-shadow:var(--focus-ring);outline:none}.p-calendar__day--today:not(.p-calendar__day--selected){background-color:var(--color-primary-subtle);color:var(--color-on-primary-subtle);font-weight:var(--font-semibold)}.p-calendar__day--selected{background-color:var(--color-primary);color:var(--color-on-primary);font-weight:var(--font-semibold)}.p-calendar__day--outside{color:var(--color-text-muted)}.p-calendar__day:disabled{color:var(--color-text-disabled);cursor:not-allowed}.p-calendar__event-dot{bottom:var(--space-0-5);width:var(--space-1);height:var(--space-1);border-radius:var(--radius-full);background-color:var(--color-primary);position:absolute;left:50%;transform:translate(-50%)}.p-calendar__day--selected .p-calendar__event-dot{background-color:var(--color-on-primary)}@media (max-width:768px){.p-calendar{padding:var(--space-3)}}@media (max-width:480px){.p-calendar{padding:var(--space-2);width:100%}.p-calendar__day,.p-calendar__weekday,.p-calendar__nav{min-width:44px;min-height:44px}.p-calendar__day,.p-calendar__title{font-size:var(--text-xs)}}
.p-tree{font-family:var(--font-family);font-size:var(--text-sm);color:var(--color-text)}.p-tree__list{margin:0;padding:0;list-style:none}.p-tree__children{padding:0;padding-left:var(--space-5);margin:0;list-style:none}.p-tree__node{align-items:center;gap:var(--space-1-5);min-height:var(--size-sm);padding:var(--space-1) var(--space-2);border-radius:var(--radius-button);cursor:default;transition:background-color var(--duration-normal) var(--ease-default);display:flex}.p-tree__node:hover{background-color:var(--color-surface-hover)}.p-tree__node--selectable{cursor:pointer}.p-tree__node--selected{background-color:var(--color-primary-subtle);color:var(--color-on-primary-subtle)}.p-tree__node--selected:hover{background-color:var(--color-primary-subtle-hover)}.p-tree__toggle{width:var(--space-5);height:var(--space-5);color:var(--color-text-secondary);cursor:pointer;border-radius:var(--radius-button);font-size:var(--text-xs);transition:background-color var(--duration-normal) var(--ease-default), color var(--duration-normal) var(--ease-default);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.p-tree__toggle:hover{background-color:var(--color-surface-active);color:var(--color-text)}.p-tree__toggle:focus-visible{box-shadow:var(--focus-ring);outline:none}.p-tree__toggle--placeholder{visibility:hidden}.p-tree__icon{width:var(--space-4);height:var(--space-4);color:var(--color-text-secondary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.p-tree__label{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}@media (max-width:480px){.p-tree{font-size:var(--text-xs)}.p-tree__children{padding-left:var(--space-3)}.p-tree__node{min-height:44px;padding:var(--space-1-5) var(--space-2)}.p-tree__toggle{min-width:44px;min-height:44px}}

:root{--color-primary:#5d3a1a;--color-primary-hover:#4a2e15;--color-on-primary:#fff;--color-background:#faf6f1;--color-bg:#faf6f1;--color-bg-secondary:#f3ece4;--color-surface:#fff;--color-surface-warm:#f3ece4;--color-text:#2c1810;--color-text-secondary:#7a6a5e;--color-text-muted:#a89888;--color-border:#e8dfd5;--color-border-subtle:#f0e8e0;--color-accent:#8b6914;--color-danger:#c53030;--color-input-bg:#fff;--color-input-bg-disabled:#f3ece4;--color-input-label:#2c1810;--color-input-placeholder:#a89888;--color-secondary:#f0e8e0;--color-secondary-hover:#e8dfd5;--color-secondary-active:#ddd2c5;--color-on-secondary:#5d3a1a;--color-primary-subtle:#f3ece4;--color-on-primary-subtle:#5d3a1a;--color-success-subtle:#f0fff4;--color-on-success-subtle:#22543d;--color-warning-subtle:ivory;--color-on-warning-subtle:#744210;--color-danger-subtle:#fff5f5;--color-on-danger-subtle:#c53030;--color-info-subtle:#f3ece4;--color-on-info-subtle:#5d3a1a;--color-border-focus:#5d3a1a;--color-border-error:#c53030;--color-border-hover:#5d3a1a;--color-surface-hover:#f3ece4;--color-surface-active:#e8dfd5;--color-primary-subtle-hover:#e8dfd5;--radius-input:var(--radius-lg);--radius-badge:9999px;--size-sm:2rem;--size-md:2.75rem;--size-lg:3rem;--focus-ring:0 0 0 2px #5d3a1a26;--font-serif:"Playfair Display", Georgia, serif}html.dark,html[data-theme=dark]{--color-primary:#d4a57c;--color-primary-hover:#e0b68e;--color-on-primary:#1a1210;--color-background:#1a1210;--color-bg:#1a1210;--color-bg-secondary:#2c221b;--color-surface:#231b16;--color-surface-warm:#2c221b;--color-text:#f0e8e0;--color-text-secondary:#b8a898;--color-text-muted:#7a6a5e;--color-border:#3d3028;--color-border-subtle:#302820;--color-accent:#d4a843;--color-danger:#fc8181;--color-input-bg:#2c221b;--color-input-bg-disabled:#1a1210;--color-input-label:#f0e8e0;--color-input-placeholder:#7a6a5e;--color-secondary:#2c221b;--color-secondary-hover:#3d3028;--color-secondary-active:#4a3d32;--color-on-secondary:#f0e8e0;--color-primary-subtle:#2c221b;--color-on-primary-subtle:#d4a57c;--color-success-subtle:#1c2b22;--color-on-success-subtle:#68d391;--color-warning-subtle:#2d2612;--color-on-warning-subtle:#ecc94b;--color-danger-subtle:#2d1515;--color-on-danger-subtle:#fc8181;--color-info-subtle:#2c221b;--color-on-info-subtle:#d4a57c;--color-border-focus:#d4a57c;--color-border-error:#fc8181;--color-border-hover:#d4a57c;--color-surface-hover:#2c221b;--color-surface-active:#3d3028;--color-primary-subtle-hover:#3d3028;--focus-ring:0 0 0 2px #d4a57c33}
.shop-container{max-width:1280px;padding:0 var(--space-4);margin:0 auto}@media (min-width:768px){.shop-container{padding:0 var(--space-6)}}@media (min-width:1280px){.shop-container{padding:0 var(--space-8)}}.shop-page{background-color:var(--color-background);min-height:100vh;padding-bottom:calc(var(--space-16) + var(--space-16) + 8px)}@media (min-width:1024px){.shop-page{padding-bottom:var(--space-16)}}.shop-section{padding:var(--space-16) 0}@media (min-width:1024px){.shop-section{padding:var(--space-24) 0}}.shop-section__header{text-align:center;margin-bottom:var(--space-10)}@media (min-width:768px){.shop-section__header{margin-bottom:var(--space-12)}}.shop-section__title{font-family:var(--font-serif);font-size:var(--text-2xl);color:var(--color-text);margin:0 0 var(--space-3) 0;letter-spacing:-.01em;font-weight:600}@media (min-width:768px){.shop-section__title{font-size:var(--text-3xl)}}@media (min-width:1024px){.shop-section__title{font-size:var(--text-4xl)}}.shop-section__description{font-size:var(--text-base);color:var(--color-text-muted);max-width:600px;margin:0 auto var(--space-6) auto;line-height:1.7}.shop-section__cta{padding:var(--space-3) var(--space-6);background-color:var(--color-primary);color:var(--color-on-primary);border:2px solid var(--color-primary);font-size:var(--text-sm);cursor:pointer;letter-spacing:.03em;text-transform:uppercase;border-radius:9999px;justify-content:center;align-items:center;min-height:44px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.shop-section__cta:hover{background-color:var(--color-primary-hover);border-color:var(--color-primary-hover)}.shop-section__cta--outline{color:var(--color-primary);background-color:#0000}.shop-section__cta--outline:hover{background-color:var(--color-primary);color:var(--color-on-primary)}.shop-section-title{font-size:var(--text-2xl);color:var(--color-text);margin:0 0 var(--space-3) 0;letter-spacing:-.01em;font-weight:600;line-height:1.3}.shop-section-title--serif{font-family:var(--font-serif)}@media (min-width:768px){.shop-section-title{font-size:var(--text-3xl)}}@media (min-width:1024px){.shop-section-title{font-size:var(--text-4xl)}}.shop-section-subtitle{font-size:var(--text-base);color:var(--color-text-muted);max-width:600px;margin:0;line-height:1.7}.shop-about__hero{width:100%;height:300px;position:relative;overflow:hidden}@media (min-width:768px){.shop-about__hero{height:400px}}.shop-about__hero-img{object-fit:cover;width:100%;height:100%}.shop-about__hero-overlay{padding:var(--space-8);background:linear-gradient(#0000,#00000080);align-items:flex-end;display:flex;position:absolute;inset:0}.shop-about__hero-title{font-family:var(--font-serif);font-size:var(--text-3xl);color:#fff;margin:0;font-weight:700}@media (min-width:768px){.shop-about__hero-title{font-size:var(--text-4xl)}}.shop-about__section{padding:var(--space-12) 0;max-width:640px}.shop-about__text{font-size:var(--text-base);color:var(--color-text-secondary);margin:0 0 var(--space-4);line-height:1.8}.shop-about__values{gap:var(--space-6);padding-bottom:var(--space-16);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:640px){.shop-about__values{grid-template-columns:1fr}}.shop-about__value{flex-direction:column;display:flex}.shop-about__value-title{font-family:var(--font-serif);font-size:var(--text-lg);color:var(--color-text);margin:0 0 var(--space-2);font-weight:600}.shop-about__value-desc{font-size:var(--text-sm);color:var(--color-text-muted);margin:0;line-height:1.6}.shop-error{text-align:center;padding:var(--space-16) 0;max-width:480px;margin:0 auto}.shop-error__code{font-family:var(--font-serif);color:var(--color-text);opacity:.08;margin-bottom:var(--space-2);font-size:8rem;font-weight:700;line-height:1;display:block}@media (min-width:768px){.shop-error__code{font-size:12rem}}.shop-error__title{font-family:var(--font-serif);font-size:var(--text-2xl);color:var(--color-text);margin:0 0 var(--space-4);font-weight:600}.shop-error__desc{font-size:var(--text-sm);color:var(--color-text-muted);margin:0 0 var(--space-2);line-height:1.7}.shop-error__actions{align-items:center;gap:var(--space-4);margin-top:var(--space-8);flex-direction:column;display:flex}.shop-error__link{font-size:var(--text-sm);color:var(--color-primary);font-weight:500;text-decoration:none;transition:opacity .2s}.shop-error__link:hover{opacity:.7}.shop-error-page{min-height:100vh;padding:var(--space-4);background:linear-gradient(to bottom, var(--color-background), var(--color-surface-warm,#f3ece4));justify-content:center;align-items:center;display:flex}.shop-error-page__inner{text-align:center;width:100%;max-width:28rem}.shop-error-page__icon{border-radius:var(--radius-full);width:6rem;height:6rem;margin-bottom:var(--space-6);justify-content:center;align-items:center;display:inline-flex}.shop-error-page__icon--warn{color:#c53030;background-color:#fdf2f2}.shop-error-page__title{font-family:var(--font-serif);font-size:var(--text-2xl);color:var(--color-text);margin:0 0 var(--space-3);font-weight:600}.shop-error-page__desc{font-size:var(--text-base);color:var(--color-text-secondary);margin:0 0 var(--space-2)}.shop-error-page__sub{font-size:var(--text-sm);color:var(--color-text-muted);margin:0 0 var(--space-8)}.shop-error-page__detail{margin-bottom:var(--space-6);padding:var(--space-4);background-color:var(--color-surface-warm,var(--color-background));border-radius:var(--radius-lg);text-align:left}.shop-error-page__detail-label{font-size:var(--text-xs);color:var(--color-text-muted);margin:0 0 var(--space-1)}.shop-error-page__detail-label:not(:first-child){margin-top:var(--space-3)}.shop-error-page__detail-msg{font-size:var(--text-sm);color:#c53030;word-break:break-all;margin:0;font-family:monospace}.shop-error-page__actions{gap:var(--space-3);flex-direction:column;align-items:center;display:flex}@media (min-width:480px){.shop-error-page__actions{flex-direction:row;justify-content:center}}.shop-error-page__btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);font-size:var(--text-sm);cursor:pointer;border-radius:9999px;min-height:44px;font-weight:600;transition:all .2s;display:inline-flex}.shop-error-page__btn--primary{background-color:var(--color-primary);color:var(--color-on-primary);border:none}.shop-error-page__btn--primary:hover{background-color:var(--color-primary-hover)}.shop-error-page__btn--outline{background-color:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.shop-error-page__btn--outline:hover{background-color:var(--color-surface-warm,var(--color-background))}.shop-error-page__footer{margin-top:var(--space-12);font-size:var(--text-sm);color:var(--color-text-muted)}.shop-error-page__footer a{color:var(--color-primary);text-decoration:none}.shop-error-page__footer a:hover{text-decoration:underline}@keyframes shop-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.shop-skeleton{background:linear-gradient(90deg, var(--color-surface-warm,#f3ece4) 25%, var(--color-border-subtle,#f0e8e0) 37%, var(--color-surface-warm,#f3ece4) 63%);border-radius:var(--radius-md);background-size:800px 100%;animation:1.5s infinite shop-shimmer}.shop-skeleton__page{padding:var(--space-6) 0;gap:var(--space-8);flex-direction:column;display:flex}.shop-skeleton--hero{border-radius:var(--radius-xl);width:100%;height:300px}@media (min-width:768px){.shop-skeleton--hero{height:450px}}.shop-skeleton--title{border-radius:var(--radius-md);width:200px;height:32px}.shop-skeleton--text-lg{width:150px;height:24px}.shop-skeleton--text-md{width:120px;height:16px;margin-top:var(--space-2)}.shop-skeleton--text-sm{width:80px;height:14px;margin-top:var(--space-2)}.shop-skeleton--text-xs{width:60px;height:12px;margin-top:var(--space-2)}.shop-skeleton--image{aspect-ratio:3/4;border-radius:var(--radius-lg);width:100%}.shop-skeleton--pill{border-radius:9999px;width:80px;height:40px}.shop-skeleton--btn{width:100%;height:52px;margin-top:var(--space-6);border-radius:9999px}.shop-skeleton__row{align-items:center;display:flex}.shop-skeleton__grid{gap:var(--space-4);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:768px){.shop-skeleton__grid{grid-template-columns:repeat(4,1fr)}}.shop-skeleton__card{gap:var(--space-1);flex-direction:column;display:flex}.shop-skeleton__pills{gap:var(--space-2);flex-wrap:wrap;display:flex}.shop-skeleton__detail{gap:var(--space-8);padding:var(--space-6) 0;flex-direction:column;display:flex}@media (min-width:1024px){.shop-skeleton__detail{gap:var(--space-12);flex-direction:row}}.shop-skeleton--detail-image{aspect-ratio:3/4;border-radius:var(--radius-xl);width:100%}@media (min-width:1024px){.shop-skeleton--detail-image{flex:0 0 55%}}.shop-skeleton__detail-info{gap:var(--space-1);flex-direction:column;flex:1;display:flex}.shop-skeleton__sizes{gap:var(--space-2);margin-top:var(--space-4);display:flex}.shop-input,.shop-select{padding:var(--space-2) var(--space-10) var(--space-2) var(--space-4);font-size:var(--text-sm);color:var(--color-text);background-color:var(--color-surface);border:1px solid var(--color-border);appearance:none;cursor:pointer;border-radius:9999px;min-height:40px;font-weight:500;transition:border-color .2s;display:inline-flex}.shop-input::placeholder{color:var(--color-text-muted)}.shop-input:focus,.shop-select:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #5d3a1a1a}.shop-select{background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%235D3A1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-3) center}.shop-select:hover{border-color:var(--color-primary)}.shop-select:focus{border-color:var(--color-primary);outline:none}.shop-textarea{width:100%;padding:var(--space-3) var(--space-4);color:var(--color-text);background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);resize:vertical;appearance:none;min-height:120px;font-family:inherit;font-size:16px;transition:border-color .2s,box-shadow .2s;display:block}.shop-textarea:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #5d3a1a1a}.shop-btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);font-size:var(--text-sm);cursor:pointer;letter-spacing:.02em;border:2px solid #0000;border-radius:9999px;min-height:44px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.shop-btn--primary{background-color:var(--color-primary);color:var(--color-on-primary);border-color:var(--color-primary)}.shop-btn--primary:hover{background-color:var(--color-primary-hover);border-color:var(--color-primary-hover)}.shop-btn--outline{color:var(--color-primary);border-color:var(--color-border);background-color:#0000}.shop-btn--outline:hover{background-color:var(--color-surface-warm);border-color:var(--color-primary)}.shop-btn--ghost{color:var(--color-text-secondary);background-color:#0000;border-color:#0000}.shop-btn--ghost:hover{background-color:var(--color-surface-warm);color:var(--color-text)}.shop-btn--sm{padding:var(--space-2) var(--space-4);font-size:var(--text-xs);min-height:36px}.shop-btn--lg{padding:var(--space-4) var(--space-8);font-size:var(--text-base);min-height:52px}.shop-transition{transition:all .3s}.shop-fade-in{animation:.5s forwards shopFadeIn}@keyframes shopFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.shop-scroll-snap{gap:var(--space-4);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:var(--space-2);display:flex;overflow-x:auto}.shop-scroll-snap::-webkit-scrollbar{display:none}.shop-scroll-snap>*{scroll-snap-align:start;flex-shrink:0}.shop-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.shop-divider{background-color:var(--color-border-subtle);width:100%;height:1px;margin:var(--space-8) 0;border:none}@media (min-width:1024px){.shop-divider{margin:var(--space-12) 0}}.shop-tag{padding:var(--space-1) var(--space-3);font-size:var(--text-xs);letter-spacing:.04em;text-transform:uppercase;border-radius:9999px;align-items:center;font-weight:600;display:inline-flex}.shop-tag--primary{background-color:var(--color-primary);color:var(--color-on-primary)}.shop-tag--warm{background-color:var(--color-surface-warm);color:var(--color-text-secondary)}.shop-tag--accent{background-color:var(--color-accent);color:var(--color-on-primary)}.shop-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;opacity:0;pointer-events:none;background-color:#2c181080;transition:opacity .3s;position:fixed;inset:0}.shop-overlay--active{opacity:1;pointer-events:auto}.shop-drawer{background-color:var(--color-surface);z-index:201;width:85%;max-width:360px;padding:var(--space-6);transition:transform .3s;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}@media (min-width:768px){.shop-drawer{width:360px}}.shop-drawer--open{transform:translate(0)}.shop-drawer__header{margin-bottom:var(--space-6);justify-content:space-between;align-items:center;display:flex}.shop-drawer__close{width:44px;height:44px;font-size:var(--text-xl);color:var(--color-text);cursor:pointer;border-radius:var(--radius-full);background:0 0;border:none;justify-content:center;align-items:center;transition:background-color .2s;display:flex}.shop-drawer__close:hover{background-color:var(--color-surface-warm)}.shop-rating{align-items:center;gap:1px;display:flex}.shop-rating__star{font-size:var(--text-sm);color:var(--color-border,#d1d5db);line-height:1}.shop-rating__star--full{color:var(--color-accent,#f59e0b)}.shop-rating__star--half{color:var(--color-accent,#f59e0b);opacity:.6}.shop-rating__count{font-size:var(--text-xs);color:var(--color-text-muted);margin-left:var(--space-1)}
.shop-header{z-index:300;background-color:var(--color-background);border-bottom:1px solid var(--color-border-subtle);transition:box-shadow .3s;position:sticky;top:0}.shop-header--scrolled{box-shadow:0 2px 16px #2c18100f}.shop-header__inner{justify-content:space-between;align-items:center;gap:var(--space-3);height:60px;display:flex}@media (min-width:768px){.shop-header__inner{height:72px}}.shop-header__logo{font-family:var(--font-serif);font-size:var(--text-xl);color:var(--color-text);letter-spacing:.02em;white-space:nowrap;font-weight:600;text-decoration:none}@media (min-width:768px){.shop-header__logo{font-size:var(--text-2xl)}}.shop-header__nav{align-items:center;gap:var(--space-2);display:none}@media (min-width:768px){.shop-header__nav{display:flex}}.shop-header__nav-pill{padding:var(--space-2) var(--space-4);border:1px solid var(--color-border);color:var(--color-text-secondary);font-size:var(--text-sm);cursor:pointer;white-space:nowrap;background-color:#0000;border-radius:9999px;justify-content:center;align-items:center;min-height:44px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.shop-header__nav-pill:hover{background-color:var(--color-surface-warm);color:var(--color-text);border-color:var(--color-border)}.shop-header__nav-pill--active{background-color:var(--color-primary);color:var(--color-on-primary);border-color:var(--color-primary)}.shop-header__nav-pill--active:hover{background-color:var(--color-primary-hover);border-color:var(--color-primary-hover);color:var(--color-on-primary)}.shop-header__nav-item{position:relative}.shop-header__dropdown{margin-top:var(--space-2);background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-2);z-index:50;flex-direction:column;min-width:160px;display:flex;position:absolute;top:100%;left:0;box-shadow:0 8px 24px #00000014}.shop-header__dropdown-item{padding:var(--space-2) var(--space-3);font-size:var(--text-sm);color:var(--color-text-secondary);border-radius:var(--radius-md);white-space:nowrap;text-decoration:none;transition:all .15s;display:block}.shop-header__dropdown-item:hover{background-color:var(--color-surface-warm,var(--color-background));color:var(--color-text)}.shop-header__mobile-label{font-size:var(--text-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;padding:var(--space-2) var(--space-2) var(--space-1);margin:0;font-weight:600}.shop-header__actions{align-items:center;gap:var(--space-4);display:flex}.shop-header__text-btn{font-size:var(--text-sm);color:var(--color-text);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-weight:500;text-decoration:none;transition:color .2s}.shop-header__text-btn:hover{color:var(--color-primary)}.shop-header__action-btn{width:44px;height:44px;color:var(--color-text);font-size:var(--text-lg);cursor:pointer;border-radius:var(--radius-full);background:0 0;border:none;justify-content:center;align-items:center;transition:background-color .2s;display:inline-flex;position:relative}.shop-header__action-btn:hover{background-color:var(--color-surface-warm)}.shop-header__action-btn-badge{background-color:var(--color-primary);width:18px;height:18px;color:var(--color-on-primary);border-radius:9999px;justify-content:center;align-items:center;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:6px;right:6px}.shop-header__menu-btn{width:44px;height:44px;color:var(--color-text);font-size:var(--text-xl);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}@media (min-width:768px){.shop-header__menu-btn{display:none}}.shop-header__mobile-nav{z-index:200;background-color:var(--color-surface);padding:var(--space-16) var(--space-6) var(--space-6);flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto}.shop-header__mobile-link{padding:var(--space-3) 0;font-size:var(--text-lg);color:var(--color-text-secondary);border-bottom:1px solid var(--color-border-subtle,var(--color-border));font-weight:500;text-decoration:none;transition:color .2s;display:block}.shop-header__mobile-link:hover,.shop-header__mobile-link--active{color:var(--color-primary)}.shop-header__mobile-divider{background-color:var(--color-border);height:1px;margin:var(--space-4) 0}@media (min-width:768px){.shop-header__mobile-nav{display:none}}.shop-header__pill{padding:var(--space-2) var(--space-4);font-size:var(--text-sm);color:var(--color-text-secondary);white-space:nowrap;border-radius:9999px;align-items:center;text-decoration:none;transition:all .2s;display:inline-flex}.shop-header__pill:hover{background-color:var(--color-surface-warm,var(--color-background));color:var(--color-text)}.shop-header__pill--active{background-color:var(--color-primary);color:var(--color-on-primary)}.shop-header__pill--active:hover{background-color:var(--color-primary-hover);color:var(--color-on-primary)}.shop-header__search-bar{padding:var(--space-3) 0;background:var(--color-bg);border-top:1px solid var(--color-border);animation:.2s shop-toast-in}.shop-header__search-form{gap:var(--space-2);align-items:center;display:flex}.shop-header__search-input{flex:1}.shop-header__mobile-search{padding:0 var(--space-4) var(--space-3)}.shop-header__cart-btn{position:relative}.shop-header__cart-badge{text-align:center;color:#fff;background:var(--color-danger,#c53030);border-radius:99px;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;line-height:18px;position:absolute;top:-6px;right:-10px}html.dark .shop-header__pill--active,html[data-theme=dark] .shop-header__pill--active{color:#1a1210}
.shop-hero{align-items:flex-end;width:100%;min-height:50vh;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.shop-hero{min-height:60vh}}@media (min-width:1024px){.shop-hero{min-height:70vh}}.shop-hero__image{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.shop-hero:after{content:"";z-index:1;background:linear-gradient(#2c18100d 0%,#2c18104d 60%,#2c1810bf 100%);position:absolute;inset:0}.shop-hero__content{z-index:2;padding:var(--space-8) var(--space-4);max-width:640px;position:relative}@media (min-width:768px){.shop-hero__content{padding:var(--space-12) var(--space-8)}}@media (min-width:1280px){.shop-hero__content{padding:var(--space-16) var(--space-12);max-width:720px}}.shop-hero__title{font-family:var(--font-serif);color:var(--color-on-primary);margin:0 0 var(--space-3) 0;letter-spacing:-.01em;font-size:2.5rem;font-weight:600;line-height:1.15}@media (min-width:768px){.shop-hero__title{font-size:3rem}}@media (min-width:1024px){.shop-hero__title{font-size:4rem}}.shop-hero__subtitle{font-size:var(--text-base);color:#ffffffd9;margin:0 0 var(--space-6) 0;max-width:480px;line-height:1.6}@media (min-width:768px){.shop-hero__subtitle{font-size:var(--text-lg)}}.shop-hero__actions{gap:var(--space-3);flex-wrap:wrap;display:flex}.shop-hero__btn{padding:var(--space-3) var(--space-6);font-size:var(--text-sm);cursor:pointer;letter-spacing:.03em;text-transform:uppercase;border-radius:9999px;justify-content:center;align-items:center;min-height:44px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.shop-hero__btn--filled{background-color:var(--color-primary);color:var(--color-on-primary);border:2px solid var(--color-primary)}.shop-hero__btn--filled:hover{background-color:var(--color-primary-hover);border-color:var(--color-primary-hover)}.shop-hero__btn--outline{color:var(--color-on-primary);background-color:#0000;border:2px solid #fff9}.shop-hero__btn--outline:hover{border-color:var(--color-on-primary);background-color:#ffffff1f}.shop-hero-full{align-items:flex-end;width:100%;min-height:500px;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.shop-hero-full{min-height:600px}}@media (min-width:1024px){.shop-hero-full{min-height:700px}}.shop-hero-full__bg{position:absolute;inset:0}.shop-hero-full__img{object-fit:cover;width:100%;height:100%}.shop-hero-full__overlay{background:linear-gradient(#0000 0%,#140f0a1a 30%,#140f0a66 60%,#140f0ad9 100%);position:absolute;inset:0}.shop-hero-full__content{z-index:2;padding:var(--space-10) var(--space-4) var(--space-10);position:relative}@media (min-width:768px){.shop-hero-full__content{padding:var(--space-16) var(--space-4) var(--space-12)}}.shop-hero-full__title{font-family:var(--font-serif);font-size:var(--text-3xl);color:#fff;margin:0 0 var(--space-4) 0;letter-spacing:-.01em;font-weight:600;line-height:1.2}@media (min-width:768px){.shop-hero-full__title{font-size:var(--text-4xl)}}@media (min-width:1024px){.shop-hero-full__title{max-width:700px;font-size:3.5rem}}.shop-hero-full__brand{font-style:italic}.shop-hero-full__subtitle{font-size:var(--text-base);color:#fffc;margin:0 0 var(--space-6) 0;max-width:500px;line-height:1.7}@media (min-width:768px){.shop-hero-full__subtitle{font-size:var(--text-lg)}}.shop-hero-full__actions{gap:var(--space-3);flex-wrap:wrap;display:flex}.shop-hero-full__btn{padding:var(--space-3) var(--space-7,1.75rem);font-size:var(--text-sm);cursor:pointer;letter-spacing:.02em;border-radius:9999px;justify-content:center;align-items:center;min-height:48px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.shop-hero-full__btn--primary{background-color:var(--color-primary);color:var(--color-on-primary);border:2px solid var(--color-primary)}.shop-hero-full__btn--primary:hover{background-color:var(--color-primary-hover);border-color:var(--color-primary-hover)}.shop-hero-full__btn--outline{color:#fff;background-color:#0000;border:2px solid #ffffff80}.shop-hero-full__btn--outline:hover{background-color:#ffffff1a;border-color:#fffc}
.shop-stats{background-color:var(--color-background);padding:var(--space-10) 0}@media (min-width:768px){.shop-stats{padding:var(--space-12) 0}}.shop-stats__grid{gap:var(--space-4);text-align:center;grid-template-columns:repeat(3,1fr);display:grid}.shop-stats__item{padding:var(--space-4) var(--space-2)}.shop-stats__number{font-family:var(--font-serif);font-size:var(--text-2xl);color:var(--color-primary);margin:0 0 var(--space-1) 0;font-weight:700;line-height:1.2}@media (min-width:768px){.shop-stats__number{font-size:var(--text-4xl)}}.shop-stats__label{font-size:var(--text-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:500}@media (min-width:768px){.shop-stats__label{font-size:var(--text-sm)}}.shop-categories{padding:var(--space-12) 0}@media (min-width:1024px){.shop-categories{padding:var(--space-16) 0}}.shop-categories__grid{gap:var(--space-3);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:768px){.shop-categories__grid{gap:var(--space-4)}}@media (min-width:1024px){.shop-categories__grid{gap:var(--space-5);grid-template-columns:repeat(4,1fr);grid-auto-rows:220px}}@media (min-width:1280px){.shop-categories__grid{grid-auto-rows:260px}}.shop-categories__item{border-radius:var(--radius-xl);cursor:pointer;min-height:180px;position:relative;overflow:hidden}@media (min-width:1024px){.shop-categories__item:first-child{grid-row:span 2}.shop-categories__item{min-height:auto}}.shop-categories__item:after{content:"";background:linear-gradient(#2c18100d 40%,#2c18108c 100%);transition:opacity .3s;position:absolute;inset:0}.shop-categories__item:hover:after{opacity:.7}.shop-categories__item-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.shop-categories__item:hover .shop-categories__item-image{transform:scale(1.05)}.shop-categories__item-label{bottom:var(--space-3);left:var(--space-3);z-index:2;padding:var(--space-1) var(--space-3);background-color:var(--color-surface);color:var(--color-text);font-size:var(--text-xs);letter-spacing:.04em;text-transform:uppercase;border-radius:9999px;font-weight:600;display:inline-block;position:absolute}@media (min-width:768px){.shop-categories__item-label{padding:var(--space-2) var(--space-4);font-size:var(--text-sm);bottom:var(--space-4);left:var(--space-4)}}.shop-product-card{gap:var(--space-3);color:inherit;cursor:pointer;flex-direction:column;text-decoration:none;display:flex}.shop-product-card__image-wrap{aspect-ratio:3/4;border-radius:var(--radius-lg);background-color:var(--color-surface-warm);position:relative;overflow:hidden}.shop-product-card__image{object-fit:cover;width:100%;height:100%;transition:transform .5s,opacity .5s}.shop-product-card__image--hover,.shop-product-card:hover .shop-product-card__image--primary{opacity:0}.shop-product-card:hover .shop-product-card__image--hover{opacity:1;transform:scale(1.05)}.shop-product-card__badge{top:var(--space-3);left:var(--space-3);padding:var(--space-1) var(--space-3);background-color:var(--color-primary);color:var(--color-on-primary);border-radius:var(--radius-sm);letter-spacing:.04em;text-transform:uppercase;z-index:2;align-items:center;font-size:11px;font-weight:700;display:inline-flex;position:absolute}.shop-product-card__badge--accent{background-color:var(--color-accent)}.shop-product-card__wishlist{top:var(--space-3);right:var(--space-3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;width:40px;height:40px;font-size:var(--text-lg);color:var(--color-text-muted);z-index:2;background-color:#ffffffd9;border:none;border-radius:9999px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute}.shop-product-card__wishlist:hover{background-color:var(--color-surface);color:var(--color-text);transform:scale(1.1)}.shop-product-card__wishlist--active{color:#c0392b}.shop-product-card__wishlist--active:hover{color:#e74c3c}.shop-product-card__info{gap:var(--space-1);padding:0 var(--space-1);flex-direction:column;display:flex}.shop-product-card__name{font-family:var(--font-serif);font-size:var(--text-base);color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.shop-product-card__price{align-items:baseline;gap:var(--space-2);display:flex}.shop-product-card__price-current{font-size:var(--text-base);color:var(--color-text);font-weight:700}.shop-product-card__price-original{font-size:var(--text-sm);color:var(--color-text-muted);text-decoration:line-through}.shop-product-card__meta{align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:var(--color-text-muted);display:flex}.shop-product-card__stars{color:var(--color-accent);font-size:var(--text-sm);letter-spacing:1px}@media (min-width:768px){.shop-products__grid{gap:var(--space-6) var(--space-5);grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.shop-products__grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.shop-features{padding:var(--space-24) 0}}.shop-features__grid{gap:var(--space-5);grid-template-columns:1fr;display:grid}@media (min-width:768px){.shop-features__grid{gap:var(--space-6);grid-template-columns:repeat(3,1fr)}}.shop-features__card{background-color:var(--color-surface);border-radius:var(--radius-xl);padding:var(--space-6);transition:box-shadow .3s,transform .3s}@media (min-width:768px){.shop-features__card{padding:var(--space-8)}}.shop-features__icon{border-radius:var(--radius-lg);background-color:var(--color-primary);width:48px;height:48px;color:var(--color-on-primary);font-size:var(--text-xl);margin-bottom:var(--space-4);justify-content:center;align-items:center;display:flex}@media (min-width:768px){.shop-features__icon{width:56px;height:56px;font-size:var(--text-2xl)}}.shop-features__description{font-size:var(--text-sm);color:var(--color-text-muted);margin:0;line-height:1.7}.shop-testimonials{background-color:var(--color-surface-warm,var(--color-background));padding:var(--space-16) 0;overflow:hidden}@media (min-width:1024px){.shop-testimonials{padding:var(--space-24) 0}}.shop-testimonials__inner{gap:var(--space-8);flex-direction:column;display:flex}@media (min-width:1024px){.shop-testimonials__inner{gap:var(--space-12);flex-direction:row;align-items:stretch}}.shop-testimonials__image-wrap{aspect-ratio:3/4;border-radius:var(--radius-xl);width:100%;max-height:400px;overflow:hidden}@media (min-width:1024px){.shop-testimonials__image-wrap{flex-shrink:0;width:40%;max-height:none}}.shop-testimonials__image{object-fit:cover;width:100%;height:100%}.shop-testimonials__content{gap:var(--space-5);flex-direction:column;flex:1;justify-content:center;display:flex}.shop-testimonials__label{font-size:var(--text-xs);color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;font-weight:600}.shop-testimonials__title{font-family:var(--font-serif);font-size:var(--text-2xl);color:var(--color-on-primary);margin:0;font-weight:600}@media (min-width:768px){.shop-testimonials__title{font-size:var(--text-3xl)}}.shop-testimonials__card{background-color:var(--color-background);border-radius:var(--radius-xl);padding:var(--space-6)}@media (min-width:768px){.shop-testimonials__card{padding:var(--space-8)}}.shop-testimonials__stars{color:var(--color-accent);font-size:var(--text-lg);letter-spacing:2px;margin-bottom:var(--space-3)}.shop-testimonials__quote{font-size:var(--text-base);color:var(--color-text);margin:0 0 var(--space-4) 0;font-style:italic;line-height:1.7}.shop-testimonials__author{font-size:var(--text-sm);color:var(--color-text);margin:0;font-weight:600}.shop-testimonials__author-role{font-size:var(--text-xs);color:var(--color-text-muted);margin:0}.shop-testimonials__nav{gap:var(--space-2);display:flex}.shop-testimonials__nav-btn{width:44px;height:44px;color:var(--color-on-primary);cursor:pointer;font-size:var(--text-lg);background-color:#0000;border:1px solid #fff3;border-radius:9999px;justify-content:center;align-items:center;transition:all .2s;display:flex}.shop-testimonials__nav-btn:hover{background-color:#ffffff1a;border-color:#fff6}.shop-trust{padding:var(--space-10) 0;border-bottom:1px solid var(--color-border-subtle,var(--color-border))}.shop-trust__grid{justify-content:center;gap:var(--space-8);flex-wrap:wrap;display:flex}@media (min-width:768px){.shop-trust__grid{gap:var(--space-16)}}.shop-trust__item{align-items:center;gap:var(--space-1);flex-direction:column;display:flex}.shop-trust__value{font-family:var(--font-serif);font-size:var(--text-3xl);color:var(--color-text);font-weight:700;line-height:1}@media (min-width:768px){.shop-trust__value{font-size:var(--text-4xl)}}.shop-trust__label{font-size:var(--text-sm);color:var(--color-text-muted);text-align:center}.shop-bento{padding:var(--space-12) 0}@media (min-width:1024px){.shop-bento{padding:var(--space-16) 0}}.shop-bento__grid{gap:var(--space-3);margin-top:var(--space-8);grid-template-columns:repeat(2,1fr);grid-auto-rows:200px;display:grid}@media (min-width:768px){.shop-bento__grid{gap:var(--space-4);grid-template-columns:repeat(4,1fr);grid-auto-rows:220px}}@media (min-width:1024px){.shop-bento__grid{grid-auto-rows:260px}}.shop-bento__item{border-radius:var(--radius-xl);cursor:pointer;text-decoration:none;position:relative;overflow:hidden}.shop-bento__item--tall{grid-row:span 2}.shop-bento__item--wide{grid-column:span 2}.shop-bento__img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.shop-bento__item:hover .shop-bento__img{transform:scale(1.05)}.shop-bento__overlay{background:linear-gradient(#140f0a0d 40%,#140f0a8c 100%);position:absolute;inset:0}.shop-bento__label{bottom:var(--space-3);left:var(--space-3);z-index:2;padding:var(--space-1) var(--space-3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#2c1810;font-size:var(--text-xs);letter-spacing:.04em;text-transform:uppercase;background-color:#ffffffeb;border-radius:9999px;font-weight:600;display:inline-block;position:absolute}@media (min-width:768px){.shop-bento__label{padding:var(--space-2) var(--space-4);font-size:var(--text-sm);bottom:var(--space-4);left:var(--space-4)}}.shop-products{padding:var(--space-12) 0}@media (min-width:1024px){.shop-products{padding:var(--space-16) 0}}.shop-products__see-all{font-size:var(--text-sm);color:var(--color-primary);font-weight:600;text-decoration:none;transition:opacity .2s}.shop-products__see-all:hover{opacity:.7}.shop-products__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-8);flex-wrap:wrap;display:flex}.shop-products__header--center{align-items:center}.shop-products__grid{gap:var(--space-4) var(--space-3);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:768px){.shop-products__grid{gap:var(--space-6) var(--space-5);grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.shop-products__grid{grid-template-columns:repeat(4,1fr)}}.shop-products__grid--4{grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.shop-products__grid--4{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.shop-products__grid--4{grid-template-columns:repeat(4,1fr)}}.shop-product-card__sale-badge{top:var(--space-3);left:var(--space-3);padding:var(--space-1) var(--space-3);background-color:var(--color-danger,#dc2626);color:#fff;border-radius:var(--radius-sm);letter-spacing:.04em;z-index:2;align-items:center;font-size:11px;font-weight:700;display:inline-flex;position:absolute}.shop-product-card__brand{font-size:var(--text-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.shop-product-card__price{font-size:var(--text-base);color:var(--color-text);font-weight:700}.shop-product-card__original-price{font-size:var(--text-sm);color:var(--color-text-muted);text-decoration:line-through}.shop-product-card__price-wrap{align-items:baseline;gap:var(--space-2);display:flex}.shop-features{background-color:var(--color-surface-warm,var(--color-background));padding:var(--space-16) 0}@media (min-width:1024px){.shop-features{padding:var(--space-24) 0}}.shop-features__grid{gap:var(--space-5);margin-top:var(--space-8);grid-template-columns:1fr;display:grid}@media (min-width:768px){.shop-features__grid{gap:var(--space-6);grid-template-columns:repeat(3,1fr)}}.shop-features__card{background-color:var(--color-surface);border-radius:var(--radius-xl);padding:var(--space-6);text-align:center;transition:box-shadow .3s,transform .3s}.shop-features__card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #2c181014}@media (min-width:768px){.shop-features__card{padding:var(--space-8)}}.shop-features__icon{border-radius:var(--radius-lg);background-color:var(--color-primary);width:52px;height:52px;color:var(--color-on-primary);margin-bottom:var(--space-4);justify-content:center;align-items:center;display:inline-flex}.shop-features__title{font-family:var(--font-serif);font-size:var(--text-lg);color:var(--color-text);margin:0 0 var(--space-2) 0;font-weight:600}.shop-features__desc{font-size:var(--text-sm);color:var(--color-text-muted);margin:0;line-height:1.7}.shop-spotlight{padding:var(--space-12) 0}.shop-spotlight__grid{gap:var(--space-6);flex-direction:column;display:flex}.shop-spotlight__image-col{border-radius:var(--radius-xl);aspect-ratio:4/5;width:100%;position:relative;overflow:hidden}.shop-spotlight__hero-img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.shop-spotlight__image-col:hover .shop-spotlight__hero-img{transform:scale(1.03)}.shop-spotlight__overlay{padding:var(--space-6);background:linear-gradient(#0000 0%,#000000a6 100%);position:absolute;bottom:0;left:0;right:0}.shop-spotlight__title{font-family:var(--font-serif);font-size:var(--text-xl);color:#fff;margin:0 0 var(--space-2);font-weight:600}.shop-spotlight__subtitle{font-size:var(--text-sm);color:#fffc;margin:0;line-height:1.6}.shop-spotlight__products{gap:var(--space-3);flex-direction:column;display:flex}.shop-spotlight__card{align-items:center;gap:var(--space-4);padding:var(--space-4);background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);color:inherit;text-decoration:none;transition:box-shadow .2s,border-color .2s;display:flex;position:relative}.shop-spotlight__card:hover{border-color:var(--color-primary);box-shadow:0 4px 16px #0000000f}.shop-spotlight__card-img{border-radius:var(--radius-md);object-fit:cover;background-color:var(--color-surface-warm,var(--color-background));flex-shrink:0;width:72px;height:72px}.shop-spotlight__card-info{flex:1;min-width:0}.shop-spotlight__card-name{font-family:var(--font-serif);font-size:var(--text-sm);color:var(--color-text);margin:0 0 var(--space-1);font-weight:600}.shop-spotlight__card-desc{font-size:var(--text-xs);color:var(--color-text-muted);margin:0 0 var(--space-2)}.shop-spotlight__card-price{font-size:var(--text-sm);color:var(--color-text);font-weight:700}.shop-spotlight__card-wish{top:var(--space-3);right:var(--space-3);color:var(--color-text-muted);cursor:pointer;padding:var(--space-1);background:0 0;border:none;transition:color .2s;position:absolute}.shop-spotlight__card-wish:hover,.shop-spotlight__card-wish--active{color:var(--color-danger,#e53e3e)}.shop-spotlight__view-all{font-size:var(--text-sm);color:var(--color-primary);padding:var(--space-3) 0;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.shop-spotlight__view-all:hover{opacity:.7}@media (min-width:1024px){.shop-spotlight{padding:var(--space-16) 0}.shop-spotlight__grid{gap:var(--space-8);flex-direction:row;align-items:stretch}.shop-spotlight__image-col{aspect-ratio:3/4;flex:0 0 55%}.shop-spotlight__title{font-size:var(--text-2xl)}.shop-spotlight__products{flex:1;justify-content:center}.shop-spotlight__card-img{width:80px;height:80px}}.shop-testimonials{padding:var(--space-12) 0}@media (min-width:1024px){.shop-testimonials{padding:var(--space-16) 0}}.shop-testimonials__cards{gap:var(--space-6);margin-top:var(--space-8);grid-template-columns:1fr;display:grid}@media (min-width:1024px){.shop-testimonials__cards{grid-template-columns:repeat(3,1fr)}}.shop-testimonials__card{background-color:var(--color-surface);border-radius:var(--radius-xl);padding:var(--space-6);gap:var(--space-3);flex-direction:column;display:flex}.shop-testimonials__stars{margin-bottom:var(--space-1)}.shop-testimonials__text{font-size:var(--text-base);color:var(--color-text);flex:1;margin:0;font-style:italic;line-height:1.7}.shop-testimonials__name{font-size:var(--text-sm);color:var(--color-text);margin-top:var(--space-2);font-weight:600}
.shop-collections__header{padding:var(--space-8) 0 var(--space-4)}.shop-collections__toolbar{gap:var(--space-4);margin-bottom:var(--space-8);flex-direction:column;display:flex}@media (min-width:768px){.shop-collections__toolbar{flex-direction:row;justify-content:space-between;align-items:center}}.shop-collections__tabs{gap:var(--space-2);scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:var(--space-1);display:flex;overflow-x:auto}.shop-collections__tabs::-webkit-scrollbar{display:none}.shop-collections__sort{align-items:center;gap:var(--space-4);flex-shrink:0;display:flex}.shop-collections__count{font-size:var(--text-sm);color:var(--color-text-muted);white-space:nowrap}.shop-dropdown{position:relative}.shop-dropdown__trigger{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border:1px solid var(--color-border);background-color:var(--color-surface);color:var(--color-text);font-size:var(--text-sm);cursor:pointer;white-space:nowrap;border-radius:9999px;min-height:40px;font-weight:500;transition:border-color .2s;display:inline-flex}.shop-dropdown__trigger:hover{border-color:var(--color-primary)}.shop-dropdown__trigger svg{color:var(--color-text-muted);flex-shrink:0}.shop-dropdown__menu{padding-top:var(--space-1);background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-1);z-index:50;min-width:140px;position:absolute;top:100%;right:0;box-shadow:0 8px 24px #00000014}.shop-dropdown__item{width:100%;padding:var(--space-2) var(--space-3);color:var(--color-text-secondary);font-size:var(--text-sm);text-align:left;cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;transition:all .15s;display:block}.shop-dropdown__item:hover{background-color:var(--color-surface-warm,var(--color-background));color:var(--color-text)}.shop-dropdown__item--active{color:var(--color-primary);font-weight:600}.shop-collections__sort-pills{gap:var(--space-1);display:flex}.shop-collections__sort-pill{padding:var(--space-1) var(--space-3);color:var(--color-text-muted);font-size:var(--text-xs);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:9999px;font-weight:500;transition:all .2s}.shop-collections__sort-pill:hover{color:var(--color-text)}.shop-collections__sort-pill--active{background-color:var(--color-primary);color:var(--color-on-primary)}
.shop-detail{gap:var(--space-6);padding:var(--space-6) 0;flex-direction:column;display:flex}@media (min-width:1024px){.shop-detail{gap:var(--space-12);padding:var(--space-10) 0;flex-direction:row}}.shop-detail__gallery{width:100%}@media (min-width:1024px){.shop-detail__gallery{flex:0 0 55%}}.shop-detail__image-main{aspect-ratio:3/4;border-radius:var(--radius-xl);background-color:var(--color-surface-warm,var(--color-background));position:relative;overflow:hidden}.shop-detail__image{object-fit:cover;width:100%;height:100%}.shop-detail__thumbs{gap:var(--space-3);margin-top:var(--space-3);grid-template-columns:repeat(4,1fr);display:grid}.shop-detail__thumb{aspect-ratio:1;border-radius:var(--radius-lg);cursor:pointer;opacity:.5;background:0 0;border:2px solid #0000;width:100%;padding:0;transition:all .2s;position:relative;overflow:hidden}.shop-detail__thumb--active{border-color:var(--color-primary);opacity:1}.shop-detail__thumb:hover{opacity:1}.shop-detail__thumb-img{object-fit:cover;width:100%;height:100%}.shop-detail__info{gap:var(--space-1);flex-direction:column;flex:1;display:flex}.shop-detail__brand{font-size:var(--text-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em;font-weight:600}.shop-detail__name{font-family:var(--font-serif);font-size:var(--text-2xl);color:var(--color-text);margin:0 0 var(--space-3);font-weight:600;line-height:1.3}.shop-detail__rating{align-items:center;gap:var(--space-2);margin-bottom:var(--space-4);display:flex}.shop-detail__stars{color:var(--color-accent,#b8860b);font-size:var(--text-sm)}.shop-detail__rating-value{font-size:var(--text-sm);color:var(--color-text);font-weight:700}.shop-detail__review-count{font-size:var(--text-sm);color:var(--color-text-muted)}.shop-detail__price-wrap{align-items:center;gap:var(--space-3);margin-bottom:var(--space-6);display:flex}.shop-detail__original-price{font-size:var(--text-base);color:var(--color-text-muted);text-decoration:line-through}.shop-detail__price{font-family:var(--font-serif);font-size:var(--text-2xl);color:var(--color-text);font-weight:700}.shop-detail__option{margin-bottom:var(--space-5)}.shop-detail__option-label{font-size:var(--text-sm);color:var(--color-text);margin-bottom:var(--space-2);font-weight:500;display:block}.shop-detail__sizes{gap:var(--space-2);display:flex}.shop-detail__size{padding:var(--space-2) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-surface);color:var(--color-text-secondary);font-size:var(--text-sm);cursor:pointer;min-width:44px;min-height:44px;transition:all .2s}.shop-detail__size--active{border-color:var(--color-primary);color:var(--color-primary);background-color:var(--color-surface-warm,var(--color-background))}.shop-detail__colors{gap:var(--space-3);display:flex}.shop-detail__color{border-radius:var(--radius-full);border:2px solid var(--color-border);cursor:pointer;width:36px;height:36px;padding:0;transition:all .2s}.shop-detail__color--active{border-color:var(--color-text);box-shadow:0 0 0 2px var(--color-surface), 0 0 0 4px var(--color-text)}.shop-detail__actions{gap:var(--space-3);margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--color-border);display:flex}.shop-detail__wish-btn{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:52px;height:52px;color:var(--color-text-muted);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.shop-detail__wish-btn--active{color:var(--color-danger,#e53e3e);border-color:var(--color-danger,#e53e3e)}.shop-detail__cart-btn{min-height:52px;font-size:var(--text-base);flex:1}.shop-detail__tabs{border-bottom:1px solid var(--color-border);margin-top:var(--space-8);display:flex}.shop-detail__tab{padding:var(--space-4);font-size:var(--text-sm);color:var(--color-text-muted);cursor:pointer;text-align:center;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;min-height:44px;font-weight:500;transition:all .2s}.shop-detail__tab--active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.shop-detail__tab-content{padding:var(--space-6) 0}.shop-detail__description{font-size:var(--text-base);color:var(--color-text-secondary);margin:0;line-height:1.8}.shop-detail__info-content{flex-direction:column;gap:0;display:flex}.shop-detail__section{padding:var(--space-8) 0;border-bottom:1px solid var(--color-border)}.shop-detail__section:last-child{border-bottom:none}.shop-detail__section-title{font-family:var(--font-serif);font-size:var(--text-lg);color:var(--color-text);margin:0 0 var(--space-5);font-weight:600}.shop-detail__features-list{margin:var(--space-4) 0 0;padding-left:var(--space-5);gap:var(--space-2);flex-direction:column;display:flex}.shop-detail__features-list li{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.6}.shop-detail__info-gallery{gap:var(--space-4);flex-direction:column;display:flex}.shop-detail__info-img{border-radius:var(--radius-xl);object-fit:cover;width:100%}.shop-detail__spec-list{margin:0}.shop-detail__spec-row{padding:var(--space-3) 0;border-bottom:1px solid var(--color-border-subtle,var(--color-border));font-size:var(--text-sm);display:flex}.shop-detail__spec-row dt{width:120px;color:var(--color-text);flex-shrink:0;font-weight:500}.shop-detail__spec-row dd{color:var(--color-text-secondary);margin:0}.shop-detail__reviews{flex-direction:column;display:flex}.shop-detail__reviews-summary{padding:var(--space-8) 0;margin-bottom:var(--space-6);border-bottom:1px solid var(--color-border);justify-content:center;display:flex}.shop-detail__reviews-score{text-align:center}.shop-detail__reviews-big-num{font-family:var(--font-serif);font-size:var(--text-4xl);color:var(--color-text);font-weight:700;line-height:1;display:block}.shop-detail__reviews-stars{font-size:var(--text-xl);color:var(--color-accent,#b8860b);margin:var(--space-2) 0}.shop-detail__reviews-total{font-size:var(--text-sm);color:var(--color-text-muted)}.shop-detail__reviews-list{gap:var(--space-1);flex-direction:column;display:flex}.shop-detail__review-card{padding:var(--space-5) 0;border-bottom:1px solid var(--color-border-subtle,var(--color-border))}.shop-detail__review-header{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.shop-detail__review-stars{font-size:var(--text-sm);color:var(--color-accent,#b8860b)}.shop-detail__review-date{font-size:var(--text-xs);color:var(--color-text-muted)}.shop-detail__review-text{font-size:var(--text-sm);color:var(--color-text-secondary);margin:0 0 var(--space-3);line-height:1.7}.shop-detail__review-author{font-size:var(--text-sm);color:var(--color-text);font-weight:600}.shop-detail__similar{padding:var(--space-12) 0}
.shop-cart{padding:var(--space-8) 0}.shop-cart__count{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-8)}.shop-cart__empty{text-align:center;padding:var(--space-16) 0;color:var(--color-text-secondary)}.shop-cart__empty p{margin-bottom:var(--space-6);font-size:var(--text-base)}.shop-cart__layout{gap:var(--space-8);flex-direction:column;display:flex}@media (min-width:1024px){.shop-cart__layout{gap:var(--space-10);flex-direction:row;align-items:flex-start}.shop-cart__items{flex:1}.shop-cart__summary{flex:0 0 360px;position:sticky;top:80px}}.shop-cart__items{flex-direction:column;display:flex}.shop-cart__item{gap:var(--space-4);padding:var(--space-5) 0;border-bottom:1px solid var(--color-border);display:flex}.shop-cart__item-img{border-radius:var(--radius-lg);object-fit:cover;background-color:var(--color-surface-warm,var(--color-background));flex-shrink:0;width:100px;height:100px}.shop-cart__item-body{flex-direction:column;flex:1;min-width:0;display:flex}.shop-cart__item-top{justify-content:space-between;align-items:flex-start;gap:var(--space-2);display:flex}.shop-cart__item-name{font-family:var(--font-serif);font-size:var(--text-base);color:var(--color-text);margin:0;font-weight:600}.shop-cart__item-variant{font-size:var(--text-xs);color:var(--color-text-muted);margin:var(--space-1) 0 0}.shop-cart__item-remove{color:var(--color-text-muted);cursor:pointer;font-size:var(--text-sm);padding:var(--space-1);background:0 0;border:none;justify-content:center;align-items:center;min-width:32px;min-height:32px;transition:color .2s;display:flex}.shop-cart__item-remove:hover{color:var(--color-danger,#e53e3e)}.shop-cart__item-bottom{padding-top:var(--space-3);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.shop-cart__item-price{font-size:var(--text-base);color:var(--color-text);font-weight:700}.shop-cart__qty{border:1px solid var(--color-border);border-radius:var(--radius-md);align-items:center;display:flex}.shop-cart__qty-btn{width:36px;height:36px;color:var(--color-text);font-size:var(--text-base);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:background-color .2s;display:flex}.shop-cart__qty-btn:hover{background-color:var(--color-surface-warm,var(--color-background))}.shop-cart__qty-value{text-align:center;width:32px;font-size:var(--text-sm);font-weight:600}.shop-cart__summary{background-color:var(--color-surface-warm,var(--color-background));border-radius:var(--radius-xl);padding:var(--space-6)}.shop-cart__summary-title{font-family:var(--font-serif);font-size:var(--text-lg);color:var(--color-text);margin:0 0 var(--space-5);font-weight:600}.shop-cart__summary-row{font-size:var(--text-sm);color:var(--color-text-secondary);padding:var(--space-2) 0;justify-content:space-between;display:flex}.shop-cart__summary-row--total{font-size:var(--text-lg);color:var(--color-text);padding-top:var(--space-4);font-weight:700}.shop-cart__summary-divider{background-color:var(--color-border);height:1px;margin:var(--space-3) 0}.shop-cart__free-notice{font-size:var(--text-xs);color:var(--color-primary);margin:var(--space-1) 0}.shop-cart__continue{text-align:center;font-size:var(--text-sm);color:var(--color-text-muted);margin-top:var(--space-4);text-decoration:none;transition:color .2s;display:block}.shop-cart__continue:hover{color:var(--color-primary)}
.shop-auth{max-width:440px;padding:var(--space-12) 0;margin:0 auto}.shop-auth__subtitle{font-size:var(--text-base);color:var(--color-text-muted);margin:var(--space-2) 0 var(--space-8)}.shop-auth__form{gap:var(--space-5);flex-direction:column;display:flex}.shop-auth__field{gap:var(--space-2);flex-direction:column;display:flex}.shop-auth__label{font-size:var(--text-sm);color:var(--color-text);font-weight:500}.shop-auth__options{font-size:var(--text-sm);justify-content:space-between;align-items:center;display:flex}.shop-auth__remember{align-items:center;gap:var(--space-2);color:var(--color-text-secondary);cursor:pointer;display:flex}.shop-auth__forgot{color:var(--color-primary);font-size:var(--text-sm);text-decoration:none}.shop-auth__divider{align-items:center;gap:var(--space-4);margin:var(--space-6) 0;color:var(--color-text-muted);font-size:var(--text-sm);display:flex}.shop-auth__divider:before,.shop-auth__divider:after{content:"";background-color:var(--color-border);flex:1;height:1px}.shop-auth__social-btn{width:100%;padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-size:var(--text-sm);cursor:pointer;min-height:48px;margin-bottom:var(--space-3);justify-content:center;align-items:center;gap:var(--space-2);color:#191919;background-color:#fee500;border:none;font-weight:600;transition:background-color .2s;display:flex}.shop-auth__social-btn:hover{background-color:#f5dc00}.shop-auth__social-btn--naver{color:#fff;background-color:#03c75a}.shop-auth__social-btn--naver:hover{background-color:#02b350}.shop-auth__social-icon{flex-shrink:0;width:20px;height:20px}.shop-auth__terms{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text-secondary);flex-wrap:wrap;display:flex}.shop-auth__terms a{color:var(--color-primary);text-decoration:underline}.shop-auth__footer-text{text-align:center;font-size:var(--text-sm);color:var(--color-text-muted);margin-top:var(--space-6)}.shop-auth__link{color:var(--color-primary);font-weight:600;text-decoration:none}.shop-pill-btn--full,.shop-btn--full{width:100%;min-height:48px}.shop-textarea{width:100%;padding:var(--space-3) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-surface);color:var(--color-text);resize:vertical;outline:none;font-family:inherit;font-size:16px;transition:border-color .2s}.shop-textarea:focus{border-color:var(--color-primary)}.shop-pill-btn{padding:var(--space-2) var(--space-5);background-color:var(--color-primary);color:var(--color-on-primary);font-size:var(--text-sm);cursor:pointer;white-space:nowrap;border:none;border-radius:9999px;justify-content:center;align-items:center;min-height:40px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.shop-pill-btn:hover{background-color:var(--color-primary-hover)}.shop-form-error{margin-top:var(--space-1);font-size:var(--text-xs);color:var(--color-danger,#c53030);display:block}.shop-input--error{border-color:var(--color-danger,#c53030)!important}.shop-auth__demo-info{padding:var(--space-3) var(--space-4);margin-bottom:var(--space-4);background:var(--color-bg-secondary);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--color-text-secondary);text-align:center}.shop-auth__error{padding:var(--space-3) var(--space-4);margin-bottom:var(--space-4);border:1px solid var(--color-danger,#c53030);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--color-danger,#c53030);text-align:center;background:#fef2f2}html.dark .p-btn--primary,html[data-theme=dark] .p-btn--primary{color:#fff}html.dark .shop-auth__error{background:#c530301a}.shop-auth__social{gap:var(--space-3);flex-direction:column;display:flex}.p-btn.shop-btn--kakao{color:#191919;background-color:#fee500;border-color:#fee500}.p-btn.shop-btn--kakao:hover{color:#191919;background-color:#edd900;border-color:#edd900}.p-btn.shop-btn--naver{color:#fff;background-color:#03c75a;border-color:#03c75a}.p-btn.shop-btn--naver:hover{color:#fff;background-color:#02b350;border-color:#02b350}.p-btn.shop-btn--google{color:#3c4043;border-color:var(--color-border);background-color:#fff}.p-btn.shop-btn--google:hover{border-color:var(--color-border);color:#3c4043;background-color:#f8f9fa}.p-btn.shop-btn--apple{color:#fff;background-color:#000;border-color:#000}.p-btn.shop-btn--apple:hover{color:#fff;background-color:#1a1a1a;border-color:#1a1a1a}html.dark .p-btn.shop-btn--google,html[data-theme=dark] .p-btn.shop-btn--google{background-color:var(--color-surface);color:var(--color-text);border-color:var(--color-border)}html.dark .p-btn.shop-btn--google:hover,html[data-theme=dark] .p-btn.shop-btn--google:hover{background-color:var(--color-surface-warm)}html.dark .p-btn.shop-btn--apple,html[data-theme=dark] .p-btn.shop-btn--apple{color:#000;background-color:#fff;border-color:#fff}html.dark .p-btn.shop-btn--apple:hover,html[data-theme=dark] .p-btn.shop-btn--apple:hover{color:#000;background-color:#e8e8e8;border-color:#e8e8e8}
.shop-mypage{padding:var(--space-8) 0;max-width:640px;margin:0 auto}.shop-mypage__profile{align-items:center;gap:var(--space-4);margin-bottom:var(--space-8);display:flex}.shop-mypage__avatar{border-radius:var(--radius-full);background-color:var(--color-primary);width:56px;height:56px;color:var(--color-on-primary);font-family:var(--font-serif);font-size:var(--text-xl);flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.shop-mypage__name{font-family:var(--font-serif);font-size:var(--text-xl);color:var(--color-text);margin:0;font-weight:600}.shop-mypage__email{font-size:var(--text-sm);color:var(--color-text-muted);margin:var(--space-1) 0 0}.shop-mypage__summary{gap:var(--space-3);margin-bottom:var(--space-8);grid-template-columns:repeat(4,1fr);display:grid}@media (max-width:480px){.shop-mypage__summary{grid-template-columns:repeat(2,1fr)}}.shop-mypage__stat{text-align:center;padding:var(--space-4);background-color:var(--color-surface-warm,var(--color-background));border-radius:var(--radius-lg)}.shop-mypage__stat-value{font-family:var(--font-serif);font-size:var(--text-xl);color:var(--color-text);font-weight:700;display:block}.shop-mypage__stat-label{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:var(--space-1);display:block}.shop-mypage__menu{margin-bottom:var(--space-8);flex-direction:column;display:flex}.shop-mypage__menu-item{padding:var(--space-4) 0;border-bottom:1px solid var(--color-border-subtle,var(--color-border));color:inherit;justify-content:space-between;align-items:center;text-decoration:none;transition:background-color .2s;display:flex}.shop-mypage__menu-label{font-size:var(--text-sm);color:var(--color-text);font-weight:500;display:block}.shop-mypage__menu-desc{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:var(--space-1);display:block}.shop-mypage__menu-arrow{color:var(--color-text-muted);font-size:var(--text-lg)}.shop-mypage__logout{width:100%;padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-muted);font-size:var(--text-sm);cursor:pointer;background:0 0;transition:all .2s}.shop-mypage__logout:hover{border-color:var(--color-danger,#e53e3e);color:var(--color-danger,#e53e3e)}
.shop-orders{gap:var(--space-6);padding-bottom:var(--space-8);flex-direction:column;display:flex}.shop-orders__card{border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.shop-orders__header{padding:var(--space-4);background-color:var(--color-surface-warm,var(--color-background));justify-content:space-between;align-items:center;display:flex}.shop-orders__id{font-size:var(--text-sm);color:var(--color-text);margin-right:var(--space-3);font-weight:600}.shop-orders__date{font-size:var(--text-xs);color:var(--color-text-muted)}.shop-orders__status{font-size:var(--text-xs);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);background-color:var(--color-primary);color:var(--color-on-primary);font-weight:600}.shop-orders__status--done{background-color:var(--color-text-muted)}.shop-orders__item{align-items:center;gap:var(--space-4);padding:var(--space-4);border-bottom:1px solid var(--color-border-subtle,var(--color-border));display:flex}.shop-orders__item-img{border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;width:64px;height:64px}.shop-orders__item-info{flex:1;min-width:0}.shop-orders__item-name{font-size:var(--text-sm);color:var(--color-text);font-weight:500;display:block}.shop-orders__item-price{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:var(--space-1);display:block}.shop-orders__footer{padding:var(--space-3) var(--space-4);text-align:right;font-size:var(--text-sm);color:var(--color-text-secondary)}
.shop-checkout{padding:var(--space-8) 0}.shop-checkout__empty{text-align:center;padding:var(--space-16) 0}.shop-checkout__empty p{margin:var(--space-4) 0 var(--space-6);color:var(--color-text-secondary)}.shop-checkout__steps{justify-content:center;gap:var(--space-8);margin-bottom:var(--space-8);display:flex}.shop-checkout__step{align-items:center;gap:var(--space-2);opacity:.4;flex-direction:column;display:flex}.shop-checkout__step--active{opacity:1}.shop-checkout__step--done{opacity:.7}.shop-checkout__step-num{border:2px solid var(--color-primary);width:32px;height:32px;font-size:var(--text-sm);color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;font-weight:600;display:flex}.shop-checkout__step--active .shop-checkout__step-num,.shop-checkout__step--done .shop-checkout__step-num{background:var(--color-primary);color:#fff}.shop-checkout__step-label{font-size:var(--text-xs);color:var(--color-text-secondary);font-weight:500}.shop-checkout__main{gap:var(--space-6);flex-direction:column;display:flex}.shop-checkout__layout{gap:var(--space-8);display:grid}@media (min-width:1024px){.shop-checkout__layout{grid-template-columns:1fr 380px}}.shop-checkout__section{gap:var(--space-4);flex-direction:column;display:flex}.shop-checkout__section-title{font-family:Playfair Display,serif;font-size:var(--text-lg);margin-bottom:var(--space-2);font-weight:600}.shop-checkout__methods{gap:var(--space-3);flex-direction:column;display:flex}.shop-checkout__method{align-items:center;gap:var(--space-3);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:border-color .2s;display:flex}.shop-checkout__method--active{border-color:var(--color-primary);background:var(--color-bg-secondary)}.shop-checkout__method-label{font-weight:600;font-size:var(--text-sm);display:block}.shop-checkout__method-desc{font-size:var(--text-xs);color:var(--color-text-muted);display:block}.shop-checkout__btn-group{gap:var(--space-3);margin-top:var(--space-4);display:flex}.shop-checkout__btn-group .p-btn{flex:1}.shop-checkout__items-preview{gap:var(--space-2);margin-bottom:var(--space-3);flex-direction:column;display:flex}.shop-checkout__item-row{font-size:var(--text-sm);color:var(--color-text-secondary);justify-content:space-between;display:flex}.shop-checkout__complete{text-align:center;padding:var(--space-12) 0}.shop-checkout__complete-icon{background:var(--color-primary);color:#fff;width:64px;height:64px;margin-bottom:var(--space-4);border-radius:50%;justify-content:center;align-items:center;font-size:28px;font-weight:700;display:inline-flex}.shop-checkout__complete-title{font-family:Playfair Display,serif;font-size:var(--text-xl);margin-bottom:var(--space-2);font-weight:600}.shop-checkout__complete-order-id{font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:var(--space-2)}.shop-checkout__complete-desc{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-6)}.shop-checkout__complete-actions{gap:var(--space-3);justify-content:center;display:flex}
.shop-contact{padding:var(--space-8) 0;max-width:720px;margin:0 auto}.shop-contact__faq{margin:var(--space-8) 0}.shop-contact__faq-title,.shop-contact__form-title{font-family:var(--font-serif);font-size:var(--text-lg);color:var(--color-text);margin:0 0 var(--space-4);font-weight:600}.shop-contact__faq-item{border-bottom:1px solid var(--color-border)}.shop-contact__faq-q{width:100%;padding:var(--space-4) 0;font-size:var(--text-sm);color:var(--color-text);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;min-height:44px;font-weight:500;display:flex}.shop-contact__faq-a{font-size:var(--text-sm);color:var(--color-text-secondary);padding:0 0 var(--space-4);margin:0;line-height:1.7}.shop-contact__form-section{margin:var(--space-12) 0}.shop-contact__info{gap:var(--space-6);margin-top:var(--space-8);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:640px){.shop-contact__info{grid-template-columns:1fr}}.shop-contact__info-item h3{font-family:var(--font-serif);font-size:var(--text-sm);color:var(--color-text);margin:0 0 var(--space-2);font-weight:600}.shop-contact__info-item p{font-size:var(--text-sm);color:var(--color-text-muted);margin:0;line-height:1.6}
.shop-footer{color:#ffffffb3;padding:var(--space-16) 0 var(--space-8);background-color:#2c1810}html.dark .shop-footer,html[data-theme=dark] .shop-footer{background-color:#110d0a}.shop-footer__grid{gap:var(--space-10);margin-bottom:var(--space-12);flex-direction:column;display:flex}@media (min-width:768px){.shop-footer__grid{gap:var(--space-12);flex-direction:row}}.shop-footer__brand{flex-shrink:0}@media (min-width:768px){.shop-footer__brand{max-width:260px}}.shop-footer__logo{font-family:var(--font-serif);font-size:var(--text-2xl);color:#fff;margin:0 0 var(--space-3);font-weight:700;line-height:1}.shop-footer__tagline{font-size:var(--text-sm);color:#ffffff80;margin:0 0 var(--space-5);line-height:1.6}.shop-footer__social{gap:var(--space-4);display:flex}.shop-footer__social-link{font-size:var(--text-xs);color:#ffffff80;text-decoration:none;transition:color .2s}.shop-footer__social-link:hover{color:#fff}.shop-footer__links{gap:var(--space-8);flex:1;grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:768px){.shop-footer__links{grid-template-columns:repeat(3,1fr)}}.shop-footer__column{gap:var(--space-3);flex-direction:column;display:flex}.shop-footer__heading{font-size:var(--text-sm);color:#fff;margin:0 0 var(--space-1);font-weight:600}.shop-footer__link{font-size:var(--text-sm);color:#ffffff80;text-decoration:none;transition:color .2s}.shop-footer__link:hover{color:#ffffffe6}.shop-footer__divider{height:1px;margin-bottom:var(--space-8);background-color:#ffffff1a}.shop-footer__business{margin-bottom:var(--space-8)}.shop-footer__business p{font-size:var(--text-xs);color:#ffffff59;margin:0;line-height:1.8}.shop-footer__bottom{gap:var(--space-4);flex-direction:column;display:flex}@media (min-width:768px){.shop-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.shop-footer__bottom-links{gap:var(--space-4);flex-wrap:wrap;display:flex}.shop-footer__bottom-link{font-size:var(--text-xs);color:#ffffff80;text-decoration:none;transition:color .2s}.shop-footer__bottom-link:hover{color:#fffc}.shop-footer__copyright{font-size:var(--text-xs);color:#ffffff59;margin:0}.shop-newsletter{background-color:var(--color-surface-warm);padding:var(--space-12) 0;text-align:center}@media (min-width:1024px){.shop-newsletter{padding:var(--space-16) 0}}.shop-newsletter__title{font-family:var(--font-serif);font-size:var(--text-2xl);color:var(--color-text);margin:0 0 var(--space-3) 0;font-weight:600}@media (min-width:768px){.shop-newsletter__title{font-size:var(--text-3xl)}}.shop-newsletter__description{font-size:var(--text-base);color:var(--color-text-muted);margin:0 0 var(--space-6) 0;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.6}.shop-newsletter__form{gap:var(--space-3);flex-direction:column;max-width:440px;margin:0 auto;display:flex}@media (min-width:768px){.shop-newsletter__form{flex-direction:row}}.shop-newsletter__form .shop-input{padding-left:var(--space-5);border-radius:9999px;flex:1}.shop-newsletter__form .shop-btn{white-space:nowrap}
.shop-bottom-nav{z-index:100;background-color:var(--color-surface);border-top:1px solid var(--color-border-subtle);padding:var(--space-1) 0 env(safe-area-inset-bottom,var(--space-1));position:fixed;bottom:0;left:0;right:0}@media (min-width:1024px){.shop-bottom-nav{display:none}}.shop-bottom-nav__inner{justify-content:space-around;align-items:center;display:flex}.shop-bottom-nav__icon{font-size:var(--text-xl);line-height:1}.shop-bottom-nav{z-index:100;background-color:var(--color-surface);border-top:1px solid var(--color-border-subtle,var(--color-border));padding:var(--space-1) 0 env(safe-area-inset-bottom,var(--space-1));justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}@media (min-width:1024px){.shop-bottom-nav{display:none}}.shop-bottom-nav__item{padding:var(--space-2) var(--space-3);cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:44px;min-height:44px;text-decoration:none;transition:color .2s;display:flex}.shop-bottom-nav__item:hover,.shop-bottom-nav__item--active{color:var(--color-primary)}.shop-bottom-nav__icon{line-height:1}.shop-bottom-nav__label{letter-spacing:.02em;font-size:10px;font-weight:500}.shop-bottom-nav__icon-wrap{display:inline-flex;position:relative}.shop-bottom-nav__badge{text-align:center;color:#fff;background:var(--color-danger,#c53030);border-radius:99px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;position:absolute;top:-6px;right:-8px}
.shop-toast{top:var(--space-4);right:var(--space-4);z-index:9999;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);color:#fff;font-size:var(--text-sm);box-shadow:var(--shadow-lg);font-weight:500;animation:.3s shop-toast-in;display:flex;position:fixed}@keyframes shop-toast-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.shop-toast--success{background:var(--color-primary)}.shop-toast--error{background:var(--color-danger,#c53030)}.shop-toast--info{background:var(--color-text-secondary)}.shop-toast__message{flex:1}.shop-toast__close{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;padding:0;font-size:18px;line-height:1}.shop-toast__close:hover{opacity:1}
.shop-review-form{padding:var(--space-5);margin-bottom:var(--space-6);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-secondary)}.shop-review-form__title{font-size:var(--text-base);margin-bottom:var(--space-3);font-weight:600}.shop-review-form__rating{gap:var(--space-1);margin-bottom:var(--space-3);display:flex}.shop-review-form__star{color:var(--color-border);cursor:pointer;background:0 0;border:none;padding:0;font-size:24px;line-height:1;transition:color .15s}.shop-review-form__star--active,.shop-review-form__star:hover{color:var(--color-accent,#8b6914)}.shop-review-form__textarea{width:100%;margin-bottom:var(--space-3);resize:vertical}.shop-review-form__login-notice{padding:var(--space-4);margin-bottom:var(--space-6);text-align:center;font-size:var(--text-sm);color:var(--color-text-secondary);background:var(--color-bg-secondary);border-radius:var(--radius-md)}.shop-review-form__login-notice a{color:var(--color-primary);font-weight:600;text-decoration:underline}.shop-detail__reviews-empty{text-align:center;padding:var(--space-8);color:var(--color-text-muted);font-size:var(--text-sm)}
.shop-search{padding:var(--space-8) 0}.shop-search__sort{gap:var(--space-2);display:flex}
.shop-coupon{max-width:640px;margin:0 auto}.shop-coupon__summary{font-size:var(--text-base);color:var(--color-text-secondary);margin-bottom:var(--space-6)}.shop-coupon__section{margin-bottom:var(--space-6)}.shop-coupon__section-title{font-size:var(--text-sm);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-3);font-weight:600}.shop-coupon__card{gap:var(--space-4);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:var(--space-3);background:var(--color-bg);display:flex}.shop-coupon__card--disabled{opacity:.5}.shop-coupon__discount{min-width:72px;padding:var(--space-2);font-size:var(--text-lg);color:var(--color-primary);background:var(--color-bg-secondary);border-radius:var(--radius-md);justify-content:center;align-items:center;font-weight:700;display:flex}.shop-coupon__info{gap:var(--space-1);flex-direction:column;flex:1;display:flex}.shop-coupon__name{font-weight:600;font-size:var(--text-sm)}.shop-coupon__condition{font-size:var(--text-xs);color:var(--color-text-secondary)}.shop-coupon__expiry{font-size:var(--text-xs);color:var(--color-text-muted)}.shop-coupon__code{font-size:var(--text-xs);color:var(--color-accent,#8b6914);font-family:monospace}.shop-coupon__badge{font-size:var(--text-xs);color:var(--color-text-muted);font-weight:600;display:inline-block}
.shop-points{max-width:640px;margin:0 auto}.shop-points__balance-card{align-items:center;gap:var(--space-2);padding:var(--space-6);background:var(--color-primary);color:#fff;border-radius:var(--radius-lg);margin-bottom:var(--space-6);flex-direction:column;display:flex}.shop-points__balance-label{font-size:var(--text-sm);opacity:.8}.shop-points__balance-value{font-size:var(--text-2xl);font-weight:700}.shop-points__section-title{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-3);font-weight:600}.shop-points__list{flex-direction:column;display:flex}.shop-points__item{padding:var(--space-3) 0;border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.shop-points__item-info{flex-direction:column;gap:2px;display:flex}.shop-points__item-desc{font-size:var(--text-sm)}.shop-points__item-date{font-size:var(--text-xs);color:var(--color-text-muted)}.shop-points__item-right{align-items:center;gap:var(--space-2);display:flex}.shop-points__item-amount{font-size:var(--text-sm);font-weight:600}.shop-points__item-amount--earn{color:var(--color-primary)}.shop-points__item-amount--use{color:var(--color-danger,#c53030)}
.shop-address{gap:var(--space-6);flex-direction:column;max-width:640px;margin:0 auto;display:flex}.shop-address__form{gap:var(--space-4);padding:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:var(--space-6);background-color:var(--color-surface);flex-direction:column;display:flex}.shop-address__form-title{font-size:var(--text-base);margin-bottom:var(--space-4);font-weight:600}.shop-address__form-actions{gap:var(--space-3);margin-top:var(--space-4);display:flex}.shop-address__list{gap:var(--space-3);flex-direction:column;display:flex}.shop-address__card{padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md)}.shop-address__card--default{border-color:var(--color-primary)}.shop-address__card-header{align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.shop-address__card-name{font-weight:600;font-size:var(--text-sm)}.shop-address__badge{font-size:var(--text-xs);color:var(--color-primary);background:var(--color-bg-secondary);border:1px solid var(--color-primary);border-radius:99px;padding:2px 8px;font-weight:600;display:inline-block}.shop-address__card-phone{font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:2px}.shop-address__card-addr{font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:var(--space-3)}.shop-address__card-actions{gap:var(--space-3);display:flex}.shop-address__action-btn{font-size:var(--text-xs);color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.shop-address__action-btn:hover{color:var(--color-primary)}.shop-address__action-btn--danger:hover{color:var(--color-danger,#c53030)}
.shop-profile{max-width:640px;margin:0 auto}.shop-profile__section{padding:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:var(--space-6)}.shop-profile__section-title{font-family:var(--font-serif);font-size:var(--text-lg);margin-bottom:var(--space-4);font-weight:600}.shop-profile__form{gap:var(--space-4);flex-direction:column;display:flex}

