/*
 * Minimal Storefront bridge for the licensed Orgasto Demo 4 markup.
 * Layout, typography, utilities and responsive rules come from the immutable
 * source stylesheet retained in orgasto-source.css. The runtime copy only
 * removes remote font imports. This bridge connects dynamic Theme Contract
 * slots and adds the smallest accessibility-safe adaptations needed by the
 * functional storefront.
 */
.orgasto-canvas {
  min-height: 100vh;
  background-color: #eef6e9;
  background-image:
    radial-gradient(circle at 4% 16%, rgba(194, 221, 178, .55) 0 110px, transparent 112px),
    radial-gradient(circle at 96% 53%, rgba(194, 221, 178, .55) 0 110px, transparent 112px);
}

.orgasto-source {
  --theme-color: #047700;
  color: #202435;
  font-family: Montserrat, Arial, sans-serif;
  direction: ltr;
}

.orgasto-source a { text-decoration: none; }
.orgasto-source img { max-width: 100%; }
.orgasto-source .text-grey-400,
.orgasto-source .text-grey-500 { color: #626879 !important; }
.orgasto-source .upper-footer ul li a { color: #666d80; }
.orgasto-source .bg-green { background-color: #237a17; }
.orgasto-source .source-nonhome .sf-info a { color: #155fc9; }
.orgasto-source .source-nonhome a.sf-btn { color: #fff; }
.orgasto-source .upper-header .nav a {
  color: #6b6b6b; transition: color .15s ease;
}
.orgasto-source .upper-header .nav a:hover,
.orgasto-source .upper-header .nav a:focus-visible {
  background: transparent; color: var(--theme-color); outline: 0;
}
.orgasto-source .source-nonhome .sf-checkout p a:not(.sf-btn) { color: #155fc9; }
.orgasto-source .source-brand img { display: block; width: 145px; max-height: 54px; object-fit: contain; object-position: left center; }
.orgasto-source .source-brand--footer img { width: 125px; }
.orgasto-source .source-header-search { min-width: 0; }
.orgasto-source .source-header-search .sf-suggest { position: relative; width: 350px; }
.orgasto-source .source-header-search .sf-searchform { margin: 0; }
.orgasto-source .source-header-search .sf-searchform input {
  width: 100%; height: 45px; border: 0; border-radius: 7px; background: #f6f6f6;
  padding: 0 42px 0 18px; color: #555; font: 500 12px/45px Montserrat, Arial, sans-serif;
}
.orgasto-source .source-header-search .sf-suggest::after {
  content: "\e8bd"; position: absolute; right: 15px; top: 11px; color: #aaa;
  font-family: feather; font-size: 18px; pointer-events: none;
}
.orgasto-source .source-header-search [role="listbox"] { z-index: 120; }
.orgasto-source .source-header-icons { display: flex; align-items: center; margin-left: 5px; }
.orgasto-source .source-header-icons .nav-icon {
  display: block; width: auto; height: auto; border-radius: 0;
  transition: color .18s ease;
}
.orgasto-source .source-header-icons .nav-icon:hover,
.orgasto-source .source-header-icons .nav-icon:focus-visible {
  background: transparent; color: var(--theme-color); transform: none; outline: 0;
}
.orgasto-source .source-header-icons .source-avatar {
  width: 40px; height: 40px; margin-top: 4px; padding-top: 7px !important;
  color: #626879; font-size: 16px; font-weight: 600; text-align: center;
}
.orgasto-source .source-header-icons .sf-cart-link {
  display: block; min-width: 42px; min-height: 42px; margin-left: 3px; padding: 10px 8px 0;
  color: #626879; font-size: 0; position: relative;
}
.orgasto-source .source-header-icons .sf-cart-link::before {
  content: "\e9c9"; font-family: feather; font-size: 26px;
}
.orgasto-source .source-header-icons .sf-cart-link:not(:empty)::after {
  content: attr(data-count); font-size: 10px;
}
.orgasto-source .source-catalog-details { position: relative; }
.orgasto-source .source-catalog-details > summary,
.orgasto-source .source-catalog-details > .source-catalog-label {
  list-style: none; cursor: pointer; min-height: 50px; display: flex; align-items: center;
  color: #555; font-size: 12px; font-weight: 600;
}
.orgasto-source .source-catalog-details--home > .source-catalog-label { cursor: default; }
.orgasto-source .source-catalog-details > summary::-webkit-details-marker { display: none; }
.orgasto-source .source-catalog-details > summary::before {
  content: none;
}
.orgasto-source .source-catalog-details > summary::after {
  content: "\e64b"; margin-left: auto; color: #999; font: 10px/1 themify;
}
.orgasto-source .source-catalog-details .source-catalog-panel {
  position: absolute; z-index: 110; left: 0; top: calc(100% + 10px); width: 330px;
  padding: 10px 16px 13px; background: #fff; border-radius: 6px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
}
.orgasto-source .source-catalog-panel ul,
.orgasto-source .source-side-categories { list-style: none; margin: 0; }
.orgasto-source .source-catalog-panel ul { padding: 0; }
.orgasto-source .source-catalog-panel ul ul { padding-left: 14px; }
.orgasto-source .source-catalog-panel a {
  display: block; margin: 2px 0; padding: 8px 10px; border-radius: 7px; color: #313746;
  font-size: 13px; transition: color .16s ease, background-color .16s ease, transform .16s ease;
}
.orgasto-source .source-catalog-panel a:hover,
.orgasto-source .source-catalog-panel a:focus-visible {
  background: #f0f7ec; color: var(--theme-color); transform: translateX(3px); outline: 0;
}
.orgasto-source .source-locale-nav {
  position: relative; display: inline-flex; flex-direction: row; align-items: center; min-height: 26px; margin: 0;
  padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none;
}
.orgasto-source .source-locale-nav .nav-item { display: flex; align-items: center; padding: 0; }
.orgasto-source .source-language-control { color: #202435; }
.orgasto-source .source-language-control .sf-language-switcher {
  position: relative; display: block; color: #202435;
}
.orgasto-source .source-locale-nav:focus-within { border-color: transparent; box-shadow: none; }
.orgasto-source .sf-language-switcher__trigger {
  display: inline-flex; align-items: center; gap: 0; min-height: 26px; padding: 0 13px 0 0;
  list-style: none; border-radius: 0; color: #6b6b6b; cursor: pointer;
  transition: color .15s ease;
}
.orgasto-source .sf-language-switcher__trigger::-webkit-details-marker { display: none; }
.orgasto-source .sf-language-switcher__trigger:hover,
.orgasto-source .sf-language-switcher__trigger:focus-visible,
.orgasto-source .sf-language-switcher[open] > .sf-language-switcher__trigger {
  background: transparent; color: var(--theme-color); outline: 0;
}
.orgasto-source .source-language-control .sf-language-switcher__icon,
.orgasto-source .sf-language-switcher__code { display: none; }
.orgasto-source .sf-language-switcher__value { min-width: 0; font-size: 11px; font-weight: 600; }
.orgasto-source .source-language-control .sf-language-switcher__chevron {
  position: static; display: inline-block; margin-left: 5px; pointer-events: none; transition: transform .16s ease;
}
.orgasto-source .source-language-control .sf-language-switcher__chevron::before {
  content: "\e64b"; color: #555; font: 8px/1 themify;
}
.orgasto-source .sf-language-switcher[open] .sf-language-switcher__chevron { transform: rotate(180deg); }
.orgasto-source .sf-language-switcher__menu {
  position: absolute; z-index: 320; top: 20px; right: 0; width: 140px; margin: 5px 0 0; padding: 5px;
  list-style: none; border: 1px solid #eee; border-radius: 3px; background: #fff;
  box-shadow: 0 6px 16px rgba(27,38,25,.12);
}
.orgasto-source .sf-language-switcher__option {
  display: block; width: 100%; min-height: 30px; padding: 6px 8px; border: 0; border-radius: 0;
  background: transparent; color: #313746; text-align: left; cursor: pointer;
  font: 500 12px/1.2 Montserrat,Arial,sans-serif;
  transition: color .14s ease, background-color .14s ease;
}
.orgasto-source .sf-language-switcher__option:hover,
.orgasto-source .sf-language-switcher__option:focus-visible {
  background: #f6f6f6; color: var(--theme-color); transform: none; outline: 0;
}
.orgasto-source .sf-language-switcher__option[aria-current="true"] { background: #f6f6f6; color: var(--theme-color); }
.orgasto-source .sf-language-switcher__option-code,
.orgasto-source .sf-language-switcher__check { display: none; }
.orgasto-source .source-currency {
  margin-left: 0; padding-left: 0 !important; border-left: 0;
}
.orgasto-source .source-currency .nav-link {
  padding: 0; color: #6b6b6b !important; font-size: 11px; font-weight: 600;
  line-height: 26px; letter-spacing: 0;
}
.orgasto-source .source-currency .nav-link::after {
  content: "\e64b"; padding-left: 5px; color: #555; font: 8px/1 themify;
}
.orgasto-source .source-nav-group { position: relative; }
.orgasto-source .source-nav-group details > summary { list-style: none; cursor: pointer; }
.orgasto-source .source-nav-group details > summary::-webkit-details-marker { display: none; }
.orgasto-source .source-nav-group details > .dropdown-menu { top: 100%; left: 0; z-index: 310; min-width: 190px; }
.orgasto-source .source-nav-group details[open] > .dropdown-menu { display: block; }
.orgasto-source .source-side-categories { min-height: 100%; }
.orgasto-source .source-side-categories .source-side-category-link {
  overflow: hidden; padding-right: 28px; text-overflow: ellipsis;
}
.orgasto-source .source-side-categories .source-side-category-link:hover,
.orgasto-source .source-side-categories .source-side-category-link:focus-visible {
  color: var(--theme-color) !important; background-color: transparent;
  transform: none; box-shadow: none;
}
.orgasto-source .source-side-categories .source-side-category-link:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--theme-color) 32%, transparent);
  outline-offset: -2px;
}
.orgasto-source .source-main-nav { gap: 0; }
.orgasto-source .lower-header .source-main-nav .source-nav-item .nav-link {
  position: relative; padding: 0 20px 0 3px !important; border-radius: 0; color: #555;
  transition: color .16s ease;
}
.orgasto-source .lower-header .source-main-nav .source-nav-item .nav-link:hover,
.orgasto-source .lower-header .source-main-nav .source-nav-item .nav-link:focus-visible,
.orgasto-source .lower-header .source-main-nav .source-nav-item .nav-link[aria-current="page"] {
  background: transparent; color: var(--theme-color); outline: 0;
}
.orgasto-source .source-hero {
  min-height: 397px; background-color: #edf5e8; background-position: 88% 60%;
  background-size: 42% auto; background-repeat: no-repeat; background-blend-mode: multiply;
}
.orgasto-source .source-hero .slide-content { position: relative; z-index: 2; width: 62% !important; }
.orgasto-source .source-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(237,245,232,.98) 0%, rgba(237,245,232,.86) 47%, rgba(237,245,232,.1) 78%);
}
.orgasto-source .source-hero { position: relative; }
.orgasto-source .source-promo-tall { min-height: 397px; background: #eff6ea; }
.orgasto-source .source-promo-tall > img {
  width: 100%; height: 397px; object-fit: contain; object-position: center bottom;
  padding: 96px 24px 24px; opacity: 1; mix-blend-mode: multiply;
}
.orgasto-source .source-promo-tall .p-4 { z-index: 2; }
.orgasto-source .source-promo-card { min-height: 200px; position: relative; overflow: hidden; background-color: #eff6ea; }
.orgasto-source .source-promo-card > img {
  position: absolute; inset: 14px 14px 14px auto; width: 46%; height: calc(100% - 28px);
  object-fit: contain; object-position: center; opacity: 1; mix-blend-mode: multiply;
}
.orgasto-source .source-promo-card .source-promo-copy { position: relative; z-index: 2; max-width: 57%; margin-right: auto; }
.orgasto-source .source-benefits { margin: 0; }
.orgasto-source .source-benefits > div { min-height: 0; }
.orgasto-source .orgasto-product-grid {
  display: flex; flex-wrap: nowrap; overflow-x: auto; background: #fff;
  scroll-snap-type: x proximity; scroll-behavior: smooth; overscroll-behavior-inline: contain;
  scrollbar-color: #cfd5cc transparent; scrollbar-width: thin;
}
.orgasto-source .orgasto-product-grid .owl-items { min-width: 0; flex: 0 0 20%; border-right: 1px solid #eee; scroll-snap-align: start; }
.orgasto-source .orgasto-product-grid .owl-items:last-child { border-right: 0; }
.orgasto-source .source-product-card { height: 100%; transition: box-shadow .25s ease, transform .25s ease; }
.orgasto-source .source-product-card:hover { z-index: 2; transform: translateY(-3px); box-shadow: 0 9px 26px rgba(0,0,0,.09); }
.orgasto-source .source-product-card .source-card-image { height: 150px; object-fit: contain; }
.orgasto-source .source-product-card .source-card-title { min-height: 44px; }
.orgasto-source .source-product-card .source-card-title > a,
.orgasto-source .blog-wrapper .post-title { display: block; }
.orgasto-source .source-product-card .source-card-price { align-items: baseline; gap: 4px; }
.orgasto-source .source-product-card .star { display: flex !important; min-height: 12px; }
.orgasto-source .source-product-card .star img { width: 10px; height: 10px; object-fit: contain; }
.orgasto-source .source-product-card .sf-availability,
.orgasto-source .source-product-card .sf-eta { display: block; margin-top: 6px; font-size: 10px; color: #777; }
.orgasto-source .source-wide-banner { min-height: 220px; position: relative; overflow: hidden; background: #edf5e8; }
.orgasto-source .source-wide-banner > img {
  position: absolute; inset: 14px 4% 14px auto; width: 28%; height: calc(100% - 28px);
  object-fit: contain; opacity: .48; mix-blend-mode: multiply;
}
.orgasto-source .source-wide-banner .slide-content { position: relative; z-index: 2; }
.orgasto-source .source-categories .sf-cat-tiles { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.orgasto-source .source-categories .sf-cat-tile { position: relative; aspect-ratio: 1; overflow: hidden; border: 0; border-radius: 50%; background: #eff6ea; transition: transform .2s ease, box-shadow .2s ease; }
.orgasto-source .source-categories .sf-cat-tile img { width: 100%; height: 100%; padding: 14%; object-fit: contain; mix-blend-mode: multiply; transition: filter .2s ease, transform .25s ease; }
.orgasto-source .source-categories .sf-cat-tile:hover,
.orgasto-source .source-categories .sf-cat-tile:focus-visible { transform: translateY(-4px); box-shadow: 0 10px 25px rgba(32,36,53,.12); outline: 0; }
.orgasto-source .source-categories .sf-cat-tile:hover img,
.orgasto-source .source-categories .sf-cat-tile:focus-visible img { filter: brightness(.95); transform: scale(1.035); }
.orgasto-source .source-categories .sf-cat-tile::after { content: ""; position: absolute; inset: 52% 0 0; background: linear-gradient(transparent, rgba(255,255,255,.94)); }
.orgasto-source .source-categories .sf-cat-tile-name { position: absolute; z-index: 2; inset: auto 8px 18px; color: #202435; text-align: center; font-size: 12px; font-weight: 700; text-shadow: none; }
.orgasto-source .source-blog-image { width: 100%; aspect-ratio: 1.55; padding: 18px; object-fit: contain; background: #eff6ea; }
.orgasto-source .source-nonhome { min-height: 55vh; }
.orgasto-source .source-nonhome .sf-page-title { font-size: 24px; font-weight: 700; margin-bottom: 25px; }
.orgasto-source .source-nonhome .sf-cart,
.orgasto-source .source-nonhome .sf-checkout,
.orgasto-source .source-nonhome .sf-info { background: #fff; border: 1px solid #e5e5ee; border-radius: 6px; padding: 28px; }
.orgasto-source .source-product-detail { background: #fff; }
.orgasto-source .source-static-carousel { display: block !important; }
.orgasto-source .source-static-carousel .item { min-height: 430px; display: grid !important; place-items: center; }
.orgasto-source .source-static-carousel .item img { width: 100%; height: 330px; object-fit: contain; }
.orgasto-source .source-product-thumbs img { width: 72px; height: 88px; object-fit: contain; background: #fff; }
.orgasto-source .source-product-copy .breadcrumb-link { display: flex; flex-wrap: wrap; gap: 5px; }
.orgasto-source .source-product-copy .breadcrumb-link li,
.orgasto-source .source-product-copy .breadcrumb-link a { color: #626879 !important; }
.orgasto-source .source-product-copy .alert-warning { color: #864600 !important; }
.orgasto-source .source-product-copy .star { min-height: 15px; }
.orgasto-source .source-product-actions .sf-vp { margin-top: 0; }
.orgasto-source .source-product-actions .sf-btn {
  min-height: 44px; border-radius: 6px; background: var(--theme-color); text-transform: uppercase;
  letter-spacing: 1px; font-size: 11px;
}
.orgasto-source .source-detail-ad {
  width: 100%; min-height: 500px; overflow: hidden; border-radius: 6px; background: #edf5e8;
}
.orgasto-source .source-detail-ad img { width: 100%; height: 500px; padding: 36px 24px; object-fit: contain; opacity: 1; mix-blend-mode: multiply; }
.orgasto-source .source-related .sf-strip { margin-top: 0; }
.orgasto-source .source-related .sf-strip > h2 { font-size: 15px; font-weight: 700; margin: 8px 0 25px; }
.orgasto-source .source-related .sf-strip-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 0; border: 1px solid #eee; border-radius: 6px; }
.orgasto-source .source-list-banner { position: relative; overflow: hidden; justify-content: center; }
.orgasto-source .source-list-banner { background-color: #edf5e8; background-image: radial-gradient(circle at 70% 50%,rgba(194,221,178,.65) 0 145px,transparent 146px); }
.orgasto-source .source-list-banner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(239,246,234,.98),rgba(239,246,234,.78) 58%,rgba(239,246,234,.25)); }
.orgasto-source .source-list-banner > div { position: relative; z-index: 1; align-self: center; }
.orgasto-source .source-sort-label { width: auto; min-width: 190px; color: #666; font-size: 12px; }
.orgasto-source .source-listing .side-wrap .sf-facets h2 { margin: 28px 0 12px; color: #202435; font-size: 13px; font-weight: 600; letter-spacing: 0; text-transform: capitalize; }
.orgasto-source .source-listing .side-wrap .sf-facet { margin: 0; }
.orgasto-source .source-list-category-list { list-style: none; padding: 0; }
.orgasto-source .source-listing .side-wrap .sf-facet li a {
  position: relative; justify-content: flex-start; padding: 7px 0; border-radius: 0; color: #626879;
  transition: color .16s ease;
}
.orgasto-source .source-listing .side-wrap .sf-facet li a::before {
  content: ""; width: 16px; height: 16px; flex: 0 0 16px; border: 1px solid #d7d7df; border-radius: 3px; background: #fff;
}
.orgasto-source .source-listing .side-wrap .sf-facet li a.on::before { background: var(--theme-color); box-shadow: inset 0 0 0 3px #fff; }
.orgasto-source .source-listing .side-wrap .sf-facet li a.on { background: transparent; color: var(--theme-color); }
.orgasto-source .source-listing .side-wrap .source-list-category-list li a:hover,
.orgasto-source .source-listing .side-wrap .source-list-category-list li a:focus-visible {
  background: transparent; color: var(--theme-color); outline: 0;
}
.orgasto-source .source-listing .side-wrap .source-list-category-list li a:hover::before,
.orgasto-source .source-listing .side-wrap .source-list-category-list li a:focus-visible::before {
  border-color: var(--theme-color);
}
.orgasto-source .source-listing .side-wrap .sf-cat-tiles { display: block; }
.orgasto-source .source-listing .side-wrap .sf-cat-tile { display: block; min-height: 0; padding: 6px 0; border: 0; background: transparent; }
.orgasto-source .source-listing .side-wrap .sf-cat-tile img,.orgasto-source .source-listing .side-wrap .sf-cat-tile-blank { display: none; }
.orgasto-source .source-listing .side-wrap .sf-cat-tile-name { position: static; color: #626879; font-size: 13px; }
.orgasto-source .source-list-products { display: block; overflow: hidden; }
.orgasto-source .source-list-products .orgasto-product-grid { display: block; }
.orgasto-source .source-list-products .owl-items { border: 0; border-bottom: 1px solid #eee; }
.orgasto-source .source-list-products .owl-items:last-child { border-bottom: 0; }
.orgasto-source .source-list-products .source-product-card {
  display: grid; grid-template-columns: minmax(150px,34%) minmax(0,1fr); grid-auto-rows: min-content;
  min-height: 210px; padding: 24px !important; column-gap: 28px;
}
.orgasto-source .source-list-products .source-product-card:hover { transform: none; }
.orgasto-source .source-list-products .source-product-card > .clearfix { display: none; }
.orgasto-source .source-list-products .source-product-card > a {
  grid-column: 1; grid-row: 1 / span 8; align-self: center;
}
.orgasto-source .source-list-products .source-product-card > .star,
.orgasto-source .source-list-products .source-product-card > h2,
.orgasto-source .source-list-products .source-product-card > h6,
.orgasto-source .source-list-products .source-product-card > .sf-availability,
.orgasto-source .source-list-products .source-product-card > .sf-eta,
.orgasto-source .source-list-products .source-product-card > .sf-spec-line { grid-column: 2; }
.orgasto-source .source-list-products .source-product-card .source-card-image { height: 165px; }
.orgasto-source .source-list-products .source-product-card .source-card-title { min-height: 0; margin-top: 10px !important; }
.orgasto-source .source-list-products .source-product-card .source-card-price { margin-top: 8px; }
.orgasto-source .source-detail-media { min-height: 440px; display: grid; place-items: center; background: #f7f8f6; }
.orgasto-source .source-detail-media img { width: 100%; max-height: 420px; object-fit: contain; }
.orgasto-source .source-detail-info { padding: 15px 10px 15px 35px; }
.orgasto-source .source-detail-info .sf-btn:disabled { opacity: .48; cursor: not-allowed; }
.orgasto-source .source-account-banner {
  min-height: 250px;
  background-color: #edf5e8;
  background-image: radial-gradient(circle at 72% 0, rgba(194, 221, 178, .7) 0 120px, transparent 121px);
}
.orgasto-source .source-account-nav { position: relative; z-index: 2; }
.orgasto-source .source-account-mark {
  display: grid; place-items: center; width: 100px; height: 100px; margin: 0 auto;
  border-radius: 50%; background: #edf5e8; color: var(--theme-color); font-size: 42px; font-weight: 700;
}
.orgasto-source .source-account-content > .sf-checkout,
.orgasto-source .source-account-content > .sf-cart { border: 0; }
.orgasto-source .source-cart-page,.orgasto-source .source-checkout-page { background: #f8f9f7; }
.orgasto-source .source-cart-page .sf-cart { max-width: none; }
.orgasto-source .source-cart-page .sf-cart > h1 { font-size: 24px; font-weight: 700; margin: 0 0 22px; }
.orgasto-source .source-cart-page .sf-cart-table { margin-top: 0; }
.orgasto-source .source-cart-page .sf-cart-thumb { width: 92px; height: 78px; padding: 8px; object-fit: contain; background: #f6f6f6; }
.orgasto-source .source-checkout-page .sf-checkout { max-width: none; }
.orgasto-source .source-checkout-page .card a { color: #145bbd; }
.orgasto-source .source-checkout-page .sf-form input,.orgasto-source .source-checkout-page .sf-form select,.orgasto-source .source-checkout-page .sf-form textarea { border: 0; border-radius: 0; background: #f5f5f5; }
.orgasto-source .source-page-nav { background-color: #edf5e8; background-image: radial-gradient(circle at 72% 10%,rgba(194,221,178,.7) 0 145px,transparent 146px); }
.orgasto-source .source-info-page .card { border: 1px solid #eee !important; }
.orgasto-source .source-404-mark { display: grid; place-items: center; width: 100px; height: 100px; margin: 0 auto; border-radius: 50%; background: #edf5e8; color: var(--theme-color); font-size: 25px; font-weight: 800; }
.orgasto-source .source-preview-note { margin: 12px 0; padding: 11px 14px; border-radius: 6px; background: #fff6dc; color: #6f5913; font-size: 12px; }
.orgasto-source a[href^="mailto:"] { color: #145bbd; }
.orgasto-source .source-mobile-menu { position: relative; }
.orgasto-source .source-mobile-menu > summary { list-style: none; cursor: pointer; }
.orgasto-source .source-mobile-menu > summary::-webkit-details-marker { display: none; }
.orgasto-source .source-mobile-panel {
  position: absolute; left: 0; top: 42px; z-index: 200; width: min(310px, calc(100vw - 24px));
  padding: 14px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.18); text-align: left;
}
.orgasto-source .source-mobile-panel a {
  display: block; padding: 9px; border-radius: 7px; color: #333; font-size: 13px;
  transition: color .15s ease, background-color .15s ease, transform .15s ease;
}
.orgasto-source .source-mobile-panel a:hover,
.orgasto-source .source-mobile-panel a:focus-visible {
  background: #edf6e9; color: var(--theme-color); transform: translateX(3px); outline: 0;
}
.orgasto-source .source-mobile-panel .sf-language-switcher {
  position: relative; display: block; margin: 9px 8px 2px; border: 1px solid #dfe8da;
  border-radius: 8px; background: #f4f8f1; color: #202435;
}
.orgasto-source .source-mobile-panel .sf-language-switcher__icon::before {
  content: "\e972"; color: var(--theme-color); font: 17px/1 feather;
}
.orgasto-source .source-mobile-panel .sf-language-switcher:focus-within {
  border-color: #80ad75; box-shadow: 0 0 0 3px rgba(4,119,0,.1);
}
.orgasto-source .source-mobile-panel .sf-language-switcher__trigger {
  width: 100%; min-height: 46px; padding: 0 34px 0 12px;
}
.orgasto-source .source-mobile-panel .sf-language-switcher__chevron {
  position: absolute; right: 13px; top: 17px; pointer-events: none;
}
.orgasto-source .source-mobile-panel .sf-language-switcher__chevron::before {
  content: "\e92e"; color: #747b8d; font: 11px/1 feather;
}
.orgasto-source .source-mobile-panel .sf-language-switcher__value {
  flex: 1; min-width: 0; font-size: 12px; font-weight: 700;
}
.orgasto-source .source-mobile-panel .sf-language-switcher__menu {
  top: calc(100% + 6px); left: 0; right: 0; width: auto;
}

@media (max-width: 1199px) {
  .orgasto-source .source-header-search .sf-suggest { width: 280px; }
  .orgasto-source .orgasto-product-grid .owl-items { flex-basis: 25%; }
}

@media (max-width: 991px) {
  .orgasto-source .orgasto-product-grid .owl-items { flex-basis: 33.333%; }
  .orgasto-source .source-categories .sf-cat-tiles { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .orgasto-source .source-product-detail { margin-top: 24px; }
  .orgasto-source .source-detail-info { padding: 28px 4px 4px; }
  .orgasto-source .header-menu-mob .source-brand img { width: 110px; max-height: 38px; margin: auto; }
  .orgasto-source .header-menu-mob .sf-cart-link { color: #555; font-size: 0; }
  .orgasto-source .header-menu-mob .sf-cart-link::before { content: "\e9c9"; font: 23px/1 feather; }
  .orgasto-source .source-account-content { padding-left: 0; }
  .orgasto-source .source-related .sf-strip-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .orgasto-source .source-listing aside { padding-right: 12px !important; }
}

@media (max-width: 767px) {
  .orgasto-canvas { background-image: none; }
  .orgasto-source .main-wrapper.center-wrap { width: 100%; }
  .orgasto-source .source-hero { min-height: 390px; }
  .orgasto-source .source-hero::after { background: rgba(237,245,232,.82); }
  .orgasto-source .source-hero .slide-content { width: 75% !important; }
  .orgasto-source .source-promo-card { margin-bottom: 12px; }
  .orgasto-source .orgasto-product-grid .owl-items { flex-basis: 50%; }
  .orgasto-source .source-categories .sf-cat-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .orgasto-source .source-product-card .source-card-image { height: 130px; }
  .orgasto-source .source-product-detail { padding-left: 0 !important; padding-right: 0 !important; }
  .orgasto-source .source-static-carousel .item { min-height: 260px; padding: 25px !important; }
  .orgasto-source .source-static-carousel .item img { height: 220px; }
  .orgasto-source .source-product-thumbs img { width: 58px; height: 68px; }
  .orgasto-source .source-detail-media { min-height: 145px; height: 145px; }
  .orgasto-source .source-detail-media img { width: 100%; height: 130px; max-height: 130px; object-fit: contain; }
  .orgasto-source .source-detail-info { padding-top: 20px; }
  .orgasto-source .source-account-banner { min-height: 210px; }
  .orgasto-source .source-account-banner .h-250 { height: 210px !important; }
  .orgasto-source .source-account-nav { margin-top: -55px !important; }
  .orgasto-source .source-related .sf-strip-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .orgasto-source .source-list-products .source-product-card { grid-template-columns: 105px minmax(0,1fr); min-height: 170px; padding: 16px !important; column-gap: 15px; }
  .orgasto-source .source-list-products .source-product-card .source-card-image { height: 120px; }
  .orgasto-source .upper-footer .pt-5.mt-5 { padding-top: 0 !important; margin-top: 0 !important; }
}
