.menu-wide .nav-parent {
  padding: 0;
  border-bottom: 1px solid rgb(213, 213, 213);
}
.menu-wide ul {
  padding: 0;
}
.menu-wide .menu-item-has-children .child-dropdown svg {
  fill: var(--navbar-text-color);
}
.menu-wide .menu-item-has-children .child-dropdown svg path {
  fill: var(--navbar-text-color);
}
.menu-wide .menu-item-has-children .child-dropdown:hover svg path {
  fill: var(--accent-color-hover);
}
.menu-wide .child-0 li figure a figcaption {
  left: 50%;
  transform: translate(-50%);
}
@media (min-width: 1024px) {
  .menu-wide {
    padding: 0;
  }
  .menu-wide ul {
    padding-left: 30px;
    padding-right: 20px;
  }
  .menu-wide .nav-parent {
    height: 46px;
    align-items: center;
  }
  .menu-wide .nav-parent a {
    border-bottom: 5px solid transparent;
    transition: border-color 0.5s ease;
  }
  .menu-wide .nav-parent:hover a {
    border-bottom-color: var(--navbar_background_color);
  }
  .menu-wide .nav-parent:hover ul {
    display: flex;
  }
  .menu-wide .nav-parent .child-0 {
    top: 118px;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
    padding-right: 84px;
    font-weight: 400;
    opacity: 1;
  }
  .menu-wide .nav-parent .child-0 li a {
    border: none;
  }
  .menu-wide .nav-parent .child-0 li a:first-of-type {
    font-weight: 700;
  }
  .menu-wide .nav-parent .child-0 li.link-1 {
    min-width: 250px;
  }
  .menu-wide .nav-parent .child-0 li.link-1.menu-item-has-children {
    flex-direction: column !important;
  }
  .menu-wide .nav-parent .child-0 li.link-1.menu-item-has-children a svg {
    display: none;
  }
  .menu-wide .nav-parent .child-0 li.link-1.menu-item-has-children .child-1 {
    margin-top: 10px;
    flex-direction: column !important;
  }
  .menu-wide .nav-parent .child-0 li.imgs {
    flex: 5;
  }
  .menu-wide .nav-parent .child-0 .link-1 {
    padding-top: 30px;
  }
  .menu-wide .nav-parent .child-0 .link-1 .child-1 li a {
    font-weight: 400;
  }
  .menu-wide .nav-parent .child-0 .link-1 .child-1 li a:hover {
    color: rgb(197, 197, 197);
  }
  .menu-wide .nav-parent .child-1 {
    padding: 0;
  }
  .menu-wide .menu-item {
    border-bottom: none;
  }
}

.child-0 {
  padding-left: 35px;
  width: 300px;
}

.link-1 .child-1 {
  position: static;
}

@media (min-width: 1024px) {
  .menu-wide .current-menu-item > a {
    border-bottom: 1px solid var(--accent-color-hover);
  }
}
header .call-actions .wishlist {
  padding: 7px;
  border: 1px solid rgba(128, 128, 128, 0.273);
  border-radius: 50%;
}
header .call-actions .wishlist svg {
  fill: var(--navbar-text-color);
  opacity: 0.7;
}
header .call-actions .call-to-actions {
  padding: 7px;
  border: 1px solid rgba(128, 128, 128, 0.273);
  border-radius: 50%;
}
header .call-actions .call-to-actions svg {
  stroke: var(--navbar-text-color);
}
header .call-actions .cart {
  padding: 7px;
  border: 1px solid rgba(128, 128, 128, 0.273);
  border-radius: 50%;
}
header [type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-color: var(--navbar-text-color);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}

.menu-mobile-menu-container {
  background-color: white;
}
.menu-mobile-menu-container .menu-wide .nav-parent {
  padding-inline: 16px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.5);
}
.menu-mobile-menu-container .menu-wide .nav-parent a {
  margin-top: 10px;
  font-size: 14px;
  padding: 14px 0;
  font-weight: 600;
}
.menu-mobile-menu-container .menu-wide .nav-parent ul {
  padding-left: 30px;
  padding-right: 20px;
}

.mobile-menu {
  position: relative;
  overflow: hidden;
}
.mobile-menu .drop-down-arrow {
  transform: rotate(-90deg);
}
.mobile-menu .menu-main-container .menu-wide li {
  padding: 0 16px;
}
.mobile-menu .menu-main-container .menu-wide li a span {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.mobile-menu .menu-list li {
  border-bottom: 1px solid rgb(213, 213, 213);
}
.mobile-menu .menu-list li a span {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.menu-list {
  top: 0;
  width: 100%;
  transition: transform 0.3s ease;
}
.menu-list > li {
  padding-left: 16px;
  padding-right: 16px;
}

.menu-list.slide-in-right {
  transform: translateX(100%);
}

.menu-list.visible-right {
  transform: translateX(0);
}

.menu-list.slide-in-left {
  transform: translateX(-100%);
}

.menu-list.visible-left {
  transform: translateX(0);
}

.extra-mobile .mobile .menu-item .child-dropdown svg {
  display: none;
}
.extra-mobile .mobile .menu-item a {
  padding: 6px 0;
}

.banners .f-carousel__viewport .f-carousel__track .f-carousel__slide .slide {
  height: 100%;
}
.banners .f-carousel__viewport .f-carousel__track .f-carousel__slide .slide .content h2 {
  font-size: 36px;
}
.banners .f-carousel__viewport .f-carousel__track .f-carousel__slide .slide .content .title {
  font-size: 52px;
}

.brand-section .brand-title::after {
  background-color: #a5a5a5;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
  max-width: inherit;
}
.brand-section #brandCarousel {
  padding: 0;
}
.brand-section #brandCarousel .f-carousel__viewport .f-carousel__track .f-carousel__slide {
  width: 50% !important;
}
@media (min-width: 768px) {
  .brand-section #brandCarousel .f-carousel__viewport .f-carousel__track .f-carousel__slide {
    width: 16.6666666667% !important;
  }
}
.brand-section #brandCarousel .f-carousel__nav .f-button svg {
  width: 50px;
  height: 50px;
  color: black !important;
}

.product-slider .sliders .f-carousel__viewport {
  overflow: unset;
}
.product-slider .sliders .f-carousel__viewport .f-carousel__track {
  overflow: auto;
}

@media (min-width: 1024px) {
  .product-slider .sliders .f-carousel__viewport {
    overflow: unset;
  }
  .product-slider .sliders .f-carousel__viewport .f-carousel__track {
    overflow: unset;
  }
  .product-slider .sliders .f-carousel__viewport .f-carousel__track .product-card {
    min-height: auto;
  }
  .product-slider .sliders .f-carousel__viewport .f-carousel__track .product-card a .wp-post-image {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.grid-cards-slider .f-carousel__dots {
  display: none;
}
.grid-cards-slider .f-carousel__nav button svg {
  color: white;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .grid-cards-slider .f-carousel__nav button {
    top: 38% !important;
  }
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
  color: #000000;
}

.active-tab {
  border-bottom: 2px solid black;
}

.active-tab p {
  color: black;
}

.tab {
  cursor: pointer;
  display: inline-block;
}

.sliders .slider-wrap {
  overflow-x: scroll;
}
@media (min-width: 1024px) {
  .sliders .slider-wrap {
    overflow-x: unset;
  }
}
.sliders .slider-wrap .f-carousel__slide {
  width: unset;
  width: 50%;
}
@media (min-width: 1024px) {
  .sliders .slider-wrap .f-carousel__slide {
    width: 16.6666666667%;
  }
}

.tabbed-grid .f-carousel .f-carousel__dots {
  display: none;
}
.tabbed-grid .f-carousel__dot {
  color: black;
}
@media (min-width: 1024px) {
  .tabbed-grid .f-carousel__dot {
    color: white;
  }
}
.tabbed-grid .f-carousel__dots {
  display: flex;
  gap: 5px;
}
.tabbed-grid .f-carousel__dots button {
  box-shadow: none;
}
@media (min-width: 1024px) {
  .tabbed-grid .f-carousel__dots {
    position: absolute;
    left: 10%;
    bottom: 3%;
    display: flex;
    justify-content: start;
    background-color: rgba(255, 255, 255, 0);
  }
}
@media (min-width: 1440px) {
  .tabbed-grid .f-carousel__dots {
    bottom: 5%;
  }
}
.tabbed-grid .f-carousel__nav .is-next, .tabbed-grid .f-carousel__nav .is-prev {
  background-color: white;
}
.tabbed-grid .f-carousel__nav .is-next svg path, .tabbed-grid .f-carousel__nav .is-prev svg path {
  height: 40px;
  width: 40px;
  color: #3e3d3d;
}
.tabbed-grid .f-carousel__nav .is-next:hover, .tabbed-grid .f-carousel__nav .is-prev:hover {
  background-color: white;
}
.tabbed-grid .f-carousel__nav .is-next {
  top: 35% !important;
  right: 2% !important;
}
.tabbed-grid .f-carousel__nav .is-prev {
  top: 35% !important;
  left: 0 !important;
}
@media (min-width: 1440px) {
  .tabbed-grid .f-carousel__viewport {
    overflow: visible;
  }
}

.posts-grid .f-carousel-viewport .f-carousel-track {
  gap: 18px;
}
.posts-grid .f-carousel-viewport .f-carousel-track .f-carousel-slide {
  width: 50%;
}
.posts-grid .f-carousel-viewport .f-carousel-track .f-carousel-slide .marque-info .marque-data .title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  .posts-grid .f-carousel-viewport .f-carousel-track .f-carousel-slide .marque-info .marque-data .title {
    font-size: 40px;
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .posts-grid .f-carousel-viewport {
    overflow: unset !important;
  }
  .posts-grid .f-carousel-viewport .f-carousel-track {
    gap: 60px;
  }
  .posts-grid .f-carousel-viewport .f-carousel-track .f-carousel-slide {
    width: 28%;
  }
  .posts-grid .f-carousel-viewport .f-carousel-track .f-carousel-slide .marque-info .marque-data .title {
    font-size: 45px;
    font-weight: 600;
  }
}

#addonify-wishlist-page-container {
  max-width: 1536px;
  margin: 0 auto;
}
#addonify-wishlist-page-container .adfy-wishlist-table-from {
  width: 100%;
}
@media (min-width: 400px) {
  #addonify-wishlist-page-container .adfy-wishlist-table-from {
    max-width: 400px;
  }
}
@media (min-width: 640px) {
  #addonify-wishlist-page-container .adfy-wishlist-table-from {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  #addonify-wishlist-page-container .adfy-wishlist-table-from {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  #addonify-wishlist-page-container .adfy-wishlist-table-from {
    max-width: 1024px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1440px) {
  #addonify-wishlist-page-container .adfy-wishlist-table-from {
    max-width: 1440px;
  }
}
#addonify-wishlist-page-container .adfy-wishlist-table-from {
  margin-left: auto;
  margin-right: auto;
}
#addonify-wishlist-page-container .adfy-wishlist-table-from #addonify-wishlist-table {
  width: 100%;
}
#addonify-wishlist-page-container .adfy-wishlist-table-from #addonify-wishlist-table .addonify-wishlist-items-heading {
  text-align: left;
}
#addonify-wishlist-page-container .adfy-wishlist-table-from #addonify-wishlist-table #adfy-wishlist-table-body tr {
  border-bottom: 1px solid rgb(196, 196, 196);
}
#addonify-wishlist-page-container .adfy-wishlist-table-from #addonify-wishlist-table #adfy-wishlist-table-body tr td {
  vertical-align: top;
}
#addonify-wishlist-page-container .adfy-wishlist-table-from #addonify-wishlist-table #adfy-wishlist-table-body tr .image a img {
  width: 200px;
}

.adfy-wishlist-btn {
  width: 56px !important;
  height: 56px !important;
}
.adfy-wishlist-btn.addonify-add-to-wishlist-btn.adfy-wishlist-shortcode-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none !important;
  padding: 0;
  height: 100%;
  width: 100%;
}
.adfy-wishlist-btn.addonify-add-to-wishlist-btn.adfy-wishlist-shortcode-btn::before {
  background-color: transparent;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23080707" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 21s-6-4.6-8-8c-1.2-2.2-1-5 1.3-6.6C7 4.5 10 6.3 12 9c2-2.7 5-4.5 6.7-2.6 2.3 1.6 2.5 4.4 1.3 6.6-2 3.4-8 8-8 8z"/></svg>');
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23080707" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 21s-6-4.6-8-8c-1.2-2.2-1-5 1.3-6.6C7 4.5 10 6.3 12 9c2-2.7 5-4.5 6.7-2.6 2.3 1.6 2.5 4.4 1.3 6.6-2 3.4-8 8-8 8z"/></svg>');
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #080707;
}
.adfy-wishlist-btn.addonify-add-to-wishlist-btn.adfy-wishlist-shortcode-btn:hover::before {
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23080707" stroke="%23080707" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 21s-6-4.6-8-8c-1.2-2.2-1-5 1.3-6.6C7 4.5 10 6.3 12 9c2-2.7 5-4.5 6.7-2.6 2.3 1.6 2.5 4.4 1.3 6.6-2 3.4-8 8-8 8z"/></svg>');
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23080707" stroke="%23080707" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 21s-6-4.6-8-8c-1.2-2.2-1-5 1.3-6.6C7 4.5 10 6.3 12 9c2-2.7 5-4.5 6.7-2.6 2.3 1.6 2.5 4.4 1.3 6.6-2 3.4-8 8-8 8z"/></svg>');
}
.adfy-wishlist-btn.addonify-add-to-wishlist-btn.adfy-wishlist-shortcode-btn.added-to-wishlist::before {
  background-color: transparent; /* Red color for the filled heart */
  color: transparent; /* Ensure color doesn't affect the SVG */
  mask: none; /* Remove the existing mask */
  -webkit-mask: none; /* Remove the existing mask */
  /* Optional: Add a background image or use a different approach for filling */
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23080707" stroke="%23080707" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 21s-6-4.6-8-8c-1.2-2.2-1-5 1.3-6.6C7 4.5 10 6.3 12 9c2-2.7 5-4.5 6.7-2.6 2.3 1.6 2.5 4.4 1.3 6.6-2 3.4-8 8-8 8z"/></svg>'); /* Red SVG fill */
  display: block; /* Ensure it displays correctly */
  position: absolute;
}
.adfy-wishlist-btn.addonify-add-to-wishlist-btn.adfy-wishlist-shortcode-btn .addonify-wishlist-btn-label {
  display: none;
}

.product-card .wp-post-image {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.product-card .secondary-image {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.product-card:hover .secondary-image {
  opacity: 1;
}

.single-shop-product {
  padding-bottom: 28px;
}
.single-shop-product .product img {
  aspect-ratio: 5/6;
}
.single-shop-product .prices .price {
  display: flex;
  gap: 10px;
}
.single-shop-product .prices .price ins {
  color: black;
  font-weight: bold;
  font-size: 16px;
}
.single-shop-product .prices .price del {
  font-size: 14px;
}

.single-product #main {
  margin-top: 20px;
  max-width: 1300px;
  padding: 0;
}
.single-product #main .product .summary #variants_scroll .adfy-wishlist-btn::before {
  top: 0;
  width: 40px;
  height: 40px;
}
.single-product #main .product .summary #variants_scroll div .addonify-add-to-wishlist-btn-wrapper {
  display: none;
}
.single-product #main .product .summary #variants_scroll div img[alt=variation] {
  border-radius: 50%;
  padding: 2px;
  width: 50px;
  height: 50px;
}

.post-type-archive-product #main {
  max-width: 1300px;
  padding: 0;
}

.woocommerce-checkout article {
  max-width: 1300px;
  margin: 10px auto;
}

@media (min-width: 1024px) {
  #cta-buttons {
    width: 250px;
    min-width: 250px;
  }
}

html {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Roboto", serif;
}

.wp-block-columns.has-background {
  padding: 0;
}

article * {
  color: unset;
}

#loadPreviousPageCon {
  display: none;
}

#product-cart-cta div, #product-cart-cta form {
  background: unset;
  background: white;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-cart-cta div button, #product-cart-cta form button {
  background-color: white;
}
@media (min-width: 1024px) {
  #product-cart-cta div, #product-cart-cta form {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 768px) {
  .banner-class {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}
