/* Design Your Own page specific styles extracted from template-design-your-own.php */

.design-your-own-product .ul-product-heading {
    display: none !important;
}

.design-your-own-product .customize-now-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
    background: transparent;
    color: #212529;
    border: 1.6px solid #fac7d8;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    gap: 8px;
}

.design-your-own-product .customize-now-btn i {
    font-size: 16px;
    color: inherit;
}

.design-your-own-product .customize-now-btn:hover {
    background-color: var(--ul-primary);
    color: white;
}

.design-your-own-product .wpc-wishlist-btn {
    display: none !important;
}

.design-your-own-product .ul-add-to-cart-btn {
    display: none !important;
}

.design-your-own-product .ul-product-txt {
    padding-bottom: 10px;
}

/* Unhide category labels for this page */
.ul-products-categories-link .category-label {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    padding-left: 10px !important;
    cursor: pointer;
    color: #676666;
    font-size: 14px;
    flex: 1;
}

.ul-products-categories-link .category-label:hover {
    color: var(--ul-primary);
}

.ul-products-categories-link .category-header {
    align-items: center;
}

/* Extracted Inline Styles */
.ul-products-sidebar.filter-drawer {
    padding-top: 80px;
    padding-bottom: 80px;
}

.clear-filters-btn h5 {
    margin: 0;
}

.clear-filters-btn:disabled,
.clear-filters-btn[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

.selected-categories-filter {
    margin-bottom: 20px;
}

.ul-pagination-wrapper {
    margin-top: 40px;
    text-align: center;
}

.woocommerce-info {
    text-align: center;
    padding: 40px;
}

.custome-banner .custome-banner-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 5rem 0 0 0;
}
.custome-banner .custome-banner-flex .custome-banner-titletext {
  padding: 1rem 0.5rem;
  background: linear-gradient(45deg, #e72a47, #754d92);
  width: 90%;
  color: var(--primary-white);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.custome-banner .custome-banner-flex .custome-banner-img {
  position: absolute;
  right: 0;
}
.custome-banner .custome-banner-flex .custome-banner-img .car {
  position: relative;
}
.custome-banner .custome-banner-flex .custome-banner-img .car .wheel {
  position: absolute;
  width: 40px;
  animation: wheel 1s linear infinite;
}
.custome-banner .custome-banner-flex .custome-banner-img .car .left-wheel {
  left: 50px;
  bottom: 50px;
}
.custome-banner .custome-banner-flex .custome-banner-img .car .right-wheel {
  right: 22px;
  bottom: 50px;
}