/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2026 | 11:48:30 */
/* ============================================================
   RANGE FILTER
   ============================================================ */
.range-filter-content {
  max-width: 300px;
}

div[id^="tooltip-date-filter-"].date-filter-tooltip {
    width: auto !important;
    max-width: none !important;
}

/* ============================================================
   SEARCH UTILITY
   ============================================================ */
.search-utility-container ~ .custom-html-below-search,
.search-utility-container + .custom-html-below-search {
  display: block;
}

.search-modern-modal {
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
}

.search-modern-search-icon-container {
  border-radius: 50px !important;
}
.search-modern-search-content-container-header-actions{
	color: black !important;
}

html:not(.wiz-search-active) .hidden-container {
    display: none !important;
}

.filter-box-css-accordion {
    padding: 0px !important;
}

/* ============================================================
   CATEGORY ITEMS
   ============================================================ */
.level3-category-item {
  border-radius: 32px;
  color: #262626 !important;
}

.level3-category-item.active {
  border-color: var(--primary) !important;
  color: white !important;
  background: var(--primary) !important;
}

.premium-categories-item-image {
  object-fit: cover !important;
}

.premium-categories-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
}

.premium-categories-item img {
  transition: transform 0.4s ease;
  transform-origin: center center;
}

.premium-categories-item:hover img {
  transform: scale(1.2);
}

.premium-categories-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  z-index: 0;
}

.premium-categories-item:hover::after {
  transform: scale(1.1);
}

.premium-categories-overlay {
  position: relative;
  z-index: 2;
}

.premium-categories-arrow-button i {
  display: inline-block;
}

.categories-container {
  justify-content: flex-start !important;
}

/* ============================================================
   MEGA MENU / NAVBAR
   ============================================================ */
.elementskit-navbar-nav-default .elementskit-megamenu-panel {
  top: 40px !important;
  transition: none !important;
}

.elementskit-navbar-nav-default li:not(:hover) > .elementskit-megamenu-panel {
  transform: translateY(-10px);
}

.ekit-wid-con .elementskit-navbar-nav-default.elementskit-menu-container {
  z-index: 1;
}

/* ============================================================
   PRODUCT TAG / BADGES
   ============================================================ */
.product-tag-badgesimilar-drawer {
  clip-path: none !important;
}

.product-listing-card-product-tag-container {
  left: 0px !important;
  width: 100%;
  padding: 0px 10px;
}

.product-listing-card-product-tag-container
[class*="product-tag-containerproduct_listing_modern_widget_"],
.product-listing-card-product-tag-container
[class*="product-tag-containerproduct_by_category_widget_"] {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  justify-content: space-between;
}

/* ============================================================
   CONTACT FORM 7
   ============================================================ */
.wpcf7-not-valid-tip.wpcf7-not-valid-tip {
  margin-top: -15px !important;
  margin-bottom: 10px !important;
  font-size: 14px !important;
  text-align: left !important;
  color: #dc3232 !important;
}

.check-terms .wpcf7-list-item label {
  display: flex;
  gap: 10px;
}

.check-terms .wpcf7-list-item-label {
  font-size: 14px !important;
}

.wpcf7-form-control {
  text-decoration: none !important;
}

.replocator-form .wpcf7-spinner {
  top: -2px;
  left: -60px;
}

/* ============================================================
   BODY / LAYOUT
   ============================================================ */
@font-face {
  font-family: "General Sans";
  src: url('https://zuomod.com/wp-content/uploads/2026/03/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 100 600;
}

body,
h3 {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "General Sans", Sans-serif !important;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

[data-elementor-type="wp-page"] {
  flex: 1 0 auto;
}

.heading-cls {
  font-family: "General Sans", Sans-serif !important;
}

/* ============================================================
   TYPOGRAPHY / GLOBAL ELEMENTS
   ============================================================ */
button {
  text-decoration: none !important;
}

a {
  cursor: pointer !important;
}

a[href^="tel"],
a[href^="mailto"] {
  color: inherit !important;
  text-decoration: none !important;
}

.item-name {
  font-family: "General Sans" !important;
  font-weight: 400;
}

.sort-label-text {
  font-weight: 300 !important;
}

.selected-sort-option {
  font-weight: 400 !important;
}

.current-category-name {
  font-family: "General Sans" !important;
}

.Modern-logout-text {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.download-text {
  color: #D7438F !important;
}

/* ============================================================
   FILTERS
   ============================================================ */
.filter-clear-btn,
.filter-apply-btn,
.mobile-filters-show-results-btn,
.range-apply-btn,
.wishlist-done-btn {
  border-radius: 8px;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.multi-label {
  padding: 8px 0 !important;
}

.multi-select-select-all-container {
  padding: 0 !important;
}

.multi-select-search-clear {
  background: none !important;
  border: none !important;
  padding: 0px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

.multi-select-search-clear:focus {
  outline: none !important;
}

.multi-select-search-clear:active {
  background: transparent !important;
}

.filter-box:last-child {
    border-bottom: none !important;
}

.filter-box-css-accordion{
	border-width: 0px 0px 1px 0px !important;
}

/* ============================================================
   GLIGHTBOX
   ============================================================ */
.gslide-image img {
  max-height: 70vh !important;
}

.glightbox-custom-zoom-out,
.glightbox-custom-zoom-in,
.glightbox-custom-download,
.glightbox-custom-fullscreen {
  background: rgba(0, 0, 0, 0.32) !important;
}

.glightbox-container .glightbox-custom-download svg,
.glightbox-container .glightbox-custom-fullscreen svg,
.glightbox-container .glightbox-custom-zoom-in svg,
.glightbox-container .glightbox-custom-zoom-out svg {
  stroke: white !important;
}

.gprev,
.gnext,
.gclose {
  padding: 0;
}

/* ============================================================
   WISHLIST
   ============================================================ */
.wishlist-icon-circle {
  box-shadow: none;
}

.wishlist-item input[type="checkbox"]:checked::before {
  margin: -4px;
  z-index: 1;
  content: "" !important;
}

.wishlist-item input[type="checkbox"]:checked::after {
  z-index: 0;
}

.wishlist-create-cancel-btn,
.wishlist-create-done-btn {
  border-radius: 8px;
  font-weight: 400;
}

.wiz-wishlist-icon-widget svg {
  stroke-width: 2.17 !important;
  stroke: #000 !important;
  margin-top: 4px;
}

/* ============================================================
   PRODUCT LISTING CARDS
   ============================================================ */
.product-listing-card {
  border: none !important;
}

.product-listing-card-view-similar-chip-container {
  margin: 0 12px 12px 0;
}

.product-listing-container .wishlist-icon-circle, .product-listing-card-image-container .wishlist-icon-circle {
  top: auto;
  bottom: 12px;
  left: 12px;
  transition: top 0.4s ease;
}

/* ============================================================
   PRODUCT IMAGE
   ============================================================ */
.product-image img {
  object-fit: contain !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.product-image {
  background: transparent !important;
  border-radius: 0 !important;
}

.product-hotspot-item {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

/* ============================================================
   PRODUCT CAROUSEL / VARIANTS
   ============================================================ */
.product-carousel-item.active img,
.elementor-17365 .elementor-element.elementor-element-74b89941
.product-carousel-item.active img {
  border-width: 1px !important;
}

.variant-option.image-label.selected span {
  display: block !important;
}

.variant-option.image-label.selected {
  border-color: black !important;
}

/* ============================================================
   ATC (ADD TO CART)
   ============================================================ */
.atc-btn .atc-btn_product_details {
  border: none !important;
}

.atc-count_product_details {
  margin: 0 !important;
}

/* ============================================================
   PRODUCT WIDGET (BY CATEGORY / RAILS)
   ============================================================ */
.product-by-category-widget-prev,
.product-by-category-widget-next {
  top: -70px !important;
  padding: 10px !important;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid #33363D;
  background: white !important;
}

.product-by-category-widget-prev {
  left: 96% !important;
  padding: 10px !important;
}

.bestseller-rail .wishlist-icon-circle {
  top: auto !important;
  left: 12px !important;
  bottom: 12px !important;
  transition: top 0.4s ease;
}

.similar-product-image-container > .wishlist-icon-circle {
  bottom: auto !important;
  left: auto !important;
  top: 0 !important;
}

.similar-products-container .similar-product-details {
  min-height: 130px !important;
}

/* ============================================================
   FEATURED PRODUCTS SECTION
   ============================================================ */
.zuo-featured-products .wishlist-icon-circle {
  top: auto;
  left: 8px;
  bottom: 8px;
  box-shadow: none;
}

/* ============================================================
   BESTSELLER SECTION
   ============================================================ */
.zuo-bestseller-prod .wishlist-icon-circle {
  left: 8px;
  box-shadow: none;
  top: auto;
  bottom: 8px !important;
}

.zuo-bestseller-prod .product-by-category-widget {
  gap: 24px !important;
}

/* ============================================================
   HEADER
   ============================================================ */
.header-category-names .category-name:hover {
  text-decoration: underline;
}

.side-cart-icon .badge {
  padding: 3px !important;
}

/* ============================================================
   ELEMENTOR / STACKING CONTEXTS
   ============================================================ */
.elementor,
.e-con,
.elementor-section,
.elementor-container,
.site-wrapper {
  transform: none !important;
  will-change: auto !important;
}

/* ============================================================
   POPUP IMAGE
   ============================================================ */

.elementor-popup-modal .dialog-close-button svg {
  fill: #000 !important;
}

/* Enlarge Elementor popup ID 36184 */
.elementor-popup-modal .dialog-widget-content {
    width: min(1000px, 92vw, 92vh) !important;
    max-width: none !important;
    height: auto !important;
    max-height: 92vh !important;
    overflow: visible !important;
}

/* Remove width limitations from the elements inside */
.elementor-popup-modal .dialog-message,
.elementor-popup-modal .elementor-36184,
.elementor-popup-modal .elementor-element-c53f45f,
.elementor-popup-modal .elementor-widget-image {
    width: 100% !important;
    max-width: none !important;
}

/* Allow the image to fill the enlarged popup */
.elementor-popup-modal .elementor-widget-image img {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
}

@media (max-width: 767px) {
    .elementor-popup-modal .dialog-widget-content {
        width: min(94vw, 90vh) !important;
    }
}

/* ============================================================
   DIALOG / LIGHTBOX
   ============================================================ */
.dialog-lightbox-close-button {
  border-color: white !important;
  padding: 0 !important;
}

/* ============================================================
   ACCOUNT / USER
   ============================================================ */
.change-password-trigger_account_tabs {
  color: white !important;
}

.forgot-password-wrapper {
  text-align: center !important;
}

.reorder-button {
  color: var(--primary) !important;
  background: #fff !important;
  border: 1px solid var(--primary) !important;
}

.mobile-view-only {
  margin-top: 70px;
}

/* ============================================================
   WIZ USER DRIVE
   ============================================================ */
.wiz-user-drive-breadcrumbs a {
  display: none;
}

.wiz-user-drive-empty-container {
  padding: 20px !important;
  text-align: center;
}

/* ============================================================
   ACCORDION
   ============================================================ */
.wiz-accordion-spec-key {
  font-weight: 500 !important;
}

.wiz-accordion-header-start > h3 {
  overflow-y: hidden;
}

/* ============================================================
   DESCRIPTION
   ============================================================ */
.wiz-description-container span {
  color: #676D77;
  font-size: 14px;
  line-height: 20px !important;
}

/* ============================================================
   CONSTANT CONTACT FORM
   ============================================================ */
.ctct-form-23569 {
  display: flex;
  gap: 4px;
}

.ctct-label-top {
  display: none;
}

.ctct-form-field input {
  font-size: 14px;
  color: #ffffff;
  background: #4f5153;
  border-color: activeborder;
  border-radius: 80px;
  padding: 9px 16px;
  text-transform: none;
}

/* ============================================================
   MISC
   ============================================================ */
.no-hover-until-css-loaded {
  pointer-events: none;
}

.request-swatch-button {
  white-space: nowrap;
  width: 100% !important;
}

.olark-launch-button-wrapper.olark-launch-button-wrapper {
  z-index: 1000 !important;
}

.wiz-cart-container-card__dropdown-name, .cart-checkout-btn, .wiz-cart-container-card__edit, .wiz-cart-container-card__dropdown-cap-label, .add-note-remove-btn{
	text-transform: initial;
}

.search-utility-type-label, .search-utility-dropdown-icon{
	display: none !important;
}

#modal-addcardaddachctacommon-1-add_card_ach_modal_-checkout-pm-v2_card{
	width: 100% !important;
}

#modal-addcardaddachctacommon-1-add_card_ach_modal_-checkout-pm-v2_card-overlay.open{
	background-color: rgba(0, 0, 0, 0.3) !important;
}

.wiz-signup-checkbox{
	margin-bottom: 2px;
}

/* ============================================================
   MEDIA QUERIES
   ============================================================ */

/* max-width: 767px — Mobile */
@media (max-width: 767px) {
  #search-2 .search_image {
    width: 20px;
    height: 20px;
  }
}

/* min-width: 768px — Tablet and above */
@media (min-width: 768px) {
  .zuo-bestseller-prod .product-listing-card-wrapper {
    width: 324px !important;
  }

  .pdp-similar-rails-zuo .product-listing-card-wrapper {
    width: 340px !important;
  }
}

/* min-width: 1024px — Desktop */
@media (min-width: 1024px) {
  .zuo-featured-products .product-by-category-widget {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

/* min-width: 1920px — Large / 2K screens */
@media (min-width: 1920px) {
  .product-listing-card-title {
    font-size: 2rem !important;
  }

  .filter-label-text,
  .sort-label-text,
  .selected-sort-option,
  .pagination-item,
  .breadcrumbs li,
  .Modern-logout-text {
    font-size: 1.8rem !important;
  }
}

/* ============================================================
   BROWSER-SPECIFIC OVERRIDES
   ============================================================ */

/* Safari / iOS: prevent wishlist tooltip clipping inside horizontal rail */
@supports (-webkit-touch-callout: none) {
  .product-by-category-widget-wrapper:has(.wishlist-tooltip-container.active) .product-by-category-widget {
    overflow: visible !important;
  }
}