/* ============================================
   PLP (Product Listing Page) Styles
   ============================================ */

/* Image Display Controls */
@media (max-width: 767px) {
  .desktop-img {
    display: none;
  }
}

@media (min-width: 767px) {
  .mobile-img {
    display: none;
  }
}

/* Hide subscription options on archive/PLP pages */
.post-type-archive .wcsatt-sub-options,
body.post-type-archive .wcsatt-sub-options {
  display: none;
}

/* Category Section */
.category-sec {
  padding-bottom: 45px;
  border-bottom: 1px solid #eee;
  margin-bottom: 13px;
  overflow: hidden;
}

.category-sec ul {
  display: flex;
  justify-content: center;
  gap: 60px;
  overflow: auto;
  padding-bottom: 10px;
  -ms-overflow-style: none; /* IE 10+ */
  scrollbar-width: none;
}

.category-sec ul::-webkit-scrollbar {
  display: none;
}

.category-sec ul li {
  list-style: none;
  text-align: center;
}

.category-sec ul li .category-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.category-sec ul li .icon-box {
  cursor: pointer;
}

.category-sec ul li .icon-box img,
.category-sec ul li .icon-box svg {
  width: 54px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
}

.category-sec ul li .icon-box img,
.category-sec ul li .icon-box svg path {
  fill: #798377;
  stroke: #798377;
}

.category-sec ul li .icon-box img,
.category-sec ul li:hover .icon-box svg path,
.category-sec ul li.active .icon-box svg path {
  fill: #E69F71;
  stroke: #E69F71;
}

.category-sec ul li .text {
  color: #333;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  font-weight: 600;
}

.category-sec ul li:hover .text,
.category-sec ul li.active .text {
  color: #E69F71;
}

@media (max-width: 992px) {
  .category-sec ul li .icon-box img,
  .category-sec ul li .icon-box svg {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 800px) {
  .category-sec ul {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .category-sec {
    margin-bottom: 23px;
    padding-bottom: 10px;
  }

  .category-sec ul {
    gap: 41px;
    justify-content: start;
  }

  .category-sec ul li {
    flex-shrink: 0;
  }

  .category-sec ul li .icon-box img,
  .category-sec ul li .icon-box svg {
    width: 48px;
    height: 48px;
  }

  .category-sec ul li .text {
    font-size: 12px;
    margin-top: 6px;
  }

  html .woocommerce .woocommerce-ordering {
    margin-bottom: 0;
    margin-left: unset !important;
  }
}

/* PLP Section */
.plp-sec {
  padding: 100px 0 80px;
}

@media (max-width: 767px) {
  .plp-sec {
    padding: 20px 0 42px;
  }
}

.type-product {
  width: 100% !important;
}

/* Pagination */
.pagination-row {
  margin-top: 51px;
}

.pagination-row .flex {
  justify-content: center;
  gap: 10px;
}

.pagination-row .flex li {
  border-radius: 6px;
  border: 1px solid #E69F71;
  font-weight: 500;
  font-size: 16px;
  padding: 2px 9px;
  color: #E69F71;
  cursor: pointer;
}

.pagination-row .flex li:hover {
  background: rgba(230, 159, 113, 0.1);
}

.pagination-row .flex li.active {
  color: #fff;
  background: #E69F71;
}

@media (max-width: 767px) {
  .pagination-row {
    margin-top: 34px;
  }
}

/* WooCommerce Products Grid — homepage product card */
.plp-sec .container,
.plp-sec .products-list,
.plp-sec .plp-layout,
.plp-sec .plp-main {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.plp-sec ul.products,
body.woocommerce .plp-sec ul.products,
body.woocommerce-page .plp-sec ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 12px;
  margin: 0 0 6px !important;
  padding: 0;
  float: none;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
  box-sizing: border-box;
}

.plp-sec ul.products::before,
.plp-sec ul.products::after,
.plp-sec ul.products li.product::after,
body.woocommerce .plp-sec ul.products li.product::after,
body.woocommerce-page .plp-sec ul.products li.product::after {
  display: none !important;
  content: none !important;
}

.plp-sec ul.products li.product,
.plp-sec ul.products.columns-2 li.product,
.plp-sec ul.products.columns-3 li.product,
.plp-sec ul.products.columns-4 li.product,
.plp-sec ul.products.columns-5 li.product,
body.woocommerce .plp-sec ul.products li.product,
body.woocommerce-page .plp-sec ul.products li.product {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 0 28px !important;
  overflow: visible;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: center;
  box-sizing: border-box;
}

.plp-sec ul.products li.product:hover,
body.woocommerce .plp-sec ul.products li.product:hover {
  background: transparent !important;
  border: 0 !important;
}

.plp-sec ul.products li.product .rx-showcase-card {
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 319px;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 28px 10px 0;
}

.plp-sec ul.products li.product .rx-showcase-product-link {
  flex: 1 1 auto;
  height: auto;
  justify-content: flex-start;
}

.plp-sec ul.products li.product .rx-showcase-card .rx-product-card-wrapper {
  min-height: 100% !important;
}

.plp-sec ul.products li.product .rx-showcase-card .rx-flip-card-front {
  height: 100%;
  min-height: 100%;
  justify-content: flex-start;
  padding: 28px 10px 0;
}

.plp-sec ul.products li.product .rx-showcase-image-wrapper {
  flex-shrink: 0;
  min-height: 152px;
}

.plp-sec ul.products li.product img.rx-showcase-image {
  width: auto !important;
  max-width: min(227px, 100%) !important;
  max-height: 152px;
  height: auto !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

.plp-sec ul.products li.product .rx-showcase-product-title {
  margin: 0;
  padding: 0;
  font-family: var(--crx-font);
  font-weight: 500;
  font-size: var(--crx-fs-eyebrow);
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: var(--crx-dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.plp-sec ul.products li.product .rx-showcase-product-price {
  position: static;
  width: auto;
  height: auto;
  margin: 30px 0 calc(30px + 24px);
  overflow: visible;
  clip: auto;
  clip-path: none;
  font-family: var(--crx-font);
  font-weight: 400;
  font-size: var(--crx-fs-small);
  line-height: var(--crx-lh-small);
  letter-spacing: var(--crx-track-body);
  color: var(--crx-ink, #333);
}

.plp-sec ul.products li.product .rx-showcase-product-price del {
  margin-right: 6px;
  color: var(--crx-gray, #6b6b6b);
  opacity: 0.8;
}

.plp-sec ul.products li.product .rx-showcase-product-btn {
  background: var(--crx-sky-30, #b0d9ff4d);
  backdrop-filter: blur(var(--crx-blur-btn, 40px));
  -webkit-backdrop-filter: blur(var(--crx-blur-btn, 40px));
  color: var(--crx-dark);
}

.plp-sec ul.products li.product .rx-showcase-product-btn:hover,
.plp-sec ul.products li.product .rx-showcase-product-btn:focus-visible {
  color: var(--crx-dark);
}

@media (min-width: 769px) {
  .plp-sec ul.products,
  body.woocommerce .plp-sec ul.products,
  body.woocommerce-page .plp-sec ul.products {
    gap: 48px 20px;
  }
}

@media (min-width: 1024px) {
  .plp-sec ul.products,
  body.woocommerce .plp-sec ul.products,
  body.woocommerce-page .plp-sec ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px 20px;
  }
}

@media (min-width: 1201px) {
  .plp-sec ul.products,
  body.woocommerce .plp-sec ul.products,
  body.woocommerce-page .plp-sec ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px 24px;
  }
}

@media (max-width: 768px) {
  .plp-sec ul.products,
  body.woocommerce .plp-sec ul.products,
  body.woocommerce-page .plp-sec ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 36px 12px;
  }

  .plp-sec ul.products li.product {
    padding: 0 0 24px !important;
  }

  .plp-sec ul.products li.product .rx-showcase-card {
    min-height: 260px;
    padding: 16px 8px 0;
    border-radius: 24px;
  }

  .plp-sec ul.products li.product .rx-showcase-card:has(.rx-flipped) {
    height: auto;
    padding: 0;
  }

  .plp-sec ul.products li.product .rx-showcase-card .rx-flip-card-front {
    padding: 16px 8px 0;
  }

  .plp-sec ul.products li.product .rx-showcase-image-wrapper {
    min-height: 110px;
  }

  .plp-sec ul.products li.product .rx-showcase-product-title {
    font-size: 12px;
    letter-spacing: 0.04em;
  }

  .plp-sec ul.products li.product .rx-showcase-product-price {
    margin: 30px 0 calc(30px + 22px);
  }

  .plp-sec ul.products li.product .rx-showcase-product-btn {
    min-width: 0;
    min-height: 20px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .plp-sec ul.products li.product img.rx-showcase-image {
    max-height: 110px;
  }
}

/* WooCommerce Ordering */
.plp-sec .woocommerce-ordering,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  margin: 0 0 0 auto;
}

.plp-sec .woocommerce-ordering select,
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  box-sizing: border-box;
  width: 235px;
  max-width: 100%;
  min-height: 45px;
  margin: 0;
  padding: 10px 45px 10px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0.5px solid var(--crx-divider);
  border-radius: 30px;
  background-color: var(--crx-white);
  background-image: url("../images/crx/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 25px 25px;
  color: var(--crx-dark-60, #2B2B2B99);
  font-family: var(--crx-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  cursor: pointer;
}

/* WooCommerce Pagination */
.woocommerce-pagination {
  margin-top: 0;
}

.woocommerce-pagination .page-numbers {
  justify-content: center;
  gap: 10px;
  display: flex !important;
  flex-wrap: wrap;
  border: 0 !important;
}

.woocommerce-pagination .page-numbers li {
  border-radius: 6px !important;
  border: 1px solid #E69F71 !important;
  color: #E69F71;
  cursor: pointer;
}

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
  font-weight: 500 !important;
  font-size: 16px !important;
  padding: 0 !important;
  line-height: normal !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #E69F71 !important;
  min-width: 30px !important;
  min-height: 30px !important;
}

.woocommerce-pagination .page-numbers li a.current,
.woocommerce-pagination .page-numbers li span.current {
  color: #fff !important;
  background: #E69F71 !important;
}

.woocommerce-pagination .page-numbers li a:hover,
.woocommerce-pagination .page-numbers li span:hover {
  background: rgba(230, 159, 113, 0.1) !important;
}

.woocommerce-pagination .page-numbers li:hover {
  background: rgba(230, 159, 113, 0.1);
}

.woocommerce-pagination .page-numbers li.active {
  color: #fff;
  background: #E69F71;
}

@media (max-width: 767px) {
  .woocommerce-pagination {
    margin-top: 9px;
  }
}

/* Hide View Cart button */
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products li.product a.added_to_cart,
.woocommerce ul.products li.product .wc-forward,
.woocommerce-page ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product a.added_to_cart,
.woocommerce-page ul.products li.product .wc-forward,
ul.products li.product .added_to_cart,
ul.products li.product a.added_to_cart,
ul.products li.product .wc-forward {
  display: none !important;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count,
.plp-sec .woocommerce-result-count {
  margin: 0;
  font-family: var(--crx-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--crx-ink);
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count,
  .plp-sec .woocommerce-result-count {
    display: none;
  }
}

/* PDP Ingredient Products Section */
.celia-ingredients-section {
  padding: 80px 0;
  background: #fdf8f2;
}

.celia-ingredients-kicker {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.celia-ingredients-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.celia-ingredients-list {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.celia-ingredient-card {
  min-width: 180px;
  text-align: center;
}

.celia-ingredient-image-wrap {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #f4e6d8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  overflow: hidden;
}

.celia-ingredient-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.celia-ingredient-placeholder {
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background: #e0d0c0;
  display: inline-block;
}

.celia-ingredient-name {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .celia-ingredients-section {
    padding: 48px 0;
  }

  .celia-ingredients-heading {
    font-size: 22px;
    max-width: 260px;
  }
}

.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}

/* PLP two-column layout: sidebar left, products right */
.plp-layout {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.plp-sidebar-col {
  flex-shrink: 0;
  width: 206px;
  padding-top: 106px;
  position: sticky;
  top: 20px;
}

.plp-sidebar-col:empty {
  display: none;
}

.plp-main {
  flex: 1;
  min-width: 0;
}

/* Left sidebar filter - desktop */
.plp-filter-sidebar {
  position: sticky;
  top: 24px;
  box-sizing: border-box;
  width: 206px;
  min-height: 239px;
  overflow: hidden;
  border: 0.5px solid var(--crx-divider);
  border-radius: 14px;
  background: var(--crx-white);
  padding-bottom: 0;
}

.plp-filter-sidebar-inner {
  padding: 0;
}

.plp-filter-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 16px;
  border-bottom: 1px solid #eeeeee;
  background: var(--crx-white);
}

.plp-filter-sidebar .plp-filter-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: var(--crx-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: var(--crx-dark);
}

.plp-filter-sidebar .plp-filter-title-icon {
  display: inline-flex;
}

.plp-filter-sidebar-close {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: color 0.2s;
}

.plp-filter-sidebar-close:hover {
  color: #000;
}

.plp-filter-sidebar .plp-filter-form {
  padding: 16px;
  margin-bottom: 0;
}

.plp-filter-sidebar .plp-filter-tags-list {
  margin-bottom: 0;
  gap: 12px;
}

.plp-filter-sidebar .plp-filter-tag-item {
  padding: 0;
  margin-bottom: 0 !important;
  background: transparent;
}

.plp-filter-sidebar-footer {
  padding: 16px 20px;
  border-top: 1px solid #eee;
  background: #fafafa;
}

.plp-filter-sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}

.plp-filter-sidebar-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Hide filter button on desktop when sidebar is visible */
@media (min-width: 769px) {
  .plp-layout .filter-row .filter-box {
    display: none;
  }

  .plp-layout .filter-row {
    justify-content: space-between;
  }

  .plp-layout .filter-row p,
  .plp-layout .filter-row form {
    min-width: auto;
  }

  .plp-layout .filter-row p {
    text-align: left;
  }

  .plp-layout .filter-row form {
    text-align: right;
  }
}

/* Sidebar as bottom sheet on mobile (slides up from bottom) */
@media (max-width: 768px) {

  .plp-filter-sidebar .plp-filter-tags-list {
    margin-bottom: 0;
    gap: 14px;
}

  .plp-layout {
    display: block;
    gap: 0;
    width: 100%;
    max-width: 100%;
  }

  .plp-sidebar-col {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 85dvh;
    margin: 0;
    padding-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 20px 20px 0 0;
    background: var(--crx-white);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s ease-out, visibility 0s linear 0.35s;
  }

  .plp-sidebar-col.is-open {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.35s ease-out, visibility 0s linear 0s;
  }

  .plp-filter-sidebar {
    position: static;
    top: auto;
    width: 100%;
    min-height: 0;
    overflow: visible;
    border: none;
    border-radius: 0;
  }

  .plp-filter-sidebar-header {
    border-radius: 20px 20px 0 0;
  }

  .plp-filter-sidebar-close {
    display: flex;
  }

  .plp-filter-sidebar-overlay {
    display: none;
  }

  .plp-filter-sidebar-overlay.is-active {
    display: block;
  }

  .plp-main {
    width: 100%;
  }
}

body.plp-filter-open {
  overflow: hidden;
}

/* Filter Row */
.filter-row {
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 28px;
}

#plp-sort-section {
  scroll-margin-top: 140px;
}

.filter-row .filter-box,
.filter-row p,
.filter-row form {
  min-width: 0;
}

@media (min-width: 769px) {
  .filter-row .filter-box,
  .filter-row p,
  .filter-row form {
    min-width: 33.33%;
  }
}

.filter-row p {
  text-align: center;
  margin-bottom: 0 !important;
}

.filter-row form {
  text-align: right;
}

@media (max-width: 768px) {
  .filter-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    gap: 10px;
  }

  .filter-row .filter-box,
  .filter-row form.woocommerce-ordering {
    flex: 1;
    min-width: 0;
  }

  .filter-box .plp-filter-button {
    width: 100%;
  }

  .plp-sec .woocommerce-ordering select,
  .woocommerce .woocommerce-ordering select,
  .woocommerce-page .woocommerce-ordering select {
    width: 100%;
  }
}

/* PLP Filter Styles */
.plp-filter-button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 45px;
  padding: 10px 20px;
  border: 0.5px solid var(--crx-divider);
  border-radius: 30px;
  background: var(--crx-white);
  color: var(--crx-dark);
  font-family: var(--crx-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  cursor: pointer;
  position: relative;
}

.plp-filter-button img,
.plp-filter-title-icon img {
  display: block;
  width: 17px;
  height: 19px;
  flex-shrink: 0;
}

.plp-filter-tags-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.plp-filter-tag-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 8px;
  text-align: left;
}

.plp-filter-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--crx-divider);
  border-radius: 4px;
  background-color: var(--crx-white);
  position: relative;
}

.plp-filter-checkbox:checked {
  background-color: var(--crx-dark);
  border-color: var(--crx-dark);
}

.plp-filter-checkbox:checked::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid var(--crx-white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.plp-filter-tag-name {
  flex: 1;
  font-family: var(--crx-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--crx-dark);
}

.plp-filter-clear {
  padding: 10px 20px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 4px;
  white-space: nowrap;
}

.plp-filter-clear:hover {
  background: #f5f5f5;
}

.filter-box .plp-filter-button {
  width: 235px;
  max-width: 100%;
}

@media (max-width: 767px) {
  body.woocommerce ul.products li.product .woocommerce-loop-product__link,
  body.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
    margin-bottom: 4px;
  }
}

.banner .text-box {
  padding: 181px 0 108px;
}
.banner .text-box .h2,
.banner .text-box h1 {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 9px;
  letter-spacing: 0;
}
.banner .text-box p {
  max-width: 550px;
  margin-bottom: 0;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .banner {
    border-radius: 0 0 30px 30px;
    background: var(--bg-desktop-image);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
  }
}

@media (max-width: 767px) {
  .banner {
    background-color: var(--crx-yellow);
    border-radius: 0 0 30px 30px;
  }
  .banner .banner-img {
    background: var(--bg-mobile-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    height: 299px;
  }
  .banner .flex {
    margin-left: 0;
  }
  .banner .text-box {
    padding-top: 15px;
    padding-bottom: 17px;
  }
  .banner .text-box .h2,
  .banner .text-box h1 {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .banner .text-box p {
    max-width: 100%;
    font-size: 14px;
    line-height: 160%;
  }
  .banner figure {
    position: static;
    width: 100%;
    margin-top: -32px;
  }
  .banner figure img {
    transform: translateX(43px);
  }
}

.banner .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-left: 0;
}

.banner figure {
  max-width: 573px;
  position: absolute;
  right: -27px;
  top: -16px;
}

@media (max-width: 800px) {
  .banner .text-box p {
    max-width: 50%;
  }
  .banner figure {
    max-width: 390px;
    right: -27px;
    top: 36px;
  }
}
