/* Minimal styles for Woodmart shortcode lightweight replicas */
.wd-lite { box-sizing: border-box; }
.wd-lite.align-left { text-align: left; }
.wd-lite.align-center { text-align: center; }
.wd-lite.align-right { text-align: right; }

.wd-lite .wd-lite-btn { display: inline-block; padding: 0.65em 1.25em; background:#333; color:#fff; text-decoration:none; border-radius:4px; }
.wd-lite .wd-lite-btn:hover { background:#000; color:#fff; }

/* Tabs */
.wd-lite-tabs { border:1px solid #eee; border-radius:4px; }
.wd-lite-tabs .wd-lite-tab { border-top:1px solid #eee; }
.wd-lite-tabs .wd-lite-tab:first-child { border-top:0; }
.wd-lite-tab-title { font-weight:600; padding:0.75em 1em; cursor:pointer; }
.wd-lite-tab-content { display:block; padding:1em; }

/* Accordion */
.wd-lite-accordion .wd-lite-acc-item { border-bottom:1px solid #eee; }
.wd-lite-accordion .wd-lite-acc-title { padding:0.75em 1em; cursor:pointer; font-weight:600; }
.wd-lite-accordion .wd-lite-acc-content { display:none; padding:0 1em 1em; }
.wd-lite-accordion .wd-lite-acc-item.open .wd-lite-acc-content { display:block; }

/* Title */
.wd-lite .wd-lite-subtitle { color:#888; font-size:0.9em; margin-bottom:0.25em; }
.wd-lite .wd-lite-title { margin:0.25em 0 0.5em; font-size:1.25em; }
.wd-lite .wd-lite-after-title { color:#666; font-size:0.95em; margin-top:0.25em; }

/* Gallery */
.wd-lite-gallery { display:flex; flex-wrap:wrap; gap:10px; }
.wd-lite-gallery-item { width:calc(33.333% - 10px); }
.wd-lite-gallery-item img { width:100%; height:auto; display:block; border-radius:4px; }

@media (max-width: 767px) {
  .wd-lite-gallery-item { width:calc(50% - 10px); }
}

/* Image Hotspots */
.wd-lite-hotspot-wrap { position: relative; display: inline-block; max-width: 100%; }
.wd-lite-hotspot-img img { display:block; width:100%; height:auto; }
.wd-lite-hotspots { position:absolute; left:0; top:0; right:0; bottom:0; pointer-events:none; }
.wd-lite-hotspot { position:absolute; transform: translate(-50%, -50%); pointer-events:auto; }
.wd-lite-spot { width:16px; height:16px; border-radius:50%; background:var(--wd-primary-color, #ff5252); display:block; border:2px solid #fff; box-shadow:0 0 0 2px rgba(0,0,0,0.1); cursor:pointer; }
.wd-lite-hotspot a.wd-lite-spot { text-decoration:none; }
.wd-lite-hotspot-title { margin-top:6px; background:#fff; color:#333; font-size:12px; line-height:1.2; padding:2px 6px; border-radius:3px; box-shadow:0 1px 2px rgba(0,0,0,.08); }
.wd-lite-tooltip { position:absolute; top:18px; left:50%; transform: translateX(-50%); background:#fff; color:#333; border:1px solid #eee; border-radius:4px; box-shadow:0 6px 18px rgba(0,0,0,.12); min-width:160px; max-width:260px; padding:8px; display:none; z-index:5; }
.wd-lite-hotspot.open .wd-lite-tooltip { display:block; }
.wd-lite-tooltip-inner { font-size:13px; }
.wd-lite-hotspot-tip-image { max-width:100%; height:auto; display:block; margin-bottom:6px; }





/* WPBakery Single Image Support */
.wpb_single_image {
    margin-bottom: 35px !important;
    text-align: left;
    clear: both;
    display: block !important;
}

.wpb_single_image.vc_align_center {
    text-align: center !important;
}

.wpb_single_image.vc_align_left {
    text-align: left !important;
}

.wpb_single_image.vc_align_right {
    text-align: right !important;
}

.wpb_single_image .vc_figure {
    margin: 0 !important;
    display: inline-block !important;
    max-width: 100%;
    line-height: 0;
}

.vc_single_image-wrapper {
    display: inline-block !important;
    text-decoration: none;
    max-width: 100%;
    line-height: 0;
}

.vc_single_image-img,
.wpb_single_image img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 auto;
}

/* Border styles */
.vc_box_border_grey {
    border: 1px solid #e0e0e0 !important;
    padding: 5px !important;
    background: #fff;
}

.vc_box_border_circle {
    border-radius: 50% !important;
    overflow: hidden;
}

.vc_box_shadow_grey {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}
/* Minimal styles for Woodmart shortcode lightweight replicas */
.wd-lite { box-sizing: border-box; }
.wd-lite.align-left { text-align: left; }
.wd-lite.align-center { text-align: center; }
.wd-lite.align-right { text-align: right; }

.wd-lite .wd-lite-btn { display: inline-block; padding: 0.65em 1.25em; background:#333; color:#fff; text-decoration:none; border-radius:4px; }
.wd-lite .wd-lite-btn:hover { background:#000; color:#fff; }

/* Tabs */
.wd-lite-tabs { border:1px solid #eee; border-radius:4px; }
.wd-lite-tabs .wd-lite-tab { border-top:1px solid #eee; }
.wd-lite-tabs .wd-lite-tab:first-child { border-top:0; }
.wd-lite-tab-title { font-weight:600; padding:0.75em 1em; cursor:pointer; }
.wd-lite-tab-content { display:block; padding:1em; }

/* Accordion */
.wd-lite-accordion .wd-lite-acc-item { border-bottom:1px solid #eee; }
.wd-lite-accordion .wd-lite-acc-title { padding:0.75em 1em; cursor:pointer; font-weight:600; }
.wd-lite-accordion .wd-lite-acc-content { display:none; padding:0 1em 1em; }
.wd-lite-accordion .wd-lite-acc-item.open .wd-lite-acc-content { display:block; }

/* Title */
.wd-lite .wd-lite-subtitle { color:#888; font-size:0.9em; margin-bottom:0.25em; }
.wd-lite .wd-lite-title { margin:0.25em 0 0.5em; font-size:1.25em; }
.wd-lite .wd-lite-after-title { color:#666; font-size:0.95em; margin-top:0.25em; }

/* Gallery */
.wd-lite-gallery { display:flex; flex-wrap:wrap; gap:10px; }
.wd-lite-gallery-item { width:calc(33.333% - 10px); }
.wd-lite-gallery-item img { width:100%; height:auto; display:block; border-radius:4px; }

@media (max-width: 767px) {
  .wd-lite-gallery-item { width:calc(50% - 10px); }
}

/* Image Hotspots */
/* Image Hotspots */
.wd-spots {
    position: relative;
    display: block;
    line-height: 0;
    font-size: 0;
}

.wd-image-hotspot-hotspots {
    position: relative;
}

.wd-image-hotspot-hotspots img.wd-image-hotspot-img {
    width: 100%;
    height: auto;
    display: block;
}

.wd-image-hotspot {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 5;
    pointer-events: none;
}

.wd-image-hotspot > * {
    pointer-events: auto;
}

.hotspot-btn {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--wd-primary-color, #222);
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: all 0.2s ease-in-out;
}

/* Hover effects */
.wd-event-hover .wd-image-hotspot:hover .hotspot-btn {
    transform: scale(1.2);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
}

.hotspot-sonar {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--wd-primary-color, #222);
    opacity: 0.4;
    animation: wd-sonar-pulse 1.8s ease-out infinite;
    z-index: 1;
}

@keyframes wd-sonar-pulse {
    0% { transform: translate(-50%,-50%) scale(1); opacity: .35; }
    70% { transform: translate(-50%,-50%) scale(2.6); opacity: 0; }
    100% { opacity: 0; }
}

/* Hotspot Content (Tooltip) */
.hotspot-content {
    position: absolute;
    display: none;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    min-width: 250px;
    max-width: 320px;
    padding: 15px;
    z-index: 10;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}

/* Tooltip positioning */
.hotspot-dropdown-top { top: auto; bottom: calc(100% + 0px); left: 50%; transform: translateX(-50%); }
.hotspot-dropdown-bottom { top: calc(100% + 0px); bottom: auto; left: 50%; transform: translateX(-50%); }
.hotspot-dropdown-left { left: auto; right: calc(100% + 0px); top: 50%; transform: translateY(-50%); }
.hotspot-dropdown-right { left: calc(100% + 0px); right: auto; top: 50%; transform: translateY(-50%); }

/* Tooltip hover to display */
.wd-event-hover .wd-image-hotspot:hover .hotspot-content {
    display: block;
}

/* Styling content inside the tooltip */
.hotspot-content-image {
    margin-bottom: 10px;
}
.hotspot-content-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.hotspot-content .wd-entities-title {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}
.hotspot-content .price {
    font-weight: 700;
    color: var(--wd-primary-color, #333);
}

.hotspot-content .button {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    background: #222;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.hotspot-content .button:hover {
    background: #000;
}
/* Tooltip/dropdown */
.wd-lite-tooltip { position:absolute; background:#fff; color:#333; border:1px solid #eee; border-radius:6px; box-shadow:0 12px 30px rgba(0,0,0,.12); min-width:180px; max-width:320px; padding:10px; display:none; z-index:5; }
.wd-lite-hotspot.open .wd-lite-tooltip { display:block; }
.wd-lite-tooltip-inner { font-size:13px; }
.wd-lite-hotspot-tip-image { max-width:100%; height:auto; display:block; margin-bottom:8px; border-radius:4px; }

/* Tooltip positions (approximate Woodmart behavior) */
.wd-lite-tooltip.wd-lite-side-left { left:auto; right: calc(100% + 12px); top:50%; transform: translateY(-50%); }
.wd-lite-tooltip.wd-lite-side-right { left: calc(100% + 12px); top:50%; transform: translateY(-50%); }
.wd-lite-tooltip.wd-lite-side-top { left:50%; top:auto; bottom: calc(100% + 12px); transform: translateX(-50%); }
.wd-lite-tooltip.wd-lite-side-bottom { left:50%; top: calc(100% + 12px); transform: translateX(-50%); }

/* Optional caret */
.wd-lite-tooltip::after { content:''; position:absolute; width:0; height:0; border:6px solid transparent; }
.wd-lite-tooltip.wd-lite-side-left::after { right:-12px; top:50%; transform:translateY(-50%); border-left-color:#eee; }
.wd-lite-tooltip.wd-lite-side-right::after { left:-12px; top:50%; transform:translateY(-50%); border-right-color:#eee; }
.wd-lite-tooltip.wd-lite-side-top::after { left:50%; bottom:-12px; transform:translateX(-50%); border-top-color:#eee; }
.wd-lite-tooltip.wd-lite-side-bottom::after { left:50%; top:-12px; transform:translateX(-50%); border-bottom-color:#eee; }

/* Also support original Woodmart classes so native markup (if present) looks fine */
.wd-image-hotspot { position:absolute; transform: translate(-50%, -50%); }
.wd-image-hotspot .hotspot-btn { width:18px; height:18px; border-radius:50%; background:var(--wd-primary-color, #3e77aa); border:2px solid #fff; box-shadow:0 0 0 2px rgba(0,0,0,0.1); }
.wd-image-hotspot .hotspot-sonar { position:absolute; left:50%; top:50%; width:18px; height:18px; transform:translate(-50%, -50%); border-radius:50%; background: var(--wd-primary-color, #3e77aa); opacity:.4; animation: wd-lite-sonar-pulse 1.8s ease-out infinite; }
.wd-image-hotspot .hotspot-content { position:absolute; display:none; background:#fff; color:#333; border:1px solid #eee; border-radius:6px; box-shadow:0 12px 30px rgba(0,0,0,.12); min-width:180px; max-width:320px; padding:10px; z-index:5; }
.wd-image-hotspot.hotspot-type-product.open .hotspot-content,
.wd-image-hotspot.hotspot-type-text.open .hotspot-content { display:block; }


/* WPBakery Single Image Support */
.wpb_single_image {
    margin-bottom: 35px !important;
    text-align: left;
    clear: both;
    display: block !important;
}

.wpb_single_image.vc_align_center {
    text-align: center !important;
}

.wpb_single_image.vc_align_left {
    text-align: left !important;
}

.wpb_single_image.vc_align_right {
    text-align: right !important;
}

.wpb_single_image .vc_figure {
    margin: 0 !important;
    display: inline-block !important;
    max-width: 100%;
    line-height: 0;
}

.vc_single_image-wrapper {
    display: inline-block !important;
    text-decoration: none;
    max-width: 100%;
    line-height: 0;
}

.vc_single_image-img,
.wpb_single_image img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 auto;
}

/* Border styles */
.vc_box_border_grey {
    border: 1px solid #e0e0e0 !important;
    padding: 5px !important;
    background: #fff;
}

.vc_box_border_circle {
    border-radius: 50% !important;
    overflow: hidden;
}

.vc_box_shadow_grey {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}


/* Products Widget */
.wd-lite-products-widget {
    margin-bottom: 20px;
}

.wd-lite-products-widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.wd-lite-products-widget .product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wd-lite-products-widget .product_list_widget li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.wd-lite-products-widget .product_list_widget li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.wd-lite-products-widget .product_list_widget img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 4px;
    flex-shrink: 0;
}

.wd-lite-products-widget .product-details {
    flex-grow: 1;
}

.wd-lite-products-widget .product-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.3;
}

.wd-lite-products-widget .product-title:hover {
    color: #007cba;
}

.wd-lite-products-widget .amount {
    color: #007cba;
    font-weight: 600;
    font-size: 13px;
}

/* Hover behavior for hotspots (desktop) */
.wd-spots.wd-event-hover .wd-lite-hotspot:hover .wd-lite-tooltip { display: block; }
/* Support original Woodmart classes on hover */
.wd-spots.wd-event-hover .wd-image-hotspot:hover .hotspot-content { display: block; }

/* VC Gallery (Swiper) */
.wd-lite-vc-gallery.swiper { width: 100%; position: relative; }
.wd-lite-vc-gallery .swiper-slide { text-align: center; }
.wd-lite-vc-gallery img { display: block; width: 100%; height: auto; }


/* Separator */
.vc_separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.vc_separator .vc_sep_holder {
    flex-grow: 1;
    height: 0;
    position: relative;
    display: block;
}

.vc_separator .vc_sep_holder .vc_sep_line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    border-style: solid;
    border-color: #e0e0e0;
}

.vc_separator .vc_sep_text {
    flex-shrink: 0;
    padding: 0 15px;
    font-size: 1.25em;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    text-align: center;
    line-height: 1.2;
}

/* Modifiers based on shortcode attributes */
.vc_separator.vc_separator-has-text .vc_sep_line {
    border-width: 1px 0 0 0;
}

.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #e0e0e0;
}

.vc_separator.vc_sep_color_white .vc_sep_line {
    border-color: #fff;
}

.vc_separator.vc_separator_align_center {
    justify-content: center;
}

.vc_separator.vc_separator_align_left .vc_sep_text {
    margin-right: 15px;
}

.vc_separator.vc_separator_align_right .vc_sep_text {
    margin-left: 15px;
}

/* --------------------------------------------------
   Woodmart Lite — Table styles
   Applies to output from [woodmart_table] and [woodmart_table_row]
----------------------------------------------------- */
.wd-lite .wd-lite-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.06);
}

.wd-lite .wd-lite-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
    margin-bottom:0;
}

.wd-lite .wd-lite-table th,
.wd-lite .wd-lite-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #f1f1f1;
  color: #333;
  text-align: left;
}

.wd-lite .wd-lite-table th {
  background: #fafafa;
  font-weight: 600;
  color: #222;
  border-bottom: 1px solid #ececec;
}

/* Zebra striping */
.wd-lite .wd-lite-table tbody tr:nth-child(even) td { background-color: #fcfcfc; }
.wd-lite .wd-lite-table tbody tr:nth-child(odd) td  { background-color: #fff; }

/* Hover row highlight */
.wd-lite .wd-lite-table tbody tr:hover td,
.wd-lite .wd-lite-table tbody tr:hover th { background-color: #f7faff; }

/* Alignment helpers inherit from wrapper */
.wd-lite.align-center .wd-lite-table-wrap { margin-left: auto; margin-right: auto; }
.wd-lite.align-right  .wd-lite-table-wrap { margin-left: auto; margin-right: 0; }

/* Tighten spacing on small screens */
@media (max-width: 767.98px) {
  .wd-lite .wd-lite-table { min-width: 480px; font-size: 13px; }
  .wd-lite .wd-lite-table th,
  .wd-lite .wd-lite-table td { padding: 10px 12px; }
}
