* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    line-height: 1.6;
    color: #111;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
}

/* Header */
.header {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 15px 0;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
}

.logo a {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    text-decoration: none;
}

.main-nav {
    display: flex;
    gap: 30px;
}

.main-nav a {
    color: #111;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.main-nav a:hover {
    color: #666;
}

.search-bar {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 8px 15px;
    border-radius: 25px;
    flex: 1;
    max-width: 300px;
}

.search-bar svg {
    color: #666;
    margin-right: 10px;
}

.search-bar input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    font-size: 14px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: background 0.3s;
    position: relative;
}

.icon-btn:hover {
    background: #f5f5f5;
}

.btn-text {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 16px;
    font-weight: 500;
    border-radius: 20px;
    transition: background 0.3s;
}

.btn-text:hover {
    background: #f5f5f5;
}

.btn-primary-small {
    background: #111;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s;
}

.btn-primary-small:hover {
    background: #333;
}




/* Change this line to include both badges */
.cart-badge,
.wishlist-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff4444;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: bold;
}

.cart-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff4444;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: bold;
}

/* User Dropdown */
/* .user-menu-trigger {
    position: relative;
}

.user-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0 !important;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 8px 8px;;
    min-width: 250px;
    padding: 10px 0;
    z-index: 1001;
} */


/* User Dropdown */
.user-menu-container {
    position: static;
    /* Untraps the menu from the icon */
}

.user-menu-trigger {
    position: relative;
}

.user-dropdown {
    display: none;
    position: fixed;
    /* CHANGE THIS: It now looks at the monitor edge */
    top: 70px;
    /* Adjust this to sit right below the header */
    right: 0 !important;
    /* SUCCESS: This snaps it to the absolute far-right monitor edge */
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px 0 0 8px;
    /* Curve only the left side for a sleek look */
    min-width: 250px;
    padding: 10px 0;
    z-index: 10000;
    /* Make sure it's on top of everything */
}

.user-dropdown.show {
    display: block;
}

.user-info {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.user-info strong {
    display: block;
    margin-bottom: 5px;
}

.user-info span {
    color: #666;
    font-size: 13px;
}

.user-dropdown a {
    display: block;
    padding: 10px 20px;
    color: #111;
    text-decoration: none;
    transition: background 0.3s;
}

.user-dropdown a:hover {
    background: #f5f5f5;
}

.user-dropdown hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 5px 0;
}

.logout-link {
    color: #ff4444 !important;
}

/* Hero Section */
.hero {
    position: relative;
    color: #fff;
    overflow: hidden;
    background: #000;
    /* Dark fallback */
}

.hero-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 7;
    min-height: 400px;
    background: #f4f4f4;
    /* Light gray instead of black */
    overflow: hidden;
}

.slide {
    display: none;
    width: 100%;
    height: 100%;
    padding: 0;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

.slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Add a subtle dark overlay so text is always readable */
.slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* 30% dark overlay */
    z-index: 1;
}

.slide .container {
    position: relative;
    z-index: 2;
    margin-left: 60px;
    /* Align to the left side of the screen */
    margin-bottom: 60px;
    /* Offset from the bottom edge */
    margin-right: auto;
    /* Push away from the right */
}

.slide.active {
    display: flex;
    /* Show only the active slide */
    animation: fadeIn 0.8s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hero-content {
    max-width: 600px;
    text-align: left;
    /* Ensure text stays left-aligned */
    margin-bottom: 20px;
    /* Space above dots if they overlap */
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: bold;
}

.hero-discount {
    font-size: 56px;
    font-weight: bold;
    color: #ff6b6b;
    margin-bottom: 15px;
}

.hero-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.95;
}

.hero-buttons {
    display: flex;
    gap: 15px;
}

.btn-primary {
    background: #111;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s, background 0.3s;
}

.btn-primary:hover {
    background: #333;
    transform: translateY(-2px);
}

.btn-secondary {
    background: #fff;
    color: #111;
    border: none;
    padding: 15px 40px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s, background 0.3s;
}

.btn-secondary:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
}

.hero-image {
    font-size: 200px;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s;
    z-index: 10;
}

.slider-nav:hover {
    background: rgba(255, 255, 255, 0.5);
}

.slider-nav.prev {
    left: 20px;
}

.slider-nav.next {
    right: 20px;
}

.slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
}

.dot.active {
    background: #fff;
    width: 30px;
    border-radius: 5px;
}

/* Experience Section */
.experience {
    padding: 80px 0;
    text-align: center;
}

.experience h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.subtitle {
    color: #666;
    font-size: 16px;
    margin-bottom: 40px;
}

.video-box {
    position: relative;
    background: #000;
    border-radius: 12px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.play-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s;
    z-index: 2;
}

.play-btn:hover {
    transform: scale(1.1);
}

.video-info {
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-align: left;
    color: #fff;
}

.video-info h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.video-info p {
    opacity: 0.9;
}

/* Products Section */
.products {
    padding: 80px 0;
}

.products.light-bg {
    background: #f9f9f9;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: 32px;
    margin-bottom: 5px;
}

.section-header p {
    color: #666;
}

.nav-buttons {
    display: flex;
    gap: 10px;
}

.nav-btn {
    background: #fff;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

.nav-btn:hover {
    background: #f5f5f5;
    border-color: #111;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 50px;
}

.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff4444;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    z-index: 10;
}

.product-image {
    position: relative;
    background: #f5f5f5;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wishlist-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.product-card:hover .wishlist-btn {
    opacity: 1;
}

.wishlist-btn:hover svg {
    stroke: #ff4444;
}

.product-info {
    padding: 20px;
}

.product-info h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.product-color {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
    color: #ffa500;
    font-size: 14px;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.current-price {
    font-size: 20px;
    font-weight: bold;
}

.old-price {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
}

.add-cart {
    background: #111;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.add-cart:hover {
    background: #333;
}

/* Why Choose Section */
.why-choose {
    padding: 80px 0;
    text-align: center;
    background: #fff;
}

.why-choose h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.feature {
    padding: 30px;
}

.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.feature-icon.blue {
    background: #e3f2fd;
    color: #2196f3;
}

.feature-icon.green {
    background: #e8f5e9;
    color: #4caf50;
}

.feature-icon.purple {
    background: #f3e5f5;
    color: #9c27b0;
}

.feature h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.feature p {
    color: #666;
    line-height: 1.8;
}

/* Footer */
.footer {
    background: #111;
    color: #fff;
    padding: 60px 0 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col h4 {
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 12px;
}

.footer-col a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links a {
    color: #999;
    text-decoration: none;
    font-size: 14px;
}

/* Auth Modal */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-overlay.show {
    display: flex;
}

.modal-content {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    max-width: 450px;
    width: 100%;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    line-height: 1;
}

.modal-close:hover {
    color: #111;
}

.modal-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.modal-content>p {
    color: #666;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
}

.form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border 0.3s;
}

.form-group input:focus {
    outline: none;
    border-color: #111;
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
}

.checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.forgot-password {
    color: #111;
    text-decoration: none;
}

.forgot-password:hover {
    text-decoration: underline;
}

.btn-submit {
    width: 100%;
    padding: 14px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #333;
}

.modal-switch {
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
}

.link-btn {
    background: none;
    border: none;
    color: #111;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}

.divider {
    text-align: center;
    margin: 30px 0;
    position: relative;
}

.divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #ddd;
}

.divider span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    color: #666;
    font-size: 14px;
}

.social-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.social-btn:hover {
    background: #f5f5f5;
    border-color: #111;
}


.experience .container {
    max-width: 100%;
    padding: 0;
}

.video-box {
    width: 100%;
    height: 500px;
    /* increase height if you want */
    border-radius: 0;
    /* remove rounded corners if full width */
}

a.btn-text,
a.btn-primary-small {
    text-decoration: none;
    /* underline നീക്കം ചെയ്യുന്നു */
    /* color: inherit; ബട്ടൺ നിറം ഉപയോഗിക്കാൻ */
}


@media (max-width: 768px) {
    .category-grid-container {
        grid-template-columns: 1fr !important;
        /* Stack for mobile */
    }
}

.category-column .product-card {
    margin-bottom: 20px;
    /* Spacing between rows */
}


/* Responsive */
@media (max-width: 768px) {
    .main-nav {
        display: none;
    }

    .search-bar {
        display: none;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero-discount {
        font-size: 36px;
    }

    .hero-image {
        font-size: 120px;
        right: 20px;
    }

    .product-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 20px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}


/* MODERN SWEETALERT STYLE - Global Override */
div:where(.swal2-container) div:where(.swal2-popup) {
    border-radius: 16px !important;
    /* Modern rounded corners */
    padding: 24px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
    font-family: 'Outfit', sans-serif !important;
    /* Matches your site font */
}

/* Title Styling */
div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #111 !important;
}

/* Content Text */
div:where(.swal2-container) .swal2-html-container {
    font-size: 1rem !important;
    color: #666 !important;
}

/* Buttons */
div:where(.swal2-container) button:where(.swal2-confirm) {
    background-color: #111 !important;
    /* Black button */
    border-radius: 8px !important;
    box-shadow: none !important;
    font-weight: 500 !important;
    padding: 12px 24px !important;
}

div:where(.swal2-container) button:where(.swal2-cancel) {
    background-color: #fff !important;
    color: #111 !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    padding: 12px 24px !important;
}

div:where(.swal2-container) button:where(.swal2-confirm):focus,
div:where(.swal2-container) button:where(.swal2-cancel):focus {
    box-shadow: none !important;
    /* Remove blue glow */
}






/* =========================================
   RICH & MODERN SWEETALERT OVERRIDE
   ========================================= */

/* The Dark Backdrop with Blur */
div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(8px) !important;
    /* The "Premium" Glass Effect */
}

/* The Popup Card */
div:where(.swal2-container) div:where(.swal2-popup) {
    border-radius: 24px !important;
    /* Very round corners */
    padding: 32px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
    /* Deep, soft shadow */
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    font-family: 'Outfit', sans-serif !important;
    background: #ffffff !important;
}

/* Icons (Success, Error, etc) */
div:where(.swal2-icon) {
    border-width: 3px !important;
    transform: scale(1.1);
    /* Slightly larger */
    margin-bottom: 20px !important;
}

/* Title Text */
div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 10px !important;
}

/* Body Text */
div:where(.swal2-container) .swal2-html-container {
    font-size: 1.05rem !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: #666 !important;
}

/* ANIMATED BUTTONS */
div:where(.swal2-actions) {
    gap: 15px !important;
    margin-top: 25px !important;
    width: 100% !important;
}

/* Confirm Button (The main action) */
div:where(.swal2-container) button:where(.swal2-confirm) {
    background: #111 !important;
    color: #fff !important;
    border-radius: 50px !important;
    /* Pill shape */
    padding: 14px 32px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    transition: transform 0.2s, box-shadow 0.2s !important;
    width: auto !important;
    min-width: 120px !important;
}

div:where(.swal2-container) button:where(.swal2-confirm):hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
}

/* Cancel Button (The secondary action) */
div:where(.swal2-container) button:where(.swal2-cancel) {
    background: transparent !important;
    color: #666 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 50px !important;
    padding: 14px 32px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    transition: all 0.2s !important;
}

div:where(.swal2-container) button:where(.swal2-cancel):hover {
    background: #f5f5f5 !important;
    color: #333 !important;
    border-color: #ccc !important;
}




/* --- RUNNING SHOE LOADER --- */
#global-page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#global-page-loader.fade-out {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.runner-track {
    position: relative;
    width: 200px;
    height: 40px;
}

.shoe-runner {
    font-size: 2.5rem;
    position: absolute;
    bottom: 5px;
    left: 0;
    animation: shoe-run 1.5s ease-in-out infinite;
    z-index: 2;
}

.track-line {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #e0e0e0;
    border-radius: 2px;
}

.track-line::after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 30px;
    background: #111;
    animation: track-glide 1.5s ease-in-out infinite;
}

@keyframes shoe-run {
    0% {
        left: 0;
        transform: rotate(-10deg);
    }

    50% {
        left: 80%;
        transform: rotate(10deg);
    }

    100% {
        left: 0;
        transform: rotate(-10deg);
    }
}

@keyframes track-glide {
    0% {
        left: 0;
        width: 20px;
    }

    50% {
        left: 80%;
        width: 50px;
    }

    100% {
        left: 0;
        width: 20px;
    }
}

/* Top Progress Bar */
#top-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: #111;
    width: 0;
    z-index: 100000;
    animation: progress-fast 2s ease-out forwards;
}

@keyframes progress-fast {
    0% {
        width: 0;
    }

    100% {
        width: 90%;
    }
}

/* Keep this for your user portal dropdown */
.user-dropdown.show {
    display: block !important;
}