:root {
  --sd-primary: #741c1c;
  --sd-primary-dark: #5e1213;
  --sd-secondary: #71bb44;
  --sd-text: #171826;
  --sd-muted: #6f6f78;
  --sd-border: #e9e3df;
  --sd-soft: #faf8f5;
  --sd-white: #ffffff;
  --sd-star: #ffc400;
  --sd-shadow: 0 22px 60px rgba(20, 20, 25, .08);
  --sd-radius: 4px;
  --sd-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.sd-lock, body.sd-lock { overflow: hidden; }
body {
  margin: 0;
  font-family: 'Jost', Arial, Helvetica, sans-serif;
  color: var(--sd-text);
  background: #fff;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: .015em;
}
a { color: inherit; text-decoration: none; transition: color .18s ease, background .18s ease, opacity .18s ease, border-color .18s ease; }
a:hover { color: var(--sd-primary); }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
.screen-reader-text, .skip-link {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px;
  overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important;
}
.skip-link:focus { clip: auto !important; clip-path: none; height: auto; width: auto; z-index: 99999; background: #fff; padding: 10px 14px; }

.sd-container { width: min(var(--sd-container), calc(100% - 40px)); margin: 0 auto; }
.sd-text-center { text-align: center; }
.sd-center { text-align: center; margin-top: 28px; }
.sd-muted-note { color: var(--sd-muted); }
.sd-empty, .sd-empty-state { text-align: center; padding: 60px 20px; color: var(--sd-muted); }

/* Header */
.sd-site-header { background: #fff; position: relative; z-index: 50; }
.sd-topbar { background: var(--sd-primary); color: #fff; font-size: 15px; letter-spacing: .12em; font-weight: 500; }
.sd-topbar-inner { min-height: 42px; display: flex; align-items: center; justify-content: center; text-align: center; }
.sd-main-header { background: #fff; border-bottom: 1px solid #eee; }
.sd-header-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.sd-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.sd-logo-img { width: 158px; max-height: 58px; object-fit: contain; }
.sd-navigation { flex: 1; display: flex; justify-content: center; }
.sd-menu, .sd-mobile-menu { list-style: none; margin: 0; padding: 0; }
.sd-menu { display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; }
.sd-menu > li { position: relative; font-size: 13px; font-weight: 400; color: #22242b; white-space: nowrap; }
.sd-menu > li > a { display: inline-flex; padding: 28px 0; align-items: center; }
.sd-menu > li.current-menu-item > a, .sd-menu > li > a:hover { color: var(--sd-primary); }
.sd-menu .sub-menu {
  list-style: none; margin: 0; padding: 10px 0; position: absolute; top: 100%; left: -18px; min-width: 220px;
  opacity: 0; visibility: hidden; transform: translateY(8px); background: #fff; border: 1px solid #eee; box-shadow: var(--sd-shadow); z-index: 10;
}
.sd-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.sd-menu .sub-menu a { display: block; padding: 9px 18px; color: #222; }
.sd-menu .sub-menu a:hover { background: var(--sd-soft); color: var(--sd-primary); }
.sd-header-actions { display: flex; align-items: center; gap: 16px; flex: 0 0 auto; }
.sd-icon-button { appearance: none; border: 0; background: transparent; padding: 0; display: inline-flex; align-items: center; justify-content: center; color: #111; cursor: pointer; width: 24px; height: 24px; position: relative; }
.sd-icon-button svg, .sd-trust-item svg, .sd-product-mini-trust svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sd-icon-button:hover { color: var(--sd-primary); }
.sd-cart-count { position: absolute; right: -8px; top: -8px; min-width: 16px; height: 16px; line-height: 16px; border-radius: 50%; background: var(--sd-primary); color: #fff; font-size: 10px; text-align: center; padding: 0 4px; }
.sd-menu-toggle { display: none; }

/* Search Overlay */
.sd-search-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.42); z-index: 1000; opacity: 0; visibility: hidden; transition: opacity .18s ease, visibility .18s ease;
}
.sd-search-overlay.is-open { opacity: 1; visibility: visible; }
.sd-search-top { background: var(--sd-primary); color: #fff; min-height: 66px; display: flex; align-items: center; justify-content: center; font-size: 18px; letter-spacing: .12em; font-weight: 500; }
.sd-search-box-wrap { background: #fff; min-height: 126px; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 28px 20px; }
.sd-search-form { width: min(760px, 80vw); position: relative; display: flex; align-items: center; }
.sd-search-field { width: 100%; height: 58px; border: 2px solid #111; border-radius: 8px; padding: 0 58px 0 24px; outline: none; font-size: 14px; }
.sd-search-submit { position: absolute; right: 16px; width: 30px; height: 30px; border: 0; background: transparent; cursor: pointer; color: #111; }
.sd-search-submit svg, .sd-search-close svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.sd-search-close { border: 0; background: transparent; width: 42px; height: 42px; cursor: pointer; }

/* Hero */
.sd-hero { position: relative; min-height: 500px; overflow: hidden; background: radial-gradient(circle at 42% 50%, rgba(116,28,28,.08), transparent 35%), linear-gradient(110deg, #fbfaf7, #fff); display: flex; align-items: center; }
.sd-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .96; }
.sd-hero:not(.sd-hero-has-image)::after { content: ''; position: absolute; inset: 16% 8% 0 auto; width: 44%; background: linear-gradient(135deg, rgba(116,28,28,.08), rgba(113,187,68,.1)); border-radius: 50%; filter: blur(2px); }
.sd-hero-inner { position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; text-align: center; }
.sd-hero-content { max-width: 720px; padding: 84px 20px; }
.sd-hero h1 { margin: 0 0 10px; font-size: clamp(32px, 5vw, 56px); line-height: 1.05; font-weight: 400; letter-spacing: -.02em; }
.sd-hero p { margin: 0 0 24px; color: var(--sd-muted); font-size: 16px; }
.sd-btn, .button, button.single_add_to_cart_button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, a.added_to_cart {
  display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 10px 24px; border-radius: 4px; border: 1px solid transparent; cursor: pointer; text-align: center; font-size: 13px; font-weight: 500; letter-spacing: .04em;
}
.sd-btn-primary, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .sd-card-button .button, button.single_add_to_cart_button { background: var(--sd-primary); color: #fff; border-color: var(--sd-primary); }
.sd-btn-primary:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .sd-card-button .button:hover, button.single_add_to_cart_button:hover { background: var(--sd-primary-dark); color: #fff; border-color: var(--sd-primary-dark); }
.sd-btn-dark { background: #111; color: #fff; min-width: 74px; min-height: 34px; padding: 8px 20px; }
.sd-btn-dark:hover { background: var(--sd-primary); color: #fff; }

/* Category circles */
.sd-section-soft { background: #fff; }
.sd-category-strip { padding: 38px 0 20px; border-bottom: 1px solid #f1eeee; }
.sd-category-round-grid { display: flex; justify-content: center; gap: 34px; flex-wrap: wrap; }
.sd-round-cat { width: 108px; text-align: center; color: #373740; font-size: 12px; line-height: 1.3; }
.sd-round-img { width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; margin: 0 auto 9px; border-radius: 50%; background: #f7f2ee; border: 1px solid #eee; overflow: hidden; }
.sd-round-img img { width: 100%; height: 100%; object-fit: cover; }
.sd-round-cat:hover .sd-round-img { border-color: var(--sd-primary); }

.sd-home-intro { padding: 36px 0 10px; }
.sd-home-intro h2, .sd-section-heading h2, .sd-related-section h2, .up-sells h2, .related h2, .sd-reviews-section .woocommerce-Reviews-title, #reviews .woocommerce-Reviews-title, .comment-reply-title { margin: 0 0 7px; font-weight: 400; font-size: 25px; letter-spacing: .02em; text-align: center; }
.sd-home-intro p, .sd-section-heading p { margin: 0 auto; color: var(--sd-muted); max-width: 540px; font-size: 13px; }

/* Product sections/cards */
.sd-product-section { padding: 28px 0 36px; }
.sd-section-heading { text-align: center; margin: 0 0 24px; }
ul.products, .sd-products-grid { list-style: none; padding: 0; margin: 0; }
.sd-products-grid, ul.products { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 30px 28px; }
.sd-shop-archive ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 48px 36px; }
.sd-related-section ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px; }
.sd-recent-section ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 760px; margin: 0 auto; }
.sd-product-card { text-align: center; min-width: 0; }
.sd-product-card-inner { height: 100%; display: flex; flex-direction: column; align-items: stretch; }
.sd-product-image { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #f6f2ee; margin-bottom: 14px; }
.sd-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.sd-product-card:hover .sd-product-image img { transform: scale(1.035); }
.sd-sale-badge { position: absolute; top: 10px; right: 10px; z-index: 2; background: var(--sd-primary); color: #fff; font-size: 11px; line-height: 1; padding: 6px 11px; border-radius: 999px; font-weight: 500; letter-spacing: .02em; }
.sd-product-title { margin: 0 auto 9px; font-size: 14px; line-height: 1.32; font-weight: 400; min-height: 37px; max-width: 95%; color: #151620; }
.sd-product-title a:hover { color: var(--sd-primary); }
.sd-product-rating { min-height: 20px; display: flex; align-items: center; justify-content: center; gap: 4px; color: var(--sd-star); margin-bottom: 5px; }
.star-rating { overflow: hidden; position: relative; height: 1em; line-height: 1; width: 5.4em; font-family: star; font-size: 13px; color: var(--sd-star); display: inline-block; }
.star-rating:before { content: "★★★★★"; color: #ddd; float: left; top: 0; left: 0; position: absolute; letter-spacing: .08em; }
.star-rating span { overflow: hidden; float: left; top: 0; left: 0; position: absolute; padding-top: 1.5em; }
.star-rating span:before { content: "★★★★★"; top: 0; position: absolute; left: 0; color: var(--sd-star); letter-spacing: .08em; }
.sd-rating-count { color: #555; font-size: 12px; }
.sd-star-placeholder { color: #e3e3e3; font-size: 13px; letter-spacing: .08em; }
.sd-product-price { margin: 0 0 14px; color: #111; font-size: 15px; min-height: 24px; }
.sd-product-price del, .price del { color: #777; opacity: .75; margin-right: 7px; font-size: 13px; }
.sd-product-price ins, .price ins { text-decoration: none; color: #111; }
.sd-card-button { margin-top: auto; }
.sd-card-button .button, .sd-card-button a.added_to_cart { width: 100%; min-height: 39px; padding: 9px 12px; background: var(--sd-primary); color: #fff; border-radius: 4px; }
.sd-card-button a.added_to_cart { margin-top: 7px; }
.sd-color-dots { height: 14px; display: flex; justify-content: center; gap: 6px; margin: -2px 0 6px; }
.sd-color-dots span { width: 10px; height: 10px; border-radius: 50%; border: 1px solid #ccc; background: #222; }
.sd-color-dots span:nth-child(2) { background: #fff; }
.sd-color-dots span:nth-child(3) { background: var(--sd-primary); }
.sd-color-dots span:nth-child(4) { background: var(--sd-secondary); }

/* Inner title bars */
.sd-inner-hero { background: var(--sd-primary); color: #fff; padding: 30px 0; text-align: center; }
.sd-inner-hero h1 { margin: 0; font-weight: 400; font-size: clamp(28px, 3vw, 40px); letter-spacing: .06em; }
.sd-inner-hero p { margin: 10px auto 0; max-width: 760px; color: rgba(255,255,255,.85); font-size: 14px; }

/* Shop archive */
.sd-shop-archive { padding: 42px 0 70px; }
.sd-archive-toolbar { display: flex; align-items: center; justify-content: space-between; margin: 0 0 32px; gap: 20px; color: #65656d; font-size: 13px; }
.sd-filter-label { display: flex; align-items: center; gap: 18px; }
.sd-filter-label button { border: 0; background: transparent; color: #56565e; padding: 0; cursor: pointer; }
.sd-sort-wrap { display: flex; align-items: center; gap: 28px; }
.woocommerce-result-count { margin: 0; color: #777; }
.woocommerce-ordering { margin: 0; }
.woocommerce-ordering select { border: 0; border-bottom: 1px solid transparent; padding: 6px 24px 6px 4px; color: #555; background: transparent; outline: none; }
.woocommerce-pagination { text-align: center; margin-top: 44px; }
.woocommerce-pagination ul { display: inline-flex; gap: 8px; list-style: none; margin: 0; padding: 0; }
.woocommerce-pagination a, .woocommerce-pagination span { min-width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--sd-border); }
.woocommerce-pagination span.current, .woocommerce-pagination a:hover { background: var(--sd-primary); color: #fff; border-color: var(--sd-primary); }

/* Collections */
.sd-collections-grid-section { padding: 54px 0 74px; }
.sd-collection-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 42px 34px; }
.sd-collection-card { text-align: center; display: block; }
.sd-collection-img { display: block; aspect-ratio: 1.22 / 1; overflow: hidden; background: #f5f1ed; margin-bottom: 12px; }
.sd-collection-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.sd-collection-card:hover img { transform: scale(1.035); }
.sd-collection-title { display: block; font-size: 13px; line-height: 1.35; color: #22242b; }
.sd-collection-title em { font-style: normal; color: var(--sd-primary); }

/* Single product */
.sd-product-detail { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .85fr); gap: 44px; padding: 50px 0 64px; align-items: start; }
.sd-product-gallery-wrap { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 18px; }
.sd-product-thumbs { display: flex; flex-direction: column; gap: 13px; }
.sd-thumb-btn { border: 1px solid transparent; background: #f3f0ed; padding: 0; cursor: pointer; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 8px; opacity: .6; }
.sd-thumb-btn.active, .sd-thumb-btn:hover { opacity: 1; border-color: var(--sd-primary); }
.sd-thumb-btn img { width: 100%; height: 100%; object-fit: cover; }
.sd-main-product-image { position: relative; aspect-ratio: 1.18 / 1; background: #f5f2ee; overflow: hidden; border-radius: 6px; }
.sd-main-product-image img { width: 100%; height: 100%; object-fit: cover; }
.sd-single-sale { top: 16px; right: 16px; }
.sd-product-summary h1 { margin: 0 0 14px; font-weight: 400; font-size: clamp(28px, 3vw, 39px); line-height: 1.16; letter-spacing: .02em; color: #1d1d28; }
.sd-single-rating { display: flex; align-items: center; gap: 7px; margin-bottom: 11px; }
.sd-single-rating a { color: #555; font-size: 13px; }
.sd-single-price { font-size: 18px; margin-bottom: 20px; }
.sd-add-to-cart-area { margin-bottom: 25px; }
.sd-add-to-cart-area form.cart { display: flex; flex-direction: column; gap: 12px; }
.sd-add-to-cart-area .variations { width: 100%; margin-bottom: 6px; }
.sd-add-to-cart-area .variations th { text-align: left; padding: 0 10px 8px 0; font-weight: 400; color: #4f4f57; }
.sd-add-to-cart-area .variations td { padding: 0 0 8px; }
.sd-add-to-cart-area select { min-height: 40px; border: 1px solid var(--sd-border); padding: 0 10px; background: #fff; }
.quantity { display: inline-flex; align-items: center; border: 1px solid #d8d8d8; height: 42px; width: 112px; margin-bottom: 8px; }
.quantity input.qty { border: 0; width: 100%; height: 40px; text-align: center; outline: none; appearance: textfield; }
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.sd-add-to-cart-area .single_add_to_cart_button { width: 100%; min-height: 48px; }
.sd-add-to-cart-area .buy-now-placeholder, .sd-buy-now { width: 100%; background: #fff; color: var(--sd-primary); border-color: var(--sd-primary); }
.sd-product-mini-trust { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--sd-border); border-bottom: 1px solid var(--sd-border); padding: 16px 0; margin-bottom: 18px; gap: 10px; }
.sd-product-mini-trust div { display: flex; flex-direction: column; align-items: center; gap: 5px; text-align: center; color: #252530; font-size: 11px; line-height: 1.25; }
.sd-product-mini-trust svg { width: 24px; height: 24px; color: #111; }
.sd-product-accordions details { border-bottom: 1px solid var(--sd-border); }
.sd-product-accordions summary { list-style: none; cursor: pointer; padding: 15px 0; color: #30303a; font-size: 14px; position: relative; }
.sd-product-accordions summary::-webkit-details-marker { display: none; }
.sd-product-accordions summary::after { content: '+'; position: absolute; right: 4px; top: 15px; color: #555; }
.sd-product-accordions details[open] summary::after { content: '−'; }
.sd-product-accordions details > div { padding: 0 0 15px; color: var(--sd-muted); }
.sd-share-line { margin-top: 18px; color: var(--sd-primary); font-size: 13px; }
.sd-reviews-section { padding: 10px 0 34px; }
.sd-related-section { padding: 28px 0 62px; }
.sd-related-section h2 { margin-bottom: 28px; }

/* Reviews */
.woocommerce-Reviews { max-width: 960px; margin: 0 auto; }
.woocommerce-Reviews-title { margin-bottom: 22px !important; }
.commentlist { list-style: none; padding: 0; margin: 0; }
.commentlist .review { border-top: 1px solid var(--sd-border); padding: 20px 0; display: grid; grid-template-columns: 260px minmax(0, 1fr) 120px; gap: 24px; }
.comment_container { display: contents; }
.comment-text { grid-column: 2 / 4; }
.comment-text p.meta { margin: 0 0 6px; color: #333; }
.woocommerce-review__published-date { float: right; color: #777; font-size: 12px; }
.comment-text .description p { margin: 0; color: #333; }
#review_form_wrapper { margin-top: 34px; border-top: 1px solid var(--sd-border); padding-top: 24px; }
.comment-form-rating select, #commentform textarea, #commentform input[type="text"], #commentform input[type="email"] { width: 100%; border: 1px solid var(--sd-border); padding: 12px; border-radius: 4px; }
#commentform .form-submit input { background: var(--sd-primary); color: #fff; border: 0; padding: 12px 28px; border-radius: 4px; cursor: pointer; }

/* Pages */
.sd-content-area, .sd-page-content { padding: 60px 0; }
.sd-page-content { max-width: 900px; }
.sd-page-content h2 { font-size: 28px; font-weight: 400; margin: 30px 0 12px; }
.sd-page-content p { color: #4c4d56; }
.sd-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.sd-post-card { border: 1px solid var(--sd-border); padding: 18px; }
.sd-post-thumb { display: block; aspect-ratio: 1.4 / 1; overflow: hidden; background: var(--sd-soft); margin-bottom: 14px; }
.sd-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sd-post-card h2 { font-size: 20px; line-height: 1.25; margin: 0 0 8px; font-weight: 500; }
.sd-text-link { color: var(--sd-primary); font-weight: 500; }
.sd-about-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 36px; max-width: var(--sd-container); }
.sd-about-cards { display: grid; gap: 14px; }
.sd-about-cards div, .sd-contact-card, .sd-contact-form-box { background: var(--sd-soft); border: 1px solid var(--sd-border); padding: 24px; border-radius: 8px; }
.sd-about-cards strong { display: block; font-size: 18px; margin-bottom: 5px; }
.sd-about-cards span { color: var(--sd-muted); }
.sd-contact-grid { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 30px; padding: 60px 0; }
.sd-contact-card h2 { margin-top: 0; font-weight: 400; }
.sd-legal-content { max-width: 860px; }

/* Footer */
.sd-footer-trust { background: #fff; border-top: 1px solid var(--sd-border); }
.sd-footer-trust-grid { min-height: 74px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: center; }
.sd-trust-item { display: flex; align-items: center; justify-content: center; gap: 10px; color: #333; font-size: 12px; text-align: center; }
.sd-trust-item svg { width: 28px; height: 28px; color: #111; }
.sd-footer-main { background: var(--sd-primary); color: #fff; padding: 52px 0 40px; }
.sd-footer-grid { display: grid; grid-template-columns: 1.25fr .9fr .9fr .9fr; gap: 56px; }
.sd-footer-logo { display: inline-flex; background: transparent; margin-bottom: 16px; }
.sd-footer-logo .sd-logo-img { filter: brightness(0) invert(1); opacity: .98; width: 170px; }
.sd-footer p { color: rgba(255,255,255,.78); margin: 0; max-width: 330px; font-size: 13px; line-height: 1.75; }
.sd-footer h3 { margin: 0 0 16px; font-weight: 500; font-size: 18px; letter-spacing: .06em; }
.sd-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 7px; }
.sd-footer li, .sd-footer a { color: rgba(255,255,255,.78); font-size: 13px; }
.sd-footer a:hover { color: #fff; }
.sd-footer-menu + .sd-footer-fallback { display: none; }
.sd-copyright { background: var(--sd-primary); color: rgba(255,255,255,.75); border-top: 1px solid rgba(255,255,255,.13); padding: 16px 0; text-align: center; font-size: 12px; }

/* Woo messages/cart basics */
.woocommerce-message, .woocommerce-info, .woocommerce-error { max-width: var(--sd-container); margin: 24px auto; border: 1px solid var(--sd-border); padding: 14px 18px; list-style: none; background: var(--sd-soft); }
.woocommerce-message { border-left: 4px solid var(--sd-secondary); }
.woocommerce-error { border-left: 4px solid var(--sd-primary); }
.woocommerce-cart-form, .cart-collaterals, .woocommerce-checkout, .woocommerce-account .woocommerce { max-width: var(--sd-container); margin: 50px auto; width: min(var(--sd-container), calc(100% - 40px)); }
.woocommerce table.shop_table { width: 100%; border-collapse: collapse; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-bottom: 1px solid var(--sd-border); padding: 14px; text-align: left; }

@media (max-width: 1180px) {
  .sd-header-inner { gap: 18px; }
  .sd-menu { gap: 16px; }
  .sd-menu > li { font-size: 12px; }
  .sd-products-grid, ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
  .sd-container { width: min(100% - 30px, var(--sd-container)); }
  .sd-menu-toggle { display: inline-flex; }
  .sd-navigation { display: none; }
  .sd-header-inner { justify-content: space-between; min-height: 70px; }
  .sd-brand { margin-right: auto; }
  .sd-logo-img { width: 138px; }
  .sd-header-actions { gap: 12px; }
  .sd-mobile-panel { position: fixed; inset: 0 auto 0 0; width: min(86vw, 360px); background: #fff; z-index: 1002; transform: translateX(-100%); transition: transform .22s ease; box-shadow: var(--sd-shadow); padding: 18px; overflow-y: auto; }
  .sd-mobile-panel.is-open { transform: translateX(0); }
  .sd-mobile-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
  .sd-mobile-menu, .sd-mobile-panel .sd-menu { display: grid; gap: 0; }
  .sd-mobile-menu li, .sd-mobile-panel .sd-menu li { border-bottom: 1px solid var(--sd-border); list-style: none; }
  .sd-mobile-menu a, .sd-mobile-panel .sd-menu a { display: block; padding: 13px 0; }
  .sd-mobile-panel .sub-menu { list-style: none; margin: 0 0 10px 14px; padding: 0; position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; }
  .sd-hero { min-height: 430px; }
  .sd-products-grid, ul.products, .sd-shop-archive ul.products, .sd-related-section ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 22px; }
  .sd-collection-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sd-product-detail { grid-template-columns: 1fr; gap: 30px; }
  .sd-product-gallery-wrap { grid-template-columns: 76px minmax(0, 1fr); }
  .sd-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 34px; }
  .sd-footer-trust-grid { grid-template-columns: repeat(2, 1fr); padding: 14px 0; }
  .sd-about-grid, .sd-contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  body { font-size: 13px; }
  .sd-topbar-inner { min-height: 38px; font-size: 12px; letter-spacing: .08em; }
  .sd-header-actions .sd-icon-button:nth-child(2) { display: none; }
  .sd-hero { min-height: 370px; }
  .sd-hero-content { padding: 64px 0; }
  .sd-hero h1 { font-size: 33px; }
  .sd-category-round-grid { gap: 18px 12px; justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; }
  .sd-round-cat { flex: 0 0 88px; }
  .sd-products-grid, ul.products, .sd-shop-archive ul.products, .sd-related-section ul.products, .sd-recent-section ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 16px; }
  .sd-product-title { font-size: 12px; min-height: 34px; }
  .sd-card-button .button { min-height: 37px; font-size: 12px; }
  .sd-archive-toolbar { align-items: flex-start; flex-direction: column; }
  .sd-sort-wrap { width: 100%; justify-content: space-between; }
  .sd-collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 18px; }
  .sd-product-gallery-wrap { grid-template-columns: 1fr; }
  .sd-product-thumbs { flex-direction: row; overflow-x: auto; order: 2; }
  .sd-thumb-btn { width: 72px; flex: 0 0 72px; }
  .sd-product-mini-trust { grid-template-columns: repeat(2, 1fr); }
  .commentlist .review { display: block; }
  .comment-text { display: block; }
  .sd-post-grid { grid-template-columns: 1fr; }
  .sd-footer-grid { grid-template-columns: 1fr; }
  .sd-footer-trust-grid { grid-template-columns: 1fr 1fr; }
  .sd-search-top { min-height: 52px; font-size: 13px; }
  .sd-search-box-wrap { min-height: 105px; gap: 10px; }
  .sd-search-form { width: 100%; }
  .sd-search-field { height: 52px; }
}

@media (max-width: 420px) {
  .sd-products-grid, ul.products, .sd-shop-archive ul.products, .sd-related-section ul.products, .sd-recent-section ul.products { gap: 24px 12px; }
  .sd-product-price { font-size: 13px; }
  .sd-sale-badge { font-size: 10px; padding: 5px 8px; }
  .sd-footer-trust-grid { grid-template-columns: 1fr; }
}

/* Production fixes requested */
.sd-mobile-panel { display: none; }
.sd-hero-banner-only { min-height: 0; padding: 0; background: #fff; display: block; }
.sd-hero-click { display: block; width: 100%; overflow: hidden; }
.sd-hero-click img { width: 100%; height: auto; min-height: 280px; max-height: 650px; object-fit: cover; object-position: center; }
.sd-hero-banner-only .sd-hero-bg,
.sd-hero-banner-only .sd-hero-inner { display: none; }
.sd-category-strip-head { text-align: center; margin-bottom: 20px; }
.sd-category-strip-head span,
.sd-section-eyebrow { display: inline-block; color: var(--sd-primary); font-size: 12px; letter-spacing: .28em; font-weight: 500; text-transform: uppercase; margin-bottom: 8px; }
.sd-category-carousel-wrap { position: relative; display: flex; align-items: center; justify-content: center; gap: 24px; }
.sd-category-round-grid { flex: 1; max-width: 1000px; display: flex; align-items: flex-start; justify-content: center; gap: 48px; flex-wrap: nowrap; overflow-x: auto; scroll-behavior: smooth; padding: 8px 4px 12px; scrollbar-width: none; }
.sd-category-round-grid::-webkit-scrollbar { display: none; }
.sd-round-cat { width: 130px; min-width: 130px; font-size: 18px; color: #232323; line-height: 1.22; }
.sd-round-img { position: relative; width: 82px; height: 82px; border: 0; background: transparent; overflow: visible; margin-bottom: 12px; }
.sd-round-img::before { content: ''; position: absolute; inset: -7px; border-radius: 50%; border: 3px dashed var(--sd-primary); animation: sdRotateCircle 10s linear infinite; opacity: .86; }
.sd-round-img img { position: relative; z-index: 1; width: 70px; height: 70px; border-radius: 50%; object-fit: cover; margin: auto; box-shadow: 0 8px 20px rgba(0,0,0,.09); }
.sd-round-cat:hover .sd-round-img::before { animation-duration: 3.5s; }
.sd-cat-arrow { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%; border: 0; display: inline-flex; align-items: center; justify-content: center; background: var(--sd-primary); color: #fff; font-size: 34px; line-height: 1; cursor: pointer; transition: transform .2s ease, opacity .2s ease; }
.sd-cat-prev { background: rgba(116, 28, 28, .34); }
.sd-cat-arrow:hover { transform: translateY(-2px); opacity: .92; }
@keyframes sdRotateCircle { to { transform: rotate(360deg); } }
.sd-section-heading .sd-section-eyebrow { margin-bottom: 10px; }
.sd-category-product-section { padding-top: 54px; }

.sd-filter-form { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; color: #56565e; }
.sd-filter-form select,
.sd-filter-form input { min-height: 38px; border: 1px solid var(--sd-border); border-radius: 4px; padding: 0 10px; background: #fff; color: #4a4a50; max-width: 132px; }
.sd-filter-form button,
.sd-clear-filter { min-height: 38px; border: 1px solid var(--sd-primary); background: var(--sd-primary); color: #fff; border-radius: 4px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.sd-clear-filter { background: #fff; color: var(--sd-primary); }
.sd-filter-form button:hover { background: var(--sd-primary-dark); color: #fff; }
.sd-clear-filter:hover { background: var(--sd-soft); color: var(--sd-primary); }

.sd-add-to-cart-area form.cart { gap: 12px; }
.sd-add-to-cart-area .quantity { display: inline-grid; grid-template-columns: 36px 48px 36px; align-items: center; width: 120px; height: 44px; border: 1px solid #d8d8d8; border-radius: 8px; overflow: hidden; background: #fff; margin-bottom: 10px; }
.sd-add-to-cart-area .quantity .minus,
.sd-add-to-cart-area .quantity .plus { border: 0; background: #fff; height: 42px; cursor: pointer; color: #333; font-size: 18px; display: inline-flex; align-items: center; justify-content: center; }
.sd-add-to-cart-area .quantity .minus:hover,
.sd-add-to-cart-area .quantity .plus:hover { color: var(--sd-primary); background: var(--sd-soft); }
.sd-add-to-cart-area .quantity input.qty { width: 48px; height: 42px; padding: 0; background: #fff; }
.sd-inline-discount-badge { min-height: 40px; border-radius: 4px; border: 1px solid var(--sd-primary); background: #fff; color: var(--sd-primary); display: inline-flex; align-items: center; justify-content: center; text-align: center; font-size: 14px; font-weight: 700; letter-spacing: .08em; }
.sd-add-to-cart-area .sd-buy-now { width: 100%; min-height: 48px; border-radius: 4px; border: 1px solid var(--sd-primary); background: #fff; color: var(--sd-primary); display: inline-flex; align-items: center; justify-content: center; text-align: center; font-size: 15px; font-weight: 700; letter-spacing: .02em; cursor: pointer; animation: sdShakeEvery3s 3s ease-in-out infinite; }
.sd-add-to-cart-area .sd-buy-now:hover { background: var(--sd-soft); color: var(--sd-primary); border-color: var(--sd-primary); }
@keyframes sdShakeEvery3s {
  0%, 82%, 100% { transform: translateX(0); }
  86% { transform: translateX(-4px); }
  90% { transform: translateX(4px); }
  94% { transform: translateX(-3px); }
  98% { transform: translateX(3px); }
}

@media (max-width: 991px) {
  .sd-mobile-panel { display: block; }
  .sd-category-round-grid { justify-content: flex-start; gap: 30px; }
  .sd-round-cat { width: 112px; min-width: 112px; font-size: 15px; }
  .sd-cat-arrow { width: 38px; height: 38px; font-size: 30px; }
}
@media (max-width: 767px) {
  .sd-hero-click img { min-height: 190px; }
  .sd-category-carousel-wrap { gap: 8px; }
  .sd-category-round-grid { gap: 18px; padding-left: 2px; padding-right: 2px; }
  .sd-round-cat { width: 92px; min-width: 92px; font-size: 12px; }
  .sd-round-img { width: 66px; height: 66px; }
  .sd-round-img img { width: 56px; height: 56px; }
  .sd-cat-arrow { display: none; }
  .sd-filter-form { width: 100%; }
  .sd-filter-form select,
  .sd-filter-form input { flex: 1 1 130px; max-width: none; }
}

/* Product page add-to-cart/quantity compatibility hotfix */
.sd-add-to-cart-area form.cart:not(.variations_form):not(.grouped_form) {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}
.sd-add-to-cart-area form.cart:not(.variations_form):not(.grouped_form) .quantity {
  margin: 0;
}
.sd-add-to-cart-area .variations_form.cart {
  display: block;
}
.sd-add-to-cart-area .woocommerce-variation-add-to-cart,
.sd-add-to-cart-area .variations_button {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  margin-top: 12px;
}
.sd-add-to-cart-area .single_add_to_cart_button,
.sd-add-to-cart-area button.single_add_to_cart_button {
  width: 100%;
  min-height: 48px;
  margin: 0;
  line-height: 1.2;
}
.sd-add-to-cart-area .single_add_to_cart_button.disabled,
.sd-add-to-cart-area .single_add_to_cart_button:disabled,
.sd-add-to-cart-area .single_add_to_cart_button[disabled] {
  cursor: not-allowed;
  opacity: .55;
}
.sd-add-to-cart-area .quantity {
  display: inline-grid;
  grid-template-columns: 36px 48px 36px;
  align-items: center;
  width: 120px;
  height: 48px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  margin: 0;
}
.sd-add-to-cart-area .quantity.hidden {
  display: none !important;
}
.sd-add-to-cart-area .quantity .minus,
.sd-add-to-cart-area .quantity .plus {
  border: 0;
  background: #fff;
  width: 36px;
  height: 46px;
  cursor: pointer;
  color: #333;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.sd-add-to-cart-area .quantity .minus:hover,
.sd-add-to-cart-area .quantity .plus:hover {
  color: var(--sd-primary);
  background: var(--sd-soft);
}
.sd-add-to-cart-area .quantity input.qty {
  width: 48px;
  height: 46px;
  min-height: 0;
  padding: 0;
  border: 0;
  background: #fff;
  text-align: center;
  outline: none;
  appearance: textfield;
  -moz-appearance: textfield;
}
.sd-add-to-cart-area .quantity input.qty::-webkit-outer-spin-button,
.sd-add-to-cart-area .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sd-add-to-cart-area .product_meta,
.sd-add-to-cart-area .woocommerce-variation-description,
.sd-add-to-cart-area .woocommerce-variation-price,
.sd-add-to-cart-area .woocommerce-variation-availability {
  margin: 10px 0;
}
.sd-add-to-cart-area .reset_variations {
  display: inline-block;
  margin-left: 8px;
  color: var(--sd-primary);
}
.sd-add-to-cart-area .grouped_form table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 14px;
}
.sd-add-to-cart-area .grouped_form td,
.sd-add-to-cart-area .grouped_form th {
  border-bottom: 1px solid var(--sd-border);
  padding: 10px 6px;
}
.sd-add-to-cart-area .grouped_form .single_add_to_cart_button,
.sd-add-to-cart-area .cart .single_add_to_cart_button:only-child {
  width: 100%;
}

.sd-add-to-cart-area form.cart:not(.variations_form):not(.grouped_form) .sd-inline-discount-badge,
.sd-add-to-cart-area .woocommerce-variation-add-to-cart .sd-inline-discount-badge,
.sd-add-to-cart-area .variations_button .sd-inline-discount-badge {
  grid-column: 2;
}
.sd-add-to-cart-area form.cart:not(.variations_form):not(.grouped_form) .sd-buy-now,
.sd-add-to-cart-area .woocommerce-variation-add-to-cart .sd-buy-now,
.sd-add-to-cart-area .variations_button .sd-buy-now {
  grid-column: 1 / -1;
}

@media (max-width: 520px) {
  .sd-add-to-cart-area form.cart:not(.variations_form):not(.grouped_form),
  .sd-add-to-cart-area .woocommerce-variation-add-to-cart,
  .sd-add-to-cart-area .variations_button {
    grid-template-columns: 1fr;
  }
  .sd-add-to-cart-area form.cart:not(.variations_form):not(.grouped_form) .sd-inline-discount-badge,
  .sd-add-to-cart-area .woocommerce-variation-add-to-cart .sd-inline-discount-badge,
  .sd-add-to-cart-area .variations_button .sd-inline-discount-badge {
    grid-column: 1 / -1;
  }
  .sd-add-to-cart-area .quantity {
    width: 100%;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }
  .sd-add-to-cart-area .quantity input.qty {
    width: 100%;
  }
  .sd-add-to-cart-area .quantity .minus,
  .sd-add-to-cart-area .quantity .plus {
    width: 44px;
  }
}

/* ============================================================
   PRODUCTION FIXES v2
   ============================================================ */

/* --- 1. Category section heading: tighten typography & spacing --- */
.sd-section-heading { margin: 0 0 18px; }
.sd-section-heading .sd-section-eyebrow { margin-bottom: 5px; }
.sd-home-intro h2,
.sd-section-heading h2 { font-size: 28px; margin: 0 0 5px; }
.sd-home-intro p,
.sd-section-heading p { font-size: 13.5px; }
.sd-category-product-section { padding-top: 32px; }
.sd-product-section { padding: 24px 0 30px; }

/* category strip: reduce excess top/bottom breathing room */
.sd-category-strip { padding: 28px 0 16px; }
.sd-category-strip-head { margin-bottom: 14px; }

/* --- 2. Sticky Add to Cart (product page) --- */
.sd-sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid var(--sd-border);
  z-index: 300;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  transform: translateY(110%);
  transition: transform .28s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 -6px 30px rgba(0,0,0,.10);
}
.sd-sticky-atc.is-visible { transform: translateY(0); }
.sd-sticky-atc-img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  border: 1px solid var(--sd-border);
  background: var(--sd-soft);
}
.sd-sticky-atc-info { flex: 1; min-width: 0; }
.sd-sticky-atc-title {
  font-size: 14px;
  font-weight: 500;
  color: #1d1d28;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  margin-bottom: 3px;
}
.sd-sticky-atc-price { font-size: 14px; color: #111; }
.sd-sticky-atc-price del { color: #999; font-size: 12px; margin-right: 5px; text-decoration: line-through; }
.sd-sticky-atc-price ins { text-decoration: none; font-weight: 500; }
.sd-sticky-atc-btn {
  background: var(--sd-primary);
  color: #fff;
  border: 0;
  padding: 0 30px;
  height: 46px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background .18s ease;
  flex-shrink: 0;
  letter-spacing: .03em;
}
.sd-sticky-atc-btn:hover { background: var(--sd-primary-dark); }
@media (max-width: 600px) {
  .sd-sticky-atc { padding: 10px 14px; gap: 10px; }
  .sd-sticky-atc-img { width: 44px; height: 44px; }
  .sd-sticky-atc-title { font-size: 12px; }
  .sd-sticky-atc-btn { padding: 0 18px; font-size: 13px; height: 42px; }
}

/* --- 3. Footer trust bar: column layout, larger icons --- */
.sd-footer-trust { border-top: 1px solid var(--sd-border); }
.sd-footer-trust-grid {
  min-height: 90px;
  padding: 10px 0;
  gap: 0;
  align-items: stretch;
}
.sd-trust-item {
  flex-direction: column;
  gap: 7px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .01em;
  color: #252530;
  padding: 14px 10px;
  border-right: 1px solid var(--sd-border);
}
.sd-trust-item:last-child { border-right: 0; }
.sd-trust-item svg { width: 30px; height: 30px; color: #222; }
@media (max-width: 991px) {
  .sd-footer-trust-grid { grid-template-columns: repeat(2, 1fr); padding: 8px 0; }
  .sd-trust-item { border-right: 0; border-bottom: 1px solid var(--sd-border); }
  .sd-trust-item:nth-child(2n) { border-right: 0; }
  .sd-trust-item:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 420px) {
  .sd-footer-trust-grid { grid-template-columns: 1fr; }
  .sd-trust-item { border-right: 0; border-bottom: 1px solid var(--sd-border); }
  .sd-trust-item:last-child { border-bottom: 0; }
}

/* --- 4. Footer main: tighter gap, exact typography --- */
.sd-footer-main { padding: 44px 0 36px; }
.sd-footer-grid { grid-template-columns: 1.3fr .85fr .85fr .85fr; gap: 42px; }
.sd-footer h3 { font-size: 14px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; margin: 0 0 14px; }
.sd-footer ul { gap: 6px; }
.sd-footer li,
.sd-footer a { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,.75); }
.sd-footer p { font-size: 13px; line-height: 1.7; }
@media (max-width: 991px) {
  .sd-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}
@media (max-width: 767px) {
  .sd-footer-grid { grid-template-columns: 1fr; gap: 26px; }
}

/* --- 5. Search overlay: improved design + shake on empty --- */
.sd-search-overlay { flex-direction: column; }
.sd-search-top { font-size: 14px; letter-spacing: .10em; min-height: 52px; }
.sd-search-box-wrap {
  min-height: 110px;
  padding: 28px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.sd-search-form { width: min(720px, 88vw); position: relative; }
.sd-search-field {
  width: 100%;
  height: 58px;
  border: 1.5px solid #d5d5d5;
  border-radius: 8px;
  padding: 0 60px 0 22px;
  font-size: 15px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
  color: #111;
  background: #fff;
}
.sd-search-field::placeholder { color: #aaa; }
.sd-search-field:focus {
  border-color: var(--sd-primary);
  box-shadow: 0 0 0 3px rgba(116,28,28,.10);
}
.sd-search-field.sd-input-shake {
  animation: sdShakeSearch .38s ease;
  border-color: var(--sd-primary);
}
@keyframes sdShakeSearch {
  0%,100% { transform: translateX(0); }
  20%     { transform: translateX(-7px); }
  40%     { transform: translateX(7px); }
  60%     { transform: translateX(-4px); }
  80%     { transform: translateX(4px); }
}
.sd-search-submit {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #444;
  transition: color .18s ease;
}
.sd-search-submit:hover { color: var(--sd-primary); }
.sd-search-close {
  width: 44px;
  height: 44px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #fff;
  color: #444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .18s ease, border-color .18s ease;
  flex-shrink: 0;
}
.sd-search-close:hover { background: var(--sd-soft); border-color: #ccc; color: var(--sd-primary); }
@media (max-width: 767px) {
  .sd-search-box-wrap { min-height: 90px; padding: 18px 14px; gap: 10px; }
  .sd-search-form { width: 100%; }
  .sd-search-field { height: 52px; font-size: 14px; }
}

/* ============================================================
   PRODUCTION FIXES v3 — slider, category circles, archives, account
   ============================================================ */

/* --- Hero slider --- */
.sd-hero-slider { position: relative; overflow: hidden; width: 100%; background: #fff; }
.sd-hero-track { display: flex; transition: transform .55s cubic-bezier(.4,0,.2,1); will-change: transform; }
.sd-hero-slide { flex: 0 0 100%; display: block; }
.sd-hero-slide img { width: 100%; height: auto; display: block; object-fit: cover; }
.sd-hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 46px; height: 46px; border: 0; border-radius: 50%;
  background: rgba(255,255,255,.88); color: var(--sd-primary);
  font-size: 28px; line-height: 1; display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 3; box-shadow: 0 4px 16px rgba(0,0,0,.14); transition: background .18s ease, color .18s ease;
}
.sd-hero-prev { left: 20px; }
.sd-hero-next { right: 20px; }
.sd-hero-arrow:hover { background: var(--sd-primary); color: #fff; }
.sd-hero-dots { position: absolute; left: 0; right: 0; bottom: 16px; display: flex; justify-content: center; gap: 8px; z-index: 3; }
.sd-hero-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.6); cursor: pointer; transition: width .25s ease, background .2s ease; box-shadow: 0 1px 4px rgba(0,0,0,.25); }
.sd-hero-dot.is-active { background: #fff; width: 24px; border-radius: 6px; }
@media (max-width: 767px) {
  .sd-hero-arrow { width: 36px; height: 36px; font-size: 22px; }
  .sd-hero-prev { left: 10px; }
  .sd-hero-next { right: 10px; }
  .sd-hero-dots { bottom: 10px; }
}

/* --- Category circles (homepage + archives) — clean double ring --- */
.sd-category-carousel-wrap { position: relative; display: flex; align-items: center; justify-content: center; gap: 18px; }
.sd-category-round-grid {
  flex: 1; max-width: 1080px; display: flex; align-items: flex-start; justify-content: center;
  gap: 40px; flex-wrap: nowrap; overflow-x: auto; scroll-behavior: smooth;
  padding: 8px 4px 14px; scrollbar-width: none;
}
.sd-category-round-grid::-webkit-scrollbar { display: none; }
.sd-round-cat { width: 148px; min-width: 148px; text-align: center; color: #2a2a2a; }
.sd-round-img {
  position: relative; width: 106px; height: 106px; margin: 0 auto 14px;
  border: 1.5px solid var(--sd-primary); border-radius: 50%; background: #fff;
  overflow: visible; padding: 0; box-shadow: none;
}
.sd-round-img::before {
  content: ''; position: absolute; inset: 4px; border-radius: 50%;
  border: 1.5px solid var(--sd-primary); opacity: .5; animation: none;
}
.sd-round-img img {
  position: absolute; inset: 9px; width: calc(100% - 18px); height: calc(100% - 18px);
  border-radius: 50%; object-fit: cover; z-index: 1; box-shadow: none; margin: 0;
}
.sd-round-cat:hover .sd-round-img { border-color: var(--sd-primary-dark); }
.sd-round-cat:hover .sd-round-img::before { opacity: .85; }
.sd-round-cat.is-active .sd-round-img { border-width: 2px; }
.sd-round-cat.is-active .sd-round-label { color: var(--sd-primary); font-weight: 600; }
.sd-round-label { display: block; font-size: 14.5px; line-height: 1.32; color: #2a2a2a; margin-top: 2px; }
.sd-cat-arrow {
  flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; border: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--sd-primary); color: #fff; font-size: 26px; line-height: 1;
  cursor: pointer; transition: transform .2s ease, opacity .2s ease, background .2s ease;
}
.sd-cat-prev { background: rgba(116,28,28,.32); color: #fff; }
.sd-cat-arrow:hover { transform: translateY(-1px); opacity: .94; }
.sd-cat-prev:hover { background: rgba(116,28,28,.5); }
@media (max-width: 991px) {
  .sd-category-round-grid { justify-content: flex-start; gap: 30px; }
  .sd-round-cat { width: 124px; min-width: 124px; }
  .sd-round-img { width: 92px; height: 92px; }
  .sd-round-label { font-size: 13px; }
}
@media (max-width: 767px) {
  .sd-category-carousel-wrap { gap: 6px; }
  .sd-category-round-grid { gap: 20px; padding-left: 2px; padding-right: 2px; }
  .sd-round-cat { width: 98px; min-width: 98px; }
  .sd-round-img { width: 76px; height: 76px; }
  .sd-round-img img { inset: 7px; width: calc(100% - 14px); height: calc(100% - 14px); }
  .sd-round-label { font-size: 12px; }
  .sd-cat-arrow { display: none; }
}

/* --- Category archive: read more / less description --- */
.sd-cat-desc { max-width: 920px; margin: 14px auto 0; text-align: center; }
.sd-cat-desc-text {
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  color: rgba(255,255,255,.9); font-size: 14px; line-height: 1.75;
}
.sd-cat-desc.is-open .sd-cat-desc-text { -webkit-line-clamp: unset; overflow: visible; }
.sd-cat-desc-text p { margin: 0 0 10px; }
.sd-cat-desc-text p:last-child { margin-bottom: 0; }
.sd-readmore-toggle {
  margin-top: 10px; background: transparent; border: 0; color: #fff; font-weight: 600;
  text-decoration: underline; cursor: pointer; font-size: 13px; letter-spacing: .04em;
}
.sd-readmore-toggle:hover { opacity: .85; }

/* --- Infinite scroll loader --- */
.sd-infinite { display: flex; justify-content: center; align-items: center; min-height: 12px; padding: 34px 0 10px; width: 100%; }
.sd-shop-archive ul.products + .sd-infinite { grid-column: 1 / -1; }
.sd-infinite-spinner { display: none; gap: 6px; }
.sd-infinite.is-loading .sd-infinite-spinner { display: inline-flex; }
.sd-infinite.is-done { padding: 8px 0; }
.sd-infinite-spinner span { width: 9px; height: 9px; border-radius: 50%; background: var(--sd-primary); opacity: .4; animation: sdBounce 1s infinite ease-in-out; }
.sd-infinite-spinner span:nth-child(2) { animation-delay: .15s; }
.sd-infinite-spinner span:nth-child(3) { animation-delay: .3s; }
@keyframes sdBounce { 0%,80%,100% { transform: scale(.6); opacity: .4; } 40% { transform: scale(1); opacity: 1; } }

/* --- My Account: centered auth design --- */
body.woocommerce-account:not(.logged-in) .sd-page-template .sd-inner-hero { display: none; }
body.woocommerce-account:not(.logged-in) .sd-page-content { padding-top: 0; max-width: none; }
.sd-account-auth { display: flex; justify-content: center; padding: 56px 20px 80px; background: #fff; }
.sd-account-card { width: 100%; max-width: 420px; }
.sd-account-logo { display: flex; justify-content: center; margin-bottom: 40px; }
.sd-account-logo .sd-logo-img { width: 184px; max-height: 64px; object-fit: contain; }
.sd-account-heading { font-size: 30px; font-weight: 600; margin: 0 0 6px; color: #1d1d28; letter-spacing: -.01em; }
.sd-account-sub { color: var(--sd-muted); margin: 0 0 26px; font-size: 14px; }
.sd-account-form { display: flex; flex-direction: column; gap: 14px; }
.sd-account-row { margin: 0; }
.sd-account-input {
  width: 100%; height: 52px; border: 1.5px solid #d5d5d5; border-radius: 8px;
  padding: 0 18px; font-size: 15px; outline: none; background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.sd-account-input:focus { border-color: var(--sd-primary); box-shadow: 0 0 0 3px rgba(116,28,28,.1); }
.sd-account-meta { display: flex; align-items: center; justify-content: space-between; font-size: 13px; margin-top: 2px; }
.sd-account-remember { display: inline-flex; align-items: center; gap: 7px; color: #444; cursor: pointer; }
.sd-account-remember input { width: 15px; height: 15px; accent-color: var(--sd-primary); }
.sd-account-lost { color: var(--sd-primary); }
.sd-account-lost:hover { text-decoration: underline; }
.sd-account-submit {
  width: 100%; height: 52px; background: var(--sd-primary); color: #fff; border: 0; border-radius: 8px;
  font-size: 15px; font-weight: 500; cursor: pointer; transition: background .18s ease; margin-top: 6px; letter-spacing: .02em;
}
.sd-account-submit:hover { background: var(--sd-primary-dark); }
/* Sign in / Create account tabs */
.sd-account-tabs { display: flex; gap: 4px; background: var(--sd-soft); border: 1px solid var(--sd-border); border-radius: 10px; padding: 4px; margin-bottom: 26px; }
.sd-account-tab {
  flex: 1; height: 44px; border: 0; background: transparent; border-radius: 7px;
  font-size: 14px; font-weight: 500; color: #5a5a62; cursor: pointer; transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}
.sd-account-tab.is-active { background: #fff; color: var(--sd-primary); box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.sd-account-switch { text-align: center; font-size: 13px; color: var(--sd-muted); margin: 18px 0 0; }
.sd-account-link { background: 0; border: 0; padding: 0; color: var(--sd-primary); font-weight: 600; font-size: 13px; cursor: pointer; }
.sd-account-link:hover { text-decoration: underline; }
.sd-account-terms { font-size: 12px; color: var(--sd-muted); line-height: 1.6; text-align: center; margin: 6px 0 0; }
.sd-account-auth .woocommerce-error,
.sd-account-auth .woocommerce-message,
.sd-account-auth .woocommerce-info { max-width: 420px; margin: 0 auto 18px; }
@media (max-width: 480px) {
  .sd-account-auth { padding: 36px 16px 60px; }
  .sd-account-heading { font-size: 26px; }
  .sd-account-logo { margin-bottom: 30px; }
}

/* --- 404 + search results --- */
.sd-error-page { text-align: center; padding: 90px 20px 110px; }
.sd-error-page h1 { font-size: clamp(30px, 5vw, 48px); font-weight: 400; margin: 0 0 14px; color: #1d1d28; }
.sd-error-page p { color: var(--sd-muted); margin: 0 auto 26px; max-width: 480px; }
.sd-search-results-head { margin-bottom: 30px; }
.sd-search-results-head h1 { font-size: 24px; font-weight: 400; margin: 0; }
.sd-search-results-head h1 span { color: var(--sd-primary); }
