body {
  background: #FAF3E6 !important;  
  color: #2B2B2B !important;
}

p, span, li, a, div, h1, h2, h3, h4, h5, h6 {
  color: #2B2B2B !important;
}

.button,
.add_to_cart_button,
.single_add_to_cart_button {
  background: #FFFFFF !important;
  color: #2B2B2B !important;
  border: 1px solid #D3C6AF !important;
  border-radius: 10px;
}
.button:hover,
.single_add_to_cart_button:hover {
  background: #F3E8D2 !important;
}
.element-heading {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 12px;
  color: white;  
  font-family: 'Poppins', sans-serif; 
  letter-spacing: 1px;
  text-transform: uppercase; 
}

.woocommerce div.product .variations td.label label,
.woocommerce div.product .variations td.value select,
.woocommerce ul.products li.product .variations_form .value,
.woocommerce ul.products li.product .variations_form select,
.woocommerce ul.products li.product .button-variable-item {
    color: #000 !important;   /* Make text black */
}

/* In case size buttons are clickable swatches */
.button-variable-item {
    color: #000 !important;
    background: #fff !important; 
    border: 1px solid #ccc !important; 
}
/* Product Card */
ul.products li.product {
  background: transparent;
  border-radius: 18px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /*width: calc(33.33% - 40px); */
  margin-bottom: 60px; /* space between rows */
}

/* Product Image */
ul.products li.product img {
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}

ul.products li.product img:hover {
  transform: scale(1.05);
}

/* Product Title */
ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2B2B2B !important;
  margin-top: 16px;
}

ul.products li.product .price {
  color: #ffd54f !important;
  font-weight: 600;
  font-size: 16px;
}

/* Add to Cart Button */
ul.products li.product .button {
  background-color: #fff;
  color: #111;
  border-radius: 10px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: capitalize;
}

ul.products li.product .button:hover {
  background-color: #ffd54f;
  color: #111;
}

@media (max-width:768px){
  ul.products li.product{
    width: 100% !important;
  }
}

/* Swatches alignment */
.woo-variation-swatches .variable-items-wrapper {
  justify-content: center !important;
  gap: 6px;
  margin-top: 8px;
}

/* Wishlist Heart — Always Red */
.wishlist-heart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  margin-left: 14px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border-radius: 6px;
  transition: transform .2s ease;
}

/* Always Red Heart */
.wishlist-heart-icon path {
  stroke: #ff0000 !important;   
  fill: #ff0000 !important;     
  stroke-width: 2px;
  stroke-linejoin: round;
  stroke-linecap: round;
}

/* Hover — only slight scale animation (no color change) */
.wishlist-heart:hover .wishlist-heart-icon path {
  stroke: #ff0000 !important;
  fill: #ff0000 !important;
}

.wishlist-heart:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {

  /* Target the collage section container */
  .subcategory-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 24px !important;
    width: 100% !important;
  }

  .subcategory-container .wp-block-product-category,
  .subcategory-container .wc-block-product-category,
  .subcategory-container .block-editor-block-list__block {
    width: 90% !important;
    max-width: 380px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 16px !important;
    text-align: center !important;
    padding: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25) !important;
    transition: all 0.3s ease !important;
  }

  /* Subcategory image */
  .subcategory-container img {
    width: 100% !important;
    height: 360px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    margin-bottom: 12px !important;
  }

  /* Subcategory title */
  .subcategory-container .wc-block-product-category__title,
  .subcategory-container h2,
  .subcategory-container h3 {
    text-align: center !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #fff !important;
  }
}

@keyframes textFloat {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-4px); }
  100% { transform: translateY(0); }
}

.nature-hero {
  margin: 0;
  padding: 40px 20px 32px;
  background: #FAF3E6;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

/* MAIN HEADING */
.hero-heading {
  font-family: "Playfair Display", serif;
  font-size: 52px;            
  line-height: 1.15;
  font-weight: 600;
  color: #2F2A25;             
  letter-spacing: 0.6px;   
  margin: 0 auto 10px;
  text-align: center;
  white-space: normal;       
}

/* SUBHEADING */
.hero-subheading {
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;        
  font-weight: 400;
  color: #6A615A;            
  line-height: 1.55;
  max-width: 760px;
  margin: 0 auto;
}

/* ACCENT LINE */
.hero-heading::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;          
  background: #C8A96A;
  margin: 12px auto 0;
  border-radius: 4px;
}

@media (max-width: 1024px) {
  .hero-heading {
    font-size: 44px;
    white-space: normal; /* allow wrap */
  }
}

@media (max-width: 768px) {
  .nature-hero {
    padding: 32px 16px 28px;
  }

  .hero-heading {
    font-size: 34px;
  }

  .hero-subheading {
    font-size: 0.95rem;
  }
}


/*SECTION */
.elements-slider-section {
  width: 100%;
  padding: 40px 0;
  background: transparent;
}

 /*WRAPPER */
.elements-slider-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.elements-slider-wrapper{
  width:100%;
  overflow:visible;
}

/*===== SLIDER ROW ===== */
.elements-slider {
  display:flex;
  justify-content:center;
  align-items:stretch;
  gap:48px;
  flex-wrap:nowrap;
  overflow:visible;
  width:100%;
}


 /*===== CARD SIZE ===== */
.elements-slider .flip-card{
  width:200px;
  height:300px;
  perspective:1200px;
  flex:0 0 auto;
  position:relative;
}

 /*===== INNER 3D ===== */
.flip-card-inner{
  width:100%;
  height:100%;
  position:relative;
  transform-style:preserve-3d;
  transition:transform 0.8s ease;
  will-change:transform;
}


 /*HOVER FLIP (DESKTOP) */
@media (hover: hover) {
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
}

 /*CLICK FLIP (MOBILE + JS SUPPORT) */
.flip-card.flip-active .flip-card-inner {
  transform: rotateY(180deg);
}

 /*===== SIDES ===== */
.flip-card-front,
.flip-card-back{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border-radius:18px;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  overflow:hidden;
}

.flip-card-back span{
  color:#000;
  font-size:16px;
}

/*===== FRONT ===== */
.flip-card-front{
  z-index:1;
}


.earth-bg {
  background: url("https://wearshrak.com/wp-content/uploads/2026/03/Gemini_Generated_Image_1zrq0d1zrq0d1zrq.webp") center/cover no-repeat;
}
.water-bg {
  background: url("https://wearshrak.com/wp-content/uploads/2026/03/Gemini_Generated_Image_1a26m51a26m51a26.webp") center/cover no-repeat;
}
.fire-bg {
  background: url("https://wearshrak.com/wp-content/uploads/2026/03/Gemini_Generated_Image_eqa9v5eqa9v5eqa9.webp") center/cover no-repeat;
}
.air-bg {
  background: url("https://wearshrak.com/wp-content/uploads/2026/03/Gemini_Generated_Image_3vuz163vuz163vuz-e1772565131314.webp") center/cover no-repeat;
}
.space-bg {
  background: url("https://wearshrak.com/wp-content/uploads/2026/03/Gemini_Generated_Image_qi7dwjqi7dwjqi7d.webp") center/cover no-repeat;
}

 /*OVERLAY */
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.7));
}

 /*TEXT — WHITE FORCE */
.front-text {
  position: absolute;
  bottom: 18px;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #ffffff;
}

.front-text h3 {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
}

.front-text p {
  color: #ffffff;
  font-size: 0.9rem;
}

.front-text h3,
.front-text p{
  color:#fff !important;
}

.flip-card-back{
  background:#111;
  transform:rotateY(180deg);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2;
}

.shop-btn{

  /* PERFECT CENTER */
  display:flex;
  align-items:center;
  justify-content:center;

  /* SIZE */
  height:48px;
  min-width:150px;
  padding:0 28px;

  /* LOOK */
  background:#ffffff;
  color:#000000;
  border:none;
  border-radius:999px;

  /* TEXT */
  font-weight:600;
  font-size:20px;
  line-height:1;

  /* FEEL */
  cursor:pointer;
  transition:all 0.3s ease;

  /* CENTER INSIDE CARD */
  margin:auto;
}


/* ===== HOVER ===== */
.shop-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(0,0,0,0.18);
}


/* ===== CLICK / ACTIVE ===== */
.shop-btn.active{
  background:#ffd700;
  color:#000000;
  box-shadow:0 8px 20px rgba(255,215,0,0.35);
}


/* ===== CLICK PRESS EFFECT ===== */
.shop-btn:active{
  transform:translateY(0px) scale(0.97);
  box-shadow:0 4px 10px rgba(0,0,0,0.2);
}


.shop-btn{
  backdrop-filter:blur(6px);
}

/*MOBILE & TABLET*/

@media (max-width: 1024px) {

  .elements-slider {
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 16px 12px;
  }

  .elements-slider::-webkit-scrollbar {
    display: none;
  }

  .flip-card-back {
    display: flex;
  }
}

/*SMALL PHONES */
@media (max-width: 480px) {

  .elements-slider {
    gap: 24px;
  }

  .elements-slider .flip-card {
    width: 180px;
    height: 280px;
  }
}

/* FLIP SLIDER HARD FIX */

.elements-slider-section{
  width:100% !important;
  overflow:visible !important;
}

.elements-slider-wrapper{
  width:100% !important;
  max-width:1400px !important;
  margin:auto !important;
  overflow:visible !important;
}

.elements-slider{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  justify-content:center !important;
  align-items:stretch !important;
  gap:48px !important;
  width:100% !important;
  overflow:visible !important;
}

.elements-slider .flip-card{
  width:200px !important;
  height:300px !important;
  min-width:200px !important;
  flex:0 0 200px !important;
  display:block !important;
  position:relative !important;
}


@media (max-width:1024px){

  .elements-slider{
    justify-content:flex-start !important;
    overflow-x:auto !important;
    padding-left:16px !important;
  }

}

#earth-section .subcategory-card:hover h3 {
  background: #4CAF50;
  color: #fff;
}

#water-section .subcategory-card:hover h3 {
  background: #2196F3;
  color: #fff;
}

#fire-section .subcategory-card:hover h3 {
  background: #FF5722;
  color: #fff;
}

#air-section .subcategory-card:hover h3 {
  background: #9E9E9E;
  color: #fff;
}

#space-section .subcategory-card:hover h3 {
  background: #673AB7;
  color: #fff;
}
.subcategory-container {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.element-section {
  display: none;
}


.product-section {
  display: none;
}
/* EARTH COLLECTION SECTION */
.element-section {
  padding: 100px 20px;
  text-align: center;
  background: #f4efe6; /* soft neutral */
}

.element-main-heading {
  font-size: 44px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 70px;
  color: #1e1e1e;
}

/* FORCE HORIZONTAL LAYOUT */

.subcategory-container {
  display: flex;
  flex-direction: row;        
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  flex-wrap: nowrap;          
}

/* Card width */
.subcategory-card {
  flex: 0 0 300px;            
}

.subcategory-card {
  width: 300px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
  cursor: pointer;
}

/* IMAGE */
.subcategory-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

/* TITLE AREA */
.subcategory-card h3 {
  padding: 22px 15px;
  font-size: 20px;
  font-weight: 500;
  color: #222;
  background: #ffffff;
  margin: 0;
  letter-spacing: 1px;
}

/* HOVER EFFECT */

.subcategory-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.subcategory-card:hover img {
  transform: scale(1.08);
}

.subcategory-card:hover h3 {
  background: #4CAF50; 
  color: #ffffff;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .subcategory-card {
    width: 260px;
  }

  .subcategory-card img {
    height: 320px;
  }
}

@media (max-width: 600px) {

  .subcategory-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .subcategory-card {
    width: 90%;
  }

  .subcategory-card img {
    height: 300px;
  }

  .element-main-heading {
    font-size: 30px;
  }
}

/* Make Shop Full Width in Block Theme */
.woocommerce-shop main.wp-block-group {
    max-width: 1400px !important;
    margin: 0 auto !important;
}

/* Product description collapsed */
.woocommerce-tabs .woocommerce-Tabs-panel--description {
    max-height: 220px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(250,243,230,0), #FAF3E6);
}
.woocommerce-tabs .woocommerce-Tabs-panel--description.expanded {
    max-height: 2000px;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description.expanded::after {
    display: none;
}

/* button */

.product-view-more {
    margin-top: 15px;
    padding: 8px 18px;
    background: #ffffff;
    border: none;
    font-weight: 600;
    cursor: pointer;
}
   
/* Fix WooCommerce product alignment */
ul.products.columns-3 {
    max-width: 950px;
    margin: 40px auto;
    padding: 0;
}

/* Force 3 equal columns */
ul.products.columns-3 li.product {
    width: 31% !important;
    float: left;
    margin-right: 3.5% !important;
    margin-bottom: 40px;
}

/* Remove margin from third product */
ul.products.columns-3 li.product:nth-child(3n) {
    margin-right: 0 !important;
}

/* HOMEPAGE PRODUCT GRID */
.home .product-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* PRODUCT CARD FULL WIDTH */
.home .product-section .product {
    width: 100%;
    max-width: 100%;
}

.home .product-section img {
    width: 100%;
    height: 280px;
    object-fit: contain;
}

.home .product-section .product {
    background: #f3e7d7;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.home .product-section .woocommerce-loop-product__title {
    min-height: 48px;
}

@media (max-width:768px){

.home .product-section{
grid-template-columns: repeat(2,1fr);
gap:20px;
}

}

/* Desktop hover flip */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Mobile click flip */
.flip-card.flip-active .flip-card-inner {
  transform: rotateY(180deg);
}

/* SHOP BUTTON */

.hero-shop-btn{
  position:absolute;
  bottom:10%;
  left:50%;
  transform:translateX(-50%);

  background:#ffffff;
  color:#000;
  text-decoration:none;

  padding:14px 30px;
  font-size:18px;
  font-weight:600;

  border-radius:40px;
  transition:0.3s;
}

.hero-shop-btn:hover{
  background:#000;
  color:#fff;
}

/* MOBILE */

@media (max-width:768px){

  .hero-shop-btn{
    font-size:14px;
    padding:10px 20px;
  }

}


/* HERO FULL WIDTH — FINAL ALIGNMENT FIX */

.entry-content > .main-image-container{
  width: 100%;
  max-width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  position: relative;
}

.main-image-container img.hero-image{
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width:768px){

  /* Main container */
  ul.products.swiper{
    padding-bottom: 70px !important; /* space for dots */
  }

  /* Wrapper */
  .swiper-wrapper{
    display: flex !important;
    flex-wrap: nowrap !important;
  }

  /* Each slide = 1 product */
  .swiper-slide{
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Product card */
  ul.products li.product{
    width: 100% !important;
    margin: 0 auto !important;
  }

  /* DOTS BELOW (NOT OVERLAP) */
  .swiper-pagination{
    position: static !important;
    margin-top: 20px !important;
    text-align: center;
  }

}

/* ---------- CSS Custom Properties ---------- */
:root {
  --ws-cream:        #f5f0e8;
  --ws-cream-dark:   #ede8de;
  --ws-cream-border: #ddd6c5;
  --ws-brown:        #5c4a32;
  --ws-brown-light:  #8a7055;
  --ws-green:        #4a7c59;
  --ws-green-light:  #e8f2ec;
  --ws-blue:         #3a6b8a;
  --ws-blue-light:   #e6f1f7;
  --ws-amber:        #b87333;
  --ws-amber-light:  #fdf0e0;
  --ws-purple:       #5a4a7a;
  --ws-purple-light: #ede8f5;
  --ws-text:         #3a2f22;
  --ws-text-muted:   #7a6a55;
  --ws-radius:       16px;
  --ws-font-serif:   'Playfair Display', serif;
  --ws-font-body:    'Lato', sans-serif;
}

/* ---------- Section ---------- */
.ws-quality-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: var(--ws-font-body);
  color: var(--ws-text);
}

/* ---------- Header ---------- */
.ws-quality-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 50px;
}

.ws-quality-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--ws-green);
  background: var(--ws-green-light);
  padding: 6px 14px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 15px;
}

.ws-quality-title {
  font-family: var(--ws-font-serif);
  font-size: 34px;
  margin-bottom: 10px;
}

.ws-quality-subtitle {
  font-size: 15px;
  color: var(--ws-text-muted);
}

/* ---------- Trust Row ---------- */
.ws-trust-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}

.ws-trust-badge {
  background: #fff;
  border: 1px solid var(--ws-cream-border);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
}

/* ---------- GRID ---------- */

.ws-fabric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;

  align-items: start; 
}

.ws-fabric-card {
  height: auto;
}

/* ---------- CARD ---------- */
.ws-fabric-card {
  background: #fff;
  border: 1px solid var(--ws-cream-border);
  border-radius: var(--ws-radius);
  transition: 0.3s;
  overflow: hidden;
}

.ws-fabric-card:hover {
  transform: translateY(-4px);
}

/* Top border color */
.ws-card--bc  { border-top: 4px solid var(--ws-green); }
.ws-card--rs1 { border-top: 4px solid var(--ws-blue); }
.ws-card--rs2 { border-top: 4px solid var(--ws-amber); }
.ws-card--rs3 { border-top: 4px solid var(--ws-purple); }

/* ---------- CARD HEADER ---------- */
.ws-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  cursor: pointer;
}

.ws-card-name {
  font-family: var(--ws-font-serif);
  font-size: 16px;
  margin: 0;
}

/* ---------- PLUS BUTTON ---------- */
.ws-toggle-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: var(--ws-cream-dark);
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.ws-fabric-card.active .ws-toggle-btn {
  transform: rotate(45deg);
  background: var(--ws-brown);
  color: #fff;
}

/* ---------- HIDDEN CONTENT ---------- */
.ws-card-hidden {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 18px;
}

.ws-fabric-card.active .ws-card-hidden {
  max-height: 300px;
  padding-bottom: 18px;
}

/* ---------- TEXT ---------- */
.ws-card-sku {
  font-size: 11px;
  color: var(--ws-text-muted);
  margin-bottom: 8px;
}

.ws-card-desc {
  font-size: 13px;
  margin-bottom: 12px;
}

/* ---------- SPEC LIST ---------- */
.ws-spec-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}

.ws-spec-list li {
  font-size: 12px;
  margin-bottom: 5px;
}

.ws-spec-label {
  font-weight: 600;
  color: var(--ws-brown-light);
}

.ws-spec-value {
  color: var(--ws-text);
}

/* ---------- TAG ---------- */
.ws-card-element-tag {
  font-size: 11px;
  background: var(--ws-cream);
  padding: 4px 10px;
  border-radius: 20px;
  display: inline-block;
}

/* ---------- CTA ---------- */
.ws-quality-cta {
  text-align: center;
  margin-top: 40px;
}

.ws-cta-btn {
  display: inline-block;
  background: var(--ws-brown);
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
}

/* ---------- MOBILE ---------- */
@media (max-width: 768px) {

  .ws-fabric-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ws-card-header {
    padding: 16px;
  }

  .ws-card-hidden {
    padding: 0 16px;
  }

}

.ws-cta-btn {
  color: #fff !important;
}

.ws-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.ws-fabric-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ws-card-hidden {
  opacity: 0;
}

.ws-fabric-card.active .ws-card-hidden {
  opacity: 1;
}

/* Product card price */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.products .product .price {
    font-size: 22px !important;
    font-weight: 700;
    color: #111 !important;
    line-height: 1.3;
}

/* Old price */
.products .price del {
    color: #888 !important;
    font-size: 16px !important;
    margin-right: 6px;
}

/* Sale price */
.products .price ins {
    text-decoration: none !important;
    color: #000 !important;
}

.single-product .woocommerce-variation-price .price,
.single-product .summary .price {
    font-size: 30px !important;
    font-weight: 700;
    color: #111 !important;
    margin-top: 15px;
}

.single-product .price del {
    color: #888;
    font-size: 22px;
    margin-right: 10px;
}

.single-product .price ins {
    text-decoration: none;
    color: #000;
}

img {
  height: auto;
}
@font-face {
  font-display: swap;
}

.ws-social-footer{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:20px;
}

/* Button */
.ws-social-btn{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#ffffff;
  color:#2B2B2B;
  border-radius:18px;
  text-decoration:none;
  box-shadow:0 8px 22px rgba(0,0,0,0.10);
  transition:all .28s ease;
}

/* SVG */
.ws-social-btn svg{
  width:26px;
  height:26px;
  display:block;
}

/* Hover Animation */
.ws-social-btn:hover{
  transform:translateY(-5px) scale(1.06);
  box-shadow:0 14px 28px rgba(0,0,0,0.16);
}

/* Instagram */
.ws-social-btn.instagram:hover{
  background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4);
  color:#ffffff;
}

/* Facebook */
.ws-social-btn.facebook:hover{
  background:#1877F2;
  color:#ffffff;
}

/* Pinterest */
.ws-social-btn.pinterest{
  color:#E60023 !important;
}

.ws-social-btn.pinterest:hover,
.ws-social-btn.pinterest:focus{
  background:#E60023 !important;
  color:#ffffff !important;
}
/* Mobile */
@media (max-width:768px){

  .ws-social-footer{
    gap:10px;
    margin-top:16px;
  }

  .ws-social-btn{
    width:52px;
    height:52px;
    border-radius:16px;
  }

  .ws-social-btn svg{
    width:23px;
    height:23px;
  }
}