.header-logo-img {
  width: 240px;
}

@media (max-width: 1000px) {
  .header-logo-img {
    width: 220px;
  }
}

@media (max-width: 768px) {
  .header-logo-img {
    width: 200px;
  }
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.bento-grid .card {
  height: 480px;
  color: #fff;
  border-radius: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-inline: 20px;
  padding-block: 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.card-girl {
  grid-area: 1 / 2 / 3 / 3;
  background-color: #cf595b;
}

.card-boy {
  grid-area: 1 / 1 / 3 / 2;
  background-color: #597bcf;
}

.card-sport {
  grid-area: 1 / 3 / 3 / 5;
  background-color: #49bd87;
}

.card-accessories {
  grid-area: 3 / 1 / 5 / 3;
  background-color: #f0a55d;
}

.card-bag {
  grid-area: 3 / 3 / 5 / 5;
  background-color: #a472a9;
}

.card .card-text {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  z-index: 99;
}

.card .card-text .card-title {
  font-size: 55px;
  font-weight: 900;
  text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
}

.card .card-text .card-description {
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}

.card .card-text a {
  background-color: #fff;
  color: #5b5b5b;
  text-align: center;
  border-radius: 10px;
  padding: 7px 14px;
  font-size: 16px;
  border: none;
  width: 160px;
  padding-bottom: 6px;
  box-shadow: rgba(60, 64, 67, 0.2) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.08) 0px 1px 3px 1px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

.card .card-text a:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transform: translateY(-2px);
}

.card .card-text a:active {
  box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(2px);
}

.card .card-character {
  margin-top: 3%;
  height: 97%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 69;
}

.card-girl .card-character {
  left: -25px;
}

.card-sport .card-character,
.card-accessories .card-character,
.card-bag .card-character {
  left: 60px;
}

.card .card-character img {
  height: 100%;
}

@media (max-width: 1280px) {
  .bento-grid .card {
    height: 380px;
  }

  .card .card-text .card-title {
    font-size: 45px;
  }

  .card .card-text .card-description {
    font-size: 20px;
  }

  .card .card-text a {
    font-size: 14px;
    width: 130px;
  }
}

@media (max-width: 1080px) {
  .bento-grid .card {
    height: 320px;
  }

  .card .card-text .card-title {
    font-size: 40px;
  }

  .card .card-text .card-description {
    font-size: 18px;
  }

  .card .card-text a {
    font-size: 12px;
    width: 120px;
  }

  .card-sport .card-character,
  .card-accessories .card-character,
  .card-bag .card-character {
    left: 50px;
  }
}

@media (max-width: 880px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .card-boy {
    grid-area: 1 / 1 / 2 / 2;
  }

  .card-girl {
    grid-area: 1 / 2 / 2 / 3;
  }

  .card-sport {
    grid-area: 2 / 1 / 3 / 3;
  }

  .card-accessories {
    grid-area: 3 / 1 / 4 / 3;
  }

  .card-bag {
    grid-area: 4 / 1 / 5 / 3;
  }

  .bento-grid .card {
    height: 320px;
  }

  .card .card-text .card-title {
    font-size: 40px;
    margin-bottom: 0 !important;
  }

  .card .card-text .card-description {
    font-size: 18px;
  }

  .card .card-text a {
    font-size: 12px;
    width: 120px;
  }
}

@media (max-width: 768px) {
  .bento-grid .card {
    height: 240px;
    padding-inline: 18px;
    padding-block: 20px;
  }

  .card .card-text .card-title {
    font-size: 34px;
  }

  .card .card-text .card-description {
    font-size: 16px;
  }

  .card .card-text a {
    font-size: 12px;
    width: 110px;
    padding: 6px 0;
  }

  .card-girl .card-character {
    left: -10px;
  }

  .card-sport .card-character,
  .card-accessories .card-character,
  .card-bag .card-character {
    left: 40px;
  }
}

@media (max-width: 620px) {
  .bento-grid .card {
    height: 200px;
    padding-inline: 15px;
    padding-block: 20px;
  }

  .card-sport,
  .card-accessories,
  .card-bag {
    padding-inline: 25px !important;
    padding-block: 30px !important;
  }

  .card .card-text .card-title {
    font-size: 29px;
  }

  .card .card-text .card-description {
    font-size: 14px;
  }

  .card .card-text a {
    font-size: 10px;
    width: 90px;
    padding: 4px 0;
  }
}

.hero-item {
  width: 100%;
  height: 460px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
}

.hero-item-1 {
  background-color: #658c85;
  background: linear-gradient(312deg,
      rgba(76, 133, 122, 1) 0%,
      rgba(102, 179, 161, 1) 100%);
}

.hero-item-2 {
  background-color: #e2975e;
  background: linear-gradient(312deg,
      rgba(232, 132, 56, 1) 0%,
      rgba(226, 151, 94, 1) 100%);
}

.hero-item-3 {
  background-color: #4e8acb;
  background: linear-gradient(312deg,
      rgb(70, 132, 197) 0%,
      rgba(93, 170, 252, 1) 100%);
}

.hero-item-1 {
  background-color: #658c85;
}

.hero-item-2 {
  background-color: #e2975e;
}

.hero-item-3 {
  background-color: #4e8acb;
}

.hero-item .hero-item-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  height: 100%;
}

.hero-item-container .hero-item-text h3 {
  font-weight: 900;
  font-size: 40px;
  color: #fff;
  text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
}

.hero-item-container .hero-item-text p {
  color: #fff;
  font-size: 26px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  margin: 12px 0 24px 0;
}

.hero-item-container .hero-item-text a {
  background-color: #fff;
  padding: 6px 14px;
  border-radius: 10px;
  font-size: 16px;
  box-shadow: rgba(60, 64, 67, 0.2) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.08) 0px 1px 3px 1px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

.hero-item-container .hero-item-text a:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transform: translateY(-2px);
}

.hero-item-container .hero-item-text a:active {
  box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(2px);
}

.hero-item-container .hero-item-image {
  height: 95%;
}

.hero-item-container .hero-item-image img {
  height: 100%;
  min-width: 100%;
  margin-top: 3%;
}

@media (max-width: 1324px) {
  .hero-item .hero-item-container {
    width: 90%;
  }
}

@media (max-width: 1070px) {
  .hero-item .hero-item-container {
    width: 90%;
  }

  .hero-item-container .hero-item-text {
    max-width: 50%;
  }
}

@media (max-width: 890px) {
  .hero-item-container .hero-item-text {
    max-width: 40%;
  }
}

@media (max-width: 720px) {
  .hero-item {
    height: auto;
    max-height: 580px;
  }

  .hero-item .hero-item-container {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }

  .hero-item-container .hero-item-text {
    max-width: 100%;
    text-align: center;
    padding: 30px 20px 15px 20px;
    flex: 0 0 auto;
  }

  .hero-item-container .hero-item-text h3 {
    font-size: 32px;
  }

  .hero-item-container .hero-item-text p {
    font-size: 18px;
  }

  .hero-item-container .hero-item-text a {
    font-size: 14px;
  }

  .hero-item-container .hero-item-image {
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
    /* Important for flex items to shrink */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-item-container .hero-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 0;
  }

  .swiper-pagination {
    text-align: right !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 550px) {
  .hero-item-container .hero-item-text {
    max-width: 100%;
    text-align: center;
    padding: 30px 20px 15px 20px;
  }

  .hero-item-container .hero-item-text h3 {
    font-size: 30px;
  }

  .hero-item-container .hero-item-text p {
    font-size: 16px;
    /* white-space: nowrap; */
  }

  .hero-item-container .hero-item-text a {
    font-size: 13px;
  }

  .hero-item-container .hero-item-image img {
    /* height: 240px; */
  }
}

.see-all {
  display: flex;
  justify-content: end;
  align-items: end;
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  .see-all {
    display: none !important;
  }
}

.see-all-button {
  display: flex !important;
  flex-direction: row;
  justify-content: end !important;
  align-items: end !important;
}

.see-all-button .slider-title-link {
  margin-top: 2px;
  padding-bottom: 25px;
}

@media (max-width: 768px) {
  .see-all-button {
    align-items: start !important;
  }

  .see-all-button .slider-title-link {
    margin-top: 0px;
    padding-bottom: 0;
  }
}

.instagram-banner {
  background: #8a2387;
  background: linear-gradient(312deg,
      rgba(138, 35, 135, 0.83) 0%,
      rgba(233, 64, 87, 0.83) 50%,
      rgba(242, 113, 33, 0.83) 100%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.instagram-banner .hero-item-container {}

.instagram-banner .hero-item-container .hero-item-text {
  max-width: 60%;
}

.instagram-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  direction: ltr;
  font-weight: 900;
}

.instagram-button span {
  -moz-font-feature-settings: normal !important;
  -webkit-font-feature-settings: normal !important;
  font-feature-settings: normal !important;
}

.instagram-button img {
  width: 30px;
  padding-right: 5px;
}

@media (max-width: 1080px) {
  .instagram-banner .hero-item-container .hero-item-text {
    max-width: 50%;
  }
}

@media (max-width: 840px) {
  .instagram-banner .hero-item-container .hero-item-text {
    max-width: 40%;
  }
}

@media (max-width: 720px) {
  .instagram-banner .hero-item-container {
    flex-direction: column-reverse;
  }

  .instagram-banner .hero-item-container .hero-item-text {
    max-width: unset;
  }

  .instagram-button {
    margin: 0 auto;
    width: 150px;
  }
}

.mb-minus-8 {
  margin-bottom: -8px;
}

.small-product-image {
  border-radius: 8px;
}

.small-product-price {
  display: flex;
  align-items: center;
  gap: 4px;
}

.offer-img .img-fluid {
  border-radius: 15px;
}

.timer-box {
  padding-top: 10px !important;
}

@media (min-width: 768px) {
  .offer-content h4 {
    margin-bottom: 17px;
  }

  .blog-slider-item-stand-title {
    padding: 12px 0;
  }
}

@media (max-width: 768px) {
  .blog-slider-item-stand {
    box-shadow: unset;
  }

  .blog-slider-item-stand h6 {
    color: var(--main-color-one) !important;
  }

  .blog-slider-item-stand p {
    color: var(--color-site) !important;
  }

  .blog-slider-item-stand .blog-slider-item-info-item i {
    color: var(--color-site) !important;
  }

  .blog-slider-item-stand .blog-slider-item-info-item span {
    color: var(--color-site) !important;
  }

  .blog-slider-item-info {
    justify-content: space-between !important;
  }

  .blog-slider-overlay {
    background: unset;
  }
}

.shopping-cart-image {
  border-radius: 20px;
  padding-right: 8px;
}

.bread-crumb {
  margin-bottom: -15px;
  padding-bottom: 0px !important;
  padding-right: 7px;
  margin-top: 10px;
}

.mega-container {
  border-radius: 25px;
}

/* Mega Menu Backdrop - blur and darken background when mega menu is open */
.mega-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 50;
  /* Above mega menu (800) and below search input (1000) */
  pointer-events: none;
}

.mega-menu-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.cart-canvas-container {
  z-index: 2000 !important;
}

.footer-copy-right p a {
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
}

.footer-copy-right p a:hover {
  color: var(--main-color-one);
}

.footer-links-list {
  margin-top: 2rem !important;
}

@media (max-width: 980px) {
  .footer-copy-right p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer-main-address-email {
    display: none;
  }
}

.currency-unit {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #999;
  pointer-events: none;
}

.product-filter-label {
  margin-bottom: -8px;
  padding-right: 3px;
}

.pt-70 {
  padding-top: 70px;
}

.pl-3 {
  padding-left: 3px;
}

.color-white-i {
  color: white !important;
}

.pb-110 {
  padding-bottom: 110px;
}

@media (max-width: 1318px) {
  .pro-gallery-parent {
    height: 54%;
  }
}

@media (max-width: 1100px) {
  .pro-gallery-parent {
    height: 44%;
  }
}

@media (max-width: 990px) {
  .pro-gallery-parent {
    height: 28%;
  }
}

@media (max-width: 765px) {
  .pro-gallery-parent {
    height: 60%;
  }
}

@media (max-width: 768px) {
  .product-desc-tab ul {
    min-width: unset;
  }

  .product-gallery-thumb {
    margin-top: 130px !important;
  }

  .product-mete-title {
    margin-top: -70px;
  }

  .tablet-hidden {
    display: none;
  }

  .category-section {
    display: flex;
    justify-content: end;
  }
}

@media (max-width: 680px) {
  .product-gallery-thumb {
    margin-top: 110px !important;
  }
}

@media (max-width: 576px) {
  .product-gallery-thumb {
    margin-top: 70px !important;
  }
}

@media (max-width: 450px) {
  .product-gallery-thumb {
    margin-top: 50px !important;
  }
}

@media (max-width: 320px) {
  .product-mete-title {
    margin-top: -50px;
  }
}

.secondary-instagram-banner {
  background: var(--main-color-one) !important;
}

.product-box-image-ratio img {
  width: unset !important;
  max-height: unset !important;
  object-fit: cover !important;
  aspect-ratio: 7/6 !important;
}


.form-check-input:checked {
  background-color: var(--main-color-one) !important;
  border-color: var(--main-color-one-hover) !important;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgb(151 78 136 / 25%) !important;
  outline: none !important;
  border-color: var(--main-color-one-hover) !important;
}