@font-face {
  font-family: AuroraLocal;
  src: url("./fonts/aurora-brand.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: LouisGeorgeCafe;
  src: url("./fonts/louis-george-cafe.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --blue: #0f437e;
  --pale-blue: #c2dfe3;
  --cream: #f9f9f9;
  --ink: #404040;
  --muted: #6c7480;
  --line: #dde2e6;
  --white: #fff;
  --shadow: 0 18px 50px rgba(15, 67, 126, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: LouisGeorgeCafe, Montserrat, Arial, sans-serif;
  font-size: 16px;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

:where(
  .eyebrow,
  .section-title,
  .product-category,
  .product-name,
  .category-card h3,
  .review-copy h1,
  .store-heading h1,
  .catalog-title,
  .single-product-summary h1,
  .single-related-products > h2,
  .commerce-title,
  .commerce-content .product-name a,
  .commerce-content #order_review_heading,
  .page-copy h1,
  .page-copy h2,
  .commerce-content .oxy-rich-text h3,
  .blog-card-copy h2,
  .drawer-head h2,
  .cart-item h3,
  .modal-copy h2
) {
  font-synthesis: none;
}

.site-header {
  height: 115px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  background: var(--white);
  position: relative;
  z-index: 20;
}
.brand { width: 114px; flex: 0 0 114px; }
.brand img { width: 114px; height: 75px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 0; margin: 0 auto; }
.main-nav a { padding: 10px 9px; }
.main-nav a, .utility a, .utility button {
  color: var(--blue);
  font-family: LouisGeorgeCafe, Montserrat, sans-serif;
  font-weight: 700;
  font-size: 14px;
  border: 0;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
}
.utility { display: flex; align-items: center; gap: 16px; min-width: 113px; justify-content: flex-end; }
.icon-button, .account-button { position: relative; display: inline-flex; width: 28px; height: 32px; align-items: center; justify-content: center; padding: 0; }
.header-icon {
  display: block;
  width: 28px;
  height: 28px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.header-search-icon { width: 27px; height: 27px; }
.header-account-icon { width: 30px; height: 30px; }
.header-bag-icon { width: 29px; height: 29px; transform: translateY(1px); }
.cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border: 1px solid var(--white);
  border-radius: 20px;
  color: var(--white);
  background: #ee6464;
  font: 500 11px/1 LouisGeorgeCafe, Montserrat, sans-serif;
  text-align: center;
}
.mobile-menu { display: none; }

.hero { display: block; width: 100%; overflow: hidden; background: #f7f4ee; }
.hero img { display: block; width: 100%; height: auto; }
.eyebrow { margin: 0 0 9px; font: 700 18px AuroraLocal, LouisGeorgeCafe, Montserrat, sans-serif; letter-spacing: .02em; }
.solid-button, .outline-button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 53px; padding: 15px; border: 1px solid currentColor;
  font: 500 19px/1 LouisGeorgeCafe, Montserrat, sans-serif;
  cursor: pointer; transition: .2s ease;
}
.solid-button { color: var(--blue); background: var(--white); }
.solid-button:hover { background: var(--pale-blue); }
.outline-button { color: var(--blue); background: transparent; border-radius: 999px; }
.outline-button:hover { color: var(--white); background: var(--blue); }

.section { padding: 60px 20px; }
.section > * { width: min(1080px, 100%); margin-left: auto; margin-right: auto; }
.section-title { margin-top: 0; margin-bottom: 36px; color: var(--blue); font: 400 43.808px/1.3 AuroraEmbedded, AuroraLocal, Georgia, serif; transform: scaleX(.84); transform-origin: left center; }
.section-title.small { margin-bottom: 14px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.product-card { min-width: 0; position: relative; padding: 20px; background: var(--white); box-shadow: 0 8px 22px rgba(15, 67, 126, .08); text-align: center; }
.product-card .product-image { display: block; width: 100%; height: 350px; overflow: hidden; background: #e9eeee; }
.product-card .product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-meta { display: flex; min-height: 124px; padding: 20px; flex-direction: column; align-items: center; }
.product-category { margin-bottom: 7px; color: #686868; font: 300 13.6px/1.6 AuroraEmbedded, AuroraLocal, Georgia, serif; }
.product-name { margin: 0 0 7px; color: var(--blue); font: 500 18px/1 AuroraEmbedded, AuroraLocal, Georgia, serif; transform: scaleX(.92); }
.product-price { color: var(--blue); font: 700 20px/1.5 LouisGeorgeCafe, Montserrat, sans-serif; }
.product-price del { color: #89909a; margin-right: 6px; }
.stock-badge { position: absolute; z-index: 1; top: 32px; left: 32px; padding: 5px 8px; color: var(--white); background: #ef5e5e; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.shop-link-row { margin-top: 41px; margin-bottom: 10px; text-align: center; }
.category-section { background: var(--pale-blue); padding-top: 75px; padding-bottom: 75px; }
.category-section .section-head { height: 112px; margin-bottom: 28px; align-items: center; }
.category-section .section-head > div { display: flex; height: 85px; flex-direction: column; align-items: flex-start; }
.category-section .section-head > .outline-button { align-self: flex-start; margin: 49px 10px 10px; }
.category-section .section-title { font-size: 52px; line-height: 1; font-weight: 900; transform: scaleX(.735); }
.category-section .eyebrow { height: 33px; margin-bottom: 0; font-family: AuroraEmbedded, AuroraLocal, Georgia, serif; font-size: 18px; line-height: 33px; letter-spacing: 0; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 25px; margin-top: 0; }
.category-card { text-align: center; }
.category-image { height: 250px; overflow: hidden; margin-bottom: 0; background: #d5e8ea; }
.category-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.category-card:hover img { transform: scale(1.05); }
.category-card h3 { margin: 10px 0; color: var(--blue); font: 700 18px/1.2 AuroraEmbedded, AuroraLocal, Georgia, serif; transform: scaleX(.88); }
.category-card a { color: var(--blue); font: 500 16px LouisGeorgeCafe, Montserrat, sans-serif; }
.category-card span { display: block; width: max-content; margin: 0 auto; padding: 5px 8px; border: 1px solid var(--blue); border-radius: 2px; line-height: 25.6px; }
.reviews-section { padding: 57px 20px 43px; background: var(--white); }
.reviews-inner { display: grid; width: min(1080px, 100%); min-height: 339px; margin: 0 auto; grid-template-columns: 40% 60%; align-items: stretch; }
.review-media { display: flex; justify-content: center; align-items: center; }
.review-photo { width: min(100%, 311px); aspect-ratio: 1; object-fit: cover; transform: translateX(5.5px); }
.review-copy { position: relative; display: flex; height: 339px; padding: 0 46px; flex-direction: column; align-items: center; text-align: center; }
.quote-mark { width: 90px; height: 36px; margin-top: 59px; color: var(--blue); font: 700 54px/.72 AuroraLocal, sans-serif; }
.review-copy h1 { margin: 0; color: var(--blue); font: 700 20px/23px AuroraEmbedded, AuroraLocal, Georgia, serif; white-space: nowrap; transform: scaleX(.82); }
.review-text { width: 100%; min-height: 101px; margin: 0; font-size: 16px; line-height: 25.6px; }
.review-dots { display: flex; gap: 8px; margin-top: 33px; }
.review-dots button { width: 9px; height: 9px; overflow: hidden; padding: 0; border: 1px solid var(--blue); border-radius: 50%; color: transparent; background: transparent; cursor: pointer; }
.review-dots button.active { background: var(--blue); }
.site-footer { height: 328px; padding: 0 20px 20px; color: var(--white); background: var(--blue); text-align: center; }
.site-footer img { width: 125px; height: 125px; object-fit: contain; margin: 0 auto; }
.footer-social { display: flex; justify-content: center; gap: 0; height: 50px; }
.footer-social a { display: flex; width: 40px; height: 40px; margin-right: 10px; align-items: center; justify-content: center; border-radius: 50%; color: var(--blue); background: var(--white); font: 700 21px/1 Arial, sans-serif; }
.footer-social svg { width: 23px; height: 23px; fill: var(--blue); stroke: var(--blue); stroke-width: 1.8; }
.footer-social svg rect,
.footer-social svg circle:not(.instagram-dot) { fill: none; }
.footer-social svg .instagram-dot { stroke: none; }
.footer-links { display: flex; flex-direction: column; align-items: center; font: 400 17px/1.6 LouisGeorgeCafe, Montserrat, sans-serif; }
.footer-links a:first-child { margin: 4px 0 8px; }
.footer-links a:last-child { margin-bottom: 11px; }
.copyright { margin: 19px 0 0; padding: 0; border: 0; font-size: 16px; line-height: 25.6px; }

.store-page { min-height: calc(100vh - 115px); }
.store-heading { padding: 65px 7.8% 35px; text-align: center; }
.store-heading h1 { margin: 0 0 22px; color: var(--blue); font: 600 52px AuroraEmbedded, AuroraLocal, Georgia, serif; }
.store-tools { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.search-input, .filter-select { min-height: 45px; padding: 10px 14px; color: var(--ink); border: 1px solid #cbd4da; background: var(--white); }
.search-input { width: min(360px, 100%); }
.store-grid { padding-top: 20px; padding-bottom: 90px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tallo-store-body { background: #f9f9f9; }
.sp-beacon { display: none !important; }
.catalog-page { background: #f9f9f9; }
.catalog-inner { width: min(1120px, 100%); margin: 0 auto; padding: 71px 20px 50px; }
.catalog-toolbar { display: flex; height: 45px; align-items: center; justify-content: space-between; }
.store-breadcrumb { display: flex; align-items: center; gap: 4px; color: #6d7784; font: 400 13px/1.6 LouisGeorgeCafe, Montserrat, sans-serif; }
.store-breadcrumb a:hover { color: var(--blue); }
.catalog-order { width: 257px; height: 35px; padding: 6px 12px; border: 1px solid #d9dde1; border-radius: 3px; color: #333; background: #fff; font: 400 14px LouisGeorgeCafe, Montserrat, sans-serif; box-shadow: 0 1px 4px rgba(0,0,0,.04); }
.catalog-title { margin: 19px 0 36px; color: var(--blue); text-align: center; font: 600 43.808px/1.3 AuroraEmbedded, AuroraLocal, Georgia, serif; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.catalog-grid .product-card { min-height: 520px; padding: 14.4px; box-shadow: 0 8px 22px rgba(15,67,126,.08); }
.catalog-grid .product-card .product-image { height: 385px; margin-bottom: 14.4px; background: #f7f7f7; }
.catalog-grid .product-card .product-image img { object-fit: contain; }
.catalog-grid .product-meta { min-height: 91.6px; padding: 0; justify-content: flex-start; }
.catalog-grid .product-category { margin-bottom: 4px; font-size: 13.6px; line-height: 21.76px; }
.catalog-grid .product-name { margin-bottom: 7px; font-size: 18px; line-height: 18px; }
.catalog-grid .product-price { font-size: 20px; line-height: 30px; }
.catalog-grid .stock-badge { top: 26px; left: 26px; }

.single-store-product { min-height: 720px; background: #f9f9f9; }
.single-product-inner { width: min(1080px, calc(100% - 40px)); margin: 0 auto; padding: 75px 0 80px; }
.product-breadcrumb { margin-bottom: 13px; }
.product-breadcrumb .current { color: #c97379; }
.single-product-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 50.4px; align-items: start; }
.single-product-gallery { padding: 25.2px; background: #fff; box-shadow: 0 5px 18px rgba(15,67,126,.04); }
.single-product-main-image img { width: 100%; height: auto; object-fit: contain; }
.single-product-thumbnails { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.single-product-thumbnails button { width: 76px; height: 76px; padding: 4px; border: 1px solid #d8dde1; background: #fff; cursor: pointer; }
.single-product-thumbnails button.active { border-color: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.single-product-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.single-product-summary h1 { min-height: 68.5px; margin: 0; padding: 0; border-bottom: 1px solid var(--blue); color: var(--blue); font: 500 45px/1.5 AuroraEmbedded, AuroraLocal, Georgia, serif; }
.single-product-price { min-height: 81px; display: flex; align-items: center; border-bottom: 1px solid var(--blue); color: var(--blue); font: 500 20px/1.6 LouisGeorgeCafe, Montserrat, sans-serif; }
.single-product-description { padding: 19px 0 20px; border-bottom: 1px solid var(--blue); color: var(--blue); font: 500 16px/1.6 LouisGeorgeCafe, Montserrat, sans-serif; }
.single-product-description p { margin: 0; }
.single-product-options { padding: 43px 5px 18px; }
.single-product-options label { display: block; margin-bottom: 7px; color: #171717; font: 700 18px/1.3 Georgia, serif; }
.single-product-options textarea { width: 100%; min-height: 82px; padding: 12px; resize: vertical; border: 1px solid #d5d8db; border-radius: 3px; background: #fff; }
.single-cart-form { display: block; padding: 0 5px 22px; }
.single-cart-actions { display: flex; gap: 5px; align-items: stretch; }
.single-cart-form .qty { width: 62px; min-height: 48px; padding: 8px; border: 1px solid #cdd3d8; text-align: center; }
.single-add-button { min-height: 48px; padding: 12px 22px; border: 1px solid var(--blue); color: #fff; background: var(--blue); font-weight: 700; cursor: pointer; }
.single-add-button:hover { color: var(--blue); background: #fff; }
.single-out-of-stock { display: inline-block; margin: 22px 5px; padding: 0; color: #ed5555; background: transparent; font-weight: 700; }
.single-product-meta { display: flex; gap: 8px; padding: 18px 5px; flex-wrap: wrap; border-top: 1px solid #d5dadd; font-size: 14px; }
.single-product-meta a { color: var(--blue); text-decoration: underline; }
.single-product-tabs { margin-top: 78px; border-top: 1px solid #d5dadd; }
.single-tab-buttons { display: flex; gap: 2px; margin-top: -48px; }
.single-tab-buttons button { min-height: 48px; padding: 12px 22px; border: 1px solid #d5dadd; color: #606972; background: #fff; font-weight: 700; cursor: pointer; }
.single-tab-buttons button.active { border-color: var(--blue); color: #fff; background: var(--blue); }
.single-tab-panel { min-height: 150px; padding: 32px 5px 38px; color: #4e5861; line-height: 1.75; }
.single-tab-panel table { width: 100%; border-collapse: collapse; background: #fff; }
.single-tab-panel th, .single-tab-panel td { padding: 13px 15px; border-bottom: 1px solid #e1e5e8; text-align: left; }
.single-tab-panel th { width: 30%; color: var(--blue); }
.single-review { padding: 15px 0; border-bottom: 1px solid #e1e5e8; }
.single-related-products { margin-top: 25px; padding-top: 40px; border-top: 1px solid #d5dadd; }
.single-related-products > h2 { margin: 0 0 30px; color: var(--blue); text-align: center; font: 600 38px/1.3 AuroraEmbedded, AuroraLocal, Georgia, serif; }
.single-related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.single-related-grid .product-card { min-height: 390px; padding: 12px; background: #fff; box-shadow: 0 7px 20px rgba(15,67,126,.07); }
.single-related-grid .product-image { height: 270px; }
.single-related-grid .product-image img { object-fit: contain; }
.single-related-grid .product-meta { min-height: 80px; padding: 10px 0 0; }
.single-related-grid .product-name { font-size: 16px; }
.single-related-grid .product-price { font-size: 17px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.commerce-page { min-height: calc(100vh - 443px); background: #f9f9f9; }
.commerce-inner { width: min(1080px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 90px; }
.commerce-title { margin: 0 0 40px; color: var(--blue); text-align: center; font: 600 45px/1.3 AuroraEmbedded, AuroraLocal, Georgia, serif; }
.commerce-content .woocommerce { color: #303944; }
.commerce-content .woocommerce-notices-wrapper { margin-bottom: 20px; }
.commerce-content .woocommerce-message,
.commerce-content .woocommerce-info,
.commerce-content .woocommerce-error { margin: 0 0 24px; padding: 16px 20px; border: 1px solid #c5dce0; border-top: 3px solid var(--blue); background: #fff; list-style: none; }
.commerce-content .woocommerce-message .button { float: right; }
.commerce-content table.shop_table { width: 100%; border-collapse: collapse; border: 1px solid #d9e0e4; background: #fff; }
.commerce-content table.shop_table th,
.commerce-content table.shop_table td { padding: 16px; border-bottom: 1px solid #e1e6e9; text-align: left; vertical-align: middle; }
.commerce-content table.shop_table th { color: var(--blue); font-weight: 700; }
.commerce-content .product-thumbnail img { width: 92px; height: 110px; object-fit: contain; }
.commerce-content .product-name a { color: var(--blue); font: 600 18px AuroraEmbedded, AuroraLocal, Georgia, serif; }
.commerce-content .quantity .qty { width: 68px; min-height: 42px; padding: 8px; border: 1px solid #cbd3d8; text-align: center; }
.commerce-content .actions { text-align: right !important; }
.commerce-content .coupon { display: inline-flex; gap: 8px; float: left; }
.commerce-content .coupon input { min-height: 43px; padding: 9px 12px; border: 1px solid #cbd3d8; }
.commerce-content .button,
.commerce-content button.button,
.commerce-content a.button,
.commerce-content #place_order { min-height: 43px; padding: 11px 18px; border: 1px solid var(--blue); border-radius: 0; color: #fff; background: var(--blue); font-weight: 700; cursor: pointer; }
.commerce-content .button:hover,
.commerce-content button.button:hover,
.commerce-content a.button:hover,
.commerce-content #place_order:hover { color: var(--blue); background: #fff; }
.commerce-content .cart-collaterals { display: flex; justify-content: flex-end; margin-top: 34px; }
.commerce-content .cart_totals { width: min(500px, 100%); }
.commerce-content .cart_totals h2,
.commerce-content .woocommerce-billing-fields h3,
.commerce-content #order_review_heading { color: var(--blue); font: 600 28px/1.3 AuroraEmbedded, AuroraLocal, Georgia, serif; }
.commerce-content .wc-proceed-to-checkout { margin-top: 20px; text-align: right; }
.commerce-content .checkout-button { display: inline-flex !important; align-items: center; justify-content: center; }
.commerce-content form.checkout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 45px; align-items: start; }
.commerce-content form.checkout > #customer_details { grid-column: 1; }
.commerce-content form.checkout > #order_review_heading,
.commerce-content form.checkout > #order_review { grid-column: 2; }
.commerce-content form.checkout > #order_review_heading { grid-row: 1; margin-top: 0; }
.commerce-content form.checkout > #order_review { grid-row: 1; margin-top: 54px; }
.commerce-content #customer_details { display: block !important; }
.commerce-content .woocommerce .col2-set .col-1,
.commerce-content .woocommerce .col2-set .col-2,
.commerce-content .col2-set .col-1,
.commerce-content .col2-set .col-2 { width: 100% !important; float: none !important; }
.commerce-content #customer_details .col-2 { margin-top: 24px; }
.commerce-content .form-row { margin: 0 0 17px; }
.commerce-content .form-row label { display: block; margin-bottom: 6px; color: #27384d; font-weight: 600; }
.commerce-content .form-row input.input-text,
.commerce-content .form-row textarea,
.commerce-content .form-row select { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid #cbd3d8; background: #fff; }
.commerce-content .select2-container .select2-selection--single { height: 45px; border-color: #cbd3d8; }
.commerce-content .select2-container .select2-selection--single .select2-selection__rendered { line-height: 43px; }
.commerce-content .select2-container .select2-selection--single .select2-selection__arrow { height: 43px; }
.commerce-content #payment { margin-top: 20px; padding: 22px; background: #edf5f6; }
.commerce-content #payment ul.payment_methods { margin: 0; padding: 0; list-style: none; }
.commerce-content #payment li { margin-bottom: 14px; }
.commerce-content .payment_box { margin: 9px 0; padding: 12px; background: #fff; font-size: 14px; }
.commerce-content .place-order { margin-top: 20px; }
.commerce-content #place_order { width: 100%; min-height: 52px; }
.commerce-content .woocommerce-order { padding: 30px; background: #fff; border: 1px solid #dbe2e6; }
.commerce-content .woocommerce-order-overview { padding: 0; list-style: none; }
.empty-state { grid-column: 1 / -1; padding: 60px; text-align: center; }
.page-copy { max-width: 920px; margin: 0 auto; padding: 75px 7.8% 100px; }
.page-copy h1 { margin: 0 0 35px; color: var(--blue); font: 600 52px AuroraEmbedded, AuroraLocal, Georgia, serif; }
.page-copy h2 { color: var(--blue); font: 700 25px AuroraEmbedded, AuroraLocal, Georgia, serif; }
.page-copy p, .page-copy li { line-height: 1.8; }
.commerce-content .ct-section-inner-wrap { width: 100%; }
.commerce-content .ct-new-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 45px; }
.commerce-content .ct-headline { color: var(--blue); }
.commerce-content .oxy-rich-text { line-height: 1.75; }
.commerce-content .oxy-rich-text h3 { margin-top: 30px; color: var(--blue); font: 700 24px AuroraEmbedded, AuroraLocal, Georgia, serif; }
.commerce-content .oxy-rich-text hr { margin: 28px 0; border: 0; border-top: 1px solid #d7dde1; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.blog-card { overflow: hidden; background: #fff; box-shadow: 0 8px 24px rgba(15,67,126,.08); }
.blog-card-image { display: block; height: 245px; background: #e8eff0; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-copy { padding: 24px; }
.blog-card-copy time { color: #73808c; font-size: 13px; }
.blog-card-copy h2 { margin: 10px 0 12px; color: var(--blue); font: 600 25px/1.25 AuroraEmbedded, AuroraLocal, Georgia, serif; }
.blog-card-copy p { margin: 0 0 18px; line-height: 1.65; }
.blog-read-more { color: var(--blue); font-weight: 700; }
.blog-article { max-width: 860px; }
.blog-article-cover { width: 100%; max-height: 560px; margin-bottom: 35px; object-fit: cover; }
.blog-article-meta { margin: -25px 0 35px; color: #73808c; text-align: center; }
.blog-article-content { font-size: 17px; line-height: 1.8; }
.blog-article-content h2, .blog-article-content h3 { color: var(--blue); }

.drawer-backdrop { position: fixed; inset: 0; z-index: 40; background: rgba(15, 67, 126, .25); opacity: 0; pointer-events: none; transition: .25s ease; }
.cart-drawer { position: fixed; z-index: 41; top: 0; right: 0; width: min(440px, 100%); height: 100%; padding: 27px; color: var(--ink); background: var(--white); transform: translateX(100%); transition: .3s ease; box-shadow: -15px 0 45px rgba(0,0,0,.12); }
.drawer-open .drawer-backdrop { opacity: 1; pointer-events: auto; }
.drawer-open .cart-drawer { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; color: var(--blue); font: 700 28px AuroraEmbedded, AuroraLocal, Georgia, serif; }
.drawer-close { border: 0; color: var(--blue); background: none; font-size: 25px; cursor: pointer; }
.cart-item { display: grid; grid-template-columns: 70px 1fr auto; gap: 13px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 70px; height: 70px; object-fit: cover; }
.cart-item h3 { margin: 0 0 4px; color: var(--blue); font: 700 16px AuroraEmbedded, AuroraLocal, Georgia, serif; }
.cart-item p { margin: 0; font-size: 13px; }
.cart-remove { border: 0; color: #9a5e69; background: none; cursor: pointer; }
.drawer-footer { position: absolute; right: 27px; bottom: 27px; left: 27px; padding-top: 20px; border-top: 1px solid var(--line); }
.drawer-total { display: flex; justify-content: space-between; margin-bottom: 17px; color: var(--blue); font-weight: 700; }
.drawer-footer .solid-button { width: 100%; color: var(--white); background: var(--blue); }
.drawer-empty { padding: 60px 0; text-align: center; color: var(--muted); }
.product-modal { position: fixed; inset: 0; z-index: 35; display: none; align-items: center; justify-content: center; padding: 22px; background: rgba(15,67,126,.28); }
.product-modal.open { display: flex; }
.product-modal-card { position: relative; display: grid; grid-template-columns: 1fr 1fr; max-width: 900px; max-height: min(720px, 92vh); overflow: auto; background: var(--white); box-shadow: var(--shadow); }
.modal-image { min-height: 520px; background: #e9eeee; }
.modal-image img { width: 100%; height: 100%; object-fit: cover; }
.modal-copy { padding: 54px 44px; }
.modal-copy .product-category { margin-top: 10px; }
.modal-copy h2 { margin: 0 0 14px; color: var(--blue); font: 600 39px/1.05 AuroraEmbedded, AuroraLocal, Georgia, serif; }
.modal-copy .description { margin: 23px 0; line-height: 1.7; }
.modal-close { position: absolute; right: 16px; top: 10px; z-index: 1; border: 0; color: var(--blue); background: none; font-size: 28px; cursor: pointer; }
.loading { grid-column: 1 / -1; padding: 70px 20px; text-align: center; color: var(--blue); font: 600 20px AuroraLocal, sans-serif; }

@media (max-width: 980px) {
  .site-header { height: 90px; }
  .brand, .brand img { width: 92px; height: 60px; flex-basis: 92px; }
  .main-nav { gap: 18px; }
  .main-nav a, .utility a, .utility button { font-size: 14px; }
  .product-grid, .store-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-grid { gap: 16px; }
  .product-card .product-image { height: auto; aspect-ratio: .876; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .single-product-layout { gap: 30px; }
  .single-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .site-header { height: 78px; padding: 0 15px; gap: 14px; }
  .brand, .brand img { width: 82px; height: 52px; flex-basis: 82px; }
  .mobile-menu { display: block; padding: 5px; border: 0; color: var(--blue); background: none; font-size: 22px; cursor: pointer; }
  .main-nav { position: absolute; top: 78px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 18px; background: var(--white); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px 0; }
  .utility { margin-left: auto; gap: 9px; }
  .utility .account-button { display: none; }
  .utility .search-button,
  .utility .bag-button { display: inline-flex; }
  .section { padding: 48px 20px; }
  .section-title { margin-bottom: 30px; }
  .section-head { align-items: start; flex-direction: column; }
  .category-section .section-head { height: auto; margin-bottom: 28px; align-items: flex-start; }
  .category-section .section-head > div { height: auto; }
  .category-section .section-head > .outline-button { align-self: flex-start; margin: 12px 0 0; }
  .product-grid, .store-grid { gap: 24px 12px; }
  .product-card { padding: 9px; }
  .product-meta { min-height: 112px; padding: 14px 3px 8px; }
  .product-category { margin-bottom: 4px; font-size: 11px; line-height: 1.35; }
  .product-name { margin-bottom: 5px; font-size: 15px; line-height: 1.08; }
  .product-price { font-size: 16px; line-height: 1.35; }
  .stock-badge { top: 17px; left: 17px; padding: 4px 6px; font-size: 9px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-image { height: auto; aspect-ratio: 1; }
  .category-card h3 { font-size: 17px; }
  .reviews-section { padding: 48px 20px; }
  .reviews-inner { display: block; }
  .review-photo { margin: 0 auto 34px; }
  .review-copy { width: 100%; height: auto; min-height: 320px; padding: 0; }
  .review-copy h1 { width: 100%; font-size: 20px; text-align: center; }
  .review-text { min-height: 0; }
  .site-footer { height: auto; min-height: 328px; }
  .copyright { font-size: 12px; }
  .store-heading, .page-copy { padding-right: 20px; padding-left: 20px; }
  .store-heading h1, .page-copy h1 { font-size: 40px; }
  .catalog-inner { padding: 45px 20px; }
  .catalog-toolbar { height: auto; gap: 18px; align-items: flex-start; flex-direction: column; }
  .catalog-order { width: 100%; }
  .catalog-title { margin-top: 24px; font-size: 40px; text-align: left; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
  .catalog-grid .product-card { min-height: 0; padding: 9px; }
  .catalog-grid .product-card .product-image { height: auto; aspect-ratio: .816; }
  .catalog-grid .product-meta { min-height: 104px; padding: 0 2px 5px; }
  .catalog-grid .product-category { font-size: 11px; line-height: 1.35; }
  .catalog-grid .product-name { margin-bottom: 5px; font-size: 15px; line-height: 1.08; }
  .catalog-grid .product-price { font-size: 16px; line-height: 1.35; }
  .catalog-grid .stock-badge { top: 17px; left: 17px; }
  .single-product-inner { padding: 44px 0 60px; }
  .single-product-layout { grid-template-columns: 1fr; }
  .single-product-gallery { padding: 16px; }
  .single-product-summary h1 { font-size: 40px; }
  .single-product-options { padding-top: 28px; }
  .single-product-tabs { margin-top: 90px; }
  .single-tab-buttons { overflow-x: auto; }
  .single-tab-buttons button { flex: 0 0 auto; padding-right: 15px; padding-left: 15px; }
  .single-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
  .blog-grid { grid-template-columns: 1fr; }
  .single-related-grid .product-card { min-height: 0; }
  .single-related-grid .product-image { height: auto; aspect-ratio: 1; }
  .commerce-content .ct-new-columns { grid-template-columns: 1fr; }
  .commerce-inner { padding: 48px 0 65px; }
  .commerce-title { font-size: 40px; text-align: left; }
  .commerce-content form.checkout { display: block; }
  .commerce-content form.checkout > #order_review { margin-top: 20px; }
  .commerce-content .coupon { display: flex; float: none; margin-bottom: 10px; }
  .commerce-content .actions { text-align: left !important; }
  .commerce-content table.shop_table_responsive thead { display: none; }
  .product-modal-card { display: block; max-height: 92vh; }
  .modal-image { min-height: 300px; height: 45vh; }
  .modal-copy { padding: 34px 25px 40px; }
}
