/** Shopify CDN: Minification failed

Line 599:29 Expected ")" to end URL token

**/
/* === FONT IMPORT (add this in <head> of theme.liquid) ===
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Be+Vietnam+Pro:wght@400;500;700;900&display=swap" rel="stylesheet">
*/ 

/* === Root Variables === */
:root {
  --font-heading-h1: 'Be Vietnam Pro', sans-serif;
  --font-heading: 'Outfit', sans-serif;

  --primary-yellow: #FBB404;
  --black-shade: #1C1C1C;
  --dark-grey: #504E4B;
  --white: #FFFFFF;
  --off-white: #F8F4EC;
  --soft-grey: #9D9B95;
  --cream: #FDEDC7;
  --mint: #DDEDEA;
  --pale-yellow: #FFEFD1;
  --blush: #FAE1E4;
  --soft-blue: #DAEAF7;
  --lavender: #E7DFF4;
}
.page-width {
    max-width: 1350px;
    padding: 0 15px;
}
/* === Typography === */
body{
  font-family: var(--font-heading); /* Outfit for body */
  color: var(--black-shade);
  background-color: var(--off-white) !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
h1, .h1 {
  font-family: var(--font-heading-h1);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}
.template-index h1,.template-index .h1 {
  font-family: var(--font-heading-h1);
  font-size: 84px;
  font-weight: 900;
  line-height: auto;
}
h2, .h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
}

h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}
p {
    line-height: 1.2;
}
/*--------------------------------------------------- Topbar -----------------------------------------------------------  */
.announcement-bar * {
    font-weight: 400;
    font-size: 20px;
}

/*--------------------------------------------------- Header -----------------------------------------------------------  */

header {
    background: var(--white);
    position: absolute;
    left:0;
    right:0;
    max-width: 1320px !important;
    width: 100%;
    margin-top: 15px !important;
    border-radius: 50px;
}
 sticky-header.header-wrapper{
    margin-top: -2px;
  }
.modal-overlay {
    visibility: hidden;
}

.search-modal.modal__content.gradient {
    border-radius: 50px;
    background: #f8f4ec;
}
form.search.search-modal__form .field:after,
form.search.search-modal__form .field:before{
    border-radius: 50px !important;
}
form.search.search-modal__form .field input{
  box-shadow: none !important;
}


header  .header__heading a.header__heading-link{
    padding: 0 !important;
}
header nav.header__inline-menu ul.list-menu li .header__menu-item{
  font-size: 18px;
  line-height: 1;
}
.header__icon .icon {
    height: 24px;
    width: 24px;
}
.header__icon#cart-icon-bubble .icon{
    height: 44px !important;
    width: 44px  !important;
}
header .cart-count-bubble{
    background-color: #fbb404;
    color: #000000;
    bottom: .8rem;
    right: 10px;
    border: 1px solid #c58f07;
    left: 20px !important;
}
.header__menu-item {
    padding: 1.2rem 0.5rem !important;
}
.cart-notification.active {
    transform: translateY(100px) important;
}

.header__icon span.svg-wrapper{
    background: var(--off-white);
    border-radius: 50px;
}
.header__icons {
    gap: 20px;
    align-items: center;
}
.header__icon {
    width: fit-content;
    gap: 10px;
    text-decoration: none;
    font-size: 16px;
}
.svg-wrapper>svg {
    height: 24px;
    width: 24px;
}
.ctm-cart {
    background: var(--black-shade);
    color: #fff;
    padding: 10px 10px 10px 20px;
    height: 100%;
    border-radius: 50px;
}
.ctm-cart.header__icon span.svg-wrapper {
    background: var(--primary-yellow);
}

.header__submenu.list-menu {
    min-width: 220px !important;
}
.swym-header-launcher {
    display: flex;
    height: 44px;
    min-width: 44px;
    align-items: center;
    justify-content: center;
    background: var(--off-white);
    border-radius: 50px;
}
.swym-header-launcher svg path {
    stroke-width: 1.5px;
}
summary.list-menu__item {
    padding-right: 2.7rem !important;
}
/*--------------------------------------------------- Home Slider -----------------------------------------------------------  */
.joy-slider{
    border-bottom: 18px solid #fbb404;
}
.joy-slider .slideshow__slide{
    height: 100vh;
}
.joy-slider .slideshow__text.banner__box.content-container{
    min-width:841px;
    padding: 0;
    gap: 30px;
}
.joy-slider .slideshow__text.banner__box.content-container h2.banner__heading { max-width:760px; }
.joy-slider .slideshow__text.banner__box.content-container .banner__text { order: 3; color: #fff !important; font-size: 30px; line-height: 40px;}
.joy-slider .slideshow__text.banner__box.content-container .banner__buttons { order: 2; margin-top: 0;}
.joy-slider .banner__buttons a.button.button--primary {
    font-family: var(--font-heading-h1);
    font-size: 48px;
    line-height: 40px;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    font-weight: 700;
    padding: 20px 16px;
}
.joy-slider .banner__buttons{
    border-radius: 50px;
    overflow: hidden;
}
.joy-slider .slideshow__controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    border: .1rem solid rgb(255 255 255 / 8%);
}
.joy-slider .slideshow__controls svg path{ fill: #fff !important }

/*--------------------------------------------------- Home Collection Slider -----------------------------------------------------------  */

.contains-card .price-item {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}
.contains-card .price__sale .price-item--regular{
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 400;
}
.contains-card .swiper-button-next,
  .contains-card .swiper-button-prev {
    background-color: #fcb404;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
  }
  .contains-card .swiper-button-next::after,
  .contains-card .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
  }
.contains-card .custom-collection-header{
    text-align: center;
  }
 .contains-card .swiper {
    margin-top: 30px;
    padding-bottom: 80px;
  }
 .contains-card .swiper-button-next,
.contains-card .swiper-button-prev {
    top: auto;
    bottom: 0px;
  }
 .contains-card .swiper-button-prev {
    left: 45%;
  }
.contains-card .swiper-button-next {
    right: 45%;
  }
.contains-card .product-card-wrapper {
    width: 100%;
  }
.contains-card  .card-wrapper {
    padding: 10px;
    background: #fff;
    border-radius: 20px;
}
.contains-card .card-wrapper .card__media{
    border-radius: 10px  !important;
    overflow:hidden  !important;
}
 .contains-card  .card-information,
 .contains-card  .card__heading{
    text-align: center !important;
}
.contains-card .quick-add {
    display: flex;
    justify-content: center;
}
.contains-card .quick-add button {
    background: #fbb404;
    border: none;
    border-radius:50px;
    padding: 12px 20px;
}

.contains-card .quick-add button:after,
.contains-card .quick-add button:before{
    display: none;
}
.contains-card   .swiper-button-next:after,
.contains-card   .swiper-button-prev:after{
    display: none;
}
.contains-card .card__heading{
  font-size: 18px;
  line-height:26px;
}
.contains-card .card__badge {
    justify-self: flex-end;
}
.ctm-add-to-cart {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 5px;
}
quantity-popover .quantity,
.quantity:before{
    background: none !important;
}
cart-items{
  padding-top: 200px !important;
}
/*---------------------------------- Collection Card Section -------------------------------------------------------------------------*/
 .collection-cards-section.style1 .collection-wrapper-inner{
    max-width: 1068px;
    margin: 0 auto;
  }
  .collection-cards-section.style1 .collection-card-wrapper {
    padding: 60px 40px;
    border-radius: 50px;
}
.collection-cards-section {
  padding: 30px 0;
  text-align: center;
}
 .collection-cards-section.style1 .collection-cards-section .page-width {
    max-width: 1400px;
  }
  .collection-cards-section.style2 .collection-cards-section .page-width {
    max-width: 1440px;
  }

.collection-cards-section .collection-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  z-index: 2;
  justify-items: center;
  position: relative;
  margin-top: 30px;
}

 .collection-cards-section .collection-card {
  display: flex;
  flex-direction:column;
  align-items: center;
  gap:20px;
  border-radius: var(--card-radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
  position: relative;
}

.collection-cards-section .collection-card:hover {
  transform: translateY(-5px);
}

.collection-cards-section .collection-card-image {
  width: 100%;
  min-height:400px;
  border-radius: var(--card-radius);
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.collection-cards-section.style1 .collection-card-title {
    padding: 10px;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0;
}
.collection-cards-section.style2 .collection-card-title {
    display: block;
    font-weight: 600;
    visibility: visible;
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    letter-spacing: 0;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    border-radius: 50px;
    opacity: 1;
}
.collection-cards-section .collection-card-wrapper {
  position: relative;
}

.collection-cards-section .decor-svg,
.collection-cards-section .decor-flower {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

/* Hearts in top-right */
.collection-cards-section .decor-svg {
  top: 20px;
  right: 20px;
}

/* Flower in bottom-left */
.collection-cards-section .decor-flower {
  bottom: 20px;
  left: 20px;
  width: 8%;
}

.collection-cards.swiper-pagination{
  bottom: -30px !important;
}
.collection-cards.swiper-pagination .swiper-pagination-bullet-active {
    background: #fbb404 !important;
}
@media(min-width: 768px){
  .collection-cards.swiper-pagination{
    display: none !important;
  }
}
/*--=---------------------------------------------New Arrival Video Section ----------------------------------------------------------------*/
section.video-carousel-section {
    text-align: center;
}
.video-carousel-section .swiper-button-next,
.video-carousel-section .swiper-button-prev {
    background-color: #fcb404;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
  }

.video-carousel-section .swiper-button-next:after,
.video-carousel-section .swiper-button-prev:after{
  display: none
}
 .video-carousel-section .swiper {
    margin-top: 30px;
    padding-bottom: 80px;
  }
 .video-carousel-section .swiper-button-next,
.video-carousel-section .swiper-button-prev {
    top: auto;
    bottom: 0px;
  }
 .video-carousel-section .swiper-button-prev {
    left: 45%;
  }
.video-carousel-section .swiper-button-next {
    right: 45%;
  }
.video-carousel-section .product-card-wrapper {
    width: 100%;
  }
.video-carousel {
    margin-top: 30px;
}
.video-gallery-section {
    padding: 30px 0px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  .video-gallery-grid {
    display: grid;
    gap: 20px;
    margin-top: 30px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .video-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
  }

  .video-thumbnail {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 420px;
    object-fit: cover;
  }
  .video-thumbnail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    pointer-events: none;
  }

  .video-thumbnail .video-thumbnail img,
  .video-thumbnail iframe {
    width: 100%;
    display: block;
    border-radius: 16px;
    height: 420px;
    object-fit: cover;
  }

  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    background: none;
    padding: 0;
  }
  /* Modal */
  .video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    justify-content: center;
    align-items: center;
  }

  .video-modal-content {
    position: relative;
    max-width: 90%;
    width: 720px;
    background: transparent;
  }

  .video-modal iframe {
    width: 100%;
    height: 420px;
    border-radius: 16px;
    border: none;
  }

  .modal-close {
    position: absolute;
    top: -20px;
    right: -10px;
    font-size: 32px;
    color: white;
    cursor: pointer;
  }
  .video-gallery.swiper-pagination {
      bottom: 0px;
  }
  .video-gallery.swiper-pagination .swiper-pagination-bullet-active {
      background: #fbb404;
  }
/*---------------------------------------------- Featured Icon with Text Homepage -------------------------------------------------------- */
  .feature-icons-text-section {
    padding: 30px 0;
  }

  .feature-icons-box {
    background-color: #CCEEF0;
    border-radius: 24px;
    padding: 60px 40px 120px; 
    position: relative;
    overflow: hidden;
  }
  
  .feature-icons-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url({{ 'feature-bg.svg' | asset_url }});
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; /* or 'contain' if needed */
    z-index: 0;
    pointer-events: none;
    opacity: 1; /* You can adjust this if needed */
  }
   .feature-icons-box *{
     z-index: 2;
  }

  .feature-icons-heading {
    text-align: center;
    max-width: 876px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }

  .feature-icons-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    position: relative;
    margin-top: 30px;
  }

  .feature-card {
    width: calc(25% - 24px);
    background: #fff;
    border-radius: 16px;
    padding: 30px 15px;
     box-shadow: -2px -2px 0px #fbb404b0;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .feature-card:nth-child(2),
  .feature-card:nth-child(3) {
    transform: translateY(60px);
  }
  .feature-card hr {
    margin: 0;
    width: 72px;
    background: #fab404;
    height: 2px;
  }

  .feature-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:15px;
  }

  .feature-icon {
    margin-bottom: 11px;
  }

  .feature-icon img {
    max-height: 48px;
    width: auto;
  }

  .feature-title {
    font-size: 24px;
    line-height:27px;
    font-weight: 600;
    margin: 0;
  }

  .feature-description {
    font-size: 18px;
    line-height:27px;
    margin: 0;
  }
/*--------------------------------------------- Why Choose Us  ----------------------------------------------------------------------------*/
.why-trust-us-section {
    padding: 30px 0px;
  }

  .why-trust-us-box {
    background-color: #e0f0eb;
    border-radius: 30px;
    padding: 60px 30px;
    text-align: center;
  }

  .why-trust-us-heading {
    margin: 0 0 30px;
    max-width: 876px;
    margin-left: auto;
    margin-right: auto;
  }

  .trust-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .trust-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    width: calc(33.333% - 16px);
    max-width: 280px;
    text-align: center;
  }

  .trust-icon {
    margin-bottom: 16px;
  }

  .trust-icon img {
    max-height: 48px;
    width: auto;
  }

  .trust-text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0;
  }

/*--------------------------------------------- Swiper Default Css Override--------------------------------------------------------------- */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background-color: #fff !important;
}
/*------------------------------------------------Newsletter Section -----------------------------------------------------------------------  */
.joy-newsletter{margin-bottom: 40px;}
.joy-newsletter .newsletter-wrapper.page-width h2 {
    max-width: 688px;
    margin: 0 auto;
    margin-top: 10px; 
}
.joy-newsletter .newsletter__wrapper {
    border-radius: 50px;
}
.joy-newsletter .newsletter-wrapper-inner {
    max-width: 800px;
    margin: 0 auto;
}

.joy-newsletter .newsletter-form {
    max-width: 100%;
    margin-top: 60px;
}

.joy-newsletter .newsletter-form__field-wrapper{
    width: 100%;
    max-width: 100% !important;
}

.joy-newsletter .newsletter-form .field:after,
.joy-newsletter .newsletter-form .field:hover:after{
    border-radius:50px !important;
    border: 1px solid #9D9B95 !important;
    overflow: hidden !important;
}
.joy-newsletter .newsletter-form .field{
    border-radius:50px !important;
    overflow: hidden !important;
    height: 70px;
}
.joy-newsletter .newsletter-form__field-wrapper .field__input {
    padding-right: 5rem;
    height: 70px;
    max-width: 85%;
}
.joy-newsletter button#Subscribe {
    width: 25%;
    padding: 20px;
    border-radius: 50px;
    background: #fbb404;
    z-index: 1;
    font-weight: 700;
}

.joy-newsletter label.field__label{
    top: calc(2.4rem);
}

/*--------------------------------------------------- Footer ----------------------------------------------------------------------------------------------------------------------------------------------  */

footer.footer.joynme ul li a {
    font-size: 18px;
    line-height: 27px;
}
footer.joynme h2.footer-block__heading.inline-richtext {
    font-size: 24px;
    line-height: 30px;
}
.footer__content-bottom-wrapper.ctm-copyright.page-width .footer__content-bottom-wrapper-inner{
    background: #fff;
    width: 100%;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.ctm-copyright .footer__copyright.caption{
    margin:0;
}
.ctm-copyright .footer__copyright.caption *{
    font-size: 18px !important;
    line-height:25px;
}
.ctm-copyright .list-social__item svg {
    height: 100%  !important;
    width: 100% !important;
}
.ctm-copyright .svg-wrapper {
    width: 26px;
    height: 26px;
}

/* Search Page */
.template-search__header.page-width {
    padding-top: 120px !important;
}
predictive-search form.search .field:after,
predictive-search form.search .field:before,
predictive-search form.search .field input {
    border-radius: 30px !important;
}

predictive-search[open="true"] form.search .field:before,
predictive-search[open="true"] form.search .field:after,
predictive-search[open="true"] form.search .field input {
    border-radius: 20px 20px 0px 0px !important;
}
/*--------------------------------------------------- Responsive ----------------------------------------------------------------------------------------------------------------------------------------------  */
@media(max-width: 1140px){
    span.login-text {
        display: none;
    }
}
/* Tablet (≤1024px) */
@media screen and (max-width: 1024px) {
/*--------------------------------------------------- Home Slider -----------------------------------------------------------  */
  
  .joy-slider .slideshow__slide {
    height: 90vh;
  }
  .joy-slider .banner__buttons a.button.button--primary {
    font-size: 20px;
    padding: 5px 16px;
  }

  .joy-slider .slideshow__text.banner__box.content-container {
    min-width: auto;
    width: 100%;
    padding: 24px;
    gap: 24px;
    max-width: 70%;
  }

  .joy-slider .slideshow__text.banner__box.content-container h2.banner__heading {
    font-size: 54px !important;
    line-height: 1.2;
    max-width: 500px;
  }

  .joy-slider .banner__text {
    font-size: 20px !important;
    line-height: 30px !important;
    padding: 0 15px;
  }

  .joy-slider .banner__buttons {
    justify-content: center;
  }

  .joy-slider .banner__buttons a.button {
    font-size: 24px;
    padding: 16px 24px;
    font-weight: 700;
  }
/*--------------------------------------------------- Home Collection Slider -----------------------------------------------------------  */
  .custom-collection-slider-wrapper .swiper-button-prev,
  .video-carousel-section .swiper-button-prev{
    left: 44% !important;
  }
  .custom-collection-slider-wrapper .swiper-button-next,
  .video-carousel-section .swiper-button-next{
    right: 44% !important;
  }
  
/*---------------------------------- Collection Card Section -------------------------------------------------------------------------*/

  .collection-cards-section.style1 .collection-card-wrapper {
    padding: 40px 20px !important;
    border-radius: 30px !important;
  }

  .collection-cards-section .collection-cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
  }

  .collection-cards-section .decor-svg {
    top: 20px;
    right: 20px;
    width: 20%;
  }

  .collection-cards-section .decor-flower {
    bottom: 10px;
    left: 10px;
    width: 60px;
  }

  .collection-cards-section .collection-card-title {
    font-size: 14px;
  }


  /*----------- Featured Icon with Text ----------------------------*/
  .feature-icons-box {
    padding: 40px 20px;
  }

  .feature-card {
    width: calc(50% - 12px);
  }

  .feature-card:nth-child(2),
  .feature-card:nth-child(3) {
    transform: translateY(0px);
  }

  .feature-title {
    font-size: 20px;
  }

  .feature-description {
    font-size: 16px;
    line-height: 24px;
  }
  /* Why Choose Us */
  .trust-card {
      width: calc(50% - 12px);
  }
  .why-trust-us-box {
    padding: 40px 20px;
  }
  /* Newsletter Section */
  
  .joy-newsletter .newsletter-form {
      max-width: 100%;
      margin-top: 30px;
  }
  /* Video Carousel */
  .video-carousel-section .swiper-button-next,
  .video-carousel-section .swiper-button-prev {
     display: none !important;
    }
  .video-carousel-section .swiper-pagination-bullet {
      transform: scale(1) !important;
  }
  .swiper-pagination-bullet-active {
      background: #fbb404 !important;
  }
  /* Fotoer */
  .footer.joynme .custom-grid--5-col{
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
   }
  .footer__content-top {
    padding-bottom: 0 !important;
  }

  .footer-block--newsletter {
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* Mobile (≤767px) */
@media screen and (max-width: 767px) {
 .joy-slider .slideshow__text.banner__box.content-container {
    align-items: center;
  }
  .banner__content {
      align-items: flex-end !important;
      padding-bottom: 40px !important;
  }
}

/* Mobile (≤768px) */
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  h2, .h2 {
    font-size: 36px;
    line-height: 1.2;
  }
  /* Header */
  .new-announcement-bar__announcement * {
    font-size: 16px !important;
  }
  header span.login-text {
    display: none !important;
  }
  header span.cart-text {
      display: none !important;
  }
  header .ctm-cart {
      padding: 5px !important;
  }
  
  header a.header__icon.header__icon--account {
      display: block !important;
  }
  header {
      margin-top: 10px !important;
  }
  
  header header-drawer {
      padding: 0 10px !important;
  }
  header .header__heading-logo {
      height: auto;
      max-width: 52px !important;
      margin-left: 0px;
  }
  .header__icons {
    gap: 12px;
    align-items: center;
  }
/*--------------------------------------------------- Home Slider -----------------------------------------------------------  */
  
  .joy-slider .slideshow__slide {
    height: auto;
    min-height: 70vh;
  }
  .joy-slider .banner__buttons a.button.button--primary {
        font-size: 18px;
        padding: 5px 10px;
        text-align: center;
    }
  .slideshow__controls.slider-buttons {
    display: flex;
    flex-direction: row !important;
  }

  .joy-slider .slideshow__text.banner__box.content-container {
    padding: 16px;
    flex-direction: column;
    gap: 20px;
    max-width: 80%;
  }

  .joy-slider .slideshow__text.banner__box.content-container h2.banner__heading {
    font-size: 32px !important;
    text-align: center;
  }

  .joy-slider .banner__text {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .joy-slider .banner__buttons a.button {
    font-size: 20px;
    padding: 14px 22px;
  }
  .joy-slider .slideshow__media picture::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
    pointer-events: none;
  }
  /*----------------- Home Collection Slider ---------------------  */
  .custom-collection-slider-wrapper .swiper-button-prev,
  .video-carousel-section .swiper-button-prev{
    left: 42% !important;
  }
  .custom-collection-slider-wrapper .swiper-button-next,
  .video-carousel-section .swiper-button-next{
    right: 42% !important;
  }
  .contains-card .quick-add button {
    padding: 8px 10px;
  }
  .ctm-add-to-cart {
    letter-spacing: 0;
}
/*------------------ Collection Card Section ----------------*/
  .collection-cards-section.style1 .collection-card-wrapper {
    padding: 30px 0 !important;
    border-radius: 20px !important;
  }

  .collection-cards-section .collection-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .collection-cards-section.style1 .collection-card-title {
    font-size: 20px;
    padding: 8px;
  }
  .collection-cards-section.style2 .collection-card-title {
    font-size: 18px;
    padding: 8px;
    min-width: 40%;
  }
   .collection-cards-section .collection-card-image {
    min-height:350px;
  }
  /* Featured Icon with Text */
    .feature-icons-list {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .feature-card {
    width: 100%;
    max-width: 100%;
    transform: none !important; /* reset offset on mobile */
  }

  .feature-card-inner {
    gap: 10px;
  }

  .feature-title {
    font-size: 18px;
    line-height: 1.3;
  }

  .feature-description {
    font-size: 15px;
    line-height: 22px;
  }

  .feature-icon img {
    max-height: 40px;
  }
  /* Why Choose Us */
  .trust-card {
    width: 100%;
    max-width: 100%;
  }
  .trust-text {
    font-size: 16px;
  }
  /* Newsletter */
  .joy-newsletter .newsletter-form .field{
      height: 50px;
  }
  .joy-newsletter .newsletter-form__field-wrapper .field__input {
      height: 50px;
      max-width: 85%;
  }
  .joy-newsletter label.field__label{
    top: calc(1.4rem);
  }
  /* Video carousel home */
  .video-carousel-section .swiper {
      padding-bottom: 50px !important;
  }
  /* Footer */
  .footer__content-bottom-wrapper-inner {
    flex-direction: column;
  }
  .footer-block__details-content .list-menu__item--link {
    padding: 5px 0px;
  }
  .footer__content-bottom-wrapper.ctm-copyright.page-width .footer__content-bottom-wrapper-inner {
    padding: 10px 20px;
  }
 cart-items{
  padding-top: 140px !important;
}
  /* Search Page */
  predictive-search[open="true"] form.search .field:before,
  predictive-search[open="true"] form.search .field:after,
  predictive-search[open="true"] form.search .field input {
      border-radius: 30px !important;
  }
}

/* Small Mobile (≤480px) */
@media screen and (max-width: 480px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
  }
  
/*---------------- Home Slider --------------------  */
  .joy-slider .slideshow__text.banner__box.content-container {
    padding: 12px;
    gap: 16px;
    max-width: 90%;
  }
  .joy-slider .banner__buttons a.button.button--primary {
        font-size: 16px;
        padding: 5px 10px;
        text-align: center;
    }

  .joy-slider .slideshow__text.banner__box.content-container h2.banner__heading {
    font-size: 38px !important;
  }

  .joy-slider .banner__text {
    font-size: 16px;
    line-height: 24px;
  }

  .joy-slider .banner__buttons a.button {
    font-size: 16px;
    padding: 10px 18px;
  }

  .joy-slider .slideshow__controls {
    flex-direction: column;
    gap: 8px;
    padding: 6px;
  }
   /*------- Home Collection Slider -----------  */
  .custom-collection-slider-wrapper .swiper-button-prev {
    left: 35% !important;
  }
  .custom-collection-slider-wrapper .swiper-button-next {
    right: 35% !important;
  }
/*------------------ Collection Card Section ----------------*/
  .collection-cards-section.style1 .collection-card-image {
    min-height:250px;
    max-height: 250px;
    width: 70%;
  }
  .collection-cards-section.style2 .collection-card-image {
    min-height:300px;
  }
  .collection-cards-section .collection-cards-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  section.collection-cards-section.style2 .page-width {
      padding: 0 0px 0 15px;
  }
  .collection-cards-section .collection-card-title {
    font-size: 12px;
  }
  /* Featured Icon with Text */
  .feature-card {
    padding: 20px 12px;
  }

  .feature-title {
    font-size: 17px;
  }

  .feature-description {
    font-size: 14px;
    line-height: 20px;
  }

  .feature-card hr {
    width: 48px;
  }
  
}

/* Small Mobile (≤375px) */
@media(max-width: 375px){
   .header__icons {
    gap: 12px;
    align-items: center;
  }
  .svg-wrapper>svg {
    height: 20px;
    width: 20px;
  }
  .header__icon .svg-wrapper {
    width: 40px;
    height: 40px;
  }
  header a.header__icon.header__icon--account {
    display: flex !important;
  }
}

