/* Nitronop light premium redesign - header, hero, final CTA */
@font-face {
  font-family: "NitroSans";
  src: url('../fonts/Woff2/IRANSansXFaNum-Regular.woff2') format('woff2'),
       url('../fonts/Woff/IRANSansXFaNum-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NitroSans";
  src: url('../fonts/Woff2/IRANSansXFaNum-Bold.woff2') format('woff2'),
       url('../fonts/Woff/IRANSansXFaNum-Bold.woff') format('woff');
  font-weight: 700 950;
  font-style: normal;
  font-display: swap;
}

:root {
  --nt-ink: #111827;
  --nt-muted: #64748B;
  --nt-soft: #F7FAFC;
  --nt-line: rgba(15, 23, 42, .10);
  --nt-blue: #00B8E8;
  --nt-orange: #FF6A2A;
  --nt-glow: rgba(0, 184, 232, .20);
  --nt-container: 1360px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "NitroSans", IRANSans, Tahoma, Arial, sans-serif;
  background:
    radial-gradient(circle at 14% 8%, rgba(0, 184, 232, .10), transparent 28rem),
    radial-gradient(circle at 86% 20%, rgba(255, 106, 42, .08), transparent 26rem),
    linear-gradient(180deg, #FFFFFF 0%, #F7FAFC 54%, #FFFFFF 100%) !important;
  color: var(--nt-muted);
}

.master-wrapper-page,
.master-wrapper-content,
.home-page,
.page,
.page-body,
.center-1 {
  background: transparent !important;
}

/* Header */
@media all and (min-width: 1261px) {
  .header {
    position: relative !important;
    z-index: 20;
    width: 100%;
    margin: 0 0 22px !important;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    background: rgba(255, 255, 255, .84) !important;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .admin-header-links,
  .header-upper,
  .header-lower,
  .responsive-strip {
    background: transparent !important;
    border-color: rgba(15, 23, 42, .08) !important;
  }

  .header-lower {
    width: 100% !important;
    max-width: none !important;
    min-height: 84px;
    margin: 0 !important;
    padding-right: 220px !important;
    padding-left: 260px !important;
  }

  .header-logo {
    right: 0 !important;
    width: 220px !important;
    height: 84px !important;
  }

  .header-logo a {
    right: 22px !important;
    left: 18px !important;
  }

  .header-logo img,
  .responsive-logo-wrapper img {
    max-height: 62px;
    animation: nitroLogoFloat 5.5s ease-in-out infinite;
  }

  .header-menu {
    height: 83px;
    text-align: center;
  }

  .header-menu .menu-body > ul {
    text-align: center;
  }

  .top-menu > li > a,
  .header-menu .menu-body > ul > li > a,
  .header-menu .menu-body > ul > li > span {
    position: relative;
    padding-right: 17px !important;
    padding-left: 17px !important;
    color: #273244 !important;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    font-family: "NitroSans", IRANSans, Tahoma, Arial, sans-serif;
    transition: color .22s ease, transform .22s ease;
  }

  .top-menu > li > a::after,
  .header-menu .menu-body > ul > li > a::after {
    content: "";
    position: absolute;
    right: 17px;
    bottom: 4px;
    left: 17px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--nt-orange), var(--nt-blue));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .24s ease;
  }

  .top-menu > li:hover > a,
  .header-menu .menu-body > ul > li:hover > a,
  .header-links a:hover,
  .hedar-links-item a:hover {
    color: var(--nt-blue) !important;
  }

  .top-menu > li:hover > a::after,
  .header-menu .menu-body > ul > li:hover > a::after {
    transform: scaleX(1);
  }

  .header-menu .sublist {
    border: 1px solid rgba(0, 184, 232, .14);
    border-radius: 16px;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 24px 64px rgba(15, 23, 42, .14);
  }

  .store-search-box {
    left: 150px !important;
    width: 82px !important;
    height: 83px !important;
    padding-left: 82px !important;
    border-color: rgba(15, 23, 42, .08) !important;
    background: rgba(255, 255, 255, .72) !important;
  }

  .store-search-box form {
    height: 83px !important;
    border-color: rgba(15, 23, 42, .08) !important;
    background: rgba(255, 255, 255, .98) !important;
  }

  .search-box-opener,
  .search-box-opener::before,
  .search-box-opener::after,
  .store-search-box form::before,
  .store-search-box .search-box-button {
    width: 82px !important;
    height: 83px !important;
    background-color: rgba(255, 255, 255, .84) !important;
    color: #334155 !important;
    line-height: 83px !important;
  }

  .store-search-box input.search-box-text {
    height: 83px !important;
    background: transparent !important;
    color: var(--nt-ink) !important;
  }

  .header-flyout-cart {
    left: 0 !important;
    width: 150px !important;
    height: 83px !important;
    background: linear-gradient(135deg, #23B6E6, #3F8FD9) !important;
    box-shadow: 0 16px 36px rgba(0, 184, 232, .22);
  }

  .flyout-cart-wrapper,
  .flyout-cart-link a {
    width: 150px !important;
    height: 83px !important;
  }

  .flyout-cart-link a {
    color: #fff !important;
  }
}

/* Hero */
.home-page-categories-wrapper {
  max-width: none !important;
  margin: 0 0 64px !important;
  padding: 0 !important;
  background: transparent !important;
}

.home-page .home-page-slider {
  position: relative;
  display: flex;
  direction: ltr;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  overflow: hidden;
  width: calc(100% - 48px);
  max-width: 1500px;
  min-height: 620px;
  margin: 24px auto 58px !important;
  padding: 52px 46px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 14% 50%, rgba(0, 184, 232, .18), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(255, 106, 42, .12), transparent 26%),
    linear-gradient(135deg, #FFFFFF 0%, #F8FBFF 48%, #EEF7FB 100%) !important;
  box-shadow: 0 38px 100px rgba(15, 23, 42, .12);
}

.home-page .home-page-slider::before {
  content: "";
  position: absolute;
  inset: auto auto -120px -90px;
  z-index: 0;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 184, 232, .18), transparent 65%);
  pointer-events: none;
}

.home-page .home-page-slider::after {
  content: "";
  position: absolute;
  inset: -120px auto auto 42%;
  z-index: 0;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 106, 42, .13), transparent 68%);
  pointer-events: none;
}

.nitronop-hero-visual,
.nitronop-hero-copy {
  position: relative;
  z-index: 2;
}

.nitronop-hero-visual {
  flex: 0 1 52%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  margin-left: -26px;
  min-height: 520px;
  background: url('../img/hero/nophero.png') left center / contain no-repeat;
  filter: drop-shadow(0 30px 55px rgba(15, 23, 42, .22));
  animation: nitroHeroFloat 7s ease-in-out infinite;
}

.nitronop-hero-visual img {
  display: block;
  width: min(100%, 760px);
  opacity: 0;
  visibility: hidden;
}

.nitronop-hero-copy {
  flex: 0 1 43%;
  min-width: 0;
  direction: rtl;
  text-align: right;
}

.nitronop-hero-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 106, 42, .22);
  border-radius: 999px;
  background: rgba(255, 106, 42, .08);
  padding: 7px 14px;
  color: var(--nt-orange);
  font-family: "NitroSans", IRANSans, Tahoma, Arial, sans-serif;
  font-weight: 900;
}

.nitronop-hero-copy h1 {
  margin: 0 0 18px;
  color: #111827;
  font-family: "NitroSans", IRANSans, Tahoma, Arial, sans-serif;
  font-size: 42px;
  line-height: 1.55;
  font-weight: 950;
}

.nitronop-hero-copy p {
  margin: 0 0 28px;
  color: #475569;
  font-family: "NitroSans", IRANSans, Tahoma, Arial, sans-serif;
  font-size: 18px;
  line-height: 2.05;
  font-weight: 700;
}

.nitronop-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  direction: rtl;
}

.nitronop-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 14px;
  padding: 0 24px;
  font-family: "NitroSans", IRANSans, Tahoma, Arial, sans-serif;
  font-weight: 900;
  transition: transform .22s ease, box-shadow .22s ease;
}

.nitronop-hero-button:hover {
  transform: translateY(-2px);
}

.nitronop-hero-button--primary {
  background: linear-gradient(135deg, #23B6E6, #3F8FD9);
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(0, 184, 232, .24);
}

.nitronop-hero-button--secondary {
  border: 1px solid rgba(15, 23, 42, .12);
  background: rgba(255, 255, 255, .78);
  color: var(--nt-ink) !important;
}

.nitronop-hero-widget {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0 !important;
  pointer-events: none !important;
}

.home-page .home-page-slider .slider-wrapper,
.home-page .home-page-slider .nivoSlider,
.home-page .home-page-slider .theme-custom {
  min-height: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-page .home-page-slider .slider-wrapper img,
.home-page .home-page-slider .nivoSlider img,
.home-page .home-page-slider .theme-custom img {
  opacity: 0 !important;
}

.home-page .home-page-slider .nivo-controlNav,
.home-page .home-page-slider .nivo-directionNav {
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Final call section */
.nitronop-final-cta {
  max-width: 1180px;
  margin: 80px auto 30px;
  padding: 0 20px;
}

.nitronop-final-cta__content {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 20%, rgba(0, 184, 232, .14), transparent 24%),
    radial-gradient(circle at 88% 22%, rgba(255, 106, 42, .12), transparent 24%),
    linear-gradient(135deg, #FFFFFF, #F8FBFF);
  padding: 44px;
  text-align: right;
  box-shadow: 0 30px 80px rgba(15, 23, 42, .10);
}

.nitronop-final-cta__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--nt-orange);
  font-weight: 900;
}

.nitronop-final-cta h2 {
  max-width: 760px;
  margin: 0 0 14px;
  color: var(--nt-ink);
  font-size: 30px;
  line-height: 1.7;
  font-weight: 900;
}

.nitronop-final-cta p {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--nt-muted);
  font-size: 16px;
  line-height: 2;
}

.nitronop-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  direction: ltr;
}

.nitronop-final-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 14px;
  padding: 0 24px;
  font-weight: 900;
  transition: transform .22s ease, box-shadow .22s ease;
}

.nitronop-final-cta__button:hover {
  transform: translateY(-2px);
}

.nitronop-final-cta__button--primary {
  background: linear-gradient(135deg, #23B6E6, #3F8FD9);
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(0, 184, 232, .22);
}

.nitronop-final-cta__button--secondary {
  border: 1px solid rgba(15, 23, 42, .10);
  background: rgba(255, 255, 255, .72);
  color: var(--nt-ink) !important;
}

/* Homepage intro topic */
.home-page-welcome-message {
  position: relative;
  overflow: hidden;
  width: calc(100% - 72px);
  max-width: 1180px;
  margin: 28px auto 58px !important;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 100%, rgba(0, 184, 232, .12), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(247, 251, 255, .90));
  padding: 32px 42px 34px !important;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .09);
  text-align: right;
}

.home-page-welcome-message::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  bottom: 24px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--nt-blue), var(--nt-orange));
  opacity: .9;
}

.home-page-welcome-message::after {
  content: "";
  position: absolute;
  inset: auto -90px -130px auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 184, 232, .13), transparent 66%);
  pointer-events: none;
}

.home-page-welcome-message .topic-block {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #334155;
}

.home-page-welcome-message .topic-block-body {
  padding: 0 !important;
  color: #263244;
  font-family: "NitroSans", IRANSans, Tahoma, Arial, sans-serif;
  font-size: 16px !important;
  line-height: 2 !important;
  font-weight: 600;
  text-align: justify;
}

.home-page-welcome-message .topic-block-body .bina {
  display: table !important;
  position: relative;
  margin: 0 auto 44px !important;
  border: 0 !important;
  border-radius: 18px;
  background: linear-gradient(135deg, #0B486B, #0E7490 52%, #0EA5E9) !important;
  padding: 12px 30px 13px !important;
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(14, 116, 144, .22);
  font-size: 28px;
  line-height: 1.6em !important;
  font-weight: 950;
}

.home-page-welcome-message .topic-block-body .bina::before,
.home-page-welcome-message .topic-block-body .bina::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 86px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--nt-blue), var(--nt-orange));
  transform: translateY(-50%);
}

.home-page-welcome-message .topic-block-body .bina::before {
  right: calc(100% + 22px);
}

.home-page-welcome-message .topic-block-body .bina::after {
  left: calc(100% + 22px);
}

.home-page-welcome-message .topic-block-body .bina-img {
  float: left;
  width: min(30vw, 360px);
  max-width: 360px;
  margin: 8px 44px 28px 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 28% 20%, rgba(0, 184, 232, .14), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(239, 248, 252, .78));
  padding: 18px;
  filter: drop-shadow(0 28px 42px rgba(15, 23, 42, .14));
}

.home-page-welcome-message .topic-block-body p {
  margin: 0 0 10px;
}

.home-page-welcome-message .topic-block-body p:empty,
.home-page-welcome-message .topic-block-body > br {
  display: none;
}

.home-page-welcome-message .topic-block-body a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 6px 3px 0;
  border: 1px solid rgba(14, 165, 233, .18);
  border-radius: 999px;
  background: rgba(14, 165, 233, .07);
  padding: 0 12px;
  color: #0284C7 !important;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.home-page-welcome-message .topic-block-body a:hover {
  border-color: rgba(14, 165, 233, .32);
  background: rgba(14, 165, 233, .12);
  transform: translateY(-1px);
}

/* Homepage product grid */
.home-page-product-grid {
  width: calc(100% - 48px);
  max-width: 1500px;
  margin: 54px auto 76px !important;
}

.home-page-product-grid .title {
  position: relative;
  margin: 0 0 28px !important;
  border: 0 !important;
  padding: 0 !important;
  text-align: center;
}

.home-page-product-grid .title::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -13px;
  width: 120px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--nt-orange), var(--nt-blue));
  transform: translateX(50%);
}

.home-page-product-grid .title strong {
  display: inline-block;
  color: #1F2937;
  font-family: "NitroSans", IRANSans, Tahoma, Arial, sans-serif;
  font-size: 34px !important;
  line-height: 1.5 !important;
  font-weight: 950;
}

.home-page-product-grid .item-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.home-page-product-grid .item-grid::after {
  display: none;
}

.home-page-product-grid .item-box {
  float: none !important;
  clear: none !important;
  overflow: hidden;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  border: 1px solid rgba(15, 23, 42, .08) !important;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 251, 255, .92)) !important;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
  text-align: right;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.home-page-product-grid .item-box:hover {
  border-color: rgba(0, 184, 232, .26) !important;
  box-shadow: 0 26px 70px rgba(15, 23, 42, .14);
  transform: translateY(-6px);
}

.home-page-product-grid .item-box.banner-box {
  background: rgba(255, 255, 255, .66) !important;
}

.home-page-product-grid .item-box.banner-box img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.home-page-product-grid .product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 392px;
  background: transparent;
}

.home-page-product-grid .product-item .picture {
  position: relative;
  overflow: hidden;
  margin: 10px 10px 0;
  border: 0 !important;
  border-radius: 14px;
  background:
    radial-gradient(circle at 24% 16%, rgba(0, 184, 232, .10), transparent 34%),
    linear-gradient(180deg, #FFFFFF, #F3F8FB);
}

.home-page-product-grid .product-item .picture a::before {
  padding-top: 74% !important;
}

.home-page-product-grid .product-item .picture img {
  max-width: 92%;
  max-height: 92%;
  transition: transform .38s ease, filter .38s ease;
}

.home-page-product-grid .item-box:hover .picture img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.045);
}

.home-page-product-grid .item-box .details {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 14px 16px 16px !important;
}

.home-page-product-grid .details-top {
  margin: 0 0 8px !important;
}

.home-page-product-grid .product-title {
  min-height: 52px;
  margin: 0;
  font-family: "NitroSans", IRANSans, Tahoma, Arial, sans-serif;
  font-size: 15px !important;
  line-height: 1.7 !important;
  font-weight: 850 !important;
}

.home-page-product-grid .product-title a {
  display: -webkit-box;
  overflow: hidden;
  color: #263244 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-page-product-grid .item-box:hover .product-title a {
  color: #0E7490 !important;
}

.home-page-product-grid .prices {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 8px;
  min-height: 32px;
  margin-top: auto !important;
  direction: rtl;
}

.home-page-product-grid .price {
  color: #111827 !important;
  font-family: "NitroSans", IRANSans, Tahoma, Arial, sans-serif;
  font-size: 17px !important;
  line-height: 1.6;
  font-weight: 950 !important;
}

.home-page-product-grid .price.actual-price {
  margin: 0 !important;
  color: #0284C7 !important;
}

.home-page-product-grid .old-price {
  color: #94A3B8 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.home-page-product-grid .add-info {
  display: block !important;
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  top: auto !important;
  z-index: 5 !important;
  width: 100%;
  margin-top: 14px;
  opacity: 1 !important;
  pointer-events: auto;
}

.home-page-product-grid .item-box-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.home-page-product-grid .item-box-overlay-tint {
  display: none !important;
}

.home-page-product-grid .buttons {
  position: static !important;
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  justify-content: center;
  pointer-events: auto;
}

.home-page-product-grid .item-box input[type="button"] {
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  border: 1px solid rgba(15, 23, 42, .10) !important;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, .92) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 18px 18px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .10);
  color: transparent !important;
  font-family: "NitroSans", IRANSans, Tahoma, Arial, sans-serif;
  font-size: 0 !important;
  font-weight: 900;
  line-height: 42px !important;
  text-align: center;
  opacity: 1;
  overflow: hidden;
  transform: none;
  white-space: nowrap;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-page-product-grid .item-box:hover input[type="button"] {
  opacity: 1;
  transform: none;
}

.home-page-product-grid .item-box input[type="button"]:hover {
  border-color: rgba(0, 184, 232, .32) !important;
  background-color: #fff !important;
  box-shadow: 0 14px 28px rgba(0, 184, 232, .12);
  transform: none;
}

.home-page-product-grid .item-box input.product-box-add-to-cart-button:hover,
.home-page-product-grid .item-box input.add-to-wishlist-button:hover,
.home-page-product-grid .item-box input.add-to-compare-list-button:hover {
  width: 42px !important;
  background-position: center !important;
  padding: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
}

.home-page-product-grid .product-box-add-to-cart-button {
  background-image: url('../img/product-cart-dark.svg') !important;
}

.home-page-product-grid .add-to-wishlist-button {
  background-image: url('../img/product-wishlist-dark.svg') !important;
}

.home-page-product-grid .add-to-compare-list-button {
  background-image: url('../img/product-compare-dark.svg') !important;
}

@keyframes nitroLogoFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -3px, 0);
  }
}

@keyframes nitroHeroFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(-8px, -8px, 0) rotate(-.35deg);
  }
}

@media (max-width: 1200px) {
  .home-page .home-page-slider {
    width: calc(100% - 36px);
    min-height: 560px;
    padding: 42px 34px;
  }

  .nitronop-hero-copy h1 {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  .home-page .home-page-slider {
    min-height: 520px;
  }

  .nitronop-hero-visual {
    flex-basis: 49%;
    margin-left: -36px;
    min-height: 470px;
  }

  .nitronop-hero-copy {
    flex-basis: 48%;
  }

  .nitronop-hero-copy h1 {
    font-size: 26px;
  }

  .nitronop-hero-copy p {
    font-size: 16px;
  }

  .home-page-welcome-message {
    width: calc(100% - 36px);
    padding: 30px 30px 32px !important;
  }

  .home-page-welcome-message .topic-block-body .bina {
    font-size: 23px;
  }

  .home-page-welcome-message .topic-block-body .bina::before,
  .home-page-welcome-message .topic-block-body .bina::after {
    width: 48px;
  }

  .home-page-welcome-message .topic-block-body .bina-img {
    width: min(38vw, 300px);
    margin-right: 26px;
  }

  .home-page-product-grid {
    width: calc(100% - 36px);
  }

  .home-page-product-grid .item-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .home-page-product-grid .product-item {
    min-height: 370px;
  }
}

@media (max-width: 768px) {
  .home-page .home-page-slider {
    display: block;
    width: calc(100% - 24px);
    min-height: auto;
    margin-top: 0 !important;
    padding: 28px 18px;
    border-radius: 24px;
  }

  .nitronop-hero-visual {
    margin: 0 auto 22px;
    justify-content: center;
    min-height: 260px;
    background-position: center bottom;
  }

  .nitronop-hero-visual img {
    width: min(100%, 520px);
  }

  .nitronop-hero-copy {
    text-align: center;
  }

  .nitronop-hero-copy h1 {
    font-size: 25px;
  }

  .nitronop-hero-copy p {
    font-size: 15px;
  }

  .nitronop-hero-actions {
    justify-content: center;
  }

  .nitronop-final-cta__content {
    padding: 30px 22px;
  }

  .nitronop-final-cta h2 {
    font-size: 23px;
  }

  .home-page-welcome-message {
    width: calc(100% - 24px);
    margin: 28px auto 48px !important;
    border-radius: 20px;
    padding: 28px 18px 28px !important;
    text-align: center;
  }

  .home-page-welcome-message::before {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: 20px;
    width: auto;
    height: 4px;
  }

  .home-page-welcome-message .topic-block-body {
    font-size: 15px !important;
    line-height: 1.95 !important;
    text-align: right;
  }

  .home-page-welcome-message .topic-block-body .bina {
    display: block !important;
    margin-bottom: 28px !important;
    padding: 10px 18px !important;
    font-size: 20px;
  }

  .home-page-welcome-message .topic-block-body .bina::before,
  .home-page-welcome-message .topic-block-body .bina::after {
    display: none;
  }

  .home-page-welcome-message .topic-block-body .bina-img {
    float: none;
    display: block;
    width: min(78%, 270px);
    margin: 0 auto 24px;
    padding: 12px;
  }

  .home-page-product-grid {
    width: calc(100% - 24px);
    margin: 44px auto 58px !important;
  }

  .home-page-product-grid .title {
    margin-bottom: 24px !important;
  }

  .home-page-product-grid .title strong {
    font-size: 25px !important;
  }

  .home-page-product-grid .item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-page-product-grid .item-box {
    border-radius: 15px;
  }

  .home-page-product-grid .product-item {
    min-height: 305px;
  }

  .home-page-product-grid .product-item .picture {
    margin: 8px 8px 0;
    border-radius: 12px;
  }

  .home-page-product-grid .item-box .details {
    padding: 12px 12px 14px !important;
  }

  .home-page-product-grid .product-title {
    min-height: 38px;
    font-size: 12px !important;
    line-height: 1.6 !important;
  }

  .home-page-product-grid .price {
    font-size: 14px !important;
  }

  .home-page-product-grid .add-info {
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    top: auto !important;
    margin-top: 10px;
  }

  .home-page-product-grid .buttons {
    flex-direction: row;
    gap: 5px;
  }

  .home-page-product-grid .item-box input[type="button"] {
    width: 32px !important;
    height: 32px !important;
    border-radius: 10px;
    background-position: center !important;
    background-size: 15px 15px;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 32px !important;
    padding: 0 !important;
    opacity: 1;
    transform: none;
  }

  .home-page-product-grid .item-box input.product-box-add-to-cart-button:hover,
  .home-page-product-grid .item-box input.add-to-wishlist-button:hover,
  .home-page-product-grid .item-box input.add-to-compare-list-button:hover {
    width: 32px !important;
    background-position: center !important;
    color: transparent !important;
    font-size: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 480px) {
  .home-page .home-page-slider {
    width: calc(100% - 18px);
    padding: 24px 14px;
  }

  .nitronop-hero-copy h1 {
    font-size: 22px;
  }

  .nitronop-hero-button {
    width: 100%;
  }

  .nitronop-final-cta__actions {
    display: block;
  }

  .nitronop-final-cta__button {
    width: 100%;
    margin-top: 10px;
  }

  .home-page-welcome-message {
    width: calc(100% - 18px);
    padding: 24px 14px 26px !important;
  }

  .home-page-welcome-message .topic-block-body .bina {
    font-size: 18px;
  }

  .home-page-product-grid {
    width: calc(100% - 18px);
  }

  .home-page-product-grid .item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .home-page-product-grid .product-item {
    min-height: 278px;
  }

  .home-page-product-grid .product-item .picture a::before {
    padding-top: 76% !important;
  }

  .home-page-product-grid .product-item .picture {
    margin: 7px 7px 0;
  }

  .home-page-product-grid .item-box .details {
    padding: 10px 10px 12px !important;
  }

  .home-page-product-grid .product-title {
    min-height: 36px;
    font-size: 11px !important;
    line-height: 1.55 !important;
  }

  .home-page-product-grid .prices {
    min-height: 28px;
    gap: 5px;
  }

  .home-page-product-grid .price {
    font-size: 13px !important;
  }

  .home-page-product-grid .old-price {
    font-size: 11px !important;
  }

  .home-page-product-grid .add-info {
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    top: auto !important;
    margin-top: 8px;
  }

  .home-page-product-grid .buttons {
    flex-direction: row;
    gap: 5px;
  }

  .home-page-product-grid .item-box input[type="button"] {
    width: 29px !important;
    height: 29px !important;
    border-radius: 9px;
    background-position: center !important;
    background-size: 14px 14px;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 29px !important;
    padding: 0 !important;
  }

  .home-page-product-grid .item-box input.product-box-add-to-cart-button:hover,
  .home-page-product-grid .item-box input.add-to-wishlist-button:hover,
  .home-page-product-grid .item-box input.add-to-compare-list-button:hover {
    width: 29px !important;
    background-position: center !important;
    color: transparent !important;
    font-size: 0 !important;
    padding: 0 !important;
  }
}
