.grecaptcha-badge {
  display: none;
}

.margin-cut p:last-child {
  margin: 0;
}
.line-height-16 p {
  line-height: 16px;
}

.text-main-color {
  color: red;
}

.sticky-bar.stick.scroll-down {
  top: -81px;
}
.sticky-bar.stick.scroll-up {
  top: 0;
}

.main-menu > nav > ul > li > a {
  font-size: 20px;
  font-weight: 100;
}

.main-menu > nav > ul > li > ul.mega-menu-style {
  width: 300px;
}
.main-menu > nav > ul > li > ul.mega-menu-style.mega-menu-mrg-1 {
  padding: 20px;
  left: 0;
}
.main-menu > nav > ul > li > ul.mega-menu-style > li > ul {
  flex-direction:column;
}

.search-header-form-style input {
  border: 1px solid #f2f2f2;
  background-color: #fff;
  height: 30px;
  color: #8f8f8f;
  font-weight: 300;
  padding: 0 10px;
}

.auth-header-form-style input {
  border: 1px solid #f2f2f2;
  background-color: #f9f9f9;
  height: 22px;
  color: #8f8f8f;
  font-weight: 300;
  padding: 0 10px;
  margin: 0 0 5px;
}
.btn-style-2 input {
  padding: 0 4px;
  width: 100%;
  color: #fdfdfd;
  background-color: #CBA45C;
  padding: 4px 23px 4px;
  border: none;
}

.service-img {
  position: relative;
  margin-bottom: 30px;
}
.service-img i {
  font-size: 40px;
  line-height: 80px;
  transition: .3s;
}
.service-img::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background-color: #e4e4e4;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
.service-wrap:hover .service-img i {
  font-size: 35px;
}


.callback-modal-style .modal-dialog {
  width: 600px;
  max-width: 100%;
}

.callback-modal-style .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  position: relative;
  padding: 20px;
}


.callback-modal-style .modal-dialog .modal-content .modal-header {
  margin-bottom: 30px;
  border: none;
  padding: 0;
  z-index: 9;
}


.callback-modal-style .modal-dialog .modal-content .modal-header a {
  background-color: #333;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 42px;
}

@media only screen and (max-width: 767px) {
  .callback-modal-style .modal-dialog .modal-content .modal-header a {
    font-size: 11px;
    height: 32px;
    width: 32px;
    line-height: 32px;
  }
}

.quickview-modal-style .modal-dialog .modal-content .modal-header a i {
  line-height: 1;
}

.callback-modal-style .modal-dialog .modal-content .modal-header a:hover {
  background-color: #CBA45C;
  color: #ffffff;
}

.callback-modal-style .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.filter-area .nav-pills .nav-link.active, .filter-area  .nav-pills .show>.nav-link {
  background-color: #CBA45C;
}
.filter-area .nav-link {
  color: #333;
}
.filter-area .nice-select.nice-select-style-1 {
  height: 33px;
  line-height: 32px;
  border: solid 1px #b7b7b7;
  padding-left: 17px;
  padding-right: 50px;
  color: #6d6d6d;
  border-radius: 0;
}



/* Radio/check customisation */
.forms-label {
  position: relative;
  display: inline-block;
  margin-bottom: 11px;
  padding-left: 45px;
  cursor: pointer;
}

.forms-label:last-child {
  margin-right: 0;
}

.forms-label-check:before,
.forms-label-radio:before {
  position: absolute;
  left: 0;
  border: 1px solid #fff;
  content: '';
}

.forms-label-check:after,
.forms-label-radio:after {
  position: absolute;
  display: none;
}

.forms-label-check {
  display: block;
  /* height: 22px; */
  margin-top: 0;
  margin-right: 12px;
  padding-left: 20px;
  font-weight: 400;
}

.forms-label-check:before {
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}

.forms-label-check:after {
  padding-top: 3px;
  padding-top: 5px;
}

.forms-label-check:after {
  top: 6px;
  left: 4px;
  width: 7px;
  height: 7px;
  content: '';
  background-color:#CBA45C;
}

.forms-label-radio {
  height: 12px;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 23px;
}

.forms-label-radio:before {
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.forms-label-radio:after {
  top: 6px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #CBA45C;
  content: '';
}

.forms-label-radio-1:after {
  background-color: #fff;
}

.forms-label-radio-2:before {
  border: 1px #ccc solid;
}

.forms-check,
.forms-radio {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}

.forms-check:checked + .forms-label-check:after,
.forms-radio:checked + .forms-label-radio:after {
  display: block;
}

.forms-check:checked + .forms-label-check:before {
  box-shadow: none;
}

.forms-radio + .forms-label-radio:before {
  border: 1px solid #dddddd;
}


/* btn outline */
.btn-outline-color {
  color:#333;
  border-color:#CBA45C;
  box-shadow: none!important;
}
/*
.btn-outline-color:hover {
  color:#fff;
  background-color:#CBA45C;
  border-color:#CBA45C
}
*/
.btn-check:active+.btn-outline-color,
.btn-check:checked+.btn-outline-color,
.btn-outline-color.active,
.btn-outline-color.dropdown-toggle.show,
.btn-outline-color:active {
  color:#fff;
  background-color:#CBA45C;
  border-color:#CBA45C
}
.btn-outline-color.disabled,
.btn-outline-color:disabled {
  color:#CBA45C;
  background-color:transparent
}


/* 404 */
.error404 {
  line-height: .8;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 300px;
  opacity: 2;
  color: #eee;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
}
@media (max-width:768px) {
  .error404 {
    font-size: 200px;
  }
  .error404-text h1{
    font-size:32px;
  }
}
@media (max-width:576px) {
  .error404 {
    font-size: 150px;
  }
}


/* stepper */

.stepper{
  display: inline-block;
  max-width: 120px;
  width: 100%;
  position: relative;
}

.stepper__input{
  width: 100%;
  height: 50px;
  padding: .375rem .75rem;
  border: 1px solid #c4c4c4;
  -moz-appearance: textfield;
}

.stepper__input:focus{
  color: #333;
  background-color: #fff;
  border-color: #c4c4c4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.stepper__input::-webkit-inner-spin-button,
.stepper__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.stepper__controls {

}

.stepper__controls [spinner-button="up"],
.stepper__controls [spinner-button="down"]{
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 0;
  outline: none;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  height: 50%;
  font-size: 1.375em;
  line-height: 48px;
  transition: all ease 0.25s;
}

.stepper__controls [spinner-button="up"]:hover,
.stepper__controls [spinner-button="down"]:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

/* style 1 */
.stepper--style-1 .stepper__input{
  padding-right: 3.25rem;
}
.stepper--style-1 .stepper__controls{
  position: absolute;
  right: 0;
  top: 0;
  bottom: -1px;
  display: flex;
  flex-direction: column;
  width: 2.5rem;
  z-index: 1;
}
.stepper--style-1 [spinner-button="up"] {
  margin-bottom: -1px;
}

/* style 2 */
.stepper--style-2{
  max-width: 140px;
}
.stepper--style-2 .stepper__input{
  padding-left: 3.25rem;
  padding-right: 3.25rem;
  text-align: center;
}
.stepper--style-2 [spinner-button="up"],
.stepper--style-2 [spinner-button="down"] {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: -1px;
  width: 2.5rem;
  z-index: 1;
}
.stepper--style-2 [spinner-button="up"] {
  right: 0;
  margin-left: -1px;
}
.stepper--style-2 [spinner-button="down"] {
  left: 0;
  margin-right: -1px;
}
.stepper-table-style {
  width: auto;
}
.stepper-table-style .stepper__input {
  height: 30px;
  width: 4.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.stepper-table-style [spinner-button="up"],
.stepper-table-style [spinner-button="down"] {
  width: 1.5rem;
  line-height: 28px;
}

/* style 3*/
.stepper--style-3{
  max-width: 140px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.stepper--style-3 .stepper__input{
  position: relative;
  z-index: 1;
  text-align: center;
}
.stepper--style-3 [spinner-button="up"],
.stepper--style-3 [spinner-button="down"] {
  border: 0;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: -1px;
  width: 2.5rem;
}
.stepper--style-3 [spinner-button="up"] {
  right: 0;
  margin-left: -1px;
}
.stepper--style-3 [spinner-button="down"] {
  left: 0;
  margin-right: -1px;
}




/* каталог сайдбар */

.catalog-sidebar-active ul {
  list-style:none;
  font-size: 18px;
}
.catalog-sidebar-active ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 3px;
  font-weight: 100;
}
.catalog-sidebar-active ul li.active > ul {
  display: block;
}
.catalog-sidebar-active ul li ul {
  display: none;
}
.catalog-sidebar-active .active>a {
  font-weight:bold;
}
.catalog-sidebar-active .submenu-button {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  height: 20px;
  width: 20px;
  cursor: pointer;
  margin-top: 4px;
}
.catalog-sidebar-active .submenu-button:before {
  position: absolute;
  bottom: 4px;
  right: 9px;
  display: block;
  width: 2px;
  height: 12px;
  background: #CBA45C;
  content: "";
  transition:.3s;
}
.catalog-sidebar-active .has-sub.active>.submenu-button:before,
.catalog-sidebar-active .has-sub.open>.submenu-button:before {
  height:0;
}
@media (min-width:991px) {
  .catalog-sidebar-active .has-sub>.submenu-button:hover:before {
    height:0;
  }
}
.catalog-sidebar-active .submenu-button:after {
  position: absolute;
  top: 9px;
  right: 4px;
  width: 12px;
  height: 2px;
  display: block;
  background: #CBA45C;
  content: "";
}
.catalog-sidebar-active .sub-menu {
  display:none;
}
.catalog-sidebar-active .sub-menu.active {
  display:block;
}


/* product colors */
.product-colors-title {
  color: #5f5f5f;
  font-size: 16px;
  margin: 13px 0 20px;
}
.product-colors-slide {
  max-width: 150px;
  margin-right: 15px;
  text-align: center;
}
.product-colors-slider-next,
.product-colors-slider-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  font-size: 24px;
  line-height: 28px;
  color: #555252;
  text-align: center;
  border: 1px solid #e1e1e1;
  transition: all .3s ease 0s;
  z-index:2;
}
.product-colors-slider-next.swiper-button-disabled,
.product-colors-slider-prev.swiper-button-disabled {
  display: none;
}
.product-colors-slider-next:hover,
.product-colors-slider-prev:hover {
  color: #CBA45C;
}
.product-colors-slider-next {
  right: 0;
}
.product-colors-slider-prev {
  left: 0;
}



/* товар */

.product-details-img-wrap .product-details-small-img {
  max-height: 100%;
  overflow: hidden;
}



/* таблица коллекции */
.table-hover .lighting_col {
  background-color: rgba(0, 0, 0, .075);
}

.table-wrapper {
  max-width: 100%;
  max-height: 780px;
  overflow: auto;
  position: relative;
}
/* .table-wrapper {
  transform: rotateX(180deg);
}
.table-wrapper .table-flip {
  transform: rotateX(-180deg);
} */

/* .custom-table-scroll thead:before {
  content: '';
  background: #dee2e6;
  position: absolute;
  max-height: 76px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
} */
.custom-table-scroll thead {
  position:sticky;
  top: 0;
  z-index: 3;
}
.custom-table-scroll thead tr {
  position: relative;
  z-index: 3;
}
.custom-table-scroll thead th {
  background: #fff;
}
.custom-table-scroll tbody {
  z-index: 2;
}
.custom-table-scroll tbody .left_col {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 2;
}
.custom-table-scroll .table_plug {
  min-width:240px;
  max-width:240px;
}
.custom-table-scroll tbody .left_col .btn-style-2 a.btn {
  padding: 5px 12px 5px;
}

.custom-table-scroll .modification-cell {
  min-width: 71px;
}
.custom-table-scroll .modification-cell button {
  border: 1px solid #333;
  background: #fff;
  width: 25px;
  transition: .15s;
}
.custom-table-scroll .modification-cell button:hover {
  background: #000;
  color: #fff;
}
.custom-table-scroll .remove-product {
  position: relative;
  left: 0;
  z-index: 1;
}
.custom-table-scroll .add-product {
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.custom-table-scroll .change-product {
  position: absolute;
  left: 0;
  z-index: 0;
  height: 25px;
  text-align: center;
  border: 1px solid #333;
}
.custom-table-scroll .change-product:focus {
  border-width: 1px;
  background-color: #fff;
}

.custom-table-scroll .badge {
  opacity: 0.7;
}
.custom-table-scroll .in-cart .change-product {
  background-color: rgba(25, 134, 84, .33) !important;
}
.custom-table-scroll .in-cart .change-product.exceeds {
  background-color: rgba(220, 53, 69, .33) !important;
}

/* корзина */


.form-clear-wrap .form-clear-btn {
  margin-top: 24px;
}
.form-clear-wrap .form-clear-btn a,
.form-clear-wrap .form-clear-btn button {
  font-size: 15px;
  text-transform: capitalize;
  background-color: #f2f2f2;
  display: block;
  border: none;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .form-clear-wrap .form-clear-btn a,
  .form-clear-wrap .form-clear-btn button {
    font-size: 16px;
  }
}
.form-clear-wrap .form-clear-btn a.btn,
.form-clear-wrap .form-clear-btn button.btn {
  padding: 15px 20px;
  border-radius: 0;
}
.form-clear-wrap .form-clear-btn a:focus,
.form-clear-wrap .form-clear-btn button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#msCart .count input[name="count"] {
  background-color: rgba(25, 134, 84, .33);
}

#msCart .exceeds .count input[name="count"] {
  background-color: rgba(220, 53, 69, .33);
}







.col-xs-5th, .col-sm-5th, .col-md-5th, .col-lg-5th, .col-xl-5th {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-sm-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}


/* ===== Скоуп к текущей разметке ===== */
#sizes-table {
  --gap: 12px;
  padding-bottom: 0px !important;
  padding-top: 40px;
}

/* Шапка + прокрутка */
#sizes-table .custom-table-scroll { 
  overflow: auto;
  background: #f5f3f3;
  padding: 22px; 
  transition: all 0.3s;
}
#sizes-table .table-wrapper { max-width: 100%; }
#sizes-table .table { 
  width: max-content;
  border-collapse: separate; border-spacing: 0;
  background: #f5f3f3;
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
}
#sizes-table .table thead th {
  text-align: center;
  font-weight: 600 !important;
  background: #f5f3f3;
  position: sticky; top: 0; z-index: 2;
  border-color: #fff !important;
}
#sizes-table .table td, 
#sizes-table .table th { 
    border: 1px solid #ffffff !important;
    padding: 10px 4px;
    background: #f5f3f3;
    vertical-align: middle;
    padding-bottom: 18px;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 18px;
}

/* Левый столбец (как было инлайн, но стабильнее) */
#sizes-table .left_col {
  position: sticky; left: 0; z-index: 3;
  box-shadow: 0 10px 10px 2px rgba(0,0,0,0.2);
  min-width: 240px !important;
  max-width: 240px !important;
}

/* Текст «N шт» над контролами */
#sizes-table td.modification-cell > span {
  display: block; margin-bottom: 6px;
  color: #8d9e92; font-weight: 100;
}

.modification-cell div {
  text-align: center;
}

/* ===== Степпер на существующих классах ===== */
/* Контейнер с плюс/минус и инпутом: у тебя сейчас .d-flex.bg-white */
#sizes-table td.modification-cell .d-flex.bg-white {
  display: inline-grid !important;
  grid-template-columns: 24px 32px 24px;
  align-items: center;
  gap: 6px;
  background: #f5f3f3 !important;
  padding: 4px;
  border-radius: 8px;
}

/* Кнопки +/- — существующие классы */
#sizes-table td.modification-cell .remove-product,
#sizes-table td.modification-cell .add-product {
  height: 24px;
  width: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #cba45c;
  font-size: 14px;
  line-height: 1;
  color: white;
  font-weight: 900;
}
#sizes-table td.modification-cell .remove-product:disabled,
#sizes-table td.modification-cell .add-product:disabled {
  opacity: .4; cursor: not-allowed;
}

/* Поле количества — существующий класс */
#sizes-table td.modification-cell .change-product {
  height: 24px;
  width: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 0 8px;
  text-align: center;
  background-color: transparent;
  color: black;
  font-weight: 400 !important;
  font-size: 14px !important;
}
#sizes-table td.modification-cell .change-product:disabled {
  opacity: .4; cursor: not-allowed;
}

/* Hover строк — мягко */
#sizes-table .table tbody tr:hover td { background: #fcfcfc; }

/* Мобильные мелочи */
@media (max-width: 768px) {
  #sizes-table .left_col { min-width: 220px; }
  #sizes-table td.modification-cell { min-width: 140px; }
  #sizes-table { zoom: 0.7; }
}

/* Доп. утилиты из твоего набора */
.btn-classic { color: #fdfdfd !important; background-color: #CBA45C !important; }
.stock-null { opacity: .6; }
#custom-table-summ .btn-style-2 a{
  width: auto !important;
  border-radius: 0 !important; line-height: 1 !important;
  padding: 18px 34px !important; margin-bottom: -6px;
  margin-top:20px;
  font-size: 20px !important;
  font-weight: 100 !important;
}

.custom-table-scroll .change-product {
  position: relative !important;
}

#custom-table-summ {
  font-size: 20px !important;
  font-weight: 100 !important;
  letter-spacing: normal !important;
  padding-bottom: 20px !important;
}
.modification-cell span {
  font-size: 14px !important;
  font-weight: 400 !important;
}


.card {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 250px;
  background: rgb(255, 255, 255);
  background-size: cover;
  background-position: center;
  border-radius: 0;
  overflow: visible;
  isolation: isolate;
  cursor:pointer;
  outline: 4px solid white;
  outline-offset: -4px;
}

.card::before,
.card::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 2px solid #c7b681;
  border-radius: 0;
  pointer-events: none;
  z-index: 1;
  transform-origin: center;
}

.card::before {
  transform: rotate(-2.5deg) translateX(-1.2px);
  opacity: 0.95;
}
.card::after {
  transform: rotate(1.8deg) translateX(2px);
  opacity: 0.95;
}

@media (min-width: 1024px) {
  .card {
    width: calc(
      (100vw - 2*var(--pad) - (var(--cols) - 1)*var(--gap)) / var(--cols)
    );
    max-width: 300px;
  }
  .carpet-image {
    width: calc(
      (100vw - 2*var(--pad) - (var(--cols) - 1)*var(--gap)) / var(--cols)
    );
    max-width: 300px;
  }
}
.card{
  --r1: -3deg;   --dx1: -3px;
  --r2:  2.5deg; --dx2:  3px;
  --dur1: 3s; --dur2: 4s;
  --del1: .2s; --del2: .6s;
}

.cards > .card:nth-child(8n+1){ --r1:-2deg;  --r2:3deg;   --dx1:-2px; --dx2:2px;  --dur1:8s; --dur2:10s; --del1:.1s; --del2:.3s; }
.cards > .card:nth-child(8n+2){ --r1:-4deg;  --r2:2deg;   --dx1:-4px; --dx2:1px;  --dur1:6s; --dur2:11s; --del1:.4s; --del2:.8s; }
.cards > .card:nth-child(8n+3){ --r1:-1.5deg;--r2:4deg;   --dx1:-1px; --dx2:3px;  --dur1:9s; --dur2:7s;  --del1:.0s; --del2:.2s; }
.cards > .card:nth-child(8n+4){ --r1:-3.5deg;--r2:1.5deg; --dx1:-2px; --dx2:2px;  --dur1:7s; --dur2:12s; --del1:.6s; --del2:.1s; }
.cards > .card:nth-child(8n+5){ --r1:-2.8deg;--r2:3.2deg; --dx1:-3px; --dx2:2px;  --dur1:10s;--dur2:8s;  --del1:.2s; --del2:.4s; }
.cards > .card:nth-child(8n+6){ --r1:-1.2deg;--r2:2.2deg; --dx1:-1px; --dx2:1px;  --dur1:11s;--dur2:9s;  --del1:.3s; --del2:.0s; }
.cards > .card:nth-child(8n+7){ --r1:-3.2deg;--r2:1.8deg; --dx1:-2px; --dx2:1px;  --dur1:8s; --dur2:10s; --del1:.5s; --del2:.7s; }
.cards > .card:nth-child(8n+8){ --r1:-2.2deg;--r2:2.8deg; --dx1:-2px; --dx2:2px;  --dur1:9s; --dur2:6s;  --del1:.2s; --del2:.5s; }

.card::before,
.card::after{
  transition: transform .25s ease, inset .25s ease, opacity .25s;
}

.card::before{
  transform: rotate(var(--r1)) translateX(var(--dx1));
  animation: wobble1 var(--dur1) ease-in-out var(--del1) infinite alternate;
}
.card::after{
  transform: rotate(var(--r2)) translateX(var(--dx2));
  animation: wobble2 var(--dur2) ease-in-out var(--del2) infinite alternate;
}

.card:hover::before,
.card:hover::after,
.card:focus-visible::before,
.card:focus-visible::after{
  animation: none;
  inset: 0;                      /* из-за этого станет ровно по границе */
  transform: none;               /* без поворота и смещения */
  opacity: 0.75;
}

.card{
  --bleed: 12px;     /* на сколько рамки выходят наружу */
  margin: var(--bleed);                 /* резервируем место снаружи */
}

.card::before,
.card::after{
  inset: calc(-1 * var(--bleed));       /* вынос равен резерву места */
  /* остальное без изменений */
}

@keyframes wobble1{
  0%   { transform: rotate(calc(var(--r1) * 1.00)) translateX(var(--dx1)); }
  50%  { transform: rotate(calc(var(--r1) * 0.35)) translateX(calc(var(--dx1) * 0.4)); }
  100% { transform: rotate(calc(var(--r1) * -0.25)) translateX(calc(var(--dx1) * -0.3)); }
}
@keyframes wobble2{
  0%   { transform: rotate(calc(var(--r2) * 1.00)) translateX(var(--dx2)); }
  50%  { transform: rotate(calc(var(--r2) * 0.25)) translateX(calc(var(--dx2) * 0.35)); }
  100% { transform: rotate(calc(var(--r2) * -0.20)) translateX(calc(var(--dx2) * -0.25)); }
}

.card-padd {
  padding: 10px;
}

.card-wh {
  font-weight: 100;
}

.catalog-sidebar-active .active>a {
  font-size: 24px !important;
  font-weight: 100 !important;
}

.fw-bold {
  font-weight: 100 !important;
}

.product-wrap .product-content h3 a {
    color: #000000;
    font-weight: 100 !important;
    font-size: 18px !important;
}

.carpet-image{
  outline: 6px solid white;
  outline-offset: -4px;
}

.table-full-size {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.full-size {
  cursor: pointer;
}

.full-size span {
  font-size: 14px;
  padding-right: 10px;
}

.full-size i {
  position: relative;
  top: 2px;
}

.body-scroll-lock {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.custom-table-scroll table.table-hover-col td.col-hover,
.custom-table-scroll table.table-hover-col th.col-hover {
  outline: 1px solid rgba(0,0,0,.05);
  background: #e9e9e9 !important;
  color: var(--bs-table-hover-color);
}

.custom-table-scroll table.table-hover-col td.left_col.col-hover,
.custom-table-scroll table.table-hover-col th:first-child.col-hover {
  background: transparent;
  outline: none;
}

.swiper-wrapper {
  max-height: 460px;
}