/* Desktop Shop Builder Styles - Hoàn toàn riêng biệt */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif;
    background-color: #f5f5f5;
    color: #333;
    line-height: 1.6;
}

.bg_violet {
    background: #bd10e0 !important;
    ;
}

.bg_green {
    background-color: #8bc34a !important;
}

.bg_orange {
    background-color: #f60 !important;
}

.bg_blue {
    background-color: #04a1d4 !important;
}

.bg_red {
    background-color: #f00 !important;
}

.bg_brown {
    background-color: #c3a34a !important;
}

.bg_green_bold {
    background: #057c40 !important;
}
.border_violet {
    border-color: #bd10e0 !important;
    ;
}

.border_green {
    border-color: #8bc34a !important;
}

.border_orange {
    border-color: #f60 !important;
}

.border_blue {
    border-color: #04a1d4 !important;
}

.border_red {
    border-color: #f00 !important;
}

.border_brown {
    border-color: #c3a34a !important;
}

.border_green_bold {
    border-color: #057c40 !important;
}
.color_violet {
    color: #bd10e0 !important;
    ;
}

.color_green {
    color: #8bc34a !important;
}

.color_orange {
    color: #f60 !important;
}

.color_blue {
    color: #04a1d4 !important;
}

.color_red {
    color: #f00 !important;
}

.color_brown {
    color: #c3a34a !important;
}
.box_pop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.box_pop .box_pop_content {
    left: 50% !important;
    top: 50% !important;
    position: fixed !important;
    transform: translate(-50%, -50%) !important;
    padding: 15px 20px;
    padding-bottom: 25px;
    width: 430px;
    max-width: calc(100% - 20px);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    background: #fff;
}

.box_pop .box_pop_content .pop_title {
    font-size: 20px;
    text-align: center;
    margin: 10px 0 20px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.box_pop .box_pop_content .pop_content {
    width: 100%;
    display: inline-block;
}

.box_pop .box_pop_content .pop_content .li_input {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.box_pop .box_pop_content .pop_content .li_input label {
    width: 100%;
    display: inline-block;
    height: 20px;
    margin-bottom: 10px;
}

.box_pop .box_pop_content .pop_content .li_input input {
    margin: 0;
    width: 100%;
    height: 49px;
    font-size: 15px;
    color: #354052;
    margin-bottom: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.box_pop .box_pop_content .pop_content .li_input select {
    margin: 0;
    width: 100%;
    height: 49px;
    font-size: 15px;
    color: #354052;
    margin-bottom: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.box_pop .box_pop_content .pop_content .li_input button {
    border: none;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    width: 100%;
    cursor: pointer;
    background-color: #f0564a;
    font-weight: 600;
}

.box_pop .box_pop_content .pop_button {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.box_pop .box_pop_content .pop_button .text_left {
    float: left;
    line-height: 35px;
}

.box_pop .box_pop_content .pop_button .text_left a:hover {
    color: #f0564a;
}

.box_pop .box_pop_content .pop_button .text_right {
    float: right;
}

.box_pop .box_pop_content .pop_button .text_center {
    text-align: center;
}

.box_pop .box_pop_content .pop_button .text_center button {
    padding: 0 10px;
    border: none;
    border-radius: 5px;
    line-height: 35px;
    color: #fff;
    font-size: 13px;
    width: 100px;
    cursor: pointer;
    margin-left: 5px;
    background-color: #f0564a;
    font-weight: 600;
}

.box_pop .box_pop_content .pop_button .text_right button {
    padding: 0 10px;
    border: none;
    border-radius: 5px;
    line-height: 35px;
    color: #fff;
    font-size: 13px;
    width: 100px;
    cursor: pointer;
    margin-left: 5px;
    background-color: #f0564a;
    font-weight: 600;
}
/* Header Styles */
.main-header {
    background: #fff;
    padding: 15px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box;
}

.header-left {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.shop-title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
    text-align: left;
    margin-left: -40px;
}

.last-updated {
    font-size: 13px;
    color: #888;
}


.device-mode-switcher {
    display: flex;
    gap: 8px;
    background: #f5f5f5;
    padding: 4px;
    border-radius: 8px;
    width: fit-content;
    flex-shrink: 0;
}

.device-mode-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: transparent;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    min-width: 100px;
    justify-content: center;
    flex-shrink: 0;
}

.device-mode-btn i {
    font-size: 16px;
}

.device-mode-btn:hover {
    background: #e8e8e8;
    color: #333;
}

.device-mode-btn.active {
    background: #ee4d2d;
    color: white;
}

.device-mode-btn.active:hover {
    background: #d73211;
}

.header-right {
    display: flex;
    gap: 10px;
    flex: 1;
    justify-content: flex-end;
}

.btn-primary {
    background: #ee4d2d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #d73211;
}

.btn-secondary {
    background: #6c757d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #5a6268;
}

/* Main Container */
.main-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 0px;
    max-width: 1600px;
    margin: 0 auto;
}

/* Main Content */
.main-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */

/* Phone Mockup */


/* Phone Mockup */

/* Drop Zones */
.drop-zone {
    margin: 20px 0;
    padding: 0px;
    border-radius: 8px;
    background: #f8f9fa;
    text-align: center;
    transition: all 0.3s ease;
}

.drop-zone:hover {
    background: #fff5f5;
    opacity: 1;
}

.drop-zone.drag-over {
    border-color: #ee4d2d;
    background: #fff5f5;
    transform: scale(1.02);
}

.drop-zone-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #6c757d;
    border-radius: 7px;
    overflow: hidden;
}

.drop-zone-content i {
    font-size: 24px;
    color: #ee4d2d;
}

.drop-zone-content span {
    font-size: 14px;
    font-weight: 500;
}

/* Drop Zone Hidden State */
.drop-zone.hidden {
    display: none;
}

/* Drop Zone Active State */
.drop-zone.active {
    opacity: 1;
    border-color: #ee4d2d;
    background: #fff5f5;
}

/* Drop Zone Container */
.drop-zone-container {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.drop-zone-container .drop-zone {
    flex: 1;
    margin: 0;
}

/* Banner Slider Manager */
.banner-slider-manager {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.banner-slider-manager.show {
    right: 0;
}

.banner-slider-manager .manager-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.banner-slider-manager .manager-header h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-slider-manager .manager-header h3 i {
    color: #ee4d2d;
}

.banner-slider-manager .btn-close {
    background: none;
    border: none;
    font-size: 18px;
    color: #6c757d;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}

.banner-slider-manager .btn-close:hover {
    background: #f8f9fa;
    color: #ee4d2d;
}

.banner-slider-manager .manager-content {
    padding: 20px;
}

.banner-slider-manager .form-section {
    margin-bottom: 25px;
}

.banner-slider-manager .form-section h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-slider-manager .form-section h4 i {
    color: #ee4d2d;
}

.banner-slider-manager .form-group {
    margin-bottom: 15px;
}

.banner-slider-manager .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.banner-slider-manager input[type="file"],
.banner-slider-manager select,
.banner-slider-manager input[type="text"],
.banner-slider-manager input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.banner-slider-manager .upload-preview {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.banner-slider-manager .slide-preview {
    position: relative;
    width: 80px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.banner-slider-manager .slide-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-slider-manager .slide-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 2px 4px;
    font-size: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-slider-manager .slide-info button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 2px;
}

.banner-slider-manager .product-list {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 5px;
}

.banner-slider-manager .product-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-slider-manager .product-item:hover {
    background: #f8f9fa;
}

.banner-slider-manager .product-item:last-child {
    border-bottom: none;
}

.banner-slider-manager .product-name {
    font-weight: 500;
    color: #333;
}

.banner-slider-manager .product-price {
    color: #ee4d2d;
    font-weight: 600;
}

.banner-slider-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.banner-slider-manager .btn-primary,
.banner-slider-manager .btn-secondary {
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    border: none;
}

.banner-slider-manager .btn-primary {
    background: #ee4d2d;
    color: white;
}

.banner-slider-manager .btn-secondary {
    background: #6c757d;
    color: white;
}

/* Banner Slideshow */
.banner-slideshow-container {
    margin: 20px 0;
}

.banner-slideshow {
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.slideshow-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.slideshow-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slide.active {
    opacity: 1;
}

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

.slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
    padding: 20px;
}

.slide-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 8px 0;
}

.slide-subtitle {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

.slideshow-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.slideshow-prev,
.slideshow-next {
    background: rgba(255,255,255,0.9);
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333;
    pointer-events: all;
    transition: all 0.3s ease;
}

.slideshow-prev:hover,
.slideshow-next:hover {
    background: #ee4d2d;
    color: white;
    transform: scale(1.1);
}

.slideshow-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

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

.dot.active {
    background: #ee4d2d;
    transform: scale(1.2);
}

/* Banner Single */
.banner-single-container {
    margin: 20px 0;
}

.banner-single {
    position: relative;
    width: 100%;
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.banner-single-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.banner-single-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
    padding: 15px;
}

.banner-single-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.banner-single-subtitle {
    font-size: 12px;
    margin: 0;
    opacity: 0.9;
}

/* Banner 3 & 4 Styling */
.banner-single-container[data-position="between-flashsale-suggested-1"],
.banner-single-container[data-position="between-flashsale-suggested-2"] {
    margin: 20px 0;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.banner-single-container[data-position="between-flashsale-suggested-1"] .banner-single,
.banner-single-container[data-position="between-flashsale-suggested-2"] .banner-single {
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: none;
}

.banner-single-container[data-position="between-flashsale-suggested-1"] .banner-single-image,
.banner-single-container[data-position="between-flashsale-suggested-2"] .banner-single-image {
    height: 100%;
    position: relative;
}

.banner-single-container[data-position="between-flashsale-suggested-1"] .banner-single-image img,
.banner-single-container[data-position="between-flashsale-suggested-2"] .banner-single-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-single-container[data-position="between-flashsale-suggested-1"] .banner-single-title,
.banner-single-container[data-position="between-flashsale-suggested-2"] .banner-single-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.banner-single-container[data-position="between-flashsale-suggested-1"] .banner-single-subtitle,
.banner-single-container[data-position="between-flashsale-suggested-2"] .banner-single-subtitle {
    font-size: 14px;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

/* Banner 3 & 4 Specific Styling */
.banner-3-4-container {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.banner-3-4-drop-zone {
    flex: 1;
    height: 120px;
    border: 2px dashed #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    cursor: pointer;
    transition: none;
}

.banner-3-4-drop-zone:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.banner-3-4-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #666;
}

.banner-3-4-content i {
    font-size: 24px;
    color: #999;
}

.banner-3-4-content span {
    font-size: 14px;
    font-weight: 500;
}

.banner-3-4-drop-zone:hover .banner-3-4-content i,
.banner-3-4-drop-zone:hover .banner-3-4-content span {
    color: #ee4d2d;
}

/* Banner 1 Manager */
.banner-1-manager {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.banner-1-manager.show {
    right: 0;
}

.banner-1-manager .manager-header {
    padding: 20px;
    background: #ee4d2d;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-1-manager .manager-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-1-manager .manager-header h3 i {
    font-size: 20px;
}

.banner-1-manager .btn-close {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    transition: none;
}

.banner-1-manager .btn-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.banner-1-manager .manager-content {
    padding: 20px;
}

.banner-1-manager .form-section {
    margin-bottom: 25px;
}

.banner-1-manager .form-section h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-1-manager .form-section h4 i {
    color: #ee4d2d;
    font-size: 18px;
}

.banner-1-manager .form-group {
    margin-bottom: 15px;
}

.banner-1-manager .form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.banner-1-manager .color-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.banner-1-manager input[type="color"] {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.banner-1-manager input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.banner-1-manager .link-type-selector {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.banner-1-manager .link-type-btn {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.banner-1-manager .link-type-btn.active {
    border-color: #ee4d2d;
    background: #fff5f5;
    color: #ee4d2d;
}

.banner-1-manager .link-type-btn:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.banner-1-manager .link-options {
    display: none;
}

.banner-1-manager .link-options.show {
    display: block;
}

.banner-1-manager .product-search {
    margin-bottom: 15px;
}

.banner-1-manager .product-search input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.banner-1-manager .product-list {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: white;
}

.banner-1-manager .product-item {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: none;
}

.banner-1-manager .product-item:hover {
    background: #f8f9fa;
}

.banner-1-manager .product-item:last-child {
    border-bottom: none;
}

.banner-1-manager .product-item.selected {
    background: #fff5f5;
    color: #ee4d2d;
}

.banner-1-manager .youtube-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.banner-1-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
}

.banner-1-manager .btn-save {
    flex: 1;
    padding: 12px;
    background: #ee4d2d;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: none;
}

.banner-1-manager .btn-save:hover {
    background: #d73527;
}

.banner-1-manager .btn-cancel {
    flex: 1;
    padding: 12px;
    background: #6c757d;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: none;
}

.banner-1-manager .btn-cancel:hover {
    background: #5a6268;
}

.banner-1-manager .btn-cancel:hover {
    background: #5a6268;
}

.banner-1-manager .btn-cancel:hover {
    background: #5a6268;
}

/* Banner 2 Manager */
.banner-2-manager {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.banner-2-manager.show {
    right: 0;
}

.banner-2-manager .manager-header {
    padding: 20px;
    background: #ee4d2d;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-2-manager .manager-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-2-manager .manager-header h3 i {
    font-size: 20px;
}

.banner-2-manager .btn-close {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    transition: none;
}

.banner-2-manager .btn-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.banner-2-manager .manager-content {
    padding: 20px;
}

.banner-2-manager .form-section {
    margin-bottom: 25px;
}

.banner-2-manager .form-section h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-2-manager .form-section h4 i {
    color: #ee4d2d;
    font-size: 18px;
}

.banner-2-manager .form-group {
    margin-bottom: 15px;
}

.banner-2-manager .form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.banner-2-manager .color-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.banner-2-manager input[type="color"] {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.banner-2-manager input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.banner-2-manager .link-type-selector {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.banner-2-manager .link-type-btn {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.banner-2-manager .link-type-btn.active {
    border-color: #ee4d2d;
    background: #fff5f5;
    color: #ee4d2d;
}

.banner-2-manager .link-type-btn:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.banner-2-manager .link-options {
    display: none;
}

.banner-2-manager .link-options.show {
    display: block;
}

.banner-2-manager .product-search {
    margin-bottom: 15px;
}

.banner-2-manager .product-search input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.banner-2-manager .product-list {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: white;
}

.banner-2-manager .product-item {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: none;
}

.banner-2-manager .product-item:hover {
    background: #f8f9fa;
}

.banner-2-manager .product-item:last-child {
    border-bottom: none;
}

.banner-2-manager .product-item.selected {
    background: #fff5f5;
    color: #ee4d2d;
}

.banner-2-manager .youtube-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.banner-2-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
}

.banner-2-manager .btn-save {
    flex: 1;
    padding: 12px;
    background: #ee4d2d;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: none;
}

.banner-2-manager .btn-save:hover {
    background: #d73527;
}

.banner-2-manager .btn-cancel {
    flex: 1;
    padding: 12px;
    background: #6c757d;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: none;
}

.banner-2-manager .btn-cancel:hover {
    background: #5a6268;
}

/* Banner 3 Manager */
.banner-3-manager {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.banner-3-manager.show {
    right: 0;
}

.banner-3-manager .manager-header {
    padding: 20px;
    background: #ee4d2d;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-3-manager .manager-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-3-manager .manager-header h3 i {
    font-size: 20px;
}

.banner-3-manager .btn-close {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    transition: none;
}

.banner-3-manager .btn-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.banner-3-manager .manager-content {
    padding: 20px;
}

.banner-3-manager .form-section {
    margin-bottom: 25px;
}

.banner-3-manager .form-section h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-3-manager .form-section h4 i {
    color: #ee4d2d;
    font-size: 18px;
}

.banner-3-manager .form-group {
    margin-bottom: 15px;
}

.banner-3-manager .form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.banner-3-manager .color-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.banner-3-manager input[type="color"] {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.banner-3-manager input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.banner-3-manager .link-type-selector {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.banner-3-manager .link-type-btn {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.banner-3-manager .link-type-btn.active {
    border-color: #ee4d2d;
    background: #fff5f5;
    color: #ee4d2d;
}

.banner-3-manager .link-type-btn:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.banner-3-manager .link-options {
    display: none;
}

.banner-3-manager .link-options.show {
    display: block;
}

.banner-3-manager .product-search {
    margin-bottom: 15px;
}

.banner-3-manager .product-search input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.banner-3-manager .product-list {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: white;
}

.banner-3-manager .product-item {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: none;
}

.banner-3-manager .product-item:hover {
    background: #f8f9fa;
}

.banner-3-manager .product-item:last-child {
    border-bottom: none;
}

.banner-3-manager .product-item.selected {
    background: #fff5f5;
    color: #ee4d2d;
}

.banner-3-manager .youtube-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.banner-3-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
}

.banner-3-manager .btn-save {
    flex: 1;
    padding: 12px;
    background: #ee4d2d;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: none;
}

.banner-3-manager .btn-save:hover {
    background: #d73527;
}

.banner-3-manager .btn-cancel {
    flex: 1;
    padding: 12px;
    background: #6c757d;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: none;
}

.banner-3-manager .btn-cancel:hover {
    background: #5a6268;
}

/* Banner 4 Manager */
.banner-4-manager {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.banner-4-manager.show {
    right: 0;
}

.banner-4-manager .manager-header {
    padding: 20px;
    background: #ee4d2d;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-4-manager .manager-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-4-manager .manager-header h3 i {
    font-size: 20px;
}

.banner-4-manager .btn-close {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    transition: none;
}

.banner-4-manager .btn-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.banner-4-manager .manager-content {
    padding: 20px;
}

.banner-4-manager .form-section {
    margin-bottom: 25px;
}

.banner-4-manager .form-section h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-4-manager .form-section h4 i {
    color: #ee4d2d;
    font-size: 18px;
}

.banner-4-manager .form-group {
    margin-bottom: 15px;
}

.banner-4-manager .form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.banner-4-manager .color-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.banner-4-manager input[type="color"] {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.banner-4-manager input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.banner-4-manager .link-type-selector {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.banner-4-manager .link-type-btn {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.banner-4-manager .link-type-btn.active {
    border-color: #ee4d2d;
    background: #fff5f5;
    color: #ee4d2d;
}

.banner-4-manager .link-type-btn:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.banner-4-manager .link-options {
    display: none;
}

.banner-4-manager .link-options.show {
    display: block;
}

.banner-4-manager .product-search {
    margin-bottom: 15px;
}

.banner-4-manager .product-search input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.banner-4-manager .product-list {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: white;
}

.banner-4-manager .product-item {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: none;
}

.banner-4-manager .product-item:hover {
    background: #f8f9fa;
}

.banner-4-manager .product-item:last-child {
    border-bottom: none;
}

.banner-4-manager .product-item.selected {
    background: #fff5f5;
    color: #ee4d2d;
}

.banner-4-manager .youtube-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.banner-4-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
}

.banner-4-manager .btn-save {
    flex: 1;
    padding: 12px;
    background: #ee4d2d;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: none;
}

.banner-4-manager .btn-save:hover {
    background: #d73527;
}

.banner-4-manager .btn-cancel {
    flex: 1;
    padding: 12px;
    background: #6c757d;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: none;
}

.banner-4-manager .btn-cancel:hover {
    background: #5a6268;
}

/* Footer Manager */
.footer-manager {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.footer-manager.show {
    right: 0;
}

.footer-manager .manager-header {
    padding: 20px;
    background: #ee4d2d;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-manager .manager-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-manager .manager-header h3 i {
    font-size: 20px;
}

.footer-manager .btn-close {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    transition: none;
}

.footer-manager .btn-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.footer-manager .manager-content {
    padding: 20px;
}

.footer-manager .form-section {
    margin-bottom: 25px;
}

.footer-manager .form-section h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-manager .form-section h4 i {
    color: #ee4d2d;
    font-size: 18px;
}

.footer-manager .form-group {
    margin-bottom: 15px;
}

.footer-manager .form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.footer-manager .color-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-manager input[type="color"] {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.footer-manager input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.footer-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
}

.footer-manager .btn-save {
    flex: 1;
    padding: 12px;
    background: #ee4d2d;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: none;
}

.footer-manager .btn-save:hover {
    background: #d73527;
}

.footer-manager .btn-cancel {
    flex: 1;
    padding: 12px;
    background: #6c757d;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: none;
}

.footer-manager .btn-cancel:hover {
    background: #5a6268;
}

/* Banner Size Guide */
.banner-size-guide {
    margin: 15px 0;
    padding: 15px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

.size-guide-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
}

.size-guide-header i {
    color: #17a2b8;
    font-size: 16px;
}

.size-guide-content {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.size-option {
    flex: 1;
    text-align: center;
    padding: 10px 8px;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    cursor: pointer;
    transition: none;
}

.size-option.recommended {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.size-option:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.size-ratio {
    font-size: 16px;
    font-weight: 700;
    color: #ee4d2d;
    margin-bottom: 4px;
}

.size-dimensions {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 2px;
}

.size-label {
    font-size: 11px;
    color: #868e96;
    font-weight: 500;
}

.size-tips {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #6c757d;
    padding: 8px 12px;
    background: #e9ecef;
    border-radius: 4px;
}

.size-tips i {
    color: #ffc107;
    font-size: 14px;
}

/* Banner 1 Display */
.banner-1-display {
    position: relative;
    width: 100%;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.banner-1-image {
    width: 100%;
    height: 100%;
}

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

.banner-1-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.banner-1-display:hover .banner-1-overlay {
    opacity: 1;
}

.btn-edit-banner1,
.btn-delete-banner1 {
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: none;
}

.btn-edit-banner1 {
    background: #28a745;
    color: white;
}

.btn-edit-banner1:hover {
    background: #218838;
}

.btn-delete-banner1 {
    background: #dc3545;
    color: white;
}

.btn-delete-banner1:hover {
    background: #c82333;
}

/* Banner 2 Display */
.banner-2-display {
    position: relative;
    width: 100%;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.banner-2-image {
    width: 100%;
    height: 100%;
}

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

.banner-2-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.banner-2-display:hover .banner-2-overlay {
    opacity: 1;
}

.btn-edit-banner2,
.btn-delete-banner2 {
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: none;
}

.btn-edit-banner2 {
    background: #28a745;
    color: white;
}

.btn-edit-banner2:hover {
    background: #218838;
}

.btn-delete-banner2 {
    background: #dc3545;
    color: white;
}

.btn-delete-banner2:hover {
    background: #c82333;
}

/* Banner 3 Display */
.banner-3-display {
    position: relative;
    width: 100%;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.banner-3-image {
    width: 100%;
    height: 100%;
}

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

.banner-3-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.banner-3-display:hover .banner-3-overlay {
    opacity: 1;
}

.btn-edit-banner3,
.btn-delete-banner3 {
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: none;
}

.btn-edit-banner3 {
    background: #28a745;
    color: white;
}

.btn-edit-banner3:hover {
    background: #218838;
}

.btn-delete-banner3 {
    background: #dc3545;
    color: white;
}

.btn-delete-banner3:hover {
    background: #c82333;
}

/* Banner 4 Display */
.banner-4-display {
    position: relative;
    width: 100%;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.banner-4-image {
    width: 100%;
    height: 100%;
}

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

.banner-4-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.banner-4-display:hover .banner-4-overlay {
    opacity: 1;
}

.btn-edit-banner4,
.btn-delete-banner4 {
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: none;
}

.btn-edit-banner4 {
    background: #28a745;
    color: white;
}

.btn-edit-banner4:hover {
    background: #218838;
}

.btn-delete-banner4 {
    background: #dc3545;
    color: white;
}

.btn-delete-banner4:hover {
    background: #c82333;
}

/* Banner Single Manager */
.banner-single-manager {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.banner-single-manager.show {
    right: 0;
}

.banner-single-manager .manager-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.banner-single-manager .manager-header h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-single-manager .manager-header h3 i {
    color: #ee4d2d;
}

.banner-single-manager .btn-close {
    background: none;
    border: none;
    font-size: 18px;
    color: #6c757d;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}

.banner-single-manager .btn-close:hover {
    background: #f8f9fa;
    color: #ee4d2d;
}

.banner-single-manager .manager-content {
    padding: 20px;
}

.banner-single-manager .form-section {
    margin-bottom: 25px;
}

.banner-single-manager .form-section h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-single-manager .form-section h4 i {
    color: #ee4d2d;
}

.banner-single-manager .form-group {
    margin-bottom: 15px;
}

.banner-single-manager .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.banner-single-manager input[type="file"],
.banner-single-manager select,
.banner-single-manager input[type="text"],
.banner-single-manager input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.banner-single-manager .upload-preview {
    margin-top: 10px;
}

.banner-single-manager .banner-single-preview-item {
    position: relative;
    width: 100%;
    height: 120px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.banner-single-manager .banner-single-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-single-manager .banner-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 4px 6px;
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-single-manager .banner-info button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 2px;
}

.banner-single-manager .product-list {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 5px;
}

.banner-single-manager .product-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-single-manager .product-item:hover {
    background: #f8f9fa;
}

.banner-single-manager .product-item:last-child {
    border-bottom: none;
}

.banner-single-manager .product-name {
    font-weight: 500;
    color: #333;
}

.banner-single-manager .product-price {
    color: #ee4d2d;
    font-weight: 600;
}

.banner-single-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.banner-single-manager .btn-primary,
.banner-single-manager .btn-secondary {
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    border: none;
}

.banner-single-manager .btn-primary {
    background: #ee4d2d;
    color: white;
}

.banner-single-manager .btn-secondary {
    background: #6c757d;
    color: white;
}

/* Main Content */
.main-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.phone-mockup.desktop-mode {
    width: 100%;
    max-width: 1200px;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    position: static;
}

.phone-mockup.desktop-mode .phone-content {
    background: transparent;
    border-radius: 0;
    overflow: visible;
    height: auto;
    overflow-y: visible;
}

/* Desktop Topbar */
.desktop-topbar {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 9px 0; /* Giảm từ 11px xuống 9px (-20%) */
    width: 1200px;
    max-width: 100%;
    margin: auto;
}

.topbar-container {
    width: 1200px; /* Thay đổi từ max-width thành width cố định */
    margin: 0 auto;
    padding-left: 10px; /* Xóa padding để loại bỏ khoảng trắng thừa hai bên */
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.topbar-container:hover {
    /* background: #f0f0f0; */
}

.topbar-left .topbar-text {
    font-size: 15px; /* Tăng từ 13px lên 15px (+2px) */
    color: #666;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 12px; /* Giảm từ 15px xuống 12px để compact hơn */
}

.topbar-link {
    font-size: 15px; /* Tăng từ 13px lên 15px (+2px) */
    color: #666;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 3px; /* Giảm từ 4px xuống 3px để compact hơn */
    transition: all 0.3s ease;
}

.topbar-link:hover {
    color: #ee4d2d;
}

.topbar-separator {
    color: #ccc;
    font-size: 14px; /* Tăng từ 12px lên 14px (+2px) */
}

/* Desktop Header */
.desktop-header {
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    width: 1200px;
    max-width: 100%;
    margin: auto;
}

.header-container {
    width: 1200px;
    max-width: 100%; /* Giảm từ 86% xuống 85% */
    margin-left: 0px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px; /* Giảm từ 60px xuống 55px để gọn gàng hơn */
    cursor: pointer;
}


.header-left {
    display: flex;
    align-items: center;
    flex: 0 0 auto; /* Không co giãn, giữ kích thước cố định */
}

.header-left .logo {
    font-size: 22px; /* Giảm từ 24px xuống 22px để phù hợp với header nhỏ hơn */
    font-weight: 700;
    color: #ee4d2d;
}

.logo-container {
    display: flex;
    align-items: center;
    cursor: pointer;
}


.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-brand {
    font-size: 20px;
    font-weight: 700;
    color: #dc3545;
    letter-spacing: -0.5px;
    text-align: left; /* Căn trái cho logo */
    margin-left: -95px;
}

.header-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.search-bar {
    position: relative;
    display: flex;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    width: 75%; /* Tăng từ 70% lên 75% để cân đối hơn */
}

.search-bar:focus-within {
    border-color: #ee4d2d;
}

.search-bar input {
    flex: 1;
    padding: 12px 16px;
    border: none;
    background: transparent;
    font-size: 14px;
    outline: none;
}

.search-bar input::placeholder {
    color: #6c757d;
}

.search-btn {
    background: #ee4d2d;
    color: white;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


.search-btn i {
    font-size: 14px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto; /* Không co giãn, giữ kích thước cố định */
    justify-content: flex-end; /* Căn phải cho các elements trong header-right */
}

.hotline-info {
    display: flex;
    align-items: center;
    gap: 6px; /* Giảm từ 8px xuống 6px */
    padding: 6px 10px; /* Giảm từ 8px 12px xuống 6px 10px */
    background: #fff5f5;
    border: 1px solid #ee4d2d;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hotline-info:hover {
    /* background: #ee4d2d;
    color: white !important; */
}

.hotline-icon {
    font-size: 16px;
    color: #ee4d2d;
}

.hotline-details {
    display: flex;
    align-items: center;
    gap: 6px;
}

.hotline-number {
    font-size: 14px;
    font-weight: 600;
    color: #ee4d2d;
}

.hotline-text {
    font-size: 11px;
    color: #666;
}

.header-action-btn {
    position: relative;
    width: 48px;
    height: 48px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}


.header-action-btn i {
    font-size: 16px;
}

.cart-btn {
    background: #ee4d2d;
    color: white;
    border: 1px solid #ee4d2d;
    margin-right: 10px;
}

.cart-btn:hover {
    background: #d73527;
    border-color: #d73527;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4757;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    border: 2px solid white;
}

/* Desktop Navigation */
.desktop-navigation {
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    padding: 0px 0;
    width: 1200px;
    max-width: 100%;
}

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

.main-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
    cursor: pointer;
    transition: all 0.3s ease;
}

.main-nav:hover {
    background: #f8f9fa;
}

/* Category Menu in Navigation */
.nav-category-menu {
    position: relative;
}

.category-menu-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #ee4d2d 0%, #ff6b45 100%);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(238, 77, 45, 0.3);
    position: relative;
    overflow: hidden;
}

.category-menu-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.category-menu-btn:hover::before {
    left: 100%;
}

.category-menu-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(238, 77, 45, 0.4);
}

.category-menu-btn:active {
    transform: translateY(0);
}

.category-menu-btn i:first-child {
    font-size: 18px;
}

.category-menu-btn i:last-child {
    font-size: 14px;
    transition: transform 0.3s ease;
    margin-left: auto;
}

.nav-category-menu:hover .category-menu-btn i:last-child {
    transform: rotate(180deg);
}

.category-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 280px;
    max-height: 500px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    border: 1px solid #f0f0f0;
    padding: 10px;
    overflow-y: auto;
    overflow-x: clip;
}

.category-dropdown > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 30px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.nav-category-menu:hover .category-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.category-dropdown::-webkit-scrollbar {
    width: 6px;
}

.category-dropdown::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

.category-dropdown::-webkit-scrollbar-thumb {
    background: #ee4d2d;
    border-radius: 10px;
}

.category-dropdown::-webkit-scrollbar-thumb:hover {
    background: #d73211;
}

.category-dropdown > ul::-webkit-scrollbar {
    width: 6px;
}

.category-dropdown > ul::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

.category-dropdown > ul::-webkit-scrollbar-thumb {
    background: #ee4d2d;
    border-radius: 10px;
}

.category-dropdown > ul::-webkit-scrollbar-thumb:hover {
    background: #d73211;
}

.category-dropdown .dropdown {
    position: relative;
    margin-bottom: 3px;
}

.category-dropdown .dropdown:last-child {
    margin-bottom: 0;
}

.category-dropdown .dropdown > h3 {
    margin: 0;
    padding: 0;
}

.category-dropdown .dropdown > h3 > a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.2s ease;
    position: relative;
}

.category-dropdown .dropdown > h3 > a::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 14px;
    color: #ccc;
    font-size: 14px;
    opacity: 0;
    transition: all 0.2s ease;
}

.category-dropdown .dropdown.has-submenu > h3 > a::after,
.category-dropdown .dropdown:has(.subcate) > h3 > a::after {
    opacity: 1;
}

.category-dropdown .dropdown > h3 > a:hover {
    background: #fff5f3;
    color: #ee4d2d;
    padding-left: 18px;
}

.category-dropdown .dropdown > h3 > a:hover::after {
    color: #ee4d2d;
    right: 12px;
}

.category-dropdown .dropdown > h3 > a i {
    font-size: 18px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(238, 77, 45, 0.1);
    border-radius: 6px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.category-dropdown .dropdown > h3 > a:hover i {
    background: #ee4d2d;
    color: #fff;
    transform: scale(1.1);
}

.category-dropdown .dropdown > h3 > a img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 6px;
    flex-shrink: 0;
}

/* Category items without subcategories */
.category-dropdown .menu-item-count.clearfix {
    position: relative;
    margin-bottom: 3px;
}

.category-dropdown .menu-item-count.clearfix:last-child {
    margin-bottom: 0;
}

.category-dropdown .menu-item-count.clearfix > h3 {
    margin: 0;
    padding: 0;
}

.category-dropdown .menu-item-count.clearfix > h3 > a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.2s ease;
    position: relative;
}

.category-dropdown .menu-item-count.clearfix > h3 > a:hover {
    background: #fff5f3;
    color: #ee4d2d;
    padding-left: 18px;
}

.category-dropdown .menu-item-count.clearfix > h3 > a i {
    font-size: 18px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(238, 77, 45, 0.1);
    border-radius: 6px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.category-dropdown .menu-item-count.clearfix > h3 > a:hover i {
    background: #ee4d2d;
    color: #fff;
    transform: scale(1.1);
}

.category-dropdown .menu-item-count.clearfix > h3 > a img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 6px;
    flex-shrink: 0;
}

/* Subcategory - Display Below Parent */
.category-dropdown .subcate,
.category-dropdown .subcate.gd-menu {
    display: none;
    padding-left: 20px;
    margin-top: 5px;
}

.category-dropdown .dropdown.active .subcate,
.category-dropdown .dropdown.active .subcate.gd-menu {
    display: block;
}

/* Toggle icon rotation */
.category-dropdown .dropdown > h3 > a::after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: auto;
    transition: transform 0.3s ease;
    font-size: 14px;
    color: #999;
}

.category-dropdown .dropdown.active > h3 > a::after {
    transform: rotate(180deg);
    color: #ee4d2d;
}

/* Wrapper elements for subcategory */
.category-dropdown .subcate .gd-menu,
.category-dropdown .subcate .sub-flex {
    display: block;
    width: 100%;
}

.category-dropdown .subcate ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.category-dropdown .subcate li {
    margin-bottom: 3px;
}

.category-dropdown .subcate a,
.category-dropdown .subcate a.sub-a {
    display: block;
    padding: 8px 12px;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    border-radius: 6px;
    transition: all 0.2s ease;
    position: relative;
    padding-left: 24px;
}

.category-dropdown .subcate a::before,
.category-dropdown .subcate a.sub-a::before {
    content: '›';
    position: absolute;
    left: 8px;
    color: #999;
    font-size: 16px;
    transition: all 0.2s ease;
}

.category-dropdown .subcate a:hover,
.category-dropdown .subcate .sub-a:hover {
    background: #fff5f3;
    color: #ee4d2d;
    padding-left: 22px;
    font-weight: 500;
}

.category-dropdown .subcate a:hover::before,
.category-dropdown .subcate .sub-a:hover::before {
    opacity: 1;
    left: 10px;
    color: #ee4d2d;
}

.nav-link {
    font-size: 16px; /* Tăng từ 14px lên 16px */
    color: #333;
    text-decoration: none;
    font-weight: 700; /* Tăng từ 500 lên 700 để in đậm */
    transition: all 0.3s ease;
    padding: 8px 0;
}

.nav-link:hover {
    color: #ee4d2d;
}

.nav-separator {
    color: #ddd;
    font-size: 16px; /* Tăng từ 14px lên 16px để phù hợp với nav-link */
}

/* Desktop Banner Slideshow */
.desktop-banner-slideshow {
    position: relative;
    height: 300px;
    overflow: hidden;
    margin: 10px auto 0 auto; /* Tăng margin-top từ 0 lên 10px */
    max-width: 1200px; /* Điều chỉnh từ 100% xuống 1200px để phù hợp với header */
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 7px;
}

.desktop-banner-slideshow:hover {
    /* transform: scale(1.01); */
}

.slideshow-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.slide.active {
    opacity: 1;
}

.slide-1 {
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
}

.slide-2 {
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
}

.slide-3 {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.slide-content {
    padding: 40px;
    text-align: center;
}

.slide-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.slide-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.slide-subtitle {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 20px;
}

.slide-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.slide-prev,
.slide-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 10;
}

.slide-prev {
    left: 20px;
}

.slide-next {
    right: 20px;
}

.slide-prev:hover,
.slide-next:hover {
    background: rgba(0, 0, 0, 0.6);
    transform: translateY(-50%) scale(1.1);
}

.slide-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

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

.indicator.active {
    background: white;
    transform: scale(1.2);
}

.indicator:hover {
    background: rgba(255, 255, 255, 0.7);
}

/* Desktop Main Content */
.desktop-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.desktop-main .desktop-banner-slideshow {
    margin-left: -20px; /* Bù trừ padding để full màn hình */
    margin-right: -20px;
    max-width: calc(100% + 40px); /* Tăng width để bù trừ margin */
}

/* Trust Badges */
.trust-badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
    padding: 0;
    cursor: pointer;
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px);
}

.trust-item {
    background: #fff5f5;
    border: 2px solid #ee4d2d;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.trust-icon {
    width: 40px;
    height: 40px;
    background: #ee4d2d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}

.trust-content h4 {
    margin: 0 0 6px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}

.trust-content p {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    text-align: center;
}

/* Section Headers */
.section-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-header h3 i {
    color: #ee4d2d;
}

.see-all {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
}


/* Voucher Section - Desktop Style */
.desktop-voucher-section {
    margin-bottom: 40px;
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px);
}

.desktop-voucher-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
    transition: none;
    border-radius: 7px;
}

.desktop-voucher-section .section-header:hover {
    background: #f8f9fa;
    transform: none;
    box-shadow: none;
}

.desktop-voucher-section .section-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.desktop-voucher-section .section-header h3 i {
    color: #ee4d2d;
    font-size: 20px;
}

.desktop-voucher-section .see-all {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.desktop-voucher-section .see-all i {
    font-size: 12px;
}

.voucher-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    justify-items: center;
    margin-top: 20px;
    width: 100%;
    padding: 0px 40px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.voucher-grid::-webkit-scrollbar {
    display: none;
}

.voucher-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #e1e5e9;
    border-radius: 16px;
    padding: 18px 14px;
    width: 100%;
    max-width: 160px;
    text-align: center;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #2c3e50;
    cursor: pointer;
    transition: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.voucher-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ee4d2d 0%, #ff6b35 100%);
}

.voucher-discount {
    font-size: 20px;
    font-weight: 700;
    color: #ee4d2d;
    margin-bottom: 6px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.voucher-time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 11px;
    color: #6c757d;
    margin-bottom: 10px;
    background: rgba(238, 77, 45, 0.1);
    padding: 3px 6px;
    border-radius: 10px;
    font-weight: 500;
}

.voucher-time i {
    font-size: 9px;
    color: #ee4d2d;
}

.voucher-code {
    font-size: 12px;
    font-weight: 600;
    color: #2c3e50;
    background: #f8f9fa;
    padding: 6px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    font-family: 'Courier New', monospace;
    border: 1px solid #e9ecef;
    letter-spacing: 0.5px;
}

.btn-collect {
    background: linear-gradient(135deg, #ee4d2d 0%, #ff6b35 100%);
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: none;
    box-shadow: 0 2px 6px rgba(238, 77, 45, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.btn-collect i {
    font-size: 9px;
}

/* Flash Sale Manager */
.flashsale-manager {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.flashsale-manager.show {
    right: 0;
}

.flashsale-manager .manager-header {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.flashsale-manager .manager-header h3 {
    margin: 0;
    color: #333;
    font-size: 18px;
}

.flashsale-manager .manager-header h3 i {
    color: #ee4d2d;
    margin-right: 8px;
}

.flashsale-manager .btn-close {
    background: none;
    border: none;
    font-size: 18px;
    color: #6c757d;
    cursor: pointer;
    padding: 5px;
}

.flashsale-manager .btn-close:hover {
    color: #ee4d2d;
}

.flashsale-manager .manager-content {
    padding: 20px;
}

.flashsale-manager .form-section h4 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.flashsale-manager .form-section h4 i {
    color: #ee4d2d;
    margin-right: 8px;
}

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

.flashsale-manager .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.flashsale-manager .color-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.flashsale-manager .color-input-group input[type="color"] {
    width: 50px;
    height: 40px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    cursor: pointer;
}

.flashsale-manager .color-input-group input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    font-size: 14px;
}

.flashsale-manager .icon-selector {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.flashsale-manager .icon-option {
    padding: 8px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

.flashsale-manager .icon-option:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.flashsale-manager .icon-option.selected {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.flashsale-manager .icon-option i {
    font-size: 16px;
    color: #ee4d2d;
}

.flashsale-manager input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    font-size: 14px;
}

.flashsale-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.flashsale-manager .btn-cancel,
.flashsale-manager .btn-save {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.flashsale-manager .btn-cancel {
    background: #6c757d;
    color: white;
}

.flashsale-manager .btn-save {
    background: #ee4d2d;
    color: white;
}

.flashsale-manager .btn-cancel:hover {
    background: #5a6268;
}

.flashsale-manager .btn-save:hover {
    background: #d73527;
}

/* Flash Sale Products Manager */
.flashsale-products-manager {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.flashsale-products-manager.show {
    right: 0;
}

.flashsale-products-manager .manager-header {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.flashsale-products-manager .manager-header h3 {
    margin: 0;
    color: #333;
    font-size: 18px;
}

.flashsale-products-manager .manager-header h3 i {
    color: #ee4d2d;
    margin-right: 8px;
}

.flashsale-products-manager .btn-close {
    background: none;
    border: none;
    font-size: 18px;
    color: #6c757d;
    cursor: pointer;
    padding: 5px;
}

.flashsale-products-manager .btn-close:hover {
    color: #ee4d2d;
}

.flashsale-products-manager .manager-content {
    padding: 20px;
}

.flashsale-products-manager .form-section h4 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.flashsale-products-manager .form-section h4 i {
    color: #ee4d2d;
    margin-right: 8px;
}

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

.flashsale-products-manager .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.flashsale-products-manager .color-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.flashsale-products-manager .color-input-group input[type="color"] {
    width: 50px;
    height: 40px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    cursor: pointer;
}

.flashsale-products-manager .color-input-group input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    font-size: 14px;
}

.flashsale-products-manager .icon-selector {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.flashsale-products-manager .icon-option {
    padding: 8px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

.flashsale-products-manager .icon-option:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.flashsale-products-manager .icon-option.selected {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.flashsale-products-manager .icon-option i {
    font-size: 16px;
    color: #ee4d2d;
}

.flashsale-products-manager input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    font-size: 14px;
}

.flashsale-products-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.flashsale-products-manager .btn-cancel,
.flashsale-products-manager .btn-save {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.flashsale-products-manager .btn-cancel {
    background: #6c757d;
    color: white;
}

.flashsale-products-manager .btn-save {
    background: #ee4d2d;
    color: white;
}

.flashsale-products-manager .btn-cancel:hover {
    background: #5a6268;
}

.flashsale-products-manager .btn-save:hover {
    background: #d73527;
}

/* Suggested Products Manager */
.suggested-products-manager {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.suggested-products-manager.show {
    right: 0;
}

.suggested-products-manager .manager-header {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.suggested-products-manager .manager-header h3 {
    margin: 0;
    color: #333;
    font-size: 18px;
}

.suggested-products-manager .manager-header h3 i {
    color: #ee4d2d;
    margin-right: 8px;
}

.suggested-products-manager .btn-close {
    background: none;
    border: none;
    font-size: 18px;
    color: #6c757d;
    cursor: pointer;
    padding: 5px;
}

.suggested-products-manager .btn-close:hover {
    color: #ee4d2d;
}

.suggested-products-manager .manager-content {
    padding: 20px;
}

.suggested-products-manager .form-section h4 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.suggested-products-manager .form-section h4 i {
    color: #ee4d2d;
    margin-right: 8px;
}

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

.suggested-products-manager .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.suggested-products-manager .color-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.suggested-products-manager .color-input-group input[type="color"] {
    width: 50px;
    height: 40px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    cursor: pointer;
}

.suggested-products-manager .color-input-group input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    font-size: 14px;
}

.suggested-products-manager .icon-selector {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.suggested-products-manager .icon-option {
    padding: 8px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

.suggested-products-manager .icon-option:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.suggested-products-manager .icon-option.selected {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.suggested-products-manager .icon-option i {
    font-size: 16px;
    color: #ee4d2d;
}

.suggested-products-manager input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    font-size: 14px;
}

.suggested-products-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.suggested-products-manager .btn-cancel,
.suggested-products-manager .btn-save {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.suggested-products-manager .btn-cancel {
    background: #6c757d;
    color: white;
}

.suggested-products-manager .btn-save {
    background: #ee4d2d;
    color: white;
}

.suggested-products-manager .btn-cancel:hover {
    background: #5a6268;
}

.suggested-products-manager .btn-save:hover {
    background: #d73527;
}

/* Suggested Products Grid Manager */
.suggested-products-grid-manager {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.suggested-products-grid-manager.show {
    right: 0;
}

.suggested-products-grid-manager .manager-header {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.suggested-products-grid-manager .manager-header h3 {
    margin: 0;
    color: #333;
    font-size: 18px;
}

.suggested-products-grid-manager .manager-header h3 i {
    color: #ee4d2d;
    margin-right: 8px;
}

.suggested-products-grid-manager .btn-close {
    background: none;
    border: none;
    font-size: 18px;
    color: #6c757d;
    cursor: pointer;
    padding: 5px;
}

.suggested-products-grid-manager .btn-close:hover {
    color: #ee4d2d;
}

.suggested-products-grid-manager .manager-content {
    padding: 20px;
}

.suggested-products-grid-manager .form-section h4 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.suggested-products-grid-manager .form-section h4 i {
    color: #ee4d2d;
    margin-right: 8px;
}

.suggested-products-grid-manager .form-group {
    margin-bottom: 20px;
}

.suggested-products-grid-manager .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.suggested-products-grid-manager .color-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.suggested-products-grid-manager .color-input-group input[type="color"] {
    width: 50px;
    height: 40px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    cursor: pointer;
}

.suggested-products-grid-manager .color-input-group input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    font-size: 14px;
}

.suggested-products-grid-manager .icon-selector {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.suggested-products-grid-manager .icon-option {
    padding: 8px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

.suggested-products-grid-manager .icon-option:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.suggested-products-grid-manager .icon-option.selected {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.suggested-products-grid-manager .icon-option i {
    font-size: 16px;
    color: #ee4d2d;
}

.suggested-products-grid-manager input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    font-size: 14px;
}

.suggested-products-grid-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.suggested-products-grid-manager .btn-cancel,
.suggested-products-grid-manager .btn-save {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.suggested-products-grid-manager .btn-cancel {
    background: #6c757d;
    color: white;
}

.suggested-products-grid-manager .btn-save {
    background: #ee4d2d;
    color: white;
}

.suggested-products-grid-manager .btn-cancel:hover {
    background: #5a6268;
}

.suggested-products-grid-manager .btn-save:hover {
    background: #d73527;
}

/* Flash Sale Section - Desktop Style */
.desktop-flashsale-section {
    margin-bottom: 40px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px);
}

.desktop-flashsale-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
    transition: none;
    border-radius: 7px;
}

.flashsale-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.flashsale-title i {
    color: #ee4d2d;
}

.flashsale-title span {
    color: #333;
}

.flashsale-timer {
    background: #fff5f5;
    color: #ee4d2d;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #ee4d2d;
    margin-left: 15px;
}

.flashsale-timer i {
    font-size: 10px;
}

.flashsale-timer span {
    color: #ee4d2d;
}

.product-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: linear-gradient(135deg, #ee4d2d 0%, #ff6b35 100%);
    color: white;
    padding: 4px 8px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(238, 77, 45, 0.3);
    z-index: 2;
}

.product-hot-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
    z-index: 2;
}

.product-hot-icon i {
    font-size: 10px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    position: relative;
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: #ee4d2d;
}

.product-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
}

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

.discount-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #ff4757;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}

.hot-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ff6b6b;
    color: white;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 10px;
}

.trending-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #2ed573;
    color: white;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 10px;
}

.trending-badge i {
    font-size: 12px;
}

.product-actions {
    display: flex;
    gap: 8px;
    padding: 12px;
}

.btn-add-cart {
    background: #ee4d2d;
    color: white;
    border: 1px solid #ee4d2d;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    min-width: 40px;
}

.btn-add-cart:hover {
    background: #d73527;
    border-color: #d73527;
}

.btn-add-cart i {
    font-size: 14px;
}

.product-info {
    padding: 8px 6px 3px 6px;
    background: #fff;
}

.product-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 0 6px 0;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 32px;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}

.product-rating .stars {
    display: flex;
    gap: 1px;
}

.product-rating .stars i {
    font-size: 10px;
    color: #ffc107;
}

.product-rating .rating-text {
    font-size: 11px;
    color: #666;
    font-weight: 500;
}

.product-price {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.current-price {
    font-size: 15px;
    font-weight: 700;
    color: #ee4d2d;
    text-shadow: 0 1px 2px rgba(238, 77, 45, 0.1);
}

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

.product-actions {
    display: flex;
    gap: 4px;
    margin-top: 8px;
}

.btn-buy-now {
    flex: 1;
    background: linear-gradient(135deg, #ee4d2d 0%, #ff6b35 100%);
    color: white;
    border: none;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(238, 77, 45, 0.3);
    min-height: 32px;
    white-space: nowrap;
}

.btn-buy-now:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 12px rgba(238, 77, 45, 0.4);
}

.btn-buy-now i {
    font-size: 10px;
    flex-shrink: 0;
}

.btn-add-cart {
    background: #f8f9fa;
    color: #ee4d2d;
    border: 1.5px solid #ee4d2d;
    padding: 6px 8px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    transition: all 0.3s ease;
    min-width: 36px;
    min-height: 30px;
    white-space: nowrap;
}

.btn-add-cart:hover {
    background: #ee4d2d;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 3px 12px rgba(238, 77, 45, 0.3);
}

.btn-add-cart i {
    font-size: 9px;
    flex-shrink: 0;
}

.product-price {
    margin-bottom: 8px;
    padding: 12px;
}

.price-sale {
    font-size: 16px;
    font-weight: 600;
    color: #ee4d2d;
    margin-right: 8px;
}

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

.product-sold {
    font-size: 12px;
    color: #666;
    padding: 0 12px;
}

.btn-buy-now {
    background: #ee4d2d;
    color: white;
    border: 1px solid #ee4d2d;
    padding: 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
}

.btn-buy-now:hover {
    background: #d73527;
}

/* Suggested Products Section */
.desktop-suggested-section {
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px);
}

.desktop-suggested-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
    transition: none;
    margin-top: -40px;
    border-radius: 7px;
}

.desktop-suggested-section .section-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.desktop-suggested-section .section-header h3 i {
    color: #ee4d2d;
    font-size: 20px;
}

.desktop-suggested-section .see-all {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.desktop-suggested-section .see-all:hover {
    color: #ee4d2d;
}

/* Customer Reviews Section */
.customer-reviews-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.reviews-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 20px;
    border-radius: 7px;
}

.reviews-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.reviews-header h3 i {
    color: #ee4d2d;
    font-size: 20px;
}


.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    padding: 0 0px;
}

.review-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: none;
}

.review-header {
    margin-bottom: 15px;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reviewer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.reviewer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviewer-details {
    flex: 1;
}

.reviewer-name {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

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

.review-rating .stars {
    display: flex;
    gap: 2px;
}

.review-rating .stars i {
    font-size: 14px;
    color: #ffc107;
}

.rating-date {
    font-size: 12px;
    color: #666;
}

.review-content {
    margin-top: 15px;
}

.review-text {
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

.review-product {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.review-product img {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    object-fit: cover;
}

.review-product .product-name {
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

/* Customer Reviews Manager */
.customer-reviews-manager {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.customer-reviews-manager.show {
    right: 0;
}

.customer-reviews-manager .manager-header {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customer-reviews-manager .manager-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.customer-reviews-manager .manager-header h3 i {
    color: #ee4d2d;
}

.customer-reviews-manager .btn-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    transition: none;
}

.customer-reviews-manager .btn-close:hover {
    background: #e9ecef;
    color: #333;
}

.customer-reviews-manager .manager-content {
    padding: 20px;
}

.customer-reviews-manager .form-section {
    margin-bottom: 25px;
}

.customer-reviews-manager .form-section h4 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.customer-reviews-manager .form-section h4 i {
    color: #ee4d2d;
}

.customer-reviews-manager .form-group {
    margin-bottom: 15px;
}

.customer-reviews-manager .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #555;
    font-size: 14px;
}

.customer-reviews-manager .color-input-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.customer-reviews-manager input[type="color"] {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    padding: 0;
}

.customer-reviews-manager input[type="text"] {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: none;
}

.customer-reviews-manager input[type="text"]:focus {
    outline: none;
    border-color: #ee4d2d;
    box-shadow: 0 0 0 2px rgba(238, 77, 45, 0.1);
}

.customer-reviews-manager .icon-selector {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.customer-reviews-manager .icon-option {
    padding: 12px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: none;
    background: #fff;
}

.customer-reviews-manager .icon-option:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.customer-reviews-manager .icon-option.selected {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.customer-reviews-manager .icon-option i {
    font-size: 18px;
    color: #666;
}

.customer-reviews-manager .icon-option.selected i {
    color: #ee4d2d;
}

.customer-reviews-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.customer-reviews-manager .btn-cancel,
.customer-reviews-manager .btn-save {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: none;
}

.customer-reviews-manager .btn-cancel {
    background: #6c757d;
    color: white;
}

.customer-reviews-manager .btn-cancel:hover {
    background: #5a6268;
}

.customer-reviews-manager .btn-save {
    background: #ee4d2d;
    color: white;
}

.customer-reviews-manager .btn-save:hover {
    background: #d73527;
}

/* Reviews Grid Manager */
.reviews-grid-manager {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.reviews-grid-manager.show {
    right: 0;
}

.reviews-grid-manager .manager-header {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews-grid-manager .manager-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.reviews-grid-manager .manager-header h3 i {
    color: #ee4d2d;
}

.reviews-grid-manager .btn-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    transition: none;
}

.reviews-grid-manager .btn-close:hover {
    background: #e9ecef;
    color: #333;
}

.reviews-grid-manager .manager-content {
    padding: 20px;
}

.reviews-grid-manager .form-section {
    margin-bottom: 25px;
}

.reviews-grid-manager .form-section h4 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.reviews-grid-manager .form-section h4 i {
    color: #ee4d2d;
}

.reviews-grid-manager .form-group {
    margin-bottom: 15px;
}

.reviews-grid-manager .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #555;
    font-size: 14px;
}

.reviews-grid-manager .color-input-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews-grid-manager input[type="color"] {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    padding: 0;
}

.reviews-grid-manager input[type="text"] {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: none;
}

.reviews-grid-manager input[type="text"]:focus {
    outline: none;
    border-color: #ee4d2d;
    box-shadow: 0 0 0 2px rgba(238, 77, 45, 0.1);
}

.reviews-grid-manager textarea {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    resize: vertical;
    min-height: 80px;
    transition: none;
}

.reviews-grid-manager textarea:focus {
    outline: none;
    border-color: #ee4d2d;
    box-shadow: 0 0 0 2px rgba(238, 77, 45, 0.1);
}

.reviews-grid-manager .review-selector {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.reviews-grid-manager .review-option {
    padding: 12px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    cursor: pointer;
    transition: none;
    background: #fff;
    text-align: center;
}

.reviews-grid-manager .review-option:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.reviews-grid-manager .review-option.selected {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.reviews-grid-manager .review-option .reviewer-name {
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.reviews-grid-manager .review-option .reviewer-rating {
    font-size: 12px;
    color: #666;
}

.reviews-grid-manager .avatar-selector {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.reviews-grid-manager .avatar-option {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e9ecef;
    cursor: pointer;
    transition: none;
}

.reviews-grid-manager .avatar-option:hover {
    border-color: #ee4d2d;
}

.reviews-grid-manager .avatar-option.selected {
    border-color: #ee4d2d;
}

.reviews-grid-manager .avatar-option img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews-grid-manager .avatar-upload {
    margin-bottom: 15px;
}

.reviews-grid-manager .btn-upload-avatar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    background: #ee4d2d;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: none;
    width: 100%;
    justify-content: center;
}

.reviews-grid-manager .btn-upload-avatar:hover {
    background: #d73527;
}

.reviews-grid-manager .btn-upload-avatar i {
    font-size: 16px;
}

.reviews-grid-manager .uploaded-avatar-preview {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-top: 10px;
}

.reviews-grid-manager .uploaded-avatar-preview img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ee4d2d;
}

.reviews-grid-manager .btn-use-uploaded {
    padding: 8px 15px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: none;
}

.reviews-grid-manager .btn-use-uploaded:hover {
    background: #218838;
}

.reviews-grid-manager .rating-selector {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}

.reviews-grid-manager .rating-star {
    font-size: 24px;
    color: #ddd;
    cursor: pointer;
    transition: none;
}

.reviews-grid-manager .rating-star:hover,
.reviews-grid-manager .rating-star.active {
    color: #ffc107;
}

.reviews-grid-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.reviews-grid-manager .btn-cancel,
.reviews-grid-manager .btn-save {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: none;
}

.reviews-grid-manager .btn-cancel {
    background: #6c757d;
    color: white;
}

.reviews-grid-manager .btn-cancel:hover {
    background: #5a6268;
}

.reviews-grid-manager .btn-save {
    background: #ee4d2d;
    color: white;
}

.reviews-grid-manager .btn-save:hover {
    background: #d73527;
}

/* Desktop Footer */
.desktop-footer {
    background: #2c3e50;
    color: white;
    margin-top: 60px;
    width: 1200px;
    max-width: 100%;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-section h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ecf0f1;
}

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

.footer-section li {
    margin-bottom: 8px;
}

.footer-section a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-section a:hover {
    color: white;
}

.newsletter {
    display: flex;
    gap: 10px;
}

.newsletter input {
    flex: 1;
    padding: 10px;
    border: 1px solid #34495e;
    border-radius: 4px;
    background: #34495e;
    color: white;
    width: 100px;
}

.newsletter button {
    background: #ee4d2d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter button:hover {
    background: #0056b3;
}

.footer-bottom {
    border-top: 1px solid #34495e;
    padding: 20px;
    text-align: center;
    color: #bdc3c7;
    font-size: 14px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .main-container {
        grid-template-columns: 1fr;
        gap: 15px;
        padding-left: 20px;
    }
    
    .desktop-main {
        flex-direction: column;
    }
    
    .trust-badges {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .voucher-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    
    .voucher-card {
        max-width: 180px;
        min-height: 120px;
        padding: 16px 12px;
    }
    
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .main-container {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
        padding-top: 80px;
        padding-left: 10px;
    }
    
    .header-container {
        flex-direction: column;
        height: auto;
        gap: 15px;
    }
    
    .header-center {
        flex: 1;
        justify-content: center;
    }
    
    .header-right {
        justify-content: center;
    }
    
    .trust-badges {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .trust-item {
        padding: 15px;
        flex-direction: row;
        text-align: left;
        gap: 15px;
    }
    
    .trust-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
        flex-shrink: 0;
    }
    
    .trust-content h4 {
        font-size: 14px;
        margin-bottom: 4px;
    }
    
    .trust-content p {
        font-size: 12px;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .voucher-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    
    .voucher-card {
        max-width: 100%;
        min-height: 100px;
        padding: 12px 8px;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
    }
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Desktop Banner Drop Zones */
.banner-drop-zones {
    margin-bottom: 30px;
}

.banner-single-drop-zone,
.banner-double-drop-zone {
    margin: 15px 0;
    border: 2px dashed #ddd;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    background: #fafafa;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-single-drop-zone:hover,
.banner-double-drop-zone:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.banner-single-drop-zone.drag-over,
.banner-double-drop-zone.drag-over {
    border-color: #ee4d2d;
    background: #fff5f5;
    transform: scale(1.02);
}

.banner-single-drop-zone .drop-zone-placeholder,
.banner-double-drop-zone .drop-zone-placeholder {
    color: #999;
}

.banner-single-drop-zone .drop-zone-placeholder i,
.banner-double-drop-zone .drop-zone-placeholder i {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
    color: #ee4d2d;
}

.banner-single-drop-zone .drop-zone-placeholder p,
.banner-double-drop-zone .drop-zone-placeholder p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Desktop Banner Types */
.desktop-banner-single {
    margin: 20px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.desktop-banner-single:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.desktop-banner-single img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.desktop-banner-single .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.desktop-banner-single:hover .banner-overlay {
    opacity: 1;
}

.desktop-banner-single .banner-content {
    text-align: center;
    color: white;
}

.desktop-banner-single .banner-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.desktop-banner-single .banner-subtitle {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 15px;
}

.desktop-banner-single .banner-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.desktop-banner-single .banner-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 8px;
    opacity: 0;
    transition: all 0.3s ease;
}

.desktop-banner-single:hover .banner-actions {
    opacity: 1;
}

.desktop-banner-single .btn-edit,
.desktop-banner-single .btn-delete {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s ease;
}

.desktop-banner-single .btn-edit {
    background: #007bff;
    color: white;
}

.desktop-banner-single .btn-edit:hover {
    background: #0056b3;
    transform: scale(1.1);
}

.desktop-banner-single .btn-delete {
    background: #dc3545;
    color: white;
}

.desktop-banner-single .btn-delete:hover {
    background: #c82333;
    transform: scale(1.1);
}

/* Desktop Banner Double */
.desktop-banner-double {
    margin: 20px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.desktop-banner-double:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.desktop-banner-double .banner-left,
.desktop-banner-double .banner-right {
    position: relative;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
}

.desktop-banner-double img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.desktop-banner-double:hover img {
    transform: scale(1.05);
}

.desktop-banner-double .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.desktop-banner-double:hover .banner-overlay {
    opacity: 1;
}

.desktop-banner-double .banner-content {
    text-align: center;
    color: white;
    padding: 20px;
}

.desktop-banner-double .banner-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.desktop-banner-double .banner-subtitle {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 12px;
}

.desktop-banner-double .banner-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 8px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.desktop-banner-double .banner-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 6px;
    opacity: 0;
    transition: all 0.3s ease;
}

.desktop-banner-double:hover .banner-actions {
    opacity: 1;
}

.desktop-banner-double .btn-edit,
.desktop-banner-double .btn-delete {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    transition: all 0.3s ease;
}

.desktop-banner-double .btn-edit {
    background: #007bff;
    color: white;
}

.desktop-banner-double .btn-edit:hover {
    background: #0056b3;
    transform: scale(1.1);
}

.desktop-banner-double .btn-delete {
    background: #dc3545;
    color: white;
}

.desktop-banner-double .btn-delete:hover {
    background: #c82333;
    transform: scale(1.1);
}

/* Responsive Design for Banner Double */
@media (max-width: 768px) {
    .desktop-banner-double {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .desktop-banner-double .banner-left,
    .desktop-banner-double .banner-right {
        height: 150px;
    }
    
    .desktop-banner-double .banner-title {
        font-size: 18px;
    }
    
    .desktop-banner-double .banner-subtitle {
        font-size: 12px;
    }
}

/* Desktop Topbar Manager */
.topbar-manager {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    display: flex;
    flex-direction: column;
    animation: slideInRight 0.3s ease;
}

.topbar-manager .manager-header {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.topbar-manager .manager-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.topbar-manager .manager-header h3 i {
    color: #ee4d2d;
}

.topbar-manager .btn-close {
    width: 32px;
    height: 32px;
    border: none;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.topbar-manager .btn-close:hover {
    background: #c82333;
    transform: scale(1.1);
}

.topbar-manager .manager-content {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

.topbar-manager .form-section {
    margin-bottom: 25px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.topbar-manager .form-section h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.topbar-manager .form-section h4 i {
    color: #ee4d2d;
    font-size: 12px;
}

.topbar-manager .form-group {
    margin-bottom: 15px;
}

.topbar-manager .form-group:last-child {
    margin-bottom: 0;
}

.topbar-manager .form-group label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    margin-bottom: 6px;
}

.topbar-manager .form-group input[type="text"] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 13px;
    transition: border-color 0.3s ease;
}

.topbar-manager .form-group input[type="text"]:focus {
    outline: none;
    border-color: #ee4d2d;
}

.topbar-manager .form-group input[type="color"] {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.topbar-manager .form-group input[type="color"]:hover {
    border-color: #ee4d2d;
}

.topbar-manager .icon-selector {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 8px;
}

.topbar-manager .icon-option {
    width: 40px;
    height: 40px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
}

.topbar-manager .icon-option:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.topbar-manager .icon-option.active {
    border-color: #ee4d2d;
    background: #ee4d2d;
    color: white;
}

.topbar-manager .icon-option i {
    font-size: 14px;
}

.topbar-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 10px;
    background: #f8f9fa;
}

.topbar-manager .btn-cancel,
.topbar-manager .btn-save {
    flex: 1;
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.topbar-manager .btn-cancel {
    background: #6c757d;
    color: white;
}

.topbar-manager .btn-cancel:hover {
    background: #5a6268;
}

.topbar-manager .btn-save {
    background: #ee4d2d;
    color: white;
}

.topbar-manager .btn-save:hover {
    background: #d73211;
}

/* Header Manager */
.header-manager {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.header-manager.show {
    right: 0;
}

.header-manager .manager-header {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.header-manager .manager-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-manager .btn-close {
    background: none;
    border: none;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}

.header-manager .btn-close:hover {
    background: #e9ecef;
    color: #333;
}

.header-manager .manager-content {
    padding: 20px;
}

.header-manager .form-section {
    margin-bottom: 30px;
}

.header-manager .form-section h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.header-manager .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #555;
}

.header-manager .color-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-manager .color-input-group input[type="color"] {
    width: 50px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.header-manager .color-input-group input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.header-manager .upload-area {
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.header-manager .upload-area:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.header-manager .upload-area i {
    font-size: 24px;
    color: #666;
    margin-bottom: 10px;
}

.header-manager .upload-area p {
    margin: 0 0 5px 0;
    font-weight: 500;
    color: #333;
}

.header-manager .upload-area small {
    color: #666;
    font-size: 12px;
}

.header-manager .logo-preview {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #f8f9fa;
    text-align: center;
}

.header-manager .logo-preview img {
    max-width: 100px;
    max-height: 50px;
    margin-bottom: 10px;
}

.header-manager .btn-remove-logo {
    background: #dc3545;
    color: white;
    border: none;
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

.header-manager .btn-remove-logo:hover {
    background: #c82333;
}

.header-manager .icon-selector {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.header-manager .icon-option {
    width: 40px;
    height: 40px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.header-manager .icon-option:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.header-manager .icon-option.selected {
    border-color: #ee4d2d;
    background: #ee4d2d;
    color: white;
}

.header-manager .icon-option i {
    font-size: 16px;
}

.header-manager .form-group input[type="text"],
.header-manager .form-group input[type="number"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.header-manager .preview-section h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    background: #f8f9fa;
}

.header-manager .btn-cancel,
.header-manager .btn-save {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.header-manager .btn-cancel {
    background: #6c757d;
    color: white;
}

.header-manager .btn-save {
    background: #ee4d2d;
    color: white;
}

.header-manager .btn-cancel:hover {
    background: #5a6268;
}

.header-manager .btn-save:hover {
    background: #d73527;
}

/* Desktop Slideshow Manager */
.desktop-slideshow-manager {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.desktop-slideshow-manager.show {
    right: 0;
}

.desktop-slideshow-manager .manager-header {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.desktop-slideshow-manager .manager-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.desktop-slideshow-manager .btn-close {
    background: none;
    border: none;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}

.desktop-slideshow-manager .btn-close:hover {
    background: #e9ecef;
    color: #333;
}

.desktop-slideshow-manager .manager-content {
    padding: 20px;
}

.desktop-slideshow-manager .form-section {
    margin-bottom: 30px;
}

.desktop-slideshow-manager .form-section h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.desktop-slideshow-manager .btn-add-slide {
    width: 100%;
    padding: 12px 20px;
    background: #ee4d2d;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.desktop-slideshow-manager .btn-add-slide:hover {
    background: #d73527;
    transform: translateY(-1px);
}

.desktop-slideshow-manager .slides-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.desktop-slideshow-manager .slide-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.desktop-slideshow-manager .slide-item:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.desktop-slideshow-manager .slide-preview {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.desktop-slideshow-manager .slide-number {
    width: 30px;
    height: 30px;
    background: #ee4d2d;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.desktop-slideshow-manager .slide-info {
    flex: 1;
}

.desktop-slideshow-manager .slide-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.desktop-slideshow-manager .slide-subtitle {
    font-size: 12px;
    color: #666;
}

.desktop-slideshow-manager .slide-actions {
    display: flex;
    gap: 8px;
}

.desktop-slideshow-manager .btn-edit,
.desktop-slideshow-manager .btn-delete {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s ease;
}

.desktop-slideshow-manager .btn-edit {
    background: #28a745;
    color: white;
}

.desktop-slideshow-manager .btn-edit:hover {
    background: #218838;
}

.desktop-slideshow-manager .btn-delete {
    background: #dc3545;
    color: white;
}

.desktop-slideshow-manager .btn-delete:hover {
    background: #c82333;
}

.desktop-slideshow-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    background: #f8f9fa;
}

.desktop-slideshow-manager .btn-cancel,
.desktop-slideshow-manager .btn-save {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.desktop-slideshow-manager .btn-cancel {
    background: #6c757d;
    color: white;
}

.desktop-slideshow-manager .btn-save {
    background: #ee4d2d;
    color: white;
}

.desktop-slideshow-manager .btn-cancel:hover {
    background: #5a6268;
}

.desktop-slideshow-manager .btn-save:hover {
    background: #d73527;
}

/* Desktop Slide Editor Modal */
.desktop-slide-editor-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.desktop-slide-editor-modal.show {
    opacity: 1;
    visibility: visible;
}

.desktop-slide-editor-modal .modal-content {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.desktop-slide-editor-modal.show .modal-content {
    transform: scale(1);
}

.desktop-slide-editor-modal .modal-header {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    border-radius: 12px 12px 0 0;
}

.desktop-slide-editor-modal .modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.desktop-slide-editor-modal .btn-close {
    background: none;
    border: none;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}

.desktop-slide-editor-modal .btn-close:hover {
    background: #e9ecef;
    color: #333;
}

.desktop-slide-editor-modal .modal-body {
    padding: 20px;
}

.desktop-slide-editor-modal .form-group {
    margin-bottom: 20px;
}

.desktop-slide-editor-modal .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #555;
}

.desktop-slide-editor-modal .upload-area {
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.desktop-slide-editor-modal .upload-area:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.desktop-slide-editor-modal .upload-area i {
    font-size: 24px;
    color: #666;
    margin-bottom: 10px;
}

.desktop-slide-editor-modal .upload-area p {
    margin: 0 0 5px 0;
    font-weight: 500;
    color: #333;
}

.desktop-slide-editor-modal .upload-area small {
    color: #666;
    font-size: 12px;
}

.desktop-slide-editor-modal .image-preview {
    margin-top: 15px;
    text-align: center;
}

.desktop-slide-editor-modal .image-preview img {
    max-width: 100%;
    max-height: 200px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.desktop-slide-editor-modal select,
.desktop-slide-editor-modal input[type="text"],
.desktop-slide-editor-modal input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.desktop-slide-editor-modal .product-list,
.desktop-slide-editor-modal .category-list {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    margin-top: 10px;
}

.desktop-slide-editor-modal .product-item,
.desktop-slide-editor-modal .category-item {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background 0.3s ease;
}

.desktop-slide-editor-modal .product-item:hover,
.desktop-slide-editor-modal .category-item:hover {
    background: #f8f9fa;
}

.desktop-slide-editor-modal .product-item:last-child,
.desktop-slide-editor-modal .category-item:last-child {
    border-bottom: none;
}

.desktop-slide-editor-modal .product-name,
.desktop-slide-editor-modal .category-name {
    font-weight: 500;
    color: #333;
    margin-bottom: 2px;
}

.desktop-slide-editor-modal .product-price,
.desktop-slide-editor-modal .category-count {
    font-size: 12px;
    color: #666;
}

.desktop-slide-editor-modal .category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.desktop-slide-editor-modal .category-item i {
    color: #999;
    font-size: 12px;
}

.desktop-slide-editor-modal .modal-footer {
    padding: 20px;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    background: #f8f9fa;
    border-radius: 0 0 12px 12px;
}

.desktop-slide-editor-modal .btn-cancel,
.desktop-slide-editor-modal .btn-save {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.desktop-slide-editor-modal .btn-cancel {
    background: #6c757d;
    color: white;
}

.desktop-slide-editor-modal .btn-save {
    background: #ee4d2d;
    color: white;
}

.desktop-slide-editor-modal .btn-cancel:hover {
    background: #5a6268;
}

.desktop-slide-editor-modal .btn-save:hover {
    background: #d73527;
}

/* Voucher Section Manager */
.voucher-section-manager {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.voucher-section-manager.show {
    right: 0;
}

.voucher-section-manager .manager-header {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.voucher-section-manager .manager-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.voucher-section-manager .btn-close {
    background: none;
    border: none;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}

.voucher-section-manager .manager-content {
    padding: 20px;
}

.voucher-section-manager .form-section {
    margin-bottom: 30px;
}

.voucher-section-manager .form-section h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.voucher-section-manager .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #555;
}

.voucher-section-manager .color-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.voucher-section-manager .color-input-group input[type="color"] {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.voucher-section-manager .color-input-group input[type="text"] {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.voucher-section-manager input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.voucher-section-manager .icon-selector {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.voucher-section-manager .icon-option {
    width: 40px;
    height: 40px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #f8f9fa;
}

.voucher-section-manager .icon-option.selected {
    border-color: #ee4d2d;
    background: #ee4d2d;
    color: white;
}

.voucher-section-manager .icon-option i {
    font-size: 16px;
}

.voucher-section-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    background: #f8f9fa;
}

.voucher-section-manager .btn-cancel,
.voucher-section-manager .btn-save {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.voucher-section-manager .btn-cancel {
    background: #6c757d;
    color: white;
}

.voucher-section-manager .btn-save {
    background: #ee4d2d;
    color: white;
}


/* Trust Badges Manager */
.trust-badges-manager {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.trust-badges-manager.show {
    right: 0;
}

.trust-badges-manager .manager-header {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.trust-badges-manager .manager-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.trust-badges-manager .btn-close {
    background: none;
    border: none;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}

.trust-badges-manager .btn-close:hover {
    background: #e9ecef;
    color: #333;
}

.trust-badges-manager .manager-content {
    padding: 20px;
}

.trust-badges-manager .form-section {
    margin-bottom: 30px;
}

.trust-badges-manager .form-section h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.trust-badges-manager .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #555;
}

.trust-badges-manager .color-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.trust-badges-manager .color-input-group input[type="color"] {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.trust-badges-manager .color-input-group input[type="text"] {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.trust-badges-manager input[type="text"],
.trust-badges-manager textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.trust-badges-manager textarea {
    resize: vertical;
    min-height: 60px;
}

.trust-badges-manager .icon-selector {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.trust-badges-manager .icon-option {
    width: 40px;
    height: 40px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.trust-badges-manager .icon-option:hover {
    border-color: #ee4d2d;
    background: #fff5f5;
}

.trust-badges-manager .icon-option.selected {
    border-color: #ee4d2d;
    background: #ee4d2d;
    color: white;
}

.trust-badges-manager .icon-option i {
    font-size: 16px;
}

.trust-badges-manager .trust-item-manager {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.trust-badges-manager .trust-item-header h5 {
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9ecef;
}

.trust-badges-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    background: #f8f9fa;
}

.trust-badges-manager .btn-cancel,
.trust-badges-manager .btn-save {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.trust-badges-manager .btn-cancel {
    background: #6c757d;
    color: white;
}

.trust-badges-manager .btn-save {
    background: #ee4d2d;
    color: white;
}

.trust-badges-manager .btn-cancel:hover {
    background: #5a6268;
}

.trust-badges-manager .btn-save:hover {
    background: #d73527;
}

/* Navigation Manager */
.navigation-manager {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.navigation-manager.show {
    right: 0;
}

.navigation-manager .manager-header {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.navigation-manager .manager-header h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.navigation-manager .btn-close {
    background: none;
    border: none;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}

.navigation-manager .btn-close:hover {
    background: #e9ecef;
    color: #333;
}

.navigation-manager .manager-content {
    padding: 20px;
}

.navigation-manager .form-section {
    margin-bottom: 30px;
}

.navigation-manager .form-section h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.navigation-manager .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #555;
}

.navigation-manager .color-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.navigation-manager .color-input-group input[type="color"] {
    width: 50px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.navigation-manager .color-input-group input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.navigation-manager .preview-section h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.navigation-manager .nav-preview {
    padding: 15px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.navigation-manager .nav-preview .nav-link {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 0;
}

.navigation-manager .nav-preview .nav-separator {
    color: #666;
    font-size: 14px;
}

.navigation-manager .manager-footer {
    padding: 20px;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    background: #f8f9fa;
}

.navigation-manager .btn-cancel,
.navigation-manager .btn-save {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.navigation-manager .btn-cancel {
    background: #6c757d;
    color: white;
}

.navigation-manager .btn-save {
    background: #ee4d2d;
    color: white;
}

.navigation-manager .btn-cancel:hover {
    background: #5a6268;
}

.navigation-manager .btn-save:hover {
    background: #d73527;
}

/* Animation Classes */
.highlight-drop-zone {
    animation: highlightPulse 2s ease-in-out;
}

@keyframes highlightPulse {
    0%, 100% {
        border-color: #ddd;
        background: #fafafa;
    }
    50% {
        border-color: #ee4d2d;
        background: #fff5f5;
    }
}

.drag-over {
    border-color: #ee4d2d !important;
    background: #fff5f5 !important;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
