.lb-image {
    max-width: 690px;
    max-height: 520px;
}


.ratio iframe,
.ratio embed,
.ratio video {
    width: 100% !important;
    height: 100% !important;
}



.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.goog-te-banner-frame,
.goog-te-balloon-frame {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}


.goog-te-gadget img {
    display: none !important;
}

body>.skiptranslate {
    display: none;
}

body {
    top: 0px !important;
}



/* Overlay background */
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    overflow-y: auto;
}

/* Show popup */
.search-popup.show {
    display: flex;
}

/* Inner content container */
.popup-content {
    position: relative;
    width: 90%;
    max-width: 700px;
    /* background: #111; */
    border-radius: 12px;
    padding: 30px 20px 20px 20px;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); */
}

/* Close button */
.close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

/* Search input container */
.search-box {
    display: flex;
    margin-bottom: 20px;
}

.search-box input {
    flex: 1;
    padding: 15px 20px;
    border-radius: 50px 0 0 50px;
    border: 2px solid var(--theme-color);
    font-size: 16px;
    outline: none;
    background: #222;
    color: #fff;
}

.search-box button {
    padding: 0 20px;
    border-radius: 0 50px 50px 0;
    border: 2px solid var(--theme-color);
    background: var(--theme-color);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    border-left: none;
}

/* Google CSE Results Styling */
#popupSearchResults {
    max-height: 60vh;
    overflow-y: auto;
}

#popupSearchResults .gsc-control-cse {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

#popupSearchResults .gs-title a {
    color: var(--theme-color) !important;
    font-size: 18px;
    text-decoration: none;
}

#popupSearchResults .gs-title a:hover {
    text-decoration: underline;
}

#popupSearchResults .gs-snippet {
    color: #fff !important;
    font-size: 14px;
}

#popupSearchResults .gsc-webResult {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
}


.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
    height: 30px;
    padding-left: 5px;
    font-size: 14px;
    background-position: right 13px center;
}



.read-more-text {
    position: relative;
}

.read-more-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more-text.expanded .read-more-content {
    -webkit-line-clamp: unset;
}

.read-more-toggle {
    color: var(--theme-color);
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}