.ProductInfoModal-module__V19rkW__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:rgba(0,0,0,.8);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.ProductInfoModal-module__V19rkW__modal{background:#fff;border:4px solid #fff;border-radius:24px;width:100%;max-width:1200px;max-height:90vh;position:relative;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.3),0 0 100px rgba(128,0,32,.2),inset 0 0 0 2px rgba(128,0,32,.1)}.ProductInfoModal-module__V19rkW__closeButton{cursor:pointer;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(255,255,255,.98);border:3px solid #800020;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 6px 20px rgba(0,0,0,.25)}.ProductInfoModal-module__V19rkW__closeButton:hover{color:#fff;background:#800020;transform:scale(1.1);box-shadow:0 8px 25px rgba(128,0,32,.3)}.ProductInfoModal-module__V19rkW__closeIcon{width:24px;height:24px}.ProductInfoModal-module__V19rkW__content{flex-direction:row;height:100%;min-height:500px;display:flex}.ProductInfoModal-module__V19rkW__imageSection{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.ProductInfoModal-module__V19rkW__imageContainer{border:2px solid rgba(128,0,32,.1);border-radius:16px;width:100%;max-width:400px;height:400px;position:relative;overflow:hidden}.ProductInfoModal-module__V19rkW__productImage{object-fit:contain;object-position:center;width:100%;height:100%}.ProductInfoModal-module__V19rkW__detailsSection{background:#fff;flex-direction:column;flex:1;justify-content:flex-start;gap:1.5rem;padding:2rem;display:flex}.ProductInfoModal-module__V19rkW__productName{color:#1f2937;margin:0;font-size:2rem;font-weight:700;line-height:1.2}.ProductInfoModal-module__V19rkW__priceSection{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.ProductInfoModal-module__V19rkW__cutPrice{color:#800020;font-size:2rem;font-weight:700}.ProductInfoModal-module__V19rkW__originalPrice{color:#6b7280;font-size:1.5rem}.ProductInfoModal-module__V19rkW__strikethrough{text-decoration:line-through}.ProductInfoModal-module__V19rkW__quantitySection{flex-direction:column;gap:.5rem;display:flex}.ProductInfoModal-module__V19rkW__quantityLabel{color:#374151;font-size:1.125rem;font-weight:600}.ProductInfoModal-module__V19rkW__quantityControls{align-items:center;gap:.5rem;display:flex}.ProductInfoModal-module__V19rkW__quantityButton{cursor:pointer;background:#f3f4f6;border:2px solid #d1d5db;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.ProductInfoModal-module__V19rkW__quantityButton:hover:not(:disabled){background:#e5e7eb;border-color:#800020}.ProductInfoModal-module__V19rkW__quantityButton:disabled{opacity:.5;cursor:not-allowed}.ProductInfoModal-module__V19rkW__quantityIcon{width:16px;height:16px}.ProductInfoModal-module__V19rkW__quantityValue{color:#1f2937;text-align:center;min-width:40px;padding:0 .5rem;font-size:1.25rem;font-weight:600}.ProductInfoModal-module__V19rkW__actionButtons{flex-direction:column;gap:.75rem;margin-top:auto;display:flex}.ProductInfoModal-module__V19rkW__actionButton{cursor:pointer;border:2px solid transparent;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.ProductInfoModal-module__V19rkW__buttonIcon{width:20px;height:20px}.ProductInfoModal-module__V19rkW__buyNowButton{color:#fff;background:#800020;border-color:#800020}.ProductInfoModal-module__V19rkW__buyNowButton:hover{background:#9b0028;transform:translateY(-2px);box-shadow:0 8px 25px rgba(128,0,32,.3)}.ProductInfoModal-module__V19rkW__addToCartButton{color:#800020;background:#fff;border-color:#800020}.ProductInfoModal-module__V19rkW__addToCartButton:hover{color:#fff;background:#800020;transform:translateY(-2px);box-shadow:0 8px 25px rgba(128,0,32,.2)}.ProductInfoModal-module__V19rkW__removeFromCartButton{color:#fff;background:#dc2626;border-color:#dc2626}.ProductInfoModal-module__V19rkW__removeFromCartButton:hover{background:#b91c1c;transform:translateY(-2px);box-shadow:0 8px 25px rgba(220,38,38,.3)}.ProductInfoModal-module__V19rkW__moreDetailsButton{color:#374151;background:#f3f4f6;border-color:#d1d5db}.ProductInfoModal-module__V19rkW__moreDetailsButton:hover{color:#800020;background:#e5e7eb;border-color:#800020;transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.1)}@media (max-width:768px){.ProductInfoModal-module__V19rkW__modal{max-width:calc(100vw - 2rem);max-height:calc(100vh - 2rem);margin:1rem}.ProductInfoModal-module__V19rkW__content{flex-direction:column;min-height:auto}.ProductInfoModal-module__V19rkW__imageSection{flex:none;height:300px;padding:1rem}.ProductInfoModal-module__V19rkW__imageContainer{height:250px}.ProductInfoModal-module__V19rkW__detailsSection{gap:1rem;padding:1.5rem}.ProductInfoModal-module__V19rkW__productName,.ProductInfoModal-module__V19rkW__cutPrice{font-size:1.5rem}.ProductInfoModal-module__V19rkW__originalPrice{font-size:1.25rem}.ProductInfoModal-module__V19rkW__actionButtons{gap:.5rem}.ProductInfoModal-module__V19rkW__actionButton{padding:.75rem 1rem;font-size:.9rem}}@media (max-width:480px){.ProductInfoModal-module__V19rkW__overlay{padding:.5rem}.ProductInfoModal-module__V19rkW__modal{max-width:calc(100vw - 1rem);max-height:calc(100vh - 1rem);margin:.5rem}.ProductInfoModal-module__V19rkW__closeButton{width:44px;height:44px;top:1rem;right:1rem}.ProductInfoModal-module__V19rkW__closeIcon{width:20px;height:20px}.ProductInfoModal-module__V19rkW__imageSection{height:250px;padding:.75rem}.ProductInfoModal-module__V19rkW__imageContainer{height:200px}.ProductInfoModal-module__V19rkW__detailsSection{padding:1rem}.ProductInfoModal-module__V19rkW__productName{font-size:1.25rem}.ProductInfoModal-module__V19rkW__quantityControls{justify-content:flex-start}}
.Category-module__S__ZzW__categoryPage{background:linear-gradient(135deg,#fff8dc 0%,#ffefd5 20%,#ffe4e1 40%,#fff0f5 60%,#fffacd 80%,#ffefd5 100%);min-height:100vh}.Category-module__S__ZzW__container{max-width:1280px;margin:0 auto;padding:2rem 1rem}.Category-module__S__ZzW__backButton{color:#4b5563;background:#fff;border-radius:.75rem;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.25rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 2px 8px rgba(0,0,0,.05)}.Category-module__S__ZzW__backButton:hover{color:#800020;background:#fff1f3;transform:translate(-4px);box-shadow:0 4px 12px rgba(128,0,32,.15)}.Category-module__S__ZzW__categoryHeader{text-align:center;margin-bottom:3rem;position:relative}.Category-module__S__ZzW__categoryHeader:before{content:"";background:linear-gradient(90deg,#800020,#c91a3a);border-radius:2px;width:80px;height:4px;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.Category-module__S__ZzW__categoryIcon{background:linear-gradient(135deg,#800020,#a0002a);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:inline-flex;box-shadow:0 8px 20px rgba(128,0,32,.25)}.Category-module__S__ZzW__categoryIcon svg{color:#fff}.Category-module__S__ZzW__categoryTitle{background:linear-gradient(135deg,#800020 0%,#a0002a 50%,#c00030 100%);-webkit-text-fill-color:transparent;text-transform:capitalize;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Category-module__S__ZzW__categoryDescription{color:#6b7280;max-width:600px;margin:0 auto;font-size:1.125rem}.Category-module__S__ZzW__productCount{color:#800020;background:rgba(128,0,32,.1);border-radius:2rem;margin-top:1rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-block}.Category-module__S__ZzW__productsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.Category-module__S__ZzW__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 0;display:flex}.Category-module__S__ZzW__spinner{border:4px solid rgba(128,0,32,.1);border-top-color:#800020;border-radius:50%;width:4rem;height:4rem;animation:.8s linear infinite Category-module__S__ZzW__spin}@keyframes Category-module__S__ZzW__spin{to{transform:rotate(360deg)}}.Category-module__S__ZzW__loadingText{color:#6b7280;font-size:1.125rem}.Category-module__S__ZzW__errorContainer{text-align:center;background:#fee;border:2px solid #fcc;border-radius:1rem;margin:2rem 0;padding:2rem}.Category-module__S__ZzW__errorTitle{color:#dc2626;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.Category-module__S__ZzW__errorMessage{color:#991b1b;margin-bottom:1.5rem}.Category-module__S__ZzW__emptyContainer{text-align:center;background:#fff;border:2px solid #e5e7eb;border-radius:1.5rem;margin:2rem 0;padding:4rem 2rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}.Category-module__S__ZzW__emptyIcon{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:2rem;display:inline-flex}.Category-module__S__ZzW__emptyIcon svg{color:#9ca3af}.Category-module__S__ZzW__emptyTitle{color:#374151;margin-bottom:1rem;font-size:1.75rem;font-weight:600}.Category-module__S__ZzW__emptyMessage{color:#6b7280;margin-bottom:2rem;font-size:1.125rem}.Category-module__S__ZzW__browseButton{color:#fff;background:linear-gradient(135deg,#800020,#a0002a);border-radius:.75rem;align-items:center;gap:.5rem;padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px rgba(128,0,32,.3)}.Category-module__S__ZzW__browseButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(128,0,32,.4)}@media (max-width:768px){.Category-module__S__ZzW__categoryTitle{font-size:2rem}.Category-module__S__ZzW__categoryIcon{width:60px;height:60px}.Category-module__S__ZzW__productsGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.Category-module__S__ZzW__container{padding:1.5rem 1rem}}@media (max-width:480px){.Category-module__S__ZzW__categoryTitle{font-size:1.75rem}.Category-module__S__ZzW__categoryDescription{font-size:1rem}.Category-module__S__ZzW__productsGrid{grid-template-columns:1fr;gap:1.25rem}.Category-module__S__ZzW__emptyIcon{width:80px;height:80px}.Category-module__S__ZzW__emptyTitle{font-size:1.5rem}}
.InstagramReels-module__16-ANG__instagramSection{background:linear-gradient(135deg,#fef7f7 0%,#faf7f0 50%,#fef7f7 100%);padding:4rem 1rem;position:relative;overflow:hidden}.InstagramReels-module__16-ANG__instagramSection:before{content:"";opacity:.6;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(40,40)'%3E%3Ccircle cx='40' cy='40' r='25' fill='%23ff8c00' opacity='0.25'/%3E%3Cpath d='M40 15 L45 30 L60 30 L48 40 L53 55 L40 45 L27 55 L32 40 L20 30 L35 30 Z' fill='%23ffd700' opacity='0.35'/%3E%3Ccircle cx='40' cy='40' r='15' fill='%23ff6b00' opacity='0.3'/%3E%3Ccircle cx='40' cy='40' r='8' fill='%23ff4500' opacity='0.35'/%3E%3Cpath d='M40 25 Q35 30 40 35 Q45 30 40 25' fill='%23ffb700' opacity='0.3'/%3E%3Cpath d='M45 40 Q40 35 35 40 Q40 45 45 40' fill='%23ffb700' opacity='0.3'/%3E%3Cpath d='M40 55 Q45 50 40 45 Q35 50 40 55' fill='%23ffb700' opacity='0.3'/%3E%3Cpath d='M25 40 Q30 45 35 40 Q30 35 25 40' fill='%23ffb700' opacity='0.3'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(120,40)'%3E%3Cellipse cx='40' cy='50' rx='25' ry='15' fill='%23ff69b4' opacity='0.25' transform='rotate(-20 40 50)'/%3E%3Cellipse cx='40' cy='50' rx='25' ry='15' fill='%23ff1493' opacity='0.25' transform='rotate(20 40 50)'/%3E%3Cellipse cx='40' cy='50' rx='25' ry='15' fill='%23ff6eb4' opacity='0.3'/%3E%3Cellipse cx='30' cy='50' rx='18' ry='12' fill='%23ff85cc' opacity='0.25' transform='rotate(-40 30 50)'/%3E%3Cellipse cx='50' cy='50' rx='18' ry='12' fill='%23ff85cc' opacity='0.25' transform='rotate(40 50 50)'/%3E%3Cellipse cx='40' cy='55' rx='15' ry='10' fill='%23ffc0e0' opacity='0.35'/%3E%3Ccircle cx='40' cy='55' r='6' fill='%23ffd700' opacity='0.4'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(30,140)'%3E%3Ccircle cx='30' cy='30' r='8' fill='%23fffacd' opacity='0.35'/%3E%3Ccircle cx='30' cy='30' r='5' fill='%23fff8dc' opacity='0.4'/%3E%3Ccircle cx='45' cy='25' r='7' fill='%23fffacd' opacity='0.35'/%3E%3Ccircle cx='20' cy='25' r='6' fill='%23fffacd' opacity='0.35'/%3E%3Ccircle cx='35' cy='42' r='7' fill='%23fffacd' opacity='0.35'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(130,140)'%3E%3Ccircle cx='35' cy='35' r='22' fill='%23ff4466' opacity='0.28'/%3E%3Cpath d='M35 13 Q40 20 38 28 Q45 23 48 28 Q50 35 43 38 Q48 45 43 50 Q35 48 30 50 Q25 45 28 38 Q20 35 23 28 Q28 23 32 28 Q30 20 35 13' fill='%23ff1744' opacity='0.35'/%3E%3Ccircle cx='35' cy='35' r='12' fill='%23ff5566' opacity='0.3'/%3E%3C/g%3E%3C/svg%3E");background-position:0 0,right 0 top 0,left 0 bottom 0,right 0 bottom 0;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;background-size:200px 200px,200px 200px,200px 200px,200px 200px;animation:20s ease-in-out infinite InstagramReels-module__16-ANG__floralFloat;position:absolute;top:0;bottom:0;left:0;right:0}.InstagramReels-module__16-ANG__instagramSection:after{content:"";opacity:.4;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(60,60)'%3E%3Ccircle cx='0' cy='0' r='3' fill='%23ff8c00' opacity='0.2'/%3E%3Cpath d='M0 -15 L3 -5 L0 -3 L-3 -5 Z' fill='%23ffd700' opacity='0.18'/%3E%3Cpath d='M15 0 L5 3 L3 0 L5 -3 Z' fill='%23ff69b4' opacity='0.18'/%3E%3Cpath d='M0 15 L-3 5 L0 3 L3 5 Z' fill='%23ff1493' opacity='0.18'/%3E%3Cpath d='M-15 0 L-5 -3 L-3 0 L-5 3 Z' fill='%23ba55d3' opacity='0.18'/%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:120px 120px;animation:40s linear infinite InstagramReels-module__16-ANG__patternRotate;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes InstagramReels-module__16-ANG__floralFloat{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-10px)rotate(1deg)}50%{transform:translateY(-5px)rotate(-1deg)}75%{transform:translateY(-15px)rotate(1deg)}}@keyframes InstagramReels-module__16-ANG__patternRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.InstagramReels-module__16-ANG__container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.InstagramReels-module__16-ANG__header{text-align:center;margin-bottom:3rem}.InstagramReels-module__16-ANG__title{background:linear-gradient(45deg,#833ab4,#fd1d1d,#fcb045);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-family:Georgia,serif;font-size:2.5rem;font-weight:700}.InstagramReels-module__16-ANG__subtitle{color:#666;font-size:1.1rem;font-weight:400}.InstagramReels-module__16-ANG__reelsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));place-items:start center;gap:2rem;display:grid}.InstagramReels-module__16-ANG__reelWrapper{background:#fff;border-radius:12px;width:100%;max-width:540px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.15)}.InstagramReels-module__16-ANG__reelWrapper:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(131,58,180,.3)}.InstagramReels-module__16-ANG__reelWrapper:before{content:"";z-index:-1;opacity:0;background:linear-gradient(45deg,#833ab4,#fd1d1d,#fcb045);border-radius:12px;transition:opacity .3s;position:absolute;top:-2px;bottom:-2px;left:-2px;right:-2px}.InstagramReels-module__16-ANG__reelWrapper:hover:before{opacity:1}.InstagramReels-module__16-ANG__reelWrapper .instagram-media{border-radius:12px!important;width:100%!important;min-width:100%!important;max-width:100%!important;margin:0!important}.InstagramReels-module__16-ANG__followButton{text-align:center;margin-top:3rem}.InstagramReels-module__16-ANG__ctaButton{color:#fff;background:linear-gradient(45deg,#833ab4,#fd1d1d,#fcb045);border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px rgba(131,58,180,.4)}.InstagramReels-module__16-ANG__ctaButton:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(131,58,180,.6)}.InstagramReels-module__16-ANG__ctaButton svg{width:24px;height:24px}@media (max-width:768px){.InstagramReels-module__16-ANG__instagramSection{padding:3rem 1rem}.InstagramReels-module__16-ANG__title{font-size:2rem}.InstagramReels-module__16-ANG__subtitle{font-size:1rem}.InstagramReels-module__16-ANG__reelsGrid{grid-template-columns:1fr;gap:1.5rem}.InstagramReels-module__16-ANG__reelWrapper{max-width:100%}}@media (max-width:480px){.InstagramReels-module__16-ANG__title{font-size:1.75rem}.InstagramReels-module__16-ANG__header{margin-bottom:2rem}}
