:root{--gold:#d6b36a;--gold-dark:#b58a3a;--gold-deep:#8c6425;--gold-light:#ead19a;--gold-pale:#f5e7c7;--ivory:#fbf7ef;--cream:#f5ecdd;--cream-2:#eadbc2;--white:#fffdf8;--ink:#342317;--muted:#756758;--espresso:#342317;--champagne:#d6b36a;--shadow:0 14px 32px rgba(52,35,23,.10);--shadow-hover:0 20px 40px rgba(52,35,23,.16)}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
html,
body{width:100%;min-height:100%;overflow-x:hidden}
body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6;background:linear-gradient(180deg,#fbf7ef 0%,#f5ecdd 48%,#fbf7ef 100%)}
img{max-width:100%}
button,
input,
select{font:inherit}
button,
a{-webkit-tap-highlight-color:transparent}
header{width:100%;padding:7px 28px 6px;background:linear-gradient(
      180deg,
      #2b1b10 0%,
      #1f130b 100%
    );border-bottom:1px solid #b8862c;box-shadow:0 4px 18px rgba(0,0,0,.22)}
.logo-box{width:100%;max-width:1200px;min-height:96px;margin:auto;display:flex;align-items:center;justify-content:center;gap:14px;text-align:center}
.brand-logo{position:relative;width:78px;height:78px;flex:0 0 78px;border-radius:50%;overflow:hidden;background:#f2e5d2;border:2px solid var(--gold);box-shadow:0 0 0 3px #fff,
    0 0 0 5px rgba(201,149,46,.35),
    0 7px 20px rgba(107,74,21,.16);transition:.3s ease}
.brand-logo::after{content:"";position:absolute;inset:5px;border:1px solid rgba(201,149,46,.45);border-radius:50%;pointer-events:none}
.brand-logo img{width:100%;height:100%;display:block;object-fit:cover;position:relative;z-index:1}
.brand-logo:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 0 0 3px #fff,
    0 0 0 5px rgba(201,149,46,.65),
    0 0 24px rgba(201,149,46,.22),
    0 9px 24px rgba(107,74,21,.18)}
.brand-text{display:flex;flex-direction:column;align-items:center;justify-content:center}
.brand-text h1{margin:0;color:#f0cf83;font:800 34px/1
    Georgia,
    "Times New Roman",
    serif;letter-spacing:4px;text-shadow:0 1px 0 #fff,
    0 2px 8px rgba(150,99,19,.10)}
.brand-text h1::after{content:"";display:block;width:230px;height:2px;margin:8px auto 0;background:linear-gradient(
      90deg,
      transparent,
      #a96f12,
      #d9aa4e,
      #a96f12,
      transparent
    );border-radius:10px}
.brand-text p{margin:7px 0 0;color:#ead9b8;font-size:12px;letter-spacing:1.1px}
nav{position:relative;top:0;z-index:10000;width:100%;min-height:56px;display:flex;align-items:center;justify-content:center;gap:10px;padding:7px 15px;box-sizing:border-box;background:linear-gradient(
    180deg,
    #3a2818 0%,
    #2a1b10 100%
  );border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(184,134,44,.55);box-shadow:inset 0 1px rgba(255,255,255,.05),
    0 4px 14px rgba(0,0,0,.18)}
nav a{position:relative;color:#f4e4c2;text-decoration:none;padding:10px 24px;font-size:14px;font-weight:600;letter-spacing:.35px;white-space:nowrap;transition:.25s ease}
nav a:hover{color:#e0aa3e}
nav a.active{color:#e0aa3e}
nav a::after{content:"";position:absolute;left:22px;right:22px;bottom:3px;height:2px;background:#e0aa3e;border-radius:5px;transform:scaleX(0);transition:.25s ease}
nav a:hover::after,
nav a.active::after{transform:scaleX(1)}
@media (max-width: 760px){nav{min-height:45px;height:45px;gap:0;padding:3px 2px}nav a{flex:0 0 auto;padding:8px 11px;font-size:11px;line-height:1}nav a::after{left:11px;right:11px;bottom:2px}}
.hero{position:relative;width:100%;margin:0;padding:0;overflow:hidden;background:#eee0ca;border-bottom:1px solid rgba(201,149,46,.25);line-height:0}
.hero-banner{width:100%;height:auto;display:block;margin:0;padding:0;border:0;object-fit:contain;object-position:center}
.hero-content{position:absolute;inset:0;width:100%;height:100%;display:flex;justify-content:flex-end;align-items:flex-end;padding:0
    5.2%
    4.5%;background:transparent;line-height:normal;text-align:center;pointer-events:none}
.hero-content h2,
.hero-content p{display:none}
.hero-content .button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:190px;min-height:46px;padding:12px 25px;border:1px solid rgba(255,255,255,.75);border-radius:11px;background:linear-gradient(
      135deg,
      #b77a13,
      #d7aa4e 48%,
      #b77a13
    );color:#fff;text-decoration:none;font-size:14px;font-weight:800;box-shadow:0 8px 22px rgba(134,89,14,.20),
    inset 0 1px 0 rgba(255,255,255,.35);overflow:hidden;pointer-events:auto;transition:.25s ease}
.hero-content .button:hover{transform:translateY(-3px);box-shadow:0 13px 30px rgba(134,89,14,.25),
    0 0 18px rgba(201,149,46,.16)}
.featured-products{width:100%;padding:32px 20px 22px;overflow:hidden;background:radial-gradient(
      circle at 50% 0%,
      rgba(201,149,46,.16),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      #ead9b9 0%,
      #dfc69b 48%,
      #d6ba87 100%
    )}
.featured-heading{width:100%;text-align:center;margin-bottom:18px}
.featured-heading span{display:block;margin-bottom:6px;color:#b77a13;font-size:18px;line-height:1}
.featured-heading h2{margin:0;color:#2b2118;font:700 31px/1.1
    Georgia,
    "Times New Roman",
    serif;letter-spacing:.3px}
.featured-heading h2::after{content:"";display:block;width:110px;height:2px;margin:8px auto 0;background:linear-gradient(
      90deg,
      transparent,
      #b77a13,
      #e1bd70,
      #b77a13,
      transparent
    );border-radius:10px}
.featured-heading p{margin:6px 0 0;color:#756a5c;font-size:13px}
.featured-slider{position:relative;width:100%;max-width:1180px;height:390px;margin:0 auto;padding:7px;overflow:hidden;background:linear-gradient(
      135deg,
      #b77a13 0%,
      #e3bc69 8%,
      #f4d991 18%,
      #fff7df 34%,
      #d4a84d 50%,
      #fff1c7 67%,
      #c18a24 82%,
      #f1d17d 100%
    );border:1px solid rgba(169,111,18,.55);border-radius:16px;box-shadow:0 20px 44px rgba(85,56,12,.16),
    0 4px 18px rgba(201,149,46,.12),
    inset 0 1px 0 rgba(255,255,255,.75)}
.featured-track{width:100%;height:100%;margin:0;padding:0;display:flex;align-items:stretch;flex-wrap:nowrap;gap:10px;box-sizing:border-box;will-change:transform}
.featured-track::before,
.featured-track::after{display:none!important;content:none!important}
.featured-slide,
.featured-clone{position:relative;flex:0 0
    calc((100% - 30px) / 4);width:calc((100% - 30px) / 4);max-width:calc((100% - 30px) / 4);min-width:0;height:374px;padding:7px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:linear-gradient(
      145deg,
      #f7eddd 0%,
      #efe1cb 52%,
      #e4d0b2 100%
    );border:1px solid
    rgba(201,149,46,.34);border-radius:13px;box-shadow:0 12px 28px rgba(78,53,20,.12),
    0 4px 12px rgba(201,149,46,.08),
    inset 0 1px 0 rgba(255,255,255,.98);overflow:hidden;transition:.3s ease}
.featured-slide:hover,
.featured-clone:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(78,53,20,.18),
    0 7px 18px rgba(201,149,46,.12),
    0 0 0 1px rgba(201,149,46,.08),
    inset 0 1px 0 #fff}
.featured-image-box{position:relative;width:100%;height:190px;min-height:190px;margin:0;padding:0;overflow:hidden;background:transparent;border:0;border-radius:9px 9px 0 0;box-shadow:none}
.featured-image-box img{width:100%;height:100%;max-width:none;display:block;margin:0;padding:0;object-fit:cover;object-position:center;background:transparent;border:0;border-radius:0}
.featured-image-box img{width:100%;height:100%;max-width:none;display:block;margin:0;padding:0;object-fit:cover;object-position:center;background:#fff;border:0;border-radius:0;transform:none;cursor:zoom-in}
.featured-slide:hover
.featured-image-box img{transform:scale(1.02)}
.featured-info{width:100%;flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:6px 4px 3px}
.featured-label,
.featured-badge{display:inline-flex;align-items:center;justify-content:center;min-height:23px;padding:4px 11px;border-radius:20px;background:linear-gradient(
      135deg,
      #9a6816,
      #c9952e 48%,
      #e2bb68
    );color:#fff;font-size:8px;font-weight:800;letter-spacing:.7px;white-space:nowrap}
.featured-info h3{width:100%;min-height:42px;margin:5px 0 2px;display:flex;align-items:center;justify-content:center;text-align:center;color:#33281e;font:700 16px/1.15
    Georgia,
    "Times New Roman",
    serif}
.featured-price{margin:2px 0;color:#b47716;font-size:18px;line-height:1.2;font-weight:800}
.featured-size{margin:0 0 5px;color:#74695b;font-size:9px;line-height:1.3;text-align:center}
.featured-button{position:relative;width:calc(100% - 8px);min-width:0;min-height:33px;height:33px;margin:5px 4px 2px;padding:5px 7px;display:inline-flex;align-items:center;justify-content:center;gap:7px;overflow:hidden;border:1px solid
    rgba(255,255,255,.45);border-radius:8px;background:linear-gradient(
      135deg,
      #a96f12,
      #d3a43f 48%,
      #a96f12
    );color:#fff;text-decoration:none;font-size:9px;font-weight:700;box-shadow:0 8px 20px rgba(91,54,5,.28),
    inset 0 1px 0 rgba(255,255,255,.34);transition:.25s ease}
.featured-button:hover{transform:translateY(-2px);filter:brightness(1.05);box-shadow:0 12px 26px rgba(91,54,5,.32)}
.featured-prev,
.featured-next{position:absolute;top:50%;z-index:100;width:42px;height:42px;padding:0;margin:0;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);border:1px solid
    #c9952e;border-radius:50%;background:#f2e5d2;color:#a96f12;font-size:27px;line-height:1;cursor:pointer;box-shadow:0 7px 18px rgba(75,48,9,.15);transition:.25s ease}
.featured-prev{left:8px}
.featured-next{right:8px}
.featured-prev:hover,
.featured-next:hover{transform:translateY(-50%)
    scale(1.08);background:linear-gradient(
      135deg,
      #a96f12,
      #dfb75f,
      #a96f12
    );color:#fff}
.featured-dots{width:100%;margin-top:9px;display:flex;align-items:center;justify-content:center;gap:6px}
.featured-dot{width:7px;height:7px;min-width:7px;min-height:7px;flex:0 0 7px;display:block;border-radius:50%;background:#cfc6b8;cursor:pointer;transition:.2s ease}
.featured-dot.active{width:19px;flex-basis:19px;border-radius:10px;background:linear-gradient(
      90deg,
      #a96f12,
      #d5a846
    )}
#collection{width:100%;padding:60px 20px 80px;background:linear-gradient(
      180deg,
      #e8d7bb 0%,
      #efe1cb 45%,
      #f4e8d7 100%
    )}
#collection-products{scroll-margin-top:155px}
#collection > h2{margin:0 0 30px;text-align:center;color:#24170b;font:700 42px/1.15
    Georgia,
    "Times New Roman",
    serif}
#collection > h2::after{content:"";display:block;width:180px;height:3px;margin:18px auto 0;background:linear-gradient(
      90deg,
      transparent,
      #c9952e,
      #e1bd70,
      #c9952e,
      transparent
    );border-radius:10px}
.product-sort{width:100%;max-width:1200px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center}
.custom-sort{position:relative;width:190px;flex:0 0 190px}
.custom-sort-button{width:100%;height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border:1px solid
    rgba(201,149,46,.48);border-radius:12px;background: #fffaf0;
color:#493a2b;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 5px 15px rgba(85,56,12,.07)}
.custom-sort-button:hover{border-color:#c9952e}
.custom-sort-arrow{color:#b17818;font-size:18px}
.custom-sort-menu{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:100;display:none;overflow:hidden;background:#eee1cd;border:1px solid
    rgba(201,149,46,.35);border-radius:12px;box-shadow:0 15px 35px rgba(0,0,0,.14)}
.custom-sort.open .custom-sort-menu{display:block}
.custom-sort-menu button{width:100%;display:block;padding:11px 14px;border:0;background:#eee1cd;color:#3c3126;text-align:left;cursor:pointer;font-size:13px}
.custom-sort-menu button:hover,
.custom-sort-menu button.active{background:#e5d2b0;color:#a96f12}
.native-sort{display:none}
.product-search{width:100%;max-width:520px;margin:0 auto 30px}
.product-search input{width:100%;height:54px;padding:0 20px;border:1px solid
    rgba(201,149,46,.50);border-radius:28px;outline:none;background:linear-gradient(
      145deg,
      #f4e9d8,
      #e9dac4
    );color:#34291f;font-size:14px;box-shadow:0 5px 18px rgba(80,53,15,.06)}
.product-search input::placeholder{color:#8b8071}
.product-search input:focus{border-color:#c9952e;box-shadow:0 0 0 4px rgba(201,149,46,.10),
    0 8px 22px rgba(80,53,15,.07)}
.products{width:100%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;align-items:stretch}
.products .card{position:relative;min-width:0;height:500px;padding:11px;display:flex;flex-direction:column;align-items:center;overflow:hidden;background:linear-gradient(
      145deg,
      #f7eddd 0%,
      #efe1cb 52%,
      #e4d0b2 100%
    );border:1px solid
    rgba(201,149,46,.34);border-radius:17px;box-shadow:0 12px 28px rgba(78,53,20,.12),
    0 4px 12px rgba(201,149,46,.08),
    inset 0 1px 0 rgba(255,255,255,.98);transition:.3s ease}
.products .card:hover{transform:translateY(-3px);border-color:rgba(201,149,46,.62);box-shadow:0 18px 38px rgba(78,53,20,.18),
    0 7px 18px rgba(201,149,46,.12)}
.products .card::before{content:"";position:absolute;top:0;left:18%;right:18%;height:1px;background:linear-gradient(
      90deg,
      transparent,
      #d5a23e,
      #f0cf7b,
      #d5a23e,
      transparent
    );pointer-events:none;z-index:5}
.products .card .image-slider{position:relative;width:100%;height:285px;min-height:285px;overflow:hidden;border-radius:14px;background:#fff}
.products .card .image-slider .slider-image{position:absolute;top:0;left:0;width:100%;height:calc(100% - 28px);display:block;padding:0;margin:0;object-fit:contain;object-position:center;background:#fff;border-radius:10px;transform:none}
.products .card .image-slider .slider-dots{position:absolute;left:0;right:0;bottom:0;width:100%;height:28px;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:5px;background:#fff;z-index:100}
.products .card
.image-slider
.slider-dots
.slider-dot{position:static;width:7px;height:7px;min-width:7px;max-width:7px;min-height:7px;max-height:7px;flex:0 0 7px;margin:0;padding:0;border:0;border-radius:50%;background:#bdb4a7;transform:none;opacity:1;visibility:visible;cursor:pointer}
.products .card
.image-slider
.slider-dots
.slider-dot.active{width:7px;height:7px;flex-basis:7px;background:#c9952e}
.products .card
.image-slider
.slider-btn{top:calc((100% - 28px)/2);z-index:110}
.slider-btn{position:absolute;width:38px;height:38px;padding:0;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);border:1px solid
    #c9952e;border-radius:50%;background:#f2e5d2;color:#a96f12;font-size:25px;line-height:1;cursor:pointer;opacity:0;box-shadow:0 6px 18px rgba(70,46,10,.14);transition:.25s ease}
.image-slider:hover .slider-btn{opacity:1}
.slider-btn.prev{left:10px}
.slider-btn.next{right:10px}
.slider-btn:hover{background:linear-gradient(
      135deg,
      #a96f12,
      #e0b65f,
      #a96f12
    );color:#fff;transform:translateY(-50%)
    scale(1.08)}
.products .card h3{width:100%;height:52px;min-height:52px;flex-shrink:0;margin:8px 0 0;padding:0 5px;display:flex;align-items:center;justify-content:center;text-align:center;color:#33281e;font:700 19px/1.18
    Georgia,
    "Times New Roman",
    serif}
.products .card .price{width:100%;height:28px;min-height:28px;flex-shrink:0;margin:2px 0;display:flex;align-items:center;justify-content:center;color:#a66f1d;font-size:21px;font-weight:800;text-align:center}
.products .card .size{width:calc(100% - 20px);height:38px;min-height:38px;flex-shrink:0;margin:0 10px;display:flex;align-items:center;justify-content:center;text-align:center;color:#716554;font-size:11px;line-height:1.35}
.products .card > .button{position:relative;width:calc(100% - 14px);height:40px;min-height:40px;flex-shrink:0;margin:auto 7px 0;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:7px;overflow:hidden;border:1px solid
    #d6a44d;border-radius:10px;background:linear-gradient(
      135deg,
      #ad7110,
      #d19a2e 45%,
      #b87913
    );color:#fff;text-decoration:none;font-size:12px;font-weight:700;box-shadow:0 8px 20px rgba(91,54,5,.28),
    inset 0 1px 0 rgba(255,255,255,.34);transition:.25s ease;z-index:6}
.products .card > .button:hover{transform:translateY(-2px);filter:brightness(1.05);box-shadow:0 12px 25px rgba(91,54,5,.30)}
.products .card > .button:active{transform:translateY(1px) scale(.98)}
.festival-section{position:relative;width:100%;padding:55px 30px 55px;margin:0;overflow:hidden;background:radial-gradient(
      circle at 50% 0%,
      rgba(214,164,61,.12),
      transparent 42%
    ),
    linear-gradient(
      180deg,
      #f8eddc 0%,
      #f0dfc3 100%
    );border-top:1px solid
    rgba(201,149,46,.35);border-bottom:1px solid
    rgba(201,149,46,.30)}
.festival-section::before{content:"";position:absolute;width:420px;height:420px;left:-220px;top:-220px;border-radius:50%;background:radial-gradient(
      circle,
      rgba(218,170,74,.12),
      transparent 68%
    );pointer-events:none}
.festival-section::after{content:"";position:absolute;width:350px;height:350px;right:-180px;bottom:-180px;border-radius:50%;background:radial-gradient(
      circle,
      rgba(218,170,74,.10),
      transparent 68%
    );pointer-events:none}
.festival-heading,
.festival-header{position:relative;z-index:2;max-width:850px;margin:0 auto 30px;text-align:center}
.festival-eyebrow{display:inline-block;margin-bottom:8px;color:#a66d12;font-size:10px;font-weight:800;letter-spacing:2.5px;text-transform:uppercase}
.festival-heading h2,
.festival-header h2{margin:0;color:#3b2918;font:700 clamp(30px,4vw,48px)/1.08
    Georgia,
    "Times New Roman",
    serif;letter-spacing:.2px}
.festival-heading p,
.festival-header p{max-width:650px;margin:9px auto 0;color:#75634a;font-size:13px;line-height:1.5}
.festival-line{width:80px;height:2px;margin:12px auto 0;background:linear-gradient(
      90deg,
      transparent,
      #d8a844,
      #fff0bd,
      #d8a844,
      transparent
    )}
.festival-grid{position:relative;z-index:2;width:min(1200px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.festival-card{position:relative;min-height:285px;height:285px;padding:25px 18px 18px;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid
    rgba(198,143,39,.35);border-radius:18px;background:linear-gradient(
      145deg,
      #fff7e7,
      #f0dfc4
    );box-shadow:0 10px 28px rgba(103,73,28,.10),
    inset 0 1px 0 rgba(255,255,255,.9);transition:.3s ease}
.festival-card:hover{transform:translateY(-5px);border-color:rgba(198,143,39,.65);box-shadow:0 16px 34px rgba(103,73,28,.16)}
.festival-glow{position:absolute;width:130px;height:130px;top:-65px;right:-45px;border-radius:50%;background:radial-gradient(
      circle,
      rgba(218,170,74,.15),
      transparent 70%
    );pointer-events:none}
.festival-icon{position:relative;z-index:2;width:62px;height:62px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(
      145deg,
      #ffe7a8,
      #f5c96c
    );border:1px solid
    rgba(198,143,39,.35);box-shadow:0 5px 14px rgba(154,106,25,.16);font-size:29px}
.festival-tag{position:relative;z-index:2;display:inline-block;margin:0 auto 10px;padding:5px 12px;border-radius:30px;background:#f5d98e;color:#76500d;font-size:9px;font-weight:800;letter-spacing:1px;line-height:1;white-space:nowrap}
.festival-card h3{position:relative;z-index:2;margin:0;color:#3b2918;font:700 25px/1.15
    Georgia,
    "Times New Roman",
    serif}
.festival-card p{position:relative;z-index:2;max-width:230px;margin:10px auto 0;color:#75634a;font-size:12px;line-height:1.4}
.festival-button{position:relative;z-index:3;width:100%;max-width:210px;margin-top:auto;padding:11px 15px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;background:linear-gradient(
      135deg,
      #c88b18,
      #a96e0c
    );color:#fff;font-size:12px;font-weight:700;cursor:pointer;box-shadow:0 5px 12px rgba(157,105,16,.20);transition:.25s ease}
.festival-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(157,105,16,.28)}
.festival-button span{font-size:16px;line-height:1}
.festival-onam{background:radial-gradient(
      circle at 50% 15%,
      rgba(219,169,68,.16),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #fff7e7,
      #ead7b6
    )}
.festival-rakhi{background:radial-gradient(
      circle at 50% 15%,
      rgba(190,113,73,.12),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #fff2e7,
      #ead3c2
    )}
.festival-janmashtami{background:radial-gradient(
      circle at 50% 15%,
      rgba(76,116,122,.12),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #eef7f3,
      #d8e5df
    )}
.festival-ganesh{background:radial-gradient(
      circle at 50% 15%,
      rgba(211,151,61,.15),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #fff6df,
      #ead9b8
    )}
#contact{width:100%;padding:78px 20px;text-align:center;background:radial-gradient(
      circle at 50% -10%,
      rgba(201,149,46,.14),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      #fff8eb,
      #f3e5d0
    );color:#2d241c;border-top:1px solid
    rgba(201,149,46,.28)}
#contact h2{margin:0 0 12px;color:#9f6912;font:700 38px/1.15
    Georgia,
    "Times New Roman",
    serif}
#contact p{margin:0 0 25px;color:#75695a}
#contact .button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:210px;min-height:44px;margin:5px;padding:10px 20px;border-radius:10px;color:#fff;text-decoration:none;font-size:13px;font-weight:700;box-shadow:0 8px 20px rgba(0,0,0,.18);transition:.25s ease}
#contact .button:hover{transform:translateY(-3px)}
#contact .button:first-of-type{background:linear-gradient(
      135deg,
      #a96f12,
      #d4a642,
      #a96f12
    )}
#contact .button:last-of-type{background:linear-gradient(
      135deg,
      #833ab4,
      #fd1d1d,
      #fcb045
    )}
footer{position:relative;padding:25px 15px;text-align:center;background:linear-gradient(
      180deg,
      #e6d5b9,
      #d8c09f
    );color:#766b5d;border-top:1px solid
    rgba(201,149,46,.28);font-size:12px}
footer::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:min(260px,55%);height:2px;border-radius:10px;background:linear-gradient(
      90deg,
      transparent,
      #c9952e,
      #e0b65f,
      #c9952e,
      transparent
    )}
footer p{margin:0}
.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:2000;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#25d366;color:#fff;font-size:29px;text-decoration:none;border:3px solid
    rgba(255,255,255,.85);box-shadow:0 10px 30px rgba(0,0,0,.18),
    0 0 0 5px rgba(201,149,46,.12);transition:.25s ease}
.floating-whatsapp:hover{transform:scale(1.1)}
.lightbox{position:fixed;inset:0;z-index:3000;display:none;align-items:center;justify-content:center;padding:30px;background:rgba(20,15,9,.96)}
.lightbox.active{display:flex}
#lightbox-img{max-width:90vw;max-height:88vh;object-fit:contain;border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.45)}
.lightbox .close{position:absolute;top:18px;right:28px;z-index:10;color:#f1cd7c;font-size:42px;cursor:pointer}
.lightbox-prev,
.lightbox-next{position:absolute;top:50%;z-index:10;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);border:1px solid
    #c9952e;border-radius:50%;background:rgba(20,15,9,.78);color:#f1cd7c;font-size:30px;cursor:pointer}
.lightbox-prev{left:25px}
.lightbox-next{right:25px}
@media (max-width:1100px){header{padding:12px 22px}.featured-slider{height:370px}.featured-slide,
  .featured-clone{flex:0 0
      calc((100% - 20px) / 3);width:calc((100% - 20px) / 3);max-width:calc((100% - 20px) / 3);height:354px}.featured-image-box{height:175px;min-height:175px}.products{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.festival-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px}}
@media (max-width:800px){header{padding:9px 15px 8px}.logo-box{min-height:78px;gap:10px}.brand-logo{width:58px;height:58px;flex-basis:58px}.brand-text h1{font-size:26px;letter-spacing:2.8px}.brand-text p{font-size:9px}nav{min-height:50px;gap:0;padding:6px 3px}nav a{padding:8px 13px;font-size:12px}#collection{padding:50px 15px 70px}#collection > h2{font-size:36px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.slider-btn{opacity:1}}
@media (max-width:760px){html,
  body{width:100%;max-width:100%;overflow-x:hidden}header{width:100%;padding:7px 9px 6px}.logo-box{width:100%;min-height:66px;gap:8px}.brand-logo{width:46px;height:46px;flex-basis:46px}.brand-text{min-width:0}.brand-text h1{font-size:21px;line-height:1;letter-spacing:1.8px;white-space:nowrap}.brand-text h1::after{width:125px;height:2px;margin:5px auto 0}.brand-text p{margin-top:4px;font-size:7px;line-height:1.2;letter-spacing:.55px;white-space:nowrap}.decoreva-trust-strip{min-height:52px!important;height:auto!important;padding:3px 0!important;grid-template-columns:repeat(4,minmax(0,1fr))}.trust-item{min-height:44px!important;height:auto!important;padding:2px 2px!important;gap:2px!important;flex-direction:column;text-align:center;border-right:1px solid rgba(214,179,106,.32)}.trust-item > i{font-size:11px!important;margin-bottom:1px!important}.trust-item strong{font-size:7px!important;line-height:1.05!important}.trust-item span{margin-top:1px!important;font-size:5.5px!important;line-height:1.1!important}.trust-item>i{font-size:14px}.trust-item strong{font-size:8px;line-height:1.1}.trust-item span{margin-top:2px;font-size:5.8px;line-height:1.15}.mobile-menu-toggle,.mobile-instagram{position:absolute;top:50%;transform:translateY(-50%);z-index:5;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{left:8px;width:28px;height:28px;padding:0;border:1px solid var(--gold);border-radius:6px;background:transparent;color:#f0cf83;font-size:18px;cursor:pointer}.mobile-instagram{right:8px;color:#f0cf83;font-size:17px;text-decoration:none}nav{min-height:45px;height:45px;gap:0;padding:3px 2px}nav a{flex:0 0 auto;padding:8px 11px;font-size:11px;line-height:1;letter-spacing:.15px;white-space:nowrap}nav a::after{left:11px;right:11px;bottom:2px}.hero{width:100%;height:auto;min-height:0;margin:0;padding:0;overflow:hidden}.hero-banner{width:100%;height:auto;display:block;object-fit:contain;object-position:center}.hero-content{inset:0;width:100%;height:100%;padding:0
      11px
      9px;align-items:flex-end;justify-content:flex-end}.hero-content .button{width:145px;min-width:145px;height:36px;min-height:36px;padding:8px 14px;font-size:10px;border-radius:9px}.featured-products{width:100%;padding:18px 7px 15px;overflow:hidden}.featured-heading{margin-bottom:10px}.featured-heading span{font-size:15px;margin-bottom:5px}.featured-heading h2{font-size:24px;line-height:1.1;white-space:nowrap}.featured-heading h2::after{width:90px;height:2px;margin-top:7px}.featured-heading p{font-size:11px;margin-top:6px}.featured-slider{width:100%;max-width:100%;height:270px;min-height:270px;margin:0 auto;padding:4px 0;overflow:hidden;border-radius:13px}.featured-track{width:100%;height:100%;display:flex;flex-wrap:nowrap;gap:4px;margin:0;padding:0;align-items:stretch;overflow:visible}.featured-slide,
  .featured-clone{flex:0 0
      calc((100% - 12px) / 4);width:calc((100% - 12px) / 4);min-width:calc((100% - 12px) / 4);max-width:calc((100% - 12px) / 4);height:258px;min-height:258px;margin:0;padding:4px;border-radius:9px;box-sizing:border-box;overflow:hidden}.featured-info{width:100%;height:auto;min-height:0;padding:3px 1px 2px;display:flex;flex-direction:column;align-items:center;text-align:center;box-sizing:border-box}.featured-label,
  .featured-badge{min-height:17px;padding:3px 4px;margin:1px auto 2px;max-width:100%;font-size:5.5px;line-height:1;letter-spacing:.2px;white-space:nowrap;overflow:hidden}.featured-info h3{width:100%;height:28px;min-height:28px;max-height:28px;margin:2px 0;padding:0;font-size:9px;line-height:1.1;overflow:hidden;text-align:center}.featured-price{font-size:13px;line-height:1;margin:2px 0}.featured-size{font-size:6.5px;line-height:1;margin:1px 0}.featured-button{width:90%;height:23px;min-height:23px;margin:4px auto 1px;padding:0 2px;font-size:6px;line-height:23px;border-radius:5px;white-space:nowrap}.featured-prev,
  .featured-next{width:26px;height:26px;font-size:14px;opacity:1;z-index:100}.featured-prev{left:3px}.featured-next{right:3px}.featured-dots{margin-top:4px;gap:4px}.featured-dot{width:6px;height:6px;min-width:6px;min-height:6px;flex-basis:6px}.featured-dot.active{width:15px;flex-basis:15px;height:6px}#collection{width:100%;padding:40px 7px 55px}#collection > h2{margin:0 0 22px;font-size:29px;line-height:1.15}.product-sort{width:100%;margin:0 auto 15px;padding:0;justify-content:center}.custom-sort{width:180px;min-width:180px;flex-basis:180px}.custom-sort-button{height:44px;min-height:44px;padding:0 13px;font-size:12px}.product-search{width:100%;max-width:none;margin:0 0 20px}.product-search input{width:100%;height:46px;padding:0 14px;font-size:13px;border-radius:12px}.products{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.products .card{width:100%;height:405px;min-height:405px;padding:7px;border-radius:14px}.products .card .image-slider{width:100%;height:190px;min-height:190px;border-radius:10px}.products .card
  .image-slider
  .slider-image{width:100%;height:calc(100% - 28px);object-fit:contain;object-position:center;background:#fff}.products .card
  .image-slider
  .slider-dots{height:28px;gap:5px}.products .card
  .image-slider
  .slider-dots
  .slider-dot,
  .products .card
  .image-slider
  .slider-dots
  .slider-dot.active{width:7px;height:7px;min-width:7px;max-width:7px;min-height:7px;max-height:7px;flex-basis:7px;border-radius:50%}.products .card
  .image-slider
  .slider-btn{width:30px;height:30px;font-size:19px;opacity:1}.products .card
  .image-slider
  .slider-btn.prev{left:5px}.products .card
  .image-slider
  .slider-btn.next{right:5px}.products .card h3{width:100%;height:48px;min-height:48px;margin:7px 0 0;padding:0 3px;font-size:14px;line-height:1.15}.products .card .price{width:100%;height:25px;min-height:25px;margin:2px 0;font-size:17px}.products .card .size{width:calc(100% - 10px);height:32px;min-height:32px;margin:0 5px;font-size:10px;line-height:1.25}.products .card > .button{width:calc(100% - 12px);height:38px;min-height:38px;margin:auto 6px 6px;padding:0 4px;gap:5px;font-size:10px;border-radius:9px;white-space:nowrap}.festival-section{width:100%;padding:30px 12px 35px}.festival-heading,
  .festival-header{margin:0 auto 20px}.festival-eyebrow{margin-bottom:6px;font-size:8px;letter-spacing:1.8px}.festival-heading h2,
  .festival-header h2{font-size:28px;line-height:1.15}.festival-heading p,
  .festival-header p{font-size:11px;line-height:1.4;margin-top:8px}.festival-line{width:55px;margin:10px auto 0}.festival-grid{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.festival-card{width:100%;min-height:235px;height:235px;padding:16px 10px 12px;border-radius:15px}.festival-icon{width:48px;height:48px;margin-bottom:8px;font-size:24px}.festival-tag{margin-bottom:7px;padding:5px 8px;font-size:8px}.festival-card h3{font-size:18px;line-height:1.15;margin:8px 0 6px}.festival-card p{max-width:145px;margin:0 auto 10px;font-size:11px;line-height:1.3}.festival-button{max-width:135px;min-height:38px;margin-top:auto;padding:8px 10px;font-size:10px}.festival-button span{font-size:12px}#contact{width:100%;padding:55px 15px}#contact h2{font-size:29px;line-height:1.15}#contact .button{min-width:190px;min-height:42px}.floating-whatsapp{width:52px;height:52px;right:12px;bottom:12px;font-size:24px}.lightbox{padding:12px}#lightbox-img{max-width:94vw;max-height:82vh}.lightbox .close{top:8px;right:12px;font-size:36px}.lightbox-prev,
  .lightbox-next{width:40px;height:40px;font-size:24px}.lightbox-prev{left:8px}.lightbox-next{right:8px}}
@media (max-width:380px){.brand-logo{width:43px;height:43px;flex-basis:43px}.brand-text h1{font-size:19px;letter-spacing:1.5px}.brand-text h1::after{width:112px}.brand-text p{font-size:6.5px}nav a{padding:7px 9px;font-size:10px}.hero-content .button{width:135px;min-width:135px;height:34px;min-height:34px;font-size:9px}.featured-products{padding-left:5px;padding-right:5px}.featured-heading h2{font-size:22px}.featured-slider{height:255px;min-height:255px}.featured-slide,
  .featured-clone{height:244px;min-height:244px;padding:3px}.featured-info h3{font-size:8px}.featured-price{font-size:12px}.featured-size{font-size:6px}.featured-button{height:21px;min-height:21px;font-size:5.5px}#collection{padding-left:5px;padding-right:5px}.products{gap:8px}.products .card{height:390px;min-height:390px;padding:6px}.products .card .image-slider{height:180px;min-height:180px}.products .card h3{font-size:13px}.products .card .price{font-size:16px}.products .card > .button{font-size:9px}.festival-section{padding-left:10px;padding-right:10px}.festival-grid{gap:8px}.festival-card{min-height:225px;height:225px;padding:14px 7px 10px}.festival-card h3{font-size:15px}.festival-card p{font-size:8.5px}.festival-button{max-width:125px;font-size:8.5px}}
.featured-slide,.featured-clone,.products .card,.festival-card,
.featured-button,.products .card>.button,.festival-button,.hero-content .button{position:relative;overflow:hidden}
.featured-slide::after,.featured-clone::after,.products .card::after,.festival-card::after{content:"";position:absolute;top:-40%;left:-70%;width:22%;height:180%;pointer-events:none;z-index:20;opacity:0;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);animation:cardShine 5.5s ease-in-out infinite}
.featured-button::before,.products .card>.button::before,.festival-button::before,.hero-content .button::before{content:"";position:absolute;top:-80%;left:-75%;width:20%;height:260%;pointer-events:none;z-index:10;opacity:0;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),transparent);animation:buttonShine 4.2s ease-in-out infinite}
.featured-button>*,.products .card>.button>*,.festival-button>*,.hero-content .button>*{position:relative;z-index:11}
@keyframes cardShine{0%,55%{left:-70%;opacity:0}62%{opacity:.9}78%,100%{left:135%;opacity:0}}
@keyframes buttonShine{0%,50%{left:-75%;opacity:0}56%{opacity:1}72%,100%{left:135%;opacity:0}}
.featured-slide:hover::after,.featured-clone:hover::after,.products .card:hover::after,.festival-card:hover::after{animation:cardHoverShine .8s ease 1}
.featured-button:hover::before,.products .card>.button:hover::before,.festival-button:hover::before,.hero-content .button:hover::before{animation:buttonHoverShine .7s ease 1}
@keyframes cardHoverShine{0%{left:-70%;opacity:0}15%{opacity:1}100%{left:135%;opacity:0}}
@keyframes buttonHoverShine{0%{left:-75%;opacity:0}15%{opacity:1}100%{left:135%;opacity:0}}
@media (prefers-reduced-motion:reduce){.featured-slide::after,.featured-clone::after,.products .card::after,.festival-card::after,
  .featured-button::before,.products .card>.button::before,.festival-button::before,.hero-content .button::before{animation:none!important}}
nav a:focus-visible,
.featured-prev:focus-visible,
.featured-next:focus-visible,
.featured-dot:focus-visible,
.slider-btn:focus-visible,
.custom-sort-button:focus-visible,
.custom-sort-menu button:focus-visible,
.featured-button:focus-visible,
.products .card > .button:focus-visible,
#contact .button:focus-visible{outline:3px solid
    rgba(201,164,92,.55);outline-offset:3px}
.decoreva-trust-strip{width:100%;min-height:78px;padding:10px 5%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;background:#fffaf1;border-top:1px solid rgba(214,179,106,.18);border-bottom:1px solid rgba(214,179,106,.28)}
.trust-item{min-width:0;min-height:52px;padding:6px 18px;display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid rgba(214,179,106,.35)}
.trust-item:last-child{border-right:0}
.trust-item>i{flex:0 0 auto;color:var(--gold-deep);font-size:19px}
.trust-item strong{display:block;color:var(--espresso);font:700 14px/1.2 Georgia,"Times New Roman",serif}
.trust-item span{display:block;margin-top:3px;color:var(--muted);font-size:10px;line-height:1.25}
.mobile-menu-toggle,.mobile-instagram{display:none}
.featured-slider{position:relative;width:100%;max-width:1180px;margin:25px auto 0;padding:7px;overflow:hidden;box-sizing:border-box}
.featured-track{width:100%;height:100%;display:flex;flex-wrap:nowrap;align-items:stretch;gap:10px;margin:0;padding:0;box-sizing:border-box;will-change:transform}
.featured-slide,
.featured-clone{flex:0 0 calc((100% - 30px) / 4);width:calc((100% - 30px) / 4);max-width:calc((100% - 30px) / 4);min-width:0;height:374px;min-height:374px;margin:0;padding:0;overflow:hidden;box-sizing:border-box;display:flex;flex-direction:column}
.featured-image-box{width:100%;height:190px;min-height:190px;margin:0;padding:0;overflow:hidden;box-sizing:border-box;background:#f5ead7;border:0;border-radius:9px 9px 0 0}
.featured-image-box img{width:100%;height:100%;max-width:none;margin:0;padding:0;display:block;object-fit:contain;object-position:center;background:#f5ead7;border:0;border-radius:0;transform:none}
.featured-info{width:100%;min-width:0;flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;box-sizing:border-box}
.featured-button{flex-shrink:0;margin-top:auto!important}
.featured-prev,
.featured-next{position:absolute;top:50%;z-index:200;transform:translateY(-50%)}
.featured-prev{left:8px}
.featured-next{right:8px}
@media (max-width:760px){.featured-products{width:100%;padding:18px 7px 15px;overflow:hidden}.featured-slider{width:100%;max-width:100%;height:270px;min-height:270px;margin:20px auto 0;padding:4px 0;overflow:hidden;box-sizing:border-box}.featured-track{width:100%;height:100%;display:flex;flex-wrap:nowrap;gap:4px;overflow:visible;box-sizing:border-box}.featured-slide,
  .featured-clone{flex:0 0 calc((100% - 12px) / 4);width:calc((100% - 12px) / 4);max-width:calc((100% - 12px) / 4);min-width:calc((100% - 12px) / 4);height:258px;min-height:258px;padding:0;margin:0;border-radius:9px;overflow:hidden;box-sizing:border-box}.featured-image-box{width:100%;height:105px;min-height:105px;padding:0;margin:0;overflow:hidden;background:#f5ead7;border-radius:9px 9px 0 0}.featured-image-box img{width:100%;height:100%;min-width:0;min-height:0;max-width:none;max-height:none;object-fit:contain;object-position:center;background:#f5ead7}.featured-info{width:100%;flex:1;min-height:0;padding:3px 1px 2px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box}.featured-label,
  .featured-badge{flex-shrink:0}.featured-info h3{flex-shrink:0;height:28px;min-height:28px;max-height:28px;overflow:hidden}.featured-button{width:90%;height:23px;min-height:23px;margin:4px auto 1px!important;margin-top:auto!important;padding:0 2px;flex-shrink:0;font-size:6px;line-height:23px;border-radius:5px;white-space:nowrap}.featured-prev,
  .featured-next{width:26px;height:26px;top:50%;z-index:300;opacity:1;font-size:14px}.featured-prev{left:3px}.featured-next{right:3px}}
.featured-slider{overflow:hidden!important}
.featured-track{gap:10px!important;width:100%!important;max-width:none!important;box-sizing:border-box!important}
.featured-slide,
.featured-clone{flex:0 0 calc((100% - 30px) / 4)!important;width:calc((100% - 30px) / 4)!important;max-width:calc((100% - 30px) / 4)!important;min-width:0!important;box-sizing:border-box!important}
.featured-image-box{width:100%!important;height:190px!important;min-height:190px!important;overflow:hidden!important;background:#f7eddd!important}
.featured-image-box img{width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;object-position:center!important;background:#f7eddd!important;transform:none!important}
.featured-slide:hover .featured-image-box img,
.featured-clone:hover .featured-image-box img{transform:none!important}
.featured-prev,
.featured-next{z-index:500!important;top:50%!important}
.featured-prev{left:8px!important}
.featured-next{right:8px!important}
@media (max-width:760px){.featured-slider{width:100%!important;padding:5px!important;height:270px!important}.featured-track{gap:4px!important}.featured-slide,
  .featured-clone{flex:0 0 calc((100% - 12px) / 4)!important;width:calc((100% - 12px) / 4)!important;max-width:calc((100% - 12px) / 4)!important;height:258px!important;padding:3px!important}.featured-image-box{height:105px!important;min-height:105px!important}.featured-image-box img{object-fit:contain!important}.featured-info{padding:3px 2px 2px!important}.featured-info h3{font-size:9px!important;min-height:31px!important;margin:3px 0 1px!important}.featured-price{font-size:12px!important;margin:1px 0!important}.featured-size{font-size:6px!important;margin:0!important}.featured-button{width:calc(100% - 4px)!important;min-height:27px!important;height:27px!important;margin:3px 2px 1px!important;font-size:7px!important}.featured-prev,
  .featured-next{width:30px!important;height:30px!important;font-size:19px!important}.featured-prev{left:4px!important}.featured-next{right:4px!important}}
.featured-image-box{width:100%!important;height:190px!important;padding:0!important;margin:0!important;overflow:hidden!important;background:transparent!important;display:block!important}
.featured-image-box img{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;display:block!important;object-fit:cover!important;object-position:center!important;padding:0!important;margin:0!important;background:transparent!important}
@media (min-width: 761px){.featured-image-box{height:190px!important}}
@media (max-width: 760px){.featured-image-box{height:105px!important}.featured-image-box img{width:100%!important;height:100%!important;object-fit:cover!important}}
.featured-slider,
.featured-products,
.featured-section{position:relative!important}
.featured-prev,
.featured-next{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:50!important}
.featured-prev{left:10px!important}
.featured-next{right:10px!important}
.hero .featured-prev,
.hero .featured-next,
.hero-banner .featured-prev,
.hero-banner .featured-next,
.banner .featured-prev,
.banner .featured-next{display:none!important}
.featured-image-box{width:100%!important;padding:0!important;margin:0!important;overflow:hidden!important;background:transparent!important;box-sizing:border-box!important}
.featured-image-box img{display:block!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center!important}
@media (max-width: 760px){.featured-image-box{width:100%!important;height:105px!important;min-height:105px!important;padding:0!important;margin:0!important;overflow:hidden!important;box-sizing:border-box!important}.featured-image-box img{width:108%!important;max-width:none!important;height:105px!important;min-height:105px!important;margin-left:-4%!important;padding:0!important;display:block!important;object-fit:cover!important;object-position:center center!important}.featured-prev{left:5px!important}.featured-next{right:5px!important}}
.featured-slider{overflow:hidden!important}
.featured-track{overflow:visible!important}
@media (max-width: 760px){.featured-card{display:flex!important;flex-direction:column!important;height:100%!important;box-sizing:border-box!important}.featured-card .product-info,
    .featured-card .card-content{display:flex!important;flex-direction:column!important;flex:1!important}.featured-card .whatsapp-btn,
    .featured-card .order-whatsapp,
    .featured-card a[href*="wa.me"]{margin-top:auto!important;width:calc(100% - 12px)!important;margin-left:6px!important;margin-right:6px!important;box-sizing:border-box!important;height:32px!important;min-height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important}}
@media (max-width: 760px){.featured-card{height:235px!important;min-height:235px!important}.featured-image-box{height:92px!important;min-height:92px!important}.featured-image-box img{height:92px!important;min-height:92px!important}.featured-card h3,
    .featured-card h4{margin-top:5px!important;margin-bottom:3px!important;line-height:1.15!important}.featured-card .price{margin:3px 0!important}.featured-card .size,
    .featured-card .product-size{margin:2px 0!important}.featured-card .whatsapp-btn,
    .featured-card .order-whatsapp,
    .featured-card a[href*="wa.me"]{height:29px!important;min-height:29px!important;margin-top:auto!important}}
@media (max-width: 760px){.featured-card{height:205px!important;min-height:205px!important}.featured-image-box{height:82px!important;min-height:82px!important}.featured-image-box img{height:82px!important;min-height:82px!important}.featured-card h3,
    .featured-card h4{font-size:10px!important;line-height:1.1!important;margin:4px 2px 2px!important}.featured-card .price{font-size:14px!important;margin:2px 0!important}.featured-card .size,
    .featured-card .product-size{font-size:7px!important;margin:1px 0!important}.featured-card .whatsapp-btn,
    .featured-card .order-whatsapp,
    .featured-card a[href*="wa.me"]{height:26px!important;min-height:26px!important;font-size:8px!important;margin-top:auto!important}}
@media (max-width: 760px){.featured-card{height:auto!important;min-height:0!important;padding-bottom:5px!important;box-sizing:border-box!important}.featured-slide{height:auto!important;min-height:0!important}.featured-track{height:auto!important;min-height:0!important;align-items:flex-start!important}.featured-card .whatsapp-btn,
    .featured-card .order-whatsapp,
    .featured-card a[href*="wa.me"]{margin-top:4px!important;margin-bottom:0!important}}
@media (max-width: 760px){.featured-track{height:auto!important;min-height:0!important;padding-bottom:0!important;margin-bottom:0!important;align-items:flex-start!important}.featured-slide{height:auto!important;min-height:0!important;padding-bottom:0!important;margin-bottom:0!important}.featured-card{height:205px!important;min-height:205px!important;max-height:205px!important;display:flex!important;flex-direction:column!important;padding-bottom:5px!important;margin-bottom:0!important;box-sizing:border-box!important;overflow:hidden!important}.featured-card .featured-image-box{flex:0 0 90px!important;height:90px!important;min-height:90px!important;max-height:90px!important}.featured-card .featured-image-box img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.featured-card h3,
    .featured-card h4,
    .featured-card .product-name{margin-top:3px!important;margin-bottom:2px!important;line-height:1.05!important}.featured-card .price{margin-top:2px!important;margin-bottom:1px!important}.featured-card .whatsapp-btn,
    .featured-card .order-whatsapp,
    .featured-card .whatsapp-button,
    .featured-card a[href*="wa.me"]{margin-top:auto!important;margin-bottom:0!important;flex-shrink:0!important;height:30px!important;min-height:30px!important;max-height:30px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 5px!important;box-sizing:border-box!important}.featured-slider,
    .featured-container{height:auto!important;min-height:0!important;padding-bottom:0!important}}
@media (max-width: 760px){.featured-card{position:relative!important;height:205px!important;min-height:205px!important;max-height:205px!important;padding-bottom:38px!important;box-sizing:border-box!important;overflow:hidden!important}.featured-card a[href*="wa.me"],
    .featured-card a[href*="whatsapp"],
    .featured-card .whatsapp-btn,
    .featured-card .order-whatsapp,
    .featured-card .whatsapp-button,
    .featured-card button[class*="whatsapp"],
    .featured-card button[class*="order"]{position:absolute!important;left:6px!important;right:6px!important;bottom:7px!important;width:auto!important;height:30px!important;min-height:30px!important;max-height:30px!important;margin:0!important;padding:0 4px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;z-index:20!important}.featured-card .featured-image-box{height:90px!important;min-height:90px!important;max-height:90px!important}.featured-track,
    .featured-slide,
    .featured-slider,
    .featured-container{min-height:0!important;padding-bottom:0!important;margin-bottom:0!important}}
.featured-section,
.featured-products,
#featured-products{margin-bottom:0!important;padding-bottom:0!important}
.festive-section,
.festive-collection,
#festive-section,
#festive-collection{margin-top:0!important;padding-top:45px!important;padding-bottom:45px!important}
.festive-section h2,
.festive-collection h2,
#festive-section h2,
#festive-collection h2{margin-top:0!important;margin-bottom:10px!important}
.festive-section .section-header,
.festive-collection .section-header,
#festive-section .section-header,
#festive-collection .section-header{margin-bottom:20px!important}
@media (max-width: 760px){.featured-section,
    .featured-products,
    #featured-products{margin-bottom:0!important;padding-bottom:0!important}.festive-section,
    .festive-collection,
    #festive-section,
    #festive-collection{margin-top:0!important;padding-top:25px!important;padding-bottom:25px!important}.festive-section h2,
    .festive-collection h2,
    #festive-section h2,
    #festive-collection h2{margin-top:0!important;margin-bottom:7px!important;line-height:1.1!important}.festive-section .section-header,
    .festive-collection .section-header,
    #festive-section .section-header,
    #festive-collection .section-header{margin-bottom:12px!important}}
.festive-section,
.festive-collection,
#festive-section,
#festive-collection{margin-top:-15px!important;padding-top:25px!important;padding-bottom:25px!important}
.festive-section h2,
.festive-collection h2,
#festive-section h2,
#festive-collection h2{margin-top:0!important;margin-bottom:5px!important;line-height:1.05!important}
.festive-section p,
.festive-collection p,
#festive-section p,
#festive-collection p{margin-top:5px!important;margin-bottom:8px!important}
.festive-section .section-header,
.festive-collection .section-header,
#festive-section .section-header,
#festive-collection .section-header{margin-bottom:10px!important}
@media (max-width: 760px){.festive-section,
    .festive-collection,
    #festive-section,
    #festive-collection{margin-top:-10px!important;padding-top:18px!important;padding-bottom:18px!important}.festive-section h2,
    .festive-collection h2,
    #festive-section h2,
    #festive-collection h2{font-size:30px!important;line-height:1.05!important;margin-bottom:5px!important}.festive-section p,
    .festive-collection p,
    #festive-section p,
    #festive-collection p{margin-top:4px!important;margin-bottom:6px!important}}
.featured-section,
.featured-products,
.featured-slider,
.featured-container{position:relative!important}
.featured-prev{position:absolute!important;left:10px!important;top:50%!important;transform:translateY(-50%)!important;z-index:100!important;margin:0!important}
.featured-next{position:absolute!important;right:10px!important;top:50%!important;transform:translateY(-50%)!important;z-index:100!important;margin:0!important}
.featured-prev,
.featured-next{position:absolute!important}
@media (max-width: 760px){.featured-prev{left:7px!important;top:50%!important;transform:translateY(-50%)!important}.featured-next{right:7px!important;top:50%!important;transform:translateY(-50%)!important}}
.featured-prev,
.featured-next{position:absolute!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;z-index:9999!important;margin:0!important}
.featured-prev{left:10px!important;right:auto!important}
.featured-next{right:10px!important;left:auto!important}
.featured-track{position:relative!important}
@media (min-width: 761px){.featured-prev{left:10px!important}.featured-next{right:10px!important}}
@media (max-width: 760px){.featured-prev{left:5px!important;top:50%!important}.featured-next{right:5px!important;top:50%!important}}
.featured-slider{position:relative!important}
.featured-prev,
.featured-next{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:999!important;width:42px!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;border:1px solid #c9952e!important;border-radius:50%!important;background:#f2e5d2!important;color:#a96f12!important;font-size:27px!important;line-height:1!important;cursor:pointer!important}
.featured-prev{left:8px!important;right:auto!important}
.featured-next{right:8px!important;left:auto!important}
@media (max-width: 760px){.featured-prev,
    .featured-next{width:26px!important;height:26px!important;top:50%!important;font-size:14px!important;transform:translateY(-50%)!important}.featured-prev{left:3px!important;right:auto!important}.featured-next{right:3px!important;left:auto!important}}
nav{position:fixed!important;top:0!important;left:0!important;width:100%!important;min-height:56px!important;z-index:100000!important;display:flex!important;align-items:center!important;justify-content:center!important}
body{padding-top:56px!important;scroll-padding-top:70px!important}
#home,
#collection,
#about,
#about-us,
#contact{scroll-margin-top:70px!important}
.products .card .image-slider{background:transparent!important}
.products .card .image-slider .slider-image{height:100%!important;background:transparent!important;object-fit:contain!important;object-position:center center!important}
.products .card .image-slider .slider-dots{bottom:5px!important;height:18px!important;background:transparent!important;z-index:100!important}
.products .card .image-slider .slider-dots .slider-dot{position:static!important}
@media (max-width: 760px){.products .card .image-slider .slider-image{height:100%!important}.products .card .image-slider .slider-dots{height:18px!important;bottom:4px!important;background:transparent!important}}
.products .card .image-slider{position:relative!important;width:100%!important;height:285px!important;min-height:285px!important;overflow:hidden!important;background:transparent!important}
.products .card .image-slider .slider-image{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:257px!important;margin:0!important;padding:0!important;display:block!important;object-fit:contain!important;object-position:center center!important;background:transparent!important;border:0!important}
.products .card .image-slider .slider-dots{position:absolute!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:28px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;background:transparent!important;z-index:100!important}
.products .card .image-slider .slider-dots .slider-dot,
.products .card .image-slider .slider-dots .slider-dot.active{position:static!important;width:7px!important;height:7px!important;min-width:7px!important;max-width:7px!important;min-height:7px!important;max-height:7px!important;flex:0 0 7px!important;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;background:#bdb4a7!important;transform:none!important;opacity:1!important;visibility:visible!important}
.products .card .image-slider .slider-dots .slider-dot.active{background:#c9952e!important}
.products .card .image-slider .slider-btn{top:128.5px!important;z-index:110!important}
@media (max-width: 760px){.products .card .image-slider{height:190px!important;min-height:190px!important}.products .card .image-slider .slider-image{height:162px!important}.products .card .image-slider .slider-dots{height:28px!important;bottom:0!important;background:transparent!important}.products .card .image-slider .slider-btn{top:81px!important}}
.lightbox .close{position:fixed!important;top:18px!important;right:28px!important;width:52px!important;height:52px!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:99999!important;color:#ffffff!important;background:rgba(20, 15, 9, 0.85)!important;border:2px solid #c9952e!important;border-radius:50%!important;font-family:Arial, sans-serif!important;font-size:38px!important;font-weight:400!important;line-height:1!important;cursor:pointer!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;box-sizing:border-box!important}
.lightbox .close:hover{background:#c9952e!important;color:#ffffff!important;transform:scale(1.05)}
@media (max-width: 760px){.lightbox .close{top:12px!important;right:12px!important;width:46px!important;height:46px!important;font-size:32px!important}}
.lightbox{position:fixed!important;inset:0!important;z-index:999999!important}
.lightbox .close{position:fixed!important;top:20px!important;right:28px!important;z-index:1000000!important;width:52px!important;height:52px!important;display:flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;color:#ffffff!important;background:rgba(20,15,9,.92)!important;border:2px solid #c9952e!important;border-radius:50%!important;font-family:Arial, sans-serif!important;font-size:38px!important;line-height:1!important;cursor:pointer!important}
.lightbox .close:hover{background:#c9952e!important;color:#ffffff!important}
@media (max-width:760px){.lightbox .close{top:12px!important;right:12px!important;width:46px!important;height:46px!important;font-size:32px!important}}
@media (max-width: 760px){.featured-slide,
    .featured-clone{padding:0!important;border:0!important;box-sizing:border-box!important;overflow:hidden!important}.featured-image-box{width:100%!important;height:105px!important;min-height:105px!important;max-height:105px!important;padding:0!important;margin:0!important;overflow:hidden!important;background:transparent!important;border:0!important}.featured-image-box img{width:108%!important;height:108%!important;max-width:none!important;max-height:none!important;min-width:0!important;min-height:0!important;margin:-4%!important;padding:0!important;display:block!important;object-fit:cover!important;object-position:center center!important;background:transparent!important;border:0!important;transform:none!important}.featured-slide:hover .featured-image-box img,
    .featured-clone:hover .featured-image-box img{transform:none!important}}
@media (max-width: 760px){.products .card{height:350px!important;min-height:350px!important;padding:7px!important;box-sizing:border-box!important}.products .card .image-slider{height:190px!important;min-height:190px!important}.products .card > .button{height:38px!important;min-height:38px!important;margin-top:auto!important}}
@media (max-width: 760px){.products .card{height:340px!important;min-height:340px!important}.products .card .image-slider{height:165px!important;min-height:165px!important}.products .card .dots{margin-top:2px!important;margin-bottom:2px!important;height:9px!important;min-height:9px!important}.products .card h3{margin-top:1px!important;margin-bottom:2px!important;line-height:1.1!important}.products .card .price{margin-top:1px!important;margin-bottom:2px!important;line-height:1.05!important}.products .card .size,
    .products .card .dimensions{margin-top:1px!important;margin-bottom:2px!important;line-height:1.1!important}.products .card > .button{margin-top:auto!important;margin-bottom:4px!important;height:36px!important;min-height:36px!important;flex:none!important}}
.product-search{position:relative!important}
.product-search input#productSearch{width:100%;padding-right:48px!important;box-sizing:border-box}
#voiceSearchBtn{position:absolute;right:13px;top:50%;transform:translateY(-50%);width:28px;height:28px;padding:0;margin:0;border:0;background:transparent;color:#2b1b0f;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}
#voiceSearchBtn:hover{color:#b87908}
#voiceSearchBtn:active{transform:translateY(-50%) scale(0.9)}
.brand-logo{width:92px;height:92px;flex:0 0 92px;border-radius:50%;overflow:hidden;background:transparent;border:2px solid #d6a94f;box-shadow:none}
.brand-logo img{width:100%;height:100%;display:block;object-fit:contain;object-position:center;padding:3px;background:transparent}
.brand-logo:hover{transform:none;box-shadow:none}
.brand-logo::after{inset:5px;border:1px solid rgba(214,169,79,.65)}
.brand-text h1{font-size:36px;letter-spacing:4px;color:#e6b957;text-shadow:none}
.brand-text p{font-size:12px;letter-spacing:1.2px;color:#ead9b8}
#contact .button{position:relative;overflow:hidden;isolation:isolate;transition:transform 0.25s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease}
#contact .button::before{content:"";position:absolute;top:0;left:-120%;width:55%;height:100%;background:linear-gradient(
        110deg,
        transparent 0%,
        rgba(255, 255, 255, 0.08) 25%,
        rgba(255, 255, 255, 0.65) 50%,
        rgba(255, 255, 255, 0.08) 75%,
        transparent 100%
    );transform:skewX(-20deg);pointer-events:none;z-index:2}
#contact .button:hover::before{animation:contactButtonShine 0.8s ease forwards}
@keyframes contactButtonShine{from{left:-120%}to{left:140%}}
#contact .button:hover{transform:translateY(-3px);filter:brightness(1.08);box-shadow:0 8px 20px rgba(120, 75, 10, 0.28)}
#contact .button i,
#contact .button{z-index:1}
#contact .button::before{content:"";position:absolute;top:0;left:-120%;width:55%;height:100%;background:linear-gradient(
        110deg,
        transparent 0%,
        rgba(255,255,255,0.05) 25%,
        rgba(255,255,255,0.65) 50%,
        rgba(255,255,255,0.05) 75%,
        transparent 100%
    );transform:skewX(-20deg);pointer-events:none;z-index:2;animation:contactAutoShine 3.5s ease-in-out infinite}
@keyframes contactAutoShine{0%{left:-120%}25%{left:140%}100%{left:140%}}
#contact .button i,
#contact .button{position:relative}
#contact .button:hover{transform:translateY(-3px);filter:brightness(1.08);box-shadow:0 8px 20px rgba(120, 75, 10, 0.28)}

.collection-pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin:30px auto 10px;flex-wrap:wrap}
.collection-pagination a,.collection-pagination span{min-width:42px;height:42px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border:1px solid #c99a3d;border-radius:10px;text-decoration:none;font-size:14px;font-weight:700;color:#8b5b16;background:#fff8eb;transition:all .25s ease}
.collection-pagination .page-current{background:#c99a3d;color:#fff}
.collection-pagination a:hover{background:#c99a3d;color:#fff;transform:translateY(-1px)}
.collection-pagination .page-prev,.collection-pagination .page-next{padding-left:16px;padding-right:16px}
#collection-products{padding-top:10px!important;padding-bottom:20px!important}
#collection-products h2,#collection-products .section-title{margin-top:0!important;margin-bottom:12px!important}
#collection-products .collection-header{margin-bottom:5px!important}
#collection-products .collection-controls{margin-top:0!important;margin-bottom:10px!important}
#collection-products .sort-container,#collection-products .sort-products{margin-top:0!important;margin-bottom:14px!important}
#collection-products input[placeholder*="Search"]{margin-top:0!important;margin-bottom:8px!important}
@media (max-width:760px){
.collection-pagination{gap:7px;margin:24px auto 10px}
.collection-pagination a,.collection-pagination span{min-width:38px;height:38px;padding:0 10px;font-size:12px}
#collection-products{padding-top:5px!important;padding-bottom:15px!important}
#collection-products h2,#collection-products .section-title{margin-bottom:8px!important}
#collection-products .collection-header{margin-bottom:4px!important}
#collection-products .collection-controls{margin-top:0!important;margin-bottom:8px!important}
#collection-products input[placeholder*="Search"]{margin-bottom:15px!important}
}

#searchInput,
#searchBox,
#voiceSearchBox,
.search-box input,
.search-container input {
    box-sizing: border-box;
    width: 100%;
    height: 52px;
    padding: 0 52px 0 20px;

    background: #fffaf0;
    color: #3a2818;

    border: 1px solid rgba(194, 137, 30, 0.55);
    border-radius: 30px;

    outline: none;

    font-family: inherit;
    font-size: 15px;
    letter-spacing: 0.2px;

    box-shadow:
        0 5px 18px rgba(91, 58, 20, 0.08);

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

#searchInput::placeholder,
#searchBox::placeholder,
#voiceSearchBox::placeholder,
.search-box input::placeholder,
.search-container input::placeholder {
    color: #8b7357;
    opacity: 1;
}

#searchInput:focus,
#searchBox:focus,
#voiceSearchBox:focus,
.search-box input:focus,
.search-container input:focus {
    border-color: #c58a1c;

    box-shadow:
        0 0 0 3px rgba(197, 138, 28, 0.10),
        0 6px 20px rgba(91, 58, 20, 0.10);
}

#voiceSearchBtn,
.voice-search-btn,
.voice-search,
.search-mic {
    color: #8d5c08;
    background: transparent;
    border: none;
    outline: none;

    cursor: pointer;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

#voiceSearchBtn:hover,
.voice-search-btn:hover,
.voice-search:hover,
.search-mic:hover {
    color: #c58a1c;
    transform: scale(1.08);
}

.search-container,
.search-box {
    position: relative;
    width: min(520px, 90%);
    margin: 0 auto 35px;
}

@media (max-width: 600px) {

    .search-container,
    .search-box {
        width: calc(100% - 32px);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 28px;
    }

    #searchInput,
    #searchBox,
    #voiceSearchBox,
    .search-box input,
    .search-container input {
        height: 48px;
        font-size: 14px;
        padding-left: 17px;
        padding-right: 48px;
    }
}

#collection .products .image-slider {
    position: relative !important;
    width: 100% !important;
    height: 295px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #f8f5ee !important;
}

#collection .products .slider-image {
    display: block !important;
    width: 100% !important;
    height: 295px !important;

    padding: 0 !important;
    margin: 0 !important;

    object-fit: cover !important;
    object-position: center center !important;

    background: transparent !important;

    cursor: pointer !important;

    transition:
        transform 0.45s ease,
        filter 0.45s ease !important;
}

#collection .products .card:hover .slider-image {
    transform: scale(1.025) !important;
    filter: brightness(1.02) !important;
}

#collection .products .image-slider .slider-dots {
    position: absolute !important;
    left: 0 !important;
    bottom: 8px !important;

    width: 100% !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    gap: 6px !important;

    z-index: 12 !important;
}

#collection .products .image-slider .slider-dot,
#collection .products .image-slider .dot {
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;

    padding: 0 !important;
    margin: 0 !important;

    border-radius: 50% !important;

    background: #c8c8c8 !important;
}

#collection .products .image-slider .slider-dot.active,
#collection .products .image-slider .dot.active {
    background: #b8860b !important;
    transform: scale(1.25) !important;
}

#collection .products .slider-btn {
    z-index: 20 !important;
}

@media (max-width: 700px) {

    #collection .products .image-slider {
        height: 220px !important;
    }

    #collection .products .slider-image {
        height: 220px !important;
        padding: 0 !important;
    }

    #collection .products .image-slider .slider-dots {
        bottom: 7px !important;
    }
}

@media (max-width: 480px) {

    #collection .products .image-slider {
        height: 210px !important;
    }

    #collection .products .slider-image {
        height: 210px !important;
        padding: 0 !important;
    }
}

#collection .products .image-slider {
    height: 325px !important;
    overflow: hidden !important;
    position: relative !important;
}

#collection .products .slider-image {
    width: 100% !important;
    height: 295px !important;
    padding: 0 !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

#collection .products .image-slider .slider-dots {
    position: absolute !important;

    left: 0 !important;
    bottom: 5px !important;

    width: 100% !important;
    height: 18px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    gap: 7px !important;

    z-index: 30 !important;
}

#collection .products .image-slider .slider-dot,
#collection .products .image-slider .dot {
    width: 8px !important;
    height: 8px !important;

    min-width: 8px !important;
    min-height: 8px !important;

    margin: 0 !important;
    padding: 0 !important;

    border-radius: 50% !important;

    background: #c8c8c8 !important;

    display: block !important;
}

#collection .products .image-slider .slider-dot.active,
#collection .products .image-slider .dot.active {
    background: #b8860b !important;
    transform: scale(1.3) !important;
}

#collection .products .image-slider .slider-btn {
    top: 147.5px !important;
}

@media (max-width: 700px) {

    #collection .products .image-slider {
        height: 250px !important;
    }

    #collection .products .slider-image {
        height: 220px !important;
    }

    #collection .products .image-slider .slider-dots {
        bottom: 5px !important;
    }

    #collection .products .image-slider .slider-btn {
        top: 110px !important;
    }
}

#collection .products .card .image-slider {
    position: relative !important;
    width: 100% !important;

    height: 323px !important;
    min-height: 323px !important;

    padding: 0 !important;
    margin: 0 !important;

    overflow: hidden !important;
    background: transparent !important;
}

#collection .products .card .image-slider .slider-image {
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 295px !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center center !important;

    background: transparent !important;
}

#collection .products .card .image-slider .slider-dots {
    position: absolute !important;

    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;

    width: 100% !important;
    height: 28px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 6px !important;

    background: #f7eddd !important;

    z-index: 50 !important;
}

#collection .products .card .image-slider .slider-dots .slider-dot {
    position: static !important;

    width: 7px !important;
    height: 7px !important;

    min-width: 7px !important;
    min-height: 7px !important;

    margin: 0 !important;
    padding: 0 !important;

    flex: 0 0 7px !important;

    border-radius: 50% !important;

    background: #bdb4a7 !important;

    transform: none !important;
}

#collection .products .card .image-slider .slider-dots .slider-dot.active {
    background: #c9952e !important;
    transform: scale(1.25) !important;
}

#collection .products .card .image-slider .slider-btn {
    top: 147.5px !important;
}

#collection .products .card .image-slider .slider-image {
    object-fit: contain !important;
    object-position: center center !important;
    width: 100% !important;
    height: 295px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

@media screen and (max-width: 650px) {

    #collection .products .image-slider {
        height: 178px !important;
        min-height: 178px !important;
        max-height: 178px !important;

        overflow: hidden !important;
        position: relative !important;

        background: #f8f0e2 !important;
    }

    #collection .products .slider-image {
        width: 100% !important;
        height: 178px !important;

        display: block !important;

        object-fit: cover !important;
        object-position: center center !important;

        padding: 0 !important;
        margin: 0 !important;
    }

    #collection .products .image-slider .slider-dots {
        bottom: -1px !important;
    }

    #collection .products .image-slider .slider-btn {
        top: 89px !important;
    }
}

@media screen and (max-width: 650px) {

    #collection .products .card,
    #collection .products .product-card {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }

    #collection .products .image-slider {
        position: relative !important;

        width: 100% !important;
        height: 178px !important;
        min-height: 178px !important;
        max-height: 178px !important;

        margin: 0 !important;
        padding: 0 !important;

        flex: 0 0 178px !important;
        align-self: stretch !important;

        display: block !important;
        overflow: hidden !important;

        box-sizing: border-box !important;
    }

    #collection .products .slider-image {
        position: absolute !important;

        top: 0 !important;
        left: 0 !important;

        width: 100% !important;
        height: 178px !important;

        min-width: 100% !important;
        min-height: 178px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: block !important;

        object-fit: cover !important;
        object-position: center center !important;

        box-sizing: border-box !important;
    }

    #collection .products .slider-dots {
        position: absolute !important;

        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;

        height: 28px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        z-index: 20 !important;
    }
}

@media screen and (max-width: 650px) {

    #collection .products .card {
        height: 405px !important;
        min-height: 405px !important;
        max-height: 405px !important;
        padding: 7px !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
    }

    #collection .products .card .image-slider {
        height: 178px !important;
        min-height: 178px !important;
        max-height: 178px !important;
        flex: 0 0 178px !important;
    }

    #collection .products .card h3 {
        display: flex !important;
        width: 100% !important;
        height: 48px !important;
        min-height: 48px !important;
        margin: 7px 0 0 !important;
        padding: 0 3px !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        font-size: 14px !important;
        line-height: 1.15 !important;
        overflow: hidden !important;
        color: #33281e !important;
    }

    #collection .products .card .price {
        display: flex !important;
        width: 100% !important;
        height: 25px !important;
        min-height: 25px !important;
        margin: 2px 0 !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 17px !important;
        color: #a66f1d !important;
    }

    #collection .products .card .size {
        display: flex !important;
        width: calc(100% - 10px) !important;
        height: 32px !important;
        min-height: 32px !important;
        margin: 0 5px !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        font-size: 10px !important;
        line-height: 1.25 !important;
        color: #716554 !important;
    }

    #collection .products .card > .button {
        display: flex !important;
        width: calc(100% - 12px) !important;
        height: 38px !important;
        min-height: 38px !important;
        margin: auto 6px 6px !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 10px !important;
    }
}

@media screen and (max-width: 760px) {

    #collection {
        width: 100% !important;
        padding: 40px 7px 55px !important;
        overflow-x: hidden !important;
    }

    .products {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        margin: 0 !important;
    }

    #collection .products .card {
        width: 100% !important;

        height: 435px !important;
        min-height: 435px !important;
        max-height: 435px !important;

        padding: 7px !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;

        overflow: hidden !important;
        box-sizing: border-box !important;

        border-radius: 14px !important;
    }

    #collection .products .card .image-slider {

        position: relative !important;

        width: 100% !important;

        height: 205px !important;
        min-height: 205px !important;
        max-height: 205px !important;

        flex: 0 0 205px !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow: hidden !important;

        background: #f7eddd !important;

        border-radius: 10px !important;

        box-sizing: border-box !important;
    }

    #collection .products .card .image-slider .slider-image {

        position: absolute !important;

        top: 0 !important;
        left: 0 !important;

        width: 100% !important;

        height: 177px !important;
        min-height: 177px !important;
        max-height: 177px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: block !important;

        object-fit: contain !important;
        object-position: center center !important;

        background: #fff !important;

        border-radius: 10px !important;

        box-sizing: border-box !important;
    }

    #collection .products .card .image-slider .slider-dots {

        position: absolute !important;

        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;

        width: 100% !important;

        height: 28px !important;
        min-height: 28px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        gap: 5px !important;

        background: #f7eddd !important;

        z-index: 100 !important;

        box-sizing: border-box !important;
    }

    #collection .products .card .image-slider
    .slider-dots .slider-dot {

        position: static !important;

        width: 7px !important;
        height: 7px !important;

        min-width: 7px !important;
        max-width: 7px !important;

        min-height: 7px !important;
        max-height: 7px !important;

        flex: 0 0 7px !important;

        margin: 0 !important;
        padding: 0 !important;

        border: 0 !important;
        border-radius: 50% !important;

        background: #bdb4a7 !important;

        transform: none !important;

        opacity: 1 !important;
        visibility: visible !important;
    }

    #collection .products .card .image-slider
    .slider-dots .slider-dot.active {

        width: 7px !important;
        height: 7px !important;

        min-width: 7px !important;

        flex-basis: 7px !important;

        background: #c9952e !important;

        transform: scale(1.2) !important;
    }

    #collection .products .card .image-slider .slider-btn {

        width: 30px !important;
        height: 30px !important;

        top: 88.5px !important;

        opacity: 1 !important;

        z-index: 200 !important;

        font-size: 19px !important;
    }

    #collection .products .card .image-slider .slider-btn.prev {
        left: 5px !important;
    }

    #collection .products .card .image-slider .slider-btn.next {
        right: 5px !important;
    }

    #collection .products .card h3 {

        width: 100% !important;

        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;

        margin: 7px 0 0 !important;
        padding: 0 3px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        text-align: center !important;

        font-size: 14px !important;
        line-height: 1.15 !important;

        overflow: hidden !important;

        flex-shrink: 0 !important;
    }

    #collection .products .card .price {

        width: 100% !important;

        height: 25px !important;
        min-height: 25px !important;
        max-height: 25px !important;

        margin: 2px 0 !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        font-size: 17px !important;

        flex-shrink: 0 !important;
    }

    #collection .products .card .size {

        width: calc(100% - 10px) !important;

        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;

        margin: 0 5px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        text-align: center !important;

        font-size: 10px !important;
        line-height: 1.25 !important;

        flex-shrink: 0 !important;
    }

    #collection .products .card > .button {

        width: calc(100% - 12px) !important;

        height: 38px !important;
        min-height: 38px !important;
        max-height: 38px !important;

        margin: auto 6px 6px !important;

        padding: 0 4px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        gap: 5px !important;

        font-size: 10px !important;

        border-radius: 9px !important;

        white-space: nowrap !important;

        flex-shrink: 0 !important;
    }
}

@media screen and (max-width: 390px) {

    #collection .products {
        gap: 8px !important;
    }

    #collection .products .card {

        height: 425px !important;
        min-height: 425px !important;
        max-height: 425px !important;

        padding: 6px !important;
    }

    #collection .products .card .image-slider {

        height: 200px !important;
        min-height: 200px !important;
        max-height: 200px !important;

        flex-basis: 200px !important;
    }

    #collection .products .card .image-slider .slider-image {

        height: 172px !important;
        min-height: 172px !important;
        max-height: 172px !important;
    }

    #collection .products .card .image-slider .slider-btn {

        top: 86px !important;
    }

    #collection .products .card h3 {

        height: 48px !important;
        min-height: 48px !important;

        font-size: 13px !important;
    }

    #collection .products .card .price {
        font-size: 16px !important;
    }

    #collection .products .card .size {
        font-size: 9px !important;
    }

    #collection .products .card > .button {

        height: 37px !important;
        min-height: 37px !important;

        font-size: 9px !important;
    }
}

@media (max-width: 760px) {

  .product-card {
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .product-card .product-info,
  .product-card .product-content {
    height: auto !important;
    min-height: 0 !important;
    flex: none !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .product-card .product-size,
  .product-card .size,
  .product-card .product-dimensions {
    margin-bottom: 10px !important;
  }

  .product-card .whatsapp-btn,
  .product-card .order-btn,
  .product-card .product-button {
    margin-top: 4px !important;
  }
}

@media (max-width: 760px) {

  .products .card {
    height: 370px !important;
    min-height: 370px !important;
    padding: 7px !important;
    box-sizing: border-box !important;
  }

  .products .card .image-slider {
    height: 190px !important;
    min-height: 190px !important;
    flex-shrink: 0 !important;
  }

  .products .card h3 {
    height: 48px !important;
    min-height: 48px !important;
    margin: 7px 0 0 !important;
    flex-shrink: 0 !important;
  }

  .products .card .price {
    height: 25px !important;
    min-height: 25px !important;
    margin: 2px 0 !important;
    flex-shrink: 0 !important;
  }

  .products .card .size {
    height: 32px !important;
    min-height: 32px !important;
    margin: 0 5px !important;
    flex-shrink: 0 !important;
  }

  .products .card > .button {
    height: 38px !important;
    min-height: 38px !important;

    margin: 7px 6px 0 !important;

    flex-shrink: 0 !important;
  }
}

@media (max-width: 380px) {

  .products .card {
    height: 350px !important;
    min-height: 350px !important;
  }

  .products .card .image-slider {
    height: 180px !important;
    min-height: 180px !important;
  }

  .products .card h3 {
    height: 44px !important;
    min-height: 44px !important;
  }

  .products .card .price {
    height: 24px !important;
    min-height: 24px !important;
  }

  .products .card .size {
    height: 30px !important;
    min-height: 30px !important;
  }

  .products .card > .button {
    height: 36px !important;
    min-height: 36px !important;
    margin: 6px 6px 0 !important;
  }
}

@media screen and (max-width: 760px) {

    #collection .products .card {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        padding: 7px !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;

        box-sizing: border-box !important;
    }

    #collection .products .card .image-slider {
        width: 100% !important;

        height: 190px !important;
        min-height: 190px !important;
        max-height: 190px !important;

        flex: 0 0 190px !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow: hidden !important;
    }

    #collection .products .card h3 {
        width: 100% !important;

        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;

        margin: 7px 0 0 !important;

        flex: 0 0 48px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        font-size: 14px !important;
        line-height: 1.15 !important;
    }

    #collection .products .card .price {
        width: 100% !important;

        height: 25px !important;
        min-height: 25px !important;
        max-height: 25px !important;

        margin: 2px 0 !important;

        flex: 0 0 25px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        font-size: 17px !important;
    }

    #collection .products .card .size {
        width: calc(100% - 10px) !important;

        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;

        margin: 0 5px !important;

        flex: 0 0 32px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        font-size: 10px !important;
        line-height: 1.2 !important;
    }

    #collection .products .card > .button {
        width: calc(100% - 12px) !important;

        height: 38px !important;
        min-height: 38px !important;
        max-height: 38px !important;

        margin: 7px 6px 6px !important;

        flex: 0 0 38px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        font-size: 10px !important;
    }
}

@media screen and (max-width: 390px) {

    #collection .products .card {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        padding: 6px !important;
    }

    #collection .products .card .image-slider {
        height: 180px !important;
        min-height: 180px !important;
        max-height: 180px !important;

        flex-basis: 180px !important;
    }

    #collection .products .card h3 {
        height: 46px !important;
        min-height: 46px !important;
        max-height: 46px !important;

        flex-basis: 46px !important;

        font-size: 13px !important;
    }

    #collection .products .card .price {
        height: 24px !important;
        min-height: 24px !important;
        max-height: 24px !important;

        flex-basis: 24px !important;

        font-size: 16px !important;
    }

    #collection .products .card .size {
        height: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;

        flex-basis: 30px !important;

        font-size: 9px !important;
    }

    #collection .products .card > .button {
        height: 37px !important;
        min-height: 37px !important;
        max-height: 37px !important;

        flex-basis: 37px !important;

        margin: 6px 6px 6px !important;

        font-size: 9px !important;
    }
}

@media screen and (min-width: 761px) {
    #collection .products .card > .button {
        position: relative !important;
        bottom: 10px !important;
    }
}

@media screen and (min-width: 761px) {

    .featured-slide .featured-info,
    .featured-clone .featured-info {
        width: 100% !important;
        flex: 1 !important;
        min-height: 0 !important;
        padding: 5px 5px 3px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    .featured-slide .featured-label,
    .featured-slide .featured-badge,
    .featured-clone .featured-label,
    .featured-clone .featured-badge {
        height: 23px !important;
        min-height: 23px !important;
        margin: 1px auto 3px !important;
        flex-shrink: 0 !important;
    }

    .featured-slide .featured-info h3,
    .featured-clone .featured-info h3 {
        width: 100% !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        margin: 2px 0 1px !important;
        padding: 0 4px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        line-height: 1.15 !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
        box-sizing: border-box !important;
    }

    .featured-slide .featured-price,
    .featured-clone .featured-price {
        width: 100% !important;
        height: 25px !important;
        min-height: 25px !important;
        margin: 1px 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
        flex-shrink: 0 !important;
    }

    .featured-slide .featured-size,
    .featured-clone .featured-size {
        width: 100% !important;
        height: 22px !important;
        min-height: 22px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1.2 !important;
        flex-shrink: 0 !important;
    }

    .featured-slide .featured-button,
    .featured-clone .featured-button {
        width: calc(100% - 8px) !important;
        height: 33px !important;
        min-height: 33px !important;
        max-height: 33px !important;
        margin: auto 4px 2px !important;
        flex-shrink: 0 !important;
        box-sizing: border-box !important;
    }
}

@media screen and (min-width: 761px) {

    .featured-slide .featured-info,
    .featured-clone .featured-info {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        flex: 1 !important;
        padding: 5px 5px 3px !important;
        box-sizing: border-box !important;
    }

    .featured-slide .featured-label,
    .featured-slide .featured-badge,
    .featured-clone .featured-label,
    .featured-clone .featured-badge {
        height: 23px !important;
        min-height: 23px !important;
        margin: 1px auto 2px !important;
        flex-shrink: 0 !important;
    }

    .featured-slide .featured-info h3,
    .featured-clone .featured-info h3 {
        width: 100% !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        margin: 2px 0 1px !important;
        padding: 0 4px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        line-height: 1.15 !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
        box-sizing: border-box !important;
    }

    .featured-slide .featured-price,
    .featured-clone .featured-price {
        width: 100% !important;
        height: 26px !important;
        min-height: 26px !important;
        max-height: 26px !important;
        margin: 1px 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
        flex-shrink: 0 !important;
    }

    .featured-slide .featured-size,
    .featured-clone .featured-size {
        width: 100% !important;
        height: 20px !important;
        min-height: 20px !important;
        max-height: 20px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1.1 !important;
        flex-shrink: 0 !important;
    }

    .featured-slide .featured-button,
    .featured-clone .featured-button {
        width: calc(100% - 8px) !important;
        height: 33px !important;
        min-height: 33px !important;
        max-height: 33px !important;
        margin: 6px 4px 2px !important;
        padding: 5px 7px !important;
        flex-shrink: 0 !important;
        box-sizing: border-box !important;
    }
}

@media screen and (min-width: 761px) {

    .featured-slide .featured-info,
    .featured-clone .featured-info {
        flex: 0 0 auto !important;
        height: auto !important;
        min-height: 0 !important;
        justify-content: flex-start !important;
    }

    .featured-slide .featured-button,
    .featured-clone .featured-button {
        margin: 6px 4px 2px !important;
    }
}

@media screen and (min-width: 761px) {

    .featured-slide .featured-info,
    .featured-clone .featured-info {
        width: 100% !important;
        flex: 1 1 auto !important;
        min-height: 0 !important;
        height: auto !important;
        padding: 5px 5px 3px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    .featured-slide .featured-label,
    .featured-slide .featured-badge,
    .featured-clone .featured-label,
    .featured-clone .featured-badge {
        width: auto !important;
        height: 23px !important;
        min-height: 23px !important;
        max-height: 23px !important;
        margin: 1px auto 3px !important;
        flex-shrink: 0 !important;
    }

    .featured-slide .featured-info h3,
    .featured-clone .featured-info h3 {
        width: 100% !important;
        height: 38px !important;
        min-height: 38px !important;
        max-height: 38px !important;
        margin: 2px 0 1px !important;
        padding: 0 4px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        font-size: 16px !important;
        line-height: 1.15 !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
        box-sizing: border-box !important;
    }

    .featured-slide .featured-price,
    .featured-clone .featured-price {
        width: 100% !important;
        height: 25px !important;
        min-height: 25px !important;
        max-height: 25px !important;
        margin: 1px 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
        flex-shrink: 0 !important;
    }

    .featured-slide .featured-size,
    .featured-clone .featured-size {
        width: 100% !important;
        height: 20px !important;
        min-height: 20px !important;
        max-height: 20px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1.1 !important;
        flex-shrink: 0 !important;
    }

    .featured-slide .featured-button,
    .featured-clone .featured-button {
        width: calc(100% - 8px) !important;
        height: 33px !important;
        min-height: 33px !important;
        max-height: 33px !important;
        margin: auto 4px 2px !important;
        padding: 5px 7px !important;
        flex-shrink: 0 !important;
        box-sizing: border-box !important;
    }
}

@media (max-width:760px){

  .featured-slide .featured-info h3,
  .featured-clone .featured-info h3{
    font-size:8.5px !important;
  }

  .featured-slide .featured-price,
  .featured-clone .featured-price{
    font-size:11px !important;
  }

  .featured-slide .featured-size,
  .featured-clone .featured-size{
    font-size:5.5px !important;
  }

  .featured-slide .featured-button,
  .featured-clone .featured-button{
    font-size:6.5px !important;
  }

}

@media screen and (max-width: 760px) {

    #collection .products .card {
        padding: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        box-sizing: border-box !important;
    }

    #collection .products .card .image-slider {
        width: 100% !important;
        height: 190px !important;
        min-height: 190px !important;
        max-height: 190px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 14px 14px 0 0 !important;
        overflow: hidden !important;
        background: #f7eddd !important;
    }

    #collection .products .card .image-slider .slider-image {
        width: 100% !important;
        height: 162px !important;
        min-height: 162px !important;
        max-height: 162px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        object-fit: cover !important;
        object-position: center center !important;
        background: #f7eddd !important;
    }

    #collection .products .card .image-slider .slider-dots {
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 28px !important;
        background: #f7eddd !important;
    }

    #collection .products .card h3 {
        margin: 6px 5px 0 !important;
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
        font-size: 13px !important;
    }

    #collection .products .card .price {
        height: 25px !important;
        min-height: 25px !important;
        margin: 2px 0 !important;
        font-size: 16px !important;
    }

    #collection .products .card .size {
        height: 28px !important;
        min-height: 28px !important;
        margin: 0 5px !important;
        font-size: 9px !important;
    }

    #collection .products .card > .button {
        width: calc(100% - 12px) !important;
        height: 36px !important;
        min-height: 36px !important;
        margin: 5px 6px 6px !important;
        flex-shrink: 0 !important;
        font-size: 9px !important;
    }
}

@media screen and (max-width: 760px) {

    #collection .products .card .image-slider {
        position: relative !important;
        width: 100% !important;
        height: 190px !important;
        min-height: 190px !important;
        max-height: 190px !important;
        overflow: hidden !important;
        background: #f7eddd !important;
    }

    #collection .products .card .image-slider .slider-image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;

        width: 100% !important;
        height: 190px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: block !important;

        object-fit: contain !important;
        object-position: center center !important;

        background: #f7eddd !important;
        transform: none !important;
    }

    #collection .products .card .image-slider .slider-dots {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 4px !important;

        width: 100% !important;
        height: 14px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;

        background: transparent !important;
        z-index: 100 !important;
    }

    #collection .products .card .image-slider .slider-dot,
    #collection .products .card .image-slider .slider-dot.active {
        width: 7px !important;
        height: 7px !important;
        min-width: 7px !important;
        max-width: 7px !important;
        min-height: 7px !important;
        max-height: 7px !important;

        flex: 0 0 7px !important;
        margin: 0 !important;
        padding: 0 !important;

        border: 0 !important;
        border-radius: 50% !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    #collection .products .card .image-slider .slider-dot {
        background: #bdb4a7 !important;
    }

    #collection .products .card .image-slider .slider-dot.active {
        background: #c9952e !important;
    }

    #collection .products .card .image-slider .slider-btn {
        top: 95px !important;
        z-index: 110 !important;
    }
}

@media screen and (max-width: 760px) {

    #collection .products {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    #collection .products .card {
        position: relative !important;
        width: 100% !important;
        height: 405px !important;
        min-height: 405px !important;
        max-height: 405px !important;

        padding: 7px !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;

        overflow: hidden !important;

        background: linear-gradient(
            145deg,
            #f7eddd 0%,
            #efe1cb 52%,
            #e4d0b2 100%
        ) !important;

        border: 1px solid rgba(201,149,46,.34) !important;
        border-radius: 14px !important;

        box-shadow:
            0 12px 28px rgba(78,53,20,.12),
            0 4px 12px rgba(201,149,46,.08),
            inset 0 1px 0 rgba(255,255,255,.98) !important;

        box-sizing: border-box !important;
    }

    #collection .products .card .image-slider {
        position: relative !important;

        width: 100% !important;
        height: 190px !important;
        min-height: 190px !important;
        max-height: 190px !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow: hidden !important;

        background: #f7eddd !important;
        border-radius: 10px !important;

        flex: 0 0 190px !important;
    }

    #collection .products .card .image-slider .slider-image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;

        width: 100% !important;
        height: 190px !important;
        min-height: 190px !important;
        max-height: 190px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: block !important;

        object-fit: contain !important;
        object-position: center center !important;

        background: #f7eddd !important;
        border: 0 !important;
        border-radius: 10px !important;

        transform: none !important;
    }

    #collection .products .card .image-slider .slider-dots {
        position: absolute !important;

        left: 0 !important;
        right: 0 !important;
        bottom: 4px !important;

        width: 100% !important;
        height: 16px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;

        background: transparent !important;
        z-index: 100 !important;
    }

    #collection .products .card .image-slider .slider-dot,
    #collection .products .card .image-slider .slider-dot.active {
        width: 7px !important;
        height: 7px !important;
        min-width: 7px !important;
        max-width: 7px !important;
        min-height: 7px !important;
        max-height: 7px !important;

        flex: 0 0 7px !important;

        margin: 0 !important;
        padding: 0 !important;

        border: 0 !important;
        border-radius: 50% !important;

        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    #collection .products .card .image-slider .slider-dot {
        background: #bdb4a7 !important;
    }

    #collection .products .card .image-slider .slider-dot.active {
        background: #c9952e !important;
    }

    #collection .products .card .image-slider .slider-btn {
        top: 50% !important;

        width: 30px !important;
        height: 30px !important;

        font-size: 19px !important;
        opacity: 1 !important;

        z-index: 200 !important;
    }

    #collection .products .card .image-slider .slider-btn.prev {
        left: 5px !important;
    }

    #collection .products .card .image-slider .slider-btn.next {
        right: 5px !important;
    }

    #collection .products .card h3 {
        width: 100% !important;
        height: 48px !important;
        min-height: 48px !important;

        margin: 7px 0 0 !important;
        padding: 0 3px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        text-align: center !important;

        color: #33281e !important;

        font-family: Georgia, "Times New Roman", serif !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 1.15 !important;

        overflow: hidden !important;
    }

    #collection .products .card .price {
        width: 100% !important;
        height: 25px !important;
        min-height: 25px !important;

        margin: 2px 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        color: #a66f1d !important;
        font-size: 17px !important;
        font-weight: 800 !important;
    }

    #collection .products .card .size {
        width: calc(100% - 10px) !important;
        height: 32px !important;
        min-height: 32px !important;

        margin: 0 5px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        text-align: center !important;

        color: #716554 !important;
        font-size: 10px !important;
        line-height: 1.25 !important;
    }

    #collection .products .card > .button {
        width: calc(100% - 12px) !important;
        height: 38px !important;
        min-height: 38px !important;

        margin: auto 6px 6px !important;
        padding: 0 4px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 5px !important;

        border: 1px solid #d6a44d !important;
        border-radius: 9px !important;

        background: linear-gradient(
            135deg,
            #ad7110,
            #d19a2e 45%,
            #b87913
        ) !important;

        color: #fff !important;

        font-size: 10px !important;
        font-weight: 700 !important;

        white-space: nowrap !important;

        box-shadow:
            0 8px 20px rgba(91,54,5,.28),
            inset 0 1px 0 rgba(255,255,255,.34) !important;
    }
}

@media screen and (max-width:760px){

  #collection .products .card .image-slider{
    position:relative !important;
    width:100% !important;

    height:190px !important;
    min-height:190px !important;
    max-height:190px !important;

    overflow:hidden !important;
    background:#f7eddd !important;
  }

  #collection .products .card .image-slider .slider-image{
    position:absolute !important;
    top:0 !important;
    left:0 !important;

    width:100% !important;
    height:162px !important;
    min-height:162px !important;
    max-height:162px !important;

    object-fit:contain !important;
    object-position:center !important;

    margin:0 !important;
    padding:0 !important;
    background:#fff !important;

    z-index:1 !important;
  }

  #collection .products .card .image-slider .slider-dots{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;

    width:100% !important;
    height:28px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:5px !important;

    margin:0 !important;
    padding:0 !important;

    background:#f7eddd !important;
    z-index:1000 !important;
  }

  #collection .products .card .image-slider .slider-dots .slider-dot{
    position:static !important;

    width:7px !important;
    height:7px !important;
    min-width:7px !important;
    max-width:7px !important;
    min-height:7px !important;
    max-height:7px !important;

    flex:0 0 7px !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;
    border-radius:50% !important;

    background:#bdb4a7 !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
  }

  #collection .products .card .image-slider .slider-dots .slider-dot.active{
    background:#c9952e !important;
    transform:scale(1.2) !important;
  }

  #collection .products .card .image-slider .slider-btn{
    top:81px !important;
    z-index:1100 !important;
  }
}

@media screen and (max-width:760px){

  #collection .products .card .image-slider{
    background:#f7eddd !important;
  }

  #collection .products .card .image-slider .slider-image{
    background:#f7eddd !important;
  }

  #collection .products .card .image-slider .slider-dots{
    background:#f7eddd !important;
  }
}

@media screen and (max-width:760px){

  #collection .products .card{
    height:370px !important;
    min-height:370px !important;
    max-height:370px !important;
    padding:7px !important;
  }

  #collection .products .card .image-slider{
    height:220px !important;
    min-height:220px !important;
    max-height:220px !important;
    flex:0 0 220px !important;
    margin:0 !important;
    padding:0 !important;
    background:#f7eddd !important;
  }

  #collection .products .card .image-slider .slider-image{
    width:100% !important;
    height:220px !important;
    min-height:220px !important;
    max-height:220px !important;
    object-fit:contain !important;
    object-position:center center !important;
    background:#f7eddd !important;
    margin:0 !important;
    padding:0 !important;
  }

  #collection .products .card .image-slider .slider-dots{
    bottom:0 !important;
    height:28px !important;
    background:#f7eddd !important;
  }

  #collection .products .card h3{
    height:42px !important;
    min-height:42px !important;
    margin:4px 0 0 !important;
    font-size:14px !important;
  }

  #collection .products .card .price{
    height:24px !important;
    min-height:24px !important;
    margin:1px 0 !important;
    font-size:17px !important;
  }

  #collection .products .card .size{
    height:27px !important;
    min-height:27px !important;
    margin:0 5px !important;
    font-size:9px !important;
  }

  #collection .products .card > .button{
    height:36px !important;
    min-height:36px !important;
    margin:3px 6px 5px !important;
    font-size:10px !important;
  }

  #collection .products .card .image-slider .slider-btn{
    top:96px !important;
  }
}

@media screen and (min-width: 761px) {
    #collection .products .card {
        height: 500px !important;
        min-height: 500px !important;
        max-height: 500px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    #collection .products .card .image-slider {
        height: 305px !important;
        min-height: 305px !important;
        max-height: 305px !important;
        flex: 0 0 305px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    #collection .products .card .image-slider .slider-image {
        height: 277px !important;
        min-height: 277px !important;
        max-height: 277px !important;
        object-fit: contain !important;
        object-position: center center !important;
    }

    #collection .products .card .image-slider .slider-dots {
        height: 28px !important;
        min-height: 28px !important;
        max-height: 28px !important;
        bottom: 0 !important;
    }

    #collection .products .card h3 {
        height: 52px !important;
        min-height: 52px !important;
        max-height: 52px !important;
        flex: 0 0 52px !important;
        margin: 8px 0 0 !important;
    }

    #collection .products .card .price {
        height: 28px !important;
        min-height: 28px !important;
        max-height: 28px !important;
        flex: 0 0 28px !important;
        margin: 2px 0 !important;
    }

    #collection .products .card .size {
        height: 38px !important;
        min-height: 38px !important;
        max-height: 38px !important;
        flex: 0 0 38px !important;
        margin: 0 10px !important;
    }

    #collection .products .card > .button {
        position: relative !important;
        width: calc(100% - 14px) !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        flex: 0 0 40px !important;
        margin: auto 7px 0 !important;
        bottom: auto !important;
        z-index: 20 !important;
        box-sizing: border-box !important;
    }
}

#collection {
    padding-top: 22px !important;
    padding-bottom: 45px !important;
}

#collection > h2 {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}

.product-sort {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.search-container,
.search-box {
    margin-bottom: 18px !important;
}

@media (max-width: 760px) {
    #collection {
        padding-top: 18px !important;
        padding-bottom: 35px !important;
    }

    #collection > h2 {
        margin-bottom: 10px !important;
    }

    .product-sort {
        margin-bottom: 8px !important;
    }

    .search-container,
    .search-box {
        margin-bottom: 14px !important;
    }
}

#collection {
    position: relative;
    width: 100%;
    padding: 42px 20px 64px !important;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.18) 0%,
            rgba(246,232,207,.55) 28%,
            rgba(248,238,220,.78) 100%
        );
    box-sizing: border-box;
}

#collection::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 1280px;
    height: 1px;
    margin: 0 auto 28px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(190,137,35,.30),
        transparent
    );
}

#collection > h2,
.collection-title {
    position: relative;
    margin: 0 auto 12px !important;
    text-align: center;
    font-size: clamp(32px, 3.2vw, 46px) !important;
    line-height: 1.1;
    letter-spacing: -.5px;
    font-weight: 700;
    color: #21150d;
}

#collection > h2::after,
.collection-title::after {
    content: "";
    display: block;
    width: 105px;
    height: 3px;
    margin: 16px auto 0;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        transparent,
        #c79532 18%,
        #e1bd70 50%,
        #c79532 82%,
        transparent
    );
}

.product-sort {
    width: min(1180px, 100%);
    margin: 26px auto 12px !important;
    display: flex;
    justify-content: center;
}

.custom-sort {
    width: 205px !important;
    flex: 0 0 205px !important;
}

.custom-sort-button {
    height: 50px !important;
    border-radius: 25px !important;
    padding: 0 20px !important;
    background: rgba(255,253,248,.94) !important;
    border: 1px solid rgba(194,143,48,.48) !important;
    box-shadow: 0 8px 24px rgba(91,58,20,.07);
    font-size: 13px !important;
    font-weight: 700 !important;
    transition: .25s ease;
}

.custom-sort-button:hover {
    border-color: rgba(180,124,22,.72) !important;
    box-shadow: 0 10px 28px rgba(91,58,20,.11);
    transform: translateY(-1px);
}

.search-container,
.search-box {
    width: min(620px, 92%) !important;
    margin: 0 auto 24px !important;
}

.search-box input,
.search-container input {
    height: 54px !important;
    border-radius: 28px !important;
    background: rgba(255,253,248,.96) !important;
    border: 1px solid rgba(194,143,48,.55) !important;
    box-shadow:
        0 8px 26px rgba(91,58,20,.07),
        inset 0 1px 0 rgba(255,255,255,.8);
    font-size: 15px !important;
    transition: .25s ease;
}

.search-box input:focus,
.search-container input:focus {
    border-color: #bd8520 !important;
    box-shadow:
        0 0 0 4px rgba(197,138,28,.08),
        0 10px 28px rgba(91,58,20,.10) !important;
}

.decoreva-pagination {
    margin: 8px auto 28px !important;
    gap: 16px !important;
}

.decoreva-pagination button {
    transition: .22s ease !important;
}

.decoreva-pagination button[data-page] {
    min-width: 34px !important;
    height: 34px !important;
    border-radius: 17px !important;
}

.decoreva-pagination button[data-page]:hover {
    background: rgba(199,149,50,.10) !important;
}

#collection-products {
    width: min(1200px, 100%) !important;
    margin: 0 auto !important;
    padding-top: 6px !important;
}

#collection-products .card {
    box-shadow:
        0 8px 24px rgba(83,52,20,.07),
        0 1px 0 rgba(255,255,255,.75) inset;
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

#collection-products .card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 16px 34px rgba(83,52,20,.12),
        0 1px 0 rgba(255,255,255,.85) inset;
}

@media (min-width: 900px) {
    #collection {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    #collection > h2,
    .collection-title {
        margin-bottom: 14px !important;
    }

    .product-sort {
        margin-top: 24px !important;
        margin-bottom: 12px !important;
    }

    .search-container,
    .search-box {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 760px) {
    #collection {
        padding: 28px 12px 42px !important;
    }

    #collection::before {
        margin-bottom: 20px;
    }

    #collection > h2,
    .collection-title {
        font-size: 30px !important;
        margin-bottom: 10px !important;
    }

    #collection > h2::after,
    .collection-title::after {
        width: 82px;
        height: 2px;
        margin-top: 11px;
    }

    .product-sort {
        margin: 18px auto 10px !important;
    }

    .custom-sort {
        width: 190px !important;
        flex-basis: 190px !important;
    }

    .custom-sort-button {
        height: 46px !important;
    }

    .search-container,
    .search-box {
        width: calc(100% - 18px) !important;
        margin-bottom: 16px !important;
    }

    .search-box input,
    .search-container input {
        height: 50px !important;
    }

    .decoreva-pagination {
        margin: 4px auto 20px !important;
        gap: 10px !important;
    }
}

:root{
  --decoreva-gold:#c79532;
  --decoreva-gold-light:#e6c878;
  --decoreva-ink:#2b1b10;
  --decoreva-muted:#756758;
  --decoreva-ivory:#fbf7ef;
  --decoreva-card:#fffaf1;
}

html{
  scroll-behavior:smooth;
  scroll-padding-top:78px;
}
body{
  background:
    radial-gradient(circle at 50% 0%,rgba(214,179,106,.10),transparent 30%),
    linear-gradient(180deg,#fbf7ef 0%,#f6ecdc 48%,#fbf7ef 100%);
}
img{
  image-rendering:auto;
}

header{
  position:relative;
  z-index:10001;
}
nav{
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
nav a{
  transition:color .22s ease,transform .22s ease;
}
nav a:hover{
  transform:translateY(-1px);
}

.hero-banner{
  display:block;
  width:100%;
  height:auto;
}
.hero-content .button{
  box-shadow:0 10px 26px rgba(88,54,10,.22);
}

.decoreva-trust-strip{
  background:rgba(255,250,241,.94);
  backdrop-filter:blur(6px);
}

.featured-products{
  padding-top:34px!important;
  padding-bottom:22px!important;
}
.featured-heading{
  margin-bottom:20px!important;
}
.featured-slider{
  max-width:1240px!important;
  height:390px!important;
  padding:7px!important;
  border-radius:18px!important;
}
.featured-slide,
.featured-clone{
  border-radius:14px!important;
}
.featured-image-box{
  background:#f8f2e7!important;
}
.featured-image-box img{
  object-fit:cover!important;
}
.featured-button{
  min-height:36px!important;
  height:36px!important;
  border-radius:9px!important;
  font-size:10px!important;
}
.featured-prev,
.featured-next{
  width:44px!important;
  height:44px!important;
  box-shadow:0 8px 22px rgba(75,48,9,.18)!important;
}
.featured-dot{
  transition:width .2s ease,background .2s ease,transform .2s ease!important;
}
.featured-dot.active{
  transform:scaleY(1.05);
}

#collection{
  padding:0 20px 64px!important;
  background:
    linear-gradient(180deg,#f3e6d2 0%,#f8efe2 52%,#fbf7ef 100%)!important;
  overflow:hidden;
}
#collection .festival-section{
  margin:0 -20px!important;
  padding:38px 30px 34px!important;
  background:
    radial-gradient(circle at 50% 0%,rgba(214,164,61,.14),transparent 42%),
    linear-gradient(180deg,#f9f0e2 0%,#f0dfc3 100%)!important;
}
.festival-heading{
  margin:0 auto 24px!important;
}
.festival-eyebrow{
  color:#a66d12!important;
  font-weight:800!important;
  letter-spacing:2px!important;
}
.festival-heading h2{
  font-size:clamp(30px,3.4vw,44px)!important;
}
.festival-heading p{
  max-width:680px!important;
  font-size:14px!important;
}
.festival-line{
  width:100px!important;
  height:2px!important;
  margin:14px auto 0!important;
}
.festival-grid{
  max-width:1200px!important;
  gap:18px!important;
}
.festival-card{
  min-height:250px!important;
  height:250px!important;
  padding:22px 18px 16px!important;
  border-radius:18px!important;
  background:
    linear-gradient(145deg,#fffaf0 0%,#f3e4cd 100%)!important;
  box-shadow:
    0 12px 30px rgba(103,73,28,.10),
    inset 0 1px 0 rgba(255,255,255,.95)!important;
}
.festival-card:hover{
  transform:translateY(-6px)!important;
}
.festival-icon{
  width:58px!important;
  height:58px!important;
  margin-bottom:10px!important;
}
.festival-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.festival-tag{
  font-size:9px!important;
  letter-spacing:.7px!important;
}
.festival-card h3{
  font-size:23px!important;
}
.festival-card p{
  font-size:12px!important;
}
.festival-button{
  min-height:40px!important;
  border-radius:9px!important;
  font-size:10px!important;
}

#collection-title{
  display:block;
  margin:0 auto!important;
  padding:34px 0 0!important;
  border-top:1px solid rgba(184,134,44,.22);
  scroll-margin-top:78px!important;
}
#collection-title::after{
  width:115px!important;
  height:3px!important;
  margin-top:13px!important;
}

.collection-controls{
  width:min(1180px,100%);
  margin:24px auto 20px;
  display:grid;
  grid-template-columns:205px minmax(0,620px);
  align-items:center;
  justify-content:center;
  gap:24px;
}
.collection-controls .product-sort{
  width:205px!important;
  margin:0!important;
  justify-content:stretch!important;
}
.collection-controls .custom-sort{
  width:205px!important;
}
.collection-controls .search-container{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
.collection-controls .search-box{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
.collection-controls .search-box input{
  height:50px!important;
}
.custom-sort-button{
  border-radius:14px!important;
  height:50px!important;
}
.custom-sort-menu{
  border-radius:14px!important;
  box-shadow:0 18px 40px rgba(50,30,10,.16)!important;
}
.custom-sort-menu button{
  padding:12px 15px!important;
}

#collection-products{
  width:min(1200px,100%)!important;
  margin:0 auto!important;
  padding-top:0!important;
  scroll-margin-top:78px!important;
}
.products{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:20px!important;
}
.products .card{
  height:500px!important;
  min-height:500px!important;
  padding:10px!important;
  border-radius:16px!important;
  background:linear-gradient(145deg,#fffaf0 0%,#f0e2ce 100%)!important;
  box-shadow:
    0 10px 28px rgba(78,53,20,.10),
    inset 0 1px 0 rgba(255,255,255,.95)!important;
}
.products .card .image-slider{
  height:282px!important;
  min-height:282px!important;
  flex:0 0 282px!important;
  background:#f8f3ea!important;
  border-radius:12px!important;
}
.products .card .image-slider .slider-image{
  height:254px!important;
  object-fit:contain!important;
  background:#f8f3ea!important;
}
.products .card h3{
  min-height:44px!important;
  margin:8px 0 2px!important;
  font-size:16px!important;
  line-height:1.18!important;
}
.products .card .price{
  margin:2px 0!important;
  font-size:18px!important;
  font-weight:800!important;
  color:#b47716!important;
}
.products .card .size{
  min-height:30px!important;
  margin:1px 5px 4px!important;
  font-size:10px!important;
  line-height:1.25!important;
}
.products .card>.button{
  min-height:38px!important;
  height:38px!important;
  margin:auto 5px 3px!important;
  border-radius:9px!important;
  font-size:10px!important;
}

.decoreva-pagination{
  margin:20px auto 26px!important;
  gap:8px!important;
}
.decoreva-pagination button{
  min-width:36px!important;
  height:36px!important;
  padding:0 10px!important;
  border-radius:18px!important;
  transition:all .2s ease!important;
}
.decoreva-pagination button[data-page]:hover{
  background:rgba(199,149,50,.12)!important;
  transform:translateY(-1px);
}

#contact{
  background:linear-gradient(180deg,#f6ead9,#fbf7ef)!important;
  border-top:1px solid rgba(201,149,46,.18);
  border-bottom:1px solid rgba(201,149,46,.12);
}
footer{
  background:#25170e!important;
  color:#ead9b8!important;
}

.floating-whatsapp{
  width:58px!important;
  height:58px!important;
  right:18px!important;
  bottom:18px!important;
  box-shadow:0 8px 24px rgba(25,120,60,.24),0 0 0 5px rgba(255,255,255,.75)!important;
  z-index:10000!important;
}

.lightbox{
  background:rgba(20,14,8,.94)!important;
}
#lightbox-img{
  border-radius:10px!important;
  box-shadow:0 20px 60px rgba(0,0,0,.45)!important;
}

@media (max-width:1100px){
  .products{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .collection-controls{
    grid-template-columns:205px minmax(0,1fr);
  }
}

@media (max-width:760px){
  html{
    scroll-padding-top:58px;
  }

  .mobile-menu-toggle,
  .mobile-instagram{
    display:none!important;
  }

  nav{
    min-height:45px!important;
    height:45px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    justify-content:center!important;
    scrollbar-width:none;
  }
  nav::-webkit-scrollbar{display:none}

  nav a{
    padding:8px 10px!important;
    font-size:10.5px!important;
  }

  .featured-products{
    padding:22px 8px 18px!important;
  }
  .featured-heading{
    margin-bottom:14px!important;
  }
  .featured-heading h2{
    font-size:25px!important;
  }
  .featured-slider{
    height:320px!important;
    min-height:320px!important;
    padding:5px!important;
  }
  .featured-slide,
  .featured-clone{
    flex-basis:calc((100% - 4px)/2)!important;
    width:calc((100% - 4px)/2)!important;
    max-width:calc((100% - 4px)/2)!important;
    min-width:calc((100% - 4px)/2)!important;
    height:308px!important;
    padding:5px!important;
  }
  .featured-image-box{
    height:150px!important;
    min-height:150px!important;
  }
  .featured-image-box img{
    object-fit:cover!important;
  }
  .featured-info h3{
    min-height:38px!important;
    height:38px!important;
    font-size:12px!important;
  }
  .featured-price{font-size:16px!important}
  .featured-size{font-size:8px!important}
  .featured-button{
    height:32px!important;
    min-height:32px!important;
    font-size:8px!important;
  }
  .featured-prev,
  .featured-next{
    width:30px!important;
    height:30px!important;
    font-size:17px!important;
  }

  #collection{
    padding:0 10px 42px!important;
  }
  #collection .festival-section{
    margin:0 -10px!important;
    padding:30px 12px 26px!important;
  }
  .festival-heading{
    margin-bottom:18px!important;
  }
  .festival-heading h2{
    font-size:28px!important;
  }
  .festival-heading p{
    font-size:11px!important;
  }
  .festival-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .festival-card{
    min-height:218px!important;
    height:218px!important;
    padding:15px 9px 11px!important;
    border-radius:15px!important;
  }
  .festival-icon{
    width:48px!important;
    height:48px!important;
    margin-bottom:7px!important;
  }
  .festival-tag{
    font-size:7px!important;
    padding:4px 7px!important;
  }
  .festival-card h3{
    font-size:18px!important;
    margin:6px 0 4px!important;
  }
  .festival-card p{
    max-width:145px!important;
    font-size:9.5px!important;
    margin:0 auto 8px!important;
  }
  .festival-button{
    max-width:132px!important;
    min-height:34px!important;
    padding:7px 8px!important;
    font-size:9px!important;
  }

  #collection-title{
    padding-top:26px!important;
    scroll-margin-top:58px!important;
  }
  #collection-title::after{
    width:88px!important;
    margin-top:10px!important;
  }

  .collection-controls{
    width:100%!important;
    margin:18px auto 16px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
  }
  .collection-controls .product-sort,
  .collection-controls .custom-sort{
    width:190px!important;
    flex:0 0 190px!important;
  }
  .collection-controls .search-container,
  .collection-controls .search-box{
    width:100%!important;
  }
  .collection-controls .search-box input{
    height:48px!important;
    font-size:13px!important;
  }

  #collection-products{
    scroll-margin-top:58px!important;
  }
  .products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .products .card{
    height:370px!important;
    min-height:370px!important;
    max-height:370px!important;
    padding:7px!important;
    border-radius:13px!important;
  }
  .products .card .image-slider{
    height:182px!important;
    min-height:182px!important;
    flex-basis:182px!important;
    border-radius:9px!important;
  }
  .products .card .image-slider .slider-image{
    height:154px!important;
  }
  .products .card .image-slider .slider-dots{
    height:28px!important;
  }
  .products .card .image-slider .slider-btn{
    width:28px!important;
    height:28px!important;
    font-size:18px!important;
  }
  .products .card h3{
    min-height:42px!important;
    height:42px!important;
    margin:6px 0 1px!important;
    font-size:12px!important;
  }
  .products .card .price{
    font-size:16px!important;
    line-height:1.1!important;
  }
  .products .card .size{
    min-height:27px!important;
    font-size:8px!important;
  }
  .products .card>.button{
    height:34px!important;
    min-height:34px!important;
    font-size:8.5px!important;
    margin-bottom:3px!important;
  }

  .decoreva-pagination{
    margin:16px auto 22px!important;
    gap:6px!important;
  }
  .decoreva-pagination button{
    min-width:32px!important;
    height:32px!important;
    font-size:13px!important;
  }

  .floating-whatsapp{
    width:52px!important;
    height:52px!important;
    right:12px!important;
    bottom:12px!important;
  }
}

@media (max-width:390px){
  nav a{
    padding-left:8px!important;
    padding-right:8px!important;
    font-size:10px!important;
  }
  .featured-slider{
    height:300px!important;
    min-height:300px!important;
  }
  .featured-slide,
  .featured-clone{
    height:288px!important;
  }
  .featured-image-box{
    height:135px!important;
    min-height:135px!important;
  }
  .products .card{
    height:360px!important;
    min-height:360px!important;
    max-height:360px!important;
  }
  .products .card .image-slider{
    height:174px!important;
    min-height:174px!important;
  }
  .products .card .image-slider .slider-image{
    height:146px!important;
  }
}

@media (prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}

#collection{
  padding-bottom:48px!important;
}

#collection-title{
  padding-top:26px!important;
  margin-top:0!important;
}

.collection-controls{
  margin-top:18px!important;
  margin-bottom:12px!important;
}

.decoreva-pagination{
  margin-top:10px!important;
  margin-bottom:18px!important;
}

.festival-back-main{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  width:min(310px,92%)!important;
  min-height:44px!important;
  margin:8px auto 18px!important;
  padding:10px 18px!important;
  border:1px solid rgba(184,134,44,.55)!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#fffaf0,#f5e4c4)!important;
  color:#5a3b17!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:700!important;
  letter-spacing:.15px!important;
  cursor:pointer!important;
  box-shadow:0 7px 18px rgba(103,73,28,.12)!important;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease!important;
}

.festival-back-main span{
  font-size:19px!important;
  line-height:1!important;
}

.festival-back-main:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 10px 24px rgba(103,73,28,.18)!important;
  background:linear-gradient(135deg,#fffdf7,#f1d9ae)!important;
}

.festival-back-main:focus-visible{
  outline:2px solid #b8862c!important;
  outline-offset:3px!important;
}

@media (max-width:760px){
  #collection{
    padding-bottom:34px!important;
  }

  #collection-title{
    padding-top:20px!important;
  }

  .collection-controls{
    margin-top:12px!important;
    margin-bottom:8px!important;
    gap:8px!important;
  }

  .decoreva-pagination{
    margin-top:8px!important;
    margin-bottom:14px!important;
  }

  .festival-back-main{
    width:min(280px,88%)!important;
    min-height:40px!important;
    margin:6px auto 14px!important;
    padding:8px 14px!important;
    font-size:11px!important;
    border-radius:10px!important;
  }

  .festival-back-main span{
    font-size:17px!important;
  }
}

#festival-back-main {
    display: none !important;
}

#festival-back-main.festival-back-visible {
    display: flex !important;
    width: min(310px, 90%);
    height: 44px;
    margin: 0 auto 18px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(201,149,46,.55);
    border-radius: 12px;
    background: #fff8eb;
    color: #4a351f;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

#collection {
    padding-top: 42px;
}

#collection > h2 {
    margin-bottom: 18px;
}

.product-sort {
    margin-bottom: 12px;
}

.product-search {
    margin-bottom: 16px;
}

@media (max-width: 760px) {

    #collection {
        padding-top: 25px !important;
        padding-bottom: 45px !important;
    }

    #collection > h2 {
        margin-top: 0 !important;
        margin-bottom: 14px !important;
        line-height: 1.1 !important;
    }

    .product-sort {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

    .product-search {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

    #festival-back-main.festival-back-visible {
        width: calc(100% - 30px);
        max-width: 310px;
        height: 42px;
        margin: 0 auto 12px !important;
        font-size: 12px;
    }

    #collection-products {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .products {
        margin-top: 0 !important;
    }

    .decoreva-pagination {
        margin-top: 12px !important;
        margin-bottom: 8px !important;
    }
}

html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

#collection,
#collection *{
  box-sizing:border-box;
}

@media (min-width:761px){
  #collection{
    padding-top:38px !important;
    padding-bottom:52px !important;
  }

  #collection::before{
    margin-bottom:16px !important;
  }

  #collection-title{
    padding-top:18px !important;
    margin-bottom:12px !important;
  }

  .collection-controls{
    margin-top:10px !important;
    margin-bottom:8px !important;
    gap:24px !important;
  }

  .collection-controls .search-box input{
    height:50px !important;
  }

  .decoreva-pagination{
    margin-top:6px !important;
    margin-bottom:10px !important;
  }
}

@media (max-width:760px){

  #collection{
    padding:8px 10px 28px !important;
  }

  #collection::before{
    height:1px !important;
    margin:0 auto 5px !important;
  }

  #collection-title{
    padding-top:0 !important;
    margin-top:0 !important;
    margin-bottom:7px !important;
    line-height:1.08 !important;
    scroll-margin-top:58px !important;
  }

  #collection-title::after{
    width:78px !important;
    height:2px !important;
    margin-top:7px !important;
  }

  .collection-controls{
    width:100% !important;
    margin:7px auto 5px !important;
    padding:0 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    gap:6px !important;
  }

  .collection-controls .product-sort{
    width:190px !important;
    height:42px !important;
    min-height:42px !important;
    margin:0 !important;
    padding:0 !important;
  }

  .collection-controls .custom-sort{
    width:190px !important;
    flex:0 0 190px !important;
  }

  .collection-controls .custom-sort-button{
    width:190px !important;
    height:42px !important;
    min-height:42px !important;
    padding:0 13px !important;
    border-radius:11px !important;
    font-size:12px !important;
  }

  .collection-controls .custom-sort-arrow{
    font-size:16px !important;
  }

  .collection-controls .search-container,
  .collection-controls .search-box{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
  }

  .collection-controls .search-box input,
  .collection-controls .search-container input{
    width:100% !important;
    height:44px !important;
    min-height:44px !important;
    padding:0 45px 0 15px !important;
    border-radius:23px !important;
    font-size:12.5px !important;
  }

  #voiceSearchBtn{
    width:38px !important;
    height:38px !important;
    right:3px !important;
  }

  #collection-products{
    padding-top:0 !important;
    margin-top:0 !important;
  }

  .decoreva-pagination{
    margin:5px auto 7px !important;
    padding:0 !important;
    gap:5px !important;
    min-height:30px !important;
  }

  .decoreva-pagination button{
    min-width:30px !important;
    width:30px !important;
    height:30px !important;
    padding:0 !important;
    border-radius:15px !important;
    font-size:12px !important;
  }

  .decoreva-pagination button:not([data-page]){
    font-size:22px !important;
  }

  .products{
    margin-top:0 !important;
    gap:9px !important;
  }

  .products .card{
    height:360px !important;
    min-height:360px !important;
    max-height:360px !important;
    padding:6px !important;
    border-radius:12px !important;
  }

  .products .card .image-slider{
    height:174px !important;
    min-height:174px !important;
    max-height:174px !important;
    flex:0 0 174px !important;
    border-radius:8px !important;
  }

  .products .card .image-slider .slider-image{
    height:146px !important;
    max-height:146px !important;
    border-radius:8px !important;
  }

  .products .card .image-slider .slider-dots{
    height:28px !important;
    min-height:28px !important;
  }

  .products .card .image-slider .slider-btn{
    width:27px !important;
    height:27px !important;
    font-size:17px !important;
  }

  .products .card h3{
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    margin:5px 0 1px !important;
    font-size:11.5px !important;
    line-height:1.15 !important;
  }

  .products .card .price{
    height:25px !important;
    min-height:25px !important;
    margin:1px 0 !important;
    font-size:15px !important;
    line-height:1.1 !important;
  }

  .products .card .size{
    height:26px !important;
    min-height:26px !important;
    max-height:26px !important;
    margin:0 4px !important;
    font-size:7.8px !important;
    line-height:1.15 !important;
  }

  .products .card > .button{
    width:calc(100% - 8px) !important;
    height:33px !important;
    min-height:33px !important;
    max-height:33px !important;
    margin:auto 4px 2px !important;
    border-radius:8px !important;
    font-size:8px !important;
  }

  #festival-back-main.festival-back-visible{
    width:min(270px,88%) !important;
    height:38px !important;
    min-height:38px !important;
    margin:4px auto 7px !important;
    padding:7px 12px !important;
    border-radius:9px !important;
    font-size:10.5px !important;
  }

  #festival-back-main.festival-back-visible span{
    font-size:16px !important;
  }

  .floating-whatsapp{
    width:50px !important;
    height:50px !important;
    right:10px !important;
    bottom:10px !important;
  }
}

@media (max-width:390px){
  #collection{
    padding-left:8px !important;
    padding-right:8px !important;
    padding-bottom:24px !important;
  }

  .collection-controls{
    gap:5px !important;
  }

  .collection-controls .product-sort,
  .collection-controls .custom-sort,
  .collection-controls .custom-sort-button{
    width:184px !important;
  }

  .collection-controls .custom-sort-button{
    height:40px !important;
    min-height:40px !important;
  }

  .collection-controls .search-box input,
  .collection-controls .search-container input{
    height:42px !important;
    min-height:42px !important;
  }

  .decoreva-pagination{
    margin-top:4px !important;
    margin-bottom:6px !important;
  }

  .products{
    gap:8px !important;
  }

  .products .card{
    height:350px !important;
    min-height:350px !important;
    max-height:350px !important;
  }

  .products .card .image-slider{
    height:168px !important;
    min-height:168px !important;
    max-height:168px !important;
    flex-basis:168px !important;
  }

  .products .card .image-slider .slider-image{
    height:140px !important;
    max-height:140px !important;
  }

  .products .card h3{
    height:40px !important;
    min-height:40px !important;
    max-height:40px !important;
    font-size:11px !important;
  }

  .products .card .price{
    font-size:14px !important;
  }

  .products .card .size{
    font-size:7.4px !important;
  }

  .products .card > .button{
    height:31px !important;
    min-height:31px !important;
    max-height:31px !important;
    font-size:7.7px !important;
  }
}

.custom-sort-button:focus-visible,
#productSearch:focus-visible,
.decoreva-pagination button:focus-visible,
.products .card > .button:focus-visible{
  outline:2px solid #b8862c !important;
  outline-offset:2px !important;
}

@media (max-width:760px){

  #collection{
    padding:6px 8px 24px !important;
    margin:0 !important;
  }

  #collection-title{
    display:block !important;
    margin:0 !important;
    padding:0 !important;
    border-top:0 !important;
    line-height:1.05 !important;
  }

  #collection-title::after{
    display:block !important;
    width:78px !important;
    height:2px !important;
    margin:5px auto 0 !important;
  }

  #collection .collection-controls{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;

    width:100% !important;
    height:auto !important;

    margin:0 !important;
    padding:0 !important;

    gap:5px !important;
  }

  #collection .collection-controls .product-sort,
  #collection .collection-controls .custom-sort{
    display:flex !important;

    width:190px !important;
    height:40px !important;
    min-height:40px !important;
    max-height:40px !important;

    margin:0 !important;
    padding:0 !important;
  }

  #collection .collection-controls .custom-sort-button{
    width:190px !important;
    height:40px !important;
    min-height:40px !important;
    max-height:40px !important;

    margin:0 !important;
    padding:0 13px !important;
  }

  #collection .collection-controls .search-container,
  #collection .collection-controls .search-box,
  #collection .collection-controls .product-search{
    width:100% !important;
    height:auto !important;

    margin:0 !important;
    padding:0 !important;
  }

  #collection .collection-controls input{
    width:100% !important;
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;

    margin:0 !important;
    padding:0 42px 0 15px !important;
  }

  #collection .decoreva-pagination{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    height:30px !important;
    min-height:30px !important;

    margin:4px auto 5px !important;
    padding:0 !important;

    gap:5px !important;
  }

  #collection-products,
  #collection .products{
    margin-top:0 !important;
    padding-top:0 !important;
  }

  #collection .products{
    gap:8px !important;
  }
}
/* =========================================================
   MOBILE NAV GAP FIX
   Remove the extra strip below fixed navigation
   ========================================================= */

@media (max-width: 760px) {
    body {
        padding-top: 45px !important;
    }
}