/*
 * Poppersss light premium storefront skin.
 * Deliberately does not style .poppersss-premium-hero or promotion artwork.
 */

body.poppersss-light-premium-theme {
  --ps-bg: #f8f9fb;
  --ps-surface: #ffffff;
  --ps-surface-soft: #f3f5f8;
  --ps-text: #17191f;
  --ps-muted: #6f7480;
  --ps-line: #e4e7ed;
  --ps-accent: #f42569;
  --ps-accent-strong: #e91658;
  --ps-accent-soft: #fff0f5;
  --ps-glow: rgba(244, 37, 105, 0.22);
  --ps-shadow: 0 12px 32px rgba(24, 28, 38, 0.07);
  background:
    radial-gradient(circle at 14% 0%, rgba(244, 37, 105, 0.045), transparent 30rem),
    var(--ps-bg);
  color: var(--ps-text);
}

body.poppersss-light-premium-theme .website-wrapper,
body.poppersss-light-premium-theme .main-page-wrapper,
body.poppersss-light-premium-theme .wd-page-content {
  background-color: transparent;
}

/* The approved hero stays intact, but is framed like the slimmer reference. */
body.poppersss-light-premium-theme .poppersss-hero-mounted {
  width: min(1220px, calc(100% - 32px));
  max-width: 1220px;
  margin-right: auto !important;
  margin-left: auto !important;
  justify-content: center;
}

body.poppersss-light-premium-theme .poppersss-premium-hero {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 4 / 1;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(24, 4, 14, 0.14);
}

/* Header: quiet light surfaces with restrained neon interaction states. */
body.poppersss-light-premium-theme .whb-top-bar,
body.poppersss-light-premium-theme .whb-top-bar.whb-with-bg {
  background: #f3f4f7 !important;
  border-color: transparent !important;
  color: var(--ps-muted) !important;
}

body.poppersss-light-premium-theme .whb-top-bar a,
body.poppersss-light-premium-theme .whb-top-bar .wd-nav > li > a {
  color: #555a65 !important;
}

body.poppersss-light-premium-theme .whb-general-header,
body.poppersss-light-premium-theme .whb-general-header.whb-with-bg,
body.poppersss-light-premium-theme .whb-sticky-header,
body.poppersss-light-premium-theme .whb-clone {
  background: rgba(255, 255, 255, 0.97) !important;
  border-color: transparent !important;
  box-shadow: none;
}

body.poppersss-light-premium-theme .whb-header-bottom,
body.poppersss-light-premium-theme .whb-header-bottom.whb-with-bg {
  background: rgba(255, 255, 255, 0.98) !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: 0 8px 24px rgba(25, 29, 40, 0.045);
}

body.poppersss-light-premium-theme .whb-header-bottom .wd-nav > li > a,
body.poppersss-light-premium-theme .whb-header-bottom .wd-tools-text,
body.poppersss-light-premium-theme .whb-header-bottom .wd-tools-icon,
body.poppersss-light-premium-theme .whb-header-bottom .wd-tools-icon::before,
body.poppersss-light-premium-theme .whb-header-bottom .wd-tools-icon::after,
body.poppersss-light-premium-theme .whb-header-bottom .wd-header-cats .menu-opener {
  color: var(--ps-text) !important;
}

body.poppersss-light-premium-theme .whb-header-bottom .wd-nav > li > a,
body.poppersss-light-premium-theme .whb-top-bar a,
body.poppersss-light-premium-theme .whb-general-header a {
  transition: color 0.2s ease, text-shadow 0.2s ease, opacity 0.2s ease;
}

body.poppersss-light-premium-theme .whb-header-bottom .wd-nav > li:is(:hover, .current-menu-item, .wd-active) > a,
body.poppersss-light-premium-theme .whb-general-header a:hover,
body.poppersss-light-premium-theme .whb-top-bar a:hover {
  color: var(--ps-accent) !important;
  text-shadow: 0 0 16px var(--ps-glow);
}

body.poppersss-light-premium-theme .wd-header-cats .menu-opener,
body.poppersss-light-premium-theme .whb-header-bottom .wd-header-cats .menu-opener {
  background: var(--ps-surface) !important;
  border: 1px solid var(--ps-line);
  border-radius: 10px;
}

body.poppersss-light-premium-theme .wd-header-cats .menu-opener:hover {
  border-color: rgba(244, 37, 105, 0.45);
  box-shadow: 0 0 0 4px var(--ps-accent-soft), 0 0 22px var(--ps-glow);
}

body.poppersss-light-premium-theme .wd-header-cart .wd-tools-count,
body.poppersss-light-premium-theme .wd-header-wishlist .wd-tools-count,
body.poppersss-light-premium-theme .wd-header-compare .wd-tools-count,
body.poppersss-light-premium-theme .wd-toolbar .wd-tools-count {
  background: var(--ps-accent) !important;
  box-shadow: 0 0 14px var(--ps-glow);
  color: #fff !important;
}

body.poppersss-light-premium-theme .searchform,
body.poppersss-light-premium-theme .wd-search-form form,
body.poppersss-light-premium-theme .wd-header-search-form form {
  background: var(--ps-surface) !important;
  border: 1px solid var(--ps-line) !important;
  border-radius: 11px !important;
  box-shadow: 0 6px 20px rgba(24, 28, 38, 0.035);
  overflow: hidden;
}

body.poppersss-light-premium-theme .searchform input[type="text"],
body.poppersss-light-premium-theme .searchform input[type="search"],
body.poppersss-light-premium-theme .wd-search-form input[type="text"],
body.poppersss-light-premium-theme .wd-search-form input[type="search"] {
  background: #fff !important;
  color: var(--ps-text) !important;
}

body.poppersss-light-premium-theme .searchform .searchsubmit,
body.poppersss-light-premium-theme .wd-search-form .searchsubmit {
  background: linear-gradient(135deg, var(--ps-accent), var(--ps-accent-strong)) !important;
  box-shadow: 0 0 20px var(--ps-glow);
  color: #fff !important;
}

/* Dropdowns and the future sticky catalogue filter use the same light language. */
body.poppersss-light-premium-theme .wd-dropdown,
body.poppersss-light-premium-theme .wd-dropdown-menu,
body.poppersss-light-premium-theme .wd-search-results,
body.poppersss-light-premium-theme .wd-side-hidden,
body.poppersss-light-premium-theme .cart-widget-side {
  background: rgba(255, 255, 255, 0.985) !important;
  border-color: var(--ps-line) !important;
  color: var(--ps-text) !important;
  box-shadow: var(--ps-shadow);
}

body.poppersss-light-premium-theme .wd-dropdown a,
body.poppersss-light-premium-theme .wd-sub-menu a {
  color: #363a43 !important;
}

body.poppersss-light-premium-theme .wd-dropdown a:hover,
body.poppersss-light-premium-theme .wd-sub-menu a:hover {
  color: var(--ps-accent) !important;
}

body.poppersss-light-premium-theme .poppersss-filter-bar,
body.poppersss-light-premium-theme .poppersss-filter-bar__inner {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: var(--ps-line) !important;
  box-shadow: 0 10px 28px rgba(24, 28, 38, 0.06);
}

body.poppersss-light-premium-theme .poppersss-filter-bar select,
body.poppersss-light-premium-theme .poppersss-filter-bar input,
body.poppersss-light-premium-theme .poppersss-filter-bar a {
  background: #fff !important;
  border-color: var(--ps-line) !important;
  color: var(--ps-text) !important;
}

body.poppersss-light-premium-theme .poppersss-filter-bar :is(select, input, a):is(:hover, :focus) {
  border-color: var(--ps-accent) !important;
  box-shadow: 0 0 0 3px var(--ps-accent-soft), 0 0 16px var(--ps-glow);
}

/* Temporarily hide only the upper horizontal filter on every viewport. */
.ppsfb,
[data-ppsfb],
nav[aria-label="Фильтры каталога"],
.poppersss-filter-bar,
.poppersss-catalog-filter-bar,
.poppersss-top-filter {
  display: none !important;
}

/* Keep promotional mechanics airy: only the approved hero artwork stays dark. */
body.poppersss-light-premium-theme .poppersss-promo-shipping {
  background:
    radial-gradient(circle at 88% 50%, rgba(244, 37, 105, 0.13), transparent 20rem),
    linear-gradient(118deg, #ffffff 0%, #fff7fa 58%, #f4f5f8 100%) !important;
  border-color: rgba(244, 37, 105, 0.2) !important;
  color: var(--ps-text) !important;
}

body.poppersss-light-premium-theme .poppersss-promo-shipping::before {
  opacity: 0.38;
}

body.poppersss-light-premium-theme .poppersss-promo-shipping h2 {
  color: var(--ps-text) !important;
}

body.poppersss-light-premium-theme .poppersss-promo-shipping p {
  color: var(--ps-muted) !important;
}

body.poppersss-light-premium-theme .poppersss-shipping-icon {
  background: #fff !important;
  border-color: rgba(244, 37, 105, 0.24) !important;
  box-shadow: 0 8px 24px rgba(24, 28, 38, 0.06), 0 0 20px rgba(244, 37, 105, 0.11) !important;
}

/* Product cards: white, airy and premium without changing their content or grid. */
body.poppersss-light-premium-theme .products.wd-products,
body.poppersss-light-premium-theme .wd-products {
  align-items: stretch;
}

body.poppersss-light-premium-theme .wd-product {
  min-width: 0;
  height: auto;
}

body.poppersss-light-premium-theme .wd-product .product-wrapper {
  height: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 12px;
  overflow: hidden;
  background: var(--ps-surface);
  border: 1px solid var(--ps-line);
  border-radius: 14px;
  box-shadow: 0 5px 18px rgba(24, 28, 38, 0.04);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.poppersss-light-premium-theme .wd-product:hover .product-wrapper {
  transform: translateY(-2px);
  border-color: rgba(244, 37, 105, 0.32);
  box-shadow: 0 15px 34px rgba(24, 28, 38, 0.08), 0 0 24px rgba(244, 37, 105, 0.075);
}

body.poppersss-light-premium-theme .wd-product .product-element-top,
body.poppersss-light-premium-theme .wd-product .product-image-link {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}

body.poppersss-light-premium-theme .wd-product .product-image-link img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

/*
 * Woodmart's hover layout places the cart action below the card. Keep the
 * essential purchase information in normal flow on every input/device type.
 */
body.poppersss-light-premium-theme .wd-product .product-element-bottom {
  display: flex !important;
  height: auto !important;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: visible !important;
}

body.poppersss-light-premium-theme .wd-product .fade-in-block {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 44px;
  margin-top: auto;
  padding: 8px 0 0 !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}

body.poppersss-light-premium-theme .wd-product .fade-in-block .hover-content {
  display: none !important;
}

body.poppersss-light-premium-theme .wd-product .wd-bottom-actions,
body.poppersss-light-premium-theme .wd-product .wd-add-btn {
  display: flex !important;
  width: 100% !important;
  min-width: 0;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.poppersss-light-premium-theme .wd-product .wd-bottom-actions {
  justify-content: stretch;
}

body.poppersss-light-premium-theme .wd-product .wd-bottom-actions .wrap-wishlist-button,
body.poppersss-light-premium-theme .wd-product .wd-bottom-actions .wrap-quickview-button {
  display: none !important;
}

body.poppersss-light-premium-theme .wd-product .wd-add-btn .add-to-cart-loop {
  display: inline-flex !important;
  width: 100% !important;
  min-width: 0;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px !important;
  overflow: hidden;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  white-space: nowrap;
}

body.poppersss-light-premium-theme .wd-product .wd-entities-title a,
body.poppersss-light-premium-theme .wd-product .product-title a {
  color: var(--ps-text) !important;
  overflow-wrap: anywhere;
}

body.poppersss-light-premium-theme .wd-product .price,
body.poppersss-light-premium-theme .summary-inner .price {
  color: var(--ps-text) !important;
}

body.poppersss-light-premium-theme .wd-product .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 2px 5px;
  max-width: 100%;
}

body.poppersss-light-premium-theme .wd-product .price ins,
body.poppersss-light-premium-theme .summary-inner .price ins {
  color: var(--ps-accent-strong) !important;
}

body.poppersss-light-premium-theme .wd-product .product-label.onsale,
body.poppersss-light-premium-theme .wd-product .onsale,
body.poppersss-light-premium-theme span.onsale {
  background: linear-gradient(135deg, var(--ps-accent), var(--ps-accent-strong)) !important;
  box-shadow: 0 0 18px var(--ps-glow);
  color: #fff !important;
}

body.poppersss-light-premium-theme .wd-product .add-to-cart-loop,
body.poppersss-light-premium-theme .wd-product .button,
body.poppersss-light-premium-theme .single_add_to_cart_button,
body.poppersss-light-premium-theme .checkout-button,
body.poppersss-light-premium-theme .cart-actions .button {
  background: #fff !important;
  border: 1px solid var(--ps-accent) !important;
  border-radius: 9px !important;
  color: var(--ps-accent-strong) !important;
  box-shadow: 0 0 0 rgba(244, 37, 105, 0);
}

body.poppersss-light-premium-theme .wd-product .add-to-cart-loop:hover,
body.poppersss-light-premium-theme .wd-product .button:hover,
body.poppersss-light-premium-theme .single_add_to_cart_button:hover,
body.poppersss-light-premium-theme .checkout-button:hover,
body.poppersss-light-premium-theme .cart-actions .button:hover {
  background: linear-gradient(135deg, var(--ps-accent), var(--ps-accent-strong)) !important;
  color: #fff !important;
  box-shadow: 0 0 22px var(--ps-glow);
}

/* Forms, notices, content cards and account/checkout surfaces. */
body.poppersss-light-premium-theme input:not([type="checkbox"]):not([type="radio"]),
body.poppersss-light-premium-theme select,
body.poppersss-light-premium-theme textarea {
  background: #fff;
  border-color: var(--ps-line);
  border-radius: 9px;
  color: var(--ps-text);
}

body.poppersss-light-premium-theme input:focus,
body.poppersss-light-premium-theme select:focus,
body.poppersss-light-premium-theme textarea:focus {
  border-color: rgba(244, 37, 105, 0.65);
  box-shadow: 0 0 0 3px var(--ps-accent-soft);
}

body.poppersss-light-premium-theme .woocommerce-notices-wrapper > *,
body.poppersss-light-premium-theme .woocommerce-message,
body.poppersss-light-premium-theme .woocommerce-info,
body.poppersss-light-premium-theme .woocommerce-error,
body.poppersss-light-premium-theme .wd-my-account-sidebar,
body.poppersss-light-premium-theme .cart-totals-inner,
body.poppersss-light-premium-theme .checkout-order-review,
body.poppersss-light-premium-theme .woocommerce-checkout-review-order {
  background: var(--ps-surface) !important;
  border-color: var(--ps-line) !important;
  border-radius: 12px;
  box-shadow: 0 8px 26px rgba(24, 28, 38, 0.05);
}

body.poppersss-light-premium-theme a:hover,
body.poppersss-light-premium-theme .wd-nav-tabs li.wd-active > a,
body.poppersss-light-premium-theme .wd-nav-tabs li:hover > a {
  color: var(--ps-accent);
}

/* Footer and mobile toolbar complete the light canvas. */
body.poppersss-light-premium-theme footer.wd-footer,
body.poppersss-light-premium-theme .footer-container {
  background: #f2f4f7 !important;
  border-top: 1px solid var(--ps-line);
  color: #4e535e !important;
}

body.poppersss-light-premium-theme footer.wd-footer :is(.widget-title, h1, h2, h3, h4, h5, h6, strong),
body.poppersss-light-premium-theme .footer-container :is(.widget-title, h1, h2, h3, h4, h5, h6, strong) {
  color: var(--ps-text) !important;
}

body.poppersss-light-premium-theme footer.wd-footer a,
body.poppersss-light-premium-theme .footer-container a {
  color: #4e535e !important;
}

body.poppersss-light-premium-theme footer.wd-footer a:hover,
body.poppersss-light-premium-theme .footer-container a:hover {
  color: var(--ps-accent) !important;
  text-shadow: 0 0 14px var(--ps-glow);
}

body.poppersss-light-premium-theme .copyrights-wrapper,
body.poppersss-light-premium-theme .wd-copyrights {
  background: #eceff3 !important;
  border-top-color: #dde1e8 !important;
  color: var(--ps-muted) !important;
}

body.poppersss-light-premium-theme .wd-toolbar {
  background: rgba(255, 255, 255, 0.97) !important;
  border-top: 1px solid var(--ps-line) !important;
  box-shadow: 0 -8px 24px rgba(24, 28, 38, 0.075);
}

body.poppersss-light-premium-theme .wd-toolbar a,
body.poppersss-light-premium-theme .wd-toolbar .wd-tools-icon,
body.poppersss-light-premium-theme .wd-toolbar .wd-tools-text {
  color: var(--ps-text) !important;
}

body.poppersss-light-premium-theme .wd-toolbar a:hover,
body.poppersss-light-premium-theme .wd-toolbar a.wd-active {
  color: var(--ps-accent) !important;
}

@media (max-width: 1024px) {
  body.poppersss-light-premium-theme .poppersss-hero-mounted {
    width: calc(100% - 24px);
  }

  body.poppersss-light-premium-theme .poppersss-premium-hero {
    width: 100%;
    aspect-ratio: 2.8 / 1;
    border-radius: 14px;
  }

  body.poppersss-light-premium-theme .whb-general-header {
    border-bottom: 0 !important;
    box-shadow: 0 6px 20px rgba(24, 28, 38, 0.045);
  }

  body.poppersss-light-premium-theme .wd-product .product-wrapper {
    padding: 9px;
    border-radius: 12px;
  }
}

@media (max-width: 700px) {
  body.poppersss-light-premium-theme .poppersss-hero-mounted {
    width: calc(100% - 16px);
  }

  body.poppersss-light-premium-theme .poppersss-premium-hero {
    width: 100%;
    aspect-ratio: 1.75 / 1;
    border-radius: 12px;
  }

  body.poppersss-light-premium-theme .poppersss-premium-hero__copy {
    padding: 18px 16px 26px;
  }

  body.poppersss-light-premium-theme .poppersss-premium-hero__title {
    max-width: 300px;
    font-size: clamp(27px, 8.5vw, 36px);
  }

  body.poppersss-light-premium-theme .poppersss-premium-hero__text {
    margin-top: 7px;
    font-size: 12px;
  }

  body.poppersss-light-premium-theme .poppersss-premium-hero__button {
    min-height: 34px;
    margin-top: 10px;
    padding: 7px 12px;
  }

  body.poppersss-light-premium-theme .products.wd-products,
  body.poppersss-light-premium-theme .wd-products {
    gap: 12px 8px !important;
  }

  body.poppersss-light-premium-theme .wd-product .product-wrapper {
    padding: 7px;
  }

  body.poppersss-light-premium-theme .wd-product .product-element-bottom {
    padding-right: 6px !important;
    padding-bottom: 8px !important;
    padding-left: 6px !important;
  }

  body.poppersss-light-premium-theme .wd-product .wd-entities-title,
  body.poppersss-light-premium-theme .wd-product .product-title {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.35;
  }

  body.poppersss-light-premium-theme .wd-product .price {
    font-size: 13px;
    line-height: 1.3;
  }

  body.poppersss-light-premium-theme .wd-product .fade-in-block {
    min-height: 40px;
    padding-top: 7px !important;
  }

  body.poppersss-light-premium-theme .wd-product .wd-add-btn .add-to-cart-loop {
    min-height: 40px;
    padding: 7px 6px !important;
    font-size: 11px;
    line-height: 1.15;
  }
}

@media (max-width: 340px) {
  body.poppersss-light-premium-theme .products.wd-products,
  body.poppersss-light-premium-theme .wd-products {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.poppersss-light-premium-theme .wd-product .wd-entities-title,
  body.poppersss-light-premium-theme .wd-product .product-title {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.poppersss-light-premium-theme .wd-product .product-wrapper,
  body.poppersss-light-premium-theme .whb-header-bottom a,
  body.poppersss-light-premium-theme .whb-general-header a {
    transition: none !important;
  }
}



/* Homepage benefits: compact editorial cards. */
body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 34px !important;
  padding: 12px !important;
  background:
    radial-gradient(circle at 0 0, rgba(244, 37, 105, 0.12), transparent 34%),
    linear-gradient(135deg, #fff8fb 0%, #ffffff 48%, #f6f7fa 100%) !important;
  border: 1px solid rgba(244, 37, 105, 0.16) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 44px rgba(29, 24, 31, 0.08);
}

body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 > .wpb_column {
  float: none !important;
  width: auto !important;
  min-height: 0;
  padding: 0 !important;
}

body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 > .wpb_column > .vc_column-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 112px;
  margin: 0 !important;
  padding: 22px 18px 22px 66px !important;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(41, 32, 38, 0.08) !important;
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(29, 24, 31, 0.055);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 > .wpb_column > .vc_column-inner::before {
  position: absolute;
  top: 50%;
  left: 18px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid rgba(244, 37, 105, 0.16);
  border-radius: 11px;
  background: var(--ps-accent-soft);
  color: var(--ps-accent-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}

body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 > .wpb_column:nth-child(1) > .vc_column-inner::before { content: "01"; }
body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 > .wpb_column:nth-child(2) > .vc_column-inner::before { content: "02"; }
body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 > .wpb_column:nth-child(3) > .vc_column-inner::before { content: "03"; }
body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 > .wpb_column:nth-child(4) > .vc_column-inner::before { content: "04"; }

body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 .info-box-wrapper,
body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 .wd-info-box,
body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 .info-box-content {
  width: 100%;
  margin: 0 !important;
  text-align: left !important;
}

body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 .box-icon-wrapper {
  display: none !important;
}

body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 .info-box-title {
  margin: 0 0 6px !important;
  color: var(--ps-text) !important;
  font-size: 15px !important;
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 1.3 !important;
}

body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 .info-box-inner,
body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 .info-box-inner p {
  margin: 0 !important;
  color: var(--ps-muted) !important;
  font-size: 13px;
  line-height: 1.45;
}

@media (hover: hover) {
  body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 > .wpb_column > .vc_column-inner:hover {
    transform: translateY(-3px);
    border-color: rgba(244, 37, 105, 0.26) !important;
    box-shadow: 0 14px 30px rgba(29, 24, 31, 0.09);
  }
}

@media (max-width: 767px) {
  body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 20px 0 26px !important;
    padding: 8px !important;
    border-radius: 18px !important;
  }

  body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 > .wpb_column > .vc_column-inner {
    min-height: 108px;
    padding: 17px 13px 17px 52px !important;
    border-radius: 12px;
  }

  body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 > .wpb_column > .vc_column-inner::before {
    left: 13px;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    font-size: 10px;
  }

  body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 .info-box-title {
    margin-bottom: 5px !important;
    font-size: 13px !important;
  }

  body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 .info-box-inner,
  body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 .info-box-inner p {
    font-size: 12px;
    line-height: 1.4;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 > .wpb_column > .vc_column-inner {
    transition: none !important;
  }
}



/* Prevent the legacy clearfix from occupying CSS Grid cells. */
body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07::before,
body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07::after {
  display: none !important;
  content: none !important;
}



@media (max-width: 991px) and (min-width: 768px) {
  body.poppersss-light-premium-theme.home .vc_custom_1688127030929.wd-rs-649ec6b941f07 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
