html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  padding-top: 60px;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  z-index: 9999;
}
.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.header-left span {
  color: #605dc7;
  font-weight: 500;
}

.header-left i {
  color: #605dc7;
}

.custom-logo {
  max-height: 30px;
  width: 250px;
}

.navbar-collapse {
  gap: 190px;
}

.navbar-collapse a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.navbar-nav {
  gap: 12px;
}

.header-right .nav a:hover {
  color: #605dc7;
}

.header-icons i {
  transition: color 0.2s ease;
}

.header-icons .bi-cart {
  color: #fff;
}

/* Active menu item */
.navbar-nav .current-menu-item > a,
.navbar-nav .current_page_item > a,
.navbar-nav .current-menu-parent > a {
  color: #605dc7 !important;
  font-weight: 600;
  position: relative;
}

.btn.btn-primary {
  background-color: #605dc7;
  border: none;
}

.btn.btn-primary:hover {
  background-color: #5a52d4;
}

.footer-section {
  background-color: #665cd3;
  color: #fff;
  padding: 60px 0;
  font-family: "Inter", sans-serif;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-column {
  flex: 1 1 200px;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.footer-menu a:hover {
  opacity: 1;
}

.company-info p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-bottom {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
  padding-top: 20px;
}

.social-links a {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}

.footer-location {
  align-items: center;
  gap: 10px;
}

.footer-location i {
  font-size: 20px;
}
.playlist-banner img {
  width: 100%;
}
.shield-carousel-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 10px;
  position: relative;
}

.shield-slide {
  text-align: center;
  border-radius: 12px;
}

.shield-image img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin: 0 auto 15px;
}

.shield-title {
  font-size: 16px;
  font-weight: 600;
  min-height: 45px;
  margin-bottom: 10px;
}

.shield-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.shield-cart-btn {
  display: inline-flex;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #6d37ff;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}

.shield-price {
  font-size: 16px;
  font-weight: 500;
}

.shield-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #6d37ff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  cursor: pointer;
  z-index: 2;
}

.shield-prev {
  left: -40px;
}

.shield-next {
  right: -40px;
}

.shield-nav:hover {
  background: #5026d8;
}

@media (max-width: 768px) {
  .shield-prev {
    left: 5px;
  }

  .shield-next {
    right: 5px;
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button {
  background-color: #605dc7;
  border-radius: 50px;
  color: white;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button:hover {
  background-color: #5026d8;
  border-radius: 50px;
  color: white;
}

.product {
  text-align: center;
}

.woocommerce-loop-product__title {
  color: #000;
  font-weight: 600;
}

.price bdi {
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 1rem;
}

.woocommerce ul.products li.product .price {
  margin-bottom: 0px;
}

.woocommerce-Price-currencySymbol {
  margin-right: 10px;
}

.added_to_cart {
  font-size: 100%;
  background-color: #605dc7;
  font-weight: 700;
  padding: 0.618em 1em;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  margin-left: 10px;
}

/* CART */

.wc-block-components-sidebar-layout {
  padding: 100px !important;
}

.wc-block-cart-items__header-image {
  font-size: 30px;
}

.wc-block-cart-items__header-total {
  font-size: 30px;
}

tr {
  border-style: solid;
  border-color: #605dc7;
}

.wc-block-components-product-name {
  color: #000;
  text-decoration: none;
}

.wp-block-woocommerce-cart-order-summary-block {
  background: #f8f6f3;
  padding: 30px;
  border-radius: 30px;
  box-shadow: none;
}

.wc-block-components-button {
  background: #605dc7;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  border: none;
}

.custom-checkout-wrapper {
  padding: 100px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  border-radius: 50px;
  padding: 15px;
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
  border-radius: 25px !important;
  padding: 5px;
}

.checkout-section {
  margin-bottom: 24px;
}

#payment {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #fff;
  border: none;
}

.testmode-info {
  background-color: #fff;
}
#wc-stripe-upe-form {
  background-color: #fff;
}
.woocommerce-checkout #payment div.payment_box p:last-child {
  background-color: #fff;
}

.woocommerce-checkout #payment div.payment_box {
  box-sizing: border-box;
  width: 100%;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 20px;
  background-color: #fff;
  color: #515151;
}

.wc-block-components-radio-control--highlight-checked
  div.wc-block-components-radio-control-accordion-option {
  border-radius: 50px !important;
}

/* EMPTY CART */
.wp-block-woocommerce-cart {
  padding: 80px;
}

.has-text-align-center {
  font-weight: 600;
  margin-bottom: 30px;
}

.wc-block-grid {
  display: flex;
  justify-content: center;
}

.wc-block-grid__products {
  width: 50%;
}

.wc-block-grid__product-link {
  color: #000 !important;
  text-decoration: none;
}
.wc-block-cart-item__remove-link {
  background-color: #605dc7 !important;
  color: white !important;
  padding: 8px 15px !important;
  border-radius: 30px !important;
  text-decoration: none !important;
}
/* SHIELD DETAILS */

.woocommerce div.product div.images img {
  width: 400px;
}

.woocommerce div.product {
  padding: 100px;
}
@media (max-width: 768px) {
    .woocommerce div.product {
        padding: 20px !important;
    }
}
/* .woocommerce-page div.product div.images {
  width: 400px;
} */

.woocommerce-page div.product div.summary {
  text-align: left;

}

.woocommerce div.product .woocommerce-tabs .panel {
  text-align: left;
}

.woocommerce ul.products li.product a img {
  width: 300px;
}

.woocommerce-order {
  padding: 80px;
}

/* Wrapper: Sidebar + Content */

.welcome-heading {
  font-weight: 800;
  color: #605dc7;
  padding: 40px 0;
}
.my-account-wrapper {
  display: flex;
  gap: 40px;
  padding: 40px 0;
  max-width: 1200px;
  margin: auto;
}

.account-sidebar {
  width: 360px;
  padding: 20px;
  background-color: #f8f6f3;
}
.account-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account-sidebar ul li {
  margin: 0 0 12px 0;
}
.account-sidebar ul li a {
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: #333;
  font-weight: 500;
}
.account-sidebar .account-menu li.current-menu-item > a,
.account-sidebar .account-menu li.current_page_item > a,
.account-sidebar .account-menu li.current-menu-ancestor > a,
.account-sidebar .account-menu li.current-menu-parent > a {
  background-color: #605dc71a;
  color: #605dc7 !important;
  font-weight: 800;
  position: relative;
  padding-left: 20px;
}
.account-sidebar .account-menu li.current-menu-item > a::before,
.account-sidebar .account-menu li.current_page_item > a::before,
.account-sidebar .account-menu li.current-menu-ancestor > a::before,
.account-sidebar .account-menu li.current-menu-parent > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #605dc7;
  border-radius: 4px 0 0 4px;
}
.account-content {
  flex: 1;
  padding-left: 20px;
}
.account-content h2 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
}

.address-list {
  max-height: 300px; /* adjust height as needed */
  overflow-y: auto;
  padding-right: 10px; /* avoids scrollbar overlap */
}
.address-card {
  border: 1px solid #eee;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.address-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.active-address {
  border: 2px solid #6c63ff;
  background: #f4f3ff;
}

.primary-badge {
  background: #6c63ff;
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 8px;
  font-size: 12px;
}

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

.edit-btn {
  color: #605dc7;
  font-weight: 500;
  text-decoration: none;
}

.address-delete-trigger {
  color: red;
  font-weight: 500;
  text-decoration: none;
}
/* EDIT PROFILE */
.woocommerce-EditAccountForm label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #646464;
  display: block;
}
.border-block {
  border: 1px solid #f8f6f3;
}

.profile-info-heading {
  font-size: 24px;
  color: #646464;
  background: #f8f6f3;
  padding: 15px 20px;
  margin: 0 0 0;
}
.woocommerce-Input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 25px;
}

button.woocommerce-Button {
  background: #6a5acd !important;
  color: #fff !important;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  margin-left: 20px;
}
button.woocommerce-address-button {
  background: #6a5acd !important;
  color: #fff !important;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
}
a.woocommerce-Button {
  text-decoration: none;
  color: #605dc7;
}

/* ORDER HISTORY */
.order-table {
  width: 100%;
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  height: 650px;
  overflow-y: scroll;
}

/* Orders table styling */
.account-content table.my_account_orders {
  width: 100%;
  border-collapse: collapse;
}

.account-content table.my_account_orders th {
  background: #f7f7f7;
  padding: 12px 10px;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  border-bottom: 2px solid #eee;
}

.account-content table.my_account_orders td {
  padding: 14px 10px;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
}

/* Order number link */
.account-content .order-number a {
  color: #6a59d1;
  font-weight: 600;
  text-decoration: none;
}

.account-content .order-number a:hover {
  text-decoration: underline;
}

/* Status color */
.account-content .order-status {
  font-weight: 500;
  color: #ff9800;
}

/* Action buttons */
.account-content .button {
  background: #6a59d1;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
}

.account-content .button:hover {
  background: #594ac0;
}

/* Table row hover */
.account-content table.my_account_orders tbody tr:hover {
  background: #fafafa;
}

.custom-order-wrapper {
  max-width: 1000px;
  /* margin: 40px auto; */
  padding: 20px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-family: Arial, sans-serif;
}

.custom-order-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.custom-order-header h2 {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
}

.order-info-text {
  margin: 10px 0;
  font-size: 15px;
  color: #444;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.custom-table th,
.custom-table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.custom-table th {
  background: #f8f8f8;
  font-weight: bold;
}

.order-section-title {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
}

.address-box {
  background: #fafafa;
  padding: 15px;
  border-radius: 8px;
  margin-top: 10px;
}

.back-to-orders {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 15px;
  font-weight: 500;
  gap: 10px;
  border-radius: 30px;
  background-color: #605dc7;
}

/* Wishlist Table Wrapper */
.tinvwl-table-manage-list {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

/* Table Headers */
.tinvwl-table-manage-list th {
  background: #f8f8f8;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #ddd;
}

/* Product Image Styling */
.tinvwl-table-manage-list .product-thumbnail img {
  width: 100%;
  border-radius: 40px;
  object-fit: cover;
}

/* Product Title */
.tinvwl-table-manage-list .product-name a {
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
  text-decoration: none;
}

.woocommerce button.button.alt {
  background-color: #605dc7;
  border-radius: 30px;
  padding: 10px 20px;
}

.add-new-recording {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 260px;
  height: 360px;
  background: #605dc7;
  border-radius: 10px;
  text-decoration: none;
  margin-bottom: 20px;
}

.add-new-recording .bi-plus-circle {
  font-size: 50px;
  font-weight: 800;
}

.playlist-heading {
  font-weight: 600;
}

.page-banner {
  width: 100%;
}

.banner-img {
  width: 100%;
  display: block;
}

.breadcrumb-wrapper a {
  color: #000;
  text-decoration: none;
}

/* Wizard Container */
.wizard-container {
  max-width: 70%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  background: #f8f6f3;
  border-radius: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

/* Step Indicators */
.steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 20px;
}

.step {
  text-align: center;
  position: relative;
  width: 20%;
}

.step-number {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #605dc7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 18px;
  background: white;
  color: #605dc7;
}

.step.active .step-number {
  background: #605dc7;
  color: white;
}

.step-label {
  margin-top: 8px;
  font-size: 14px;
}

.step:last-child .step-line {
  display: none;
}

.step-line {
  position: absolute;
  top: 22px;
  left: 60%;
  height: 2px;
  width: 100%;
  background: #605dc7;
  z-index: 0;
}

/* Tab Content */
.tab {
  display: none;
}

.tab.active {
  display: block;
}

.tab.active h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

/* Buttons */
.btn-area {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.btn,
#backBtn {
  padding: 10px 25px;
  background: #605dc7;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  border: none;
  font-size: 16px;
}

.btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.btn:hover {
  border: 1px solid #605dc7;
  color: #605dc7;
}

.input-box {
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  border: 1px solid #605dc7;
  border-radius: 25px;
  padding: 10px;
  font-size: 16px;
  outline: none;
}

/* Page Title */
.main-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 5px;
}

.subtext {
  text-align: center;
  margin-bottom: 40px;
  color: #666;
}

/* Upload / Record Boxes */
.upload-record-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}

.upload-box {
  width: 50%;
  height: 260px;
  border: 1px dashed #605dc7;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  cursor: pointer;
}

.recoding-list {
  width: 100%;
  height: 260px;
  border: 1px dashed #605dc7;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  cursor: pointer;
}

.upload-icon {
  font-size: 40px;
  color: #ffffff;
  padding: 10px 25px;
  background-color: #605dc7;
  border-radius: 50%;
  margin-bottom: 15px;
}

.upload-text {
  font-size: 18px;
  color: #605dc7;
}

.recording-list-button {
  display: flex;
}
.artwork-container,
.overview {
  width: 100%;
  align-items: center;
  border: 1px dashed #605dc7;
  border-radius: 15px;
  background: white;
  cursor: pointer;
  text-align: center;
  padding: 30px;
}

/* Preview */
.artwork-preview-wrapper {
  position: relative;
  width: 180px;
  height: 180px;
  margin: auto;
}

.artwork-preview {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #e5e5e5;
  background-size: cover;
  background-position: center;
}

.remove-art {
  position: absolute;
  top: -5px;
  right: -5px;
  background: white;
  border: 2px solid #6c63ff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 16px;
}

.upload-art-btn {
  display: inline-block;
  background: #6c63ff;
  padding: 10px 25px;
  border-radius: 40px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  margin: 20px 0;
}

.upload-art-btn i {
  margin-right: 6px;
}

/* Tabs */
.artwork-tabs {
  margin-top: 15px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.tab-link {
  cursor: pointer;
  font-weight: 500;
  color: #5a5a5a;
  padding-bottom: 6px;
}

.tab-link.active {
  color: #6c63ff;
  border-bottom: 2px solid #605dc7;
}

/* Grid */
.art-grid {
  display: none !important;
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 90px);
  justify-content: center;
  gap: 20px;
}

.art-grid.active {
  display: flex !important;
}

.art-item,
.color-item {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  background-size: cover;
}

/* Title */
.record-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

/* Subtitle */
.record-subtitle {
  font-size: 26px;
  margin-bottom: 25px;
  color: #000;
  font-weight: 700;
}

/* Input Field */
.story-input {
  width: 70%;
  padding: 12px 18px;
  border: 2px solid #6a5acd;
  border-radius: 30px;
  outline: none;
  font-size: 16px;
  margin-bottom: 40px;
}

/* Dotted Recording Box */
.record-box {
  border: 1px dashed #6a5acd;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 60px 20px;
  width: 80%;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Mic Button */
.mic-btn {
  background: #6a5acd;
  border: none;
  padding: 35px;
  border-radius: 10px;
  cursor: pointer;
}

.bi-mic {
  width: 40px;
  font-size: 40px;
  color: #ffffff;
}

/* Timer */
.timer-container {
  display: flex;
  gap: 10px;
  width: 150px;
  justify-content: center;
  margin-top: 25px;
  padding: 20px 100px;
  border-radius: 30px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.timer-box {
  background: #605dc7;
  padding: 2px 15px;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.page-wrapper {
  max-width: 1400px;
  margin: auto;
  padding: 40px;
  background-color: #f8f6f3;
}

.library-title {
  font-weight: 600;
}

.tab-btn {
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  background: #ffffff;
  color: #605dc7;
  border: 1px solid #dcdcdc;
  text-decoration: none;
}

.tab-btn.active {
  background: #605dc7;
  color: #fff;
  border-color: #605dc7;
}

.tab-btn:hover {
  background: #6a5acd;
  color: #fff;
}

/* Search + Button Row */
.top-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.search-box {
  display: flex;
  width: 500px;
  background: #fff;
  border: 1px solid #b4a8e4;
  border-radius: 25px;
  overflow: hidden;
}

.search-box input {
  width: 100%;
  padding: 10px 20px;
  border: none;
  outline: none;
  font-size: 15px;
  align-items: center;
}

.top-actions .bi-search {
  width: 50px;
  border: none;
  padding: 10px;
  color: #ffffff;
  border-radius: 30px;
  background: none;
  font-size: 18px;
  cursor: pointer;
  background-color: #605dc7;
}

.add-recording-btn {
  background: #6a5acd;
  color: white;
  padding: 10px 25px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.add-recording-btn:hover {
  background: #5949c9;
}

/* Recording Grid */
.recording-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 40px;
  margin-bottom: 30px;
}

.recording-card {
  background: white;
  padding: 10px 15px;
  border-radius: 30px;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  gap: 15px;
}

.play-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #6a5acd;
  color: white;
  cursor: pointer;
  font-size: 14px;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding-bottom: 60px;
}

.pg-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  background: #fff;
  cursor: pointer;
}

.pg-btn.active {
  background: #6a5acd;
  color: #fff;
  border-color: #6a5acd;
}
.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.my-device-page-wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #f7f3ef;
}

.my-device-header {
  background: #f7f3ef;
  padding: 15px 25px;
  margin: -30px -30px 30px -30px;
  border-radius: 10px 10px 0 0;
}

.my-device-header h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  color: #4b4b4b;
}

.inner-box {
  padding: 20px;
}

/*------------------------------------------- LOGIN - PAGE -------------------------------------------*/


.sky-background {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /* <-- Instead of height */
  background: linear-gradient(to bottom, #5e4ddb 0%, #cfd8f5 100%);
  overflow: hidden;
  padding-bottom: 100px;
  /* Optional: ensure some breathing room above footer */
}

.flying-img {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  z-index: 5;
}

.flying-img {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  /* width: 200px; */
  z-index: 2;
}

.login-box {
  position: relative;
  z-index: 3;
  max-width: 500px;
  margin: 200px auto 0;
  padding: 2rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

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

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

.form-group input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 25px;
  border: 1px solid #ccc;
  background-color: #e6f0ff;
  outline: none;
}

.forgot-password {
  text-align: left;
  margin-bottom: 20px;
}

.forgot-password a {
  color: #605dc7;
  font-size: 13px;
  text-align: left;
  text-decoration: none;
}

.login-btn {
  background: #605dc7;
  color: #ffffff;
  padding: 8px 30px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  margin-bottom: 20px;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 13px;
  color: #888;
  gap: 10px;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ccc;
}

.social-login {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-login a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  border-radius: 10px;
  border: none;
  background: var(--secondary-color);
  font-size: 24px;
  cursor: pointer;
  color: #000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------- LOGIN - PAGE -------------------------------------------*/

/*------------------------------------------- FORGOT-PASSWORD - PAGE -------------------------------------------*/
.account-section .account-banner {
  background: #f8f6f3;
  padding: 40px 0 0 0;
}

.account-section .account-form-block {
  box-shadow: 0 1px 0 0 rgba(17, 17, 26, 0.05), 0 0 8px 0 rgba(17, 17, 26, 0.1);
  border-radius: 20px;
  padding: 30px;
  background: #fff;
  position: relative;
  z-index: 99;
}

.form-control {
  background: #fff;
  border: 1px solid #d8d8d8;
  color: #3e3e3e;
}
.password-text {
  color: green;
  font-size: 13px;
}
/*------------------------------------------- FORGOT-PASSWORD - PAGE -------------------------------------------*/

/* ------------------------------------------------POPUP--------------------------------------------------------- */
.error-message {
  color: #d63638;
  font-size: 14px;
}
.field-error {
  color: #e53935;
  font-size: 13px;
  margin-top: 5px;
}

input.error {
  border-color: #e53935;
}
/* ------------------------------------------------POPUP--------------------------------------------------------- */

.password-wrapper {
  position: relative;
}

.password-wrapper input {
  width: 100%;
  padding-right: 40px;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #333;
  font-size: 18px;
}

/* ------------------------------------------------POPUP--------------------------------------------------------- */

/* Modal overlay */
.arclog-delete-modal {
  display: none; /* was inline */
  position: fixed; /* was inline */
  inset: 0; /* was inline */
  background: rgba(0, 0, 0, 0.5); /* was inline */
  z-index: 99999; /* was inline */
}

/* Modal box */
.arclog-delete-modal-box {
  background: #fff; /* was inline */
  width: 400px; /* was inline */
  margin: 15% auto; /* was inline */
  padding: 30px; /* was inline */
  border-radius: 12px; /* was inline */
  text-align: center; /* was inline */
}

/* Buttons container */
.arclog-delete-modal-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

/* Yes button */
.arclog-confirm-delete-btn {
  padding: 8px 20px;
  border-radius: 20px;
  border: none;
  background: #605dc7;
  color: #fff;
  cursor: pointer;
}

/* No button */
.arclog-cancel-btn {
  padding: 8px 20px;
  border-radius: 20px;
  border: none;
  background: #e5e7eb;
  color: #333;
  cursor: pointer;
}
.address-delete-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}

.address-delete-modal.show {
  display: flex;
}

.address-delete-modal-box {
  background: #fff;
  width: 400px;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
}

.address-delete-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.address-delete-confirm-btn {
  padding: 8px 20px;
  border-radius: 20px;
  border: none;
  background: #605dc7;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.address-delete-cancel-btn {
  padding: 8px 20px;
  border-radius: 20px;
  border: none;
  background: #e5e7eb;
  color: #333;
  cursor: pointer;
}
.woocommerce.columns-4,
.site-main {
  padding: 70px 200px;
}
/* Remove blue color + underline inside shield carousel */
.shield-carousel-container .shield-main-link {
  color: #000;
  text-decoration: none;
}

/* Ensure title specifically looks like normal text */
.shield-carousel-container .shield-title,
.shield-carousel-container .swiper-slide .shield-wishlist {
  color: #000; /* or your theme text color */
  text-decoration: none;
}

.custom-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.custom-modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-modal-box {
  background: #fff;
  padding: 30px;
  width: 100%;
  max-width: 420px;
  border-radius: 12px;
}

.custom-modal-box h3 {
  margin-bottom: 20px;
}

.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.modal-close-btn {
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
}

.change-password-link a {
  font-weight: 600;
  color: #605dc7;
  font-size: 14px;
}

.custom-breadcrumb a {
  text-decoration: none;
  color: #605dc7;
}
.custom-address-form {
  max-width: 900px;
}

.custom-address-form label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

.custom-address-form .form-row {
  margin-bottom: 18px;
}

.custom-address-form .form-row.full {
  width: 100%;
}

.custom-address-form .form-row.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.custom-address-form input,
.custom-address-form select {
  width: 100%;
  height: 46px;
  border-radius: 25px;
  border: 1px solid #cfcfcf;
  padding: 0 16px;
  outline: none;
}

.custom-address-form select {
  appearance: none;
  background: #fff;
}

.custom-address-form .center {
  text-align: center;
}

.custom-address-form .save-btn {
  background: #6c63ff;
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: 25px;
  cursor: pointer;
}

.custom-address-form .save-btn:hover {
  opacity: 0.9;
}

.shield-icon {
  width: 10%;
  border: 0px;
  border-radius: 50%;
  object-fit: cover;
}
.headphone-icon {
  height: 70px;
  width: 50px;
  border: 0px;
  border-radius: 50%;
  object-fit: cover;
}
.storyphone-image {
  width: 10%;
}
.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #646464;
    border-bottom: 2px solid #646464;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 50px;
}
/* .accordion-body,
.accordion-item {
  background-color: #f8f6f3;
} */
.custom-accordion .accordion-button,
.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #f8f6f3 !important;
  color: #000 !important;
  box-shadow: none !important;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none !important;
}

.contact-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.contact-popup-content {
  background: #f2f2f2;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  max-width: 500px;
  width: 90%;
}

.contact-popup-content p {
  font-size: 18px;
  margin-bottom: 25px;
}

.contact-popup-content button {
  background: #5a54c4;
  color: white;
  border: none;
  padding: 10px 35px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
}

.download-history-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.download-left {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 1;
    min-width: 0;
}

.download-left > div {
    min-width: 0;
}

.download-left div,
.download-right div {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.download-right {
    text-align: right;
    flex-shrink: 0;
}


/* Cart Override */



/* MAIN WRAPPER */
.sp-cart-wrapper {
    display: flex;
    gap: 40px;
    margin: 40px auto;
    max-width: 1200px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    align-items: flex-start;
}

/* LEFT SIDE */
.sp-cart-left {
  flex: 2;
  top: 40px;
}

/* RIGHT SIDE */
.sp-cart-right {
  flex: 1;
  position: sticky;
  top: 40px;
  /* max-width: 10px; */
}

/* HEADING */
.sp-heading {
  font-size: 22px;
  margin-bottom: 30px;
}

/* PRODUCT ROW */
.sp-cart-item {
  display: grid;
  grid-template-columns: 130px 1fr 120px;
  gap: 30px;
  align-items: start;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}

/* IMAGE */
.sp-cart-image img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
}

/* DETAILS */
.sp-cart-details {
  min-width: 0;
  flex: 1;
}

.sp-cart-title {
  font-size: 18px;
  margin-bottom: 8px;
}

.sp-cart-title a {
  text-decoration: none;
  color: #000;
}

.sp-cart-price {
  font-weight: 500;
  margin-bottom: 10px;
}

/* QUANTITY */
.sp-qty-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  width: fit-content;
  margin-bottom: 12px;
}

.sp-minus,
.sp-plus {
  width: 40px;
  height: 36px;
  border: none;
  background: #f5f5f5;
  font-size: 18px;
  cursor: pointer;
}

.sp-qty-input {
  width: 50px;
  height: 36px;
  text-align: center;
  border: none;
  font-size: 14px;
  outline: none;
}

/* REMOVE BUTTON */
.sp-remove {
  display: inline-block;
  background: #6b63d8;
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
}

/* LINE TOTAL */
.sp-cart-line-total {
  font-weight: bold;
  text-align: right;
  align-self: start;
}

.sp-cart-totals-box-wrapper {
    width: 100%;
    max-width: 600px;
    padding-left: 0;
    margin-bottom: 3em;
}
/* allow totals column to expand */
.woocommerce .cart-collaterals {
  width: 100% !important;
}

/* your card */
.sp-cart-totals-box {
  width: 100%;
  max-width: 1200px;
  background: #f8f6f3;
  padding: 40px;
  border-radius: 30px;
}

/* TITLE */

.sp-totals-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* DIVIDER */

.sp-divider {
  border-bottom: 1px solid #d9d6d1;
  margin: 18px 0;
}

.sp-coupon-form {
  display: none;
  margin-top: 15px;
}

.sp-coupon-form.active {
  display: flex;
  gap: 10px;
}

.sp-coupon-arrow {
  transition: 0.3s;
}

.sp-coupon-arrow.rotate {
  transform: rotate(180deg);
}

.sp-coupon-form input {
  flex: 1;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #333;
}

.sp-coupon-form button {
  background: #605dc7;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 30px;
}
/* TOTAL */

.sp-estimated-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-total-label {
  font-size: 20px;
  font-weight: 500;
}

.sp-total-price {
  font-size: 20px;
  font-weight: 300;
}

.sp-shipping-note {
  font-size: 13px;
  color: #777;
}

/* EXPRESS PAYMENT */

.sp-express-payments {
  margin-top: 30px;
}

/* OR LINE */

.sp-or {
  text-align: center;
  margin: 25px 0;
  position: relative;
}

.sp-or:before,
.sp-or:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background: #ddd;
}

.sp-or:before {
  left: 0;
}

.sp-or:after {
  right: 0;
}

/* force full width checkout button */
.sp-checkout-btn .checkout-button {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  background: #605dc7 !important;
  color: #fff !important;
  padding: 18px 0 !important;
  border-radius: 40px !important;
  font-size: 16px !important;
  text-decoration: none !important;
}
/* WRAPPER */
.sp-empty-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  max-width: 1200px;
  margin: 80px auto;
}

/* LEFT SIDE */
.sp-empty-left {
  flex: 2;
  text-align: center;
}

.sp-empty-title {
  text-align: left;
  font-size: 32px;
  margin-bottom: 40px;
}

.sp-empty-image {
  width: 350px;
  margin-bottom: 20px;
}

.sp-empty-heading {
  color: #e60023;
  font-size: 24px;
  margin: 20px 0 10px;
}

.sp-empty-text {
  color: #555;
  margin-bottom: 25px;
}

.sp-shop-btn {
  display: inline-block;
  background: #6b63d8;
  color: #fff !important;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
}

/* RIGHT SIDE */
.sp-empty-right {
  flex: 1;
}

.sp-summary-box {
  background: #f4f4f4;
  padding: 30px;
  border-radius: 20px;
}

.sp-summary-box h3 {
  text-align: center;
  margin-bottom: 20px;
}

.sp-summary-row,
.sp-summary-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.sp-summary-total {
  font-weight: bold;
  margin-top: 20px;
}

.sp-coupon-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* hide coupon form by default */
.sp-coupon-toggle .sp-coupon-form {
  display: none;
}

/* show when active */
.sp-coupon-toggle .sp-coupon-form.active {
  display: flex;
  gap: 10px;
}

.sp-cart-header {
  display: grid;
  grid-template-columns: 130px 1fr 120px;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}

.sp-cart-header-product {
  grid-column: 1 / span 2;
}

.sp-cart-header-total {
  text-align: right;
}

/* HEADER DIVIDER */

.sp-cart-divider {
  border-bottom: 1px solid #ddd;
  margin: 15px 0 25px 0;
}

.header-cart-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #6b63d8;
  color: #fff;
  padding: 6px 14px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
}

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

.header-cart-btn .cart-count {
  font-weight: 600;
}

.cart-count {
  transition: all 0.3s ease-in-out;
}

.checkout-right {
  padding: 20px;
  border-radius: 8px;
}

.custom-order-summary {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}

/* ITEM ROW */
.order-item {
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #eee;
  align-items: center;
}

.product-image {
  position: relative;
  width: 60px;
}

.product-image img {
  width: 100%;
  border-radius: 6px;
}
.added_to_cart.wc-forward {
  display: none !important;
}

.item-center {
  flex: 1;
  padding: 0 10px;
}

.product-name {
  font-weight: 600;
  margin: 0;
}

.product-desc {
  font-size: 12px;
  color: #666;
}

.item-right {
  font-weight: 600;
}

/* ROWS */
.order-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
  border-top: 1px solid #eee;
  font-size: 14px;
}

/* TOTAL */
.order-total {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  border-top: 2px solid #ddd;
}

/* Coupon */
.collapsible {
  cursor: pointer;
}

.coupon-wrapper {
  border-top: 1px solid #eee;
}

/* Toggle row */
.collapsible {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 15px;
  font-weight: 500;
}

/* Hidden section */
.coupon-content {
  padding: 15px;
  border-top: 1px solid #eee;
}

/* Input + button layout */
.coupon-input-group {
  display: flex;
  gap: 10px;
}

/* Input */
.coupon-input-group input {
  flex: 1;
  padding: 12px;
  border: 2px solid #000;
  border-radius: 6px;
}

/* Button */
.coupon-input-group button {
  background: #6c63ff;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  cursor: pointer;
}

/* Arrow rotate */
.arrow {
  transition: 0.3s;
}

.collapsible.active .arrow {
  transform: rotate(180deg);
}

.discount-row {
  align-items: center;
}

/* Coupon chip */
.coupon-chip {
  display: inline-flex;
  align-items: center;
  background: #f1f1f1;
  border-radius: 20px;
  padding: 3px 8px;
  font-size: 12px;
  margin-left: 8px;
}

/* Remove button */
.remove-coupon {
  margin-left: 6px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

/* Discount amount */
.discount-amount {
  color: #28a745;
  font-weight: 500;
}
#saved_address_dropdown {
  width: 100%;
  border-radius: 20px;
  padding: 12px;
  background-color: transparent;
}
.woocommerce-checkout-payment {
  border: none;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border: 1px solid;
  border-radius: 20px;
}

/* Inputs like block UI */
.woocommerce form .form-row input,
.woocommerce form .form-row select {
  border-radius: 12px;
  padding: 14px;
  border: 1px solid #ddd;
}

/* Sections spacing */
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  margin-bottom: 30px;
}

/* Order box */
.woocommerce-checkout-review-order {
  background-color: #f8f6f3;
  padding: 15px;
  border-radius: 12px;
}

/* Hide Woo default toggle */
.woocommerce-form-coupon-toggle {
  display: none;
}

.coupon-wrapper {
  position: relative;
}

/* Dropdown */
.coupon-content {
  display: none;
  position: relative;
  margin-top: 10px;
}

.coupon-content.active {
  display: block;
}

/* FIX floating issue */
.custom-coupon-form {
  display: flex;
  gap: 10px;
  width: 100%;
}

.custom-coupon-form input {
  flex: 1;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid #ccc;
}

.custom-coupon-form button {
  background: #605dc7;
  color: #fff;
  border-radius: 20px;
  padding: 12px 20px;
  border: none;
}

/* Coupon form styling */
.woocommerce-form-coupon {
  display: flex !important;
  gap: 10px;
  margin-top: 10px;
}

.woocommerce-form-coupon input {
  flex: 1;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.woocommerce-form-coupon button {
  background: #5f5ccf;
  color: #fff;
  border-radius: 25px;
  padding: 12px 20px;
  border: none;
}

/* Move coupon form into right side */
.checkout_coupon {
  display: block !important;
  position: absolute;
  right: 0;
  top: 120px; /* adjust based on your layout */
  width: 100%;
  max-width: 400px;
}

.woocommerce-remove-coupon {
  display: none !important;
}

/* Discount row layout */
.discount-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Left side (Discount + chip) */
.discount-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Coupon chip */
.coupon-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #ccc;
  font-size: 13px;
}

/* X button */
.coupon-chip a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

/* Discount amount */
.discount-amount {
  color: green;
  font-weight: 500;
}

.success-popup {
  position: fixed;
  top: 70px;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  z-index: 9999;
  opacity: 0;
  transition: all 0.4s ease;
}

.success-popup.show {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.success-popup-content {
  background: #605dc7;
  color: #fff;
  padding: 10px 35px;
  border-radius: 45px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  min-width: 80px;
  text-align: center;
}

.success-popup-content i {
  color: #28c76f;
  font-size: 20px;
}

.success-popup-content p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    padding: 20px !important;
}

.woocommerce .columns-4{
  padding: 160px 55px;
}
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce ul.products li.product {
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}

.woocommerce ul.products li.product img {
    width: 100%;
    height: auto;
    display: block;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    line-height: 1.4;
    margin: 15px 0 10px;
    min-height: 55px;
}

.woocommerce ul.products li.product .price {
    margin: 10px 0;
    font-size: 18px;
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 10px;
}

.woocommerce ul.products li.product .added_to_cart {
    display: none;
}


.woocommerce ul.products li.product {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  flex-grow: 1 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 70px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.woocommerce ul.products li.product .price {
  min-height: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}

.woocommerce ul.products li.product .button {
  margin-top: auto !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 0 !important;
}

.woocommerce ul.products li.product .price {
  margin-top: 0 !important;
  margin-bottom: 3px !important;
}

/* view cart button remove */
.woocommerce ul.products li.product .added_to_cart {
  display: none !important;
}

.tinvwl_add_to_wishlist_button {
  text-decoration: none !important;
  color: #000000 !important;
}

.tinvwl_add_to_wishlist_button:hover {
  text-decoration: none !important;
  color: #000000 !important;
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before {
  font-size: 24px !important;
  color: #ff0000 !important;
  transition: color 0.3s ease, transform 0.2s ease;
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.added::before,
a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-added::before,
a.tinvwl_add_to_wishlist_button.tinvwl-added.tinvwl-icon-heart::before {
  color: #ff0000 !important;
  transform: scale(1.2) !important;
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:hover::before {
  color: #ff4d4d !important;
  transform: scale(1.2);
}

.shield-slide .shield-wishlist {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  text-align: center !important;
  margin-top: 10px !important;
}

.shield-slide .shield-wishlist .tinvwl_add_to_wishlist_button {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.account-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
}

.account-content .wishlist-card {
  width: 800px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #f0eee8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.wishlist-card-heading {
  background: #f7f2ec;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
  color: #333;
  margin: 0;
}

.wishlist-card-content {
  flex: 1;
  text-align: center;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wishlist-empty-image {
  width: 350px;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.wishlist-empty-text {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

.wishlist-shop-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #605dc7;
  color: #fff;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s;
}

.wishlist-shop-btn:hover {
  background: #4b44a1;
}

.woocommerce-ordering {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.woocommerce-ordering select {
  min-width: 250px;
  height: 48px;
  padding: 0 45px 0 18px;
  border: 1px solid #e5e7eb;
  border-radius: 50px;
  background: #ffffff;
  color: #575b63;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  cursor: pointer;
  outline: none;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  transition: all 0.3s ease;
}

.woocommerce-ordering select:hover {
  border-color: #d1d5db;
}

.woocommerce-ordering select:focus {
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.woocommerce-ordering::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}


.shield-scroll-container {
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}

.shield-scroll-container::-webkit-scrollbar {
  width: 8px;
}

.shield-scroll-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.account-sidebar-toggle{
    display:none;
}
.device-history-item{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
}

.device-history-image{
    flex-shrink:0;
}

.device-history-content{
    flex:1;
    min-width:0;
}

.device-history-content div{
    overflow-wrap:anywhere;
    word-break:break-word;
}

.device-history-time{
    text-align:right;
    flex-shrink:0;
}

@media (max-width: 768px) {

    .my-account-wrapper {
        flex-direction: column;
        gap: 20px;
        padding: 15px;
    }

    .my-account-wrapper aside {
        width: 100%;
    }

    .account-sidebar {
        width: 100%;
        padding: 15px;
    }

    .account-content {
        width: 100%;
        padding: 0;
    }

    .border-block {
        width: 100%;
    }

    .inner-box {
        padding: 15px;
    }

    .profile-info-heading {
        font-size: 20px;
    }

    .woocommerce-Button {
        margin: 15px 0 0;
    }

    .address-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .address-actions {
        width: 100%;
        justify-content: flex-end;
    }

    .custom-modal-box {
        width: calc(100% - 30px);
        margin: 15px;
        padding: 20px;
    }

    .arclog-delete-modal-box,
    .address-delete-modal-box {
        width: calc(100% - 30px);
        margin: 15px;
    }
/* account sidebar */
    .account-sidebar-toggle{
        display:block;
        background:#605dc7;
        color:#fff;
        border:none;
        border-radius:30px;
        padding:12px;
        margin-top: 20px;
        margin-bottom:15px;
        cursor:pointer;
    }

    .my-account-wrapper{
        display:block;
    }

    .account-sidebar{
        display:none;
        width:100%;
        margin-bottom:20px;
    }

    .account-sidebar.open{
        display:block !important;
    }

    .account-content{
        width:100%;
        padding:0;
    }
 /* Remove huge page padding */
    .site-main{
        padding:15px !important;
    }

    /* Checkout wrapper */
    .custom-checkout-wrapper{
        display:flex;
        flex-direction:column;
        padding:15px !important;
        gap:25px !important;
    }

    /* Bootstrap columns */
    .checkout-left,
    .checkout-right,
    .col-md-7,
    .col-md-5{
        width:100% !important;
        max-width:100% !important;
        flex:0 0 100% !important;
    }

    /* Order summary */
    .checkout-right{
        padding:20px !important;
        margin-top:15px;
        border-radius:20px;
    }

    /* Billing & shipping fields */
    .woocommerce-billing-fields,
    .woocommerce-shipping-fields{
        width:100%;
    }

    /* Every field full width */
    .woocommerce form .form-row{
        width:100% !important;
        float:none !important;
        clear:both;
        margin-bottom:15px;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last{
        width:100% !important;
    }

    .woocommerce form .form-row input,
    .woocommerce form .form-row select,
    .woocommerce form .form-row textarea{
        width:100%;
        box-sizing:border-box;
    }

    /* Select2 */
    .select2-container{
        width:100% !important;
    }

    .select2-selection{
        width:100% !important;
    }

    /* Coupon */
    .checkout_coupon{
        position:static !important;
        max-width:100% !important;
    }

    .woocommerce-form-coupon{
        display:flex !important;
        flex-direction:column;
        gap:10px;
    }

    .woocommerce-form-coupon button{
        width:100%;
    }

    /* Payment methods */
    #payment{
        width:100%;
    }

    #payment ul.payment_methods{
        padding:15px;
    }

    /* Place order button */
    #place_order,
    .woocommerce-checkout #payment button{
        width:100%;
    }

    /* Order review table */
    .shop_table{
        width:100%;
    }
     .account-content {
    padding: 0 10px;
  }
  .account-content .wishlist-card {
    width: 100%;
  }
  .wishlist-empty-image {
    width: 100%;
  }
    .woocommerce-ordering select {
    width: 100%;
    min-width: unset;
  }
  .site-main{
        padding:15px !important;
    }

    .woocommerce.columns-4,
    .woocommerce .columns-4{
        padding:15px !important;
    }

    .sp-cart-wrapper{
        display:flex;
        flex-direction:column;
        gap:25px;
        padding:15px;
        margin:20px auto;
    }

    .sp-cart-left,
    .sp-cart-right{
        width:100%;
        flex:none;
    }

    .sp-cart-right{
        position:static;
    }

    .sp-cart-header{
        display:none;
    }

    .sp-cart-item{
        display:flex;
        flex-direction:column;
        gap:15px;
        padding:20px 0;
    }

    .sp-cart-image{
        text-align:center;
    }

    .sp-cart-image img{
        width:110px;
        height:110px;
    }

    .sp-cart-details{
        width:100%;
    }

    .sp-cart-line-total{
        text-align:left;
        font-size:18px;
    }

    .sp-cart-totals-box-wrapper{
        width:100%;
        max-width:100%;
    }

    .sp-cart-totals-box{
        width:100%;
        max-width:100%;
        padding:20px;
        border-radius:20px;
        box-sizing:border-box;
    }

    .sp-estimated-total{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }

    .sp-checkout-btn .checkout-button,
    .sp-express-payments a,
    .wc-proceed-to-checkout a{
        width:100% !important;
        display:block;
        box-sizing:border-box;
    }
       /* Accordion button */
    .custom-accordion .accordion-button{
        align-items:flex-start;
        padding:15px;
    }

    /* Title section */
    .custom-accordion .accordion-button > div{
        min-width:0;
        flex:1;
    }

    /* Shield title */
    .custom-accordion .fw-semibold{
        font-size:16px;
        line-height:1.4;
        white-space:normal;
        word-break:break-word;
    }

    /* Long shield hash */
    .custom-accordion strong + text,
    .custom-accordion .accordion-button div{
        word-break:break-word;
        overflow-wrap:anywhere;
    }

    /* Force hash to wrap */
    .custom-accordion{
        word-break:break-word;
        overflow-wrap:anywhere;
    }

    /* Download history row */
    .accordion-body .d-flex.justify-content-between{
        flex-direction:column;
        align-items:flex-start !important;
        gap:15px;
    }

    .accordion-body .text-end{
        text-align:left !important;
        width:100%;
    }

    /* Left section */
    .accordion-body .d-flex.align-items-center{
        align-items:flex-start !important;
        width:100%;
    }

    /* Images */
    .storyphone-image{
        margin-right:15px;
    }

    /* Prevent overflow */
    .accordion-body div{
        word-break:break-word;
        overflow-wrap:anywhere;
    }

    /* Scroll container */
    .shield-scroll-container{
        padding-right:0;
        max-height:none;
        overflow:visible;
    }
     .device-history-item{
        flex-direction:column;
        align-items:flex-start;
    }

    .device-history-image{
        margin-bottom:15px;
    }

    .device-history-content{
        width:100%;
    }

    .device-history-time{
        width:100%;
        text-align:left;
        margin-top:15px;
    }

    .device-history-content,
    .device-history-content div,
    .device-history-time{
        overflow-wrap:anywhere;
        word-break:break-word;
    }
}


@media (max-width:991px){

    .woocommerce ul.products li.product{
        flex:0 0 calc(50% - 20px);
        max-width:calc(50% - 20px);
    }

}

@media (max-width:576px){

  .woocommerce .columns-4{
  padding: 160px 15px;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
    padding: 0px !important;
}

    .woocommerce ul.products{
        gap:15px;
    }

}
@media (max-width: 1024px) {
  .account-content .wishlist-card {
    width: 90%;
  }
  .wishlist-empty-image {
    width: 70%;
  }
}




/* ================================
   Hide Tiny Wishlist Popup
================================ */

.tinv-modal,
.tinv-overlay{
    display:none !important;
}


/* ================================
   Custom Wishlist Popup
================================ */

.success-popup{
    position: fixed;
    top: 90px;

    /* Move it to the content area's center */
    left: calc(50% + 140px);

    transform: translateX(-50%);

    z-index: 999999;

    opacity: 0;
    visibility: hidden;

    transition: all .3s ease;
}

.success-popup.show{

    opacity:1;
    visibility:visible;
}

.success-popup-content{

    display:flex;
    align-items:center;
    gap:12px;

    background:#605DC7;

    color:#fff;

    padding:14px 26px;

    border-radius:50px;

    box-shadow:0 12px 30px rgba(0,0,0,.18);

    min-width:350px;

    max-width:650px;
}

.success-popup-content i{

    color:#2ECC71;

    font-size:20px;
}

.success-popup-content p{

    margin:0;

    color:#fff;

    font-size:14px;

    font-weight:600;

    line-height:1.5;
}


/* Full popup */
.tinv-modal{
    position: fixed !important;
    top: 80px !important;          /* below header */
    left: 55% !important;
    transform: translateX(-35%) !important;

    width: auto !important;
    height: auto !important;

    z-index: 999999 !important;
}

/* Remove full screen table layout */
.tinv-table,
.tinv-cell{
    display:block !important;
    width:auto !important;
    height:auto !important;
}

/* Hide overlay */
.tinv-overlay{
    display:none !important;
}

/* Popup box */
.tinv-modal-inner{
    background:#605DC7 !important;
    border-radius:50px !important;
    padding:14px 25px !important;

    display:flex !important;
    align-items:center !important;
    gap:12px !important;

    width:420px !important;
    max-width:90vw !important;

    box-shadow:0 10px 25px rgba(0,0,0,.2);
}

/* Icon */
.tinv-modal-inner i{
    color:#2ECC71 !important;
    font-size:18px !important;
    margin:0 !important;
}

/* Text */
.tinv-modal-inner .tinv-txt{
    color:#fff !important;
    font-size:14px !important;
    line-height:1.4 !important;
    margin:0 !important;
}

/* Hide close button */
.tinvwl-buttons-group{
    display:none !important;
}

/* Large Desktop */
@media (min-width: 1200px) {
    .success-popup {
        left: calc(300px + (100vw - 300px) / 2);
    }
}

/* Laptop */
@media (min-width: 992px) and (max-width: 1199px) {
    .success-popup {
        left: calc(260px + (100vw - 260px) / 2);
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .success-popup {
        left: 50%;
        transform: translateX(-50%);
    }

    .success-popup-content {
        width: 90vw;
        max-width: 450px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .success-popup {
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 30px);
    }

    .success-popup-content {
        width: 100%;
        max-width: none;
        min-width: auto;

        padding: 12px 16px;

        border-radius: 30px;

        justify-content: center;
    }

    .success-popup-content p {
        font-size: 13px;
    }

    .success-popup-content i {
        font-size: 18px;
    }
}
.sp-virtual-order-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.sp-virtual-order-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.sp-virtual-order-modal {
  position: relative;
  z-index: 2;

  width: 420px;
  max-width: calc(100% - 40px);

  background: #fff;

  padding: 40px;

  border-radius: 12px;

  text-align: center;

  margin: 120px auto 0;
}

.sp-virtual-order-icon {
  width: 60px;
  height: 60px;

  margin: 0 auto 20px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 30px;

  background: #605dc7;
  color: #fff;
}

.sp-virtual-order-modal h2 {
  margin-bottom: 15px;
}

.sp-virtual-order-modal p {
  margin-bottom: 10px;
}

.sp-virtual-order-close {
  position: absolute;

  right: 15px;
  top: 10px;

  border: 0;
  background: transparent;

  font-size: 28px;

  cursor: pointer;
}

.sp-virtual-order-done {
  margin-top: 20px;
background-color: #605dc7;
color: #fff;
  padding: 12px 30px;

  border: 0;
  border-radius: 6px;

  cursor: pointer;
}