@media (min-width: 768px) {
  .page-wrapper > .page-content > .breadcrumbs {
    transform: translate(0, 30px);
    margin-top: -40px !important;
    position: relative;
    z-index: 3;
    margin-bottom: 0 !important;
  }
}
.coupon_hello_section {
  margin-bottom: 60px;
  position: relative;
}
.coupon_hello_section:before {
  background: #f7f7f7;
  content: '';
  position: absolute;
  left: -50vw;
  top: 0;
  width: 150vw;
  height: 100%;
  z-index: -2;
}
.coupon_code_categories {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  justify-content: center;
  flex-flow: row wrap;
}
.coupon_code_categories .coupon_category {
  width: 100%;
  position: relative;
}
@media (min-width: 460px) {
  .coupon_code_categories .coupon_category {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .coupon_code_categories .coupon_category {
    width: calc(33% - 10px);
  }
}
.coupon_code_categories .coupon_category > img {
  aspect-ratio: 2;
  object-fit: cover;
  opacity: .2;
}
.coupon_code_categories .coupon_category .info {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
}
.coupon_code_categories .coupon_category .info .coupon-name {
  display: block;
}
.coupon_code_categories .coupon_category .info .coupon-name h3 {
  font-weight: 500;
  margin-bottom: 10px;
}
.coupon_code_categories .coupon_category .info .action.primary {
  width: auto;
}
@media (max-width: 767px) {
  .coupon_category_view .coupon_hello_section .right {
    display: none;
  }
}
@media (min-width: 768px) {
  .coupon_category_view .coupon_hello_section {
    display: flex;
    align-items: center;
  }
  .coupon_category_view .coupon_hello_section .left {
    flex: 3;
  }
  .coupon_category_view .coupon_hello_section .left .content {
    padding-right: 100px;
  }
  .coupon_category_view .coupon_hello_section .right {
    flex: 2;
  }
  .coupon_category_view .coupon_hello_section .right img {
    max-height: 600px;
  }
}
.coupon_category_view .coupon_hello_section h1 {
  font-weight: bold;
  text-transform: uppercase;
}
.coupon_category_view .coupons-container .coupons-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 10px;
}
.coupon_category_view .coupons-container .coupons-list > .coupon {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  background-color: #F7F7F7;
}
@media (min-width: 480px) {
  .coupon_category_view .coupons-container .coupons-list > .coupon {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .coupon_category_view .coupons-container .coupons-list > .coupon {
    width: calc(33% - 10px);
  }
}
@media (min-width: 1200px) {
  .coupon_category_view .coupons-container .coupons-list > .coupon {
    width: calc(50% - 10px);
  }
}
.coupon_category_view .coupons-container .coupons-list > .coupon h2 {
  font-weight: 600;
}
.coupon_category_view .coupons-container .coupons-list > .coupon > .info {
  text-align: center;
  padding: 10px;
}
@media (min-width: 1200px) {
  .coupon_category_view .coupons-container .coupons-list > .coupon {
    flex-direction: row;
    gap: 10px;
  }
  .coupon_category_view .coupons-container .coupons-list > .coupon > .img {
    width: 35%;
  }
  .coupon_category_view .coupons-container .coupons-list > .coupon > .img img {
    height: 100%;
    object-fit: cover;
  }
  .coupon_category_view .coupons-container .coupons-list > .coupon > .info {
    width: 60%;
    text-align: left;
  }
}
.coupon_category_view .coupons-container .coupons-list > .coupon .discover_coupon {
  padding: 10px 20px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.coupon_category_view .coupons-container .coupons-list > .coupon .clipboard_msg {
  padding: 10px 20px;
  display: inline-block;
}
.coupon_category_view .coupons-container .coupons-list > .coupon .discover_counter {
  display: flex;
  gap: 10px;
}
