/** Shopify CDN: Minification failed

Line 240:61 Unexpected "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root{
    --DarkColor: #0F0F0F;
    --whiteColor: #ffffff;
    --greyDarkColor: #424242;
    --interFont: "Inter", sans-serif;
    --page-width: 1360px;
    --dartGrey: #6D6D6D;
}

/* header header-component {
    background-color: rgba(255, 255, 255, 0.35) !important;
    backdrop-filter: blur(12px);
} */
/* header header-component .header__row:after{
    background: transparent;
} */
header .search-modal__button .svg-wrapper {
    display: none;
}   
header .mobile-view-cart{
    display: none;
}
header .header__column--right,
header .header-menu__inner {
    gap: 15px;
}
header .account-button,
header .desktop-view-cart,
header .search-modal__button,
header .header-menu__inner .menu-list__link{
    font-size: 16px;
    color:#6D6D6D;
     font-family: "Inter", sans-serif;
}
.cart-empt img {
    padding: 20px;
}
a.button.cart-items__empty-button {
    background: #0F0F0F;
    padding: 12px 24px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-top: 24px;
}
/* Start main-slider css  */

.shopdev-premium-fashion-homepage .main-slider .block{
    max-width: 33.33%;
    width: 100%;
    z-index: 9;
}
.shopdev-premium-fashion-homepage .main-slider .block.slier-1 {
    /* background: #0f0f0fb3; */
    border-right: 1px solid transparent;
    transition: .3s ease;
}
/*.shopdev-premium-fashion-homepage .main-slider:hover .block.slier-1 {
    border-color: transparent;
    background: transparent;

}*/
.shopdev-premium-fashion-homepage .main-slider .block.slier-1 {
    border-color: transparent;
    background: transparent;

}
.shopdev-premium-fashion-homepage .main-slider .block.slier-2 {
    /* background: rgba(15, 15, 15, 0.5); */
}
.shopdev-premium-fashion-homepage .main-slider .block.slier-3 {
    /* background: rgba(15, 15, 15, 0.5); */
    border-width: 0px 1px;
    border-style: solid;
    border-color: transparent;
    border-right: 0;
}
.shopdev-premium-fashion-homepage .main-slider .center-content {
    max-width: 800px;
    width: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    padding-bottom: 110px;
    left: 39.2%;
    top: 65%;
}
.shopdev-premium-fashion-homepage .main-slider .center-content .center-content-heading{
    margin-bottom: 20px;
}
/* End main-slider css  */

/* Start why-brow-section css */
.why-brow-section .header-page-width{
    padding: 150px 15px 80px 15px !important;
}

.why-brow-section .page-width {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 40px 150px 40px !important;
}
.why-brow-section h3.why-heading {
    margin-bottom: 15px !important;
}
/* End why-brow-section css */

/* Start .stitch-section css  */
.shopdev-premium-fashion-homepage .stitch-section {
    padding: 75px 40px !important;
    /* max-width: 1728px; */
    max-width: 100%;
    margin: 0 auto;
}
.shopdev-premium-fashion-homepage .stitch-section .swiper-wrapper .thumb-slide{     
    /* border: 1px solid #DCDCDC; */
    padding: 32px;
}

.shopdev-premium-fashion-homepage .stitch-section .swiper-wrapper .thumb-slide img {
    width: 100%;
}
.stitch-section .swiper.mySwiper2.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin-bottom: 0;
}
.stitch-slide-wrapper {
    justify-content: space-between;
    margin-bottom: 80px;
    position: relative;
}
.shopdev-premium-fashion-homepage .section-light {
    /* max-width: 1728px; */
    width: 100%;
    margin: 0 auto;
    padding: 75px 40px!important;
}
.stitch-number {
    position: absolute;
    max-width: 35%;
    font-size: 400px !important;
    line-height: 75% !important;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 1;
    font-family: sans-serif;
}
.stitch-description.stitch-text {
    max-width: 65%;
    width: 100%;
    margin-left: auto;
}
/* End .stitch-section css  */

/* Start .section-light css  */
.shopdev-premium-fashion-homepage .product-price,
.shopdev-premium-fashion-homepage .product-name{
    font-family: var(--interFont);
}
.shopdev-premium-fashion-homepage .color-dot {
    width: 20px !important;
    height: 20px!important;
    position: relative;
    border: 2px solid #c1c1c1;
}
.shopdev-premium-fashion-homepage .color-dot:hover {box-shadow: 0px 0px 5px #7c7c7c;}
.shopdev-premium-fashion-homepage .color-dot:after {
    position: absolute; 
    content: "";
    /* top: -2px;
    left: -2px; */
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    /* border: 2px solid var(--DarkColor); */
    opacity: 0;
    transition: .3s ease;
}
.shopdev-premium-fashion-homepage .color-dot:hover:after{
    opacity: 1;
}   
.shopdev-premium-fashion-homepage .view-colors-text {
    margin-top: 15px;
    display: block;
}
.shopdev-premium-fashion-homepage .view-colors-text a{
    text-decoration: none;
}
/* End .section-light css  */

/* Start gallery-section css  */
.shopdev-premium-fashion-homepage .gallery-section {
    --pager-widht: 1360px;
    /* max-width: calc(100% - (50% - var(--pager-widht) / 2)); */
    max-width: 1728px;
    margin: 0 0 0 auto;
    padding: 75px 0 75px 15px !important;
}
.shopdev-premium-fashion-homepage .gallery-scroll {
    display: block !important;
    /* padding-left: 180px; */
}
.footer-logo img.image-block__image{
    width: 160px!important;
}
.video-card {
    height: auto!important;
    padding-bottom: 140%;
}
.video-card img, .video-card video {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
/* End gallery-section css  */

/* Start   newsletter-section CSS  */
.shopdev-premium-fashion-homepage .benefits-marquee {
    padding: 20px 0 33px;
}
body .shopdev-premium-fashion-homepage .newsletter-section,  {
    /* max-width: 1328px; */
    max-width: 1728px !important;
    margin-left:80px !important;
    margin-right:80px !important;
    margin: 75px auto 150px;
    /* padding: 52px 80px; */
}
.newsletter-content {
    margin-right: 40%;
}
.shopdev-premium-fashion-homepage .newsletter-form {
    align-items: center;
}
.shopdev-premium-fashion-homepage .newsletter-form .btn-primary {
    margin-top: 0px!important;
    height: 52px;
}
.shopdev-premium-fashion-homepage .newsletter-content h2 {
    color: var(--DarkColor) !important;
}
.shopdev-premium-fashion-homepage .newsletter-content p{
    color: var(--dartGrey) !important;
}
.shopdev-premium-fashion-homepage .newsletter-input {
    background: #ebebeb !important;
    outline: none;
    height: 52px;
}
/* End   newsletter-section CSS  */

/* Start vision-hero-section css  */
.vision-hero-section{
    margin: 75px 0;
}
/* End vision-hero-section css  */

/* Start Footer css  */
.shopdev-premium-fashion-homepage .footer-content {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.shopdev-premium-fashion-homepage .footer-brand {
    gap: 13px!important;
    align-items: flex-start;
}
.shopdev-premium-fashion-homepage .footer-tagline {
    margin-bottom: 17px;
}
.shopdev-premium-fashion-homepage .footer-logo {
    gap: 14px;
    max-width: 207px;
    width:100%;
}
.shopdev-premium-fashion-homepage .footer-column h4{
    font-family: var(--interFont);
}
.shopdev-premium-fashion-homepage .footer-column a{
    font-family: var(--interFont);
}
.shopdev-premium-fashion-homepage .btn-secondary{
    transition: all .3s ease;
}
.shopdev-premium-fashion-homepage .btn-secondary svg{
    transform: translateX(-23px);
    left: 0;
    opacity: 0;
    transition: .3s ease;
    position: absolute;
}
.shopdev-premium-fashion-homepage .btn-secondary:hover svg{
    transform: translateX(0);
    opacity: 1;
    position: relative;
}
/* End Footer css  */

.shopdev-premium-fashion-homepage .product-image-wrapper {
    align-items: end !important;
    justify-content: center !important;
}
.hover-add-btn {
    position: static!important;
    transform: translateY(84px) !important;
    height: auto;
    opacity: 1!important;
    visibility: visible!important;
    display: inline-flex!important;
    padding: 13px 20px!important;
    margin: 0!important;
    border-radius: 0!important;
}
.product-card:hover .hover-add-btn{ 
    transform: translateY(0) !important;
    transition: .3s ease-in-out !important;
}
.arrow-btn:hover .arrow {
    right: 15px !important;
}
.arrow-btn:hover {
    padding-right: 50px !important;
}

.shopify-section:has(.formal-showcase){
    padding: 75px 0;
}
.formal-showcase {
    background: #f8f8f8;
    padding: 0 !important;
}
.formal-showcase .page-width {
    --pager-widht: 1360px;
    max-width: calc(100% - (50% - var(--pager-widht) / 2));
    margin: 0 auto 0 0;
    display: grid;
    grid-template-columns: 56% auto;
    padding-right: 15px;
}
/* .formal-main-img {
    max-width: 767px !important;
} */
.formal-middle {
    transform: translateY(-50%) !important;
    max-width: 232px !important;
}
.formal-showcase .formal-right:not(.mobile-title) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.formal-title {
    font-size: 60px !important;
    line-height: 72px !important;
    margin-bottom: 18px !important;
}
.bw-play-btn {
    width: 90px !important;
    height: 90px !important;
    background: rgb(255 255 255 / 10%) !important;
}

.bw-hero-content h2 {
    font-size: 54px !important;
    font-weight: 400 !important;
    margin-bottom: 30px !important;
}
.highlight-text h4 {
    font-size: 24px !important;
    line-height:32px;
    letter-spacing:0
}
.highlight-icon img {
    width: 70px !important;
    height: 70px !important;
}
.highlight-item{
    border-color: #6D6D6D;
}
.highlight-item:last-child{
    border: 0;
}
.formal-highlights-title {
    margin-bottom: 13px;
}
.formal-highlights {
    width: 100%;
}
.highlight-text h4 {
    font-family: var(--interFont);
    font-weight: 400;
}
/* premium formal shirts */
.arrow-btn {
    font-size: 16px !important;
    display: inline-block;
    align-items: center;
}
.arrow-btn:hover {
    padding-right: 50px !important;
}

.bw-hero{
    max-width: var(--page-width);
    width:100%;
    margin: 0 auto;
    padding: 75px 15px;
}

.desktop-view-slider{
    display: block;
}
.mobile-view-slide{
    display: none;
}


