@charset "UTF-8";
:root {
  --color-primary: #DC620D;
  --color-bw-switch: #3D4452;
  --color-bg-dark: #4C5566;
  --color-text: #ffffff;
  --color-input-outline: #c4570c;
  --color-header-phone: #5EB440;
  --color-sw-primary-green: #DC620D;
  --color-sw-primary-green-hover: #4C5566;
  --color-sw-primary-white: #DC620D;
  --color-sw-primary-black: #DC620D;
  --color-sw-text-white: #3D4452;
  --color-sw-primary-grey: #DC620D;
  --cc-btn-primary-bg: #DC620D;
  --cc-btn-primary-hover-bg: #e0cf01;
  --cc-btn-primary-text: #3D4452;
}

.info-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
  border-left: 4px solid #DC620D;
  background: #F7F5F4;
  margin-bottom: 30px;
  position: relative;
}
.info-block.centered {
  margin-inline: auto;
  width: max-content;
}
.info-block.w-icon {
  padding-left: 75px;
}
@media (min-width: 992px) {
  .info-block.w-icon {
    padding-left: 115px;
  }
}
.info-block.w-icon .info-block-icon {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 30px;
  height: auto;
}
@media (min-width: 992px) {
  .info-block.w-icon .info-block-icon {
    width: 45px;
    font-size: 22px;
  }
}
.info-block a {
  text-decoration: underline;
  color: #8C8C8C;
}
.info-block p {
  width: 100%;
  font-size: 14px;
}
.info-block p:last-of-type {
  margin-bottom: 0;
}
.info-block ul {
  width: 100%;
}
.info-block ul li {
  font-size: 14px;
}
.info-block ul li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .info-block {
    flex-wrap: wrap;
  }
}
.info-block.danger {
  border-color: #e40421;
}
.info-block.danger .info-block-type {
  color: #e40421;
}
.info-block.success {
  border-color: #5EB440;
}
.info-block.success .info-block-type {
  color: #5EB440;
}
.info-block.info {
  border-color: #00d0c9;
}
.info-block.info .info-block-type {
  color: #00d0c9;
}

.info-block-type {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #3D4452;
  width: 100%;
}
@media (max-width: 767.98px) {
  .info-block-type {
    margin-bottom: 30px;
  }
}

.info-block-content p:last-child,
.info-block-content ol:last-child,
.info-block-content li:last-child {
  margin-bottom: 0;
}

.detail-perex p {
  color: #DC620D;
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .detail-perex p {
    font-size: 1.3rem;
  }
}

.detail-badge-block {
  border: 2px solid #F7F5F4;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  -webkit-border-radius: 0 30px 0 30px;
  -moz-border-radius: 0 30px 0 30px;
  border-radius: 0 30px 0 30px;
  padding: 30px;
  margin-bottom: 30px;
  color: #3D4452;
}
.detail-badge-block:hover {
  border-color: #4C5566;
  text-decoration: none;
}
.detail-badge-block:hover .detail-badge-info {
  color: #4C5566;
}
.detail-badge-block:hover .detail-badge-info strong {
  color: #4C5566;
}

.detail-badge-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .detail-badge-image {
    width: 100px;
    margin-bottom: 0;
  }
}

.detail-badge-info {
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .detail-badge-info {
    width: calc(100% - 100px);
    padding-left: 20%;
    text-align: left;
  }
}
.detail-badge-info strong {
  color: #DC620D;
  width: 100%;
}

.structure-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.section-page-heading {
  padding: 16px 0;
}

.page-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0 16px 16px;
}
.page-heading h1 {
  margin-bottom: 16px;
}
@media (max-width: 1199.98px) {
  .page-heading h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .page-heading h1 {
    font-size: 1.5rem;
  }
}
.page-heading h2 {
  font-size: 25px;
}
@media (max-width: 1199.98px) {
  .page-heading h2 {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .page-heading h2 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .page-heading h2 {
    font-size: 18px;
  }
}
.page-heading.with-line {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .page-heading.with-line {
    padding-bottom: 30px;
  }
}
.page-heading.with-line::after {
  content: "";
  display: block;
  width: 35px;
  height: 4px;
  background: #DC620D;
  margin-left: auto;
  margin-right: auto;
}
.page-heading--deco-dots {
  padding-top: 48px;
  padding-bottom: 48px;
}
.page-heading--deco-dots::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 96px;
  height: 128px;
  background-image: url(/build/images/dots.99ca7ad8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
}
@media (min-width: 992px) {
  .page-heading--deco-dots::after {
    width: 140px;
    height: 180px;
  }
}
@media (min-width: 992px) {
  .page-heading--deco-dots {
    padding-top: 64px;
    padding-bottom: 48px;
  }
}
.page-heading.text-center h2 {
  width: 100%;
}

.page-heading-subheading {
  width: 100%;
  font-size: 32px;
  color: #8C8C8C;
}
@media (max-width: 1199.98px) {
  .page-heading-subheading {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .page-heading-subheading {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .page-heading-subheading {
    font-size: 22px;
  }
}
@media (max-width: 374.98px) {
  .page-heading-subheading {
    font-size: 20px;
  }
}

.page-heading-icon {
  width: 150px;
  height: auto;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .page-heading-icon {
    margin-top: 50px;
    width: 230px;
  }
}

.show-more-text-wrapper {
  overflow: hidden;
  max-height: 95px;
}
@media (min-width: 768px) {
  .show-more-text-wrapper {
    max-height: 70px;
  }
}

.show-hide-btn::before {
  content: attr(data-text-more);
}
.show-hide-btn.active::before {
  content: attr(data-text-less);
}

.page-info h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 24px;
}

.table-dark {
  background: #4C5566;
  width: 100%;
  font-size: 14px;
}

.table-dark-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .table-dark-row {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .table-dark-row {
    flex-wrap: wrap;
  }
}
@media (min-width: 1440px) {
  .table-dark-row {
    flex-wrap: nowrap;
  }
}
.table-dark-row + .table-dark-row {
  margin-top: 15px;
}

.table-dark-colum {
  width: 100%;
}
@media (min-width: 576px) {
  .table-dark-colum {
    width: auto;
  }
}
@media (min-width: 992px) {
  .table-dark-colum {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .table-dark-colum {
    width: auto;
  }
}
.table-dark-colum.table-dark-colum-main {
  width: 190px;
  text-transform: uppercase;
}

.img-qr-code {
  max-width: 150px;
  margin-top: 30px;
}
@media (min-width: 576px) {
  .img-qr-code {
    margin-top: 0;
  }
}

.img-card {
  max-width: 75px;
}

.nav-tabs {
  position: relative;
  border-color: transparent;
  justify-content: flex-start;
  background-color: #F7F5F4;
}
.nav-tabs .nav-link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  position: relative;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  color: #2c3b4e;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 0 32px;
  z-index: 1;
  min-height: 90px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.nav-tabs .nav-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #DC620D;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  text-decoration: none;
  background-color: #F0ECEA;
}
.nav-tabs .nav-link.active::after, .nav-tabs .nav-link:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #DC620D;
  z-index: 2;
  pointer-events: none;
}
.nav-tabs .nav-link.active {
  background-color: #F0ECEA;
  color: #2c3b4e;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .responsivetabs-more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.nav-tabs .dropdown-toggle {
  color: #3D4452;
}
.nav-tabs .dropdown-item {
  position: relative;
}
.nav-tabs .dropdown-item.active {
  background: transparent;
  color: #3D4452;
  font-weight: 700;
}
.nav-tabs .dropdown-item.active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #DC620D;
  pointer-events: none;
}
.nav-tabs .badge {
  font-size: 11px;
}
.nav-tabs .badge-pill {
  padding: 0 8px 0 8px;
  height: 24px;
  min-width: 24px;
  line-height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.nav-tabs .badge-pill.badge-primary {
  background-color: #DC620D;
  color: #ffffff;
}

.tab-content {
  padding-top: 30px;
}
.tab-content .product-small-tiles-grid {
  padding-bottom: 30px;
}
.tab-pane-header {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .container-full > .tab-pane-content > .tab-pane-header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .tab-pane-header {
    margin-bottom: 40px;
  }
}
.tab-pane-header h2 {
  margin-bottom: 10px;
}
.tab-pane-header .filter-basic {
  padding-bottom: 10px;
  justify-content: space-between;
  border-bottom: 2px solid #E0DEDC;
}
.tab-pane-header .filter-basic > h2 {
  padding-top: 0;
}
.tab-pane-header .filter-basic > h2::after {
  display: none;
}
@media (max-width: 575.98px) {
  .tab-pane-header .filter-basic {
    padding-bottom: 0;
    border-color: transparent;
  }
}
.tab-pane-header .filter-basic-sort-wrapper {
  border-left: 0;
  margin-bottom: 10px;
}

.nav-tabs-sticky {
  display: none;
}
@media (min-width: 768px) {
  .nav-tabs-sticky {
    display: flex;
    position: sticky;
    top: 50px;
    background-color: #F7F5F4;
    z-index: 10;
  }
}
@media (max-width: 1199.98px) {
  .nav-tabs-sticky {
    top: 70px !important;
  }
}

.tab-content.nav-tabs-sticky-content > .tab-pane {
  display: block;
}

.tab-pane-content {
  display: none;
}
.tab-pane-content.active {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
.tab-pane-content .structure-section {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tab-pane-content {
    padding-top: 0;
    display: block;
  }
}

.tab-pane-content-header {
  border-bottom: 1px solid #E0DEDC;
  background: #F7F5F4;
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
}
.container-full > .tab-pane-content-header {
  margin-left: 15px;
  margin-right: 15px;
}
.tab-pane-content-header::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #8C8C8C;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.tab-pane-content-header::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 20px;
  background: #8C8C8C;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.tab-pane-content-header.active::before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.tab-pane-content-header.active::after {
  transform: translateY(-50%) rotate(90deg);
}
.tab-pane-content-header h2 {
  padding: 0;
  margin: 0;
}
.tab-pane-content-header h3 {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .tab-pane-content-header {
    display: none;
  }
}

.tab-pane-content-heading {
  display: none;
}
@media (min-width: 768px) {
  .tab-pane-content-heading {
    display: block;
    padding-top: 4rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  #tab-accessory-1 + #tabReviews .tab-pane-content-heading {
    padding-top: 2rem;
  }
}

.structure-img-right {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .structure-img-right {
    float: right;
    margin-left: 30px;
    max-width: calc(50% - 15px);
  }
}

.structure-img-left {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .structure-img-left {
    float: left;
    margin-right: 30px;
    max-width: 50%;
  }
}

.structure-img-center,
.structure-img-original {
  margin-bottom: 30px;
  text-align: center;
}

.realty-detail-broker-wrapper {
  margin: 0 auto 35px;
  max-width: 480px;
}

@media (min-width: 992px) {
  .realty-detail-broker-wrapper {
    width: 25%;
    float: right;
    margin-left: 35px;
    margin-bottom: 135px;
  }
}
figure {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
figure > .embed-responsive {
  margin-bottom: 0;
}
figure figcaption {
  text-align: left;
  padding: 20px 0;
  font-size: 14px;
  color: #3D4452;
}
figure figcaption strong {
  font-weight: 700;
}
figure figcaption p {
  margin-bottom: 15px !important;
}
figure figcaption p:last-of-type {
  margin-bottom: 0 !important;
}
figure.structure-img-right figcaption, figure.structure-img-left figcaption, figure.structure-img-original figcaption, figure.structure-img-center figcaption {
  margin-top: 2px;
}
figure.structure-img-center, figure.structure-img-original {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.gallery figure,
.gallery-tiles figure,
.paragraph figure {
  margin-bottom: 30px;
}
.gallery figure figcaption,
.gallery-tiles figure figcaption,
.paragraph figure figcaption {
  position: absolute;
  bottom: 15px;
  left: 0;
  max-width: calc(100% - 20px);
  color: #ffffff;
  background: #DC620D;
  padding: 10px 15px;
  border: none;
}
.gallery a:hover,
.gallery-tiles a:hover,
.paragraph a:hover {
  text-decoration: none;
}

.gallery-tiles.icons .gallery-tile {
  padding-bottom: 30px;
}
.gallery-tiles.icons .gallery-tile figure {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
}
.gallery-tiles.icons .gallery-tile figure::before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: #DC620D;
  border-radius: 50%;
  z-index: 0;
}
.gallery-tiles.icons .gallery-tile figure img {
  position: relative;
  z-index: 1;
  max-width: 40px;
  max-height: 40px;
}
.gallery-tiles.icons .gallery-tile::after {
  display: none;
}
.gallery-tiles.icons .gallery-tile .gallery-tile-content {
  height: calc(100% - 105px);
}

.gallery-tile {
  padding-bottom: 60px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.gallery-tile.horizontal {
  flex-direction: row;
  text-align: left;
}
.gallery-tile.horizontal figure {
  margin-right: 30px;
  margin-bottom: 0;
}
.gallery-tile.horizontal .gallery-tile-content {
  height: auto !important;
  align-items: flex-start;
  width: calc(100% - 105px);
}
.gallery-tile.horizontal .gallery-tile-content p {
  text-align-last: left;
}
.gallery-tile img {
  aspect-ratio: 1;
}
.gallery-tile .btn {
  margin-top: auto;
  padding: 5px 25px;
  font-size: 14px;
}
.gallery-tile .gallery-tile-content p + .btn {
  margin-top: 20px;
}

.gallery-icon {
  width: auto;
  height: 50px;
}

.gallery-tile-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.gallery-tile-content p {
  text-align: start;
  text-align-last: start;
}
.gallery-tile-content p:last-of-type {
  margin-bottom: 0;
}

.lg-backdrop {
  background-color: #ffffff;
}

.lg-outer .lg-item {
  background: url(/build/images/loading.f7afc06a.svg) no-repeat center center #ffffff;
}

.light-lightgallery.lg-outer #lg-dropdown-overlay {
  background-color: rgba(255, 255, 255, 0.25);
}
.light-lightgallery.lg-outer .lg-thumb-outer {
  background-color: #f2f2f2;
}
.light-lightgallery.lg-outer .lg-toogle-thumb {
  background-color: #f2f2f2;
  color: #000000;
}
.light-lightgallery.lg-outer .lg-inner {
  background-color: #ffffff;
}
.light-lightgallery.lg-outer .lg-sub-html {
  background-color: rgba(255, 255, 255, 0.45);
  color: #000000;
}
.light-lightgallery.lg-outer .lg-toolbar {
  background-color: rgba(255, 255, 255, 0.45);
  color: #000000;
}
.light-lightgallery.lg-outer .lg-toolbar .lg-icon:hover {
  color: black;
}
.light-lightgallery.lg-outer .lg-actions .lg-next,
.light-lightgallery.lg-outer .lg-actions .lg-prev {
  background-color: rgba(255, 255, 255, 0.45);
  color: #000000;
}

.youtube-poster {
  position: relative;
}

.img-youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-youtube img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-blend-darken {
  mix-blend-mode: darken;
}

.js-image-zoom:hover img {
  opacity: 0;
}

.embed-responsive {
  margin-bottom: 30px;
}

.table-responsive {
  background: radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 10px 100%;
  margin-bottom: 0;
}
.table-responsive > .table {
  background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)), linear-gradient(to left, white 30%, rgba(255, 255, 255, 0)) 100% 0;
  background-size: 50px 100%;
  background-repeat: no-repeat;
  max-width: none;
  margin-bottom: 0;
}

.table {
  color: #3D4452;
  font-weight: 500;
  font-size: 0.935rem;
  letter-spacing: 0.025em;
}
.table td, .table td {
  padding: 12px;
}
.table thead {
  border-top: 0;
  background: #F7F5F4;
}
.table thead th {
  border-top: 0;
  border-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #2c3b4e;
}
.table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #E0DEDC;
}
.table tbody td {
  border: 0;
}
.table tbody td strong {
  color: #8C8C8C;
  font-weight: inherit;
}

.structure-section .table-responsive {
  margin-bottom: 30px;
}

.file-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px 170px 30px 30px;
  border-left: 4px solid #DC620D;
  border-left: 4px solid var(--color-primary);
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.file-item.file-item-pdf {
  padding: 0 0 30px 0 !important;
  background: transparent;
  border-top: 0;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-left: 0;
}
.file-item.file-item-pdf::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E0DEDC;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
  pointer-events: none;
}
.file-item.file-item-pdf header {
  width: 100%;
}
.file-item.file-item-pdf figure {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  aspect-ratio: 400/566;
  height: auto;
}
.file-item.file-item-pdf p {
  color: #8C8C8C;
}
.file-item.file-item-pdf img {
  aspect-ratio: 400/566;
}
.file-item.file-item-pdf:hover {
  text-decoration: none;
}
.file-item.file-item-pdf:hover::after {
  background: #DC620D;
  height: 3px;
}
.file-item__attrs {
  font-size: 0.875rem;
  font-weight: 700;
  color: #DC620D;
  letter-spacing: 0.025em;
}
@media (max-width: 991.98px) {
  .file-item {
    padding: 30px;
  }
  .file-item header {
    width: 100%;
  }
  .file-item .file-btn {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
}

.container div[class^=col-lg-] .file-item, .container div[class*=" col-lg-"] .file-item,
.container-content div[class^=col-lg-] .file-item,
.container-content div[class*=" col-lg-"] .file-item,
.tab-pane div[class^=col-lg-] .file-item,
.tab-pane div[class*=" col-lg-"] .file-item {
  padding: 30px;
}
.container div[class^=col-lg-] .file-item .file-btn, .container div[class*=" col-lg-"] .file-item .file-btn,
.container-content div[class^=col-lg-] .file-item .file-btn,
.container-content div[class*=" col-lg-"] .file-item .file-btn,
.tab-pane div[class^=col-lg-] .file-item .file-btn,
.tab-pane div[class*=" col-lg-"] .file-item .file-btn {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  transform: none;
}

@media (max-width: 1679.98px) {
  .container-full div[class^=col-lg-] .file-item, .container-full div[class*=" col-lg-"] .file-item,
.container-fluid div[class^=col-lg-] .file-item,
.container-fluid div[class*=" col-lg-"] .file-item {
    padding: 30px;
  }
  .container-full div[class^=col-lg-] .file-item .file-btn, .container-full div[class*=" col-lg-"] .file-item .file-btn,
.container-fluid div[class^=col-lg-] .file-item .file-btn,
.container-fluid div[class*=" col-lg-"] .file-item .file-btn {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
}

.faq-wrapper {
  margin-bottom: 30px;
}

.faq-header {
  padding: 25px 80px 25px 25px;
  position: relative;
  color: #3D4452;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #DC620D;
  border-bottom: 0;
  cursor: pointer;
}
.faq-header::after {
  font-family: "icomoon";
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(-90deg);
  color: #8C8C8C;
}
.faq-header.collapsed {
  border: 2px solid #F7F5F4;
  background: #F7F5F4;
}
.faq-header.collapsed::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-body {
  padding: 0px 25px;
  border: 2px solid #DC620D;
  border-top: 0;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .pagination__wrapper {
    padding: 3rem 3rem 0 3rem;
  }
}
@media (min-width: 1440px) {
  .pagination__wrapper {
    padding-top: 6rem;
  }
}
.pagination__wrapper--products {
  flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .pagination__wrapper--products::before {
    content: "";
    display: block;
    width: 33.333%;
  }
  .pagination__wrapper--products:empty {
    display: none;
  }
}

.page-item {
  margin-left: 5px;
  margin-right: 5px;
  order: 0;
}
.page-item.active .page-link {
  background: #ffffff;
  color: #3D4452;
  border-color: #DC620D;
}
.page-item.disabled .page-link {
  background-color: #F7F5F4;
  border: none;
}
.page-item:first-of-type .page-link {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.page-item:last-of-type .page-link {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.page-item.pagination-item-left {
  order: 2;
}
.page-item.pagination-item-left .page-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 12px;
  background-color: #3D4452;
  -webkit-mask: url(/build/images/triangle-down.9c27b020.svg) no-repeat 50% 50%;
  mask: url(/build/images/triangle-down.9c27b020.svg) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (min-width: 768px) {
  .page-item.pagination-item-left {
    order: 0;
  }
}
.page-item.pagination-item-right .page-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 12px;
  background-color: #3D4452;
  -webkit-mask: url(/build/images/triangle-down.9c27b020.svg) no-repeat 50% 50%;
  mask: url(/build/images/triangle-down.9c27b020.svg) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.page-item.pagination-item-last {
  order: 3;
}

.page-item-break {
  width: 100%;
  height: 0;
  order: 1;
}
@media (min-width: 768px) {
  .page-item-break {
    display: none;
  }
}

.page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  min-width: 40px;
  height: 40px;
  background: #ffffff;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  font-weight: 500;
  color: #3D4452;
  margin-bottom: 5px;
  text-decoration: none !important;
  border: 2px solid #E0DEDC;
}
.page-link span[class^=icon-],
.page-link span[class*=" icon-"] {
  font-size: 10px;
}
.page-link:hover {
  color: #DC620D;
}
.page-link:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11111;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0;
  display: none;
}
.preloader-wrapper.active {
  display: flex;
  opacity: 1;
}

.loader-container {
  position: relative;
  width: 250px;
  height: 250px;
}
.loader-container .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.loader-container-in-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.ball-chasing .loader {
  width: 100px;
  height: 100px;
  background: url(/build/images/loading.f7afc06a.svg) no-repeat center center transparent;
  background-size: 100px 100px;
}

.block-preloader-wrapper {
  position: relative;
}
.block-preloader-wrapper.block-preloader::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 50;
}
.block-preloader-wrapper.block-preloader::after {
  content: "";
  background: url(/build/images/loading.f7afc06a.svg) no-repeat center center transparent;
  position: absolute;
  inset: 0;
  background-size: 8rem;
  z-index: 51;
}

.rating__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.rating__wrapper + .product-detail-main-description-actions-text {
  margin-left: 8px;
}
.rating__star {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  fill: #F0ECEA;
}
.rating__star.active {
  fill: #DC620D;
}
.articles-section {
  padding: 0 0 32px 0;
}
@media (min-width: 576px) {
  .articles-section {
    padding: 30px 0 80px 0;
  }
}
@media (min-width: 992px) {
  .articles-section {
    padding-bottom: 120px;
  }
}

.articles-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
@media (min-width: 576px) {
  .articles-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
@media (min-width: 992px) {
  .articles-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
.articles-wrapper a:hover {
  color: #4C5566;
}

.articles-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

.article-item {
  background: #F7F5F4;
  -webkit-border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  border-radius: 0 20px 0 0;
  overflow: hidden;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.article-item h2 {
  font-size: 0.875rem;
  line-height: normal;
  margin-bottom: 0;
}
.article-item p {
  font-size: 12px;
}
.article-item.article-main {
  grid-column: span 2;
}
@media (min-width: 375px) {
  .article-item.article-main .article-info h2 {
    font-size: 30px;
  }
  .article-item.article-main .article-info p {
    margin-top: 30px;
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .article-item.article-main {
    grid-column: span 2;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .article-item.article-main .article-image {
    width: 250px;
  }
  .article-item.article-main .article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .article-item.article-main .article-info {
    width: calc(100% - 250px);
  }
  .article-item.article-main .article-date {
    bottom: 10px;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media (min-width: 992px) {
  .article-item.article-main {
    display: block;
    grid-row: span 2;
    grid-column: span 2;
  }
  .article-item.article-main .article-image {
    width: 100%;
    max-height: 300px;
  }
  .article-item.article-main .article-image img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
  }
  .article-item.article-main .article-info {
    width: 100%;
  }
  .article-item.article-main .article-date {
    bottom: 0;
    -webkit-transform: translate3d(-50%, 50%, 0);
    -moz-transform: translate3d(-50%, 50%, 0);
    -ms-transform: translate3d(-50%, 50%, 0);
    -o-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
  }
  .article-item.article-main .article-play {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 90px;
    height: 90px;
  }
  .article-item.article-main .article-play::before {
    width: calc(100% + 14px);
    height: calc(100% + 14px);
  }
  .article-item.article-main .article-play::after {
    border-style: solid;
    border-width: 8px 0 8px 15px;
    border-color: transparent transparent transparent #ffffff;
  }
}
.article-item.article-main h2 {
  font-size: 14px;
}
.article-item.article-main p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
}
.article-item:hover, .article-item:active {
  text-decoration: none;
  box-shadow: 0px 2px 7px 0px rgba(220, 98, 13, 0.3);
}

.article-image {
  position: relative;
  text-align: center;
}

.article-date {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0);
  -moz-transform: translate3d(-50%, 50%, 0);
  -ms-transform: translate3d(-50%, 50%, 0);
  -o-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
  background: #DC620D;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  width: 150px;
  padding: 5px 10px;
  border-radius: 0 15px;
  font-weight: 700;
}

.article-info {
  padding: 30px 10px 10px 10px;
}
.article-info h2 {
  font-size: 12px;
}
@media (min-width: 375px) {
  .article-info {
    padding: 30px;
  }
  .article-info h2 {
    font-size: 14px;
  }
}

.article-btn {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.article-btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #4C5566;
  margin-right: 15px;
}

.section-articles-slider {
  padding-bottom: 30px;
  position: relative;
  isolation: isolate;
}
@media (min-width: 768px) {
  .section-articles-slider {
    padding-bottom: 50px;
  }
}
.section-articles-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: url(/build/images/leaf.d85fb5e8.svg);
  background-position: 0 5vh;
  background-repeat: no-repeat;
  background-size: clamp(20rem, 20vw, 30rem);
  filter: brightness(0) invert(1);
}

.articles-content-item {
  background-color: #ffffff;
  position: relative;
  height: auto;
}
.articles-content-item::after {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #DC620D;
  transition: transform 250ms ease;
}
.articles-content-item:hover {
  text-decoration: none;
  box-shadow: 0 0px 32px 4px rgba(0, 0, 0, 0.025);
  background-color: #ffffff;
}

.articles-content-date {
  position: absolute;
  top: 30px;
  left: 0;
  background: #DC620D;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 5px 15px 5px 10px;
  border-radius: 0 20px 20px 0;
}

.articles-content-info {
  padding: 24px 24px 48px;
  position: relative;
}
@media (max-width: 1439.98px) {
  .articles-content-info {
    padding: 24px 24px 32px;
  }
}
.articles-content-info h2 {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #2c3b4e;
  letter-spacing: 0.025em;
}
@media (max-width: 1439.98px) {
  .articles-content-info h2 {
    font-size: 1rem;
    text-transform: none;
  }
}
.articles-content-info p {
  color: #8C8C8C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (max-width: 1439.98px) {
  .articles-content-info p {
    font-size: 0.875rem;
    text-transform: none;
  }
}
.articles-content-info p:last-of-type {
  margin-bottom: 0;
}

.articles-content-image {
  position: relative;
}
.articles-content-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 8/5;
}

.articles-slider {
  padding: 0 32px;
}
@media (max-width: 991.98px) {
  .articles-slider {
    padding: 0 24px;
  }
}

.articles-slider-wrapper {
  padding: 0 0 16px;
}

.articles-slider-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .articles-slider-button-wrapper {
    position: absolute;
    bottom: 40px;
    right: 75px;
  }
}

.article-tiles-grid {
  margin-bottom: 30px;
}
.article-tiles-grid.w-gaps {
  display: grid;
  grid-gap: 20px;
}
.article-tiles-grid.w-gaps.tiles-grid-4 {
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .article-tiles-grid.w-gaps.tiles-grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .article-tiles-grid.w-gaps.tiles-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .article-tiles-grid.w-gaps.tiles-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.article-tiles-grid.w-gaps.tiles-grid-3 {
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .article-tiles-grid.w-gaps.tiles-grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .article-tiles-grid.w-gaps.tiles-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.article-tiles-grid.w-gaps.tiles-grid-2 {
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .article-tiles-grid.w-gaps.tiles-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.article-tiles-grid .articles-content-item {
  width: 100% !important;
  margin: 0;
}

.reference-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  gap: 1.5rem;
}

.reference-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 3rem;
}
@media (max-width: 1199.98px) {
  .reference-item {
    padding: 2rem;
  }
}
.reference-item::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #DC620D;
  -webkit-mask-image: url(/build/images/quotes.ce70c9fa.svg);
  mask-image: url(/build/images/quotes.ce70c9fa.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  line-height: 1;
  font-size: 4rem;
  font-weight: 700;
  color: #DC620D;
  margin-bottom: 1.5rem;
}
.reference-item__text {
  font-style: italic;
  margin-bottom: 2rem;
}
.reference-item__foot {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  gap: 1rem;
}
.reference-item__picture {
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  flex: none;
  border-radius: 999px;
  overflow: hidden;
}
.reference-item__picture img {
  width: 100%;
  height: 100%;
}
.reference-item__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}
.reference-item__meta {
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  color: #8C8C8C;
}

.customer-reference-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1.5rem;
}
@media (max-width: 575.98px) {
  .customer-reference-list {
    grid-template-columns: 1fr;
  }
}

.customer-reference__img-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.customer-reference__img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 250ms ease-in-out;
}
.customer-reference__img-wrapper:hover img {
  transform: scale(1.05);
}
.customer-reference__title {
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: 1.125rem;
}
.customer-reference__link {
  padding-inline: 0;
  padding-block: 1rem;
}
.customer-reference__meta {
  color: #8C8C8C;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.section-category-tiles {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .section-category-tiles {
    padding-top: calc(45px - 1.5rem);
  }
}

.category-tiles-grid {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .category-tiles-grid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.category-tiles-grid.w-gaps {
  display: grid;
  grid-gap: 20px;
}
.category-tiles-grid.w-gaps.tiles-grid-4 {
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .category-tiles-grid.w-gaps.tiles-grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .category-tiles-grid.w-gaps.tiles-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .category-tiles-grid.w-gaps.tiles-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.category-tiles-grid.w-gaps.tiles-grid-3 {
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .category-tiles-grid.w-gaps.tiles-grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .category-tiles-grid.w-gaps.tiles-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.category-tiles-grid.w-gaps.tiles-grid-2 {
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .category-tiles-grid.w-gaps.tiles-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.category-tiles-grid.w-gaps .tile-item {
  width: 100%;
}
.category-tiles-grid.w-gaps .tile-item::before {
  display: none;
}
.category-tiles-grid.w-gaps .tile-item::after {
  display: none;
}
.category-tiles-grid.w-gaps .tile-item .tile-item-foreground::before {
  width: 100%;
  height: 0;
  background: #DC620D;
  background: var(--color-primary);
  top: auto;
  left: 0;
  bottom: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.category-tiles-grid.w-gaps .tile-item:hover .tile-item-background {
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.125);
}
.category-tiles-grid.w-gaps .tile-item:hover .tile-item-info::after {
  transform: translate(5px, -50%);
  color: #DC620D;
}
.category-tiles-grid.w-gaps .show-hide-button-wrapper {
  grid-column-start: 1;
  grid-column-end: 1;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .category-tiles-grid.w-gaps .show-hide-button-wrapper {
    grid-column-end: span 2;
  }
}
@media (min-width: 992px) {
  .category-tiles-grid.w-gaps .show-hide-button-wrapper {
    grid-column-end: span 3;
  }
}
@media (min-width: 1440px) {
  .category-tiles-grid.w-gaps .show-hide-button-wrapper {
    grid-column-end: span 4;
  }
}

.tile-item {
  background: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  outline: none;
}
.tile-item + .tile-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3 !important;
  background: #E0DEDC;
  pointer-events: none;
}
.tile-item + .tile-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #E0DEDC;
  pointer-events: none;
}
.tile-item.hidden {
  display: none;
}
@media (max-width: 767.98px) {
  .tile-item + .tile-item::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .tile-item:hover .tile-item-foreground {
    z-index: 4;
  }
  .tile-item:hover .tile-item-foreground::before {
    opacity: 1;
  }
}
.tile-item:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .tiles-grid-row .tile-item {
    width: 100%;
  }
  .tiles-grid-row .tile-item::after {
    display: none;
  }
}

.tiles-grid-1 .tile-item {
  width: 100%;
}
.tiles-grid-1 .tile-item::after {
  display: none;
}
.tiles-grid-1 .tile-item.tile-vertical .tile-item-image {
  max-width: 50%;
  max-height: 250px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .tiles-grid-2 .tile-item {
    width: 50%;
  }
  .tiles-grid-2 .tile-item:nth-of-type(2)::before {
    display: none;
  }
  .tiles-grid-2 .tile-item:nth-of-type(2n + 1)::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tiles-grid-3 .tile-item {
    width: 50%;
  }
  .tiles-grid-3 .tile-item:nth-of-type(2)::before {
    display: none;
  }
  .tiles-grid-3 .tile-item:nth-of-type(2n + 1)::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .tiles-grid-3 .tile-item {
    width: 33.333%;
  }
  .tiles-grid-3 .tile-item:nth-of-type(2), .tiles-grid-3 .tile-item:nth-of-type(3) {
    display: flex;
  }
  .tiles-grid-3 .tile-item:nth-of-type(2)::before, .tiles-grid-3 .tile-item:nth-of-type(3)::before {
    display: none;
  }
  .tiles-grid-3 .tile-item:nth-of-type(3n + 1)::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tiles-grid-4 .tile-item {
    width: 50%;
  }
  .tiles-grid-4 .tile-item:nth-of-type(2)::before {
    display: none;
  }
  .tiles-grid-4 .tile-item:nth-of-type(2n + 1)::after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .tiles-grid-4 .tile-item {
    width: 33.333%;
  }
  .tiles-grid-4 .tile-item:nth-of-type(2), .tiles-grid-4 .tile-item:nth-of-type(3) {
    display: flex;
  }
  .tiles-grid-4 .tile-item:nth-of-type(2)::before, .tiles-grid-4 .tile-item:nth-of-type(3)::before {
    display: none;
  }
  .tiles-grid-4 .tile-item:nth-of-type(3n + 1)::after {
    display: none;
  }
}
@media (min-width: 1440px) {
  .tiles-grid-4 .tile-item {
    width: 25%;
  }
  .tiles-grid-4 .tile-item:nth-of-type(2), .tiles-grid-4 .tile-item:nth-of-type(3), .tiles-grid-4 .tile-item:nth-of-type(4) {
    display: flex;
  }
  .tiles-grid-4 .tile-item:nth-of-type(2)::before, .tiles-grid-4 .tile-item:nth-of-type(3)::before, .tiles-grid-4 .tile-item:nth-of-type(4)::before {
    display: none;
  }
  .tiles-grid-4 .tile-item:nth-of-type(4n + 1)::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tiles-grid-5 .tile-item {
    width: 50%;
  }
  .tiles-grid-5 .tile-item:nth-of-type(2)::before {
    display: none;
  }
  .tiles-grid-5 .tile-item:nth-of-type(2n + 1)::after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .tiles-grid-5 .tile-item {
    width: 33.333%;
  }
  .tiles-grid-5 .tile-item:nth-of-type(2), .tiles-grid-5 .tile-item:nth-of-type(3) {
    display: flex;
  }
  .tiles-grid-5 .tile-item:nth-of-type(2)::before, .tiles-grid-5 .tile-item:nth-of-type(3)::before {
    display: none;
  }
  .tiles-grid-5 .tile-item:nth-of-type(3n + 1)::after {
    display: none;
  }
}
@media (min-width: 1440px) and (max-width: 1679.98px) {
  .tiles-grid-5 .tile-item {
    width: 25%;
  }
  .tiles-grid-5 .tile-item:nth-of-type(2), .tiles-grid-5 .tile-item:nth-of-type(3), .tiles-grid-5 .tile-item:nth-of-type(4) {
    display: flex;
  }
  .tiles-grid-5 .tile-item:nth-of-type(2)::before, .tiles-grid-5 .tile-item:nth-of-type(3)::before, .tiles-grid-5 .tile-item:nth-of-type(4)::before {
    display: none;
  }
  .tiles-grid-5 .tile-item:nth-of-type(4n + 1)::after {
    display: none;
  }
}
@media (min-width: 1680px) {
  .tiles-grid-5 .tile-item {
    width: 20%;
  }
  .tiles-grid-5 .tile-item:nth-of-type(2), .tiles-grid-5 .tile-item:nth-of-type(3), .tiles-grid-5 .tile-item:nth-of-type(4), .tiles-grid-5 .tile-item:nth-of-type(5) {
    display: flex;
  }
  .tiles-grid-5 .tile-item:nth-of-type(2)::before, .tiles-grid-5 .tile-item:nth-of-type(3)::before, .tiles-grid-5 .tile-item:nth-of-type(4)::before, .tiles-grid-5 .tile-item:nth-of-type(5)::before {
    display: none;
  }
  .tiles-grid-5 .tile-item:nth-of-type(5n + 1)::after {
    display: none;
  }
}

.tile-item-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  transition: 150ms ease;
  transition-property: box-shadow;
}

.tile-item-foreground {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.tile-item-foreground::before {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  z-index: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.tile-item-image {
  aspect-ratio: 1/1;
  padding: 5px;
  position: relative;
  z-index: 1;
  max-height: 150px;
  flex: 0 0 30%;
}
.product-detail-main-product-rows-wrapper .tile-item-image {
  flex: 0 0 6rem;
}
.tile-item-image.tile-item-image-icon {
  background: #DC620D;
  background: var(--color-primary);
  color: var(--color-sw-text-white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.875rem;
  margin-bottom: 15px;
  height: 75px;
  width: 75px;
  max-width: none;
  min-width: initial;
}
@media (max-width: 1200px) {
  .tile-item-image.tile-item-image-icon {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1200px) {
  .tile-item-image.tile-item-image-icon {
    margin-bottom: 50px;
  }
}
.tile-item-image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.tile-item-image picture img {
  display: block;
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.tile-item-count {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  font-size: 12px;
  font-weight: 500;
  min-width: 30px;
  height: 30px;
  border-radius: 999px;
  padding-left: 8px;
  padding-right: 8px;
  z-index: 10;
  background-color: #DC620D;
  color: #ffffff;
}

.tile-item-info {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  padding-right: 10%;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product-detail-main-product-rows-wrapper .tile-product-item .tile-item-info {
  padding-block: 1rem;
}
.tile-item-info p {
  font-size: 0.875rem;
  color: #8C8C8C;
  margin-bottom: 4px;
}
.tile-item-info p:last-of-type {
  margin-bottom: 0;
}
.tile-item-info .product-tile-item-price-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tile-heading {
  font-size: 0.875rem;
  color: #2c3b4e;
  margin-bottom: 2px;
  font-weight: 500;
}

.tile-item-tags {
  position: absolute;
  top: 10px;
  right: 8px;
}

.tile-product-item:hover .tile-item-foreground {
  background: transparent;
}
.tile-product-item .tile-item-foreground::before {
  display: none;
}
.tile-product-item .product-tile-category {
  text-align: left;
}
.tile-product-item .product-tile-heading {
  text-align: left;
  min-height: 32px;
  max-height: 64px;
}
.tile-product-item .tile-item-info {
  height: 100%;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .tile-product-item .tile-item-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.tile-product-item .tile-item-info::after {
  display: none;
}
.tile-product-item .product-tile-item-price-availability {
  margin-top: auto;
  padding-left: 0;
  padding-right: 0;
}
.tile-product-item .availability .availability.text {
  display: flex;
  padding: 6px 8px 4px 8px;
  border: 1px solid currentColor;
}

.tile-product-item-cart {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .tile-product-item-cart {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .product-detail-main-product-rows-wrapper .tile-product-item-cart {
    padding-inline: 1rem;
  }
}
.tile-product-item-cart.no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.tile-product-item-cart .tile-item-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 0;
  width: 100%;
}
.tile-product-item-cart .tile-item-image {
  max-height: initial;
}
.tile-product-item-cart .product-tile-item-price-wrapper {
  white-space: nowrap;
}

.tile-product-item-gift {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .tile-product-item-gift {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tile-product-item-gift.no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.tile-product-item-gift .tile-item-foreground {
  gap: 2rem 0;
}
@media (max-width: 767.98px) {
  .tile-product-item-gift .tile-item-foreground {
    gap: 16px 0;
  }
}
.tile-product-item-gift .tile-item-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 0;
  width: 100%;
}
.tile-product-item-gift .tile-item-image {
  max-height: 60px;
  flex: 0 0 60px;
}
.tile-product-item-gift .tile-item-image a, .tile-product-item-gift .tile-item-image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.tile-vertical {
  padding: 15px 0;
  align-items: flex-start;
}
.tile-vertical .tile-item-foreground {
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.tile-vertical .tile-item-info {
  height: auto;
  padding: 0 30px;
  flex-grow: 1;
}
.tile-vertical .tile-item-info p {
  width: 100%;
  text-align: center;
}
.tile-vertical .tile-item-info .product-tile-category {
  width: 100%;
  text-align: center;
}
.tile-vertical .tile-item-info .product-tile-heading {
  width: 100%;
  text-align: center;
}
.tile-vertical .tile-item-info .tile-heading {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .tile-vertical .tile-item-info .tile-heading {
    margin-bottom: 30px;
  }
}
.tile-vertical .tile-item-info .tile-heading strong {
  font-weight: 700;
  letter-spacing: 1px;
}
.tile-vertical .tile-item-info .product-tile-item-availability-wrapper {
  width: 100%;
  text-align: center;
}
.tile-vertical .tile-item-info .product-tile-item-price-wrapper {
  width: 100%;
  order: 2;
  text-align: center;
}

.section-product-list-tiles {
  min-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
@media (min-width: 375px) {
  .section-product-list-tiles {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .section-product-list-tiles {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.product-tile-item-params {
  display: none;
}

.product-list-tiles-grid {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.product-list-tiles-grid--full-width .product-tile-item {
  background: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.product-list-tiles-grid--full-width .product-tile-item.block-preloading .product-tile-item-foreground::after {
  opacity: 1;
}
.product-list-tiles-grid--full-width .product-tile-item + .product-tile-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #E0DEDC;
  pointer-events: none;
}
.product-list-tiles-grid--full-width .product-tile-item + .product-tile-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #E0DEDC;
  pointer-events: none;
}
@media (min-width: 375px) and (max-width: 575.98px) {
  .product-list-tiles-grid--full-width .product-tile-item {
    width: 50%;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(2)::before {
    display: none;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(2n + 1)::after {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-list-tiles-grid--full-width .product-tile-item {
    width: 50%;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(2)::before {
    display: none;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(2n + 1)::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-list-tiles-grid--full-width .product-tile-item {
    width: 33.333%;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(2)::before, .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(3)::before {
    display: none;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(3n + 1)::after {
    display: none;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(3n + 1) .product-tile-item-foreground.with-variants .product-tile-item-variants {
    right: auto;
    left: calc(100% + 5px);
    border-right: 0;
    border-left: 1px solid #E0DEDC;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(3n + 1) .product-tile-item-foreground.with-variants::before {
    -webkit-transform: translate3d(calc(-50% + 40px), -15px, 0);
    -moz-transform: translate3d(calc(-50% + 40px), -15px, 0);
    -ms-transform: translate3d(calc(-50% + 40px), -15px, 0);
    -o-transform: translate3d(calc(-50% + 40px), -15px, 0);
    transform: translate3d(calc(-50% + 40px), -15px, 0);
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(3n + 1) .product-tile-item-foreground.with-variants .tile-varinat-tab.active::after {
    left: auto;
    right: calc(100% - 1px);
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .product-list-tiles-grid--full-width .product-tile-item {
    width: 25%;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(2)::before, .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(3)::before, .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(4)::before {
    display: none;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(4n + 1)::after {
    display: none;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(4n + 1) .product-tile-item-foreground.with-variants .product-tile-item-variants {
    right: auto;
    left: calc(100% + 5px);
    border-right: 0;
    border-left: 1px solid #E0DEDC;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(4n + 1) .product-tile-item-foreground.with-variants::before {
    -webkit-transform: translate3d(calc(-50% + 40px), -15px, 0);
    -moz-transform: translate3d(calc(-50% + 40px), -15px, 0);
    -ms-transform: translate3d(calc(-50% + 40px), -15px, 0);
    -o-transform: translate3d(calc(-50% + 40px), -15px, 0);
    transform: translate3d(calc(-50% + 40px), -15px, 0);
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(4n + 1) .product-tile-item-foreground.with-variants .tile-varinat-tab.active::after {
    left: auto;
    right: calc(100% - 1px);
  }
}
@media (min-width: 1440px) {
  .product-list-tiles-grid--full-width .product-tile-item {
    width: 20%;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(2)::before, .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(3)::before, .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(4)::before, .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(5)::before {
    display: none;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(5n + 1)::after {
    display: none;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(5n + 1) .product-tile-item-foreground.with-variants .product-tile-item-variants {
    right: auto;
    left: calc(100% + 5px);
    border-right: 0;
    border-left: 1px solid #E0DEDC;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(5n + 1) .product-tile-item-foreground.with-variants::before {
    -webkit-transform: translate3d(calc(-50% + 40px), -15px, 0);
    -moz-transform: translate3d(calc(-50% + 40px), -15px, 0);
    -ms-transform: translate3d(calc(-50% + 40px), -15px, 0);
    -o-transform: translate3d(calc(-50% + 40px), -15px, 0);
    transform: translate3d(calc(-50% + 40px), -15px, 0);
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(5n + 1) .product-tile-item-foreground.with-variants .tile-varinat-tab.active::after {
    left: auto;
    right: calc(100% - 1px);
  }
}
@media (max-width: 374.98px) {
  .product-list-tiles-grid--full-width .product-tile-item + .product-tile-item::before, .product-list-tiles-grid--full-width .product-tile-item + .product-tile-item::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .product-list-tiles-grid--full-width .product-tile-item:hover .product-tile-item-foreground {
    position: absolute;
    top: 0;
    z-index: 4;
    height: auto;
  }
  .product-list-tiles-grid--full-width .product-tile-item:hover .product-tile-item-foreground::before {
    opacity: 1;
    pointer-events: all;
  }
  .product-list-tiles-grid--full-width .product-tile-item:hover .product-tile-item-text-variants {
    visibility: visible;
    opacity: 1;
    max-height: none;
    transform: translateY(0);
  }
  .product-list-tiles-grid--full-width .product-tile-item:hover .product-tile-item-extended-info {
    max-height: 500px;
    overflow: visible;
    opacity: 1;
    position: relative;
    pointer-events: all;
  }
  .product-list-tiles-grid--full-width .product-tile-item:hover .product-tile-item-variants {
    opacity: 1;
    pointer-events: all;
  }
  .product-list-tiles-grid--full-width .product-tile-item:hover .product-tile-tags-manufacturer {
    opacity: 1;
    display: flex;
  }
  .product-list-tiles-grid--full-width .product-tile-item:hover .product-tile-tags-icons {
    opacity: 0;
    display: none;
  }
}

.product-tile-item-foreground {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  -webkit-transition: min-height 0.3s ease-in-out;
  -moz-transition: min-height 0.3s ease-in-out;
  -ms-transition: min-height 0.3s ease-in-out;
  -o-transition: min-height 0.3s ease-in-out;
  transition: min-height 0.3s ease-in-out;
  opacity: 1;
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .product-tile-item-foreground {
    padding: 10px;
  }
}
.product-tile-item-foreground::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(100% + 30px);
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  background: #ffffff;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 768px) {
  .product-tile-item-foreground::after {
    display: none;
  }
}
.product-tile-item-foreground::before {
  content: "";
  display: none;
  width: calc(100% + 10px);
  height: calc(100% + 15px);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, -15px, 0);
  -moz-transform: translate3d(-50%, -15px, 0);
  -ms-transform: translate3d(-50%, -15px, 0);
  -o-transform: translate3d(-50%, -15px, 0);
  transform: translate3d(-50%, -15px, 0);
  background: #ffffff;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .product-tile-item-foreground::before {
    display: block;
  }
}
.product-tile-item-foreground.with-variants::before {
  width: calc(100% + 90px);
  height: calc(100% + 15px);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(calc(-50% - 40px), -15px, 0);
  -moz-transform: translate3d(calc(-50% - 40px), -15px, 0);
  -ms-transform: translate3d(calc(-50% - 40px), -15px, 0);
  -o-transform: translate3d(calc(-50% - 40px), -15px, 0);
  transform: translate3d(calc(-50% - 40px), -15px, 0);
}

.product-tile-item-info-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 375px) {
  .product-tile-item-info-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

.product-tile-item-basic-info {
  padding: 25px 0 15px;
  z-index: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 375px) and (max-width: 575.98px) {
  .product-tile-item-basic-info .product-tile-item-price-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .product-tile-item-basic-info .product-tile-item-price-wrapper .price-current {
    width: 100%;
    text-align: center;
  }
  .product-tile-item-basic-info .product-tile-item-price-wrapper .price-info {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 375px) and (max-width: 575.98px) {
  .product-tile-item-basic-info .product-tile-item-availability-wrapper {
    margin-top: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.product-tile-item-basic-info .product-tile-item-price-wrapper {
  display: flex;
  align-items: center;
}

.product-tile-item-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  aspect-ratio: 1;
  margin-bottom: 8px;
}

.product-tile-item-image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-position: 50% 50%;
}
.product-tile-item-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-tile-item-image > a > picture {
  display: block;
  width: 100%;
  height: 100%;
}
.product-tile-item-image img {
  image-rendering: -webkit-optimize-contrast;
}
.product-tile-item-image.js-image-zoom:hover img {
  opacity: 0;
}

.product-tile-item-tags-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.product-tile-item-tags-wrapper img {
  image-rendering: high-quality;
  /* pixelated Chrome as of 2019  */
}

.product-tile-item-code-wrapper {
  margin-bottom: 24px;
}

.product-tile-item-heading-info {
  width: 100%;
}
@media (min-width: 768px) {
  .product-tile-item-heading-info {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.product-tile-category {
  font-size: 0.825rem;
  color: #DC620D;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-tile-heading {
  font-size: 1rem;
  color: #3D4452;
  font-weight: 700;
  text-align: center;
  line-height: 1.25 !important;
  letter-spacing: 0.04em;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 45px;
  max-height: 72px;
  margin-bottom: 15px;
}
.product-tile-heading.no-height {
  max-height: none;
  min-height: 0;
  overflow: visible;
  display: block;
  -webkit-line-clamp: initiate;
}
.product-tile-heading a {
  color: inherit;
  text-decoration: none;
}

.product-tile-item-price-availability {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
}
@media (min-width: 768px) {
  .product-tile-item-price-availability {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.product-tile-item-price-availability.no-height {
  min-height: auto;
}

.product-tile-item-extended-info {
  margin-top: auto;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.001s ease-in-out;
  -moz-transition: all 0.001s ease-in-out;
  -ms-transition: all 0.001s ease-in-out;
  -o-transition: all 0.001s ease-in-out;
  transition: all 0.001s ease-in-out;
  opacity: 1;
}
@media (min-width: 768px) {
  .product-tile-item-extended-info {
    position: absolute;
    top: 100%;
    padding: 0 35px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }
}

.product-tile-item-description {
  width: 100%;
  margin-bottom: 25px;
  display: none;
}
.product-tile-item-description p {
  color: #8C8C8C;
  font-size: 13px;
  text-align: center;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-tile-item-image-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 375px) and (max-width: 575.98px) {
  .product-tile-item-image-tags {
    display: none;
  }
}
.product-tile-item-image-tags img {
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 5px;
  max-height: 35px;
}
@media (min-width: 768px) {
  .product-tile-item-image-tags img {
    max-height: 50px;
  }
}

.product-tile-item-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  color: #8C8C8C;
}
.product-tile-item-services a {
  color: currentColor;
}
.product-tile-item-services .service-item {
  padding: 0;
}
.product-tile-item-services .service-item.active {
  color: #DC620D;
}
.product-tile-item-services .service-item span {
  font-size: 0.75em;
  margin-right: 4px;
}
.product-tile-item-services a.service-item:hover {
  color: #DC620D;
  box-shadow: none;
}

.product-tile-item-action-wrapper {
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .product-tile-item-action-wrapper {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -1px;
    width: calc(100% + 80px);
  }
}

.btn-tile {
  background: #17b857;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 5px;
  position: relative;
  flex-grow: 1;
  z-index: 1;
  transition: background-color 150ms ease;
}
@media (min-width: 768px) {
  .btn-tile {
    padding-left: 25px;
    padding-right: 15px;
  }
}
.btn-tile.btn-icon-right.btn-icon-right {
  justify-content: center;
  align-items: center;
  z-index: 0;
}
.btn-tile.btn-icon-right.btn-icon-right::after {
  display: none;
}
.btn-tile.btn-icon-right.btn-icon-right [class^=icon-],
.btn-tile.btn-icon-right.btn-icon-right [class*=" icon-"] {
  font-size: 1.375rem;
}
@media (max-width: 1200px) {
  .btn-tile.btn-icon-right.btn-icon-right [class^=icon-],
.btn-tile.btn-icon-right.btn-icon-right [class*=" icon-"] {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
.btn-tile::before {
  content: attr(data-text-mobile);
}
@media (min-width: 1200px) {
  .btn-tile::before {
    content: attr(data-text-desktop);
  }
}
.btn-tile::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 27px 0 27px 11px;
  border-color: transparent transparent transparent #17b857;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: border-color 150ms ease;
}
@media (max-width: 991.98px) {
  .btn-tile::after {
    border-width: 27px 0 27px 7px;
    border-color: transparent transparent transparent #17b857;
  }
}
.btn-tile:hover {
  color: #ffffff;
  background: #14a14c !important;
  text-decoration: none;
}
.btn-tile:hover::after {
  border-color: transparent transparent transparent #14a14c;
}

.btn-tile-text {
  margin-left: 20px;
}
@media (min-width: 375px) and (max-width: 575.98px) {
  .btn-tile-text {
    display: none;
  }
}

.product-tile-item-input-wrapper,
.btn-tile.btn-icon-right {
  position: relative;
  padding-left: 10px;
  background: #17b857;
  margin-left: 3px;
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .product-tile-item-input-wrapper,
.btn-tile.btn-icon-right {
    margin-left: 15px;
  }
}
.product-tile-item-input-wrapper::before,
.btn-tile.btn-icon-right::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 27px 0 27px 11px;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: -1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .product-tile-item-input-wrapper::before,
.btn-tile.btn-icon-right::before {
    border-width: 27px 0 27px 7px;
    border-color: transparent transparent transparent #ffffff;
  }
}

.product-tile-item-input-number {
  display: none;
}
@media (min-width: 576px) {
  .product-tile-item-input-number {
    display: block;
  }
}
.product-tile-item-input-number > input {
  width: 50px;
  height: 100%;
  background: #17b857;
  color: #ffffff;
  border: none;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  text-align: center;
  outline: none;
}

.product-tile-item-input-buttons {
  position: relative;
  width: 22px;
  height: 100%;
  display: none;
}
@media (min-width: 576px) {
  .product-tile-item-input-buttons {
    display: block;
  }
}

.tile-plus-button {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: calc(50% - 3px);
  -webkit-border-radius: 0 0 11px 11px;
  -moz-border-radius: 0 0 11px 11px;
  border-radius: 0 0 11px 11px;
  cursor: pointer;
}
.tile-plus-button span {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.tile-minus-button {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: calc(50% - 3px);
  -webkit-border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
  border-radius: 11px 11px 0 0;
  cursor: pointer;
}
.tile-minus-button span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.product-tile-item-input-cart {
  flex-grow: 1;
  height: 100%;
  min-width: 50px;
}

.tile-cart-button {
  width: 100%;
  height: 100%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #17b857;
  font-size: 24px;
  color: #ffffff;
}
.tile-cart-button__icon {
  display: none;
  fill: #ffffff;
  width: 26px;
  height: 26px;
}
.counter-input-cart .tile-cart-button__icon {
  display: initial;
}
@media (min-width: 375px) {
  .tile-cart-button__icon {
    display: initial;
  }
}
.tile-cart-button span {
  margin-right: 15px;
  color: currentColor;
}
@media (min-width: 375px) {
  .tile-cart-button span {
    margin-right: 0;
  }
}
.tile-cart-button::after {
  content: attr(data-text-mobile);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 375px) {
  .tile-cart-button::after {
    content: attr(data-text-desktop);
  }
}

.product-tile-item-variants {
  width: 80px;
  height: calc(100% + 15px);
  position: absolute;
  top: -15px;
  right: calc(100% + 5px);
  border-right: 1px solid #E0DEDC;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.000001s ease-in-out;
  -moz-transition: all 0.000001s ease-in-out;
  -ms-transition: all 0.000001s ease-in-out;
  -o-transition: all 0.000001s ease-in-out;
  transition: all 0.000001s ease-in-out;
}
@media (min-width: 576px) {
  .product-tile-item-variants {
    display: block;
    pointer-events: none;
  }
}

.tile-varinat-tab {
  display: block;
  width: 100%;
  position: relative;
  padding: 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.tile-varinat-tab.active {
  border-top: 1px solid #E0DEDC;
  border-bottom: 1px solid #E0DEDC;
}
.tile-varinat-tab.active::after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
}
.tile-varinat-tab:first-of-type.active {
  border-top: 1px solid transparent;
}

.tile-variant-tab-color {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 6px;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  border: 2px solid #fff;
  outline: 1px solid #cacaca;
  background-color: #e0e0e0;
  overflow: hidden;
}
.tile-variant-tab-color .tile-variant-tab-color-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 28px;
  height: 28px;
}
.tile-variant-tab-color .tile-variant-tab-color-wrapper > * {
  flex: 1;
}

.product-tile-item-text-variants {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0;
}
@media (max-width: 767.98px) {
  .product-tile-item-text-variants {
    max-height: none;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

.tile-text-variants-tab {
  border: 1px solid #E0DEDC;
  padding: 0.5rem 1rem;
  color: #3D4452;
  position: relative;
}
.tile-text-variants-tab:hover, .tile-text-variants-tab:active {
  text-decoration: none;
  border-color: #17b857;
  color: inherit;
}
@media (max-width: 767.98px) {
  .tile-text-variants-tab {
    font-size: 0.75rem;
  }
}
.tile-text-variants-tab .availability {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #000000 transparent;
}

.show-hide-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.show-hide-button-wrapper .btn.chevron-right::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.show-hide-button-wrapper .btn.chevron-right.active::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.product-list-tiles-more-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 1440px) {
  .product-list-tiles-more-wrapper {
    width: 33.333%;
  }
}
.product-list-tiles-more-wrapper .btn {
  margin-bottom: 15px;
}

.product-list-tiles-more-note {
  width: 100%;
  text-align: center;
}

.product-list-tiles-pagination-wrapper {
  width: 100%;
}
@media (min-width: 1440px) {
  .product-list-tiles-pagination-wrapper {
    width: 33.333%;
  }
}
@media (min-width: 1440px) {
  .product-list-tiles-pagination-wrapper .pagination {
    justify-content: flex-end;
  }
}

.section-product-small-tiles {
  padding: 10px 15px 30px 15px;
}
@media (min-width: 768px) {
  .section-product-small-tiles {
    padding: 10px 45px 40px 45px;
  }
}

.product-detail-main-product-rows-wrapper .tile-product-item.active {
  border: 2px solid #5EB440;
}
.product-detail-main-product-rows-wrapper .tile-product-item.active::before {
  display: none;
}
@media (max-width: 991.98px) {
  .product-detail-main-product-rows-wrapper .tile-product-item.active .product-tile-item-actions-wrapper {
    margin-right: 1.5rem;
  }
}

.product-detail-main-product-rows-wrapper .product-small-tiles-grid {
  margin: 0 -30px;
}
@media (max-width: 1919.98px) {
  .product-detail-main-product-rows-wrapper .product-small-tiles-grid {
    margin: 0 -15px;
  }
}
@media (max-width: 1199.98px) {
  .product-detail-main-product-rows-wrapper .product-small-tiles-grid {
    margin: 0;
  }
}

.product-small-tiles-grid {
  min-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  /* target specific - vypis variant na detailu produktu */
}
.product-small-tiles-grid .tile-item-foreground {
  gap: 0.5rem;
}
.product-small-tiles-grid.tiles-grid-row .tile-item-image {
  margin-right: 1.5rem;
}
@media (max-width: 767.98px) {
  .product-small-tiles-grid.tiles-grid-row .tile-item-image {
    margin-right: 0.75rem;
  }
}
.product-small-tiles-grid.tiles-grid-row .product-tile-item-price-count-wrapper {
  width: initial;
}
.product-small-tiles-grid.tiles-grid-row .product-tile-heading {
  min-height: initial;
}
.product-small-tiles-grid.tiles-grid-row .product-tile-item-price-wrapper {
  margin-right: 1rem;
}
@media (max-width: 1439.98px) {
  .product-small-tiles-grid.tiles-grid-row .product-tile-item-price-count-wrapper {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .product-small-tiles-grid:not(.tiles-grid-row) form {
    transition: 100ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
  }
  .product-small-tiles-grid .tile-item:hover form,
.product-small-tiles-grid .tile-item:active form {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .product-small-tiles-grid.product-small-tiles-grid-half {
    margin-right: 45px;
  }
}
.product-small-tiles-grid .slick-list {
  min-width: 100%;
  padding-bottom: 15px;
}
.product-small-tiles-grid .slick-list:only-child {
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .product-small-tiles-grid .slick-list {
    padding-bottom: 40px;
  }
}
.product-small-tiles-grid .slick-slide {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.product-small-tiles-grid .slick-slide > div {
  width: 100%;
}
.product-small-tiles-grid .slick-slide > div a {
  height: 100%;
}
.product-small-tiles-grid .slick-slide > div:nth-of-type(2) .tile-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #E0DEDC;
  pointer-events: none;
}

.section-banner-product-small-tiles {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section-banner-product-small-tiles {
    padding-bottom: 40px;
  }
}
.section-banner-product-small-tiles .page-info {
  width: 100%;
  padding: 0 30px;
  align-self: center;
  text-align: center;
}
@media (min-width: 768px) {
  .section-banner-product-small-tiles .page-info {
    width: 50%;
    padding: 30px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .section-banner-product-small-tiles .page-info {
    padding: 50px;
  }
}
@media (min-width: 1440px) {
  .section-banner-product-small-tiles .page-info .show-more-text-wrapper {
    overflow: visible;
    height: auto !important;
  }
}
@media (min-width: 1440px) {
  .section-banner-product-small-tiles .page-info .readmore-anchor {
    display: none;
  }
}

.small-tiles-banner {
  padding-bottom: 40px;
}
.small-tiles-banner .small-tiles-banner-item {
  width: 100%;
  height: 100%;
}
.small-tiles-banner .small-tiles-banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .small-tiles-banner {
    width: calc(50% - 40px);
    padding-bottom: 0;
  }
}

.product-small-tiles-grid-half-title-wrapper {
  width: 100%;
  position: relative;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .product-small-tiles-grid-half-title-wrapper {
    width: 80px;
    padding: 0;
  }
}

.product-small-tiles-grid-half-title {
  font-weight: 700;
  text-align: center;
  font-size: 25px;
}
.product-small-tiles-grid-half-title::after {
  content: "";
  display: block;
  width: 35px;
  height: 4px;
  background: #17b857;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .product-small-tiles-grid-half-title {
    font-size: 18px;
    position: absolute;
    top: calc(50% - 0px);
    left: 50%;
    width: auto;
    height: 80px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0) rotate(-90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .product-small-tiles-grid-half-title::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .product-small-tiles-grid-half-title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .product-small-tiles-grid-half-title {
    font-size: 18px;
  }
}

.product-small-tiles-grid-half {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  min-width: auto;
}
.product-small-tiles-grid-half .slick-list {
  display: grid;
  align-items: center;
}
@media (min-width: 768px) {
  .product-small-tiles-grid-half {
    width: calc(50% - 40px - 45px);
    padding: 0;
  }
}

.product-tile-item-price-count-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1440px) {
  .product-tile-item-price-count-wrapper {
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
  }
}
.product-tile-item-price-count-wrapper .product-tile-item-actions-wrapper {
  margin-top: 10px;
}
@media (min-width: 375px) {
  .product-tile-item-price-count-wrapper .product-tile-item-actions-wrapper {
    margin-top: 0;
  }
}

.product-tile-heading-wrapper {
  flex-grow: 1;
  margin-right: auto;
}

.product-tile-item-count-wrapper {
  font-weight: 700;
  margin-right: 15px;
}

.product-tile-item-remove {
  margin-left: 15px;
}

.product-list-tiles-menu {
  background: #DC620D;
  background: var(--color-primary);
  position: relative;
  padding: 30px 0;
}
.product-list-tiles-menu.logo {
  padding-top: 0;
  background-color: var(--color-bg-dark);
}
.product-list-tiles-menu.logo::before {
  background-color: var(--color-bg-dark);
}
.product-list-tiles-menu.logo .product-list-tiles-menu-heading {
  margin-bottom: 50px;
  padding: 2.25rem 2rem;
  background-color: #000000;
  /* leva strana fix - odsazeni before elementem */
  margin-left: -50px;
  padding-left: 50px;
}
.product-list-tiles-menu.logo a {
  color: #ffffff;
}
.product-list-tiles-menu.logo img {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .product-list-tiles-menu.logo .product-list-tiles-menu-heading {
    margin: 0 0 50px;
    padding: 25px 30px;
  }
}
@media (max-width: 374.98px) {
  .product-list-tiles-menu.logo .product-list-tiles-menu-heading {
    margin: 0 -15px 20px -15px;
    padding: 25px 30px;
  }
}
.product-list-tiles-menu::before {
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: 100%;
  background: #DC620D;
  background: var(--color-primary);
  position: absolute;
  top: 0;
  right: -15px;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 375px) {
  .product-list-tiles-menu::before {
    width: 50px;
    right: 100%;
  }
}
@media (min-width: 576px) {
  .product-list-tiles-menu {
    padding: 30px 0 30px 30px;
  }
}
@media (min-width: 768px) {
  .product-list-tiles-menu {
    padding: 30px 0;
  }
}
@media (min-width: 1440px) {
  .product-list-tiles-menu {
    padding: 50px 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-list-tiles-menu {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-list-tiles-menu {
    width: 33.333%;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .product-list-tiles-menu {
    width: 25%;
  }
}
@media (min-width: 1440px) {
  .product-list-tiles-menu {
    width: 20%;
  }
}
@media (max-width: 575.98px) {
  .product-list-tiles-menu {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
}

.product-list-tiles-menu-heading h2 {
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: inherit;
  color: #000000;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .product-list-tiles-menu-heading h2 {
    margin-bottom: 30px;
    padding-right: 30px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .product-list-tiles-menu-heading h2 {
    margin-bottom: 50px;
    padding-right: 50px;
    font-size: 1.5625rem;
  }
}
@media (min-width: 1440px) and (max-width: 1200px) {
  .product-list-tiles-menu-heading h2 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (max-width: 575.98px) {
  .product-list-tiles-menu-heading h2 {
    padding: 0;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .product-list-tiles-menu-heading {
    padding: 30px;
  }
}

.product-list-tiles-menu-list {
  overflow: auto;
  /*
    @include media-breakpoint-down(xsm) {
      position: relative;
      width: calc(100% - 30px);
      margin-left: 15px;
      margin-right: 15px;
      background: $color-white;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      padding-left: 15px;
      padding-right: 15px;
      //max-height: 0;
      //overflow: hidden;
      margin-top: 8px;
      border-top: 4px solid $primary;
      max-height: 1000px;
      overflow: visible;
      padding-top: 15px;
      padding-bottom: 15px;

      &::before{
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: -8px;
        left: 50%;
        border-style: solid;
        border-width: 0 16px 8px 16px;
        border-color: transparent transparent $color-white transparent;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
      }
    }
   */
}
.product-list-tiles-menu-list ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 575.98px) {
  .product-list-tiles-menu-list ul {
    margin-bottom: 0;
  }
}
.product-list-tiles-menu-list ul li {
  margin-bottom: 5px;
}
.product-list-tiles-menu-list ul li:last-of-type {
  margin-bottom: 0;
}
.product-list-tiles-menu-list ul li a {
  display: block;
  color: #3D4452;
  padding: 10px 15px;
  font-weight: 700;
  border-radius: 5px;
}
@media (min-width: 576px) {
  .product-list-tiles-menu-list ul li a {
    border-radius: 5px 0 0 5px;
  }
}
@media (min-width: 992px) {
  .product-list-tiles-menu-list ul li a {
    padding: 20px 30px;
  }
}
@media (max-width: 575.98px) {
  .product-list-tiles-menu-list ul li a {
    font-weight: 400;
    padding: 3px 0;
    line-height: 1.4em;
  }
}
.product-list-tiles-menu-list ul li a:hover, .product-list-tiles-menu-list ul li a.active {
  background: #ffffff;
  color: var(--color-bg-dark);
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .product-list-tiles-menu-list {
    position: relative;
    width: calc(100% - 30px);
    overflow: visible;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .product-list-tiles-menu-list .checkbox {
    display: block;
    margin-bottom: 5px;
  }
}

.product-tile-item .product-tile-item-price-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.product-tile-item .product-tile-item-price-wrapper .price {
  margin: 0 !important;
}
.product-tile-item .product-tile-item-price-wrapper .price--original {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
}
.product-tile-item .product-tile-item-price-wrapper .price--current {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
}
.product-tile-item .product-tile-item-price-wrapper .price--minor {
  text-align: right;
}
.product-tile-item .product-tile-item-price-wrapper .price--minor.price--2 {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
}
.product-tile-item .product-tile-item-price-wrapper .price--minor:not(.price--2) {
  grid-column: 2/span 1;
  grid-row: 2/span 1;
}

.product-detail-similar {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
  min-height: 540px;
}
@media (min-width: 768px) {
  .product-detail-similar {
    margin-bottom: 80px;
  }
}
.product-detail-similar .slick-slide > div {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .product-detail-similar .slick-slide > div {
    padding-bottom: 180px;
  }
}

.slider-absolute-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .slider-absolute-wrapper {
    position: absolute;
    top: 50px;
    left: 0;
  }
}
@media (min-width: 768px) {
  .slider-absolute-wrapper .slick-slider ul.slick-dots {
    bottom: 150px;
  }
}

.price-original {
  color: #8C8C8C;
  font-size: 13px;
  text-decoration: line-through;
  font-weight: 700;
  white-space: nowrap;
}
.price-original.big {
  font-size: 22px;
}

.price-current {
  color: #2c3b4e;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}
.price-current.big {
  font-size: 30px;
}

.price-info {
  color: #8C8C8C;
  font-size: 0.75rem;
  white-space: nowrap;
}
.price-info.big {
  font-size: 14px;
}

.price-big-wrapper .price + .price {
  margin: 0;
}
.price-big-wrapper .price--original {
  font-size: 1.25rem;
}
.price-big-wrapper .price--current {
  font-size: 2rem;
}
.price-big-wrapper .price--info {
  font-size: 0.875rem;
}

.price-text {
  text-align: center;
  font-weight: 700;
}

.price {
  font-size: 1rem;
  font-weight: 700;
  color: #3D4452;
}
.product-tile-item:not(.tile-item) .price + .price {
  margin-left: 12px;
}
.hero-products .price {
  margin-inline: 0;
  text-align: center;
}
.price--original {
  color: #8C8C8C;
}
.price--current {
  color: #DC620D;
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .price--current {
    font-size: 1.25rem;
  }
}
.price--minor {
  font-size: 1rem;
  font-weight: 500;
  color: #8C8C8C;
}
.price--info {
  color: #8C8C8C;
}

.availability {
  display: inline-block;
  padding: 5px 7px 3px 7px;
  border: 1px solid currentColor;
  font-size: 0.825rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
}
.availability.text {
  border: none;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: #8C8C8C;
}

.availability-icon {
  margin-right: 5px;
}

.availability-col {
  padding-bottom: 10px;
  border-bottom: 1px solid #d3ddea;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .availability-col {
    height: 100%;
    margin-bottom: 0;
  }
}
.availability-col h3 {
  margin-bottom: 20px;
}

.availability-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 10px;
}
.availability-row__name .availability.text {
  white-space: initial;
}
.availability-row__value {
  flex: 1;
}

.section-product-detail-accessories {
  padding: 24px 0 0;
}
@media (min-width: 768px) {
  .section-product-detail-accessories {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .section-product-detail-accessories {
    margin-bottom: 60px;
  }
}
.section-product-detail-accessories .counter-input-cart {
  margin-left: 0;
}

.product-detail-accessories-tiles-wrapper {
  width: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .product-detail-accessories-tiles-wrapper {
    width: calc(100% - 320px);
    margin-left: -30px;
    margin-right: -30px;
  }
}

.product-detail-accessories-cart-wrapper {
  width: 100%;
  max-height: 350px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  order: 2;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 1440px) {
  .product-detail-accessories-cart-wrapper {
    width: 380px;
    max-height: 350px;
    justify-content: flex-end;
    order: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.product-detail-accessories-price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .product-detail-accessories-price-wrapper {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  .product-detail-accessories-price-wrapper {
    margin-bottom: 45px;
  }
}
.product-detail-accessories-price-wrapper .price-text {
  flex-grow: 1;
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .product-detail-accessories-price-wrapper .price-text {
    text-align: left;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .product-detail-accessories-price-wrapper .price-text {
    text-align: center;
  }
}
.product-detail-accessories-price-wrapper .price-wrapper {
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .product-detail-accessories-price-wrapper .price-wrapper {
    width: auto;
    text-align: left;
  }
}

.product-accessory-tile {
  flex-direction: column;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .product-accessory-tile {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
  }
}
.product-accessory-tile.tile-item::before {
  display: none;
}
.product-accessory-tile.tile-item::after {
  display: none;
  font-family: "icomoon" !important;
  content: "";
  width: 40px;
  height: 40px;
  background: transparent;
  color: #E0DEDC;
  font-size: 30px;
  left: -20px;
  top: 25%;
}
@media (min-width: 992px) {
  .product-accessory-tile.tile-item::after {
    display: block;
  }
}
.product-accessory-tile .tile-item-image {
  max-width: 100%;
  max-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  aspect-ratio: initial;
}
.product-accessory-tile .tile-item-image picture {
  display: block;
  width: 170px;
  max-height: 170px;
  height: 100%;
  aspect-ratio: 1;
}
.product-accessory-tile .tile-item-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.product-accessory-tile .product-tile-heading-wrapper {
  width: 100%;
  margin-bottom: auto;
}
.product-accessory-tile .product-tile-heading {
  text-align: left;
}
.product-accessory-tile .product-tile-item-price-count-wrapper {
  width: 100%;
  justify-content: space-between;
  margin-top: 15px;
}

.product-detail-accessories-cart-price-wrapper {
  width: 100%;
}
@media (min-width: 576px) {
  .product-detail-accessories-cart-price-wrapper {
    width: auto;
    min-width: 300px;
  }
}

.basic-parameter-wrapper {
  width: 100%;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #E0DEDC;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.basic-parameter-wrapper h3 {
  margin-bottom: 0;
}
.basic-parameter-wrapper span {
  color: #8C8C8C;
  letter-spacing: 0.05em;
}

.advanced-parameter-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.advanced-parameter-wrapper > strong {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
  margin-right: 15px;
  font-size: 20px;
  color: #3D4452;
  border-radius: 9999px;
  background-color: #DC620D;
}
.advanced-parameter-wrapper > span {
  color: #8C8C8C;
}

.counter-input-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  background: #ffffff;
  border: 1px solid #d3ddea;
  padding-right: 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
@media (min-width: 1440px) {
  .counter-input-wrapper {
    margin-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .counter-input-wrapper {
    position: relative;
    padding-right: 40px;
    padding-left: 40px;
  }
  .counter-input-wrapper .counter-input-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    pointer-events: none;
  }
}
.counter-input-wrapper.plain {
  padding: 0;
}
.counter-input-wrapper.plain .counter-input-number {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 44px;
  min-width: 44px;
}

.counter-input-number > input {
  width: 80px;
  height: 100%;
  background: transparent;
  color: #212121;
  border: none;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0 24px;
  text-align: left;
  outline: none;
}
@media (max-width: 767.98px) {
  .counter-input-number > input {
    width: 50px;
    padding: 0;
    text-align: center;
  }
}

.counter-input-buttons {
  position: relative;
  width: 10px;
  height: 100%;
  padding: 10px 0;
}

.counter-plus-button,
.counter-minus-button {
  display: flex;
  width: 100%;
  height: 50%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  color: #DC620D;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .counter-plus-button,
.counter-minus-button {
    width: 40px;
    height: 50px;
    pointer-events: all;
    position: absolute;
    top: 0;
  }
}

@media (max-width: 767.98px) {
  .counter-plus-button {
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .counter-minus-button {
    left: 0;
  }
}

.counter-input-cart {
  flex-grow: 1;
  height: 100%;
  min-width: 50px;
  margin-left: 10px;
  position: relative;
}

.input-cart-bubble {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -80%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
}
.input-cart-bubble .input-cart-bubble-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: var(--color-sw-primary-green);
  border-radius: 9999px;
  transform: rotate(45deg);
}
.input-cart-bubble .input-cart-bubble-background::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0px 8px;
  border-color: #DC620D transparent transparent transparent;
  transform: translate(-50%, 0);
}
@media (max-width: 575.98px) {
  .input-cart-bubble .input-cart-bubble-background::after {
    display: none;
  }
}
.input-cart-bubble .input-cart-bubble-text {
  text-transform: uppercase;
  font-size: 9.5px;
  letter-spacing: 0.75px;
  color: #ffffff;
  text-align: center;
  z-index: 1;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .input-cart-bubble {
    right: initial;
    left: 0;
    transform: translate(-60%, -80%);
  }
  .input-cart-bubble .input-cart-bubble-background {
    transform: rotate(-45deg);
  }
}
@media (max-width: 575.98px) {
  .input-cart-bubble {
    transform: translate(55%, -75%);
  }
}

.product-tile-tags-icons {
  display: none;
  margin-bottom: 6px;
}
@media (min-width: 576px) {
  .product-tile-tags-icons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.product-tile-tags-icons span {
  color: #8C8C8C;
  margin-right: 6px;
}

.product-tile-tags-manufacturer {
  max-width: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-bottom: 6px;
}
@media (min-width: 576px) {
  .product-tile-tags-manufacturer {
    opacity: 0;
    display: none;
  }
}
@media (min-width: 375px) and (max-width: 575.98px) {
  .product-tile-tags-manufacturer {
    display: none;
  }
}

.product-item-tags-discount {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 6px;
  pointer-events: none;
}
.tag-item + .product-item-tags-discount {
  margin-top: 0.75rem;
}

.tag-discount {
  width: 56px;
  height: 56px;
  background: #DC620D;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 700;
  border-radius: 9999px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.tag-discount__top, .tag-discount__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.tag-discount__top {
  padding-top: 0.5rem;
  background-color: #DC620D;
  font-size: 0.935rem;
}
.tag-discount__bottom {
  padding-bottom: 0.5rem;
  background-color: #4C5566;
  font-size: 0.75rem;
}
.tag-discount--custom {
  justify-items: stretch;
  align-items: stretch;
  width: 5.5rem;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .tag-discount--custom {
    display: none;
  }
}
.product-tile-item .tag-discount--custom {
  width: 4.75rem;
}
.product-tile-item .tag-discount--custom .tag-discount__text {
  display: none;
}

.product-item-tags-right {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .product-item-tags-right {
    top: -16px;
    right: 16px;
  }
}

.product-item-tags-left {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .product-item-tags-left {
    display: flex;
  }
}
@media (min-width: 768px) {
  .product-item-tags-left {
    top: -16px;
    left: 16px;
  }
}

.tag-item-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 6px;
  pointer-events: none;
}

.tag-item {
  display: inline-block;
  padding: 5px 7px 3px 7px;
  color: #8C8C8C;
  border: 1px solid currentColor;
  background-color: transparent;
  font-size: 0.825rem;
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tag-item-image {
  margin-top: 12px;
  max-width: 40px;
  transition: all 250ms cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: all;
}
.tag-item-image img {
  max-height: 96px;
}

.section--newsletter {
  position: relative;
}
@media (min-width: 992px) {
  .section--newsletter::before, .section--newsletter::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 220px;
    background-size: auto 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background: url(/build/images/stripes.ea696eb5.svg);
  }
  .section--newsletter::before {
    top: 0;
    right: 0;
  }
  .section--newsletter::after {
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
  }
}

.footer-newsletter-title {
  color: #2c3b4e;
  line-height: 1;
  display: block;
  margin-bottom: 12px;
}

.footer-newsletter-subtitle {
  color: #3D4452;
}

.footer-newsletter-heading {
  font-size: 1rem;
  margin-bottom: 16px;
  text-align: center;
  color: #8C8C8C;
  font-weight: 400;
}
@media (min-width: 768px) {
  .footer-newsletter-heading {
    margin-bottom: 48px;
  }
}

.footer-newsletter-form-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-newsletter-form-wrapper .newsletter-error-message {
  color: #ffffff;
  font-weight: 400;
  font-size: 0.875rem;
}
.footer-newsletter-form-wrapper .form-group {
  width: 100%;
  max-width: 370px;
  position: relative;
}
@media (min-width: 1200px) {
  .footer-newsletter-form-wrapper .form-group {
    margin-bottom: 0;
  }
}
.footer-newsletter-form-wrapper .form-control {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  border: 2px solid #e2e2e2;
  color: #2c3b4e;
  padding-right: 48px;
  padding-left: 24px;
  height: 48px;
}
.footer-newsletter-form-wrapper .form-control::placeholder {
  color: #8C8C8C;
}
.footer-newsletter-form-wrapper .form-control:focus {
  box-shadow: none;
  border-color: #b2b2b2;
}
.footer-newsletter-form-wrapper .btn {
  font-size: 16px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: 1px;
  padding: 0;
  color: #8C8C8C;
}
.footer-newsletter-form-wrapper .btn.arrow-right {
  justify-content: center;
  align-items: center;
}
.footer-newsletter-form-wrapper .btn.arrow-right::after {
  margin: 0 8px 0 0;
}
.footer-newsletter-form-wrapper .btn:hover, .footer-newsletter-form-wrapper .btn:active {
  color: #4C5566;
}

.newsletter-form-group {
  margin-bottom: 0;
}
.newsletter-form-group input {
  min-width: initial;
  padding-right: 80px;
}
.newsletter-form-group button.btn.arrow-right {
  position: absolute;
  top: 0;
  right: 0;
  min-width: initial;
  width: 80px;
  height: 100%;
  padding: 0;
}
.newsletter-form-group button.btn.arrow-right::after {
  background-color: #DC620D;
  margin-left: 0;
  transform: none;
}
.newsletter-form-group button.btn.arrow-right:hover::after {
  transform: translateX(4px);
}
.newsletter-form-group button.btn.arrow-right:focus {
  box-shadow: none;
  outline: 0;
}

.banner-outer {
  display: flex;
  align-items: center;
  color: #000000;
  background-color: #DC620D;
  z-index: 1;
  padding: 15px;
}
.banner-outer.hidden {
  display: none;
}
.banner-outer.closed {
  display: none !important;
}

.banner-inner {
  width: calc(100% - 30px);
  padding-right: 15px;
  text-align: center;
}
.banner-inner p {
  margin-bottom: 0;
}
.banner-inner a {
  color: #3D4452;
  text-decoration: underline;
}
.banner-inner a:hover {
  text-decoration: none;
}

.banner-close {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.banner-close a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #000000;
  text-decoration: none;
}
.banner-close span {
  font-size: 12px;
  color: var(--color-sw-primary-black);
}

.product-tile-item-banner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.banner-float {
  position: fixed;
  bottom: 45px;
  left: 45px;
  display: flex;
  background-color: red;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.banner-float:hover, .banner-float:active {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
}
.banner-float:hover .banner-float__img, .banner-float:active .banner-float__img {
  transform: scale(1.015);
}
.banner-float.closed {
  transform: translateY(2rem);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199.98px) {
  .banner-float {
    bottom: 1rem;
    left: 1rem;
  }
}
@media (max-width: 767.98px) {
  .banner-float {
    bottom: 50px;
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-float {
    width: 100%;
  }
}
.banner-float__img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-float__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.banner-float__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  background-color: var(--color-primary);
  overflow: hidden;
  cursor: pointer;
}
.banner-float__close:hover, .banner-float__close:active {
  background-color: var(--color-primary-darken);
}
.banner-float__close-icon::before {
  color: white;
}

.select2 {
  width: 100% !important;
}

.select2-container {
  min-width: 210px;
}
.select2-container:focus {
  outline: none;
}
.select2-container div:focus,
.select2-container span:focus {
  outline: none;
}

.select2-container .select2-selection--single {
  border-color: #F7F5F4;
  background-color: #F7F5F4;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  color: #3D4452;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  line-height: normal;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 8px 40px 8px 20px;
  color: currentColor;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  right: 15px;
  top: 1px;
  width: 20px;
  height: 100%;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  display: flex;
  justify-content: center;
  align-items: center;
  position: initial;
  color: currentColor;
  border: none;
  width: 100%;
  height: 100%;
  margin: 0;
}
.select2-container .select2-selection--single .select2-selection__arrow b::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(/build/images/plus.eced0f5d.svg);
  mask-image: url(/build/images/plus.eced0f5d.svg);
  transition: transform 150ms ease;
  border-radius: 999px;
  overflow: hidden;
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select2-container.select2-container--open.select2-container--below .select2-selection--single,
.select2-container.select2-container--open.select2-container--below .select2-selection__rendered {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container.select2-container--open.select2-container--above .select2-selection--single,
.select2-container.select2-container--open.select2-container--above .select2-selection__rendered {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #E0DEDC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.select2-results__option {
  color: #3D4452;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding: 8px 16px;
}

.select2-container .select2-results__option--selected {
  color: #2c3b4e;
  background-color: #F7F5F4;
}

.select2-container .select2-results__option--highlighted {
  background-color: #DC620D;
  color: #ffffff;
}

.select2-small .select2-container {
  min-width: 100%;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-container--default .select2-results__option--selected.select2-results__option--selectable {
  background-color: #F7F5F4;
  color: #3D4452;
}
.select2-container--secondary .select2-selection {
  background-color: #ffffff;
  border: none;
  color: #3D4452;
}
@media (max-width: 575.98px) {
  .select2-container--secondary .select2-selection__rendered {
    background-color: #ffffff !important;
    color: #3D4452 !important;
  }
}
.select2-container--secondary .select2-dropdown {
  background: #4C5566;
  border: none;
}
.select2-container--secondary .select2-results__option {
  color: #ffffff;
}
.select2-container--secondary .select2-results__option--highlighted, .select2-container--secondary .select2-results__option--selected {
  background-color: #5d687d;
}
.select2-container--secondary.select2-container--open .select2-selection {
  background-color: #5d687d;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .select2-container--secondary.select2-container--open .select2-selection__rendered {
    background-color: #5d687d !important;
    color: #ffffff !important;
  }
}

.section-product-detail-main {
  padding-top: 0;
}
@media (min-width: 768px) {
  .section-product-detail-main {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .section-product-detail-main {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.product-detail-main-gallery-wrapper {
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .product-detail-main-gallery-wrapper {
    margin-bottom: 30px;
  }
}

.product-detail-main-image-wrapper {
  position: relative;
}
.product-detail-main-image-wrapper .swiper-button {
  display: flex;
}
.product-detail-main-image-wrapper .swiper-button-prev {
  left: 8px;
}
.product-detail-main-image-wrapper .swiper-button-next {
  right: 8px;
}
@media (min-width: 1680px) {
  .product-detail-main-image-wrapper .swiper-button {
    display: none;
  }
}
.product-detail-main-image-wrapper .product-tile-tags-manufacturer {
  max-width: 80px;
  opacity: 1;
  display: flex;
}
@media (min-width: 576px) {
  .product-detail-main-image-wrapper .product-tile-tags-manufacturer {
    max-width: 120px;
  }
}
.product-detail-main-image-wrapper .product-item-tags-left {
  top: 15px;
  left: 15px;
}
.product-detail-main-image-wrapper .product-item-tags-right {
  top: 15px;
  right: 15px;
}
@media (min-width: 992px) {
  .product-detail-main-image-wrapper .tag-item-image {
    max-width: none;
  }
}
.product-detail-main-image-wrapper .tag-item-image:hover {
  transform: none;
}

.product-detail-main-thumbs-wrapper > * {
  margin-left: auto;
  margin-right: auto;
}
.product-detail-main-thumbs-wrapper .swiper-button-prev,
.product-detail-main-thumbs-wrapper .swiper-button-next {
  display: none;
  position: initial;
  transform: none;
}
@media (min-width: 1680px) {
  .product-detail-main-thumbs-wrapper {
    position: absolute;
    top: 0;
    right: calc(100% + 16px);
    width: 90px;
    height: calc((5 * 90px + 12px) + (2 * 48px + 16px));
  }
  .product-detail-main-thumbs-wrapper .swiper-button-prev,
.product-detail-main-thumbs-wrapper .swiper-button-next {
    display: flex;
  }
}

@media (min-width: 1680px) {
  .product-detail-main-thumbnails {
    height: calc((5 * (90px + 12px) - 12px));
  }
}
.product-detail-main-thumbnails .swiper-slide {
  border: 1px solid #E0DEDC;
  width: 100%;
  height: auto !important;
  aspect-ratio: 1;
  cursor: pointer;
}
.product-detail-main-thumbnails .swiper-slide.swiper-slide-thumb-active {
  border-color: #DC620D;
}

.product-detail-main-image-tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  position: relative;
  z-index: 999;
}
.product-detail-main-image-tags img {
  margin-right: 10px;
  margin-bottom: 5px;
  max-height: 50px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .product-detail-main-image-tags img {
    max-height: 70px;
    margin-right: 30px;
    margin-bottom: 15px;
  }
  .product-detail-main-image-tags img:hover {
    transform: scale(1.5);
  }
}

.product-detail-main-image-transport {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-top: 1px solid #E0DEDC;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .product-detail-main-image-transport {
    padding-top: 30px;
  }
}
.product-detail-main-image-transport img {
  margin-right: 10px;
  margin-bottom: 5px;
  max-height: 30px;
}
@media (min-width: 768px) {
  .product-detail-main-image-transport img {
    max-height: 30px;
    margin-right: 30px;
    margin-bottom: 15px;
  }
}

.product-detail-right-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .product-detail-right-block {
    display: block;
  }
}

.product-detail-main-product-rows-wrapper {
  width: 100%;
  order: 2;
  padding-top: 2rem;
}
.product-detail-main-product-rows-wrapper .tile-item.active + .tile-item::before {
  display: none;
}
.product-detail-main-product-rows-wrapper h3 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .product-detail-main-product-rows-wrapper {
    width: auto;
    order: 0;
  }
}
@media (max-width: 991.98px) {
  .product-detail-main-product-rows-wrapper {
    padding-top: 1rem;
  }
}

.product-detail-main-description h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.product-detail-main-description + .product-detail-main-cart-wrapper {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .product-detail-main-description + .product-detail-main-cart-wrapper {
    margin-top: 60px;
  }
}

.product-detail-main-description-actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 32px;
  margin-bottom: 20px;
}
.product-detail-main-description-actions .product-detail-main-description-actions-text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #3D4452;
  letter-spacing: 0.025em;
}
.product-detail-main-description-actions a {
  color: #3D4452;
}
.product-detail-main-description-actions a.active, .product-detail-main-description-actions a:hover {
  text-decoration: none;
  color: #3D4452;
}

.product-detail-main-description-actions-evaluation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.product-detail-main-description-actions-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  fill: #DC620D;
}

.product-detail-main-description-actions-favourites,
.product-detail-main-description-actions-compare,
.product-detail-main-description-actions-comments {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product-detail-main-description-actions-favourites a,
.product-detail-main-description-actions-compare a,
.product-detail-main-description-actions-comments a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product-detail-main-description-actions-favourites .icon-heart,
.product-detail-main-description-actions-compare .icon-heart,
.product-detail-main-description-actions-comments .icon-heart {
  color: #DC620D;
  margin-right: 7px;
}
.product-detail-main-description-actions-favourites .icon-heart-outline,
.product-detail-main-description-actions-compare .icon-heart-outline,
.product-detail-main-description-actions-comments .icon-heart-outline {
  color: #DC620D;
  margin-right: 7px;
}

.product-detail-main-description-text-wrapper p {
  font-size: 14px;
  line-height: 24px;
}
.product-detail-main-description-text-wrapper .read-more {
  color: #8C8C8C;
  margin-left: 10px;
  text-decoration: none;
}
.product-detail-main-description-text-wrapper .read-more::after {
  font-family: "icomoon";
  content: "";
  width: auto;
  height: auto;
  background: transparent;
  top: auto;
  margin-left: 10px;
  font-size: 10px;
}
.product-detail-main-description-text-wrapper .read-more:hover {
  color: #3D4452;
}

.product-tile-item-actions-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 50px;
}
.product-tile-item-actions-wrapper .checkbox {
  margin: 0;
}
.product-tile-item-actions-wrapper .checkbox .checkbox-box {
  margin-right: 0;
}
.product-tile-item-actions-wrapper .btn-primary {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}

.product-detail-main-cart-wrapper,
.product-detail-main-gift {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .product-detail-main-cart-wrapper,
.product-detail-main-gift {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.product-detail-main-cart-wrapper::before,
.product-detail-main-gift::before {
  content: "";
  display: block;
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  position: absolute;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  background: #ffffff;
  z-index: -1;
}
@media (min-width: 1680px) {
  .product-detail-main-cart-wrapper::before,
.product-detail-main-gift::before {
    top: -35px;
    left: -30px;
    width: calc(100% + 70px);
    height: calc(100% + 60px);
  }
}

.product-detail-main-gift {
  display: inline-block;
  position: relative;
}
@media (max-width: 767.98px) {
  .product-detail-main-gift {
    margin-bottom: 24px;
  }
}
.product-detail-main-gift::before {
  border-top: 3px solid #DC620D;
}
@media (max-width: 991.98px) {
  .product-detail-main-gift::before {
    display: none;
  }
}
.product-detail-main-gift::after {
  content: "";
  position: absolute;
  top: -35px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 8px 12px;
  border-color: transparent transparent #DC620D transparent;
  transform: translateY(-100%);
}
@media (max-width: 1679.98px) {
  .product-detail-main-gift::after {
    top: -15px;
  }
}
@media (max-width: 991.98px) {
  .product-detail-main-gift::after {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .product-detail-main-gift {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .product-detail-main-gift {
    padding-bottom: 1rem;
  }
}
.product-detail-main-gift .product-detail-main-gift-head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 24px;
}
@media (max-width: 1679.98px) {
  .product-detail-main-gift .product-detail-main-gift-head {
    padding: 16px 0 8px;
  }
}
@media (max-width: 991.98px) {
  .product-detail-main-gift .product-detail-main-gift-head {
    padding: 0 0 16px;
  }
}
.product-detail-main-gift .product-detail-main-gift-icon {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
}
.product-detail-main-gift .product-detail-main-gift-title {
  font-weight: 700;
}
.product-detail-main-gift .tile-item-foreground {
  padding: 1rem 0;
  align-items: flex-start;
}
@media (max-width: 1199.98px) {
  .product-detail-main-gift .tile-item-foreground {
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .product-detail-main-gift .tile-item-foreground {
    flex-wrap: nowrap;
  }
}
@media (max-width: 575.98px) {
  .product-detail-main-gift .tile-item-foreground {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.product-detail-main-gift .product-detail-main-gift-product-title {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
  text-transform: none;
}
@media (max-width: 1439.98px) {
  .product-detail-main-gift .product-detail-main-gift-product-title {
    font-size: 0.935rem;
  }
}
.product-detail-main-gift .product-detail-main-gift-product-title:hover, .product-detail-main-gift .product-detail-main-gift-product-title:active {
  text-decoration: none;
}
.product-detail-main-gift .product-detail-main-gift-product-desc {
  font-size: 14px;
  color: #3D4452;
}
.product-detail-main-gift .product-detail-main-gift-input {
  margin-top: 12px;
}
.product-detail-main-gift .product-detail-main-gift-info {
  display: inline-block;
}
@media (max-width: 575.98px) {
  .product-detail-main-gift .product-detail-main-gift-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.product-detail-main-gift .product-detail-main-gift-price {
  display: grid;
  grid-template-columns: 120px 60px;
  grid-auto-flow: dense;
  grid-gap: 2rem;
  font-size: 14px;
  white-space: nowrap;
  margin-bottom: auto;
  margin-left: auto;
  font-weight: 700;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .product-detail-main-gift .product-detail-main-gift-price {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .product-detail-main-gift .product-detail-main-gift-price {
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  .product-detail-main-gift .product-detail-main-gift-price {
    text-align: right;
    grid-template-columns: 100px 40px;
    grid-gap: 1rem;
    margin-left: initial;
    display: flex;
  }
}
.product-detail-main-gift .product-detail-main-gift-price .price-old {
  color: #e40421;
  text-decoration: line-through;
  margin-left: 1rem;
  grid-column: 1;
}
.product-detail-main-gift .product-detail-main-gift-price .price-new {
  grid-column: 2;
}
.product-detail-main-gift .product-detail-main-gift-price .price-vat {
  color: #000000;
}
.product-detail-main-gift .product-detail-main-gift-price .price-novat {
  color: #8C8C8C;
  font-weight: 400;
}
.product-detail-main-gift .product-detail-main-gift-price .price-free {
  color: #5EB440;
  text-transform: uppercase;
}

.product-detail-main-cart-price-count-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 20px;
}
.product-detail-main-cart-price-count-wrapper:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #E0DEDC;
}
@media (min-width: 768px) {
  .product-detail-main-cart-price-count-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .product-detail-main-cart-price-count-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
  .product-detail-main-cart-price-count-wrapper .product-tile-item-price-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

.product-detail-main-cart-free-delivery {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.5px;
  gap: 1rem;
  padding: 1rem 0;
}
.product-detail-main-cart-free-delivery em {
  font-style: normal;
  text-transform: uppercase;
  color: #17b857;
}
.product-detail-main-cart-free-delivery p {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .product-detail-main-cart-free-delivery {
    padding-bottom: 2rem;
  }
}

.product-detail-main-basic-parameters {
  width: 100%;
}

.product-detail-main-advanced-parameters {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1.5rem;
  align-items: center;
  justify-items: left;
}
@media (max-width: 991.98px) {
  .product-detail-main-advanced-parameters {
    display: none;
  }
}

.product-detail-tabs {
  padding-top: 0;
  margin-block: 2rem;
}
@media (min-width: 768px) {
  .product-detail-tabs {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .product-detail-tabs {
    margin-top: 0;
  }
}
.product-detail-tabs__content {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .product-detail-tabs__content {
    margin-bottom: 6rem;
  }
}
.product-detail-tabs .tab-content {
  padding-top: 0;
}

.product-detail-main-description-actions [data-product-detail-favourite].active {
  color: #5EB440;
}

.product-small-tiles-grid-text {
  width: 100%;
  /*display: grid;
  grid-template-columns: repeat( auto-fill, minmax(5rem, 1fr) );
  grid-gap: .5rem;*/
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0.5rem;
  margin-bottom: 15px;
  font-size: 1.2rem;
  /*@include media-breakpoint-down(md) {
    grid-template-columns: repeat( auto-fill, minmax(4rem, 1fr) );
  }*/
}
.product-small-tiles-grid-text .tile-text-variants-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 1rem !important;
  min-width: 4.5rem;
  height: auto;
  position: relative;
  padding: 1.5rem;
}
.product-small-tiles-grid-text .tile-text-variants-tab.active, .product-small-tiles-grid-text .tile-text-variants-tab:hover, .product-small-tiles-grid-text .tile-text-variants-tab:active {
  color: var(--color-sw-primary-green);
  border-color: var(--color-sw-primary-green);
  outline: 1px solid var(--color-sw-primary-green);
}
.product-small-tiles-grid-text .tile-text-variants-tab .availability {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: auto;
  height: auto;
  border: none;
}

.product-table-params td:first-letter {
  text-transform: uppercase;
}

.page-structure ul.nav-tabs li.responsivetabs-more .dropdown-menu {
  background: #ffffff;
  border-radius: 0 15px 0 15px;
  -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  border: 0;
}
.page-structure ul.nav-tabs li.responsivetabs-more .dropdown-item.active {
  border-bottom: 0;
  color: #4C5566;
  background: #F7F5F4;
}
