@charset "UTF-8";
*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

button {
  border: none;
  background: transparent;
  color: #fff;
  font-family: "Playfair", Times, serif;
  cursor: pointer;
}

input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 193, 78, 0.1607843137); /* або твій колір */
}

a {
  color: #000;
  text-decoration: none;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  font-family: "Playfair";
  background: #F1EFF4;
  color: #000000;
}

body.menu-open {
  overflow: hidden;
}
.site-main,
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  position: fixed;
  padding: 5px 0;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 100;
  transition: all 0.3s ease;
  background: #09080C;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgb(9, 8, 12) 50%, rgba(0, 0, 0, 0.3) 100%);
  border-top: 1px solid rgba(35, 33, 41, 0.5);
  border-bottom: 1px solid rgba(35, 33, 41, 0.5);
}

/* клас при скролі */
#header.scrolled {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.859) 0%, rgb(9, 8, 12) 50%, rgba(0, 0, 0, 0.875) 100%);
  top: 0;
}

.menu-toggle-mob {
  display: none;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header__inner .logo-header {
  position: relative;
  width: 250px;
}
/* .header__inner .logo-header::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -12px;
  width: 100%;
  height: 72px;
  background: url("../img/bg_logo.svg") no-repeat;
  z-index: 1;
} */
.header__inner .logo-header a {
  position: relative;
  z-index: 2;
}
.header__inner .logo-header a img {
  max-width: 166px;
  height: auto;
}
.header__inner .header__inner-center {
  display: flex;
  align-items: center;
  padding: 6px 0;
  width: 100%;
  justify-content: center;
}
.header__inner .header__inner-center .menu-toggle {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  background: linear-gradient(180deg, #e5a34c 0%, #8c5321 100%);
  margin-right: 60px;
}
.header__inner .header__inner-center .menu-toggle img {
  margin-right: 4px;
}
/* ---------------- Search form header ----------- */

.header__inner .header__inner-center .header-search {
  background: #eeedf3;
  border-radius: 6px;
  max-width: 400px;
  width: 100%;
}
.search-wrap {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.search-box {
  position: relative;
}
#live-search {
  width: 100%;
  padding: 14px 50px 14px 16px;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #fff;
  background: transparent;
}
#live-search:focus {
  background-color: #efefef;
}
#search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: #ce9a32 linear-gradient(180deg, #e0af6c 0%, #55340a 100%);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  cursor: pointer;
}
#search-btn img {
  width: 16px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
}
#search-btn:hover {
  background: #ce9a32 linear-gradient(180deg, #cda162 0%, #4d2f08 100%);

}

.aws-container .aws-search-form {
  border-radius: 6px;
  overflow: hidden;
}
.aws-container .aws-search-form .aws-form-btn {
  background: #ce9a32 linear-gradient(180deg, #e0af6c 0%, #55340a 100%) !important;
  border: 1px solid #e0af6c !important;

}
.aws-container .aws-search-form .aws-search-btn svg {
  color: #fff;
}
.search-dropdown {
  position: absolute;
  top: 110%;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.1);
  display: none;
  overflow: hidden;
  overflow-y: auto;
  max-height: 350px;
}
.search-dropdown.active {
  display: block;
  z-index: 10;
}
.close-dropdown {
  right: 10px;
  top: 10px;
}
.no-results {
  padding: 15px 10px;
}
.search-group {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.group-title {
  font-size: 13px;
  font-weight: 600;
  color: #999;
  padding: 6px 16px;
}

.search-item {
  display: block;
  padding: 10px 16px;
  text-decoration: none;
}

.search-item:hover {
  background: #f5f5f5;
}

.catalog {
  font-weight: 600;
  color: #e3b341;
}

.title {
  font-size: 13px;
  color: #777;
}
.search-loader {
  padding: 10px;
  font-size: 14px;
  color: #777;
}

mark {
  background: #ffe58a;
  padding: 0 2px;
}



/* ---------------- And search form header ----------- */

.header__inner .header__actions {
  display: flex;
  align-items: center;
}
.header__inner .header__actions .header__selects {
  display: flex;
  gap: 8px;
  margin-right: 20px;
}


.header__inner .header__actions .header__selects .right-menu-header {
  display: flex;
  gap: 10px;
}
.header__inner .header__actions .header__selects .right-menu-header li {
  list-style: none;
}
.header__inner .header__actions .header__selects .right-menu-header li a{
  color: #fff;
}
.pll-parent-menu-item .sub-menu {
  min-width: 100% !important;
}

.header__inner .header__actions .header__selects .currency, 
.header__inner .header__actions .header__selects .language {
  background: transparent;
  border: none;
  color: #fff;
  padding: 6px 8px;
  border-radius: 6px;
}
.header__inner .header__actions .wishlist {
  display: flex;
  align-items: center;
  margin: 0 10px;
  padding-left: 10px;
}
.header__inner .header__actions .wishlist img {
  width: 22px;
  height: 22px;
}

.header__inner .header__actions .wishlist-link {
  position: relative;
  display: block;
  margin-right: 10px;
}
.header__inner .header__actions .wishlist-link .wishlist-icon {
  position: relative;
}
.header__inner .header__actions .wishlist-link .wishlist-icon img {
  width: 22px;
  height: 22px;
}
.header__inner .header__actions .wishlist-link .wishlist-icon .wishlist-count {
  position: absolute;
  top: -13px;
  right: -8px;
  background: #ff3b30;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  padding: 2px 6px;
  line-height: 1;
}

.header__inner .header__actions .header-login {
  display: flex;
  align-items: center;
  padding-left: 10px;
  color: #fff;
}
.header__inner .header__actions .header-login img {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
.header__inner .header__actions .header-cart-wrap {
  padding-left: 15px;
  position: relative;
}
/* .header__inner .header__actions .header-cart-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: -18px;
  width: 100vh;
  height: 72px;
  background: url("../img/bg_cart.svg") no-repeat;
  z-index: 1;
} */
.header__inner .header__actions .header-cart-wrap .header-cart {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  text-decoration: none;
  color: #fff;
  z-index: 2;
}
.header__inner .header__actions .header-cart-wrap .cart-icon {
  position: relative;
}
.header__inner .header__actions .header-cart-wrap .cart-icon img {
  width: 22px;
}
.header__inner .header__actions .header-cart-wrap .cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #ff3b30;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  padding: 2px 6px 2px;
}
.header__inner .header__actions .header-cart-wrap .cart-total {
  font-size: 14px;
  font-weight: 500;
}

body.menu-open::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 10;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 340px;
  height: 100%;
  background: linear-gradient(180deg, #0b0f1a, #0f172a);
  transform: translateX(-100%);
  transition: 0.3s ease;
  z-index: 998;
  padding: 20px;
}

.nav.active {
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu__top {
  padding-top: 10px;
}
.mobile-menu__top .mobile-menu-search {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  background: #eeedf3;
  border-radius: 6px;
}
.mobile-menu__top .mobile-menu-search .input-search {
  font-family: "Playfair";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #66656b;
  background: transparent;
  border: none;
  padding: 10px 20px;
}
.mobile-menu__top .mobile-menu-search button {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  background: linear-gradient(180deg, #e0af6c 0%, #55340a 100%);
  border: 1px solid #e3b888;
  border-radius: 6px;
  padding: 13px;
}
.mobile-menu__top .mobile-menu-search button img {
  width: 16px;
  height: 16px;
}

.mobile-tabs {
  display: flex;
  gap: 40px;
  margin: 40px 0;
  position: relative;
}
.mobile-tabs .tab {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
}
.mobile-tabs .tab.active {
  color: #F3DDB2;
  position: relative;
}
.mobile-tabs .tab.active::after {
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/yellow_line.svg") no-repeat;
}
.mobile-tabs .close-menu {
  position: absolute;
  right: 10px;
  top: 0;
}

.tab-content {
  display: none;
  animation: fade 0.3s ease;
  /* overflow-y: auto; */
  flex: 1;
}
.tab-content ul li {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  list-style: none;
  padding: 12px 0;
}
.tab-content ul li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tab-content ul li a {
  color: #fff;
}
/*  
.tab-content ul li:hover a {
  color: #F3DDB2;
}
*/
#menu-category li a:hover,
.sub-menu li a:hover {
  color: #F3DDB2;
}
.tab-content .header__selects {
  margin-top: 30px;
}
.tab-content .header__selects .currency,
.tab-content .header__selects .language {
  border: none;
  background: transparent;
  font-family: "Playfair";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}
.tab-content {
	overflow-y: auto;
    height: 70vh;
}
.tab-content.active {
  display: block;
}
#menu-category .menu-item .sub-menu {
	margin-left: 15px;
    margin-top: 10px;
}
#menu-category .menu-item .sub-menu li:last-child {
 padding: 12px 0 0;
}

/*------- pll-parent-menu-item ----------*/
.pll-parent-menu-item:hover .sub-menu {
  opacity: 0;
  visibility: hidden;
}
/* контейнер */
.pll-parent-menu-item {
  position: relative;
}

/* кнопка */
.pll-parent-menu-item > a {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

/* стрілка */
.pll-parent-menu-item > a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  margin-left: 6px;
  transition: 0.3s;
}

/* dropdown */
.pll-parent-menu-item .sub-menu {
  position: absolute;
  top: 110%;
  left: 0; /* краще для хедера */
  min-width: 140px;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  padding: 6px 0;
  color: #fff;
  background: linear-gradient(180deg, #0b0f1a, #0f172a);

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.25s;
  z-index: 999;
}

/* відкрито */
.pll-parent-menu-item.open .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* стрілка rotate */
.pll-parent-menu-item.open > a::after {
  transform: rotate(-135deg);
}

/* пункти */
.pll-parent-menu-item .sub-menu li a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  color: #ffffff;
  text-decoration: none;
}

.pll-parent-menu-item > .sub-menu li a:hover {
  color: #F3DDB2;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1200px) {
  .header__inner .logo-header {
    width: 220px;
    text-align: center;
  }
  .header__inner .logo-header::after {
    left: -40px;
  }
  .header__inner .logo-header a img {
    max-width: 148px;
  }
  .header__inner .header__inner-center .menu-toggle {
    margin-right: 20px;
  }
  .header__inner .header__inner-center .header-search .input-search {
    width: 220px;
    padding: 11px 4px 11px 11px;
  }
  .header__inner .header__inner-center .header-search button {
    padding: 13px 16px;
  }
  .header__inner .header__actions .header-cart-wrap:after {
    display: none;
  }
  .mobile-tabs {
    margin: 30px 0 20px;
  }
}
@media (max-width: 1024px) {
  .header__inner .logo-header {
    margin-left: 6%;
  }
  .menu-toggle-mob {
    display: block;
    width: 40px;
  }
  .header__inner .logo-header::after {
    display: none;
  }
  .header__inner .logo-header a img {
    padding: 10px 0 4px;
  }
  .header__inner .header__actions .header__selects {
    /* display: none; */
  }
  .header__inner .header__actions .wishlist {
    display: none;
  }
  .header__inner .header__actions .header-login {
    display: none;
  }
  .header__inner .header__inner-center {
    display: none;
  }
}

/* account */
.account-header {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.account-avatar img {
    border-radius: 50%;
}

.account-stats {
    margin-left: auto;
    display: flex;
    gap: 20px;
}

.stat {
    text-align: center;
}

.um-orders {
    display: grid;
    gap: 15px;
}

.order-card {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 10px;
}

/*------------ wcuCurrencySwitcher  ----------*/

  .wcuCurrencySwitcherWidget {
    margin-bottom: 0 !important;
  }
  /* контейнер */
  .currency-switcher {
    position: relative;
  }
  /* select-like */
  .wcuCurrencySwitcher {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 35px 8px 12px;
    cursor: pointer;
    margin-bottom: 0;
  }

  /* стрілка */
  .wcuCurrencySwitcher::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(45deg);
  }
  .chosen-container-single .chosen-single {
    background: transparent !important;
    width: 66px !important;
    border: none !important;
  }
  .chosen-container-single .chosen-single span {
    color: #fff !important;  
  }
  .chosen-container .chosen-drop { 
    background: #20243A !important;
  }
  .chosen-container-single .chosen-drop {
    z-index: 500 !important;
  }
  .chosen-container .chosen-results li.active-result {
    color: #fff !important; 
  }
  .chosen-container-active.chosen-with-drop .chosen-single {
    color: #fff;  
  }
  .chosen-container .chosen-results {
    width: 60px;
  }
  .chosen-container .chosen-results li.highlighted {
    background-color: #20243A !important;
  }
  .chosen-container .chosen-results li.active-result {
    font-size: 14px !important;
  }


  .chosen-results li {
    color: #fff !important; 
  }
  /* dropdown */
  .wcuCurrencySwitcherDropdown {
    border-radius: 8px;
    overflow: hidden;
  }

  .wcuCurrencySwitcherDropdown li:hover {
    background: #f5f5f5;
  }





@media (max-width: 768px) {
  .menu-toggle-mob {
    display: block;
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(180deg, #0b0f1a, #0f172a);
    transform: translateX(-100%);
    transition: 0.4s ease;
    z-index: 999;
    padding: 20px;
  }
  .nav.active {
    transform: translateX(0);
  }
  .mobile-menu__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
}
.hero {
  position: relative;
  background: url("../img/main_bg.png") center/cover no-repeat;
  min-height: 100%;
}

.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 12% 0;
  color: #fff;
}
.hero__content .hero-title {
  font-size: clamp(32px, 4vw, 48px);
  margin-bottom: 18px;
  text-transform: uppercase;
}
.hero__content .hero-title span {
  font-size: clamp(36px, 4vw, 56px);
  color: #F3DDB2;
}
.hero__content .hero-title .text-itelic {
  display: inline-block;
  position: relative;
}
.hero__content .hero-title .text-itelic::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/collection-line.svg") no-repeat;
}
.hero__content .hero-text {
  font-size: clamp(18px, 4vw, 28px);
  margin: 0 10px 30px;
}
.hero__content .hero__buttons {
  display: flex;
  gap: 30px;
  margin: 0 auto;
}
.hero__content .hero__buttons .btn {
  position: relative;
  padding: 20px 40px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.hero__content .hero__buttons .btn img {
  width: 18px;
  margin-right: 6px;
}
.hero__content .hero__buttons .btn--primary {
  background: linear-gradient(131deg, #844c1d 0%, #eba84e 50.48%, #5a2f0c 100%);
}
.hero__content .hero__buttons .btn--primary:hover {
  box-shadow: 0 0 10px 1px rgba(208, 144, 65, 0.4);
}
.hero__content .hero__buttons .btn--primary::after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: calc(50% - 25px);
  width: 50px;
  height: 30px;
  background: url("../img/main-btn-dot.svg") no-repeat;
  z-index: 1;
}
.hero__content .hero__buttons .btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* товщина бордера */
  border-radius: inherit;
  background: linear-gradient(90deg, #B9844A, #F7E0A4, #CDA676);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.hero__content .hero__buttons .btn--secondary {
  background: linear-gradient(131deg, #0e1b39 0%, #192f51 50.48%, #10203d 100%);
}
.hero__content .hero__buttons .btn--secondary:hover {
  box-shadow: 0 0 10px 1px rgba(53, 104, 184, 0.4);
}
.hero__content .hero__buttons .btn--secondary::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 25px);
  width: 50px;
  height: 15px;
  background: url("../img/second-btn-dot.svg") no-repeat;
  z-index: 1;
}
.hero__content .hero__buttons .btn--secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* товщина бордера */
  border-radius: inherit;
  background: linear-gradient(90deg, #334460, #DDF4FF, #414A66);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.hero__content .hero__buttons .btn--ghost {
  backdrop-filter: blur(2px);
  background: rgba(83, 83, 83, 0.2);
}
.hero__content .hero__buttons .btn--ghost:hover {
  box-shadow: 0 0 10px 1px rgba(180, 178, 178, 0.4);
}
.hero__content .hero__buttons .btn--ghost::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* товщина бордера */
  border-radius: inherit;
  background: linear-gradient(90deg, #958786, #8D8D99, #958786);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

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

/* SECTION */
.auctions {
  padding: 0 0 20px;
}

/* HEADER */
.auctions__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #0f172a, #1e293b);
  padding: 20px 25px;
  border-radius: 12px 12px 0 0;
  color: #fff;
}
.auctions__header .auctions__title {
  font-size: 22px;
  position: relative;
}
.auctions__header .auctions__title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  height: 100%;
  background: url("../img/yellow_line.svg") center/cover no-repeat;
}
.auctions__header .auctions__all {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.auctions__header .auctions__all img {
  width: 8px;
  margin-left: 5px;
}
.auctions__header .auctions__all:hover {
  color: #F3DDB2;
}

/* GRID */
.auctions__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  background: #f3f4f6;
  padding: 25px;
  border-radius: 0 0 12px 12px;
}

/* CARD */
.auction-card {
  display: flex;
  gap: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  border: 1px solid #e5e7eb;
  transition: 0.3s;
}

.auction-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* BADGE */
.auction-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #6b3f1d;
  color: #ffffff;
  padding: 8px;
  border-radius: 6px;
  font-size: 14px;
}

/* IMAGE */
.auction-card__image img {
  width: 210px;
  height: auto;
}

/* CONTENT */
.auction-card__content {
  flex: 1;
  color: #000;
}

.auction-card__title {
  font-size: 18px;
  margin-bottom: 10px;
}

.auction-card__meta p {
  margin: 3px 0;
  font-size: 14px;
}

.auction-card__price {
  margin-top: 10px;
  font-size: 15px;
}

.auction-card__price strong {
  font-size: 18px;
}

.auction-card__time {
  margin-top: 5px;
  font-size: 14px;
}

.auction-card__time span {
  color: #dc2626;
  font-weight: 600;
}

/* BUTTON */
.auction-card__btn {
  display: inline-block;
  margin-top: 12px;
  background: #991b1b;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.auction-card__btn:hover {
  background: #7f1d1d;
}

/* SECTION */
.new-products {
  padding: 40px 0;
  /* HEADER */
}
.new-products .new-products__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.new-products .new-products__header .new-products__title {
  font-size: 26px;
  font-weight: 600;
  position: relative;
  color: #000;
}
.new-products .new-products__header .new-products__title::after {
  content: "";
  width: 100%;
  height: 12px;
  background: url("../img/polygon-line.svg") center/cover no-repeat;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.new-products .new-products__header .new-products__all {
  text-decoration: none;
  color: #111;
  border-bottom: 1px solid #d4a017;
}

.new-products .new-products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.new-products .product-card {
  background: #F0EFF4;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  position: relative;
}
.new-products .product-card:hover {
  transform: translateY(-2px);
}

.new-products .product-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #802a0e;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 13px;
}

.new-products .product-card__image {
  background: #f3f4f6;
  padding: 20px;
  text-align: center;
}
.new-products .product-card__image img {
  max-width: 100%;
  height: auto;
}

.new-products .product-card__body {
  padding: 15px;
}
.new-products .product-card__body .product-card__title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
}
.new-products .product-card__body .product-card__meta {
  font-size: 16px;
  color: #202020;
}
.new-products .product-card__body .product-card__sku {
  font-size: 16px;
  color: #000000;
  margin: 5px 0 10px;
}
.new-products .product-card__body .product-card__sku span {
  font-weight: 600;
}

.new-products .product-card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-products .product-card__price {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.new-products .product-card__actions {
  display: flex;
  gap: 8px;
}
.new-products .product-card__actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  width: 46px;
  height: 46px;
}
.new-products .product-card__actions button img {
  width: 22px;
  height: 22px;
}
.yith-add-to-wishlist-button-block {
  margin: 0;
}
.yith-wcwl-add-to-wishlist-button:is(button) svg, .yith-wcwl-add-to-wishlist-button:is(button) img {
  width: 28px;
  height: 28px;
  color: #000;
}
.yith-wcwl-add-to-wishlist-button:is(button) {
  padding: 0;
}
.yith-wcwl-add-to-wishlist-button:is(button) .yith-wcwl-icon-svg__wrapper {
  background: #FDFDFD;
  border: 1px solid #E1E1E1;
  padding: 8px;
  border-color: 6px;
}
.yith-wcwl-add-to-wishlist-button:is(button) .yith-wcwl-icon-svg__wrapper:hover {
  background: #efeded;
}
.new-products .product-card__actions .add-to-cart {
  position: relative;
  background: linear-gradient(180deg, #d4a017, #7c2d12);
  border: 1px solid #E1E1E1;
  padding: 5px;
}
.new-products .product-card__actions .add-to-cart:hover {
  background: linear-gradient(180deg, #c79516, #7c2d12);
}
.add_to_cart_button {
  background: linear-gradient(180deg, #d4a017, #6f2810);
  color: #ffffff;
}
.wc-block-grid {
  margin-top: 40px;
}

.advantages {
  width: 80%;
  background: linear-gradient(90deg, #191c2b 0%, rgba(25, 28, 43, 0.9) 100%);
  border-radius: 8px;
  padding: 46px 24px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  position: relative;
}
.advantages::after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 0;
  width: 64px;
  height: 64px;
  background: url("../img/left-traced.svg") no-repeat;
}
.advantages::before {
  position: absolute;
  content: "";
  top: 0;
  right: -9px;
  width: 64px;
  height: 64px;
  background: url("../img/right-traced.svg") no-repeat;
}
.advantages .advantages__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.advantages .advantages__list li {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.advantages .advantages__list li img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.collections {
  padding: 40px 0;
}

.collections__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.collections__header .collections__title {
  font-size: 26px;
  color: #000;
  position: relative;
  color: #000;
}
.collections__header .collections__title::after {
  content: "";
  width: 100%;
  height: 12px;
  background: url("../img/polygon-line.svg") center/cover no-repeat;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.collections__header .collections__all {
  font-size: 20px;
  text-decoration: none;
  color: #111;
  border-bottom: 1px solid #d4a017;
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.collections-grid .collections-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #F0EFF4;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  position: relative;
}
.collections-grid .collections-card:hover {
  transform: translateY(-2px);
}
.collections-grid .collections-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #1d067a;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 13px;
}
.collections-grid .collections-card__image {
  max-width: 340px;
}
.collections-grid .collections-card__image img {
  min-width: 100%;
  height: 100%;
}
.collections-grid .collections-card__content {
  padding: 20px;
  color: #000;
}
.collections-grid .collections-card__content .auction-card__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 100%;
  color: #000;
}
.collections-grid .collections-card__content .collections-card__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000;
  margin-bottom: 12px;
}
.collections-grid .collections-card__content span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.collections-grid .collections-card__content .collections-card__list {
  margin-bottom: 20px;
}
.collections-grid .collections-card__content .collections-card__list li {
  list-style: none;
  font-size: 14px;
}
.collections-grid .collections-card__content .collections-card__link {
  padding: 13px 26px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #bf2a2a 0%, #881c1c 100%);
}
.collections-grid .collections-card__content .collections-card__link:hover {
  background: linear-gradient(180deg, #b62727 0%, #7a1818 100%);
}

.notfound {
  max-width: 700px;
  width: 100%;
  margin: 40px auto;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  background: #f0eff4;
  border-radius: 12px;
  position: relative;
}
.notfound:after {
  position: absolute;
  display: inline-block;
  content: "";
  left: -20px;
  top: -15px;
  width: 55px;
  height: 56px;
  transform: rotate(90deg);
  background: url("../img/left-traced.svg") no-repeat;
}

.wpcf7-form {
  padding: 30px 40px;
}
.wpcf7-form .notfound-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpcf7-form .notfound-header h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #000;
  text-align: center;
  margin-bottom: 6px;
}
.wpcf7-form .notfound-header p {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
  max-width: 200px;
}
.wpcf7-form .notfound-row {
  margin-bottom: 10px;
}
.wpcf7-form .notfound-row .notfound-field p {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 10px;
}
.wpcf7-form .notfound-row .notfound-field p span .custom-select {
  position: relative;
}
.wpcf7-form .notfound-row .notfound-field p span input,
.wpcf7-form .notfound-row .notfound-field p span .custom-select {
  font-family: "Playfair";
  width: 100%;
  background: #ffffff;
  padding: 12px 16px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}
.wpcf7-form .notfound-row .notfound-field p span .custom-select:after {
  position: absolute;
  display: inline-block;
  content: "";
  right: 16px;
  top: 45%;
  width: 12px;
  height: 6px;
  background: url("../img/select-arrow.svg") center/cover no-repeat;
}
.wpcf7-form .notfound-row textarea {
  font-family: "Playfair";
  font-size: 14px;
  width: 100%;
  background: #ffffff;
  padding: 12px 16px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}
.wpcf7-form .notfound-row .notfound-field-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.wpcf7-form .notfound-row .notfound-field-inputs .input-1 {
  grid-area: 1/1/2/2;
}
.wpcf7-form .notfound-row .notfound-field-inputs .input-2 {
  grid-area: 1/2/2/3;
}
.wpcf7-form .notfound-row .notfound-field-inputs .input-3 {
  grid-area: 2/1/3/3;
}
.wpcf7-form .notfound-row .notfound-field-inputs input {
  font-family: "Playfair";
  width: 100%;
  background: #ffffff;
  padding: 12px 16px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}
.wpcf7-form .notfound-submit-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #bf2a2a 0%, #881c1c 100%);
  border-radius: 6px;
  padding: 12px 24px;
}
.wpcf7-form .notfound-submit-btn:hover {
  background: linear-gradient(180deg, #b52727 0%, #771818 100%);
}

/* =========================
   1200px
========================= */
@media (max-width: 1200px) {
  .hero__content {
    padding: 20% 0;
  }
}
/* =========================
   960px
========================= */
@media (max-width: 960px) {
  .hero__content .hero-title .text-itelic::after {
    bottom: -12px;
    left: -20px;
    width: 200px;
    height: 35px;
  }
  .hero__content .hero__buttons {
    gap: 15px;
    flex-direction: column;
  }
  .auctions__grid {
    grid-template-columns: 1fr;
  }
  .new-products .new-products__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .advantages {
    width: 100%;
  }
  .advantages .advantages__list {
    grid-template-columns: 1fr;
  }
  .advantages .advantages__list li {
    font-size: 16px;
  }
  .advantages .advantages__list li img {
    width: 22px;
    height: 22px;
  }
  .collections-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .collections-grid .collections-card {
    grid-template-columns: 40% 1fr;
  }
}
/* =========================
   768px
========================= */
@media (max-width: 768px) {
  .hero__content {
    padding: 35% 0 25%;
  }
  .auction-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .auction-card__image img {
    width: 140px;
  }
  .new-products .new-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* =========================
   600px
========================= */
@media (max-width: 600px) {
  .collections-grid .collections-card {
    grid-template-columns: 1fr;
  }
  .collections-grid .collections-card .collections-card__image {
    max-width: 100%;
  }
  .wpcf7-form {
   padding: 20px 15px;
  }
 
}
/* =========================
   480px
========================= */
@media (max-width: 480px) {
  .auctions__header {
    gap: 10px;
    text-align: center;
  }
  .auction-card {
    padding: 15px;
  }
  .auction-card__title {
    font-size: 16px;
  }
  .new-products .new-products__grid {
    grid-template-columns: 1fr;
  }
  .new-products .new-products__header {
     display: flex;
     flex-direction: column;
     align-items: center;
  }
  .new-products .new-products__header .new-products__title {
      margin-bottom: 12px;
  }
  .collections__header {
    align-items: center;
    flex-direction: column;
  }
  .collections__header .collections__title {
    margin-bottom: 25px;
  }
  .notfound {
    width: 100%;
    margin: 20px auto;
  }
  .wpcf7-form .notfound-row .notfound-field p {
    grid-template-columns: repeat(1, 1fr);
  }
  .wpcf7-form .notfound-row .notfound-field-inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .wpcf7-form .notfound-row .notfound-field-inputs .input-1 {
    grid-area: 1/1/2/3;
  }
  .wpcf7-form .notfound-row .notfound-field-inputs .input-2 {
    grid-area: 2/1/3/3;
  }
  .wpcf7-form .notfound-row .notfound-field-inputs .input-3 {
    grid-area: 3/1/4/3;
  }
}
/* ===== QUICK SEARCH ===== */
.quick-search-wrapper {
  padding: 60px 0;
}
.quick-search-wrapper .quick-search {
  background: linear-gradient(133deg, #191c2b 0%, #26293e 32.69%, #1c1f30 63.46%, #20243a 100%);
  border-radius: 16px;
  padding: 40px 10% 60px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.quick-search-wrapper .quick-search::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -16px;
  width: 64px;
  height: 64px;
  background: url("../img/left-traced.svg") no-repeat;
}
.quick-search-wrapper .quick-search::before {
  position: absolute;
  content: "";
  top: 0;
  right: -9px;
  width: 64px;
  height: 64px;
  background: url("../img/right-traced.svg") no-repeat;
}
.quick-search-wrapper .qs-header {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.quick-search-wrapper .qs-header h3 {
  display: inline-block;
  font-weight: 500;
  font-size: clamp(17px, 4vw, 30px);
  text-align: center;
  position: relative;
  color: #fff;
}
.quick-search-wrapper .qs-header h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
  background: url("../img/qs-line.svg") center / cover no-repeat;
  z-index: 1;
}
.quick-search-wrapper .qs-row {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  flex-wrap: wrap;
}
.quick-search-wrapper .qs-row .qs-field {
  flex: 1;
  min-width: 150px;
}
.quick-search-wrapper .qs-row .qs-field label {
  font-size: 14px;
  color: #dfdfdf;
  margin-bottom: 12px;
}
.quick-search-wrapper .qs-row .qs-field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Playfair";
  width: 100%;
  background: #13161d;
  padding: 12px 20px;
  border: 1px solid #2c2f36;
  border-radius: 8px;
  font-weight: 300;
  font-size: 14px;
  color: #b6b6b6;
}
.quick-search-wrapper .qs-row .qs-search-btn {
  background: linear-gradient(180deg, #e0af6c 0%, #55340a 100%);
  border: 1px solid #e3b888;
  border-radius: 6px;
  padding: 13px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  cursor: pointer;
  height: 43px;
}
.quick-search-wrapper .qs-row .qs-search-btn:hover {
  background: linear-gradient(180deg, #d1a364 0%, #4a2e08 100%);
}

.quick-search-wrapper .qs-footer {
  margin: 15px auto 0;
  text-align: right;
  max-width: 500px;
}
.quick-search-wrapper .qs-footer .qs-advanced {
  font-weight: 500;
  font-size: 16px;
  color: #f3ddb2;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.quick-search-wrapper .qs-footer .qs-advanced img {
  width: 6px;
  margin-left: 4px;
}
.quick-search-wrapper {
  /* ===== MODAL ===== */
}
.quick-search-wrapper .qs-modal {
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  height: 100%;
  padding: 25px;
  border-radius: 12px 0 0 12px;
  background: #1D2132;
  color: #fff;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  z-index: 999;
  overflow-y: auto;
}
/* блокування скролу */
body.no-scroll {
  overflow: hidden;
}
.quick-search-wrapper .qs-modal.active {
  right: 0;
}
.quick-search-wrapper .qs-modal.active > body {
  overflow: hidden;
}
.quick-search-wrapper .qs-modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.quick-search-wrapper .qs-modal-header {
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.quick-search-wrapper .qs-modal-header h3 {
  font-size: 24px;
  font-weight: 600;
}
.quick-search-wrapper .qs-modal-body {
  padding: 15px;
  overflow-y: auto;
  flex: 1;
}
.quick-search-wrapper .qs-modal-body h4 {
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: 600;
}
.quick-search-wrapper .qs-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-left: 15px;
}
.quick-search-wrapper .qs-group input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
.quick-search-wrapper .qs-group input[type=checkbox]::before {
  content: "";
  position: absolute;
  left: -14px;
  top: -13px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #394257;
  border: 1px solid #2C2F36;
}
.quick-search-wrapper .qs-group input[type=checkbox]:checked::before {
  background: #EBA84E;
}
.quick-search-wrapper .qs-group input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: -9px;
  top: -12px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.quick-search-wrapper .qs-group .range {
  display: flex;
  gap: 10px;
  margin-left: -20px;
}
.quick-search-wrapper .qs-group .range input {
  flex: 1;
  padding: 10px;
  border-radius: 8px;
  background: #13161D;
  color: #fff;
  border: 1px solid #2C2F36;
  max-width: 140px;
}
.quick-search-wrapper .qs-modal-footer {
  padding: 15px;
  border-top: 1px solid rgba(197, 197, 197, 0.0941176471);
  display: flex;
  justify-content: space-between;
}
.quick-search-wrapper .qs-modal-footer .apply {
  background: linear-gradient(180deg, #e0af6c 0%, #55340a 100%);
  border: 1px solid #e3b888;
  border-radius: 6px;
  color: #fff;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
.quick-search-wrapper .qs-modal-footer .reset {
  background: none;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
}

@media (max-width: 768px) {
  .quick-search-wrapper .qs-footer {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .quick-search-wrapper .qs-row {
    flex-direction: column;
  }
  .quick-search-wrapper .qs-row .qs-field {
    min-width: 100%;
  }
  .qs-search-btn {
    width: 100%;
  }
  .qs-modal {
    width: 100%;
  }
  .quick-search-wrapper .quick-search {
    padding: 60px 5% 60px;
   }
}
.sidebar {
  width: 250px;
  background: #111827;
  padding: 16px;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .sidebar {
    width: 100%;
  }
}
.footer {
  background: url('../img/footer_bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 99%;
  padding: 40px 0;
  margin-top: 40px;
  color: #fff;
  border-radius: 20px 20px 0 0;
}
.footer .footer__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.footer .footer__grid .footer-widget .footer-logo img {
  width: 160px;
}
.footer .footer__grid .footer-widget p {
  font-weight: 300;
  font-size: 16px;
  max-width: 200px;
}
.footer .footer__grid .footer-widget h4 {
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #f3ddb2;
  margin-bottom: 12px;
  position: relative;
}
.footer .footer__grid .footer-widget h4::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 100%;
  background: url("../img/footer-line.svg") center/cover no-repeat;
}
.footer .footer__grid .footer-widget ul li {
  list-style: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
}
.footer .footer__grid .footer-widget ul li a {
  color: #fff;
}
.footer .footer__grid .footer-widget ul li a:hover {
  color: #F3DDB2;
}
.footer .footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(10px);
  background: rgba(23, 24, 30, 0.8);
  border: 1px solid rgba(63, 60, 67, 0.48);
  border-radius: 8px;
  padding: 18px;
  margin-top: 20px;
}
.footer .footer-copyright p {
  font-weight: 300;
  font-size: 14px;
}
.footer .footer-copyright .logo-cards li {
  margin: 0 8px;
}
.footer .footer-copyright .logo-cards li img {
  width: 100%;
  height: 24px;
}
.footer .footer-copyright ul {
  display: flex;
  align-items: center;
}
.footer .footer-copyright ul li {
  list-style: none;
  margin-right: 4px;
}
.footer .footer-copyright ul li img {
  width: 16px;
}
.footer .footer-copyright ul li p {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 18px;
}
.footer .footer-copyright .raiting {
  display: flex;
  align-items: center;
}
.footer .footer-copyright .perfect-text {
  font-weight: 500;
  font-size: 18px;
  margin-left: 10px;
  position: relative;
}
.footer .footer-copyright .perfect-text::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background: url("../img/footer-line.svg") center/cover no-repeat;
}

@media (max-width: 960px) {
  .footer .footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer .footer-copyright {
    flex-direction: column;
  }
  .footer .footer-copyright p {
    margin-bottom: 15px;
  }
  .footer .footer-copyright .logo-cards {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .footer .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .footer .footer__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .footer .footer__grid .widget-1 {
    grid-area: 1/1/2/3;
    text-align: center;
    padding-top: 50px;
  }
  .footer .footer__grid .widget-1 p {
    max-width: 280px;
    margin: 0 auto;
  }
  .footer .footer__grid .widget-2 {
    grid-area: 2/1/3/2;
  }
  .footer .footer__grid .widget-3 {
    grid-area: 2/2/3/3;
  }
  .footer .footer__grid .widget-4 {
    grid-area: 3/1/4/2;
  }
  .footer .footer__grid .widget-5 {
    grid-area: 3/2/4/3;
  }
}/*# sourceMappingURL=main-style.css.map */