  .bd-placeholder-img {
      font-size: 1.125rem;
      text-anchor: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
    }

    @media (min-width: 768px) {
      .bd-placeholder-img-lg {
        font-size: 3.5rem;
      }
    }

    .b-example-divider {
      width: 100%;
      height: 3rem;
      background-color: rgba(0, 0, 0, 0.1);
      border: solid rgba(0, 0, 0, 0.15);
      border-width: 1px 0;
      box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
        inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
    }

    .b-example-vr {
      flex-shrink: 0;
      width: 1.5rem;
      height: 100vh;
    }

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cbcbcb;
  color: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.spinner {
  border: 6px solid rgba(255, 255, 255, 0.1);
  border-left-color: #28a745;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#loading-screen.hidden {
  opacity: 0;
  visibility: hidden;
}
.bgimg-1 {
      background-position: center;
      background-size: cover;
      background-image: url("assets/images/header.png");
      min-height: 100%;
    }

    @media screen and (max-width: 1000px) {
      .bgimg-1 {
        background-position: center;
        background-size: cover;
        background-image: url("assets/images/header-mobile.png");
        min-height: 100%;
      }
    }
    textarea
  {
    resize: none;
  }
  .product-wrapper {
      width: 80%;
      height: 300px;
      border-radius: 21px 21px 0 0;
      overflow: hidden;
    }
    
    .product-image {
      object-fit: contain;
      width: 100%;
      height: 100%;
      display: block;
    }
    
    .select-btn {
      bottom: 15px;
      left: 50%;
      transform: translateX(-50%);
    }

    #age-verification {
  background-image: url('assets/images/background.jpg'); 
}

.modal-content-edit {
      background: url('assets/images/coupon-3.png') center/cover no-repeat;
      color: white;
      position: relative;
    }

    .modal-overlay-edit {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 0;
      border-radius: 0.5rem;
    }

    .modal-body-edit, .modal-header-edit {
      position: relative;
      z-index: 1;
    }

    .form-control::placeholder {
      color: #ddd;
    }


        .filter-sidebar {
            background: white;
            border-radius: 12px;
            position: sticky;
            top: 20px;
            height: fit-content;
        }

        .product-card {
            background: white;
            border-radius: 12px;
            transition: all 0.3s ease;
            height: 100%;
        }

        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }

        .product-image {
            height: 350px;
            object-fit: cover;
            border-radius: 12px 12px 0 0;
        }

        .price {
            color: #2563eb;
            font-weight: 600;
        }

        .discount-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #dc2626;
            color: white;
            padding: 4px 8px;
            border-radius: 6px;
            font-size: 0.875rem;
        }

        .wishlist-btn {
            position: absolute;
            top: 10px;
            left: 10px;
            background: white;
            border: none;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s;
        }

        .wishlist-btn:hover {
            background: #fee2e2;
            color: #dc2626;
        }

        .rating-stars {
            color: #fbbf24;
        }

        .category-badge {
            background: #e5e7eb;
            color: #4b5563;
            padding: 4px 8px;
            border-radius: 6px;
            font-size: 0.75rem;
        }

        .filter-group {
            border-bottom: 1px solid #e5e7eb;
            padding-bottom: 1rem;
            margin-bottom: 1rem;
        }

        .color-option {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
        }

        .color-option.selected::after {
            content: '';
            position: absolute;
            inset: -3px;
            border: 2px solid #2563eb;
            border-radius: 50%;
        }

        .sort-btn {
            background: white;
            border: 1px solid #e5e7eb;
            padding: 8px 16px;
            border-radius: 8px;
            transition: all 0.2s;
        }

        .sort-btn:hover {
            background: #f3f4f6;
        }

        .cart-btn {
            background: #2563eb;
            color: white;
            border: none;
            transition: all 0.2s;
        }

        .cart-btn:hover {
            background: #1d4ed8;
            transform: translateY(-2px);
        }
        .view-btn {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.875rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    text-decoration: none;
}

.product-card:hover .view-btn {
    opacity: 1;
    pointer-events: auto;
}
            /* Custom Video.js */
            .video-js {
                --vjs-theme-fantasy-primary: #28a745 !important; /* Brand green color */
            }
            
            /* Big play button */
            .video-js .vjs-big-play-button {
                background-color: #28a745 !important;
                border-color: #28a745 !important;
                border-radius: 50% !important;
                width: 80px !important;
                height: 80px !important;
                line-height: 80px !important;
                margin-left: -40px !important;
                margin-top: -40px !important;
                color: white !important;
            }
            .video-js .vjs-big-play-button:hover {
                background-color: #218838 !important;
                color: white !important;
            }
            
            /* Control bar */
            .video-js .vjs-control-bar {
                background: rgba(0, 0, 0, 0.7) !important;
            }
            
            /* Play/pause button */
            .video-js .vjs-play-control {
                color: white !important;
            }
            .video-js .vjs-play-control:hover {
                color: #28a745 !important;
            }
            
            /* Progress bar */
            .video-js .vjs-play-progress {
                background-color: #28a745 !important;
            }
            .video-js .vjs-progress-holder {
                background: rgba(255, 255, 255, 0.2) !important;
            }
            .video-js .vjs-load-progress {
                background: rgba(255, 255, 255, 0.3) !important;
            }
            .video-js .vjs-slider-bar {
                background-color: #28a745 !important;
            }
            
            /* Volume and remaining time */
            .video-js .vjs-volume-panel,
            .video-js .vjs-remaining-time {
                color: white !important;
            }
            
            /* Fullscreen button */
            .video-js .vjs-fullscreen-control {
                color: white !important;
            }
            .video-js .vjs-fullscreen-control:hover {
                color: #28a745 !important;
            }
            
            /* Time display */
            .video-js .vjs-time-control {
                color: white !important;
            }
            
.review-author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.testimonial-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-card p:last-child {
    margin-top: auto;
}

.rating-stars i {
    color: #ffc107;
    margin-right: 2px;
}
/* jQuery UI Autocomplete customization */
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 10000 !important;
}

.ui-autocomplete .ui-menu-item {
    border-bottom: 1px solid #eee;
    padding: 0;
}

.ui-autocomplete .ui-menu-item:last-child {
    border-bottom: none;
}

.ui-autocomplete .ui-menu-item-wrapper {
    padding: 0.5rem;
}

.ui-autocomplete .ui-state-active {
    background-color: #f8f9fa;
    border: none;
    color: inherit;
    margin: 0;
}

.ui-helper-hidden-accessible {
    display: none;
}
/* Search Results Styling */
.product-card {
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.product-card .card-img-top {
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .card-img-top {
    transform: scale(1.05);
}

.product-card .card-body {
    padding: 1.25rem;
}

.product-card .card-title {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.no-results-card {
    border: none;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
  .rh-cta
{
  background-image: url('assets/images/cta-2.jpg')!important;
  background-repeat: no-repeat;
  background-size: cover;
}
    .fixed-cart-btn {
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 500;
        padding: 12px 20px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        transition: all 0.3s ease;
    }
    
    .fixed-cart-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    }
    
    .cart-count-badge {
        position: absolute;
        top: -8px;
        right: -8px;
        background: #dc3545;
        color: white;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }