@import url("https://fonts.googleapis.com/css2?family=Gantari:wght@400,900&display=swap");
.inner.version-2.product .header-media.updated {
  display: flex;
  flex-direction: row;
  gap: 70px;
  height: 540px;
  margin: 80px 0 80px 0;
}
.inner.version-2.product .header-media.updated::before {
  right: 0;
  max-width: 1300px;
}
.inner.version-2.product .header-media.updated .product-gallery {
  gap: 40px;
  margin: 0 0 0 40px;
  top: -45px;
}
.inner.version-2.product .header-media.updated .product-gallery a {
  margin: 0;
  box-shadow: 0 10px 20px 0 rgba(29, 28, 32, 0.6);
}
.inner.version-2.product .header-media.updated .product-details {
  z-index: 50;
  top: -40px;
  position: relative;
  height: calc(100% + 40px);
  width: 100%;
}
.inner.version-2.product .header-media.updated .product-details .back {
  display: block;
  width: 100%;
  text-align: right;
  color: #232E3F;
}
.inner.version-2.product .header-media.updated .product-details .back img {
  transform: translateX(0);
}
.inner.version-2.product .header-media.updated .product-details .back:hover img {
  transform: translateX(-10px);
}
.inner.version-2.product .header-media.updated .product-details h1 {
  margin: 35px 0 20px 0;
  color: #232E3F;
  font-family: Lexend;
  font-size: 58px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 62px;
}
.inner.version-2.product .header-media.updated .product-details h1 strong {
  display: block;
}
.inner.version-2.product .header-media.updated .details {
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 35px;
  margin: 0;
}
.inner.version-2.product .header-media.updated .details-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.inner.version-2.product .header-media.updated .details-title strong,
.inner.version-2.product .header-media.updated .details-title span {
  color: #232E3F;
  font-family: Lexend;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
.inner.version-2.product .header-media.updated .details-title strong {
  font-size: 38px;
  text-transform: initial;
}
.inner.version-2.product .header-media.updated .details-title span {
  top: -8px;
  position: relative;
}
.inner.version-2.product .header-media.updated .details .details-size {
  margin: 0;
}
.inner.version-2.product .header-media.updated .details .details-size span {
  color: #232E3F;
  font-family: Lexend;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  margin: 2px 0 0 0;
}
.inner.version-2.product .header-media.updated .details .sizes-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 35px;
}
.inner.version-2.product .header-media.updated .details .sizes-list .divider {
  height: 72px;
  width: 1px;
  background-color: #ECA403;
  display: block;
  margin: 0;
  top: -4px;
  position: relative;
}
.inner.version-2.product .header-media.updated .details small.divider {
  height: 72px;
  width: 1px;
  background-color: #ECA403;
  display: block;
  margin: 0;
  top: -4px;
  position: relative;
}
.inner.version-2.product .header-media.updated .price-offer-link {
  height: 78px;
  width: 300px;
  border-radius: 4px;
  background-color: #40b357;
  box-shadow: 0 6px 12px 0 rgba(73, 22, 8, 0.25);
  color: #FFFFFF;
  font-family: Lexend;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin: 45px 0 0 0;
  border: none;
  cursor: pointer;
}
.inner.version-2.product .header-media.updated .price-offer-link:hover {
  background-color: rgb(50.5679012346, 141.4320987654, 68.7407407407);
}

@media (max-width: 1300px) {
  .inner.version-2.product .header-media.updated .product-details .back {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 1050px) {
  .inner.version-2.product .header-media.updated {
    gap: 40px;
  }
  .inner.version-2.product .header-media.updated .product-details h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .inner.version-2.product .header-media.updated .details-title span {
    font-size: 16px;
  }
  .inner.version-2.product .header-media.updated .details-title strong {
    font-size: 28px;
  }
}
@media (max-width: 900px) {
  .inner.version-2.product .header-media.updated {
    height: auto;
  }
  .inner.version-2.product .header-media.updated .product-gallery {
    gap: 20px;
  }
  .inner.version-2.product .header-media.updated .product-gallery a img {
    width: 180px;
    height: auto;
  }
}
@media (max-width: 780px) {
  .inner.version-2.product .header-media.updated .product-gallery {
    margin: -45px 0 20px 0;
    top: 0;
  }
  .inner.version-2.product .header-media.updated {
    flex-direction: column;
    gap: 10px;
  }
  .inner.version-2.product .header-media.updated .product-details .back {
    position: absolute;
    top: -40px;
  }
  .inner.version-2.product .header-media.updated .product-details {
    text-align: center;
    position: initial;
    height: auto;
  }
  .inner.version-2.product .header-media.updated .product-details h1 {
    margin-top: 0;
  }
  .inner.version-2.product .header-media.updated .details {
    padding: 0 20px;
    align-items: center;
    justify-content: center;
  }
  .inner.version-2.product .header-media.updated .details-title {
    justify-content: center;
    margin: 0;
  }
  .inner.version-2.product .header-media.updated .price-offer-link {
    margin: 45px auto 20px auto;
  }
}
@media (max-width: 680px) {
  .inner.version-2.product .header-media.updated .product-details .back {
    top: -90px;
  }
}
@media (max-width: 440px) {
  .inner.version-2.product .header-media.updated .details .sizes-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 35px;
  }
  .inner.version-2.product .header-media.updated .details .sizes-list .divider {
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 420px) {
  .inner.version-2.product .header-media.updated .product-gallery a img {
    width: 140px;
    height: auto;
  }
}
@media (max-width: 350px) {
  .inner.version-2.product .header-media.updated .product-details h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.product_sale_sticker {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 140px;
  z-index: 40;
}

.product_sale_sticker.mobile {
  display: none;
  top: auto;
  right: auto;
  bottom: 0;
  left: calc(50% - 70px);
  z-index: 50;
}

.product_sale_sticker img {
  width: 100%;
}

@media (max-width: 1200px) {
  .product_sale_sticker.desktop {
    display: none;
  }
  .product_sale_sticker.mobile {
    display: block;
  }
}
@media (max-width: 600px) {
  .product_sale_sticker.mobile {
    width: 100px;
    left: calc(50% - 50px);
  }
}
.secum-banner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: url(../../images/secum/secum-background.svg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 1300px;
  margin: 100px auto;
  position: relative;
}
.secum-banner .details {
  padding: 55px 4px 30px 150px;
  z-index: 50;
}
.secum-banner .details .secum-logo {
  margin: 0 0 40px 0;
  width: auto;
  height: 72px;
  display: block;
}
.secum-banner .details .secum-logo img {
  display: block;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.secum-banner .details strong {
  color: #FFFFFF;
  font-family: "Gantari", sans-serif;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 72px;
  display: block;
  text-transform: uppercase;
}
.secum-banner .details strong.red {
  color: #F13F6D;
}
.secum-banner .details .redirect-button {
  height: 64px;
  width: 260px;
  border-radius: 2px;
  background-color: #F13F6D;
  color: #FFFFFF;
  font-family: "Gantari", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secum-banner .details .redirect-button:hover {
  background-color: rgb(235.8058252427, 17.1941747573, 73.6893203883);
}
.secum-banner .door {
  position: absolute;
  right: 80px;
  top: -45px;
  z-index: 25;
}
.secum-banner .door .decor {
  position: absolute;
  right: calc(100% - 50px);
  top: 50%;
  margin: -250px 0 0 0;
  z-index: 25;
  height: 460px;
}
.secum-banner .door .door {
  height: 728px;
  width: auto;
  position: relative;
  top: initial;
  right: initial;
}
.secum-banner .door .certest {
  position: absolute;
  bottom: 250px;
  right: -50px;
}
.secum-banner .door .nbu {
  position: absolute;
  bottom: 150px;
  right: -50px;
}

@media (max-width: 1300px) {
  .secum-banner {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 1250px) {
  .secum-banner .details {
    padding: 55px 4px 30px 40px;
  }
}
@media (max-width: 1150px) {
  .secum-banner .details {
    max-width: 700px;
  }
  .secum-banner .details strong {
    font-size: 42px;
  }
}
@media (max-width: 1050px) {
  .secum-banner .details {
    max-width: 590px;
  }
  .secum-banner .details strong {
    font-size: 36px;
    line-height: 48px;
  }
  .secum-banner .door .door {
    height: 628px;
  }
}
@media (max-width: 1023px) {
  .secum-banner .door .decor {
    margin: -200px 0 0 0;
    height: 360px;
  }
}
@media (max-width: 940px) {
  .secum-banner .door .certest,
  .secum-banner .door .nbu {
    width: 60px;
    height: 60px;
    right: -60px;
  }
  .secum-banner .door .certest {
    bottom: 230px;
  }
  .secum-banner .door .door {
    right: -30px;
  }
}
@media (max-width: 890px) {
  .secum-banner .details {
    max-width: calc(100% - 340px);
  }
}
@media (max-width: 790px) {
  .secum-banner .details {
    padding: 45px 4px 30px 20px;
  }
  .secum-banner .details .secum-logo {
    height: 46px;
  }
  .secum-banner .details strong {
    font-size: 28px;
    line-height: 36px;
  }
  .secum-banner .door .door {
    height: 528px;
  }
}
@media (max-width: 700px) {
  .secum-banner .details {
    padding: 40px;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .secum-banner .door {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto;
  }
  .secum-banner {
    flex-direction: column;
  }
  .secum-banner .door .door {
    right: 0;
  }
  .secum-banner .details .redirect-button {
    margin: 40px auto 0 auto;
  }
  .secum-banner .details .secum-logo {
    height: 68px;
  }
  .secum-banner .details .secum-logo img {
    margin: 0 auto;
  }
  .secum-banner .door .certest,
  .secum-banner .door .nbu {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 690px) {
  .secum-banner .door .decor {
    right: calc(100% - 170px);
    margin: -360px 0 0 0;
    height: 500px;
  }
}
@media (max-width: 550px) {
  .secum-banner {
    max-width: calc(100% - 20px);
    margin: 20px auto;
  }
  .secum-banner .details {
    padding: 20px;
  }
  .secum-banner .details .secum-logo {
    height: 42px;
  }
  .secum-banner .door {
    display: flex;
    flex-direction: row;
    padding: 0 20px 20px 20px;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .secum-banner .door .door {
    right: initial;
    width: 100%;
    height: auto;
  }
  .secum-banner .door .certest,
  .secum-banner .door .nbu {
    position: relative;
    right: 0;
    bottom: 0;
    margin: -60px 0 0 0;
  }
  .secum-banner .door .decor {
    display: none;
  }
}
@media (max-width: 400px) {
  .secum-banner .details .redirect-button {
    width: 100%;
  }
}
.sale_sticker {
  position: absolute;
  bottom: 25px;
  left: 25%;
  width: 50%;
}

.sale_sticker img {
  width: 100%;
}

.label-container {
  display: flex;
  position: absolute;
  bottom: 140px;
  right: 0;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  z-index: 1;
  right: -140px;
  gap: 12px;
}
@media (max-width: 560px) {
  .label-container {
    bottom: 80px;
    right: -120px;
  }
}

.label {
  background: #f13f6d;
  color: #fff;
  position: relative;
  padding: 12px 24px 12px 50px;
  border-radius: 17px;
  font-weight: 900;
}

.purple {
  background: #520484;
}

.large {
  font-size: 40px;
}
@media (max-width: 560px) {
  .large {
    font-size: 24px;
  }
}

.small {
  font-size: 15px;
}
@media (max-width: 560px) {
  .small {
    font-size: 15px;
  }
}

.door-container {
  width: 450px;
  z-index: 3;
  position: relative;
  left: min(-60px, -5vw);
  margin: 0 min(40px, 4vw) 0 0;
  z-index: 3;
}
@media (max-width: 1080px) {
  .door-container {
    width: 220px;
  }
}
.door-container.mobile {
  display: none;
}
@media (max-width: 1080px) {
  .door-container.mobile {
    display: block;
  }
}
.door-container .door {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 5;
}
.door-container .door img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}

.door-container {
  left: unset;
  right: -60px;
}
@media (max-width: 560px) {
  .door-container {
    right: unset;
    right: 80px;
  }
}
.door-container .label-container {
  right: unset;
  right: -75px;
  position: absolute;
}
@media (max-width: 560px) {
  .door-container .label-container {
    right: -100px;
  }
}
.door-container .label-container .label {
  padding: 12px 25px 12px 35px;
}

.sale_container {
  width: 100%;
  max-width: 1380px;
  padding: 0 2.5em;
  margin: 0 auto;
}
.sale_container .sale_grid {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 2.5em;
  margin-top: 3.7em;
}
.sale_container .sale_grid .sale_item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.25em;
  background-color: #F0F0F0;
  padding: 2.5em 2em;
}
.sale_container .sale_grid .sale_item .gallery {
  width: calc(45% - 0.625em);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1.25em 1em;
}
.sale_container .sale_grid .sale_item .gallery .image {
  width: 100%;
  display: flex;
  align-items: center;
}
.sale_container .sale_grid .sale_item .gallery .image:nth-child(1) {
  grid-column: 1/4;
}
.sale_container .sale_grid .sale_item .gallery .image img {
  width: 100%;
}
.sale_container .sale_grid .sale_item .column {
  width: calc(55% - 0.625em);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.sale_container .sale_grid .sale_item .column h2 {
  font-size: 24px !important;
  margin: 0 0 10px 0;
}
.sale_container .sale_grid .sale_item .column p {
  margin: 0 0 6px 0;
}
.sale_container .sale_grid .sale_item .column ul {
  padding: 0 0 0 1.5em;
  margin: 0 0 6px 0;
}
.sale_container .sale_grid .sale_item .column ul li {
  color: #232E3F;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0 0 0.5em 0;
}
.sale_container .sale_grid .sale_item .column .size {
  display: flex;
  align-items: center;
  gap: 1.25em;
  margin: 0 0 10px 0;
}
.sale_container .sale_grid .sale_item .column .size .size_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sale_container .sale_grid .sale_item .column .size .size_item .icon {
  height: 80px;
  width: 50px;
  background-size: auto 100%;
  background-position: top;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.sale_container .sale_grid .sale_item .column .size .size_item span {
  color: #232E3F;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}
.sale_container .sale_grid .sale_item .column .size .size_item.width .icon {
  background-image: url("https://hisec.sk/assets/images/svg/door_size_width.svg");
}
.sale_container .sale_grid .sale_item .column .size .size_item.height .icon {
  height: 75px;
  width: 56px;
  background-image: url("https://hisec.sk/assets/images/svg/door_size_height.svg");
  margin-bottom: 10px;
}
.sale_container .sale_grid .sale_item .column .size .size_item.depth .icon {
  background-image: url("https://hisec.sk/assets/images/svg/door_size_depth.svg");
}
.sale_container .sale_grid .sale_item .column p {
  margin: 0 0 auto 0;
}
.sale_container .sale_grid .sale_item .column .old_price {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 23px;
  margin: auto 0 0 0;
}
.sale_container .sale_grid .sale_item .column .percentage {
  color: #40b357;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 33px;
  margin: 0;
}
.sale_container .sale_grid .sale_item .column .percentage.margin_top {
  margin: auto 0 0 0;
}
.sale_container .sale_grid .sale_item .column .price {
  color: #40b357;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 33px;
  margin: 0 0 20px 0;
}
.sale_container .sale_grid .sale_item .column .price.margin_top {
  margin: auto 0 20px 0;
}
.sale_container .sale_grid .sale_item .column .btn {
  width: 100%;
}
.sale_container .sale_grid .sale_item .column .btn span {
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .sale_container .sale_grid .sale_item {
    flex-direction: column;
  }
  .sale_container .sale_grid .sale_item .gallery {
    width: 100%;
  }
  .sale_container .sale_grid .sale_item .column {
    width: 100%;
    height: -webkit-fill-available;
  }
  .sale_container .sale_grid .sale_item .column .old_price {
    margin: 20px 0 0 0;
  }
  .sale_container .sale_grid .sale_item .column .percentage.margin_top {
    margin: 20px 0 0 0;
  }
  .sale_container .sale_grid .sale_item .column .price.margin_top {
    margin: 20px 0 20px 0;
  }
}
@media (max-width: 800px) {
  .sale_container .sale_grid {
    grid-gap: 1.25em;
  }
  .sale_container .sale_grid .sale_item {
    padding: 1em;
  }
}
@media (max-width: 600px) {
  .sale_container {
    padding: 0 10px;
  }
  .sale_container .sale_grid .sale_item .gallery {
    grid-template-columns: 2.5fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .sale_container .sale_grid .sale_item .gallery .image:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/4;
    justify-self: stretch;
  }
  .sale_container .sale_grid .sale_item .gallery .image:nth-child(1) img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale_container .sale_grid .sale_item .column .old_price {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 20px;
  }
  .sale_container .sale_grid .sale_item .column .percentage {
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 29px;
  }
  .sale_container .sale_grid .sale_item .column .price {
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 29px;
  }
}
@media (max-width: 550px) {
  .sale_container .sale_grid {
    grid-template-columns: 100%;
  }
}

.content-wrapper .text-content {
  text-align: left;
}
.content-wrapper .text-content.doors-info {
  text-align: left;
}
.content-wrapper .text-content p,
.content-wrapper .text-content h2,
.content-wrapper .text-content h3,
.content-wrapper .text-content h4 {
  width: 100%;
}

.minicart span {
  white-space: nowrap !important;
}

.inner.version-2.product .header-media.updated {
  margin: 80px 0 10px 0;
}

[x-cloak] {
  display: none !important;
}

.product-home_credit {
  margin: 0 auto 70px auto;
  background: #40b357;
  width: 100%;
  max-width: var(--product-container-max-width);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
.product-home_credit-logo svg {
  width: 160px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-home_credit-buy h2 {
  margin: 0 0 10px 0;
}
.product-home_credit-buy button {
  height: 48px;
  width: 220px;
  border-radius: 4px;
  background-color: #e11a32;
  box-shadow: 0 6px 12px 0 rgba(73, 22, 8, 0.25);
  color: #FFFFFF;
  font-family: Lexend, serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin: 0;
  border: none;
  cursor: pointer;
}
.product-home_credit-buy button:hover {
  background-color: rgb(179.2828685259, 20.7171314741, 39.8406374502);
}

.product-popup {
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-popup form {
  border-radius: 16px;
  background: #fff;
  max-width: 700px;
  width: 100%;
  padding: 40px;
  position: relative;
}
.product-popup form .pre-title {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}
.product-popup form .close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: transparent;
  cursor: pointer;
  border: none;
}
.product-popup form .close svg {
  width: 40px;
  height: 40px;
}
.product-popup form .close:hover {
  opacity: 0.7;
}
.product-popup form .main-product-details {
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-size: 30px;
  line-height: 30px;
}
.product-popup form .main-product-details img {
  width: 40px;
}
.product-popup form .extra-product-details {
  width: 100%;
  border-top: 1px solid #000;
  padding: 20px 0 0;
}
.product-popup form .extra-product-details .product-extra-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-size: 20px;
  position: relative;
  padding: 0 0 20px 0;
}
.product-popup form .extra-product-details .product-extra-block label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 50;
}
.product-popup form .extra-product-details .product-extra-block strong span {
  display: block;
  font-weight: 300;
  font-size: 14px;
}
.product-popup form .extra-product-details .product-extra-block input[type=checkbox] {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  display: block;
  width: 20px;
  height: 20px;
}
.product-popup form .extra-product-details .product-extra-block img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-popup form .extra-product-details .product-extra-block .price {
  margin: 0 0 0 auto;
}
.product-popup form .extra-product-details .product-extra-block:hover {
  opacity: 0.8;
}
.product-popup form .extra-product-details.second {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  display: none;
}
.product-popup form .extra-product-details.second.home-credit-added {
  display: block;
}
.product-popup form .footer-product-details {
  margin: 0;
  border-top: 1px solid #000;
  padding: 40px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.product-popup form .footer-product-details button {
  height: 48px;
  width: 220px;
  border-radius: 4px;
  background-color: #e11a32;
  box-shadow: 0 6px 12px 0 rgba(73, 22, 8, 0.25);
  color: #FFFFFF;
  font-family: Lexend, serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin: 0;
  border: none;
  cursor: pointer;
}
.product-popup form .footer-product-details button:hover {
  background-color: rgb(179.2828685259, 20.7171314741, 39.8406374502);
}

@media (max-width: 768px) {
  .product-home_credit-logo svg {
    width: 120px;
  }
  .product-home_credit-buy h2 {
    font-size: 20px !important;
  }
  .product-popup form {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 580px) {
  .product-home_credit {
    gap: 20px;
    padding: 10px;
    flex-direction: column;
  }
  .product-home_credit-logo svg {
    width: 160px;
  }
  .product-home_credit-buy {
    width: 100%;
    text-align: center;
  }
  .product-home_credit-buy button {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .product-popup form {
    padding: 20px;
  }
  .product-popup form .extra-product-details .product-extra-block {
    flex-wrap: wrap;
  }
}
@media (max-width: 450px) {
  .product-popup form .extra-product-details .product-extra-block img {
    display: none;
  }
  .product-popup form .extra-product-details .product-extra-block > strong:not(.price) {
    width: calc(100% - 40px);
  }
}
:root {
  --cart-font-family: "Lexend", sans-serif;
  --checkout-font-family: "Lexend", sans-serif;
}

.cart-wrapper.column1 {
  margin: 120px auto;
}

.checkout-layout {
  width: 90%;
  margin: 150px auto;
}

.checkout-layout .checkout-summary-totals .checkout-totals-row .label,
.checkout-layout .checkout-summary-totals .checkout-totals-row .value,
.cart-summary-sidebar .cart-summary .cart-totals-row .label {
  background: transparent;
  color: #000;
  padding: unset;
  border-radius: unset;
  font-weight: unset;
}

.checkout-layout .checkout-summary-agreement-block input:checked,
.checkout-layout .checkout-information .form-field.checkbox input[type=checkbox]:checked {
  background: #000;
}

@media (max-width: 1180px) {
  .cart-wrapper.column1 {
    max-width: 80%;
    margin: 90px auto 40px auto;
  }
  .checkout-layout {
    margin: 120px auto 20px auto;
  }
}
@media (max-width: 768px) {
  .checkout-layout .checkout-information h2 {
    font-size: 20px !important;
  }
  .checkout-layout .checkout-summary-heading {
    flex-direction: column;
  }
  .cart-wrapper .cart-summary-sidebar h2,
  .checkout-layout .checkout-summary h2 {
    font-size: 30px !important;
    margin: 0;
  }
}
@media (max-width: 500px) {
  .cart-wrapper.column1 {
    max-width: 90%;
  }
}
@media (max-width: 1800px) {
  .products-price-offer-modal .inner > div > .title {
    margin: 0 0 10px 0;
  }
  .products-price-offer-modal .inner form .product-entry-form-title {
    margin-bottom: 10px;
  }
  .products-price-offer-modal .inner form .inline-form input, .products-price-offer-modal .inner form .inline-form select, .products-price-offer-modal .inner form .inline-form textarea {
    margin: 0 0 10px 0;
  }
  .products-price-offer-modal .inner form .inline-form textarea {
    min-height: 160px !important;
    margin-bottom: 0;
  }
  .products-price-offer-modal .inner form .filter .block {
    margin: 0 0 10px 0;
  }
  .products-price-offer-modal .inner form .filter .block .block_grayBox {
    padding: 15px 22px;
  }
  .products-price-offer-modal .inner form .filter .filter_wrapper {
    padding: 15px 22px;
  }
  .products-price-offer-modal .inner form .product-entry-form-bottom {
    padding: 20px 0 0 0;
    margin-top: 20px;
  }
}
@media (max-width: 450px) {
  header.v2 .inner .actions .price-offer {
    margin-left: 5px !important;
  }
  .minicart {
    padding: 0 10px !important;
    margin: 0 0 0 10px !important;
  }
}
@media (max-width: 390px) {
  .minicart {
    font-size: 12px !important;
  }
  header.v2 .inner .logo img {
    height: 50% !important;
  }
  .minicart svg {
    width: 15px;
    height: 20px;
  }
}/*# sourceMappingURL=updates.css.map */