@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Bebas+Neue&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Prata&family=Yellowtail&display=swap');

/* TOP Level CSS */

.snv_h2_heading {
    color: #000000;
    font-family: "Baskervville", Sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5.3px;
    text-shadow: -1px 2px 4px #686868;
}

.flex-row-no-wrap {
	display:flex;
  	flex-direction:row;
  	flex-wrap:nowrap;
}

/* END HERE */

.bottom-header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
  	background-color: var(--color-1st);
}


.bottom-header-wrapper>.flex-row-no-wrap {
	column-gap:30px;
}

.header__center {
    width: 65vw;
}

.header-right.navigation>ul.menu>li {
    margin-right: 0;
}

.ps-form--quick-search .form-group--icon .product-cat-label {
    width: 90px;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    color: #000;
    height: 100%;
    padding-left: 10px;
    position: relative;
    white-space: nowrap;
}

.ps-form--quick-search .form-group--icon {
  	background-color:transparent;
    cursor: pointer;
    float: left;
    height: 42px;
    line-height: 42px;
    position: relative;
    width: auto;
}

.spinner-icon {
    display: none;
    position: absolute;
    right: 201px;
    top: 11px;
}

.header .header__top {
    padding: 25px 20px;
}

.search-field {
	width:48vw;
}



.ps-product--detail .ps-product__header .ps-product__info{

  width:100%;
  max-width: 60%;
}

.ps-product--detail .ps-product__header .ps-product__thumbnail {
  
  	width:100%;
    max-width: 40%;
}

.ps-page--product .ps-page__container .ps-page__left {
    max-width: 100%;
    padding-right: 70px;
}

.ps-product__header {
    column-gap: 70px;
}

.ps-product__price.group {
	font-size:16px;
}


.faq-country-flag {
    width: 230px;
    max-width: 230px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}

/* Parallex Container */

.bg--cover, .bg--top {
  background-size: contain !important;
  background-repeat: no-repeat;
}





/* Accordians */



.at-tab {
  display: none;
  padding: 15px;
  border: 1px solid #dddddd;
  border-top: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.at-title {
  cursor: pointer;
  background-color: #f5f5f5;
  position: relative;
  transition: background-color 0.3s ease;
  padding: 10px 20px;
}

.at-title:hover {
  background-color: #e0e0e0;
}

.at-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 24px;
}

.at-title.active:after {
  content: "-";
}

.at-item {
  border-radius: 5px;
  margin-bottom: 15px;
  
}

.at-title span {
  font-size: 16px;
  font-weight: 500;
}

.accordion-header {
  text-align: center;
  background-color: #222222;
  color: white;
  padding: 20px 0;
}

/* Brands Carousel */

.ps-container.brands {
    text-align: center;
    background-color: #000000;
    padding: 70px 0;
}

.owl-stage {
    display: flex;
}

#homepage-1 .ps-shop-brand {
    
}

#homepage-1 .ps-container.brands .ps-section__header>h3 {
    color: #EDC065;
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
}

.ps-shop-brand.owl-carousel .owl-item img {
    width: 180px;
  	height: 180px;
}

.ps-shop-brand.owl-carousel .owl-item {
    text-align: center;
    border: 1px solid #ffffff14;
    margin: 0 10px;
    padding: 10px;
}

/**/

.pagination .page-item.active .page-link {
    color: #ffffff;
}

/*======================*/

.top-hero {
    width:100%;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("/storage/home/zland-banner-4-3.png"); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100vw 100vh;
    transition: background-size 0.5s;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 20px;
    text-align: center;
  margin-bottom:50px;
}


.top-hero:hover h1 {
    color: #F2CF57;
}

.top-hero > h1 {
    color: #ffffff;
    font-size: 67px;
    font-weight: 900;
    line-height: 1.4em;
    letter-spacing: 4.2px;
    word-spacing: 18px;
    transition: color 0.5s;
}

.top-hero > p {
    font-size: 25px;
    font-weight: 800;
    color: #FFFFFF;
}

.top-hero > a {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background-color: #02020261;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px;
    text-transform: uppercase;
}

.centered:hover{
    background-size: 120vw 120vh;
}

.three-col-home-slider {
	flex-wrap:nowrap;
}



.ps-product--detail .ps-product__desc {
	margin-top:20px;
}

@media only screen and (max-width: 600px) {
img.auth-card__banner {
    width: 100% !important;
}

}

.auth-card .auth-card__banner {
  	width:100%;
    max-width: 300px;
}