@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");

:root {
  /* Font */
  --font-family-primary: Arial, sans-serif;

  /* Colors */
  --clr-primary: ;
  --clr-secondary: ;
  --clr-black: #000000;
  --clr-white: #ffffff;
  --clr-text: #141414;
  --clr-muted: #666666;
  --clr-border: #e5e5e5;
  --clr-light-bg: #f7f7f7;
}


body {
  overflow-x: hidden;
}

/*  */
.cstm-header {
  position: relative;
  width: 100%;
  z-index: 999;
  transform: translateY(0);
  transition:
    transform .35s ease,
    background-color .35s ease,
    box-shadow .35s ease;
  will-change: transform;
}

/* Active on scroll */
.cstm-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--clr-white) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
  transform: translateY(0);
}

.page-id-15 .cstm-header .menu-item a {
  color: var(--clr-white) !important;
}

.page-id-15 .cstm-header .current-menu-item.menu-item a {
  color: #666 !important;
}

.cstm-header.is-fixed .menu-item a {
  color: #141414 !important;
}

.cstm-header-mobi .elementor-menu-toggle {
  padding: 0;
}

.cstm-header-mobi .elementor-icon-wrapper {
  display: flex;
}

.cstm-header .header-upper {
  position: relative;
}

.cstm-header .header-upper .cstm-p-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
}

.cstm-header .elementor-icon-wrapper svg path {
  stroke: var(--clr-black) !important;
}

.cstm-header .elementor-button-icon svg path {
  stroke: var(--clr-black) !important;
}

.cstm-header-mobi .elementor-icon-wrapper svg path {
  stroke: var(--clr-black) !important;
}

.cstm-header-mobi .elementor-button-icon svg path {
  stroke: var(--clr-black) !important;
}

.page-id-15 .cstm-header .elementor-icon-wrapper svg path {
  stroke: var(--clr-white) !important;
}

.page-id-15 .cstm-header .elementor-button-icon svg path {
  stroke: var(--clr-white) !important;
}

.cstm-header.is-fixed .elementor-icon-wrapper svg path {
  stroke: var(--clr-black) !important;
}

.cstm-header.is-fixed .elementor-button-icon svg path {
  stroke: var(--clr-black) !important;
}

.page-id-15 .cstm-header>.mega-menu-item>a,
.page-id-15 #mega-menu-menu-1>.mega-menu-item>.mega-menu-link {
  color: #ffffff !important;
}

.page-id-15 .cstm-header.is-fixed .mega-menu-item>a,
.page-id-15 .cstm-header.is-fixed #mega-menu-menu-1>.mega-menu-item>.mega-menu-link {
  color: #000 !important;
}

.cstm-header>.mega-menu-item>a:hover,
.cstm-header>#mega-menu-menu-1>.mega-menu-item>.mega-menu-link:hover,
.cstm-header>#mega-menu-menu-1>.mega-menu-item.mega-current-menu-item>.mega-menu-link {
  text-decoration: underline !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
  color: #747070 !important;
}

/*  */
.cstm-img-slider .swiper-slide-inner img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.cstm-img-slider .swiper-slide-inner:before {
  content: '';
  z-index: 0;
  position: absolute;
  background: #0000002e;
  width: 100%;
  height: 100%;
}

.hero-slider-img .cstm-img-slider {
  height: 100%;
  width: 100%;
}

.hero-slider-img .cstm-img-slider>div {
  height: 100%;
  display: flex;
}

.hero-slider-img .cstm-img-slider>div .swiper-slide-inner {
  height: 100%;
}

.hero-slider-img .cstm-img-slider>div .swiper-slide-inner img {
  height: 100%;
}

.csmt-home-card .elementor-widget-image {
  position: relative;
  overflow: hidden;
}

.csmt-home-card .elementor-widget-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #00000038;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease;
  z-index: 2;
  pointer-events: none;
}

.csmt-home-card .elementor-widget-image {
  height: 100%;
  width: 100%;
}

.csmt-home-card img {
  display: block;
  transition: transform .45s ease;
  will-change: transform;
}

.csmt-home-card:hover .elementor-widget-image::before {
  opacity: 1;
  visibility: visible;
}

.csmt-home-card:hover img {
  transform: scale(1.1);
}

.cstm-bg-img-sc {
  position: relative;
}

.cstm-bg-img-sc>div {
  position: relative;
  z-index: 1;
}

/* top background image */
.cstm-bg-img-sc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 373px;
  background-image: url("https://nassy.com.au/wp-content/uploads/2026/02/Capture-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* bottom background image */
.cstm-bg-img-sc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 373px;
  background-image: url("https://nassy.com.au/wp-content/uploads/2026/02/Capture-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* cstm-policy-text */
.cstm-policy-text h2 {
  font-size: 20px;
  margin: 0 0 20px 0;
  font-weight: 600;
}

.cstm-policy-text h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  font-weight: 600;
}

.cstm-policy-text br {
  display: none;
}

.cstm-policy-text p {
  font-size: 16px;
  margin-bottom: 14px !important;
}

.cstm-policy-text a {
  font-size: 16px;
  color: #0000ff !important;
  text-decoration: underline;
}

.cstm-policy-text ul,
.cstm-policy-text ol {
  margin-bottom: 20px;
}

.cstm-policy-text ul li,
.cstm-policy-text ol li {
  font-size: 16px;
  margin-bottom: 14px;
}

.cstm-policy-text ul li a,
.cstm-policy-text ol li a {
  font-size: 16px;
}

.cstm-policy-text ul li:last-child,
.cstm-policy-text ol li:last-child {
  margin: 0px;
}

.cstm-policy-text ul li ul,
.cstm-policy-text ol li ol {
  margin-top: 10px;
}

.cstm-policy-text ul li ul li:last-child,
.cstm-policy-text ol li ol li:last-child {
  margin: 0;
}

.cst-fomr .elementor-field-option {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cst-fomr .elementor-field-option p {
  margin: 0;
}

.cst-fomr .elementor-field-option p a {
  color: #141414;
  text-decoration: underline;
}

.cstm-photo-submission-popup {
  max-height: 500px !important;
}

/* Sticky */
.hd-sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}

/* Cart */
.cstm-header .elementor-menu-cart__container {
  overflow: visible;
  height: 100dvh;
}

.cstm-header .elementor-menu-cart__main {
  height: 100dvh;
}

/* Top Filters */
.top-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border: 1px solid #e5e5e5;
  border-left: 0;
  border-right: 0;
  margin: 0 0 5px;
}

.top-filters span {
  font: 600 14px/1 var(--font-family-primary);
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--clr-black);
  cursor: pointer;
  background: var(--clr-white);
  transition: .25s;
}

.top-filters span:hover {
  color: #989595;
}

/* Sidebar */
.filter-sidebar {
  background: var(--clr-white);
  padding: 60px 20px;
  border-left: 1px solid #eee;
  z-index: 999;
  position: fixed;
  right: -320px;
  top: 0;
  width: 320px;
  height: 100%;
  transition: 0.3s;
  overflow-y: auto;
}

.filter-sidebar.open {
  right: 0;
}

.filter-sidebar .custom-shop-filter-widget {
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.filter-sidebar .filter-close-btn {
  padding: 0;
  border: 0;
  color: var(--clr-black);
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 26px;
  line-height: 1;
}

button.filter-close-btn:hover {
  background: unset;
}

.filter-sidebar .custom-shop-filter-widget h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px !important;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.nassy-filter-accordion .nassy-filter-header label {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: var(--clr-black);
  text-transform: uppercase;
  cursor: pointer;
}

.nassy-filter-accordion .nassy-filter-content {
  padding-top: 20px;
}

.nassy-filter-accordion .nassy-filter-content label {
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-black);
  margin-bottom: 10px;
}

.nassy-filter-accordion .nassy-filter-content label:last-child {
  margin: 0
}

/* cstm-login-forms-sc */
.custom-style .cstm-login-forms-sc .um {
  font-family: var(--font-family-primary) !important;
  max-width: 600px;
  margin: 40px auto;
  padding: 30px 25px;
  background: var(--clr-white);
  /* border: 1px solid var(--clr-border); */
  border-radius: 0;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, .08); */
}

/* spacing */
.custom-style .cstm-login-forms-sc .um-row {
  margin: 0 0 20px !important;
}

/* label */
.custom-style .cstm-login-forms-sc .um label {
  font: 600 16px/1.2 var(--font-family-primary) !important;
  color: var(--clr-black) !important;
  margin: 0 0 6px !important;
}

/* links */
.custom-style .cstm-login-forms-sc .um .um-link-alt {
  font: 400 14px/1.2 var(--font-family-primary) !important;
  color: var(--clr-black) !important;
}

.custom-style .cstm-login-forms-sc .um .um-link-alt:hover {
  text-decoration: underline;
}

/* checkbox */
.custom-style .cstm-login-forms-sc .um .um-field-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px !important;
}

.custom-style .cstm-login-forms-sc .um .um-field-checkbox input {
  display: none !important;
}

.custom-style .cstm-login-forms-sc .um .um-field-checkbox-option {
  font: 400 14px/1.2 var(--font-family-primary) !important;
  color: var(--clr-black) !important;
  margin: 0;
}

.custom-style .cstm-login-forms-sc .um .um-field-checkbox-state {
  position: static;
}

/* inputs */
.custom-style .cstm-login-forms-sc .um .um-field input {
  width: 100% !important;
  font: 400 15px/1.2 var(--font-family-primary) !important;
  color: var(--clr-black) !important;
  background: var(--clr-white) !important;
  border: 1px solid var(--clr-border) !important;
  border-radius: 0px !important;
  padding: 10px 14px !important;
  margin: 0 0 15px;
  transition: .3s !important;
}

.custom-style .cstm-login-forms-sc .um input:focus {
  border-color: var(--clr-black) !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .05);
}

/* button */
.custom-style .cstm-login-forms-sc input.um-button,
.custom-style .cstm-login-forms-sc .um-button {
  width: 100% !important;
  font: 400 16px/1.2 var(--font-family-primary) !important;
  color: var(--clr-white) !important;
  background: var(--clr-black) !important;
  border: 1px solid var(--clr-black) !important;
  border-radius: 0 !important;
  padding: 12px !important;
  transition: .3s !important;
  cursor: pointer;
  margin: 0;
}

.custom-style .cstm-login-forms-sc input.um-button:hover,
.custom-style .cstm-login-forms-sc .um-button:hover {
  background: var(--clr-white) !important;
  color: var(--clr-black) !important;
}

/*  */
.custom-style .site-main {
  padding: 20px 20px;
  max-width: 100% !important;
  border-top: 1px solid #dfe0df;
}

.custom-style .page-title {
  font: 600 46px/1.2 var(--font-family-primary);
  text-transform: capitalize;
  margin: 0 0 10px;
}

.custom-style .site-main .entry-title {
  max-width: 100% !important;
  font: 600 46px/1.2 var(--font-family-primary);
  text-transform: capitalize;
  margin: 0 0 10px;
}

/*  */
.custom-style ul.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  width: 100%;
  list-style: none;
  padding: 0;
}

.custom-style ul.products.columns-4:before,
.custom-style ul.products.columns-4:after {
  display: none;
}

/* global */
.custom-style {
  font: 400 16px/1.2 var(--font-family-primary);
}

.custom-style ul.products li.product {
  /* background: var(--clr-light-bg); */
  border-radius: 20px;
  padding: 20px !important;
  transition: .3s;
  border: 0;
}

/* .custom-style ul.products li.product:hover {
  transform: translateY(-5px);
} */



.custom-style .product-category-loop {
  margin: 8px 0 10px;
}

/* variations Color */
.custom-style .rtwpvg-product .cfvsw-shop-variations tbody tr:first-child {
  display: none;
}

.custom-style .rtwpvg-product .cfvsw-swatches-container,
.custom-style .cfvsw-swatches-container {
  gap: 0;
}

.custom-style .rtwpvg-product .cfvsw-swatches-option,
.custom-style .cfvsw-swatches-option {
  min-width: 16px !important;
  min-height: 16px !important;
  border: 1px solid transparent !important;
  padding: 0;
  border-radius: 0 !important;
  background: transparent !important;
  cursor: pointer;
  transition: all 0.2s ease;
}

.single-product .rtwpvg-product .cfvsw-swatches-option {
  min-width: 20px !important;
  min-height: 20px !important;
}

.custom-style .cfvsw-swatches-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px !important;
}

.custom-style .cfvsw-swatches-option:hover {
  border-color: var(--clr-black) !important;
}

.custom-style .cfvsw-swatches-option.cfvsw-selected {
  border: 1px solid var(--clr-black) !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.custom-style .rtwpvg-product .cfvsw-swatches-option.cfvsw-selected-swatch {
  background-color: var(--clr-black);
  color: var(--clr-white);
  border: 1px solid #000 !important;
}

.custom-style .cfvsw-swatches-option .cfvsw-swatch-inner {
  width: 100% !important;
  height: 100% !important;
}

.custom-style .rtwpvg-product .cfvsw-label-option {
  border: 1px solid #bdb6b6 !important;
  margin-right: 0;
}

.custom-style .rtwpvg-product .cfvsw-label-option:last-child {
  margin: 0;
}

.custom-style .rtwpvg-product .cfvsw-label-option.cfvsw-selected {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.custom-style .rtwpvg-product .cfvsw-label-option.cfvsw-selected-swatch {
  background-color: var(--clr-black) !important;
  color: var(--clr-white);
}

.custom-style .product-category-loop a {
  color: var(--clr-black);
  font: 400 14px/1.2 var(--font-family-primary);
  text-decoration: none;
  margin: 0 0 !important;
  text-transform: uppercase;
  display: inline-block;
}

.custom-style .woocommerce-loop-product__title {
  font: 600 18px/1.2 var(--font-family-primary) !important;
  margin: 0px 0 10px !important;
  padding: 0 !important;
  color: var(--clr-black);
  text-transform: capitalize;
}

/* Stars color (no review text) */
.custom-style .woocommerce-product-rating .star-rating,
.custom-style .woocommerce-product-rating .star-rating:before,
.custom-style .woocommerce-product-rating .star-rating span:before {
  color: #d8c8a5;
}

/* Quantity +/- buttons */
.custom-style .quantity.nassy-qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.custom-style .nassy-qty-btn {
  width: 40px;
  height: 50px;
  border: 1px solid var(--clr-border);
  background: var(--clr-white);
  color: var(--clr-black);
  font: 600 18px/1 var(--font-family-primary);
  cursor: pointer;
  transition: .2s;
}

.custom-style .nassy-qty-btn:hover {
  border-color: var(--clr-black);
}

.custom-style .quantity.nassy-qty input.qty {
  width: 70px;
  height: 50px;
  margin: 0 !important;
}

.custom-style .woocommerce-variation-price {
  margin-bottom: 10px;
}

.custom-style .price {
  font: 400 16px/1.2 var(--font-family-primary) !important;
  color: var(--clr-black) !important;
  margin: 0 !important;
}

.custom-style .price .bdi {
  font: 400 18px/1.2 var(--font-family-primary) !important;
  color: var(--clr-black) !important;
}

.custom-style ul.products li.product a img {
  margin: 0;
  box-shadow: none;
}

.custom-style .woocommerce-variation-availability p {
  font-size: 14px;
}

.custom-style .site-main .woocommerce-result-count,
.custom-style .site-main .woocommerce-ordering {
  display: none !important;
}

.product-image-link {
  position: relative;
  display: block;
}

.product-image-link img {
  display: block;
  transition: .4s;
}

.product-image-link .hover-image {
  position: absolute;
  inset: 0;
  object-fit: cover;
  opacity: 0;
}

.product-image-link:hover .hover-image {
  opacity: 1;
}

.product-image-link:hover img:first-child {
  opacity: 0;
}

.custom-style .site-main .shop-product-inner .product-image-link img {
  aspect-ratio: 1/1 !important;
  object-fit: contain;
  object-position: center;
  Width: 100% !important;
  height: auto !important;
  background: linear-gradient(180deg,
      var(--clr-white) 0%,
      #f9f9f9 55%,
      #f2f2f2 100%);

}

.custom-style .single_variation_wrap {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--clr-border);
}

/* Shop Tabs  */

.pdInfoTabsWrap {
  max-width: 100%;
  margin: 0 auto;
}

.pdInfoTabsHeader {
  display: flex;
  gap: 0;
  border: 1px solid var(--clr-border);
  border-left: 0;
  border-right: 0;
}

.pdInfoTabBtn {
  background: 0;
  border: 0;
  padding: 14px 24px;
  font: 500 15px/1 var(--font-family-primary);
  color: var(--clr-muted);
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.pdInfoTabBtn.is-active,
.pdInfoTabBtn:hover {
  color: var(--clr-text);
  background: unset !important;
}

.pdInfoTabBtn.is-active:after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 2px;
  background: var(--clr-text);
}

.pdInfoTabsPanels {
  position: relative;
  padding: 24px;
}

.pdInfoTabPanel {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: .35s;
  position: absolute;
  inset: 0 0 auto 0;
  width: 100%;
}

.pdInfoTabPanel.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  position: relative;
}

.pdInfoTabPanel h3 {
  font: 700 16px/1.2 var(--font-family-primary);
  letter-spacing: .5px;
  margin: 0 0 12px;
  color: var(--clr-text);
}

.pdInfoTabPanel h4 {
  font: 500 14px/1.2 var(--font-family-primary);
  letter-spacing: .5px;
  margin: 0;
  color: var(--clr-muted);
  text-align: center;
}

.pdInfoTabPanel .care-instructions-item h4 {
  text-align: left;
  color: var(--clr-black);
  margin: 0 0 16px;
  font-weight: 700;
}

.pdInfoTabPanel ul,
.pdInfoTabPanel ol {
  padding: 0 0 0 20px !important;
}

.pdInfoTabPanel p,
.pdInfoTabPanel li {
  margin: 0 0 16px;
  font: 400 14px/1.6 var(--font-family-primary);
  color: var(--clr-muted);
}

.pdInfoTabPanel p strong,
.pdInfoTabPanel li strong {
  color: var(--clr-black);
}

.core-benefits-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.core-benefits-wrapper .core-benefit-item {
  text-align: center;
}

.core-benefits-wrapper .core-benefit-image {
  margin: 0 0 10px;
}

.core-benefits-wrapper img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

/* Shop Single*/
.custom-style.single-product .rtwpvg-product,
.custom-style.single-product .product {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.custom-style .rtwpvg-product .rtwpvg-images,
.custom-style .product .rtwpvg-images {
  position: sticky;
  top: 130px;
}

.custom-style .related.products .rtwpvg-product {
  display: unset;
}

.custom-style .rtwpvg-wrapper {
  width: 100%;
}

/* Fix broken small height issue */
.custom-style .rtwpvg-slider,
.custom-style .swiper-wrapper,
.custom-style .swiper-slide {
  height: auto !important;
}

/* Image container */
.custom-style .rtwpvg-single-image-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  border-radius: 14px;
  overflow: hidden;
}

/* Main product image */
.custom-style .rtwpvg-single-image-container img {
  width: 100%;
  height: auto;
  max-height: 720px;
  object-fit: contain;
  display: block;
}

/* Slider wrapper spacing */
.custom-style .rtwpvg-slider-wrapper {
  padding: 10px 0 12px;
  width: 100%;
}

/* Zoom button design */
.custom-style .rtwpvg-trigger {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  background: var(--clr-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  z-index: 5;
  transition: all .2s ease;
}

.custom-style .rtwpvg-trigger:hover {
  transform: scale(1.05);
}

.custom-style .rtwpvg-trigger .dashicons {
  font-size: 18px;
  color: #111;
}

/* Thumbnail area */
.custom-style .rtwpvg-thumbnail-wrapper {
  margin-top: 14px;
  display: none !important;
}



/* Thumbnail slider box */
.custom-style .rtwpvg-thumbnail-slider {
  padding: 4px 0;
}

/* Thumbnail arrows */
.custom-style .rtwpvg-thumbnail-prev-arrow,
.custom-style .rtwpvg-thumbnail-next-arrow {
  background: var(--clr-white);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.custom-style .product-category-above-title {
  margin: 0 0 8px;
}

.custom-style .product-category-above-title a {
  color: var(--clr-black);
  font: 400 12px/1.2 var(--font-family-primary);
  text-decoration: none;
  margin: 0 0 !important;
  text-transform: uppercase;
  display: inline-block;
}

.custom-style .entry-summary .product_title {
  font: 600 24px/1.2 var(--font-family-primary) !important;
  margin: 0px 0 6px !important;
  padding: 0 !important;
  color: var(--clr-black);
  text-transform: capitalize;
}

.custom-style .entry-summary p {
  font: 400 14px/1.6 var(--font-family-primary) !important;
  margin: 0px 0 10px !important;
  color: var(--clr-muted) !important;
}

.custom-style .entry-summary .woocommerce-product-rating {
  margin-bottom: 16px !important;
}

.custom-style .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  color: var(--clr-black);
  font: 400 12px/1.2 var(--font-family-primary);
  text-decoration: none;
  margin: 0 0 !important;
  text-transform: capitalize;
  display: inline-block;
}

.custom-style .product table.variations tr {
  padding: 0 !important;
  margin: 0 0 10px !important;
}

.custom-style .product table.variations tr:last-child {
  margin: 0 !important;
}


.custom-style .cfvsw-label-option {
  border: 1px solid #ddd;
  border-radius: 0px !important;
  padding: 8px 14px !important;
  font: 500 14px/1 var(--font-family-primary);
  background: var(--clr-white);
  transition: .2s;
}

.custom-style .cfvsw-label-option:hover {
  border-color: var(--clr-black);
}

.custom-style .cfvsw-label-option.cfvsw-selected {
  background: var(--clr-black);
  color: var(--clr-white);
  border-color: var(--clr-black);
}

.custom-style .reset_variations {
  font: 400 12px/1 var(--font-family-primary);
  color: var(--clr-muted);
  margin: 10px 0 0;
  display: inline-block;
}

.custom-style .size-chart-wrapper a {
  font: 400 14px/1.2 var(--font-family-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--clr-text);
  text-decoration: underline;
}

/* layout */
.custom-style .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* qty */
.custom-style .quantity input.qty {
  width: 70px;
  height: 50px;
  border: 1px solid var(--clr-border);
  border-radius: 0px;
  text-align: center;
  font: 500 16px/1 var(--font-family-primary);
  transition: .2s;
}

.custom-style .quantity input.qty:focus {
  border-color: var(--clr-black);
  outline: 0;
}

/* button */
.custom-style .single_add_to_cart_button {
  height: 50px !important;
  padding: 0 30px !important;
  border-radius: 8px !important;
  border: 1px solid var(--clr-black) !important;
  background: var(--clr-black) !important;
  color: var(--clr-white) !important;
  font: 600 15px/1 var(--font-family-primary);
  letter-spacing: .5px;
  cursor: pointer;
  transition: .3s;
}

.custom-style .single_add_to_cart_button:hover {
  background: #222 !important;
}

.custom-style .single_add_to_cart_button:disabled {
  background: #ccc !important;
  border-color: #ccc !important;
  cursor: not-allowed;
  transform: none;
}

.custom-style .tinv-wraper {
  gap: 0 !important;
}

.custom-style .tinvwl_add_to_wishlist_button {
  font: 400 14px/1.2 var(--font-family-primary);
  color: #555;
  text-decoration: none;
  margin: 0 !important;
  transition: .2s;
}

.tinvwl_add_to_wishlist_button:hover {
  color: var(--clr-black);
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button {
  border-radius: 0 !important;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
  background: var(--clr-white) !important;
  color: var(--clr-black) !important;
}

/*  */
.custom-style .wc-block-components-sidebar-layout {
  gap: 50px
}

.custom-style .wc-block-components-sidebar-layout .wc-block-components-main {
  padding: 0 !important;
}

.custom-style .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  padding: 0 !important;
  width: calc(35% - 50px) !important;
}

.custom-style .wc-block-components-button {
  background: var(--clr-black);
  color: var(--clr-white);
  padding: 10px 20px !important;
  border-radius: 0;
  border: 1px solid var(--clr-black);
  transition: all ease 0.4s;
}

.custom-style .wc-block-components-button:hover {
  background: var(--clr-white);
  color: var(--clr-black);
}

/* Un sorted  */
.custom-style .woocommerce {
  display: flex;
  gap: 20px;
  font-family: Arial, sans-serif;
}

.custom-style .woocommerce-MyAccount-navigation {
  width: 260px;
  background: var(--clr-white);
  border: 1px solid #e5e5e5;
  padding: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.custom-style .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-style .woocommerce-MyAccount-navigation li {
  margin: 0;
  overflow: hidden;
}

.custom-style .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 20px;
  color: #333;
  font: 500 15px/1.4 Arial, sans-serif;
  text-decoration: none;
  transition: all .3s ease;
  border-left: 3px solid transparent;
}

.custom-style .woocommerce-MyAccount-navigation a:hover {
  background: #f7f7f7;
  color: var(--clr-black);
  border-left: 3px solid var(--clr-black);
}

.custom-style .woocommerce-MyAccount-navigation .is-active a {
  background: var(--clr-black);
  color: var(--clr-white);
  border-left: 3px solid var(--clr-black);
}

.custom-style .woocommerce-MyAccount-content {
  flex: 1;
  background: var(--clr-white);
  border: 1px solid #e5e5e5;
  /* border-radius:12px; */
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.custom-style .woocommerce-MyAccount-content p {
  font: 400 15px/1.6 Arial, sans-serif;
  color: #444;
}

.custom-style .woocommerce-MyAccount-content a {
  color: var(--clr-black);
  font-weight: 600;
  text-decoration: none;
}

.custom-style .woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}

.custom-style .woocommerce-MyAccount-navigation a br {
  display: none;
}


/* MAIN WRAPPER */
.custom-style .woocommerce-Reviews {
  font-family: Arial, sans-serif;
  color: var(--clr-black);
  max-width: 900px;
  margin: auto;
}

/* TITLE */
.custom-style .woocommerce-Reviews-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: left;
}

/* REVIEW LIST */
.custom-style .woocommerce-Reviews .commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* SINGLE REVIEW CARD */
.custom-style .woocommerce-Reviews .comment_container {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}

/* AVATAR */
.custom-style .woocommerce-Reviews .avatar {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  flex-shrink: 0;
  position: unset !important;
}

/* TEXT AREA */
.custom-style .woocommerce-Reviews .comment-text {
  flex: 1;
  margin: 0 !important;
  padding: 16px !important;
}

/* NAME + DATE */
.custom-style .woocommerce-Reviews .meta {
  font-size: 14px;
  margin: 5px 0 10px;
}

.custom-style .woocommerce-Reviews .woocommerce-review__author {
  font-weight: 700;
}

/* REVIEW TEXT */
.custom-style .woocommerce-Reviews .description p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

/* STAR RATING */
.custom-style .woocommerce-Reviews .star-rating {
  font-size: 14px;
  margin-bottom: 5px;
}

/* FORM TITLE */
.custom-style .woocommerce-Reviews .comment-reply-title {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin: 0 0 15px;
  color: #747070;
}

/* FORM */
.custom-style .woocommerce-Reviews form {
  display: flex;
  flex-direction: column;
  /* gap: 15px; */
}

/* LABELS */
.custom-style .woocommerce-Reviews label {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

/* INPUT + TEXTAREA */
.custom-style .woocommerce-Reviews textarea,
.custom-style .woocommerce-Reviews input[type="text"],
.custom-style .woocommerce-Reviews select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  font-family: Arial, sans-serif;
  font-size: 14px;
  border-radius: 4px;
}

/* BUTTON */
.custom-style .woocommerce-Reviews .submit {
  background: var(--clr-black) !important;
  color: var(--clr-white) !important;
  border: 1px solid var(--clr-black) !important;
  padding: 12px 20px !important;
  font-size: 14px !important;
  cursor: pointer !important;
  transition: 0.3s !important;
}

.custom-style .woocommerce-Reviews .submit:hover {
  background: var(--clr-white);
  color: var(--clr-black);

}

/* STAR SELECT LINKS */
.custom-style .woocommerce-Reviews .stars a {
  color: var(--clr-black);
  text-decoration: none;
  font-size: 14px;
}

/* 23-02-2026 */
.shop-product-inner {
  text-align: left;
}

.product-image-link img {
  width: 100%;
  display: block;
}

.shop-color-swatches {
  display: flex;
  gap: 6px;
  margin: 12px 0 8px;
}

.color-swatch {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.color-swatch.active {
  border: 1px solid var(--clr-black);
}

.product-category a {
  font-size: 12px !important;
  margin: 0 0 5px !important;
  font-weight: 500 !important;
  color: #141414 !important;
  padding: 0 !important;
  text-transform: uppercase;
  display: inline-block;
}

.shop-product-info h2 {
  margin: 0 0 5px !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--clr-black) !important;
}

.shop-product-info h2 a {
  color: var(--clr-black) !important;
}

.shop-product-info .price {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #141414 !important;
}

/*  */
.woocommerce-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 14px;
  line-height: 1.4;
  color: #6b7280;
  margin: 20px 0;
}

.woocommerce-breadcrumb a {
  color: #111827 !important;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: color .2s ease;
}

.woocommerce-breadcrumb a:hover {
  color: #6366f1 !important;
}

.woocommerce-breadcrumb span,
.woocommerce-breadcrumb,
.woocommerce-breadcrumb * {
  white-space: nowrap;
}

.woocommerce-breadcrumb {
  --sep-color: #cbd5e1;
}

.woocommerce-breadcrumb {
  width: fit-content;
}



.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 !important;
  width: 100% !important;
}

/* fixed single height for main gallery area */
.woo-variation-gallery-slider,
.woo-variation-gallery-slider .slick-list,
.woo-variation-gallery-slider .slick-track,
.wvg-single-gallery-image-container {
  height: 600px !important;
}

/* make sure image is NOT cut */
.wvg-single-gallery-image-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block;
  margin: auto;
}

/* background (slightly different white / studio look) */
.woo-variation-gallery-slider {
  background: linear-gradient(180deg,
      var(--clr-white) 0%,
      #f9f9f9 55%,
      #f2f2f2 100%);
}

.woo-variation-gallery-wrapper {
  min-height: unset !important;
}


.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: unset !important;
}

/* ===============================
   WooCommerce Product Gallery
   =============================== */

.woocommerce-product-gallery {
  /* max-width: 500px; */
  margin: 0 auto;
}

/* Main image wrapper */
.woocommerce-product-gallery__wrapper {
  background: #f8f8f8;
  border-radius: 12px;
  overflow: hidden;
  padding: 15px;
}

/* Main product image */
.woocommerce-product-gallery__image img.wp-post-image {
  width: 100%;
  height: auto;
  max-height: 600px;
  /* prevent giant vertical images */
  object-fit: contain;
  border-radius: 10px;
  display: block;
}

/* Remove zoom image overflow issues */
.woocommerce-product-gallery__image {
  overflow: hidden !important;
  position: relative;
}

/* Hide extra zoom image if causing layout issues */
.zoomImg {
  max-width: none !important;
}

/* Thumbnail styling */
.flex-control-thumbs {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}

.flex-control-thumbs li {
  list-style: none;
}

.flex-control-thumbs img {
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.3s ease;
}

.flex-control-thumbs img:hover,
.flex-control-thumbs .flex-active {
  border-color: var(--clr-black);
}

/* Zoom icon styling */
.woocommerce-product-gallery__trigger {
  top: 15px;
  right: 15px;
}

/* ==============================
   REMOVE TABLE LOOK
============================== */

table.variations {
  border: none;
}

table.variations tr {
  display: block;
  margin-bottom: 20px;
}

table.variations tr:last-child {
  margin-bottom: 0;
}

table.variations th,
table.variations td {
  display: block;
  width: 100%;
  padding: 0;
  background: unset !important;
}

table.variations th.label {
  margin-bottom: 10px;
  text-align: start;
}

table.variations th label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
}


.quantity input.qty {
  width: 70px;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
}

.single_add_to_cart_button {
  height: 50px;
  padding: 0 30px;
  border-radius: 6px;
  background: var(--clr-black);
  color: var(--clr-white);
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.3s ease;
}

.single_add_to_cart_button:hover {
  background: #222;
}

/* Disabled state */
.single_add_to_cart_button.disabled {
  background: #ccc !important;
  cursor: not-allowed;
}

section.related.products {
  clear: both;
}

.site-main .alignwide {
  margin: 0 !important;
}

.archive .label.woocommerce-loop-product__title {
  display: none;
}

/*  */
.custom-style .hover-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  margin: 0 auto 10px;
  width: 300px;
  height: 300px;
}

.custom-style .hover-image-wrapper img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto !important;
  aspect-ratio: 1/1;
  object-fit: contain;
  transition: opacity 0.3s ease;
  position: absolute;
  inset: 0;
}

.custom-style .hover-image-wrapper .hover-image {

  opacity: 0;
  pointer-events: none;
}

.custom-style .hover-image-wrapper:hover .hover-image {
  opacity: 1;
}

.custom-style .hover-image-wrapper:hover .main-image {
  opacity: 0;
}

/* Loading State */
.custom-style .hover-image-wrapper.loading::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
}

.custom-style .hover-image-wrapper.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 3px solid #ccc;
  border-top-color: var(--clr-black);
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  z-index: 6;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Responsive */
/* 1199 and below */
@media (max-width: 1199px) {
  .cstm-bg-img-sc::before {
    height: 200px;
  }

  .cstm-bg-img-sc::after {
    height: 200px;
  }
}

/* 767 and below */
@media (max-width: 767px) {

  /* Final */
  .custom-style .page-title {
    font-size: 24px;
  }

  .top-filters span {
    font-size: 12px;
  }

  .pdInfoTabsHeader {
    overflow-x: auto;
  }

  /*  */
  .woocommerce-variation-add-to-cart {
    flex-direction: column;
    align-items: stretch;
  }

  .single_add_to_cart_button {
    width: 100%;
  }

  .quantity input.qty {
    width: 100%;
  }

  .cstm-bg-img-sc::before {
    height: 130px;
  }

  .cstm-bg-img-sc::after {
    height: 150px;
  }

  .rtwpvg-single-image-container {
    border-radius: 10px;
  }

  .rtwpvg-single-image-container img {
    max-height: 520px;
  }

  .rtwpvg-trigger {
    width: 34px;
    height: 34px;
    top: 10px;
    right: 10px;
  }

  .custom-style .woocommerce-Reviews .comment_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .custom-style .woocommerce-Reviews .avatar {
    width: 50px;
    height: 50px;
  }

  .custom-style .woocommerce-Reviews-title {
    font-size: 18px;
  }

  .custom-style .woocommerce-Reviews .comment-reply-title {
    font-size: 18px;
  }

  .custom-style .rtwpvg-product .rtwpvg-images,
  .custom-style .product .rtwpvg-images {
    position: unset;
  }

  .custom-style .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    width: 100% !important;
  }
}

/* 575 and below */
@media (max-width: 575px) {
  .cstm-bg-img-sc::before {
    height: 100px;
  }

  .cstm-bg-img-sc::after {
    height: 100px;
  }

  /*  */
  .variations_form .woocommerce-variation-add-to-cart {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .variations_form .single_add_to_cart_button,
  .variations_form .tinvwl_add_to_wishlist_button {
    justify-content: center !important;
    width: 100% !important;
  }
}

/*  */
.btn-main {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  cursor: pointer;
  font: 600 14px/1 sans-serif;
  letter-spacing: .5px;
  text-transform: uppercase;
  transition: all .3s ease;
}

.btn-main:hover {
  background: #fff;
  color: #000;
}

/*  */
.archive.custom-style .cfvsw_variations_form {
  display: none !important;
}

.archive.custom-style .woocommerce-LoopProduct-link:first-child {
  background: ghostwhite;
}

.archive.custom-style .product-category-loop a {
  text-transform: capitalize !important;
}

.custom-style .woocommerce-pagination {
  margin-top: 30px;
  text-align: center;
}

.custom-style .woocommerce-pagination .page-numbers {
  display: inline-flex !important;
  gap: 8px;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.custom-style .woocommerce-pagination .page-numbers li {
  display: inline-block;
  border: 0 !important;
}

/* Base button style */
.custom-style .woocommerce-pagination .page-numbers a,
.custom-style .woocommerce-pagination .page-numbers span {
  display: inline-block;
  padding: 5px !important;
  min-width: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  border: 1px solid #000 !important;
  color: #ffffff;
  background: #000000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

/* Hover */
.custom-style .woocommerce-pagination .page-numbers a:hover {
  background: #fff !important;
  color: #000 !important;
}

/* Active page */
.custom-style .woocommerce-pagination .page-numbers .current {
  background: #fff !important;
  color: #000 !important;
  border-color: #000;
  cursor: default;
}

/* Next button */
.custom-style .woocommerce-pagination .next {
  font-weight: bold;
}

/* Optional rounded look */
.custom-style .woocommerce-pagination .page-numbers a,
.custom-style .woocommerce-pagination .page-numbers span {
  border-radius: 4px;
}

/* 07-05-2026 */

.custom-style .tinv-wishlist {
  width: 100%;
  position: relative;
}

.custom-style .tinv-wishlist:before,
.custom-style .tinv-wishlist:after {
  display: none;
}

.custom-style .tinv-header {
  display: none;
}

.custom-style .tinvwl-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
  gap: 70px;
  align-items: start;
}

.custom-style .tinvwl-product-item {
  position: relative;
  text-align: center;
  width: 100%;
}

.custom-style .product-remove {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

.custom-style .remove-button {
  border: none;
  background: #eee !important;
  width: 24px !important;
  padding: 0 !important;
  height: 24px !important;
  border-radius: 50%;
  font-size: 14px !important;
  color: #000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  margin-top: 6px !important;
  transition: 0.2s ease;
  z-index: 10;
}

.custom-style .remove-button:hover {
  background: #ddd;
}

.custom-style .product-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 15;
}

/* .custom-style .tinvwl-product-item::after{
    content:"♥";
    position:absolute;
    top:5px;
    right:10px;
    font-size:20px;
    color:#000;
} */


.custom-style .product-image {
  background: transparent;
  margin-bottom: 30px;
}

.custom-style .product-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.custom-style .product-title {
  margin-bottom: 8px;
}

.custom-style .product-title a {
  text-decoration: none;
  color: #1a1a1a;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .5px;
}

/* first line look */
.custom-style .product-title a::first-line {
  font-weight: 400;
}

.custom-style .product-price {
  margin-bottom: 20px;
}

.custom-style .product-price span {
  font-size: 20px;
  font-weight: 500;
  color: #111;
}

.custom-style .product-stock,
.custom-style .product-date {
  display: none;
}

.custom-style .product-action {
  width: 100%;
}

/* .custom-style .product-action .button {
  width: 100%;
  border: none;
  display: inline-block;
  background: #7e57c2;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  padding: 12px 20px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s ease;
}

.custom-style .product-action .button:hover {
  background: #000;
} */

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px) {

  .custom-style .tinv-wishlist {
    padding: 40px 25px;
  }

  .custom-style .tinvwl-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media(max-width:767px) {

  .custom-style .tinvwl-products-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .custom-style .product-image img {
    max-width: 200px;
  }

  .custom-style .product-action .button {
    max-width: 220px;
  }
}

@media(max-width:480px) {

  .custom-style .tinv-wishlist {
    padding: 25px 15px;
  }

  .custom-style .product-title a {
    font-size: 14px;
  }

  .custom-style .product-price span {
    font-size: 18px;
  }

  .custom-style .remove-button {
    font-size: 24px;
  }
}

/* Promo Section Styles */
.nassy-orders-custom-content {
  background: #f9f9f9;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.promo-title {
  font-size: 18px;
  margin: 0 0 10px 0;
  color: #333;
}

.promo-link {
  display: inline-block;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
}

.promo-link:hover {
  opacity: 0.7;
}

.trending-section {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.trending-title {
  font-size: 16px;
  margin: 0 0 12px 0;
  color: #555;
}

.trending-categories {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.trending-cat-link {
  background: transparent;
  border: 1px solid #ddd;
  padding: 6px 15px;
  border-radius: 30px;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  transition: all 0.2s;
}

.trending-cat-link:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

/* Tab Styles */
.nassy-tabs {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.nassy-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  margin-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
}

.nassy-tab-btn {
  border: 0;
  outline: 0;
  cursor: pointer;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nassy-tab-btn:hover {
  color: #000;
}

.nassy-tab-btn.active {
  color: #000;
  font-weight: 600;
  transform: translateY(-1px);
}

.nassy-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000;
}

.tab-count {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}

.nassy-tab-btn.active .tab-count {
  color: #000;
}

.nassy-tabs-content {
  position: relative;
  overflow: hidden;
}

.nassy-tab-panel {
  display: none;
  animation: nassyFade 0.35s ease;
}

.nassy-tab-panel.active {
  display: block;
}

@keyframes nassyFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Orders Table Styles */
.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-orders-table th {
  text-align: left;
  padding: 12px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #666;
  border-bottom: 1px solid #eee;
}

.woocommerce-orders-table td {
  padding: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.woocommerce-info {
  background-color: #f5f5f5;
  border-top: 3px solid #000;
  color: #333;
  padding: 20px;
  text-align: center;
}

.woocommerce-info .button {
  margin-top: 10px;
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .nassy-tab-btn {
    padding: 10px 15px;
    font-size: 13px;
  }

  .nassy-tabs-nav {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .woocommerce-orders-table th {
    display: none;
  }

  .woocommerce-orders-table td {
    display: block;
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .woocommerce-orders-table td:before {
    content: attr(data-title);
    position: absolute;
    left: 12px;
    width: 45%;
    text-align: left;
    font-weight: 600;
  }
}

/*  */

.nassy-tabs {
  width: 100%;
}

.nassy-tabs br {
  display: none;
}

.nassy-tabs-nav {
  display: flex;
  align-items: center;
  gap: 0;
  border-top: 1px solid var(--clr-border);
  border-bottom: 1px solid var(--clr-border);
  overflow-x: auto;
  scrollbar-width: none;
}

.nassy-tabs-nav::-webkit-scrollbar {
  display: none;
}

.nassy-tab-btn {
  position: relative;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 16px 24px;
  font: 500 15px/1.2 var(--font-family-primary);
  color: var(--clr-muted);
  cursor: pointer;
  transition: .3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.nassy-tab-btn:hover,
.nassy-tab-btn.active {
  color: var(--clr-text);
  background: transparent !important;
}

.nassy-tab-btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--clr-text);
}

.nassy-tab-btn .tab-count {
  font-size: 13px;
  opacity: .7;
  margin-left: 2px;
}

.nassy-tabs-content {
  position: relative;
  padding: 24px 0 0;
}

.nassy-tab-panel {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity .35s ease,
    transform .35s ease,
    visibility .35s ease;

  position: absolute;
  inset: 0;
  width: 100%;
}

.nassy-tab-panel.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  position: relative;
}

/* ---------------------------------------------------------------------- */
/* NASSY SKIMS-STYLE CHECKOUT REDESIGN
/* ---------------------------------------------------------------------- */

.nassy-skims-checkout-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #333;
  background: #fff;
  min-height: 100vh;
}

/* Header */
.nassy-checkout-header {
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

.nassy-checkout-header .nassy-logo img {
  max-width: 150px;
  height: auto;
  margin-bottom: 15px;
}

.nassy-checkout-breadcrumbs {
  font-size: 12px;
  text-transform: none;
  color: #999;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.nassy-checkout-breadcrumbs span.active {
  color: #333;
  font-weight: 600;
}

/* Layout */
.nassy-checkout-layout {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.nassy-checkout-left {
  flex: 1;
  min-width: 350px;
  padding: 40px 60px 40px 20px;
}

.nassy-checkout-right {
  width: 420px;
  min-height: 100vh;
  padding: 40px;
  background: #fafafa;
  border-left: 1px solid #f0f0f0;
}

/* Forms Styling */
.nassy-section h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 20px;
  text-transform: none;
}

.nassy-section.contact-section h3 {
  margin-top: 0;
}

/* Hide default WooCommerce headings inside our sections */
.nassy-section .woocommerce-billing-fields h3,
.nassy-section .woocommerce-shipping-fields h3,
#order_review_heading {
  display: none !important;
}

.woocommerce-checkout .form-row {
  margin-bottom: 15px;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout select {
  border: 1px solid #d9d9d9 !important;
  border-radius: 4px !important;
  padding: 12px !important;
  font-size: 14px !important;
}

/* Custom Checkboxes */
.nassy-optin-wrap {
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.nassy-optin-wrap input {
  width: 18px;
  height: 18px;
}

/* Action Button */
.nassy-checkout-actions {
  margin-top: 40px;
}

.nassy-checkout-actions .button {
  width: 100%;
  background: #000 !important;
  color: #fff !important;
  padding: 20px !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}

/* Footer Links */
.nassy-checkout-footer {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  gap: 20px;
  font-size: 11px;
}

.nassy-checkout-footer a {
  color: #346edb;
  /* Skims blue-ish links */
  text-decoration: underline;
}

/* Right Column: Order Review */
.nassy-order-summary-box {
  position: sticky;
  top: 40px;
}

.woocommerce-checkout-review-order-table {
  border: none !important;
  background: transparent !important;
  width: 100% !important;
}

.woocommerce-checkout-review-order-table thead {
  display: none;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  border: none !important;
  padding: 10px 0 !important;
  font-size: 14px;
}

/* Custom Product Item Layout */
.nassy-product-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nassy-product-image {
  position: relative;
  width: 64px;
  height: 64px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}

.nassy-product-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.nassy-product-quantity-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: rgba(114, 114, 114, 0.9);
  color: #fff;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
}

.nassy-product-details {
  flex: 1;
}

.nassy-product-title {
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

.nassy-product-details dl.variation {
  margin: 4px 0 0;
  font-size: 12px;
  color: #777;
}

.nassy-product-details dl.variation dt,
.nassy-product-details dl.variation dd {
  display: inline;
  margin: 0;
}

.nassy-product-details dl.variation dt {
  font-weight: normal;
}

.nassy-product-details dl.variation dd p {
  display: inline;
  margin: 0;
}

.woocommerce-checkout-review-order-table .cart_item td {
  padding-bottom: 0px !important;
  vertical-align: middle;
  background: unset !important;
}

.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
  font-weight: 500;
}

.woocommerce-checkout-review-order-table tfoot th {
  font-weight: normal;
  color: #555;
}

.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  font-weight: 500;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
  border-top: 1px solid #e5e5e5 !important;
  padding-top: 20px !important;
  font-size: 18px !important;
  font-weight: 600;
  color: #333;
}

/* Injected Texts in Sidebar */
.nassy-injected-info {
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}

.nassy-injected-info .gst-info {
  padding: 15px;
  background: #f0f0f0;
  border-radius: 4px;
  margin-bottom: 25px;
}

.nassy-extra-notes p {
  margin-bottom: 15px;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .nassy-checkout-layout {
    flex-direction: column;
  }

  .nassy-checkout-left,
  .nassy-checkout-right {
    width: 100%;
    padding: 20px;
    min-height: auto;
  }

  .nassy-checkout-right {
    order: -1;
    border-left: none;
    border-bottom: 1px solid #eee;
  }
}

/* Moved from Inline Styles */
.nassy-logo img {
  filter: invert(1);
}

#order_review_heading_custom {
  display: none;
}

.um-marketing-disclaimer {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  text-align: center;
}

.um-marketing-disclaimer a {
  text-decoration: underline;
}

.nassy-mini-cart-free-shipping {
  margin: 10px 0 14px;
}

.nassy-mini-cart-bar {
  height: 6px;
  background: #e6e6e6;
  border-radius: 999px;
  overflow: hidden;
}

.nassy-mini-cart-bar-fill {
  height: 100%;
  background: #231d19;
}

.nassy-mini-cart-msg {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nassy-mini-cart-best-sellers {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #eee;
}

.nassy-mini-cart-best-sellers-title {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 600;
}

.nassy-mini-cart-bs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.nassy-mini-cart-bs-item {
  text-align: center;
}

.nassy-mini-cart-bs-item a {
  text-decoration: none;
  color: inherit;
}

.nassy-mini-cart-bs-img {
  margin-bottom: 6px;
}

.nassy-mini-cart-bs-name {
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nassy-mini-cart-bs-price {
  font-size: 11px;
  margin-top: 4px;
}

#size-chart-modal {
  display: none;
}

.nassy-exploded-empty-msg {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  list-style: none;
}

/* Wishlist Styles */
.wishlist-empty-container {
  text-align: center;
  padding: 60px 20px;
  border: 1px solid #eaeaea;
  /* margin-bottom: 40px;  */
  background-color: #fff;
}

.wishlist-empty-container .cart-empty {
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}

.wishlist-empty-container .return-to-shop a.button {
  background-color: #333;
  color: #fff;
  border-radius: 0;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.little-favourites-section {
  margin-top: 50px;
}

.little-favourites-section h2 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: left;
}

.tinvwl-bulk-actions {
  display: none;
}

/* Shop Header Styles */
.nassy-shop-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.nassy-shop-header-wrap .page-title {
  margin-bottom: 0;
  border: none;
  padding: 0;
}

.nassy-shop-header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.active-filters-list {
  margin: 0;
}

/* Moved Payment Section Styling */
.nassy-checkout-payment-wrap {
  margin-top: 30px;
  padding: 25px;
  background: #f4f4f9;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.nassy-checkout-payment-wrap #payment ul.payment_methods {
  list-style: none;
  margin: 0 0 20px;
  padding: 20px;
}

.nassy-checkout-payment-wrap #payment ul.payment_methods li {
  margin-bottom: 15px;
}

.nassy-checkout-payment-wrap #payment .payment_box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  margin-top: 10px;
  border-radius: 4px;
  font-size: 13px;
}

.nassy-checkout-payment-wrap .place-order {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.nassy-checkout-payment-wrap .place-order .button {
  background: #7e57c2 !important;
  color: #fff !important;
  padding: 12px 30px !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  margin-top: 15px !important;
}

.nassy-checkout-payment-wrap .woocommerce-privacy-policy-text {
  font-size: 12px;
  color: #777;
  text-align: right;
  margin-bottom: 10px;
}

/* 12-05-2026 */
.custom-style .tinv-wishlist.woocommerce.tinv-wishlist-clear {
  display: unset;
}

.little-favourites-section {
  width: 100%;
}

/*  */
.custom-style .tinv-wishlist table {
  margin-bottom: 0 !important;
}

.custom-style .add-to-cart-button.btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
  cursor: pointer;
  font: 600 14px/1 sans-serif;
  letter-spacing: .5px;
  text-transform: uppercase;
  transition: all .3s ease;
  border-radius: 0 !important;
  text-align: center;
}

.custom-style .add-to-cart-button.btn-main:hover {
  background: #fff !important;
  color: #000 !important;
}

/*  */
/* =========================
   MINI CART DRAWER DESIGN
========================= */

.custom-style .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* background: #fff; */
  /* padding: 24px; */
  /* overflow-y: auto; */
}

/* =========================
   CART ITEMS
========================= */

.custom-style .widget_shopping_cart_content .woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-style .widget_shopping_cart_content .mini_cart_item {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 0 0 0 0 !important;
  margin: 0 0 0;
  border-bottom: 1px solid #e9e9e9;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  /* padding-top: 25px !important; */
}

.custom-style .widget_shopping_cart_content .mini_cart_item>a:first-of-type img {
  width: 92px !important;
  min-width: 92px !important;
  height: 92px !important;
  object-fit: contain;
  background: #f8f8f8;
}

.woocommerce-mini-cart-item .attachment-woocommerce_thumbnail {
  width: 92px !important;
  min-width: 92px !important;
  height: 92px !important;
  object-fit: contain;
  background: #f8f8f8;
}

.custom-style .widget_shopping_cart_content .mini_cart_item>a:not(.remove):last-of-type {
  display: block;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  /* margin-bottom: 6px; */
  /* padding-right: 28px; */
}

.custom-style .widget_shopping_cart_content .mini_cart_item .quantity {
  display: block;
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.custom-style .widget_shopping_cart_content .mini_cart_item .amount {
  color: #111;
  font-weight: 700;
}

.custom-style .nassy-mini-cart-qty-row .nassy-qty-btn {
  width: 20px;
  height: 20px;
  border: 0;

}

/* REMOVE BUTTON */

.custom-style .widget_shopping_cart_content .remove.remove_from_cart_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background: #f5f5f5;
  color: #111 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.25s ease;
}

.custom-style .widget_shopping_cart_content .remove.remove_from_cart_button:hover {
  background: #111;
  color: #fff !important;
}

/* =========================
   FREE SHIPPING BAR
========================= */

.custom-style .nassy-mini-cart-free-shipping {
  padding: 14px;
  margin: 20px 0 20px;
  border-radius: 0;
  background: #f7f7f7;
}

.custom-style .nassy-mini-cart-bar {
  position: relative;
  width: 100%;
  height: 8px;
  background: #e4e4e4;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 12px;
}

.custom-style .nassy-mini-cart-bar-fill {
  height: 100%;
  border-radius: 100px;
  background: #111;
}

.custom-style .nassy-mini-cart-msg {
  font-size: 12px;
  line-height: 1.5;
  color: #444;
  font-weight: 500;
}

/* =========================
   SUBTOTAL
========================= */

.custom-style .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ececec;
  font-size: 16px;
}

.custom-style .woocommerce-mini-cart__total strong {
  font-weight: 600;
  color: #111;
}

.custom-style .woocommerce-mini-cart__total .amount {
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

/* =========================
   BUTTONS
========================= */

.custom-style .woocommerce-mini-cart__buttons {
  display: flex;
  gap: 12px;
  margin: 0 0 20px;
}

.custom-style .woocommerce-mini-cart__buttons .button {
  flex: 1;
  line-height: 1;
  height: auto !important;
  padding: 10px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.custom-style .woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
  background: #f3f3f3;
  color: #111;
  text-align: center;

}

.custom-style .woocommerce-mini-cart__buttons .wc-forward.checkout {
  background: #111;
  color: #fff;
  text-align: center;
}



/* =========================
   BEST SELLERS
========================= */

.custom-style .nassy-mini-cart-best-sellers {
  margin-top: auto;
}

.custom-style .nassy-mini-cart-best-sellers-title {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
}

.custom-style .nassy-mini-cart-bs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.custom-style .nassy-mini-cart-bs-item a {
  display: block;
  text-decoration: none;
}

.custom-style .nassy-mini-cart-bs-img {
  background: #f8f8f8;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 12px;
}

.custom-style .nassy-mini-cart-bs-img img {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}


.custom-style .nassy-mini-cart-bs-name {
  font-size: 13px;
  line-height: 1.5;
  color: #111;
  font-weight: 600;
  margin-bottom: 4px;
}

.custom-style .nassy-mini-cart-bs-price {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

/* =========================
   SCROLLBAR
========================= */

.custom-style .widget_shopping_cart_content::-webkit-scrollbar {
  width: 4px;
}

.custom-style .widget_shopping_cart_content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 100px;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .custom-style .woocommerce-mini-cart__buttons {
    flex-direction: column;
  }

}

.custom-style li.woocommerce-mini-cart-item.mini_cart_item:before {
  display: none !important;
}

.custom-style li.woocommerce-mini-cart-item.mini_cart_item:after {
  display: none !important;
}

.wc-block-grid__product .tinvwl_add_to_wishlist_button {
  display: none;
}

.custom-style .select2-container .select2-selection--single {
  height: auto !important;
}

.custom-style form.woocommerce-cart-form {
  width: 100%;
}

.custom-style .cart_totals.calculated_shipping {
  width: 100% !important;
}

.custom-style .wc-proceed-to-checkout .checkout-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px !important;
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff;
  cursor: pointer;
  font: 600 14px/1 sans-serif !important;
  letter-spacing: .5px;
  text-transform: uppercase;
  transition: all .3s ease;
}

.custom-style .wc-proceed-to-checkout .checkout-button:hover {
  background: #fff !important;
  color: #000 !important;
}

.custom-style .woocommerce-cart-form input {
  width: auto !important;
}

.custom-style .woocommerce-cart-form input.qty {
  width: 70px !important;
}

.custom-style .actions .coupon {
  margin-right: 10px;
}

.custom-style .actions .button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px !important;
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
  cursor: pointer;
  font: 600 14px/1 sans-serif !important;
  letter-spacing: .5px;
  text-transform: uppercase;
  transition: all .3s ease;
}

.custom-style .product-name a {
  color: var(--clr-black);
}

.custom-style .woocommerce-cart-form__cart-item .product-thumbnail img {
  width: 100px !important;
}

/* cart menu */
.nassy-mini-cart-item-details {
  display: block;
}

.nassy-mini-cart-item-name {
  display: block;
  font-size: 13px;
  color: var(--clr-text);
  text-decoration: none;
  line-height: 1.4;
}

.nassy-mini-cart-item-name:hover {
  color: var(--clr-black);
}

.nassy-mini-cart-item-size {
  display: block;
  font-size: 12px;
  color: var(--clr-muted);
  margin-top: 2px;
}

.nassy-mini-cart-qty-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.nassy-qty-control {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid var(--clr-border);
}

.nassy-qty-btn {
  background: transparent;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  color: var(--clr-text);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.nassy-qty-btn:hover {
  background: var(--clr-light-bg);
}

.nassy-qty-num {
  display: inline-block;
  min-width: 32px;
  text-align: center;
  font-size: 13px;
  color: var(--clr-text);
}

.nassy-mini-cart-item-price {
  font-size: 13px;
  font-weight: 600;
  color: var(--clr-text);
  white-space: nowrap;
}

.nassy-qty-btn--disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.woocommerce-cart.custom-style .woocommerce {
  display: block;
}

.custom-style .woocommerce-message {
  border-top-color: #000;
}

.custom-style .cart-empty {
  text-align: center;
}

.custom-style .return-to-shop {
  text-align: center;
}

.custom-style .return-to-shop a {

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
  cursor: pointer;
  font: 600 14px/1 sans-serif;
  letter-spacing: .5px;
  text-transform: uppercase;
  transition: all .3s ease;
  border-radius: 0 !important;
  text-align: center;
}

.custom-style .return-to-shop a:hover {
  background: #fff !important;
  color: #000 !important;
}

.woocommerce-cart.custom-style .product {
  position: relative;
}

.woocommerce-cart.custom-style .product-wishlist-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

/*  */
/* Empty Cart */
.nassy-empty-mini-cart {
  text-align: center;
}

.nassy-empty-cart-icon-wrapper {
  margin: 40px 0 24px;
}

.nassy-empty-mini-cart .nassy-empty-cart-circle {
  width: 92px;
  height: 92px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f3efed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nassy-empty-mini-cart .nassy-empty-cart-circle svg {
  width: 52px;
  height: 52px;
  color: #222;
}

/* Heading */
.nassy-empty-cart-heading {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  line-height: 1.05;
  font-weight: 400;
  color: #1d1d1d;
  letter-spacing: -0.5px;
}

/* Description */
.nassy-empty-cart-subtext {
  max-width: 320px;
  margin: 0 auto 32px;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  font-weight: 400;
}

/* Button */
.nassy-empty-cart-shop-now-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  height: 54px;
  padding: 0 32px;
  background: #000;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  transition: .3s;
}

.nassy-empty-cart-shop-now-btn:hover {
  background: #222;
  color: #fff;
}

/* Recommendation Section */
.nassy-empty-cart-recommendations {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #e9e9e9;
}

.nassy-empty-cart-rec-title {
  margin: 0 0 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222;
}

/* Product Grid */
.nassy-empty-cart-rec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.nassy-empty-cart-rec-item a {
  text-decoration: none;
  color: inherit;
}

.nassy-empty-cart-rec-img {
  overflow: hidden;
  border-radius: 4px;
  background: var(--clr-white);
}

.nassy-empty-cart-rec-img img {
  display: block;
  width: 100%;
  height: auto;
}

.nassy-empty-cart-rec-name {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #222;
}

.nassy-empty-cart-rec-price {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #444;
}

/* Mobile */
@media (max-width:767px) {

  .nassy-empty-cart-heading {
    font-size: 32px;
  }

  .nassy-empty-cart-subtext {
    max-width: 280px;
    font-size: 14px;
  }

  .nassy-empty-cart-shop-now-btn {
    width: 100%;
    max-width: 260px;
  }

  .nassy-empty-cart-rec-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    overflow-x: auto;
  }

  .nassy-empty-cart-rec-name,
  .nassy-empty-cart-rec-price {
    font-size: 11px;
  }
}