/* DEGAYH Premium Metallic Burgundy & Bronze Theme overrides */

/* Header Override */
.mobile-header {
    background: linear-gradient(135deg, #8a0707 0%, #5c0202 50%, #2e0000 100%) !important;
    border-bottom: 2px solid #b8860b !important;
    /* Gold metallic highlights */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    padding: 10px 15px !important;
    height: auto !important;
}

.mobile-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.mobile-logo .menu-bar a {
    color: #ffffff !important;
    font-size: 20px !important;
}

.mobile-logo .menu-logo img {
    max-height: 35px !important;
    object-fit: contain !important;
}

.mobile-logo .menu-bag p {
    color: #ffffff !important;
    font-size: 20px !important;
    margin: 0 !important;
}

.mobile-logo .menu-bag p span {
    background: #ffffff !important;
    color: #8a0707 !important;
    font-weight: 700 !important;
    font-size: 10px !important;
    padding: 2px 6px !important;
    border-radius: 10px !important;
    position: relative !important;
    top: -10px !important;
    left: -4px !important;
}

/* Mobile Search Pill Override */
.mobile-search {
    background: linear-gradient(180deg, #5c0202 0%, #2e0000 100%) !important;
    padding: 6px 15px 14px 15px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
    border-bottom: 1.5px solid rgba(184, 134, 11, 0.2) !important;
}

.mobile-search form {
    display: flex !important;
    background: #ffffff !important;
    border-radius: 30px !important;
    overflow: hidden !important;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    padding: 2px !important;
    align-items: center !important;
}

.mobile-search form input {
    border: none !important;
    background: transparent !important;
    outline: none !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    color: #333333 !important;
    flex-grow: 1 !important;
    height: 36px !important;
}

.mobile-search form button {
    background: linear-gradient(135deg, #8a0707 0%, #4a0000 100%) !important;
    color: #ffffff !important;
    border: none !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-right: 2px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.mobile-search form button:hover {
    transform: scale(1.05) !important;
}

.mobile-search form button i,
.mobile-search form button svg {
    stroke: #ffffff !important;
    color: #ffffff !important;
    width: 16px !important;
    height: 16px !important;
}

/* Home Slider Rounded Styling */
.slider-section {
    padding: 10px 0 !important;
}

.home-slider-container .slider-item img {
    border-radius: 14px !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(181, 131, 106, 0.1) !important;
}

/* Quick Offer Scroll View */
.offer-links-container {
    padding: 10px 0 !important;
    background: #f6f5f2 !important;
}

.offer-links-scroll {
    display: flex !important;
    overflow-x: auto !important;
    gap: 12px !important;
    padding: 8px 4px !important;
    scrollbar-width: none !important;
}

.offer-links-scroll::-webkit-scrollbar {
    display: none !important;
}

.offer-link-item {
    flex: 0 0 74px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-decoration: none !important;
    transition: transform 0.2s ease !important;
}

.offer-link-item:hover {
    transform: translateY(-2px) !important;
}

.offer-link-icon-box {
    width: 52px !important;
    height: 52px !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 4px 10px rgba(181, 131, 106, 0.12) !important;
    border: 1.5px solid rgba(181, 131, 106, 0.2) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 6px !important;
    overflow: hidden !important;
}

.offer-link-icon-box img {
    width: 82% !important;
    height: 82% !important;
    object-fit: contain !important;
}

.offer-link-label {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #4a3e3d !important;
    text-align: center !important;
    line-height: 1.2 !important;
    word-wrap: break-word !important;
    width: 100% !important;
}

/* Categories Showcase: DEGAYH SALE - Curated for You */
.curated-category-section {
    padding: 10px 0 !important;
    background: #f6f5f2 !important;
}

.curated-category-card {
    background: linear-gradient(180deg, #5c0202 0%, #2e0000 100%) !important;
    border-radius: 16px !important;
    padding: 15px !important;
    border: 2px solid #b8860b !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25) !important;
}

.curated-header-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    margin-bottom: 14px !important;
    text-align: center !important;
    border-bottom: 1.5px dashed rgba(255, 255, 255, 0.2) !important;
    padding-bottom: 6px !important;
}

.curated-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
}

.curated-item {
    background: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid rgba(181, 131, 106, 0.3) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-decoration: none !important;
    padding: 8px !important;
    transition: all 0.2s ease !important;
}

.curated-item:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1) !important;
}

.curated-img-box {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 6px !important;
}

.curated-img-box img {
    max-width: 90% !important;
    max-height: 90% !important;
    object-fit: contain !important;
}

.curated-item-label {
    background: linear-gradient(135deg, #8a0707 0%, #4a0000 100%) !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 4px 6px !important;
    border-radius: 6px !important;
    text-align: center !important;
    width: 100% !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

/* Vouchers & Free Shipping layout styling */
.vouchers-row {
    display: flex !important;
    gap: 10px !important;
    margin: 15px 0 !important;
}

.voucher-box-item {
    flex: 1 !important;
    background: #ffffff !important;
    border: 1.5px solid rgba(138, 7, 7, 0.18) !important;
    border-radius: 12px !important;
    padding: 10px 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02) !important;
    position: relative !important;
    overflow: hidden !important;
}

.voucher-box-item::before,
.voucher-box-item::after {
    content: '' !important;
    position: absolute !important;
    left: -7px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    background: #f6f5f2 !important;
    border-right: 1.5px solid rgba(138, 7, 7, 0.18) !important;
}

.voucher-box-item::after {
    left: auto !important;
    right: -7px !important;
    border-right: none !important;
    border-left: 1.5px solid rgba(138, 7, 7, 0.18) !important;
}

.voucher-info-side {
    display: flex !important;
    flex-direction: column !important;
}

.voucher-info-title {
    font-size: 10px !important;
    font-weight: 700 !important;
    color: #8a0707 !important;
    text-transform: uppercase !important;
    margin-bottom: 2px !important;
}

.voucher-info-value {
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #333333 !important;
}

.voucher-info-desc {
    font-size: 9px !important;
    color: #8c7a78 !important;
}

.voucher-collect-btn {
    background: linear-gradient(135deg, #8a0707 0%, #4a0000 100%) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 5px 8px !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    transition: all 0.2s ease !important;
}

.voucher-collect-btn:hover {
    transform: scale(1.05) !important;
}

.voucher-collect-btn.collected {
    background: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed !important;
}

/* Flash Sale Inventory Progress Bar Indicator */
.flash-progress-bar-container {
    width: 100% !important;
    margin-top: 8px !important;
    margin-bottom: 4px !important;
}

.flash-progress-label {
    display: flex !important;
    justify-content: space-between !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    color: #d84315 !important;
    margin-bottom: 2px !important;
}

.flash-progress-bar-bg {
    width: 100% !important;
    height: 6px !important;
    border-radius: 10px !important;
    background: #ffccbc !important;
    overflow: hidden !important;
}

.flash-progress-bar-fill {
    height: 100% !important;
    background: linear-gradient(90deg, #ff5722 0%, #d84315 100%) !important;
    border-radius: 10px !important;
}

.flash-percentage-badge {
    background: #ff3b30 !important;
    color: #ffffff !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    padding: 2px 4px !important;
    border-radius: 4px !important;
    margin-left: 5px !important;
}

/* Sticky Mobile Bottom Navigation Override */
.footer_nav {
    background: #ffffff !important;
    border-top: 1.5px solid rgba(138, 7, 7, 0.15) !important;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.08) !important;
    height: 60px !important;
    padding: 0 !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
    display: block !important;
}

.footer_nav ul {
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.footer_nav ul li {
    flex: 1 !important;
    text-align: center !important;
}

.footer_nav ul li a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    color: #8c7a78 !important;
    text-decoration: none !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
    position: relative !important;
}

.footer_nav ul li a i,
.footer_nav ul li a svg {
    font-size: 18px !important;
    margin-bottom: 2px !important;
    color: #8c7a78 !important;
    transition: color 0.2s ease !important;
}

.footer_nav ul li a span.mobilecart-qty {
    position: absolute !important;
    top: -5px !important;
    right: 15px !important;
    background: #8a0707 !important;
    color: #ffffff !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    padding: 1px 4px !important;
    border-radius: 10px !important;
}

.footer_nav ul li a:hover,
.footer_nav ul li.active a {
    color: #8a0707 !important;
}

.footer_nav ul li a:hover i,
.footer_nav ul li.active a i {
    color: #8a0707 !important;
}

/* Glowing center bottom navigation home item */
.footer_nav ul li.mobile_home_special {
    position: relative !important;
    height: 100% !important;
}

.footer_nav ul li.mobile_home_special a {
    position: absolute !important;
    bottom: 8px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #5c0202 0%, #2e0000 100%) !important;
    border: 4px solid #ffffff !important;
    box-shadow: 0 4px 12px rgba(92, 2, 2, 0.4) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 1000 !important;
    color: #ffffff !important;
}

.footer_nav ul li.mobile_home_special a i {
    font-size: 20px !important;
    color: #ffffff !important;
    margin-bottom: 0 !important;
}

.footer_nav ul li.mobile_home_special a span {
    display: none !important;
}

.footer_nav ul li.mobile_home_special a:hover {
    transform: translateX(-50%) scale(1.05) !important;
}

/* Margin offset for mobile content so bottom bar doesn't obscure it */
body.gotop {
    padding-bottom: 60px !important;
}

/* === BRAND COLORS & GRADIENT THEME OVERRIDES === */

/* 1. Header main search button and menu area backgrounds */
.main-search form button,
.menu-area,
.categories p,
li.cat_bar > a,
.footer-bottom {
    background: linear-gradient(135deg, #8a0707 0%, #5c0202 50%, #2e0000 100%) !important;
    border: none !important;
}

/* 2. Grid Product Card Order & Cart Buttons */
.pro_btn button,
.cart_btn a,
.cart_btn.order_button a,
.addcartbutton {
    background: linear-gradient(135deg, #8a0707 0%, #5c0202 50%, #2e0000 100%) !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15) !important;
}

.pro_btn button:hover,
.cart_btn a:hover,
.cart_btn.order_button a:hover,
.addcartbutton:hover {
    background: linear-gradient(135deg, #a80a0a 0%, #7d0404 50%, #4a0000 100%) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25) !important;
    transform: translateY(-1px) !important;
}

/* 3. Product Details Page Order/Cart Buttons */
.order_now_btn,
.order_now_btn_m,
.add_cart_btn,
.qty-cart .add-to-cart {
    background: linear-gradient(135deg, #8a0707 0%, #5c0202 50%, #2e0000 100%) !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15) !important;
}

.order_now_btn:hover,
.order_now_btn:active,
.order_now_btn_m:hover,
.add_cart_btn:hover,
.add_cart_btn:active,
.qty-cart .add-to-cart:hover {
    background: linear-gradient(135deg, #a80a0a 0%, #7d0404 50%, #4a0000 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25) !important;
    transform: translateY(-1px) !important;
}

/* 4. Checkout / Order Form Confirmation / Login Buttons */
.order_place,
.go_cart,
.confirm-btn,
.submit-btn,
.coupon-form form button,
.invoice_btn,
.wcart-btn,
.details-action-box .section-head .action .details-action-btn {
    background: linear-gradient(135deg, #8a0707 0%, #5c0202 50%, #2e0000 100%) !important;
    border: none !important;
    color: #ffffff !important;
}

.order_place:hover,
.go_cart:hover,
.confirm-btn:hover,
.submit-btn:hover,
.coupon-form form button:hover,
.invoice_btn:hover,
.wcart-btn:hover,
.details-action-box .section-head .action .details-action-btn:hover {
    background: linear-gradient(135deg, #a80a0a 0%, #7d0404 50%, #4a0000 100%) !important;
    color: #ffffff !important;
}

/* 5. Header / Badges / Accents / Border highlights */
.header-list-items ul li span,
.item_count,
.product-code p {
    background: linear-gradient(135deg, #8a0707 0%, #5c0202 50%, #2e0000 100%) !important;
    color: #ffffff !important;
}

.main-menu ul li a:after {
    background: linear-gradient(135deg, #8a0707 0%, #5c0202 50%, #2e0000 100%) !important;
}

/* 6. Text and Border color matching */
.main-search form {
    border-color: #8a0707 !important;
}

.front-category ul li a {
    border-color: #8a0707 !important;
}

.front-category ul li a:hover {
    background: linear-gradient(135deg, #8a0707 0%, #5c0202 50%, #2e0000 100%) !important;
    border-color: #8a0707 !important;
    color: #ffffff !important;
}

.subcategory-filter-label input {
    border-color: #8a0707 !important;
}

.subcategory-filter-label input[type=checkbox]:checked {
    background-color: #8a0707 !important;
}

.subcategory-filter-label:hover {
    background-color: rgba(138, 7, 7, 0.1) !important;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #8a0707 !important;
}