/* OHM Shop — native homepage design system */
body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) {
  margin: 0;
  color: #303030;
  background: #ebebeb;
  font-family: "PT Sans", Arial, sans-serif;
}

body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) .ohm-native-shop {
  overflow: hidden;
  background: #ebebeb url("/wp-content/uploads/2021/05/OHM-bg-tech.webp") bottom left / cover fixed no-repeat;
}

.ohm-shop-wrap {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.ohm-shop-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 112px 0 78px;
  text-align: center;
  background: #ebebeb;
}

.ohm-shop-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -12%;
  background:
    linear-gradient(rgba(235, 235, 235, .78), rgba(235, 235, 235, .78)),
    url("/wp-content/uploads/2021/05/OHM-bg-tech.webp") center / cover fixed no-repeat;
  transform: rotate(180deg);
}

.ohm-shop-kicker {
  margin: 0 0 14px;
  color: #193f10;
  font: 700 13px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ohm-shop-hero h1,
.ohm-shop-section-heading h2 {
  margin: 0;
  color: #193f10;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.ohm-shop-hero h1 { font-size: clamp(52px, 6vw, 84px); line-height: 1; text-shadow: 1px 1px 2px rgba(0, 0, 0, .3); }
.ohm-shop-intro { max-width: 720px; margin: 22px auto 0; font-size: clamp(19px, 1.7vw, 24px); line-height: 1.5; }
.ohm-shop-hero-subtitle {
  width: min(100%, 820px);
  margin: 22px auto 0;
  color: #264a22;
  font-size: clamp(19px, 1.7vw, 24px);
  line-height: 1.5;
}

.ohm-shop-categories,
.ohm-shop-products { padding: clamp(62px, 8vw, 104px) 0; }
.ohm-shop-categories { background: rgba(237, 243, 230, .94); }
.ohm-shop-products { background: rgba(235, 235, 235, .94); }
.ohm-shop-categories.ohm-surface-dark .ohm-shop-kicker { color: #f5dfad; }
.ohm-shop-categories.ohm-surface-dark .ohm-shop-section-heading h2 { color: #f7fff1; }
.ohm-shop-categories.ohm-surface-dark .ohm-category-card {
  color: #f7fff1;
  background: linear-gradient(135deg, rgba(250, 255, 246, .15), rgba(104, 138, 89, .08));
  border-color: rgba(245, 223, 173, .42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 12px 28px rgba(0, 0, 0, .14);
  backdrop-filter: blur(14px);
}
.ohm-shop-section-heading { margin-bottom: 38px; }
.ohm-shop-section-heading h2 { font-size: clamp(34px, 4vw, 54px); }

.ohm-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ohm-category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 154px;
  padding: 24px;
  color: #303030;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(25, 63, 16, .25);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ohm-category-card:hover { color: #303030; border-color: #193f10; box-shadow: 0 8px 20px rgba(25, 63, 16, .12); transform: translateY(-3px); }
.ohm-category-name { padding-right: 30px; color: #193f10; font: 700 20px/1.25 Montserrat, Arial, sans-serif; }
.ohm-category-meta { margin-top: auto; color: #52604f; font-size: 15px; }
.ohm-category-arrow { position: absolute; right: 20px; bottom: 18px; color: #193f10; font-size: 25px; }
.ohm-shop-categories.ohm-surface-dark .ohm-category-card:hover {
  color: #f7fff1;
  border-color: #f5dfad;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24), 0 14px 34px rgba(0, 0, 0, .2), 0 0 22px rgba(245, 223, 173, .14);
  transform: translateY(-4px);
}
.ohm-shop-categories.ohm-surface-dark .ohm-category-name { color: #f7fff1; }
.ohm-shop-categories.ohm-surface-dark .ohm-category-meta { color: rgba(247, 255, 241, .78); }
.ohm-shop-categories.ohm-surface-dark .ohm-category-arrow { color: #f5dfad; }

.ohm-category-bridge { padding: clamp(54px, 7vw, 88px) 0; }
.ohm-category-bridge-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px 42px; align-items: end; }
.ohm-category-bridge .ohm-shop-kicker { grid-column: 1 / -1; margin: 0; color: #f5dfad; }
.ohm-category-bridge .ohm-shop-intro { max-width: 780px; margin: 0; color: #f7fff1; }
.ohm-category-bridge .ohm-shop-intro p { margin: 0; }
.ohm-category-bridge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 22px;
  color: #193f10;
  background: #ebebeb;
  border: 3px double #193f10;
  border-radius: 8px;
  font: 700 16px/1.2 Montserrat, Arial, sans-serif;
  text-decoration: none;
}
.ohm-category-bridge-link:hover { color: #fff; background: #193f10; border-color: #f5dfad; }

@media (max-width: 760px) {
  .ohm-category-bridge-inner { grid-template-columns: 1fr; align-items: start; }
  .ohm-category-bridge .ohm-shop-kicker { grid-column: auto; }
  .ohm-category-bridge-link { width: 100%; }
}

body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) .woocommerce-result-count,
body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) .woocommerce-ordering { margin-bottom: 30px; }
body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) .woocommerce-result-count { color: #4c5a4b; font-size: 17px; line-height: 50px; }
body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) .woocommerce-ordering select {
  min-height: 50px;
  padding: 0 42px 0 16px;
  color: #193f10;
  background-color: #fff;
  border: 1px solid rgba(25, 63, 16, .38);
  border-radius: 0;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 16px;
}

body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) ul.products {
  clear: both;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 26px 20px !important;
  margin: 0 !important;
}

body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) ul.products::before,
body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) ul.products::after { display: none !important; }

body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) ul.products li.product {
  display: flex;
  flex-direction: column;
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 14px 14px 18px !important;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(25, 63, 16, .22);
  box-shadow: none;
}

body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) ul.products li.product:hover { border-color: #6b8e3f; box-shadow: 0 9px 24px rgba(25, 63, 16, .14); }
body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) ul.products li.product a.woocommerce-LoopProduct-link { display: flex; flex: 1; flex-direction: column; color: #303030; text-decoration: none; }
body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) ul.products li.product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 18px !important;
  object-fit: contain;
  background: #fff;
  border: 3px double #193f10;
  border-radius: 10px;
}

body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) .ast-woo-product-category { color: #6b8e3f !important; font: 700 12px/1.2 Montserrat, Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) ul.products li.product .woocommerce-loop-product__title {
  color: #193f10 !important;
  font: 700 20px/1.25 Montserrat, Arial, sans-serif !important;
}
body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) ul.products li.product .price { margin-top: auto; color: #193f10 !important; font: 700 18px/1.35 "PT Sans", Arial, sans-serif !important; }
#main.ohm-native-shop ul.products li.product .astra-shop-summary-wrap a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 16px;
  color: #fff !important;
  background: #193f10 !important;
  border: 3px double #fff !important;
  border-radius: 8px;
  font: 600 19px/1 Mohave, Arial, sans-serif;
}
#main.ohm-native-shop ul.products li.product .astra-shop-summary-wrap a.button:hover { color: #193f10 !important; background: #ebebeb !important; border-color: #193f10 !important; }

body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) nav.woocommerce-pagination { margin-top: 46px; }
body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) nav.woocommerce-pagination ul { border: 0; }
body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) nav.woocommerce-pagination ul li { border: 0; margin: 0 4px; }
body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) nav.woocommerce-pagination ul li a,
body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) nav.woocommerce-pagination ul li span {
  min-width: 44px;
  min-height: 44px;
  padding: 12px;
  color: #193f10;
  background: #fff;
  border: 1px solid rgba(25, 63, 16, .3);
}
body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) nav.woocommerce-pagination ul li span.current,
body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) nav.woocommerce-pagination ul li a:hover { color: #fff; background: #193f10; }

.ohm-product-content.ohm-surface-light {
  background:
    linear-gradient(rgba(235,235,235,.76), rgba(235,235,235,.76)),
    url("/wp-content/uploads/2021/05/OHM-bg-tech.webp") center / cover fixed no-repeat !important;
}
.ohm-product-hero.ohm-surface-light { position: relative; isolation: isolate; overflow: hidden; background: #ebebeb !important; }
.ohm-product-hero.ohm-surface-light::before { content: ""; position: absolute; z-index: 0; inset: -12%; background: linear-gradient(rgba(235,235,235,.76), rgba(235,235,235,.76)), url("/wp-content/uploads/2021/05/OHM-bg-tech.webp") center / cover fixed no-repeat; transform: rotate(180deg); }
.ohm-product-hero { padding: 106px 0 72px; text-align: center; }
.ohm-product-hero-copy { position: relative; z-index: 1; display: grid; justify-items: center; }
.ohm-product-hero .ohm-shop-kicker { margin-bottom: 18px; }
.ohm-product-hero h1 { max-width: 980px; margin: 0; color: #193f10; font: 700 clamp(46px, 5.4vw, 76px)/1.08 Montserrat, Arial, sans-serif; text-shadow: 1px 1px 2px rgba(0,0,0,.28); }
.ohm-product-hero-subtitle { max-width: 760px; margin: 22px 0 0; color: #304a2a; font: 400 clamp(18px, 2vw, 24px)/1.55 "PT Sans", Arial, sans-serif; }
.ohm-product-purchase { padding: clamp(64px, 8vw, 108px) 0; }
.ohm-product-grid { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr); gap: clamp(36px, 6vw, 82px); align-items: center; }
.ohm-product-media { margin: 0; padding: 10px; background: rgba(235,235,235,.94); border: 3px double #f5dfad; border-radius: 10px; box-shadow: 0 0 28px rgba(214,178,94,.2); }
.ohm-product-media img { display: block; width: 100%; height: auto; max-height: 620px; object-fit: contain; background: #fff; border-radius: 6px; }
.ohm-product-summary { color: #f7fff1; }
.ohm-product-summary .ohm-shop-kicker { color: #f5dfad; }
.ohm-product-price { margin: 0 0 20px; color: #f5dfad; font: 700 clamp(30px, 4vw, 48px)/1.15 Montserrat, Arial, sans-serif; }
.ohm-product-intro { font-size: 19px; line-height: 1.65; }
.ohm-product-summary form.cart { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.ohm-product-summary form.cart .quantity .qty { width: 84px; min-height: 54px; padding: 10px; color: #193f10; background: #ebebeb; border: 2px solid #f5dfad; }
.ohm-product-summary form.variations_form.cart {
  display: grid;
  gap: 16px;
  margin: 28px 0;
}
.ohm-product-summary .variations {
  width: 100%;
  margin: 0;
  border: 1px solid rgba(245, 223, 173, .52);
  border-collapse: collapse;
  background: rgba(255, 255, 255, .07);
}
.ohm-product-summary .variations tbody,
.ohm-product-summary .variations tr { display: block; }
.ohm-product-summary .variations th,
.ohm-product-summary .variations td {
  display: block;
  padding: 14px 16px;
  text-align: left;
  vertical-align: middle;
}
.ohm-product-summary .variations th {
  color: #f7fff1;
  border-bottom: 1px solid rgba(245, 223, 173, .3);
  font: 700 15px/1.2 Montserrat, Arial, sans-serif;
}
.ohm-product-summary .variations td {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.ohm-product-summary .variations select {
  flex: 1 1 220px;
  min-height: 48px;
  padding: 0 38px 0 14px;
  color: #193f10;
  background: #ebebeb;
  border: 1px solid #f5dfad;
  border-radius: 4px;
  font: 400 16px/1.2 "PT Sans", Arial, sans-serif;
}
.ohm-product-summary .variations .reset_variations {
  color: #f5dfad;
  font: 700 14px/1.2 Montserrat, Arial, sans-serif;
  text-decoration: none;
}
.ohm-product-summary .single_variation_wrap { display: grid; gap: 12px; }
.ohm-product-summary .woocommerce-variation-description:empty,
.ohm-product-summary .woocommerce-variation-price:empty { display: none; }
.ohm-product-summary .woocommerce-variation-price { color: #f5dfad; font: 700 22px/1.2 Montserrat, Arial, sans-serif; }
.ohm-product-summary .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.ohm-product-summary .woocommerce-variation-add-to-cart .quantity { flex: 0 0 auto; }
.ohm-product-summary .single_add_to_cart_button {
  min-height: 54px;
  padding: 12px 24px !important;
  color: #193f10 !important;
  background: #ebebeb !important;
  border: 3px double #193f10 !important;
  border-radius: 8px !important;
  font: 700 17px/1.2 Montserrat, Arial, sans-serif !important;
}
.ohm-product-summary .single_add_to_cart_button:hover { color: #fff !important; background: #193f10 !important; border-color: #f5dfad !important; }
.ohm-product-meta { display: grid; gap: 8px; color: rgba(247,255,241,.8); font-size: 15px; }
.ohm-product-meta a { color: #f5dfad; }
.ohm-product-pager { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: clamp(30px, 4vw, 52px); }
.ohm-product-pager-link { display: flex; align-items: center; gap: 12px; min-height: 58px; padding: 14px 18px; color: #f7fff1; background: rgba(255,255,255,.08); border: 3px double rgba(245,223,173,.74); border-radius: 8px; font: 700 15px/1.3 Montserrat, Arial, sans-serif; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.ohm-product-pager-link.is-next { justify-content: flex-end; text-align: right; }
.ohm-product-pager-link > span:first-child[aria-hidden="true"],
.ohm-product-pager-link > span:last-child[aria-hidden="true"] { flex: 0 0 auto; font-size: 26px; line-height: 1; }
.ohm-product-pager-link:hover { color: #193f10; background: #f5dfad; border-color: #fff; transform: translateY(-2px); }
.ohm-product-content { padding: clamp(68px, 8vw, 110px) 0; }
.ohm-product-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .36fr); gap: clamp(28px, 5vw, 74px); align-items: start; }
.ohm-product-content-main { display: contents; }
.ohm-product-content-main .ohm-shop-section-heading { grid-column: 1 / -1; }
.ohm-product-description { max-width: 900px; padding: clamp(24px, 4vw, 46px); color: #303030; background: rgba(255,255,255,.86); border: 3px double rgba(25,63,16,.8); border-radius: 10px; box-shadow: 0 14px 30px rgba(25,63,16,.12); font-size: 18px; line-height: 1.7; }
.ohm-product-description > *:first-child { margin-top: 0; }
.ohm-product-more-info {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  margin-top: 28px;
  padding: 12px 18px;
  color: #fff;
  background: #193f10;
  border: 3px double #d6b25e;
  border-radius: 8px;
  font: 700 16px/1.2 Montserrat, Arial, sans-serif;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.ohm-product-more-info span[aria-hidden="true"] { font-size: 24px; line-height: 1; }
.ohm-product-more-info:hover,
.ohm-product-more-info:focus-visible { color: #193f10; background: #d6b25e; transform: translateY(-2px); }
.ohm-product-more-info:focus-visible { outline: 3px solid #193f10; outline-offset: 3px; }
.ohm-product-recommendations { padding: 24px; background: rgba(255,255,255,.78); border: 3px double rgba(25,63,16,.72); border-radius: 10px; box-shadow: 0 14px 30px rgba(25,63,16,.1); }
.ohm-product-recommendations h2 { margin: 0 0 20px; color: #193f10; font: 700 clamp(24px, 2.2vw, 32px)/1.15 Montserrat, Arial, sans-serif; }
.ohm-product-recommendation-list { display: grid; gap: 12px; }
.ohm-product-recommendation { display: grid; grid-template-columns: 112px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 10px; color: #193f10; background: rgba(235,235,235,.78); border: 1px solid rgba(25,63,16,.26); border-radius: 7px; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.ohm-product-recommendation img { width: 112px; height: 72px; object-fit: cover; background: #fff; border: 1px solid rgba(25,63,16,.18); border-radius: 4px; }
.ohm-product-recommendation-copy { display: grid; gap: 3px; min-width: 0; }
.ohm-product-recommendation-copy strong { font: 700 15px/1.25 Montserrat, Arial, sans-serif; }
.ohm-product-recommendation-copy small { color: #51624e; font: 700 14px/1.3 "PT Sans", Arial, sans-serif; }
.ohm-product-recommendation-arrow { color: #193f10; font-size: 21px; }
.ohm-product-recommendation:hover { color: #193f10; border-color: #d6b25e; box-shadow: 0 8px 18px rgba(25,63,16,.14); transform: translateY(-2px); }

@media (max-width: 980px) {
  .ohm-category-grid,
  body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .ohm-product-grid,
  .ohm-product-content-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) .ohm-native-shop { background-attachment: scroll; }
  .ohm-shop-wrap { width: min(100% - 32px, 1200px); }
  .ohm-shop-hero { padding: 88px 0 58px; }
  .ohm-shop-hero h1 { font-size: 52px; }
  .ohm-category-grid,
  body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) ul.products { grid-template-columns: 1fr !important; }
  body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) .woocommerce-result-count,
  body:is(.woocommerce-shop, .tax-product_cat, .tax-product_tag, .single-product) .woocommerce-ordering { float: none; width: 100%; }
  .ohm-product-hero { padding: 88px 0 58px; }
  .ohm-product-hero h1 { font-size: 42px; }
  .ohm-product-hero.ohm-surface-light,
  .ohm-product-content.ohm-surface-light { background-attachment: scroll !important; }
  .ohm-product-hero.ohm-surface-light::before { background-attachment: scroll; }
  .ohm-product-pager { gap: 10px; }
  .ohm-product-pager-link { min-height: 54px; padding: 10px 12px; font-size: 12px; }
  .ohm-product-pager-link > span:first-child[aria-hidden="true"],
  .ohm-product-pager-link > span:last-child[aria-hidden="true"] { font-size: 22px; }
}

/* Modern Cart uses a separate plugin UI. Keep the checkout drawer in the OHM system. */
#moderncart-slide-out-modal,
#moderncart-slide-out-modal * { font-family: "PT Sans", Arial, sans-serif; }
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-panel {
  color: #193f10;
  background: #ebebeb;
}
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-slide-out-header,
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-slide-out-footer,
#moderncart-slide-out-modal #moderncart-slide-out #moderncart-coupon-form-container {
  color: #193f10;
  background: #f7fff1;
  border-color: rgba(25,63,16,.32);
}
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-slide-out-header-title,
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-slide-out-header-quantity,
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-cart-item-product-name,
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-cart-item-product-name a,
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-cart-item-actions--pricing,
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-cart-item-product-price,
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-cart-totals,
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-cart-totals * {
  color: #193f10 !important;
}
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-slide-out-header-title,
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-cart-item-product-name,
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-cart-totals {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
}
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-cart-item,
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-cart-item-container {
  border-color: rgba(25,63,16,.2);
}
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-cart-item-image img {
  background: #fff;
  border: 1px solid rgba(25,63,16,.24);
  border-radius: 4px;
}
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-cart-item-actions-remove,
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-slide-out-header-close {
  color: #193f10 !important;
  background: transparent !important;
  border-color: rgba(25,63,16,.42) !important;
}
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-cart-item-actions-remove:hover,
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-slide-out-header-close:hover {
  color: #fff !important;
  background: #193f10 !important;
}
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-cart-item-quantity,
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-cart-item-quantity button,
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-cart-item-quantity input,
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-slide-out-coupon-input input {
  color: #193f10 !important;
  background: #fff !important;
  border-color: rgba(25,63,16,.38) !important;
  border-radius: 4px !important;
}
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-cart-item-quantity button:hover {
  color: #fff !important;
  background: #193f10 !important;
}
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-slide-out-coupon-form-button,
#moderncart-slide-out-modal #moderncart-slide-out .checkout-button {
  color: #fff !important;
  background: #193f10 !important;
  border: 3px double #d6b25e !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-slide-out-coupon-form-button:hover,
#moderncart-slide-out-modal #moderncart-slide-out .checkout-button:hover,
#moderncart-slide-out-modal #moderncart-slide-out .moderncart-slide-out-coupon-form-button:focus-visible,
#moderncart-slide-out-modal #moderncart-slide-out .checkout-button:focus-visible {
  color: #193f10 !important;
  background: #d6b25e !important;
}
#moderncart-slide-out-modal #moderncart-slide-out a:focus-visible,
#moderncart-slide-out-modal #moderncart-slide-out button:focus-visible,
#moderncart-slide-out-modal #moderncart-slide-out input:focus-visible {
  outline: 3px solid #d6b25e !important;
  outline-offset: 2px;
}
#moderncart-floating-cart,
.moderncart-floating-cart {
  color: #fff !important;
  background: #193f10 !important;
  border: 3px double #d6b25e !important;
  box-shadow: 0 8px 18px rgba(25,63,16,.28) !important;
}
