@font-face {
  font-family: "Work Sans";
  src: url("../fonts/work-sans-v19-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/work-sans-v19-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/work-sans-v19-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/work-sans-v19-latin-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: rgb(35 61 76);
  --red: rgb(242 66 54);
  --light-gray: #f7faff;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--light-gray);
  overflow-x: hidden;
}

.wrap {
  width: 100%;
  max-width: 1536px;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
}

.overflow-hidden {
  overflow: hidden;
}

h1.page-title {
  color: var(--black);
  font-size: 72px;
  font-weight: 800;
  margin: 0 0 40px 0;
  letter-spacing: -2px;
}

ul.feature-list {
  margin: 0 0 32px 0;
  padding: 0 0 0 0px;
  font-size: 16px;
}

ul.feature-list li {
  padding: 8px 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

ul.feature-list li .list-icon {
  width: 24px;
  height: 24px;
}

a.primary-button {
  position: relative;
  padding: 1.5rem 2.5rem;
  color: rgb(254, 253, 247) !important;
  display: inline-block;
  z-index: 1;
  height: fit-content;
  text-decoration: none !important;
}

.primary-button,
.primary-button:before {
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.primary-button::before {
  content: "";
  background-color: var(--red);
  border-radius: 0.375rem;
  inset: 0;
  position: absolute;
  z-index: -10;
}

.primary-button:hover::before {
  content: "";
  scale: 1.1;
}

a.primary-button.icon-button span {
  padding: 0 10px 0 20px;
  font-weight: 800;
  position: relative;
  left: 0;
  transition: all 0.1s;
}

a.primary-button.icon-button:hover span,
.sale-card:hover a.primary-button.icon-button span {
  left: 10px;
  transition: all 0.1s;
}

a.link {
  display: block;
  margin-top: 16px;
}

#hero {
  margin-bottom: 128px;
  padding-top: 96px;
  padding-bottom: 40px;
}

.hero-container h1 {
  padding: 96px 0 0 0;
  line-height: 1;
}

.hero-container {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
}

.width-full {
  width: 100%;
}

.small-title {
  font-weight: 800;
  text-align: left;
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-align: center;
  margin: 0 0 64px 0;
}

#logo-row {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.logo-container {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr)); /* lg & md: 6 cols */
  column-gap: 4rem; /* lg:gap-x-16 */
  row-gap: 2rem; /* gap-y-8 */
}

.logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 50%;
}

.abt-grid {
  display: grid;
  grid-template-columns: 0.913fr 1fr;
  gap: 128px;
}

.section-title {
  font-size: 48px; /* text-3xl */
  line-height: 1;
  font-weight: 700; /* font-bold */
  color: var(--black); /* text-typoblack */
  margin-bottom: 3rem; /* mb-12 */
}

.abt-img img {
  border-radius: 4px;
  max-height: 468px;
  object-fit: cover;
  width: 100%;
}

.abt-content {
  margin-bottom: 80px;
}

.primary-button.btn-gray::before,
.form-submit input[type="submit"]:before {
  content: "";
  background-color: var(--black);
}

#content {
  padding: 112px 0 64px 0;
}

#about {
  background-color: #fff;
  padding: 128px 0;
}

.content-section h3 {
  font-family: Work Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 2.5rem 40px;
  margin-top: 2.5rem;
}

.content-section a {
  text-decoration: underline;
}

.is-style-responsive-gap {
  -moz-column-gap: clamp(50px, 6vw, 100px) !important;
  column-gap: clamp(50px, 6vw, 100px) !important;
}

.font-bold,
.textbold,
strong {
  font-family: Work Sans, sans-serif;
  font-weight: 700;
}

.content-section p,
.edit-post-visual-editor p {
  margin-bottom: 1rem;
}

.content-section ul,
.page-content ul {
  list-style-type: disc;
  list-style-type: none;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  margin-left: 0;
  padding-left: 0;
}

.content-section ul li,
.page-content ul li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}

.content-section ul li:before,
.page-content ul li:before {
  background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22none%22 stroke=%22%23F24236%22 stroke-width=%221.5%22 viewBox=%220 0 24 24%22%3E%3Cpath stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M4.5 12h15m0 0-6.75-6.75M19.5 12l-6.75 6.75%22/%3E%3C/svg%3E");

  background-size: cover;
  color: rgb(242 66 54);
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0.125em;
  width: 18px;
}

.page-content ul li a {
  color: var(--black);
}

.content-section h2,
.page-content h2 {
  font-family: Work Sans, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
  line-height: 1.125em;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.wp-block-heading:first-child {
  margin-top: 0;
}

.wp-container-core-group-is-layout-25012722
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1024px;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.content-section .wp-block-group {
  max-width: 1024px;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.text-center {
  text-align: center;
}

.large-text {
  font-size: 24px;
}

.text-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sale-card {
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  min-height: 400px;
  font-family: sans-serif;
  box-shadow: 0 8px 30px #0000001f;
}

.sale-card:hover .sale-card__overlay {
  height: 150px !important;
  transition: all 0.1s;
}

.sale-card a {
  text-decoration: none;
  color: inherit;
}

.sale-card__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/8.77;
}

.sale-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/8.77;
}

.sale-card__badge {
  position: absolute;
  top: 40px;
  left: 40px;
  background: var(--red);
  color: #fff;
  text-transform: uppercase;
  padding: 8px 24px;
  border-radius: 50px;
  font-weight: 500;
  line-height: 2;
}

.sale-card .sale-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  transition: all 0.1s;
}

.sale-card__left_content {
  padding: 40px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.sale-card__title {
  position: absolute;
  bottom: 15px;
  color: #fff;
  font-size: 30px;
  z-index: 2;
  font-weight: 700;
  font-family: "Work Sans";
}

.sale-card__content {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 94.5%;
}

#container-slider .sale-card__content {
  width: 92%;
}

#container-slider h3 {
  line-height: 1.33;
}

.sale-card__details {
  padding: 40px;
  border-bottom: solid 1px rgb(229, 231, 235);
}

.sale-card__attributes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sale-card__attributes li {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.sale-card__attributes svg {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.sale-card__price {
  padding: 40px;
}

.sale-card__price p {
  margin-top: 0;
}

#container-slider .sale-card__price p {
  margin-bottom: 0;
}

.sale-card__price small {
  opacity: 50%;
}

.text-red {
  color: var(--red);
}

.title-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 64px;
}

.title-grid h2 {
  margin: 0 0 16px 0;
}
#container-deal .wrap {
  padding-bottom: 50px;
}
#container-slider {
  padding: 206px 0 228px;
}

.container-slider {
  width: 139%;
  position: relative;
  left: -30px;
}

.container-slider .sale-card {
  margin: 30px;
  flex-direction: row-reverse;
}

.container-highlight-slide__data,
.container-highlight-slide__img {
  width: 100%;
}

.highlight-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 40px;
  border-bottom: solid 1px rgb(229, 231, 235);
  font-family: "Work Sans";
}

.container-slider a.primary-button {
  width: fit-content;
}

.slider-btn {
  padding: 40px 40px 80px;
  border-top: solid 1px rgb(229, 231, 235);
}

.slick-prev:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-width='1.5' class='color-red-500 w-6 h-6' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "→";
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: 75%;
}
.slick-prev:hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-width='1.5' class='color-red-500 w-6 h-6' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18' style='stroke:%23f24236'/%3E%3C/svg%3E");
}

.slick-next:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-width='1.5' class='w-6 h-6' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "→";
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: 75%;
}

.slick-next:hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-width='1.5' class='w-6 h-6' style='stroke:%23f24236' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3'/%3E%3C/svg%3E");
}

.slick-dots {
  display: flex;
  list-style: none;
  margin: 0;
  position: absolute;
  text-align: center;
  top: calc(100% + 1rem);
  width: 100%;
  max-width: 1536px;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
  left: -3%;
}

.slick-dots,
.slick-dots li {
  justify-content: flex-end;
  padding: 0;
}

.slick-dots li {
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
  display: inline-flex;
  height: 2rem;
  margin: 0 0.25rem;
  max-width: 80px;
  position: relative;
  width: 2rem;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button {
  background: #0000;
  background-color: rgb(0 0 0);
  border: 0;
  border-radius: 999px;
  color: #0000;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 9px;
  line-height: 0;
  opacity: 0.6;
  outline: none;
  padding: 0;
  transition: 0.25s;
  width: 9px;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  cursor: default;
  opacity: 0.75;
}

.slick-prev {
  left: 25px;
}

.slick-next {
  left: 5.5rem;
}

.slick-next,
.slick-prev {
  background: #0000;
  border: 1px solid #e5e7eb;
  border-radius: 99999px;
  color: #0000;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 3rem;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: calc(100% + 2rem);
  transform: translateY(-50%);
  transition: 0.25s;
  width: 3rem;
  z-index: 1000;
}

.slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:hover:before {
  content: none;
  opacity: 1;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  background-color: rgb(242 66 54);
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.post-slide-item {
  border-radius: 12px;
  box-shadow: 0 8px 30px #0000001f;
  overflow: hidden;
  background: #fff;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.posts-grid .post-slide-item {
  margin: 0;
}

.posts-grid .post-footer {
  border-top: solid 1px rgb(229, 231, 235);
}

.blog-page-content {
  font-size: 20px;
}

.blog-page-title {
  margin-top: 48px !important;
}

.pagination .screen-reader-text,
.posts-navigation .screen-reader-text {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.pagination .nav-links > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
}

.pagination .page-numbers {
  border-radius: 9999px;
  border: solid 1px rgb(156 163 175);
  display: inline-block;
  display: inline-grid;
  height: 2.5rem;
  padding: 0.25rem 0.5rem;
  place-items: center;
  text-align: center;
  width: 2.5rem;
  color: var(--black);
}

.pagination .page-numbers:hover {
  border-color: rgb(239 68 68);
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
}

.blog-numbers {
  display: flex;
  gap: 15px;
}

.pagination .page-numbers.current {
  border-color: rgb(239 68 68);
  color: rgb(239 68 68);
}

.pagination .next,
.pagination .prev {
  display: none;
}

.blog-arrows {
  display: flex;
  gap: 15px;
}

.pagination svg:hover {
  border: solid 1px var(--red);
}

.pagination svg {
  width: 22px;
  border: solid 1px #6b7280;
  padding: 10px;
  border-radius: 50%;
  box-sizing: content-box;
}

.pagination a {
  color: #6b7280;
  outline: none;
}

.pagination a:hover {
  color: var(--red);
}

.post-header {
  margin-bottom: auto;
  padding: 40px;
}

.post-footer {
  margin-top: auto;
  padding: 40px;
}

.post-slide-item .post-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.post-slide-item .post-date {
  font-weight: 700;
  font-size: 16px;
}

.post-slide-item .post-title {
  color: var(--black);
  font-size: 30px;
  margin-top: 10px;
}

.post-slide-item img {
  width: 100%;
  object-fit: cover;
  height: 224px;
}

.posts-slider {
  display: flex;
  align-items: stretch;
}

.posts-slider .slick-track {
  display: flex !important;
}

.posts-slider .slide {
  height: auto !important;
  display: flex !important;
  flex: 1 1 auto;
}

.post-slide-item .post-footer {
  display: flex;
  justify-content: space-between;
}

.post-slide-item .post-footer svg {
  width: 24px;
  height: 24px;
  position: relative;
  left: -10px;
  transition: all 0.1s;
}

.post-slide-item:hover .post-footer svg {
  left: 0px;
  transition: all 0.1s;
}

.post-slide-item .post-footer {
  color: var(--black);
}

#blog-slider {
  padding: 128px 0 226px;
}

.posts-slider {
  left: -20px;
  margin-top: 50px;
  width: 137%;
}

.posts-slider .slick-list {
  padding-bottom: 30px;
}

.slick-list a {
  border: 0 !important;
  outline: none !important;
}

footer {
  padding: 128px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  border-top: solid 1px rgb(217 224 230);
}

strong.menu-title {
  padding: 32px 0;
  font-size: 16px;
  display: block;
  border-bottom: solid 1px rgb(217 224 230);
  margin-bottom: 32px;
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-menu li {
  margin-bottom: 24px;
}

.footer-menu li a,
.footer-end-menu li a {
  color: var(--black);
}

.footer-menu li a:hover {
  text-decoration: underline !important;
}

.footer-end-menu {
  border-top: solid 1px rgb(217 224 230);
  margin-top: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-end-menu ul {
  margin: 0;
  padding: 32px 0;
  list-style-type: none;
  display: flex;
  gap: 16px;
}

.footer-widget a {
  display: block;
  color: var(--black) !important;
  margin-bottom: 4px;
}

.footer-widget strong {
  letter-spacing: 0.025em;
}

.toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.toggle input {
  display: none;
}

.slider {
  position: relative;
  width: 48px;
  height: 24px;
  background: #ccc;
  border-radius: 24px;
  transition: background 0.3s;
}

.slider::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
}

input:checked + .slider {
  background: #f24236;
}

input:checked + .slider::before {
  transform: translateX(24px);
}

.toggle-label {
  font-size: 16px;
  color: var(--black);
}

.site-logo {
  width: 320px;
  display: flex;
}

.site-logo img {
  width: 100%;
  display: block;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-navigation {
  align-items: center;
  display: flex;
  width: fit-content;
}

.main-navigation ul {
  display: none;
}

.site-nav {
  display: flex;
  gap: 32px;
}

@media (min-width: 768px) {
  .main-navigation ul {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    display: flex;
  }
}

.main-navigation a {
  border-radius: 0.5rem;
  color: rgb(51 65 85 / var(--tw-text-opacity));
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.25rem 0.5rem;
}

.main-navigation a:hover {
  background-color: rgb(255 255 255);
  color: rgb(15 23 42);
  border-radius: 0;
}

.main-navigation > ul > .menu-item {
  position: relative;
}

.main-navigation > ul > .menu-item a:hover,
.main-navigation > ul > .menu-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_parent > a {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.main-navigation .sub-menu {
  border-radius: 0.375rem;
  display: grid;
  display: none;
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  left: -1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 20rem;
  background: #fff;
  border-radius: 12px;
}
.main-navigation .sub-menu li {
  padding: 0.25rem 1rem 0.5rem;
  border-bottom: solid 1px #e8e9ed;
}

.main-navigation .sub-menu li:last-child {
  border-width: 0;
  padding-bottom: 0;
}

.main-navigation .sub-menu li:hover,
.main-navigation .sub-menu li:hover > a {
  color: rgb(239 68 68);
}

.main-navigation .menu-item:hover .sub-menu {
  display: grid;
  position: absolute;
}

a.sm-button {
  display: inline-block;
  border-radius: 0.375rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  background-color: var(--red);
  transition: all 0.2s ease-in-out;
}

.sm-button:hover {
  background-color: var(--black);
}

.sm-button:focus {
  outline: none;
}

.site-header {
  padding: 40px 0;
}

#menu-toggle svg {
  width: 30px;
}

#mobile-menu .menu-toggle {
  background: transparent;
  border: none;
  width: 40px;
  padding: 0;
  position: absolute;
  right: 20px;
}

.mobile-menu a.header-button {
  display: inline-block;
  border-radius: 0.375rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  background: var(--black);
  transition: all 0.2s ease-in-out;
  width: fit-content;
  margin: 32px 0;
}

#mobile-menu #menu-meta {
  display: block;
}

#mobile-menu #menu-meta a {
  font-size: 14px;
  padding: 8px 16px;
}

.mobile-menu-footer .address {
  display: none;
}

.page-content {
  background-color: #ffffff; /* bg-white */
  padding: 112px 160px;
  margin: 0 16px;
}

.entry-title {
  margin-top: 0;
  margin-bottom: 4rem; /* md:mb-16 */
  font-size: 3.75rem; /* md:text-6xl */
  font-weight: 800; /* font-extrabold */
  letter-spacing: -0.025em; /* tracking-tight */
  color: var(--black); /* text-typoblack */
  line-height: 1;
}

.page-template-default main .wrap {
  padding: 0 !important;
}

.page-content h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
  line-height: 1.125em;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.page-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.page-content figure {
  border-radius: 0.375rem;
  overflow: hidden;
}

.page-content p a {
  text-decoration: underline;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}

.post-featured-image {
  position: relative;
  aspect-ratio: 16 / 8;
}

.post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.post-featured-image h1.entry-title {
  color: #fff;
  padding: 56px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  margin: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(0 0 0 / 80%) 100%
  );
  letter-spacing: unset;
}

.single-post .page-content {
  margin-top: 0;
}

time.post-date {
  color: var(--red);
  font-weight: 600;
  margin-bottom: 60px;
  display: block;
}

.post-btn-pattern {
  margin-top: 48px;
  display: block;
  text-align: right;
}

.author-box {
  background: #f7f8f9;
  padding: 20px;
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 20px;
}

.author-box img {
  border: solid 1px #bfbfbf;
}

.profile-data h5 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.profile-bio {
  font-size: 14px;
}

.profile-bio a {
  text-decoration: underline;
}

.profile-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.post-buttons {
  padding: 32px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.page-content ol,
ol.comment-list {
  margin: 40px 0;
  padding: 0 0 0 24px;
}

.page-content ol li::marker,
ol.comment-list li::marker {
  color: rgb(242 66 54) !important;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
}

.comment-metadata a {
  color: var(--black) !important;
}

.comment-content p {
  margin-top: 0;
}

.comment-reply-link {
  border-radius: 0.25rem;
  border: solid 1px rgb(229, 231, 235);
  display: inline-block;
  padding: 0.25rem 1rem;
  color: var(--black);
}

.comment-reply-link:hover {
  color: var(--black);
  background: rgb(229, 231, 235);
}

h3#reply-title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 4rem;
}

h2.comments-title {
  font-size: 1.875rem;
  line-height: 1.125em;
  margin-bottom: 2.5rem;
}

.comments-area {
  padding: 64px 160px;
  margin-top: 64px;
  border: solid 1px rgb(229, 231, 235);
}

footer.comment-meta {
  padding: 0;
}

.comment-form-comment {
  display: flex;
}

.comment-form p > label {
  display: inline-block;
  width: 12rem;
}

.comment-form p > input[type="email"],
.comment-form p > input[type="text"],
.comment-form p > input[type="url"],
.comment-form p > textarea {
  flex: 1 1 0%;
  padding: 1rem;
  border: none;
}

.comment-form p > input[type="checkbox"] {
  text-align: center;
  width: 4rem;
}

.comment-form-cookies-consent {
  display: flex;
}

.comment-form-cookies-consent label {
  flex: 1 1 0%;
  width: fit-content;
}

.form-submit input[type="submit"] {
  padding: 1.5rem 2.5rem;
  background: #233d4c;
  color: #fff;
  border-radius: 8px;
  margin-top: 32px;
  cursor: pointer;
}

blockquote {
  margin: 0;
}

.container-page {
  display: flex;
}

.container-page .container-images {
  width: 40%;
}

.container-page .container-images img {
  width: 100%;
  border-radius: 6px;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin-bottom: 24px;
  display: block;
}

.container-page .contaienr-data {
  width: 60%;
  padding-left: 80px;
  position: relative;
}

.breadcrumbs svg {
  width: 24px;
}

.breadcrumbs a {
  color: var(--black);
  display: flex;
  gap: 10px;
}

section#container {
  background-color: #fff;
  padding: 80px 0;
}

.breadcrumbs {
  padding: 8px 0;
  border: solid 1px #e5e7eb;
  border-left: 0;
  border-right: 0;
}

.container-title {
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  color: #111827;
  margin-top: 0;
  margin-bottom: 24px;
}

.container-page-content {
  background: #f7faff;
  margin: 80px 0 80px 0;
}

.container-additional-content {
  padding: 16px;
  border: solid 1px var(--red);
  margin-top: 80px;
}

.container-additional-content h3 {
  margin-top: 0;
}

.container-data-columns {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
}

.container-price .sale-card__price {
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}

.container-price .sale-card__price p {
  margin-top: 0;
  margin-bottom: 0;
}

.net-price,
.gross-price {
  display: none;
}

.container-form {
  padding-top: 40px;
  margin-top: 20px;
  border-top: solid 1px rgb(229, 231, 235);
  position: sticky;
  top: 32px;
}

.container-form .form-row {
  display: grid;
  grid-template-columns: 155px 1fr;
  margin-bottom: 20px;
  align-items: center;
}

.transport-row {
  min-height: 32px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.transport-row input[type="text"] {
  display: none;
}

.transport-row input[type="checkbox"]:checked + input[type="text"] {
  display: inline-block;
}

.transport-row input[type="checkbox"],
.filter-group input[type="checkbox"],
.filter-group input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-group input[type="radio"] {
  border-radius: 50%;
}

.transport-row input[type="checkbox"]:checked,
.filter-group input[type="checkbox"]:checked,
.filter-group input[type="radio"]:checked {
  background-color: var(--red);
  border-color: var(--red);
}

.transport-row input[type="checkbox"]:checked::after,
.filter-group input[type="checkbox"]:checked::after,
.filter-group input[type="radio"]:checked::after {
  content: "✓";
  color: white;
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 18px;
  font-weight: 800;
}

.container-form .input-container {
  padding: 8px 16px;
  background: #f7faff;
  min-height: 43px;
  border-radius: 8px;
}
.container-form .input-container select {
  width: 100%;
  background: transparent;
  border: 0;
  height: 100%;
  outline: none;
}

.transport-row input[type="text"] {
  border: 0;
  width: 80%;
  background-color: #ffffff;
}

.transport-row input[type="text"]::placeholder {
  opacity: 0.5;
}

.form-row label {
  font-size: 16px;
  font-weight: 700;
}

.container-form .form-data {
  background: #f7faff;
  padding: 32px 16px 16px 16px;
}

.form-data .table-row {
  display: flex;
  justify-content: space-between;
}

hr {
  background-color: rgb(229, 231, 235);
  margin-top: 30px;
  margin-bottom: 30px;
}

.total-price {
  font-size: 16px;
  font-weight: 700;
}

.total-price span {
  font-size: 14px;
}

.form-btn {
  text-align: right;
  margin-top: 24px;
}

.font-bold {
  font-weight: 700;
}

.container-services svg {
  width: 24px;
  color: #17cc41;
}

.container-services ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 40px;
}

.container-services ul li {
  display: flex;
  gap: 10px;
  padding: 8px 0;
}

.form-static-text {
  margin-top: 24px;
}

.form-static-text a.sm-button {
  background: var(--black);
  margin: 16px 0 24px 0;
  display: inline-block;
}

.form-static-text a.sm-button:hover {
  background: var(--red);
}

.form-static-text p {
  margin: 0;
}

.mobile-only {
  display: none;
}

.mobile-price-toggle {
  text-align: right;
  margin-bottom: 20px;
}

a.scroll-to {
  color: var(--black);
}

a.scroll-to svg {
  top: 4px;
  position: relative;
  width: 18px;
  height: 18px;
}

.text-right {
  text-align: right;
}

small {
  opacity: 50%;
}

.error-text {
  color: #ef4444;
  font-size: 12px;
  display: none;
}

.container-filter-container {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 50px;
}

.filter-options {
  display: grid;
}

#container-results .container-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

#container-results .container-grid .sale-card {
  display: grid !important;
  background: white;
}

#container-results .sale-card__image {
  aspect-ratio: 4/3;
}

#container-results .sale-card__image img {
  aspect-ratio: 4 / 3;
  display: block;
}

#container-results .highlight-title {
  padding: 32px;
  border-bottom: 0;
}

#container-results .sale-card__details {
  padding: 32px;
  padding-top: 0;
}

#container-results .sale-card__price {
  padding: 32px;
}

#container-results .sale-card__price p {
  margin-top: 0;
  margin-bottom: 0;
  width: fit-content;
  margin-left: auto;
}

#container-results .slider-btn {
  border-top: 0;
  padding: 32px;
  padding-top: 0;
}

#container-results .slider-btn a {
  width: 100%;
}

#container-results .sale-card {
  min-height: 50px;
}

.filter-options label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 8px 0;
  border-bottom: solid 1px #e9ebef;
}

button.filter-label svg {
  width: 24px;
  height: 24px;
}

button.filter-label {
  background: transparent;
  appearance: none;
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  color: var(--red);
  cursor: pointer;
  margin: 20px 0;
}

.archive-page-content {
  background: unset;
  padding: 0;
  margin: 100px 0 0 0;
}

.archive-title.entry-title {
  margin-top: 50px;
}

#container-filter h2 {
  font-size: 18px;
}

.container-filter-container {
  padding-top: 10px;
}

.container-no-result {
  text-align: center;
}

.container-no-result p {
  margin: 0;
}

.container-no-result a {
  margin-top: 12px;
}

.taxonomy-page {
  padding-top: 40px;
}

#reset-filters {
  background: transparent;
  border: solid 1px #010101;
  display: flex;
  width: fit-content;
  border-radius: 4px;
  margin-top: 40px;
  align-items: center;
  gap: 5px;
  padding: 6px 16px 6px 8px;
  cursor: pointer;
}

#reset-filters[disabled] {
  opacity: 50%;
  cursor: default;
}

#reset-filters svg {
  width: 20px;
  height: 20px;
}

.filter-options label {
  text-transform: capitalize;
}

.has-selection span {
  position: relative;
}

.has-selection span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--red);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -8px;
  position: absolute;
}

#pagination-numbers.pagination,
#pagination-arrows.pagination {
  margin-top: 0;
  gap: 15px;
}

.loading-results {
  position: relative;
}

.loading-results::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffffffcc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.pagination-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 64px;
}

#pagination-arrows.pagination .next,
#pagination-arrows.pagination .prev {
  display: block;
}

#pagination-arrows {
  font-size: 0;
}

#pagination-arrows .next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-width='1.5' class='w-6 h-6' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

#pagination-arrows .next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-width='1.5' class='w-6 h-6' style='stroke:%23f24236' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3'/%3E%3C/svg%3E");
}

#pagination-arrows .prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-width='1.5' class='color-red-500 w-6 h-6' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

#pagination-arrows .prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-width='1.5' class='color-red-500 w-6 h-6' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18' style='stroke:%23f24236'/%3E%3C/svg%3E");
}

.archive-page-content h2,
.archive-page-content h3 {
  margin: 64px 0 40px;
}

.archive-page-content h4 {
  font-size: 20px;
}

.archive-page-content ol li {
  margin-bottom: 16px;
}

.has-slate-200-background-color {
  background-color: #e2e8f0;
}

.mobile-filter-btn {
  display: none;
}

.popups-wrapper {
  position: relative;
}
.popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  z-index: 99999;
}
.popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-inner {
  background: #fff;
  width: 95%;
  max-width: 700px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  max-height: 90%;
  overflow-y: auto;
}
.popup-close {
  background: transparent;
  font-size: 14px;
  border: 0;
  cursor: pointer;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 12px;
}
body.popup-open {
  overflow: hidden;
}

.popup-header {
  background: #f7faff;
  padding: 24px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-header h2 {
  margin: 0;
  font-size: 24px;
}
.popup-content {
  padding: 40px;
}

.popup-header svg {
  width: 32px;
  height: 32px;
}

.popup-close span {
  background-color: #fff;
  padding: 4px;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
}

.popup-content .gform_description,
.popup-content .gform_required_legend {
  display: none;
}

.popup-content .gfield_label {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.popup-content input[type="text"],
.popup-content input[type="email"],
.popup-content textarea {
  border: #f7faff !important;
  background: #f7faff !important;
  box-shadow: none !important;
}

.popup-content input[type="submit"] {
  display: inline-block !important;
  padding: 16px 24px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #fff !important;
  background-color: var(--red) !important;
  transition: all 0.2s ease-in-out !important;
}

#popup-container .popup-inner {
  max-width: 1400px;
}

#popup-container .popup-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
}

#popup-container #field_1_34,
#popup-container #field_1_36 {
  display: none;
}

#popup-container .container-data-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#popup-container .transport {
  padding: 16px 0 32px 0;
}

#popup-multistep .popup-inner {
  max-width: 1400px;
}

#popup-multistep .popup-text,
#exit-intent .popup-text {
  background: #f7faff;
  padding: 0 40px 40px 40px;
}

#popup-multistep .popup-header,
#exit-intent .popup-header{
  padding-bottom: 0;
}

#popup-multistep .popup-text p,
#exit-intent .popup-text p{
  margin: 0;
}

#exit-intent .popup-text h3{
  margin-top: 0;
}

.youtube-link.menu-item a {
  background-image: url(https://www.containerbasis.de/wp-content/uploads/2025/12/icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left;
  padding-left: 30px;
}

.footer-sm-icons {
  display: flex;
  gap: 10px
}

.footer-sm-icons svg{
  width: 19px;
}

.iframe-container {
  width: 100%;
  max-width: 60%;
  border-radius: 20px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 40px;
}

.iframe-container iframe,
.video-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-embed {
  width: 100%;
  max-width: 60%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .iframe-container {
    max-width: 100%;
  }
}


@media (max-width: 1470px) {
  #container-results .container-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1281px) {
  #menu-toggle {
    display: none;
  }
  .mobile-menu {
    display: none !important;
  }
}

@media (max-width: 1280px) {
  .desktop-menu {
    display: none;
  }
  .sub-menu {
    display: none !important;
  }
  #menu-toggle {
    display: block;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 0;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    justify-content: space-between;
    transition: left 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
  }

  .mobile-menu-footer img {
    width: 100%;
  }

  .mobile-menu-footer a.logo {
    width: 240px;
    display: block;
  }

  .mobile-menu-menus,
  .mobile-menu-footer {
    padding: 2rem;
  }

  .mobile-menu-footer {
    background: #e5e7eb;
  }

  .mobile-menu.open {
    left: 0;
  }

  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu li a {
    display: block;
    padding: 16px;
    color: var(--black);
    text-decoration: none;
    font-size: 1.1rem;
    border-bottom: solid 1px #e8e9ed;
    max-width: 70%;
  }

  #primary-menu li:nth-last-child(1) a {
    border-bottom: 0;
  }

  .mobile-menu a:hover {
    color: #f24236;
  }

  #mobile-menu #primary-menu {
    display: block;
  }

  .posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}

@media (min-width: 1280px) {
  .main-navigation a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .content-section h2,
  .edit-post-visual-editor h2 {
    margin-top: 4rem;
  }
  .content-section h3,
  .edit-post-visual-editor h3 {
    margin-top: 4rem;
  }
}

@media (max-width: 1600px) {
  .posts-slider {
    left: -20px;
    margin-top: 50px;
    width: 102.5%;
  }
}

@media (min-width: 768px) {
  .sale-card {
    flex-direction: row;
  }
}

@media (max-width: 1279px) {
  h1.page-title {
    font-size: 3.75rem;
    padding: 0;
  }
}

@media (max-width: 1023px) {
  #container-filter {
    position: absolute;
    transform: translateX(-200%);
    transition: all 0.2s;
  }
  .mobile-filter-btn {
    display: flex;
  }
  .mobile-filter-btn svg {
    width: 16px;
    height: 16px;
  }
  #container-filter.show-filter {
    transition: all 0.2s;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 80%;
    height: 100%;
    transform: translateX(-5%);
    box-shadow: 0 8px 30px #0000001f;
    padding: 50px 20px;
  }

  .container-filter-container {
    display: block;
  }
  .entry-title {
    margin-bottom: 3rem;
    font-size: 3rem;
  }
  .page-content {
    padding: 32px 16px;
  }
  h1.page-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  #logo-row {
    padding-bottom: 2.5rem;
  }
  .logo-container {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 2rem;
  }
  .slick-dots {
    display: none !important;
  }
  .container-slider {
    width: calc(100% + 60px);
  }
  .container-slider .sale-card {
    margin-left: 30px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  #popup-container .popup-content,
  #popup-container .container-data-meta {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .popup-header h2 {
    font-size: 18px;
  }
  .popup-header {
    padding: 16px;
  }
  .popup-content {
    padding: 40px 16px 16px;
  }
  .page-content {
    background-color: #ffffff;
    padding: 112px 160px;
    margin: 0;
  }

  .comments-area {
    padding: 32px 16px;
  }
  .comment-form p > input[type="checkbox"] {
    text-align: center;
    width: fit-content;
    margin-right: 12px;
  }
  .comment-form-comment {
    display: block;
  }
  .posts-grid {
    grid-template-columns: 1fr;
  }
  .pagination {
    flex-direction: column;
    gap: 40px;
  }
  .page-content {
    padding: 32px 16px;
  }
  header a.sm-button {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-end-menu {
    flex-direction: column;
    align-items: normal;
  }
  .footer-end-menu ul {
    flex-direction: column;
  }
  #container-slider {
    padding: 106px 0 228px;
  }
  #container-deal {
    padding-top: 100px;
  }
  .large-text {
    font-size: 20px;
  }
  .wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .container-slider .sale-card {
    flex-direction: column;
  }
  .highlight-title,
  .sale-card__details,
  .sale-card__price,
  .slider-btn {
    padding: 32px;
  }
  .title-grid {
    display: block;
    margin-bottom: 30px;
  }
  .sale-card__badge {
    display: none;
  }
  h1.page-title {
    font-size: 4.5rem;
    padding-top: 20px;
  }
  .hero-text {
    text-align: center;
  }
  ul.feature-list {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .small-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0 0 32px 0;
  }
  #logo-row {
    padding-bottom: 1rem;
  }
  .logo-container {
    grid-template-columns: repeat(3, minmax(0, 1fr)); /* grid-cols-3 */
  }
  .abt-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }
  .section-title {
    font-size: 30px;
    margin-top: 0;
  }

  .post-buttons {
    flex-direction: column;
    gap: 32px;
  }
  a.primary-button {
    padding: 16px 24px;
  }
  a.sm-button {
    text-align: center;
  }
  .author-box {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .post-featured-image h1.entry-title {
    font-size: 24px;
    padding: 32px 16px;
  }
  .container-page {
    display: flex;
    flex-direction: column-reverse;
    gap: 36px;
  }
  .container-page .contaienr-data {
    width: 100%;
    padding-left: 0;
  }
  .container-page .container-images {
    width: 100%;
  }
  .container-data-columns {
    display: grid;
    grid-template-columns: 1fr;
  }
  .container-price .sale-card__price {
    border-top: solid 1px rgb(229, 231, 235);
    padding: 24px 0 0 0;
    margin-top: 24px;
  }
  .container-form {
    margin-top: 0;
  }
  .form-btn a.primary-button {
    width: 100%;
    text-align: center;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}

@media (max-width: 639px) {
  #container-results .container-grid {
    grid-template-columns: 1fr;
  }
  .entry-title {
    font-size: 1.875rem; /* text-3xl */
  }
  .hero-text {
    text-align: left;
  }
  h1.page-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    text-align: left;
  }
  ul.feature-list {
    text-align: left;
    display: block;
  }
  .container-title {
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
  }
}
