/** Shopify CDN: Minification failed

Line 1702:0 Unexpected "}"
Line 1853:2 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:announcement-bar (INDEX:0) */
.announcement-bar {
    background: #0f172a;
    color: #ffffff;
  }

  .announcement-bar__inner {
    padding-block: 0.7rem;
  }

  .announcement-bar__items {
    display: grid;
  }

  .announcement-bar__item {
    display: none;
    text-align: center;
    font-size: 0.92rem;
  }

  .announcement-bar__item.is-active {
    display: block;
  }

  .announcement-bar__item a,
  .announcement-bar__item p {
    margin: 0;
    color: inherit;
  }
/* END_SECTION:announcement-bar */

/* START_SECTION:contact-form (INDEX:1) */
.creative-contact-section {
    padding: 36px 0 64px 0;
    background: #f8fafc;
  }

  .creative-contact-section .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Breadcrumbs */
  .contact-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }

  .contact-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .contact-breadcrumbs a:hover {
    color: #10b981;
  }

  .contact-breadcrumbs i {
    font-size: 10px;
    color: #cbd5e1;
  }

  .contact-breadcrumbs span {
    color: #0f172a;
    font-weight: 700;
  }

  /* Hero Card */
  .contact-hero-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 32px 36px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    margin-bottom: 28px;
  }

  .contact-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #10b981;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .contact-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }

  .contact-hero-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    max-width: 760px;
  }

  /* Map Card */
  .map-card-wrapper {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    margin-bottom: 32px;
    height: 360px;
  }

  .contact-map-iframe {
    width: 100%;
    height: 100%;
    border: none;
  }

  /* Form Card */
  .contact-form-card,
  .contact-info-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  }

  .form-title,
  .info-card-title {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px;
  }

  .form-subtitle,
  .info-card-subtitle {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 24px;
  }

  .form-group-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
  }

  .form-label-text {
    font-size: 12px;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .form-input-field,
  .form-textarea-field {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    padding: 12px 16px;
    font-size: 14px;
    color: #0f172a;
    outline: none;
    transition: all 0.2s ease;
  }

  .form-input-field:focus,
  .form-textarea-field:focus {
    border-color: #10b981;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.12);
  }

  .contact-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    padding: 12px 32px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
  }

  .contact-submit-btn:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.45);
  }

  .contact-alert {
    padding: 14px 18px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .alert-success {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
  }

  .alert-danger {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
  }

  /* Info Card Sidebar */
  .info-divider {
    height: 1px;
    background: #f1f5f9;
    margin-bottom: 24px;
  }

  .info-items-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .info-item-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }

  .info-icon-box {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
  }

  .info-text-box {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .info-item-heading {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
  }

  .info-item-value {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
  }

  @media (max-width: 991px) {
    .contact-info-card {
      margin-top: 24px;
    }
  }

  @media (max-width: 575px) {
    .contact-hero-card,
    .contact-form-card,
    .contact-info-card {
      padding: 24px;
    }

    .contact-main-title {
      font-size: 24px;
    }

    .contact-submit-btn {
      width: 100%;
    }
  }
/* END_SECTION:contact-form */

/* START_SECTION:deal-spotlight (INDEX:2) */
.creative-deal-spotlight {
    padding: 36px 0;
    background: #f8fafc;
  }

  .creative-deal-spotlight .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .deal-spotlight-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  /* Left Popular Sidebar Card */
  .popular-sidebar-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .sidebar-head {
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 16px;
  }

  .sidebar-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  .popular-products-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .popular-item-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f8fafc;
  }

  .popular-item-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .popular-item-thumb {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
    background: #f1f5f9;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .popular-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .popular-item-row:hover .popular-item-thumb img {
    transform: scale(1.08);
  }

  .popular-item-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .popular-item-title {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    text-decoration: none;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
  }

  .popular-item-title:hover {
    color: #10b981;
  }

  .popular-item-stars {
    color: #f59e0b;
    font-size: 11px;
    display: flex;
    gap: 2px;
  }

  .popular-item-price {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .popular-item-price strong {
    color: #10b981;
    font-weight: 800;
  }

  .popular-item-price small {
    color: #94a3b8;
    text-decoration: line-through;
  }

  .sidebar-foot {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
  }

  .btn-view-popular {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #f1f5f9;
    color: #0f172a;
    padding: 10px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .btn-view-popular:hover {
    background: #10b981;
    color: #ffffff;
    text-decoration: none;
  }

  /* Right Deal Showcase Wrap */
  .deal-showcase-wrap {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 24px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.15);
    height: 100%;
  }

  .deal-showcase-head {
    margin-bottom: 20px;
  }

  .deal-main-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.35);
    color: #10b981;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 7px 16px;
    border-radius: 20px;
    text-transform: uppercase;
  }

  .deal-showcase-card {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 32px;
    align-items: center;
  }

  /* Left Media Col */
  .deal-media-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .deal-image-glass {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 20px;
    background: radial-gradient(circle at center, rgba(16, 185, 129, 0.18) 0%, rgba(15, 23, 42, 0.8) 75%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .deal-product-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 12px;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.4));
  }

  .deal-hot-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #ef4444;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 12px;
    letter-spacing: 0.5px;
  }

  /* Digital Countdown Box */
  .deal-countdown-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 14px 16px;
    text-align: center;
  }

  .countdown-label {
    font-size: 11px;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
  }

  .timer-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .time-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 10px;
    padding: 6px 10px;
    min-width: 46px;
  }

  .time-block span {
    font-size: 18px;
    font-weight: 900;
    color: #10b981;
    line-height: 1;
  }

  .time-block p {
    font-size: 10px;
    color: #cbd5e1;
    margin: 3px 0 0;
    text-transform: uppercase;
  }

  .time-colon {
    font-size: 18px;
    font-weight: 800;
    color: #10b981;
  }

  /* Right Info Col */
  .deal-info-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .deal-tag-pill {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #38bdf8;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .deal-title {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 12px;
  }

  .deal-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .deal-title a:hover {
    color: #10b981;
  }

  .deal-rating-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
  }

  .deal-rating-row .stars {
    color: #f59e0b;
    font-size: 12px;
    display: flex;
    gap: 3px;
  }

  .reviews-count {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 600;
  }

  .deal-price-stock-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

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

  .deal-price-main {
    font-size: 30px;
    font-weight: 900;
    color: #10b981;
  }

  .deal-price-old {
    font-size: 16px;
    color: #64748b;
    text-decoration: line-through;
  }

  .deal-save-badge {
    background: #ef4444;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 4px;
  }

  .deal-stock-status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #e2e8f0;
    font-weight: 600;
  }

  .deal-specs-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .deal-specs-list li {
    font-size: 14px;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .check-icon {
    color: #10b981;
    font-size: 13px;
  }

  .deal-btn-claim {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    padding: 13px 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
  }

  .deal-btn-claim:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.5);
  }

  @media (max-width: 991px) {
    .popular-sidebar-card {
      margin-bottom: 24px;
    }

    .deal-showcase-card {
      grid-template-columns: 1fr;
    }

    .deal-media-col {
      max-width: 320px;
      margin: 0 auto;
    }
  }
/* END_SECTION:deal-spotlight */

/* START_SECTION:featured-blog (INDEX:8) */
.creative-blog-section {
    padding: 40px 0;
    background: #f8fafc;
  }

  .creative-blog-section .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .blog-section-head {
    margin-bottom: 28px;
  }

  .section-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #10b981;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .section-main-heading {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.5px;
  }

  /* Blog Card Component */
  .gadget-blog-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    transition: all 0.35s ease;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .gadget-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    border-color: #10b981;
  }

  .blog-card-media-box {
    position: relative;
    width: 100%;
    height: 220px;
    background: #0f172a;
    overflow: hidden;
  }

  .blog-media-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .blog-post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
    display: block;
  }

  .gadget-blog-card:hover .blog-post-img {
    transform: scale(1.08);
  }

  .blog-date-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(8px);
    color: #38bdf8;
    border: 1px solid rgba(56, 189, 248, 0.3);
    z-index: 2;
  }

  .blog-card-content-box {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    gap: 12px;
  }

  .blog-meta-row {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 12px;
    color: #64748b;
  }

  .blog-comments-tag,
  .blog-author-tag {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .blog-post-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
  }

  .blog-post-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .blog-post-title a:hover {
    color: #10b981;
  }

  .blog-post-excerpt {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .blog-readmore-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #10b981;
    text-decoration: none;
    margin-top: 4px;
    transition: gap 0.2s ease;
  }

  .blog-readmore-btn:hover {
    gap: 12px;
    color: #059669;
    text-decoration: none;
  }
/* END_SECTION:featured-blog */

/* START_SECTION:featured-categories-grid (INDEX:9) */
.creative-categories-section {
    padding: 40px 0;
    background: #f8fafc;
  }

  .creative-categories-section .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .categories-section-head {
    margin-bottom: 28px;
  }

  .section-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #10b981;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .section-main-heading {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.5px;
  }

  .gadget-category-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    padding: 22px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
    transition: all 0.3s ease;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: 1fr 130px;
    gap: 16px;
    align-items: center;
    min-height: 175px;
  }

  .gadget-category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.12);
    border-color: #10b981;
  }

  .category-info-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    gap: 10px;
  }

  .category-title {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
  }

  .category-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .category-title a:hover {
    color: #10b981;
  }

  .category-links-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .cat-sub-link {
    font-size: 12px;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
  }

  .cat-sub-link:hover {
    color: #10b981;
    text-decoration: none;
  }

  .category-explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #10b981;
    text-decoration: none;
    transition: gap 0.2s ease;
  }

  .category-explore-btn:hover {
    gap: 10px;
    color: #059669;
    text-decoration: none;
  }

  /* Right Media Column */
  .category-media-col {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .category-img-frame {
    width: 130px;
    height: 130px;
    border-radius: 16px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    overflow: hidden;
    text-decoration: none;
  }

  .cat-product-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
  }

  .gadget-category-card:hover .cat-product-img {
    transform: scale(1.1);
  }

  @media (max-width: 767px) {
    .gadget-category-card {
      grid-template-columns: 1fr 110px;
      padding: 16px;
    }

    .category-img-frame {
      width: 110px;
      height: 110px;
    }
  }
/* END_SECTION:featured-categories-grid */

/* START_SECTION:featured-collection-tabs (INDEX:10) */
.creative-collection-tabs {
    padding: 40px 0;
    background: #f8fafc;
  }

  .creative-collection-tabs .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Section Header & Tabs Nav Bar */
  .tabs-header-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
    flex-wrap: wrap;
  }

  .section-title-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #10b981;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .section-main-heading {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.5px;
  }

  /* Capsule Tab Nav */
  .tabs-nav-capsule {
    background: #ffffff;
    padding: 5px;
    border-radius: 30px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.04);
  }

  .gadget-tabs-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none !important;
  }

  .gadget-tabs-nav > li {
    margin: 0 !important;
    float: none !important;
  }

  .gadget-tabs-nav > li > a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 22px;
    border-radius: 25px !important;
    font-size: 13px;
    font-weight: 700;
    color: #64748b !important;
    background: transparent !important;
    border: none !important;
    transition: all 0.25s ease;
    text-decoration: none !important;
  }

  .gadget-tabs-nav > li > a:hover {
    color: #0f172a !important;
    background: #f1f5f9 !important;
  }

  .gadget-tabs-nav > li.active > a,
  .gadget-tabs-nav > li.active > a:hover,
  .gadget-tabs-nav > li.active > a:focus {
    background: #0f172a !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.25);
  }

  .gadget-tabs-nav > li.active > a i {
    color: #10b981;
  }

  /* Product Grid */
  .gadget-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  /* Card Component Styles */
  .gadget-product-card-wrap {
    height: 100%;
  }

  .gadget-product-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .gadget-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.12);
    border-color: #10b981;
  }

  .card-media-box {
    position: relative;
    width: 100%;
    height: 220px;
    background: #f8fafc;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }

  .card-media-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .card-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
  }

  .gadget-product-card:hover .card-img {
    transform: scale(1.08);
  }

  .card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 12px;
    letter-spacing: 0.5px;
    z-index: 2;
    text-transform: uppercase;
  }

  .badge-sale {
    background: #ef4444;
    color: #ffffff;
  }

  .badge-new {
    background: #10b981;
    color: #ffffff;
  }

  .badge-sold-out {
    background: #64748b;
    color: #ffffff;
  }

  .btn-disabled {
    background: #e2e8f0 !important;
    color: #94a3b8 !important;
    cursor: not-allowed;
  }

  .gadget-product-card.is-sold-out .card-img {
    opacity: 0.75;
  }

  .card-quick-cart-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #0f172a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.25s ease;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.3);
    z-index: 3;
  }

  .gadget-product-card:hover .card-quick-cart-btn {
    opacity: 1;
    transform: translateY(0);
  }

  .card-quick-cart-btn:hover {
    background: #10b981;
    color: #ffffff;
    transform: scale(1.1) !important;
  }

  /* Card Info */
  .card-info-box {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    justify-content: space-between;
  }

  .card-category-tag {
    font-size: 11px;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .card-item-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
  }

  .card-item-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .card-item-title a:hover {
    color: #10b981;
  }

  .card-rating-stars {
    color: #f59e0b;
    font-size: 11px;
    display: flex;
    gap: 2px;
    margin-top: 2px;
  }

  .card-footer-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    margin-top: 6px;
    border-top: 1px solid #f1f5f9;
  }

  .card-price-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .price-current {
    font-size: 18px;
    font-weight: 800;
    color: #10b981;
  }

  .price-compare {
    font-size: 13px;
    color: #94a3b8;
    text-decoration: line-through;
  }

  .card-action-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .card-action-btn:hover {
    background: #10b981;
    color: #ffffff;
    text-decoration: none;
  }

  @media (max-width: 1199px) {
    .gadget-product-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 767px) {
    .gadget-product-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .tabs-header-wrap {
      flex-direction: column;
      align-items: flex-start;
    }
  }

  @media (max-width: 480px) {
    .gadget-product-grid {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:featured-collection-tabs */

/* START_SECTION:footer (INDEX:11) */
footer,
.rights {
    background: #0f172a !important;
}

  footer .container,
  .trust-bar .container,
  .rights-inner .container {
    width: 100% !important;
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .trust-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }

  .rights-flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }

  footer h4{
 color:#FFFFFF;
    font-size:30px;
    font-weight:700;
    margin-bottom:25px;
}

  footer p{
     color:#F1F5F9;
    max-width:320px;
    line-height:1.8;
}

footer strong{
    color:#FFFFFF;
}

footer p strong + *{
    color:#F1F5F9;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:50px;
    max-width:1200px;
    margin:0 auto;
}

.footer-column{
    min-width:0;
}

@media(max-width:768px){

.footer-grid{
grid-template-columns:1fr;
gap:35px;
}

}

  .foot-link {
    border-bottom: 1px solid #111827;
    margin-bottom: 30px;
  }

  .foot-link ul {
    margin: 0;
     padding: 60px 0 20px;
    list-style: none;
  }

  .foot-link li {
    display: inline-block;
    margin-right: 20px;
  }

  .links-footer a{
    color:#F8FAFC;
    text-decoration:none;
    transition:.3s;
    font-weight:500;
}
  .foot-link li a {
    display: inline-block;
    padding: 15px 0;
    color:#CBD5E1;
    font-size:17px;
    transition:.3s;
  }

  [class*="col-md-"],
  [class*="col-sm-"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  footer .row{
    display:grid;
     grid-template-columns:1fr;
    gap:35px;
    align-items:flex-start;
}

footer .row > div{
    flex:1 1 220px;
}

  .text-right {
    text-align: right;
  }

  .social-links {
     display:flex;
    gap:16px;
    margin-top:30px;
  }

  .social-links a{
    width:25px;
    height:25px;
    display:flex;
    justify-content:center;
    align-items:center;
   background:#1E293B;
    border:2px solid #334155;
    border-radius:50%;
    color:#FFFFFF;
    font-size:22px;
    transition:all .3s ease;
    background:rgba(255,255,255,.05);
}

.social-links a i{
    color:#FFFFFF !important;
    opacity:1 !important;
    font-size:22px;
    font-weight:700;
    text-shadow:0 0 1px rgba(255,255,255,.8);
}

.social-links a:hover{
   background:#22C55E;
    border-color:#22C55E;
    transform:translateY(-3px);
}

.social-links a:hover i{
    color:#FFFFFF !important;
}

  .links-footer {
    margin: 0;
    padding: 0;
  }

  .links-footer li {
    list-style: none;
    margin-bottom:12px;
  }

  .links-footer a{
  color:#E5E7EB;
    transition:.3s;
 text-decoration:none;
}

.links-footer a:hover{
    color:#2ECC71;
    background:none;
    transform:translateX(5px);
}
}

  .contact-copy > *:first-child {
    margin-top: 0;
  }

 .rights{
background:#111827;
color:#d1d5db;
padding:20px 0;
display:flex;
align-items:center;
justify-content:space-between;
 min-height:95px;
}

.rights-inner{
    background:#111827;
    padding:20px 0;
}

.rights-inner .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
}

.rights-inner .row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    margin:0;
}

.rights-left{
    flex:1;
    display:flex;
    align-items:center;
}

.rights-left p{
    margin:0;
    color:#FFFFFF !important;
    font-size:15px;
    font-weight:500;
}

.rights-right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    flex-shrink:0;
}

.rights__payments{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}

.rights__payments img{
    display:block;
    max-height:72px;
    width:auto;
}
.payment-badges{
display:flex;
justify-content:flex-end;
align-items:center;
}

.trust-bar{
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    flex-wrap:wrap;
    padding:24px 40px;
    background:#111827;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
      color:#FFFFFF;
    font-weight:700;
}

.trust-bar span{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-size:18px;
    font-weight:600;
}

  .rights .text-right img {
    display: inline-block;
    max-width: 100%;
  }

  .ri-li {
    color: #555555;
  }

  .cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    z-index: 9;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #000000;
    border-radius: 50%;
    font-size: 26px;
    text-align: center;
    line-height: 32px;
    border: 2px solid #000000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    background: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }

  .cd-top.cd-is-visible,
  .cd-top.cd-fade-out,
  .no-touch .cd-top:hover {
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }

  .cd-top.cd-is-visible {
    visibility: visible;
    opacity: 0.5;
  }

  .cd-top.cd-fade-out {
    opacity: 0.5;
  }

  .no-touch .cd-top:hover {
    background-color: #000000;
    color: #111827;
  }

    footer h4 {
      display: inline-block;
      width: 100%;
    }
  }

  @media screen and (max-width: 767px) {
    .foot-link {
      margin-bottom: 30px;
    }

    .foot-link li {
      margin-right: 12px;
    }

    .row {
      margin-left: -10px;
      margin-right: -10px;
    }

    .col-md-4,
    .col-md-3,
    .col-md-2,
     .col-sm-6 {
      width: 100%;
      float: none;
    }

    footer h4 {
      margin-top: 20px;
      margin-bottom: 0;
       color:#FFFFFF;
    }

    .rights {
      text-align: center;
    }

    .rights .text-right {
      margin-top: 20px;
      text-align: center !important;
    }

    .rights .row {
      flex-direction: column;
    display:flex !important;
    justify-content:space-between !important;
    align-items:center !important;
    width:100% !important;
    margin:0 !important;
    }

    .rights ul {
      text-align: center;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:13) */
/* Container override */
  .top-bar-gadget .container,
  .header-gadget-main .container,
  .gadget-navbar .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Reset default top bar & header overrides */
  .top-bar-gadget {
    background: #0f172a;
    color: #94a3b8;
    font-size: 13px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .top-message {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e2e8f0;
    font-weight: 500;
  }

  .top-message i {
    color: #10b981;
    font-size: 14px;
  }

  .top-links ul {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .top-links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
  }

  .top-links a:hover {
    color: #10b981;
  }

  .top-select-picker {
    background: transparent;
    color: #cbd5e1;
    border: none;
    font-size: 12px;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    padding: 2px 4px;
  }

  .top-select-picker option {
    background: #1e293b;
    color: #ffffff;
  }

  /* Main Header Area */
  .header-gadget-main {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 1000;
  }

  .header-flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    gap: 24px;
  }

  /* Logo */
  .header-logo-box {
    flex-shrink: 0;
  }

  .logo-link {
    text-decoration: none;
    display: inline-block;
  }

  .header-logo-img {
    height: auto;
    max-height: 50px;
    width: auto;
    display: block;
  }

  .header-logo-text {
    font-size: 28px;
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.5px;
    line-height: 1;
    text-transform: uppercase;
  }

  .brand-accent {
    color: #10b981;
  }

  /* Search Bar */
  .header-search-box {
    flex: 1;
    max-width: 580px;
  }

  .search-form-modern {
    width: 100%;
    margin: 0;
  }

  .search-input-wrapper {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 30px;
    height: 46px;
    overflow: hidden;
    transition: all 0.2s ease;
  }

  .search-input-wrapper:focus-within {
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.12);
    background: #ffffff;
  }

  .search-cat-select-wrap {
    position: relative;
    border-right: 1px solid #e2e8f0;
    height: 100%;
    display: flex;
    align-items: center;
    background: #f1f5f9;
  }

  .search-cat-select {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    padding: 0 28px 0 16px;
    height: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    outline: none;
    cursor: pointer;
  }

  .select-arrow {
    position: absolute;
    right: 10px;
    pointer-events: none;
    font-size: 10px;
    color: #64748b;
  }

  .search-input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 0 18px !important;
    font-size: 14px !important;
    color: #0f172a !important;
    outline: none !important;
    box-shadow: none !important;
    height: 100% !important;
  }

  .search-input::placeholder {
    color: #94a3b8;
  }

  .search-btn {
    width: 48px;
    height: 100%;
    border: none;
    background: #10b981;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
    flex-shrink: 0;
  }

  .search-btn:hover {
    background: #059669;
  }

  /* Utility Actions */
  .header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
  }

  .action-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #0f172a;
    transition: transform 0.15s ease;
  }

  .action-btn:hover {
    text-decoration: none;
  }

  .action-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: relative;
    transition: all 0.2s ease;
  }

  .action-btn:hover .action-icon {
    background: #10b981;
    color: #ffffff;
  }

  .cart-count-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #ef4444;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border: 2px solid #ffffff;
  }

  .action-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
  }

  .action-text .sub-label {
    font-size: 11px;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 600;
    letter-spacing: 0.5px;
  }

  .action-text .main-label {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
  }

  /* Cart Dropdown Card */
  .cart-pop-wrapper {
    position: relative;
    z-index: 1050;
  }

  .cart-dropdown-card {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 12px;
    width: 320px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.2);
    border: 1px solid #e2e8f0;
    padding: 16px;
    z-index: 99999 !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
  }

  .cart-pop-wrapper:hover .cart-dropdown-card {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .cart-dropdown-head {
    font-weight: 700;
    font-size: 14px;
    color: #0f172a;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 12px;
  }

  .cart-items-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 240px;
    overflow-y: auto;
  }

  .cart-item-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #f8fafc;
  }

  .cart-item-thumb {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    overflow: hidden;
    background: #f8fafc;
    flex-shrink: 0;
  }

  .cart-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cart-item-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .cart-item-title {
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    text-decoration: none;
    line-height: 1.3;
  }

  .cart-item-title:hover {
    color: #10b981;
  }

  .cart-item-price {
    font-size: 12px;
    color: #64748b;
  }

  .cart-dropdown-footer {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
  }

  .cart-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 12px;
    color: #0f172a;
  }

  .cart-actions-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .btn-cart-view, .btn-cart-checkout {
    display: block;
    text-align: center;
    padding: 8px 0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .btn-cart-view {
    background: #f1f5f9;
    color: #0f172a;
  }

  .btn-cart-view:hover {
    background: #e2e8f0;
    text-decoration: none;
  }

  .btn-cart-checkout {
    background: #10b981;
    color: #ffffff;
  }

  .btn-cart-checkout:hover {
    background: #059669;
    text-decoration: none;
    color: #ffffff;
  }

  .cart-empty-msg {
    text-align: center;
    padding: 20px 10px;
    color: #64748b;
  }

  .empty-icon {
    font-size: 32px;
    color: #cbd5e1;
    margin-bottom: 8px;
  }

  .btn-shop-now {
    display: inline-block;
    margin-top: 10px;
    background: #10b981;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
  }

  /* Gadget Navbar (Dark Slate Modern Header Navigation Bar) */
  .gadget-navbar {
    background: #0f172a;
    border-bottom: 2px solid #10b981;
  }

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

  @media (min-width: 992px) {
    .gadget-nav-collapse,
    .navbar-collapse.gadget-nav-collapse {
      display: block !important;
      height: auto !important;
      visibility: visible !important;
      opacity: 1 !important;
    }
  }

  .mobile-nav-toggle {
    display: none;
    background: transparent;
    border: 1px solid #334155;
    color: #ffffff;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    align-items: center;
    cursor: pointer;
  }

  .gadget-nav-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .gadget-nav-list .nav-item {
    position: relative;
  }

  .gadget-nav-list .nav-link,
  .gadget-navbar .gadget-nav-list .nav-item .nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 20px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    letter-spacing: 0.2px;
    transition: all 0.2s ease;
  }

  .gadget-nav-list .nav-item:hover > .nav-link,
  .gadget-nav-list .nav-item.active > .nav-link,
  .gadget-navbar .gadget-nav-list .nav-item:hover > .nav-link,
  .gadget-navbar .gadget-nav-list .nav-item.active > .nav-link {
    color: #10b981 !important;
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none !important;
  }

  .nav-arrow {
    font-size: 10px;
    color: #94a3b8;
    transition: transform 0.2s ease;
  }

  .gadget-nav-list .nav-item:hover .nav-arrow {
    transform: rotate(180deg);
    color: #10b981;
  }

  /* Dropdown styling */
  .gadget-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid #e2e8f0;
    padding: 6px 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.2s ease;
    z-index: 999;
  }

  .gadget-nav-list .nav-item:hover .gadget-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .gadget-dropdown .dropdown-item a {
    display: block;
    padding: 10px 18px;
    color: #334155;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.15s ease;
  }

  .gadget-dropdown .dropdown-item a:hover {
    background: #f8fafc;
    color: #10b981;
  }

  /* Right Promo Badge */
  .nav-extra-promo {
    flex-shrink: 0;
  }

  .promo-badge-link {
    display: flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    padding: 7px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
  }

  .promo-badge-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
    color: #ffffff;
    text-decoration: none;
  }

  .promo-icon {
    font-size: 13px;
    color: #fef08a;
  }

  /* Mobile Responsive Adjustments */
  @media (max-width: 991px) {
    .header-flex-wrapper {
      flex-direction: column;
      gap: 14px;
    }

    .header-search-box {
      max-width: 100%;
      width: 100%;
    }

    .header-actions {
      width: 100%;
      justify-content: space-around;
    }

    .mobile-nav-toggle {
      display: flex;
      margin: 8px 0;
    }

    .gadget-nav-collapse {
      width: 100%;
    }

    .gadget-nav-list {
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      background: #1e293b;
    }

    .gadget-nav-list .nav-item {
      width: 100%;
    }

    .gadget-nav-list .nav-link {
      width: 100%;
      justify-content: space-between;
      border-bottom: 1px solid #334155;
    }

    .gadget-dropdown {
      position: static;
      opacity: 1;
      visibility: visible;
      transform: none;
      box-shadow: none;
      border: none;
      background: #0f172a;
      width: 100%;
      display: none;
    }

    .gadget-nav-list .nav-item:hover .gadget-dropdown {
      display: block;
    }

    .gadget-dropdown .dropdown-item a {
      color: #94a3b8;
      padding-left: 30px;
    }

    .top-bar-inner {
      justify-content: center;
      text-align: center;
    }

    .nav-extra-promo {
      display: none;
    }
  }
/* END_SECTION:header */

/* START_SECTION:home-hero-merchandising (INDEX:14) */
.creative-gadget-hero {
    padding: 28px 0;
    background: #f1f5f9;
  }

  .creative-gadget-hero .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .hero-grid-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 20px;
    align-items: stretch;
  }

  /* Main Hero Slider Wrap */
  .hero-main-slider-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: radial-gradient(circle at 10% 20%, #1e293b 0%, #0f172a 100%);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .gadget-hero-swiper {
    width: 100%;
    height: 100%;
    min-height: 480px;
    position: relative;
  }

  .gadget-hero-slide {
    display: flex;
    align-items: center;
    padding: 44px 54px 70px 54px;
    box-sizing: border-box;
  }

  /* Smooth Fade Transition for Slides */
  .gadget-hero-swiper .swiper-wrapper {
    position: relative;
  }

  .gadget-hero-swiper .swiper-slide {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out !important;
  }

  .gadget-hero-swiper .swiper-slide-active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  /* Fade animation for slide text content */
  .gadget-hero-swiper .swiper-slide-active .hero-text-col {
    animation: heroFadeInUp 0.7s ease-out forwards;
  }

  .gadget-hero-swiper .swiper-slide-active .hero-image-col {
    animation: heroFadeIn 0.8s ease-out forwards;
  }

  @keyframes heroFadeInUp {
    from {
      opacity: 0;
      transform: translateY(15px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes heroFadeIn {
    from {
      opacity: 0;
      transform: scale(0.96);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  .hero-slide-content {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 30px;
    align-items: center;
    width: 100%;
  }

  .hero-text-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
  }

  .hero-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.35);
    color: #10b981;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
    box-shadow: 0 0 15px rgba(16, 185, 129, 0.2);
  }

  .hero-product-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 14px;
    letter-spacing: -0.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }

  .hero-product-desc {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hero-price-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
  }

  .hero-current-price {
    font-size: 32px;
    font-weight: 900;
    color: #10b981;
    text-shadow: 0 0 12px rgba(16, 185, 129, 0.3);
  }

  .hero-compare-price {
    font-size: 18px;
    color: #64748b;
    text-decoration: line-through;
  }

  .hero-save-badge {
    background: #ef4444;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 9px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .hero-cta-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .hero-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    padding: 13px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
  }

  .hero-btn-primary:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.5);
  }

  .hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #f8fafc;
    padding: 13px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    text-decoration: none;
  }

  /* Glass Product Card */
  .hero-image-col {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-image-glass-card {
    position: relative;
    width: 100%;
    max-width: 360px;
    aspect-ratio: 1/1;
    border-radius: 20px;
    background: radial-gradient(circle at center, rgba(16, 185, 129, 0.18) 0%, rgba(15, 23, 42, 0.8) 75%);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    overflow: visible;
  }

  .hero-product-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 12px;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.5));
    transition: transform 0.4s ease;
  }

  .hero-image-glass-card:hover .hero-product-img {
    transform: scale(1.08) translateY(-4px);
  }

  .floating-spec-badge {
    position: absolute;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    z-index: 5;
  }

  .badge-top {
    top: 14px;
    right: -10px;
  }

  .badge-bottom {
    bottom: 14px;
    left: -10px;
  }

  /* Bottom-Right Arrow Navigation Buttons & Bottom-Left Bullets */
  .gadget-hero-swiper .gadget-swiper-prev {
    position: absolute !important;
    bottom: 22px !important;
    right: 74px !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    width: 42px !important;
    height: 42px !important;
    background: rgba(15, 23, 42, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 30 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    pointer-events: auto !important;
  }

  .gadget-hero-swiper .gadget-swiper-next {
    position: absolute !important;
    bottom: 22px !important;
    right: 22px !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    width: 42px !important;
    height: 42px !important;
    background: rgba(15, 23, 42, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 30 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    pointer-events: auto !important;
  }

  .gadget-hero-swiper .gadget-swiper-prev:after,
  .gadget-hero-swiper .gadget-swiper-next:after {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
  }

  .gadget-hero-swiper .gadget-swiper-prev:hover,
  .gadget-hero-swiper .gadget-swiper-next:hover {
    background: #10b981 !important;
    border-color: #10b981 !important;
    color: #ffffff !important;
    transform: scale(1.08);
  }

  .gadget-hero-swiper .gadget-swiper-pagination {
    position: absolute !important;
    bottom: 30px !important;
    left: 54px !important;
    right: auto !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    z-index: 25 !important;
    pointer-events: auto !important;
  }

  .gadget-hero-swiper .gadget-swiper-pagination .swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 0.35 !important;
    width: 10px !important;
    height: 10px !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
    cursor: pointer !important;
  }

  .gadget-hero-swiper .gadget-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
    width: 28px !important;
    border-radius: 5px !important;
    background: #10b981 !important;
  }

  /* Side Promo Cards */
  .hero-side-promos {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .hero-promo-card {
    position: relative;
    flex: 1;
    border-radius: 20px;
    padding: 26px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    transition: all 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }

  .hero-promo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.15);
  }

  .card-cyan {
    background: linear-gradient(135deg, #0284c7 0%, #0f172a 100%);
    color: #ffffff;
  }

  .card-purple {
    background: linear-gradient(135deg, #4f46e5 0%, #0f172a 100%);
    color: #ffffff;
  }

  .promo-bg-icon {
    position: absolute;
    right: -15px;
    bottom: -15px;
    font-size: 110px;
    color: rgba(255, 255, 255, 0.07);
    pointer-events: none;
    transform: rotate(-15deg);
  }

  .promo-card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .promo-tag {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(4px);
    color: #ffffff;
    padding: 4px 11px;
    border-radius: 12px;
    margin-bottom: 12px;
    text-transform: uppercase;
  }

  .tag-new {
    background: #10b981;
    color: #ffffff;
  }

  .promo-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 8px;
    color: #ffffff;
  }

  .promo-sub {
    font-size: 13px;
    color: rgba(241, 245, 249, 0.85);
    margin-bottom: 18px;
  }

  .promo-link {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
  }

  .promo-link:hover {
    gap: 12px;
    color: #38bdf8;
    text-decoration: none;
  }

  /* Trust Bar */
  .hero-trust-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 24px;
    background: #ffffff;
    border-radius: 20px;
    padding: 22px 28px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
  }

  .trust-item {
    display: flex;
    align-items: center;
    gap: 16px;
    transition: transform 0.2s ease;
  }

  .trust-item:hover {
    transform: translateY(-2px);
  }

  .trust-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
  }

  .icon-emerald {
    background: #ecfdf5;
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.2);
  }

  .icon-blue {
    background: #eff6ff;
    color: #3b82f6;
    border: 1px solid rgba(59, 130, 246, 0.2);
  }

  .icon-violet {
    background: #f5f3ff;
    color: #8b5cf6;
    border: 1px solid rgba(139, 92, 246, 0.2);
  }

  .icon-amber {
    background: #fffbeb;
    color: #f59e0b;
    border: 1px solid rgba(245, 158, 11, 0.2);
  }

  .trust-info {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
  }

  .trust-info strong {
    font-size: 14px;
    color: #0f172a;
    font-weight: 700;
  }

  .trust-info span {
    font-size: 12px;
    color: #64748b;
  }

  /* Responsive Breakpoints */
  @media (max-width: 991px) {
    .hero-grid-layout {
      grid-template-columns: 1fr;
    }

    .hero-side-promos {
      flex-direction: row;
    }

    .hero-slide-content {
      grid-template-columns: 1fr;
    }

    .hero-image-col {
      display: none;
    }

    .gadget-hero-slide {
      padding: 30px 24px 70px 24px;
    }

    .hero-trust-bar {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 575px) {
    .hero-side-promos {
      flex-direction: column;
    }

    .hero-trust-bar {
      grid-template-columns: 1fr;
    }

    .hero-product-title {
      font-size: 24px;
    }
  }
/* END_SECTION:home-hero-merchandising */

/* START_SECTION:promo-tile-row (INDEX:17) */
.promo-tile-row-section {
    padding: 36px 0;
    background: #f8fafc;
  }

  .promo-tile-row-section .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .gadget-promo-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    transition: all 0.35s ease;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .gadget-promo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    border-color: #10b981;
  }

  /* Top Image Area - Full Edge to Edge Presentation */
  .promo-card-image-box {
    position: relative;
    width: 100%;
    height: 240px;
    background: #0f172a;
    overflow: hidden;
  }

  .promo-image-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .promo-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
    display: block;
  }

  .gadget-promo-card:hover .promo-product-img {
    transform: scale(1.08);
  }

  .promo-img-bottom-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.25), transparent);
    pointer-events: none;
  }

  .promo-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    z-index: 3;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  }

  .badge-tag {
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(8px);
    color: #38bdf8;
    border: 1px solid rgba(56, 189, 248, 0.35);
  }

  .badge-sale {
    background: #ef4444;
    color: #ffffff;
  }

  /* Bottom Content Area */
  .promo-card-content-box {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    gap: 16px;
    background: #ffffff;
  }

  .promo-card-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 6px;
  }

  .promo-card-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .promo-card-title a:hover {
    color: #10b981;
  }

  .promo-card-desc {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Footer Row (Price & Button) */
  .content-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
  }

  .promo-card-price {
    font-size: 24px;
    font-weight: 900;
    color: #10b981;
  }

  .promo-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #10b981;
    color: #ffffff;
    padding: 9px 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
  }

  .promo-card-cta:hover {
    background: #059669;
    color: #ffffff;
    text-decoration: none;
    transform: translateX(3px);
    box-shadow: 0 6px 16px rgba(16, 185, 129, 0.35);
  }
/* END_SECTION:promo-tile-row */

/* START_SECTION:store-benefits (INDEX:23) */
.store-benefits-fullwidth {
    width: 100% !important;
    background: #22c961 !important;
    padding: 32px 0 !important;
    margin: 0 !important;
  }

  .store-benefits-fullwidth .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: center;
  }

  .store-benefit-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    padding: 18px 20px;
    transition: all 0.3s ease;
  }

  .store-benefit-item:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }

  .benefit-icon-box {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #ffffff;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  }

  .benefit-text-box {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .benefit-title {
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
  }

  .benefit-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.3;
  }

  @media (max-width: 991px) {
    .benefits-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 575px) {
    .benefits-grid {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:store-benefits */

/* START_SECTION:template-404 (INDEX:24) */
.creative-404-section {
    padding: 80px 0 100px 0;
    background: #f8fafc;
    min-height: 70vh;
    display: flex;
    align-items: center;
  }

  .creative-404-section .container {
    width: 100% !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .error-404-card {
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid #e2e8f0;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .error-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.25);
    color: #d97706;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 5px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  .error-glitch-title {
    font-size: 96px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 12px;
    background: linear-gradient(135deg, #0f172a 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -2px;
  }

  .error-subtitle {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 12px;
  }

  .error-desc {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 32px;
    max-width: 520px;
  }

  .error-actions-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .error-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
  }

  .error-btn-primary:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-2px);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.45);
  }

  .error-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f1f5f9;
    color: #0f172a;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #cbd5e1;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .error-btn-secondary:hover {
    background: #e2e8f0;
    color: #0f172a;
    text-decoration: none;
  }
/* END_SECTION:template-404 */

/* START_SECTION:template-article (INDEX:25) */
.creative-article-section {
    padding: 36px 0 64px 0;
    background: #f8fafc;
  }

  .creative-article-section .container {
    width: 100% !important;
    max-width: 960px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Breadcrumbs */
  .article-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }

  .article-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .article-breadcrumbs a:hover {
    color: #10b981;
  }

  .article-breadcrumbs i {
    font-size: 10px;
    color: #cbd5e1;
  }

  .article-breadcrumbs span {
    color: #0f172a;
    font-weight: 700;
  }

  /* Article Main Card */
  .article-main-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    margin-bottom: 40px;
  }

  .article-header {
    margin-bottom: 28px;
  }

  .article-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #10b981;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .article-headline {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
  }

  .article-meta-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 16px;
    border-bottom: 1px solid #f1f5f9;
  }

  .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
  }

  /* Hero Media */
  .article-hero-media {
    width: 100%;
    height: 440px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 32px;
    background: #0f172a;
  }

  .article-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Formatted Body Content */
  .article-body-content {
    font-size: 16px;
    line-height: 1.85;
    color: #334155;
  }

  .article-body-content h2,
  .article-body-content h3 {
    color: #0f172a;
    font-weight: 800;
    margin: 32px 0 16px;
    line-height: 1.3;
  }

  .article-body-content p {
    margin-bottom: 20px;
  }

  .article-body-content img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 16px;
    margin: 24px 0;
    display: block;
  }

  .article-body-content blockquote {
    border-left: 4px solid #10b981;
    background: #f8fafc;
    padding: 18px 24px;
    border-radius: 0 16px 16px 0;
    font-style: italic;
    color: #475569;
    margin: 24px 0;
  }

  /* Comments Wrap */
  .article-comments-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .comments-list-box,
  .comment-form-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  }

  .comments-section-title,
  .form-card-title {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .form-card-subtitle {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 24px;
  }

  .comments-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
  }

  .comment-item-card {
    display: flex;
    gap: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 20px;
  }

  .comment-author-avatar {
    font-size: 36px;
    color: #10b981;
    flex-shrink: 0;
  }

  .comment-body-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
  }

  .comment-author-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .comment-author-name {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
  }

  .comment-date {
    font-size: 12px;
    color: #64748b;
  }

  .comment-text-content {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin-top: 4px;
  }

  /* Comment Form */
  .form-grid-row {
    margin-bottom: 16px;
  }

  .form-group-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
  }

  .form-field-label {
    font-size: 12px;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .form-input-field,
  .form-textarea-field {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    padding: 12px 16px;
    font-size: 14px;
    color: #0f172a;
    outline: none;
  }

  .form-input-field:focus,
  .form-textarea-field:focus {
    border-color: #10b981;
    background: #ffffff;
  }

  .comment-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
  }

  .comment-submit-btn:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.45);
  }

  .form-alert {
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
  }

  .alert-danger {
    background: #fef2f2;
    color: #ef4444;
    border: 1px solid #fca5a5;
  }

  .alert-success {
    background: #ecfdf5;
    color: #10b981;
    border: 1px solid #6ee7b7;
  }

  @media (max-width: 767px) {
    .article-main-card {
      padding: 24px;
    }

    .article-headline {
      font-size: 26px;
    }

    .article-hero-media {
      height: 280px;
    }
  }
/* END_SECTION:template-article */

/* START_SECTION:template-blog (INDEX:26) */
.creative-blog-index {
    padding: 36px 0 64px 0;
    background: #f8fafc;
  }

  .creative-blog-index .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Breadcrumbs */
  .blog-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }

  .blog-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .blog-breadcrumbs a:hover {
    color: #10b981;
  }

  .blog-breadcrumbs i {
    font-size: 10px;
    color: #cbd5e1;
  }

  .blog-breadcrumbs span {
    color: #0f172a;
    font-weight: 700;
  }

  /* Hero Card */
  .blog-hero-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 32px 36px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    margin-bottom: 32px;
  }

  .blog-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #10b981;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .title-with-count {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .blog-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }

  .articles-count-badge {
    background: #0f172a;
    color: #38bdf8;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 20px;
    border: 1px solid rgba(56, 189, 248, 0.3);
  }

  .blog-hero-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    max-width: 760px;
  }

  /* Articles Grid */
  .blog-index-grid {
    margin-bottom: 40px;
  }

  /* Empty State */
  .blog-empty-state {
    background: #ffffff;
    border-radius: 24px;
    border: 1px dashed #cbd5e1;
    padding: 60px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .empty-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
  }

  .empty-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #10b981;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 10px;
    transition: background 0.2s ease;
  }

  .empty-action-btn:hover {
    background: #059669;
    color: #ffffff;
    text-decoration: none;
  }

  /* Pagination */
  .blog-pagination-wrap {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }

  .blog-pagination-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .pagination-numbers {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .pagination-btn,
  .page-num-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .pagination-btn {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #0f172a;
    gap: 8px;
  }

  .pagination-btn:hover {
    border-color: #10b981;
    color: #10b981;
    text-decoration: none;
  }

  .page-num-btn {
    min-width: 42px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #475569;
  }

  .page-num-btn:hover {
    border-color: #10b981;
    color: #10b981;
    text-decoration: none;
  }

  .page-num-btn.active {
    background: #10b981;
    color: #ffffff;
    border-color: #10b981;
  }
/* END_SECTION:template-blog */

/* START_SECTION:template-cart (INDEX:27) */
.creative-cart-section {
    padding: 36px 0 64px 0;
    background: #f8fafc;
  }

  .creative-cart-section .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Breadcrumbs */
  .cart-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 24px;
  }

  .cart-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .cart-breadcrumbs a:hover {
    color: #10b981;
  }

  .cart-breadcrumbs i {
    font-size: 10px;
    color: #cbd5e1;
  }

  .cart-breadcrumbs span {
    color: #0f172a;
    font-weight: 700;
  }

  /* Header Card */
  .cart-header-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    margin-bottom: 28px;
    flex-wrap: wrap;
    gap: 16px;
  }

  .cart-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #10b981;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .title-with-count {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .cart-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
  }

  .cart-count-badge {
    background: #0f172a;
    color: #10b981;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 20px;
  }

  .cart-continue-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #10b981;
    text-decoration: none;
    transition: gap 0.2s ease;
  }

  .cart-continue-btn:hover {
    gap: 12px;
    color: #059669;
    text-decoration: none;
  }

  /* Items Table Card */
  .cart-items-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    overflow: hidden;
    margin-bottom: 24px;
  }

  .cart-table-head {
    display: grid;
    grid-template-columns: 1fr 140px 120px;
    gap: 20px;
    padding: 16px 28px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    font-size: 12px;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .th-total {
    text-align: right;
  }

  .cart-item-row {
    display: grid;
    grid-template-columns: 1fr 140px 120px;
    gap: 20px;
    align-items: center;
    padding: 24px 28px;
    border-bottom: 1px solid #f1f5f9;
  }

  .cart-item-row:last-child {
    border-bottom: none;
  }

  .cart-item-product {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .cart-item-media {
    width: 90px;
    height: 90px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    text-decoration: none;
  }

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

  .cart-item-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .cart-vendor-pill {
    font-size: 10px;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
  }

  .cart-item-title {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
  }

  .cart-item-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .cart-item-title a:hover {
    color: #10b981;
  }

  .cart-variant-title {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
  }

  .cart-remove-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #ef4444;
    text-decoration: none;
    margin-top: 4px;
    transition: opacity 0.2s ease;
  }

  .cart-remove-link:hover {
    opacity: 0.8;
    color: #dc2626;
    text-decoration: none;
  }

  /* Qty Box */
  .qty-picker-box {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 30px;
    height: 40px;
    padding: 0 4px;
  }

  .qty-btn {
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .qty-input {
    width: 36px;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    outline: none;
  }

  .cart-item-total {
    text-align: right;
  }

  .mobile-total-label {
    display: none;
  }

  .line-total-price {
    font-size: 20px;
    font-weight: 800;
    color: #10b981;
  }

  /* Cart Note */
  .cart-note-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    padding: 20px 24px;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
  }

  .cart-note-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
  }

  .cart-note-input {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    padding: 12px 16px;
    font-size: 13px;
    color: #0f172a;
    outline: none;
    resize: vertical;
  }

  /* Summary Card */
  .cart-summary-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  }

  .summary-card-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
  }

  .summary-divider {
    height: 1px;
    background: #f1f5f9;
    margin-bottom: 20px;
  }

  .summary-subtotal-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
  }

  .subtotal-label {
    font-size: 14px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .subtotal-value {
    font-size: 28px;
    font-weight: 900;
    color: #10b981;
  }

  .summary-tax-note {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #64748b;
    margin-bottom: 24px;
  }

  .summary-actions-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
  }

  .summary-checkout-btn {
    width: 100%;
    height: 48px;
    border-radius: 30px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.25s ease;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.35);
  }

  .summary-checkout-btn:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.45);
  }

  .summary-update-btn {
    width: 100%;
    height: 44px;
    border-radius: 30px;
    background: #f1f5f9;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #cbd5e1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
  }

  .summary-update-btn:hover {
    background: #e2e8f0;
  }

  .summary-security-box {
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
    text-align: center;
  }

  .security-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #475569;
  }

  /* Empty Cart State */
  .cart-empty-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px dashed #cbd5e1;
    padding: 64px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 600px;
    margin: 0 auto;
  }

  .empty-icon-box {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
  }

  .empty-cart-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
  }

  .empty-cart-desc {
    font-size: 14px;
    color: #64748b;
    margin: 0;
  }

  .empty-shop-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #10b981;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 12px;
    transition: all 0.2s ease;
  }

  .empty-shop-btn:hover {
    background: #059669;
    color: #ffffff;
    text-decoration: none;
  }

  @media (max-width: 767px) {
    .cart-table-head {
      display: none;
    }

    .cart-item-row {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .cart-item-total {
      text-align: left;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .mobile-total-label {
      display: inline;
      font-size: 13px;
      font-weight: 700;
      color: #64748b;
    }

    .cart-main-title {
      font-size: 26px;
    }
  }
/* END_SECTION:template-cart */

/* START_SECTION:template-collection (INDEX:28) */
.creative-shop-section {
    padding: 36px 0 64px 0;
    background: #f8fafc;
  }

  .creative-shop-section .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Breadcrumbs */
  .shop-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }

  .shop-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .shop-breadcrumbs a:hover {
    color: #10b981;
  }

  .shop-breadcrumbs i {
    font-size: 10px;
    color: #cbd5e1;
  }

  .shop-breadcrumbs span {
    color: #0f172a;
    font-weight: 700;
  }

  /* Hero Header Card */
  .shop-hero-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 32px 36px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    margin-bottom: 28px;
  }

  .shop-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #10b981;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .title-with-count {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .shop-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }

  .products-count-badge {
    background: #0f172a;
    color: #10b981;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 20px;
    border: 1px solid rgba(16, 185, 129, 0.3);
  }

  .shop-collection-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    max-width: 760px;
  }

  /* Toolbar Card */
  .shop-toolbar-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
    flex-wrap: wrap;
    gap: 14px;
  }

  .showing-count-text {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
  }

  .sort-by-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .sort-label {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
  }

  .sort-select-field {
    height: 40px;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    outline: none;
    cursor: pointer;
  }

  /* Products Grid */
  .shop-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
  }

  /* Empty State */
  .shop-empty-state {
    background: #ffffff;
    border-radius: 24px;
    border: 1px dashed #cbd5e1;
    padding: 60px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .empty-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
  }

  .empty-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #10b981;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 10px;
    transition: background 0.2s ease;
  }

  .empty-action-btn:hover {
    background: #059669;
    color: #ffffff;
    text-decoration: none;
  }

  /* Pagination */
  .shop-pagination-wrap {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }

  .shop-pagination-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .pagination-numbers {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .pagination-btn,
  .page-num-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .pagination-btn {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #0f172a;
    gap: 8px;
  }

  .pagination-btn:hover {
    border-color: #10b981;
    color: #10b981;
    text-decoration: none;
  }

  .page-num-btn {
    min-width: 42px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #475569;
  }

  .page-num-btn:hover {
    border-color: #10b981;
    color: #10b981;
    text-decoration: none;
  }

  .page-num-btn.active {
    background: #10b981;
    color: #ffffff;
    border-color: #10b981;
  }

  @media (max-width: 1199px) {
    .shop-products-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 767px) {
    .shop-products-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

    .shop-hero-card {
      padding: 24px;
    }

    .shop-main-title {
      font-size: 26px;
    }
  }

  @media (max-width: 480px) {
    .shop-products-grid {
      grid-template-columns: 1fr;
    }

    .shop-toolbar-card {
      flex-direction: column;
      align-items: flex-start;
    }

    .sort-by-wrap {
      width: 100%;
      justify-content: space-between;
    }
  }
/* END_SECTION:template-collection */

/* START_SECTION:template-customer-account (INDEX:29) */
.creative-account-section {
    padding: 36px 0 64px 0;
    background: #f8fafc;
  }

  .creative-account-section .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Breadcrumbs */
  .account-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 24px;
  }

  .account-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .account-breadcrumbs a:hover {
    color: #10b981;
  }

  .account-breadcrumbs i {
    font-size: 10px;
    color: #cbd5e1;
  }

  .account-breadcrumbs span {
    color: #0f172a;
    font-weight: 700;
  }

  /* Greeting Header Card */
  .account-header-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 28px 36px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;
    flex-wrap: wrap;
  }

  .account-header-left {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .user-avatar-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
  }

  .account-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #10b981;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 4px;
  }

  .user-name-title {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.25;
  }

  .user-email-subtitle {
    font-size: 13px;
    color: #64748b;
    margin: 2px 0 0;
  }

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

  .account-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .btn-light {
    background: #f1f5f9;
    color: #0f172a;
    border: 1px solid #cbd5e1;
  }

  .btn-light:hover {
    background: #e2e8f0;
    color: #0f172a;
    text-decoration: none;
  }

  .btn-danger {
    background: #fef2f2;
    color: #ef4444;
    border: 1px solid #fca5a5;
  }

  .btn-danger:hover {
    background: #fee2e2;
    color: #dc2626;
    text-decoration: none;
  }

  /* Main Grid */
  .orders-history-card,
  .account-sidebar-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  }

  .card-head-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  .section-card-title,
  .sidebar-card-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .orders-count-badge {
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
  }

  .orders-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .order-item-card {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    transition: border-color 0.2s ease;
  }

  .order-item-card:hover {
    border-color: #cbd5e1;
  }

  .order-card-header {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .order-number-title {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin-right: 10px;
  }

  .order-date-text {
    font-size: 12px;
    color: #64748b;
  }

  .order-status-badges {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .status-pill {
    font-size: 11px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .status-pill.financial-paid {
    background: #ecfdf5;
    color: #10b981;
  }

  .status-pill.fulfillment-fulfilled {
    background: #eff6ff;
    color: #3b82f6;
  }

  .order-card-body {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .order-item-thumb {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    flex-shrink: 0;
  }

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

  .order-item-summary {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .item-count-label {
    font-size: 11px;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
  }

  .first-item-name {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
  }

  .order-item-price-action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
  }

  .order-total-price {
    font-size: 18px;
    font-weight: 800;
    color: #10b981;
  }

  .view-order-link {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }

  .view-order-link:hover {
    color: #10b981;
    text-decoration: none;
  }

  /* Empty State */
  .orders-empty-state {
    padding: 48px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .empty-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
  }

  .empty-shop-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #10b981;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 8px;
  }

  /* Sidebar */
  .sidebar-divider {
    height: 1px;
    background: #f1f5f9;
    margin: 16px 0 20px;
  }

  .address-preview-box {
    display: flex;
    gap: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 20px;
  }

  .address-icon {
    font-size: 18px;
    margin-top: 2px;
  }

  .address-details-text {
    font-size: 13px;
    color: #475569;
    line-height: 1.6;
  }

  .sidebar-manage-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 44px;
    border-radius: 30px;
    background: #f1f5f9;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #cbd5e1;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .sidebar-manage-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
    text-decoration: none;
  }

  @media (max-width: 991px) {
    .account-sidebar-card {
      margin-top: 24px;
    }
  }

  @media (max-width: 575px) {
    .account-header-card {
      padding: 20px;
      flex-direction: column;
      align-items: flex-start;
    }

    .account-header-actions {
      width: 100%;
    }

    .account-action-btn {
      flex: 1;
      justify-content: center;
    }
  }
/* END_SECTION:template-customer-account */

/* START_SECTION:template-customer-addresses (INDEX:30) */
.creative-addresses-section {
    padding: 36px 0 64px 0;
    background: #f8fafc;
  }

  .creative-addresses-section .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Breadcrumbs */
  .addresses-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 24px;
  }

  .addresses-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .addresses-breadcrumbs a:hover {
    color: #10b981;
  }

  .addresses-breadcrumbs i {
    font-size: 10px;
    color: #cbd5e1;
  }

  .addresses-breadcrumbs span {
    color: #0f172a;
    font-weight: 700;
  }

  /* Header Card */
  .addresses-header-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 28px 36px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;
    flex-wrap: wrap;
  }

  .addresses-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.25);
    color: #ef4444;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 6px;
  }

  .title-with-count {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .addresses-main-title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
  }

  .addresses-count-badge {
    background: #0f172a;
    color: #10b981;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 20px;
  }

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

  .add-address-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    height: 44px;
    padding: 0 24px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
  }

  .add-address-btn:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.45);
  }

  .back-account-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f1f5f9;
    color: #0f172a;
    height: 44px;
    padding: 0 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #cbd5e1;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .back-account-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
    text-decoration: none;
  }

  /* Grid */
  .addresses-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
  }

  .address-item-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: border-color 0.2s ease;
  }

  .address-item-card.is-default-card {
    border: 2px solid #10b981;
  }

  .address-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .address-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }

  .default-tag-pill {
    background: #ecfdf5;
    color: #10b981;
    border: 1px solid #a7f3d0;
    font-size: 10px;
    font-weight: 900;
    padding: 4px 10px;
    border-radius: 12px;
    letter-spacing: 0.5px;
  }

  .address-formatted-text {
    font-size: 14px;
    color: #334155;
    line-height: 1.6;
    margin-bottom: 24px;
    flex: 1;
  }

  .address-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
  }

  .edit-addr-btn,
  .delete-addr-btn {
    flex: 1;
    height: 40px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .edit-addr-btn {
    background: #f1f5f9;
    color: #0f172a;
    border: 1px solid #cbd5e1;
  }

  .edit-addr-btn:hover {
    background: #e2e8f0;
  }

  .delete-addr-btn {
    background: #fef2f2;
    color: #ef4444;
    border: 1px solid #fca5a5;
  }

  .delete-addr-btn:hover {
    background: #fee2e2;
  }

  /* Modals */
  .address-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(6px);
    z-index: 999;
    overflow-y: auto;
    padding: 40px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .address-modal-container {
    width: 100%;
    max-width: 540px;
  }

  .address-modal-card {
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid #e2e8f0;
    padding: 32px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  }

  .modal-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f1f5f9;
  }

  .modal-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .modal-close-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f5f9;
    border: none;
    color: #64748b;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal-close-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
  }

  /* Empty State */
  .addresses-empty-state {
    background: #ffffff;
    border-radius: 24px;
    border: 1px dashed #cbd5e1;
    padding: 60px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .empty-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #10b981;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    margin-top: 10px;
  }

  @media (max-width: 991px) {
    .addresses-cards-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 575px) {
    .addresses-cards-grid {
      grid-template-columns: 1fr;
    }

    .addresses-header-card {
      padding: 20px;
      flex-direction: column;
      align-items: flex-start;
    }

    .addresses-header-actions {
      width: 100%;
    }

    .add-address-btn,
    .back-account-btn {
      flex: 1;
      justify-content: center;
    }
  }
/* END_SECTION:template-customer-addresses */

/* START_SECTION:template-customer-login (INDEX:31) */
.creative-auth-section {
    padding: 60px 0 90px 0;
    background: #f8fafc;
    min-height: 70vh;
    display: flex;
    align-items: center;
  }

  .creative-auth-section .container {
    width: 100% !important;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Breadcrumbs */
  .auth-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 28px;
  }

  .auth-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .auth-breadcrumbs a:hover {
    color: #10b981;
  }

  .auth-breadcrumbs i {
    font-size: 10px;
    color: #cbd5e1;
  }

  .auth-breadcrumbs span {
    color: #0f172a;
    font-weight: 700;
  }

  /* Card */
  .auth-card-wrapper {
    width: 100%;
  }

  .auth-card {
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid #e2e8f0;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
  }

  .auth-card-header {
    text-align: center;
    margin-bottom: 28px;
  }

  .auth-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #10b981;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 5px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .auth-card-title {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px;
    line-height: 1.25;
  }

  .auth-card-subtitle {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
  }

  /* Form Controls */
  .auth-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .form-group-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .label-with-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .form-label-text {
    font-size: 12px;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .forgot-pwd-link {
    font-size: 12px;
    font-weight: 700;
    color: #10b981;
    text-decoration: none;
  }

  .forgot-pwd-link:hover {
    color: #059669;
    text-decoration: underline;
  }

  .input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
  }

  .field-icon {
    position: absolute;
    left: 16px;
    font-size: 15px;
    color: #94a3b8;
    pointer-events: none;
  }

  .auth-input-field {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    padding: 0 16px 0 46px;
    font-size: 14px;
    color: #0f172a;
    outline: none;
    transition: all 0.2s ease;
  }

  .auth-input-field:focus {
    border-color: #10b981;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.12);
  }

  .auth-primary-btn {
    width: 100%;
    height: 48px;
    border-radius: 30px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.25s ease;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.35);
  }

  .auth-primary-btn:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.45);
  }

  .auth-secondary-btn {
    width: 100%;
    height: 44px;
    border-radius: 30px;
    background: #f1f5f9;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #cbd5e1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
  }

  .auth-secondary-btn:hover {
    background: #e2e8f0;
  }

  .auth-footer-note {
    text-align: center;
    font-size: 13px;
    color: #64748b;
    margin-top: 8px;
  }

  .auth-link-bold {
    color: #10b981;
    font-weight: 700;
    text-decoration: none;
    margin-left: 4px;
  }

  .auth-link-bold:hover {
    color: #059669;
    text-decoration: underline;
  }

  .guest-login-divider {
    position: relative;
    text-align: center;
    margin: 24px 0;
  }

  .guest-login-divider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #e2e8f0;
  }

  .guest-login-divider span {
    position: relative;
    background: #ffffff;
    padding: 0 14px;
    font-size: 11px;
    font-weight: 800;
    color: #94a3b8;
    letter-spacing: 1px;
  }

  .guest-title {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    text-align: center;
    margin: 0 0 10px;
  }

  .auth-alert {
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .alert-danger {
    background: #fef2f2;
    color: #ef4444;
    border: 1px solid #fca5a5;
  }

  @media (max-width: 575px) {
    .auth-card {
      padding: 28px 20px;
    }

    .auth-card-title {
      font-size: 22px;
    }
  }
/* END_SECTION:template-customer-login */

/* START_SECTION:template-customer-order (INDEX:32) */
.creative-order-detail-section {
    padding: 36px 0 64px 0;
    background: #f8fafc;
  }

  .creative-order-detail-section .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Breadcrumbs */
  .order-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }

  .order-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .order-breadcrumbs a:hover {
    color: #10b981;
  }

  .order-breadcrumbs i {
    font-size: 10px;
    color: #cbd5e1;
  }

  .order-breadcrumbs span {
    color: #0f172a;
    font-weight: 700;
  }

  /* Header Card */
  .order-header-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 28px 36px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;
    flex-wrap: wrap;
  }

  .order-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #10b981;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .title-with-status {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .order-main-title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
  }

  .status-pill {
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .status-pill.financial-paid {
    background: #ecfdf5;
    color: #10b981;
  }

  .status-pill.fulfillment-fulfilled {
    background: #eff6ff;
    color: #3b82f6;
  }

  .order-date-subtitle {
    font-size: 13px;
    color: #64748b;
    margin: 4px 0 0;
  }

  .back-account-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f1f5f9;
    color: #0f172a;
    height: 44px;
    padding: 0 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #cbd5e1;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .back-account-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
    text-decoration: none;
  }

  /* Info Cards Row */
  .order-info-grid {
    margin-bottom: 32px;
  }

  .info-detail-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    height: 100%;
  }

  .card-section-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .card-divider {
    height: 1px;
    background: #f1f5f9;
    margin: 16px 0;
  }

  .address-box {
    margin-bottom: 20px;
  }

  .address-recipient-name {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px;
  }

  .address-line {
    font-size: 13px;
    color: #64748b;
    margin: 0 0 2px;
    line-height: 1.5;
  }

  .box-subheading {
    font-size: 12px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
  }

  .transaction-item,
  .fulfillment-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 12px 16px;
    font-size: 13px;
    color: #475569;
  }

  .transaction-info {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .transaction-name {
    font-weight: 700;
    color: #0f172a;
  }

  .transaction-card-num {
    font-size: 12px;
    color: #64748b;
  }

  .transaction-status-tag {
    font-size: 11px;
    font-weight: 800;
    color: #10b981;
    text-transform: uppercase;
  }

  /* Items Table Card */
  .order-items-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  }

  .items-card-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 24px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .items-table-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
  }

  .order-line-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
  }

  .line-product-col {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
  }

  .line-media-frame {
    width: 70px;
    height: 70px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    flex-shrink: 0;
  }

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

  .line-info-box {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .line-item-title {
    font-size: 15px;
    font-weight: 800;
    margin: 0;
  }

  .line-item-title a {
    color: #0f172a;
    text-decoration: none;
  }

  .line-item-title a:hover {
    color: #10b981;
  }

  .line-variant-name {
    font-size: 12px;
    color: #64748b;
  }

  .line-unit-price {
    font-size: 12px;
    color: #94a3b8;
  }

  .qty-badge {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #0f172a;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 20px;
  }

  .line-total-price {
    font-size: 18px;
    font-weight: 800;
    color: #10b981;
  }

  .line-tracking-banner {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 14px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #1e40af;
    margin-top: -8px;
    margin-bottom: 8px;
  }

  .track-btn {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #2563eb;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
  }

  /* Financial Summary */
  .order-financial-summary {
    max-width: 400px;
    margin-left: auto;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .summary-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #64748b;
  }

  .summary-value {
    font-weight: 700;
    color: #0f172a;
  }

  .summary-line.total-line {
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
    font-size: 18px;
  }

  .total-label {
    font-weight: 800;
    color: #0f172a;
  }

  .total-value {
    font-size: 24px;
    font-weight: 900;
    color: #10b981;
  }

  @media (max-width: 767px) {
    .order-line-row {
      flex-direction: column;
      align-items: flex-start;
    }

    .line-total-col {
      width: 100%;
      text-align: right;
    }

    .order-header-card {
      padding: 20px;
      flex-direction: column;
      align-items: flex-start;
    }

    .back-account-btn {
      width: 100%;
      justify-content: center;
    }
  }
/* END_SECTION:template-customer-order */

/* START_SECTION:template-customer-register (INDEX:34) */
.creative-auth-section {
    padding: 60px 0 90px 0;
    background: #f8fafc;
    min-height: 70vh;
    display: flex;
    align-items: center;
  }

  .creative-auth-section .container {
    width: 100% !important;
    max-width: 620px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Breadcrumbs */
  .auth-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 28px;
  }

  .auth-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .auth-breadcrumbs a:hover {
    color: #10b981;
  }

  .auth-breadcrumbs i {
    font-size: 10px;
    color: #cbd5e1;
  }

  .auth-breadcrumbs span {
    color: #0f172a;
    font-weight: 700;
  }

  /* Card */
  .auth-card-wrapper {
    width: 100%;
  }

  .auth-card {
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid #e2e8f0;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
  }

  .auth-card-header {
    text-align: center;
    margin-bottom: 28px;
  }

  .auth-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #10b981;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 5px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .auth-card-title {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px;
    line-height: 1.25;
  }

  .auth-card-subtitle {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
  }

  /* Form Controls */
  .auth-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .form-group-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .form-label-text {
    font-size: 12px;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
  }

  .field-icon {
    position: absolute;
    left: 16px;
    font-size: 15px;
    color: #94a3b8;
    pointer-events: none;
  }

  .auth-input-field {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    padding: 0 16px 0 46px;
    font-size: 14px;
    color: #0f172a;
    outline: none;
    transition: all 0.2s ease;
  }

  .auth-input-field:focus {
    border-color: #10b981;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.12);
  }

  .auth-primary-btn {
    width: 100%;
    height: 48px;
    border-radius: 30px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.25s ease;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.35);
    margin-top: 6px;
  }

  .auth-primary-btn:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.45);
  }

  .auth-footer-note {
    text-align: center;
    font-size: 13px;
    color: #64748b;
    margin-top: 8px;
  }

  .auth-link-bold {
    color: #10b981;
    font-weight: 700;
    text-decoration: none;
    margin-left: 4px;
  }

  .auth-link-bold:hover {
    color: #059669;
    text-decoration: underline;
  }

  .auth-alert {
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .alert-danger {
    background: #fef2f2;
    color: #ef4444;
    border: 1px solid #fca5a5;
  }

  @media (max-width: 575px) {
    .auth-card {
      padding: 28px 20px;
    }

    .auth-card-title {
      font-size: 22px;
    }
  }
/* END_SECTION:template-customer-register */

/* START_SECTION:template-page (INDEX:35) */
.creative-page-section {
    padding: 36px 0 64px 0;
    background: #f8fafc;
  }

  .creative-page-section .container {
    width: 100% !important;
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Breadcrumbs */
  .page-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }

  .page-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .page-breadcrumbs a:hover {
    color: #10b981;
  }

  .page-breadcrumbs i {
    font-size: 10px;
    color: #cbd5e1;
  }

  .page-breadcrumbs span {
    color: #0f172a;
    font-weight: 700;
  }

  /* Hero Card */
  .page-hero-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 32px 36px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    margin-bottom: 28px;
  }

  .page-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #10b981;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .page-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }

  /* Content Card */
  .page-content-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    margin-bottom: 32px;
  }

  .page-body-formatted {
    font-size: 16px;
    line-height: 1.85;
    color: #334155;
  }

  .page-body-formatted h1,
  .page-body-formatted h2,
  .page-body-formatted h3,
  .page-body-formatted h4 {
    color: #0f172a;
    font-weight: 800;
    margin: 28px 0 14px;
    line-height: 1.3;
  }

  .page-body-formatted p {
    margin-bottom: 18px;
  }

  .page-body-formatted ul,
  .page-body-formatted ol {
    margin-bottom: 20px;
    padding-left: 24px;
  }

  .page-body-formatted li {
    margin-bottom: 8px;
  }

  .page-body-formatted a {
    color: #10b981;
    font-weight: 700;
    text-decoration: underline;
  }

  .page-body-formatted a:hover {
    color: #059669;
  }

  @media (max-width: 767px) {
    .page-content-card,
    .page-hero-card {
      padding: 24px;
    }

    .page-main-title {
      font-size: 24px;
    }
  }
/* END_SECTION:template-page */

/* START_SECTION:template-product (INDEX:36) */
.creative-single-product {
    padding: 36px 0 60px 0;
    background: #f8fafc;
  }

  .creative-single-product .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .product-primary-row {
    margin-bottom: 40px;
  }

  /* Breadcrumbs */
  .product-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }

  .product-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .product-breadcrumbs a:hover {
    color: #10b981;
  }

  .product-breadcrumbs i {
    font-size: 10px;
    color: #cbd5e1;
  }

  .product-breadcrumbs span {
    color: #0f172a;
    font-weight: 700;
  }

  /* Gallery Column */
  .gallery-main-card {
    position: relative;
    width: 100%;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 0;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    margin-bottom: 16px;
    overflow: hidden;
  }

  .main-image-frame {
    width: 100%;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .main-product-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
    display: block;
  }

  .gallery-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 14px;
    border-radius: 14px;
    text-transform: uppercase;
    z-index: 3;
    letter-spacing: 0.5px;
  }

  .badge-sale {
    background: #ef4444;
    color: #ffffff;
  }

  .badge-sold {
    background: #64748b;
    color: #ffffff;
  }

  .badge-hot {
    background: #0f172a;
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.3);
  }

  .gallery-thumbs-row {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
  }

  .gallery-thumb-btn {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    padding: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    overflow: hidden;
  }

  .gallery-thumb-btn.active,
  .gallery-thumb-btn:hover {
    border-color: #10b981;
    transform: translateY(-2px);
  }

  .gallery-thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  /* Summary Column */
  .product-summary-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  }

  .vendor-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 800;
    color: #10b981;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
  }

  .single-product-title {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin: 0 0 12px;
  }

  .product-rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
  }

  .product-rating-row .stars {
    color: #f59e0b;
    font-size: 14px;
    display: flex;
    gap: 3px;
  }

  .reviews-count {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
  }

  /* Price & Stock Card */
  .product-price-stock-card {
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

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

  .price-current {
    font-size: 28px;
    font-weight: 900;
    color: #10b981;
  }

  .price-compare {
    font-size: 16px;
    color: #94a3b8;
    text-decoration: line-through;
  }

  .price-save-badge {
    background: #ef4444;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
  }

  .stock-status-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
  }

  /* Variant Selectors */
  .product-variants-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 18px;
  }

  .option-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .option-title {
    font-size: 12px;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .option-select-field {
    width: 100%;
    height: 44px;
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    padding: 0 14px;
    font-size: 14px;
    color: #0f172a;
    outline: none;
  }

  .single-product-excerpt {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  /* Purchase Row */
  .product-purchase-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
  }

  .quantity-picker-box {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 30px;
    height: 46px;
    padding: 0 6px;
    flex-shrink: 0;
  }

  .qty-btn {
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    color: #0f172a;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .qty-input {
    width: 40px;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    outline: none;
  }

  .single-add-btn {
    flex: 1;
    height: 46px;
    border-radius: 30px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.35);
  }

  .single-add-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.45);
  }

  .single-add-btn:disabled {
    background: #cbd5e1;
    color: #94a3b8;
    cursor: not-allowed;
    box-shadow: none;
  }

  /* Single Trust Features */
  .single-trust-features {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 18px;
    border-top: 1px solid #f1f5f9;
  }

  .trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #475569;
  }

  /* Details Tabs */
  .product-details-tabs-wrap {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  }

  .product-info-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 2px solid #f1f5f9 !important;
    margin-bottom: 24px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .product-info-nav::-webkit-scrollbar {
    display: none;
  }

  .product-info-nav > li {
    float: none !important;
    margin: 0 !important;
    flex-shrink: 0;
  }

  .product-info-nav > li > a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 700;
    color: #64748b !important;
    border: none !important;
    background: transparent !important;
    border-bottom: 2px solid transparent !important;
    margin-bottom: -2px;
    transition: all 0.2s ease;
    white-space: nowrap;
  }

  .product-info-nav > li.active > a,
  .product-info-nav > li.active > a:hover {
    color: #10b981 !important;
    border-bottom-color: #10b981 !important;
  }

  .product-description-formatted {
    font-size: 15px;
    color: #475569;
    line-height: 1.8;
  }

  .product-description-formatted img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 16px;
    margin: 16px 0;
    display: block;
  }

  .specs-table {
    width: 100%;
    border-collapse: collapse;
  }

  .specs-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 14px;
  }

  .specs-table td:first-child {
    font-weight: 700;
    color: #0f172a;
    width: 30%;
  }

  .shipping-info-text {
    font-size: 14px;
    color: #475569;
    line-height: 1.7;
    margin: 0;
  }

  @media (max-width: 767px) {
    .main-image-frame {
      height: 320px;
    }

    .single-product-title {
      font-size: 22px;
    }

    .product-summary-card {
      margin-top: 24px;
      padding: 20px;
    }

    .product-purchase-row {
      flex-direction: column;
    }

    .quantity-picker-box,
    .single-add-btn {
      width: 100%;
    }

    .product-details-tabs-wrap {
      padding: 20px 16px;
    }

    .product-info-nav {
      gap: 6px;
    }

    .product-info-nav > li > a {
      padding: 10px 12px;
      font-size: 13px;
      gap: 6px;
    }
  }
/* END_SECTION:template-product */

/* START_SECTION:template-search (INDEX:37) */
.creative-search-section {
    padding: 36px 0 64px 0;
    background: #f8fafc;
  }

  .creative-search-section .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Breadcrumbs */
  .search-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 24px;
  }

  .search-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .search-breadcrumbs a:hover {
    color: #10b981;
  }

  .search-breadcrumbs i {
    font-size: 10px;
    color: #cbd5e1;
  }

  .search-breadcrumbs span {
    color: #0f172a;
    font-weight: 700;
  }

  /* Search Hero Card */
  .search-hero-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 36px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    margin-bottom: 32px;
  }

  .search-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #10b981;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .search-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 20px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }

  .search-input-box-wrap {
    max-width: 680px;
  }

  .search-page-form {
    width: 100%;
  }

  .search-input-inner {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 30px;
    height: 52px;
    padding: 0 6px 0 18px;
    transition: all 0.2s ease;
  }

  .search-input-inner:focus-within {
    border-color: #10b981;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.12);
  }

  .search-icon {
    font-size: 16px;
    color: #94a3b8;
    margin-right: 12px;
  }

  .search-page-input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 15px;
    color: #0f172a;
    outline: none;
    height: 100%;
  }

  .search-page-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #10b981;
    color: #ffffff;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .search-page-submit:hover {
    background: #059669;
  }

  /* Count Bar */
  .search-count-bar {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 14px 24px;
    margin-bottom: 28px;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
  }

  .count-text {
    font-size: 14px;
    color: #475569;
  }

  /* Grid */
  .search-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
  }

  /* Empty State */
  .search-empty-state {
    background: #ffffff;
    border-radius: 24px;
    border: 1px dashed #cbd5e1;
    padding: 60px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .empty-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
  }

  .empty-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #10b981;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 10px;
    transition: background 0.2s ease;
  }

  .empty-action-btn:hover {
    background: #059669;
    color: #ffffff;
    text-decoration: none;
  }

  /* Pagination */
  .search-pagination-wrap {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }

  .search-pagination-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .pagination-numbers {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .pagination-btn,
  .page-num-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .pagination-btn {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #0f172a;
    gap: 8px;
  }

  .pagination-btn:hover {
    border-color: #10b981;
    color: #10b981;
    text-decoration: none;
  }

  .page-num-btn {
    min-width: 42px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #475569;
  }

  .page-num-btn:hover {
    border-color: #10b981;
    color: #10b981;
    text-decoration: none;
  }

  .page-num-btn.active {
    background: #10b981;
    color: #ffffff;
    border-color: #10b981;
  }

  @media (max-width: 1199px) {
    .search-products-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 767px) {
    .search-products-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

    .search-hero-card {
      padding: 24px;
    }

    .search-main-title {
      font-size: 26px;
    }
  }

  @media (max-width: 480px) {
    .search-products-grid {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:template-search */

/* START_SECTION:top-selling-showcase (INDEX:38) */
.creative-top-selling {
    padding: 40px 0;
    background: #f8fafc;
  }

  .creative-top-selling .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .top-selling-head {
    margin-bottom: 28px;
  }

  .section-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #10b981;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .section-main-heading {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.5px;
  }

  .top-selling-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    height: 100%;
  }

  /* Right Spotlight Product Card */
  .spotlight-product-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .spotlight-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    border-color: #10b981;
  }

  .spotlight-media-box {
    position: relative;
    width: 100%;
    height: 280px;
    background: #f8fafc;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .spotlight-image-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .spotlight-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
  }

  .spotlight-product-card:hover .spotlight-img {
    transform: scale(1.08);
  }

  .spotlight-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 5px 12px;
    border-radius: 14px;
    text-transform: uppercase;
    z-index: 2;
  }

  .badge-hot {
    background: #0f172a;
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.3);
  }

  .badge-sale {
    background: #ef4444;
    color: #ffffff;
  }

  .badge-sold {
    background: #64748b;
    color: #ffffff;
  }

  /* Bottom Details Box */
  .spotlight-details-box {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    justify-content: space-between;
  }

  .spotlight-cat-tag {
    font-size: 11px;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .spotlight-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
  }

  .spotlight-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .spotlight-title a:hover {
    color: #10b981;
  }

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

  .spotlight-rating-row .stars {
    color: #f59e0b;
    font-size: 12px;
    display: flex;
    gap: 3px;
  }

  .reviews-text {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
  }

  .spotlight-price-stock-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    margin-top: 4px;
    border-top: 1px solid #f1f5f9;
  }

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

  .spotlight-price {
    font-size: 24px;
    font-weight: 900;
    color: #10b981;
  }

  .spotlight-compare-price {
    font-size: 15px;
    color: #94a3b8;
    text-decoration: line-through;
  }

  .spotlight-stock-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
  }

  .spotlight-cta-row {
    margin-top: 10px;
  }

  .spotlight-cart-form {
    width: 100%;
  }

  .spotlight-add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #10b981;
    color: #ffffff;
    padding: 12px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.3);
  }

  .spotlight-add-btn:hover:not(:disabled) {
    background: #059669;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(16, 185, 129, 0.4);
  }

  .spotlight-add-btn:disabled {
    background: #e2e8f0;
    color: #94a3b8;
    cursor: not-allowed;
    box-shadow: none;
  }

  @media (max-width: 991px) {
    .spotlight-product-card {
      margin-top: 24px;
    }
  }

  @media (max-width: 575px) {
    .top-selling-products-grid {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:top-selling-showcase */