@charset "utf-8";
/* CSS Document */

/* CSS Document © 2026 Envinto */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

::-moz-selection{ background:#7b7d7f; color:var(--primary); text-shadow:none;}
::selection { background:#7b7d7f; color:var(--primary); text-shadow:none;}
*,
*:before, *:after{-webkit-box-sizing:  border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, textarea, input { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; outline:none; font-family:"Montserrat", sans-serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#1C1C18; background: #ffffff; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow:hidden; }
:root {overflow: hidden; overflow-y: scroll; --primary: #ffffff; --secondary:#1C1C18; --global: #501B21; }
a { text-decoration:none; transition:all 0.25s ease-out 0s; outline: none; box-shadow: none;}
a:hover{text-decoration: none;}
h1, h2, h3 , h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{font-family: "Playfair Display", serif;}
p, p span { font-family:"Montserrat", sans-serif;}
img { border:0px;}
ol, ul, li{ list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-appearance: none;}
::-webkit-input-placeholder {
  color:var(--primary-color);
}
::-moz-placeholder { 
  color:var(--primary-color);
}
:-ms-input-placeholder {
  color:var(--primary-color);
}
:-moz-placeholder {
  color:var(--primary-color);
}

section, header, footer {width: 100%; float: left;}

img{max-width: 100%; display: block;}

strong{font-weight: bold;}

.container{width: 94%; max-width: 1320px; margin: 0 auto;}


/* ---------topbar--------- */
.topbar { width: 100%; float: left; background: var(--global); padding: 15px 0; text-align: center;}
.topbar p { font-size: 12px; color: var(--primary);font-weight: 500;}


/* -----------header-wrapp----------- */
.header-wrapp { padding: 10px 0; border-bottom: 1px solid #E0BFBF; background: var(--primary);}
.header-wrapp .header-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.header-wrapp .logo { width: 180px;}
.header-wrapp .logo img { width: 100%;}
.header-wrapp .header-nav {  width: auto;}
.header-wrapp .header-nav ul { width: 100%; display: flex;  flex-wrap: wrap;}
.header-wrapp .header-nav ul li { font-size: 14px; font-weight: 500; text-transform: uppercase; margin: 0 15px;}
.header-wrapp .header-nav ul li a { padding: 5px 0; color: var(--global); position: relative; display: inline-block;}
.header-wrapp .header-nav ul li a:after { content: ""; position: absolute; width: 100%; height: 1.5px; background: var(--global); left: 0; bottom: 0; transition: all .25s ease-in-out; opacity: 0;}
.header-wrapp .header-nav ul li a:hover:after { opacity: 1;}
.header-wrapp .header-nav ul li.active a:after { opacity: 1;}
.header-wrapp .header-btn { display: inline-block; background: var(--global); color: var(--primary); font-size: 12px; font-weight: 500; padding: 12px 25px; border: 1px solid var(--global); border-radius: 30px; text-transform: uppercase;}
.header-wrapp .header-btn:hover { background: transparent; color: var(--global);}


.header-wrapp.sticky {position: fixed; z-index: 9; animation: .7s slide-down;}

@keyframes slide-down {
  0% {
      transform: translateY(-100%)
  }

  100% {
      transform: translateY(0)
  }
}

.overlay {display: none;}
.burger-btn { display: none;}


/* -------------banner-wrapp------------ */
.banner-wrapp {  position: relative;}
.banner-wrapp .banner-slider { width: 100%; height: 100%;}
.banner-wrapp .banner-slider .slick-track {display: flex;flex-wrap: wrap;}
.banner-wrapp .banner-slider .slick-track .slick-slide { height: inherit;}
.banner-wrapp .banner-slider .slick-track .slick-slide > div { width: 100%; height: 100%;}
.banner-wrapp .banner-slider .banner-col { width: 100%; height: 100%; position: relative;}
.banner-wrapp .banner-slider .slick-track .slick-slide .banner-col img { width: 100%; height: 100%; object-fit: cover;}
.banner-wrapp .banner-slider  .banner-col .banner-content {  position: absolute; width: 100%; top: 50%; transform: translateY(-50%); z-index: 1;}
.banner-wrapp h1 { font-size: 52px; font-weight: 700; color: var(--primary); margin: 0 0 10px;}
.banner-wrapp p { font-size: 16px; line-height: 1.56; color: var(--primary);  margin: 0 0 20px;}
.banner-wrapp .banner-btns { width: 100%; display: flex; flex-wrap: wrap; gap: 20px;}
.banner-wrapp  .banner-btn1 { display: inline-block; background: var(--global); color: var(--primary); font-size: 12px; font-weight: 500; padding: 12px 25px; border: 1px solid var(--global); border-radius: 30px; text-transform: uppercase;}
.banner-wrapp .banner-btn1:hover { background: var(--primary); color: var(--global);}
.banner-wrapp .banner-btn2 { display: inline-block; background: var(--primary);  color: var(--global); font-size: 12px; font-weight: 500; padding: 12px 25px; border: 1px solid var(--primary); border-radius: 30px; text-transform: uppercase;}
.banner-wrapp .banner-btn2:hover { background: var(--global); color: var(--primary); border-color: var(--global);}
.banner-wrapp .banner-slider .banner-col.left-align .banner-col1 { width: 43%;}
.banner-wrapp .banner-slider .banner-col.center-align .banner-col1 { width: 100%; text-align: center;}
.banner-wrapp .banner-slider .banner-col.center-align .banner-col1 .banner-btns { justify-content: center;}
.banner-wrapp .banner-slider .banner-col.right-align .banner-col1 { width: 40%; margin: 0 0 0 auto;}
.banner-wrapp .banner-slider .banner-col:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(0 0 0 / 30%);}




/* ---------category-wrapp------------ */
.category-wrapp {background: #F6F3EC; padding: 80px 0 40px; text-align: center;}
.category-wrapp h3 { font-size: 10px; font-family: "Montserrat", sans-serif;  color: var(--global); font-weight: 500; letter-spacing: 3.5px; margin: 0 0 10px;}
.category-wrapp h2 { font-size: 38px; color: var(--global); line-height: 1; margin: 0 0 50px;}
.category-wrapp h2 span { display: block;}
.category-wrapp .category-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.category-wrapp .category-col1 { width: 14.28%; padding: 0 18px; margin: 0 0 40px;}
.category-wrapp .category-col1 .cat-img { width: 100%; aspect-ratio: 1/1; border-radius: 50%; overflow: hidden; margin: 0 0 10px; border: 4px solid #FFFFFF; box-shadow: 0px 2px 4px -2px #0000001A;}
.category-wrapp .category-col1 .cat-img img { width: 100%; height: 100%; object-fit: cover;}
.category-wrapp h4 { font-size: 12px; font-family: "Montserrat", sans-serif; font-weight: 600; color: #1C1C18; letter-spacing: .4px;}



/* ----------season-wrapp---------- */
.season-wrapp { padding: 80px 0 60px; background: var(--global); position: relative; z-index: 1;}
.season-wrapp:after{content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(../images/bg.png) no-repeat center / cover; z-index: -1; opacity: 20%;}
.season-wrapp .season-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.season-wrapp  .season-col1 { width: 30%;}
.season-wrapp .season-col2 { width: 68%; display: flex; flex-wrap: wrap;}
.season-wrapp h2 { font-size: 30px; color: var(--primary); letter-spacing: 6px;}
.season-wrapp h2 span { display: block; font-size: 75px;  color: #FFE088; letter-spacing: normal;}
.season-wrapp h2 i { font-size: 40px; font-family: "Playfair Display", serif;  font-style: italic; letter-spacing: normal;}
.season-wrapp .season-col2 .season-col { width: 31.3%; margin: 0 3% 26px 0; position: relative; height: 355px; border-radius: 10px; overflow: hidden;}
.season-wrapp .season-col2 .season-col:nth-child(3n) { margin-right: 0;}
.season-wrapp .season-col2 .season-col:after { content: ""; position: absolute; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 28.87%, rgba(102, 102, 102, 0) 53.84%); top: 0; left: 0;}
.season-wrapp .season-col2 .season-col img { width: 100%; height: 100%; object-fit: cover;}
.season-wrapp  .season-col .season-cont { position: absolute; width: 100%; left: 0; bottom: 20px; padding: 0 15px; text-align: center; z-index: 1;}
.season-wrapp  h3 { font-size: 18px; color: var(--primary); font-weight: 600; text-transform: uppercase; margin: 0 0 10px;}
.season-wrapp .shop-btn { display: inline-block; background: var(--primary); color: var(--global); font-size: 12px; font-weight: 500; padding: 10px 20px; border: 1px solid var(--primary); border-radius: 30px; text-transform: uppercase;}
.season-wrapp .shop-btn:hover { background: var(--global); border-color: var(--global);  color: var(--primary);}


/* -----------budget-wrapp----------- */
.budget-wrapp {background: #FCF9F2; padding: 80px 0; text-align: center;}
.budget-wrapp h2 { font-size: 38px; color: var(--global); line-height: 1; margin: 0 0 50px;}
.budget-wrapp .budget-row { width: 100%; display: flex; flex-wrap: wrap;}
.budget-wrapp .budget-col1 {  width: 23.5%; margin: 0 2% 0 0; position: relative; overflow: hidden; cursor: pointer;}
.budget-wrapp .budget-col1:nth-child(4) { margin-right: 0;}
.budget-wrapp .budget-col1 img { width: 100%; height: 100%; object-fit: cover;  transition: all .25s ease-in-out;}
.budget-wrapp .budget-cont { position: absolute;  width: 88%; left: 0; right: 0; margin: 0 auto;  bottom: 50px; border: 1px solid #FFFFFF;padding: 20px; z-index: 1;}
.budget-wrapp h3 { font-size: 26px; font-weight: 500; font-family: "Montserrat", sans-serif; color: var(--primary); margin: 0 0 3px;}
.budget-wrapp h6 {  font-size: 10px; font-family: "Montserrat", sans-serif; color: var(--primary); letter-spacing: 3px;}
.budget-wrapp .budget-col1:after { content: ""; position: absolute; background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%); width: 100%; height: 100%; top: 0; left: 0;}
.budget-wrapp .budget-col1:hover img { transform: scale(1.08);}



/* -----------trend-wrapp----------- */
.trend-wrapp {padding: 80px 0;}
.trend-wrapp h2 { font-size: 38px; color: var(--global); line-height: 1; margin: 0 0 50px; text-align: center;}
.trend-wrapp .trend-col1 { width: 100%; height: 100%; position: relative; border-radius: 30px; overflow: hidden;}
.trend-wrapp .trend-col1 img { width: 100%; height: 100%; object-fit: cover;}
.trend-wrapp .trend-col1 .trend-cont { position: absolute; width: 58%; right: 30px; top: 50%; transform: translateY(-50%); z-index: 1; text-align: right;}
.trend-wrapp h3 { font-size: 40px; line-height: 1; color: var(--primary); margin: 0 0 15px; letter-spacing: 5px; text-transform: uppercase;}
.trend-wrapp h3 span { display: block;}
.trend-wrapp  p { font-size: 14px;  color: var(--primary); font-style: italic; margin: 0 0 14px;}
.trend-wrapp .shop-btn { display: inline-block; background: var(--primary); color: var(--global); font-size: 12px; font-weight: 500; padding: 10px 20px; border: 1px solid var(--primary); border-radius: 30px; text-transform: uppercase; letter-spacing: 1px;}
.trend-wrapp .shop-btn:hover { background: var(--global);  border-color: var(--global); color: var(--primary);}
.trend-wrapp .trend-col1:after { content: ""; position: absolute; width: 100%; height: 100%; background: #0000001A; top: 0; left: 0;}
.trend-wrapp .slick-track {display: flex;flex-wrap: wrap;}
.trend-wrapp .slick-track .slick-slide { height: inherit;}
.trend-wrapp .slick-track .slick-slide > div { width: 96%;  margin: 0 auto;}
.trend-wrapp .slick-dots { bottom: -30px;}
.trend-wrapp .slick-dots li { width: 30px; height: 6px; transition: all .25s ease-in-out;}
.trend-wrapp .slick-dots button { width: 30px; height: 6px; transition: all .25s ease-in-out;}
.trend-wrapp .slick-dots button:before { width: 30px; border-radius: 8px; height: 6px; transition: all .25s ease-in-out;}
.trend-wrapp .slick-dots li.slick-active { width: 60px;}
.trend-wrapp .slick-dots li.slick-active button { width: 60px;}
.trend-wrapp .slick-dots li.slick-active button:before { width: 60px;}



/* --------------feature-wrapp---------------- */
.feature-wrapp {padding: 80px 0; background: #E5E2DB; text-align: center;}
.feature-wrapp .feature-row { width: 100%;  display: flex; flex-wrap: wrap;}
.feature-wrapp .feature-col {width: 22%;  margin: 0 4% 0 0;}
.feature-wrapp .feature-col:last-child {   margin-right: 0;}
.feature-wrapp .feature-col .icon { width: 23px; margin: 0 auto 15px;}
.feature-wrapp  h3 { font-size: 18px; color: #501B21; margin: 0 0 12px;}
.feature-wrapp p { font-size: 14px; line-height: 1.56; color: #584141;}




/* ---------------testi-wrapp--------------- */
.testi-wrapp { padding: 50px 0; background: #F6F3EC; position: relative;}
.testi-wrapp .testi-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.testi-wrapp .testi-col1 { width: 42%;}
.testi-wrapp .testi-col2 { width: 54%;}
.testi-wrapp .testi-col1 img {width: 100%;}
.testi-wrapp  .testi-right { width: 94%; max-width: 600px;}
.testi-wrapp h3 { font-size: 14px; color: #501B21; font-family: "Montserrat", sans-serif; letter-spacing: 1.2px; font-weight: 600; margin: 0 0 10px;}
.testi-wrapp .testi-content { width: 100%;}
.testi-wrapp h2 { font-size: 38px; font-weight: 600; color: var(--global); position: relative; padding-bottom: 20px; margin: 0 0 35px;}
.testi-wrapp h2:after { content: ""; position: absolute; width: 48px; height: 1px; background: #FFE088; left: 0; bottom: 0;}
.testi-wrapp .star { width: 100px; margin: 0 0 26px;}
.testi-wrapp .star img { width: 100%;}
.testi-wrapp p { color: #584141; font-size: 20px; line-height: 2; font-style: italic; margin: 0 0 20px;}
.testi-wrapp h4 { font-size: 16px; font-family: "Montserrat", sans-serif; position: relative; padding-left: 40px;}
.testi-wrapp h4:after { content: ""; position: absolute; width: 32px; height: 1px; background: #FFE088; left: 0; top: 50%; transform: translateY(-50%);}
.testi-wrapp .testi-content .testi-slider .slick-track { display: flex; flex-wrap: wrap;}
.testi-wrapp .testi-content .testi-slider .slick-track .slick-slide { height: inherit;}
.testi-wrapp .testi-content .testi-slider .slick-track .slick-slide > div { width: 100%; height: 100%;}
.testi-wrapp .testi-content .testi-slider .slick-track .slick-slide .testi-item { width: 100%; height: 100%;}
.testi-wrapp .testi-content .testi-slider ul.slick-dots { bottom: -30px;}
.testi-wrapp .element { position: absolute; right: 0; width: 20%; top: 50%; transform: translateY(-50%); opacity: 10%;}
.testi-wrapp .element img { width: 100%;}




.contact-wrapp {padding: 80px 0; background: #FCF9F2 url(../images/contact-bg.png) no-repeat center / cover;  position: relative; z-index: 1;}
.contact-wrapp:after { content: ""; position: absolute; width: 100%; height: 100%;  left: 0;  top: 0; background: #FCF9F2; z-index: -1; opacity: .9;}
.contact-wrapp .contact-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.contact-wrapp  .contact-col1 { width: 48%;}
.contact-wrapp h2 { font-size: 38px; font-weight: 600; color: var(--global); margin: 0 0 15px;}
.contact-wrapp p { font-size: 14px; color: #584141; margin: 0 0 30px; line-height: 1.56;}
.contact-wrapp .contact-info { width: 100%;}
.contact-wrapp .contact-info .contact-item { width: 100%;display: flex; flex-wrap: wrap; margin: 0 0 20px;}
.contact-wrapp .contact-info  .icon { width: 16px; margin: 2px 10px 0 0;}
.contact-wrapp .contact-info  .info { width: 100%; flex: 1;}
.contact-wrapp .contact-info .info h4 { font-size: 16px; font-family: "Montserrat", sans-serif; text-transform: uppercase; font-weight: 600; letter-spacing: 1.2px; color: var(--global);}
.contact-wrapp .contact-info .info p { color: #1C1C18; margin: 0 0 0;}
.contact-wrapp .contact-info .info p a { color: #1C1C18;}
.contact-wrapp .contact-info .info p a:hover { color: var(--global);}
.contact-wrapp .contact-col2 {  width: 45%;}
.contact-wrapp .contact-form { width: 100%; background: #FCF9F2; border: 1px solid #E0BFBF; padding: 30px;  border-radius: 12px;}
.contact-wrapp .contact-form h3 { font-size: 20px; font-weight: 600; color: var(--global);  margin: 0 0 20px;}
.contact-wrapp .contact-form .form-group { width: 100%; margin: 0 0 10px;}
.contact-wrapp .contact-form  label { color: #584141; font-size: 14px;  display: block; margin: 0 0 5px; text-transform: uppercase; }
.contact-wrapp .contact-form input { width: 100%; height: 48px; background: none;  border: 1px solid #E0BFBF; border-radius: 8px; margin: 0 0 10px; padding: 10px 15px;  color: #584141;}
.contact-wrapp .contact-form textarea { width: 100%; height: 90px; background: none; border: 1px solid #E0BFBF; border-radius: 8px; margin: 0 0 10px; padding: 10px 15px;   color: #584141; resize: none;}
.contact-wrapp .contact-form button.btn {display: inline-block; background: var(--global); color: var(--primary); font-size: 12px; font-weight: 500; padding: 12px 25px; border: 1px solid var(--global); border-radius: 30px;text-transform: uppercase; font-family: "Montserrat", sans-serif; cursor: pointer;}
.contact-wrapp .contact-form button.btn:hover { color: var(--global); background: none;}



/* --------------footer-wrapp-------------- */
.footer-wrapp {padding: 70px 0 10px; background: #501B21; position: relative;}
.footer-wrapp .footer-row { width: 100%;display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 40px;}
.footer-wrapp .footer-col1 { width: 25%;}
.footer-wrapp .logo { width: 200px; margin: 0 0 20px;}
.footer-wrapp p { font-size: 14px; color: var(--primary); line-height: 1.5;opacity: 70%;}
.footer-wrapp h3 { font-size: 16px; font-family: "Montserrat", sans-serif; text-transform: uppercase; font-weight: 600; letter-spacing: 1.2px; color: var(--primary); margin: 0 0 12px;}
.footer-wrapp ul { width: 100%;}
.footer-wrapp ul li { display: block; font-size: 14px; color: var(--primary); margin: 0 0 12px;}
.footer-wrapp ul li a { color: var(--primary); opacity: 70%;}
.footer-wrapp .footer-col2 { width: 20%;}
.footer-wrapp .footer-col3 { width: 25%;}
.footer-wrapp ul li a:hover { opacity: 1;}
.footer-wrapp .social-links { display: flex; flex-wrap: wrap;}
.footer-wrapp .social-links li { margin: 0 12px 0 0; width: 24px;}
.footer-wrapp .social-links li img { width: 100%;  transition: all .25s ease-in-out;}
.footer-wrapp .social-links li:hover img { opacity: 60%;}
.footer-wrapp .footer-bottom { width: 100%; padding: 20px 40px 10px 40px; display: flex; flex-wrap: wrap; justify-content: space-between; border-top: 1px solid #FFFFFF66;  margin: 20px 0 0;}
.footer-wrapp .footer-bottom p { letter-spacing: 0.5px;}
.footer-wrapp .footer-bottom p span {  font-weight: 700;}
.footer-wrapp .footer-bottom p a { font-weight: 600; color: var(--primary); text-decoration: underline;}
.footer-wrapp .footer-bottom p a:hover { text-decoration: none;}
.footer-wrapp .element1 {position: absolute; width: 19%; left: 0; top: 0;}
.footer-wrapp .element2 {position: absolute; right: 0; top: 0; width: 20%;}
.footer-wrapp .element1 img, .footer-wrapp .element2 img { width: 100%;}



/* --------------products-wrapp-------------- */
.products-wrapp { padding: 0 0 20px ;}
.products-wrapp .products-head { width: 100%; border-bottom: 1px solid #E0BFBF; padding: 20px 0;}
.products-wrapp .products-head .products-head-row { width: 100%; display: flex; flex-wrap: wrap; align-items: end;}
.products-wrapp .products-head .products-head-col1 { width: 100%; flex: 1;}
.products-wrapp h3 { font-size: 10px; font-family: "Montserrat", sans-serif; color: var(--global); font-weight: 500; letter-spacing: 3.5px; margin: 0 0 5px; line-height: 1;}
.products-wrapp h2 { font-size: 38px; font-weight: 600; color: var(--global); margin: 0 0 10px;}
.products-wrapp p { font-size: 12px; color: #584141; line-height: 1.56;}
.products-wrapp .products-head-col2 { width: auto; display: flex; align-items: center;margin-left: 10px;}
.products-wrapp h6 { font-size: 10px; font-family: "Montserrat", sans-serif; color: var(--global); font-weight: 400; letter-spacing: 1px; line-height: 1; margin: 0 4px 0 0;}
.products-wrapp .products-head-col2 select {  font-size: 10px; font-family: "Montserrat", sans-serif; color: var(--global);  font-weight: 400; letter-spacing: 1px; line-height: 1; border: none; outline: none; cursor: pointer; text-transform: uppercase; width: 138px;padding-right: 10px; background: url(../images/down.png) no-repeat right center ;}
.products-wrapp .products-row {width: 100%; padding: 50px 0 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
.products-wrapp .products-col1 { width: 23%;}
.products-wrapp .filter-wrap { width: 100%;}
.products-wrapp h5 { font-size: 10px; font-family: "Montserrat", sans-serif; color: var(--global); font-weight: 600; letter-spacing: 2px; margin: 0 0 15px; line-height: 1; border-bottom: 1px solid #E0BFBF; padding: 0 0 12px;}
.products-wrapp  .filter-col { width: 100%; margin: 0 0 30px;}
.products-wrapp h4 { font-size: 12px; font-family: "Montserrat", sans-serif; color: var(--global); font-weight: 700;letter-spacing: 1px; margin: 0 0 15px; line-height: 1;}
.products-wrapp .filter-wrap .filter-options { width: 100%;}
.products-wrapp .filter-wrap .filter-options label { font-size: 14px; color: #584141; position: relative; display: block; margin: 0 0 14px; padding-left: 22px; cursor: pointer;}
.products-wrapp .filter-wrap .filter-options label:after { content: ""; position: absolute; width: 14px; height: 14px; border: 1px solid #E0BFBF; left: 0; top: 1px;}
.products-wrapp .filter-wrap .filter-options label:before { content: ""; position: absolute; width: 14px; height: 14px; background: url(../images/check.png) no-repeat center / cover; left: 0; top: 1px; opacity: 0; visibility: hidden; transition: all .25s ease-in-out;}
.products-wrapp .filter-wrap .filter-options input[type="checkbox"]:checked + label:before { opacity: 1;  visibility: visible; }
.products-wrapp  .products-col2 {  width: 74%; display: flex; flex-wrap: wrap; column-gap: 2%;}
.products-wrapp .products-col { width: 32%; margin: 0 0 30px 0; text-align: center; position: relative;padding: 0 0 40px;}
.products-wrapp .products-col .products-img { width: 100%; margin: 0 0 20px;}
.products-wrapp .products-col .products-img img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover;}
.products-wrapp .products-col h3 {  color: #584141; font-size: 18px; letter-spacing: normal;  margin: 0 0 10px;}
.products-wrapp .products-col .products-price { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 0 10px;}
.products-wrapp .products-col .products-price span { font-size: 20px; font-weight: 500; color: var(--global);}
.products-wrapp .products-col .products-price span.strike {  color: #ADA6A6; text-decoration: line-through; margin: 0 10px 0 0;}
.products-wrapp .products-col  .order-btn { display: inline-block; background: none; color: var(--global); font-size: 12px; font-weight: 500; padding: 12px 25px; border: 1px solid var(--global); border-radius: 30px; text-transform: uppercase; width: 100%; position: absolute; left: 0; bottom: 0;}
.products-wrapp .products-col .order-btn:hover { background: var(--global); color: var(--primary);}
.products-wrapp .filter-col .price-range { width: 100%;}
.products-wrapp .filter-col .price-range input.slider { -webkit-appearance: none; appearance: none; width: 100%; height: 2px; background: #d9b6b6;  outline: none;}
.products-wrapp .filter-col .price-range input.slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 10px; height: 10px;  background: #5b1f24; border-radius: 50%; cursor: pointer;}
.products-wrapp .filter-col .price-range input.slider::-moz-range-track { height: 2px;  background: #d9b6b6;}
.products-wrapp .filter-col .price-range input.slider::-moz-range-thumb { width: 10px; height: 10px; background: #5b1f24; border: none; border-radius: 50%; cursor: pointer;}
.products-wrapp .filter-col .price-range .labels { margin-top: 20px; display: flex; justify-content: space-between; font-size: 10px; color: #584141;}
.products-wrapp .filter-wrap .reset-btn { display: inline-block; background: none; color: var(--global); font-size: 12px; font-weight: 500; padding: 12px 25px; border: 1px solid var(--global); text-transform: uppercase; width: 100%; font-family: "Montserrat", sans-serif; transition: all .25s ease-in-out;  cursor: pointer;}
.products-wrapp .filter-wrap .reset-btn:hover { background: var(--global); color: var(--primary);}



/* ----------product-detail-wrapp----------- */
.product-detail-wrapp {padding: 30px 0;}
.product-detail-wrapp ul.bread-crumbs { width: 100%; display: flex; flex-wrap: wrap; align-items: center; margin: 0 0 20px;}
.product-detail-wrapp ul.bread-crumbs li { font-size: 12px; text-transform: uppercase;  color: #584141; letter-spacing: 1px; margin: 0 10px 0 0; padding: 0 20px 0 0; background: url(../images/chevron-right.svg) no-repeat right center / 14px;}
.product-detail-wrapp ul.bread-crumbs li:last-child { background: none; padding-right: 0;}
.product-detail-wrapp ul.bread-crumbs li a {color: #584141;}
.product-detail-wrapp .product-detail-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; border-bottom: 1px solid #E0BFBF; padding-bottom: 30px;}
.product-detail-wrapp .product-detail-col1 { width: 48%;}
.product-detail-wrapp .gallery{ width: 100%;}
.product-detail-wrapp .main-image{ margin-bottom:8px;}
.product-detail-wrapp .main-image img{  width:100%; height:650px; object-fit:cover; display:block;}
.product-detail-wrapp .thumbnails{ display:grid;  grid-template-columns:repeat(4,1fr); gap:8px;}
.product-detail-wrapp .thumbnails img{ width:100%; height:140px; object-fit:cover; cursor:pointer; border:2px solid transparent; transition:.3s;}
.product-detail-wrapp .thumbnails img.active{  border-color:#E0BFBF;}
.product-detail-wrapp .product-detail-col2 { width: 48%;}
.product-detail-wrapp h2 { font-size: 28px; font-family: "Montserrat", sans-serif; font-weight: 600; color: var(--global); margin: 0 0 10px;}
.product-detail-wrapp .product-price { display: flex; flex-wrap: wrap; align-items: center;  font-size: 20px; font-weight: 600; color: var(--global); margin: 0 0 10px;}
.product-detail-wrapp .product-price .strike { font-size: 14px; color: #584141; font-weight: 400; text-decoration: line-through; margin: 0 0 0 15px;}
.product-detail-wrapp .star-rating { display: flex; flex-wrap: wrap; margin: 0 0 15px; font-size: 14px; color: #584141;}
.product-detail-wrapp .star-rating .star { width: 96px; margin: 0 10px 0 0;}
.product-detail-wrapp  ul { width: 100%;  margin: 0 0 20px;}
.product-detail-wrapp ul li { font-size: 14px; line-height: 1.56; padding-left: 25px; margin: 0 0 10px; color: #584141; background: url(../images/check-circle.svg) no-repeat left center / 16px;background-position-y: 3px;}
.product-detail-wrapp .color-detail { width: 100%; border-top: 1px solid #E0BFBF; padding: 15px 0 0;  margin: 0 0 20px;}
.product-detail-wrapp h3 { font-size: 14px; font-family: "Montserrat", sans-serif; font-weight: 600; color: #584141; margin: 0 0 10px; letter-spacing: 2px;}
.product-detail-wrapp .color {  width: 36px; display: inline-block; height: 36px; border-radius: 50%;  margin: 0 15px 0 0; padding: 2px; border: 1px solid transparent; cursor: pointer;}
.product-detail-wrapp .color.active { border-color: #E0BFBF;}
.product-detail-wrapp .color-detail .colors { width: 100%; display: flex;  flex-wrap: wrap;}
.product-detail-wrapp .color span { display: block; width: 100%; height: 100%;  border-radius: 50%;}
.accordion-wrapp { width: 100%;}
.accordion-wrapp .accordion-item { width: 100%;}
.accordion-wrapp .accordion-item h4.accordion-header { font-size: 18px;  font-family: "Montserrat", sans-serif;  color: var(--global); font-weight: 600; margin: 0 0 16px; cursor: pointer; position: relative;}
.accordion-wrapp .accordion-item h4.accordion-header:after{content: ""; position: absolute;width: 14px;height: 14px; background: url(../images/down.png) no-repeat center / cover;right: 0;  top: 50%;transform: translateY(-50%);}
.accordion-wrapp .accordion-item .accordion-content {  width: 100%;   margin: 0 0 20px;  display: none;}
.accordion-wrapp .accordion-item.active .accordion-content{  display: block;}
.accordion-wrapp .accordion-item p {  font-size: 14px; line-height: 1.56;}
.accordion-wrapp .accordion-item ul li { margin: 0 0 0; padding: 0 0 0; background: none;}
.product-detail-wrapp .order-btn {  display: inline-block; background: var(--global);   color: var(--primary);  font-size: 12px; font-weight: 500;  padding: 12px 25px; border: 1px solid var(--global);  border-radius: 30px; text-transform: uppercase; width: 100%; text-align: center; margin: 20px 0 0;}
.product-detail-wrapp .order-btn:hover { background: none; color: var(--global);}
.product-detail-wrapp .note { font-size: 12px; line-height: 1.56; text-align: center; display: block; max-width: 400px; margin: 20px auto;}
.product-detail-wrapp  .additional-feature {  width: 100%; border-top: 1px solid #E0BFBF; padding: 15px 0 0; margin: 0 0 20px;}
.product-detail-wrapp .additional-feature ul { width: 100%; display: flex; flex-wrap: wrap;  justify-content: center;  margin: 0 0 0;}
.product-detail-wrapp .additional-feature ul li { display: flex; flex-wrap: wrap;  align-items: center; font-size: 12px; color: #1C1C18; padding: 0 0 0;  margin: 0 15px 0 0; background:none;}
.product-detail-wrapp .additional-feature ul li .icon { width: auto; margin: 0 6px 0 0;}



/* ----------related-wrapp------------ */
.related-wrapp { padding: 30px 0; text-align: center;}
.related-wrapp h2 { font-size: 28px;  font-weight: 600; color: var(--global); margin: 0 0 20px;}
.related-wrapp .slick-track { display: flex; flex-wrap: wrap;}
.related-wrapp .slick-track .slick-slide { height: inherit;}
.related-wrapp .slick-track .slick-slide > div {  width: 93%; height: 100%;  margin: 0 auto;}
.related-wrapp .products-col { width: 100%; height: 100%; position: relative; padding-bottom: 40px;}
.related-wrapp .products-col .products-img { width: 100%; margin: 0 0 20px;}
.related-wrapp .products-col .products-img img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover;}
.related-wrapp .products-col h3 {  color: #584141; font-size: 16px;  letter-spacing: normal; margin: 0 0 10px; font-family: "Montserrat", sans-serif; font-weight: 500;}
.related-wrapp .products-col .products-price { width: 100%; display: flex;  flex-wrap: wrap;  justify-content: center; margin: 0 0 10px;}
.related-wrapp .products-col .products-price .strike {  color: #ADA6A6;  text-decoration: line-through;  margin: 0 10px 0 0;}
.related-wrapp .products-col .products-price span { font-size: 16px; font-weight: 500; color: var(--global);}
.related-wrapp .products-col .order-btn {  display: inline-block;  background: none;  color: var(--global); font-size: 12px; font-weight: 500; padding: 12px 25px; border: 1px solid var(--global); border-radius: 30px; text-transform: uppercase; width: 100%; position: absolute; left: 0; bottom: 0;}
.related-wrapp .products-col .order-btn:hover { background: var(--global);  color: var(--primary);}


.filter-col { margin-bottom: 20px; border-bottom: 1px solid #e2d1cb; padding-bottom: 15px;}
.filter-heading-row { display: flex;  align-items: center; justify-content: space-between; cursor: pointer;  user-select: none;}
.filter-heading-row h4 {  margin: 0;}
.main-toggle-icon { font-weight: bold;  font-size: 18px; color:var(--global);}
.filter-content-wrap {  display: none; margin-top: 15px;}
.filter-content-wrap.is-open { display: block;}
.mobile-filter-bar { display: none;}
.filter-drawer{display: none;}



.contact-wrapp .contact-form .everest-forms { width: 100%;}
.contact-wrapp .contact-form .everest-forms .evf-container { margin: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-container .evf-field-container { padding: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-container .evf-field-container .evf-frontend-row {margin: 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid { padding: 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-container .evf-submit-container { padding: 0  0 0;}
.contact-wrapp .contact-form .everest-forms .evf-container .evf-submit-container button { display: inline-block;  background: var(--global); color: var(--primary); font-size: 12px; font-weight: 500; padding: 12px 25px; border: 1px solid var(--global);  border-radius: 30px; text-transform: uppercase; font-family: "Montserrat", sans-serif; cursor: pointer; transition: all .25s ease-in-out;}
.contact-wrapp .contact-form .everest-forms .evf-container .evf-submit-container button:hover { background: none; color: var(--global);}



.error-page-section { padding: 60px 0; text-align: center;}
.error-page-section h1 { font-size: 60px; color: var(--global); margin: 0 0 20px; font-weight: 500;}
.error-page-section h2 { font-size: 28px;  margin: 0 0 20px;}
.error-page-section p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.error-page-section .search-form { width: auto; max-width: 420px; display: flex; flex-wrap: wrap; margin: 0 auto;}
.error-page-section .search-form input { flex: 1; width: 100%; height: 52px; background: none; border: 1px solid #E0BFBF; padding: 12px 15px; font-size: 14px; border-radius: 28px; color: #584141;}
.error-page-section .search-form .search-submit .screen-reader-text { clip: inherit;  clip-path: inherit;  position: relative !important; transition: all .25s ease-in-out;  font-family: "Montserrat", sans-serif;}
.error-page-section .search-form .search-submit:hover .screen-reader-text { color: var(--global);}
.error-page-section .search-form input::placeholder { color: var(--primary-color);}
.error-page-section .search-form .search-submit {display: inline-block;background: var(--global);color: var(--primary);font-size: 12px;font-weight: 500;padding: 12px 25px;border: 1px solid var(--global);border-radius: 30px;text-transform: uppercase;font-family: "Montserrat", sans-serif;transition: all .25s ease-in-out;margin: 0 0 0 10px;}    
.error-page-section .search-form .search-submit:hover { color: var(--global); background: none;}



.default-banner { height: 400px; position: relative;}
.default-banner .bg-img { width: 100%; height: 100%; position: relative;}
.default-banner .bg-img img {  width: 100%; height: 100%; object-fit: cover;}
.default-banner .default-banner-content { position: absolute; width: 100%; left: 0; top: 50%; transform: translateY(-50%);}
.default-banner .bg-img:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(0 0 0 / 30%);}
.default-banner h1 { font-size: 52px; font-weight: 700; color: var(--primary); margin: 0 0 10px;}

.search-page-section {padding: 60px 0 0;}
.search-page-section h1 { font-size: 32px; margin: 0 0 20px;}
.search-page-section h3 { font-size: 28px; margin: 0 0 20px;}
.search-page-section p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.search-page-section .search-btn1 { display: inline-block; background: var(--global); color: var(--primary); font-size: 12px; font-weight: 500; padding: 12px 25px; border: 1px solid var(--global); border-radius: 30px; text-transform: uppercase;}
.search-page-section .search-page-card { width: 100%; margin: 0 0 50px;}
.search-page-section .search-btn1:hover { color: var(--global); background: none;}


.defualt-page-section {padding:80px 0 ;}
.defualt-page-section h2 { font-size: 28px !important; margin: 0 0 20px;}
.defualt-page-section p {font-size: 16px; line-height: 1.56; margin: 0 0 20px; word-break: break-all;} 
.defualt-page-section p a {color: var(--secondary);}
.defualt-page-section p a:hover { color: #000000;}


    

@media screen and (max-width: 1399px) {
.season-wrapp h2 span {font-size: 64px;}
.season-wrapp .season-col2 .season-col { height: 25.3vw;}

.product-detail-wrapp .main-image img {height: 40.5vw;}
.product-detail-wrapp .thumbnails img { height: 9vw;}

}


@media screen and (max-width: 1199px) {
.banner-wrapp h1 { font-size: 42px;}
.banner-wrapp .banner-slider .banner-col.left-align .banner-col1 { width: 48%;}
.banner-wrapp .banner-slider .banner-col.right-align .banner-col1 { width: 43%;}

.season-wrapp h2 span {font-size: 54px;}
.season-wrapp .season-col2 .season-col { height: 25.3vw;}
.season-wrapp h2 i { font-size: 32px;}
.season-wrapp h2 { font-size: 20px;}
.season-wrapp h3 { font-size: 16px;}

.budget-wrapp h3 { font-size: 20px;}
.budget-wrapp .budget-cont { bottom: 40px;}


.trend-wrapp h3 {font-size: 32px;}
.trend-wrapp .trend-col1 .trend-cont { width: 78%;}

.products-wrapp .products-col h3 { font-size: 16px;}

}


@media screen and (max-width: 992px) {
.header-wrapp .header-nav ul li {margin: 0 10px;font-size: 12px;}
.header-wrapp .logo {width: 150px;}
.header-wrapp .header-btn {padding: 12px 20px; font-size: 10px;}

.banner-wrapp { height: 450px;}
.banner-wrapp .slick-list {height: 100%;}
.banner-wrapp .slick-list .slick-track { height: 100%;}
.banner-wrapp .banner-slider .banner-col.left-align .banner-col1 { width: 58%;}
.banner-wrapp .banner-slider .banner-col.right-align .banner-col1 {width: 50%;}
.banner-wrapp h1 { font-size: 38px;}
.banner-wrapp .banner-btn1 { font-size: 10px;}
.banner-wrapp .banner-btn2 {font-size: 10px;}

.category-wrapp h2 { font-size: 34px;}
.category-wrapp .category-col1 { width: 16.66%;}
.category-wrapp h4 { letter-spacing: .2px; font-size: 10px;}



.season-wrapp .season-col2 .season-col { height: 37.3vw;}
.season-wrapp .season-col1 {width: 100%;margin: 0 0 20px;}
.season-wrapp .season-col2 { width: 100%;}

.budget-wrapp h3 { font-size: 16px;}
.budget-wrapp .budget-cont { padding: 15px; bottom: 30px;}
.budget-wrapp h2 { font-size: 34px; margin: 0 0 30px;}

.trend-wrapp h3 { font-size: 22px;}
.trend-wrapp .trend-col1 .trend-cont { width: 83%;}
.trend-wrapp p { font-size: 12px;}

.trend-wrapp h2{font-size:34px;}


.feature-wrapp .feature-col { width: 23.5%; margin: 0 2% 0 0;}
.feature-wrapp h3 { font-size: 16px;}


.testi-wrapp h2 { font-size: 34px;}
.testi-wrapp p { font-size: 16px;}

.contact-wrapp h2 { font-size: 34px;}
.contact-wrapp .contact-col2 { width: 48%;}
.contact-wrapp .contact-col1 { width: 48%;}
.contact-wrapp .contact-form h3 { font-size: 18px;}


.footer-wrapp .footer-row { padding: 0 0 0;}
.footer-wrapp h3 { font-size: 14px;}
.footer-wrapp .logo { width: 150px;}
.footer-wrapp .footer-bottom { padding: 20px 0 10px;}


.product-detail-wrapp h2 { font-size: 24px;}
.product-detail-wrapp .product-price { font-size: 18px;}
.accordion-wrapp .accordion-item h4.accordion-header { font-size: 16px;}
.product-detail-wrapp .additional-feature ul li { font-size: 10px;}

.related-wrapp .products-col h3 { font-size: 14px;}

.products-wrapp .products-col h3 { font-size: 14px;}
.products-wrapp .filter-wrap .filter-options label { font-size: 12px;  padding-left: 20px;}
.products-wrapp .products-col .products-price span { font-size: 16px;}
.products-wrapp .filter-wrap .filter-options label:after { width: 12px; height: 12px;}
.products-wrapp .filter-wrap .filter-options label:before { width: 12px;height: 12px;}
.products-wrapp h2 { font-size: 34px;}


}


@media screen and (max-width: 767px) {
.header-wrapp .header-nav { display: none;}
.header-wrapp .header-btn { display: none;}
  
.banner-wrapp .banner-slider .banner-col.left-align .banner-col1 { width: 100%;}
.banner-wrapp .banner-slider .banner-col.right-align .banner-col1 {width: 100%;}
.banner-wrapp { text-align: center;}
.banner-wrapp .banner-btns {  justify-content: center;}
.banner-wrapp h1 { font-size: 34px;}
.banner-wrapp p { font-size: 14px;}

.category-wrapp h2 {font-size: 32px;}
.category-wrapp .category-col1 { width: 25%; margin: 0 0 30px;}
.category-wrapp h4 { letter-spacing: .2px; font-size: 10px;}
.category-wrapp { padding: 60px 0 30px;}

.season-wrapp {padding: 60px 0 40px;}
.season-wrapp h2 span { font-size: 46px;}


.budget-wrapp h2 { font-size: 32px;}
.budget-wrapp .budget-col1 { width: 48%; margin: 0 4% 20px 0;}
.budget-wrapp .budget-col1:nth-child(4) { margin-right: 4%;}
.budget-wrapp .budget-col1:nth-child(2n) { margin-right: 0;}
.budget-wrapp { padding: 60px 0 40px;}

.trend-wrapp {padding: 60px 0;}
.trend-wrapp h2 { font-size: 32px;}


.feature-wrapp .feature-col {width: 48%; margin: 0 4% 30px 0;}
.feature-wrapp .feature-col:nth-child(2n) { margin-right: 0;}
.feature-wrapp { padding: 60px 0 30px;}

.testi-wrapp .testi-col1 { width: 94%; margin: 0 auto 30px;}
.testi-wrapp .testi-col2 { width: 100%;}
.testi-wrapp .testi-right { margin: 0 auto;}
.testi-wrapp h2 { font-size: 32px;}
.testi-wrapp p { font-size: 14px;}

.contact-wrapp {padding: 60px 0;}
.contact-wrapp h2 { font-size: 32px;}
.contact-wrapp .contact-col1 { width: 100%;}
.contact-wrapp .contact-col2 { width: 100%;}


.footer-wrapp .footer-col1 {width: 100%; margin: 0 0 20px;}
.footer-wrapp { padding: 50px 0 10px; text-align: center;}
.footer-wrapp .logo { margin: 0 auto 20px;}
.footer-wrapp .footer-col2 { width: 100%; margin: 0 0 20px;}
.footer-wrapp .footer-col3 { width: 100%; margin: 0 0 20px;}
.footer-wrapp  .footer-col4 {  width: 100%;}
.footer-wrapp ul li {  display: inline-block; margin: 0 5px 10px;}
.footer-wrapp .social-links { justify-content: center;}
.footer-wrapp .social-links li { margin: 0 5px;}
.footer-wrapp .footer-bottom { justify-content: center; padding: 20px 0 0; flex-direction: column; align-items: center;}
.footer-wrapp .footer-bottom p { font-size: 12px; margin: 0 0 5px;}


.product-detail-wrapp .product-detail-col1 { width: 100%; margin: 0 0 20px;}
.product-detail-wrapp .main-image img { height: 86vw;}
.product-detail-wrapp .thumbnails img { height: 21vw;}
.product-detail-wrapp .product-detail-col2 { width: 100%;}
.product-detail-wrapp ul.bread-crumbs li { font-size: 10px; background-size: 12px; padding-right: 15px; margin-right: 5px;}

.related-wrapp { padding: 0 0 30px;}

.products-wrapp h2 { font-size: 32px;}

.products-wrapp .products-head .products-head-col1 { flex: 0 0 100%; margin: 0 0 0;}
.products-wrapp .products-head-col2 { margin: 0 0 0 auto;}
.products-wrapp .products-col2 { width: 100%;}
.products-wrapp .products-col1 { width: 100%;}
.products-wrapp .products-row { padding: 0 0 0;}

.overlay {display: block;position: fixed;right: 0;top: 0;width: 100%;height: 100%;background: var(--primary);background-size: 300% 100%;z-index: 99;padding: 68px 5% 50px;transform:translateX(100%);opacity: 0;visibility: hidden;transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1); text-align: center;}
.overlay.show{ transform:translateX(0); opacity: 1; visibility: visible;}
.overlay ul {width: 100%;}
.overlay ul { width: 100%;}
.overlay ul li a {color: #584141;display: block;padding: 20px 0;}
.overlay ul li {font-size: 32px;font-weight: 500;}
.overlay ul li a:hover {color: var(--global) !important;}
.burger-btn {display: block;position: fixed;width: 35px;height: 30px;right: 5%;top: 74px;z-index: 999;overflow: hidden;cursor: pointer; user-select: none; transition: all .25s ease-in-out;}
.burger-btn span {display: block;width: 100%;height: 2px;background: var(--global);background-size: 300% 100%;border-radius: 5px;transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
.burger-btn:hover span{background-position: 50% 0;}
.burger-btn span:nth-child(2n) {margin: 6px 0;transition: all 0.5s cubic-bezier(.22,.68,0,1.71);}
.burger-btn .burger-toggle { display: flex; flex-wrap: wrap; justify-content: right;}
.burger-btn .active span:nth-child(2n) { transform: translateX(-100%);}
.burger-btn .active span:first-child {transform: translateY(13px) rotate(-45deg);}
.burger-btn .active span:last-child {transform: translateY(-3px) rotate(45deg);}
body:after { content: ""; display: block; position: fixed; right: 0; top: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 40%); z-index: 9; transform: translateX(100%); opacity: 0; visibility: hidden;  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
body.menu-open:after{ transform:translateX(0); opacity: 1; visibility: visible;}
body.menu-open{  overflow-y: hidden;}
.overlay ul ul.sub-menu li {border: none; padding-left: 20px; position: relative;  color: var(--primary-color);}
.overlay ul ul.sub-menu li:before {  content: "-"; position: absolute; left: 0; top: 50%;  transform: translateY(-50%);}
.overlay ul li.has-sub > a {background: url(../images/chevron-down-white.svg) no-repeat center / 14px; background-position-x: 95%;}
.overlay ul li.has-sub > a:hover {background: url(../images/chevron-down-grey.svg) no-repeat center / 14px; background-position-x: 95%;}
.overlay .overlay-menu {width: 100%; height: 100%; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center;}
.sticky-found .burger-btn { top: 32px;}
.menu-open .burger-btn { top: 32px;}


.products-col1, .products-head-col2 {  display: none !important; }
.mobile-filter-bar {display: flex;margin-bottom: 20px;border-bottom: 1px solid #E0BFBF;background: #fff;}
.mobile-filter-btn {flex: 1;background: #fff;border: none;padding: 16px;font-size: 14px;color: var(--global);text-align: center;cursor: pointer;font-family: "Montserrat", sans-serif;}
.mobile-filter-btn:first-child {border-right: 1px solid #E0BFBF;}
.drawer-overlay {position: fixed;inset: 0;background: rgba(0, 0, 0, .4);opacity: 0;visibility: hidden;transition: .3s;z-index: 9998;}
.drawer-overlay.active {opacity: 1;visibility: visible;}
.filter-drawer {position: fixed;top: 0;right: -100%;width: 90%;max-width: 420px;height: 100vh;background: #fff;z-index: 9999;transition: right .35s ease;display: block;}
.filter-drawer.active {right: 0;}
.drawer-header {display: flex;justify-content: space-between;align-items: center;padding: 25px;border-bottom: 1px solid #ddd;}
.drawer-body {padding: 20px;width: 100%;height: calc(100vh - 78px);overflow-y: auto;}
.mobile-sort-options-wrap {margin-top: 10px;}
.sort-radio-row {font-size: 14px;color: #584141;position: relative;display: block;margin: 0 0 14px;padding-left: 22px;cursor: pointer;}
.mobile-sort-options-wrap input[type="radio"] {display: none;}
.sort-radio-row:after {content: "";position: absolute;width: 14px;height: 14px;border: 1px solid #E0BFBF;left: 0;top: 1px;}
.sort-radio-row:before {content: "";position: absolute;width: 14px;height: 14px;background: url(../images/check.png) no-repeat center / cover;left: 0;top: 1px;opacity: 0;visibility: hidden;transition: all .25s ease-in-out;}
.mobile-sort-options-wrap input[type="radio"]:checked + .sort-radio-row:before {opacity: 1;visibility: visible;}
.filter-drawer h3 {font-size: 10px;font-family: "Montserrat", sans-serif;color: var(--global);font-weight: 600;letter-spacing: 2px;text-transform: uppercase;}
.drawer-header button {color: var(--global);}
.filter-drawer h4 {font-size: 12px;font-family: "Montserrat", sans-serif;color: var(--global);font-weight: 700;letter-spacing: 1px;line-height: 1;}
.filter-content-wrap .price-range input {-webkit-appearance: none;appearance: none;width: 100%;height: 2px;background: #d9b6b6;outline: none;}
.filter-content-wrap .price-range input::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 10px; height: 10px;  background: #5b1f24; border-radius: 50%; cursor: pointer;}
.filter-content-wrap .price-range input::-moz-range-track { height: 2px;  background: #d9b6b6;}
.filter-content-wrap .price-range input::-moz-range-thumb { width: 10px; height: 10px; background: #5b1f24; border: none; border-radius: 50%; cursor: pointer;}
.price-range .labels span {font-size: 10px;color: #584141;}
.filter-content-wrap .filter-item-row label {font-size: 14px;color: #584141;position: relative;display: block;margin: 0 0 14px;padding-left: 22px;cursor: pointer;}
.filter-content-wrap .filter-item-row label:after {content: "";position: absolute;width: 14px;height: 14px;border: 1px solid #E0BFBF;left: 0;top: 1px;}
.filter-content-wrap .filter-item-row label:before {content: "";position: absolute;width: 14px;height: 14px;background: url(../images/check.png) no-repeat center / cover;left: 0;top: 1px;opacity: 0;visibility: hidden;transition: all .25s ease-in-out;}
.filter-content-wrap .filter-item-row input {display: none;}
.filter-content-wrap .filter-item-row input[type="checkbox"]:checked +  label:before {opacity: 1;visibility: visible;}
.filter-drawer .reset-btn {display: inline-block;background: none;color: var(--global);font-size: 12px;font-weight: 500;padding: 12px 25px;border: 1px solid var(--global);text-transform: uppercase;width: 100%;font-family: "Montserrat", sans-serif;transition: all .25s ease-in-out;cursor: pointer;}
.filter-drawer .reset-btn:hover {background: var(--global);color: var(--primary);}



}


@media screen and (max-width: 600px) {
.season-wrapp .season-col2 .season-col { width: 48%; margin: 0 4% 20px 0; height: 57vw;}
.season-wrapp .season-col2 .season-col:nth-child(3n) { margin-right: 4%;}
.season-wrapp .season-col2 .season-col:nth-child(2n) { margin-right: 0;}



}


@media screen and (max-width: 480px) {
.topbar p {font-size: 10px;}

.banner-wrapp .banner-btn1 { padding: 12px 20px;}
.banner-wrapp .banner-btn2 { padding: 12px 20px;}
.banner-wrapp .banner-btns { gap: 10px;}
.banner-wrapp h1 {  font-size: 32px;}


.category-wrapp h2 { font-size: 28px; margin: 0 0 30px;}
.category-wrapp .category-col1 { width: 33.33%; margin: 0 0 30px; padding: 0 10px;}


.season-wrapp h3 { font-size: 12px;}
.season-wrapp .shop-btn { font-size: 10px; padding: 10px 16px;}
.season-wrapp h2 { font-size: 18px;}
.season-wrapp h2 i { font-size: 28px;}
.season-wrapp h2 span { font-size: 42px;}
.season-wrapp .season-col .season-cont { padding: 0 10px;  bottom: 15px;}


.budget-wrapp h2 { font-size: 28px;}
.budget-wrapp .budget-cont { padding: 10px;}
.budget-wrapp h3 { font-size: 14px;}

.trend-wrapp .trend-col1 img {min-height: 275px;}
.trend-wrapp h3 { font-size: 18px;}

.trend-wrapp h2 { font-size: 28px; margin: 0 0 30px;}

.feature-wrapp .feature-col { width: 100%;margin: 0 0 30px 0;}

.testi-wrapp h2 { font-size: 28px;}

.contact-wrapp h2 { font-size: 28px;}
.contact-wrapp .contact-form {padding: 20px;}
.contact-wrapp .contact-info .info h4 {font-size: 14px;}
.contact-wrapp p { font-size: 12px;}
.contact-wrapp .contact-form label { font-size: 12px;}

.product-detail-wrapp h2 {font-size: 20px;}

.related-wrapp h2 { font-size: 24px;}

.products-wrapp h2 { font-size: 28px;}

.products-wrapp .products-col2{column-count: 2; column-gap: 4%;}
.products-wrapp .products-col { width: 48%; margin: 0 0 30px 0;}
.products-wrapp .products-col .order-btn { font-size: 10px;}
.products-wrapp .products-col h3 { font-size: 12px;}
.products-wrapp .products-col .products-price span { font-size: 14px;}

}