.collection-box{width:100%;margin:auto}.collection-box:nth-child(4n+1) .collection-img{background-color:#f6e9e6}.collection-box:nth-child(4n+2) .collection-img{background-color:#f4f5f6}.collection-box:nth-child(4n+3) .collection-img{background-color:#fff2d9}.collection-box:nth-child(4n+4) .collection-img{background-color:#faf1e6}.collection-img{border:2px solid var(--border);border-radius:8px;justify-content:center;align-items:center;width:292px;height:426px;display:flex;position:relative;overflow:hidden}.collection-box img{object-fit:cover;width:100%;height:100%;transition:all var(--transition);border-radius:8px}.collection-box img:hover{transform:scale(1.05)}.collection-grid{justify-content:center;align-items:center;gap:25px;display:grid}.collection-box-content{align-items:center;gap:8px;width:292px;margin-top:10px;display:flex}.add-cart-btn-2{border:1px solid var(--border);font-size:15px;font-weight:var(--fw-md);text-align:left;cursor:pointer;transition:var(--transition);color:#111;background:#fff;border-radius:40px;flex:1;padding:12px 20px}.add-cart-btn-2:hover{border-color:var(--main);color:var(--main)}@media screen and (min-width:1098px){.collection-grid{grid-template-columns:repeat(3,25%)}.collection-img{height:426px}}@media screen and (min-width:767px) and (max-width:1098px){.collection-grid{grid-template-columns:repeat(3,25%)}.collection-img{height:300px}}@media screen and (max-width:767px){.collection-grid{grid-template-columns:repeat(2,48%)}.collection-img{height:300px}}.collection-btn{cursor:pointer;background-color:var(--main);border:none;border-radius:50%;flex-shrink:0;justify-content:flex-start;align-items:center;width:40px;height:40px;transition-duration:.3s;display:flex;position:relative;overflow:hidden;box-shadow:2px 2px 10px #0003}.collection-sign{justify-content:center;align-items:center;width:100%;transition-duration:.3s;display:flex}.collection-sign svg{width:18px}.collection-sign svg path{fill:var(--secondary)}.collection-text{opacity:0;width:0%;color:var(--secondary);font-size:16px;font-weight:var(--fw-md);white-space:nowrap;transition-duration:.3s;position:absolute;right:0%}.collection-box:hover .collection-btn,.collection-btn:hover{border-radius:40px;width:180px;transition-duration:.3s}.collection-box:hover .collection-sign,.collection-btn:hover .collection-sign{width:20%;transition-duration:.3s}.collection-box:hover .collection-text,.collection-btn:hover .collection-text{opacity:1;width:80%;padding-right:10px;transition-duration:.3s}.collection-box:hover .collection-btn,.collection-btn:active{transform:translate(2px,2px)}
.reel-box{width:100%;margin:auto}.reel-box:nth-child(4n+1) .reel-img{background-color:#f1eefa}.reel-box:nth-child(4n+2) .reel-img{background-color:#eaf6ff}.reel-box:nth-child(4n+3) .reel-img{background-color:#f2f5f7}.reel-box:nth-child(4n+4) .reel-img{background-color:#eef4ee}.reel-img{border:2px solid var(--border);border-radius:8px;justify-content:center;align-items:center;width:100%;height:300px;display:flex;position:relative;overflow:hidden}.reel-overlay{z-index:1;background:linear-gradient(30deg,#0000008d 0%,#6663 100%);width:100%;height:100%;position:absolute;inset:0}.reel-box img{object-fit:cover;width:100%;height:100%;transition:all var(--transition);border-radius:8px}.reel-box img:hover{transform:scale(1.05)}.reel-box .reel-logo{z-index:2;height:50px;position:absolute;top:0%;right:0%}.reel-box h6{width:100%;color:var(--secondary);text-align:center;z-index:2;position:absolute;bottom:15px;left:50%;transform:translate(-50%)}.reel-grid{flex-flow:row;align-items:start;gap:25px;padding-bottom:30px;display:flex;overflow:auto hidden}.reel-grid::-webkit-scrollbar{width:8px;height:14px;cursor:pointer!important}.reel-grid::-webkit-scrollbar-track{background:#f4f4f4;border-radius:10px}.reel-grid::-webkit-scrollbar-thumb{background-color:var(--main);border:3px solid #f4f4f4;border-radius:10px}.reel-grid::-webkit-scrollbar-thumb:hover{background-color:var(--main)}@media screen and (min-width:1098px){.reel-img{height:400px}.reel-grid .reel-box{flex:0 0 280px;width:280px}}@media screen and (min-width:767px) and (max-width:1098px){.reel-img{height:350px}.reel-grid .reel-box{flex:0 0 200px;width:200px}}@media screen and (max-width:767px){.reel-img{height:300px}.reel-grid .reel-box{flex:0 0 200px;width:200px}}.reel-box video{object-fit:cover;width:100%;height:100%;transition:all var(--transition);border-radius:8px}.reel-box video:hover{transform:scale(1.05)}
.carousel-wrap{width:50%;margin:0 auto;position:relative}.carousel-track{border-radius:8px;overflow:hidden}.testimonial-box{font-family:var(--tertiary-font);text-align:center;background-color:#e9047c10;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:20px;animation:.35s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.testimonial-box h5{color:var(--text-primary);font-size:20px;font-weight:var(--fw-md)}.testimonial-box h6{color:var(--text-secondary);font-size:16px;font-weight:var(--fw-sm)}.stars i{color:var(--yellow);font-size:20px}.reviewer{align-items:center;gap:6px;display:flex}.nav-btn{border:1px solid var(--border);cursor:pointer;width:40px;height:40px;color:var(--text-secondary);z-index:2;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:15px;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.nav-btn:hover{background:var(--main);color:var(--secondary)}.nav-prev{left:-48px}.nav-next{right:-48px}@media screen and (min-width:767px) and (max-width:1098px){.carousel-wrap{width:70%}.testimonial-box{padding:15px}.testimonial-box h5{font-size:18px}.testimonial-box h6{font-size:14px}.stars i{font-size:18px}}@media screen and (max-width:767px){.carousel-wrap{width:100%}.testimonial-box{padding:15px}.testimonial-box h5{font-size:18px}.testimonial-box h6{font-size:14px}.stars i{font-size:16px}}
.spotlight-grid{grid-template-columns:repeat(2,632px);justify-content:center;gap:25px;display:grid}.spotlight-box{border-radius:12px;width:632px;height:286px;display:block;position:relative;overflow:hidden;box-shadow:0 6px 18px #0000000f}.spotlight-box img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition);display:block}.spotlight-box:hover img{transform:scale(1.04)}.stats-grid{grid-template-columns:repeat(4,1fr);gap:25px;margin-top:25px;display:grid}.stats-card{text-align:center;color:#fff;background:linear-gradient(135deg,#9c1f5c,#6a1145);border-radius:12px;padding:32px 20px}.stats-value{color:#f5c344;margin:0 0 8px;font-size:32px;font-weight:700}.stats-label{opacity:.95;margin:0;font-size:16px}@media screen and (max-width:1340px){.spotlight-grid{grid-template-columns:repeat(2,minmax(280px,1fr))}.spotlight-box{width:100%;height:286px}}@media screen and (max-width:991px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.spotlight-grid{grid-template-columns:1fr}.spotlight-box{height:260px}}@media screen and (max-width:480px){.stats-grid{grid-template-columns:1fr}}
.blog-box{border:1px solid var(--border);width:100%;transition:var(--transition);background:#fff;border-radius:12px;overflow:hidden}.blog-box:hover{transform:translateY(-4px);box-shadow:0 10px 26px #00000014}.blog-img{width:100%;height:220px;display:block;overflow:hidden}.blog-img img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition)}.blog-box:hover .blog-img img{transform:scale(1.06)}.blog-box-content{padding:20px}.blog-title{font-family:var(--tertiary-font);font-weight:var(--fw-lg);color:var(--text-primary);margin-bottom:10px;font-size:19px;line-height:1.3}.blog-desc{color:#6b6b6b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:18px;font-size:14px;line-height:1.55;display:-webkit-box;overflow:hidden}.blog-footer{border-top:1px dashed var(--border);justify-content:space-between;align-items:center;padding-top:14px;display:flex}.blog-date{color:#8a8a8a;align-items:center;gap:6px;font-size:13px;display:flex}.blog-date i{font-size:15px}.blog-read-link{color:var(--main);font-weight:var(--fw-md);transition:var(--transition);align-items:center;gap:4px;font-size:14px;display:flex}.blog-read-link i{transition:transform var(--transition);font-size:18px}.blog-read-link:hover i{transform:translate(3px)}.blog-grid{gap:25px;display:grid}@media screen and (min-width:1098px){.blog-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:767px) and (max-width:1098px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.blog-grid{grid-template-columns:1fr}}
.banner-main{z-index:1;background:url(../media/1.2zic-a8ouatp6.png) 50%/cover no-repeat;width:100%;height:fit-content;position:relative}.banner-div{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:35px;width:90%;height:100%;margin:auto;display:flex}.banner-div h4{color:var(--main);font-family:Lora,serif;font-weight:var(--fw-lg)}.banner-div h6{color:var(--text-primary);font-family:Dancing Script,cursive;font-weight:var(--fw-md)}.carousel-item .banner-mobile{display:block}.carousel-item .banner-web{display:none}.category-main{background:#faf1f8;padding:40px 0}.category-div{width:90%;margin:auto}.product-main{background:var(--secondary);padding:40px 0}.product-div{width:90%;margin:auto}.product-tabs{justify-content:center;align-items:center;gap:8px;display:flex}.spotlight-main{background:var(--secondary);padding:40px 0}.spotlight-div{background-color:ivory;background-image:url(../media/3.3ozfactiaz8lt.png),url(../media/2.2f01wfztytnm-.png),none;background-position:0 0,100% 0;background-repeat:no-repeat,no-repeat;background-size:150px,150px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border-radius:10px;width:90%;margin:auto;padding:40px 0}.spotlight-skel{border-radius:12px;width:100%}@media screen and (min-width:767px){.spotlight-skel{height:420px}}@media screen and (max-width:767px){.spotlight-skel{height:260px}}.collection-main{background:var(--secondary);padding:40px 0}.collection-div{width:90%;margin:auto}.reel-main{background:var(--secondary);padding:40px 0}.reel-div{width:90%;margin:auto}.testimonial-main{background:var(--secondary);padding:40px 0}.testimonial-div{width:90%;margin:auto}.blog-main{background:var(--secondary);padding:40px 0}.blog-div{width:90%;margin:auto}.blog-img-skel{border-radius:12px 12px 0 0;width:100%;height:220px}@media screen and (min-width:1098px){.banner-div h4{width:70%;font-size:45px}.banner-div h6{font-size:30px}}@media screen and (min-width:767px) and (max-width:1098px){.banner-div h4{width:80%;font-size:40px}.banner-div h6{font-size:25px}}@media screen and (max-width:767px){.banner-main{height:80vh}.banner-div h4{width:100%;font-size:30px}.banner-div h6{font-size:20px}.carousel-item .banner-mobile{display:none}.carousel-item .banner-web{display:block}}.banner-main{margin-bottom:40px}.banner-main img{object-fit:cover;border-radius:12px;width:100%}.banner-main .carousel-indicators{margin-bottom:15px}.banner-main .carousel-indicators button{background-color:#fff9;border:none;border-radius:50%;width:10px;height:10px;margin:0 5px}.banner-main .carousel-indicators .active{background-color:#fff;transform:scale(1.2)}.banner-main .carousel-control-prev,.banner-main .carousel-control-next{display:none}.banner-clickable{cursor:pointer}.stats-grid{grid-template-columns:repeat(4,350px);justify-content:center;align-items:center;gap:2px;margin-top:25px;display:grid}.stats-card{text-align:center;color:#fff;background:linear-gradient(#e9047c 0%,#44122c 100%);border-radius:12px;width:320px;height:160px;padding:32px 20px}.stats-value{color:#f5c344;margin:0 0 8px;font-size:32px;font-weight:700}.stats-label{opacity:.95;margin:0;font-size:16px}@media screen and (max-width:991px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.stats-grid{grid-template-columns:1fr}}
.skeleton{background-color:#e9e9ec;border-radius:8px;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffffa6 50%,#fff0 100%);animation:1.4s ease-in-out infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes skeleton-shimmer{to{transform:translate(100%)}}.skel-line{border-radius:6px;height:14px;margin:0 auto}.banner-skel{border-radius:12px;width:100%;height:90vh}@media screen and (max-width:767px){.banner-skel{height:80vh}}.category-skel-img{border-radius:10px;width:100%;height:300px;margin-bottom:8px}.category-skel-text{border-radius:6px;width:55%;height:14px;margin:0 auto}@media screen and (min-width:767px) and (max-width:1098px){.category-skel-img{height:275px}}@media screen and (max-width:767px){.category-skel-img{height:275px}}@media screen and (max-width:400px){.category-skel-img{height:200px!important}}.collection-skel-pill{border-radius:40px;flex:1;height:44px}.collection-skel-circle{border-radius:50%;flex-shrink:0;width:40px;height:40px}@media screen and (min-width:767px) and (max-width:1098px){.collection-img.skeleton{height:300px}}@media screen and (max-width:767px){.collection-img.skeleton{height:300px}}.product-img.skeleton{height:300px}@media screen and (min-width:1098px){.product-img.skeleton{height:350px}}@media screen and (min-width:767px) and (max-width:1098px){.product-img.skeleton{height:300px}}@media screen and (max-width:767px){.product-img.skeleton{height:250px}}.reel-img.skeleton{height:300px}@media screen and (min-width:1098px){.reel-img.skeleton{height:400px}}@media screen and (min-width:767px) and (max-width:1098px){.reel-img.skeleton{height:350px}}.section-empty{text-align:center;width:100%;color:var(--text-secondary);padding:50px 20px}.section-empty i{color:var(--border);margin-bottom:12px;font-size:34px;display:block}.section-empty p{font-size:15px}.retry-btn{background:var(--main);color:var(--secondary);font-weight:var(--fw-md);cursor:pointer;transition:all var(--transition);border:none;border-radius:24px;padding:8px 22px;font-size:14px}.retry-btn:hover{background:#c9036c}
