   /* shop by look css */
.look {
    position: relative;
    width: calc(min(47rem, 90%));
    margin: 0 auto;
    min-height: 40vh;
    column-gap: 3rem;
    /* padding-block: min(20vh, 3rem); */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  
    h2 {
      letter-spacing: 0.02em;
      font-weight: 600;
      font-size: 42px;
      line-height: 1.2;
      color: rgb(9, 83, 139);
    }
}

.swiper-container {
    position: relative;
}

.swiper {
    width: 100%;
    padding: 60px 0 95px 0;
}

.swiper-slide {
    width: 10rem;
    height: 22rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 5.1);
}

.swiper-slide--one,
.swiper-slide--two,
.swiper-slide--three,
.swiper-slide--four,
.swiper-slide--five {
    width: 100%;
    height: 100%;
}
.swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.swiper-button-prev,
.swiper-button-next {
    background: white;
    border-radius: 50%;
    top: 47%;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 11px rgb(0 0 0 / 17%);
    /* display: none; */
}
.swiper-button-prev {
    left: -30%;
}

.swiper-button-next {
    right: -30%;
}
@media (max-width: 1200px) {
    .swiper-button-prev {
        left: -15%;
    }
    
    .swiper-button-next {
        right: -15%;
    }
}
@media (max-width: 1020px) {
    .swiper-button-prev {
        left: -8%;
    }
    
    .swiper-button-next {
        right: -8%;
    }
}
@media (max-width: 880px) {
    .swiper-button-prev {
        left: -5%;
    }
    
    .swiper-button-next {
        right: -5%;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: flex;
    }
}
@media (max-width: 559px) {
    .swiper-button-prev {
        left: 0;
    }
    
    .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: flex;
    }
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 1.4rem;
    content: "";
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 25px;
}

@media (min-width: 760px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: flex;
    }
}
@media (max-width: 641px) {
    .look h2{
        font-size: 27px;
    }
}

/* end shop by look css */

/* shop by collection */
.shop_collection_root {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
}
.shop_collection_root h1{
    font-size: 42px;
    color: rgb(9, 83, 139);
    /* font-family: ivyMode, regular; */
    text-align: center;
}
.slick-slide {
    margin: 10px;
}
.slick-slide img {
    width: 100%;
    border: 1px solid #c9988b;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.slick-current img {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border: none;
}
.slick-prev, .slick-next {
    font-size: 24px;
    color: #000;
}
.text-center {
    text-align: center;
}
.font-ivyModeRegular {
    font-family: ivyMode, regular;
}

/* carosaual slider */
.carousel * {
    box-sizing: border-box;
}
.collection_section {
    display: flex;
    flex-direction: column;
    border-width: 0px;
}
.collection_section img {
    object-fit: contain;
    margin-top: 2rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.collection_section .limited_section{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    background-color: white;
    border: 1px solid #dee2e6 !important;
}
.letter-spacing-small{
    font-family: 'ivymode';
    font-weight: 400;
    font-size: 24px;
    color: #181a1d;
    text-align: left;
    margin-left: 1rem;
    text-transform: uppercase;
}
.shop_now_sub {
    position: relative;
    padding: 0 0 5px 18px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    align-items: center;
    font-weight: 500;
    font-family: 'lato';
    display: flex;
    color: rgba(156, 106, 140);
    letter-spacing: 2.8px;
}
.shop_now_sub:hover::after {
    width: 24%;
    left: 19px;
}
.shop_now_sub::after {
    position: absolute;
    bottom: 4px;
    content: '';
    height: 2px;
    transition: all 0.2s ease-in-out;
    width: 0;
    background-color: #9c6a8c;
}
img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.flex-row {
    flex-direction: row;
}
.flex {
    display: flex;
}
.mr-\[8px\] {
    margin-right: 8px;
}

button, input, optgroup, select, textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}
button {
    background-color: transparent;
    background-image: none;
}
img, video {
    max-width: 100%;
    height: auto;
}
@media (max-width: 641px) {
    .shop_collection_root h1{
        font-size: 27px;
    }
    .carousel .slick-slide {
        display: block;
        margin: 0 auto;
    }
    .letter-spacing-small{
        text-align: center;
        margin-left: 0px;
    }
    .shop_now_sub {
        padding: 0 0 5px;
        justify-content: center;
    }
    .slick-current img {
        transform: none;
        box-shadow: none;
    }
}

/* end shop by collection */