.container-fluid {
    width: 98% !important;
}
.custom-section-title-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    margin: 15px 0;
}

.custom-title-item {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.custom-title-text {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 1.2;
    text-align: center;
}

.custom-title-item.active .custom-title-border {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333333;
}

@media (max-width: 576px) {
    .custom-title-text {
        font-size: 18px;
    }
}

.product_slider {
    position: relative;
}

.product_slider .owl-nav button.owl-prev,
.product_slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #ffffff !important;
    color: #000000 !important;
    border-radius: 50% !important;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.product_slider .owl-nav button i {
    font-size: 16px;
    font-weight: 900;
}

.product_slider .owl-nav button.owl-prev {
    left: -15px;
}

.product_slider .owl-nav button.owl-next {
    right: -15px;
}

.custom-cat-grid .custom-cat-card {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    text-decoration: none;
}

.custom-cat-img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-color: #f8f9fa;
    overflow: hidden;
}

.custom-cat-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.custom-cat-card:hover .custom-cat-img {
    transform: scale(1.05);
}

/* ============= feature =============== */
.custom-feature-box {
    border: 1px solid #222222;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #ffffff;
    height: 100%;
    transition: all 0.3s ease;
}

.custom-feature-icon {
    font-size: 28px;
    color: #333333;
}

.custom-feature-title {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .custom-feature-box {
        padding: 12px 10px;
        gap: 8px;
    }

    .custom-feature-icon {
        font-size: 22px;
    }

    .custom-feature-title {
        font-size: 13px;
    }
}

/* ================= footer ============== */
.goxo-main-footer {
    background-color: #000000;
    color: #ffffff;
    font-family: inherit;
}

.goxo-footer-top {
    padding: 50px 0;
}

.goxo-brand-logo-link {
    display: inline-block;
    margin-bottom: 15px;
}

.goxo-brand-logo {
    max-width: 140px;
    height: auto;
}

.goxo-brand-text {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.goxo-social-group {
    display: flex;
    gap: 15px;
}

.goxo-social-item {
    color: #ffffff;
    font-size: 18px;
    transition: color 0.3s ease;
}

.goxo-social-item:hover {
    color: #0088cc;
}

.goxo-nav-heading {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.goxo-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.goxo-nav-list li {
    margin-bottom: 12px;
}

.goxo-nav-list a,
.goxo-contact-details a {
    color: #b3b3b3;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.goxo-nav-list a:hover,
.goxo-contact-details a:hover {
    color: #ffffff;
}

.goxo-contact-details p {
    color: #b3b3b3;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.5;
}

.goxo-contact-details strong {
    color: #ffffff;
}

.goxo-footer-bottom {
    border-top: 1px solid #1a1a1a;
    padding: 20px 0;
}

.goxo-copy-text {
    color: #777777;
    font-size: 13px;
    margin: 0;
}

@media (max-width: 991px) {
    .goxo-footer-top {
        text-align: center;
    }

    .goxo-social-group {
        justify-content: center;
    }

    .goxo-contact-details p {
        text-align: center;
    }

    .goxo-copy-text {
        text-align: center;
    }
}

/* ================= header ============== */
.gotop {
    padding-top: 104px;
}

.goxo-site-header {
    background: #050505;
    color: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}

.goxo-announcement {
    align-items: center;
    background: #f00000;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 35px;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
}

.goxo-announcement span {
    animation: goxo-marquee 22s linear infinite;
    display: inline-block;
}

.goxo-navigation {
    height: 69px;
}
.goxo-navigation-inner {
    align-items: center;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) 180px;
    height: 100%;
}
.goxo-header-logo img {
    display: block;
    max-height: 43px;
    max-width: 145px;
}
.goxo-category-nav {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.goxo-category-nav > li {
    position: relative;
}
.goxo-category-nav > li > a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 17px;
    font-weight: 700;
    gap: 9px;
    padding: 25px 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.goxo-category-nav > li > a i {
    font-size: 11px;
}
.goxo-category-nav .goxo-submenu {
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    display: none;
    left: 50%;
    list-style: none;
    min-width: 220px;
    padding: 10px 0;
    position: absolute;
    top: 69px;
    transform: translateX(-50%);
}
.goxo-category-nav li:hover > .goxo-submenu {
    display: block;
}
.goxo-category-nav .goxo-submenu li {
    position: relative;
}
.goxo-category-nav .goxo-submenu a {
    color: #111;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    padding: 11px 18px;
    text-decoration: none;
    white-space: nowrap;
}
.goxo-category-nav .goxo-submenu a:hover {
    background: #fff;
}
.goxo-category-nav .goxo-submenu .goxo-submenu {
    left: 100%;
    top: -10px;
    transform: none;
}
.goxo-header-actions {
    align-items: center;
    display: flex;
    gap: 21px;
    justify-content: flex-end;
}
.goxo-header-actions a,
.goxo-search-trigger {
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    padding: 4px;
    text-decoration: none;
}
.goxo-cart-link {
    position: relative;
}
.goxo-cart-count {
    align-items: center;
    background: #f00000;
    border-radius: 50%;
    display: flex;
    font-size: 10px;
    height: 17px;
    justify-content: center;
    position: absolute;
    right: -8px;
    top: -7px;
    width: 17px;
}
.goxo-header-search {
    display: none;
    height: 69px;
}
.goxo-header-search.is-open {
    align-items: center;
    display: flex;
    gap: 18px;
}
.goxo-site-header.search-is-open .goxo-navigation {
    display: none;
}
.goxo-site-header.search-is-open .goxo-header-search {
    display: flex;
}
.goxo-header-search form {
    border: 1px solid #fff;
    display: flex;
    flex: 1;
    height: 60px;
}
.goxo-header-search input {
    background: transparent;
    border: 0;
    color: #fff;
    flex: 1;
    font-size: 15px;
    outline: 0;
    padding: 0 25px;
}
.goxo-header-search input::placeholder {
    color: #ddd;
}
.goxo-header-search button {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 20px;
    padding: 0 18px;
}
.goxo-search-close {
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
}
.goxo-header-search .search_result {
    left: 0;
    position: absolute;
    right: 60px;
    top: 70px;
}
.goxo-mobile-navigation {
    display: none;
}
.goxo-site-header.is-scrolled .goxo-announcement {
    display: none;
}
.goxo-site-header.is-scrolled .goxo-navigation {
    height: 69px;
}

@keyframes goxo-marquee {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

@media (max-width: 991px) {
    .gotop {
        padding-top: 55px;
    }
    .goxo-announcement,
    .goxo-navigation {
        display: none;
    }
    .goxo-mobile-navigation {
        align-items: center;
        display: flex;
        height: 55px;
        justify-content: space-between;
        padding: 0 15px;
    }
    .goxo-mobile-navigation img {
        max-height: 29px;
        max-width: 105px;
    }
    .goxo-mobile-navigation button,
    .goxo-mobile-navigation a {
        background: none;
        border: 0;
        color: #fff;
        font-size: 16px;
        padding: 5px;
        text-decoration: none;
    }
    .goxo-mobile-actions {
        align-items: center;
        display: flex;
        gap: 11px;
    }
    .goxo-mobile-search {
        display: none;
        height: 55px;
        padding: 0 10px;
    }
    .goxo-mobile-search.is-open {
        align-items: center;
        display: flex;
        gap: 8px;
    }
    .goxo-site-header.search-is-open .goxo-header-search {
        display: none;
    }
    .goxo-site-header.search-is-open .goxo-mobile-navigation {
        display: none;
    }
    .goxo-site-header.search-is-open .goxo-mobile-search {
        display: flex;
    }
    .goxo-mobile-search form {
        border: 1px solid #fff;
        display: flex;
        flex: 1;
        height: 38px;
    }
    .goxo-mobile-search input {
        background: transparent;
        border: 0;
        color: #fff;
        flex: 1;
        min-width: 0;
        outline: 0;
        padding: 0 10px;
    }
    .goxo-mobile-search button {
        background: transparent;
        border: 0;
        color: #fff;
        padding: 0 10px;
    }
}

/* ================= details prescription ================ */
.lens-opt-container {
  margin: 20px auto;
  font-family: sans-serif;
}

.lens-opt-card {
  border: 1.5px solid #a8a8a8;
  border-radius: 8px;
  padding: 12px 16px;
  background-color: #ffffff;
  cursor: pointer;
  margin-bottom: 12px;
  user-select: none;
  transition: all 0.3s ease;
}

.lens-opt-card.lens-opt-active {
  border-color: #009639 !important;
  background-color: #f0fdf4 !important;
}

.lens-opt-radio-icon {
  font-size: 22px;
  color: #00b04c;
  margin-right: 12px;
  line-height: 1;
}

.lens-opt-title {
  font-weight: 700;
  color: #2b2b2b;
  font-size: 15px;
}

.lens-opt-label {
  display: block;
  font-weight: 700;
  color: #2b2b2b;
  font-size: 14.5px;
  margin-top: 15px;
  margin-bottom: 8px;
}

.lens-opt-required {
  color: #d9381e;
}

.lens-opt-select {
  width: 100%;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  color: #2b2b2b;
  background-color: #fff;
}

.lens-opt-upload-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-top: 10px;
}

.lens-opt-upload-title {
  font-weight: 700;
  font-size: 16px;
  color: #2b2b2b;
  margin-bottom: 2px;
}

.lens-opt-upload-subtitle {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 16px;
}

.lens-opt-drop-area {
  border: 1px dashed #b5b5b5;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
}

.lens-opt-btn-choose {
  background-color: #008000;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 0;
  width: 100%;
  border-radius: 6px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lens-opt-btn-choose:hover {
  background-color: #008000;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 0;
  width: 100%;
  border-radius: 6px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lens-opt-preview-img {
  max-width: 100%;
  max-height: 250px;
  object-fit: contain;
}
