/* config do swiper */
body .swiper-button-next:not(.topbar), body .swiper-button-prev:not(.topbar) {
  background-color: white;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1490196078);
  height: 32px;
  width: 32px;
    border-radius: 100%;
}
body .swiper-button-next:after, body .swiper-button-prev:after {
  font-size: 14px;
}
.swiper-pagination{
    display: none;
}
.swiper-button-next, .swiper-button-prev {
  color: var(--color-secondary);
  background: transparent; 
    font-size: 14px
}
footer.main {
  color: #000000;
}
footer.main .rules {
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  overflow: hidden;
}
footer.main .rules .container {
  padding: 0;
}
footer.main .rules .swiper-slide > div {
  padding: 1rem 10px;
  gap: 1rem;
  align-items: center;
}
footer.main .rules .swiper-slide > div h5 {
  color: #000;
  font-weight: 700;
}
footer.main .rules .swiper-slide > div p {
  color: #626262;
  font-size: 11px;
  line-height: 11px;
}
footer.main .newsletter {
  background-color: white;
  
  border-bottom: 1px solid #F5F5F5;
}
footer.main .newsletter h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
footer.main .newsletter span {
  color: #626262;
}
footer.main .newsletter form {
  gap: 1rem;
}
footer.main .newsletter input {
  height: 30px;
  border: none;
  border-bottom: 1px solid black;
  font-size: 14px;
  border-radius: 0;
  padding: 0;
  color: black;
}
footer.main .newsletter input::placeholder {
  color: black;
}
footer.main .newsletter .btn {
  border: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #EDC36A;
  color: white;
  height: 30px;
  padding: 0;
}
footer.main .menu.page {
  padding: 0 10px;
  width: 100%;
}
footer.main .menu.page h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
/*footer.main .menu.page .footer-list {
  margin-bottom: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
footer.main .menu.page .footer-list.open {
  visibility: visible;
  overflow: visible;
  max-height: 400px;
}*/
footer.main .menu.page .footer-list li:first-child {
  margin-bottom: 30px;
}
footer.main .menu.page .footer-list li a {
  color: #626262;
}
footer.main .menu.page .footer-list li a:hover {
  color: #EDC36A;
}
footer.main .menu.page .footer-list li:hover {
  padding-left: 0;
}
footer.main .widget-header{
    align-items: center;
}
footer.main .info {
  width: 100%;
  padding: 0 10px;
}
footer.main .info > div {
  gap: 1rem;
}
footer.main .info h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
footer.main .info p {
  color: #626262;
  line-height: 15px;
}
footer.main .social {
  width: 100%;
  padding: 30px 10px;
  border-bottom: 1px solid #F5F5F5;
}
footer.main .social > div {
  gap: 1rem;
}
footer.main .social h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 1rem;
}
footer.main .social img {
  width: 30px;
}
footer.main .disclaimer {
  padding-bottom: 1rem;
}
footer.main .disclaimer > div {
  gap: 24px;
}
footer.main .disclaimer .lets-google, footer.main .disclaimer .agencia {
  gap: 24px;
}
  footer.main .newsletter {
    
    padding: 0; 
  }
@media screen and (min-width: 768px) {
  footer.main .rules {
    padding: 10px 30px;
  }
  footer.main .rules .swiper-slide {
    flex: 0 0 25%;
    max-width: 25%;
  }
  footer.main .rules .swiper-slide > div {
    justify-content: center;
  }
  footer.main .agencia {
    order: 5;
  } 
  footer.main .newsletter {
    border: none; 
  }
  footer.main .newsletter form {
    margin-top: 1rem;
  }
  footer.main .social, footer.main .info, footer.main .menu.page {
    padding: 0;
    border-bottom: none;
  }
  footer.main .social h5, footer.main .info h5, footer.main .menu.page h5 {
    margin-top: 0;
  }
  footer.main .social .footer-list, footer.main .info .footer-list, footer.main .menu.page .footer-list {
    visibility: visible;
    overflow: visible;
    max-height: 400px;
  }
  footer.main .middle {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    padding: 0 30px;
    gap: 60px;
  }
  footer.main .section-padding {
    display: flex;
    gap: 2rem;
    padding: 30px 0;
    flex-direction: row;
    justify-content: space-between;
  }
  footer.main .disclaimer {
    border-top: 1px solid #F5F5F5;
  }
  footer.main .disclaimer > div {
    padding: 30px;
  }
  .banner.two {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .banner .banner-item:hover {
    transform: none;
  }
  .banner.fullbanner .banner-item:hover img {
    transform: none;
  }
  body #header .header-top {
    background-color: #F5F5F5;
    padding: 10px;
  }
  body #header .header-top .swiper-slide {
    text-align: center;
    font-size: clamp(10px, 2vw, 13px);
    color: #9E9E9E;
  }
  body #header .header-wrap {
    display: grid;
    grid-template-areas: "search logo actions" "category category category";
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 80px 36px;
    row-gap: 0;
    padding: 0;
  }
  body #header .header-wrap .category {
    grid-area: category;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
  }
  body #header .header-wrap .category .burger-icon {
    display: none;
  }
  body #header .header-wrap .category a {
    color: #626262;
  }
  body #header .header-wrap .category .main-menu.main-menu-lh-2 > nav > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  body #header .header-wrap .category .main-menu.main-menu-lh-2 > nav > ul > li {
    padding: 8px 0;
    line-height: 20px;
  }
  body #header .header-wrap svg path {
    fill: #3B3F5A;
  }
  body #header .header-wrap .logo {
    grid-area: logo;
    display: flex;
    justify-content: center;
  }
  body #header .header-wrap .actions {
    display: flex;
    justify-content: end;
    font-size: 12px;
    grid-area: actions;
    gap: 1rem;
    padding-right: 30px;
  }
  body #header .header-wrap .actions a {
    display: flex;
    align-items: center;
  }
  body #header .header-wrap .search {
    grid-area: search;
    position: relative;
    padding-left: 30px;
  }
  body #header .header-wrap .search form {
    position: relative;
    max-width: 366px;
  }
  body #header .header-wrap .search form input {
    height: 22px;
    border: none;
    padding: 0 10px;
    background-color: transparent;
    color: #9E9E9E;
    border-bottom: 1px solid #9E9E9E;
    font-size: 13px;
    min-width: 366px;
    border-radius: 0;
  }
  body #header .header-wrap .search form button {
    position: absolute;
    right: 3px;
    top: 3px;
  }
  body #header .header-wrap .pro-count {
    background-color: #3B3F5A;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: white;
    position: inherit;
  }
  body .grid-home-banner-two {
    gap: 30px;
  }
  body .grid-home-banner-two .banner-item:hover {
    transform: none;
  }
  body .grid-home-banner-two .banner-grid > .row {
    gap: 30px;
  }
}
#header .container-top {
  background-color: #F5F5F5;
}
#header .container-top .header-top {
  padding: 10px;
  max-width: 600px;
  margin: 0 auto;
}
#header .container-top .header-top .swiper-slide {
  text-align: center;
  font-size: clamp(10px, 2vw, 13px);
  color: #9E9E9E;
}
#header .container-top .header-top .swiper-button-next, #header .container-top .header-top .swiper-button-prev {
  color: #9E9E9E;
  width: 5px;
}
#header .container-top .header-top .swiper-button-next::after, #header .container-top .header-top .swiper-button-prev::after {
  font-size: 10px;
}
#header .container {
  padding: 0;
}
#header .header-wrap {
  display: grid;
  grid-template-areas: "category logo actions" "search search search";
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  row-gap: 12px;
  padding-top: 10px;
}
#header .header-wrap .category {
  grid-area: category;
  padding-left: 10px;
}
#header .header-wrap .logo {
  grid-area: logo;
}
#header .header-wrap .mini-cart-icon {
  position: relative;
}
#header .header-wrap .pro-count {
  background-color: #EDC36A;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  position: absolute;
  top: 0;
  right: -4px;
  color: white;
}
#header .header-wrap .actions {
  font-size: 0;
  grid-area: actions;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding-right: 16px;
}
#header .header-wrap .actions a {
  color: #000;
  text-transform: uppercase;
}
#header .header-wrap .search {
  grid-area: search;
  position: relative;
}
#header .header-wrap .search form input {
  height: 39px;
  border: none;
  padding: 0 10px;
  background-color: #F5F5F5;
  color: #626262;
  font-size: 10px;
  width: 100%;
}
#header .header-wrap .search form button {
  position: absolute;
  right: 13px;
  top: 13px;
  background-color: transparent !important;
  border: none;
  padding: 0;
}
.header-nav .main-menu {
    width:100%;
}
header .all-categories{ 
    flex:0 0 18%;
  position: relative;
}
body .header-wrap .header-nav{
    width:100%;
}
.header-wrap .btn-categories{
    background: transparent;
    font-size: 12px;
    padding-left: 0px;
    color:#EEC878
}
.banner.two {
  padding-top: 3rem;
  gap: 16px;
}

.grid-home-banner-two {
  grid-column-gap: 30px;
  align-items: center;
  padding: 30px 0;
  display: flex;
  gap: 10px;
}
.grid-home-banner-two .banner-position {
  margin: 0;
  padding: 0;
}
.grid-home-banner-two .banner-grid > .row {
  display: grid;
  gap: 10px;
  margin: 0;
  grid: repeat(2, 1fr)/repeat(2, 1fr);
}
.grid-home-banner-two .banner-grid > .row .col-md-3 {
  width: 100%;
  padding: 0;
  margin: 0;
  max-width: 323px;
}
.grid-home-banner-two .banner-grid > .row .col-md-3 .banner-item {
  height: auto;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px !important;
    padding: 0 30px;
  }
}
/*.product-list-carousel .section-title {
  color: #BEBEBE;
  font-size: clamp(16px, 2vw, 22px);
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 70px;
  align-items: center;
  margin-top: 2rem;
}
.product-list-carousel .section-title:after {
  content: "";
  height: 1px;
  width: 40%;
  background-color: #BEBEBE;
  display: block;
  width: 100%;
}
.product-list-carousel .section-title:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #BEBEBE;
  display: block;
}*/

@media screen and (max-width: 767px) {
  body .main-menu {
    display: block !important;
    top: 72px;
    z-index: 4;
    height: 100dvh;
    width: 80vw;
    background-color: white;
    overflow: auto;
    left: -100vw;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    position: absolute;
  }
  body .main-menu .mega-menu-list {
    display: flex;
    flex-direction: column;
  }
  body .main-menu .mega-menu-list li {
    padding: 10px 20px;
    border-top: 1px solid #ECECEC;
    font-size: 18px;
  }
  body .main-menu .mega-menu-list li a {
    color: #626262;
  }
  body.open-category {
    overflow: hidden !important;
  }
  body.open-category .main-menu {
    left: 0;
    visibility: visible;
  }
  body.open-category .blocked {
    opacity: 1;
    visibility: visible;
  }
}
.blocked {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.product-page {
  color: #000;
}
.product-page .page-header.breadcrumb-wrap {
  color: #000;
  padding: 10px;
  background-color: transparent;
}
.product-page .page-header.breadcrumb-wrap .breadcrumb {
  color: #000;
  font-size: 12px;
  overflow: auto;
  scrollbar-width: none;
  align-items: center;
  white-space: nowrap;
  flex-wrap: nowrap;
  display: flex;
}
.product-page .page-header.breadcrumb-wrap .breadcrumb span {
  padding: 0 4px;
}
.product-page .page-header.breadcrumb-wrap .breadcrumb span::before {
  content: "|";
}
.product-page .page-header.breadcrumb-wrap a {
  color: #000;
}
.product-page .container {
  padding: 0;
}
/*medias galeria*/
.product-gallery  .swiper-slide figure,
.product-gallery  .swiper-slide{
    height: 600px;
    position: relative;
    background: #FFF;
    border-radius: 10px;
}
 
.product-medias-all  .zoom-icon{
    position: absolute;
    right:10px;
    top:10px;
    z-index: 22;
    display:none
}
.product-gallery  .swiper-slide img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}
.product-detail-gallery .product-gallery{
    flex:0 0 75%;
    max-width: 600px;
    height: 500px;
}
.product-gallery  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.product-gallery  .swiper-slide figure {
    width: 100%;
    display: block;
}


.product-detail-gallery .swiper {
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.product-detail-gallery  .swiper-slide {
    background-size: cover;
    background-position: center;
}

.product-detail-gallery  {
    height: 100%;
    width: 100%;
    max-width: auto!important;
    position:relative;
}

.product-detail-gallery .product-thumb {
    height: 500px;
    box-sizing: border-box; 
     
}

.product-detail-gallery .product-thumb .swiper-slide {
    
}

.detail-gallery .product-thumb .swiper-slide-thumb-active {
    opacity: 1;
}

 
.product-detail-gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
   object-fit: contain;
  object-position: top;
}
.product-thumb .swiper-slide  img{
    height: 100px;
    width: 100px;
    width:auto;
}

@media (max-width: 992px) {
    .product-detail-gallery  .swiper-slide figure,
.product-detail-gallery  .swiper-slide{
    height: 400px; 
}
    .product-detail-gallery .product-gallery{
    width:100%;
        flex: 0 0 100%
    }
    .product-detail .product-thumb{
     display: none
    }
    .product-detail-gallery .swiper{
        height:400px;
    }
    .pmg-swiper-thumbs{
        display: none
    }
   
}

/*.product-page .product-detail-gallery {
  margin: 0;
  width: 100%;
}*/
/*.product-page .product-detail-gallery .product-gallery {
  width: 100%;
  max-width: 567px;
  padding: 0;
  margin: 0;
}*/
/*.product-page .product-detail-gallery .product-thumb {
  display: none;
}*/
.product-page .detail-info {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.product-page .detail-info .pro-details-brand {
  position: relative;
  font-size: 10px;
  color: #626262;
}
.product-page .detail-info .pro-details-brand .brand {
  min-width: 100px;
}
.product-page .detail-info .pro-details-brand .brand a {
  color: #626262;
}
.product-page .detail-info .pro-details-brand .code {
  min-width: 100px;
}
.product-page .detail-info .pro-details-brand .code label {
  margin: 0;
}
.product-page .detail-info .pro-details-brand .wishbtn-globaly {
  border: none;
  padding: 0;
  position: absolute;
  right: 10px;
  width: 28px;
}
.product-page .detail-info .ProductPrice {
  min-height: auto;
}
.product-page .detail-info .ProductPrice .PriceRealValue {
  color: #E1AD3F;
  font-family: 26px;
}
.product-page .detail-info .ProductPrice .PriceParcelValue,
.product-card-item .ProductPrice .PriceParcelValue{
  display: none
}
.product-page .detail-info .title-detail {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 600;
  color: #000;
}
.product-page .detail-info .product-detail-rating {
  padding: 0;
}
.product-page .detail-info .short-desc {
  display: none;
  color: #626262;
  font-size: 14px;
  margin: 0;
}
.product-page .detail-info #variant-info, .product-page .detail-info #product-variation-form {
 
}
.product-page .detail-info .detail-options .detail-qty {
  display: none;
}
.product-page .detail-info .detail-options .product-extra-link2 {
  width: 100%;
}
.product-page .detail-info .detail-options .product-extra-link2 button {
  background-color: #E1AD3F;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
}
.product-page .detail-info .form-shipping-cost span {
  font-size: 12px;
  color: #000;
}
.product-page .detail-info .form-shipping-cost > div {
  gap: 1rem;
}
.product-page .detail-info .form-shipping-cost .input-group {
  gap: 1rem;
}
.product-page .detail-info .form-shipping-cost .input-group input {
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  font-size: 12px;
  color: #000;
  height: 28px;
  padding: 0;
}
.product-page .detail-info .form-shipping-cost .input-group input::placeholder {
  color: #000;
}
.product-page .detail-info .form-shipping-cost .input-group button {
  border: 1px solid black;
  font-size: 12px;
  color: #000;
  min-width: 123px;
  justify-content: center;
  padding: 0;
  height: 28px;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.product-page .detail-info .form-shipping-cost .small {
  margin-top: 4px;
  line-height: 12px;
  display: block;
}
.product-page .descriptions {
  margin-top: 50px;
  padding: 0 10px;
}
.product-page .descriptions .section-title {
  font-size: 12px;
  color: #000;
  padding-bottom: 5px;
}
.product-page .descriptions .section-title.active{
    border-bottom: 1px solid;
}
.product-page .descriptions .descriptions-container {
  margin-top: 2rem;
}
.product-page .descriptions .descriptions-container .long-description {
  font-size: 10px;
  color: #626262;
}
.product-page .descriptions .descriptions-container .comments {
  /*display: none;*/
}
.product-page .descriptions .descriptions-container .product-reviews-widget {
  display: none;
}

@media (max-width: 992px) {
     .product-page .detail-info{
        padding-top: 15px;
    }
}
@media screen and (min-width: 1024px) {
  .container {
    padding: 0 30px !important;
  }
  .product-gallery-desktop {
    display: flex;
    align-items: flex-start;
  }
  .product-page .product-main {
    flex: 1;
  }
/*  .product-page .product-main img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .product-page .product-thumbs {
    width: 92px;
    height: -webkit-fill-available;
  }
  .product-page .product-thumbs .swiper-slide {
    cursor: pointer;
    margin-bottom: 10px;
  }
  .product-page .product-detail-gallery > div {
    display: flex;
    flex-direction: row-reverse;
  }
  .product-page .product-detail-gallery .product-thumb {
    display: block;
    min-width: 92px;
    height: -webkit-fill-available;
  }*/
}
.product-filter-widget {
  display: none;
}

body .product-filters {
  background-color: transparent;
}
body .product-filters .filter-title {
  font-weight: 600;
  color: #000;
  font-size: 14px;
}
body .product-filters   .filter-item {
  color: #626262;
  font-size: 14px;
}
body .product-filters   .filter-item label{
    display: block;
    margin: 0px 3px;
}
body .product-filters    .filter-item input{
    height: auto!important;
    width:auto!important;
}
/*# sourceMappingURL=helena.css.map */
