:root{
  --bg:#f7f1e8;
  --paper:#fffaf4;
  --card:rgba(255,253,248,.86);
  --ink:#302219;
  --muted:#78685a;
  --line:#e4d7c5;
  --line-strong:#d2bea5;
  --brown:#6f482f;
  --brown-dark:#4a3021;
  --gold:#b68b4f;
  --green:#829a62;
  --shadow:0 18px 45px rgba(66,43,26,.09);
  --container:1100px;
}

@media (max-width: 860px) {
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals th,
  body.woocommerce-cart .cart_totals tr.shipping th {
    display: none !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals td,
  body.woocommerce-cart .cart_totals tr.shipping td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals td::before,
  body.woocommerce-cart .cart_totals tr.shipping td::before {
    display: none !important;
    content: none !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-destination,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-destination,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .shipping-calculator-button,
  body.woocommerce-cart .cart_totals tr.shipping .shipping-calculator-button {
    display: block !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .shipping-calculator-form,
  body.woocommerce-cart .cart_totals tr.shipping .shipping-calculator-form {
    display: none;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 860px) {
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-methods {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods li,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-methods li {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods label,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-methods label {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    align-items: baseline !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods label .woocommerce-Price-amount,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-methods label .woocommerce-Price-amount,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods label .amount,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-methods label .amount {
    justify-self: end !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-destination,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-destination,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .shipping-calculator-button,
  body.woocommerce-cart .cart_totals tr.shipping .shipping-calculator-button {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  margin:0;
  overflow-x:hidden;
  color:var(--ink);
  background:var(--bg) url("../images/paper-texture.jpg") center top/680px auto repeat;
  font-family:"Songti SC","Noto Serif SC","STSong","SimSun",serif;
  line-height:1.7;
  letter-spacing:.02em;
}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit;color:inherit}
button{cursor:pointer}
img{display:block;max-width:100%;height:auto}
.container{width:min(var(--container),calc(100% - 72px));margin:0 auto}
.only-mobile{display:none!important}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.icon{width:1.15em;height:1.15em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vertical-align:-.18em}

.site-notice{padding:8px 12px;text-align:center;color:#655242;background:rgba(239,230,215,.86);border-bottom:1px solid var(--line);font-size:14px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,251,245,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.logo{display:flex;align-items:center;gap:14px;min-width:344px}
.logo-mark{width:54px;height:54px;flex:0 0 54px;border:2px solid var(--brown-dark);border-radius:50%;display:grid;place-items:center;background:#fff9ef;box-shadow:inset 0 0 0 5px rgba(182,139,79,.1)}
.logo-mark svg{width:36px;height:36px;fill:var(--brown-dark)}
.logo-mark-image{display:block;width:100%;height:100%;object-fit:contain;border-radius:50%;padding:6px}
.logo-title{display:block;font-size:30px;line-height:1;font-weight:700;letter-spacing:.18em;white-space:nowrap}
.logo-sub{display:block;margin-top:4px;font:12px/1 Georgia,serif;letter-spacing:.28em;color:#614b3a}
.logo-note{margin-left:12px;color:#756454;font-size:12px;white-space:nowrap;letter-spacing:.12em}
.main-nav{display:flex;align-items:center;gap:28px;font-size:17px;letter-spacing:.08em;white-space:nowrap}
.main-nav a{position:relative;display:inline-flex;align-items:center;gap:6px;padding:28px 0 25px}
.main-nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:16px;margin:auto;width:44px;height:2px;background:var(--brown-dark)}
.nav-item{position:relative}
.nav-submenu{position:absolute;top:100%;left:50%;min-width:170px;transform:translate(-50%,8px);padding:8px;background:#fffaf2;border:1px solid var(--line);border-radius:8px;box-shadow:0 16px 36px rgba(66,43,26,.12);opacity:0;visibility:hidden;transition:.18s;z-index:80}
.nav-submenu a{display:flex;padding:8px 12px;font-size:14px;letter-spacing:.04em;border-radius:5px}
.nav-submenu a::after{display:none}
.nav-submenu a:hover{background:#f1e4d2;color:#513522}
.has-submenu:hover .nav-submenu,.has-submenu:focus-within .nav-submenu{opacity:1;visibility:visible;transform:translate(-50%,0)}
.nav-caret{width:12px;height:8px}
.header-cart-badge{width:76px;height:58px;border:2px solid #c7ad86;border-radius:999px;display:grid;place-items:center;gap:1px;background:#fff9ef;color:#6d472f;line-height:1;box-shadow:0 6px 18px rgba(88,55,30,.06);transition:.18s}
.header-cart-badge svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.header-cart-badge span{display:block;font-size:12px;letter-spacing:.05em}
.header-cart-badge:hover{background:#f1e4d2;border-color:#9b744d;color:#4f321f;transform:translateY(-1px)}
.ginza-header-search{position:relative;flex:0 0 auto;line-height:1;z-index:90}
.ginza-header-search--desktop{order:1;display:inline-flex;align-items:center}
.header-cart-badge{order:2}
.ginza-header-search--mobile{display:none}
.ginza-header-search__toggle{width:46px;height:46px;border:1px solid #c7ad86;border-radius:999px;display:grid;place-items:center;background:#fff9ef;color:#6d472f;box-shadow:0 6px 18px rgba(88,55,30,.06);transition:.18s}
.ginza-header-search__toggle:hover,.ginza-header-search.is-open .ginza-header-search__toggle{background:#f1e4d2;border-color:#9b744d;color:#4f321f}
.ginza-header-search__form{display:flex;align-items:center;gap:8px;margin:0}
.ginza-header-search__form input[type="search"]{min-width:0;height:40px;border:1px solid var(--line);border-radius:999px;background:#fffdf8;padding:8px 13px;color:#3f2d22;font-size:14px;line-height:1.2;outline:none}
.ginza-header-search__form input[type="search"]:focus{border-color:#9b744d;box-shadow:0 0 0 3px rgba(141,106,73,.12)}
.ginza-header-search__form button[type="submit"],.ginza-header-search__close{height:40px;border:1px solid #9b744d;border-radius:999px;background:#8d6a49;color:#fff;padding:0 14px;font-size:14px;line-height:1;white-space:nowrap}
.ginza-header-search__close{background:#fffaf2;color:#6f482f}
.ginza-header-search--desktop .ginza-header-search__toggle{display:none}
.ginza-header-search--desktop .ginza-header-search__form{position:static;width:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:none}
.ginza-header-search--desktop .ginza-header-search__form input[type="search"]{width:190px;flex:0 0 190px}
.menu-toggle,.mobile-icons,.mobile-drawer,.mobile-backdrop{display:none}

.hero{position:relative;min-height:292px;background:center/cover no-repeat;border-bottom:1px solid var(--line-strong);overflow:hidden}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(38,24,15,.66),rgba(38,24,15,.28) 42%,rgba(38,24,15,0) 78%)}
.hero-home{background-image:url("../images/hero-home.jpg")}
.hero-category{min-height:188px;background-image:url("../images/hero-category.jpg")}
.hero .container{position:relative;z-index:2}
.hero-copy{width:420px;margin-left:90px;padding-top:54px;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.26)}
.hero-category .hero-copy{margin-left:0;padding-top:42px}
.hero-kicker{margin:0 0 4px;font:12px/1 Georgia,serif;letter-spacing:.28em;color:rgba(255,255,255,.78)}
.hero-title{margin:0 0 8px;font-size:36px;line-height:1.25;font-weight:500;letter-spacing:.12em}
.hero-sub{margin:0;font-size:20px;letter-spacing:.08em}
.hero-ja{margin:2px 0 0;font-size:12px;color:rgba(255,255,255,.82)}
.hero-btn{display:inline-flex;margin-top:18px;padding:9px 20px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:rgba(255,250,242,.14);color:#fff;font-size:14px;letter-spacing:.08em;backdrop-filter:blur(4px)}
.hero-btn:hover{background:rgba(255,250,242,.24)}

.main-content{padding-bottom:28px}
.section{padding:20px 0 10px}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px}
.section-title{margin:0;font-size:27px;line-height:1.2;font-weight:500;letter-spacing:.1em}
.section-title .ja{font-size:12px;color:#8a7968;letter-spacing:.12em;margin-left:10px}
.view-more{font-size:14px;color:#725b47;white-space:nowrap}
.view-more::after{content:"›";margin-left:8px;font-size:20px;vertical-align:-2px}

.home-notice{padding:22px 0 0}
.home-notice__inner{display:flex;align-items:center;gap:14px;padding:13px 18px;border:1px solid var(--line);border-radius:8px;background:#fffdf8;box-shadow:0 8px 22px rgba(73,45,24,.035)}
.home-notice__icon{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:#8d6a49;color:#fff;font-family:Georgia,serif;font-weight:700}
.home-notice__inner p{flex:1;margin:0;color:#5e4b3f;font-size:14px;line-height:1.7}
.home-notice__link{flex:0 0 auto;color:#7c5a35;font-weight:700;font-size:13px}
.home-notice__link::after{content:"›";margin-left:6px}
.home-notice--gold .home-notice__inner{background:#fbf1d8;border-color:#dcc086}
.home-notice--gold .home-notice__icon{background:#b58942}
.home-notice--dark .home-notice__inner{background:#4b3526;border-color:#4b3526;color:#fff}
.home-notice--dark .home-notice__inner p,.home-notice--dark .home-notice__link{color:#fff6e8}

.series-section__description{margin:8px 0 0;color:#75685f;font-size:14px;line-height:1.7}
.series-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.series-card{display:flex;align-items:center;gap:16px;min-height:104px;padding:18px 20px;background:var(--card);border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 22px rgba(73,45,24,.035)}
.series-card:hover{border-color:#c5a77b;box-shadow:var(--shadow)}
.series-card strong,.series-card em,.series-card small{display:block}
.series-card strong{font-size:19px;line-height:1.25;letter-spacing:.08em}
.series-card em{font-style:normal;font-size:11px;color:#8d7866;letter-spacing:.1em}
.series-card small{margin-top:4px;color:#5f5148;font-size:13px;line-height:1.45}
.series-icon{width:48px;height:48px;flex:0 0 48px;position:relative;color:var(--gold)}
.leaf-icon::before,.mint-icon::before{content:"";position:absolute;left:9px;top:7px;width:28px;height:34px;border:2px solid currentColor;border-radius:28px 4px 28px 4px;transform:rotate(-35deg);background:rgba(255,250,242,.55)}
.leaf-icon::after,.mint-icon::after{content:"";position:absolute;left:22px;top:14px;width:2px;height:24px;background:currentColor;transform:rotate(-35deg)}
.mint-icon{color:var(--green)}
.drop-icon::before{content:"";position:absolute;left:11px;top:5px;width:27px;height:36px;background:currentColor;border-radius:50% 50% 55% 55%;clip-path:polygon(50% 0,88% 45%,72% 100%,28% 100%,12% 45%)}
.book-icon::before{content:"";position:absolute;left:8px;top:8px;width:29px;height:33px;border:2px solid currentColor;border-radius:3px;background:rgba(255,250,242,.5);box-shadow:8px 0 0 -2px #fffaf2,8px 0 0 0 currentColor}
.pin-icon::before{content:"";display:block;width:16px;height:16px;margin:2px auto 0;border:2px solid currentColor;border-radius:50% 50% 50% 0;transform:rotate(-45deg)}
.circle-icon::before{content:"";position:absolute;inset:7px;border:2px solid currentColor;border-radius:50%;background:rgba(255,250,242,.6)}
.circle-icon::after{content:"";position:absolute;left:20px;top:20px;width:8px;height:8px;border-radius:50%;background:currentColor}

.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.product-card{position:relative;min-height:158px;background:var(--card);border:1px solid var(--line);border-radius:8px;padding:15px;display:grid;grid-template-columns:100px 1fr;gap:14px;align-items:center;box-shadow:0 8px 22px rgba(75,45,24,.035);transition:.18s}
.product-card:hover{border-color:#c8ab83;box-shadow:var(--shadow)}
.product-card[data-href],
.article-card[data-href]{cursor:pointer}
.product-card[data-href]:hover,
.article-card[data-href]:hover{transform:translateY(-2px);border-color:#c8ab83;box-shadow:var(--shadow)}
.product-card figure{position:relative;margin:0;height:116px;display:grid;place-items:center}
.product-card figure img{max-height:116px;object-fit:contain;filter:drop-shadow(0 10px 14px rgba(66,41,27,.12))}
.ginza-product-card__sku{position:absolute;top:6px;right:6px;z-index:2;display:inline-flex;align-items:center;max-width:calc(100% - 12px);padding:4px 8px;border-radius:999px;background:rgba(112,74,45,.92);color:#fff;font-size:12px;line-height:1;white-space:nowrap;box-shadow:0 2px 8px rgba(0,0,0,.12);pointer-events:none}
.product-card h3{margin:0 0 7px;font-size:18px;line-height:1.25;letter-spacing:.05em}
.product-card h3{overflow-wrap:anywhere}
.product-card figure img,.related-card img{max-width:100%;object-fit:contain}
.product-ja{font-size:11px;color:#8a7b70;margin:-4px 0 6px;letter-spacing:.12em}
.ginza-product-card__price{margin:0 0 7px;color:#7b4f32;font-size:15px;font-weight:700;line-height:1.35}
.ginza-product-card__price .amount{color:inherit}
.product-meta{font-size:13px;color:#55483e;line-height:1.65}
.product-meta span{display:block}
.tag{display:none;color:#806346;background:#fbf7ef;border:1px solid #eadcc9;border-radius:999px;padding:4px 12px;font-size:12px;text-align:center;white-space:nowrap}
.ginza-product-card__actions{display:none;align-items:center;justify-content:center;gap:8px;margin-top:10px}
.ginza-product-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 12px;border:1px solid #eadcc9;border-radius:999px;background:#fbf7ef;color:#806346;font-size:12px;line-height:1.2;text-align:center;white-space:nowrap;transition:.18s}
.ginza-product-card__button:hover{border-color:#c8ab83;background:#f4eadc;color:#5f3f29}
.home-products .product-ja{display:block;margin:-2px 0 7px;color:#9a8878;font-size:13px;line-height:1.45;letter-spacing:.04em;overflow-wrap:anywhere}
.home-products .product-meta{display:none}
.home-products .ginza-product-card__price{margin:0;color:#7b4f32;font-size:15px;font-weight:700}

.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.article-card{display:grid;grid-template-columns:46% 1fr;min-height:120px;background:var(--card);border:1px solid var(--line);border-radius:7px;overflow:hidden;transition:.18s}
.article-card img{width:100%;height:100%;object-fit:cover}
.article-body{padding:13px 15px}
.article-body h3{margin:0 0 5px;font-size:16px;line-height:1.35}
.article-body p{margin:0 0 9px;color:#615146;font-size:13px;line-height:1.55}
.btn-more{display:inline-flex;border:1px solid var(--line-strong);border-radius:999px;padding:4px 12px;color:#6d5542;background:#fffaf2;font-size:12px}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 22px}
.faq-item{border:1px solid var(--line);background:var(--card);border-radius:5px;overflow:hidden}
.faq-question{width:100%;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:10px 16px;font-size:15px}
.faq-question::after{content:"";width:9px;height:9px;border-right:1.5px solid #655548;border-bottom:1.5px solid #655548;transform:rotate(45deg);transition:.18s}
.faq-item.open .faq-question::after{transform:rotate(225deg)}
.faq-answer{display:none;padding:0 16px 13px;color:#6f6258;font-size:13px;line-height:1.75;overflow:visible;overflow-wrap:anywhere;word-break:break-word}
.faq-item.open .faq-answer{display:block}

.site-footer{margin-top:18px;border-top:1px solid #eee2d2;background:rgba(246,239,229,.74);font-size:12px;color:#77685c}
.footer-warning{padding:14px 0;border-bottom:1px solid #eadfce}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px 0}
.footer-links{display:flex;gap:20px}.footer-links a:not(:last-child)::after{content:"|";margin-left:20px;color:#c0b2a3}

.breadcrumb{padding:15px 0 12px;color:#857465;font-size:13px}.breadcrumb a{color:#75614e}.breadcrumb span{margin:0 7px;color:#b9a998}
.category-layout{display:grid;grid-template-columns:224px 1fr;gap:20px}
.category-layout.filters-disabled{grid-template-columns:1fr}
.filter-sidebar{border:1px solid var(--line);border-radius:8px;background:var(--card);align-self:start}
.filter-note{margin:0;padding:14px 15px 0;color:var(--muted);font-size:12px;line-height:1.6}
.filter-group{padding:15px 16px;border-bottom:1px solid var(--line)}.filter-group:last-child{border-bottom:0}
.filter-title{display:flex;justify-content:space-between;align-items:center;margin:0 0 9px;font-size:16px}.filter-title::after{content:"";width:8px;height:8px;border-right:1px solid #9b8978;border-bottom:1px solid #9b8978;transform:rotate(45deg)}
.filter-list{list-style:none;margin:0;padding:0;color:#62554b;font-size:13px}.filter-list li{margin:7px 0}.filter-list a{display:flex;align-items:center;gap:8px;border-radius:5px;padding:2px 3px;transition:.16s}.filter-list a:hover,.filter-list a.active{background:#f3e7d7;color:#5b3923}.filter-list a.active .check{background:#7d5a3d;border-color:#7d5a3d;box-shadow:inset 0 0 0 3px #fff8ef}
.filter-category-tree{display:grid;gap:5px;color:#62554b;font-size:13px}.filter-category-all,.filter-category-parent,.filter-category-children a{display:flex;align-items:center;gap:8px;border-radius:5px;padding:4px 5px;transition:.16s}.filter-category-all:hover,.filter-category-all.active,.filter-category-parent:hover,.filter-category-parent.active,.filter-category-children a:hover,.filter-category-children a.active{background:#f3e7d7;color:#5b3923}.filter-category-all.active .check,.filter-category-parent.active .check,.filter-category-children a.active .check{background:#7d5a3d;border-color:#7d5a3d;box-shadow:inset 0 0 0 3px #fff8ef}.filter-category-group{border-radius:6px}.filter-category-summary{display:grid;grid-template-columns:minmax(0,1fr) 24px;align-items:center;gap:5px;list-style:none}.filter-category-summary::-webkit-details-marker{display:none}.filter-category-arrow{width:24px;height:24px;border:1px solid #d8c6ad;border-radius:50%;background:#fffaf2;position:relative;cursor:pointer}.filter-category-arrow::after{content:"";position:absolute;left:8px;top:6px;width:7px;height:7px;border-right:1.5px solid #7d5a3d;border-bottom:1.5px solid #7d5a3d;transform:rotate(45deg);transition:.18s}.filter-category-group[open] .filter-category-arrow::after{top:9px;transform:rotate(225deg)}.filter-category-children{list-style:none;margin:3px 0 5px 18px;padding:4px 0 0;border-left:1px solid #eadcc9}.filter-category-children li{margin:3px 0}.filter-category-children a{padding-left:8px;font-size:12px}
.clear-all-filters{display:block;margin:0;padding:12px 16px;border-bottom:1px solid var(--line);color:#6f482f;font-size:13px;background:#fff7ec}
.swatch,.check{width:12px;height:12px;border-radius:50%;border:1px solid #b9aa9b;background:#fff;display:inline-block}.check{border-radius:2px}.check::after{content:"";display:block;width:5px;height:8px;border-right:1.5px solid #8b6a46;border-bottom:1.5px solid #8b6a46;transform:rotate(45deg);margin:-1px 0 0 3px;opacity:.35}
.swatch.black{background:#464646}.swatch.gold{background:#d4b986}.swatch.white{background:#f9f4ea}.swatch.green{background:#aab79a}.swatch.beige{background:#c59d70}.swatch.blue{background:#b8d4df}.swatch.gray{background:#8d8d89}
.category-main{min-width:0}.category-intro{display:grid;grid-template-columns:72px 1fr;gap:18px;align-items:center;border:1px solid var(--line);border-radius:8px;background:var(--card);padding:18px 22px;margin-bottom:16px}.intro-icon{width:62px;height:62px;border:2px solid #d8c6ad;border-radius:50%;display:block}.category-intro h1{margin:0 0 5px;font-size:28px;line-height:1.2;font-weight:500;letter-spacing:.1em}.category-intro p{margin:0;color:#77685e;font-size:13px;line-height:1.8}.mobile-category-sub{display:none}
.toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:10px}.filter-trigger{display:none}.sort-select{width:132px;border:1px solid var(--line);border-radius:6px;background:rgba(255,253,248,.9);padding:8px 10px;color:#796b5d;font-size:13px}.search-summary{color:#6f482f;font-size:13px;line-height:1.4;overflow-wrap:anywhere}.result-count{margin-left:auto;color:#7d6e61;font-size:13px}.view-icons{display:flex;gap:6px}.view-btn{width:34px;height:34px;border:1px solid var(--line);border-radius:5px;background:#fffaf2;color:#7b6147}.view-btn.active{background:#8d6a49;color:#fff;border-color:#8d6a49}.mobile-filter-bar,.mobile-filter-panel{display:none}.category-products .product-card{display:block;text-align:center;min-height:252px;padding:18px}.category-products .product-card figure{height:138px;margin-bottom:8px}.category-products .product-card figure img{max-height:136px}.category-products .product-card h3{font-size:18px}.category-products .tag{display:inline-block;margin-top:8px}
.no-products-message{padding:36px 24px;text-align:center;border:1px solid var(--line);border-radius:8px;background:var(--card);color:#6f5e50}.no-products-message h2{margin:0 0 6px;font-size:24px;font-weight:500}.no-products-message p{margin:0 0 16px}.no-products-message a{display:inline-flex;padding:8px 18px;border:1px solid #8d6a49;border-radius:999px;color:#6f482f;background:#fffaf2}
.category-products .ginza-product-card__actions{display:flex}
.ginza-product-results-anchor{display:block;scroll-margin-top:94px}
.ginza-pagination{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin:24px 0 0}.ginza-pagination .page-numbers{min-width:38px;height:38px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:#fffaf2;color:#6f5a46;display:inline-flex;align-items:center;justify-content:center;font-size:13px;line-height:1;text-decoration:none;transition:.18s}.ginza-pagination a.page-numbers:hover{border-color:#9b744d;background:#f4eadc;color:#5a3824}.ginza-pagination .page-numbers.current{border-color:#8d6a49;background:#8d6a49;color:#fff}.ginza-pagination .page-numbers.dots{border-color:transparent;background:transparent;padding:0 4px;min-width:auto}.ginza-pagination .prev,.ginza-pagination .next{padding:0 16px}
.ginza-mobile-category-filter{display:none}

.product-page{padding-bottom:24px}.product-detail{display:grid;grid-template-columns:1.06fr .94fr;gap:32px;align-items:start}.product-heading{margin:0 0 12px}.product-heading h1{margin:0;font-size:44px;line-height:1.15;font-weight:500;letter-spacing:.16em}.product-heading small{font-size:16px;color:#7e6c5d;margin-left:14px;letter-spacing:.13em}.product-line{color:#766558;margin-top:4px}.gallery-wrap{position:relative}.gallery-main{margin:0;border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#f8f0e5}.gallery-main img{width:100%;height:346px;object-fit:cover}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:48px;border:1px solid rgba(255,255,255,.55);background:rgba(68,43,28,.38);color:#fff;border-radius:5px}.gallery-prev{left:10px}.gallery-next{right:10px}.thumb-row{display:grid;grid-template-columns:28px repeat(5,1fr) 28px;gap:10px;margin-top:12px}.thumb-arrow{border:1px solid var(--line);border-radius:5px;background:#fffaf2;color:#9b8773}.thumb{border:2px solid transparent;border-radius:6px;background:#fffaf2;overflow:hidden;padding:0;height:60px}.thumb.active{border-color:#8e5d37}.thumb img{width:100%;height:100%;object-fit:cover}.product-actions-mobile{display:none}.spec-table{border:1px solid var(--line);border-radius:7px;overflow:hidden;background:var(--card);margin-top:63px}.spec-row{display:grid;grid-template-columns:32% 1fr;min-height:45px;border-bottom:1px solid var(--line)}.spec-row:last-child{border-bottom:0}.spec-row dt{margin:0;padding:11px 22px;background:rgba(248,240,230,.48);font-weight:700}.spec-row dd{margin:0;padding:11px 20px;color:#625449}.buy-row{display:grid;grid-template-columns:128px 1fr;gap:16px;margin-top:18px}.qty-box{display:grid;grid-template-columns:38px 1fr 38px;border:1px solid var(--line);border-radius:6px;overflow:hidden;background:#fffaf2;height:48px}.qty-box button{border:0;background:rgba(255,255,255,.45);font-size:20px}.qty-box input{width:100%;border:0;text-align:center;background:transparent}.primary-btn{border:0;border-radius:6px;background:linear-gradient(135deg,#7b4f32,#a06f43);color:#fff;font-weight:700;letter-spacing:.08em;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px}.secondary-btn{width:100%;border:1px solid var(--line);border-radius:7px;background:var(--card);padding:12px;margin-top:15px;color:#6d5540;display:flex;align-items:center;justify-content:center;gap:9px}.direct-buy-btn{width:100%;border:1px solid #9b744d;border-radius:7px;background:#fffaf2;padding:12px;margin-top:15px;color:#6f482f;font-weight:700;letter-spacing:.08em;display:flex;align-items:center;justify-content:center;gap:9px;transition:.18s}.direct-buy-btn:hover{background:#ead8bf;border-color:#7b4f32;color:#4f321f}.related-row{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.related-card{display:grid;grid-template-columns:68px 1fr;gap:10px;align-items:center;border:1px solid var(--line);border-radius:7px;background:var(--card);padding:10px}.related-card img{height:82px;object-fit:contain}.related-card h4{margin:0 0 2px;font-size:15px;line-height:1.35}.related-card p{margin:0;color:#5f5148;font-size:12px;line-height:1.5}.mobile-titlebar{display:none}


@media (max-width:860px){
  body{background:#fbf8f1 url("../images/paper-texture.jpg") center top/580px auto repeat}.only-desktop{display:none!important}.only-mobile{display:initial!important}.container{width:100%;padding-left:17px;padding-right:17px}.site-notice{display:none}.header-inner{height:66px;width:100%;padding:0 17px}.logo{min-width:0;gap:8px;justify-content:center}.logo-mark{width:36px;height:36px;flex-basis:36px;border-width:1px}.logo-mark svg{width:25px;height:25px}.logo-mark-image{padding:4px}.logo-title{font-size:21px;letter-spacing:.16em}.logo-sub{font-size:8px;letter-spacing:.23em}.logo-note,.main-nav,.header-cart-badge{display:none}.menu-toggle{display:grid;gap:5px;border:0;background:transparent;padding:3px 0}.menu-toggle span{width:26px;height:2px;background:#523a2c}.mobile-icons{display:flex;align-items:center;gap:16px;font-size:26px}.mobile-icons button,.mobile-icons a{border:0;background:transparent;color:#4b3325;padding:0}.mobile-drawer{display:block;position:fixed;left:0;top:0;bottom:0;width:78vw;max-width:320px;background:#fffaf3;z-index:80;padding:22px;transform:translateX(-105%);transition:.22s;border-right:1px solid var(--line)}.mobile-drawer.open{transform:translateX(0)}.mobile-drawer a{display:block;padding:14px 0;border-bottom:1px solid var(--line);font-size:18px}.mobile-drawer p{font-size:12px;color:#8a7662;margin-top:22px}.drawer-close{display:block;margin-left:auto;border:0;background:transparent;font-size:32px;color:#4b3325}.mobile-backdrop{display:none;position:fixed;inset:0;background:rgba(33,22,15,.36);z-index:79}.mobile-backdrop.show{display:block}
  .hero{min-height:216px;background-position:center top}.hero::after{background:linear-gradient(90deg,rgba(36,22,12,.64),rgba(36,22,12,.16))}.hero-copy{width:305px;margin:0;padding-top:20px}.hero-title{font-size:25px;letter-spacing:.06em}.hero-sub{font-size:16px}.hero-ja{font-size:11px}.section{padding:18px 0 7px}.section-head{align-items:center;margin-bottom:10px}.section-title{font-size:21px}.section-title .ja{font-size:10px;margin-left:6px}.view-more{font-size:12px}
  .series-grid{grid-template-columns:repeat(4,minmax(121px,1fr));gap:8px;overflow-x:auto;margin-left:-17px;margin-right:-17px;padding:0 17px 4px;scroll-snap-type:x mandatory}.series-card{display:block;min-width:121px;min-height:102px;padding:13px 8px;text-align:center;scroll-snap-align:start}.series-icon{width:31px;height:31px;margin:0 auto 5px}.series-card strong{font-size:14px}.series-card em{font-size:9px}.series-card small{font-size:10px;line-height:1.35}
  .home-products{display:block}.home-products .product-card{grid-template-columns:92px 1fr 18px;gap:12px;min-height:98px;margin-bottom:8px;padding:10px 12px}.home-products .product-card::after{content:"›";font-size:30px;color:#594536}.home-products .product-card figure{height:78px}.home-products .product-card figure img{max-height:78px}.home-products .product-card h3{font-size:17px;margin-bottom:4px}.home-products .product-ja{display:block;font-size:12px;margin:-1px 0 5px;letter-spacing:.03em}.home-products .product-meta{display:none}.product-meta{font-size:12px;display:flex;flex-wrap:wrap;gap:0 11px}.product-meta span{display:inline}.product-meta span:first-child{flex-basis:100%}.article-grid{display:grid;grid-template-columns:repeat(3,82%);gap:10px;overflow-x:auto;margin-left:-17px;margin-right:-17px;padding:0 17px 5px}.article-card{min-height:94px;grid-template-columns:42% 1fr}.article-body{padding:10px}.article-body h3{font-size:14px}.article-body p{font-size:11px}.btn-more{display:none}.faq-grid{display:block}.faq-item{border-radius:0;border-bottom:0}.faq-item:first-child{border-radius:6px 6px 0 0}.faq-item:last-child{border-bottom:1px solid var(--line);border-radius:0 0 6px 6px}.faq-question{padding:8px 12px;font-size:13px}.faq-answer{font-size:12px}.footer-warning{background:#4b3526;color:#fff;padding:9px 0;text-align:center;font-size:12px}.footer-bottom{display:block;text-align:center;padding:12px 17px;font-size:11px}.footer-links{justify-content:center;gap:14px;margin-top:8px}.footer-links a:not(:last-child)::after{margin-left:14px}
  .hero-category{min-height:154px;background-image:url("../images/hero-home.jpg")}.hero-category .hero-copy{display:none}.breadcrumb{font-size:13px;padding:15px 17px 2px}.category-layout{display:block}.filter-sidebar{display:none}.category-intro{display:block;border:0;background:transparent;padding:6px 0 16px;margin:0}.intro-icon,.category-intro p{display:none}.category-intro h1{font-size:30px;letter-spacing:.08em}.mobile-category-sub{display:block;color:#7d6d60;margin-top:3px;font-size:15px}.toolbar{border:1px solid var(--line);border-radius:7px;background:#fffdf8;overflow:hidden;margin-bottom:10px;gap:0}.filter-trigger{display:flex;align-items:center;justify-content:center;gap:6px;flex:1;border:0;background:transparent;padding:10px 14px;color:#574536}.sort-select{border:0;border-left:1px solid var(--line);border-radius:0;flex:1;width:100%;text-align:center;background:transparent;padding:10px}.result-count,.view-icons{display:none}.mobile-filter-panel{display:none;margin:0 0 12px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fffaf2;box-shadow:0 12px 28px rgba(66,43,26,.09)}body.mobile-filter-open .mobile-filter-panel{display:block}.mobile-filter-panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.mobile-filter-close{width:30px;height:30px;border:1px solid var(--line);border-radius:50%;background:#fffdf8;color:#6f482f}.mobile-filter-group{padding:9px 0;border-top:1px solid var(--line)}.mobile-filter-group h3{margin:0 0 7px;font-size:14px}.mobile-filter-group a{display:inline-flex;margin:0 6px 7px 0;padding:5px 10px;border:1px solid var(--line);border-radius:999px;background:#fffdf8;font-size:13px}.mobile-filter-group a.active{background:#8d6a49;border-color:#8d6a49;color:#fff}.mobile-clear{border:1px solid #8d6a49;border-radius:999px;text-align:center}.mobile-filter-bar{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:10px 0 9px;margin:16px 0 12px;text-align:center;color:#93764e;font-size:12px}.mobile-filter-bar a{display:grid;justify-items:center;gap:4px}.mobile-filter-bar b{width:20px;height:20px;position:relative}.category-products{display:block}.category-products .product-card{display:grid;grid-template-columns:106px 1fr 52px;text-align:left;min-height:118px;margin-bottom:9px;padding:13px}.category-products .product-card figure{height:90px;margin:0}.category-products .product-card figure img{max-height:90px}.category-products .ginza-product-card__sku{top:4px;right:4px;padding:3px 6px;font-size:10px}.category-products .product-card h3{font-size:21px;margin:0 0 4px}.category-products .product-ja{font-size:13px;display:block}.category-products .tag{grid-column:3;grid-row:1/3;align-self:start;justify-self:end;margin-top:5px;font-size:13px}.category-products .product-card:nth-child(n+6){display:none}.load-end{text-align:center;color:#9b8b7a;font-size:13px;margin:8px 0 0}
  .mobile-titlebar{display:flex;align-items:center;gap:7px;border-bottom:1px solid var(--line);padding:8px 17px;font-size:18px;font-weight:700}.mobile-titlebar::before{content:"";width:16px;height:16px;border-radius:50%;background:#9a7446}.mobile-titlebar small{font-size:12px;color:#8a7868;font-weight:400}.product-page{padding:10px 0 18px}.product-page .breadcrumb{display:none}.product-detail{display:block}.product-left{display:flex;flex-direction:column}.product-left .gallery-wrap{order:1}.product-left .thumb-row{order:2}.product-left .product-heading{order:3}.product-heading h1{font-size:28px;margin-top:13px;letter-spacing:.1em}.product-heading small{display:block;font-size:13px;margin:5px 0 0}.product-line{display:none}.gallery-main img{height:314px}.gallery-nav{display:none}.thumb-row{grid-template-columns:repeat(4,1fr);gap:8px}.thumb-row .thumb-arrow,.thumb-row .extra-thumb{display:none}.thumb{height:67px}.product-actions-mobile{display:flex;justify-content:flex-end;gap:19px;color:#604b3d;margin:8px 0 6px}.product-actions-mobile button{border:0;background:transparent;color:#604b3d;padding:0;font-size:13px;display:flex;align-items:center;gap:4px}.spec-table{margin-top:7px}.spec-row{min-height:35px;grid-template-columns:29% 1fr}.spec-row dt,.spec-row dd{padding:7px 10px;font-size:13px}.buy-row{grid-template-columns:126px 1fr;gap:10px}.primary-btn{height:47px}.related-section{overflow:hidden}.related-row{display:grid;grid-template-columns:repeat(4,112px);gap:8px;overflow-x:auto;margin-left:0;margin-right:0;padding:0 0 5px}.related-card{display:block;text-align:center;padding:9px}.related-card img{height:86px;margin:auto}.related-card h4{font-size:13px}.related-card p{font-size:11px}
}
@media (max-width:860px){
  .category-products .product-card:nth-child(n+6){display:grid}
  .ginza-pagination{margin-top:18px}
  .ginza-pagination .page-numbers{min-width:34px;height:34px;padding:0 10px}
}
@media (max-width:860px){
  .mobile-titlebar{box-sizing:border-box;max-width:100%;min-width:0;line-height:1.35;overflow-wrap:anywhere;word-break:break-word}
  .mobile-titlebar::before{flex:0 0 16px}
  .mobile-titlebar.mobile-breadcrumb{flex-wrap:wrap;gap:4px 7px;padding:8px 17px;color:#8a7868;font-size:13px;font-weight:400;line-height:1.45;letter-spacing:.03em}
  .mobile-titlebar.mobile-breadcrumb::before{display:none;content:none}
  .mobile-breadcrumb a{color:#6f482f;text-decoration:none}
  .mobile-breadcrumb a:hover{color:#4b3325}
  .mobile-breadcrumb-sep{color:#b29c86;font-size:15px;line-height:1}
}
@media (max-width:860px){
  .category-products .product-card{grid-template-columns:82px minmax(0,1fr) 68px;gap:10px;align-items:center}
  .category-products .product-card figure{grid-column:1;grid-row:1}
  .category-products .product-card-body{grid-column:2;grid-row:1;min-width:0}
  .category-products .ginza-product-card__actions{grid-column:3;grid-row:1;align-self:center;justify-self:stretch;flex-direction:column;align-items:stretch;gap:6px;margin-top:0}
  .category-products .ginza-product-card__button{width:100%;min-height:30px;padding:4px 6px;font-size:12px}
}
@media (max-width:768px){
  .category-main{display:flex;flex-direction:column;min-width:0}
  .category-intro{order:1}
  .ginza-mobile-category-filter{order:2;display:block;margin:0 0 10px}
  .toolbar{order:3}
  .mobile-filter-panel{order:4}
  .ginza-product-results-anchor{order:5}
  .category-products{order:6}
  .ginza-pagination{order:7}
  .load-end{order:8}
  .mobile-filter-group--category-brand{display:none}
  .ginza-mobile-category-filter__toggle{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;border-radius:8px;background:#4b3526;color:#fff;font-size:15px;font-weight:700;letter-spacing:.04em;list-style:none;cursor:pointer;box-shadow:0 8px 22px rgba(66,43,26,.14)}
  .ginza-mobile-category-filter__toggle::-webkit-details-marker,.ginza-mobile-category-group__summary::-webkit-details-marker{display:none}
  .ginza-mobile-category-filter__arrow,.ginza-mobile-category-group__arrow{width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:.18s;flex:0 0 auto}
  .ginza-mobile-category-filter[open] .ginza-mobile-category-filter__arrow,.ginza-mobile-category-group[open] .ginza-mobile-category-group__arrow{transform:rotate(225deg)}
  .ginza-mobile-category-filter__panel{margin-top:8px;border:1px solid var(--line);border-radius:8px;background:#fffaf2;overflow:hidden;box-shadow:0 10px 24px rgba(66,43,26,.08)}
  .ginza-mobile-category-filter__all{min-height:44px;display:flex;align-items:center;padding:0 14px;border-bottom:1px solid var(--line);color:#5b3923;font-weight:700}
  .ginza-mobile-category-filter__all.is-active{background:#efe1ce}
  .ginza-mobile-category-group{border-bottom:1px solid var(--line)}
  .ginza-mobile-category-group:last-child{border-bottom:0}
  .ginza-mobile-category-group__summary{min-height:46px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;padding:0 12px;list-style:none;color:#594536}
  .ginza-mobile-category-group.is-active>.ginza-mobile-category-group__summary{background:#f0e4d3;color:#4b2f1f;font-weight:700}
  .ginza-mobile-category-group__title{min-height:44px;display:flex;align-items:center;color:inherit;overflow-wrap:anywhere}
  .ginza-mobile-category-group__title.is-active{color:#4b2f1f}
  .ginza-mobile-category-group__children{display:grid;gap:0;padding:6px 10px 10px;background:#fffdf8}
  .ginza-mobile-category-group__children a{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 10px;border-radius:6px;color:#625349;font-size:14px}
  .ginza-mobile-category-group__children a+a{border-top:1px solid rgba(221,205,181,.62)}
  .ginza-mobile-category-group__children a.is-active{background:#8d6a49;color:#fff;font-weight:700}
  .ginza-mobile-category-group__children small{font-size:11px;color:inherit;opacity:.72}
  .toolbar{display:grid;grid-template-columns:1fr;overflow:visible;border:0;background:transparent;gap:8px}
  .filter-trigger,.sort-select{border:1px solid var(--line);border-radius:8px;background:#fffdf8}
  .filter-trigger{min-height:44px}
  .sort-select{min-height:44px;text-align:left}
}
@media (max-width:430px){
  .logo-title{font-size:20px}.hero{min-height:205px}.hero-category{min-height:154px}.gallery-main img{height:286px}.category-products .product-card{grid-template-columns:82px minmax(0,1fr) 68px}.category-products .product-card h3{font-size:19px}.article-grid{grid-template-columns:repeat(3,85%)}.related-row{grid-template-columns:repeat(4,104px)}
}

.category-products .product-card h3{font-size:15px}
@media (max-width:860px){
  .category-products .product-card h3{font-size:15px}
}

.category-products{grid-template-columns:repeat(2,minmax(0,1fr))}
.category-products .product-card--archive{display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;align-items:stretch;min-height:132px;margin-bottom:10px;padding:12px;text-align:left;background:#fffdf8;border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 22px rgba(75,45,24,.035)}
.category-products .product-card--archive:hover{border-color:#c8ab83;box-shadow:var(--shadow)}
.category-products .product-card--archive figure{grid-column:auto;grid-row:auto;width:96px;height:96px;margin:0;align-self:center;border-radius:7px;background:#fffaf2}
.category-products .product-card--archive figure img{max-width:100%;max-height:92px;object-fit:contain}
.category-products .product-card--archive .ginza-product-card__sku{top:5px;right:5px;padding:3px 7px;font-size:11px}
.category-products .product-card--archive .product-card-body{grid-column:auto;grid-row:auto;min-width:0;display:grid;grid-template-rows:auto 1fr;gap:8px;align-self:stretch}
.category-products .product-card--archive .product-card__titles{min-width:0}
.category-products .product-card--archive h3{margin:0 0 4px;color:inherit;font-size:15px;font-weight:700;line-height:1.35;letter-spacing:0;overflow-wrap:anywhere}
.category-products .product-card--archive .product-ja{display:block;margin:0;color:#9a8878;font-size:12px;line-height:1.35;letter-spacing:0;overflow-wrap:anywhere}
.category-products .product-card--archive .product-card__purchase{display:flex;justify-content:flex-end;align-items:center;gap:10px;align-self:end;min-width:0}
.category-products .product-card--archive .ginza-product-card__price{flex:0 1 auto;min-width:0;margin:0;color:#7b4f32;font-size:15px;font-weight:700;line-height:1.25;overflow-wrap:anywhere}
.category-products .product-card--archive .ginza-product-card__unit{font-size:12px;font-weight:600;color:#8b725d}
.category-products .product-card--archive .ginza-product-card__button--cart{min-width:104px;min-height:38px;padding:8px 13px;border-color:#eadcc9;border-radius:999px;background:#fbf7ef;color:#806346;font-size:13px;font-weight:700;line-height:1.2}
.category-products .product-card--archive .ginza-product-card__button--cart:hover{border-color:#c8ab83;background:#f4eadc;color:#5f3f29}

@media (max-width:860px){
  .category-products{box-sizing:border-box;padding-left:3px;padding-right:3px}
  .category-products .product-card--archive{display:grid;grid-template-columns:86px minmax(0,1fr);gap:10px;align-items:stretch;min-height:116px;margin-bottom:9px;padding:10px}
  .category-products .product-card--archive figure{grid-column:auto;grid-row:auto;width:86px;height:86px;margin:0}
  .category-products .product-card--archive figure img{max-height:82px}
  .category-products .product-card--archive .product-card-body{grid-column:auto;grid-row:auto;min-width:0}
  .category-products .product-card--archive h3{font-size:15px;line-height:1.32;margin-bottom:3px}
  .category-products .product-card--archive .product-ja{font-size:12px;line-height:1.3}
  .category-products .product-card--archive .product-card__purchase{justify-content:flex-end;gap:8px}
  .category-products .product-card--archive .ginza-product-card__button--cart{width:auto;min-width:94px;min-height:36px;padding:8px 10px;font-size:12px}
}

@media (max-width:360px){
  .category-products .product-card--archive{grid-template-columns:78px minmax(0,1fr);gap:8px;padding:9px}
  .category-products .product-card--archive figure{width:78px;height:78px}
  .category-products .product-card--archive figure img{max-height:74px}
  .category-products .product-card--archive .product-card__purchase{justify-content:flex-end;gap:6px}
  .category-products .product-card--archive .ginza-product-card__button--cart{min-width:100px}
}

/* WooCommerce Pages */
.entry-content>.woocommerce,
.woocommerce-page .entry-content,
.woocommerce-page .woocommerce{width:100%}
.woocommerce-page .section.container{padding-top:26px}
.woocommerce-notices-wrapper{margin-bottom:16px}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error{border:1px solid var(--line)!important;border-top:3px solid #8d6a49!important;border-radius:8px;background:#fffaf2!important;color:#574536!important;box-shadow:0 10px 24px rgba(66,43,26,.06);padding:14px 18px 14px 46px!important;line-height:1.6}
.woocommerce-message::before,
.woocommerce-info::before{color:#8d6a49!important;top:15px!important}
.woocommerce-error::before{color:#9a4538!important;top:15px!important}
.woocommerce-error{border-top-color:#9a4538!important}
.woocommerce table.shop_table{border:1px solid var(--line)!important;border-collapse:separate!important;border-radius:8px!important;overflow:hidden;background:rgba(255,253,248,.9);box-shadow:0 10px 28px rgba(66,43,26,.055)}
.woocommerce table.shop_table th{background:#f3e7d7;color:#4f3828;font-weight:700;padding:13px 14px!important}
.woocommerce table.shop_table td{border-top:1px solid var(--line)!important;padding:14px!important;color:#594a3f}
.woocommerce table.shop_table .product-thumbnail img{width:74px;height:74px;object-fit:contain;background:#fffaf2;border:1px solid var(--line);border-radius:6px;padding:6px}
.woocommerce table.shop_table .product-name a{color:#4f321f;font-weight:700}
.woocommerce table.shop_table .product-remove a{display:grid;place-items:center;width:28px;height:28px;border:1px solid #d9c7af;border-radius:50%;color:#8b4a3a!important;background:#fffaf2;font-size:18px!important;line-height:1!important}
.woocommerce table.shop_table .product-remove a:hover{background:#8b4a3a!important;color:#fff!important}
.woocommerce .quantity .qty{width:72px;min-height:40px;border:1px solid var(--line);border-radius:6px;background:#fffaf2;color:#4d3729;text-align:center}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .checkout-button,
.woocommerce #place_order{border:0!important;border-radius:6px!important;background:linear-gradient(135deg,#7b4f32,#a06f43)!important;color:#fff!important;font-weight:700!important;letter-spacing:.05em;padding:12px 20px!important;line-height:1.2!important;transition:.18s}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .checkout-button:hover,
.woocommerce #place_order:hover{filter:brightness(.96);transform:translateY(-1px)}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled]{opacity:.55!important;color:#fff!important;padding:12px 20px!important}
.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce-order{border:1px solid var(--line);border-radius:8px;background:var(--card);box-shadow:0 10px 28px rgba(66,43,26,.05)}
.woocommerce-cart-form{padding:0;overflow:hidden}
.cart-collaterals .cart_totals{padding:18px 20px}
.cart-collaterals .cart_totals h2{margin:0 0 12px;font-size:24px;font-weight:500;color:#3f2d22}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{display:flex;justify-content:center;min-height:48px;align-items:center}
.woocommerce-cart .coupon{display:flex;gap:8px;align-items:center}
.woocommerce-cart .coupon .input-text{min-width:180px;border:1px solid var(--line);border-radius:6px;background:#fffaf2;padding:10px 12px}
.woocommerce-cart .cart-empty,.ginza-empty-cart{padding:26px 24px;border:1px solid var(--line);border-radius:8px;background:var(--card);color:#574536;text-align:center}
.ginza-empty-cart h2{margin:0 0 6px;font-size:25px;font-weight:500;color:#3f2d22}
.ginza-empty-cart p{margin:0 0 14px}
.woocommerce-cart .return-to-shop .button{display:inline-flex;margin-top:8px}
.woocommerce form .form-row label{color:#4f3828;font-weight:700}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection--single{min-height:42px;border:1px solid var(--line);border-radius:6px;background:#fffdf8;color:#3f2d22;padding:9px 11px}
.woocommerce form .form-row textarea{min-height:104px}
.woocommerce .select2-container .select2-selection--single{height:42px}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:23px;color:#3f2d22}
.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}
.woocommerce-checkout #customer_details{min-width:0}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2{float:none!important;width:100%!important;border:1px solid var(--line);border-radius:8px;background:var(--card);padding:18px 20px;margin-bottom:18px;box-shadow:0 10px 28px rgba(66,43,26,.05)}
.woocommerce-checkout h3{margin:0 0 14px;font-size:23px;font-weight:500;color:#3f2d22}
.woocommerce-checkout-review-order{padding:18px 20px;position:sticky;top:112px}
.woocommerce-checkout #order_review_heading{grid-column:2;grid-row:1;margin:0 0 -8px}
.woocommerce-checkout #order_review{grid-column:2;grid-row:1 / span 2;margin-top:42px}
.woocommerce-checkout #payment{background:#fffaf2!important;border:1px solid var(--line);border-radius:8px}
.woocommerce-checkout #payment div.payment_box{background:#f4eadb!important;color:#5b4a3e}
.woocommerce-checkout #payment div.payment_box::before{border-bottom-color:#f4eadb!important}
.woocommerce-checkout .woocommerce-privacy-policy-text{display:none!important}
.woocommerce-order{padding:22px}
.woocommerce-order-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:0 0 18px!important;padding:0!important}
.woocommerce-order-overview li{border:1px solid var(--line)!important;border-radius:7px;background:#fffaf2;padding:12px!important;margin:0!important;color:#6a594c}
.woocommerce-thankyou-order-received{border:1px solid #cbd8bf;border-radius:8px;background:#f3f8ed;color:#48623f;padding:14px 18px;font-weight:700}
.woocommerce-account .woocommerce{display:grid;grid-template-columns:230px minmax(0,1fr);gap:22px}
.woocommerce-account .woocommerce:has(.u-columns){display:block}
.woocommerce-account .u-columns{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.woocommerce-account .u-column1,
.woocommerce-account .u-column2{float:none!important;width:auto!important}
.woocommerce-account form.login,
.woocommerce-account form.register{padding:20px!important;margin:0!important}
.woocommerce-MyAccount-navigation{padding:10px}
.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}
.woocommerce-MyAccount-navigation li a{display:block;padding:11px 13px;border-radius:6px;color:#5a4636}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover{background:#f1e4d2;color:#4f321f}
.woocommerce-MyAccount-content{padding:20px;min-width:0}
.woocommerce-MyAccount-content p:first-child{margin-top:0}
.woocommerce-account .addresses .title h3{font-size:22px;font-weight:500}
.woocommerce table.my_account_orders{font-size:14px}
.mobile-cart-count{position:absolute;right:-7px;top:-7px;min-width:17px;height:17px;border-radius:999px;background:#8d6a49;color:#fff;font-size:11px;line-height:17px;text-align:center}

@media (max-width:860px){
  .woocommerce-page .section.container{padding-top:18px}.woocommerce table.shop_table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:10px!important;white-space:nowrap}.woocommerce table.shop_table .product-thumbnail img{width:58px;height:58px}.woocommerce-cart .coupon{display:grid;grid-template-columns:1fr;gap:8px;width:100%;margin-bottom:10px}.woocommerce-cart .coupon .input-text{width:100%;min-width:0}.woocommerce-cart table.cart td.actions .button{width:100%;margin-top:8px}.cart-collaterals .cart_totals{padding:15px}.woocommerce-checkout form.checkout{display:block}.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2,.woocommerce-checkout-review-order{padding:15px;position:static}.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:auto;grid-row:auto;margin:0 0 14px}.woocommerce-order-overview{grid-template-columns:1fr}.woocommerce-account .woocommerce,.woocommerce-account .u-columns{display:block}.woocommerce-MyAccount-navigation{margin-bottom:14px;overflow-x:auto}.woocommerce-MyAccount-navigation ul{display:flex;gap:8px;min-width:max-content}.woocommerce-MyAccount-navigation li a{white-space:nowrap;border:1px solid var(--line);background:#fffaf2}.woocommerce-MyAccount-content{padding:15px}.mobile-icons a{position:relative}
  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals,
  .woocommerce-cart .cart_totals{width:100%;max-width:100%;overflow:visible;box-sizing:border-box}
  .woocommerce-cart table.shop_table.shop_table_responsive.cart,
  .woocommerce-cart .cart_totals table.shop_table{display:table;width:100%;max-width:100%;min-width:0;table-layout:fixed;overflow:visible}
  .woocommerce-cart table.shop_table.shop_table_responsive.cart th,
  .woocommerce-cart table.shop_table.shop_table_responsive.cart td,
  .woocommerce-cart .cart_totals table.shop_table th,
  .woocommerce-cart .cart_totals table.shop_table td{box-sizing:border-box;padding:10px 8px!important;white-space:normal;vertical-align:top}
  .woocommerce-cart table.shop_table.shop_table_responsive.cart .product-remove{width:36px;text-align:center}
  .woocommerce-cart table.shop_table.shop_table_responsive.cart .product-thumbnail{width:72px}
  .woocommerce-cart table.shop_table.shop_table_responsive.cart .product-name{min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.55}
  .woocommerce-cart table.shop_table.shop_table_responsive.cart .product-price,
  .woocommerce-cart table.shop_table.shop_table_responsive.cart .product-subtotal{text-align:right;white-space:nowrap}
  .woocommerce-cart table.shop_table.shop_table_responsive.cart .product-quantity{min-width:96px}
  .woocommerce-cart table.shop_table.shop_table_responsive.cart .product-quantity .quantity,
  .woocommerce-cart table.shop_table.shop_table_responsive.cart .product-quantity .qty{max-width:100%}
  .woocommerce-cart table.shop_table.shop_table_responsive.cart td.actions{padding-top:12px!important}
  .woocommerce-cart table.shop_table.shop_table_responsive.cart td.actions .coupon{margin-bottom:10px}
  .woocommerce-cart table.shop_table.shop_table_responsive.cart td.actions .button{width:100%}
  .woocommerce-cart .cart_totals table.shop_table th{width:60%;white-space:normal;overflow-wrap:anywhere;word-break:break-word}
  .woocommerce-cart .cart_totals table.shop_table td{width:40%;text-align:right;white-space:nowrap}
  .woocommerce-cart .cart_totals table.shop_table,
  .woocommerce-cart .cart_totals table.shop_table tbody{display:block!important;width:100%!important;max-width:100%!important;overflow:visible!important}
  .woocommerce-cart .cart_totals table.shop_table tr{display:grid!important;grid-template-columns:minmax(0,1fr) max-content!important;align-items:center;column-gap:12px;width:100%;box-sizing:border-box}
  .woocommerce-cart .cart_totals table.shop_table th,
  .woocommerce-cart .cart_totals table.shop_table td{display:block!important;width:auto!important;min-width:0!important;box-sizing:border-box;padding:10px 8px!important;vertical-align:top}
  .woocommerce-cart .cart_totals table.shop_table th{text-align:left!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}
  .woocommerce-cart .cart_totals table.shop_table td{text-align:right!important;white-space:nowrap!important;min-width:max-content!important;justify-self:end}
  .woocommerce-cart .cart_totals table.shop_table td::before,
  .woocommerce-cart .cart_totals table.shop_table_responsive tr td::before{content:none!important;display:none!important}
  .woocommerce-cart .cart_totals table.shop_table td .woocommerce-Price-amount,
  .woocommerce-cart .cart_totals table.shop_table td .amount{white-space:nowrap}
  .woocommerce-cart .cart_totals table.shop_table tr.order-total th,
  .woocommerce-cart .cart_totals table.shop_table tr.order-total td{font-weight:700}
  .woocommerce-cart .cart_totals table.shop_table{display:block!important;width:100%!important;max-width:100%!important;table-layout:fixed!important;border-collapse:separate!important;border-spacing:0!important;overflow:hidden!important}
  .woocommerce-cart .cart_totals table.shop_table tbody{display:block!important;width:100%!important}
  .woocommerce-cart .cart_totals table.shop_table tr{display:grid!important;grid-template-columns:minmax(0,1fr) 104px!important;width:100%!important;align-items:stretch!important}
  .woocommerce-cart .cart_totals table.shop_table th,
  .woocommerce-cart .cart_totals table.shop_table td{display:flex!important;align-items:center!important;box-sizing:border-box!important;min-width:0!important;margin:0!important;padding:12px 10px!important;border-top:0!important;border-left:0!important;border-right:0!important;border-bottom:1px solid rgba(122,83,52,.18)!important}
  .woocommerce-cart .cart_totals table.shop_table th{grid-column:1!important;justify-content:flex-start!important;text-align:left!important;background:rgba(166,111,63,.13)!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}
  .woocommerce-cart .cart_totals table.shop_table td{grid-column:2!important;justify-content:flex-end!important;text-align:right!important;background:#fffaf4!important;white-space:nowrap!important;border-left:1px solid rgba(122,83,52,.14)!important}
  .woocommerce-cart .cart_totals table.shop_table th::before,
  .woocommerce-cart .cart_totals table.shop_table td::before{content:none!important;display:none!important}
  .woocommerce-cart .cart_totals table.shop_table td .woocommerce-Price-amount,
  .woocommerce-cart .cart_totals table.shop_table td bdi,
  .woocommerce-cart .cart_totals table.shop_table td strong{white-space:nowrap!important}
  .woocommerce-cart .cart_totals table.shop_table tr:last-child th,
  .woocommerce-cart .cart_totals table.shop_table tr:last-child td{border-bottom-width:0!important}
  .woocommerce-cart .cart_totals table.shop_table tr.order-total th,
  .woocommerce-cart .cart_totals table.shop_table tr.order-total td{font-weight:700}
  .woocommerce-checkout #order_review,
  .woocommerce-checkout .woocommerce-checkout-review-order{width:100%;max-width:100%;overflow:visible;box-sizing:border-box}
  .woocommerce-checkout table.woocommerce-checkout-review-order-table{display:table;width:100%;max-width:100%;min-width:0;table-layout:fixed;overflow:visible}
  .woocommerce-checkout table.woocommerce-checkout-review-order-table th,
  .woocommerce-checkout table.woocommerce-checkout-review-order-table td{box-sizing:border-box;padding:10px 8px!important;vertical-align:top;white-space:normal}
  .woocommerce-checkout table.woocommerce-checkout-review-order-table .product-name{width:68%;max-width:68%;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.55}
  .woocommerce-checkout table.woocommerce-checkout-review-order-table .product-total{width:32%;max-width:32%;text-align:right;white-space:nowrap}
  .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot th{width:68%;max-width:68%;white-space:normal;overflow-wrap:anywhere;word-break:break-word}
  .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td{width:32%;max-width:32%;text-align:right;white-space:nowrap}
  .woocommerce-checkout table.woocommerce-checkout-review-order-table .product-quantity{display:inline-block;margin-left:4px;white-space:nowrap}
  .woocommerce-checkout #payment,
  .woocommerce-checkout #place_order{max-width:100%;box-sizing:border-box}
}

/* WooCommerce My Account Layout Fix */
.woocommerce-account .entry-content{width:100%;max-width:1180px;margin:0 auto}
.woocommerce-account .entry-content>.woocommerce{display:grid!important;grid-template-columns:260px minmax(0,1fr)!important;gap:28px!important;align-items:start!important;width:100%!important;max-width:1180px!important;margin:0 auto!important;clear:both}
.woocommerce-account .entry-content>.woocommerce::after{content:"";display:block;clear:both}
.woocommerce-account .entry-content>.woocommerce>.woocommerce-notices-wrapper{grid-column:1/-1}
.woocommerce-account .entry-content>.woocommerce>.woocommerce-MyAccount-navigation,
.woocommerce-account .entry-content>.woocommerce>.woocommerce-MyAccount-content{float:none!important;width:auto!important;max-width:none!important;margin:0!important;clear:none!important}
.woocommerce-account .entry-content>.woocommerce>.woocommerce-MyAccount-navigation{grid-column:1;grid-row:auto;padding:12px!important;align-self:start}
.woocommerce-account .entry-content>.woocommerce>.woocommerce-MyAccount-content{grid-column:2;grid-row:auto;padding:24px!important;min-width:0!important}
.woocommerce-account .woocommerce-MyAccount-navigation ul{display:block;list-style:none;margin:0;padding:0}
.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0}
.woocommerce-account .woocommerce-MyAccount-navigation li+li{border-top:1px solid var(--line)}
.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;width:100%;padding:12px 14px;border-radius:6px;color:#5a4636;text-align:left}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{background:#f1e4d2;color:#4f321f}
.woocommerce-account .woocommerce-MyAccount-content table{width:100%}
.woocommerce-account .woocommerce-MyAccount-content p{max-width:760px}
.woocommerce-account .entry-content>.woocommerce:has(.u-columns){display:block!important;max-width:900px!important}
.woocommerce-account:not(.logged-in) .entry-content>.woocommerce{display:block!important;max-width:900px!important}
.woocommerce-account .entry-content>.woocommerce:has(.u-columns) .u-columns{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.woocommerce-account:not(.logged-in) .entry-content>.woocommerce .u-columns{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.woocommerce-account .entry-content>.woocommerce:has(.u-columns) .u-column1,
.woocommerce-account .entry-content>.woocommerce:has(.u-columns) .u-column2,
.woocommerce-account:not(.logged-in) .entry-content>.woocommerce .u-column1,
.woocommerce-account:not(.logged-in) .entry-content>.woocommerce .u-column2{float:none!important;width:auto!important;max-width:none!important}

@media (max-width:860px){
  .woocommerce-account .entry-content{max-width:none}
  .woocommerce-account .entry-content>.woocommerce{display:block!important;width:100%!important}
  .woocommerce-account .entry-content>.woocommerce>.woocommerce-MyAccount-navigation{width:100%!important;margin-bottom:14px!important;overflow-x:auto;padding:10px!important}
  .woocommerce-account .entry-content>.woocommerce>.woocommerce-MyAccount-navigation ul{display:flex;gap:8px;min-width:max-content}
  .woocommerce-account .entry-content>.woocommerce>.woocommerce-MyAccount-navigation li{border-top:0}
  .woocommerce-account .entry-content>.woocommerce>.woocommerce-MyAccount-navigation li a{white-space:nowrap;border:1px solid var(--line);background:#fffaf2}
  .woocommerce-account .entry-content>.woocommerce>.woocommerce-MyAccount-content{width:100%!important;padding:16px!important}
  .woocommerce-account .entry-content>.woocommerce:has(.u-columns) .u-columns{display:block}
  .woocommerce-account:not(.logged-in) .entry-content>.woocommerce .u-columns{display:block}
  .woocommerce-account .entry-content>.woocommerce:has(.u-columns) .u-column1{margin-bottom:16px}
  .woocommerce-account:not(.logged-in) .entry-content>.woocommerce .u-column1{margin-bottom:16px}
}
/* Product extra media */
.product-extra-image {
  margin: 18px 0 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 252, 246, 0.88);
}

.product-extra-image img {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

.product-extra-image figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 860px) {
  body.woocommerce-cart .cart_totals {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table,
  body.woocommerce-cart .cart_totals table.shop_table tbody {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    table-layout: fixed !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table colgroup,
  body.woocommerce-cart .cart_totals table.shop_table col {
    display: none !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table tr {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 116px !important;
    width: 100% !important;
    margin: 0 !important;
    align-items: stretch !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(122, 83, 52, 0.18) !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table tr:last-child {
    border-bottom: 0 !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table th,
  body.woocommerce-cart .cart_totals table.shop_table td {
    display: flex !important;
    align-items: center !important;
    box-sizing: border-box !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 12px 14px !important;
    border: 0 !important;
    float: none !important;
    background-clip: padding-box !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table th {
    grid-column: 1 !important;
    justify-content: flex-start !important;
    text-align: left !important;
    background: rgba(166, 111, 63, 0.13) !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table td {
    grid-column: 2 !important;
    justify-content: flex-end !important;
    text-align: right !important;
    background: #fffaf4 !important;
    white-space: nowrap !important;
    border-left: 1px solid rgba(122, 83, 52, 0.14) !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table td::before,
  body.woocommerce-cart .cart_totals table.shop_table th::before,
  body.woocommerce-cart .cart_totals table.shop_table_responsive tr td::before {
    content: none !important;
    display: none !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table td .woocommerce-Price-amount,
  body.woocommerce-cart .cart_totals table.shop_table td .amount,
  body.woocommerce-cart .cart_totals table.shop_table td bdi,
  body.woocommerce-cart .cart_totals table.shop_table td strong {
    white-space: nowrap !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
  body.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
    font-weight: 700 !important;
  }
}

@media (max-width: 860px) {
  body.woocommerce-cart .cart_totals table.shop_table {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 14px !important;
    border: 1px solid rgba(159, 103, 61, 0.2) !important;
    border-radius: 8px !important;
    background: transparent !important;
    overflow: hidden !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    table-layout: fixed !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table tbody {
    display: block !important;
    width: 100% !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table colgroup,
  body.woocommerce-cart .cart_totals table.shop_table col {
    display: none !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table tr {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    width: 100% !important;
    padding: 12px 4px !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table tr:last-child {
    border-bottom: 0 !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table th,
  body.woocommerce-cart .cart_totals table.shop_table td {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(159, 103, 61, 0.16) !important;
    box-shadow: none !important;
    float: none !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table th::before,
  body.woocommerce-cart .cart_totals table.shop_table td::before,
  body.woocommerce-cart .cart_totals table.shop_table_responsive tr td::before {
    display: none !important;
    content: none !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table th {
    flex: 1 1 auto !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table td {
    flex: 0 0 auto !important;
    text-align: right !important;
    white-space: nowrap !important;
    min-width: 0 !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table td .woocommerce-Price-amount,
  body.woocommerce-cart .cart_totals table.shop_table td .amount,
  body.woocommerce-cart .cart_totals table.shop_table td bdi,
  body.woocommerce-cart .cart_totals table.shop_table td strong {
    white-space: nowrap !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
  body.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
    font-weight: 700 !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table tr:last-child th,
  body.woocommerce-cart .cart_totals table.shop_table tr:last-child td {
    border-bottom: 0 !important;
  }
}

@media (max-width: 360px) {
  body.woocommerce-cart .cart_totals table.shop_table tr {
    grid-template-columns: minmax(0, 1fr) 100px !important;
  }
}

.ginza-variable-purchase {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  box-shadow: 0 10px 28px rgba(66, 43, 26, .05);
}

.ginza-variable-purchase h2 {
  margin: 0 0 4px;
  color: #4f321f;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .08em;
}

.ginza-variable-purchase p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
}

.ginza-variable-purchase table.variations {
  width: 100%;
  margin: 0 0 12px;
  border: 0;
}

.ginza-variable-purchase table.variations th,
.ginza-variable-purchase table.variations td {
  display: block;
  padding: 0;
  text-align: left;
}

.ginza-variable-purchase table.variations label {
  display: block;
  margin: 0 0 6px;
  color: #4f3828;
  font-weight: 700;
}

.ginza-variable-purchase table.variations select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffdf8;
  padding: 9px 11px;
}

.ginza-variable-purchase .reset_variations {
  display: inline-flex;
  margin-top: 8px;
  color: #7a6049;
  font-size: 13px;
}

.ginza-variable-purchase .single_variation_wrap {
  margin-top: 12px;
}

.ginza-variable-purchase .woocommerce-variation {
  margin-bottom: 12px;
  color: #5f5148;
}

.single-product .ginza-variable-purchase .woocommerce-variation-description {
  display: none;
}

.ginza-variable-purchase .woocommerce-variation-add-to-cart {
  display: flex;
  gap: 12px;
  align-items: center;
}

.ginza-variable-purchase .quantity .qty {
  width: 86px;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffaf2;
  text-align: center;
}

.ginza-variable-purchase .single_add_to_cart_button {
  min-height: 46px;
  flex: 1;
}

.product-page .gallery-main {
  display: grid;
  place-items: center;
  background: #f8f0e5;
}

.product-page .gallery-main img {
  width: 100%;
  height: 346px;
  object-fit: contain;
  background: #f8f0e5;
}

.product-page .thumb img {
  object-fit: contain;
  background: #fffaf2;
}

.ginza-variable-purchase table.variations select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.ginza-variation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 4px;
}

.ginza-variation-button {
  min-width: 74px;
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffaf2;
  color: #5b4636;
  font-weight: 700;
  transition: .18s;
}

.ginza-variation-button:hover,
.ginza-variation-button.is-active {
  border-color: #8d6a49;
  background: #8d6a49;
  color: #fff;
}

.ginza-variable-purchase .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.ginza-variable-purchase .woocommerce-variation-add-to-cart .quantity {
  grid-column: 1 / -1;
}

.ginza-variable-purchase .quantity .qty {
  width: 100%;
}

.ginza-variable-purchase .single_add_to_cart_button,
.ginza-variable-purchase .ginza-buy-now-button {
  width: 100%;
  min-height: 48px;
}

.ginza-variable-purchase .ginza-buy-now-button {
  border: 1px solid #9b744d !important;
  border-radius: 6px !important;
  background: #fffaf2 !important;
  color: #6f482f !important;
  font-weight: 700 !important;
  letter-spacing: .08em;
}

.ginza-variable-purchase .ginza-buy-now-button:not(:disabled):hover {
  background: #ead8bf !important;
  color: #4f321f !important;
}

.ginza-variable-purchase .ginza-buy-now-button:disabled {
  opacity: .45 !important;
  cursor: not-allowed;
}

/* Contact Page */
.contact-page {
  padding-bottom: 34px;
}

.contact-hero {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(246, 239, 229, .94), rgba(255, 252, 246, .96));
  padding: 54px 0 46px;
}

.contact-hero .container {
  max-width: 920px;
}

.contact-kicker {
  margin: 0 0 8px;
  color: #8d6a49;
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.contact-hero h1 {
  margin: 0 0 12px;
  color: #3f2d22;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: .12em;
}

.contact-hero p:last-child {
  max-width: 720px;
  margin: 0;
  color: #6f6258;
  font-size: 15px;
  line-height: 1.9;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: start;
}

.contact-main,
.contact-sidebar {
  min-width: 0;
}

.contact-info-grid,
.contact-section-grid {
  display: grid;
  gap: 14px;
}

.contact-section-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.contact-info-card,
.contact-section-card,
.contact-note-card,
.contact-notice {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  box-shadow: 0 10px 28px rgba(66, 43, 26, .05);
}

.contact-info-card {
  padding: 16px 18px;
}

.contact-info-card span {
  display: block;
  margin-bottom: 7px;
  color: #8a7868;
  font-size: 12px;
  letter-spacing: .12em;
}

.contact-info-card strong,
.contact-info-card a {
  color: #4f321f;
  font-size: 17px;
  line-height: 1.55;
}

.contact-section-card,
.contact-note-card {
  padding: 22px 24px;
}

.contact-section-card h2,
.contact-note-card h2 {
  margin: 0 0 9px;
  color: #4f321f;
  font-size: 22px;
  font-weight: 500;
}

.contact-section-card p,
.contact-note-card p,
.contact-notice p {
  margin: 0;
  color: #65574c;
  font-size: 14px;
  line-height: 1.85;
}

.contact-notice {
  margin-top: 14px;
  padding: 16px 18px;
  background: #fff7ec;
}

.contact-content-wrap {
  max-width: 980px;
}

.page-content {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  box-shadow: 0 10px 28px rgba(66, 43, 26, .05);
  padding: 28px 32px;
  color: #574b42;
  font-size: 15px;
  line-height: 1.95;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.page-content > *:first-child {
  margin-top: 0;
}

.page-content > *:last-child {
  margin-bottom: 0;
}

.page-content p {
  margin: 0 0 1.15em;
}

.page-content ul,
.page-content ol {
  margin: 0 0 1.25em 1.4em;
  padding: 0;
}

.page-content li {
  margin: .35em 0;
  padding-left: .15em;
}

.page-content h2,
.page-content h3 {
  margin: 1.45em 0 .65em;
  color: #3f2d22;
  font-weight: 600;
  line-height: 1.35;
}

.page-content h2 {
  font-size: 24px;
}

.page-content h3 {
  font-size: 19px;
}

.page-content strong {
  color: #4f321f;
  font-weight: 700;
}

.page-content a {
  color: #7a5334;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width:860px) {
  .contact-hero {
    padding: 34px 0 28px;
  }

  .contact-hero h1 {
    font-size: 30px;
  }

  .contact-layout,
  .contact-section-grid {
    display: block;
  }

  .contact-sidebar {
    margin-top: 14px;
  }

  .contact-info-card,
  .contact-section-card,
  .contact-note-card,
  .contact-notice {
    margin-bottom: 12px;
  }

  .contact-content-wrap {
    padding-left: 17px;
    padding-right: 17px;
  }

  .page-content {
    padding: 20px 18px;
    font-size: 14px;
    line-height: 1.9;
  }

  .page-content h2 {
    font-size: 21px;
  }

  .page-content h3 {
    font-size: 17px;
  }

  .page-content ul,
  .page-content ol {
    margin-left: 1.2em;
  }
}

@media (max-width:768px) {
  .home-notice{padding:14px 0 0}
  .home-notice__inner{align-items:flex-start;gap:10px;padding:12px 13px}
  .home-notice__icon{width:24px;height:24px;flex-basis:24px;font-size:13px}
  .home-notice__inner p{font-size:12px;line-height:1.65}
  .home-notice__link{display:block;margin-top:3px;font-size:12px}
  .series-section__description{font-size:12px;margin-top:5px}
  .product-page .gallery-main img{height:314px}
  .ginza-variation-buttons{gap:8px}
  .ginza-variation-button{min-width:62px;padding:7px 13px}
  .ginza-variable-purchase{padding:14px}
  .ginza-variable-purchase .woocommerce-variation-add-to-cart{grid-template-columns:1fr}
  .ginza-variable-purchase .quantity .qty{width:100%}
  .ginza-variable-purchase .single_add_to_cart_button{width:100%}
}

@media (max-width:430px) {
  .product-page .gallery-main img{height:286px}
}

/* Product detail compact data table */
.product-page .spec-table{margin-top:0}
.product-page .spec-row:has(dd:empty){display:none}
.product-page .spec-row dt,
.product-page .spec-row dd{padding-top:9px;padding-bottom:9px}
.product-page .spec-row:last-child dd{line-height:1.55}
.product-detail-price{margin:14px 0 0}
.product-page .ginza-variable-purchase{margin-top:16px}
.single-product .ginza-variable-purchase .reset_variations{display:none!important}
.single-product .ginza-variable-purchase .woocommerce-variation-price{margin:4px 0 12px}
.single-product .ginza-variable-purchase .woocommerce-variation-price .price,
.single-product .product-right .price{
  color:#6f482f;
  font-size:24px;
  font-weight:700;
  line-height:1.28;
  letter-spacing:.02em;
}
.single-product .ginza-variable-purchase .woocommerce-Price-amount{font-size:inherit}

/* Header product search */
@media (max-width:860px){
  .ginza-header-search--desktop{display:none}
  .ginza-header-search--mobile{display:block}
  .mobile-icons > button{display:none}
  .mobile-icons .ginza-header-search__toggle{width:40px;height:40px;border:0;background:transparent;box-shadow:none;color:#4b3325;padding:0}
  .mobile-icons .ginza-header-search__toggle .icon{width:26px;height:26px}
  .ginza-header-search__panel{position:fixed;left:12px;right:12px;top:72px;max-width:calc(100vw - 24px);padding:10px;border:1px solid var(--line);border-radius:8px;background:#fffaf4;box-shadow:0 16px 36px rgba(66,43,26,.16);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:.18s;z-index:100}
  .ginza-header-search--mobile.is-open .ginza-header-search__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
  .ginza-header-search--mobile .ginza-header-search__form{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;width:100%}
  .ginza-header-search--mobile .ginza-header-search__form input[type="search"]{width:100%;height:42px;font-size:16px}
  .ginza-header-search--mobile .ginza-header-search__form button{min-width:48px;height:42px;padding:0 12px}
  .ginza-header-search--mobile .ginza-header-search__close{min-width:48px}
}

@media (max-width:430px){
  .ginza-header-search__panel{left:10px;right:10px;max-width:calc(100vw - 20px)}
  .ginza-header-search--mobile .ginza-header-search__form{grid-template-columns:minmax(0,1fr) auto}
  .ginza-header-search--mobile .ginza-header-search__close{grid-column:1 / -1;width:100%}
}

/* Product detail purchase action layout */
.product-page .buy-row{grid-template-columns:128px minmax(0,1fr);align-items:stretch}
.product-page .direct-buy-btn{min-height:48px}
.ginza-variable-purchase .woocommerce-variation-add-to-cart{
  display:grid;
  grid-template-columns:128px minmax(0,1fr);
  gap:12px;
  align-items:stretch;
}
.ginza-variable-purchase .woocommerce-variation-add-to-cart .quantity{
  grid-column:1;
  grid-row:1;
  display:grid;
  grid-template-columns:38px 1fr 38px;
  min-height:48px;
  border:1px solid var(--line);
  border-radius:6px;
  overflow:hidden;
  background:#fffaf2;
}
.ginza-variable-purchase .quantity .screen-reader-text{position:absolute}
.ginza-variable-purchase .quantity .qty{
  width:100%;
  min-height:46px;
  border:0;
  border-radius:0;
  background:transparent;
  text-align:center;
}
.ginza-variable-purchase .ginza-qty-step{
  border:0;
  background:rgba(255,255,255,.45);
  color:#4f321f;
  font-size:20px;
  line-height:1;
}
.ginza-variable-purchase .ginza-qty-step:hover{background:#ead8bf}
.ginza-variable-purchase .single_add_to_cart_button{
  grid-column:2;
  grid-row:1;
  min-height:48px;
}
.ginza-variable-purchase .ginza-buy-now-button{
  grid-column:1 / -1;
  grid-row:2;
  min-height:48px;
}

@media (max-width:560px){
  .product-page .buy-row,
  .ginza-variable-purchase .woocommerce-variation-add-to-cart{grid-template-columns:1fr}
  .ginza-variable-purchase .woocommerce-variation-add-to-cart .quantity,
  .ginza-variable-purchase .single_add_to_cart_button,
  .ginza-variable-purchase .ginza-buy-now-button{grid-column:1;grid-row:auto}
}

/* Product detail mobile refinement */
@media (max-width:860px){
  .product-page{overflow-x:hidden}
  .product-page .product-heading h1{
    font-size:clamp(24px,7vw,30px);
    line-height:1.25;
    letter-spacing:.04em;
    overflow-wrap:anywhere;
    word-break:break-word;
  }
  .product-page .gallery-main{
    min-height:260px;
    display:grid;
    place-items:center;
  }
  .product-page .gallery-main img{
    width:100%;
    height:auto;
    max-height:330px;
    object-fit:contain;
  }
  .product-page .thumb-row{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:8px;
    overflow:hidden;
  }
  .product-page .thumb{min-width:0}
  .product-page .product-right{margin-top:12px}
  .product-page .spec-row{
    grid-template-columns:34% minmax(0,1fr);
    min-width:0;
  }
  .product-page .spec-row dt,
  .product-page .spec-row dd{
    overflow-wrap:anywhere;
    word-break:break-word;
  }
  .ginza-variable-purchase{width:100%;overflow:hidden}
  .ginza-variation-buttons{max-width:100%;flex-wrap:wrap}
  .related-row{scroll-snap-type:x proximity}
  .related-card{min-width:104px;scroll-snap-align:start}
}

@media (max-width:430px){
  .product-page .gallery-main{min-height:238px}
  .product-page .gallery-main img{max-height:286px}
  .product-page .spec-row{grid-template-columns:38% minmax(0,1fr)}
  .ginza-variable-purchase .woocommerce-variation-price .price,
  .single-product .product-right .price{font-size:21px}
}

/* Mobile content safe spacing */
@media (max-width:860px){
  .main-content .container,
  .product-page>.container,
  .hero .container,
  .contact-hero .container{
    box-sizing:border-box;
    padding-left:20px;
    padding-right:20px;
  }
  .main-content .entry-content,
  .main-content .page-content,
  .main-content .post-content,
  .main-content .article-content,
  .product-page .product-detail,
  .product-page .related-section,
  .faq-section{
    max-width:100%;
    overflow-wrap:anywhere;
  }
  .series-grid,
  .article-grid{
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;
  }
}

@media (max-width: 860px) {
  body.woocommerce-cart .cart_totals {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table,
  body.woocommerce-cart .cart_totals table.shop_table tbody {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: visible !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table colgroup,
  body.woocommerce-cart .cart_totals table.shop_table col {
    display: none !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table tr {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 12px 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(159, 103, 61, 0.16) !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table tr:last-child {
    border-bottom: 0 !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table th,
  body.woocommerce-cart .cart_totals table.shop_table td {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    float: none !important;
    min-height: 0 !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table th {
    flex: 1 1 auto !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table td {
    flex: 0 0 auto !important;
    text-align: right !important;
    white-space: nowrap !important;
    min-width: 0 !important;
    justify-self: end !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table td::before,
  body.woocommerce-cart .cart_totals table.shop_table th::before,
  body.woocommerce-cart .cart_totals table.shop_table_responsive tr td::before {
    display: none !important;
    content: none !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table td .woocommerce-Price-amount,
  body.woocommerce-cart .cart_totals table.shop_table td .amount,
  body.woocommerce-cart .cart_totals table.shop_table td bdi,
  body.woocommerce-cart .cart_totals table.shop_table td strong {
    white-space: nowrap !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
  body.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
    font-weight: 700 !important;
  }
}

@media (max-width: 860px) {
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals {
    display: block !important;
    width: 100% !important;
    padding: 12px 4px !important;
    margin: 0 !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(159, 103, 61, 0.16) !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals:last-child {
    border-bottom: 0 !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals th,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    float: none !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals th {
    text-align: left !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals td {
    text-align: left !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals td::before,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals th::before,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-destination::before,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods::before {
    content: none !important;
    display: none !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-destination {
    display: block !important;
    margin-top: 4px !important;
    color: #7a5d45 !important;
    line-height: 1.6 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods {
    display: block !important;
    list-style: none !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods li {
    display: block !important;
    margin: 0 0 6px !important;
    white-space: normal !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods label {
    display: inline-flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    line-height: 1.55 !important;
  }
}

@media (max-width: 860px) {
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 12px 14px !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(159, 103, 61, 0.16) !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals:last-child {
    border-bottom: 0 !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals th,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals th {
    margin-bottom: 6px !important;
    font-weight: 700 !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals th::before,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals td::before,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-destination::before,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods::before,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods li::before {
    display: none !important;
    content: none !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-destination,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .shipping-calculator-button,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods li,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods label {
    display: block !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    line-height: 1.65 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-destination {
    margin-top: 4px !important;
    color: inherit !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods {
    list-style: none !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods li {
    margin: 0 0 6px !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods label {
    display: inline-flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }
}

@media (max-width: 860px) {
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals,
  body.woocommerce-cart .cart_totals tr.shipping {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 13px 14px !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(126, 88, 54, 0.18) !important;
    background: transparent !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals:last-child,
  body.woocommerce-cart .cart_totals tr.shipping:last-child {
    border-bottom: 0 !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals th,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals td,
  body.woocommerce-cart .cart_totals tr.shipping th,
  body.woocommerce-cart .cart_totals tr.shipping td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    float: none !important;
    white-space: normal !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals th,
  body.woocommerce-cart .cart_totals tr.shipping th {
    margin-bottom: 6px !important;
    font-weight: 700 !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals th::before,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals td::before,
  body.woocommerce-cart .cart_totals tr.shipping th::before,
  body.woocommerce-cart .cart_totals tr.shipping td::before,
  body.woocommerce-cart .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td::before,
  body.woocommerce-cart .cart_totals table.shop_table_responsive tr.shipping td::before {
    display: none !important;
    content: none !important;
  }

  body.woocommerce-cart .cart_totals .woocommerce-shipping-destination,
  body.woocommerce-cart .cart_totals .woocommerce-shipping-methods,
  body.woocommerce-cart .cart_totals .woocommerce-shipping-methods li,
  body.woocommerce-cart .cart_totals .woocommerce-shipping-methods label,
  body.woocommerce-cart .cart_totals .shipping-calculator-button,
  body.woocommerce-cart .cart_totals .woocommerce-shipping-calculator,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals td *,
  body.woocommerce-cart .cart_totals tr.shipping td * {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    line-height: 1.65 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
    display: block !important;
    margin: 6px 0 0 !important;
    color: inherit !important;
  }

  body.woocommerce-cart .cart_totals .woocommerce-shipping-methods {
    display: block !important;
    list-style: none !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
  }

  body.woocommerce-cart .cart_totals .woocommerce-shipping-methods li {
    display: block !important;
    margin: 0 0 6px !important;
  }

  body.woocommerce-cart .cart_totals .woocommerce-shipping-methods label {
    display: inline-flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  body.woocommerce-cart .cart_totals .shipping-calculator-button {
    display: inline-block !important;
    margin-top: 8px !important;
  }
}

@media (max-width: 860px) {
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals,
  body.woocommerce-cart .cart_totals tr.shipping {
    display: none !important;
  }
}

@media (max-width: 860px) {
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals,
  body.woocommerce-cart .cart_totals tr.shipping {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 13px 14px !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(126, 88, 54, 0.18) !important;
    background: transparent !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals:last-child,
  body.woocommerce-cart .cart_totals tr.shipping:last-child {
    border-bottom: 0 !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals th,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals td,
  body.woocommerce-cart .cart_totals tr.shipping th,
  body.woocommerce-cart .cart_totals tr.shipping td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    float: none !important;
    white-space: normal !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals th,
  body.woocommerce-cart .cart_totals tr.shipping th {
    margin-bottom: 6px !important;
    font-weight: 700 !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals th::before,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals td::before,
  body.woocommerce-cart .cart_totals tr.shipping th::before,
  body.woocommerce-cart .cart_totals tr.shipping td::before,
  body.woocommerce-cart .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td::before,
  body.woocommerce-cart .cart_totals table.shop_table_responsive tr.shipping td::before {
    display: none !important;
    content: none !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-destination,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-destination,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .shipping-calculator-button,
  body.woocommerce-cart .cart_totals tr.shipping .shipping-calculator-button {
    display: block !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .shipping-calculator-form,
  body.woocommerce-cart .cart_totals tr.shipping .shipping-calculator-form {
    display: none;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-methods,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods li,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-methods li,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods label,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-methods label {
    display: block !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    line-height: 1.65 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-methods {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods li,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-methods li {
    margin: 0 0 6px !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods label,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-methods label {
    display: inline-flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    white-space: normal !important;
    max-width: 100% !important;
  }
}

@media (max-width: 860px) {
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals th,
  body.woocommerce-cart .cart_totals tr.shipping th {
    display: none !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals td,
  body.woocommerce-cart .cart_totals tr.shipping td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals td::before,
  body.woocommerce-cart .cart_totals tr.shipping td::before {
    display: none !important;
    content: none !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-destination,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-destination,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .shipping-calculator-button,
  body.woocommerce-cart .cart_totals tr.shipping .shipping-calculator-button {
    display: block !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .shipping-calculator-form,
  body.woocommerce-cart .cart_totals tr.shipping .shipping-calculator-form {
    display: none;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 860px) {
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-methods {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods li,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-methods li {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods label,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-methods label {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    align-items: baseline !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods label .woocommerce-Price-amount,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-methods label .woocommerce-Price-amount,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-methods label .amount,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-methods label .amount {
    justify-self: end !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .woocommerce-shipping-destination,
  body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-destination,
  body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals .shipping-calculator-button,
  body.woocommerce-cart .cart_totals tr.shipping .shipping-calculator-button {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }
}
