/*
Theme Name:     Blocksy-child
Theme URI:      
Description:    Blocksy child theme.
Author:         Me
Author URI:     
Template:       blocksy
Version:        0.1.0
*/

nav[data-menu="type-1"] > ul > li:first-child > a {
	padding-inline-start: 0;
}

nav[data-menu="type-1"] > ul > li:last-child > a {
	padding-inline-end: 0;
}


.wp-block-columns .wp-block-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}


@media (max-width: 768px) {
  .ct-contact-info-block li {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .ct-contact-info-block .ct-icon-container {
    flex-shrink: 0 !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .ct-contact-info-block .contact-info {
    flex: 1 !important;
    min-width: 0 !important;
  }

  .ct-contact-info-block .contact-text a,
  .ct-contact-info-block .contact-text {
    word-break: break-word !important;
  }
}
@media (max-width: 768px) {
  .brand-grid-top,
  .brand-grid-bottom {
    grid-template-columns: 1fr !important;
  }
  .brand-grid-top > div,
  .brand-grid-bottom > div {
    height: 280px !important;
  }
}


@media (max-width: 768px) {
  #sloaneTrack > div {
    min-width: calc(100% - 0px) !important;
  }
}

@media (max-width: 768px) {
  .site-logo-container img {
    height: 55px !important;
    width: auto !important;
  }
}

@media (max-width: 768px) {
  .delivery-desktop {
    display: none !important;
  }
}



@media (max-width: 768px) {
  [data-header*="type-1"] .ct-header [data-row*="top"] {
    margin-top: -32px !important;
  }
}
.ct-newsletter-subscribe-form button.wp-element-button {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

[data-sticky] [data-row*="top"] {
  margin-top: -34px !important;
}

.brand-hero-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}


.tax-product_brand .ct-container {
  max-width: 100% !important;
  padding: 0 !important;
}

.tax-product_brand aside {
  display: none !important;
}

.tax-product_brand .ct-container[data-sidebar] {
  display: block !important;
}


.ct-card-variation-swatches {
  opacity: 0;
  transition: opacity 0.3s;
}

li.product:hover .ct-card-variation-swatches {
  opacity: 1;
}


.woocommerce-result-count {
  display: none !important;
}



.sloane-filter-bar {
  border-top: none !important;
  border-bottom: none !important;
  gap: 0 !important;
}

.sloane-filter-btn {
  border: none !important;
  border-right: 1px solid #e5e5e5 !important;
  padding: 12px 20px !important;
  font-size: 12px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

.sloane-filter-dropdown {
  max-height: 300px !important;
  overflow-y: auto !important;
  border: 1px solid #e5e5e5 !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
}

.sloane-filter-bar > div:last-child select {
  border: 1px solid #e5e5e5 !important;
  padding: 10px 16px !important;
  font-size: 12px !important;
}




.ct-card-variation-swatches {
  text-align: center !important;
  justify-content: center !important;
}

.ct-card-variation-swatches .ct-variation-swatches {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}




@media (max-width: 768px) {
  .woocommerce-products-header > div {
    grid-template-columns: 1fr !important;
    height: auto !important;
    max-height: none !important;
  }
  
  .woocommerce-products-header > div > div:first-child {
    padding: 30px 24px !important;
    order: 2 !important;
  }
  
  .woocommerce-products-header > div > div:last-child {
		display:none;
    order: 1 !important;
  }
}



@media (max-width: 768px) {
  .sloane-filter-wrapper > div[style*="Refine By"] {
    display: none !important;
  }
}


.single-product article>:where(.related,.up-sells) .ct-module-title {
    margin-bottom: 30px;
    text-align-last: center;
}









[data-out-of-stock-swatch-type=crossed] .ct-out-of-stock .ct-swatch:before, [data-out-of-stock-swatch-type=crossed] .ct-out-of-stock .ct-swatch:after {
    content: "";
    position: absolute;
    background: #ccc !important;
 
}


