/*
Theme Name: Beddozy Flatsome Child
Description: Child theme for the Beddozy bedding store.
Author: Beddozy
Template: flatsome
Version: 1.0.0
Text Domain: eferin-flatsome-child
*/

:root {
  --eferin-ink: #1e293b;
  --eferin-muted: #5b6677;
  --eferin-soft: #f7f1e8;
  --eferin-sage: #dfe8dd;
  --eferin-blush: #f8d7d0;
}

/* LINE-inspired ecommerce refresh. */
:root {
  --eferin-green: #06c755;
  --eferin-green-dark: #05a948;
  --eferin-ink: #111111;
  --eferin-muted: #777777;
  --eferin-soft: #f5f5f5;
  --eferin-line: #efefef;
  --eferin-white: #ffffff;
}

body,
button,
input,
select,
textarea {
  color: var(--eferin-ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.product-title,
.woocommerce-loop-product__title {
  color: var(--eferin-ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.header-wrapper,
#header,
.header-main,
.header-bg-color,
.stuck .header-main {
  background: var(--eferin-white) !important;
  border-bottom: 1px solid var(--eferin-line);
  box-shadow: none !important;
}

.nav > li > a,
.nav-dropdown > li > a,
.header-nav a,
.account-link,
.cart-item a {
  color: var(--eferin-ink) !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.nav > li.active > a,
.nav > li > a:hover,
.header-nav a:hover {
  color: var(--eferin-green) !important;
}

.button,
button,
input[type="submit"],
.ux-search-submit,
.single_add_to_cart_button,
.woocommerce-mini-cart__buttons a,
.checkout-button {
  border-radius: 6px !important;
  box-shadow: none !important;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.button.primary,
.single_add_to_cart_button,
.checkout-button,
input[type="submit"].primary {
  background: var(--eferin-green) !important;
  border-color: var(--eferin-green) !important;
  color: #fff !important;
}

.button.primary:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover {
  background: var(--eferin-green-dark) !important;
  border-color: var(--eferin-green-dark) !important;
}

.button.is-outline,
.button.white.is-outline {
  background: #fff !important;
  border: 1px solid var(--eferin-ink) !important;
  color: var(--eferin-ink) !important;
}

.button.is-outline:hover,
.button.white.is-outline:hover {
  background: var(--eferin-ink) !important;
  color: #fff !important;
}

.eferin-gift-home {
  background: #fff;
  color: var(--eferin-ink);
}

.eferin-gift-promo {
  background: var(--eferin-soft);
  border-bottom: 1px solid var(--eferin-line);
  color: var(--eferin-ink);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.eferin-gift-promo div {
  padding: 14px 18px;
}

.eferin-gift-promo div + div {
  border-left: 1px solid var(--eferin-line);
}

.eferin-gift-hero {
  align-items: center;
  background: #fff;
  display: grid;
  gap: clamp(36px, 6vw, 88px);
  grid-template-columns: minmax(320px, .9fr) minmax(360px, 1.1fr);
  margin: 0 auto;
  max-width: 1280px;
  min-height: auto;
  padding: clamp(80px, 9vw, 112px) 24px;
  position: relative;
}

.eferin-gift-hero::after,
.eferin-gift-hero__bg {
  display: none;
}

.eferin-gift-hero__content {
  color: var(--eferin-ink);
  max-width: 560px;
  position: relative;
  z-index: 1;
}

.eferin-gift-eyebrow,
.eferin-gift-heading p,
.eferin-gift-hero__content .eferin-gift-eyebrow {
  color: var(--eferin-green);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: none;
}

.eferin-gift-hero h1 {
  color: var(--eferin-ink);
  font-size: clamp(48px, 6.2vw, 84px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: .98;
  margin: 0 0 24px;
}

.eferin-gift-hero p:not(.eferin-gift-eyebrow) {
  color: var(--eferin-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  margin-bottom: 30px;
  max-width: 560px;
}

.eferin-gift-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.eferin-line-preview {
  background: var(--eferin-soft);
  border-radius: 6px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  padding: clamp(18px, 2.4vw, 28px);
}

.eferin-line-preview__image {
  align-self: stretch;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.eferin-line-preview__image img {
  display: block;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  width: 100%;
}

.eferin-line-preview__panel {
  align-self: center;
  background: #fff;
  border: 1px solid var(--eferin-line);
  border-radius: 6px;
  padding: 28px;
}

.eferin-line-preview__panel span,
.eferin-line-preview__panel strong,
.eferin-line-preview__panel p,
.eferin-line-preview__panel a {
  display: block;
}

.eferin-line-preview__panel span {
  color: var(--eferin-green);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.eferin-line-preview__panel strong {
  color: var(--eferin-ink);
  font-size: 28px;
  line-height: 1.08;
  margin-bottom: 12px;
}

.eferin-line-preview__panel p {
  color: var(--eferin-muted);
  line-height: 1.55;
  margin: 0 0 22px;
}

.eferin-line-preview__panel a {
  color: var(--eferin-ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.eferin-gift-section {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(80px, 9vw, 104px) 24px;
}

.eferin-gift-section--tight {
  padding-top: clamp(80px, 9vw, 100px);
}

.eferin-gift-heading {
  margin: 0 auto 36px;
  max-width: 760px;
  text-align: center;
}

.eferin-gift-heading h2,
.eferin-upload-guide h2,
.eferin-gift-feature__copy h2 {
  color: var(--eferin-ink);
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.04;
}

.eferin-gift-heading--row a {
  color: var(--eferin-ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.eferin-gift-grid--choices {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eferin-gift-tile {
  background: #fff;
  border: 1px solid var(--eferin-line);
  border-radius: 6px;
  color: var(--eferin-ink);
  min-height: 260px;
  padding: 34px;
  text-decoration: none;
}

.eferin-gift-tile:hover {
  border-color: var(--eferin-green);
}

.eferin-gift-tile img,
.eferin-gift-tile__shade {
  display: none;
}

.eferin-gift-tile__icon {
  align-items: center;
  background: var(--eferin-green);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  margin-bottom: 34px;
  width: 56px;
}

.eferin-gift-tile__text {
  bottom: auto;
  color: var(--eferin-ink);
  left: auto;
  padding: 0;
  position: static;
  right: auto;
}

.eferin-gift-tile__text strong {
  color: var(--eferin-ink);
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.eferin-gift-tile__text small {
  color: var(--eferin-muted);
  font-size: 16px;
  line-height: 1.55;
}

.eferin-gift-band {
  background: var(--eferin-soft);
  border-bottom: 1px solid var(--eferin-line);
  border-top: 1px solid var(--eferin-line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eferin-gift-band div {
  background: #fff;
  padding: 36px 24px;
}

.eferin-gift-band strong {
  color: var(--eferin-ink);
  font-size: 20px;
}

.eferin-gift-band span,
.eferin-product-types span,
.eferin-gift-steps p,
.eferin-faq p,
.eferin-upload-guide__grid span {
  color: var(--eferin-muted);
}

.eferin-product-types a,
.eferin-gift-steps div,
.eferin-gift-home .products .product-small,
.eferin-gift-home .wc-block-product {
  background: #fff;
  border: 1px solid var(--eferin-line);
  border-radius: 6px;
  box-shadow: none;
}

.eferin-product-types img {
  background: var(--eferin-soft);
}

.eferin-gift-feature {
  align-items: center;
  background: var(--eferin-soft);
  display: grid;
  gap: clamp(32px, 6vw, 80px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  padding: clamp(80px, 9vw, 104px) max(24px, calc((100vw - 1180px) / 2));
}

.eferin-gift-feature__image img {
  border-radius: 6px;
  min-height: 480px;
}

.eferin-gift-feature__copy {
  color: var(--eferin-ink);
  padding: 0;
}

.eferin-gift-feature__copy h2 {
  margin: 0 0 20px;
}

.eferin-gift-feature__copy p,
.eferin-gift-feature__copy li {
  color: var(--eferin-muted);
  font-size: 16px;
  line-height: 1.65;
}

.eferin-upload-guide {
  background: #fff;
  border-bottom: 1px solid var(--eferin-line);
  border-top: 1px solid var(--eferin-line);
  padding: clamp(80px, 9vw, 104px) max(24px, calc((100vw - 1180px) / 2));
}

.eferin-upload-guide__grid div {
  background: var(--eferin-soft);
  border: 1px solid var(--eferin-line);
  border-radius: 6px;
}

.eferin-gift-steps b {
  background: var(--eferin-green);
  border-radius: 6px;
}

.eferin-faq__list,
.eferin-faq details {
  border-color: var(--eferin-line);
}

.eferin-faq summary {
  color: var(--eferin-ink);
  font-weight: 800;
}

.eferin-gift-home .price,
.product-info .price,
.woocommerce-Price-amount {
  color: var(--eferin-ink);
}

@media (max-width: 900px) {
  .eferin-gift-promo,
  .eferin-gift-hero,
  .eferin-line-preview,
  .eferin-gift-grid--choices,
  .eferin-product-types,
  .eferin-gift-band,
  .eferin-gift-feature,
  .eferin-upload-guide,
  .eferin-upload-guide__grid,
  .eferin-gift-steps {
    grid-template-columns: 1fr;
  }

  .eferin-gift-promo div + div {
    border-left: 0;
    border-top: 1px solid var(--eferin-line);
  }

  .eferin-gift-hero {
    padding: 64px 22px;
  }

  .eferin-gift-hero h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .eferin-line-preview__image img {
    min-height: 320px;
  }

  .eferin-gift-heading--row {
    align-items: flex-start;
    flex-direction: column;
  }

  .eferin-gift-feature__image img {
    min-height: 320px;
  }
}

/* LINE-style lock: this block is intentionally last. */
:root {
  --eferin-green: #06c755;
  --eferin-green-dark: #05a948;
  --eferin-ink: #111111;
  --eferin-muted: #777777;
  --eferin-soft: #f5f5f5;
  --eferin-line: #efefef;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

.header-wrapper,
#header,
.header-main,
.header-bg-color,
.stuck .header-main {
  background: #fff !important;
  border-bottom: 1px solid var(--eferin-line);
  box-shadow: none !important;
}

.nav > li > a,
.nav-dropdown > li > a,
.header-nav a,
.account-link,
.cart-item a {
  color: var(--eferin-ink) !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.button,
button,
input[type="submit"],
.single_add_to_cart_button,
.checkout-button {
  border-radius: 6px !important;
  box-shadow: none !important;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.button.primary,
.single_add_to_cart_button,
.checkout-button,
input[type="submit"].primary {
  background: var(--eferin-green) !important;
  border-color: var(--eferin-green) !important;
  color: #fff !important;
}

.button.primary:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover {
  background: var(--eferin-green-dark) !important;
  border-color: var(--eferin-green-dark) !important;
}

.button.is-outline,
.button.white.is-outline {
  background: #fff !important;
  border: 1px solid var(--eferin-ink) !important;
  color: var(--eferin-ink) !important;
}

.eferin-gift-home {
  background: #fff;
  color: var(--eferin-ink);
}

.eferin-gift-promo {
  background: var(--eferin-soft) !important;
  border-bottom: 1px solid var(--eferin-line);
  color: var(--eferin-ink) !important;
  display: grid;
  font-size: 14px;
  font-weight: 500;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  letter-spacing: 0;
  text-transform: none;
}

.eferin-gift-hero {
  align-items: center;
  background: #fff !important;
  display: grid !important;
  gap: clamp(36px, 6vw, 88px);
  grid-template-columns: minmax(320px, .9fr) minmax(360px, 1.1fr);
  margin: 0 auto;
  max-width: 1280px;
  min-height: auto !important;
  padding: clamp(44px, 6vw, 72px) 24px clamp(64px, 8vw, 90px) !important;
}

.eferin-gift-hero::after,
.eferin-gift-hero__bg {
  display: none !important;
}

.eferin-gift-hero__content {
  color: var(--eferin-ink) !important;
  max-width: 560px;
}

.eferin-gift-eyebrow,
.eferin-gift-heading p,
.eferin-gift-hero__content .eferin-gift-eyebrow {
  color: var(--eferin-green) !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.eferin-gift-hero h1 {
  color: var(--eferin-ink) !important;
  font-size: clamp(42px, 4.9vw, 64px);
  font-weight: 800;
  line-height: .98;
}

.eferin-gift-hero p:not(.eferin-gift-eyebrow),
.eferin-line-preview__panel p,
.eferin-gift-band span,
.eferin-product-types span,
.eferin-gift-feature__copy p,
.eferin-gift-feature__copy li,
.eferin-upload-guide__grid span,
.eferin-gift-steps p,
.eferin-faq p {
  color: var(--eferin-muted) !important;
}

.eferin-line-preview {
  background: var(--eferin-soft);
  border-radius: 6px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  padding: clamp(18px, 2.4vw, 28px);
}

.eferin-line-preview__image,
.eferin-line-preview__panel,
.eferin-gift-tile,
.eferin-product-types a,
.eferin-gift-steps div,
.eferin-gift-home .products .product-small {
  background: #fff !important;
  border: 1px solid var(--eferin-line);
  border-radius: 6px;
  box-shadow: none;
}

.eferin-line-preview__image {
  overflow: hidden;
}

.eferin-line-preview__image img {
  display: block;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  width: 100%;
}

.eferin-line-preview__panel {
  align-self: center;
  padding: 28px;
}

.eferin-line-preview__panel span,
.eferin-line-preview__panel strong,
.eferin-line-preview__panel p,
.eferin-line-preview__panel a {
  display: block;
}

.eferin-line-preview__panel span {
  color: var(--eferin-green);
  font-size: 14px;
  font-weight: 700;
}

.eferin-line-preview__panel strong {
  color: var(--eferin-ink);
  font-size: 28px;
  line-height: 1.08;
}

.eferin-gift-section,
.eferin-upload-guide,
.eferin-gift-feature {
  padding-bottom: clamp(80px, 9vw, 104px) !important;
  padding-top: clamp(80px, 9vw, 104px) !important;
}

.eferin-gift-heading h2,
.eferin-upload-guide h2,
.eferin-gift-feature__copy h2 {
  color: var(--eferin-ink) !important;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 800;
  line-height: 1.04;
}

.eferin-gift-tile {
  color: var(--eferin-ink);
  min-height: 260px;
  padding: 34px;
  text-decoration: none;
}

.eferin-gift-tile img,
.eferin-gift-tile__shade {
  display: none !important;
}

.eferin-gift-tile__icon {
  align-items: center;
  background: var(--eferin-green);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  margin-bottom: 34px;
  width: 56px;
}

.eferin-gift-tile__text {
  color: var(--eferin-ink);
  padding: 0;
  position: static;
}

.eferin-gift-tile__text strong {
  color: var(--eferin-ink);
  font-size: 30px;
}

.eferin-gift-tile__text small {
  color: var(--eferin-muted);
  font-size: 16px;
  line-height: 1.55;
}

.eferin-gift-band,
.eferin-gift-feature {
  background: var(--eferin-soft) !important;
}

.eferin-gift-band div {
  background: #fff;
}

.eferin-gift-feature__copy {
  color: var(--eferin-ink);
  padding: 0;
}

.eferin-upload-guide {
  background: #fff !important;
  border-bottom: 1px solid var(--eferin-line);
  border-top: 1px solid var(--eferin-line);
}

.eferin-upload-guide__grid div {
  background: var(--eferin-soft) !important;
  border: 1px solid var(--eferin-line);
}

.eferin-gift-steps b {
  background: var(--eferin-green) !important;
  border-radius: 6px;
}

@media (max-width: 900px) {
  .eferin-gift-promo,
  .eferin-gift-hero,
  .eferin-line-preview,
  .eferin-gift-grid--choices,
  .eferin-product-types,
  .eferin-gift-band,
  .eferin-gift-feature,
  .eferin-upload-guide,
  .eferin-upload-guide__grid,
  .eferin-gift-steps {
    grid-template-columns: 1fr;
  }

  .eferin-line-preview__image img {
    min-height: 320px;
  }
}

/* Final LINE-style overrides. Keep this block last so older homepage rules cannot win. */
:root {
  --eferin-green: #06c755;
  --eferin-green-dark: #05a948;
  --eferin-ink: #111111;
  --eferin-muted: #777777;
  --eferin-soft: #f5f5f5;
  --eferin-line: #efefef;
  --eferin-white: #ffffff;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.product-title,
.woocommerce-loop-product__title {
  color: var(--eferin-ink);
}

.header-wrapper,
#header,
.header-main,
.header-bg-color,
.stuck .header-main {
  background: #fff !important;
  border-bottom: 1px solid var(--eferin-line);
  box-shadow: none !important;
}

.nav > li > a,
.nav-dropdown > li > a,
.header-nav a,
.account-link,
.cart-item a {
  color: var(--eferin-ink) !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.nav > li.active > a,
.nav > li > a:hover,
.header-nav a:hover {
  color: var(--eferin-green) !important;
}

.button,
button,
input[type="submit"],
.ux-search-submit,
.single_add_to_cart_button,
.checkout-button {
  border-radius: 6px !important;
  box-shadow: none !important;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.button.primary,
.single_add_to_cart_button,
.checkout-button,
input[type="submit"].primary {
  background: var(--eferin-green) !important;
  border-color: var(--eferin-green) !important;
  color: #fff !important;
}

.button.primary:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover {
  background: var(--eferin-green-dark) !important;
  border-color: var(--eferin-green-dark) !important;
}

.button.is-outline,
.button.white.is-outline {
  background: #fff !important;
  border: 1px solid var(--eferin-ink) !important;
  color: var(--eferin-ink) !important;
}

.button.is-outline:hover,
.button.white.is-outline:hover {
  background: var(--eferin-ink) !important;
  color: #fff !important;
}

.eferin-gift-home {
  background: #fff;
  color: var(--eferin-ink);
}

.eferin-gift-promo {
  background: var(--eferin-soft) !important;
  border-bottom: 1px solid var(--eferin-line);
  color: var(--eferin-ink) !important;
  display: grid;
  font-size: 14px;
  font-weight: 500;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  letter-spacing: 0;
  text-transform: none;
}

.eferin-gift-promo div + div {
  border-left: 1px solid var(--eferin-line);
}

.eferin-gift-hero {
  align-items: center;
  background: #fff !important;
  display: grid !important;
  gap: clamp(36px, 6vw, 88px);
  grid-template-columns: minmax(320px, .9fr) minmax(360px, 1.1fr);
  margin: 0 auto;
  max-width: 1280px;
  min-height: auto !important;
  padding: clamp(44px, 6vw, 72px) 24px clamp(64px, 8vw, 90px) !important;
}

.eferin-gift-hero::after,
.eferin-gift-hero__bg {
  display: none !important;
}

.eferin-gift-hero__content {
  color: var(--eferin-ink);
  max-width: 560px;
}

.eferin-gift-eyebrow,
.eferin-gift-heading p,
.eferin-gift-hero__content .eferin-gift-eyebrow {
  color: var(--eferin-green) !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: none;
}

.eferin-gift-hero h1 {
  color: var(--eferin-ink) !important;
  font-size: clamp(42px, 4.9vw, 64px);
  font-weight: 800;
  line-height: .98;
  margin: 0 0 24px;
}

.eferin-gift-hero p:not(.eferin-gift-eyebrow) {
  color: var(--eferin-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  margin-bottom: 30px;
  max-width: 560px;
}

.eferin-line-preview {
  background: var(--eferin-soft);
  border-radius: 6px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  padding: clamp(18px, 2.4vw, 28px);
}

.eferin-line-preview__image {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.eferin-line-preview__image img {
  display: block;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  width: 100%;
}

.eferin-line-preview__panel {
  align-self: center;
  background: #fff;
  border: 1px solid var(--eferin-line);
  border-radius: 6px;
  padding: 28px;
}

.eferin-line-preview__panel span,
.eferin-line-preview__panel strong,
.eferin-line-preview__panel p,
.eferin-line-preview__panel a {
  display: block;
}

.eferin-line-preview__panel span {
  color: var(--eferin-green);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.eferin-line-preview__panel strong {
  color: var(--eferin-ink);
  font-size: 28px;
  line-height: 1.08;
  margin-bottom: 12px;
}

.eferin-line-preview__panel p,
.eferin-gift-band span,
.eferin-product-types span,
.eferin-gift-feature__copy p,
.eferin-gift-feature__copy li,
.eferin-upload-guide__grid span,
.eferin-gift-steps p,
.eferin-faq p {
  color: var(--eferin-muted);
}

.eferin-gift-section,
.eferin-upload-guide,
.eferin-gift-feature {
  padding-bottom: clamp(80px, 9vw, 104px);
  padding-top: clamp(80px, 9vw, 104px);
}

.eferin-gift-heading h2,
.eferin-upload-guide h2,
.eferin-gift-feature__copy h2 {
  color: var(--eferin-ink) !important;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 800;
  line-height: 1.04;
}

.eferin-gift-tile,
.eferin-product-types a,
.eferin-gift-steps div,
.eferin-gift-home .products .product-small,
.eferin-gift-home .wc-block-product {
  background: #fff !important;
  border: 1px solid var(--eferin-line);
  border-radius: 6px;
  box-shadow: none;
}

.eferin-gift-tile {
  color: var(--eferin-ink);
  min-height: 260px;
  padding: 34px;
  text-decoration: none;
}

.eferin-gift-tile img,
.eferin-gift-tile__shade {
  display: none !important;
}

.eferin-gift-tile__icon {
  align-items: center;
  background: var(--eferin-green);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  margin-bottom: 34px;
  width: 56px;
}

.eferin-gift-tile__text {
  color: var(--eferin-ink);
  padding: 0;
  position: static;
}

.eferin-gift-tile__text strong {
  color: var(--eferin-ink);
  font-size: 30px;
  line-height: 1.1;
}

.eferin-gift-tile__text small {
  color: var(--eferin-muted);
  font-size: 16px;
  line-height: 1.55;
}

.eferin-gift-band {
  background: var(--eferin-soft);
  border-bottom: 1px solid var(--eferin-line);
  border-top: 1px solid var(--eferin-line);
}

.eferin-gift-band div {
  background: #fff;
  padding: 36px 24px;
}

.eferin-gift-feature {
  background: var(--eferin-soft);
  gap: clamp(32px, 6vw, 80px);
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  padding-right: max(24px, calc((100vw - 1180px) / 2));
}

.eferin-gift-feature__copy {
  color: var(--eferin-ink);
  padding: 0;
}

.eferin-gift-feature__copy h2 {
  color: var(--eferin-ink) !important;
}

.eferin-gift-feature__image img {
  border-radius: 6px;
}

.eferin-upload-guide {
  background: #fff;
  border-bottom: 1px solid var(--eferin-line);
  border-top: 1px solid var(--eferin-line);
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  padding-right: max(24px, calc((100vw - 1180px) / 2));
}

.eferin-upload-guide__grid div {
  background: var(--eferin-soft);
  border: 1px solid var(--eferin-line);
}

.eferin-gift-steps b {
  background: var(--eferin-green);
  border-radius: 6px;
}

.eferin-faq__list,
.eferin-faq details {
  border-color: var(--eferin-line);
}

@media (max-width: 900px) {
  .eferin-gift-promo,
  .eferin-gift-hero,
  .eferin-line-preview,
  .eferin-gift-grid--choices,
  .eferin-product-types,
  .eferin-gift-band,
  .eferin-gift-feature,
  .eferin-upload-guide,
  .eferin-upload-guide__grid,
  .eferin-gift-steps {
    grid-template-columns: 1fr;
  }

  .eferin-gift-promo div + div {
    border-left: 0;
    border-top: 1px solid var(--eferin-line);
  }

  .eferin-gift-hero {
    padding: 64px 22px;
  }

  .eferin-line-preview__image img {
    min-height: 320px;
  }
}

body {
  color: var(--eferin-ink);
}

.button,
button,
input[type="submit"],
.ux-search-submit {
  border-radius: 6px;
}

.eferin-personalization,
.eferin-size-chart {
  border: 1px solid rgba(30, 41, 59, .16);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  margin: 22px 0;
}

.single-product .eferin-personalization {
  clear: both;
  scroll-margin-top: 110px;
}

.eferin-personalization h3,
.eferin-size-chart h3 {
  font-size: 20px;
  margin: 0 0 10px;
}

.eferin-personalization .form-row {
  float: none;
  margin-bottom: 18px;
  padding: 0;
  width: 100%;
}

.eferin-personalization label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

.eferin-personalization input[type="text"],
.eferin-personalization select,
.eferin-personalization textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(30, 41, 59, .24);
  border-radius: 6px;
  padding: 11px;
}

.eferin-personalization select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, transparent 50%, #4d5b70 50%),
    linear-gradient(135deg, #4d5b70 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  color: #172033;
  cursor: pointer;
  font-size: 16px;
  height: 52px;
  line-height: 1.2;
  padding: 0 48px 0 14px;
}

.eferin-personalization input[type="text"],
.eferin-personalization textarea {
  font-size: 16px;
}

.eferin-personalization textarea {
  min-height: 132px;
  resize: vertical;
}

.eferin-personalization input[type="file"] {
  background: #fff;
  border: 1px solid rgba(30, 41, 59, .22);
  border-radius: 6px;
  display: block;
  font-size: 15px;
  max-width: 100%;
  padding: 10px;
  width: 100%;
}

.eferin-personalization input:focus,
.eferin-personalization select:focus,
.eferin-personalization textarea:focus {
  border-color: #3f5f8f;
  box-shadow: 0 0 0 3px rgba(63, 95, 143, .16);
  outline: 0;
}

.eferin-field-note {
  color: var(--eferin-muted);
  display: block;
  font-size: 14px;
  margin-top: 6px;
}

.eferin-size-chart table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}

.eferin-size-chart th,
.eferin-size-chart td {
  border-bottom: 1px solid rgba(30, 41, 59, .14);
  padding: 10px;
  text-align: left;
}

.eferin-personalize-button {
  width: 100%;
  text-align: center;
}

@media (min-width: 850px) {
  .single-product .product-main {
    padding-top: 28px;
  }

  .single-product .product-info {
    padding-top: 0;
  }

  .single-product .product-title {
    font-size: clamp(30px, 2.4vw, 38px);
    line-height: 1.16;
    margin-bottom: 10px;
  }

  .single-product .product-info .price {
    margin: 10px 0 12px;
  }

  .single-product .product-short-description,
  .single-product .woocommerce-product-details__short-description {
    color: #4b5563;
    line-height: 1.55;
    margin-bottom: 14px;
  }

  .single-product form.cart {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 14px;
  }

  .single-product form.cart .eferin-personalization {
    flex: 1 1 360px;
    margin: 0;
    min-width: 320px;
  }

  .single-product form.cart .quantity,
  .single-product form.cart .single_add_to_cart_button {
    margin-bottom: 0;
    margin-top: 0;
  }

  .single-product form.cart .quantity {
    flex: 0 0 112px;
  }

  .single-product form.cart .single_add_to_cart_button {
    flex: 1 1 220px;
    max-width: 260px;
    min-height: 48px;
  }
}

/* Fix homepage order-path cards after the LINE refresh. */
.eferin-gift-promo {
  display: none !important;
}

.eferin-gift-grid {
  display: grid !important;
  gap: 22px !important;
}

.eferin-gift-grid--choices {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.eferin-gift-grid--choices .eferin-gift-tile {
  align-items: flex-start !important;
  background: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 6px !important;
  color: var(--eferin-ink, #111111) !important;
  display: grid !important;
  gap: 22px !important;
  grid-template-columns: 72px minmax(0, 1fr) !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 32px !important;
  position: relative !important;
  text-decoration: none !important;
}

.eferin-gift-grid--choices .eferin-gift-tile:hover {
  border-color: var(--eferin-green, #06c755) !important;
}

.eferin-gift-grid--choices .eferin-gift-tile img,
.eferin-gift-grid--choices .eferin-gift-tile__shade {
  display: none !important;
}

.eferin-gift-grid--choices .eferin-gift-tile__icon {
  align-items: center !important;
  background: var(--eferin-green, #06c755) !important;
  border-radius: 6px !important;
  color: #fff !important;
  display: flex !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  height: 60px !important;
  justify-content: center !important;
  margin: 0 !important;
  position: static !important;
  width: 60px !important;
}

.eferin-gift-grid--choices .eferin-gift-tile__text {
  bottom: auto !important;
  color: var(--eferin-ink, #111111) !important;
  display: block !important;
  left: auto !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
}

.eferin-gift-grid--choices .eferin-gift-tile__text strong,
.eferin-gift-grid--choices .eferin-gift-tile__text small {
  display: block !important;
}

.eferin-gift-grid--choices .eferin-gift-tile__text strong {
  color: var(--eferin-ink, #111111) !important;
  font-size: clamp(24px, 2.4vw, 34px) !important;
  line-height: 1.1 !important;
  margin: 0 0 10px !important;
  overflow-wrap: anywhere !important;
}

.eferin-gift-grid--choices .eferin-gift-tile__text small {
  color: var(--eferin-muted, #777777) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  max-width: 460px !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 900px) {
  .eferin-gift-grid--choices {
    grid-template-columns: 1fr !important;
  }

  .eferin-gift-grid--choices .eferin-gift-tile {
    grid-template-columns: 60px minmax(0, 1fr) !important;
    padding: 24px !important;
  }
}

/* Polish upload guide and how-it-works sections. */
.eferin-upload-guide {
  align-items: center !important;
  background: #fff !important;
  border-bottom: 1px solid var(--eferin-line, #efefef) !important;
  border-top: 1px solid var(--eferin-line, #efefef) !important;
  display: grid !important;
  gap: clamp(32px, 5vw, 72px) !important;
  grid-template-columns: minmax(300px, 460px) minmax(420px, 1fr) !important;
  margin: 0 !important;
  padding: clamp(72px, 8vw, 96px) max(24px, calc((100vw - 1180px) / 2)) !important;
}

.eferin-upload-guide h2 {
  color: var(--eferin-ink, #111111) !important;
  font-size: clamp(34px, 4vw, 54px) !important;
  font-weight: 800 !important;
  line-height: 1.06 !important;
  margin: 0 !important;
  max-width: 520px !important;
}

.eferin-upload-guide__grid {
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: 1fr !important;
}

.eferin-upload-guide__grid div {
  align-items: start !important;
  background: var(--eferin-soft, #f5f5f5) !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 6px !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: 126px minmax(0, 1fr) !important;
  padding: 22px 24px !important;
}

.eferin-upload-guide__grid strong {
  color: var(--eferin-ink, #111111) !important;
  display: block !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.eferin-upload-guide__grid span {
  color: var(--eferin-muted, #777777) !important;
  display: block !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  overflow-wrap: anywhere !important;
}

.eferin-gift-section:has(.eferin-gift-steps) {
  max-width: 1180px !important;
  padding-bottom: clamp(72px, 8vw, 96px) !important;
  padding-top: clamp(72px, 8vw, 96px) !important;
}

.eferin-gift-section:has(.eferin-gift-steps) .eferin-gift-heading {
  margin-bottom: 42px !important;
  max-width: 760px !important;
}

.eferin-gift-section:has(.eferin-gift-steps) .eferin-gift-heading h2 {
  font-size: clamp(34px, 4.4vw, 58px) !important;
  line-height: 1.05 !important;
}

.eferin-gift-steps {
  display: grid !important;
  gap: 22px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.eferin-gift-steps div {
  background: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  min-height: 220px !important;
  padding: 30px !important;
}

.eferin-gift-steps b {
  align-items: center !important;
  background: var(--eferin-green, #06c755) !important;
  border-radius: 6px !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  height: 44px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 0 24px !important;
  width: 44px !important;
}

.eferin-gift-steps h3 {
  color: var(--eferin-ink, #111111) !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  margin: 0 0 14px !important;
}

.eferin-gift-steps p {
  color: var(--eferin-muted, #777777) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

@media (max-width: 900px) {
  .eferin-upload-guide,
  .eferin-gift-steps {
    grid-template-columns: 1fr !important;
  }

  .eferin-upload-guide__grid div {
    grid-template-columns: 1fr !important;
  }

  .eferin-gift-steps div {
    min-height: 0 !important;
  }
}

/* Shared LINE-style polish for WooCommerce and inner pages. */
.page-wrapper,
.shop-container,
.product-container,
.cart-container,
.checkout-page-title,
.woocommerce-cart .page-wrapper,
.woocommerce-checkout .page-wrapper {
  background: #fff !important;
}

.page-title,
.woocommerce-products-header,
.shop-page-title,
.category-page-title {
  background: #fff !important;
  border-bottom: 1px solid var(--eferin-line, #efefef) !important;
  color: var(--eferin-ink, #111111) !important;
}

.page-title-inner,
.shop-page-title .page-title-inner,
.category-page-title .page-title-inner {
  min-height: 0 !important;
  padding: 34px 0 !important;
}

.breadcrumbs,
.woocommerce-breadcrumb,
.product-info .breadcrumbs,
.product_meta,
.is-divider {
  color: var(--eferin-muted, #777777) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.is-divider {
  background-color: var(--eferin-line, #efefef) !important;
  height: 1px !important;
  margin: 16px 0 18px !important;
  max-width: 48px !important;
}

.shop-container .products,
.related-products-wrapper .products,
.upsells .products {
  row-gap: 28px !important;
}

.archive.woocommerce .shop-container .large-3.hide-for-medium {
  display: none !important;
}

.archive.woocommerce .shop-container .large-9 {
  flex-basis: 100% !important;
  max-width: 100% !important;
}

.archive.woocommerce .category-page-row > .large-3.hide-for-medium {
  display: none !important;
}

.archive.woocommerce .category-page-row > .large-9 {
  flex-basis: 100% !important;
  max-width: 100% !important;
}

.product-small,
.product-small .box,
.wc-block-product {
  background: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.product-small .box-image,
.product-small .box-image img,
.product-gallery .woocommerce-product-gallery__image img,
.woocommerce-product-gallery__wrapper img {
  background: var(--eferin-soft, #f5f5f5) !important;
}

.product-small .box-image img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

.product-small .box-text {
  padding: 18px 18px 20px !important;
}

.product-small .category,
.product-small .posted_in,
.product-info .posted_in,
.product-info .sku_wrapper {
  color: var(--eferin-muted, #777777) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.product-small .name,
.woocommerce-loop-product__title,
.product-small .product-title a {
  color: var(--eferin-ink, #111111) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.28 !important;
}

.product-small .price-wrapper,
.price-wrapper,
.product-info .price,
.woocommerce-Price-amount {
  color: var(--eferin-ink, #111111) !important;
  font-weight: 800 !important;
}

.product-small .add-to-cart-button .button,
.product-small .button,
.woocommerce-mini-cart__buttons a,
.woocommerce-cart-form .button,
.cart_totals .checkout-button,
.woocommerce-checkout-payment .button,
.place-order .button {
  background: var(--eferin-green, #06c755) !important;
  border-color: var(--eferin-green, #06c755) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.single-product .product-main {
  background: #fff !important;
  padding-bottom: 56px !important;
  padding-top: 44px !important;
}

.single-product .product-gallery,
.single-product .product-info {
  background: #fff !important;
}

.single-product .product-gallery .flickity-viewport,
.single-product .product-gallery .woocommerce-product-gallery__image,
.single-product .product-thumbnails img {
  border-radius: 6px !important;
  overflow: hidden !important;
}

.single-product .product-title {
  color: var(--eferin-ink, #111111) !important;
  font-size: clamp(34px, 4vw, 54px) !important;
  font-weight: 800 !important;
  line-height: 1.04 !important;
  margin-bottom: 16px !important;
}

.single-product .product-short-description,
.single-product .woocommerce-product-details__short-description {
  color: var(--eferin-muted, #777777) !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.single-product .product-next-prev,
.single-product .next-prev-thumbs,
.single-product .product-nav,
.single-product .next-prev-nav,
.single-product .nav-next-prev,
.single-product .product-page-nav,
.single-product .product-navigation,
.single-product .woocommerce-product-gallery__trigger + .product-next-prev {
  display: none !important;
}

@media (min-width: 850px) {
  .single-product .product-main .row,
  .single-product .product-container .row {
    max-width: 1360px !important;
  }

  .single-product .product-title {
    max-width: 680px !important;
  }

  .single-product .product-short-description,
  .single-product .woocommerce-product-details__short-description {
    max-width: 620px !important;
  }
}

.eferin-personalization,
.eferin-size-chart {
  background: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  padding: 24px !important;
}

.eferin-personalization h3,
.eferin-size-chart h3 {
  color: var(--eferin-ink, #111111) !important;
  font-weight: 800 !important;
}

.eferin-personalization label,
.eferin-size-label {
  color: var(--eferin-ink, #111111) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.eferin-personalization input[type="text"],
.eferin-personalization input[type="file"],
.eferin-personalization select,
.eferin-personalization textarea,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce select,
.woocommerce textarea,
.select2-container .select2-selection {
  background-color: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: var(--eferin-ink, #111111) !important;
}

.eferin-personalization input:focus,
.eferin-personalization select:focus,
.eferin-personalization textarea:focus,
.woocommerce input:focus,
.woocommerce select:focus,
.woocommerce textarea:focus,
.select2-container--open .select2-selection {
  border-color: var(--eferin-green, #06c755) !important;
  box-shadow: 0 0 0 3px rgba(6, 199, 85, .14) !important;
  outline: 0 !important;
}

.eferin-size-chart-text {
  color: var(--eferin-ink, #111111) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.eferin-quantity-row {
  align-items: center !important;
  border-top: 1px solid var(--eferin-line, #efefef) !important;
  display: flex !important;
  justify-content: space-between !important;
  margin-top: 16px !important;
  padding: 16px 2px 0 !important;
}

.eferin-quantity-label {
  color: var(--eferin-muted, #777777) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.single-product form.cart .eferin-quantity-row .quantity,
.eferin-quantity-row .quantity {
  flex: 0 0 auto !important;
  float: none !important;
  margin: 0 !important;
  max-width: none !important;
  width: auto !important;
}

.eferin-quantity-row .quantity input.qty {
  height: 42px !important;
}

.eferin-ruler-icon {
  border-color: var(--eferin-ink, #111111) !important;
}

.eferin-final-total span {
  color: var(--eferin-muted, #777777) !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.eferin-final-total strong {
  color: var(--eferin-ink, #111111) !important;
}

.eferin-size-chart-dialog {
  border-radius: 6px !important;
  box-shadow: none !important;
}

.eferin-size-chart-eyebrow {
  color: var(--eferin-green, #06c755) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.woocommerce-tabs,
.product-footer,
.related-products-wrapper {
  border-top: 1px solid var(--eferin-line, #efefef) !important;
}

.product-section-title,
.woocommerce-tabs .tabs a,
.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading {
  color: var(--eferin-ink, #111111) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.shop_table,
.cart_totals,
.checkout_coupon,
.woocommerce-checkout-review-order,
.woocommerce-checkout-payment,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.woocommerce-message,
.woocommerce-info {
  border-left: 4px solid var(--eferin-green, #06c755) !important;
  color: var(--eferin-ink, #111111) !important;
}

.woocommerce-error {
  border-left: 4px solid #dc2626 !important;
}

@media (max-width: 849px) {
  .single-product .product-title {
    font-size: clamp(30px, 10vw, 42px) !important;
  }

  .product-small .box-text {
    padding: 14px !important;
  }
}

/* Align logo and quick-view overlay with LINE palette. */
#logo a,
.logo a,
.header-logo a,
#masthead .logo a,
.header-wrapper .logo a {
  color: var(--eferin-ink, #111111) !important;
}

#logo img,
.logo img,
.header-logo img {
  filter: grayscale(1) brightness(0) !important;
}

.product-small .quick-view,
.product-small .quick-view-button,
.product-small .show-on-hover .quick-view,
.product-small .image-tools a,
.product-small .grid-tools a,
.product-small .image-tools .quick-view,
.product-small .grid-tools .quick-view {
  background: var(--eferin-green, #06c755) !important;
  border-color: var(--eferin-green, #06c755) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.product-small .quick-view:hover,
.product-small .quick-view-button:hover,
.product-small .image-tools a:hover,
.product-small .grid-tools a:hover {
  background: var(--eferin-green-dark, #05a948) !important;
  border-color: var(--eferin-green-dark, #05a948) !important;
  color: #fff !important;
}

/* Redesigned shop/category archive layout. */
.archive.woocommerce .shop-page-title,
.archive.woocommerce .category-page-title {
  border-bottom: 1px solid var(--eferin-line, #efefef) !important;
  margin-bottom: 0 !important;
}

.archive.woocommerce .shop-page-title .page-title-inner,
.archive.woocommerce .category-page-title .page-title-inner {
  align-items: center !important;
  display: flex !important;
  gap: 18px !important;
  justify-content: space-between !important;
  max-width: 1180px !important;
  min-height: 0 !important;
  padding: 24px 0 !important;
}

.archive.woocommerce .woocommerce-result-count {
  color: var(--eferin-muted, #777777) !important;
  font-size: 14px !important;
  margin: 0 !important;
}

.archive.woocommerce .woocommerce-ordering select {
  background-color: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: var(--eferin-ink, #111111) !important;
  font-size: 14px !important;
  min-height: 42px !important;
}

.eferin-shop-hero {
  background: var(--eferin-soft, #f5f5f5);
  border: 1px solid var(--eferin-line, #efefef);
  border-radius: 6px;
  margin: 24px 0 26px;
  padding: clamp(24px, 4vw, 38px);
}

.eferin-shop-hero__eyebrow {
  color: var(--eferin-green, #06c755);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 14px;
}

.eferin-shop-hero h1 {
  color: var(--eferin-ink, #111111);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 14px;
}

.eferin-shop-hero p:not(.eferin-shop-hero__eyebrow) {
  color: var(--eferin-muted, #777777);
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  max-width: 650px;
}

.archive.woocommerce .category-page-row {
  max-width: 1180px !important;
}

.archive.woocommerce .term-description,
.archive.woocommerce .shop-container .term-description {
  display: none !important;
}

.archive.woocommerce .products.row {
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.archive.woocommerce .products.row::before,
.archive.woocommerce .products.row::after {
  display: none !important;
}

.archive.woocommerce .products.row > .product-small {
  flex-basis: auto !important;
  max-width: none !important;
  padding: 0 !important;
  width: auto !important;
}

.archive.woocommerce .product-small,
.archive.woocommerce .product-small .box {
  height: 100% !important;
}

.archive.woocommerce .product-small .box {
  display: flex !important;
  flex-direction: column !important;
}

.archive.woocommerce .product-small .box-image img {
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
}

.archive.woocommerce .product-small .box-text {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-height: 118px !important;
  padding: 16px 18px 18px !important;
}

.archive.woocommerce .product-small .category {
  font-size: 11px !important;
  margin-bottom: 6px !important;
}

.archive.woocommerce .product-small .name {
  min-height: 30px !important;
}

.archive.woocommerce .product-small .name > a {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  height: 30px !important;
  overflow: hidden !important;
}

.archive.woocommerce .product-small .name,
.archive.woocommerce .product-small .product-title a {
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.22 !important;
}

.archive.woocommerce .product-small .price-wrapper {
  margin-top: auto !important;
}

.archive.woocommerce .woocommerce-pagination {
  margin-top: 40px !important;
}

@media (min-width: 1200px) {
  .archive.woocommerce .products.row {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .eferin-shop-hero,
  .archive.woocommerce .products.row {
    grid-template-columns: 1fr !important;
  }

  .archive.woocommerce .shop-page-title .page-title-inner,
  .archive.woocommerce .category-page-title .page-title-inner {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .eferin-shop-hero h1 {
    font-size: clamp(36px, 11vw, 52px);
  }
}

/* LINE-style header search dropdown. */
.header-search > a,
.header-search > a.icon,
.nav .header-search > a,
.nav .search-dropdown > a,
.nav .search-dropdown > a.icon,
.header-search .is-small,
.header-search a {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: var(--eferin-ink, #111111) !important;
  display: inline-flex !important;
  height: 42px !important;
  justify-content: center !important;
  min-width: 42px !important;
  outline: 0 !important;
}

.header-search > a:hover,
.header-search > a:focus,
.header-search > a:active,
.header-search.current-dropdown > a,
.nav .search-dropdown > a:hover,
.nav .search-dropdown > a:focus,
.nav .search-dropdown > a:active {
  background: var(--eferin-soft, #f5f5f5) !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--eferin-green, #06c755) !important;
  outline: 0 !important;
}

.header-search i,
.header-search svg,
.nav .search-dropdown i,
.nav .search-dropdown svg {
  color: currentColor !important;
}

.header-search-dropdown .nav-dropdown,
.header-search .nav-dropdown,
.search-dropdown,
.nav-dropdown:has(.searchform) {
  background: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 6px !important;
  box-shadow: 0 14px 34px rgba(17, 17, 17, .08) !important;
  padding: 18px !important;
}

.header-search:hover > .nav-dropdown,
.header-search.current-dropdown > .nav-dropdown,
.header-search.active > .nav-dropdown,
.header-search.eferin-search-open > .nav-dropdown,
.header-search-dropdown:hover > .nav-dropdown,
.header-search-dropdown.current-dropdown > .nav-dropdown,
.header-search-dropdown.eferin-search-open > .nav-dropdown {
  left: 0 !important;
  opacity: 1 !important;
  top: 100% !important;
  transform: none !important;
  visibility: visible !important;
}

.header-search-dropdown .nav-dropdown::before,
.header-search .nav-dropdown::before,
.nav-dropdown:has(.searchform)::before {
  border-bottom-color: #fff !important;
}

.header-search .searchform,
.header-search-dropdown .searchform,
.nav-dropdown .searchform,
.searchform {
  align-items: stretch !important;
  background: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  display: flex !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.header-search .search-field,
.header-search-dropdown .search-field,
.nav-dropdown .search-field,
.searchform input[type="search"],
.searchform input[type="text"] {
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--eferin-ink, #111111) !important;
  font-size: 16px !important;
  height: 52px !important;
  line-height: 52px !important;
  padding: 0 16px !important;
}

.header-search .search-field::placeholder,
.header-search-dropdown .search-field::placeholder,
.nav-dropdown .search-field::placeholder,
.searchform input[type="search"]::placeholder,
.searchform input[type="text"]::placeholder {
  color: var(--eferin-muted, #777777) !important;
  opacity: .75 !important;
}

.header-search .ux-search-submit,
.header-search-dropdown .ux-search-submit,
.nav-dropdown .ux-search-submit,
.searchform .ux-search-submit,
.searchform button[type="submit"] {
  align-items: center !important;
  background: var(--eferin-green, #06c755) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  display: inline-flex !important;
  height: 52px !important;
  justify-content: center !important;
  margin: 0 !important;
  min-width: 56px !important;
  padding: 0 16px !important;
}

.header-search .ux-search-submit:hover,
.header-search-dropdown .ux-search-submit:hover,
.nav-dropdown .ux-search-submit:hover,
.searchform .ux-search-submit:hover,
.searchform button[type="submit"]:hover {
  background: var(--eferin-green-dark, #05a948) !important;
  color: #fff !important;
}

/* Ecommerce-style persistent header search. */
.header-main .header-inner {
  flex-wrap: nowrap !important;
  gap: 18px !important;
}

.header-main #logo {
  flex: 0 0 auto !important;
  margin-right: 16px !important;
}

.header-main .header-nav.nav-left {
  align-items: center !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  width: 100% !important;
}

.archive.woocommerce .product-small .box-image img {
  aspect-ratio: 1 / 1 !important;
}

.header-main .header-nav.nav-left > li:not(.header-search-form) {
  flex: 0 0 auto !important;
}

.header-main .header-search-form {
  display: flex !important;
  flex: 1 1 auto !important;
  margin: 0 !important;
  max-width: 720px !important;
  min-width: 280px !important;
  width: 100% !important;
}

.header-main .header-search-form-wrapper {
  width: 100% !important;
}

.header-main .header-search-form .searchform {
  align-items: center !important;
  background: var(--eferin-soft, #f5f5f5) !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 6px !important;
  display: flex !important;
  height: 44px !important;
  min-width: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease !important;
  width: 100% !important;
}

.header-main .header-search-form .searchform > .flex-row {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: 100% !important;
}

.header-main .header-search-form .searchform > .flex-row > .flex-col.flex-grow {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  width: 0 !important;
}

.header-main .header-search-form .searchform > .flex-row > .flex-col:not(.flex-grow) {
  flex: 0 0 54px !important;
  margin-left: 0 !important;
  min-width: 54px !important;
  width: 54px !important;
}

.header-main .header-search-form .searchform:focus-within {
  background: #fff !important;
  border-color: var(--eferin-green, #06c755) !important;
  box-shadow: 0 0 0 3px rgba(6, 199, 85, .14) !important;
}

.header-main .header-search-form .search-field,
.header-main .header-search-form input[type="search"],
.header-main .header-search-form input[type="text"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--eferin-ink, #111111) !important;
  flex: 1 1 auto !important;
  font-size: 15px !important;
  height: 44px !important;
  line-height: 44px !important;
  min-width: 0 !important;
  padding: 0 16px !important;
  width: 100% !important;
}

.header-main .header-search-form .search-field::placeholder,
.header-main .header-search-form input[type="search"]::placeholder,
.header-main .header-search-form input[type="text"]::placeholder {
  color: var(--eferin-muted, #777777) !important;
  opacity: .9 !important;
}

.header-main .header-search-form .ux-search-submit,
.header-main .header-search-form button[type="submit"] {
  align-items: center !important;
  background: var(--eferin-green, #06c755) !important;
  border: 0 !important;
  border-radius: 0 6px 6px 0 !important;
  color: #fff !important;
  display: inline-flex !important;
  flex: 0 0 54px !important;
  height: 100% !important;
  justify-content: center !important;
  margin: 0 -1px 0 0 !important;
  min-width: 54px !important;
  padding: 0 !important;
  width: 54px !important;
}

.header-main .header-search-form .ux-search-submit:hover,
.header-main .header-search-form button[type="submit"]:hover {
  background: var(--eferin-green-dark, #05a948) !important;
}

.header-main .header-search-form .autocomplete-suggestions,
.header-main .header-search-form .live-search-results {
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 6px !important;
  box-shadow: 0 18px 40px rgba(17, 17, 17, .1) !important;
  margin-top: 8px !important;
  overflow: hidden !important;
}

.header-main .header-search {
  display: none !important;
}

.header-bottom {
  background: #fff !important;
  border-bottom: 1px solid var(--eferin-line, #efefef) !important;
  border-top: 1px solid var(--eferin-line, #efefef) !important;
  min-height: 42px !important;
}

.header-bottom .flex-row {
  min-height: 42px !important;
}

.header-bottom .nav {
  justify-content: center !important;
  width: 100% !important;
}

.header-bottom .nav > li > a {
  font-size: 14px !important;
  font-weight: 700 !important;
  min-height: 42px !important;
  padding: 0 16px !important;
}

@media (max-width: 1100px) {
  .header-main .header-search-form {
    flex-basis: auto !important;
    min-width: 260px !important;
  }

  .header-main .header-nav.nav-left {
    gap: 14px !important;
  }
}

@media (max-width: 849px) {
  .header-main .header-search-form {
    display: none !important;
  }
}

/* Product-first homepage inspired by LINE FRIENDS Square. */
.eferin-product-home {
  background: #fff;
  color: var(--eferin-ink, #111111);
  left: 50%;
  margin: 0;
  max-width: none;
  padding: 0 24px 90px;
  position: relative;
  transform: translateX(-50%);
  width: min(1600px, calc(100vw - 96px));
}

.eferin-hero-carousel {
  background: #f5f5f5;
  height: clamp(520px, 58vw, 720px);
  margin: 0 calc(50% - 50vw) 28px;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.eferin-hero-carousel__track {
  height: 100%;
  position: relative;
  width: 100%;
}

.eferin-hero-slide {
  background: #171717;
  color: #fff;
  display: block;
  height: 100%;
  inset: 0;
  isolation: isolate;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  transition: opacity .55s ease;
  width: 100%;
}

.eferin-hero-slide::before {
  background-image: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), var(--eferin-hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: blur(22px);
  inset: -32px;
  opacity: .72;
  position: absolute;
  transform: scale(1.06);
  z-index: -1;
}

.eferin-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.eferin-hero-slide img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  position: relative;
  transform: scale(1);
  transition: opacity .35s ease;
  width: 100%;
  z-index: 0;
}

.eferin-hero-slide.is-active img {
  transform: scale(1);
}

/* Compact category dropdowns in the primary navigation. */
.header-nav .eferin-category-menu-parent > .nav-dropdown {
  background: rgba(255, 255, 255, .98) !important;
  border: 1px solid rgba(17, 17, 17, .08) !important;
  border-radius: 12px !important;
  box-shadow: 0 14px 36px rgba(17, 24, 39, .14) !important;
  min-width: 0 !important;
  padding: 8px !important;
  width: 210px !important;
}

.header-nav .eferin-category-menu-parent > .nav-dropdown > li + li {
  margin-top: 3px;
}

.header-nav .eferin-category-menu-parent > .nav-dropdown > li > a {
  align-items: center;
  border: 0 !important;
  border-radius: 8px;
  display: flex;
  font-size: 15px !important;
  font-weight: 650 !important;
  gap: 10px;
  line-height: 1.25;
  padding: 11px 12px !important;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.header-nav .eferin-category-menu-parent > .nav-dropdown > li > a::before {
  background: #06c755;
  border-radius: 50%;
  content: "";
  flex: 0 0 6px;
  height: 6px;
  opacity: .55;
  transition: opacity .18s ease, transform .18s ease;
  width: 6px;
}

.header-nav .eferin-category-menu-parent > .nav-dropdown > li > a:hover,
.header-nav .eferin-category-menu-parent > .nav-dropdown > li.active > a {
  background: #effcf4 !important;
  color: #049b43 !important;
  transform: translateX(2px);
}

.header-nav .eferin-category-menu-parent > .nav-dropdown > li > a:hover::before,
.header-nav .eferin-category-menu-parent > .nav-dropdown > li.active > a::before {
  opacity: 1;
  transform: scale(1.25);
}

.eferin-hero-slide__shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, .5) 100%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.eferin-hero-slide__copy {
  bottom: clamp(38px, 6.5vw, 78px);
  color: #fff;
  display: block;
  left: 50%;
  max-width: min(720px, calc(100vw - 80px));
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  z-index: 2;
}

.eferin-hero-slide__eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 12px;
}

.eferin-hero-slide__copy strong {
  display: block;
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 auto 12px;
}

.eferin-hero-slide__copy span:last-child {
  display: block;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 600;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 620px;
}

.eferin-hero-carousel__arrow {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 68px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  z-index: 3;
}

.eferin-hero-carousel__arrow::before {
  border-color: rgba(255, 255, 255, .9);
  border-style: solid;
  content: "";
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
}

.eferin-hero-carousel__arrow--prev {
  left: clamp(14px, 3vw, 48px);
}

.eferin-hero-carousel__arrow--prev::before {
  border-width: 0 0 2px 2px;
  transform: translate(-35%, -50%) rotate(45deg);
}

.eferin-hero-carousel__arrow--next {
  right: clamp(14px, 3vw, 48px);
}

.eferin-hero-carousel__arrow--next::before {
  border-width: 2px 2px 0 0;
  transform: translate(-65%, -50%) rotate(45deg);
}

.eferin-hero-carousel__arrow:hover::before,
.eferin-hero-carousel__arrow:focus-visible::before {
  border-color: #fff;
}

.eferin-hero-carousel__arrow:focus {
  outline: 0;
}

.eferin-hero-carousel__dots {
  bottom: 20px;
  display: flex;
  gap: 7px;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.eferin-hero-carousel__dots button {
  appearance: none;
  background: rgba(255, 255, 255, .55);
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 3px;
  line-height: 0;
  margin: 0;
  min-height: 0;
  min-width: 0;
  padding: 0;
  transition: background .2s ease, width .2s ease;
  width: 22px;
}

.eferin-hero-carousel__dots button.is-active {
  background: #fff;
  width: 44px;
}

.eferin-lf-head p,
.eferin-lf-side p,
.eferin-theme-strip p {
  color: var(--eferin-muted, #777777);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.eferin-lf-section {
  border-bottom: 1px solid var(--eferin-line, #efefef);
  margin: 0;
  padding: 36px 0 54px;
}

.eferin-lf-head,
.eferin-lf-side {
  margin-bottom: 24px;
}

.eferin-lf-head h2,
.eferin-lf-side h2 {
  color: var(--eferin-ink, #111111) !important;
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.eferin-lf-head nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 20px;
}

.eferin-lf-head nav a,
.eferin-lf-head nav button,
.eferin-lf-side a,
.eferin-lf-side button {
  color: var(--eferin-muted, #777777);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}

.eferin-lf-head nav button,
.eferin-lf-side button {
  appearance: none;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.eferin-lf-head nav a:hover,
.eferin-lf-head nav button:hover,
.eferin-lf-head nav button.is-active,
.eferin-lf-side a:hover,
.eferin-lf-side button:hover,
.eferin-lf-side button.is-active {
  color: var(--eferin-green, #06c755);
}

.eferin-lf-product-panel[hidden] {
  display: none !important;
}

.eferin-lf-product-panel.is-active {
  display: block;
}

.eferin-lf-section--split {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: 210px minmax(0, 1fr);
}

.eferin-lf-side {
  position: sticky;
  top: 98px;
}

.eferin-lf-side a,
.eferin-lf-side button {
  display: block;
  margin-top: 16px;
  text-align: left;
}

.eferin-lf-products .woocommerce {
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.eferin-lf-products .woocommerce[class*="columns-"],
.eferin-product-home .woocommerce[class*="columns-"] {
  max-width: none !important;
  width: 100% !important;
}

.eferin-lf-products .products,
.eferin-product-home .products {
  display: grid !important;
  gap: 26px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.eferin-lf-products .products.row,
.eferin-product-home .products.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.eferin-lf-section--new .products {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.eferin-lf-section--ranking .products {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.eferin-lf-products .products::before,
.eferin-lf-products .products::after,
.eferin-product-home .products::before,
.eferin-product-home .products::after {
  display: none !important;
}

.eferin-lf-products .product-small,
.eferin-product-home .product-small {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  flex-basis: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.eferin-lf-products .product-small .col-inner,
.eferin-product-home .product-small .col-inner {
  max-width: none !important;
  width: 100% !important;
}

.eferin-lf-products .product-small .box,
.eferin-product-home .product-small .box {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  width: 100% !important;
}

.eferin-lf-products .product-small .box-image,
.eferin-product-home .product-small .box-image {
  background: var(--eferin-soft, #f5f5f5) !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}

.eferin-lf-products .product-small .badge-container,
.eferin-product-home .product-small .badge-container {
  left: 8px !important;
  margin: 0 !important;
  top: 8px !important;
  transform: none !important;
}

.eferin-lf-products .product-small .badge,
.eferin-product-home .product-small .badge {
  height: 44px !important;
  width: 44px !important;
}

.eferin-lf-products .product-small .badge-inner,
.eferin-product-home .product-small .badge-inner {
  font-size: 13px !important;
  font-weight: 800 !important;
  height: 44px !important;
  line-height: 44px !important;
  width: 44px !important;
}

.eferin-lf-products .product-small .box-image img,
.eferin-product-home .product-small .box-image img {
  aspect-ratio: 1 / 1 !important;
  display: block !important;
  object-fit: cover !important;
  transition: transform .24s ease;
  width: 100% !important;
}

.eferin-lf-products .product-small:hover .box-image img,
.eferin-product-home .product-small:hover .box-image img {
  transform: scale(1.025);
}

.eferin-lf-products .product-small .box-text,
.eferin-product-home .product-small .box-text {
  padding: 12px 0 0 !important;
}

.eferin-lf-products .product-small .category,
.eferin-product-home .product-small .category {
  color: var(--eferin-muted, #777777) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  margin-bottom: 5px !important;
}

.eferin-lf-products .product-small .name,
.eferin-lf-products .product-small .product-title a,
.eferin-product-home .product-small .name,
.eferin-product-home .product-small .product-title a {
  color: var(--eferin-ink, #111111) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.22 !important;
}

.eferin-lf-products .product-small .price-wrapper,
.eferin-product-home .product-small .price-wrapper {
  margin-top: 5px !important;
}

.eferin-lf-products .product-small .price,
.eferin-product-home .product-small .price,
.eferin-lf-products .product-small .amount,
.eferin-product-home .product-small .amount {
  color: var(--eferin-ink, #111111) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.eferin-lf-products .quick-view,
.eferin-product-home .quick-view,
.eferin-lf-products .add-to-cart-button,
.eferin-product-home .add-to-cart-button {
  display: none !important;
}

.eferin-lf-more {
  margin-top: 42px;
  text-align: center;
}

.eferin-lf-more a {
  align-items: center;
  border: 1px solid var(--eferin-ink, #111111);
  border-radius: 6px;
  color: var(--eferin-ink, #111111);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  min-width: 220px;
  text-decoration: none;
}

.eferin-lf-more a:hover {
  background: var(--eferin-ink, #111111);
  color: #fff;
}

.eferin-category-row {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.eferin-category-row a {
  color: var(--eferin-ink, #111111);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.eferin-category-row img {
  aspect-ratio: 1 / 1;
  background: var(--eferin-soft, #f5f5f5);
  border-radius: 999px;
  display: block;
  margin: 0 auto 10px;
  object-fit: cover;
  width: min(118px, 100%);
}

.eferin-category-row a:hover {
  color: var(--eferin-green, #06c755);
}

.eferin-lf-products--ranked .product-small {
  counter-increment: eferin-rank;
  position: relative;
}

.eferin-lf-products--ranked .products {
  counter-reset: eferin-rank;
}

.eferin-lf-products--ranked .product-small::before {
  align-items: center;
  background: var(--eferin-green, #06c755);
  border-radius: 999px;
  color: #fff;
  content: counter(eferin-rank);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: 24px;
  justify-content: center;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 24px;
  z-index: 2;
}

.eferin-theme-strip {
  align-items: center;
  background: var(--eferin-soft, #f5f5f5);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 54px;
  padding: 34px;
}

.eferin-theme-strip h2 {
  color: var(--eferin-ink, #111111) !important;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.08;
  margin: 8px 0 0;
  max-width: 760px;
}

@media (min-width: 761px) and (max-width: 1050px) {
  .eferin-lf-products .products,
  .eferin-product-home .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  /* NEW ITEM and RANKING keep three compact cards at tablet widths. These
     selectors intentionally outrank the generic two-column rule above. */
  .eferin-product-home .eferin-lf-section--new .products,
  .eferin-product-home .eferin-lf-section--ranking .products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .eferin-product-home {
    left: auto;
    padding: 0 18px 70px;
    transform: none;
    width: auto;
  }

  .eferin-lf-section--split,
  .eferin-theme-strip {
    grid-template-columns: 1fr;
  }

  .eferin-hero-carousel {
    height: min(78vh, 520px);
    margin-bottom: 20px;
  }

  .eferin-hero-slide__copy {
    bottom: 40px;
    max-width: calc(100vw - 48px);
  }

  .eferin-hero-slide__copy span:last-child {
    display: none;
  }

  .eferin-hero-carousel__arrow {
    height: 48px;
    width: 48px;
  }

  .eferin-hero-carousel__dots button {
    width: 18px;
  }

  .eferin-hero-carousel__dots button.is-active {
    width: 36px;
  }

  .eferin-lf-side {
    position: static;
  }

  .eferin-lf-section--new .products,
  .eferin-lf-section--ranking .products,
  .eferin-lf-products .products,
  .eferin-product-home .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .eferin-category-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eferin-lf-head nav {
    gap: 10px 16px;
  }
}

/* Compact product page purchase layout. */
.single-product .product-main {
  padding-bottom: 28px !important;
  padding-top: 18px !important;
}

@media (min-width: 850px) {
  .single-product .product-main .row,
  .single-product .product-container .row {
    align-items: flex-start !important;
    max-width: 1240px !important;
  }

}

.single-product .product-gallery .flickity-viewport,
.single-product .product-gallery .woocommerce-product-gallery__image,
.single-product .product-gallery .woocommerce-product-gallery__image img {
  max-height: min(460px, calc(100vh - 235px)) !important;
}

.single-product .product-gallery .woocommerce-product-gallery__image img {
  object-fit: cover !important;
  width: 100% !important;
}

/* Show complete bedding mockups by default on desktop. */
@media (min-width: 850px) {
  .single-product .product-gallery .flickity-viewport,
  .single-product .product-gallery .woocommerce-product-gallery__image {
    height: min(680px, calc(100vh - 150px)) !important;
    max-height: none !important;
  }

  .single-product .product-gallery .woocommerce-product-gallery__image img {
    background: #fff !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center top !important;
  }

  /* Retain the existing explicit selectors for previously adjusted products. */
  body.postid-187 .product-gallery .flickity-viewport,
  body.postid-187 .product-gallery .woocommerce-product-gallery__image,
  body.postid-189 .product-gallery .flickity-viewport,
  body.postid-189 .product-gallery .woocommerce-product-gallery__image,
  body.postid-220 .product-gallery .flickity-viewport,
  body.postid-220 .product-gallery .woocommerce-product-gallery__image,
  body.postid-224 .product-gallery .flickity-viewport,
  body.postid-224 .product-gallery .woocommerce-product-gallery__image,
  body.postid-230 .product-gallery .flickity-viewport,
  body.postid-230 .product-gallery .woocommerce-product-gallery__image,
  body.postid-236 .product-gallery .flickity-viewport,
  body.postid-236 .product-gallery .woocommerce-product-gallery__image,
  body.postid-238 .product-gallery .flickity-viewport,
  body.postid-238 .product-gallery .woocommerce-product-gallery__image {
    height: min(680px, calc(100vh - 150px)) !important;
    max-height: none !important;
  }

  body.postid-187 .product-gallery .woocommerce-product-gallery__image img,
  body.postid-189 .product-gallery .woocommerce-product-gallery__image img,
  body.postid-220 .product-gallery .woocommerce-product-gallery__image img,
  body.postid-224 .product-gallery .woocommerce-product-gallery__image img,
  body.postid-230 .product-gallery .woocommerce-product-gallery__image img,
  body.postid-236 .product-gallery .woocommerce-product-gallery__image img,
  body.postid-238 .product-gallery .woocommerce-product-gallery__image img {
    background: #fff !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center top !important;
  }
}

.single-product .product-thumbnails {
  margin-top: 14px !important;
}

.single-product .product-thumbnails img {
  max-height: 86px !important;
  object-fit: cover !important;
}

.single-product .product-title {
  font-size: clamp(28px, 2.45vw, 36px) !important;
  line-height: 1.02 !important;
  margin-bottom: 8px !important;
  max-width: 100% !important;
}

.single-product .product-info .price {
  font-size: 20px !important;
  margin: 4px 0 8px !important;
}

.single-product .product-short-description,
.single-product .woocommerce-product-details__short-description {
  font-size: 14px !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
  max-width: 100% !important;
}

.single-product form.cart {
  align-items: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  margin-top: 10px !important;
  max-width: 100% !important;
  width: 100% !important;
}

.single-product form.cart .eferin-personalization {
  flex: 0 0 auto !important;
  height: auto !important;
  margin: 0 0 12px !important;
  max-width: 100% !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100% !important;
}

.single-product .eferin-personalization .form-row {
  margin-bottom: 0 !important;
}

.single-product form.cart .single_add_to_cart_button {
  clear: both !important;
  display: block !important;
  flex: none !important;
  float: none !important;
  margin: 14px 0 0 !important;
  max-width: 100% !important;
  min-height: 46px !important;
  width: 100% !important;
}

.product-lightbox form.cart,
.mfp-content form.cart {
  align-items: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  width: 100% !important;
}

.product-lightbox form.cart .eferin-personalization,
.mfp-content form.cart .eferin-personalization {
  flex: 0 0 auto !important;
  height: auto !important;
  margin: 0 0 12px !important;
  max-width: 100% !important;
  min-height: 0 !important;
  width: 100% !important;
}

.product-lightbox .eferin-personalization .form-row,
.mfp-content .eferin-personalization .form-row {
  margin-bottom: 0 !important;
}

.product-lightbox form.cart .single_add_to_cart_button,
.mfp-content form.cart .single_add_to_cart_button {
  clear: both !important;
  display: block !important;
  flex: none !important;
  float: none !important;
  margin: 14px 0 0 !important;
  max-width: 100% !important;
  min-height: 46px !important;
  width: 100% !important;
}

.single-product .eferin-personalization {
  padding: 12px 14px !important;
}

.single-product .eferin-personalization h3 {
  font-size: 17px !important;
  margin-bottom: 10px !important;
}

.single-product .eferin-personalization select {
  font-size: 15px !important;
  height: 40px !important;
}

.single-product .eferin-quantity-row,
.single-product .eferin-final-total {
  margin-top: 8px !important;
  padding-top: 8px !important;
}

.single-product .eferin-size-label {
  margin-bottom: 4px !important;
}

.single-product .eferin-quantity-row .quantity input,
.single-product .eferin-quantity-row .quantity input.qty {
  height: 38px !important;
}

@media (max-width: 849px) {
  .single-product .product-main {
    padding-top: 18px !important;
  }

  .single-product .product-title {
    font-size: clamp(28px, 8vw, 36px) !important;
  }

  .single-product form.cart,
  .single-product form.cart .eferin-personalization,
  .single-product form.cart .single_add_to_cart_button {
    max-width: none !important;
  }
}

/* Order received page. */
.woocommerce-order-received .page-wrapper,
.woocommerce-order-received .shop-container {
  background: #fff !important;
}

.woocommerce-order-received .row,
.woocommerce-order-received .large-12,
.woocommerce-order-received .col,
.woocommerce-order-received .woocommerce {
  max-width: 1120px !important;
  width: 100% !important;
}

.woocommerce-order-received .woocommerce {
  color: var(--eferin-ink, #111111) !important;
  margin: 0 auto !important;
  padding: 34px 24px 72px !important;
}

.woocommerce-order-received .woocommerce-order {
  display: block !important;
  margin: 0 auto !important;
  max-width: 980px !important;
}

.woocommerce-order-received .woocommerce-notice,
.woocommerce-order-received .woocommerce-thankyou-order-received {
  background: var(--eferin-green, #06c755) !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  margin: 0 0 18px !important;
  padding: 22px 24px !important;
  width: 100% !important;
}

.woocommerce-order-received .woocommerce-order > p:not(.woocommerce-notice):not(.woocommerce-thankyou-order-received) {
  background: #f5f5f5 !important;
  border-left: 4px solid var(--eferin-green, #06c755) !important;
  border-radius: 6px !important;
  color: #333 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  margin: 0 0 18px !important;
  padding: 16px 18px !important;
  width: 100% !important;
}

.woocommerce-order-received .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-thankyou-order-details {
  background: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  list-style: none !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  width: 100% !important;
}

.woocommerce-order-received .woocommerce-order-overview::before,
.woocommerce-order-received .woocommerce-thankyou-order-details::before {
  background: #f5f5f5;
  color: var(--eferin-green, #06c755);
  content: "Order received";
  display: block;
  font-size: 18px;
  font-weight: 800;
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px 20px;
}

.woocommerce-order-received .woocommerce-order-overview li,
.woocommerce-order-received .woocommerce-thankyou-order-details li {
  border: 0 !important;
  color: var(--eferin-muted, #777777) !important;
  display: block !important;
  float: none !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 16px 18px !important;
  text-transform: none !important;
  width: 100% !important;
  word-break: break-word !important;
}

.woocommerce-order-received .woocommerce-order-overview li + li,
.woocommerce-order-received .woocommerce-thankyou-order-details li + li {
  border-left: 1px solid var(--eferin-line, #efefef) !important;
}

.woocommerce-order-received .woocommerce-order-overview li strong,
.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
  color: var(--eferin-ink, #111111) !important;
  display: block !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin: 4px 0 0 !important;
  text-align: left !important;
  word-break: break-word !important;
}

.woocommerce-order-received .woocommerce-order-details {
  width: 100% !important;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  margin: 0 !important;
}

.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title {
  color: var(--eferin-ink, #111111) !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  margin: 0 0 16px !important;
}

.woocommerce-order-received .woocommerce-table--order-details {
  background: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-collapse: separate !important;
  border-radius: 6px !important;
  border-spacing: 0 !important;
  overflow: hidden !important;
}

.woocommerce-order-received .woocommerce-table--order-details th,
.woocommerce-order-received .woocommerce-table--order-details td {
  border: 0 !important;
  border-bottom: 1px solid var(--eferin-line, #efefef) !important;
  color: var(--eferin-ink, #111111) !important;
  font-size: 14px !important;
  padding: 14px 16px !important;
}

.woocommerce-order-received .woocommerce-table--order-details thead th {
  background: #f5f5f5 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot th,
.woocommerce-order-received .woocommerce-table--order-details tfoot td {
  background: #fff !important;
  font-weight: 700 !important;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child td {
  border-bottom: 0 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

.woocommerce-order-received .wc-item-meta {
  color: var(--eferin-muted, #777777) !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
}

.woocommerce-order-received .wc-item-meta li {
  list-style: none !important;
  margin: 0 0 8px !important;
}

.woocommerce-order-received .wc-item-meta p,
.woocommerce-order-received .wc-item-meta strong {
  display: inline !important;
  font-size: 13px !important;
}

.woocommerce-order-received .woocommerce-customer-details {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px !important;
  width: 100% !important;
}

.woocommerce-order-received .woocommerce-column--billing-address,
.woocommerce-order-received .woocommerce-column--shipping-address {
  background: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 6px !important;
  float: none !important;
  margin: 0 !important;
  padding: 24px !important;
  width: auto !important;
}

.woocommerce-order-received address {
  color: var(--eferin-muted, #777777) !important;
  font-size: 14px !important;
  font-style: normal !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

@media (max-width: 849px) {
  .woocommerce-order-received .woocommerce {
    padding: 24px 18px 56px !important;
  }

  .woocommerce-order-received .woocommerce-customer-details {
    grid-template-columns: 1fr;
  }

  .woocommerce-order-received .woocommerce-order-overview,
  .woocommerce-order-received .woocommerce-thankyou-order-details {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-order-received .woocommerce-order-overview li + li,
  .woocommerce-order-received .woocommerce-thankyou-order-details li + li {
    border-left: 0 !important;
    border-top: 1px solid var(--eferin-line, #efefef) !important;
  }
}

/* My Account area. */
.woocommerce-account .page-wrapper {
  background: #fff !important;
}

.woocommerce-account .page-title,
.woocommerce-account .woocommerce-breadcrumb {
  display: none !important;
}

.woocommerce-account .woocommerce {
  color: var(--eferin-ink, #111111) !important;
  display: block !important;
  margin: 0 !important;
  max-width: none !important;
  overflow: visible !important;
  padding: 0 !important;
  width: 100% !important;
}

.woocommerce-account .woocommerce::after {
  clear: both;
  content: "";
  display: none;
}

.woocommerce-account .woocommerce-notices-wrapper {
  grid-column: auto !important;
}

.woocommerce-account .page-wrapper.my-account {
  margin-bottom: 0 !important;
  padding: 56px 0 88px !important;
}

.woocommerce-account .page-wrapper.my-account .container {
  max-width: 1240px !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  width: 100% !important;
}

.woocommerce-account .page-wrapper.my-account .row.vertical-tabs {
  align-items: start !important;
  display: grid !important;
  gap: 40px !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.woocommerce-account .page-wrapper.my-account .row.vertical-tabs::before,
.woocommerce-account .page-wrapper.my-account .row.vertical-tabs::after {
  display: none !important;
}

.woocommerce-account .page-wrapper.my-account .row.vertical-tabs > .col {
  flex-basis: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.woocommerce-account .page-wrapper.my-account .row.vertical-tabs > .large-3 {
  grid-column: 1 !important;
}

.woocommerce-account .page-wrapper.my-account .row.vertical-tabs > .large-9 {
  grid-column: 2 !important;
}

.woocommerce-account .account-user {
  align-items: center !important;
  border-bottom: 1px solid var(--eferin-line, #efefef) !important;
  display: flex !important;
  gap: 14px !important;
  margin: 0 0 12px !important;
  padding: 0 0 18px !important;
}

.woocommerce-account .account-user .image {
  background: #f5f5f5 !important;
  border-radius: 50% !important;
  flex: 0 0 56px !important;
  height: 56px !important;
  margin: 0 !important;
  overflow: hidden !important;
  width: 56px !important;
}

.woocommerce-account .account-user .image img {
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

.woocommerce-account .account-user .user-name {
  color: var(--eferin-ink, #111111) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  flex-basis: auto !important;
  float: none !important;
  grid-column: 1 !important;
  max-width: none !important;
  padding: 20px !important;
  width: 100% !important;
}

.woocommerce-account #my-account-nav {
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 6px !important;
  margin: 0 !important;
  padding: 12px !important;
  width: 100% !important;
}

.woocommerce-account #my-account-nav li {
  border: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.woocommerce-account #my-account-nav li + li {
  margin-top: 4px !important;
}

.woocommerce-account #my-account-nav a {
  border: 0 !important;
  border-radius: 6px !important;
  color: var(--eferin-ink, #111111) !important;
  display: block !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  padding: 13px 14px !important;
  text-transform: none !important;
}

.woocommerce-account #my-account-nav li.active a,
.woocommerce-account #my-account-nav a:hover {
  background: rgba(6, 199, 85, .1) !important;
  color: var(--eferin-green, #06c755) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  border: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  border: 0 !important;
  margin: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  border: 0 !important;
  border-radius: 6px !important;
  color: var(--eferin-ink, #111111) !important;
  display: block !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  padding: 13px 14px !important;
  text-transform: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li + li {
  margin-top: 4px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  background: rgba(6, 199, 85, .1) !important;
  color: var(--eferin-green, #06c755) !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  color: var(--eferin-muted, #777777) !important;
  flex-basis: auto !important;
  float: none !important;
  font-size: 15px !important;
  grid-column: 2 !important;
  justify-self: stretch !important;
  line-height: 1.7 !important;
  max-width: none !important;
  min-width: 0 !important;
  width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content > *,
.woocommerce-account .page-wrapper.my-account .large-9 > *,
.woocommerce-account .page-wrapper.my-account .large-9 .woocommerce > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  text-align: left !important;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  margin-top: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-MyAccount-content legend {
  color: var(--eferin-ink, #111111) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.woocommerce-account .woocommerce-orders-table,
.woocommerce-account .woocommerce-table--order-downloads {
  background: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-collapse: separate !important;
  border-radius: 6px !important;
  border-spacing: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}

.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td,
.woocommerce-account .woocommerce-table--order-downloads th,
.woocommerce-account .woocommerce-table--order-downloads td {
  border: 0 !important;
  border-bottom: 1px solid var(--eferin-line, #efefef) !important;
  color: var(--eferin-ink, #111111) !important;
  font-size: 14px !important;
  padding: 18px 16px !important;
  vertical-align: middle !important;
}

.woocommerce-account .woocommerce-orders-table tr:last-child td,
.woocommerce-account .woocommerce-table--order-downloads tr:last-child td {
  border-bottom: 0 !important;
}

.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-table--order-downloads th {
  background: #f5f5f5 !important;
  color: var(--eferin-ink, #111111) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

.woocommerce-account .woocommerce-orders-table__cell-order-number a,
.woocommerce-account .woocommerce-orders-table a {
  color: var(--eferin-ink, #111111) !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px !important;
}

.woocommerce-account .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  color: var(--eferin-ink, #111111) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

.woocommerce-account .woocommerce-orders-table__cell-order-status {
  color: var(--eferin-muted, #777777) !important;
  font-weight: 700 !important;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions .button,
.woocommerce-account .woocommerce-orders-table .woocommerce-button,
.woocommerce-account .woocommerce-table--order-downloads .button {
  background: var(--eferin-green, #06c755) !important;
  border: 1px solid var(--eferin-green, #06c755) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 42px !important;
  padding: 13px 18px !important;
  text-transform: none !important;
}

.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error {
  background: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-left: 5px solid var(--eferin-green, #06c755) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: var(--eferin-ink, #111111) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 18px 22px !important;
}

.woocommerce-account .woocommerce-info::before,
.woocommerce-account .woocommerce-message::before,
.woocommerce-account .woocommerce-error::before {
  display: none !important;
}

.woocommerce-account .woocommerce-Address,
.woocommerce-account .woocommerce-address-fields,
.woocommerce-account .woocommerce-EditAccountForm {
  background: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 6px !important;
  max-width: none !important;
  padding: 24px !important;
  width: 100% !important;
}

.woocommerce-account .woocommerce-Addresses {
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: 100% !important;
}

.woocommerce-account .woocommerce-Addresses::before,
.woocommerce-account .woocommerce-Addresses::after {
  display: none !important;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
  float: none !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-content .dashboard-links {
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  line-height: 1.25 !important;
  list-style: none !important;
  margin-top: 26px !important;
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-content .dashboard-links li {
  margin: 0 !important;
  width: auto !important;
}

.woocommerce-account .woocommerce-MyAccount-content .dashboard-links a {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 6px !important;
  color: var(--eferin-ink, #111111) !important;
  display: flex !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  justify-content: center !important;
  margin: 0 !important;
  min-height: 88px !important;
  padding: 18px !important;
  text-align: center !important;
  text-transform: none !important;
}

.woocommerce-account .woocommerce-Address-title h3 {
  color: var(--eferin-ink, #111111) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content > p:first-of-type {
  background: #f7f7f7 !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-left: 5px solid var(--eferin-green, #06c755) !important;
  border-radius: 8px !important;
  color: var(--eferin-muted, #777777) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin: 0 0 28px !important;
  padding: 16px 18px !important;
}

.woocommerce-account.woocommerce-view-order mark {
  background: rgba(6, 199, 85, .12) !important;
  border-radius: 999px !important;
  color: var(--eferin-ink, #111111) !important;
  display: inline-block !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  padding: 3px 8px !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-order-details,
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details {
  margin: 0 0 28px !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-order-details__title,
.woocommerce-account.woocommerce-view-order .woocommerce-column__title {
  color: var(--eferin-ink, #111111) !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  margin: 0 0 16px !important;
  text-transform: none !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details {
  background: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-collapse: separate !important;
  border-radius: 8px !important;
  border-spacing: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details th,
.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details td {
  border: 0 !important;
  border-bottom: 1px solid var(--eferin-line, #efefef) !important;
  color: var(--eferin-ink, #111111) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  padding: 18px 20px !important;
  vertical-align: top !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details thead th {
  background: #f7f7f7 !important;
  color: var(--eferin-muted, #777777) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details th:last-child,
.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details td:last-child {
  text-align: right !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tbody tr:last-child td,
.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot tr:last-child td {
  border-bottom: 0 !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details .product-name a {
  color: var(--eferin-ink, #111111) !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details .product-name a:hover {
  color: var(--eferin-green, #06c755) !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details .product-total,
.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot td,
.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details .woocommerce-Price-amount {
  color: var(--eferin-ink, #111111) !important;
  font-weight: 800 !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-table--order-details tfoot th {
  color: var(--eferin-muted, #777777) !important;
  font-weight: 800 !important;
}

.woocommerce-account.woocommerce-view-order .wc-item-meta {
  display: grid !important;
  gap: 8px !important;
  list-style: none !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
}

.woocommerce-account.woocommerce-view-order .wc-item-meta li {
  align-items: baseline !important;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 132px minmax(0, 1fr) !important;
  margin: 0 !important;
}

.woocommerce-account.woocommerce-view-order .wc-item-meta strong {
  color: var(--eferin-muted, #777777) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.woocommerce-account.woocommerce-view-order .wc-item-meta p {
  color: var(--eferin-ink, #111111) !important;
  display: inline !important;
  font-size: 14px !important;
  margin: 0 !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns,
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns--addresses {
  display: grid !important;
  gap: 20px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin: 0 !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-column {
  background: #fff !important;
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 8px !important;
  float: none !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 22px !important;
  width: 100% !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-customer-details address {
  color: var(--eferin-muted, #777777) !important;
  font-size: 15px !important;
  font-style: normal !important;
  line-height: 1.75 !important;
  margin: 0 !important;
}

.woocommerce-account address {
  color: var(--eferin-muted, #777777) !important;
  font-size: 15px !important;
  font-style: normal !important;
  line-height: 1.7 !important;
}

@media (min-width: 850px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin: 0 !important;
    width: 100% !important;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    margin: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 849px) {
  .woocommerce-account .page-wrapper.my-account {
    padding: 32px 0 64px !important;
  }

  .woocommerce-account .page-wrapper.my-account .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .woocommerce-account .page-wrapper.my-account .row.vertical-tabs {
    display: block !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    grid-column: auto !important;
    width: 100% !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 22px !important;
  }

  .woocommerce-account .woocommerce-orders-table,
  .woocommerce-account .woocommerce-orders-table tbody,
  .woocommerce-account .woocommerce-orders-table tr,
  .woocommerce-account .woocommerce-orders-table td {
    display: block !important;
    width: 100% !important;
  }

  .woocommerce-account .woocommerce-orders-table thead {
    display: none !important;
  }

  .woocommerce-account .woocommerce-orders-table td {
    padding: 14px 16px !important;
  }

  .woocommerce-account .woocommerce-orders-table td::before {
    color: var(--eferin-muted, #777777) !important;
    content: attr(data-title) ": ";
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
  }

  .woocommerce-account .woocommerce-Addresses,
  .woocommerce-account .woocommerce-MyAccount-content .dashboard-links {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content > p:first-of-type {
    font-size: 14px !important;
    padding: 14px 16px !important;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-order-details__title,
  .woocommerce-account.woocommerce-view-order .woocommerce-column__title {
    font-size: 24px !important;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details th,
  .woocommerce-account.woocommerce-view-order .woocommerce-table--order-details td {
    padding: 14px 16px !important;
  }

  .woocommerce-account.woocommerce-view-order .wc-item-meta li {
    gap: 2px !important;
    grid-template-columns: 1fr !important;
  }

  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns,
  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns--addresses {
    grid-template-columns: 1fr !important;
  }
}

/* Privacy Policy page. */
.eferin-policy-page {
  color: var(--eferin-ink, #111111) !important;
  margin: 0 auto !important;
  max-width: 920px !important;
  padding: 72px 24px 96px !important;
}

.eferin-policy-page h1 {
  color: var(--eferin-ink, #111111) !important;
  font-size: clamp(40px, 5vw, 64px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: .98 !important;
  margin: 0 0 18px !important;
  text-transform: none !important;
}

.eferin-policy-page h2 {
  border-top: 1px solid var(--eferin-line, #efefef) !important;
  color: var(--eferin-ink, #111111) !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  margin: 44px 0 16px !important;
  padding-top: 32px !important;
  text-transform: none !important;
}

.eferin-policy-page p,
.eferin-policy-page li {
  color: var(--eferin-muted, #777777) !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

.eferin-policy-page p {
  margin: 0 0 18px !important;
}

.eferin-policy-page ul {
  margin: 0 0 24px 22px !important;
  padding: 0 !important;
}

.eferin-policy-page li {
  margin-bottom: 10px !important;
  padding-left: 4px !important;
}

.eferin-policy-page strong {
  color: var(--eferin-ink, #111111) !important;
  font-weight: 800 !important;
}

.eferin-policy-page a {
  color: var(--eferin-ink, #111111) !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px !important;
}

.eferin-size-guide-table {
  border: 1px solid var(--eferin-line, #efefef) !important;
  border-radius: 8px !important;
  margin: 28px 0 42px !important;
  overflow-x: auto !important;
}

.eferin-size-guide-table table {
  border: 0 !important;
  border-collapse: collapse !important;
  margin: 0 !important;
  min-width: 720px !important;
  width: 100% !important;
}

.eferin-size-guide-table th,
.eferin-size-guide-table td {
  border: 0 !important;
  border-bottom: 1px solid var(--eferin-line, #efefef) !important;
  color: var(--eferin-ink, #111111) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  padding: 14px 16px !important;
  text-align: left !important;
}

.eferin-size-guide-table th {
  background: #f7f7f7 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.eferin-size-guide-table tr:last-child td {
  border-bottom: 0 !important;
}

.eferin-size-guide-table td:nth-child(1),
.eferin-size-guide-table td:nth-child(2) {
  font-weight: 800 !important;
}

.eferin-policy-updated {
  color: var(--eferin-green, #06c755) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  margin-bottom: 30px !important;
}

.eferin-policy-note {
  background: #f5f5f5 !important;
  border-left: 5px solid var(--eferin-green, #06c755) !important;
  border-radius: 6px !important;
  color: var(--eferin-ink, #111111) !important;
  font-size: 15px !important;
  margin-top: 42px !important;
  padding: 18px 22px !important;
}

/* Footer and privacy notices. */
.footer-wrapper .absolute-footer {
  display: none !important;
}

.eferin-site-footer {
  background: var(--eferin-ink, #111111) !important;
  color: #ffffff !important;
}

.eferin-site-footer__inner {
  align-items: flex-start !important;
  display: flex !important;
  gap: 56px !important;
  justify-content: space-between !important;
  margin: 0 auto !important;
  max-width: 1240px !important;
  padding: 48px 32px 36px !important;
  width: 100% !important;
}

.eferin-site-footer__brand {
  max-width: 360px !important;
}

.eferin-site-footer__logo {
  color: #ffffff !important;
  display: inline-block !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  margin: 0 0 16px !important;
  text-decoration: none !important;
}

.eferin-site-footer__brand p {
  color: rgba(255, 255, 255, .72) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.eferin-site-footer__links {
  display: grid !important;
  flex: 1 1 auto !important;
  gap: 36px !important;
  grid-template-columns: repeat(3, minmax(150px, 1fr)) !important;
  max-width: 720px !important;
}

.eferin-site-footer__column {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.eferin-site-footer__column h2 {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  line-height: 1.2 !important;
  margin: 0 0 6px !important;
  text-transform: uppercase !important;
}

.eferin-site-footer__column a {
  color: rgba(255, 255, 255, .74) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

.eferin-site-footer__column a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

.eferin-site-footer__bottom {
  align-items: center !important;
  border-top: 1px solid rgba(255, 255, 255, .12) !important;
  color: rgba(255, 255, 255, .64) !important;
  display: flex !important;
  font-size: 13px !important;
  gap: 16px !important;
  justify-content: space-between !important;
  margin: 0 auto !important;
  max-width: 1240px !important;
  padding: 18px 32px !important;
  width: 100% !important;
}

.eferin-privacy-note {
  color: var(--eferin-muted, #777777) !important;
  font-size: 12.5px !important;
  line-height: 1.55 !important;
  margin: 14px 0 0 !important;
}

.eferin-privacy-note a {
  color: var(--eferin-ink, #111111) !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.eferin-privacy-note--checkout {
  background: #f5f5f5 !important;
  border-left: 4px solid var(--eferin-green, #06c755) !important;
  border-radius: 6px !important;
  margin: 16px 0 !important;
  padding: 12px 14px !important;
}

@media (max-width: 849px) {
  .eferin-site-footer__inner,
  .eferin-site-footer__bottom {
    flex-direction: column !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .eferin-site-footer__inner {
    gap: 30px !important;
    padding-top: 38px !important;
  }

  .eferin-site-footer__links {
    gap: 26px !important;
    grid-template-columns: 1fr !important;
    max-width: none !important;
    width: 100% !important;
  }
}

/* LINE FRIENDS-inspired product cards. Scope intentionally stops at product grids. */
.product-small,
.product-small.box,
.product-small .box {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.product-small.box,
.product-small .box {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.product-small .box-image {
  aspect-ratio: 1 / 1 !important;
  background: var(--eferin-soft, #f5f5f5) !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}

.product-small .box-image > div:first-child,
.product-small .box-image > div:first-child > a {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
}

.product-small .box-image img {
  aspect-ratio: 1 / 1 !important;
  display: block !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
  transition: opacity .2s ease !important;
  width: 100% !important;
}

.product-small .box-text,
.archive.woocommerce .product-small .box-text,
.eferin-lf-products .product-small .box-text,
.eferin-product-home .product-small .box-text {
  align-items: stretch !important;
  display: flex !important;
  flex: 0 0 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: 11px 0 0 !important;
  text-align: left !important;
}

.product-small .title-wrapper {
  min-height: 0 !important;
}

.product-small .name,
.product-small .product-title,
.archive.woocommerce .product-small .name,
.archive.woocommerce .product-small .product-title {
  min-height: 0 !important;
}

.product-small .category,
.product-small .posted_in,
.archive.woocommerce .product-small .category,
.eferin-lf-products .product-small .category,
.eferin-product-home .product-small .category {
  color: var(--eferin-muted, #777777) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  margin: 0 0 5px !important;
  text-transform: none !important;
}

.product-small .name,
.product-small .product-title,
.product-small .product-title a,
.archive.woocommerce .product-small .name,
.archive.woocommerce .product-small .product-title a,
.eferin-lf-products .product-small .name,
.eferin-lf-products .product-small .product-title a,
.eferin-product-home .product-small .name,
.eferin-product-home .product-small .product-title a {
  color: var(--eferin-ink, #111111) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.28 !important;
  margin: 0 !important;
}

.product-small .name > a,
.product-small .product-title > a,
.archive.woocommerce .product-small .name > a {
  display: -webkit-box !important;
  height: auto !important;
  max-height: 31px !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.product-small .price-wrapper,
.archive.woocommerce .product-small .price-wrapper,
.eferin-lf-products .product-small .price-wrapper,
.eferin-product-home .product-small .price-wrapper {
  margin: 10px 0 0 !important;
}

.product-small .price,
.product-small .amount,
.eferin-lf-products .product-small .price,
.eferin-product-home .product-small .price,
.eferin-lf-products .product-small .amount,
.eferin-product-home .product-small .amount {
  color: var(--eferin-ink, #111111) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.product-small .eferin-product-card__cta {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #d5d7da !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  color: var(--eferin-ink, #111111) !important;
  display: flex !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  height: 38px !important;
  justify-content: center !important;
  letter-spacing: 0 !important;
  margin: 12px 0 0 !important;
  padding: 0 12px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  width: 100% !important;
}

.product-small .eferin-product-card__cta:hover,
.product-small .eferin-product-card__cta:focus-visible {
  background: var(--eferin-ink, #111111) !important;
  border-color: var(--eferin-ink, #111111) !important;
  color: #fff !important;
}

.product-small .quick-view,
.product-small .quick-view-button,
.product-small .image-tools .quick-view,
.product-small .grid-tools .quick-view {
  display: none !important;
}

.archive.woocommerce .products.row {
  column-gap: 22px !important;
  row-gap: 36px !important;
}

@media (min-width: 901px) and (max-width: 1199px) {
  .archive.woocommerce .products.row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .archive.woocommerce .products.row {
    column-gap: 16px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 30px !important;
  }
}

@media (max-width: 480px) {
  .product-small .box-text,
  .archive.woocommerce .product-small .box-text,
  .eferin-lf-products .product-small .box-text,
  .eferin-product-home .product-small .box-text {
    min-height: 0 !important;
  }

  .product-small .eferin-product-card__cta {
    font-size: 11px !important;
    height: 36px !important;
  }
}

/* BEDDOZY BRAND OVERRIDE — 2026-08-05 */
:root {
  --beddozy-green: #06c755;
  --beddozy-green-hover: #05a948;
  --beddozy-ink: #111111;
  --beddozy-mint: #eaf8ef;
  --beddozy-cream: #fffdf8;
  --beddozy-sand: #f7f1e8;
  --beddozy-slate: #5b6677;
  --beddozy-border: #e5e7e9;

  /* Preserve existing selectors while moving the public brand to Beddozy. */
  --eferin-green: var(--beddozy-green);
  --eferin-green-dark: var(--beddozy-green-hover);
  --eferin-ink: var(--beddozy-ink);
}

body,
button,
input,
select,
textarea,
.nav,
.nav > li > a,
.price,
.woocommerce {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title-main,
.product-title,
.woocommerce-products-header__title,
.page-title {
  font-family: "Nunito Sans", Inter, "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
}

#logo {
  width: 240px;
}

#logo img {
  height: auto;
  max-height: 58px;
  width: auto;
}

/* The previous wordmark was intentionally forced to black. Keep Beddozy's
   native green, cream, and ink colors on every header variant. */
#logo img.header-logo,
#logo img.header-logo-sticky,
#logo img.header-logo-dark {
  filter: none !important;
}

/* Flatsome renders the regular and sticky logo in the same link. Explicitly
   switch between them so the two images cannot stack when the header sticks. */
.header-wrapper:not(.stuck) #logo img.header-logo-sticky {
  display: none !important;
}

.header-wrapper.stuck #logo img.header_logo.header-logo {
  display: none !important;
}

.header-wrapper.stuck #logo img.header-logo-sticky {
  display: block !important;
}

.button.primary,
button.primary,
input[type="submit"].primary,
.is-outline:hover,
.badge-inner.on-sale {
  background-color: var(--beddozy-green);
  border-color: var(--beddozy-green);
}

.button.primary:hover,
button.primary:hover,
input[type="submit"].primary:hover {
  background-color: var(--beddozy-green-hover);
  border-color: var(--beddozy-green-hover);
}

@media (max-width: 849px) {
  #logo {
    width: 172px !important;
  }

  #logo img {
    max-height: 46px !important;
  }
}
