/*
.copyright {
 text-align: left; 
}
*/

.red-hover {
  color: red !important;
}

@media (max-width: 800px) {
  .block_filter {
    display: none;
  }
}

.quick-checkout {
  border: 2px solid #D43833;
  background: #fff;
  color: #D43833;
}

.button--checkoutbig{height:40px; width: 180px; font-size: 18px;}

.quickview-modal .product-buy {
  width: 130px;
  padding: 0;
}

.slider-title {
  font-size: 13px; 
}

@media (max-width: 768px) {
  
   .slider.frontpage .slider-left {
    background-image: url("https://static.insales-cdn.com/files/1/6319/24172719/original/icons8-шеврон-вправо-в-круге-50.png");
    height: 48px !important;
    width: 48px !important;
    background-position: center;
  }
  
   .slider.frontpage .slider-right {
    background-image: url("https://static.insales-cdn.com/files/1/6320/24172720/original/icons8-шеврон-вправо-в-круге-501.png");
    height: 48px !important;
    width: 48px !important;

  }
  
}


/* 569690 */
@media (max-width: 768px) {
  ul.menu.menu--vertical {
      display: flex;
      flex-wrap: wrap;
  }
  ul.menu.menu--vertical {
      display: flex;
      flex-wrap: wrap;
  }
}
/* 569690 */


/* 621084 */
@media (max-width: 768px) {
  .collection.row h1.collection-title.content-title {
    display: none;
  }
  li.menu-node.menu-node--collection_lvl_1.js-menu-wrapper.col-mobile {
    border: 0.1px solid #0000000a;
    min-height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
/* 621084 */

/* related products: darken photo on press */
.slider.slider--product.slider--related .owl-item .product_preview-preview {
  position: relative;
}

.slider.slider--product.slider--related .owl-item .product_preview-preview::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.25s ease;
  pointer-events: none;
  z-index: 2;
}

.slider.slider--product.slider--related .owl-item.is-related-pressed .product_preview-preview::after {
  background-color: rgba(0, 0, 0, 0.4);
}

/* size guide */
.size-guide-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 0px;
  padding: 10px 25px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  border-radius: 3px;
}

.size-guide-trigger:hover {
  border-color: #cfcfcf;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.size-guide-trigger__icon {
  font-size: 16px;
  line-height: 1;
}

.size-guide {
  position: fixed;
  inset: 0;
  z-index: 1100;
}

.size-guide.is-open {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.size-guide[hidden] {
  display: none !important;
}

.size-guide__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.size-guide__dialog {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: calc(100% - 32px);
  max-width: 760px;
  max-height: calc(100vh - 32px);
  margin: 0;
  padding: 24px 24px 20px;
  overflow: auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.size-guide__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.size-guide__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}

.size-guide__close {
  flex-shrink: 0;
  padding: 8px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.size-guide__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.size-guide__tab {
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.size-guide__tab.is-active {
  border-color: #111;
}

.size-guide__panel {
  display: none;
}

.size-guide__panel.is-active {
  display: block;
}

.size-guide__table-wrap {
  padding: 16px;
  border: 1px solid #ececec;
  border-radius: 14px;
  overflow-x: auto;
}

.size-guide__content {
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow-x: visible;
}

.size-guide__content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.4;
}

.size-guide__content th,
.size-guide__content td {
  padding: 10px 8px;
  border-bottom: 1px solid #ececec;
  text-align: center;
  white-space: nowrap;
}

.size-guide__content th {
  font-weight: 700;
}

.size-guide__content tr:last-child td {
  border-bottom: 0;
}

.size-guide__content p,
.size-guide__content .size-guide-note {
  margin: 12px 0 0;
  color: #666;
  font-size: 13px;
  text-align: left;
}

.size-guide__footer {
  margin-top: 12px;
  color: #6b6b6b;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
}

.size-guide__footer p {
  margin: 0;
  color: #6b6b6b;
}

body.size-guide-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .size-guide__dialog {
    width: calc(100% - 16px);
    margin: 8px auto;
    padding: 18px 14px 14px;
  }

  .size-guide__title {
    font-size: 18px;
  }

  .size-guide__header {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .size-guide__close {
    align-self: flex-end;
  }
  .size-guide__content th, .size-guide__content td {
    padding: 10px 5px;
  }
}

.product-order{
  .product-variants{
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    @media screen and (max-width:767px) {
      align-items: center;
      margin-bottom: 1em;
    }
  }
  .option_selector{
    order: 2;
  }
  .size-guide-trigger{
    order: 3;
  }
  .product-variants {
    margin-bottom: 4em;

    @media screen and (max-width:767px) {
      margin-bottom: 1em;
    }
  }
}
