/* Wallets */
a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

/* .container {
  width: min(1200px, 92%);
  margin: 0 auto;
} */

.page-hero {
  background: #ececec;
  padding: 60px 0;
  text-align: center;
}

.page-hero h1 {
  font-size: clamp(28px, 5vw, 60px);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}

.section {
  position: relative;
  background: #f7f7f7;
  overflow: hidden;
}

.section + .section {
  border-top: 1px solid #ececec;
}

.shape-blue,
.shape-red {
  position: absolute;
  pointer-events: none;
  opacity: 0.55;
}

.shape-blue {
  width: 120px;
  height: 200px;
  border: 3px solid #6fc6de;
  transform: skewX(-28deg);
}

.shape-red {
  width: 3px;
  height: 180px;
  background: #d72c2c;
  transform: skewX(-28deg);
}

.wallet-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

.eyebrow {
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 8px;
}

.wallet-title {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 26px;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.store-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wallet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.wallet-card {
  background: #fff;
  padding: 24px 28px;
  min-width: 180px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  font-size: 15px;
  color: #333;
}

.wallet-card p {
  margin: 0;
}

.wallet-visual {
  position: relative;
  display: flex;
  justify-content: center;
  /* background-image: url(../img/thumb/Group\ 1171275970.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* padding: 20px 0; */
}

.phone-mockup {
  /* width: 100%; */
  z-index: 10;
  padding: 20px 0;
}

.phone-mockup-bg {
  position: absolute;
  height: 100%;
}

.product-section {
  background: #f2f2f2;
  position: relative;
}

.texit-bottom-img-bg {
  position: absolute;
  bottom: -1%;
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  gap: 33px;
  /* align-items: center; */
  padding: 100px 0;
  /* position: relative; */
}

.product-gallery-wrap,
.product-details,
.product-gallery,
.product-carousel-wrap,
.product-carousel {
  min-width: 0;
}

.product-gallery-wrap {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.product-gallery {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  z-index: 10;
}

.thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.thumb-btn {
  border: 1px solid #dcdcdc;
  background: #efefef;
  padding: 5px;
  border-radius: 0;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    opacity 0.2s ease;
}

.thumb-btn img {
  width: 100%;
  height: 84px;
  object-fit: cover;
  background: #fff;
}

.thumb-btn:hover,
.thumb-btn.active {
  border-color: #cb2d22;
  background: #ffffff;
}

.product-carousel-wrap {
  position: relative;
  width: 100%;
  min-width: 400px;
  min-height: 392px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 26px 48px;
  overflow: hidden;
  box-shadow: none;
  border-radius: 0;
}

.product-carousel {
  width: 100%;
  max-width: 100%;
}

.product-carousel .owl-stage-outer {
  width: 100%;
  overflow: hidden;
}

.product-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.product-carousel .owl-item {
  flex-shrink: 0;
}

.product-slide {
  min-height: 336px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-slide img {
  display: block;
  max-height: 336px;
  max-width: 100%;
  width: auto !important;
  object-fit: contain;
}

.product-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  background: #efefef;
  color: #d44334;
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.product-nav:hover {
  background: #ffffff;
  color: #c62828;
}

.product-prev {
  left: 14px;
}

.product-next {
  right: 14px;
}

.product-details {
  width: 100%;
  max-width: 430px;
}

.product-title {
  font-size: clamp(35px, 4vw, 70px);
  line-height: 1.05;
  margin-bottom: 10px;
  font-weight: 700;
  color: #111;
}

.product-title span {
  font-weight: 300;
}

.price {
  color: #c62828;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 28px;
}

.product-copy {
  color: #000000;
  font-size: 16px;
  max-width: 430px;
  margin-bottom: 28px;
}

.cart-row {
  display: flex;
  align-items: center;
}

.add-cart {
  background: #c62828;
  color: #fff;
  border: none;
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 0;
  min-height: 44px;
}

.add-cart:hover {
  background: #aa1f1f;
}

.texit-icon {
  padding-bottom: 24px;
  display: flex;
  justify-content: center;
}

@media (max-width: 1199px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-gallery-wrap,
  .product-details {
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  .wallet-grid,
  .product-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .wallet-visual {
    order: -1;
  }
}

@media (max-width: 767px) {
  .product-grid {
    padding: 60px 0;
  }

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .thumbs {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .thumb-btn {
    width: calc(25% - 6px);
  }

  .thumb-btn img {
    height: 78px;
  }

  .product-carousel-wrap {
    min-height: 320px;
    padding: 24px 44px;
  }

  .product-slide {
    min-height: 260px;
  }

  .product-slide img {
    max-height: 260px;
  }
}

@media (max-width: 640px) {
  .page-hero {
    padding: 30px 0;
  }

  .section {
    padding: 56px 20px;
  }

  .wallet-card {
    width: 100%;
  }

  .store-btn {
    width: 40%;
  }

  .phone-mockup {
    width: 100%;
  }

  .phone-mockup-bg {
    display: none;
  }

  .product-title {
    font-size: 30px;
  }

  .store-buttons {
    display: flex !important;
    flex-direction: row !important;
  }
}

/* Blog custom css */
.blog-load-more-target.blog-row-hidden {
  display: none !important;
}

.blog-load-more-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-load-more-btn {
  min-width: 170px;
  justify-content: center;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
}

.blog-load-more-wrap-hidden {
  display: none !important;
}

/* Blog read more button fix */
.Stories__block-content .theme_btn-border-none {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  line-height: 1;
  vertical-align: middle;
}

.Stories__block-content .theme_btn-border-none img {
  width: auto;
  max-width: none;
  display: inline-block;
  flex: 0 0 auto;
}

.Stories__block-content .d-flex.justify-content-between.align-items-center.mt-4,
.Stories__block-content
  .d-flex.flex-col.justify-content-between.align-items-center.mt-4 {
  gap: 16px;
  flex-wrap: wrap;
}

.Stories__block-content
  .d-flex.justify-content-between.align-items-center.mt-4
  > span,
.Stories__block-content
  .d-flex.flex-col.justify-content-between.align-items-center.mt-4
  > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.Stories__block-content
  .d-flex.justify-content-between.align-items-center.mt-4
  > span
  img,
.Stories__block-content
  .d-flex.flex-col.justify-content-between.align-items-center.mt-4
  > span
  img {
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .Stories__block-content
    .d-flex.justify-content-between.align-items-center.mt-4,
  .Stories__block-content
    .d-flex.flex-col.justify-content-between.align-items-center.mt-4 {
    align-items: flex-start !important;
  }
}

/* Blog equal width / equal height card fix */
.last > .d-flex.flex-column.flex-md-row {
  align-items: stretch;
}

.last > .d-flex.flex-column.flex-md-row > .Stories__block {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.last
  > .d-flex.flex-column.flex-md-row
  > .Stories__block
  .Stories__block-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.last
  > .d-flex.flex-column.flex-md-row
  > .Stories__block
  .Stories__block-thumb
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.last
  > .d-flex.flex-column.flex-md-row
  > .Stories__block
  .Stories__block-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.last
  > .d-flex.flex-column.flex-md-row
  > .Stories__block
  .Stories__block-content
  .d-flex.justify-content-between.align-items-center.mt-4,
.last
  > .d-flex.flex-column.flex-md-row
  > .Stories__block
  .Stories__block-content
  .d-flex.flex-col.justify-content-between.align-items-center.mt-4 {
  margin-top: auto !important;
}

/* .last
  > .d-flex.flex-column.flex-md-row
  > .Stories__block
  .Stories__block-content
  h3 {
  min-height: 3.3em;
} */

@media (max-width: 767px) {
  .last > .d-flex.flex-column.flex-md-row > .Stories__block {
    width: 100%;
  }

  .last
    > .d-flex.flex-column.flex-md-row
    > .Stories__block
    .Stories__block-content
    h3 {
    min-height: 0;
  }
}

/* Blog spacing fix: title and short description alignment */
.last
  > .d-flex.flex-column.flex-md-row
  > .Stories__block
  .Stories__block-content {
  gap: 0;
}

.last
  > .d-flex.flex-column.flex-md-row
  > .Stories__block
  .Stories__block-content
  h3 {
  /* min-height: 3.3em; */
  /* margin-bottom: 8px !important; */
  display: block;
}

.last
  > .d-flex.flex-column.flex-md-row
  > .Stories__block
  .Stories__block-content
  h3
  a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}

.last
  > .d-flex.flex-column.flex-md-row
  > .Stories__block
  .Stories__block-content
  p {
  min-height: 6em;
  margin-top: 0 !important;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  .last
    > .d-flex.flex-column.flex-md-row
    > .Stories__block
    .Stories__block-content
    h3,
  .last
    > .d-flex.flex-column.flex-md-row
    > .Stories__block
    .Stories__block-content
    p {
    min-height: 0;
  }

  .last
    > .d-flex.flex-column.flex-md-row
    > .Stories__block
    .Stories__block-content
    h3
    a,
  .last
    > .d-flex.flex-column.flex-md-row
    > .Stories__block
    .Stories__block-content
    p {
    -webkit-line-clamp: unset;
    overflow: visible;
    display: block;
  }
}
