@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); 
/* color code Red:#d23b57 Blue:#b7e1ea */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font-family: "Ubuntu", sans-serif; vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block;}
/*div {font-size: 0;} */
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
body { -webkit-text-size-adjust: none; line-height:18px;}
mark { background-color: transparent; color: inherit; }
input::-moz-focus-inner { border: 0; padding: 0; }
.clr {clear: both;}
* { box-sizing: border-box;}
/* color coding */
*:focus {   outline: none;}
:root {   --primary-color: #c02126;   --secondary-color: #761113;   --tertiary-color: #fff7e6;   --four-color: #669bbb;   --fifth-color: #003048;   --white-color: #ffffff;   --gry-bdr-color:#d3d3d3;   --blk-txt-color:#292640;   --sky-blue-color:#ccefff;
--light-red: #ff6b6b;
--transition: all 0.3s ease;
--transition-five: transform 0.5s ease;
--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}


/* font sample  */
.ubuntu-light { font-family: "Ubuntu", sans-serif; font-weight: 300; font-style: normal; }
.ubuntu-regular { font-family: "Ubuntu", sans-serif; font-weight: 400; font-style: normal; }
.ubuntu-medium { font-family: "Ubuntu", sans-serif; font-weight: 500; font-style: normal; }
.ubuntu-bold { font-family: "Ubuntu", sans-serif; font-weight: 700; font-style: normal; }
.ubuntu-light-italic { font-family: "Ubuntu", sans-serif; font-weight: 300; font-style: italic; }
.ubuntu-regular-italic { font-family: "Ubuntu", sans-serif; font-weight: 400; font-style: italic; }
.ubuntu-medium-italic { font-family: "Ubuntu", sans-serif; font-weight: 500; font-style: italic; }
.ubuntu-bold-italic { font-family: "Ubuntu", sans-serif; font-weight: 700; font-style: italic;}

/* ABeeZee: CSS classes --- */
.abeezee-regular { font-family: "ABeeZee", sans-serif; font-weight: 400; font-style: normal;}
.abeezee-regular-italic { font-family: "ABeeZee", sans-serif; font-weight: 400; font-style: italic;}




/* Basic */
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
body { background: #ffffff; }
body, input, textarea, select { /*font-family: Roboto, 'Poppins', sans-serif;*/ font-family: "Ubuntu", sans-serif; font-weight: 300; color: #5d5d5d; font-size: 14px; /*line-height: 1.75em;*/ }
strong, b { color: #252122; font-weight: 400; }
i, em { font-style: italic; }
sub { position: relative; top: 0.5em; font-size: 0.8em; }
sup { position: relative; top: -0.5em; font-size: 0.8em; }
blockquote { border-left: solid 0.75em #dddddd; padding: 1em 0 1em 1.5em; font-style: italic; }
h1, h2, h3, h4, h5, h6 { color: #252122; font-weight: 700; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; }
.productPg h1 { font-size: 1.75em; text-align: center; margin: 15px auto;}
h2 { font-size: 1.5em; }
h3 { font-size: 1.35em; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
/* visited link */
/*a:visited { color: #ccefff;} */
/* mouse over link */
a:hover { color: #ccefff; text-decoration: none; cursor: pointer;}
/* selected link */
a:active { color: blue;}

br.clear { clear: both; }
.clr {clear: both;}
hr { border: 0; border-top: solid 1px #dddddd; height: 1px; margin: 2em 0 2em 0; }
p, ul, ol, dl, table { margin: 0; }

 
.fontsize13 {font-size: 13px;} 
.fontsize14 {font-size: 14px;} 

/* margin */
.mrgBtm10 {margin-bottom: 10px;}
.mrgBtm20 {margin-bottom: 20px;}
.mrgtop20 {margin-top: 20px;}
.padTpBtm {padding: 10px 0px;}

/* Container */
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px;}

/* Page Wrapper */

#page-wrapper > section { margin-bottom: 0; }
.bake-circle-logo {height: 50px;}

#header h1 { font-family: 'Arvo'; font-weight: 700; color: #ed786a; text-shadow: 0.05em 0.075em 0 rgba(0, 0, 0, 0.1); font-size: 3em; letter-spacing: 13px; }
#header h1 a { border: 0; }
.top-section { display: flex; align-items: center; justify-content: space-between; width: 98%; height: 50px; margin: 3px auto; max-width: 1280px;}
.pgTpBdr {background-color: var(--secondary-color); height: 6px;}
.hdrBg { background-color: var(--tertiary-color);}

/* Search Code*/

.searchInputBox { width: 100%; position: relative; display: flex; flex-direction: row;}
.searchTerm { width: 100%; border: 2px solid var(--gry-bdr-color); border-right: none; padding: 5px; height: 36px; border-radius: 5px 0 0 5px; outline: none; color: var(--blk-txt-color); font-weight: 500; font-size: 13px;}
.searchTerm:focus{ color: var(--blk-txt-color);}
.searchButton { width: 40px; height: 36px; border: 1px solid var(--primary-color); background: var(--primary-color); text-align: center; color: #fff; border-radius: 0 5px 5px 0; cursor: pointer; font-size: 20px;}
.searchBox{ width: 100%; min-width: 330px; background-color: #f4f4f4;}


.cartlnk {text-decoration: none; display: inline-block; line-height:0px; color:#5d5d5d; position: relative;}
.cart-count { position: absolute; top: -16px; right: -16px; background: #ff4444; color: white; border-radius: 50%; padding: 9px 6px; font-size: 12px; min-width: 18px; text-align: center;}
.cart-section, .user-section {display: flex;}
.cart-section a:link, .user-section a:link {text-decoration: none; color:#292640;}
.user-cart-icon, .user-login-icon {border: 0px solid red; width: 22px; height: 22px; background-image: url(../img/shopping_cart_icon.svg) !important; background-repeat: no-repeat;}
.user-cart, .user-login {border: 0px solid red; padding-left: 5px; width: 50px; line-height: 1;}
.user-section {padding:0 15px;}
.user-cart {font-size: 14px; font-weight: 400;}

/* top nav */

.top-nav-box {margin: 0 auto; background:var(--primary-color); /* background:#d53958;*/ text-align: center;  overflow: hidden; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2)}
.top-nav-box nav ul {margin-bottom: 0px; z-index: +10;}


.top-nav-box ul.navUlfrst { text-align: center; list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: var(--primary-color); border: 0px solid black;}
.top-nav-box li { display: inline;}
.top-nav-box li a, .dropbtn { display: inline-block; color: white; text-align: center; padding: 10px 16px 0px 16px; text-decoration: none; font-size: 14px; font-weight: 500;}
.dropbtn {color:#292640; text-transform: capitalize; } 

li.dropdown {display: inline-block;}
.dropdown-content { display: none; position: absolute; background-color: var(--sky-blue-color); min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); border: 0px; z-index: 12;}
.dropdown-content a { color:#000000; padding: 12px 16px; text-decoration: none; display: block; /*text-align: center; */ width:170px;}
.dropdown-content .undHover {color:#000; }
.dropdown-content li {display: block;}
.dropdown:hover .dropdown-content { display: block; padding: 0px; background-color:var(--sky-blue-color); color:#000000;}
.goCenter { text-align: center; color: white; font-weight: bold;}
.undHover::after {   content: ''; display: block; width: 100%; height: 2px; background: #000; margin-top: 10px; left: 0; bottom: 0; transform: scale(0); transition: .2s all ease-out;}
.undHover:hover::after {transform: scale(1);}


/*  Product Listing Page */

/* Modern Grid Layout */
.product-list {display: grid; padding: 20px 0; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 30px;}
.listItemsBox {/*display: inline-block; width: 23%; margin: 1% 1% 1% 1%; */ box-sizing: border-box; border: 0px solid #d3d; text-align: left; padding-bottom:10px; background:#fafafa; border-radius: 7px; box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);}
.listPorductImg { width:100%; border-radius: 7px 7px 0 0;}
.listPorductImgBox {height: 218px; overflow: hidden;}
.listItemsBox:hover {box-shadow: 2px 6px 20px 3px rgba(0, 0, 0, 0.20);}
.listProductTitle {font-size: 16px; line-height:30px; font-weight: 400; color: #000; padding-left: 10px; text-transform: capitalize;}
.listProductPriceSec {line-height:30px; padding-bottom:10px;}
.listPriceCurr {font-size: 15px; color: #000; padding-left: 10px;}
.listDiscountPrice {font-size: 15px; color: #000; font-weight: 500;}
.listProductMRP {font-size: 15px; text-decoration: line-through; color: #7f7f7f; padding-left: 6px;}
.listProDiscount {font-size: 15px; color:#d23b57; padding-left: 6px; font-weight: 400; letter-spacing: -1px;}
.plpBtnBox {text-align:center; border-radius: 3px;}
.plpbtn { align-items: center; background-color: var(--white-color); border: 2px solid var(--gry-bdr-color); box-sizing: border-box; color: #000; cursor: pointer; display: inline-flex; fill: #000; font-family: Inter,sans-serif; font-size: 14px; font-weight: 400; height: 30px; justify-content: center; letter-spacing: -.8px; line-height: 24px; min-width: 120px; outline: 0; padding: 0 17px; text-align: center; text-decoration: none; transition: all .3s; user-select: none; -webkit-user-select: none; touch-action: manipulation; border-radius: 3px;}
.plpbtn:focus {color: #171e29;}
.plpbtn:hover { border-color: #d23b57; color: #d23b57; fill: #d23b57;}
.plpbtn:active { border-color: #FF4742; color: #06f; fill: #06f;}


/* Breadcrumb */
ol.breadcrumb { padding: 7px 12px; list-style: none;}
ol.breadcrumb li { display: inline; font-size: 14px;}
ol.breadcrumb li+li:before { padding: 8px; color: black; content: "\003E";}/* /\00a0 */
ol.breadcrumb li a { color: #000; text-decoration: none;}
ol.breadcrumb li a:hover { color: #01447e; text-decoration: underline;}

.breadcrumb {padding: 10px 0; margin-top: 10px; margin-bottom: 10px; text-transform: capitalize; font-size: 14px; color: #666;}

.breadcrumb span {padding: 0px 5px;}
.breadcrumb a:hover { text-decoration: underline;}
.breadcrumb a { color:  var(--light-red); text-decoration: none; padding: 0px 5px;}
.breadcrumb span { color: #333; font-weight: 500;}
.breadcrumb i, .breadcrumb .separator {margin: 0 5px; color: #999;}

/*.breadcrumb { background: transparent;}*/


.rowContainer {display: block; display: flex; justify-content: space-between;}
.colContainerLft {width: 50%; border: 0px solid red; flex-direction: column; display: inline-block; position: sticky; padding: 0px 5px;}
.colContainerRft {width: 50%; border: 0px solid green; flex-direction: column; display: inline-block; vertical-align: top; font-size: 16px; padding: 0px 16px;}
.colContainerRft div, .colContainerRft P {font-family: "Ubuntu", sans-serif; }


/* product detail page */

.proImgSlides {display: none;}
.proImgSlides img {border-radius: 8px; }
.pro-img-cursor {cursor: pointer; transition: 0.3s; border-radius: 8px;}
.pro-img-cursor:hover, .pro-img-cursor.active { border: none; }
.active, .demo:hover {opacity: 1;}
.product-img {display: flex; }
.product-img-box {display: flex;}
.lft-img-box {display: flex; flex-direction: column;}
.lft-img-box ul {width: 100px; margin:0px 10px;}
.lft-img-box ul li {flex-direction: column; margin: 10px 0;}
.lft-img-box ul li:first-child {margin: 0 0 10px 0;}
.btm-img-box ul {width:  calc(100% - 20px); ; display: flex; flex-direction: row;}
.btm-img-box ul li {flex-direction: row; margin: 10px 10px;}


.main-image-holder { flex-grow: 1; padding: 0 10px; }
#desktop-thumbs ul { list-style: none; padding: 0; }
#desktop-thumbs img { width: 100px; height: 100px; object-fit: cover; margin-bottom: 5px; }
@media (max-width: 679px) {.product-img { flex-direction: column !important; }
    #desktop-thumbs, #desktop-slides { display: none; }
    #mobile-thumbs { display: block; margin-top: 10px; }
    #mobile-thumbs ul { display: flex; list-style: none; gap: 10px; padding: 0; overflow-x: auto; }
    #mobile-thumbs img { width: 50px; height: 50px; }}
@media (min-width: 680px) {#mobile-thumbs { display: none; }}
@media screen and (min-width: 680px) {.btm-img-box {display: none;}
    .lft-img-box {display: block;}}
@media screen and (max-width: 679px) {.btm-img-box {display: block;}
    .lft-img-box {display: none;}}



.productTitle {font-family: "Ubuntu", sans-serif; font-weight: 500; color: #000; font-style: normal; font-size:24px; line-height: 28px; text-transform: capitalize; margin-bottom: 0;}
.pdp-eggless {font-size: 14px; text-align: right; display: inline-block; float: right;}

svg {overflow: hidden; vertical-align: middle;}

/*.productMRP::before {content: '₹';}*/
.productMRP {font-size: 16px; text-decoration: line-through; color: #7f7f7f; padding-left: 6px;}
.proDiscount {font-size: 16px; color:#d23b57; padding-left: 6px; font-weight: 500; letter-spacing: -1px;}
.productDescription, .deliveryDetails, .careInfoDetail { font-size:13px; line-height: 20px; margin-bottom: 16px;}
.careInfoDetail ul li {list-style-type: circle /*" - "*/; margin-left: 20px;}
.weightTitle, .flavorTitle, .occTitle, .msgTitle, .deliveryLocation, .instructionTitle, .careInfo, .shareTitle {text-transform: capitalize; font-size: 16px; font-weight: 500; color: #4a4a4a; padding-top: 10px;}


.flavorDetailBox { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 15px;}
.flavorOption { padding: 8px 16px; border: 2px solid #ddd; border-radius: 4px; cursor: pointer; transition:  var(--transition); background: white;}
/*.flavorOption:hover {border-color: #f39c12;}
.flavorOption.selected {background: #f39c12; color: white; border-color: #e67e22;}
*/
.weightAmountBox { display: inline-block; border: 1px solid #ccc; margin-right: 5px; cursor: pointer; border-radius: 4px; }
.weightSelected { background: #007bff; color: #fff; border-color: #007bff; }

.weightDetailBox { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 15px;}
.weightAmountBox {display: inline-block; text-align: center; min-width: 65px; line-height: 36px; height: 36px; border-radius: 9px; border: 1px solid #818f96; background: #eaeaea; color: #666566; font-weight: 500; text-transform: capitalize; cursor: pointer; font-size: 16px; transition: var(--transition); padding: 0px 10px;}
.weightAmountBox:hover { border-color:  var(--light-red);}

.flavorOption.selected, .weightAmountBox.weightSelected { background-image: linear-gradient(#ec1c24, #c02227 );; /*background: #3498db; border-color: #2980b9;*/ border-color: var(--primary-color); color: white; }
.flavorOption:hover, .weightAmountBox:hover {border-color: var(--secondary-color)}

.weightSelected {border-radius: 8px; border: 1.5px solid #d23c57; background: #ffcfdf; font-weight: 500; color: #bf1d40; font-size: 13px;}
.servingSizeInfo, .nutriInfo {font-size: 12px; font-weight: 500; float:left; display: inline-block; border: 0px solid blue;}
.nutriInfo { float: right;}
.input-cakeOccasion {width:300px; border-radius: 5px; border: 1px solid #818f96; height: 30px;}
.input-cakeInfo {width:300px; border-radius: 5px; border: 1px solid #818f96; height: 30px;}


.catInfo, .tagsInfo, .skuDetail {font-size: 13px;}
.catInfo span, .tagsInfo span, .skuDetail span {font-weight: 500;}


.stickyBtnBox { position: sticky; bottom: 0; z-index: 1; padding: 8px 0px 15px 0px; background: #ffffff;}
.addToBuyBox {display: flex; grid-gap: 10px; gap: 10px; width: 100%;}
.addToCartBtn { display: flex; align-items: center; justify-content: center; width: 100%; height: 56px; border-radius: 7px; border: 1px solid #747474; font-size: 20px; font-weight: 500; text-transform: capitalize; cursor: pointer;}
.buyNowBtn { display: flex; align-items: center; justify-content: center; width: 100%; max-width: 400px; height: 50px; border-radius: 7px; background: var(--primary-color)/*#28a745*/; color: #fff; font-size: 20px; font-weight: 500; text-transform: capitalize; cursor: pointer; border: 0; padding: 15px 25px; transition: all 0.3s ease; text-align: center;}
.buyNowBtn:hover { background: #218838; transform: translateY(-2px);}
.buyNowBtn:disabled { background: #ccc; cursor: not-allowed; transform: none;}

/* Cart Page */
.cartPage {background: #e8e7e7;}
.crtPgeBox {justify-content: center; display: flex; flex-direction: row; padding: 15px 0 0; width: 100%; grid-gap: 30px; gap: 30px; max-width: 1000px; margin: 0 auto;}
.cartLft {width: 65%;}
.cartRft {width: 35%;}
.cartDetailBox {background: #fff; border-radius: 7px; border:1px solid #d3d3d3; padding:15px 15px;}
.cartDetail {display:flex;}
.cartDetailProImg {border-radius: 6px;}
.cartProDetailRft {padding: 0px 10px 10px 20px;}
.borderBtm {border-bottom: 2px solid hsla(0, 0%, 74%, .38); width: 92%; margin: auto;}
.cartTitleTxt {font-weight: 500; font-size: 14px;}
.cartPrice { font-size: 14px;}
.cartWeight, .cartMesg {font-size: 12px;}
.upSaleBox {margin: 10px 0; background-color: #fff4f4 /*#f4d7d7*/; border-radius: 5px; border: 1px solid #f8e1e1;}
.upsaleHeading { padding:10px 0 10px 15px; font-weight:500; }
.upContentBox {width: 110px; margin:0px 5px;}
.upSaleProdTitle {font-size: 13px; font-weight: 400; margin-top:10px;}
.upSaleProdPrice {font-weight: 500;}
.upSaleAddBtn {text-align: center; margin: 15px auto 5px auto; max-width: 110px; border: 1px solid red; border-radius: 5px; font-weight: 500; font-size: 13px; background-color: #f6e2e2;}
.cartOrderDetailTitle {padding: 12px 0 0 15px; font-weight: 500;}
.padd15 {padding:5px 15px 5px 15px; display: flex; justify-content: space-between; }
.txtAlignL {text-align: left;}
.txtAlignR {text-align: right;}
.cartRft .totalAmount{border-bottom: 1px dotted #43b5ea; border-top: 1px dotted #43b5ea; background-color: #ccefff; font-weight: 500;}
.placeOrderBtn {text-align: center; width: 230px; line-height: 44px; margin: 18px auto; color: #fff; font-size: 15px; cursor: pointer; border-radius: 8px; background: #d53958; font-weight: 500;}
.shopContinue {width: 100%; text-align: center; padding-bottom: 10px;}
.shopContinue a {text-decoration: underline; font-weight: 500; color:#43b5ea; }
.checkOutTitle {font-size: 16px; font-weight: 500; padding-bottom: 10px;}
.sbmtBtn {width: 110px; height: 36px; text-align: center; background-color:#f69129; border:0px; border-radius:6px; color:#fff; font-weight:bold; font-size:14px; cursor:pointer;}
.spanNameInput span {display:inline-block; width: 100px; height: 44px; font-weight: 500; font-size: 13px;}


/* Slider start */
section.slider {width: 90%;   margin: 10px auto; }
section.slider .slick-slide { margin: 0px 5px; }
.slick-slide img { width: 128px ; border-radius: 5px;}
.slick-prev:before, .slick-next:before { color: black; }
.slick-slide { transition: all ease-in-out .3s; opacity: 0; }
.slick-active { opacity: 1; }
.slick-current { opacity: 1; }

div.hpSlider img {width: 100%; margin: 0px auto; height: 350px;} /* calc(100% - 80px) ----80vw  height: 310px;*/
.mainContBox section.slider {width: 90%; margin: 10px auto;}
section.hpSlider {width: calc(95vw - 100px); margin: 0px 5px;}


/* Login Page */
.auth-container { max-width: 360px; margin: 3.5em auto; padding: 20px 30px; background: #fff; border-radius: 8px; box-shadow: 0 0 10px rgba(0,0,0,0.1); text-align: center; }
.auth-container h1 { margin-bottom: 15px; }
.auth-container input { width: 100%; padding: 10px 12px; margin-bottom: 20px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; }
.auth-container .buttons { width: 100%; padding: 15px; background: #3c91e6; color: #fff; border: none; border-radius: 5px; font-size: 1.1em; font-weight: bold; cursor: pointer; transition: background-color 0.3s ease; }
.auth-container .buttons:hover { background-color: #2a6db4; }
.success-message { color: #008000; margin: 0; margin-bottom: 15px; font-size: 14px; /* color: #155724; */}
.link-text a{text-decoration: underline; }


/* footer */
footer {  line-height: 18px;  font-family: 'Poppins', sans-serif;}
.footerContainer{  max-width: 1170px;  margin:auto;}
.row { display: flex;  flex-wrap: wrap;}
ul{  list-style: none; }
.footer{  background-color: var(--secondary-color) /* #24262b*/; padding: 30px 0 0 0; }
.footer-col{ width: 25%; padding: 0 15px 15px 0; }
.footer-col h4{  font-size: 16px;  color: #ffffff;  text-transform: capitalize;  margin-bottom: 35px;  font-weight: 500;  position: relative; }
.footer-col h4::before{  content: '';  position: absolute;  left:0;  bottom: -10px;  background-color: #fff200/*#e91e63*/;  height: 2px;  box-sizing: border-box;  width: 60px; }
.footer-col ul li:not(:last-child){  margin-bottom: 10px; }
.footer-col ul li a{  font-size: 14px;  text-transform: capitalize;  color: #ffffff;  text-decoration: none;  font-weight: 300;  color: #bbbbbb;  display: block;  transition: all 0.3s ease; line-height: 12px;}
.footer-col ul li a:hover {color:#ffffff;  padding-left: 8px; opacity: 1; }
.footer-col .social-links a{  display: inline-block;  height: 40px;  width: 40px;  background-color: rgba(255,255,255,0.2);  margin:0 10px 10px 0;  text-align: center;  line-height: 40px;  border-radius: 50%;  color: #ffffff;  transition: all 0.5s ease; }
.footer-col .social-links a:hover{  color: #24262b;  background-color: #ffffff; }
.copyrightTxt {color: var(--white-color); background-color: rgba(0, 0, 0, 0.2); text-align: center; padding: 10px;}
.copyrightTxt a {color:var(--white-color);}
.copyrightTxt a:hover {color:#e9be58;}

/*responsive*/
@media(max-width: 767px){
  .footer-col{ width: 50%; margin-bottom: 30px; }}
@media(max-width: 574px){
  .footer-col{ width: 100%; }}


.weight-buttons{display:flex; gap:10px; margin-top:10px;}
.weight-btn{ padding:6px 14px; border:1px solid #ddd; background:#fff; cursor:pointer; border-radius:6px; font-size:14px;}
.weight-btn:hover{ border-color:#333;}
.weight-btn.active{ background:#333; color:#fff;}



/* home page */
/*body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background: var(--light-color); color: var(--dark-color); line-height: 1.6;}*/

/* Hero Slider */
.hero-slider { position: relative; width: 100%; overflow: hidden; margin-bottom: 40px;}
.slider-container { position: relative; width: 100%; height: 370px; overflow: hidden;}
.slider-track { display: flex; transition: transform 0.5s ease-in-out; height: 100%;}
.slider-slide { flex: 0 0 100%; position: relative; height: 100%;}
.slider-slide img { width: 100%; height: 100%; object-fit: cover;}
.slide-content { position: absolute; top: 50%; left: 10%; transform: translateY(-50%); color: white; max-width: 500px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); animation: slideUp 0.8s ease;}
.slide-content h2 { font-size: 48px; margin-bottom: 15px; font-weight: 700;}
.slide-content p { font-size: 18px; margin-bottom: 25px; opacity: 0.95;}
.slide-btn { display: inline-block; padding: 12px 30px; background: var(--primary-color); color: white; text-decoration: none; border-radius: 50px; font-weight: 600; transition: var(--transition);}
.slide-btn:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: var(--shadow-md);}
.slider-nav { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 10;}
.slider-dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.5); cursor: pointer; transition: var(--transition);}
.slider-dot.active { background: var(--primary-color); transform: scale(1.2);}
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background: rgba(0,0,0,0.5); color: white; display: flex; align-items: center; justify-content: center; border-radius: 50%; cursor: pointer; transition: var(--transition); z-index: 10;}
.slider-arrow:hover { background: var(--primary-color);}
.slider-arrow.prev { left: 20px;}
.slider-arrow.next { right: 20px;}

@keyframes slideUp { from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(-50%); }}

/* Section Styles */
.section { padding: 30px 0;}
.section-dark { background: var(--white);}
.section-light { background: var(--light-color);}
.section-header { text-align: center; margin-bottom: 40px;}
.section-header h2 { font-size: 36px; color: var(--dark-color); margin-bottom: 10px; position: relative; display: inline-block;}
.section-header h2::after { content: ''; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: var(--primary-color); border-radius: 2px;}
.section-header p { color: #666; font-size: 16px; margin-top: 15px;}

/* Category Grid */
.category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 25px; margin-top: 20px;}
.category-card { text-align: center; text-decoration: none; transition: var(--transition);}
.category-card:hover { transform: translateY(-5px);}
.category-image { width: 120px; height: 120px; margin: 0 auto 15px; border-radius: 50%; overflow: hidden; background: var(--light-color); box-shadow: var(--shadow-sm); transition: var(--transition);}
.category-card:hover .category-image { box-shadow: var(--shadow-md);}
.category-image img { width: 100%; height: 100%; object-fit: cover;}
.category-name { font-size: 16px; font-weight: 600; color: var(--dark-color);}

/* Product Grid */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 30px; margin-top: 20px;}
.product-badge { position: absolute; top: 10px; left: 10px; z-index: 2; background: #ff4444; color: white; padding: 4px 8px; font-size: 12px; font-weight: bold; border-radius: 3px;}
.product-badge.bestseller { background: var(--warning-color); color: #856404;}
.product-badge.new { background: var(--success-color);}
.overlay-btn { padding: 8px 15px; background: var(--primary-color); color: white; border: none; border-radius: 5px; cursor: pointer; font-size: 12px; transition: var(--transition);}
.overlay-btn:hover { background: var(--primary-dark);}
.product-info { padding: 15px;}
.product-category { font-size: 12px; color: var(--gray-color); text-transform: uppercase; margin-bottom: 5px;}
.product-title { font-size: 16px; font-weight: 600; color: var(--dark-color); margin-bottom: 10px; text-decoration: none; display: block;}
.product-title:hover { color: var(--primary-color);}
.product-price { font-size: 18px; font-weight: 700; color: var(--primary-color);}
.product-old-price { font-size: 14px; color: var(--gray-color); text-decoration: line-through; margin-left: 10px;}

/* Quick Links */
.quick-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin: 40px 0;}
.quick-link-card { background: var(--white); padding: 30px 20px; text-align: center; border-radius: 12px; transition: var(--transition); cursor: pointer;}
.quick-link-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md);}
.quick-link-icon { font-size: 40px; color: var(--primary-color); margin-bottom: 15px;}
.quick-link-title { font-size: 18px; font-weight: 600; margin-bottom: 10px;}
.quick-link-desc { font-size: 14px; color: #666;}

/* Features Section */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin: 25px 0;}
.feature-card { text-align: center; padding:20px 30px 30px 30px; background: var(--white); border-radius: 12px; transition: var(--transition);}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md);}
.feature-icon { width: 70px; height: 70px; margin: 0 auto 20px; background: var(--primary-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 30px;}
.feature-title { font-size: 18px; font-weight: 600; margin-bottom: 10px;}
.feature-desc { color: #666; font-size: 14px;}

/* Testimonials */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 20px;}
.testimonial-card { background: var(--white); padding: 25px; border-radius: 12px; box-shadow: var(--shadow-sm); transition: var(--transition);}
.testimonial-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md);}
.testimonial-rating { color: var(--warning-color); margin-bottom: 15px;}
.testimonial-text { font-size: 14px; line-height: 1.6; margin-bottom: 20px; color: #555;}
.testimonial-author { display: flex; align-items: center; gap: 15px;}
.author-avatar { width: 50px; height: 50px; border-radius: 50%; background: var(--light-color); overflow: hidden;}
.author-avatar img { width: 100%; height: 100%; object-fit: cover;}
.author-info h4 { font-size: 16px; font-weight: 600; margin-bottom: 5px;}
.author-info p { font-size: 12px; color: #666;}

/* CTA Section */
.cta-section { background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)); padding: 60px 0; text-align: center; color: white; margin: 60px 0;}
.cta-section h2 { font-size: 36px; margin-bottom: 15px;}
.cta-section p { font-size: 18px; margin-bottom: 30px; opacity: 0.95;}
.cta-button { display: inline-block; padding: 15px 40px; background: white; color: var(--primary-color); text-decoration: none; border-radius: 50px; font-weight: 600; transition: var(--transition);}
.cta-button:hover { transform: translateY(-2px); box-shadow: var(--shadow-md);}

/* Newsletter */
.newsletter-section { background: var(--white); padding: 60px 0; text-align: center;}
.newsletter-form { max-width: 500px; margin: 30px auto 0; display: flex; gap: 10px;}
.newsletter-input { flex: 1; padding: 15px; border: 2px solid var(--border-color); border-radius: 50px; font-size: 16px;}
.newsletter-input:focus { outline: none; border-color: var(--primary-color);}
.newsletter-button { padding: 15px 30px; background: var(--primary-color); color: white; border: none; border-radius: 50px; cursor: pointer; font-weight: 600; transition: var(--transition);}
.newsletter-button:hover { background: var(--primary-dark);}

/* Responsive */
@media (max-width: 768px) {.slider-container { height: 300px; }
.slide-content h2 { font-size: 28px; }
.slide-content p { font-size: 14px; }
.section-header h2 { font-size: 28px; }
.newsletter-form { flex-direction: column; }
.category-grid { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 15px; }
.category-image { width: 90px; height: 90px; }}

@media (max-width: 480px) {.slider-container { height: 250px; }
.slide-content { left: 5%; right: 5%; }
.slide-content h2 { font-size: 20px; }
.product-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }}

/* Loading Animation */
.loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: white; display: flex; justify-content: center; align-items: center; z-index: 9999; transition: opacity 0.5s ease;}
.loader.hide { opacity: 0; pointer-events: none;}
.spinner { width: 50px; height: 50px; border: 3px solid var(--light-color); border-top-color: var(--primary-color); border-radius: 50%; animation: spin 1s linear infinite;}

@keyframes spin { to { transform: rotate(360deg); }}

/* Back to Top */
.back-to-top { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; background: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; visibility: hidden; transition: var(--transition); z-index: 100;}
.back-to-top.show { opacity: 1; visibility: visible;}
.back-to-top:hover { background: var(--primary-dark); transform: translateY(-3px);}

/* thankyou /////////////// ---------------- ////////////// ---------------- /////////////// ---------------- /////////// */

.thankyou-container { text-align: center; max-width: 600px; margin: 5em auto; padding: 40px; background: #fff; border-radius: 8px; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
.thankyou-container h1 { color: #3c91e6; }
.thankyou-container p { font-size: 1.1em; color: #555; }
.home-btn { padding: 10px 20px; background: #3c91e6; color: #fff; text-decoration: none; border-radius: 5px; font-weight: bold; display: inline-block; margin-top: 20px; }
.home-btn:hover { background-color: #2a6db4; }

/* checkout /////////////// ---------------- ////////////// ---------------- /////////////// ---------------- /////////// */
.checkout-container { max-width: 1200px; margin: 40px auto; background: #fff; border-radius: 12px; box-shadow: 0 2px 20px rgba(0,0,0,0.08); overflow: hidden;}
.checkout-header { background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%); color: white; padding: 25px 30px;}
.checkout-header h1 { margin: 0; font-size: 28px;}
.checkout-header p { margin: 5px 0 0; opacity: 0.9;}
.checkout-content { display: flex; flex-wrap: wrap; gap: 30px; padding: 30px;}
.order-summary { flex: 1; min-width: 300px; background: #f9f9f9; border-radius: 10px; padding: 20px; height: fit-content; position: sticky; top: 20px;}
.order-summary h2 { margin: 0 0 20px 0; color: #333; font-size: 20px; border-bottom: 2px solid  var(--light-red); padding-bottom: 10px; display: inline-block;}
.order-items { max-height: 500px; overflow-y: auto; margin-bottom: 20px;}
.order-item { display: flex; gap: 15px; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #eee;}
.order-item img { width: 70px; height: 70px; object-fit: cover; border-radius: 8px;}
.item-details { flex: 1;}
.item-details h4 { margin: 0 0 5px 0; font-size: 16px; color: #333;}
.cake-message-preview { background: #fff9f0; padding: 8px; border-radius: 5px; margin-top: 8px; font-size: 12px; border-left: 3px solid  var(--light-red);}
.cake-message-preview strong { color:  var(--light-red);}
.total-section { margin-top: 20px; padding-top: 15px; border-top: 2px solid #ddd; text-align: right;}
.total-section .total-label { font-size: 18px; font-weight: bold; color: #333;}
.total-section .total-amount { font-size: 24px; font-weight: bold; color:  var(--light-red); margin-left: 15px;}
.shipping-form { flex: 1.5; min-width: 400px;}
.shipping-form h2 { margin: 0 0 20px 0; color: #333; font-size: 20px;}
.form-group { margin-bottom: 20px;}
.form-group label { display: block; margin-bottom: 8px; font-weight: 600; color: #333;}
.form-group label .required { color:  var(--light-red); margin-left: 3px;}
.form-group input,
.form-group textarea,
.form-group select { width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 8px; font-size: 15px; transition: all 0.3s ease; box-sizing: border-box;}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { outline: none; border-color:  var(--light-red); box-shadow: 0 0 0 3px rgba(255,107,107,0.1);}
.form-row { display: flex; gap: 15px;}
.form-row .form-group { flex: 1;}
.error-message { background: #fff3f3; color: #ff4444; padding: 12px; border-radius: 8px; margin-bottom: 20px; border-left: 4px solid #ff4444;}
.place-order-btn { width: 100%; padding: 15px; background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%); color: white; border: none; border-radius: 8px; font-size: 18px; font-weight: bold; cursor: pointer; transition: all 0.3s ease; margin-top: 20px;}
.place-order-btn:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(255,107,107,0.3);}
.back-to-cart { display: inline-block; margin-top: 15px; color:  var(--light-red); text-decoration: none; font-size: 14px;}
.back-to-cart:hover { text-decoration: underline;}

@media (max-width: 768px) { .checkout-content { flex-direction: column; padding: 20px;}
.order-summary { position: static;}
.shipping-form { min-width: auto;}
.form-row { flex-direction: column; gap: 0;}}


/* Product Listing Styles /////////////// ---------------- ////////////// ---------------- /////////////// ---------------- /////////// */

.category-hero { /* background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);*/
    color: #666; padding: 40px 0; text-align: center; margin-bottom: 10px;}
.category-hero h1 { font-size: 48px; margin: 0 0 15px 0; font-weight: 700; line-height: 1; }
.category-hero h1 span { font-size: 32px; display: inline-block; background: rgba(255,255,255,0.2); padding: 5px 15px; border-radius: 30px;}
.category-hero p { font-size: 18px; margin: 0; opacity: 0.9;}
.products-listing { padding: 0 0 60px 0;}
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; margin-bottom: 40px;}

.product-card {border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.1); transition: var(--transition), box-shadow 0.3s ease; position: relative; background: var(--white); }
.product-overlay { position: absolute; bottom: -50px; left: 0; right: 0; background: rgba(0,0,0,0.8); padding: 10px; display: flex; justify-content: center; gap: 10px; transition: var(--transition);}
.product-card:hover .product-overlay { bottom: 0;}
.product-card:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0,0,0,0.15);}

.product-tags { position: absolute; bottom: 10px; left: 10px; display: flex; gap: 5px; flex-wrap: wrap; z-index: 1; margin-bottom: 15px;}
.product-tag { background: rgba(255,107,107,0.9); color: white; padding: 3px 8px; border-radius: 15px; font-size: 10px; font-weight: 500;}
.product-image { width: 100%; height: 260px; overflow: hidden; position: relative; padding-top: 100%; aspect-ratio: 1;}

.product-image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: var(--transition-five);}
.product-card:hover .product-image img { transform: scale(1.1);}
.product-info { padding: 20px;}

.add-to-cart-btn { width: 100%; padding: 10px; background:  var(--light-red); color: white; border: none; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s ease;}
.add-to-cart-btn:hover { background: #ff5252; transform: translateY(-2px);}

/* Sidebar Styles */
.sidebar { margin-bottom: 30px;}
.sidebar-widget { background: white; border-radius: 12px; padding: 20px; margin-bottom: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.08); position: sticky; top: 20px;}
.sidebar-widget h3 { margin: 0 0 15px 0; font-size: 18px; color: #333; border-bottom: 2px solid  var(--light-red); padding-bottom: 8px; display: inline-block;}
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px;}
.tag-cloud a { background: #f8f9fa; color: #666; padding: 6px 14px; border-radius: 25px; text-decoration: none; font-size: 13px; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 5px;}
.tag-cloud a:hover,
.tag-cloud a.active { background:  var(--light-red); color: white; transform: translateY(-2px);}
.tag-count { background: rgba(0,0,0,0.1); padding: 2px 6px; border-radius: 20px; font-size: 10px; font-weight: bold;}
.tag-cloud a:hover .tag-count,
.tag-cloud a.active .tag-count { background: rgba(255,255,255,0.2);}

/* Pagination Styles */
.pagination {margin: 40px 0; text-align: center; align-items: center; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap;}
.pagination a, .pagination span { padding: 8px 15px; background: white; border: 1px solid #ddd; border-radius: 5px; text-decoration: none; color: #333; transition: all 0.3s ease;}
.pagination a:hover, .pagination .active { background:  var(--light-red); color: white; border-color:  var(--light-red); cursor: default;}
.pagination a, .pagination span { padding: 10px 15px; border-radius: 5px; text-decoration: none; color: #333; background: #f5f5f5; transition: all 0.3s ease; min-width: 40px; text-align: center;}
.pagination .disabled { opacity: 0.5; cursor: not-allowed;}
.pagination .page-info { background: transparent; color: #666;}

.no-products { text-align: center; padding: 60px 20px; background: #f9f9f9; border-radius: 10px; grid-column: 1 / -1;}
.no-products h3 { font-size: 24px; color: #333; margin-bottom: 15px;}
.no-products p { color: #666; margin-bottom: 20px;}
.no-products i { font-size: 60px; color: #ccc; margin-bottom: 20px;}

@media (max-width: 768px) {.category-hero h1 { font-size: 32px; }
.products-grid { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; }
.sidebar { margin-top: 30px; }
.sidebar-widget { position: static; }}

/* cart  /////////////// ---------------- ////////////// ---------------- /////////////// ---------------- /////////// */

.cart-container { max-width: 1200px; margin: 40px auto; background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.cart-container h2 { margin-bottom: 20px; color: #333; border-bottom: 2px solid  var(--light-red); padding-bottom: 10px; display: inline-block;}
.cart-item { display: flex; align-items: flex-start; border-bottom: 1px solid #ddd; padding: 20px 0; gap: 20px; flex-wrap: wrap;}
.cart-item img { width: 100px; height: 100px; object-fit: cover; border-radius: 8px;}
.item-details h3 { margin: 0 0 8px 0; font-size: 18px; color: #333;}
.item-details p { margin: 5px 0; color: #666; font-size: 14px;}

/* Cake Message Styles */
.cake-message-container { margin-top: 10px; padding: 10px; background: #fff9f0; border-left: 3px solid  var(--light-red); border-radius: 5px;}
.cake-message-label { font-size: 12px; font-weight: 600; color:  var(--light-red); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 5px; display: flex; align-items: center; gap: 5px;}
.cake-message-label i { font-size: 14px;}
.cake-message-display { font-size: 14px; color: #666; font-style: italic; margin-bottom: 8px; word-break: break-word;}
.cake-message-edit { margin-top: 8px;}
.edit-message-btn { background: none; border: none; color:  var(--light-red); cursor: pointer; font-size: 12px; padding: 3px 8px; border-radius: 3px; transition: all 0.3s ease; text-decoration: underline;}
.edit-message-btn:hover { background: #fff0e6;}
.message-edit-form { display: none; margin-top: 8px;}
.message-edit-form.active { display: block;}
.message-input-group { display: flex; gap: 8px; align-items: center; flex-wrap: wrap;}
.message-input-group input { flex: 1; padding: 8px 12px; border: 1px solid #ddd; border-radius: 5px; font-size: 14px; font-family: inherit;}
.message-input-group input:focus { outline: none; border-color:  var(--light-red);}
.message-input-group button { padding: 8px 15px; background:  var(--light-red); color: white; border: none; border-radius: 5px; cursor: pointer; font-size: 12px; transition: all 0.3s ease;}
.message-input-group button:hover { background: #ff5252;}
.message-input-group .cancel-edit { background: #999;}
.message-input-group .cancel-edit:hover { background: #777;}
.message-count { font-size: 11px; color: #999; margin-top: 5px;}
.qtyBox { display: flex; align-items: center; gap: 12px; background: #f8f9fa; padding: 5px 10px; border-radius: 5px;}
.qtyBox a { padding: 5px 12px; background: #fff; text-decoration: none; font-weight: bold; border-radius: 3px; color: #333; border: 1px solid #ddd; transition: all 0.3s ease;}
.qtyBox a:hover { background:  var(--light-red); color: white; border-color:  var(--light-red);}
.qtyBox span { min-width: 30px; text-align: center; font-weight: 600; font-size: 16px;}
.item-price { font-weight: bold; min-width: 120px; text-align: right; font-size: 18px; color:  var(--light-red);}
.remove-btn { color: #ff4444; text-decoration: none; font-size: 24px; font-weight: bold; padding: 5px 10px; transition: all 0.3s ease;}
.remove-btn:hover { color: #cc0000; transform: scale(1.1);}
.cart-summary { text-align: right; margin-top: 30px; padding-top: 20px;}
.cart-summary h3 { font-size: 24px; color: #333; margin-bottom: 20px;}
.cart-summary h3 span { color:  var(--light-red);}
.checkout-btn { display: inline-block; padding: 12px 30px; background:  var(--light-red); color: white; text-decoration: none; border-radius: 5px; font-weight: bold; margin-top: 10px; transition: all 0.3s ease; border: none; cursor: pointer; font-size: 16px;}
.checkout-btn:hover { background: #ff5252; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(255,107,107,0.3);}
.empty-cart { text-align: center; padding: 60px 20px; color: #666;}
.empty-cart p { font-size: 18px; margin-bottom: 20px;}
.empty-cart a { display: inline-block; padding: 12px 30px; background:  var(--light-red); color: white; text-decoration: none; border-radius: 5px; font-weight: bold; transition: all 0.3s ease;}
.empty-cart a:hover { background: #ff5252; transform: translateY(-2px);}
.cart-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; flex-wrap: wrap; gap: 15px;}
.continue-shopping { display: inline-block; padding: 10px 20px; background: #f8f9fa; color: #333; text-decoration: none; border-radius: 5px; border: 1px solid #ddd; transition: all 0.3s ease;}
.continue-shopping:hover { background: #e9ecef;}

/* Coupon Section Styles */
.coupon-section { background: #f8f9fa; border-radius: 8px; padding: 20px; margin-bottom: 20px;}
.coupon-form { margin-bottom: 15px;}
.coupon-input-group { display: flex; gap: 10px;}
.coupon-input-group input { flex: 1; padding: 12px 15px; border: 2px solid #e0e0e0; border-radius: 6px; font-size: 14px; transition: all 0.3s ease; text-transform: uppercase;}
.coupon-input-group input:focus { outline: none; border-color: #4CAF50; box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);}
.coupon-input-group button { padding: 12px 25px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border: none; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; white-space: nowrap;}
.coupon-input-group button:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);}

/* Applied Coupon Display */
.applied-coupon { margin-bottom: 15px;}
.coupon-success { display: flex; align-items: center; background: linear-gradient(135deg, #84fab0 0%, #8fd3f4 100%); padding: 12px 15px; border-radius: 8px; position: relative;}
.coupon-icon { font-size: 24px; margin-right: 12px;}
.coupon-details { flex: 1;}
.coupon-code { font-weight: 700; font-size: 16px; color: #333; display: block; margin-bottom: 4px;}
.coupon-discount { font-size: 13px; color: #666;}
.remove-coupon { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.5); border-radius: 50%; color: #666; font-size: 20px; font-weight: bold; text-decoration: none; transition: all 0.3s ease;}
.remove-coupon:hover { background: rgba(255, 255, 255, 0.9); color: #ff4444; transform: rotate(90deg);}

/* Coupon Messages */
.coupon-error { color: #dc3545; font-size: 13px; margin-top: 8px; padding: 8px 12px; background: #ffe6e6; border-radius: 4px; border-left: 3px solid #dc3545;}
.coupon-success-message { color: #28a745; font-size: 13px; margin-top: 8px; padding: 8px 12px; background: #e6ffe6; border-radius: 4px; border-left: 3px solid #28a745;}

/* Available Coupons Toggle */
.available-coupons-toggle { text-align: center; margin-top: 15px;}
.show-coupons-btn { background: none; border: 1px dashed #999; color: #666; padding: 8px 16px; border-radius: 20px; font-size: 13px; cursor: pointer; transition: all 0.3s ease;}
.show-coupons-btn:hover { background: #f0f0f0; border-color: #4CAF50; color: #4CAF50;}

/* Available Coupons List */
.available-coupons { margin-top: 15px; padding-top: 15px; border-top: 1px solid #e0e0e0;}
.coupons-list { display: grid; gap: 10px;}
.coupon-card { background: white; border: 1px solid #e0e0e0; border-radius: 8px; padding: 12px 15px; cursor: pointer; transition: all 0.3s ease;}
.coupon-card:hover { border-color: #4CAF50; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); transform: translateY(-2px);}
.coupon-card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px;}
.coupon-code-badge { background: #4CAF50; color: white; padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: 600; letter-spacing: 0.5px;}
.coupon-value { color: #ff6b6b; font-weight: 700; font-size: 14px;}
.coupon-card-body small { display: block; color: #999; font-size: 11px; margin-top: 2px;}

/* Price Breakdown */
.price-breakdown { background: white; border-radius: 8px; padding: 15px; margin-bottom: 20px;}
.price-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; color: #666;}
.price-row.discount-row { color: #28a745; border-top: 1px dashed #e0e0e0; border-bottom: 1px dashed #e0e0e0; padding: 12px 0; margin: 5px 0;}
.discount-amount { font-weight: 600; color: #28a745;}
.price-row.total-row { font-size: 18px; font-weight: 700; color: #333; padding-top: 15px; margin-top: 5px; border-top: 2px solid #e0e0e0;}

/* Responsive Design */
@media (max-width: 768px) {
    .coupon-input-group {flex-direction: column;}
    .coupon-input-group button { width: 100%;}    
    .coupon-card-header {flex-direction: column; align-items: flex-start; gap: 8px;}
}

/* Animation for coupon application */
@keyframes couponPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

.coupon-success {animation: couponPulse 0.5s ease;}


@media (max-width: 768px) {.cart-item { flex-direction: column; text-align: center; }
.item-details { text-align: center; }
.item-price { text-align: center; }
.cart-summary { text-align: center; }
.cart-actions { flex-direction: column; }
.message-input-group { flex-direction: column; }
.message-input-group button { width: 100%; }}

/* product category  /////////////// ---------------- ////////////// ---------------- /////////////// ---------------- /////////// */

.category-banner h1 { font-size: 42px; margin-bottom: 10px;}
.category-section { padding: 50px 0;}
.product-link { text-decoration: none; color: inherit;}
.product-info { padding: 15px;}
.product-info h3 { margin: 0 0 10px 0; font-size: 16px; color: #333; line-height: 1.4; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight: 600;}
.product-info h3 a { color: #333; text-decoration: none;}
.product-info h3 a:hover { color:  var(--light-red);}

.product-type-badge { display: inline-block; font-size: 11px; padding: 2px 8px; border-radius: 12px; margin-bottom: 8px;}
.type-variant { background: #e3f2fd; color: #1976d2;}
.type-simple { background: #f3e5f5; color: #7b1fa2;}
.product-price { margin: 10px 0 2px;}
.final-price { font-size: 20px; font-weight: bold; color:  var(--light-red);}
.add-to-cart { width: 100%; padding: 10px; background:  var(--light-red); color: white; border: none; border-radius: 5px; cursor: pointer; font-size: 14px; font-weight: 500; transition: background 0.3s ease;}
.add-to-cart:hover { background: #ff5252;}

/* Responsive */
@media (max-width: 768px) {.category-banner h1 { font-size: 32px; }
.product-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 15px; }
.product-info h3 { font-size: 14px; height: 30px; }
.final-price { font-size: 18px; }}

@media (max-width: 480px) {.product-grid { grid-template-columns: 1fr; }}

/* Product Detail Styles /////////////// ---------------- ////////////// ---------------- /////////////// ---------------- /////////// */

.product-detail-section { padding: 14px 0; background: #f8f9fa;}
.product-detail-container { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; background: white; border-radius: 10px; padding: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.05);}

/* Gallery Styles */
.product-gallery { position: sticky; top: 20px;}
.main-image { width: 100%; aspect-ratio: 1; border-radius: 10px; overflow: hidden; margin-bottom: 15px; border: 1px solid #eee;}
.main-image img { width: 100%; height: 100%; object-fit: cover;}
.thumbnail-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px;}
.thumbnail { aspect-ratio: 1; border-radius: 5px; overflow: hidden; cursor: pointer; border: 2px solid transparent; transition: border-color 0.3s ease;}
.thumbnail:hover,
.thumbnail.active { border-color:  var(--light-red);}
.thumbnail img { width: 100%; height: 100%; object-fit: cover;}

/* Product Info Styles */
.product-info { padding: 0;}
.productTitle { font-size: 28px; margin: 0 0 10px 0; color: #333; font-weight: 600;}
.priceSection { margin: 20px 0; padding: 15px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee;}
.price-wrapper { display: flex; align-items: center; flex-wrap: wrap; gap: 10px;}
.currencyIcon { font-size: 30px; font-weight: 500; color: #333;}
.discountPrice { font-size: 32px; font-weight: 700; color:  var(--light-red);}
.productMRP { font-size: 20px; color: #999; text-decoration: line-through;}
.proDiscount { background: #ff4444; color: white; padding: 3px 8px; border-radius: 3px; font-size: 14px; font-weight: 600;}
.price-note { font-size: 13px; color: #666; margin-top: 8px; font-style: italic;}
.productDescription { margin: 20px 0; line-height: 1.6; color: #666; font-size: 15px;}

/* Variant Selection */
.weightTitle, .flavorTitle, .msgTitle, .deliveryLocation, .shareTitle, .careInfo,
.catInfo, .tagsInfo, .skuDetail { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 10px;}
.weightDetailBox { display: flex; flex-wrap: wrap; gap: 10px;}
.weightSelected { border-color:  var(--light-red); background: #fff5f5; color:  var(--light-red);}

/* Flavour Select */
select#flavorInput {border-radius: 5px; border: 1px solid #84888b; background: #f6f6f6; height: 40px;}
#flavorInput { width: 100%; padding: 0px 15px; border: 2px solid #dee2e6; border-radius: 8px; font-size: 15px; color: #333; background: white; cursor: pointer; transition: border-color 0.3s ease;}

#flavorInput:hover, #flavorInput:focus { border-color:  var(--light-red); outline: none;}

/* Cake Message */
.input-cakeMessage { width: 100%; padding: 12px 15px; border: 1px solid #dee2e6; border-radius: 8px; font-size: 15px; transition: border-color 0.3s ease;}
.input-cakeMessage:focus { border-color:  var(--light-red); outline: none;}
.messageLength { font-size: 12px; color: #666; margin-left: 10px; font-weight: normal;}

/* Delivery Info */
.deliveryBox { background: #f8f9fa; padding: 15px; border-radius: 8px; border-left: 4px solid  var(--light-red);}
.deliveryDetails { color: #28a745; font-size: 14px; margin-top: 5px;}

/* Care Instructions */
.careInfo { margin-bottom: 5px;}
.careInfo + div { color: #666; font-size: 14px;}

/* Social Share */
.socialLinks {display: flex; gap: 15px;}
.socialLinks a {background-color: var(--light-red); border:1px solid var(--light-red); width: 40px; height: 40px; line-height: 40px; border-radius: 50%; display: flex; text-align: center; align-items: center; justify-content: center; color: var(--white); text-decoration: none; margin:0 10px 10px 0;  transition: var(--transition); }
.socialLinks a:hover { background: var(--white-color); color: var(--light-red); transform: translateY(-2px);}

/* Category and Tags */
.catInfo span,
.tagsInfo span,
.skuDetail span { font-weight: 600; color: #333;}
.catInfo,
.tagsInfo,
.skuDetail { color: #666; font-size: 14px;}
.catInfo a { color:  var(--light-red); text-decoration: none;}
.catInfo a:hover { text-decoration: underline;}
.tagsInfo a { color: #666; text-decoration: none; margin-right: 5px;}
.tagsInfo a:hover { color:  var(--light-red)}

/* Action Buttons */
.stickyBtnBox { position: sticky; bottom: 20px; margin-top: 30px;}

/* Related Products */
.related-products { margin-top: 50px;}
.section-title { font-size: 28px; text-align: center; margin-bottom: 30px; color: #333;}
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px;}
.product-info { padding: 15px;}
.product-price .final-price { font-size: 18px; font-weight: 600; color:  var(--light-red)}
.original-price { text-decoration: line-through; color: #999; font-size: 14px; margin-right: 8px;}



/* Responsive */

/*.container {max-width: 100%; width: 98%; /* width: 70em; }*/
@media screen and (max-width: 1680px) { .container {width: calc(100% - 140px); }}
@media screen and (max-width: 1280px) { .container {width: calc(100% - 120px); } }
@media screen and (max-width: 980px) { .container {width: calc(100% - 60px); } }
@media screen and (max-width: 736px) {
  .container {width: calc(100% - 0px);}
  .breadcrumb {margin-top:20px;}
  .deliveryBox {padding: 5px 15px;}
  .login-button span {display: none;}
}


@media (max-width: 992px) {.product-detail-container { grid-template-columns: 1fr; padding: 20px; gap: 10px; }
.product-gallery { position: static; }
.related-grid { grid-template-columns: repeat(2, 1fr); }}

@media (max-width: 768px) {.productTitle { font-size: 24px; }
.discountPrice { font-size: 28px; }
.weightDetailBox { justify-content: center; }}

@media (max-width: 480px) {.related-grid { grid-template-columns: 1fr; }
.priceSection { text-align: center; }}

/* register /////////////// ---------------- ////////////// ---------------- /////////////// ---------------- /////////// */

.auth-container { max-width: 450px; margin: 50px auto; padding: 30px; background: #fff; border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.auth-container h1 { text-align: center; margin-bottom: 25px; color: #333;}
.form-group { margin-bottom: 15px;}
.form-group input { width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 5px; font-size: 16px; transition: border-color 0.3s;}
.form-group input:focus { outline: none; border-color:  var(--light-red)}
.loginBtn { display: flex; align-items: center; justify-content: center; width: 100%; height: 50px; line-height: 26px; border-radius: 7px; background: #d53958; color: #fff; font-size: 20px; text-transform: capitalize; cursor: pointer; padding: 12px; border: none; font-weight: bold; transition: background 0.3s;}
.loginBtn:hover { background: #ff5252;}
.link-text { text-align: center; color: #666; margin-top: 16px; font-size: 0.9em;}
.link-text a { color:  var(--light-red); text-decoration: none;}
.link-text a:hover { text-decoration: underline;}
.error-box { background: #f8d7da; border: 1px solid #f5c6cb; border-radius: 5px; padding: 10px 15px; margin-bottom: 20px;}
.success-box { background: #d4edda; border: 1px solid #c3e6cb; border-radius: 5px; padding: 10px 15px; margin-bottom: 20px;}

/* search /////////////// ---------------- ////////////// ---------------- /////////////// ---------------- /////////// */

.results-info { margin-top: 30px; margin-bottom: 30px; font-size: 1.1rem; color: #666;}
.results-info strong { color:  var(--light-red)}

/* Updated: 4 products per row */
.product-info { padding: 20px;}
.product-description { color: #666; font-size: 14px; margin-bottom: 15px; line-height: 1.6; height: 28px; overflow: hidden;}
.tag { display: inline-block; padding: 3px 8px; background: #f0f0f0; border-radius: 12px; font-size: 11px; color: #666; margin-right: 5px; margin-bottom: 5px;}
.product-price { margin: 15px 0; font-size: 20px; font-weight: bold; color:  var(--light-red)}
.variant-info { font-size: 13px; color: #666; margin-bottom: 10px;}

.discount-badge { position: absolute; top: 10px; right: 10px; background: #ff4444; color: white; padding: 5px 10px; border-radius: 20px; font-size: 12px; font-weight: bold; z-index: 1;}
.no-results { text-align: center; padding: 60px 20px; background: white; border-radius: 10px; grid-column: 1 / -1;}
.no-results i { font-size: 60px; color: #ccc; margin-bottom: 20px;}
.no-results h2 { font-size: 24px; margin-bottom: 10px; color: #333;}
.no-results p { color: #666; margin-bottom: 20px;}
.suggestions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 20px;}
.suggestion-tag { padding: 8px 20px; background: #f0f0f0; border-radius: 25px; color: #333; text-decoration: none; font-size: 14px;}
.suggestion-tag:hover { background:  var(--light-red); color: white;}



@media (max-width: 1200px) {.product-grid { grid-template-columns: repeat(3, 1fr); }}

@media (max-width: 768px) {.search-header h1 { font-size: 1.5rem; }
.search-form { flex-direction: column; background: transparent; }
.search-button { padding: 15px; }
.product-grid { grid-template-columns: repeat(2, 1fr); }}

@media (max-width: 480px) {.product-grid { grid-template-columns: 1fr; }}

/* thankyou /////////////// ---------------- ////////////// ---------------- /////////////// ---------------- /////////// */

/* thankyou /////////////// ---------------- ////////////// ---------------- /////////////// ---------------- /////////// */
