/** Shopify CDN: Minification failed

Line 1282:0 Expected identifier but found "<"
Line 1289:0 Unexpected "="

**/
html,
body {
  overflow-x: hidden !important;
}

* {
  outline: none !important;
}

.wa-chat-btn-icon-image-only {
  display: inline;
}

.wa-chat-btn-base-cta-with-icon .wa-chat-button-cta-text {
  font-size: 12px;
}

.btn {
  font-family: "Gotham", sans-serif;
  text-transform: none;
  font-weight: 400;
}

.convx__products-slider,
.collection-product-cart .convx__products-slider .carousel-cell {
  height: 100%;
}

.collection-product-cart .flickity-viewport {
  min-height: 640px;
}

@media (max-width: 460px) {
  .collection-product-cart .flickity-page-dots {
    left: 0;
  }

  .convx__mobile-sub-menu {
    height: 75vh;
  }

  #shopify-section-convx__sub-tabs .convx__sub-tabs {
    width: max-content;
  }

  #shopify-section-convx__sub-tabs {
    width: 100%;
    overflow-x: auto;
  }

  .btn {
    font-size: 14px;
  }

  .testimonial-slider-reviews .main-testimonial-slider {
    align-items: start !important;
    gap: 8px !important;
    flex-direction: column;
  }

  .testimonial-slider-reviews .testimonial-title-text {
    font-size: 20px;
    text-align: center;
  }

  .convx__nav-product-card {
    display: flex;
    flex-direction: column;
  }

  .convx__nav-product-card-desc,
  .nav-product-title {
    height: 100%;
  }

  div[data-product-title*="TTRacing Titus Smart Standing Desk"] convx-three-sixty .spinner-container img,
  div[data-product-title*="TTRacing Titus X Smart Standing Desk"] convx-three-sixty .spinner-container img,
  div[data-product-title="TTRacing Plush Blanket - Grogu Edition"] convx-three-sixty .spinner-container img,
  div[data-product-title="TTRacing Swift X Pro Air Threads Fabric Gaming Chair - Naruto Edition"] convx-three-sixty .spinner-container img:last-of-type {
    object-fit: contain;
  }
}

/* Main banner */
@media (min-width: 768px) {
  .tab-slider-section .tabs-content-wrapper {
    height: 100%;
  }

  .tab-slider-section .tab-content,
  .tab-slider-section .slide-image {
    height: 100%;
  }
  .toolbar--transparent {
    display: none;
  }

  .tab-desc {
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 5px 6px;
    background: red;
  }
}

/* blog page  */
.blog-container .filter-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}

.blog-container .loader-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid red;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

.blog-container .loader-text {
  font-size: 16px;
  color: #000;
  margin: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Add transition for smooth show/hide */
.blog-container .articles-grid {
  transition: opacity 0.3s ease;
}

.blog-container .articles-grid.filtering {
  opacity: 0;
}

.blog-container .image-element {
  opacity: 1;
}

.blog-container .header-title {
  display: flex;
  align-items: center;
}

.blog-container .filter-title.mobile-title {
  margin: 10px;
}

.blog-container .mobile-filter-toggles {
  display: none;
  gap: 10px;
  margin-bottom: 20px;
}

.blog-container .mobile-filter-row {
  display: flex;
  gap: 10px;
  width: 100%;
}

.blog-container .mobile-filter-item {
  flex: 1;
}

.blog-container .filter-dropdown-wrapper {
  position: relative;
}

.blog-container .filter-dropdown-header {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background: #efefef;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-container .filter-dropdown-header.active .selected-text {
  color: red;
}

.blog-container .filter-dropdown-header:hover {
  border-color: #ccc;
}

.blog-container .filter-dropdown-header .select-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  flex-shrink: 0;
}

.blog-container .filter-dropdown-header .selected-text {
  flex: 1;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-container .filter-dropdown-header .dropdown-arrow {
  margin-left: 8px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  color: #666;
}

.blog-container .filter-dropdown-header.active .dropdown-arrow {
  transform: rotate(180deg);
}

.blog-container .filter-dropdown-list {
  position: absolute;
  top: 45px;
  left: -70px;
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  max-height: 265px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 200px;
  scrollbar-width: none;
}

.blog-container .filter-dropdown-list#mobile-month-list {
  left: -87px;
}

.blog-container .filter-dropdown-item {
  padding: 5px 10px;
  padding-left: 60px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.blog-container .filter-dropdown-item:last-child {
  border-bottom: none;
}

.blog-container .filter-dropdown-item:hover {
  background-color: #f8f9fa;
}

.blog-container .filter-dropdown-item.active {
  color: red;
  font-weight: 600;
}

.blog-container .filter-dropdown-item span {
  font-size: 12px;
  display: block;
  font-family: "Gotham";
  text-transform: capitalize;
}

.blog-container {
  display: flex;

  margin: 0 auto;
  padding: 20px 0;
  gap: 30px;
}

.blog-container .blog-sidebar {
  flex-basis: 20%;
}

.blog-container .blog-main {
  flex: 1;
  min-width: 0;
  flex-basis: 80%;
}

.blog-container .blog-header {
  /* background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08); */
  margin-bottom: 25px;
}

.blog-container .blog-title {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  text-transform: capitalize;
}

.blog-container .search-container {
  position: relative;
  /* margin-top: 15px; */
}

.blog-container .search-input {
  width: 100%;
  padding: 12px 15px 12px 45px;
  border-radius: 60px;
  font-size: 14px;
  transition: border-color 0.2s;
  background-color: #e3e3e3;
  color: #5f5f5f;
}

.blog-container .search-input::placeholder {
  color: #5f5f5f;
}

.blog-container .article__title h4 {
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: normal;
  font-weight: bold;
  margin: 0;
}

.blog-container .article__grid-meta time {
  font-size: 14px;
  font-weight: 400;
}

.blog-container .article__grid-meta {
  margin-bottom: 0;
}

.blog-container .search-input:focus {
  outline: none;
  border-color: red;
}

.blog-container .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

.blog-container .filter-group {
  margin-bottom: 20px;
}

.blog-container .filter-label {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  display: block;
  cursor: pointer;
  font-family: "Gotham";
  text-transform: capitalize;
}

.blog-container .filter-select,
.blog-container .filter-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.blog-container .filter-select:focus,
.blog-container .filter-input:focus {
  outline: none;
  border-color: #007acc;
  box-shadow: 0 0 0 3px rgba(0, 122, 204, 0.1);
}

.blog-container .filter-date-group {
  display: none;
  margin-top: 10px;
}

.blog-container .filter-date-group.active {
  display: block;
}

.blog-container .clear-filters-btn {
  width: 100%;
  padding: 12px;
  background: #f8f9fa;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  color: #4a4a4a;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.blog-container .clear-filters-btn:hover {
  background: #e9ecef;
  border-color: #adb5bd;
}

.blog-container .results-count {
  font-size: 13px;
  color: #666;
  margin-top: 15px;
  text-align: center;
  padding: 8px;
  background: #f8f9fa;
  border-radius: 6px;
}

.blog-container .articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 15px;
  margin-bottom: 40px;
}

.blog-container .article-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px #00000040;
  padding: 10px;
}

.blog-container .article-image {
  width: 100%;
}

.blog-container .article-content {
  padding: 20px;
}

.blog-container .article-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.blog-container .article-title a {
  color: inherit;
  text-decoration: none;
}

.blog-container .article-title a:hover {
  color: #007acc;
}

.blog-container .article-meta {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
}

.blog-container .article-excerpt {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.5;
  /* margin-bottom: 15px; */
}

.blog-container .article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.blog-container .no-results {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border-radius: 12px;
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.08); */
}

.blog-container .no-results h3 {
  font-size: 20px;
  color: #666;
  margin-bottom: 10px;
}

.blog-container .no-results p {
  color: #888;
  margin-bottom: 20px;
}

.blog-container .pagination-wrapper {
  display: flex;
  justify-content: left;
  margin-top: 40px;
}

.article-card .grid__item {
  width: 100%;
  padding-left: 10px;
}

.article-card .article__grid-meta {
  text-align: left;
}

.article-card .article__date {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 5px;
  column-gap: 5px;
}

.article-card .article__date a {
  background-color: #cddfff;
  padding: 5px 10px;
  border-radius: 30px;
}

.blog-container .pagination {
  gap: 10px;
  padding: 10px 0;
  align-items: center;
  overflow: auto;
}

.blog-container .pagination .page.current {
  opacity: 1;
  background: red;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid red;
  padding: 20px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-container .pagination .page a {
  border: 2px solid #e3e3e3;
  border-radius: 30px;
  line-height: inherit;
  padding: 20px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.blog-container .pagination .next a,
.blog-container .pagination .prev a {
  background: #ffffff;
  padding: 0;
}

.blog-container .pagination .next .icon,
.blog-container .pagination .prev .icon {
  color: black;
  height: 15px;
}

.desktop-filters .filter-item input[type="radio"] {
  display: none;
}

.desktop-filters {
  display: block;
  margin-top: 23px;
}

input[type="radio"]:checked+.filter-label {
  color: red;
  font-weight: 600;
}

.blog-container .filter-title {
  display: flex;
  gap: 10px;
  align-items: center;
}

.blog-container .filter-list {
  padding-left: 34px;
  padding-bottom: 30px;
}

.blog-container .filter-title span {
  text-transform: capitalize;
  font-size: 16px;
}

.blog-container .mobile-filter-select {
  border-radius: 20px;
  background-color: #efefef;
  border: none;
}

.blog-container .select-wrapper {
  position: relative;
  display: inline-block;
}

.blog-container .select-wrapper .select-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  pointer-events: none;
}

.blog-container .select-wrapper select {
  padding-left: 40px;
  /* space for the image */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Cart page collection */
/* Example styles when cart is open */
body.cart-is-open {
  overflow: hidden !important;
  /* Prevent body scroll */
}

body.cart-is-open .site-header {
  z-index: 999;
  /* Adjust header z-index if needed */
}

.cart-col {
  padding-top: 50px;
}

.variant-label-box {
  width: 100%;
  padding: 9px 15px;
  border: none;
  border-radius: 10px;
  background-color: #efefef;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  color: #000;
}

/* cart drawer */
/* #CartDrawer .drawer__title{
      font-size: 30px;
  
    text-transform: capitalize;
    font-weight: bold;
}
#CartDrawer .drawer__footer{
  background-color: #efefef;
}
#CartDrawer .docapp-cart-item.docapp-summary-note{
      border: none;
    margin-bottom: 0 !important;
} */
.ast-cart__item__price {
  font-size: 15px;
}

.ast-carousel-slide .ast-cart__recommendation__carousel-item .ast-cart__recommendation__carousel-item__bottom {
  margin-top: 0px !important;
}

/* .ast-cart__item__title{
      font-size: 14px !important;
   
}
.ast-cart__item__price{
    color: red !important;
    font-size:15px;
}
 .ast-compare-price{
  color:black !important;
 } */
/* .ast-cart__recommendation__title{
  font-size: 16px;
    font-weight: bold;
   
} */
/* .ast-cart__recommendation__carousel-item__price-wrapper{
      align-items: flex-start !important;
    justify-content: flex-start !important;
} */
/* .ast-cart__recommendation__carousel-item__compare-price{
      font-size: 12px !important;
   
    color: black !important;
} */
/* .ast-cart__recommendation__carousel-item__price{
      font-size: 12px !important;
   
    color: red !important;
} */
/* .ast-cart__recommendation__carousel-item__title{
      font-size: 12px !important;
    
    font-weight: bold !important;
    color: black !important;
} */
/* .ast-carousel-slide .ast-cart__recommendation__carousel-item .ast-cart__recommendation__carousel-item__bottom{
      margin-top: 0px !important;
}
.ast-select--outline{
    width: 100% !important;
    padding: 9px 15px !important;
    border: none !important;
    border-radius: 10px !important;
    background-color: #efefef;
    color: black !important;
    font-weight: normal !important;
}
.ast-cart__recommendation__carousel-item__add-button{
      padding: 10px 20px !important;
    font-family: 'Gotham';
    border-radius: 10px !important;
} */
/* cart page  */
.custom-cart .cart__price--strikethrough {
  color: #000;
}

.cart__checkout {
  background-color: #ee1b24;
}

/* .custom-cart .custom-offers-wrapper .voucher-list .voucher-line{
  font-family: 'Gotham';
} */
.custom-cart .custom-offers-wrapper .voucher-list .voucher-line {
  font-size: 20px;
}

.custom-cart .custom-offers-wrapper .offer-footer {
  font-style: normal;
  font-size: 16px;

  padding-top: 10px;
}

.custom-cart .custom-offer-box strong {
  font-size: 20px;
  text-transform: capitalize;
}

.custom-cart .custom-offers-wrapper {
  display: flex;
  gap: 50px;
  flex-direction: column-reverse;
}

.custom-cart .custom-offer-box:not(.open) .dropdown-content {
  padding: 20px;
  max-height: max-content !important;
  overflow: visible !important;
}

.custom-cart .custom-offer-box .voucher-list {
  border-top: 1px solid black;
}

.custom-cart .custom-offers-wrapper .custom-offer-box .offer-entry {
  border-top: 1px solid grey;
}

.custom-cart span.coin-bag-icon,
.custom-cart span.percentage-icon {
  padding: 10px;
  top: -10px;
}

.custom-cart .custom-offers-wrapper .custom-offer-box .offer-entry {
  font-size: 20px;
}

.custom-cart .section-header {
  margin-bottom: 10px;
}

.cart-listing {
  flex-basis: 65%;
}

.custom-cart .convx-style-by-us {
  flex-basis: 35%;
}

.cart__page {
  width: 100% !important;
}

.cart__item .variant-selector {
  width: 100%;
  padding: 9px 15px;
  border: none;
  border-radius: 10px;
  background-color: #efefef;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  color: #000;
}

.cart__item-sub .js-qty__wrapper {
  max-width: 100px;
}

.cart__item .variant-dropdown:focus {
  outline: none;
  box-shadow: 0 0 0 2px #00000030;
}

.cart__item .variant-label {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px;
  display: block;
  font-size: 16px;
}

.cart-counts-msg {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 3px solid #efefef;
  padding: 10px 0;
}

.cart-main-title {
  font-size: 30px;
  font-weight: bold;

  text-transform: capitalize !important;
}

.cart-count {
  font-size: 16px;
  font-weight: 400;
  margin: 0 !important;
}
.cart-right-side {
  display: block;
  justify-items: right;
  text-align: right;
}
.cart-right-side button {
  text-decoration: underline;
  text-decoration-color: #000000;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  padding: 0px;
  font-size: 16px;
}
.cart-right-side button:hover {
  text-decoration-color: #ff2626;
  color: #ff2626;
}

.cart__item-name {
  margin: 0;
}

.cart__item-price-col {
  margin-top: 5px;
  color: #ee1b24;
  font-size: 16px;
  font-weight: bold;
  font-family: "Gotham";
  display: flex;
  gap: 15px;
}

.cart__item-name {
  font-size: 20px;
  font-weight: bold;

  text-transform: capitalize;
}

.cart__discount {
  color: #ee1b24;
}

.js-qty__num {
  border-radius: 10px;
  border-color: #ee1b24;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
}

.js-qty__adjust:hover {
  background-color: transparent;
  border-color: #ee1b24;
}

.cart__item {
  border-bottom: 3px solid;
  border-bottom-color: #efefef;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.cart__page {
  display: block;
  width: max-content;
}

.cart__page-col:first-child {
  padding-right: 0%;
}

.cart-variant-qty {
  display: flex;
  width: 100%;
  /* align-items: flex-end; */
  gap: 10px;
  padding: 10px 0px;
  align-items: center;
}

.cart__item--variants {
  width: 80%;
  margin-bottom: 0;
}

.cart__item-sub {
  justify-content: flex-end;
}

.custom-cart {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.content-promotion.cartbox p,
.content-promotion.cartbox span {
  font-size: 14px;
}

.voucherbox {
  width: 30%;
  border-radius: 15px;
}

.content-promotion.cartbox strong {
  display: flex;
  justify-content: center;
  display: flex;
  justify-content: center;
  padding: 15px 10px;
}

.content-promotion.cartbox font {
  font-size: 14px;
  font-weight: bold;
  color: #ee1b24;
}

.cart__page-col:last-child {
  background-color: #efefef;
  border-radius: 10px;
  position: relative;
}

.docapp-cart-with-coupon-summary {
  max-width: 100% !important;
  margin: 5px 0 0px 0 !important;
}

.docapp-coupon-input input[type="text"].docapp-coupon-input--input {
  border: none !important;
}

.btn.cart__checkout {
  font-size: 18px;
  font-weight: bold;
}

/* .docapp-cart-item .docapp-left,.docapp-cart-item .docapp-right{
font-family: 'Gotham';
} */
.docapp-cart-item .docapp-right {
  font-weight: 400 !important;
}

.docapp-cart-item.docapp-summary-note {
  border-bottom: 2px solid;
  border-bottom-color: #a7a7a7;
  margin-bottom: 10px !important;
  padding-bottom: 10px;
}

.docapp-cart-with-coupon-summary .docapp-line-through .money {
  color: #ee1b24;
}

/* location section */
.store-location {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 30px;
}

.location-section {
  display: flex;
  gap: 2px;
  /* width: 62.5%; */
  width: 100%;
}

.details-location {
  width: 25%;
  display: flex;
  flex-direction: column;
}

.location-description {
  height: 100%;
}

.location-title {
  display: flex;
  align-items: center;
}

.location-description {
  display: flex;
  align-items: center;
  flex: 1;
}

.location-title p,
.location-description p {
  margin: 0;
  padding: 10px;
  font-size: 12px;
  font-family: "Gotham";
}

.location-description p {
  padding-bottom: 0;
}

.location-description small {
  padding: 0 10px;
  margin: 0;
  padding-bottom: 10px;
}

.location-title p {
  font-weight: bold;
}

.delivery-info {
  padding-top: 10px;
  font-size: 16px;
}

/* 2 column announcement bar  */
.announcement-bar {
    padding: 0;
    z-index: 1000;
}
.annoucment-bar-top {
    z-index: 900001;
}

/* .announcement-slider {
  max-width: 100%;
  padding: 0;
} */

/* .announcement-slider__slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  align-self: anchor-center;
  padding: 1% 32%;
  height: 100%;
} */

/* .announcement-slider__slide img {
  padding: 0 2rem;
  max-width: 280px;

  margin: 0 2rem;
} */

.announcement-slider__slide .announcement-text {
  font-family: "Gotham";
}

.announcement-slider__slide #countdown {
  margin: 10px 0;
  display: flex;
}

.announcement-slider__slide .countdown-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-right: 10px;
  font-size: 15px;
  font-family: "Gotham";
}

.announcement-slider__slide .shop-now {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  text-decoration: none;
  font-family: "Gotham";
}

/* hero image */
.hero--natural .flickity-page-dots {
  bottom: 20px !important;
}

/* tab image slider  */
.tab-slider-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* Tab Menu Styling */
.tab-slider-section .tab-menu {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #0000003b;
}

.tab-slider-section .tab-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-evenly;
}

.tab-slider-section .tab-menu .tab-link {
  padding: 20px 80px;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;

  /* transition: all 0.3s ease; */
  margin: 0;
  font-family: "Gotham";
}

.tab-slider-section .tab-menu .tab-link.active-menu {
  position: relative;
}

.tab-slider-section .tab-menu .tab-link.active-menu::after {
  content: "";
  position: absolute;
  bottom: 0px;
  /* Adjust for spacing */
  left: 0;
  width: 100%;
  height: 4px;
  /* Adjust for thickness */
  background-color: red;
  /* Border color */

  border-radius: 30px;
}

/* Slides Content Styling */
.tab-slider-section .tabs-content-wrapper {
  position: relative;
  background-color: #000;
}

.tab-slider-section .tab-content {
  display: none;
  position: relative;
}

.tab-slider-section .tab-content.active-tab {
  display: block;
}

.tab-slider-section .slide-image {
  width: 100%;
  display: block;
}

.tab-slider-section .slide-content {
  position: absolute;
  bottom: 100px;
  width: 100%;
  border-radius: 5px;
}

.tab-slider-section .slide-content .slide-content-inner {
  max-width: 40%;
}

@media (max-width: 769px) {
  .tab-slider-section .slide-content .slide-content-inner {
    max-width: 100%;
  }
}

.tab-slider-section .slide-content h3 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Gotham";
  text-transform: capitalize;
  line-height: 1.2;
}

.tab-slider-section .slide-content p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Gotham";
}

.tab-slider-section .slide-content .button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  font-family: "Gotham";
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-align: center;
}

.tab-slider-section .slide-content .slider-buttons {
  display: flex;
  column-gap: 10px;
  letter-spacing: 1px;
  align-items: flex-start;
  flex-direction: column;
<<<<<<< HEAD
}

@media screen and (max-width: 768px) {
  .tab-slider-section .slide-content .slider-buttons {
    align-items: center;
  }
=======
>>>>>>> us-naruto-launch
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tab-slider-section .slide-content {
    bottom: 60px;
  }

  .tab-slider-section .slide-content h3 {
    font-size: 18px;
  }

  .tab-slider-section .slide-content p {
    font-size: 12px;
  }

  .tab-slider-section .tab-menu .tab-link {
    font-size: 12px;
  }

  .tab-slider-section .slide-content .button {
    font-size: 12px;
  }
}

.tab-slider-section .link-text a {
  text-transform: uppercase;
  font-size: 15px;
}

.tab-slider-section .mobile-dots {
  display: none;
  justify-content: center;
  margin: 15px 0;
}

.tab-slider-section .mobile-dots .dot {
  width: 24px;
  height: 4px;
  background-color: #bbb;
  border-radius: 10px;
  margin: 0 5px;
  cursor: pointer;
}

.tab-slider-section .mobile-dots .dot.active {
  background-color: #bbb;
}

.tab-slider-section .mobile-dots .dot.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
  width: 60px;
  border-radius: 5px;
  height: 4px;
  background-color: #ffffff;
}

.tab-slider-section .tab-content.active-tab {
  transform: translateX(0);
  /* animation: moveLeft 600ms ease; */
  animation: fadeIn 600ms ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 1;
  }

  to {
    opacity: 2;
  }
}

@keyframes moveLeft {
  0% {
    transform: translateX(100vw);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.aos-animate[data-aos="image-fade-in"] .image-element {
  animation: fade-in 0.5s cubic-bezier(0.29, 0.65, 0.58, 1) forwards;
}

.tab-slider-section .slide-image-mobile {
  display: none;
}

/* product banner slider */
/* .collection-showcase .threesixtysize {
  height: 320px ;
  width: 250px ;
} */
.collection-showcase .custom-next {
  top: 50%;
  right: -10px;
  transform: translate(0);
  position: absolute;
}

.collection-showcase .custom-prev {
  top: 50%;
  left: -10px;
  transform: translate(0);
  position: absolute;
}

.collection-showcase {
  position: relative;
  width: 100%;
  padding: 60px 0;
  color: #fff;
  overflow: hidden;
}

.collection-showcase .collection-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  transition: background-image 0.5s ease;
}

.collection-showcase .collection-container {
  position: relative;
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0 100px;
  z-index: 1;
  display: flex;
}

.collection-showcase .first-sec {
  flex: 1 0 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* gap:36px; */
}

.collection-showcase .second-sec {
  flex: 1 0 60%;
  width: 100%;
  overflow: hidden;
}

.collection-showcase .collection-header {
  display: flex;
  align-items: flex-start;
  /* margin-bottom: 40px; */
  justify-content: center;
  gap: 20px;
  flex-direction: column;
}

.collection-showcase .brand-logo {
  /* margin-right: 20px;
    flex: 0 0 100px; */
}

.collection-showcase .brand-logo img {
  height: 100%;
}

.collection-showcase .collection-info {
  /* flex: 1;
    padding-right: 20%; */
  width: 70%;
}

.collection-showcase .col-image {
  display: flex;
  justify-content: center;
  width: 100%;
}

.collection-showcase .col-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.collection-showcase .collection-title {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 10px;
  vertical-align: text-top;
  text-transform: capitalize !important;
  font-family: "Gotham";
}

.collection-showcase .collection-subtitle {
  font-size: 14px;
  margin: 0;
  font-family: "Gotham";
}

.collection-showcase .collection-tabs {
  display: flex;
  justify-content: center;
  /* margin: 30px 0; */
  margin-top: 0;
  margin: 0 0 -15px 0;
}

.collection-showcase .tab-button {
  background: none;
  border: none;
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Gotham";
}

.collection-showcase .tab-button img {
  width: 20px;
  height: 20px;
}

.collection-showcase .tab-button.active {
  opacity: 1;
  font-weight: bold;
}

.collection-showcase .tab-button.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Product Slider */
.collection-showcase .product-slider-wrapper {
  position: relative;
  margin: 0 -10px;
}

.collection-showcase .product-slider-container {
  display: none;
}

.collection-showcase .product-slider-container.active {
  display: block;
}

.collection-showcase .product-slider {
  display: flex;
  overflow: auto;
  scroll-behavior: smooth;
  margin: 0 45px;
  scrollbar-width: none;
}

.collection-showcase .product-slider::-webkit-scrollbar {
  display: none;
}

.collection-showcase .product-card {
  flex: 0 0 34%;
  max-width: 33.333%;
  padding: 0 5px;
  margin-bottom: 20px;
}

.collection-showcase .product-card-inner {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  color: #333;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.collection-showcase .product-image-container {
  position: relative;
}

.collection-showcase .product-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.collection-showcase .rotate-360-badge {
  background: url(https://cdn.shopify.com/s/files/1/2021/9723/files/WhatsApp_Image_2025-01-06_at_11.19.13_AM-removebg-preview_1.png?v=1736144072);
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 15px;
  z-index: 1;
  background-size: 50px 50px !important;
  background-repeat: no-repeat !important;
  right: 20px;
}

.collection-showcase .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 30px;
  outline: none;
  border: none !important;
  padding: 0 !important;
}

.collection-showcase .official-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
}

@media screen and (max-width: 540px) {
  .collection-showcase .official-badge {
    width: 40px;
  }
}

.collection-showcase .product-info {
  padding: 10px;
  flex-grow: 1;
  text-align: center;
}

.collection-showcase .product-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.collection-showcase .product-title a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  line-height: 1.2;
}

.collection-showcase .regular-price {
  font-size: 12px;
  font-weight: 600;
  color: red;
  text-decoration: line-through;
}

.collection-showcase .sale-price {
  font-size: 12px;
  font-weight: 600;
  color: red;
  margin-left: 5px;
}

.collection-showcase .payment-terms {
  font-size: 12px;
  color: #777;
}

.collection-showcase .product-actions {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.collection-showcase .add-to-cart-button {
  background-color: red;
  color: #fff;
  border: 1px solid red;
  border-radius: 50px;
  padding: 10px;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: "Gotham";
  width: 100%;
}

.collection-showcase .add-to-cart-button:hover {
  background-color: white;
  color: #000;
  border: 1px solid red;
}

.collection-showcase .more-info-button {
  background-color: transparent;
  border: 1px solid #e62429;
  border-radius: 50px;
  padding: 10px;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
  text-decoration: none;
  color: #000;
  display: block;
  font-family: "Gotham";
}

.collection-showcase .convx__pdp-atome {
  font-size: 13px;
  display: inline-block;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.collection-showcase .threesixtysize {
  height: 300px !important;
}

.collection-showcase .more-info-button:hover {
  background-color: #f5f5f5;
}

/* Arrows */
.collection-showcase .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* width: 40px;
    height: 40px;    */
  border: none;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.collection-showcase .slider-prev {
  left: 10px;
}

.collection-showcase .slider-next {
  right: 10px;
}

/* Dots */
.collection-showcase .slider-dots {
  display: flex;
  justify-content: center;
}

.collection-showcase .slider-dots .dot {
  width: 80px;
  border-radius: 5px;
  height: 6px;
  background-color: #770d12;
}

.collection-showcase .slider-dots .dot.active {
  background-color: #770d12;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
}

.collection-showcase .dot.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
  width: 80px;
  border-radius: 5px;
  height: 6px;
  background-color: #ee1b24;
}

@keyframes slide-bar {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.collection-showcase .view-all-container {
  text-align: center;
  margin-bottom: 5px;
}

.collection-showcase .view-all-button {
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
  font-size: 18px;
  font-family: "Gotham";
  box-shadow: 0px 2px 2px #fff;
  border-radius: 50px;
  margin-bottom: 30px;
  padding-bottom: 6px;
  transition: all 0.2s;
}

.collection-showcase .view-all-button:hover {
  box-shadow: 0 0 0;
  transform: translateY(3px);
}

/* Mobile & Desktop Classes */
.collection-showcase .mobile-only {
  display: none;
}

.collection-showcase .tab-arrow svg {
  background: #fff;
  border-radius: 50px;
}

.collection-showcase .view-all-button:hover {
  color: #fff !important;
}

.collection-showcase .slider-prev.disabled,
.collection-showcase .slider-next.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.collection-showcase .grid-item-variants {
  display: none;
}

.collection-showcase .threesixty-tag {
  position: absolute;
  display: none !important;
  top: 48px;
  left: 10px;
  z-index: 1;
  max-width: 250px;
  width: 60px !important;
}

.collection-showcase .threesixty-tag2 {
  position: absolute;
  display: block !important;
  top: 20px;
  right: 10px;
  z-index: 1;
  width: 25% !important;
  max-width: 60px;
}

.collection-showcase .threesixty-img-container {
  background: url("https://cdn.shopify.com/s/files/1/2021/9723/files/icons8-spinner.gif?v=1634182623") center no-repeat;
  background-size: 10% auto;
}

.collection-showcase .threesixty-img-container:hover {
  cursor: ew-resize;
}

.collection-showcase .threesixtysize {
  background-size: contain;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  width: 400px;
}

.collection-showcase .convx__product-tag-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  position: absolute;
  z-index: 1;
}

.collection-showcase .convx__product-details {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}

.collection-showcase .threesixty-wrapper-active {
  text-align: center;
  color: #444;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.collection-showcase .slidecontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.collection-showcase .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 30px;
  outline: none;
  border: none;
  padding: 0 !important;
}

.collection-showcase .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ea462f;
  cursor: pointer;
}

.collection-showcase .grid-product__title {
  font-weight: 700;
}

/* collection images */
.game-workshop-main {
  padding: 60px 100px;
  max-width: 1200px;
  margin: 0 auto;
}

/* .game-workshop-main .desktop-image,.game-workshop-main .mobile-image{
  transition: transform .3s ease;
} 
 .game-workshop-main .desktop-image:hover,.game-workshop-main .mobile-image:hover{
   transform: scale(1.03);
    transition: all .8s ease;
} */

.all-images-game .collection-item {
  border-radius: 10px;
  margin-bottom: 0;
}

.all-images-game .collection-image img {
  position: relative;
}

.all-images-game .collection-item:not(.collection-item--below):after {
  left: auto;
}

.all-images-game .collection-image--square {
  padding-bottom: 0;
}

.game-workshop-main .game-workshop-title-text {
  margin: 0 0 10px;
  font-size: 30px;
  color: #000;
  font-weight: 900;
  text-align: center;
  font-family: "Gotham";
}

.game-workshop-main .all-images-main-games-workshop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.game-workshop-main .all-images-game {
  width: calc((100% - 40px) / 3);
  /* 3 images per row with 20px gap */
  /* height: 250px; */
  order: 0;
}

.game-workshop-main .games-images {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-workshop-main .desktop-image {
  display: block;
}

.game-workshop-main .mobile-image {
  display: none;
}

.slideshow-wrapper .hero .flickity-page-dots .dot:after {
  color: #ee1b24;
}

.slideshow-wrapper .hero .flickity-page-dots .dot:before {
  color: #f4c9cb;
}

.slideshow-wrapper .hero .flickity-page-dots .dot {
  border-radius: 30px;
}

/* image with link  */
.image-with-link {
  background-color: #f5f5f5;
}

.image-with-link .main-image {
  display: flex;
  justify-content: center;
  padding: 82px 0;
}

.image-with-link .main-image img {
  filter: drop-shadow(0 0 0.25rem grey);
}

/* customer review */
.custom-next:hover,
.custom-prev:hover {
  transform: scale(1.25) !important;
}

/* Click effect */
.custom-next:active,
.custom-prev:active {
  transform: scale(0.95);
}

.reviews-section {
  padding: 40px 40px;

  margin: 0 auto;
}

.reviews-section .section-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Gotham";
  text-transform: none !important;
}

/* Review Card Styles */
.reviews-section .review-card {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.reviews-section .review-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 10px;
}

.reviews-section .review-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews-section .review-stars {
  color: #ee1b24;
  font-size: 24px;
  margin-bottom: 5px;
}

.reviews-section .review-title {
  font-size: 14px;
  margin-bottom: 5px;
  font-family: "Gotham";
}

.reviews-section .review-subtitle {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "Gotham";
}

.reviews-section .review-content {
  font-size: 12px;
  margin-bottom: 10px;
  font-family: "Gotham";
}

.reviews-section .shop-now-btn {
  background-color: #ee1b24;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  font-family: "Gotham";
}

.reviews-section .custom-prev,
.reviews-section .custom-next {
  position: absolute;

  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.reviews-section .custom-prev {
  top: 50%;
  left: -60px;
  transform: translate(0, 0);
}

.reviews-section .custom-next {
  top: 50%;
  right: -60px;
  transform: translate(0, 0);
}

/* Flickity Customization */
@keyframes dotProgress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.reviews-section .flickity-page-dots .dot {
  width: 100px;
  height: 6px;
  border-radius: 30px;
  background-color: #ddd;
  /* Default color */
  position: relative;
  overflow: hidden;
}

.reviews-section .flickity-page-dots .dot.is-selected::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #999393;
  /* Active color */
  /* Adjust duration as needed */
}

.reviews-section .flickity-previous {
  left: -30px;
  background: transparent;
  color: black;
  width: 50px;
  height: 50px;
}

.reviews-section .flickity-next {
  right: -30px;
  background: transparent;
  color: black;
  width: 50px;
  height: 50px;
}

.reviews-carousel {
  height: 100%;
}

.reviews-section .review-card {
  width: 20%;
  /* min-height: 100%; */
}

.reviews-section .flickity-page-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .custom-cart .convx-style-by-us-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .collapsible-trigger__icon {
    width: 30px;
  }
}

@media (min-width: 768px) {
  /* .collection-showcase .threesixtysize {
    height: 80vh !important;
    width: 80vh !important;
    max-height: 700px;
    background-position: center;
  } */

  .collection-showcase .slidecontainer {
    width: 50%;
  }
}

.collection-showcase #threesixtyfirst.bg,
.collection-showcase #threesixtysecond.bg,
.collection-showcase #threesixtythird.bg,
.collection-showcase #threesixtyfourth.bg,
.collection-showcase #threesixtyfifth.bg,
.collection-showcase #threesixtysixth.bg {
  display: flex;
}

/* testimonial image  */
.custom-swiper-button-next:hover,
.custom-swiper-button-prev:hover {
  transform: scale(1.25);
}

/* Click effect */
.custom-swiper-button-next:active,
.custom-swiper-button-prev:active {
  transform: scale(0.95);
}

.testimonial-slider-reviews {
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  overflow: hidden;
}

.testimonial-slider-reviews .main-testimonial-slider {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 30px;
}

.testimonial-slider-reviews .main-image-text {
  width: 100px;
}

.testimonial-slider-reviews .testimonial-title-text {
  margin: 0;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  font-family: "Gotham";
}

.testimonial-slider-reviews .review-swiper-container {
  width: 100%;
  /* max-width: 800px; */
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.testimonial-slider-reviews .review-text {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  text-align: center;
  padding: 20px;
  font-family: "Gotham";
  font-weight: 600;
}

.testimonial-slider-reviews .review-author {
  font-weight: bold;
}

/* Logo Swiper */
.testimonial-slider-reviews .all-logo-cart {
  /* background-color: #F7F7F7; */
  position: relative;
  padding: 10px 0;
}

.testimonial-slider-reviews .logo-swiper-container {
  width: 100%;
  overflow: visible;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #f7f7f7ad;
}

.testimonial-slider-reviews .swiper-wrapper {
  align-items: center;
  /* transition-duration: 500ms !important; */
  padding: 10px;
}

/* Logo Slide Styling */
.testimonial-slider-reviews .logo-swiper-container .swiper-slide {
  height: 100px;
  opacity: 0.6;
  transform: scale(0.85);
  /* transition: all 0.3s ease; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* max-width: 200px; */
  /* margin-left: 17px; */
}

.testimonial-slider-reviews .logo-swiper-container .swiper-slide img {
  max-width: 100%;
  max-height: 90%;
  height: auto;
  object-fit: contain;
}

/* Active Logo Slide */
.testimonial-slider-reviews .logo-swiper-container .swiper-slide-active {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transform: scale(1.2);
  height: 160px;
  /* Increased height for active slide */
  padding: 15px;
  background-color: #ffffff;
  opacity: 1;
  z-index: 10;
  position: relative;
  margin-top: -30px;
  /* Pull up to show more height */
  margin-bottom: -30px;
  margin-left: 0;
  /* Remove left margin to center properly */
}

/* Navigation arrows */
.testimonial-slider-reviews .swiper-button-prev,
.testimonial-slider-reviews .swiper-button-next {
  width: 40px;
  height: 40px;
  color: #000;
  background: transparent;
}

.testimonial-slider-reviews .swiper-button-prev:after,
.testimonial-slider-reviews .swiper-button-next:after {
  font-size: 24px;
  font-weight: bold;
}

.testimonial-slider-reviews .custom-swiper-button-prev,
.testimonial-slider-reviews .custom-swiper-button-next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-slider-reviews .main-arrow-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 20px;
}

/* Pagination dots */
.testimonial-slider-reviews .pagination-container {
  display: none !important;
}

.testimonial-slider-reviews .swiper-pagination-bullet {
  width: 26px;
  height: 4px;
  border-radius: 30px;
  background-color: #ebabae;
  opacity: 1;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
}

@keyframes testiProgress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.testimonial-slider-reviews .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  border-radius: 30px;
  background-color: #e73c33;
  /* Active color */
  /* Adjust duration as needed */
}

.installment-plan-header {
  display: flex;
  align-items: center;
}

.installment-plan-header .badge {
  padding: 5px 10px !important;
  border-radius: 30px !important;
}

/* Responsive */

@media (max-width: 1440px) {
  .collection-showcase .slider-dots .dot {
    width: 70px;
  }

  .collection-showcase .tab-button {
    font-size: 15px;
  }

  .collection-showcase .view-all-button {
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .collection-showcase .collection-tabs {
    /* margin-top: 62px; */
    margin-top: 48px;
  }
}

/* Only modify the 320-425px range as requested */

@media (min-width: 320px) and (max-width: 425px) {
  .testimonial-slider-reviews .main-testimonial-slider {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0;
  }

  .testimonial-slider-reviews .custom-swiper-button-next {
    display: none;
  }

  .testimonial-slider-reviews .custom-swiper-button-prev {
    display: none;
  }

  .testimonial-slider-reviews .pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
  }

  .testimonial-slider-reviews .main-image-text {
    width: 60px;
  }

  .testimonial-slider-reviews .testimonial-title-text {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    color: black;
  }

  .testimonial-slider-reviews .review-text {
    font-size: 12px;
    padding: 15px 10px;
    line-height: 1.4;
    color: black;
  }

  .testimonial-slider-reviews .logo-swiper-container .swiper-slide {
    height: 50px;
    /* max-width: 80px; */
    /* margin-left: 10px;
          margin-right: 10px; */
  }

  .testimonial-slider-reviews .logo-swiper-container .swiper-slide-active {
    height: 80px;
    padding: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transform: scale(1.15);
    margin-top: -15px;
    margin-bottom: -15px;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-slider-reviews .custom-swiper-button-prev,
  .testimonial-slider-reviews .custom-swiper-button-next {
    width: 28px;
    height: 28px;
  }

  .testimonial-slider-reviews .main-arrow-container {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .testimonial-slider-reviews .pagination-container {
    margin: 15px auto;
  }
}

@media (max-width: 1024px) {
  .collection-showcase .slider-dots .dot {
    width: 50px;
  }

  /* serach page  */
  .search-content .collapsible-trigger-btn {
    font-size: 0.8rem;
  }

  /* blog page */
  .blog-container {
    flex-direction: column;
    padding: 20px 0;
    gap: 5px;
  }

  .blog-container .blog-title {
    font-size: 20px;
    margin: 0;
  }

  /* .blog-container .blog-header{
    margin-top: 20px;
    margin-bottom: 20px;
  } */
  .blog-container .blog-sidebar {
    width: 100%;
    position: relative;
    top: auto;
  }

  .blog-container .articles-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
  }

  .blog-container .filters-blog {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .blog-container .custom-filter {
    display: flex;
    gap: 20px;
  }

  .desktop-filters {
    display: none;
  }

  .blog-container .mobile-filter-toggles {
    display: flex;
    margin: 0;
  }

  /* cart location */

  .collection-showcase .tab-button {
    font-size: 11px;
  }

  .collection-showcase .view-all-button {
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 6px;
    margin-bottom: 20px;
  }

  .collection-showcase .collection-tabs {
    /* margin-top: 118px; */
    margin-top: 103px;
  }

  /* product banner slider */
  .collection-showcase .product-card {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .collection-showcase .collection-info {
    padding-right: 10%;
  }

  /* Tab image slider */
  .tab-slider-section .tab-menu .tab-link {
    padding: 20px 40px;
  }

  /* customer review */
  .reviews-section .review-card {
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  .collection-showcase .product-card {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .collection-showcase .collection-header {
    flex-wrap: wrap;
    align-items: center;
  }

  .collection-showcase .collection-info {
    text-align: center;
    padding: 0;
  }

  .collection-showcase .col-image {
    margin-top: 20px;
    text-align: center;
  }

  .collection-showcase .col-image img {
    max-width: 300px;
    height: auto;
  }
}

@media (max-width: 460px) {
  .collection-showcase .threesixty-tag2 {
    position: absolute;
    display: block !important;
    top: 8px;
    right: 8px;
    z-index: 1;
    width: 19% !important;
    max-width: 100px !important;
  }
}

@media (max-width: 768px) and (min-width: 321px) {

  /* collection images */
  .game-workshop-main .all-images-game {
    width: calc((100% - 20px) / 2);
  }

  .game-workshop-main .game-workshop-title-text {
    font-size: 20px;
  }

  /* Handle odd number of images - make last image full width */
  .game-workshop-main .all-images-game:last-child:nth-child(odd) {
    width: 100%;
  }

  /* Set height for odd last image */
  /* .game-workshop-main .all-images-game:last-child:nth-child(odd) .games-images {
    height: 300px;
  } */

  /* Show mobile images, hide desktop images */
  .game-workshop-main .desktop-image {
    display: none;
  }

  .game-workshop-main .mobile-image {
    display: block;
  }
}

@media (max-width: 820px) {
  .collection-showcase .collection-header {
    margin-bottom: 30px;
  }

  .collection-showcase .collection-header,
  .collection-showcase .collection-container {
    flex-direction: column;
  }

  .collection-showcase .mobile-only {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .collection-showcase .tab-arrow {
    border: none;
    color: #fff;
    width: 50%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .collection-showcase .brand-logo.mobile-only {
    margin: 0 10px;
  }

  .collection-showcase .brand-logo {
    margin-bottom: 15px;
  }

  .collection-showcase .desktop-only {
    display: none;
  }

  .collection-showcase .collection-info {
    margin: 10px auto;
    padding-right: 0;
  }

  .collection-showcase .col-image {
    display: none;
  }

  .collection-showcase .desktop-only {
    display: none;
  }

  .collection-showcase .collection-title {
    display: none;
  }

  .collection-showcase .tab-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
  }
}

@media (max-width: 768px) {

  /* search page */
  .search-content .collapsible-trigger__icon {
    right: 15px;
  }

  /* blog page  */
  .blog-container .pagination .next,
  .blog-container .pagination .prev {
    width: 43px;
  }

  .blog-container .pagination-wrapper {
    justify-content: center;
  }

  .blog-container .filter-dropdown-list {
    top: 60px;
  }

  .blog-container .mobile-filter-item {
    width: 100%;
  }

  .custom-blogs {
    flex-wrap: wrap;
  }

  .custom-blogs .grid__item.medium-up--one-third .grid {
    display: flex;
    flex-direction: column;
  }

  .custom-blogs .grid__item.medium-up--one-third .grid .grid__item {
    width: 100%;
  }

  .custom-blogs .grid__item.medium-up--one-third {
    padding-right: 0;
    padding-left: 10px;
  }

  .blog-container .articles-grid {
    grid-template-columns: 1fr;
  }

  .custom-cart {
    flex-wrap: wrap;
  }

  .cart__item-price-col {
    display: block;
  }

  .custom-cart .cart-listing,
  .custom-cart .convx-style-by-us {
    flex-basis: 100%;
  }

  .custom-cart .convx-style-by-us-container {
    gap: 50px !important;
  }

  .location-section {
    width: 100%;
  }

  /* cart location  */
  .store-location {
    width: 100%;
    margin-left: 0;
  }

  /* cart checkout */
  .cart__page-col:last-child {
    padding: 30px;
  }

  /* testimonial slider */
  .testimonial-slider-reviews .logo-swiper-container .swiper-slide {
    /* max-width: 120px; */
    height: 80px;
    /* margin-left: 10px;
      margin-right: 10px; */
  }

  .testimonial-slider-reviews .logo-swiper-container .swiper-slide-active {
    height: 120px;
    margin-left: 0;
    margin-right: 0;
  }

  .custom-swiper-button-prev,
  .custom-swiper-button-next {
    display: none;
  }

  .testimonial-slider-reviews .testimonial-title-text {
    font-size: 28px;
  }

  .testimonial-slider-reviews .review-text {
    font-size: 14px;
  }

  /* product image slider */
  .collection-showcase .collection-info {
    margin: 10px auto;
    padding: 0 10px;
  }

  .collection-showcase .collection-subtitle {
    text-align: center;
  }

  .collection-showcase .desktop-only {
    display: none;
  }

  .collection-showcase .tab-arrow {
    border: none;
    color: #fff;
    width: 50%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .collection-showcase .brand-logo.mobile-only {
    margin: 0 10px;
  }

  .collection-showcase .mobile-only {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .collection-showcase .collection-header {
    flex-direction: column;
  }

  .collection-showcase .collection-container {
    flex-direction: column;
  }

  .collection-showcase .brand-logo {
    margin-bottom: 15px;
  }

  .collection-showcase .collection-title {
    display: none;
  }

  .collection-showcase .product-card {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* .collection-showcase .slider-arrow {
        width: 32px;
        height: 32px;
      } */
  .collection-showcase {
    padding: 20px 0;
  }

  .collection-showcase .slider-prev {
    left: 20px;
  }

  .collection-showcase .custom-next {
    right: 5px;
  }

  .collection-showcase .col-image {
    display: none;
  }

  .collection-showcase .tab-arrow.disabled {
    opacity: 0.3;
    pointer-events: none;
  }

  .collection-showcase .collection-subtitle,
  .view-all-button {
    font-size: 14px;
  }

  /* tab image slider */
  .tab-slider-section .desktop-tab-menu,
  .tab-slider-section .slide-image {
    display: none;
  }

  .tab-slider-section .slide-image-mobile {
    display: block !important;
  }

  .tab-slider-section .mobile-dots {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .tab-slider-section .slide-content {
    bottom: 75px;
    text-align: center;
    /* left: 60px; */
    /* top: -50%; */
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 100%;
    z-index: 2;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .tab-slider-section .slide-content h3 {
    font-size: 20px;
    color: white;
  }

  .tab-slider-section .slide-content p {
    font-size: 14px;
    color: white;
  }

  .tab-slider-section .slide-content .button {
    font-size: 14px;
    padding: 8px 16px;
  }

  .tab-slider-section .slide-image-mobile-overlay:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    /*background: linear-gradient(to top, #000000, #0000);*/
    z-index: 1;
  }

  /* image with link  */
  .image-with-link .main-image {
    padding: 40px 0;
  }

  /* customer review */
  .reviews-section .review-card {
    width: 50%;
  }

  .reviews-section {
    padding: 20px;
  }

  .reviews-section .custom-prev {
    left: -50px;
  }

  .reviews-section .custom-next {
    right: -50px;
  }

  /* announcement bar */
}

/* Only modify the 320-425px range as requested */
@media (min-width: 320px) and (max-width: 425px) {
  .testimonial-slider-reviews .main-testimonial-slider {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0;
  }

  .custom-swiper-button-next {
    display: none;
  }

  .testimonial-slider-reviews .custom-swiper-button-prev {
    display: none;
  }

  .testimonial-slider-reviews .pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
  }

  .testimonial-slider-reviews .main-image-text {
    width: 60px;
  }

  .testimonial-slider-reviews .testimonial-title-text {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    color: black;
  }

  .testimonial-slider-reviews .review-text {
    font-size: 12px;
    padding: 15px 10px;
    line-height: 1.4;
    color: black;
  }

  .testimonial-slider-reviews .logo-swiper-container .swiper-slide {
    height: 50px;
    /* max-width: 80px; */
    /* margin-left: 10px;
      margin-right: 10px; */
  }

  .testimonial-slider-reviews .logo-swiper-container .swiper-slide-active {
    height: 80px;
    padding: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transform: scale(1.15);
    margin-top: -15px;
    margin-bottom: -15px;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-slider-reviews .custom-swiper-button-prev,
  .testimonial-slider-reviews .custom-swiper-button-next {
    width: 28px;
    height: 28px;
  }

  .testimonial-slider-reviews .main-arrow-container {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .pagination-container {
    margin: 15px auto;
  }
}

.collection-showcase .convx__pdp-atome img {
  display: inline-block;
}

/* 2 column announcement bar  */
@media (max-width: 500px) {

  /* cart drawer */
  #CartDrawer .drawer__title {
    font-size: 20px;
  }

  /* cart page*/
  .cart-variant-qty {
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
  }

  .custom-cart .custom-offers-wrapper .voucher-list .voucher-line,
  .custom-cart .custom-offers-wrapper .custom-offer-box .offer-entry {
    font-size: 16px;
  }

  .location-title,
  .location-description {
    justify-content: center;
    text-align: center;
  }

  .location-section .details-location:last-child .location-title {
    flex-grow: 1;
  }

  .location-title p,
  .location-description p,
  .location-description small {
    font-size: 15px;
  }

  .cart__item--variants {
    width: 100%;
  }

  .cart__item-sub {
    justify-content: flex-start;
  }

  /* tab slider */
  /* .tab-slider-section .slide-content {
    left: 0;
  } */

  /* product banner slider  */
  .collection-showcase .collection-header {
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
  }

  .collection-showcase .collection-info {
    width: 100%;
    text-align: center;
  }

  .collection-showcase .product-card {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .collection-showcase .product-slider-wrapper {
    margin: 0 -20px;
  }

  .collection-showcase .slider-dots .dot {
    width: 24px;
    height: 4px;
  }

  .collection-showcase .dot.active::after {
    width: 24px;
    height: 4px;
  }

  .collection-showcase .product-title a {
    font-size: 15px;
    text-transform: none;
  }

  .collection-showcase .regular-price,
  .collection-showcase .sale-price {
    font-size: 15px;
  }

  .collection-showcase .convx__pdp-atome {
    font-size: 13px;
  }

  .collection-showcase .convx__pdp-atome img {
    width: 50px !important;
    display: inline-block;
  }

  .collection-showcase .threesixtysize {
    height: 300px !important;
  }

  .collection-showcase .collection-container {
    padding: 0;
  }

  .collection-showcase .add-to-cart-button,
  .collection-showcase .more-info-button {
    font-size: 12px;
  }

  /* collection image */
  .game-workshop-main .all-images-main-games-workshop {
    gap: 10px;
  }

  /* announcement bar */

  .announcement-slider__slide img {
    margin: 0;
    padding: 0rem;
    max-width: 100%;
  }

  .announcement-text,
  .announcement-link-text {
    padding: 0 1rem;
  }

  .announcement-slider__slide #countdown {
    padding: 0 1rem;
  }

  .announcement-slider__slide .countdown-item {
    font-size: 10px;
  }

  .announcement-slider__slide .shop-now {
    font-size: 10px;
  }

  /* customer review */

  .reviews-section .section-title {
    font-size: 20px;
  }

  .reviews-section .review-title {
    font-size: 16px;
    text-align: center;
  }

  .reviews-section .review-subtitle {
    font-size: 14px;
    text-align: center;
  }

  .reviews-section .review-content {
    font-size: 12px;
    text-align: center;
  }

  .reviews-section .shop-now-btn {
    display: flex;
    width: max-content;
    margin: 0 auto;
  }

  .reviews-section .review-card {
    width: 100%;
  }

  .reviews-section .review-stars {
    text-align: center;
  }

  .testimonial-slider-reviews .testimonial-title {
    padding: 0 40px;
    margin: 0 auto;
  }

  .testimonial-slider-reviews .all-logo-cart {
    padding: 0px 0;
  }
}

@media (max-width: 480px) {
  /* blog page */

  .mobile-filter-item {
    min-width: auto;
  }

  .game-workshop-main .all-images-game:nth-child(1),
  .game-workshop-main .all-images-game:nth-child(2) {
    /* height: 200px; */
  }

  .game-workshop-main .all-images-game:nth-child(3) {
    /* height: 200px; */
  }

  .game-workshop-main .all-images-game:nth-child(5) {
    /* height: 200px; */
  }

  .game-workshop-main .all-images-game {
    width: calc((100% - 20px) / 2);
  }

  .game-workshop-main {
    padding: 40px 15px;
  }

  .collection-showcase .product-slider-container.active {
    display: flex;
    flex-direction: column;
  }

  .collection-showcase .product-slider {
    order: 2;
  }

  .collection-showcase .slider-dots {
    order: 3;
  }

  .collection-showcase .view-all-button {
    padding-top: 6px;
    background: red;
    border: 1px solid red;
    box-shadow: none;
  }

  .collection-showcase .view-all-button:hover {
    background: transparent;
    transform: none;
  }

  p.nav-product-desc {
    min-height: 38.4px;
  }
}

@media (max-width: 375px) {
  .default-selected-variant {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 320px) {
  .game-workshop-main .all-images-game {
    width: calc((100% - 20px) / 2);
  }

  .game-workshop-main {
    padding: 40px 15px;
  }

  /* Show mobile images, hide desktop images */
  .game-workshop-main .desktop-image {
    display: none;
  }

  .game-workshop-main .mobile-image {
    display: block;
  }
}

.custom-offer-box.ramadan-sale {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}

/* start bundle sale*/

.bundle-grid-section {
  text-align: center;
  background-color: #fff;
}

.bundle-grid-section h2 {
  font-size: 2em;
  margin-bottom: 10px;
}

.bundle-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 30px;
  justify-content: center;
  grid-template-columns: 40% 40%;
}

@media screen and (max-width: 768px) {
  .bundle-grid-section {
      padding: 30px 0px;
  }

  .bundle-grid {
    grid-template-columns: 1fr;
  }

  .bundle-card img.bundle-main-img {
    height: 100% !important;
  }
}

.bundle-card {
  border: 1px solid #eaeaea;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bundle-card img.bundle-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bundle-card-content {
  padding: 16px;
  text-align: left;
  background: #f7f7f7;
}

.bundle-card-content h3 {
  font-size: 1em;
  font-weight: 700;
}

.bundle-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.bundle-icon-img {
  width: 60px;
  height: auto;
  border: 0.5px solid #d2d2d2;
  background: white;
}

.bundle-footer {
  background: #f7f7f7;
  border-top: 1px solid #ddd;
  text-align: center;
}

.bundle-savings {
  font-size: 22px;
  font-weight: 600;
  padding: 12px 20px 8px;
  color: rgb(40, 167, 69);
}

.bundle-button {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: rgb(132, 0, 0);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-radius: 0 0 12px 12px;
  text-decoration: none;
  transition: background 0.3s ease;
  display: flex;
  justify-content: center;
}

.bundle-button:hover {
  background: #d63535;
  color: #fff;
}

.bundle-button svg {
  margin-left: 5px;
}

.bundle-card-bottom {
  border-bottom: 1px solid #ddd;
}

/* end bundle sale*/

/* one piece */
span.labelnew {
  position: absolute;
  z-index: 999;
  background-color: red;
  color: white !important;
  font-size: small;
  top: 2px;
  right: 2px;
  padding: 0px 4px;
}

.product__thumbs--beside.product__thumbs-placement--left {
  display: none;
}

li.convx__sub-dropdown-item a.convx__menu-link {
  color: #000 !important;
}

.convx__mobile-menu.mobile-menu-level-1 {
  height: 78vh;
}

#Globo-Back-In-Stock-Popup .Globo-product-price {
  display: none;
}

.testimonial-slider-reviews .main-arrow-container {
  display: none;
}

.testimonial-slider-reviews .main-testimonial-slider {
  margin-bottom: 30px;
}

@font-face {
    font-family: leagueSpartanBlack;
    src: url(https://cdn.shopify.com/s/files/1/2021/9723/files/LeagueSpartan-Black.ttf?v=1761885694)
}

.exlsuive-deal-box {
    background: rgb(255 0 0);
    color: white;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    font-family: leagueSpartanBlack;
}

.h1-tags {
    all: unset;
    color: transparent !important;
    position: absolute;
    -webkit-user-select: none;
    user-select: none;
    right: 0;
    z-index: 1;
}

/* start convx_product_card*/
  .image-container {
    min-height: 350px;
  }
  .stock-indicator {
    margin: auto 0 0;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .stock-indicator-empty {
    display: none;
  }

  .stock-indicator .dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px 0 0;
    vertical-align: middle;
  }

  .stock-indicator .text {
    display: inline-block;
    vertical-align: middle;
  }

  .stock-indicator .bar {
    height: 5px;
    background-color: #e0e0e0;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .stock-indicator .bar span {
    display: block;
    height: 100%;
    border-radius: 3px;
  }

  .in-stock .dot,
  .in-stock .bar span {
    background-color: #28a745;
  }
  .limited-stock .dot,
  .limited-stock .bar span,
  .preorder .dot,
  .preorder .bar span {
    background-color: #f6c344;
  }
  .out-of-stock .dot,
  .out-of-stock .bar span {
    background-color: #dc3545;
  }
/* end convx_product_card*/