.hstyle1,
.hstyle2 {
  margin: 24px 0 16px;
}
.heading-margin {
  margin-top: clamp(48px, 12vw, 185px) !important;
}
.categories-margin {
  margin-bottom: 2rem !important;
  margin-top: 0 !important;
}
@media (width < 1300px) {
  .heading-margin {
    margin-top: clamp(48px, 8vw, 130px) !important;
  }
}
@media (width < 1200px) {
  .heading-margin {
    margin-top: clamp(48px, 6vw, 84px) !important;
  }
}

@media (max-width: 960px) {
  .hstyle1 {
    font-size: 32px !important;
  }
  .hstyle2 {
    font-size: 26px !important;
  }
  .heading-margin {
    margin-top:48px;
  }
  .grid--mobile {
    grid-template-columns: 1fr 1fr !important;
  }
  .page-title--first-block {
    margin-top: 0px;
  }
  .categories-margin {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 578px) {
  .grid--mobile {
    gap: 1rem !important;
  }
  .tstyle2 {
    overflow-wrap: anywhere;
  }
}

.block-type-videogallery {
  margin: 4rem 0 clamp(2rem, 3.4vw, 3rem) 0 !important;
}
.block-type-gallery {
  margin: 0 0 4rem 0 !important;
}
.grecaptcha-badge {
  visibility: hidden;
}
.discounted_icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #c71d31;
  color: white;
  box-shadow: 0 0 1px 1px #0000001a;
  font-size: 13px;
  font-weight: 500;
  z-index: 3;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.discounted_icon-nav {
  margin: 0 0.5rem;
}

.omega-logo {
  width: 94px;
  height: 68px;
  padding-right: 1rem;
}

.omega-logo.mobile-hide {
  padding-left: calc(1rem - 4px);
  transform: translate(0, -5px);
}

@media screen and (max-width: 1399px) {
  .omega-logo.mobile-hide {
    padding-left: calc(1rem - 5px);
    padding-right: 0rem;
  }
}

.omega-logo.desktop-hide {
  display: none;
}

@media screen and (width < 1024px) {
  .omega-logo {
    width: 64px;
    height: 51px;
    padding-right: 0;
    margin: 0 0 0 auto;
  }
  .omega-logo.desktop-hide {
    display: block;
  }
  .omega-logo.mobile-hide {
    display: none;
  }
}

.discounted_icon.banner {
  display: none;
  position: absolute;
  top: 8px;
  left: 1.25rem;
  width: 52px;
  height: 52px;
  font-size: 24px;
}

.discounted__card {
  position: absolute;
  top: 0;
  right: 0;
}

.discounted__item {
  position: absolute;
  top: 8px;
  right: 8px;
}

.discounted__product {
  position: absolute;
  z-index: 100;
  top: 8px;
  right: 8px;
  width: 52px;
  height: 52px;
  font-size: 24px;
}

@media screen and (max-width: 959px) {
  .discounted__product {
    width: 32px;
    height: 32px;
    right: initial;
    left: 8px;
    font-size: 13px;
  }
}

.discounted_icon:not(.banner) .discounted_text {
  margin-top: 1px;
}

@media screen and (max-width: 1365px) {
  .discounted_icon.banner {
    display: flex;
  }
}
.discounted_icon.pulse {
  animation: pulse-animation 0.7s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(199, 29, 49, 1);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

.nav-right .whatsapp-header {
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  margin-right: 1px;
  color: #222222;
}

.whatsapp-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-header span {
  margin-top: 2px;
}

.whatsapp-header .whatsapp-icon {
  background-image: url("/assets/ic/whatsapp2.svg");
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  margin-right: 14px;
}

div.sticky.whatsapp-icon {
  position: -ms-device-fixed;
  position: fixed;
  bottom: 20px;
  left: 20px;
  height: 70px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 35px;
  transition: background-color 0.2s ease-in-out;
}

div.sticky.whatsapp-icon:hover {
  background: #27d045;
  .whatsapp-icon__hover {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    max-width: 450px;
  }
}

div.sticky.whatsapp-icon .whatsapp-icon__hover {
  max-width: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  border-radius: 35px;
  gap: 15px;
  transform: translateX(-100%);
  visibility: hidden;
  font-weight: 500;
  white-space: nowrap;
  width: fit-content;
  color: white;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
     max-width 0.3s ease-in-out;
  @media screen and (max-width: 960px) {
    display: none;
  }
}

div.sticky.whatsapp-icon .whatsapp-icon__hover img {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  border: 2px solid white;
}

div.sticky.whatsapp-icon .whatsapp-icon__hover .img-wrap {
  width: 70px;
  height: 70px;
}

div.sticky.whatsapp-icon .whatsapp-icon__icon {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background-image: url("/assets/ic/whatsapp.svg");
  z-index: 2;
  background-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
  div.sticky.whatsapp-icon {
    width: 50px;
    height: 50px;
  }
  div.sticky.whatsapp-icon .whatsapp-icon__icon {
    width: 50px;
    height: 50px;
    background-size: contain;
  }
}

#openuserway-desktop {
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: 30px;
  left: -50px;
}

#openuserway-desktop svg {
  width: 40px;
  height: 40px;
}

#openuserway-desktop:hover {
  cursor: pointer;
  opacity: 0.85;
}

@media screen and (max-width: 1365px) {
  #openuserway-desktop {
    display: none;
  }
}

.marker .marker-inside {
  display: none;
  transition: all 0.2s ease-in-out !important;
}
.marker:hover .marker-inside {
  display: inline;
}

.reviews.people .grid li {
}

.share-button {
  display: flex;
  flex: 1;
}

.rolex-tradein .block-type-features .column:first-child .hstyle3::after {
  content: "";
  top: 6px;
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url("../ic/hand-pointer.png") no-repeat right bottom;
  background-size: 28px;
}

.categories-padding {
  padding-right: 3rem;
  padding-left: 3rem;
}

.custom-category-grid {
  display: grid;
  justify-content: space-around;
  grid-template-columns: repeat(3, minmax(188px, 188px));
  margin-bottom: 3rem !important;
}

.custom-category-grid-element {
  flex-basis: 8%;
  flex-grow: 0.3;
}

.custom-category-grid {
  border-bottom: thin solid lightgray;
  padding-bottom: 3rem;
  margin-bottom: 3rem !important;
}

@media screen and (max-width: 60rem) {
  .rolex-tradein .block-type-features .column:first-child .hstyle3::after {
    transform: rotate(90deg);
    width: 42px;
    height: 36px;
  }

  .custom-categories-padding {
    padding-right: 0;
    padding-left: 0;
  }

  .categories-padding {
    padding-right: 0;
    padding-left: 0;
  }

  .custom-category-grid-element {
    flex-basis: 48%;
    flex-grow: 0.01;
  }

  .custom-category-grid-element:nth-child(odd):not(:last-child) {
    margin-right: 0.3rem;
  }

  /* .custom-category-grid-element:nth-child(even):not(:last-child) {
    margin-left: 0.3rem;
  } */

  .custom-category-grid-element:nth-last-child(n + 2) {
    margin-bottom: 1rem;
  }

  .custom-category-grid {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (max-width: 40rem) {
  .custom-category-grid {
    grid-template-columns: repeat(auto-fit, minmax(188px, 188px));
    gap: 1rem;
    grid-template-rows: auto 1fr;
  }

  .custom-category-grid-element:nth-child(3) {
    grid-column: 1 / span 2;
    max-width: 188px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 441px) {
  .custom-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-category-grid-element:nth-child(3) {
    max-width: 47.5%;
  }
}

#resultRolexYearBySerial {
}

.formfield__container[data-id="files"] {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.formfield__container[data-id="files"] .formblock_field__content {
  justify-content: center;
}

.formfield__container[data-id="files"] label {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

#label-c79c0789-313f-4eb0-9df0-5a8f08ef6f48 {
  background: url("../ic/watch-front.png") no-repeat right 10px center;
  background-size: 28px;
}

#label-6c989aaa-16eb-4faf-9919-e7b933e63784 {
  background: url("../ic/watch-back.png") no-repeat right 10px center;
  background-size: 28px;
}
#label-9d098cfa-ecf6-4cb4-b78a-211d96b99c2c {
  background: url("../ic/watch-side.png") no-repeat right 10px center;
  background-size: 32px;
}

#label-b6c52fb2-d1da-4dc0-b289-69b17ed2c500 {
  background: url("../ic/watch-box-papers.png") no-repeat right 10px center;
  background-size: 36px;
}

.rating {
  display: flex;
}

.rating input {
  position: absolute;
  left: -100vw;
}

.rating label {
  width: 48px;
  height: 48px;
  padding: 24px 0 0;
  overflow: hidden;
  background: url("../ic/stars.svg") no-repeat top left;
}

.rating:not(:hover) input:indeterminate + label,
.rating:not(:hover) input:checked ~ input + label,
.rating input:hover ~ input + label {
  background-position: -48px 0;
}

.rating:not(:hover) input:focus-visible + label {
  background-position: -96px 0;
}

.stars-1 {
  width: 20px !important;
}
.stars-2 {
  width: 40px !important;
}
.stars-3 {
  width: 60px !important;
}
.stars-4 {
  width: 80px !important;
}
.stars-5 {
  width: 100px !important;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

.buyer-protection {
  padding: 24px;
  background-color: #f3f3f4;
  cursor: pointer;
  display: flex;
  gap: 25px;
  border-radius: 4px;
  flex-direction: column;
}

.buyer-protection h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26.4px;
}

.buyer-protection__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.2px;
  text-align: right;
  color: #000000;
  margin-top: 7px;
}

.buyer-protection__list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.buyer-protection__item {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.buyer-protection__item:hover .buyer-protection__icon {
  transform: scale(1.023) perspective(1000px);
}

.buyer-protection__icon {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
  transition: filter 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.buyer-protection__text {
  color: #393939;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  margin: 0;
  height: 26px;
  overflow: hidden;
  text-wrap: balance;
  hyphens: none;
}

.buyer-protection__mobile {
  display: none !important;
  width: 100%;
  margin-top: 12px !important;
  align-items: center;
  gap: 12px;
}
.buyer-protection__mobile img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1220px) {
  .buyer-protection__list {
    gap: 25px;
  }
}
.product-button__link--mobile {
  display: none;
}
@media screen and (max-width: 959px) {
  .product-button__link--mobile {
    display: inline;
  }
  .product-button__link--desktop {
    display: none;
  }
  .buyer-protection {
    display: none;
  }
  .buyer-protection__mobile {
    display: inline-flex !important;
  }
}

.incl-gray {
  background: var(--colorLightGray);
  border-radius: 6px;
  padding: 0.25rem 1rem 1.25rem 1.5rem;
}

.bg-shield-user {
  background: var(--colorLightGray) url("../ic/shield-user.svg") no-repeat 95% 20%;
  background-size: 10%;
}

/* COMPONENTS */
@import "components/cart.css";

.filter label {
  transition: all 0.2s ease-in-out !important;
}
.filter label:hover {
  cursor: pointer;
  background: #f2f2f2;
  color: #000;
}
.filter label.selected-filter {
  background: var(--colorPrimary);
}
.filter label.selected-filter:hover {
  background: var(--colorPrimary);
}
.filter-discounted.filter label.selected-filter {
  background: #c71d31;
}
.filter-discounted.filter label.selected-filter:hover {
  background: #c71d31;
}

.sort input {
  display: none;
}

.sort label {
  transition: all 0.2s ease-in-out !important;
}
.sort label:hover {
  cursor: pointer;
  background: #f2f2f2;
  color: #000;
}
.sort label.selected-sort {
  background: var(--colorPrimary);
  color: #fff;
}
.sort label.selected-sort:hover {
  background: #b69545;
}

.filter label.selected-filter span {
  color: #fff;
}

.filters input {
  display: none;
}

.filter label.filter-type:hover {
  cursor: default;
}

.nav-right.hide-mobile a.social-top {
  padding: 0.25rem;
}

.product-features ul.grid-inner {
  padding: 0.375rem 0;
  border-bottom: 1px dotted #ddd;
}

.product-features ul.grid-inner > li:first-child {
  font-weight: 500;
}

.ck-content {
  width: 100%;
  max-width: 100% !important;
  overflow-x: scroll;
}

@media screen and (max-width: 60rem) {
  .ck-content figure.table {
    overflow-x: scroll;
    max-width: 90vw;
    overflow-y: scroll;
    position: relative;
    display: block;
  }
}
.ck-content table {
  border-collapse: collapse;
  margin: 1rem 0;
}
.ck-content table td {
  border: 1px solid #ddd !important;
  padding: 4px 7px !important;
}

.change-quantity input {
  width: 36px;
  height: 36px;
  text-align: center;
  border: 1px solid var(--colorWhite) !important;
  box-sizing: border-box;
}
.change-quantity input.minus,
.change-quantity input.plus {
  background: var(--colorLightGray) !important;
}

/* Chrome, Safari, Edge, Opera */
.change-quantity input::-webkit-outer-spin-button,
.change-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.change-quantity input[type="number"] {
  -moz-appearance: textfield;
}

.block-type-menuaccents a:hover {
  color: var(--colorPrimary) !important;
}

.equal-columns {
  display: grid;
  grid-auto-flow: column;
  flex-wrap: nowrap;
}

.equal-columns > div {
  width: 33.33%;
}

@media screen and (max-width: 60rem) {
  .equal-columns > div {
    width: 50%;
  }
}

.download-pdf img {
  float: left !important;
  width: 32px !important;
  height: 32px !important;
  padding-right: 0.75rem;
}
.download-pdf h3 {
  padding-top: 0.35rem;
}

.uppercase {
  text-transform: uppercase;
}

.text-grey {
  color: var(--colorDarkGray) !important;
}
.small {
  font-size: 85%;
}

.pdf {
  color: #d13d3d;
}

.doc,
.docx {
  color: #00a4d6;
}

.xls,
.xlsx {
  color: #01ae1d;
}

img.pdf {
  filter: invert(32%) sepia(72%) saturate(2987%) hue-rotate(342deg) brightness(86%) contrast(86%);
}
img.doc,
img.docx {
  filter: invert(39%) sepia(96%) saturate(786%) hue-rotate(158deg) brightness(102%) contrast(101%);
}

img.xls,
img.xlsx {
  filter: invert(39%) sepia(96%) saturate(786%) hue-rotate(90deg) brightness(102%) contrast(101%);
}

.sidabar-menu-top li a {
  background: #eee;
}

.sidebar-menu li a.active-trail:hover {
  background: var(--colorPrimary) !important;
}

.sidebar-menu li a.active:hover,
.sidebar-menu-top li a.active.background-products-menu:hover {
  background: var(--colorPrimary) !important;
}

.sidebar-menu li li a:hover,
.sidebar-menu-top li li a:hover {
  color: #000;
}
.sidebar-menu li li a.active,
.sidebar-menu li li a.active:hover {
  background: #f2f2f2 !important;
  color: var(--colorPrimary);
}
.sidebar-menu li a:hover,
.sidabar-menu-top li a:hover {
  background: #f2f2f2;
}

.background-products-menu,
.background-products-menu.active-trail.active:hover {
  background: var(--colorPrimary) !important;
}
.background-products-menu.active-trail:hover {
  background: var(--colorPrimary) !important;
  opacity: 0.9;
}

.accordion-wrapper {
  margin-bottom: 2rem;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  color: var(--color-dark);
  font-weight: 500;
  cursor: pointer;
  padding: 0.75rem 1rem 0.75rem 36px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.15s;
  background: url(../ic/plus-circle.svg) no-repeat left center;
  background-size: 24px;
  transition: all 0.3s ease-in-out !important;
}

.accordion.active {
  background: url(../ic/minus-circle.svg) no-repeat left center;
  background-size: 24px;
}
.accordion.active h2,
.accordion:hover h2 {
  color: var(--colorPrimary);
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion-wrapper .active,
.accordion:hover {
  background-color: var(--color-grey);
  color: var(--color-white);
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 1rem 0 36px;
  margin: 0.25rem 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel-inner {
  margin: 0rem 0rem 1rem 0;
}

.carousel-cell {
  width: 100%;
}

.carousel-nav .carousel-cell {
  height: 80px;
  width: 80px;
}

.slide-inner {
  transition: all 0.2s ease-in-out !important;
  width: 100%;
}

.carousel-cell * {
  opacity: 1 !important;
}

.carousel-cell figure {
  width: 100%;
  height: 100%;
}

.carousel-cell img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.main-carousel .carousel-cell img {
  display: block;
  padding: 0;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
}

.flickity-slider {
}

.carousel-nav .carousel-cell {
  margin: 0.5rem 0.25rem 0 0.25rem;
}

@media screen and (min-width: 60rem) {
  .carousel-cell .column .flex-wrap {
    min-height: 620px;
  }
}

.carousel-cell .column .flex-wrap {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
}

.carousel-cell .column .flex-wrap .flex-inner {
  width: auto;
}

.flickity-viewport {
  transition: height 0.2s; /* For adaptive height */
}

.one-slide .flickity-button,
.one-slide .flickity-page-dots {
  display: none;
}

.flickity-page-dots .dot.is-selected {
  background: var(--colorPrimary);
}

.flickity-button {
  background: hsla(0, 0%, 100%, 0) !important;
  color: var(--colorLightBlack) !important;
  z-index: 1;
}
.flickity-button:hover {
  color: var(--colorPrimary) !important;
}

.block-type-slides .text li {
  background: url("../ic/circle.svg") no-repeat 0 5px;
  background-size: 14px;
  padding-left: 28px;
}

.flickity-page-dots {
  bottom: 10px !important;
}

.text-white {
  color: white !important;
}
.text-black {
  color: black !important;
}

a.edit-page-content {
  background: url(../images/ic-content.svg) center center no-repeat color(srgb 1 1 1 / 0.6);
  background-size: 20px;
  height: 36px !important;
  width: 36px !important;
  display: block;
  padding: 0px 5px;
  opacity: 0.4;
  position: fixed;
  z-index: 11000;
}

a.edit-page-content.edit-site {
  top: 37px;
  background: url(../ic/home.svg) center center no-repeat color(srgb 1 1 1 / 0.6);
  background-size: 20px;
  height: 36px !important;
  width: 36px !important;
  opacity: 0.4;
  z-index: 11000;
}

a.edit-page-content:hover {
  opacity: 1;
}

* {
  margin: 0;
  padding: 0;
}

.table-of-contents {
  margin-top: 4rem;
}

.table-of-contents h2 {
  font-size: 1.25rem;
  font-weight: 400 !important;
  margin: 2rem 0 0.5rem 0 !important;
  padding-bottom: 1.2rem !important;
}

.table-of-contents h3 {
  font-size: 1rem !important;
  font-weight: 400 !important;
  margin: 1.5rem 0 !important;
}

.font-weight-100 {
  font-weight: 100 !important;
}
.font-weight-200 {
  font-weight: 200 !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800 !important;
}
.font-weight-900 {
  font-weight: 900 !important;
}

.download-pdf img {
  float: left !important;
  width: 32px !important;
  height: 32px !important;
  padding-right: 0.75rem;
}
.download-pdf h3 {
  padding-top: 0.35rem;
}

.colorPrimaryBg {
  background: #042070;
}
.colorSecondaryyBg {
  background: #303030;
}
.colorMutedBg {
  background: #f6f6f6;
}

.mobile-gap {
  margin-right: 3rem;
}

.h-xsmall {
  min-height: 22rem !important;
}
.h-small {
  min-height: 24rem !important;
}
.h-medium {
  min-height: 35rem !important;
}
.h-large {
  min-height: 40rem !important;
}
.h-xlarge {
  min-height: 48rem !important;
}
.h-xxlarge {
  min-height: 56rem !important;
}

.transparentMenu .layout-nr-0 .h-small,
.transparentMenu .layout-nr-0 .h-medium,
.transparentMenu .layout-nr-0 .h-large,
.transparentMenu .layout-nr-0 .h-xlarge,
.transparentMenu .layout-nr-0 .h-xxlarge {
  padding-top: 5.25rem;
  padding-bottom: 1rem;
}

.valign-top {
  justify-content: flex-start;
}
.valign-middle {
  justify-content: center;
}
.valign-bottom {
  justify-content: flex-end;
}

.halign-left {
  text-align: left;
}
.halign-center {
  text-align: center !important;
}
.halign-right {
  text-align: right;
}

.flex {
  display: flex;
}
.flex-v {
  flex-direction: column;
}

.flex-h {
  display: flex;
  flex-direction: row;
}

.flex-valign-bottom {
}

.filter-age,
.filter-artists {
  margin-bottom: 1.25rem;
  display: flex;
}
.filter-age label,
.filter-artists label {
  margin-right: 0.5rem;
  background: #eee;
  padding: 0.3rem 0.75rem 0.3rem 0.3rem;
  /* box-shadow: 0 0 5px var(--litepicker-container-months-box-shadow-color); */
  border-radius: 5px;
}
.filter-age label.selected,
.filter-artists label.selected {
  background: var(--color-primary);
  color: #fff;
}

.filter-age label input,
.filter-artists label input {
  margin: 0 0.55rem 0 0.25rem;
}

section.navi.transparentMenu {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;

  /* background:   linear-gradient(180deg  ,
                  rgba(0, 0, 0, 0.7)  ,
                  rgba(0, 0, 0, 0.5)  ,
                  rgba(0, 0, 0, 0.0)  ); */
}
section.navi.transparentMenu .mobile-light svg,
section.navi.transparentMenu .mobile-light svg g {
  stroke: #fff;
}

@media screen and (min-width: 60rem) {
  section.navi.transparentMenu.lightMenu svg,
  section.navi.transparentMenu.lightMenu path {
    fill: #fff;
  }
}

section.navi.transparentMenu.lightMenu,
section.navi.transparentMenu.lightMenu a {
  color: #fff;
}

section.navi.transparentMenu.lightMenu .navbar-icons img {
  filter: hue-rotate(90deg) brightness(1000%) grayscale(1000%);
}

html {
  font-family: var(--font-family-sans);
  color: var(--color-text-dark-grey);
  background: var(--color-background);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-family-header);
}

img {
  width: 100%;
}

.quarter img {
  max-width: 25%;
}
.half img {
  max-width: 50%;
}

@media screen and (min-width: 60rem) {
  .video-half {
    width: 50%;
  }
  .video-twothirds {
    width: 66.66%;
  }
  .video-quarter {
    width: 25%;
  }
  .video-third {
    width: 33.33%;
  }

  .video-center {
    margin: 0 auto;
  }
}

body {
  margin: 0 auto !important;
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block-type-map {
  margin-top: 0 !important;
  filter: grayscale(1);
}

blockquote {
  font-size: 1.2rem;
  font-weight: 400;
  color: #555;
  background: url(../ic/quote-99.png) no-repeat;
  background-size: 40px auto;
  padding-top: 60px;
  color: var(--colorLightBlack);
}

blockquote footer {
  border-top: 1px dashed var(--colorGray);
  font-size: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  display: table;
  font-weight: 500;
  color: var(--colorPrimary);
}

.block-type-list ol {
  list-style-type: symbols();
}

.block-type-list ol li,
.content-body ol li {
  margin-left: 1.5rem;
  list-style: decimal;
}

.block-type-list ul li,
.content-body ul li,
.text-block ul li {
  margin-left: 1.5rem;
  list-style: disc;
}
.content-body ol li,
.text-block ol li {
  margin-left: 1.5rem;
  list-style-type: decimal;
}

.block-type-features strong,
.block-type-text strong {
  color: var(--colorBlack) !important;
}

li {
  list-style: none;
}
a {
  color: currentColor;
  text-decoration: none;
}

nav li a {
  display: inline-block;
}

nav ol.breadcrumb li {
  display: inline;
}

@media screen and (min-width: 1366px) {
  nav li {
    display: inline;
  }
}

nav li li {
  display: block;
}
nav li li a {
  display: block;
  padding: 13px 17px;
  letter-spacing: 0px !important;
  font-size: 0.875rem;
  line-height: 1.15rem;
  font-weight: normal;
  color: #333 !important;
}
nav li li a.active:hover,
nav li li a.active {
  font-weight: 500;
  background: var(--colorPrimary);
  color: white !important;
}

nav li li a:hover {
  background: var(--colorLightGray);
  color: black !important;
  transition: 0.2s ease-in-out;
}

nav li ul {
}

a.nav-link {
  margin: 0 0.5rem;
  text-transform: uppercase;
  padding: 0.95rem 0;
  position: relative;
  border-bottom: 1px solid transparent;
}

a.nav-link:hover::before,
a.nav-link:focus::before {
  right: 0;
}

a.nav-link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 100%;
  border-bottom: 1px solid #333;
  transition: right 0.3s ease-out;
}
.lightMenu a.nav-link::before {
  border-bottom: 1px solid #fff;
}

.lightMenu a.nav-link.active {
  border-bottom: 1px solid #fff;
}

a.nav-link.active {
  border-bottom: 1px solid #333;
}

.shadow {
  box-shadow: 0px 25px 40px -8px rgba(91, 91, 91, 0.12) !important;
}

.shadow-2 {
  box-shadow: 0px 25px 40px -8px rgba(91, 91, 91, 0.32) !important;
}

.bg-white {
  background: white;
}

.block-type-collection figure {
  background: #fff;
}

.card .collection-h {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0));
  border-radius: 0px 0px 6px 6px;
  z-index: 100;
  color: #fff !important;
  padding: 13% 7% 7% 7%;
}
.card:hover .collection-h {
  color: #fff !important;
}

.card {
  box-shadow: 0px 18px 40px -8px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  display: block;
  /* height: 100%; */
  background: transparent;
  position: relative;
}
.card img {
  border-radius: 6px;
}

.card-bottom {
  padding: 13% 7% 7% 7%;
  position: absolute;
  bottom: 0;
  margin: 0 !important;
  /* display: flex; */

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0));
  width: 86%;
  border-radius: 0px 0px 6px 6px;
  font-weight: 400 !important;
}
.card-bottom h2,
.card-bottom h3,
.card-bottom h4 {
  color: #fff;
}

.block-content p {
  margin: 0.5rem 0;
}

.content-body p {
  margin: 0.5rem 0;
}

.hero p {
  margin: 0;
  margin-top: 1rem;
}

.post-date {
  margin: 0.75rem 0 0rem 0;
  font-size: 75%;
  background: var(--colorLightGray);
  display: table;
  padding: 0.1rem 0.5rem;
  border-radius: 10rem;
  font-weight: 500;
  color: var(--colorPrimary);
}

.button {
  border: 1px solid black !important;
  padding: 0.75rem 1rem;
}

button,
.button {
  font: inherit;
  background: none;
  border: 0;
  color: currentColor;
  cursor: pointer;
}

strong,
b {
  font-weight: 600;
}
small {
  font-size: inherit;
  color: var(--color-text-grey);
}

.bg-light {
  background-color: var(--color-light);
}
.color-grey {
  color: var(--color-text-grey);
}

.header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-bottom: 6rem;
}

.introbrands {
  font-style: italic;
  background: color(srgb 0.971 0.971 0.971);
  display: table;
  margin: 0.25rem auto;
  border: 1px solid #eee;
  border-radius: 100px;
  padding: 0rem 0.6rem;
  font-size: 0.9rem;
}

.italic {
  font-style: italic;
}

.logo {
  cursor: pointer;
  height: auto;
  vertical-align: middle;
}

img.no-abs {
  position: relative !important;
}

.menu {
  display: flex;
}
.menu a {
  padding: 1rem;
  display: block;
}
.menu a[aria-current] {
  text-decoration: underline;
}

.container {
  max-width: 80rem;
  margin: 0 auto !important;
}

.container-fluid {
  padding: 0;
}

.grid {
  --columns: 12;
  --gutter: 3rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: 1fr;
}
.transparentMenu .slide-inner .grid {
  padding-top: 3rem;
}

.grid.grid-table {
  grid-gap: 1rem 0;
  padding: 1rem;
}

.grid-header {
  font-weight: 500;
  background: var(--colorLightGray);
}
.grid-footer {
  font-weight: 500;
  background: var(--colorWhite);
  border-top: 1px solid var(--colorGray);
}

.grid.grid-24 {
  --columns: 9 !important;
}

.grid > .column {
  /*   margin-bottom: var(--gutter); */
}

.grid-inner {
  --columns: 12;
  --gutter: 3rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: 1fr;
}

section {
  padding: 0rem 1.25rem;
}

.block-content {
  margin: 4rem 0;
}

@media screen and (max-width: 847px) {
  .block-content {
    margin: 4rem 0;
  }
}

.mbottom-true .block-content {
  margin-bottom: 0 !important;
}

.layout-nr-0 .block-content.block-type-slides,
.layout-nr-0 .block-content.block-type-hero {
  margin-top: 0 !important;
}

section.navi {
  padding: 1.43rem 1.25rem 1.43rem 5rem !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

@media screen and (max-width: 1365px) {
  section.navi {
    padding: 24px !important;
  }
}

nav {
  display: flex;
  position: relative;
  flex-flow: row wrap;
}

.nav-left {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

.nav-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin: initial;
  flex-grow: 1;
}

@media screen and (max-width: 40rem) {
  .nav-center {
    gap: 0.8rem;
  }
}

.hide-mobile-nav.nav-right {
  padding-left: 0;
}
.nav-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: right;
}
.nav-right > div {
  margin-left: auto;
}

.top-line {
  display: flex;
  position: relative;
  flex-flow: row wrap;
}

section.full-width {
  padding: 0rem;
}

.autogrid {
  --gutter: 3rem;
  --min: 10rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  grid-auto-flow: dense;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: var(--colorBlack);
}

.h1 {
  font-size: 2rem;
}
.text-block h2,
.ck-content h2,
.h2 {
  font-size: 1.5rem;
  line-height: 1.7rem;
}
.text-block h3,
.ck-content h3,
.h3 {
  font-size: 1.33rem;
  margin: 1rem 0 1.2rem 0;
  font-weight: 500 !important;
}
.text-block h4,
ck-content h4,
.h4 {
  font-size: 0.94rem;
  margin: 1rem 0 1.2rem 0;
  font-weight: 500 !important;
}

.h2.h2-small {
  font-size: 1.15rem;
}
.text-block a {
  color: var(--colorPrimary);
}
.text-block a:hover {
  color: var(--colorBlack);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
a.hoverPrimary:hover,
a.hoverPrimary:hover h2,
a.hoverPrimary:hover h3 {
  color: var(--colorPrimary) !important;
}

.block-type-collection .post-date {
  background: white;
}

.text-block h2,
.ck-content h2,
.hstyle2.h2 {
  margin: 3rem 0 2rem 0;
  color: black;
  border-bottom: 1px dashed var(--colorGray);
  padding-bottom: 1.75rem;
}

.hstyle2.h2-small {
  font-size: 1.9rem;
}

.hstyle2.h3 {
  font-size: 1.4rem;
  margin: 2rem 0 1.33rem 0;
}

.text-block h3,
.h3 {
  font-weight: 600;
}

.text-block p {
  margin: 0.75rem 0;
}
.text-block li p {
  margin: 0.25rem 0;
}

hr {
  border: 0;
  background: currentColor;
  height: 2px;
  width: 1.5rem;
  margin: 3rem auto;
}

.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

.intro {
  max-width: 40rem;
}
.intro *:not(:last-child) {
  margin-bottom: 1em;
}

.buttonRounded {
  border-radius: 7px;
}
.buttonPile {
  border-radius: 8px;
}

input.button {
  border: none !important;
}

.cta {
  display: inline-flex;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  /*
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-black);
*/
}
.cta-big {
  background: rgba(255, 255, 255, 0.2);
  background: var(--color-red);
  color: var(--color-white);
  display: inline-flex;
  justify-content: center;
  padding: 1.37rem 2.81rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
}
.cta-big-white {
  background: rgba(255, 255, 255, 0.2);
  color: var(--color-white);
  display: inline-flex;
  justify-content: center;
  padding: 1.25rem 2rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
}
.cta-big:hover {
  filter: saturate(105%);
}
.cta-big-white:hover {
  background: rgba(255, 255, 255, 0.3);
}

.grow {
  transition: all 0.25s ease-in-out !important;
}

.normal:hover h2,
.normal:hover h3 {
  color: var(--colorPrimary);
}

.normal h2,
.normal h3,
.normal h4 {
  margin-top: 1rem;
}

@media (hover: hover) {
  .grow:hover {
    transform: scale(1.023) perspective(1000px) !important;
    z-index: 100;
    /*
    box-shadow: 0px 25px 40px -8px rgba(83, 83, 83, 0.209) !important;
    */
  }

  .grow:hover h1,
  .grow:hover h2,
  .grow:hover h3,
  .grow:hover h4 {
    transition: all 0.15s ease-in-out !important;
    opacity: 0.9;
  }
}

.card.grow img {
  transition: all 0.15s ease-in-out !important;
}

.card.grow:hover img {
  filter: saturate(105%);
}

.box {
  background: var(--color-light);
  padding: 1.5rem;
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-light);
}

.block-h.h1 {
  font-size: 2.3rem;
  margin: 0rem 0;
  font-weight: 300;
}
h2.h2 {
  margin: 1.5rem 0;
  position: relative;
}

.rounded img {
  border-radius: 5%;
}

.video,
.img {
  position: relative;
  display: block;
  --w: 1;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  /*   background: var(--color-white); */
}
.img img,
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.img.contain img {
  object-fit: contain;
}

.img[data-contain] img {
  object-fit: contain;
}
.img-caption,
.video-caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1.5em;
}

.video-figure {
  margin-top: 3rem;
}

.footer {
}

.footer h2 {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.footer ul,
.footer p {
  color: var(--color-text-grey);
}

.map {
  --w: 2;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  position: relative;
  overflow: hidden;
  background: var(--color-black);
}
.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.margin-xs {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.margin-s {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.margin-m {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.margin-l {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.margin-xl {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.margin-xxl {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.nav-center {
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: 1px !important;
  color: #222;
}

.hero h1.h1 {
  color: #fff;
  font-weight: 600;
  font-size: 3.25rem;
  margin-bottom: 0;
}

@media screen and (max-width: 60rem) {
  .hero h1 {
    font-size: 2.2rem;
  }
}

.flex-row {
  display: flex;
}

.svg-icon.social:hover {
  filter: saturate(150%) opacity(0.9);
}

.svg-icon.svg-icon-small svg {
  width: auto !important;
  height: 20px !important;
}
.svg-icon.svg-icon-smaller svg {
  width: auto;
  height: auto;
}

.svg-icon.svg-icon-medium svg {
  width: auto !important;
  height: 24px !important;
}

.svg-icon.linkedin svg {
  fill: #0b66c2;
}
.svg-icon.instagram svg {
  fill: radial-gradient(
    circle at 33% 100%,
    #fed373 4%,
    #f15245 30%,
    #d92e7f 62%,
    #9b36b7 85%,
    #515ecf
  );
}

.icon-text {
  border-bottom: 1px solid #eee;
  padding: 0.33rem 0;
}

.icon {
  width: 36px;
  height: 36px;
}

.contacts-link:hover {
  filter: contrast(150%);
  color: #000;
}

.svg-icon svg {
  width: 24px;
  height: 24px;
}

.message {
  padding: 1rem;
  margin: 2rem 0;
  border-radius: 6px;
}

.message.error {
  background: #fceaea;
  color: #a00;
}

.form-block-success {
  background: color(srgb 0.825 0.928 0.782);
  border-radius: 6px;
  padding: 1rem 2rem;
  width: initial !important;
}

.form-wrapper .message,
.form-wrapper .website {
  position: absolute;
  left: -10000px;
}

.form-wrapper {
  background-color: #fff;
  list-style-type: none;
  padding: 2rem;
  /* border: 1px solid #e6e6e6; */
  border-radius: 6px;
  box-shadow: 0px 18px 40px -8px rgba(0, 0, 0, 0.12);
  transition: ease-in 0.2s;
}
.form-wrapper:hover {
  box-shadow: 0px 22px 40px -6px rgba(0, 72, 233, 0.12);
}

.form-wrapper li {
  display: flex;
  padding: 0.5rem;
  align-items: center;
}
.form-wrapper li > label {
  padding: 0.65em 1em 0.65em 0rem;
  flex: 1;
  color: #222222;
}

.form-wrapper li > input,
.form-wrapper li > textarea,
.form-wrapper li > select {
  padding: 0.8em 0.5em 0.8em 0.5rem;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #000;
  flex: 2;
  border-radius: 4px;
}

.checkout .field-wrapper {
  align-items: center;
  height: 55px;
  display: flex;
}

.checkout .field label {
  flex: 1;
  font-weight: 500;
}

@media screen and (max-width: 60rem) {
  .checkout .field label {
    flex: 2;
  }
}

.field-wrapper input,
.field-wrapper select {
  flex: 2;
}

.checkout .field .label[for="billingaddressisshippingaddress"] {
  float: none !important;
}

.checkout .field input {
  margin: 0.5rem 0;
}

.field__input--checkout {
  margin: 0 !important;
}

.checkout thead td,
.checkout thead th,
.checkout tbody td {
  display: none;
}

.cart img {
  height: auto;
  max-width: 200px;
  display: flex;
}
.checkout tbody th {
  max-width: 400px;
}

.form-wrapper li > input.just-input,
.form-wrapper li > .field-container {
  flex: 2;
  display: flex;
  flex-direction: column;
}

.form-wrapper li > .field-container > input {
}
.form-wrapper li > textarea {
  flex: 2;
}

.form-wrapper li > .field-container select {
  flex: 2;
}

.form-wrapper li > .column {
  flex: 2;
}

fieldset {
  border: none;
}

.form-wrapper li > input.just-input,
.form-wrapper li > .field-container input,
.form-wrapper li > .field-container textarea,
.form-wrapper li > .field-container button,
.checkout .field select,
.checkout .field input {
  padding: 0.65em 0.75em;
  border-radius: 4px;
}

.form-block-message {
  width: 100%;
  display: flex;
}
.form-block-field-invalid {
  font-size: 13px;
  color: color(srgb 0.757 0.177 0.177);
}

.form-wrapper li > input.just-input,
.form-wrapper li > .field-container input,
.form-wrapper li > .field-container textarea,
.checkout .field input {
  border: 1px solid #ccc;
  font-size: 0.94rem;
}

.payment-methods {
  margin: 1rem 0;
}

.payment-methods label:has(img.payment-icon[src*="ideal"]) {
  display: none;
}


.payment-methods .field[data-payment-method="credit-card-sca"] {
  border: 1px solid #ccc;
  font-size: 0.94rem;
  padding: 1rem;
  border-radius: 4px;
}

.cta-normal {
  font-size: 0.94rem;
}

.field-invalid-wrapper {
  background: color(srgb 0.99 0.954 0.954);
  margin-bottom: 2px;
  border-radius: 5px;
}

.field-invalid-wrapper input,
.field-invalid-wrapper textarea {
  border: 1px solid color(srgb 0.923 0.473 0.473) !important;
}

.form-wrapper li > input.cta {
  flex: 0.2;
  border: 0;
}

.team-list p {
  margin: 0.5rem 0;
}
.hide-mobile-nav {
  padding-left: 1rem;
}

@media screen and (width < 1024px) {
  .nav-center .whatsapp-icon {
    background-image: url("/assets/ic/whatsapp2.svg");
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
  }

  .nav-center .whatsapp-icon a {
    width: 24px;
    height: 24px;
    display: inline-block;
  }

  .hide-mobile-nav {
    display: none;
  }
}

@media screen and (max-width: 60rem) {

  .order-mobile-first {
    order: 1;
  }
  .order-mobile-second {
    order: 2;
  }
  .order-mobile-third {
    order: 3;
  }
  .order-mobile-fourth,
  .order-mobile-forth {
    order: 4;
  }

  .site-title {
    font-size: 2rem !important;
  }

  .padding-left-setting {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about .grid {
    --gutter: 0rem 3rem;
  }

  .form-wrapper {
    padding: 0.5rem;
    border: none;
  }

  .form-wrapper li {
    flex-direction: column;
  }

  .hide-mobile {
    display: none;
  }

  .style3.navigation section.transparentMenu.lightMenu {
    background: var(--colorPrimary);
  }

  .grid {
    grid-gap: 2rem;
  }

  .product-features .grid {
    grid-gap: 0rem;
  }

  .grid.grid-horizontal {
    grid-gap: 1rem;
  }

  .grid.sidabar-menu-top {
    grid-gap: 0;
  }

  .grid.grid-24 {
    grid-template-columns: repeat(6, 1fr);
    --gutter: 1.5rem;
  }

  .grid.grid-logos {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.grid-logos .column {
    grid-column: span 2;
  }

  .grid.grid-horizontal {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid.grid-horizontal .column {
    grid-column: span var(--columnsmobile);
    width: var(--widthmobile);
  }

  .grid.grid-horizontal a {
    margin: 1px !important;
  }

  .grid.grid-horizontal .column,
  .grid > .grid-inner > .column,
  .grid > .column,
  .grid-inner > .column,
  .grid > .column,
  .grid-inner > .column,
  .grid .column {
    grid-column: span var(--columnsmobile);
  }
}

@media screen and (min-width: 60rem) {
  .move-left {
    margin-left: -56px;
  }

  .grid,
  .grid-inner {
    grid-template-columns: repeat(12, 1fr);
  }

  .grid.grid-24 {
    grid-template-columns: repeat(9, 1fr);
    --gutter: 2rem;
  }

  .grid > .column,
  .grid-inner > .column {
    grid-column: span var(--columns);
  }

  .hide-desktop {
    display: none;
  }
}

@media screen and (width >= 1024px) {
  .hide-desktop-nav {
    display: none;
  }

  #nav {
    display: none;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0 2rem 0;
  justify-content: center;
  font-size: 14px;
}
.pagination > span {
  color: var(--color-text-grey);
}
.pagination > li > a {
  padding: 0.33rem 0.75rem;
  text-align: center;
  background: var(--colorLightGray);
  margin: 0.1rem;
  border-radius: 4px;
  font-weight: 400;
  color: #000;
}

.pagination > li > a.current-page,
.pagination > li > a:hover {
  padding: 0.33rem 0.75rem;
  text-align: center;
  background: var(--colorPrimary);
  margin: 0.1rem;
  border-radius: 6px;
  font-weight: 400;
  color: #fff;
}

.pagination > li > span {
  padding: 0.33rem 0.75rem;
  text-align: center;
  margin: 0.1rem;
  color: var(--colorGray);
  background: var(--colorLightGray);
  border-radius: 6px;
}

.pagination > a:hover {
  background: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}

.kookie_text a {
  color: var(--colorPrimary) !important;
}

@media screen and (max-width: 40rem) {
  .grid.grid-24 {
    grid-template-columns: repeat(3, 1fr);
    --gutter: 1.5rem;
  }
}

.cookies-wrapper {
  z-index: 1000;
  position: fixed;
  bottom: 0.75rem;
  left: 0.75rem;
  margin-right: 0.75rem;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 20px 35px -4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.lang {
  display: flex;
}

.lang .lt {
  order: 1;
}
.lang .lv {
  order: 4;
}
.lang .en {
  order: 2;
}
.lang .ru {
  order: 3;
}

.lang a {
  color: currentColor;
  padding: 0.75rem 0;
  margin: 0 0.375rem;
}

.lang .active a {
  border-bottom: 1px solid #000;
}

.transparentMenu.lightMenu .lang a {
  color: #000;
}
.transparentMenu.lightMenu .lang .active a {
  border-bottom: 1px solid #fff;
}
.favourites-cart-count {
  padding-left: 2px;
}

/* The Modal (background) */

#leaveRequest:hover {
  cursor: pointer;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.75); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  margin: 50px auto; /* 15% from the top and centered */
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 700px;
  position: relative;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 50px;
  font-weight: 400;
  position: absolute;
  right: 0.75rem;
  top: -0.75rem;
  z-index: 102;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.formblock {
  background: #f6f7f8;
  padding: 1.5rem;
  border-radius: 15px;
}

.formfield__container {
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  margin: 5px 0;
  display: flex;
  background: color(srgb 1 1 1 / 0.827);
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 1px 3px -2px color(srgb 0 0 0 / 0.486);
}

.formblock_field__label {
  flex: 2;
  align-self: center;
  font-weight: 400;
}
.formblock_field__content {
  flex: 3;
  display: flex;
  flex-direction: column;
}

.formfield__input,
.formfield__textarea {
  padding: 0.75rem 2.5rem 0.75rem 0.5rem;
  border: 1px solid #c2c6c9;
  border-radius: 4px;
  font-size: 15px;
  background: #fff;
}

.formfield__container .formblock__message--error .formblock__message__list__item {
  display: none;
}

.formblock__message--error {
  color: #c91f1f;
}

.formblock__message--error--wrapper {
  background: color(srgb 0.96 0.876 0.893);
  color: #c91f1f;
  padding: 1rem 1.25rem;
  border-radius: 6px;
  margin: 1rem 0;
}

.formblock__message__text {
  font-weight: 500;
}

[data-valid="false"] .formblock_field__label {
  color: #c91f1f;
}

[data-valid="false"] .formfield__input,
[data-valid="false"] .formfield__textarea {
  background: url(../ic/alert-circle.svg) no-repeat #fff;
  background-position: center right 6px;
  background-size: 1.75rem;
  border: 1px solid #ecbcc5;
}

[data-valid="true"] .formfield__input,
[data-valid="true"] .formfield__textarea {
  background: url(../ic/check-circle.svg) no-repeat #fff;
  background-position: center right 6px;
  background-size: 1.75rem;
}

.formblock__submit {
  margin-top: 1.5rem;
  transition: all 0.2s ease-in-out;
}

.send-email {
  display: flex;
  align-items: center;
}

.send-email button {
  margin-left: 19px;
}

.field .send-email {
  max-width: 200px;
}

.colorGray {
  color: #b8b8b8;
}
.before-price {
  font-size: 0.99rem;
}
.before-price-px {
  font-size: 22px;
}
.colorRed-discount {
  color: #c71d31;
}

.statistics {
  display: flex;
  gap: 16px;
  color: #000;
  margin-bottom: 24px;
}

.statistics.mobile {
  gap: 8px;
  flex-direction: column;
  padding: 8px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  margin-bottom: 0;
  z-index: 2;
}

.statistics__item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.2px;
}

.statistics__item__icon {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 60rem) {
  .statistics.desktop {
    display: none;
  }

  .statistics.mobile {
    display: flex;
  }
}

.social-wraps {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.social-border {
  border-top: 1px solid #ababab;
  padding-top: 4px;
}

.social-links {
  padding: 6px 4px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  width: fit-content;
  gap: 4px;
}

.social-bottom:hover .svg-icon-full {
  transform: translateX(0);
  opacity: 1;
}

.social-border .social-bottom .svg-icon-full {
  margin-top: 4px;
}

.social-border .social-bottom:hover .svg-icon-full {
  margin-top: 4px;
  transform: translateX(0);
  opacity: 1;
}

.social-bottom .svg-icon {
  width: 22px;
  height: 34px;
  padding: 4px;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.social-bottom .svg-icon-full {
  width: fit-content;
  max-width: 75px;
  border-radius: 8px;
  height: 34px;
  background-color: #fff;
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition-delay: 0.1s;
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.social-bottom .svg-icon-full svg {
  padding: 6px;
  height: 24px;
  width: auto;
}

.social-links li {
  position: relative;
}

.social-links ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.social-links__nested {
  display: flex;
  gap: 14px;
}

.social-links__nested .svg-icon.svg-icon-smaller svg {
  width: 18px !important;
  height: 18px !important;
}

.chrono-reviews {
  display: flex;
  background-color: #fff;
  padding: 6px 8px;
  border-radius: 8px;
}
.shadow-social {
  box-shadow: 0 0 150px 2px rgba(91, 91, 91, 0.32) !important;
}

.chrono-reviews svg {
  width: 128px;
  height: 39px;
}
@media screen and (max-width: 1365px) {
  .social-links {
    display: none;
  }
  .social-links ul {
    display: none;
  }
}
@keyframes wave {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

.block-content:has(.mg-block-content-top-0) {
  margin-top: 0 !important;
}

.block-content:has(.mg-block-content-bottom-0) {
  margin-bottom: 0 !important;
}

.mg-top-0 {
  margin-top: 0 !important;
}
.mg-bottom-0 {
  margin-bottom: 0 !important;
}

.pg-top-14 {
  padding-top: 14px !important;
}

.pg-bottom-14 {
  padding-bottom: 14px !important;
}

.mg-top-14 {
  margin-top: 14px !important;
}

.mg-bottom-14 {
  margin-bottom: 14px !important;
}

.watch-is-sold-button {
  max-width: 198px;
}
@media (max-width: 430px) {
  .watch-is-sold-button {
    max-width: none;
  }
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#mobile {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
#mobileBodyContent {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.footer {
  flex-shrink: 0;
  margin-top: auto;
}

.desktop-position {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 1001;
  right: 8px;
  font-size: 12px;
  transform: translateY(0px);
  transition: transform 0.5s ease-in-out;
}

.best-price__card {
  position: absolute;
  background-color: #C71D31;
  border-radius: 999px;
  padding: 9px 12px;
  z-index: 3;
}

.best-price__card--bottom-center {
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.best-price__card--top-right {
  top: 8px;
  right: 7px;
}

.best-price__card .best-price__text {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;

}

.best-price__text b {
  font-weight: 700;
}

.best-price__product {
  display: flex;
  align-items: center;
  height: 32px;
  box-sizing: border-box;
  position: absolute;
  background-color: #C71D31;
  border-radius: 999px;
  padding: 9px 12px;
  z-index: 3;
  top: 8px;
  left: 7px;
}

.best-price__product .best-price__text {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;

}

.best-price__text b {
  font-weight: 700;
}

@media (min-width: 960px) {
  .best-price__product {
    height: 52px;
    top: 8px;
    right: 7px;
    left: auto;
  }

  .best-price__product .best-price__text {
    font-size: 16px;
  }
}
