:root{--primary:#52050e;--primary-container:#701d21;--on-primary:#ffffff;--on-primary-container:#f78483;--primary-fixed:#ffdad8;--primary-fixed-dim:#ffb3b1;--on-primary-fixed:#410007;--on-primary-fixed-variant:#7f282b;--secondary:#5d5f5f;--secondary-container:#dfe0e0;--on-secondary:#ffffff;--on-secondary-container:#616363;--tertiary:#54000a;--tertiary-container:#7d0014;--background:#fbf9f8;--on-background:#1b1c1c;--surface:#fbf9f8;--on-surface:#1b1c1c;--on-surface-variant:#554241;--surface-container-lowest:#ffffff;--surface-container-low:#f6f3f2;--surface-container:#f0eded;--surface-container-high:#eae8e7;--surface-container-highest:#e4e2e1;--outline:#897271;--outline-variant:#dcc0bf;--gutter:24px;--card-gap:20px;--stack-sm:8px;--stack-md:16px;--stack-lg:32px;--section-padding:80px;--container-max-width:1280px;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-full:9999px;--font-family:'Plus Jakarta Sans', sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--background);color:var(--on-surface);line-height:1.5}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}a:hover,a:focus{color:inherit!important}button,input{font-family:inherit;border:none;outline:none}button{cursor:pointer}.material-symbols-outlined{font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24;vertical-align:middle}.material-symbols-outlined.filled{font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24}.lac_shop-container{max-width:var(--container-max-width);margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.lac_shop-hero-section{background-color:var(--primary);padding-top:40px;padding-bottom:40px;position:relative;overflow:hidden}.lac_shop-hero-bg-overlay{position:absolute;inset:0;opacity:.1;mix-blend-mode:overlay;background-size:cover;background-position:center}.lac_shop-hero-grid{display:grid;grid-template-columns:1fr;gap:var(--stack-lg);align-items:center}.lac_shop-hero-content{position:relative;z-index:10}.lac_shop-hero-title{font-size:36px;line-height:60px;font-weight:700;color:var(--on-primary);margin-bottom:var(--stack-md)}.lac_shop-hero-subtitle{font-size:18px;line-height:28px;font-weight:400;color:rgb(255 255 255 / .8);margin-bottom:var(--stack-lg);max-width:28rem}.lac_shop-search-box{position:relative;max-width:28rem}.lac_shop-search-input{width:100%;height:56px;padding-left:24px;padding-right:64px;border-radius:var(--radius-md);background-color:var(--surface-container-lowest);color:var(--on-surface);font-size:16px;box-sizing:border-box}.lac_shop-search-input:focus{box-shadow:0 0 0 2px var(--on-primary-container)}.lac_shop-search-button{position:absolute;right:8px;top:0;height:40px;width:40px;background-color:var(--primary-container);color:var(--on-primary);display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);transition:background-color 0.2s}.lac_shop-search-button:hover{background-color:var(--primary)}.lac_shop-hero-image-container{display:none;position:relative}.lac_shop-hero-image{width:100%;height:auto;object-fit:contain;border-radius:12px}.lac_shop-shop-section{padding-top:var(--stack-lg);padding-bottom:var(--stack-lg);display:grid;grid-template-columns:1fr;gap:var(--stack-lg)}.lac_shop-shop-sidebar{display:flex;flex-direction:column;gap:var(--stack-lg)}.lac_shop-sidebar-card{background-color:var(--surface-container-lowest);border:1px solid var(--surface-container-high);border-radius:var(--radius-lg);padding:var(--stack-md)}.lac_shop-sidebar-title{font-size:24px;line-height:32px;font-weight:600;margin-bottom:var(--stack-md);padding-left:8px;padding-right:8px}.lac_shop-category-nav{display:flex;flex-direction:column;gap:4px}.lac_shop-category-link{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:var(--radius-md);font-size:14px;font-weight:600;letter-spacing:.5px;color:var(--on-surface);transition:all 0.2s}.lac_shop-category-link:hover{background-color:var(--surface-container)}.lac_shop-category-link.lac_shop-active{background-color:var(--primary-container);color:var(--on-primary)}.lac_shop-category-link .material-symbols-outlined{font-size:20px}.lac_shop-support-card{background-color:rgb(255 218 216 / .3);border:1px solid var(--primary-fixed);border-radius:var(--radius-lg);padding:var(--stack-lg);display:flex;flex-direction:column;align-items:center;text-align:center}.lac_shop-support-icon-wrapper{background-color:var(--surface-container-lowest);padding:12px;border-radius:var(--radius-full);margin-bottom:var(--stack-md);box-shadow:0 1px 2px rgb(0 0 0 / .05)}.lac_shop-support-icon-wrapper .material-symbols-outlined{color:var(--primary);font-size:30px}.lac_shop-support-title{font-size:24px;line-height:32px;font-weight:600;color:var(--primary);margin-bottom:4px}.lac_shop-support-desc{font-size:16px;color:var(--on-surface-variant);margin-bottom:var(--stack-md)}.lac_shop-support-phone{font-size:24px;font-weight:700;color:var(--primary)}.lac_shop-shop-content{display:flex;flex-direction:column;gap:var(--stack-lg)}.lac_shop-shop-content-header{display:flex;justify-content:space-between;align-items:flex-end}.lac_shop-section-title{font-size:32px;line-height:40px;font-weight:700}.lac_shop-breadcrumbs{display:flex;align-items:center;gap:8px;margin-top:4px}.lac_shop-breadcrumb-item{font-size:14px;font-weight:600;letter-spacing:.5px;color:var(--on-surface-variant)}.lac_shop-breadcrumb-item.lac_shop-active{color:var(--primary)}.lac_shop-breadcrumb-separator{font-size:16px!important;color:var(--outline)}.lac_shop-view-all-link{color:var(--primary);font-size:14px;font-weight:600;letter-spacing:.5px;display:flex;align-items:center;gap:4px}.lac_shop-view-all-link:hover{text-decoration:underline}.lac_shop-view-all-link .material-symbols-outlined{font-size:18px}.lac_shop-product-grid{display:grid;grid-template-columns:1fr;gap:var(--stack-md)}.ast-woo-shop-archive .site-content>.ast-container{max-width:100%;padding-left:0;padding-right:0}.ast-woo-shop-archive .site-content>.ast-container main{width:100%}.lac_shop-search-box .search-field{flex:1;height:54px;padding:0 18px;border:none;outline:none;font-size:16px;background:#fff;color:#333;border-radius:8px 0 0 8px!important;box-sizing:border-box}.lac_shop-search-box button[type="submit"]{height:54px;padding:0 30px;border:none;background:#c89b3c;color:#fff;font-size:16px;font-weight:600;cursor:pointer;border-radius:0 8px 8px 0;transition:background 0.3s ease;box-shadow:0 2px 6px rgb(0 0 0 / .08)}.lac_shop-search-box button[type="submit"]:hover{background:#b1842f}@media (min-width:640px){.lac_shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.lac_shop-hero-grid{grid-template-columns:1fr 1fr}.lac_shop-hero-image-container{display:block}.lac_shop-shop-section{grid-template-columns:280px 1fr}.lac_shop-hero-section{padding-top:var(--section-padding);padding-bottom:var(--section-padding)}.lac_shop-container{padding-left:var(--gutter);padding-right:var(--gutter)}.lac_shop-hero-title{font-size:48px;line-height:56px}}@media (min-width:1024px){.lac_shop-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}