/** Shopify CDN: Minification failed

Line 742:0 All "@import" rules must come first
Line 1237:0 Unexpected "}"

**/
/*CSS code for thumbnail slider with mobile version*/
@media (min-width:1025px){
	.main-image-swiper{
		width:102px !important;
	}
}
.thumbnail-image-swiper .swiper-slide{
	height:100% !important;
}
.custom-product-gallery {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

/* Main gallery styling */
.main-image-swiper {
  flex: 1;
  max-width: 900px;
}
.main-image-swiper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Thumbnail gallery styling (desktop) */
.thumbnail-image-swiper {
  width: 110px;
  max-height: 600px;
}
.thumbnail-image-swiper .swiper-slide {
  width: 100%;
  height: 90px;
  cursor: pointer;
}
.thumbnail-image-swiper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .custom-product-gallery {
    flex-direction: column-reverse !important;
    gap: 8px;
  }
.main-image-swiper{
	width:100% !important;
}
.main-image-swiper .swiper-slide img{
	height:400px !important;
	width:100% !important;
	object-fit:cover !important;
}
.main-image-swiper .swiper-slide{
	width:100% !important;
}
.thumbnail-image-swiper {
    height: auto !important;
    width: 100% !important;
  }
  .thumbnail-image-swiper .swiper-wrapper {
    flex-direction: row !important;
  }
}
/* @media (max-width:1024px){
	.swiper-slide img{
		height:60%;
		object-fit:cover;
	}
} */
/* Wrapper */
.custom-product-gallery {
  display: flex;
  gap: 20px;
}
/* Thumbnail Swiper */
.thumbnail-swiper {
  max-width: 100px;
  height: auto;
}
/* .swiper-slide{
	height:auto !important;
} */
.thumbnail-swiper {
  width: auto;
  height: auto;
}
.custom-thumbnail {
  width: 80px;
  cursor: pointer;
  margin-bottom: 10px;
  border: 2px solid transparent;
  border-radius: 4px;
}
.custom-thumbnail.active,
.custom-thumbnail:hover {
  border-color: #000;
}

/* Responsive tweaks for mobile */
@media screen and (max-width: 768px) {
  .custom-product-gallery {
    width:100% !important;
  }

  .thumbnail-swiper {
    max-width: 100%;
    height: auto;
    order: 2;
    overflow:hidden;
  }

  .thumbnail-swiper .swiper-slide {
    width: auto !important;
    margin-right: 10px;
  }

  .custom-thumbnail {
    width: 70px;
    margin-bottom: 0;
  }

  .swiper-wrapper {
    flex-direction: row;
  }
}
/*CSS code for thumbnail slider with mobile version*/
/*Footer texts changed from black to white*/
.footer-latest .footer-block__details-content, .footer-latest .footer-block__details-content li a, .footer-latest p, .footer__copyright small, .footer-latest h2{
	color:white !important;
}
/*Footer texts changed from black to white*/
/*Product details - Shop single page*/
.product-details p, .product-details span{
	font-size:16px !important;
}
/*Product details - Shop single page*/
/*Collection banner*/
.collection-hero h1{
	text-align:center !important;
	font-size:15px !important;
}
.collection-hero__inner{
	background-color:white;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
@media (max-width:700px){
	.collection-hero__inner{
		margin-top:10px !important;
	}
	.collection-hero__title{
		margin:1em !important;
	}
}
/*Collection banner*/
/*Contact us banner text*/
#Banner-template--24685749600591__image_banner_4GVDtR h2{
	color:white !important;
}
/*Contact us banner text*/
/*Shop Inner page*/
@media (max-width:700px){
	.template-product .product__description-container .h4{
	  font-size:16px !important;
}
}
.template-product .price-item{
	font-weight:bold !important;
}
@media (min-width:1025px){
	.template-product .price-item{
		font-size:20px !important;
	}
}
/*Shop Inner page*/
/*Product Image Section*/
.custom-product-gallery {
  display: flex;
  gap: 20px;
}

.custom-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 500px;
  overflow-y: auto;
}

.custom-thumbnail {
  width: 70px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: border 0.3s;
}

.custom-thumbnail:hover {
  border-color: black;
}
@media (min-width:1600px){
  .custom-main-image img {
  max-width: 750px !important;
}
}
.custom-main-image img {
  width: 100%;
  max-width: 650px;
  height: auto;
  object-fit: cover;
}
@media (min-width:1025px){
	.custom-product-gallery{
		width:55%;
	}
    .product__info-wrapper {
    padding: 0 0 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  /* .custom-product-gallery {
    flex-direction: column !important;
    align-items: center;
  } */

  .custom-thumbnails {
    flex-direction: row;
    justify-content: center;
    max-height: unset;
    overflow-y: visible;
    flex-wrap: wrap;
  }

  .custom-thumbnail {
    width: 60px;
  }

  .custom-main-image img {
    max-width: 100%;
  }
}
/*Product Image Section*/
/*Terms and conditions*/
@media (min-width: 1025px) {
    #terms-and-conditions h2 {
        font-size: 30px !important;
    }
}
@media (min-width:750px) and (max-width:1024px){
	#terms-and-conditions .page-width{
		padding: 0 2rem !important;
	}
}
@media (max-width:700px){
    #terms-and-conditions .page-width{
	    padding: 0 1rem !important;
	}
  }
/*Terms and conditions*/
/*Load More Button on Collection Page*/
.load-more-container #load-more{
	background:black !important;
	color:white !important;
	border-radius:30px !important;
	font-weight:bold !important;
}
/*Load More Button on Collection Page*/
/*Shop page  Choose an options button*/
@media (max-width:700px){
  .template-collection .button--full-width.button--secondary{
    font-size:13px !important;
  }
}
.template-collection .button--full-width.button--secondary{
	color:white !important;
	background:black !important;
	border-radius:30px !important;
}
.atw-button-add{
	display:none !important;
}
.quick-add-modal__content-info .shopify-payment-button__button{
	border-radius:30px !important;
}
/*Privacy Policy*/
@media (min-width:1025px){
	#privacy-policy h2{
		font-size:30px !important;
	}
	#privacy-policy table{
		width:40% !important;
	}
}

@media (max-width:700px){
	#privacy-policy table{
		width:80% !important;
	}
	#privacy-policy table tbody tr td{
		font-size:6px !important;
	}
	#privacy-policy .page-width{
		padding: 0 1rem !important;
	}
}

@media (min-width:750px) and (max-width:1024px){
	#privacy-policy .page-width{
		padding: 0 2rem !important;
	}
	#privacy-policy h2{
		font-size:30px !important;
	}
}
/*Privacy Policy*/
/*Product title on single product page*/
@media (min-width:1440px){
	.template-product .product__title h1{
	font-size:20px !important;
}
}
/*Product title on single product page*/
/*Wishlist Box*/
.swym-wishlist-detail .swym-action-button-container button{
	margin-left:0px !important;
	width:100% !important;
}
.swym-wishlist-detail .swym-action-button-container{
	margin-top:8px !important;
}
/*Wishlist Box*/
/*Footer Newsletter*/
.footer-block__newsletter p{
	font-size:16px !important;
}
/*Footer Newsletter*/
/*Filter section on shop main page*/
.template-collection .facet-checkbox__text, .template-collection .facet-checkbox__text-label, .template-collection .facets__selected{
	font-size:15px !important;
}
.template-collection .sorting .facet-filters__sort, .template-collection .product-count__text span{
	font-size:16px !important;
}
.template-collection .facets__summary-label, .template-collection .facets__summary div span{
	font-size:18px !important;
}
.template-collection .active-facets-vertical-filter .facets__heading--vertical{
	font-size:20px !important;
}
.template-collection .facets__price .field__input{
	font-size:15px !important;
}
/*Filter section on shop main page*/
/*Share Link Message*/
.share-button__message{
	font-size:15px !important;
}
/*Share Link Message*/
/*Checkout*/
.cart__ctas .cart__checkout-button{
background:transparent !important;
background-color:black !important;
color:white !important;
border:none !important;
}
/*Checkout*/
/*Single product page - payment button*/
.shopify-payment-button__button:hover{
background-position: 100% 0 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    text-decoration: none !important;
}
.shopify-payment-button__button{
background: linear-gradient(90deg, transparent 50%, #000 50%) !important;
    background-size: 200% 100% !important;
    background-position: -100% 0 !important;
    color: #fff !important;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: background-position .5s, color .5s !important;
}
/*Single product page - payment button*/
/*Add to wishlist alignment next to quantity box*/
@media (min-width:1507px){
	.template-product .product-form__quantity{
	position:relative !important;
}
.template-product .shopify-app-block{
	position:absolute !important;
	top:13em;
	left:3em;
}
.template-product #swym-atw-pdp-button{
	width:500px !important;
}
}
@media (min-width:1440px) and (max-width:1506px){
	.template-product .product-form__quantity{
	position:relative !important;
}
.template-product .shopify-app-block{
	position:absolute !important;
	top: 13em;
	left:3em;
}
.template-product #swym-atw-pdp-button{
	width:500px !important;
}
}
/*Add to wishlist alignment next to quantity box*/
/* Hides badges on sold-out products only */
.card__badge .color-scheme-3{
  display: none !important;
}
/* Hides badges on sold-out products only */
/*Collection*/
.template-collection .product__title h3 a{
	font-weight:500 !important;
}
/*Collection*/
/*Single Product Page*/
@media (min-width:1000px){
	.product__accordion h2, .product__description-container h2{
	 font-size:23px !important;
}
}
@media (max-width:700px){
	.template-product .product-form{
		margin-top:0px !important;
	}
  .related-product .product-title{
    font-size:10px !important;
  }
}
.related-product .product-title{
	text-transform:uppercase;
	font-size:12px;
	font-weight:500 !important;
}
.product__title h1{
	font-weight:500 !important;
}
.template-product .product__description p, .template-product .product__description a{
	font-size:16px !important;
}
/*Single Product Page*/
/*Product main page add to cart buttons*/
@media (max-width:700px){
	.quick-add__submit span{
		font-size:13px !important;
		font-weight:500 !important;
	}
}
.quick-add form .quick-add__submit{
background: none !important;
background-color:black !important;
color:white !important;
width:100% !important;
border-radius:30px;
}
/*Product main page add to cart buttons*/
/*Home Decor menu*/
.menu-drawer__menu-item, .menu-drawer__close-button{
  text-transform:Uppercase;
}
/*Home Decor menu*/

/*Product Cards*/
.card__inner{
	background-color:white !important;
}
/*Recent Products*/
.recent-view-cls .add-to-cart-container, .related-products-slider .add-to-cart-container{
  margin-top: 10px;
  text-align: center;
}

.recent-view-cls .add-to-cart, .related-products-slider .add-to-cart{
  font-size: 16px; /* Font size */
  padding: 12px 20px; /* Padding */
  border: none !important; /* Remove border */
  border-radius: 30px; /* Rounded corners */
  cursor: pointer; /* Pointer cursor on hover */
  width: 100% !important; /* Full-width on smaller screens */
  font-family:Montserrat !important;
  font-weight:700 !important;
}
/*Recent Products*/
.swym-atw-button-container{
	width:52% !important;
	margin:auto !important;
}
@media (max-width:1024px){
  .swym-atw-button-container{
    width:100% !important;
  }
}
/*Icons section*/
#shopify-section-template--24600727880015__icon_section_d8R94r a{
	font-size:14px !important;
}
/*Icons section*/
@media (max-width: 767px) {
    .footer__list-social {
        display: flex;
        align-items: center !important;
        gap: 10px;
        margin-bottom: 30px !important;
    }
}
.swym-add-to-wishlist {
    width: max-content !important;
    padding: 0px 66px !important; /* Default for desktop */
}
  .swym-icontext:after {
    width: 51% !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .swym-add-to-wishlist {
        padding: 0px 65px !important;
    }
    .swym-icontext:after {
        width: 33% !important;
    }
}

@media screen and (min-width: 350px) and (max-width: 767px) {
    .swym-add-to-wishlist {
        padding: 0px 96px !important;
    }
    .swym-icontext:after {
        width: 35% !important;
    }
}

.swym-btn-container {
}
.swym-button-bar {
    margin: 10px 0px !important;
}
.swym-button span{
	font-size: 20px !important;
	text-transform: capitalize !important;
}
.icon-with-text--horizontal {
    justify-content: flex-start !important;
}
.icon-with-text__item img{
	width: 100px !important; 
	height: 100px !important;
}
.icon-with-text__item span{
	font-size: 15px !important;
	text-transform: uppercase !important;
}
.icon-with-text__item a{
	font-size: 15px !important;
	text-transform: uppercase !important;
}
#delivery-information .main-page-title{
	margin-bottom: 2rem !important;
	margin-top: 3rem !important;
} 
@media (max-width: 999px) {
.footer-latest {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
    margin: auto;
    padding: 20px 1.5rem;
    background: #000000;
    flex-direction: column;
}
}
#space-studio-official .section-template--24600727716175__rich_text_UBpp9f-padding {
    padding-top: 30px !important;
}
.field .field__input:focus{
    padding: 2rem !important;
}
._formContainer_stahb_30{
    padding: 5rem !important;
}
@media (max-width: 350px) {
    .template-index .banner {
        height: 900px !important;
    }
  .banner__box {
    padding: 22rem 1.5rem !important;
}
}
@media (max-width: 768px) { /* Adjust breakpoint as needed */
    #space-studio-official .customized-collection-wrapper {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}
@media (min-width: 1024px) {
    #space-studio-official .page-width {
        max-width: 100% !important;
        margin: 0 !important;
    }
}
/* .quick-add{ display:none;} */

.thumbnail-list__item{
    border: none !important;
}
.thumbnail-slider .slider-button{
  display:none !important;
}
.product-details-cls{
  padding-bottom:50px !important;
}
.product-details-cls h2{
  text-align:center;
margin-bottom:3rem !important;
}

.product-details-cls span{
 
  font-size:16px !important;
  
}

.product-details-cls strong{
 
  font-size:16px !important;
  
}
.cart__checkout-button{
  background:#000 !important;
  color:#fff !important;
}

.cart__checkout-button:hover{
  background:#fff !important;
  color:#000 !important;
border:1px solid #000 !important;
}
/* Default styles for slider buttons */
/* .template-product  .slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
    font-weight: bold;
    color: black;
} */
@media(min-width:769px){

  .thumbnail[aria-current] {
     box-shadow: 0 0 0 !important;
    border-color: transparent !important;
}
  
.template-product  .slider-button:not([disabled]):hover {
     color:#fff !important; 
}

.template-product .custom-prev-button {
    left: 50px;
    background-color: black;
    color: white;
}


#shopify-section-template--18801851040000__multicolumn_VUerT7 .inline-richtext{
  text-transform:uppercase !important;
font-weight:bold !important;
}
.template-product .custom-next-button {
    display: block !important;
    right: 50px;
    background-color: black;
    color: white;
}
  /* Custom styles for Prev button */
.template-product .custom-prev-button {
display:block !important;
    background-color: black;
    color: white;
}
}


@media(max-width:768px){

.product-details-cls {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
}
  .product__description{
    margin-top:0 !important;
  }

  .accordion__content{
    padding-left:0 !important;
  }
  .summary__title h2{
    font-size:16px !important;
    font-weight:600 !important;
  }
  #ProductInfo-template--24600727880015__main{
    padding-top:10px !important;
  }
.template-product .custom-prev-button {
 display: none !important;
}
.template-product .custom-next-button {
    display: none !important;
}

}


.quick-add__submit{
  font-size:20px !important;
}


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

.scroll_content {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700 !important;
}



.utility-bar__grid{
  background:#000 !important;
}
.menu-drawer__navigation li a{
  text-transform:uppercase !important;
font-size:16px !important;
}


.header__icon span{
          font-size: 11px !important;
        line-height: 13px !important;
}

@media(min-width:769px){

  .shopify-payment-button__button{
      font-size: 20px !important;
    line-height: 0 !important;
text-transform:capitalize !important;
}
  
  .template-index .banner__buttons a{
     font-size: 20px;
    line-height: 24px !important;
}


/* .collection .card-wrapper:hover .quick-add{ display:block !important;
  } */
.quick-add{
  /* position: absolute !important; */
  margin: 0 auto !important;
  bottom: 30% !important;
  width: 100%;
  text-align: center;
  left: 0 !important;
  right: 0 !important;
  }
}

.button:not([disabled]):hover:after, .button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after{
  box-shadow:none !important;
}
.quick-add__submit{
  /* background-color:#000;
  color: #fff !important; */
text-align: center !important;
}

*:focus-visible {
    outline: 0 !important;
    box-shadow: 0 0 0 !important;
}


.scrolling-text-container{
  background:#000;
padding:40px 0 30px 0;
}

.scroll_content{
  color:#fff !important;
}

@media(min-width:769px){

.recent-view-cls{
  padding:30px 0 50px 0 !important;
}
  select option{
          font-size: 20px !important;
        line-height: 24px !important;
}

select{
          font-size: 20px !important;
        line-height: 24px !important;
}

.facet-filters__field {
    align-items: end !important;
   
}

  
  .facets-vertical .facets {
  padding-left:0 !important;
}
  .template-page .main-page-title{
  font-size: 27px !important;
        text-transform: uppercase !important;
        font-weight: bold !important;
}
}
*:focus-visible {
    outline: none !important;
    outline-offset: unset !important;
    box-shadow: 0 0 0 !important;
}

.breeze-link {
   text-decoration: none !important;
            font-family:Montserrat !important;
            font-size: 14px !important;
color:#ffffff !important;
}


.breeze-link:hover{
color:#ffffff !important;
   text-decoration: underline !important;
}

  .cart__login-paragraph .link {
          font-size: 17px !important;
        line-height: 24px !important;
}

@media(max-width:768px){
.mobile-facets__summary select{
  font-size:16px !important;
}
  .quantity{
    padding:10px !important;
  }
.section-template--24600727880015__related-products-padding {
    padding-top: 10px !important;
  
}
  .shopify-payment-button__button{
      font-size: 16px !important;
    line-height: 0 !important;
text-transform:capitalize !important;
}
  
  .template-index .banner__buttons a{
     font-size: 16px;
    line-height: 24px !important;
}

.recent-view-cls{
  padding:20px 0 30px 0 !important;
}

  .collection-hero__title ,.product__title h1{
    font-size: 17px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    line-height: 27px !important;
}

  
  .collection-hero--with-image .collection-hero__text-wrapper {
    padding: 4rem 0 4rem !important;
}

  
  .template-page .main-page-title{
  font-size: 24px !important;
        text-transform: uppercase !important;
        font-weight: bold !important;
    line-height:32px !important;
}
}


/*Contact-us*/
#contact .button {
    text-transform: capitalize!important;
    justify-content: center!important;
    background: linear-gradient(90deg,transparent 50%,#000 50%)!important;
    background-size: 200% 100%!important;
    background-position: -100% 0!important;
    color: #fff!important;
    border: none!important;
    text-decoration: none!important;
    cursor: pointer!important;
    transition: background-position .5s, color .5s!important;
}

#contact .button:hover{
    background-position: 100% 0!important;
    color: #fff!important;
    border: 1px solid #000!important;
    text-decoration: none!important;
}
#contact .field__input:focus{
  background-color:#f8f8f8;
}
/*Contact-us*/
/*The Brand*/
#the-brand .button {
    text-transform: capitalize!important;
    justify-content: center!important;
    background: linear-gradient(90deg,transparent 50%,#000 50%)!important;
    background-size: 200% 100%!important;
    background-position: -100% 0!important;
    color: #fff!important;
    border: none!important;
    text-decoration: none!important;
    cursor: pointer!important;
    transition: background-position .5s, color .5s!important;
}

#the-brand .button:hover{
    background-position: 100% 0!important;
    color: #fff!important;
    border: 1px solid #000!important;
    text-decoration: none!important;
}
#the-brand #shopify-section-template--24684670779727__image_banner_m9gQHM h2{
  color:white;
  font-weight:600
}
#the-brand #ImageWithText--template--24684670779727__image_with_text_GdnDdD{
  padding-left:0px;
}

#the-brand #ImageWithText--template--24684670779727__image_with_text_AnLCR6{
  padding-right:0px;
}
#the-brand .image-with-text__media {
  border-radius:15px !important;
  box-shadow:0px 10px 30px -10px rgba(0, 0, 0, 0.35)
}
@media (max-width:700px){
#the-brand #ImageWithText--template--24684670779727__image_with_text_AnLCR6{
    padding-left:5px !Important;
  }
  #the-brand #ImageWithText--template--24684670779727__image_with_text_GdnDdD{
  padding-right:0px;
  padding-left:5px !important;
}
  #the-brand .section-template--24684670779727__image_with_text_AnLCR6-padding{
    padding-bottom:0px !important;
  }
  #the-brand .section-template--24684670779727__image_with_text_GdnDdD-padding {
    padding-top:0px !important;
    padding-bottom:0px !important;
  }
}
/*The Brand*/
/*Contact Us*/
#contact footer{
  margin-top:-9.5px
}
/*Contact Us*/
.quantity__label  .quantity__rules-cart span{
  font-size:16px !important;
}



/* Contact Us */
@media only screen and (max-width:700px){
  #contact #Banner-template--24685749600591__image_banner_4GVDtR h2{
    font-size:35px !important;
  }
}
#contact .banner:after {
    content: "";
    position: absolute;
    top: 0;
    background: #000000;
    opacity: 0.15 !important;;
    z-index: 1;
    width: 100%;
    height: 100%;
}
#contact .banner__box h2{
  color:white;
  font-weight:600;
}
#contact #ContactForm{
  padding:40px;
  box-shadow:0px 10px 30px -10px rgba(0, 0, 0, 0.35);
  border-radius:15px
}
#contact .button{
  width:100%;
  color:white !important;
  background:black !Important;
  border-radius:15px
}
#contact .button:after{
border-radius:15px
}
#contact .field:after, #contact .field__input{
  border-radius:15px !important;
}
#contact .section-template--24685749600591__rich_text_gqFnm7-padding p a{
  text-decoration:none;
}

.price-item{
font-size:16px;
font-weight:500;
}
/*Contact Us */
.product-grid-container .card__heading a ,.related-products .card__heading a,.recently-viewed  .card__heading a,.cart-item__name{
 font-size:16px !important;
font-weight:500 !important;
text-transform:uppercase;
}
.cart-items th,.totals,.totals__total{
   font-size:16px !important;
font-weight:bold !important;
}

.footer-block__details-content li a{
  font-size:16px !important;
}

/*mobile menu*/
.menu-drawer__navigation{
background:#f7f7f7;
}

.menu-drawer__menu-item--active{
background:#000 !important;
color:#fff !important;
}
/*end*/

@media (max-width: 768px) {
.footer__list-social{
  margin-top:3rem !important;
}

.footer-block__details-content {

margin-top:1rem !important;
 margin-bottom:0rem !important;
}
 .footer-block__heading{
  margin-top: 1rem !important;  
} 

}


/*footer menu animation*/
.footer-block__details-content a {
position: relative;
display: inline-block;
color: #252525;
text-decoration: none;
transition: color 0.3s ease;
}

.footer-block__details-content a::after {
content: '';
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: #000;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s ease;
}

.footer-block__details-content a:hover {
color: #000; /* Change this to the color you want on hover */
}

.footer-block__details-content a:hover::after {
transform: scaleX(1);
transform-origin: bottom left;
}

.footer-block__details-content .list-menu__item--active {
color: #000; /* White color for active item */
}

.footer-block__details-content .list-menu__item--active::after {
background-color: #252525; /* White underline for active item */
transform: scaleX(1);
transform-origin: bottom left;
}

.footer-block__details-content a {
position: relative;
display: inline-block;
color: #252525;
text-decoration: none;
transition: color 0.3s ease;
}

.footer-block__details-content a::after {
content: '';
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: #000;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s ease;
}

.footer-block__details-content a:hover {
color: #000; /* Change this to the color you want on hover */
}

.footer-block__details-content a:hover::after {
transform: scaleX(1);
transform-origin: bottom left;
}
/*end*/

.template-search__header .h2{
font-weight:700 !important;
}
.search__input label{
  font-size: 13px !important;
  line-height: 24px !important;
  font-weight: 600;
  text-transform: uppercase !important;
}
#predictive-search-products{
font-size: 15px !important;
}
.main-searchnew{
width:100% !important;
}
.predictive-search__result-group{
display:contents !important;
}
#predictive-search-queries,#predictive-search-results-queries-list,.predictive-search__pages-wrapper{
display:none !important;
}
.predictive-search__item-heading{
font-size: 16px !important;
font-weight: 700 !important;
text-transform:uppercase !important;
  color:#000 !important;
}
#predictive-search-results-products-list{
width:100% !important;
}


@media(min-width:769px){
  .banner h2{
  font-size: 64px !important;
    line-height: 74px !important;
font-weight:normal;
}
}

@media(max-width:768px){
  .banner h2{
  font-size: 40px !important;
    line-height: 54px !important;
font-weight:normal;
}
}
.announcement-bar__message span{
  font-size: 14px !important;
  line-height: 1.2 !important;
}
@media (min-width: 600px) {

  p, span, a, .rte p, .list-menu__link--sub,.field__label ,.button, #shipping-amp-returns .rte ,ul,li,ol{
  font-size: 20px ;
  line-height: 24px !important;
}

  h1 {
   font-size: 27px;
        text-transform: uppercase !important;
        font-weight: bold !important;
    }
  }
  h2 {
    font-size: 25px;
    line-height: 1.2 !important;
  }
  h3 {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }
}
h4 {
  font-size: 17px !important;
  line-height: 1.2 !important;
}
h5 {
  font-size: 14px !important;
  line-height: 1.2 !important;
}
h6 {
  font-size: 14px !important;
  line-height: 1.2 !important;
}

@media (max-width: 599px) {

  p, span, a, .rte p, .list-menu__link--sub,.field__label ,.button, #shipping-amp-returns .rte ,ul,li,ol{
  font-size: 16px ;
  line-height: 26px !important;
}

  h1 {
    font-size: 45px !important;
    line-height: 55px !important;
  }
  h2 {
  font-size: 23px !important;
        line-height: 33px !important;
        font-weight: bold !important;
  }
  h3 {
    font-size: 15px !important;
    line-height: 1.2 !important;
  }
}




.related-products__heading,.product-recommendations__heading{
  text-align:center;
}

/*cart*/
@media(max-width:768px){ #your-shopping-cart  .product-form__input label {
    width: calc(32.3% - .3rem)!important;
    font-weight: 800;
} 
#your-shopping-cart    .underlined-link{
  text-transform:uppercase;
     font-size: 9px!important;
    line-height: 10px!important;
}
}
@media(min-width:769px){
  .facet-filters__label label{
    font-size:17px !important;
  }
#your-shopping-cart  .product-form__input label {
    font-weight: 800;
}
#your-shopping-cart  .underlined-link{
  font-size:17px !important;
}

}
#your-shopping-cart .page-width{

    padding-left: 3.2rem!important;
    padding-right: 3.2rem!important;
    max-width: unset!important;

}

.totals__total{
  font-size:16px !important;
  font-weight:400 !important;
  text-transform:capitalize;
}
@media(max-width:767px){.quantity {
  min-height:30px!important;
font-size:1px !important;
}
.product .product__info-container .no-js-hidden {
  border-bottom:1px solid #000;
  margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.quantity.cart-quantity{
  flex:0 0 55% !important;
}
.quantity__button{
      width: calc(1.5rem / var(--font-body-scale)) !important;
}
.quantity__input{
  font-size:1.2rem!important;
  }}
/*end*/

.product .button,#cart-notification .button,.mobile-facets__footer .button,.template-cart .cart__checkout-button {
    text-transform: capitalize!important;
    justify-content: center!important;
    background: linear-gradient(90deg,transparent 50%,#000 50%)!important;
    background-size: 200% 100%!important;
    background-position: -100% 0!important;
    color: #fff!important;
    border: none!important;
    text-decoration: none!important;
    cursor: pointer!important;
    transition: background-position .5s, color .5s!important;
}

.product .button:hover,#cart-notification .button:hover ,.mobile-facets__footer .button:hover,.template-cart .cart__checkout-button:hover{
    background-position: 100% 0!important;
    color: #fff!important;
    border: 1px solid #000!important;
    text-decoration: none!important;
}
.product-form__input--pill input[type=radio]+label {
  
    border-radius:0 !important;
    color: rgb(var(--color-foreground));
    padding: 1rem !important;
   
}
/*moving text*/
@media(min-width:570px){

   .scroll_content{
    -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  -webkit-text-stroke: 2px black;}
}
@media(max-width:569px){

   .scroll_content{
font-size: 45px !important;
  }
 .scroll_content{
    -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  -webkit-text-stroke: 1px black;}
}
.scroll_content{
 text-align: center;
font-style: italic;
text-transform: capitalize;
    color:#fff !important;

} 

.oct-cls{
   text-align: center;
font-style: italic;
font-weight: 800 !important;
line-height: normal;
text-transform: uppercase;
    color:#000 !important;
font-family: ABeeZee;
border:0;
   -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: black;
  -webkit-text-stroke: 1px black;
}

/*end*/

/*single product page*/
.template-product .page-width{
   padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
    max-width: unset !important;
}

.product__info-container,.product-form__buttons {
   max-width: unset !important;
}

/*end*/


.customized-collection-wrapper{
          padding-left: 3.2rem;
        padding-right: 3.2rem;
}

.underline-links-hover:hover a {
    text-decoration: none !important;
}
.customized-collection-wrapper h2{
  font-weight:bold !important;
}

.collection-hero__inner,.facets-vertical,.facets {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
max-width:unset !important;
}

@media(max-width:768px){
  .template-index .banner{
  height:550px !important;
}
}


.collection-item h2{
color:#fff !important;
margin-bottom:3rem;
}

.button,.collection-item a {
text-transform:capitalize !important;
    justify-content: center!important;
    background: linear-gradient(90deg,transparent 50%,#fff 50%)!important;
    background-size: 200% 100%!important;
    background-position: -100% 0!important;
    color: #000!important;
    border: none!important;
    text-decoration: none!important;
    cursor: pointer!important;
    transition: background-position .5s,color .5s!important;
}

.button:hover,.collection-item a:hover {
    background-position: 100% 0!important;
    color: #f7f7f7!important;
    border: 1px solid #fff!important;
    text-decoration: none!important;
    color: #000!important;
}

@media(min-width:1000px){
  .newsletter-form {
    max-width: 100% !important;
}

  .footer-block__newsletter p{
  letter-spacing:0 !important;
  font-size:inherit;
}
/*footer desktop*/

.footer-latest{
 display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
    margin: auto;
    padding: 40px 3.2rem;
    background:#000000;
}

#ContactFooter{
  margin:0 !important;
}

.footer-block{
  width:33.3% !important;
}

.customized-collection-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.copyright__content{
      font-family:Montserrat !important;
  font-size: 12px !important;
}

.footer-first{
  width:40% !important;
margin-right:7rem !important;
}
.footer__copyright{
padding: 20px 3.2rem;
display:flex;.copyright__content{
font-family:Montserrat !important;
font-size: 14px !important;
}
justify-content:space-between;
 border-top: 1px solid #ffffff;
background:#000000;
}

.footer__list-social{
  justify-content:left !important;
}


/*end*/

}

@media(max-width:999px){
  .copyright-cls{
     padding-bottom:10px !important;
  }
  
  .footer-latest{
   padding-bottom:35px !important;
  }
  .copyright__content{
    text-align:center !important;
  }
  
.footer-latest{
 display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
    margin: auto;
    padding: 20px 3.2rem;
    background:#000000;
    flex-direction: column;
}

#ContactFooter{
  margin:0 !important;
}

.customized-collection-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.copyright__content{
      font-family:Montserrat !important;
  font-size: 12px !important;
}

.footer-first{
  width:100% !important;
}
.footer__copyright{
padding: 20px 3.2rem;
font-family:Montserrat !important;
font-size: 12px !important;
justify-content:space-between;
 border-top: 1px solid #000;
background:#f7f7f7;
}

.footer__list-social{
  justify-content:left !important;
}
  .footer__copyright{
        display: flex;
    flex-direction: column;
    align-items: center !important;
  }

}

.product-details-cls{
  background:transparent !important;
padding:0 !important;
}

/* General Styles */
.product-details-cls {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Each Item Box */
.product-details-cls div {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effects */
.product-details-cls div:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Label Styling */
.product-details-cls strong {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Value Styling */
.product-details-cls span {
    color: #555;
    font-size: 14px;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-details-cls {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 480px) {
    .product-details-cls {
        grid-template-columns: 1fr;
    }
}

