.prod-cat {
  color: #000;
}
.prod-cat {
  margin: 0 0 0rem 0;
}
.prod-cat li,
.prod-cat .form-check-label {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px 0;
}
.prod-cat h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 12px 0;
}

.social-buttons {
  width: 95px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  mix-blend-mode: luminosity;
  opacity: 0.4;
  transition: all 0.3s ease;
}

.picasso {
  background: url("https://www.shahsons.com/wp-content/uploads/2024/08/facebook-logo-for-picasso.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.picasso:hover,
.goldfish:hover {
  mix-blend-mode: normal;
  opacity: 1;
}

.goldfish {
  background: url("https://www.shahsons.com/wp-content/uploads/2024/08/facebook-logo-for-goldfist.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Uncategorized category in Category List block - dropdown */
.wp-block-categories-dropdown option[value="1"] {
  display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  color: #252c32;
  font-family: "Aeonik", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.108px;
  padding: 0;
}

.model_number {
  color: #252c32;
  font-family: "Aeonik", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.196px;
  margin: 0;
}

/* .woocommerce ul.products li.product .price {
    display: none;
} */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button {
  color: #252c32;
  font-family: "Aeonik", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.084px;
  background-color: transparent;
  padding: 0;
  transition: all 0.3s ease;
}

.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  border: 1px solid #be151b;

  background-color: #be151b;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
}

/* .woocommerce ul.products li.product .button:after {
content: url('https://shahsons.digitzmedia.com/wp/wp-content/uploads/2024/08/daraz-icon.png');
padding: 0 0px 0px 10px;
} */

.woocommerce ul.products li.product a.button:hover {
  background-color: transparent;
  border: 1px solid #be151b;
  color: #202020;
}

.woocommerce ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
  border: 1px solid var(--Light-Gray-Light-Gray-3, #e5e9eb);
  background: var(--black-white-white, #fff);
  margin: 0;
  padding: 10px 25px;
  width: 25%;
}

.woocommerce.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
  width: 33.3%;
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: none;
}

/* Add custom styles for grid and list views */
#productsContainer.grid-view .product {
  display: inline-block;
}

#productsContainer.list-view .product {
  display: block;
  width: 100%;
  margin-bottom: 1.5%;
}

#productsContainer.list-view .product a img {
  float: left;
  width: 30%;
}

#productsContainer.list-view .product h2 {
  padding-top: 2em;
}

.grid-style {
  border-radius: 6px 0px 0px 6px;
  background: var(--Light-Gray-Light-Gray-3, #f6f8f9);
  padding: 4px;
  border: 0;
}
.list-style {
  border-radius: 0px 6px 6px 0px;
  background: var(--Light-Gray-Light-Gray-5, #f6f8f9);
  padding: 4px;
  border: 0;
}

.list-style.btn-secondary.active,
.grid-style.btn-secondary.active,
.list-style.btn-secondary:active,
.grid-style.btn-secondary:active,
.list-style.btn-secondary:focus,
.grid-style.btn-secondary:focus,
.list-style.btn-secondary:hover,
.grid-style.btn-secondary:hover {
  background: var(--Light-Gray-Light-Gray-3, #e5e9eb);
  border: 0;
}
.list-style.btn-check:focus + .list-style.btn-secondary,
.list-style.btn-secondary:focus,
.grid-style.btn-check:focus + .grid-style.btn-secondary,
.grid-style.btn-secondary:focus {
  color: #fff;
  background-color: #e5e9eb;
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0);
}

.list-style.btn-secondary.active .filler,
.grid-style.btn-secondary.active .filler,
.list-style.btn-secondary:active .filler,
.grid-style.btn-secondary:active .filler,
.list-style.btn-secondary:hover .filler,
.grid-style.btn-secondary:hover .filler,
.list-style.btn-secondary:focus .filler,
.grid-style.btn-secondary:focus .filler {
  fill: #252c32;
}
.list-style.btn-secondary .filler,
.grid-style.btn-secondary .filler {
  fill: #b0babf;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
  font-size: 1rem;
  margin: 0;
  color: #b0babf;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
  right: 10px;
  left: auto;
}

.related-products-before-footer {
  background-color: #f2f2f2;
}

.related-products-before-footer h2 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 133.333% */
  text-transform: uppercase;
  margin: 30px 0;
}

.woocommerce .woocommerce-breadcrumb {
  margin-top: 3em;
}

.posted_in {
  display: none;
}

.small-heading {
  display: table;
  color: #be151b;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  padding: 0px 8px;
  text-align: center;
  border-radius: 6px;
  background: var(--Light-Gray-Light-Gray-4, #eef0f2);
  position: absolute;
  top: 0;
}

.summary.entry-summary {
  position: relative;
}

.summary.entry-summary .product_title.entry-title {
  color: var(--Dark-Gray-Dark-Gray-2, #252c32);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1px;
  padding-top: 2rem;
  margin-bottom: 0;
}

.sku_wrapper {
  color: var(--Mid-Gray-Mid-Gray-2, #6e7c87);
  font-family: "Aeonik", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  letter-spacing: -0.12px;
}
.woocommerce .summary.entry-summary .cart {
  margin: 1rem 0;
}
.woocommerce .summary.entry-summary .single_add_to_cart_button.button {
  border-radius: 0px;
  background: #be151b;
  display: flex;
  width: max-content;
  padding: 5px 40px 5px 45px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-family: "Aeonik", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  height: 45px;
  transition: background-color 0.5s ease;
  margin-left: 1rem;
  border-radius: 24px;
}

.woocommerce .summary.entry-summary .single_add_to_cart_button.button:hover {
  background: #404040;
}

.woocommerce .summary.entry-summary .single_add_to_cart_button.button:after {
  /* content: url("http://shahsons.local/wp-content/uploads/2026/04/shopping-cart-icon.png");
  width: 20px;
  height: 20px; */
}

.woocommerce-product-details__short-description table {
  background-color: #fafafa;
  color: #000;
  font-family: "Aeonik", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
}

.woocommerce-product-details__short-description table td {
  border: 1px solid #cecece;
  padding: 5px 25px 5px 25px;
  vertical-align: middle;
}

.woocommerce-product-details__short-description table td:first-child {
  width: 25%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#primary .woocommerce-product-gallery__trigger {
  z-index: 1;
}

.woocommerce-products-header {
  position: relative;
  z-index: 0;
  box-shadow: none !important;
}

.custom-header {
  background-color: white;
  box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.25);
}

.woocommerce img,
.woocommerce-page img {
  vertical-align: sub;
}

.woocommerce-product-details__short-description
  table
  tr:first-child
  td:nth-child(2) {
  padding: 10px 25px 5px 25px;
}

@media (max-width: 992px) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
  }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: left;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 50%;
    margin: 0;
    padding: 0px 0px 10px 10px;
  }

  .woocommerce .related ul.products[class*="columns-"] li.product,
  .woocommerce-page .related ul.products[class*="columns-"] li.product {
    width: 100%;
    margin: 0;
  }

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
  }
}

.daraz-btn {
  border-radius: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #202020;
  display: flex;
  width: 150px;
  padding: 4px 25px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-family: "Aeonik", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  transition: background-color 0.5s ease;
  letter-spacing: 0.5px;
}

.daraz-btn::before {
  content: url("https://shahsons.digitzmedia.com/wp/wp-content/uploads/2024/08/daraz-icon.png");
}

.daraz-btn:hover {
  color: #fff;
}

header .follow-us-social {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 5px;
}

header .follow-us-text {
  font-size: 14px;
  color: #6b7280;
  white-space: nowrap;
}

header .follow-us-menu {
  display: flex;
  gap: 12px;
}

header .follow-us-item {
  position: relative;
}

/* Button */
header .follow-us-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 34px;
  width: 34px;
  padding: 0 8px;

  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #9ca3af;
  cursor: pointer;

  overflow: hidden;
  white-space: nowrap;
  transition:
    width 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

header .follow-us-icon {
  display: grid;
  place-items: center;
}

header .follow-us-icon svg {
  width: 18px;
  height: 18px;
}

header .follow-us-label {
  font-size: 16px;
}

header .follow-us-label,
header .follow-us-chev {
  opacity: 0;
  transform: translateX(-4px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

/* Hover expand */
header .follow-us-item:hover .follow-us-btn {
  width: 145px;
  color: #6b7280;
  border-color: #d1d5db;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

header .follow-us-item:hover .follow-us-label,
header .follow-us-item:hover .follow-us-chev {
  opacity: 1;
  transform: translateX(0);
}

/* Dropdown */
header .follow-us-dropdown {
  position: absolute;
  top: 32px;
  left: 0;
  min-width: 145px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 10;
}

header .follow-us-item:hover .follow-us-dropdown {
  display: block;
}

header .follow-us-dropdown a {
  display: block;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #374151;
  text-decoration: none;
}

header .follow-us-dropdown a:hover {
  background: #f3f4f6;
}

header .follow-us-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

header .follow-us-dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
}

header .follow-us-dropdown a img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.shopping-cart-icon {
  position: relative;
  display: flex;
}
.shopping-cart-icon .cart-contents {
  position: absolute;
  top: -12px;
  left: 16px;
  border: 1px solid #be151b;
  border-radius: 50px;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #be151b;
  background: white;
  font-size: 14px;
}

/* Quantity input with + and - buttons */
.quantity {
  margin-top: 6px !important;
  display: flex;
  align-items: center;
  /* gap: 10px; */
}

.qty-btn {
  width: 45px;
  height: 45px;
  /* border: 1px solid #ddd; */
  background: #be151b;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 4px; */
  transition: all 0.2s ease;
}

.qty-btn:hover {
  opacity: 0.8;
}

.qty-btn:active {
  opacity: 0.8;
}

.quantity input[type="number"] {
  width: 45px !important;
  height: 45px;
  text-align: center;
  border: none;
  border-bottom: 2px solid #be151b;
  border-top: 2px solid #be151b;
  outline: none;
  font-size: 16px;
}
.button.wc-coupon-btn,
.woocommerce-form-coupon button {
  height: 45px;
  min-width: 140px;
  border: 1px solid #ddd;
  padding: 0 12px;
  background-color: #be151b !important;
  color: #fff !important;
}
.coupon .input-text {
  height: 45px;
  min-width: 140px;
  font-size: 16px;
  cursor: pointer;
}
.woocommerce .coupon .button:hover,
.woocommerce-cart-form .coupon .button:hover,
.woocommerce-checkout .coupon .button:hover,
.woocommerce form.checkout .coupon .button:hover {
  background: #981217 !important;
}

/* WooCommerce Toaster Notices */
.wc-toaster-notices,
.wc-toaster-notice:not(.wc-toaster-error) {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  max-width: 400px;
}

.wc-toaster-notices {
  max-width: 400px;
}

.wc-toaster-notice {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: slideInRight 0.3s ease-out;
  border-left: 4px solid;
}

.wc-toaster-notice a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wc-toaster-notice.wc-toaster-info {
  border-left-color: #007cba;
}

.wc-toaster-notice.wc-toaster-success {
  border-left-color: #46b450;
}

.wc-toaster-notice.wc-toaster-error {
  border-left-color: #dc3232;
}

.wc-toaster-content {
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.wc-toaster-close {
  background: none;
  border: none;
  cursor: pointer;
  padding-bottom: 5px;
  margin-left: 16px;
  color: #666;
  transition: color 0.2s;
  border-radius: 4px;
  height: max-content;
}

.wc-toaster-close:hover {
  color: #333;
  background: rgba(0, 0, 0, 0.05);
}

.wc-toaster-notice.fade-out {
  animation: fadeOut 0.3s ease-out forwards;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* For single notices not in ul */
.wc-toaster-notice:not(.wc-toaster-error) {
  margin-bottom: 10px;
}

.wc-toaster-content .wc-notice-cta {
  display: inline-block;
  margin-left: 10px;
  padding: 6px 12px;
  background: #007cba;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  transition: background 0.2s;
}

.wc-toaster-content .wc-notice-cta:hover {
  background: #005a87;
}

.cart_totals h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.cart_totals {
  font-size: 1rem;
}

.checkout-button.wc-forward {
  background-color: #be151b !important;
  font-size: 1rem !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  height: 45px;
  min-width: 140px;
  background-color: #be151b !important;
  color: #fff !important;
}
.qty-btn {
  width: 34px;
  height: 34px;

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

  border-radius: 50%;

  background: #fff;
  color: #e60023;

  font-size: 18px;
  font-weight: 600;

  border: 1px solid #e60023;

  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  font-weight: normal;
}

.qty-btn:hover {
  background: #e60023;
  color: #fff;
  transform: scale(1.1);
}

.qty-btn:active {
  transform: scale(0.95);
}

.quantity input.qty {
  width: 60px !important;
  height: 34px;
  border-radius: 8px;
  font-size: 24px;
  outline: none;
  color: #e60023;
  border: none;
}
.woocommerce-product-gallery {
  position: relative;
  padding-left: 110px;
}

/* thumbnails pinned left */
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  position: absolute;
  left: 0;
  top: 20px;
  width: 90px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.woocommerce-product-gallery .flex-viewport {
  overflow: hidden;
  box-shadow:
    inset 0 1px 2px rgba(0, 0, 0, 0.05),
    0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e9eb;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto;
  float: left;
  margin: 0;
  list-style: none;
  border: 2px solid #d1d1d8;
  cursor: pointer;
  border-radius: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li:hover {
  border: 2px solid #be151b;
}

.woocommerce
  div.product
  div.images
  .flex-control-thumbs
  li:has(img.flex-active) {
  border: 2px solid #be151b;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  .woocommerce-breadcrumb {
  font-size: 0.8em;
  color: inherit;
}

.woocommerce .star-rating span::before {
  color: #f5a623;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  color: inherit;
  font-weight: bold;
}
.woocommerce-product-rating {
  font-size: 1rem;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0.4em;
}
#reviews {
  color: rgb(32, 32, 32);
}

.woocommerce #reviews #comments h2 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    position: relative;
    width: auto;
    flex-direction: row;
  }
  .woocommerce-product-gallery {
    padding-left: 0;
  }
}
