/*
 Theme Name:   Twenty Twenty Child 3
 Theme URI:    http://softgneer.com/wp-child-themes/themetwenty-twentyfour-child/
 Description:  Child theme for the Twenty Twenty-Four theme
 Author:       Sourabh Bhardwaj
 Author URI:   http://softgneer.com
 Template:     twentytwenty
 Version:      1.0.0
*/

/* You can add custom CSS below */
:root{

/* 🎂 Brand Colors */
--primary: #FF4D6D;
--primary-light: #F758F;
--secondary: #FF7A2F;
--secondary-dark: #e85d10;

/* 🎨 Backgrounds */
--bg-main: #F7FDF9;
--bg-soft: #EAF7F1;
--bg-white: #ffffff;

/* 🧁 Text Colors */
--text-dark: #2B1E1B;
--text-light: #ffffff;
--text-muted: #777;

/* 🌈 Gradients */
--gradient-main: linear-gradient(135deg, #E63973, #FF4D6D);
--gradient-valina:linear-gradient(135deg, #FFFFFF 0%, #FFF4E6 50%, #FFEBD6 100%);
--gradient-pinkhappy: linear-gradient(135deg, #E63973, #FFD6A5);
--gradient-pinkluxury: linear-gradient(135deg, #B21F5B, #E63973, #FF758F);
--gradient-pickchoco: linear-gradient(135deg, #E63973, #4A2C2A);
--gradient-chocopink:linear-gradient(135deg, #4A2C2A, #E63973 );

--gradient-btn: linear-gradient(135deg,#FF7A2F,#ff6a18);

/* 💎 Shadows */
--shadow-soft: 0 5px 15px rgba(0,0,0,0.08);
--shadow-medium: 0 10px 25px rgba(0,0,0,0.12);
--shadow-strong: 0 20px 40px rgba(0,0,0,0.18);

/* 🔲 Border Radius */
--radius-sm: 8px;
--radius-md: 16px;
--radius-lg: 25px;

/* 🔤 Fonts */
--font-primary: 'Poppins', sans-serif;
--font-heading: 'Playfair Display', serif;
--font-croissat:  'Croissant One', sans-serif;

}




 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: var(--font-primary);
      background: var(--gradient-valina);
      color: white;
      overflow-x: hidden;
    }
    .container-main{
      width: 98%;
      margin: 0 auto;
      max-width: 1280px;
      margin-top: -30px;
    }
    .best-salling-section{
      padding: 0;
    }

    .marketing-text{
      margin: 8px;
      font-family: var(--font-primary);
      font-size: 44px;
      color: var(--text-dark);
      text-align: center;
    }
    #mobileNav{
      display: none;
    }
    .full-wd{
      width: 100%;
      /* padding: 50px 100px; */
          overflow: hidden;
    }
  
    /* Desktop default */
.mobile-menu-toggle {
    display: none;
}
.cake-cart-container{
  /* display: none; */
  width: 100%;
        border: 0;
        background: #fff;
        padding: 0 14px;
}
.hero-lg{
    display: block;
}

.hero-sm{
    display: none;
}
.action-container{
  padding: 30px;
    text-align: center;
}
.action-container button{
  background: var(--gradient-pickchoco);;
}
.woocommerce-cart-form img {
    max-width: 70px;
    height: auto;
    display: block;
}
.cake-container-sm{
  display: none;
}
.cake-cart-container-sm{
  display: none;
}

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

.mobile-menu-wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        max-width: 300px;
        height: 100%;
        background: var(--gradient-pickchoco); /* match your purple theme */
        z-index: 9999;
        transition: left 0.3s ease-in-out;
        /* padding: 20px; */
        overflow-y: auto;
        background: #512b2d;
    }

    .mobile-menu-wrapper.active {
        left: 0;
    }
    .mobileMenuHeader{
border-bottom: #ddd solid;
    }
     .mobileMenuHeader h1{
         width: 80%;
    }
     .mobileMenuHeader button.mobile-menu-close{
        padding: 7px;
    position: relative;
    top: -54px;
    right: 8px;
    background: none;
    }

    .mobileMenuHeader img
    {


    }

    .mobile-menu-item a{
      color: #fffccc;
    }

  /* Common Style ***************************/
    .ft_clear{
      clear: both;
    }
    .pt-50{
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .ff{
      font-family: var(--font-heading);
    }
    .heading_2{
      font-size: 30px;
      font-family:var(--font-heading);
    }
    .heading_3{
    font-size: 50px;
    font-family: var(--font-heading);
    }
    .blk{
    color: #000;
    }
    .wht_clr{
      color: #fff;
    }
    .bg-1{
      background: #3c2b4d;
    }
    .bg-2{
      background: #fff;
    }
    .bg-3{
      background: #e9ddef;
    }
    .bg-4{
      background: #fff18e;
    }
    .bg-5{
      background: #3c2b4d;
    }
    .bg-6{
      background: #000;
    }
    .bg-7{
      background-color: #fff1e8;
    }
    .section{
      padding: 80px 20px;
      margin-top: -10px;
          /* background-image: url(https://houseofcakes-dubai.com/wp-content/uploads/2022/04/pattern_300x300px_40proc.png); */
    background-size: 300px 300px;
    background-color: #fafafa;
    background-repeat: repeat;

    }
    .section-container {
      display: flex;
      /* align-items: center; */
      justify-content: center;
      gap: 60px;
      max-width: 1200px;
      margin: 0 auto;
      flex-wrap: wrap;
          width: 95%;
    }

    .w-250{
      width: 260px;
    }

    .btn-small {
      display: inline-block;
      padding: 6px 14px;
      font-size: 13px;
      font-weight: 500;
      color: #fff;
      background-color: #d45a5a; /* cake theme color */
      border: none;
      border-radius: 6px;
      cursor: pointer;
      text-decoration: none;
      transition: background 0.3s ease, transform 0.2s ease;
      line-height: 1.2;
    }

    .btn-small:hover {
        background-color: #b83838; /* darker hover */
        transform: translateY(-2px);
    }

    .btn-small:active {
        background-color: #a02a2a;
        transform: translateY(0);
    }

    
/* Cart Navigation Styling */
.woocommerce-MyAccount-navigation {
    /* Ensure the navigation container itself respects its parent's width */
    width: 100%;
    margin-bottom: 20px;
        display: block;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* Keeps items in a row */
    
    /* CRITICAL: Allows horizontal scrolling */
    overflow-x: auto; 
    
    /* CRITICAL: Prevents items from wrapping to the next line */
    flex-wrap: nowrap; 
    
    /* Improves scrolling experience on touch devices */
    -webkit-overflow-scrolling: touch; 
    
    /* Add padding/margin to make the scrollbar look better, if needed */
    padding-bottom: 10px; 
}

/* Style for individual menu items (<li>) */
.woocommerce-MyAccount-navigation li {
    flex-shrink: 0; /* Prevents items from shrinking when space is tight */
    margin-right: 15px; /* Spacing between menu items */
    padding: 8px 12px;
    /* border: 1px solid #ccc; */
    /* border-radius: 8px; */
    transition: background-color 0.2s, border-color 0.2s;
    /* background-color: #f7f7f7; */
    white-space: nowrap; /* Ensures text doesn't wrap within the li */
}

/* Active/Hover states */
.woocommerce-MyAccount-navigation li a {
    text-decoration: none;
    color: #333;
    display: block;
    font-weight: 500;
}

.woocommerce-MyAccount-navigation li:hover {
    background-color: #e9e9e9;
    border-color: #aaa;
}

.woocommerce-MyAccount-navigation li.is-active {
    /* background-color: #0073aa; WooCommerce blue or your primary color */
    /* border-color: #0073aa; */
}

.woocommerce-MyAccount-navigation li.is-active a {
    color: white;
}


/* Media Query to switch back to a vertical list on larger screens (e.g., tablet/desktop) */
@media (min-width: 768px) {
    .woocommerce-MyAccount-navigation {
        /* Reset margin for desktop layout */
        margin-bottom: 0; 
    }
    
    .woocommerce-MyAccount-navigation ul {
        /* Remove scrolling functionality */
        overflow-x: visible; 
        
        /* Allow items to stack normally (optional: can keep flex for space-between) */
        flex-direction: column; 
        
        /* Remove bottom padding added for scrollbar */
        padding-bottom: 0; 
    }
    
    .woocommerce-MyAccount-navigation li {
        /* Reset flex properties for stacking */
        width: 100%; 
        margin-right: 0;
        margin-bottom: 10px; /* Space between stacked items */
        text-align: left;
    }
}
  /* End Common Style ***************************/



  
  /* Header Style ***************************/

    .site-title a {
      color: #fff;
      display: block;
      text-decoration: none;
      font-family: 'Croissant One';
    }

    header {
      position: relative;
      top: 0;
      width: 100%;
      background: var(--gradient-chocopink);
      padding: 20px 50px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 10;
      transition: all 0.3s ease;
      /* background: linear-gradient(61.98deg, rgb(255, 187, 188) 17.79%, rgb(255, 94, 157) 93.5%);; */
    }

    header .logo {
      font-family: 'Playfair Display', serif;
      font-size: 24px;
      font-weight: bold;
    }


    /* Header Search Box Style ------******************/
    .header-search-box {
      position: relative;
      max-width: 400px;
      margin: 0 auto;
    }

    .ajax-product-search-form {
      display: flex;
      border: 2px solid #d4af37;
      border-radius: 5px;
      overflow: hidden;
    }

    .ajax-product-search-form input[type="search"] {
      flex: 1;
      padding: 10px;
      border: none;
      outline: none;
          width: 516px;
    }

    .ajax-product-search-form button {
      background: var(--gradient-pickchoco) !important;
      color: #fff;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
    }

    #ajax-search-results {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #fff;
      border: 1px solid #ddd;
      max-height: 300px;
      overflow-y: auto;
      z-index: 999;
      display: none;
    }

    #ajax-search-results ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    #ajax-search-results li {
      padding: 10px;
      border-bottom: 1px solid #f1f1f1;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    #ajax-search-results li img {
      width: 40px;
      height: auto;
      border-radius: 4px;
    }

    #ajax-search-results li .title {
      font-weight: 600;
      display: block;
    }

    #ajax-search-results li .price {
      font-size: 14px;
      color: #888;
    }



    /***************END OF HEader Search Box **************/

  /* Navbar Style ***********************/

    nav a {
      color: white;
      margin-left: 8px;
      text-decoration: none;
      font-size: 16px;
      transition: color 0.3s ease;
    }

    nav a:hover {
      color: #f7c6ff;
    }

   /* style for cart and account nav Icon *******/
   .account-cart-wrapper{
        width: 100px;
        display: flex;
    }
    a.account-icon{
      float: left;
      margin-right: 10px;
      color: #fff;
      filter: drop-shadow(2px 9px 11px #000);
    }
    .dashicons, .dashicons-before:before
    {
      width: 25px;
      height: 20px;
      font-size: 25px;
    }
    .dashicons-cart{
      color: #fff;
      margin-right: 10px;
      color: #fff;
      filter: drop-shadow(2px 9px 11px #000);
    }

    /* End cart and account icon ************/

/* cart side bar pannel **********************/
   .cart-panel {
    position: fixed;
    right: -100%;
    top: 0;
    width: 300px;
    height: 100%;
    background: var(--gradient-valina);
    box-shadow: -2px 0 5px rgba(0,0,0,0.2);
    transition: right 0.3s ease;
    z-index: 9999;
    overflow-y: auto;
}
.cart-panel.open {
    right: 0;
}
.cart-icon {
    position: relative;
    cursor: pointer;
    float: right;
    top: 6px;
}
.cart-count {
    position: relative;
    top: -7px;
    right: 27px;
    background: red;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    float: right;
}
.cart-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 15px; */
    background: var(--gradient-pinkluxury);
    border-bottom: 1px solid #ddd;
    height: 66px;
    background: #502c2d;
}

.close-cart-btn {
    width: 66px;
    height: 66px;
    padding: 0;
    background: #fff !important;
    color: #000;
    padding-top: 0px;
    font-size: 46px;
}

.swiper-pagination {
    position: relative;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.close-cart-btn:hover {
    color: red;
}

.cart-panel-header h2{
    font-size: 20px;
    color: #fffaaa;
    font-family: 'Croissant One';
        margin: 0 auto;
}

/** Cart panel END *******************/


 /***************** TOPBAR STYLE ************************/

 .topbar {
    background:var(--gradient-chocopink);
    padding: 9px 20px;
    font-size: 14px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.topbar-left a {
    text-decoration: none;
    color: #25D366; /* WhatsApp green */
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.topbar-left img {
    width: 20px;
    height: 20px;
}

.topbar-right {
    
    align-items: center;
    float: right;
    margin-top: 0px;
}

.topbar-right .order-btn{

background:var(--gradient-pickchoco);;
border:none;
padding:8px 25px;
border-radius:10px;
color:var(--text-light);
font-weight:600;
cursor:pointer;
margin-right:15px;

}

.topbar-right .order-btn:hover{
background:var(--gradient-pinkhappy);;
}



.topbar-right .order-btn {
  position: relative;
  padding: 6px 30px;
  background: #D63384; /* Your brand pink */
  color: white;
  border-radius: 20px;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
  overflow: hidden; /* Keeps the animation inside the pill */
  
    background: linear-gradient(135deg, #131212, #ff2011);
    box-shadow: 2px 3px 4px 2px #ddd;
}

/* The animated border layer */
.topbar-right  .order-btn::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 300%;
  background: conic-gradient(
    transparent, 
    rgba(255, 255, 255, 0.8), 
    transparent 30%
  );
  animation: rotate 3s linear infinite;
  z-index: -2;
}

/* The inner background to cover the center of the gradient */
.topbar-right .order-btn::after {
  content: '';
  position: absolute;
  inset: 2px; /* This creates the 2px border thickness */
  background: #D63384; 
  border-radius: 50px;
  z-index: -1;
}

@keyframes rotate {
  from { transform: rotate(30deg); }
  to { transform: rotate(60deg); }
}

.topbar-right  .order-btn:hover::after {
  background: var(--gradient-chocopink); /* Slightly darker on hover */
}



/* Currency dropdown styling */
.currency-dropdown {
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
}

/* For emoji flags in dropdown */
.currency-dropdown option {
    font-size: 16px;
}


 /***************END of TOPBAR ***************************/


    #site-footer{
            background:var(--text-dark);
    color: #fff;
    font-family: var(--font-primary);
    }

   /* End Website Style ***************************/
   /***** Social Site Style ***********************/
    /* Footer social wrapper */
.saffron-footer-social {
  /* padding: 30px 20px; */
  text-align: left; /* change to center if you want center */
}

.saffron-social-list {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

/* item & link */
.saffron-social-list .social-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  background: #3c2b4d; /* fallback color */
  transition: transform 220ms cubic-bezier(.2,.9,.3,1), box-shadow 220ms;
  box-shadow: 0 6px 18px rgba(60,43,77,0.12);
  position: relative;
  overflow: visible;
}

/* svg sizing */
.saffron-social-list .social-item .social-icon {
  width: 22px;
  height: 22px;
  fill: #fff;
  display: block;
}

/* colors for each network */
.saffron-social-list .social-facebook a { background: #1877F2; }
.saffron-social-list .social-instagram a { background: radial-gradient(circle at 30% 30%, #fdf497 0%, #fdf497 10%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.saffron-social-list .social-snapchat a { background: #FFFC00; }
.saffron-social-list .social-x a { background: #1DA1F2; } /* or #000 for X */
.saffron-social-list .social-youtube a { background: #FF0000; }
.saffron-social-list .social-whatsapp a { background: #25D366; }

/* Snapchat icon color adjustment */
.saffron-social-list .social-snapchat a .social-icon { fill: #000; }

/* hover animations */
.saffron-social-list .social-item a:hover,
.saffron-social-list .social-item a:focus {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 10px 28px rgba(60,43,77,0.22);
  outline: none;
}

/* small pulse animation loop on visible page */
.saffron-social-list .social-item a::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 40px; height: 40px;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  z-index: 0;
  transition: opacity .3s;
}

/* on hover stronger glow */
.saffron-social-list .social-item a:hover::after {
  background: rgba(255,255,255,0.12);
}

/* screen-reader text hide but accessible */
.screen-reader-text {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px;
}

/* responsive wrap */
@media (max-width: 600px) {
  .saffron-social-list { gap: 8px; }
  .saffron-social-list .social-item a { width: 44px; height: 44px; }
  .saffron-social-list .social-item .social-icon { width: 18px; height: 18px; }
}


   /************ END *********************/



/* Home page Style ***************************/

   /* Style code for banner slider */

    .banner-slider-flat {
      position: relative;
      width: 100%;
      height: 600px;
      /* background-image: url('images/banner-bg.png'); */
      overflow: hidden;
      background-size: cover;
      background: #FFF4E6;
    }

    .banner-slider-flat .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 0;
      transition: opacity 0.8s ease;
      /* padding: 100px 160px; */
      max-width: 1280px;
      margin: 0 auto;
    }

    .slide.active {
      opacity: 1;
      z-index: 2;
    }
     .banner-slider-flat .slide-content{
      width: 100%;
      margin: 160px;
      max-width: 400px;
    }
    .banner-slider-flat .slide-heading {
      font-size: 6.5rem;
      font-family: var(--font-primary);
      margin-bottom: 1rem;
      color: #9b1c5b;
      font-weight: 600;
    }
    .slide-subheading {
      font-size: 3.2rem;
      color: #e8e5e5;
      max-width: 500px;
      margin-bottom: 30px;
      font-family: var(--font-primary)
    }
   .banner-slider-flat .image-left {
      position: absolute;
      top: -80px;
      left: 30px;
      width: auto;
      max-width: 500px;
      opacity: 0.1;
      transform: translate(-161px, -85px);
      transition: transform 1s ease;
    }
  .banner-slider-flat  .slide.active .image-left {
      transform: translate(0, 0);
      transform: rotate(137deg);

    }

    .slide.out .image-left {
      transform: translate(88px, -550px);
      opacity: 0;
    }

    /* .image-left-in {
      transform: translate(-1px, -167px);
    }
    
    .image-left-out {
      transform: translate(88px, -550px);;
    }
    
   .image-left-start{
     transform: translate(-161px, -85px);
   } */
    .banner-slider-flat .image-right {
      position: absolute;
      width: auto;
      max-width: 650px;
      height: 500px;
      right: 80px;
      top: -10px;
      transition: transform 1s ease, opacity 0.8s ease;
      opacity: 0;
      transform: translate(100px, -100px) scale(0.8);
      z-index: 1;
    }

   .banner-slider-flat  .slide.active .image-right {
      transform: translate(0, 0) scale(1);
      opacity: 1;
    }

    .icon-nav {
      position: absolute;
      left: 40px;
      bottom: 40px;
      display: flex;
      gap: 15px;
      z-index: 10;
    }

    .icon-nav img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid transparent;
      cursor: pointer;
      transition: border 0.3s ease;
    }

    .icon-nav img.active {
      border: 2px solid white;
    }

  /* Code End *********/



  /* Style code for banner slider */

    .banner-slider {
      position: relative;
      width: 100%;
      height: 600px;
      background-image: url('images/banner-bg.png');
      overflow: hidden;
      background-size: cover;
    }

    .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 0;
      transition: opacity 0.8s ease;
      /* padding: 100px 160px; */
    }

    .slide.active {
      opacity: 1;
      z-index: 2;
    }
    .slide-content{
      width: 399px;
      margin: 160px;
    }
    .slide-heading {
      font-size: 7.5rem;
      font-family: 'Croissant One';
      margin-bottom: 1rem;
      color: #9b1c5b;
      font-weight: 600;
    }
    .slide-subheading {
      font-size: 2.2rem;
      color: #e8e5e5;
      max-width: 500px;
      margin-bottom: 30px;
      font-family: 'Croissant One';
    }
    .image-left {
      position: absolute;
      top: -80px;
      left: 30px;
      width: auto;
      max-width: 500px;
      opacity: 0.1;
      transform: translate(-161px, -85px);
      transition: transform 1s ease;

    }
    .slide.active .image-left {
      transform: translate(0, 0);
      transform: rotate(137deg);

    }

    .slide.out .image-left {
      transform: translate(88px, -550px);
      opacity: 0;
    }

    /* .image-left-in {
      transform: translate(-1px, -167px);
    }
    
    .image-left-out {
      transform: translate(88px, -550px);;
    }
    
   .image-left-start{
     transform: translate(-161px, -85px);
   } */
    .image-right {
      position: absolute;
      width: auto;
      max-width: 450px;
      right: 126px;
      top: 89px;
      transition: transform 1s ease, opacity 0.8s ease;
      opacity: 0;
      transform: translate(100px, -100px) scale(0.8);
      z-index: 1;
    }

    .slide.active .image-right {
      transform: translate(0, 0) scale(1);
      opacity: 1;
    }

    .icon-nav {
      position: absolute;
      left: 40px;
      bottom: 40px;
      display: flex;
      gap: 15px;
      z-index: 10;
    }

    .icon-nav img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid transparent;
      cursor: pointer;
      transition: border 0.3s ease;
    }

    .icon-nav img.active {
      border: 2px solid white;
    }



   /************* Banner Images Slider ****************************/


.banner-images-slider .swiper-pagination {
    position: relative;
    margin-top: 40px;

}


.container-slider{
  width: 98%;
  max-width: 1280px;
  margin: 0 auto;

  margin-top: -90px;
  position: relative;
}
.relative-product-container{
  width: 98%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.container-slider .img-bg{
  width: 662px;
  float: left;
}

 

.container-slider .sale-content {
   
    color: #8b5e3c;
    float: left;
    padding-top: 140px;
}

.subtitle {
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
}

.sale-content {
   /* max-height: 400px; */
   /* overflow: hidden; */
   /* padding: 12px; */
}
.sale-content h1 {
    font-size: 70px;
    margin: 10px 0;
    font-weight: 700;
}

.sale-content h3 {
    font-size: 28px;
    margin-bottom: 4px;
    color: #000;
    font-family: var(--font-primary);
    /* text-decoration: overline; */
    text-transform: capitalize;
    margin-top: 20px;
}

.sale-content p {
    margin-bottom: 20px;
    max-width: 100%;
}




/* IMPORT FONT (Premium Look) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700&family=Poppins:wght@300;400;500&display=swap');

.cake-hero {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 60px;
    
    /* Premium cream gradient */
    background: linear-gradient(
        120deg,
        #f5efe6 0%,
        #f3e9dc 30%,
        #efe2d1 60%,
        #e8d5c0 100%
    );

    position: relative;
}

/* CONTENT */
 .cake-content {
    max-width: 500px;
}

/* TITLE */
.cake-content .title {
    font-family: var(--font-primary);
    font-size: 56px;
    color: #5c4632;
    margin: 0;
    letter-spacing: 1px;
}

.cake-content .subtitle {
    font-family: var(--font-primary);
    font-size: 20px;
    color: #7a6250;
    margin-bottom: 30px;
}
.cake-content .line{
  display: block;
    background: #b88a44;
    width: 90px;
    height: 4px;
    margin-top: -23px;
}
/* PRICE */
.price-box {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.price-box .price {
    font-family: var(--font-primary);
    font-size: 110px;
    color: #b88a44;
    line-height: 1;
}

.price-info {
    margin-left: 20px;
}

.price-info .line {
    display: block;
    width: 60px;
    height: 2px;
    background: #b88a44;
    margin-bottom: 8px;
}

.unit {
    font-family: var(--font-primary);
    color: #b88a44;
    font-weight: 500;
    letter-spacing: 2px;
}

/* FEATURES */
.features {
    display: flex;
   gap: 8px;
    margin: 10px auto;
    width: 299px;
    
}

.feature {
    text-align: center;
    max-width: 120px;
}

.feature .icon {
    font-size: 24px;
    margin-bottom: 8px;
}

.feature p {
    font-size: 13px;
    color: #6b5a4a;
    font-family: var(--font-primary);
}

/* BUTTON */
.btn-order {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #b88a44, #a6782f);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
    font-family: var(--font-primary);
}

.btn-order:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* NOTE */
.note {
    margin-top: 10px;
    font-size: 12px;
    color: #8a7765;
    letter-spacing: 1px;
    font-family: var(--font-primary);
}


   


/******************  Video Banner Slider ********************************/



.video-banner-x {
    position: relative;
    width: 100%;
    height: 670px;
    overflow: hidden;
    margin-top: -40px;
}

.video-banner {
    position: relative;
    width: 100%;
    height: 670px;
    overflow: hidden;
 
}

/* Background Video */
.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* Dark Overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}






  /* Code End *********/









  
  /* Home Page Category Grid style **************************/
    
  
      .cake-categories {
        /* background-color: #f8e6b1; /* beige background */
        padding: 0px 0px; 
      }

      .category-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 20px;
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
      }

      .category-item {
        background: #fff;
        border: 1px solid #e5d3b3;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        margin: 5px 10px;
      }
      

      .category-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.15);
      }

      .category-item img {
        width: 100%;
        height: 200px;
        object-fit: cover;
      }

      .category-item h3 {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        padding: 10px;
        margin: 0;
        height: 70px;
      }

      .category-item a {
        display: block;
        text-decoration: none;
        color: inherit;
      }


  /* Best Product Slider Style *********************/


  /* .cake-bestsellers-slider {
  padding: 40px 20px;
}
  */






 /* End Home Pag Style ***************************/


/* Cake Detail Page Tyle *************/
    
       .cake-container{
        width: 100%;
        max-width: 1200px;
        height: auto;
        min-height: 620px;
        margin: 30px auto;
       }

       .cake-container .col-6{
        width: 50%;
        float: left;
       }
       .cake-container .title-content {
      max-width: 1200px;
      width: 100%;
      float: left;
      align-items: center;
      text-align: center;
    }

    .cake-title{
      font-size: 4.5rem;
      font-family:var(--font-heading);
      margin-bottom: 1rem;
      color: #fff;
      font-weight: 600;
    }
    .cake-subheading{
          font-size: 2.2rem;
    color: #e8e5e5;
    max-width: 1200px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Croissant One';
    }

   .cake-image{
    height: 550px !important;
    width: 440px;
    margin: auto;
    margin-bottom: 22px;
   }




      

.cake-image-options {
    display: flex;
    gap: 15px;
    overflow-x: auto;   /* horizontal scroll */
    padding-bottom: 10px;
    scrollbar-width: thin;   /* Firefox */
    scrollbar-color: #d63384 #f3eafc;
    width: 400px;
    font-family: var(--font-primary);
}

.cake-image-options::-webkit-scrollbar {
    height: 8px;
}

.cake-image-options::-webkit-scrollbar-thumb {
    background: #8e44ad;
    border-radius: 10px;
}

.cake-image-options::-webkit-scrollbar-track {
    background: #f3eafc;
}

.cake-option {
    position: relative;
    cursor: pointer;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 8px;
    transition: all 0.2s ease;
    width: 120px;
    display: flex;
    flex-direction: column;
    background: #fff;
}
  

.cake-option input[type="radio"] {
    display: none;
}

.cake-option img {
    width: 70px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: 0 auto 8px;
}

.cake-option span {
    display: block;
    font-size: 14px;
    font-weight: 600;
        color: #000;
         width: 80px;
}


.cake-option2 {
    position: relative;
    cursor: pointer;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 8px;
    transition: all 0.2s ease;
    width: 120px;
    display: flex;
    flex-direction: column;
    background: #fff;
}
  

.cake-option2 input[type="radio"] {
    display: none;
}

.cake-option2 img {
    width: 70px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: 0 auto 8px;
}

.cake-option2 span {
    display: block;
    font-size: 14px;
    font-weight: 600;
        color: #000;
         width: 80px;
}


.is-selected{
  background:var(--gradient-pickchoco) ;
      background: var(--gradient-chocopink) !important;
}

.cake-option input[type="radio"]:checked + img,
.cake-option input[type="radio"]:checked ~ span {
    border: 0px solid #d45a5a; /* highlight color */
    color: #fff;
}

.cake-option2 input[type="radio"]:checked + img,
.cake-option2 input[type="radio"]:checked ~ span {
    border: 0px solid #d45a5a; /* highlight color */
    color: #fff;
}
 

.cake-option-group h4{
  font-size: 15px;
    margin: 9px;
    color: #432c5a;
}

.cake-tabs {
    margin-top: 0px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
}

.cake-tab-nav {
    display: flex;
    border-bottom: 2px solid #eee;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cake-tab-nav li {
    flex: 1;
    text-align: center;
    padding: 2px;
    cursor: pointer;
    font-weight: 600;
    color: var(--gradient-chocopink);
    font-size: 14px;
    transition: all 0.3s ease;
}

.cake-tab-nav li.active {
    background: var(--gradient-chocopink);
    color: #fff;
}

.cake-tab-content {
    display: none;
    padding: 20px;
}

.cake-tab-content.active {
    display: block;
}


.single-product form.cart .quantity {
    float: right;
    margin-right: .5rem;
    display: none;
}
.add-to-cart-container{
  text-align: right;
}

.cake-price-container{
    /* float: left; */
    /* width: 50%; */
    max-width: 336px;
    margin-top: -53px;
}

   .page-banner{
      height: 760px;
      /* display: flex; */
      align-items: center;
      /* padding: 120px 50px 50px 50px; */
      max-width: 1200px;
    }
    .page-banner .title-content {
      max-width: 1200px;
      width: 100%;
      margin: 0 160px;
      align-items: center;
      text-align: center;
    }

    .page-banner .title-content  h1{
      max-width: 1200px;
      width: 100%;
       font-family: 'Croissant One';
        font-size: 5.5rem;
      margin-bottom: 1rem;
      color: #fff;
      font-weight: 600;
    }

    .page-banner .slide-content {
      width: 600px;
      /* margin: 160px 30%; */
      float: left;

    }
    .page-banner .option-content {
      width: 400px;
      /* margin: 160px 30%; */
      float: left;

    }
    .page-banner .slide-subheading{
        font-size: 2.2rem;
    color: #e8e5e5;
    max-width: 100%;
    margin-bottom: 30px;
    font-family: 'Croissant One';
    }
    .page-banner .image-right {
     max-width: 500px;
       position: absolute;
      width: auto;
     
      right: 53%;
      top: -65px;
      transition: transform 1s ease, opacity 0.8s ease;
      opacity: 0;
      transform: translate(100px, -100px) scale(0.8);
      z-index: 1;
    }
    .page-banner .image-left {
     max-height: 450px;
    }

   .page-banner .cake-detail-wrapper{
    padding: 10px;
    position: relative;
     
   }
   .about-image .cake-detail-wrapper{
    padding: 10px;
   }
   .about-image .cake-detail-wrapper h2{
    font-size: 16px;
    font-family: 'Croissant One';
    margin: 0;
   }
   

   .page-banner .cake-discount-badge {
    position: relative;
    top: 12px;
    left: 12px;
    background: #ff3d68;
    color: #fff;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
 .sale-container{
  padding: 10px 20px;
  text-align: center;
  background-color: #ffb400;
 }
 .sale-container h3{
  margin: 0;
 }
 .price-container, .adtocart_container{
  float: left;
  width: 50%;
 }
 .review-container{
  width: 100%;
  float: left;
  border-top:1px solid #000 ;
  padding-top: 4px;
  padding-left: 10px;
 }
 .single-product .woocommerce-product-rating {
    margin: 0rem 0 4rem;
    line-height: 1;
    font-size: 1.4rem;
}
   /* Cake gallary slider Style *********************/

   .cake-gallery-slider {
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.cake-gallery-slider img {
    width: 100%;
    height: 500px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #d45a5a;
}

.swiper-pagination-bullet-active {
    background: #d45a5a;
}

   /* End of gallary slider ************************/

   /* ************* Cake detail accrodion style ***********/
   .cake-accordion {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}

.accordion-item + .accordion-item {
  border-top: 1px solid #eee;
}

.accordion-header {
  width: 100%;
  text-align: left;
  background:var(--gradient-chocopink);;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header::after {
  content: '+';
  font-size: 18px;
  transition: transform 0.3s;
}

.accordion-header.active::after {
  content: '−';
}

.accordion-header:hover {
  background: var(--gradient-pickchoco);
  color: #fff1e8;
}

/* .accordion-header:hover {
  background: #f0f0f0;
} */

.accordion-body {
  display: none;
  padding: 15px 18px;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
}

  /* END **************************/


   /* Cake detail review slider style **************/
.cake-reviews-section {
   
     
    padding: 30px;
    border-radius: 12px;
}

.reviews-title {
    text-align: center;
    font-size: 24px;
    color: #5b3465;
    margin-bottom: 20px;
}

.review-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-align: center;
    max-width: 350px;
}

.review-stars {
    margin-bottom: 10px;
    text-align: center;
}

.review-comment {
    font-size: 16px;
    font-style: italic;
    color: #555;
    margin-bottom: 12px;
    text-align: left;
}

.review-author {
    font-weight: bold;
    color: #333;
    font-size: 14px;
    text-align: right;
}


   /** end of review slide ***************************/

/* End cake detail page ***************************/
    
.woocommerce div.product div.images img {
    width: 400px;  /* Adjust width */
    height: 400px;
    max-width: 100%;
}

.content-area{
  background: #fff4e1;
    padding: 20px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100%;
}
   
.woocommerce-Address-title h2{
  margin: 3px;

}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    box-shadow: none;
    text-decoration: none;
    font-weight: 600;
    color: #362944;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 1200px;
    width: calc(100% - 4rem);
}

    .order-btn {
      padding: 10px 20px;
      background-color: white;
      color: #3c2b4d;
      border-radius: 999px;
      font-weight: bold;
      text-decoration: none;
      margin: 20px;

    }

    .main-banner {
      height: 100vh;
      display: flex;
      align-items: center;
      padding: 120px 50px 50px 50px;
    }

    .main-left {
      flex: 1;
    }

    .main-left h1 {
      font-family: 'Playfair Display', serif;
      font-size: 3.5rem;
      line-height: 1.2;
      margin-bottom: 20px;
    }

    .main-left p {
      color: #d2c6e0;
      font-size: 1.1rem;
      max-width: 500px;
      margin-bottom: 30px;
    }

    .main-left .order-btn {
      background-color: white;
      color: #3c2b4d;
    }

    .main-right {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .main-right img {
      width: 90%;
      max-width: 500px;
      border-radius: 10px;
    }




/* Mobile Nav Container */
.mobile-nav {
  background: #2d123a; /* dark purple background */
  padding: 15px;
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  overflow-y: auto;
  transition: left 0.3s ease;
  z-index: 9999;
}

.mobile-nav.open {
  left: 0;
}

/* Menu List */
.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}


.mobile-menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}

.mobile-menu-item a {
  display: block;
  padding: 14px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.mobile-menu-item a:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* Submenu */
.mobile-menu-item .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--gradient-pinkluxury);
}

.mobile-menu-item .sub-menu li a {
  padding: 12px 25px;
  font-size: 14px;
  color: #ddd;
}

.mobile-menu-item .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* Toggle button (for submenu) */
.submenu-toggle {
      background: none !important;
    border: none;
    position: absolute;
    right: 15px;
    top: 0px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.submenu-toggle::before {
  content: "+";
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}

.mobile-menu-item.open > .submenu-toggle::before {
  content: "-";
}

.mobile-menu-item.open > .sub-menu {
  display: block;
}

/* Overlay (when menu opens) */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
}

.mobile-menu-overlay.active {
  display: block;
}



   


.cake-banner{
   position: relative;
      width: 100%;
      height: 600px;
      background-image: url('images/banner-bg.png');
      overflow: hidden;
      background-size: cover;
}




.subcategory-panel {
    position: fixed;
    left: -350px;
    top: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    /* padding: 20px; */
    transition: left 0.3s ease;
}
.subcategory-panel.open {
    left: 0;
}
.subcategory-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
.close-submenu {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: -3px;
    font-size: 30px;
}
#parentCatTitle{
    font-size: 2rem;
    font-family: 'Croissant One';
}
#childCategoryList{
    list-style: none;
}
#childCategoryList li{
    margin: 0;
}
#childCategoryList li a{
        text-decoration: none;
    color: #000;
    font-family: 'Croissant One';
}

.product-category-menu {
    display: flex;
    gap: 20px;
    background: var(--gradient-pickchoco);
     padding: 5px 15px; 
    /* border-radius: 12px; */ 
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    justify-content: left;
    align-items: center;
    position: relative;
    /* z-index: 99; */
    /* overflow-x: auto; */
    scroll-behavior: smooth;
    width: 100%;
}

.product-category-menu-inner {
    display: flex;
    gap: 20px;
    background:var(--gradient-pickchoco);
    padding: 5px 15px;
    /* border-radius: 12px; */
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    justify-content: left;
    align-items: center;
    position: relative;
    /* z-index: 99; */
    /* overflow-x: auto; */
    scroll-behavior: smooth;
    width: 100%;
}

.category-item a {
    position: relative;
    display: inline-block;
    padding: 3px 5px;
    color: #8b005d;
    font-weight: 600;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.category-item  a h3{
   font-family: var(--font-primary)
}

.category-item  hr{
   margin: 1px;
}

.category-item a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 12px rgba(0,0,0,0.1);
    background: #ffe3ec;
}

/* 🔪 Knife-cut animation effect */
.category-item a.slice:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 0;
    background: #8b005d;
    transform: translate(-50%, -50%) rotate(45deg);
    animation: knife-slice 0.6s ease forwards;
    z-index: 2;
}
.review-section{
  background: var(--gradient-valina);
  padding: 80px 20px;
  font-family: var(--font-primary);
  margin-top: 10px;
}
.about-section {
  background-color: #5c5263; /* matched from screenshot */
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
  margin-top: -10px;
}

.about-container {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.about-text {
  flex: 1;
  min-width: 300px;
}

.about-text h2 {
  
  color: var(--text-light);
  
  margin-bottom: 20px;
}

.about-text p {
  color: var(--text-light);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: #5b3465;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.about-btn:hover {
  background-color: #7a4889;
}

.about-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
  margin-top: 100px;
}

.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}




.signature-section {
  background-color: #fafafa; /* Light lavender, sampled from screenshot */
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;

}

.signature-container {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.signature-text {
  flex: 1;
  min-width: 300px;
  max-width: 550px;
}

.signature-text h2 {
  
  color: #432c5a;
  margin-bottom: 20px;
}

.signature-text h4 {
 
  margin: 20px 0 10px;
  color: #432c5a;
}

.signature-text p {
  color: #5f5272;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.signature-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.signature-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}


.cake-slider{
    background: #fff;
    max-width: 1050px;
    border-radius: 20px 20px;
    height: 550px;
    filter: drop-shadow(2px 4px 6px black);
}
.cake-slide-card {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.cake-slide-left {
  flex: 1;
  min-width: 300px;
  position: relative;
}

.cake-slide-left img {
  width: 100%;
    /* height: 400px; */
    height: 550px;
    border-radius: 20px;
}

.cake-rating {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.cake-rating .star-rating {
  font-size: 16px;
}

.cake-rating .total-reviews {
  font-size: 14px;
  color: #555;
}

.cake-slide-right {
  flex: 1;
  min-width: 300px;
}

.cake-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.cake-desc {
  margin-bottom: 15px;
  color: #555;
}

.cake-price {
  font-size: 20px;
  margin-bottom: 15px;
}

.cake-slide-right .button {
  padding: 10px 20px;
  border-radius: 6px;
}

.metric-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  padding: 15px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}

.metric-box span {
  font-size: 28px;
  font-weight: bold;
  color: #1a73e8;
}

.metric-box small {
  font-size: 14px;
  color: #333;
}

.main-section{
   background-color: #fff4e1; /* lavender tone like in screenshot */
  padding: 80px 20px;
  /* font-family: 'Inter', sans-serif; */
      margin-top: -40px;
}

.main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}


.section-heading {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 30px 0;
  font-family: 'Arial', sans-serif;
}

.section-heading::before,
.section-heading::after {
  content: "";
  flex: 1;
  /* border-bottom: 2px solid #b8860b; golden brown */
  border-bottom: 2px solid #5b3465;
  margin: 0 10px;
}

.section-heading span {
  font-size: 20px;
  font-weight: bold;
  /* color: #b8860b; golden brown */
  color: #5b3465;
  text-transform: capitalize;
}


.bestsaller-section {
  background-color: #fff1e8; /* lavender tone like in screenshot */
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
  margin-top: -155px;
  overflow: hidden;
}

.bestsaller-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.bestsaller-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.bestsaller-image img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  filter: drop-shadow(2px 9px 11px #000);
}

.bestsaller-text {
  flex: 1;
  min-width: 300px;
  max-width: 550px;
}

.bestsaller-text h2 {
  
  color: #5b3465;
  margin-bottom: 20px;
}

.bestsaller-text h4 {
   
  margin: 20px 0 10px;
  color: #5b3465;
}

.bestsaller-text p {
  color: #5b3465;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.bestsaller-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background-color: #5b3465;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.bestsaller-btn:hover {
  background-color: #7a4889;
}


.bestsaller-container .swiper-pagination {
    position: relative;
    margin-top: 40px;

}

.cake-bestsellers-slider .swiper-pagination {
    position: relative;
    margin-top: 40px;

}

.cake-related-slider .swiper-pagination {
    position: relative;
    margin-top: 40px;

}
.m0{
  margin: 1px;
}

.cake-bestsellers-slider  .slide-box{
  width: 95%;
  max-width: 550px;
  background: url(https://www.shutterstock.com/image-vector/abstract-beige-luxury-wave-background-600nw-2626782607.jpg);
  background-size: cover;
padding: 12px;
    border-radius: 30% 40% 50% 40% / 50% 50% 40%;
    margin-left: 77px;
    border-radius: 20px;
    box-shadow: 3px 3px 4px 4px #ddd;
    min-height: 300px;
    transition: transform 0.3s ease;
    
}


/* Image Side */
.sale-image {
    width: 45%;
    display: flex;
    justify-content: center;
}

.cake-bestsellers-slider  .blob {
    width: 320px;
    height: 320px;
    background: #fff;
    border-radius: 60% 40% 55% 45% / 60% 50% 50% 40%;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    float: left;
    margin-top: -80px;
    margin-right: 16px;
}

.cake-bestsellers-slider  .blob:hover {
    width: 380px;
    height: 380px;
    background: #fff;
    border-radius: 20px;
    
}

.cake-bestsellers-slider  .blob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.celebration-section {
  /* background-color: #e9ddef; lavender tone like in screenshot */
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.celebration-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.celebration-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.celebration-image img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.celebration-text {
  flex: 1;
  min-width: 300px;
  max-width: 550px;
}

.celebration-text h2 {
  
  color: var(--text-dark);
  margin-bottom: 20px;
}

.celebration-text h4 {
   
  margin: 20px 0 10px;
  color: #fff;
}

.celebration-text p {
  color: var(--text-dark);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.celebration-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background-color: #5b3465;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.celebration-btn:hover {
  background-color: #7a4889;
}


.customization-section {
  background-color: #e9ddef;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.customization-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.customization-text {
  flex: 1;
  min-width: 300px;
  max-width: 550px;
}

.customization-text h2 {
   
  color: #432c5a;
  margin-bottom: 20px;
}

.customization-text p {
  color: #5f5272;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.customize-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background-color: #7b4eff;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.customize-btn:hover {
  background-color: #5c34d1;
}

.customization-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.customization-image img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}


.decorating-section {
  background-color: #fff1e8; /* soft peach */
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.decorating-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.decorating-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.decorating-image img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.decorating-text {
  flex: 1;
  min-width: 300px;
  max-width: 550px;
}

.decorating-text h2 {
   
  color: #432c5a;
  margin-bottom: 20px;
  line-height: 1.3;
}

.decorating-text p {
  color: #5f5272;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.decorating-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background-color: #6536d7;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.decorating-btn:hover {
  background-color: #4d2aba;
}

.accordion-body p{
  color: #000;
}

/* Mini Cart Container */
.woocommerce-mini-cart {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Each cart item */
.woocommerce-mini-cart-item {
    display: flex;
    align-items: center;
    padding: 12px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease;
}

.woocommerce-mini-cart-item:hover {
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}

/* Product image */
.woocommerce-mini-cart-item img {
    border-radius: 6px;
    margin-right: 12px;
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
}

/* Product link */
.woocommerce-mini-cart-item a:not(.remove) {
    font-weight: 600;
    color: #333;
    text-decoration: none;
    flex: 1;
    font-size: 14px;
}

.woocommerce-mini-cart-item a:not(.remove):hover {
    color: #ff4b81; /* pink highlight */
}

/* Price & quantity */
.woocommerce-mini-cart-item .quantity {
    font-size: 13px;
    color: #555;
}

/* Remove button */
.woocommerce-mini-cart-item .remove {
    background: #ff4b81;
    color: #fff !important;
    /* font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    transition: background 0.3s ease; */
    margin-right: 10px;
}

.woocommerce-mini-cart-item .remove:hover {
    background: #e63b70;
    color: #fff !important;
}

.mini-cart-content-header{
  width: 100%;
  padding-bottom: 3px;
}
.mini-cart-title{
  font-size: 14px;
  color: #432c5a;
   
}
.cart-bounce {
    animation: bounce 0.5s ease;
}

/* Container for each mini-cart item */
.cake-mini-cart {
    display: flex;
    flex-direction: column; /* stack title, body, remove button */
    padding: 12px;
    border-bottom: 1px solid #eee;
}

/* Title full width */
.cake-mini-cart .mini-cart-content-header {
    width: 100%;
    margin-bottom: 8px;
}

.cake-mini-cart .mini-cart-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: block;
    text-align: left;
}

/* Flex row for thumb + details */
.cake-mini-cart .mini-cart-body {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* Thumbnail */
.cake-mini-cart .mini-cart-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}

/* Qty + Price + Remove stacked */
.cake-mini-cart .mini-cart-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Qty & Price */
.cake-mini-cart .mini-cart-qty {
    font-size: 13px;
    margin-bottom: 6px;
    color: #444;
}

/* Remove button */
.cake-mini-cart .remove {
    align-self: flex-start;
    background: #c81717;
    color: #c81717;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s ease;
    width: auto;
}

.cake-mini-cart .remove:hover {
    background: #d45a5a;
    color: #fff;
}
.woocommerce-mini-cart__total {
  padding: 2px 20px;
}
.woocommerce-mini-cart__buttons  a{
  margin: 8px;
}


.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 95%;
    margin-left: 0;
}


/* Header */
.cake-hero{
  float: left;
  width: 100%;
}
.cake-category-header {
    text-align: center;
    /* background: #fff4f8; */
    background: #362944;
    padding: 30px 15px;
    border-radius:0 0 12px 12px;

    margin-bottom: 30px;
}
.cat-disc-area{
  margin-left: 160px;
}
.cat-img-area{
  margin-top: 0px;
  /* padding: 20px; */
      margin-top: 0px;
      margin-top: -61px;
}
.cake-cat-image {
    max-width: 140px !important;
    border-radius: 50%;
    border: 4px solid #ffd6e0;
    float: left;
}
.cake-cat-title {
    font-size: 32px;
    /* color: #d63384; */
    color: #fff4e1;
    margin: 15px 0 5px;
    text-align: left;
}
.cake-cat-description {
    color: var(--text-dark);
    font-size: 16px;
    text-align: left;
    font-family: var(--font-primary);
    padding: 4px;
    margin-left: 150px;
        margin-top: 74px;
}

/* Grid styling for larger screens */
.subcategory-heading{
  font-size: 22px;
  color: #362944;
   font-family: 'Croissant One' ;
   width: 100%;
   margin: 2px;
}
.cake-subcategory-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.cake-subcategory-item {
    flex: 0 0 150px;
    background: #fff7fa;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
}

.cake-subcategory-item:hover {
    transform: translateY(-5px);
}

.cake-subcategory-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.cake-subcategory-title {
    display: block;
    padding: 8px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #d63384;
    background: #fff;
}

/* Horizontal scroll for mobile */
@media (max-width: 600px) {
    .cake-subcategory-grid {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
        padding-bottom: 10px;
    }

    .cake-subcategory-item {
        flex: 0 0 150px;
    }
}

#page-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}

/* Products Grid
.cake-products-grid ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
    gap: 20px;
}
ul.products li.product {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    border: 1px solid #f3cbd4;
    transition: box-shadow 0.2s ease;
} */
 /* Ensure WooCommerce product grid aligns from left */
.cake-products-grid ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* 👈 Align items from left */
    gap: 20px; /* space between cards */
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Make product cards consistent */
.cake-products-grid ul.products li.product {
    flex: 0 0 220px; /* fixed card width */
    margin: 0;
    text-align: left; /* text aligned left */
     background: #fff;
    border-radius: 12px;
    padding: 15px;
    border: 1px solid #f3cbd4;
    transition: box-shadow 0.2s ease;
}
ul.products li.product:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
ul.products li.product .woocommerce-loop-product__title {
    color: #d63384;
}
ul.products li.product .price {
    font-weight: bold;
    color: #444;
    font-size: 16px;
}
ul.products li.product .button {
    background: #ff6f91;
    color: #fff !important;
    border-radius: 6px;
    padding: 8px 15px;
}
ul.products li.product .button:hover {
    background: #ff3d68;
}

/* Discount Badge */
.cake-discount-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ff3d68;
    color: #fff;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

/* Rating Stars */
.cake-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
    padding: 0px 10px;
}
.cake-rating .star-rating {
    color: #ffb400; /* Gold stars */
}
.cake-review-count {
    font-size: 13px;
    color: #666;
}

.cake-category-layout {
    display: flex;
    grid-template-columns: 250px 1fr;
    gap: 30px;
    margin-top: 20px;
    max-width: 1200px;
}

.cake-sidebar {
    background: #fff4f8;
    padding: 20px;
    border-radius: 10px;
}
.cake-sidebar h3 {
    font-size: 18px;
    color: #d63384;
    margin-bottom: 10px;
    margin: 0;
}
.cake-sidebar label {
    font-size: 14px;
    color: #444;
}
.cake-filter-btn {
    background: #ff6f91;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    margin-top: 10px;
    
    cursor: pointer;
}

.filter-option-box{
  height: 120px;
  overflow: auto;
  background-color: #fff;
  margin-bottom: 40px;
}
.filter-option-box::-webkit-scrollbar {
  width: 4px;              /* scrollbar width */
}

.filter-option-box::-webkit-scrollbar-track {
  background: #f8eaea;     /* track background */
  border-radius: 10px;
}

.filter-option-box::-webkit-scrollbar-thumb {
  background: #d45a5a;     /* scrollbar color */
  border-radius: 10px;
}

.filter-option-box::-webkit-scrollbar-thumb:hover {
  background: #b83838;     /* darker on hover */
}
.filter-option-box   input[type="number"]{
  padding: 2px;
    border: 2px solid #d63384;
}

.cake-products ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
    gap: 20px;
}


.cake-product-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.cake-product-gallery {
    flex: 1 1 50%;
    background: #fff7fa;
    padding: 15px;
    border-radius: 8px;
}

.cake-product-summary {
    flex: 1 1 45%;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}

.cake-title {
     
    font-size: 28px;
    font-weight: 700;
    color: #151213;
}

.cake-rating {
    margin: 10px 0;
}

.cake-price {
    font-size: 14px;
    font-weight: 600;
    color: #ff4081;
    margin-bottom: 7px;
}

.cake-short-description {
    font-size: 15px;
    margin-bottom: 20px;
}

.cake-extra-tabs {
    margin-top: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
.section-container-x{
  max-width: 1100px;
  margin: 0 auto;
}

.cake-cart-wrapper {
   margin: 2px auto;
    max-width: 1100px;
    /* z-index: 99999999999999; */
    position: relative;
margin-bottom: 40px;
}
.checkout-left .woocommerce-billing-fields > h3:first-of-type {
    /* Add your specific styles here */
    color: #007bff; /* Example: Blue text color */
    display: none;

}
.woocommerce-cart-form table.shop_table {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    font-family: var(--font-primary);
}

.shop_table th {
    background: #fff;
    color: #362944;
    text-align: left;
    padding: 12px;
    font-weight: bold;
}

.shop_table td {
    padding: 12px;
    border-bottom: 1px solid #f1f1f1;
    vertical-align: middle;
}

.product-thumbnail img {
    border-radius: 8px;
}

.discount-badge {
    display: inline-block;
    background: #ff4d6d;
    color: white;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 4px;
    margin-top: 5px;
    position: absolute;
}

.button {
    background: var(--gradient-pickchoco);
    color: white;
    border-radius: 4px;
    padding: 8px 15px;
    text-decoration: none;
}

.button:hover {
    background:var(--gradient-chocopink);;
}

.continue-shopping {
    background: var(--gradient-chocopink);;
    margin-left: 10px;
}


.cake-checkout-wrapper {
    display: flex;
    gap: 30px;
    max-width: 1100px;
    margin: 30px auto;
}

.checkout-left, .checkout-right {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.checkout-left {
    flex: 2;
}

.checkout-right {
    flex: 1;
}
.cart_totals{
    background: #fff;
    padding-top: 1px;
    margin-top: -37px;
}
.cart_totals h2{
  text-align: center;
  font-family: var(--font-heading);
}
.woocommerce-checkout h3 {
    color: #362944;
    font-size: 1.4em;
    border-bottom: 2px solid #fff0f5;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.woocommerce-cart-form .actions button[name=update_cart] {
    background: #fff;
    color: #000;
    padding: 10px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
    background: #fffdfd;
    transition: 0.3s;
}

.woocommerce form .form-row input.input-text:focus {
    border-color: #d63384;
    box-shadow: 0 0 4px rgba(214,51,132,0.4);
}

#place_order {
    background: var(--gradient-chocopink) !important;
    color: white !important;
    padding: 14px 20px;
    font-size: 16px;
    border-radius: 6px;
    width: 100%;
    text-transform: uppercase;
    transition: 0.3s;
}

#place_order:hover {
    background: var(--gradient-pickchoco) !important;
}

.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
}

.woocommerce-checkout-review-order-table th {
    background: #fff0f5;
    color: #362944;
}



.rf-ccard-content-info-1 {
 padding: 8px;
 width: 100%;
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 0;
}
.rf-ccard-content-info-1 .rf-content-eyebrow{
  font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-family: Croissant One', sans-serif';
    font-weight: 600;
    color: #6e6e73;
    width: 204px;
    padding-bottom: 8px;
    margin: 0;
}
.rf-ccard-content-info-1  .rf-content-header{
    font-size: 2rem;
    text-align: center;
    line-height: 1.14286;
    font-weight: 600;
    letter-spacing: 0.007em;
    font-family: Croissant One', sans-serif';
    color: #1d1d1f;
    padding-top: 4px;
    margin-top: 0;
    margin-bottom: 10px;
}

.rf-ccard-content-info-1  .rf-img-full{
text-align: center;
width: 60%;
margin: auto;
}
.rf-ccard-content-info-1  .cake-price {
    font-size: 16px;
    font-weight: 600;
    color: #443258;
    margin-bottom: 15px;
    text-align: center;
}


/* Container for the entire cart item, replacing the <tr> */
.woocommerce-cart-form__cart-item-div {
    display: grid;
    /* Defines the columns: remove, thumbnail, name, price, quantity, subtotal */
    grid-template-areas:
        "remove thumbnail name name"
        "price price quantity subtotal";
    grid-template-columns: 30px 80px 1fr 1fr; /* Adjust column widths as needed */
    gap: 10px 20px; /* Vertical and horizontal spacing */
    border-bottom: 2px solid #eee;
    padding: 15px 8px;
    align-items: center;
    position: relative;
        border-top: 2px #eee solid;
}

/* Common styling for the data cells */
.product-thumbnail-div,
.product-name-div,
.product-price-div,
.product-quantity-div,
.product-subtotal-div {
    padding: 5px 0;
}

/* Grid areas assignment */
.product-remove-div     { grid-area: remove; }
.product-thumbnail-div  { grid-area: thumbnail; }
.product-name-div       { grid-area: name; }
.product-price-div      { grid-area: price; }
.product-quantity-div   { grid-area: quantity; }
.product-subtotal-div   { grid-area: subtotal; text-align: right; }

/* Product Name styling */
.product-name-div {
    font-weight: 600;
}

/* Quantity input styling */
.product-quantity-div input.qty {
    width: 60px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
}

/* Label for smaller screens (initially hidden) */
.woocommerce-cart-form__cart-item-div .label {
    display: none;
    font-weight: 400;
    color: #666;
    margin-right: 5px;
}

/* Remove button styling (adjust as necessary) */
.product-remove-div .remove {
    font-size: 20px;
    line-height: 1;
    color: #aaa;
    text-decoration: none;
    display: inline-block;
    transition: color 0.2s ease;
}

.product-remove-div .remove:hover {
    color: #000;
}

/* Discount Badge Styling */
.discount-badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff5500;
    color: white;
    padding: 2px 5px;
    font-size: 0.75em;
    font-weight: bold;
    border-radius: 3px;
    z-index: 10;
}

/* Media Query for larger screens (table-like display) */
@media (min-width: 768px) {
    .woocommerce-cart-form__cart-item-div {
        grid-template-areas: "remove thumbnail name price quantity subtotal";
        grid-template-columns: 30px 80px 1fr 100px 120px 100px; /* Adjust columns for desktop */
        gap: 10px;
        text-align: center;
    }
    
    .product-name-div { text-align: left; }
    .product-price-div,
    .product-subtotal-div { text-align: center; }

    /* Hide labels on desktop */
    .woocommerce-cart-form__cart-item-div .label {
        display: none;
    }

    .discount-badge {
        /* Reposition for the desktop layout */
        top: 15px;
        left: 40px;
    }
}

/* Media Query for very small screens (stacking) */
@media (max-width: 480px) {
    .woocommerce-cart-form__cart-item-div {
        grid-template-areas:
            "remove thumbnail thumbnail thumbnail"
            "name name name name"
            "price price quantity subtotal";
        grid-template-columns: 30px 1fr 1fr 1fr;
    }
    .product-price-div,
    .product-quantity-div,
    .product-subtotal-div {
        text-align: left !important;
    }
    /* Show labels on small screens */
    .woocommerce-cart-form__cart-item-div .label {
        display: inline;
    }
}


/* cake detail page **************************************/

.cake-detail-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
    background: #fff8f6;
    border-radius: 12px;
}

.cake-detail-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.cake-detail-images {
    flex: 1 1 45%;
}

.cake-detail-info {
    flex: 1 1 50%;
    padding: 20px;
}

.cake-discount-badge {
    display: inline-block;
    background: #d45a5a;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.cake-title {
    font-size: 36px;
    font-weight: bold;
    color: #362944;
    margin-bottom: 5px;
}

.review-count {
    font-size: 14px;
    color: #777;
    margin-left: 8px;
}

.price {
    font-size: 24px;
    font-weight: bold;
    color: #444;
    margin: 15px 0;
}

/* Product Tabs */
.woocommerce-tabs {
    margin-top: 40px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.woocommerce-tabs ul.tabs {
    display: flex;
    background: #ffe6e0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-tabs ul.tabs li {
    flex: 1;
    text-align: center;
    padding: 12px;
    cursor: pointer;
    font-weight: bold;
}
.woocommerce-tabs ul.tabs li.active {
    background: #d45a5a;
    color: #fff;
}
.woocommerce-Tabs-panel {
    padding: 20px;
}

/* Related Products Carousel */
.related-swiper .swiper-slide {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    padding: 10px;
}

/* Floating Buy Bar */
.floating-buy-bar {
    display: none;
}

.location-popup {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.location-popup .popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    max-width: 400px;
    width: 90%;
    text-align: center;
}
#location-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 15px;
}
.popup-actions {
    display: flex;
    justify-content: space-between;
}
#location-message {
    margin-top: 10px;
    font-size: 14px;
}

.checkout-page{
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
}
.cake-checkout-wrapper{
  /* float: left; */
  width: 100%;
}
.cake-checkout-wrapper .checkout-left{
  float: left;
  width: 53%;
}
.cake-checkout-wrapper .checkout-right{
  float: left;
  width: 45%;
  margin-left: 1%;
}

/* ********************* Mega Menu **********************************/

.cake-header-nav{
  
    width: 100%;
    text-align: center;

}

.cake-header-nav ul.cake-menu {
    list-style: none;
    /* display: flex; */
    gap: 2px;
    margin: 0;
    padding: 0;
}

.cake-header-nav ul.cake-menu > li {
    position: relative;
    display: inline;
}

.cake-mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 600px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 20px;
    grid-template-columns: 1fr 2fr;
    z-index: 999;
}

.cake-header-nav li:hover > .cake-mega-menu {
    display: grid;
}

.cake-mega-left {
    border-right: 1px solid #eee;
    padding-right: 15px;
}
.cake-mega-products{
  width: 100%;
    display: flex
;
    gap: 10px;

}

.cake-mega-left ul.submenu {
    list-style: none;
    margin: 0;
    padding: 0;
        text-align: left;
}

.cake-mega-left ul.submenu li a {
    display: block;
    padding: 5px 0;
    color: #444;
    text-decoration: none;
}

.cake-mega-left ul.submenu li a:hover {
    color: #d45a5a;
}

.cake-mega-right {
    padding-left: 20px;
    display: flex;
    gap: 15px;
}

.cake-mega-product {
    width: 120px;
    text-align: center;
}

.cake-mega-product img {
    max-width: 100%;
    border-radius: 8px;
}

.cake-mega-product span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #362944;
}


/* ************************** End Mega Menu Style *******************************/

/*************************  Create custom cake style *************************/

/* 🎂 Cake Wizard Starter Theme */

/* General Layout */
.cake-wizard {
  max-width: 800px;
  margin: 50px auto;
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  font-family: 'Poppins', sans-serif;
  color: #3c2b4d; /* brand color */
}

.cake-step {
  display: none;
}
.cake-step.active {
  display: block;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Step Title */
.cake-step h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #3c2b4d;
  font-weight: 600;
  border-bottom: 2px solid #f3cbd4;
  padding-bottom: 8px;
}

/* Options Grid */
.cake-shape-options {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cake-shape-option {
  width: 140px;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fafafa;
}
.cake-shape-option img {
  width: 100%;
  max-width: 100px;
  border-radius: 10px;
  margin-bottom: 8px;
}
.cake-shape-option:hover {
  border-color: #f3cbd4;
  background: #fff;
  transform: translateY(-3px);
}
.cake-shape-option.selected {
  border-color: #3c2b4d;
  background: #fdf6ff;
}
.cake-shape-portion{
  font-size: 23px;
    width: 100%;
    padding: 10px;
    margin: 20px 0;
}


.filling-options {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.filling-option {
  display: inline-block;
  width: 140px;
  text-align: center;
  margin: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 8px;
  transition: 0.3s ease;
}

.filling-option img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 5px;
}

.filling-option input {
  display: none;
}

.filling-option:hover,
.filling-option input:checked + img {
  border: 2px solid #3c2b4d;
  box-shadow: 0 0 8px rgba(60,43,77,0.4);
}


.flavour-options {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
 .flavour-option {
  display: inline-block;
  width: 140px;
  text-align: center;
  margin: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 8px;
  transition: 0.3s ease;
}

.flavour-option img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 5px;
}

.flavour-option input {
  display: none;
}

.flavour-option:hover,
.flavour-option input:checked + img {
  border: 2px solid #3c2b4d;
  box-shadow: 0 0 8px rgba(60,43,77,0.4);
}


.design-options {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

 .design-option {
  display: inline-block;
  width: 140px;
  text-align: center;
  margin: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 8px;
  transition: 0.3s ease;
}

.design-option img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 5px;
}

.design-option input {
  display: none;
}

.design-option:hover,
.design-option input:checked + img {
  border: 2px solid #3c2b4d;
  box-shadow: 0 0 8px rgba(60,43,77,0.4);
}



.topper-options {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.topper-option {
  display: inline-block;
  width: 140px;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 8px;
  transition: 0.3s;
}

.topper-option input {
  display: none;
}

.topper-option img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 5px;
}

.topper-option:hover,
.topper-option input:checked + img {
  border: 2px solid #3c2b4d;
  box-shadow: 0 0 8px rgba(60,43,77,0.4);
}

.decorate-options {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.decorate-option {
  display: inline-block;
  width: 150px;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 8px;
  transition: 0.3s;
}

.decorate-option input {
  display: none;
}

.decorate-option img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 5px;
}

.decorate-option:hover,
.decorate-option input:checked + img {
  border: 2px solid #3c2b4d;
  box-shadow: 0 0 8px rgba(60,43,77,0.4);
}



/* Navigation Buttons */
.cake-nav {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.cake-btn {
  background: #3c2b4d;
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s ease;
}
.cake-btn:hover {
  background: #2a1f38;
}
.cake-btn.disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* Progress Bar */
.cake-progress {
  margin-bottom: 30px;
  height: 8px;
  background: #eee;
  border-radius: 5px;
  overflow: hidden;
}
.cake-progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #f3cbd4, #3c2b4d);
  transition: width 0.4s ease;
}

/* Summary Step */
.cake-summary {
  background: #fafafa;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #eee;
}
.cake-summary h3 {
  margin-top: 0;
}
.cake-summary ul {
  list-style: none;
  padding: 0;
}
.cake-summary li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

 

#cake-builder{
  margin-top: -10px;
  text-align: center;
}
.step-nav{
  padding: 30px;
}
#cake-summary{
 display: flex;
     gap: 15px;
    flex-wrap: wrap;
}
.summary-item{
  /* width: 140px; */
  border: 2px #000 solid;
    text-align: center;

}
.summary-row{
  width: 100%;
  /* border: 2px #000 solid; */
    text-align: left;

}
.summary-item img{
  width: 136px;
    /* height: 100%; */
    padding: 10px;
    text-align: center;
    margin: auto;
}

.summary-heading{
  font-size: 13px;
  width: 200px;
  margin: 2px;
}



/*************************** End Custom cake create *****************************/



.saffron-footer {
      background: var(--text-dark) !important;
  color: #fff;
  padding: 50px 20px 20px;
  font-family: var(--font-primary);
}

.saffron-footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--text-light);
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
  font-family: var(--font-heading);
}

.footer-column p,
.footer-column a {
  font-size: 14px;
  color: var(--text-light);
  text-decoration: none;
  font-family: var(--font-primary);
}

.footer-column a:hover {
  color: #f9c74f; /* Accent highlight */
}

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

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-socials a {
  margin-right: 12px;
  color: #fff;
  font-size: 16px;
}

.footer-socials a:hover {
  color: #f9c74f;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #bbb;
}

.footer-bottom a {
  color: #f9c74f;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}



/** cake detail page end *****************************/






@keyframes bounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.4); }
}



@keyframes knife-slice {
    0% {
        height: 0;
        opacity: 0.8;
    }
    50% {
        height: 120%;
        opacity: 1;
    }
    100% {
        height: 0;
        opacity: 0;
    }
}




/* Content */
.banner-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.banner-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

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

.banner-btn {
    padding: 12px 35px;
    background: #ff0055;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.banner-btn:hover {
    background: #d40046;
}

 





.big-sale-section-wh {
    position: relative;
    padding: 100px 0;
 
}

.big-sale-heading-wh {
      display: flex;
    align-items: center;
    text-align: center;
    margin: -67px 0;
    font-family: var(--font-heading);
    position: relative;
    z-index: 999999;
}

.big-sale-heading-wh span {
    font-size: 20px;
    font-weight: bold;
    color: var(--text-dark);
    text-transform: capitalize;
}

.big-sale-heading-wh::before, .big-sale-heading-wh::after {
    content: "";
    flex: 1;
    border-bottom: 2px solid var(--text-dark);
    margin: 0 10px;
}

.big-sale-section {
    position: relative;
    padding: 80px 0;
    background:var(--gradient-pickchoco);
    overflow: hidden;
    font-family: var(--font-primary);
}

.big-sale-heading {
      display: flex;
    align-items: center;
    text-align: center;
    margin: -67px 0;
    font-family: var(--font-heading)
}

.big-sale-heading span {
    font-size: 20px;
    font-weight: bold;
    color: var(--text-light);
    text-transform: capitalize;
}

.big-sale-heading::before, .big-sale-heading::after {
    content: "";
    flex: 1;
    border-bottom: 2px solid var(--text-light);
    margin: 0 10px;
}
.bg-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.reverse-y{
  transform: scaleY(-1);
}


.big-sale-container {
    position: relative;
    z-index: 2;
    width: 95%;
    max-width: 900px;
    margin: auto;
    margin-top: 90px;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    /* height: 115px; */
}


.social-icons span {
    margin-right: 10px;
    font-size: 18px;
}

.website {
    margin-top: 15px;
    font-weight: 600;
}

/* Image Side */
.sale-image {
    width: 45%;
    display: flex;
    justify-content: center;
}

.blob {
    width: 420px;
    height: 420px;
    background: #fff;
    border-radius: 60% 40% 55% 45% / 60% 50% 50% 40%;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.blob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Decorative Leaf SVG */
.big-sale-section::after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 120px;
    height: 120px;
    background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23c17f59" stroke-width="2" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M10 80 C40 10, 60 10, 90 80"/><path d="M30 70 C50 30, 70 30, 90 70"/></svg>') no-repeat;
}

/* Responsive */
@media (max-width: 992px) {
    .container {
        flex-direction: column;
        text-align: center;
    }

    .sale-content,
    .sale-image {
        width: 100%;
    }

    .sale-content h1 {
        font-size: 50px;
    }

    .blob {
        width: 320px;
        height: 320px;
        margin-top: 40px;
    }
}




/**** Best Salling cart Style *******************/

/* GRID */

.cake-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:30px;
padding:40px;
}

/* CARD */

.cake-card{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.4s;
position:relative;
}

/* HOVER EFFECT */

.cake-card:hover{
transform:translateY(-10px) scale(1.02);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

/* IMAGE */

.cake-img{
position:relative;
overflow:hidden;
}

.cake-img img{
width:100%;
height:220px;
object-fit:contain;
transition:0.4s;
}

.cake-card:hover .cake-img img{
transform:scale(1.08);
}

/* BADGE */

.badge{
position:absolute;
top:12px;
left:12px;
background:#FF7A2F;
color:#fff;
padding:5px 12px;
border-radius:20px;
font-size:12px;
}

/* INFO */

.cake-info{
padding:18px;
text-align:center;
}

/* TITLE */

.cake-title{
font-size:18px;
font-weight:600;
margin-bottom:8px;
color:var(--text-dark);
}

/* RATING */

.cake-rating{
font-size:14px;
color:#777;
margin-bottom:10px;
}

/* PRICE */

.cake-price{
font-size:20px;
font-weight:700;
color:var(--text-dark);
margin-bottom:12px;
}

/* BUTTON */

.cake-btn{
    background: var(--gradient-chocopink);
    color: var(--text-light);
border:none;
padding:10px 20px;
border-radius:25px;
cursor:pointer;
transition:0.3s;
}

.cake-btn:hover{
background: var(--gradient-pinkhappy);
}



/**** END *********************/



/*********** why US section Style **************/

.premium-features{
padding:80px 20px;
background: linear-gradient(135deg,#4FB286,#6AC7A2);
color:#fff;
text-align:center;
}

/* Title */

.section-title{
font-size:36px;
font-family:'Playfair Display', serif;
margin-bottom:50px;
}

/* Grid */
.mobile-feature-grid{
  display: none;
}

.features-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
max-width:1200px;
margin:auto;
}

/* Card */

.feature-card{
background:rgba(255,255,255,0.1);
backdrop-filter:blur(10px);
border-radius:20px;
padding:30px 20px;
transition:0.4s;
box-shadow: 2px 3px 4px #ddd;
}

/* Hover */

.feature-card:hover{
transform:translateY(-10px);
background:rgba(255,255,255,0.2);
}

/* Icon */

.icon{
width:60px;
height:60px;
margin:auto;
margin-bottom:15px;
background:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}

/* SVG */

.icon svg{
width:28px;
height:28px;
fill:var(--primary);
}

/* Heading */

.feature-card h3{
font-size:20px;
margin-bottom:10px;
}

/* Text */

.feature-card p{
font-size:14px;
opacity:0.9;
}



.feature-card-m{
background:rgba(255,255,255,0.1);
backdrop-filter:blur(10px);
border-radius:20px;
padding:30px 20px;
transition:0.4s;
box-shadow: 2px 3px 4px #ddd;
    width: 90%;
    max-width: 550px;
    /* float: left; */
    margin: auto;
}

/* Hover */

.feature-card-m:hover{
transform:translateY(-10px);
background:rgba(255,255,255,0.2);
}

/* Icon */

.icon-m{
width:60px;
height:60px;
margin:auto;
margin-bottom:15px;
background:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
float: left;
}

/* SVG */

.icon-m svg{
width:28px;
height:28px;
fill:var(--primary);
}

/* Heading */

.feature-card-m h3{
font-size:20px;
margin-bottom:10px;
}

/* Text */

.feature-card-m p{
font-size:14px;
opacity:0.9;
}
.feature-card-info-m{
  margin-top: -50px;
}

/************ END *****************/


/***************  Premium Category Style *****************/
.categorySwiper{

      width: 95%;
      padding: 30px 40px;
}
.premium-category{
padding:80px 40px;
background: linear-gradient(135deg,#F7FDF9,#EAF7F1);

text-align:center;
}

.section-title{
font-size:36px;
font-family:'Playfair Display', serif;
margin-bottom:40px;
}

/* CARD */

.category-card{
position:relative;
border-radius:20px;
overflow:hidden;
cursor:pointer;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
transition:0.4s;
}

/* IMAGE */

.category-card img{
width:100%;
height:209px;
object-fit:contain;
transition:0.5s;
}

/* OVERLAY */

.overlay{
position:absolute;
bottom:0;
width:100%;
background:linear-gradient(to top,rgba(0,0,0,0.7),transparent);
color:#fff;
padding:20px;
text-align:left;
}

.overlay h3{
font-size:20px;
font-weight:300;
color: var(--text-light);
text-shadow: 2px 3px 3px #000;
font-family: var(--font-primary);
}

/* HOVER EFFECT */

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

.category-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.2);
}


/************** END *******************/




 /* Style code for banner slider */

    .banner-slider-flat {
      position: relative;
      width: 100%;
      height: 600px;
      /* background-image: url('images/banner-bg.png'); */
      overflow: hidden;
      background-size: cover;
      background: #FFF4E6;
    }

    .banner-slider-flat .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 0;
      transition: opacity 0.8s ease;
      /* padding: 100px 160px; */
      max-width: 1200px;
    }

    .slide.active {
      opacity: 1;
      z-index: 2;
    }
     .banner-slider-flat .slide-content{
      width: 100%;
      margin: 160px;
    }
    .slide-heading {
      font-size: 3.5rem;
      font-family: 'Croissant One';
      margin-bottom: 1rem;
      color: #9b1c5b;
      font-weight: 600;
    }
    .slide-subheading {
      font-size: 2.2rem;
      color: #e8e5e5;
      max-width: 500px;
      margin-bottom: 30px;
      font-family: 'Croissant One';
    }
    .image-left {
      position: absolute;
      top: -80px;
      left: 30px;
      width: auto;
      max-width: 500px;
      opacity: 0.1;
      transform: translate(-161px, -85px);
      transition: transform 1s ease;
    }
    .slide.active .image-left {
      transform: translate(0, 0);
      transform: rotate(137deg);

    }

    .slide.out .image-left {
      transform: translate(88px, -550px);
      opacity: 0;
    }

    /* .image-left-in {
      transform: translate(-1px, -167px);
    }
    
    .image-left-out {
      transform: translate(88px, -550px);;
    }
    
   .image-left-start{
     transform: translate(-161px, -85px);
   } */
    .image-right {
      position: absolute;
      width: auto;
      max-width: 450px;
      right: 126px;
      top: 89px;
      transition: transform 1s ease, opacity 0.8s ease;
      opacity: 0;
      transform: translate(100px, -100px) scale(0.8);
      z-index: 1;
    }

    .slide.active .image-right {
      transform: translate(0, 0) scale(1);
      opacity: 1;
    }

    .icon-nav {
      position: absolute;
      left: 40px;
      bottom: 40px;
      display: flex;
      gap: 15px;
      z-index: 10;
    }

    .icon-nav img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid transparent;
      cursor: pointer;
      transition: border 0.3s ease;
    }

    .icon-nav img.active {
      border: 2px solid white;
    }

  /* Code End *********/



  /* Style code for banner slider */

    .main-cat-slider {
      position: relative;
      width: 100%;
      height: 600px;
      /* background-image: url('images/banner-bg.png'); */
      overflow: hidden;
      background-size: cover;
      max-width: 1200px;
    margin: 0 auto;
    }

    .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 0;
      transition: opacity 0.8s ease;
      /* padding: 100px 160px; */
    }

    .slide.active {
      opacity: 1;
      z-index: 2;
    }
    .slide-content{
      width: 399px;
      margin: 160px;
    }
    .slide-heading {
      font-size: 7.5rem;
      font-family: var(--font-heading);
      margin-bottom: 1rem;
      color: var(--text-dark);
      font-weight: 600;
    }
    .slide-subheading {
      font-size: 2.2rem;
      color: var(--text-dark);
      max-width: 500px;
      margin-bottom: 30px;
      font-family: var(--font-heading);
    }
    .image-left {
      position: absolute;
      top: -80px;
      left: 30px;
      width: auto;
      max-width: 500px;
      opacity: 0.1;
      transform: translate(-161px, -85px);
      transition: transform 1s ease;
    }
    .slide.active .image-left {
      transform: translate(0, 0);
      transform: rotate(137deg);

    }

    .slide.out .image-left {
      transform: translate(88px, -550px);
      opacity: 0;
    }

    /* .image-left-in {
      transform: translate(-1px, -167px);
    }
    
    .image-left-out {

    transform: translate(88px, -550px);;
    }
    
   .image-left-start{
     transform: translate(-161px, -85px);
   } */
    .image-right {
      position: absolute;
      width: auto;
      max-width: 450px;
      right: 126px;
      top: 89px;
      transition: transform 1s ease, opacity 0.8s ease;
      opacity: 0;
      transform: translate(100px, -100px) scale(0.8);
      z-index: 1;
    }

    .slide.active .image-right {
      transform: translate(0, 0) scale(1);
      opacity: 1;
    }

    .icon-nav {
      position: absolute;
      left: 40px;
      bottom: 40px;
      display: flex;
      gap: 15px;
      z-index: 10;
    }

    .icon-nav img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid transparent;
      cursor: pointer;
      transition: border 0.3s ease;
    }

    .icon-nav img.active {
      border: 2px solid white;
    }

  /* Code End *********/




  /* SECTION BACKGROUND */

.about-hero{
position:relative;
height:650px;
background:url('images/banner/ssb-shop.jpg') center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
overflow:hidden;
}

/* DARK OVERLAY */

.about-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
z-index:1;
}

/* GLASS CARD */

.about-glass{
position:relative;
z-index:2;
max-width:600px;
width:90%;
padding:40px 30px;
border-radius:20px;

/* Glass effect */
background:rgba(255,255,255,0.1);
backdrop-filter:blur(15px);
-webkit-backdrop-filter:blur(15px);

border:1px solid rgba(255,255,255,0.2);
box-shadow:0 10px 40px rgba(0,0,0,0.3);

text-align:center;
color:#fff;
}

.glass-caategory-card{
  position:relative;
z-index:2;
 
width:90%;
padding:10px 5px;
border-radius:20px;

/* Glass effect */
background:rgba(255,255,255,0.1);
backdrop-filter:blur(15px);
-webkit-backdrop-filter:blur(15px);

border:1px solid rgba(255,255,255,0.2);
box-shadow:0 10px 40px rgba(0,0,0,0.3);

text-align:center;
color:#fff;
    top: 47px;
}
/* HEADING */

.about-text h2{
font-size:36px;
font-family:var(--font-heading);
margin-bottom:15px;
}

/* TEXT */

.about-text p{
font-size:16px;
line-height:1.6;
margin-bottom:10px;
opacity:0.9;
font-family: var(--font-primary);
}

/* BUTTON */

.celebration-btn{
display:inline-block;
margin-top:15px;
padding:12px 30px;
border-radius:30px;
    background: var(--gradient-chocopink);
    color: var(--text-light);
text-decoration:none;
font-weight:600;
transition:0.3s;
    position: relative;
    z-index: 999999;
}

.celebration-btn:hover{
transform:translateY(-3px);
box-shadow:0 10px 20px rgba(0,0,0,0.3);
}


/************* END *************************/







/*************** Banner Slider Scroll Style ************************/


/* Section */
/* .cake-showcase{
  height:300vh;
  position:relative;
} */

/* Sticky Wrapper */
/* .cake-wrapper{
  position:sticky;
  top:0;
  height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
} */

/* Animated Gradient BG */
/* .cake-showcase::before{
  content:"";
  position:absolute;
  width:200%;
  height:200%;
  background: linear-gradient(270deg,#4FB286,#6AC7A2,#FF7A2F,#FFD6A5);
  background-size:400% 400%;
  animation: gradientMove 12s ease infinite;
  opacity:0.2;
  z-index:-1;
}

@keyframes gradientMove{
  0%{background-position:0% 50%;}
  50%{background-position:100% 50%;}
  100%{background-position:0% 50%;}
} */

/* Layout */
/* .cake-left, .cake-right{
  width:50%;
  position:relative;
} */

/* Images */
/* .cake-img{
  position:absolute;
  width:380px;
  left:50%;
  transform:translateX(-50%) scale(0.8);
  opacity:0;
  transition: all 0.6s ease;
}

.cake-img.active{
  opacity:1;
  transform:translateX(-50%) scale(1);
} */

/* Text */
/* .cake-text{
  position:absolute;
  opacity:0;
  transform:translateY(50px);
}

.cake-text.active{
  opacity:1;
  transform:translateY(0);
}

.cake-text h2{
  font-size:42px;
  font-family:'Playfair Display', serif;
}

.cake-text p{
  font-size:18px;
  color:#555;
}

.cake-img{
  will-change: transform;
} */





/* ************** Inner page heading ********/

.big-page-section{
      position: relative;
    padding: 100px 0;
    background: var(--gradient-pickchoco);
    overflow: hidden;
    font-family: var(--font-primary);
    min-height: 100px;
}



 
.big-page-heading{
      display: flex;
    align-items: center;
    text-align: center;
    margin: 0px 0;
    font-family: var(--font-heading);
    position: relative;
    z-index: 9;
}

.big-page-heading span {
    font-size: 20px;
    font-weight: bold;
    color: var(--text-light);
    text-transform: capitalize;
}

.big-page-heading::before, .big-page-heading::after {
    content: "";
    flex: 1;
    border-bottom: 2px solid var(--text-light);
    margin: 0 10px;
}

/******** end ************/


/* SECTION */

.premium-products{
padding:80px 40px;
background: var(--gradient-valina);
text-align:center;
padding: 100px 20px;
position: relative;
background: #fafafa;
}

/* TITLE */

.premium-section-title{
font-size:36px;
font-family:var(--font-heading);
margin-bottom:40px;
color:var(--text-dark);
margin-top: -196px;
font-family: montserrat;
}

/* GRID */

.product-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
max-width:1200px;
margin:auto;
}

.wd-25{
  transition:0.4s;
position:relative;
max-width: 280px;
min-width: 200px;
margin: 10px;
}

/* CARD */

.product-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.4s;
position:relative;
max-width: 300px;
min-width: 200px;
margin: 10px;
}

/* HOVER */

.product-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

/* IMAGE */

.product-img{
position:relative;
overflow:hidden;
}

.product-img img{
width:100%;
height:240px;
object-fit:contain;
transition:0.5s;
}

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

/* OVERLAY */

.product-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.4);
display:flex;
align-items:center;
justify-content:center;
opacity:0;
transition:0.4s;
}

.product-card:hover .product-overlay{
opacity:1;
}

/* BUTTON */

.view-btn{
background:#fff;
padding:10px 20px;
border-radius:25px;
text-decoration:none;
color:#E63973;
font-weight:600;
}

/* INFO */

.product-info{
padding:20px;
text-align:left;
}

/* TITLE */

.product-info h3{
font-size:18px;
margin-bottom:10px;
font-family: var(--font-primary);
margin: 0;
}

.product-info hr{
  margin: 0;
}
/* PRICE */

.price{
font-size:20px;
font-weight:bold;
color:var(--primary);
margin-bottom:15px;
font-family: var(--font-primary);
}

/* CART BUTTON */

.cart-btn{
background:linear-gradient(135deg,#FF7A2F,#ff6a18);
border:none;
color:#fff;
padding:10px 20px;
border-radius:25px;
cursor:pointer;
transition:0.3s;
}

.cart-btn:hover{
transform:translateY(-2px);
}




/* SECTION */

.product-detail{
padding:80px 40px;
/* background: var(--gradient-valina); */
background: #fafafa;
position: relative;
margin-top: 0px;
}

/* CONTAINER */

.product-container{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
max-width:1280px;
margin:auto;
align-items:center;
}

/* IMAGE */

.product-image{
position:sticky;
top:100px;
}

.product-image img{
    width: 662px;
border-radius:20px;
box-shadow:0 20px 40px rgba(0,0,0,0.1);
margin-top: -220px;
}

/* INFO */

.product-info h1{
font-size:44px;
margin-bottom:10px;
font-family: var(--font-primary);
text-transform: capitalize;
margin-top: -140px;
}

/* PRICE */

.price{
font-size:28px;
font-weight:bold;
color:var(--text-dark);
margin-bottom:30px;
font-family: var(--font-primary);
}


/* OPTION GROUP */

.option-group{
margin-bottom:25px;
}

.option-group h3{
margin-bottom:10px;
font-size:18px;
}

/* OPTION LIST */

.option-list{
display:flex;
gap:15px;
flex-wrap:wrap;
}

/* OPTION CARD */

.option{
width:120px;
padding:12px;
background:#fff;
border-radius:15px;
text-align:center;
cursor:pointer;
transition:0.3s;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
border:2px solid transparent;
}

.option img{
width:50px;
margin-bottom:8px;
}

/* ACTIVE */

.option.active{
border:2px solid #E63973;
background:rgba(230,57,115,0.05);
}

/* HOVER */

.option:hover{
transform:translateY(-5px);
}

/* BUTTON */

.add-cart-btn{
margin-top:20px;
padding:15px 40px;
border:none;
border-radius:30px;
background:linear-gradient(135deg,#FF7A2F,#ff6a18);
color:#fff;
font-size:16px;
cursor:pointer;
transition:0.3s;
}

.add-cart-btn:hover{
transform:translateY(-3px);
box-shadow:0 10px 20px rgba(0,0,0,0.2);
}

.woocommerce-form-login, .woocommerce-ResetPassword, .lost_reset_password{
          width: 96%;
    /* background: var(--gradient-valina); */
    padding: 30px 20px;
    box-shadow: 2px 2px 3px 4px #ddd;
    border-radius: 30px;
    margin: 0 auto;
    
    color: #fff;
    background: var(--gradient-pickchoco);
}



/********* Floating Button for whatsapp and order now ******/
/* CONTAINER */
.floating-buttons {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
    align-items: end;
}

/* COMMON FAB */
.fab {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 40px;
    border-radius: 50px;
    padding: 0 18px;

    font-size: 18px;
    font-family: 'Poppins';
    text-decoration: none;

    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transition: 0.3s;
}

/* ORDER BUTTON */
.order-btn {
    background: linear-gradient(135deg, #ff00cc, #ff6a00);
    color: #fff;
   margin: 0;
}

/* WHATSAPP */
.whatsapp-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    background: #25D366;
}

/* ICON */
.whatsapp-btn svg {
    width: 26px;
    height: 26px;
    fill: #fff;
}

/* HOVER */
.fab:hover {
    transform: translateY(-4px) scale(1.05);
}

/* PULSE ANIMATION */
.whatsapp-btn {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/*************** END ****************/




/************** Main Category ***************/

/* SECTION */
.cake-category-section {
    padding: 60px 5%;
    background: #f8f8f8;
    max-width: 1280px;
    margin: 0 auto;
}

/* GRID */
.cake-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;

}

/* CARD */

.cake-card-category {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 280px;
    padding: 9px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.4s;
}

/* HOVER EFFECT */
.cake-card-category:hover {
    transform: translateY(-15px);
}
.cake-card-category .cake-img svg{
  width: 300px;
    stroke: brown;
    fill: #ddd;
}

.cake-card-category .cake-content h3 {
  font-family: var(--font-primary);
    font-size: 16px;
    margin-bottom: 5px;
    margin: 0;
    text-align: center;
}

.cake-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 540px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.4s;
}

/* HOVER EFFECT */
.cake-card:hover {
    transform: translateY(-30px);
}

/* GRADIENT BACKGROUNDS */
.gradient-1 {
    background: linear-gradient(135deg, #ffb347, #ffcc33);
}

.gradient-2 {
    background: linear-gradient(135deg, #ff9a9e, #fecfef);
}

.gradient-3 {
    background: linear-gradient(135deg, #a18cd1, #fbc2eb);
}

.gradient-4 {
    background: linear-gradient(135deg, #fbc2eb, #a6c1ee);
}

.gradient-5 {
    background: linear-gradient(135deg, #ffd1ff, #fad0c4);
}

.gradient-6 {
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
}

.gradient-7 {
    background: linear-gradient(135deg, #ffdde1, #ee9ca7);
}

.gradient-8 {
    background: linear-gradient(135deg, #cfd9df, #e2ebf0);
}

.gradient-9 {
    background: linear-gradient(135deg, #f6d365, #fda085);
}

.gradient-10 {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

/* IMAGE */
.cake-img {
    text-align: center;
}

.cake-img img {
    width: 95%;
    max-height: 420px;
    object-fit: contain;
    transition: 0.5s;
}

/* FLOAT EFFECT */
.cake-card:hover img {
    transform: scale(1.1) translateY(-10px);
}

/* CONTENT BOX */
.cake-content {
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 20px;
}

/* TITLE */
.cake-content h3 {
    font-family: var(--font-primary);
    font-size: 24px;
    margin-bottom: 5px;
    margin: 0;
}

/* TEXT */
.cake-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

/* BUTTON */
.btn {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    border: 1px solid #333;
    text-decoration: none;
    font-size: 13px;
    color: #333;
    transition: 0.3s;
}

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


.cake-title{
  font-size: 44px;
    margin-bottom: 10px;
    font-family: var(--font-primary);
    text-transform: capitalize;
}


.pro-block {
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    border: #F2F2F2 1px solid;
        margin-bottom: 14px;

}


.pro-block .pro-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #ebedec;
    height: 280px;
}

.pro-block a {
    color: #0b0b0b;
    text-decoration: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    display: inline-block;
}

.pro-block .pro-img img {
    width: 100%;
    margin: auto;
    transform: scale(1);
    transition: all .5s ease;
    height: 100%;
    object-fit: cover;
}


.pro-block .pro-img .new-label {
    background: #1CB78D;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    font-family: 'Gotham Medium';
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: #fff;
    padding: 4px 15px 4px 8px;
    text-transform: uppercase;
    border-radius: 0 0 30px 0;
}

.pro-block .pro-detail {
    padding: 20px 12px;
    font-family: var(--font-primary);
}

.pro-block .pro-detail .d-flex {
    justify-content: space-between;
    align-items: center;
    margin: 8px 0 0 0;
}

.d-flex {
    display: flex !important;
}

.pro-block .pro-detail a {
    display: block;
}

.pro-block .pro-detail .d-flex .price {
    font-family: 'Gotham Medium';
    color: #2A110A;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.pro-block .pro-detail .d-flex .btn-right {
    display: flex;
}

.pro-block .pro-detail .d-flex .btn-right .btn-wishlist {
    width: 46px;
    height: 46px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: #FEC34E 1px solid;
    margin-right: 6px;
}

.pro-block .pro-detail .d-flex .btn-right .btn-wishlist.active {
    width: 46px;
    height: 46px;
    background: var(--gradient-chocopink);
    
}

.pro-block .pro-detail .d-flex .btn-buy {
    width: 46px;
    height: 46px;
    background: #FEC34E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


.forgot-wrap{
    text-align:right;
    margin-bottom:15px;
}

.forgot-link{
    font-size:14px;
    color:#FF4D6D;
    text-decoration:none;
    transition:0.3s;
}

.forgot-link:hover{
    color:#4A2C2A;
}






/* SECTION */
.cream-section {
    width: 100%;
    padding: 50px;
    background: #fff5ee; /* cream color */
    text-align: center;

}

/* CONTAINER */
.cream-container {
    max-width: 1050px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

/* LEFT */
.cream-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* CARD */
.point-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;

    padding: 20px;
    border-radius: 14px;

    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);

    transition: 0.3s;
}

/* HOVER */
.point-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* ICON */
.point-card .icon {
    font-size: 28px;
}

.point-card .icon img.emoji{

    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 3em !important;
    width: 3em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.point-card .content{
  width: 80%;
}

/* TEXT */
.point-card h3 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;
    font-family: var(--font-primary);
}

.point-card p {
    font-size: 14px;
    color: #555;
    font-family: var(--font-primary);
}

/* RIGHT */
.cream-right {
    flex: 1;
}

/* VIDEO */
.video-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.weight-box.no-marg {
    margin: 0;
    margin-bottom: 25px;
    position: relative;
}

.weight-box {
    float: left;
    width: 100%;
    background: #2a110a;
        background: var(--gradient-chocopink);
    color: #fff;
    font-size: 18px;
    padding: 9px 23px;
    border-radius: 5px;
    margin-top: 35px;
    margin-bottom: 35px;
    cursor: pointer;
}

.weight-box.no-marg p.holder {
    padding: 10px 20px 10px 0;
    position: absolute;
    left: 185px;
    color: #fff;
    background: url(../images/custom-cake-inquiry/bgdropdown.png) right center no-repeat;
    cursor: pointer;
    top: -3px;
}
.weight-box.no-marg p.holder {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* Spaces the text and the icon nicely */
  cursor: pointer;
}

/* Adds the dropdown icon right after the text */
.weight-box.no-marg p.holder::after {
  content: "";
  display: inline-block;
  
  /* Creates a clean, pure CSS downward triangle arrow */
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fafafa; /* Change this color to match your design */
  
  /* Fine-tuning position alignment */
  margin-top: 2px; 
}



.weight-box-2.no-marg {
    margin: 0;
    margin-bottom: 25px;
    position: relative;
}

.weight-box-2 {
    float: left;
    width: 100%;
    background: #2a110a;
    background: var(--gradient-chocopink);
    color: #fff;
    font-size: 18px;
    padding: 9px 23px;
    border-radius: 5px;
    margin-top: 35px;
    margin-bottom: 35px;
    cursor: pointer;
}

.weight-box-2.no-marg p.holder-2 {
    padding: 10px 20px 10px 0;
    position: absolute;
    left: 185px;
    color: #fff;
    background: url(../images/custom-cake-inquiry/bgdropdown.png) right center no-repeat;
    cursor: pointer;
    top: -3px;
}

.weight-box-2.no-marg p.holder-2 {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* Spaces the text and the icon nicely */
  cursor: pointer;
}

/* Adds the dropdown icon right after the text */
.weight-box-2.no-marg p.holder-2::after {
  content: "";
  display: inline-block;
  
  /* Creates a clean, pure CSS downward triangle arrow */
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fafafa; /* Change this color to match your design */
  
  /* Fine-tuning position alignment */
  margin-top: 2px; 
}


div.dropdown {
    background: #fff;
    opacity: 0;
    color: #2A110A;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .5);
    width: auto !important;
    position: absolute;
    padding: 10px;
    top: 20px;
    left: 185px;
    visibility: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    z-index: -1;
    overflow-y: scroll;
    max-height: 300px;
}

.weight-box > div > span.fl {
    background: none !important;
    float: none !important;
    display: inline-block;
    padding: 5px 0 !important;
    color: #000;
    font-size: 14px;
}

.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dropdown.clicked ul {
    display: block;
}

.dropdown ul li {
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.dropdown ul li span {
    padding-left: 20px;
}

.weight-box.no-marg.open .dropdown {
    top: 50px;
    opacity: 1;
    z-index: 5;
    visibility: visible;
    max-height: 300px;
}

.weight-box-2.no-marg.open .dropdown {
    top: 50px;
    opacity: 1;
    z-index: 5;
    visibility: visible;
    max-height: 300px;
}



.wh-box {
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 20px;
}

.wh-box h3 {
    font-family: var(--font-primary);
    font-size: 24px;
    margin-bottom: 5px;
    margin: 0;
}

/* TEXT */
.wh-box p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

/* BUTTON */
.wh-box .btn {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    border: 1px solid #333;
    text-decoration: none;
    font-size: 13px;
    color: #333;
    transition: 0.3s;
}


/************ LOGIN REGISTRATION MODAL *****************/

.auth-btn{
    background:linear-gradient(135deg,#FF4D6D,#FF8FA3);
    color:#fff;
    border:none;
    padding:12px 24px;
    border-radius:30px;
    cursor:pointer;
}

/* MODAL */
.auth-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.5);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.auth-modal.active{
    display:flex;
}

.auth-box{
    width:400px;
    background:#fff;
    padding:35px;
    border-radius:20px;
    position:relative;
}

.close-modal{
    position:absolute;
    right:20px;
    top:15px;
    font-size:24px;
    cursor:pointer;
}

.auth-tabs{
    display:flex;
    gap:10px;
    margin-bottom:25px;
}

.tab-btn{
    flex:1;
    padding:12px;
    border:none;
    border-radius:10px;
    cursor:pointer;
}

.tab-btn.active{
    background:#FF4D6D;
    color:white;
}

.auth-form{
    display:none;
}

.auth-form.active{
    display:block;
}

.auth-form input{
    width:100%;
    padding:14px;
    margin-bottom:15px;
    border:1px solid #eee;
    border-radius:10px;
}

.auth-form button{
    width:100%;
    padding:14px;
    border:none;
    border-radius:30px;
    background:linear-gradient(135deg,#FF4D6D,#FF8FA3);
    color:#fff;
    cursor:pointer;
}

.auth-message{
    margin-top:15px;
    font-size:14px;
}



.wishlist-btn{
    width:42px;
    height:42px;
    border-radius:50%;
    border:none;
    background:white;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    cursor:pointer;
    transition:0.3s;
    font-size:18px;
}

.wishlist-btn.active{
    background:#FF4D6D;
    color:white;
}

.wishlist-btn:hover{
    transform:scale(1.1);
}



.auth-message{
    margin-bottom:15px;
    font-size:14px;
    text-align:center;
}

.auth-message.success{
    color:#2e7d32;
}

.auth-message.error{
    color:#d32f2f;
}


.woocommerce ul.products {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#cake_reference_images{
  width: 100%;
}

#image-preview{

    display:flex;
    flex-wrap:wrap;
    margin-top:15px;

}

#image-preview img{

    transition:.3s;

}

#image-preview img:hover{

    transform:scale(1.08);

}

.step-error{
    color:#dc3545;
    font-size:14px;
    margin-top:12px;
    text-align:center;
    display:none;
}


.cake-order-summary{

    max-width:900px;

    margin:auto;

}

.cake-order-summary h2{

    margin-bottom:25px;

    font-size:32px;

}

.summary-card{

    background:#fff;

    border-radius:20px;

    padding:25px;

    margin-bottom:25px;

    box-shadow:0 10px 35px rgba(0,0,0,.06);

}

.summary-card h3{

    margin-bottom:20px;

    color:#FF4D6D;

}

.summary-grid{

    display:grid;

    gap:20px;

}

.summary-product{

    display:flex;

    gap:15px;

    align-items:center;

}

.summary-product img{

    width:90px;

    height:90px;

    object-fit:cover;

    border-radius:15px;

}

.summary-product label{

    display:block;

    font-size:13px;

    color:#999;

}

.summary-product span{

    font-size:18px;

    font-weight:600;

}

.summary-row{

    display:flex;

    justify-content:space-between;

    padding:12px 0;

    border-bottom:1px solid #eee;

}

.summary-row:last-child{

    border:none;

}

.summary-row label{

    color:#666;

}

.summary-row span{

    font-weight:600;

}

.reference-gallery{

    display:grid;

    grid-template-columns:repeat(auto-fill,minmax(120px,1fr));

    gap:15px;

}

.reference-gallery img{

    width:100%;

    height:120px;

    object-fit:cover;

    border-radius:15px;

    transition:.3s;

}

.reference-gallery img:hover{

    transform:scale(1.05);

}

