html {
    overflow-y: auto;
    margin: 0 !important;
}


/* .aos-animate{
  display: none;;
} */

.slick-prev:focus,.slick-next:focus{
  background: #287ff0 !important;
}

#slider .owl-carousel .owl-item img{
  width: 100% !important;
}

button.owl-dot {
    border-radius: 50%;
}
.owl-nav button {
    z-index: 3;
    cursor: pointer !important;
}
.task-inner .main-task-inner-wrapper:nth-child(1).aos-animate{

  animation-name: fade-right !important;
  visibility: visible;
  animation-duration: 0s;
  transition-delay: 0s !important;
}

.task-inner .main-task-inner-wrapper img.arrow-img:nth-child(2){
  visibility: visible;
  animation-duration: 2s;
  transition-delay: 1s !important;
}

.task-inner .main-task-inner-wrapper:nth-child(2).aos-animate{
  -webkit-animation-name: fade-up;
  animation-name: fade-up !important;
  visibility: visible;
  animation-duration: 2s;
  transition-delay: 2s !important;
}
.task-inner .main-task-inner-wrapper:nth-child(3).aos-animate{
  -webkit-animation-name: fade-down;
  animation-name: fade-down !important;
  visibility: visible;
  animation-duration: 3s;
  transition-delay: 3s !important;
}
.partner-content .owl-nav {
    display: block !important;
}
.partner-content .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -8%;
    transform: translateY(-50%);
    background-color: transparent !important;
    border: none;
    color: var(--heading-text-color) !important;
}
.partner-content .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -8%;
    transform: translateY(-50%);
    background-color: transparent !important;
    border: none !important;
    color: var(--heading-text-color) !important;
}


@-webkit-keyframes shine {
  from {-webkit-mask-position: 150%; } to {-webkit-mask-position: -50%; }
}

span.first-word{
  color: #22272b !important;
}

.titles-underline:after{
  content: "";
  width: 70px;
  height: 2px;
  background-color: #f02930 !important;
  position: absolute;
  margin-top: 20px;
  margin-left: -35px;
}

.about-sub-heading {
  font-size: 13px;
  line-height: 30px;
  color: #1d2027;
}
.about-text {
  line-height: 30px;
}
.about-different {
  list-style: none;
  margin-left: -1px;
}
.about-different li {
  padding-bottom: 15px;
  font-size: 14px;
}
.about-different li span{
  font-weight: 600;
  display: block;
}
.about-different i {
  color: #4bcdfc;
}
/* ------------------ Testimonials ----------------  */

#testimonials .testimonials-head{
  text-align: center;
  margin-bottom: 0rem;
}
#testimonials .testimonials-head h3{
  letter-spacing: 0px;
}

.testimonial-data-srtcd{
  background-color: var(--heading-text-color);
  padding-bottom: 26px;
  text-align: center;
  border: 1px solid #e4e4e4;
  margin-top: 21%;
}

.testimonials-img-srtcd img {
  border-radius: 50%;
  margin-top: -20%;
  border: 2px solid #fefefe;
}
.testimonials-icon i{
  margin: 19px;
  color: #4bcdfc;
  font-size: 35px;
  top: 2em;
  position: relative;
}

#testimonials .owl-carousel .owl-dot{
    display: block;
    padding: 5px;
    border: none;
    margin-bottom: 9px;
    background-color: #f0f0f0;
}
.testimonials-icon {
    margin-top: 11em;
}
.testimonials-icon-srtcd i{
    margin: 19px;
    color: #4bcdfc;
    font-size: 35px;
    top: 2em;
    position: relative;
}

.testimonials-img-srtcd {
    margin-left: 25%;
    margin-top: -12%;
    position: absolute;
}
p.instructor-desig span {
    font-size: 18px;
    font-family: 'Raleway';
    color: var(--color2) !important;
    font-weight: 600 !important;
}
p.instructor-desig {
    color: var(--color2) !important;
    font-family: 'Raleway';
}
#single-testimonial .instructor-desig{
  font-weight: normal;
  padding-top: 15px;
}
#single-testimonial .social-icon i{
  background-color: var(--heading-text-color);
  width: 40px;
  padding: 10px 14px;
  color: var(--color2);
  margin-right: 15px;
  border-radius: 5px 0px;
  margin-top: 10px;
  border: 1px solid var(--primary-text-color);
}
#single-testimonial .social-icon i:hover{
  background-color: var(--primary-text-color);
  color: var(--color2);
}
#single-testimonial .single-testimonial-content p{
  letter-spacing: 1px;
  line-height: 27px;
  padding-top: 20px;
  font-size: 14px;
  font-family: 'Raleway';
  color: var(--color2);
}
#testimonials .button_center{
  margin-top: 14% !important;
}
#blog .blog-head h3
{
  letter-spacing: 0px;
}

.blog-share{
  float: right;
  cursor: pointer;
}
.blog-share i{
  font-size: 24px;
  color: #4bcdfc;
}
.blog-share{
    border: 1px solid transparent;
    padding: 5px 10px 5px 10px;
    border-radius: 8px 0px;
    margin-top: -10px;
}
.blog-share:hover{
  border: 1px solid #4bcdfc;
}
.blog-share-icon {
    margin-top: 7em;
    margin-left: -10em;
    margin-bottom: -2em;
}
.blog-share-icon a {
    margin-right: 5px;
    background-color: var(--heading-text-color);
    padding: 8px;
    border-radius: 5px 0px;
}
.blog-share-icon a:hover {
    background-color: #4bcdfc;
    color: var(--heading-text-color);
}
.blog-comments i {
    color: #4bcdfc;
}
.blog-comments span{
  font-size: 13px;
}
.blog-information{
  margin-top: 15px;
}

.blog-contents:hover {
  background-size: cover;
}

#blog .owl-carousel .owl-dot, #our-clients .owl-carousel .owl-dot {
  padding: 4px;
  padding: 5px;
  border: none;
  margin-right: 9px;
  background-color: #d9d9d9;
}
.shortcode_text{
  margin-top: 3%;
  color: #9d9d9e;
}
.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
button.owl-prev, button.owl-next {
  background: var(--heading-text-color);
  border: 2px solid #000;
  padding: 6px 9px;
}
button.owl-next.disabled, button.owl-prev.disabled {
  background: #bbb;
}


                                            /* My Custom Css */

  /* Slider */
.slider-wrapper .owl-dots {
    display: none !important;
}
.slider-wrapper .owl-nav .owl-prev i, .slider-wrapper .owl-nav .owl-next i {
  color: #000000;
}
.slider-head1 {
  font-size: 52px;
  color: #000000;
  font-weight: 400;
  font-family: "Playfair Display";
}
p.slider-text{
  font-family: "Jost";
  font-size: 20px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  padding: 10px 0;
  width: 37%;
  line-height:30px;
}
a.slider-btn:hover {
    background-color: #e8fbff;
    color: #287ff0;
    border: 1px solid #287ff0;
}
a.slider-btn {
  display: flex;
  justify-content: center;
  width: 200px;
  background-color: #287ff0;
  padding: 10px 0;
  align-items: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Jost";
  text-align: center;
  border-radius: 5px;
  transition: 0.3s ease;
  position: relative;
  border: 1px solid transparent;
}
a.slider-btn-2 {
  display: flex;
  justify-content: center;
  width: 200px;
  border: 1px solid #287ff0;
  padding: 10px 0;
  align-items: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #287ff0;
  font-weight: 600;
  font-family: "Jost";
  text-align: center;
  border-radius: 5px;
  transition: 0.3s ease;
  position: relative;
  margin-left: 20px;
}
a.slider-btn-2:hover {
    background-color: #287ff0;
    color: #ffffff;
    border: 1px solid transparent;
}
.s-btn {
  display: flex;
  align-items: center;
}

.slider-text-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
}

.fas.fa-long-arrow-left:before {
    content: '\f30a';
}
.fas.fa-long-arrow-right:before {
    content: '\f30b';
}
.slider-wrapper .owl-nav .owl-prev {
    border: none;
    background: no-repeat;
    border-radius: 50%;
    background-color: #ffffff;
	  position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.slider-wrapper .owl-nav .owl-next {
    border: none;
    background: no-repeat;
    border-radius: 50%;
    background-color: #ffffff;
  	position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.slider-wrapper .owl-nav .owl-prev:hover,.slider-wrapper .owl-nav .owl-next:hover{
  background-color: #ffffff;
}
.slider-wrapper .owl-nav .owl-prev i:hover,.slider-wrapper .owl-nav .owl-next:hover i{
  color: #287ff0;
}


    /* Products Slider */

h2.product-slider-head {
    padding-bottom: 25px;
    font-family: Raleway;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #5F222A;
}

h5.recommended-product-title {
    text-align: center;
}
h5.recommended-product-title a {
    font-size: 18px;
    letter-spacing: 0px;
    color: #1f1f1f;
    font-weight: 400;
    font-family: "Jost";
    text-align: center;
}
.product-prize {
    text-align: center;
}
ins bdi {
    color: #FD6564 !important;
}

.woocommerce-Price-amount bdi {
    text-align: center;
    font-family: Cabin;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1A1A1A99;
}
.product-cart-btn a {
    justify-content: center;
    letter-spacing: 1px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Jost";
    text-align: center;
    background-color: #287ff0;
    padding: 2px 5px;
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
    border-radius: 5px;
    position: relative;
}
.product-cart-btn:hover a{
  background-color:#e8fbff;
  color: #287ff0;
}
.product-cart-btn a:after {
    content: "\f30b";
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    padding-left: 5px;
    position: absolute;
    top: 51%;
    transform: translateY(-51%);
    right: 10px;
    transition: 0.3s ease;
}
.product-cart-btn:hover a:after {
   right:7px;
}
.product-wrapper,.category-image {
    position: relative;
    overflow: hidden;
}
.category-inner-box {
    background: #FFF9F3;
}
.category-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease, filter 0.5s ease;
    display: block;
}
.category-image {
    height: 382px;
    overflow: hidden;
}
.category-inner-box:hover .category-image img {
    transform: scale(1.08);
    filter: brightness(0.88);
}
.product-wrapper img,.category-image img,.woocommerce-LoopProduct-link img{
    transition: transform .3s;
}
.sales-image-box:hover img,.category-contents:hover img,.sales-image-box-1:hover img,li.product:hover img{
    transform: scale(1.02);
}
.new-arrival-prod-thumb-wrapper .sale-tag{
  display: none;
}
.sale-tag {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.onsale {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  font-family: "Jost";
  text-align: center;
  background-color: #ffcb42;
  padding: 3px 15px;
}

.sale-tag a {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color2);
  font-weight: 500;
  font-family: "Jost";
  text-align: center;
  background-color: var(--heading-text-color);
  padding: 3px 15px;
}
.product-cart-btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    gap: 20px;
    transition: 0.3s ease;
}
.add_to_wishlist span {
    display: none;
}
.prod-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 20px;
}
i.yith-wcwl-icon.fa.fa-heart-o:before {
    content: "\f08a";
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    padding: 7px;
    border-radius: 50%;
    color: red;
}
.p-s-btn {
    background-color: #287ff0;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    transition: 0.3s ease;
    border-radius: 5px;
    border: 1px solid transparent;
}
.p-s-btn:hover{
    background-color: #e8fbff;
    border: 1px solid #287ff0;
}
.p-s-btn:hover a{
  color: #287ff0;
}
.p-s-btn a {
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Jost";
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    transition: 0.3s ease;
}
.p-s-btn a:after {
    content: "\f30b";
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    padding-left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 45px;
    transition: 0.3s ease;
}

.p-s-btn:hover a:after{
    right: 40px;
}
.product-text{
  padding-top: 20px;
  text-align: center;
  line-height: 2;
}
a.tn-category {
    opacity: 0.502;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--color2);
    font-weight: 300;
    font-family: "Jost";
    text-align: center;
    margin: 0
}
.ps-box .owl-nav {
    display: block !important;
}
.ps-box .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: -23px;
    transform: translateY(-45%);
    border: none;
    background-color: #287ff0;
    width: 50px;
    height: 50px;
    padding: 11px;
    border-radius: 50%;
}
.ps-box .owl-nav .owl-prev:hover,.ps-box .owl-nav .owl-next:hover{
  background-color: #e8fbff;
}
.ps-box .owl-nav .owl-prev i,.ps-box .owl-nav .owl-next i  {
    color: #ffffff;
    font-size: 30px;
}
.ps-box .owl-nav .owl-prev:hover i,.ps-box .owl-nav .owl-next:hover i{
  color: #287ff0
}
.ps-box .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: -23px;
    transform: translateY(-45%);
    border: none;
    background-color: #287ff0;
    width: 50px;
    height: 50px;
    padding: 11px;
    border-radius: 50%;
}

/* catergory-1 */
.category-box {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
}
.category-contents {
    position: relative;
    height: 100%;
}

.category-title:hover a{
  color: #5F222A;
}
.category-title {
       transition: 0.3s ease;
    display: flex;
    align-items: end;
    justify-content: flex-start;
    height: 100%;
    padding: 20px;
}
.category-title a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    position: relative;

    font-family: Cabin;
font-weight: 500;
font-style: Medium;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;

color: #1A1A1ABF;
}
.category-title a:after {
    content: "\f101";
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    /* padding-left: 5px; */
    position: absolute;
    transition: 0.3s ease;
    top: 0;
    /* transform: translateY(-52%); */
    right: -28px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-title:hover a:after{
    right: -33px;
}
.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Best Seller */
.bs-cart-btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    gap: 20px;
    transition: 0.3s ease;
}
.bs-cart-btn a{
    justify-content: center;
    letter-spacing: 1px;
    font-size: 16px;
    color: var(--heading-text-color);
    font-weight: 400;
    font-family: "Jost";
    text-align: center;
    background-color: #287ff0;
    padding: 2px 5px;
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
    position: relative;
    border-radius: 5px;
}
.bs-cart-btn a:after {
    content: "\f30b";
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    padding-left: 5px;
    position: absolute;
    top: 51%;
    transform: translateY(-51%);
    right: 10px;
    transition: 0.3s ease;
}
.bs-cart-btn:hover a{
  color: #287ff0;
  background-color: #e8fbff
}
.bs-cart-btn:hover a:after {
   right:7px;
}

/* Category-2 */

.category-title-2 {
    background-color: #287ff0;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8%;
    padding: 0;
    transition: 0.3s ease;
    border-radius: 5px
}

.category-title-2 a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Jost";
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: 0.3s ease;
    position: relative;
    border-radius: 5px
}
.category-title-2 a:after {
    content: "\f30b";
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    padding-left: 5px;
    position: absolute;
    transition: 0.3s ease;
    top: 52%;
    transform: translateY(-52%);
    right: 20px;
}
.category-title-2:hover{
  background-color: #e8fbff;
}
.category-title-2:hover a{
  color: #287ff0
}
.category-title-2:hover a:after{
    right: 15px;
}
/* Hot Deals */
.deals-arrival-wrapper {
    display: flex;
    column-gap: 40px;
}
.deals-box{
  width: 73%;
}
.deals-box h2 {
    font-size: 26px;
    letter-spacing: 1px;
    color: var(--color2);
    font-weight: 400;
    font-family: "Playfair Display";
    padding-bottom: 30px;
}
.product-offer-date p b {
    display: none;
}

.product-offer-date {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffcb42;
    padding: 20px 0;
    margin: 0 auto;
}
.product-offer-date p{
  margin: 0;
}
.product-offer-date p span {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    font-family: "Jost";
    text-align: center;
    border: 1px solid #000000;
    padding: 5px;
}
span.dot {
  border: none !important;
}
#deals-arrival .bs-cart-btn {
  position: absolute;
  bottom: 70px;
  left: 50%;
  display: flex;
  gap: 20px;
  transform: translateX(-50%);
}
.deals-products .owl-nav {
    display: block !important;
}
.deals-products .owl-nav .owl-prev {
    border: none;
    background-color: #287ff0;
    width: 50px;
    height: 50px;
    padding: 11px;
    border-radius: 50%;
}
.deals-products .owl-nav .owl-next {
    border: none;
    background-color: #287ff0;
    width: 50px;
    height: 50px;
    padding: 11px;
    border-radius: 50%;
    margin-left: 20px;
}
.deals-products .owl-nav .owl-prev:hover,.deals-products .owl-nav .owl-next:hover{
  background-color: #e8fbff;
}
.deals-products .owl-nav .owl-prev:hover i,.deals-products .owl-nav .owl-next:hover i{
  color: #287ff0;
}
.deals-products .owl-nav .owl-prev i, .deals-products .owl-nav .owl-next i {
    color: #ffffff;
    font-size: 30px;
}
.deals-products .owl-nav {
    position: absolute;
    top: -56px;
    right: 10px;
}

/* New Arrival */
.arrival-box{
  width: 25%;
}
.arrival-box h2 {
    font-size: 26px;
    letter-spacing: 1px;
    color: var(--color2);
    font-weight: 400;
    font-family: "Playfair Display";
    padding-bottom: 30px;
}
.arrival-products .sales-image-box {
    display: flex !important;
    align-items: center;
    height: 100%;
    column-gap: 30px;
    margin-bottom: 20px;
    border: 1px solid #0000001a !important;
    padding: 10px;
}
.arrival-products {
    height: 100%;
}
.arrival-products .product-text , .arrival-products .product-prize{
    text-align: left;
    padding: 0;
}
.product-rating {
    line-height: 0;
}
.woocommerce .star-rating span::before {
    color: #FD6564;
}

.product-rating i:before {
    content: '\f005';
    font-size: 18px;
    color: var(--color2);
}

.arrival-products .slick-prev {
  display: none;
}
.arrival-products .slick-next {
  display: none;
}


.arrival-products .recommended-product-title {
    text-align: left;
}

/* Sale Banner */
.s-banner-img {
    position: relative;
}
.s-banner-text {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
}
.s-banner-text h2 {
    font-size: 80px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Playfair Display";
}
.s-banner-text h3 {
    font-size: 100px;
    text-decoration: underline;
    color: #ffffff;
    font-weight: 700;
    font-family: "Playfair Display";
}
.s-banner-text h3 {
    font-size: 100px;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Playfair Display";
    text-underline-offset: 17px;
    line-height: 8rem;
}
.s-banner-text p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Playfair Display";
    margin: 15px 0;
}
.s-banner-text a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Jost";
    text-align: center;
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #287ff0;
    margin-top: 30px;
    transition: 0.3s ease;
    position: relative;
    border-radius: 5px;
}
.s-banner-text a:hover{
    background-color: #e8fbff;
    color: #287ff0;
}
.s-banner-text a:after {
    content: "\f30b";
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    padding-left: 5px;
    position: absolute;
    transition: 0.3s ease;
    top: 52%;
    transform: translateY(-52%);
    right: 40px;
}
.s-banner-text:hover a:after{
   right: 35px;
}

/* Brand */

.brand-wrapper {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
}


/* Testimonial */
.testimonials-head h2{
    color: #5F222A;
    text-align: center;
    position: relative;
    z-index: 3;
    font-family: Raleway;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}
.testimonial-client-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}
.testimonials-content .owl-stage-outer {
    padding: 40px 0;
}
.testimonial-inner-wrapper {
    padding: 50px 20px 50px 20px;
    border-radius: 20px;
    box-shadow: 0px 3px 35px 5px #f7f7f7;
    border: 0.5px solid #f3eeee;
}
.testimonials-img.client-img {
    position: relative;
        border-radius: 50%;

}
.slider-for .testimonials-img::after {
    content: " ";
    background: #FFF9F380;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-arrow {
    display: none !important; 
}

/* Testimonial text-column: reserve space for arrows at bottom */
.right-slick-contentslider {
    position: relative;
    padding-bottom: 62px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block;
    color: #fff !important;
}
.woocommerce-product-details__short-description p {
    font-family: Cabin;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 35px;
    letter-spacing: 0%;
    color: #1A1A1A99;
}
/* Show and reposition arrows below the text content */
.right-slick-contentslider .slick-arrow {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    top: auto !important;
    bottom: 52px !important;
    transform: none !important;
    width: 42px;
    height: 42px;
    background: #fff !important;
    border: 1px solid #1A1A1A33 !important;
    border-radius: 4px;
    font-size: 15px;
    color: #1A1A1A;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    z-index: 10;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.right-slick-contentslider .fa-chevron-left {
    left: 0 !important;
    right: auto !important;
}
.right-slick-contentslider .fa-chevron-right {
    left: 52px !important;
    right: auto !important;
}
.right-slick-contentslider .slick-arrow:hover {
    background: #FD6564 !important;
    border-color: #FD6564 !important;
    color: #fff !important;
}
h5.testimonial-title a {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1A1A1A;
}
.testimonial-text p {
    text-align: left;
    padding-bottom: 20px;
    margin: 0;
    position: relative;
    z-index: 10;
    font-family: Raleway;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    color: #1A1A1ABF;
}


.copyright-img img {
    margin-left: 10px;
    width: 46px;
    height: 46px;
    object-fit: contain;
}
.client-nc {
    text-align: center;
}
.slider-for .client-nc {
    text-align: left;
    display: none;
}
span.t-desig {
     font-family: Raleway;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1A1A1A99;
}
.testimonials-content {
    position: relative;
    overflow: visible !important;
}
.testimonials-content .owl-nav {
    display: block !important;
    position: static;
}
.testimonials-content .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  border: 1px solid #1A1A1A33;
  background-color: #fff;
  width: 50px;
  height: 50px;
  padding: 11px;
  border-radius: 50%;
  z-index: 10;
}
.testimonial-double-qoutes {
      background: #FD6564;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    right: -16px;
    top: 40px;
}
.slick-initialized .slick-slide {
    padding: 40px 0 !important;
}
.testimonial-text-section {
    position: relative;
}
.testimonial-double-qoutes-right {
    position: absolute;
    right: 0;
    top: -29px;
}
.testimonials-content .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -28px;
    transform: translateY(-50%);
    border: 1px solid #1A1A1A33;
    background-color: #fff;
    width: 50px;
    height: 50px;
    padding: 11px;
    border-radius: 50%;
    z-index: 10;
}
.testimonials-content .owl-nav .owl-prev:hover,.testimonials-content .owl-nav .owl-next:hover{
  background-color: #e8fbff
}
.testimonials-content .owl-nav .owl-prev:hover i,.testimonials-content .owl-nav .owl-next:hover i{
  color: #287ff0
}
.testimonials-content .owl-nav .owl-prev i, .testimonials-content .owl-nav .owl-next i {
    color: #1A1A1A;
    font-size: 20px;
}

/* Newsletter */

#newsletter {
    background: #1A1A1A;
    position: relative;
}


/* services */
.service-main {
    display: block !important;
  }
.service-wrpper {
    grid-template-columns: 0.2fr 1fr;
    display: grid;
    align-items: center;
    grid-column-gap: 15px;
}
.service-text h5 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 25px;
    color: var(--color2);
    font-weight: 600;
    font-family: "Jost";
}
.service-text p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #272626;
    font-weight: 250;
    font-family: "Jost";
    margin: 0;
}
.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #5F222A;
}

/* Blog */
.blog-head h2{
    color: #5F222A;
    text-align: center;
    padding-bottom: 30px;
    font-family: Raleway;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
.blog-content .owl-item img {
    width: 100% !important;
    margin: 0 auto;
}
.blog-information {
    text-align: left !important;
}
.blog-img-down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 5px 0px 0;
}
span.blog-name i,span.blog-comment i{
  color: var(--color2);
  font-size: 16px;
}
span.blog-name  a,span.blog-comment span{
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--color2);
  font-family: 'Jost';
  text-align: center;
}
.blog-title  a {
color: #1A1A1A;
    font-family: 'Raleway';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 154%;
    letter-spacing: 0%;
}
.blog-text p {
  font-size: 18px;
  line-height: 24px;
  color: var(--color2);
  font-weight: 250;
  font-family: 'Jost';
  padding: 10px 0;
  margin: 0;
}
.blog-date {
    font-family: Cabin;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1A1A1ABF;
}


.blog-button a:hover {
    color: #5F222A;
}
.blog-button a {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #1A1A1ABF;
}


.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
    display: block;
}
.blog-img {
    height: 292px;
    overflow: hidden;
    border-radius: inherit;
}
.blog-img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.blog-contents:hover .blog-img img {
    transform: scale(1.08);
    filter: brightness(0.88);
}
.blog-button:hover a:after{
  right: 30px
}
.blog-content .owl-dots {
    display: none ;
}
.blog-content .owl-nav {
  display: none !important;
}
#blog .owl-nav button {
    display: none !important;
}
.blog-content .owl-nav .owl-prev {
  position: absolute;
  bottom: -25px;
  left: 46%;
  transform: translateX(-46%);
  border: none;
  background-color: #287ff0;
  width: 50px;
  height: 50px;
  padding: 11px;
  border-radius: 50%;
}
.blog-content .owl-nav .owl-next {
  position: absolute;
  bottom: -25px;
  right: 46%;
  transform: translateX(-46%);
  border: none;
  background-color: #287ff0;
  width: 50px;
  height: 50px;
  padding: 11px;
  border-radius: 50%;
}
.blog-content .owl-nav .owl-prev:hover,.blog-content .owl-nav .owl-next:hover{
  background-color: #e8fbff;
}
.blog-content .owl-nav .owl-prev:hover i,.blog-content .owl-nav .owl-next:hover i{
  color: #287ff0;
}
.blog-content .owl-nav .owl-prev i, .blog-content .owl-nav .owl-next i {
    color: #ffffff;
    font-size: 30px;
}
.blog-content{
  padding-bottom: 50px;
}
.blog-contents {
    background: #FFF9F3;
    padding: 20px;
    border: 1px solid #1A1A1A33;
}
/* Instagram */
h2.insta-heading {
    font-family: Raleway;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #5F222A;
}
.insta-inner-wrapper {
    height: 360px;
    overflow: hidden;
}
.insta-inner-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease, filter 0.5s ease;
}
.insta-inner-wrapper:hover img {
    transform: scale(1.08);
    filter: brightness(0.88);
}
#instagram-feed {
    padding: 50px 40px;
    position: relative;
    z-index: 1;
}
.instagram-button-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 44px;
}
.instagram-button-box a {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    background: #FD6564;
    padding: 18px 29px;
    color: #FFF9F3;
}
.instagram-button-box a:hover {
    background: #1A1A1A;
    color: #FFF9F3;
}
p.insta-subheading {
    font-size: 18px;
    color: var(--color2);
    font-weight: 400;
    font-family: "Jost";
    text-align: center;
}
.instagram-feed-div {
    padding: 20px 0;
}
.sb_instagram_header{
  display: none;
}
a.sbi_photo {
    border-radius: 10px;
}
.sbi_photo_wrap {
    padding: 0px 10px;
    position: relative;
    transition: all 1s ease;
}
a.sbi_photo:after {
    content: '\f16d';
    font-size: 30px;
    font-family: 'Font Awesome 5 Brands';
    line-height: 26px;
    background-color: #c3c3c3b0;
    color: var(--heading-text-color);
    position: absolute;
    top: 50%;
    height: 70px;
    width: 70px;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 22px;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.5s ease;
}
a.sbi_photo:hover:after{
  opacity: 1;
}



.metabox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#contentwoocom.container,div#contentwoocom .container{
  padding: 0;
}


div#wpcf7-f73-o1 {
  margin: 15px 0 30px !important;
}


/* Home Banner */

#banner {
    position: relative;
    padding: 180px 200px;
    height: 989px;
  }
.banner-tagline-strip {
    background: #5F222A;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px;
}
.banner-svgboxes1 {
    position: absolute;
    left: -150px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.banner-center-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.banner-svgboxes2 {
    position: absolute;
    right: -150px;
    bottom: 0;
    top: 0;
}


.banner-tagline-text {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFF9F3;
}
.banner-off-label {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFF9F3;
}
.banner-special-offer-label {
    font-family: Cabin;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FD6564;
}
h1.banner-sale-heading {
    font-family: Raleway;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 202px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #5F222A;
}
.banner-model-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  animation: bannerModelFloat 4s ease-in-out infinite;
  will-change: transform;
}

@keyframes bannerModelFloat {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(0px);
  }
}

.banner-model-image {
    height: 900px;
}

.banner-desc-text {
    font-family: Cabin;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FD6564;
    padding: 34px 0;
    width: 50%;
}
.banner-right-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transform: translateX(1px);
    transform: translate(-179px, -160px);
}
.banner-model-image {
    height: 872px;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    width: 30%;
    transform: translateX(247px);
}
.banner-up-to-label {
    font-family: Cabin;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FD6564;
}
.banner-percent-text {
    font-family: Raleway;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 128px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FD6564;
}
.banner-button-box a {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFF9F3;
    background: #FD6564;
    padding: 18px 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
}
.banner-button-box a:hover {
    background: #1A1A1A;
    color: #fff;
    transition: 0.3s ease-in;
}
.banner-free-shipping p {
     font-family: Cabin;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFF9F3;
    background: #5F222A;
    max-width: fit-content;
    padding: 16px 147px 16px 39px;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    clip-path: polygon(0% 0%, 90.867% 0%, 100% 100%, 0% 100%, 0% 0%);
}

/* ===== About Us Section ===== */
#about-us {
    padding: 100px 60px;
      overflow: hidden;
  position: relative;
}
span.about-us-label {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #5F222A;
}
.about-us-heading {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 50px;
    letter-spacing: 0%;
    color: #1A1A1A;
    padding: 22px 0;
}
.about-us-desc {
    font-family: Cabin;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 35px;
    letter-spacing: 0%;
    color: #1A1A1A99;
}
.about-us-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease, filter 0.5s ease;
}
.about-us-image {
    height: 550px;
    overflow: hidden;
}
.about-us-image:hover img {
    transform: scale(1.08);
    filter: brightness(0.88);
}


/* ===== Brand Section ===== */
#brand {
    background: #FFF9F3;
    padding: 40px;
    position: relative;
}

.brand-inner-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: grayscale(100%) opacity(0.6);
    transition: filter 0.4s ease, transform 0.4s ease;
}
.brand-inner-wrapper {
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-inner-wrapper:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.08);
}


/* ===== Deals of the Week Section ===== */

#deals-of-the-week {
    background: #FFF9F3;
    position: relative;
    z-index: 1;
    padding: 0;
}
.deals-of-the-week-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.deals-of-the-week-image {
    height: 500px;
}
.deal-shopnow-btnbox a {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #1A1A1A;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}
span.deals-heading {
    font-family: Raleway;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FD6564;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 32px;
}
h2.deals-subheading {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #5F222A;
    /* padding: 0; */
    text-align: center;
    letter-spacing: 0;
        padding-bottom: 20px;

}
p.deals-description {
    font-family: Raleway;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: #1A1A1ABF;
    letter-spacing: 0;
}

  /* New Arrival */
  #new-arrival {
    padding: 80px 0;
    position: relative;
    z-index: 1;
  }
  .new-arrival-row {
    align-items: center;
  }
  .new-arrival-media-area {
    background: #5F222A;
    padding: 38px 42px;
    position: relative;
    height: 715px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .new-arrival-frame {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    }
  .new-arrival-image-box {
    height: 590px;
    width: 100%;
    overflow: hidden;
  }
  .new-arrival-image-box img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
  }
  .new-arrival-media-area:hover .new-arrival-image-box img {
    transform: scale(1.08);
    filter: brightness(0.88);
  }
  .new-arrival-corner {
    position: absolute;
    width: 62px;
    height: 62px;
    border-color: #fff7ef;
    z-index: 2;
  }
  .new-arrival-corner-top {
     right: -20px;
    top: -20px;

    border-top: 9px solid #fff7ef;
    border-right: 9px solid #fff7ef;
  }
  .new-arrival-corner-bottom {
    left: -20px;
    bottom: -20px;
    border-left: 9px solid #fff7ef;
    border-bottom: 9px solid #fff7ef;
  }
  .new-arrival-content-box {
    padding: 20px 24px 20px 40px;
  }
  .new-arrival-label {
      display: inline-block;
    font-size: 16px;
    color: #1A1A1A;
    font-family: "Jost";
    margin-bottom: 18px;
    font-family: Raleway;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .new-arrival-heading {
    color: #5F222A;
    margin-bottom: 22px;
    letter-spacing: 0;
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 56px;
    letter-spacing: 0%;
  }
  .new-arrival-description {
      color: #1A1A1ABF;
    margin-bottom: 18px;
    font-family: Raleway;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 35px;
    letter-spacing: 0%;
  }
  .new-arrival-btn {
     display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FD6564;
    color: #fff9f3;
    padding: 16px 32px;
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s ease;
    margin-top: 12px;
  }
  .new-arrival-btn:hover {
    background: #69242c;
    color: #fff9f3;
  }
  @media screen and (max-width: 991px) {
    .new-arrival-media-area {
      max-width: 100%;
      margin-bottom: 35px;
    }
    .new-arrival-content-box {
      padding: 0 15px;
    }
    .new-arrival-heading {
      font-size: 38px;
    }
  }
  @media screen and (max-width: 575px) {
    #new-arrival {
      padding: 50px 0;
    }
    .new-arrival-media-area {
      padding: 22px;
    }
    .new-arrival-heading {
      font-size: 30px;
    }
    .new-arrival-description {
      font-size: 15px;
      line-height: 1.8;
    }
  }

    /* Explore Collection Section */
    #explore-collection-section {
      padding: 80px 0;
    }
    .explore-collection-row {
      margin-bottom: 50px;
    }
    .explore-collection-row-bottom {
      margin-bottom: 0;
    }
    .explore-collection-content {
      padding: 0 5%;
    }
    .explore-collection-title {
      color: #5F222A;
    margin-bottom: 18px;
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    }
    .explore-collection-title-line {
      display: inline-block;
      width: 70px;
      height: 2px;
      background: #b4878f;
      margin-bottom: 24px;
    }
    .explore-collection-desc {
     color: #1A1A1ABF;
    margin-bottom: 26px;
    font-family: Raleway;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    }
    .explore-collection-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #FD6564;
      color: #fff;
      font-family: "Raleway";
      font-weight: 600;
      font-size: 15px;
      text-transform: uppercase;
      padding: 14px 30px;
      transition: 0.3s ease;
    }
    .explore-collection-btn:hover {
      background: #5F222A;
      color: #fff;
    }
    .explore-collection-image {
      overflow: hidden;
    }
    .explore-collection-image img {
      width: 100%;
      height: 100%;
      max-height: 470px;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease, filter 0.5s ease;
    }
    .explore-collection-image:hover img {
      transform: scale(1.08);
      filter: brightness(0.88);
    }

    @media screen and (max-width: 1199px) {
      .explore-collection-title {
        font-size: 24px;
      }
      .explore-collection-desc {
        font-size: 14px;
        line-height: 28px;
      }
    }

    @media screen and (max-width: 991px) {
      #explore-collection-section {
        padding: 60px 0;
      }
      .explore-collection-content {
        padding: 20px 15px 0;
      }
      .explore-collection-image {
        margin-bottom: 15px;
      }
      .explore-collection-row {
        margin-bottom: 35px;
      }
    }

    @media screen and (max-width: 575px) {
      .explore-collection-title {
        font-size: 32px;
      }
      .explore-collection-desc {
        font-size: 15px;
        line-height: 1.8;
      }
    }

/* Shop Banner */
#shop-banner {
padding: 0;
    margin: 60px 40px;}
.shop-banner-wrap {
  margin: 0;
}
.shop-banner-left,
.shop-banner-right {
  min-height: 460px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.shop-banner-left {
  background: #69242c;
  padding: 60px 40px 60px 30px;
}
.shop-banner-right {
  background: #FFF9F3;
  padding: 60px 40px 60px 30px;
}
.shop-banner-content,
.shop-banner-content-right {
  position: relative;
  z-index: 2;
  max-width: 65%;
}
.shop-banner-kicker {
     display: block;
    color: #FFF9F3;
    text-transform: uppercase;
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 30px;

}
.shop-banner-title {
    color: #FFF9F3;
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 52px;
    letter-spacing: 0%;
    text-transform: uppercase;

}
.shop-banner-link,
.shop-banner-link-right {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
}
.shop-banner-link {
  color: #FFF9F3;
}
.shop-banner-link:hover {
  color: #ffffff;
}
.shop-banner-image-left,
.shop-banner-image-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.shop-banner-image-left img,
.shop-banner-image-right img {
  max-height: 440px;
  width: auto;
}

.shop-banner-title-right {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #1A1A1A
}
.shop-banner-desc-right {
    margin-bottom: 24px;
    font-family: Raleway;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    color: #1A1A1ABF;;
}
.shop-banner-link-right {
  color: #1f2124;
}
.shop-banner-link-right:hover {
  color: #1f2124;
}

@media screen and (max-width: 1399px) {
  .shop-banner-kicker { font-size: 22px }
  .shop-banner-title {         font-size: 28px;
        line-height: 36px; }
  .shop-banner-title-right {         font-size: 22px;
        line-height: 125%; }
  .shop-banner-desc-right {         font-size: 18px;
        line-height: 25px; }
  .shop-banner-link,
  .shop-banner-link-right { font-size: 30px; }
  .shop-banner-image-left img,
  .shop-banner-image-right img { max-height: 390px; }
}

@media screen and (max-width: 991px) {
  .shop-banner-left,
  .shop-banner-right {
    min-height: 380px;
    padding: 45px 20px 0;
  }
  .shop-banner-content,
  .shop-banner-content-right {
    max-width: 70%;
  }
  .shop-banner-kicker { font-size: 24px; }
  .shop-banner-title { font-size: 36px; margin-bottom: 20px; }
  .shop-banner-title-right { font-size: 34px; }
  .shop-banner-desc-right {         font-size: 14px;
        margin-bottom: 14px;
        text-align: center; }
  .shop-banner-link,
  .shop-banner-link-right { font-size: 22px; }
  .shop-banner-image-left img,
  .shop-banner-image-right img { max-height: 310px; }
}

@media screen and (max-width: 575px) {
  .shop-banner-content,
  .shop-banner-content-right { max-width: 100%; }
  .shop-banner-image-left,
  .shop-banner-image-right { position: relative; margin-top: 16px; right: auto; }
  .shop-banner-image-left img,
  .shop-banner-image-right img { max-height: 100%; }
  .shop-banner-kicker { font-size: 18px; }
  .shop-banner-title,
  .shop-banner-title-right {            font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 16px 0;
              text-align: center;}
  .shop-banner-link,
  .shop-banner-link-right {         font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px; }
}

/* ============================================================
   Mid-Season Sale Section
   ============================================================ */

#mid-season-sale {
    padding: 70px 0 60px;
}

.mss-section-title {
    color: #5F222A;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-family: Raleway;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

/* Tab Navigation */
.mss-tabs-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    border-bottom: none;
}

.mss-tab-item {
    padding: 0;
}

.mss-tab-btn {
    background: transparent;
    border: 2px solid transparent;
    color: #1a1a1a;
     transition: all 0.25s ease;
    letter-spacing: 0.5px;
    border-radius: 2px;
    font-family: Raleway;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1A1A1A;
    text-transform: capitalize;
    padding: 6px 19px;
}

.mss-tab-btn:hover {
    border-color: #1A1A1A;
    color: #1A1A1A;
}

.mss-tab-btn.active {
    color: #1A1A1A;
    font-weight: 400;
    border: 2px solid #1A1A1A;
    padding: 6px 19px;
}

/* Product Card */
.mss-product-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.mss-product-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
}

.mss-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mss-product-thumb {
    position: relative;
    overflow: hidden;
    height: 532px;
}

.mss-product-thumb img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.mss-product-card:hover .mss-product-thumb img {
    transform: scale(1.04);
}

.mss-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #FD6564;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 2px;
    letter-spacing: 0.5px;
    z-index: 2;
    text-transform: uppercase;
}

.mss-product-info {
    padding: 14px 12px 16px;
    text-align: center;
}

.mss-product-title {
    margin: 0 0 8px;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mss-product-title a {
    text-decoration: none;
    font-family: Cabin;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1A1A1A;
}

.mss-product-title a:hover {
    color: #5F222A;
}

/* WooCommerce price overrides */
#mid-season-sale .mss-product-price .price {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

#mid-season-sale .mss-product-price .price del {
    color: #999;
    font-size: 13px;
    margin-right: 4px;
}

#mid-season-sale .mss-product-price .price ins {
    color: #FD6564;
    text-decoration: none;
    font-weight: 700;
}

/* Slider Nav Arrows */
#mid-season-sale .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    left: 0;
}

#mid-season-sale .mss-products-slider {
    position: relative;
}

#mid-season-sale .owl-nav button {
    pointer-events: all;
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5F222A !important;
    font-size: 13px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: background 0.2s, color 0.2s;
    margin: 0 -18px;
}

#mid-season-sale .owl-nav button:hover {
    background: #5F222A !important;
    color: #fff !important;
}

/* View All Button */
.mss-view-all-wrap {
    text-align: center;
    margin-top: 40px;
}

.mss-view-all-btn {
    display: inline-block;
    background: #FD6564;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 42px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.mss-view-all-btn:hover {
    background: #5F222A;
    color: #fff;
    transform: translateY(-2px);
}

.mss-no-products {
    text-align: center;
    color: #999;
    padding: 40px 0;
    font-family: 'Jost', sans-serif;
}

/* Customer Favorites Section */
#customer-favorites {
  padding: 78px 0 72px;
  overflow: hidden;
}




.customer-favorites-head {
  color: #5F222A;
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 43px;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 36px;
}

#customer-favorites .customer-favorites-slider {
  position: relative;
}

.customer-favorites-card {
  background: transparent;
}

.customer-favorites-thumb {
  position: relative;
  overflow: hidden;
  background: #111111;
}
.customer-favorites-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.customer-favorites-thumb {
  width: 100%;
  height: 532px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.customer-favorites-card:hover .customer-favorites-thumb img {
  transform: scale(1.08);
  filter: brightness(0.88);
}

.customer-favorites-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #FD6564;
  color: #FFFFFF;
  padding: 5px 10px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.customer-favorites-info {
  text-align: center;
  padding-top: 12px;
}

.customer-favorites-title {
  margin: 0 0 8px;
  line-height: 1.3;
}

.customer-favorites-title a {
    font-family: Cabin;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1A1A1A;
}

.customer-favorites-price .price {
  font-family: 'Cabin';
  font-size: 16px;
  font-weight: 500;
  color: #F5F5F5;
}

.customer-favorites-price del,
.customer-favorites-price del .woocommerce-Price-amount,
.customer-favorites-price del bdi {
    color: #1A1A1A99;
    margin-right: 6px;
    font-family: Cabin;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.customer-favorites-price del {
    color: #1A1A1A99;
}
.customer-favorites-price ins,
.customer-favorites-price ins .woocommerce-Price-amount,
.customer-favorites-price ins bdi {
  color: #FD6564 !important;
  text-decoration: none !important;
}

#customer-favorites .owl-nav {
  display: block !important;
}

#customer-favorites .owl-nav .owl-prev,
#customer-favorites .owl-nav .owl-next {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #5F222A !important;
  border-radius: 50%;
  background: transparent !important;
  color: #5F222A !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

#customer-favorites .owl-nav .owl-prev {
  left: 0;
}

#customer-favorites .owl-nav .owl-next {
  right: 0;
}

#customer-favorites .owl-nav .owl-prev:hover,
#customer-favorites .owl-nav .owl-next:hover {
  background: #5F222A !important;
  color: #ffffff !important;
}

.customer-favorites-btn-wrap {
  text-align: center;
  margin-top: 34px;
}

.customer-favorites-btn {
  display: inline-block;
  background: #FD6564;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 14px 30px;
  min-width: 136px;
  transition: all 0.3s ease;
}

.customer-favorites-btn:hover {
  background: #5F222A;
  color: #FFFFFF;
}

.customer-favorites-empty {
  color: #ffffff;
  text-align: center;
  margin: 20px 0 0;
}

/* Newsletter Section */
#newsletter {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 40px 0;
  border-bottom: 2px solid #FFF9F34D;
}




.newsletter-heading {
    color: #FD6564;
    margin: 0 0 16px;
    line-height: 1.2;
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
}

.newsletter-text {
    color: #FFF9F3;
    margin: 26px 0;
    /* max-width: 820px; */
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;


}




#newsletter .wpcf7-form p {
  margin: 0;
}

#newsletter .wpcf7-form-control-wrap {
  width: 100%;
}

#newsletter input[type="email"],
#newsletter input.wpcf7-email,
#newsletter .wpcf7-form input[type="email"],
.newsletter-fallback-form input[type="email"] {
    width: 100%;
    height: 50px;
    /* border: 1px solid rgba(255, 255, 255, 0.35); */
    background: rgba(255, 255, 255, 0.15);
    color: #1A1A1A99;
    padding: 0 20px;
    font-family: 'Raleway';
    font-size: 16px;
    border-radius: 2px;
    background: #FFF9F3;
    border-radius: 25px;
}

#newsletter input[type="email"]::placeholder,
#newsletter input.wpcf7-email::placeholder,
.newsletter-fallback-form input[type="email"]::placeholder {
  color: rgba(255, 249, 243, 0.78);
}

#newsletter input[type="submit"],
#newsletter .wpcf7-submit,
.newsletter-fallback-form button {
    height: 44px;
    border: none;
    background: #FD6564;
    color: #FFFFFF;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 44px;
    border-radius: 2px;
    transition: all 0.3s ease;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    margin: 0;
    margin: auto;
    right: 4px;
}

#newsletter input[type="submit"]:hover,
#newsletter .wpcf7-submit:hover,
.newsletter-fallback-form button:hover {
  background: #1A1A1A;
  color: #ffffff !important;
}

#newsletter .wpcf7-response-output {
  color: #fff;
  margin-top: 14px;
}

/* Newsletter — floating image animation */
.newsletter-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsletter-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    animation: nl-float 5s ease-in-out infinite;
    will-change: transform;
    flex-shrink: 0;
}

/* Footer social icons */
.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}
.footer-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 15px;
    transition: background 0.3s ease, color 0.3s ease;
    text-decoration: none;
}
.footer-social-icons a:hover {
    background: #FD6564;
    color: #fff;
}

@keyframes nl-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-20px); }
}

/* Newsletter — CTA button pulse glow */
#newsletter input[type="submit"],
#newsletter .wpcf7-submit,
.newsletter-fallback-form button {
  animation: nl-pulse 2.6s ease-in-out infinite;
}

@keyframes nl-pulse {
  0%, 100% { box-shadow: 0 0 0 0px rgba(253, 101, 100, 0.60); }
  55%       { box-shadow: 0 0 0 14px rgba(253, 101, 100, 0); }
}

/* Style Inspiration Section */
#style-inspiration {
  background: #FFF9F3;
  padding: 78px 0 82px;
}

#style-inspiration .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.style-inspiration-heading {
    color: #5F222A;
    margin: 0 0 24px;
    font-family: Raleway;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.style-inspiration-text {
 color: #1A1A1ABF;
    font-family: Raleway;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
}

.style-inspiration-row {
  row-gap: 30px;
}

.style-inspiration-card {
  height: 100%;
}

.style-inspiration-image-wrap {
  overflow: hidden;
  background: #efe7dd;
}

.style-inspiration-image-wrap img {
  width: 100%;
  height: 425px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.style-inspiration-card:hover .style-inspiration-image-wrap img {
  transform: scale(1.03);
}

.style-inspiration-content {
  padding-top: 14px;
}

.style-inspiration-label {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(26, 26, 26, 0.78);
  margin-bottom: 10px;
}

.style-inspiration-card-title {
  margin: 0;
  font-family: 'Cabin', sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.style-inspiration-card-title a {
  color: #1A1A1A;
  text-decoration: none;
}

.style-inspiration-card-title a:hover {
  color: #5F222A;
}

@media screen and (max-width: 1399px) {
  #customer-favorites .owl-nav .owl-prev {
    left: -20px;
  }

  #customer-favorites .owl-nav .owl-next {
    right: -20px;
  }
}

@media screen and (max-width: 991px) {
  #customer-favorites .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .customer-favorites-head {
    font-size: 34px;
  }

  #style-inspiration .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }

  .style-inspiration-heading {
    font-size: 36px;
  }

  .style-inspiration-image-wrap img {
    height: 360px;
  }

  #customer-favorites .owl-nav .owl-prev {
    left: -10px;
  }

  #customer-favorites .owl-nav .owl-next {
    right: -10px;
  }
}

@media screen and (max-width: 767px) {
  #customer-favorites {
    padding: 56px 0;
  }

  #newsletter {
    padding: 58px 0;
  }

  .newsletter-heading {
    font-size: 32px;
  }

  .newsletter-text {
    font-size: 15px;
    margin-bottom: 20px;
  }

  #newsletter form.wpcf7-form,
  .newsletter-fallback-form {
    flex-direction: column;
    gap: 10px;
  }

  
  
  #style-inspiration {
    padding: 56px 0 60px;
  }

  #style-inspiration .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }

  .style-inspiration-heading {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .style-inspiration-text {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.8;
  }

  .style-inspiration-image-wrap img {
    height: 320px;
  }

  .style-inspiration-card-title {
    font-size: 24px;
  }

  .customer-favorites-head {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .customer-favorites-thumb {
    height: 420px;
  }

  #customer-favorites .owl-nav .owl-prev,
  #customer-favorites .owl-nav .owl-next {
    width: 34px;
    height: 34px;
    top: 40%;
  }
  .footer-copy {
        justify-content: center !important;
        padding: 14px 0;
    }
}

/* ===== 768 – 991px: tablets ===== */
@media (min-width: 768px) and (max-width: 991px) {
    /* Product / customer-favorites images */
    .customer-favorites-thumb {
        height: 400px;
    }
    .customer-favorites-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* Shop archive product image */
    .archive-product-img,
    .woocommerce ul.products li.product img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        display: block;
    }
    /* Banner – ensure text is visible */
    .banner-content-box {
        position: relative;
        z-index: 2;
    }
    .entry-title,
    .banner-content-box h1 {
        display: block !important;
        font-size: 36px !important;
    }
    .bradcrumbs {
        display: block !important;
    }
    /* Newsletter icon stays in place */
    .newsletter-fallback-form,
    #newsletter .wpcf7-form p {
        position: relative;
    }
    #newsletter input[type="submit"],
    #newsletter .wpcf7-submit,
    .newsletter-fallback-form button {
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* ===== 1041 – 1799px: footer responsive ===== */
@media (min-width: 1041px) and (max-width: 1799px) {
    .foot-col {
        flex-wrap: wrap;
    }
    .f1, .f4 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .f2, .f3 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .f5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Tablet / Mobile */
@media (max-width: 767px) {
    .mss-section-title {
        font-size: 28px;
    }
    .mss-tab-btn {
        font-size: 13px;
        padding: 6px 16px;
    }
    /* Newsletter image stays centred */
    .newsletter-image {
        margin-top: 30px;
    }
    #instagram-feed {
    padding: 50px 10px;

}

}

/* Designed Lifestyle Section */

@keyframes dl-kenburns {
    0%   { transform: scale(1)    translate(0, 0); }
    50%  { transform: scale(1.08) translate(-1%, -1%); }
    100% { transform: scale(1)    translate(0, 0); }
}

#designed-lifestyle {
    height: 1015px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
    overflow: hidden;
}

/* Animated background layer */
#designed-lifestyle::before {
    content: "";
    position: absolute;
    inset: -5%;          /* slightly larger so zoom never shows edges */
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
    animation: dl-kenburns 14s ease-in-out infinite;
    will-change: transform;
}

#designed-lifestyle::after {
    content: "";
    background: #1A1A1A;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 40%;
    z-index: -1;
}
.designed-lifestyle-contenbox h2 {
    font-family: Cabin;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFF9F3;
    width: 26%;
}
.designed-lifestyle-contenbox {
    padding: 30px;
}
.designed-lifestyle-buttonbox {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFF9F3;
    background: #FD6564;
    padding: 22px 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: fit-content;
}
.designed-lifestyle-buttonbox:hover {
    background: #fff;
    color: #1A1A1A;
    transition: 0.3s ease-in;
}