
/*-------------------------------
            TYPOGRAPHY 
--------------------------------*/

body p, 
.entry-content p, 
.entry-content ul li,  
.entry-content ul,  
.entry-content a, 
.pp-sub-heading p {

}



/* Fonts */
@font-face {
    font-family: 'Spartan';
    src: url('../fonts/Spartan-ExtraBold.woff2') format('woff2'),
        url('../fonts/Spartan-ExtraBold.woff') format('woff'),
        url('../fonts/Spartan-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spartan';
    src: url('../fonts/Spartan-Thin.woff2') format('woff2'),
        url('../fonts/Spartan-Thin.woff') format('woff'),
        url('Spartan-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spartan';
    src: url('../fonts/Spartan-Bold.woff2') format('woff2'),
        url('../fonts/Spartan-Bold.woff') format('woff'),
        url('../fonts/Spartan-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spartan';
    src: url('../fonts/Spartan-ExtraLight.woff2') format('woff2'),
        url('../fonts/Spartan-ExtraLight.woff') format('woff'),
        url('../fonts/Spartan-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spartan';
    src: url('../fonts/Spartan-Medium.woff2') format('woff2'),
        url('../fonts/Spartan-Medium.woff') format('woff'),
        url('../fonts/Spartan-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spartan';
    src: url('../fonts/Spartan-Black.woff2') format('woff2'),
        url('../fonts/Spartan-Black.woff') format('woff'),
        url('Spartan-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spartan';
    src: url('../fonts/Spartan-Regular.woff2') format('woff2'),
        url('../fonts/Spartan-Regular.woff') format('woff'),
        url('../fonts/Spartan-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spartan';
    src: url('../fonts/Spartan-SemiBold.woff2') format('woff2'),
        url('../fonts/Spartan-SemiBold.woff') format('woff'),
        url('../fonts/Spartan-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spartan';
    src: url('../fonts/Spartan-Light.woff2') format('woff2'),
        url('../fonts/Spartan-Light.woff') format('woff'),
        url('../fonts/Spartan-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



/* End */
/*--------------------------------
            HEADER 
---------------------------------*/
/*---
  Media queries? Y/N
---*/

    .tf-img-with-text .about-slide {
        order: 1;
    }

    
    .collection-item.style-left .collection-content {
        left: -12px;
    }

.collection-item .collection-image {
    width: 67%;
    border-radius: 405px;
    height: 231px;
    font-size: 13px !important;
}

    .collection-item .collection-title {
        font-size: 13px !important;
        top: -20px;
        position: relative;
        left: 49px;
    }

.tf-grid-layout {
        align-items: anchor-center;
    }

.tf-img-with-text .about-slide {
        width: 50%;
    }

.tf-img-with-text {
    display: flex;
    align-items: center;
    gap: 30px; /* optional spacing */
}

/* Image column */
.tf-img-with-text .about-slide {
    flex: 0 0 40%; /* image width */
    max-width: 40%;
}

/* Content column */
.tf-img-with-text .tf-content-wrap {
    flex: 0 0 60%;
    max-width: 60%;
}

.tf-content-wrap .heading {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 800;
    }


    .slider-wrap-lookbook {
    position: relative;
    max-width: 420px;
    margin: auto;
}

.product-img {
    display: block;
    position: relative;
}

.product-img img {
    width: 100%;
    display: block;
}

.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
}

.product-img:hover .img-hover {
    opacity: 1;
}

.collection-content {
    position: relative;
    top: -19px;
    width: 100%;
    color: #FFF;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-radius: 2px;
    text-align: center;
    display: block;
}

.collection-content a{
    color: #000;
    padding: 6px;
    text-align: center;
}

.collection-content a:hover {
    font-size: 14px !important;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 13px;
}


.img-style {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    margin-bottom: 4px;
}

.img-style img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.img-style::after {
    content: "View";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.img-style:hover img {
    transform: scale(1.12);
    margin-bottom: -17px;
}

.img-style:hover::after {
    opacity: 1;
}

.tf-sw-collection .swiper-slide img {
    height: 235px;
}




/* Mobile */
@media (max-width: 767px) {
    .tf-img-with-text {
        flex-direction: column;
    }

    .tf-img-with-text .tf-image-wrap,
    .tf-img-with-text .tf-content-wrap {
        max-width: 100%;
        flex: 0 0 100%;
    }
}


.footer .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.footer [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}



.gallery-wrapper > [class*="col-"] {
    padding: 5px;
}

.gallery-wrapper img {
    display: block;
    width: 100%;
}



/* Products */

.products-block{
    width: 100%;
    height: 560px;
    margin-top: 42px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; */
    border-radius: 0 5px;
}

.product-name {
    padding-top: 37px;
    font-size: 20px;
    font-weight: 500;
    display: block;
    text-align: center;
}

.flat-title .title {
    position: relative;
    font-size: 35px;
    line-height: 50.4px;
    display: inline-block;
}

/* underline */
.flat-title .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;

    /* gradient color */
    background: linear-gradient(
        90deg,
        #ff6a00,
        #ee0979,
        #8e2de2
    );

    /* animation setup */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
}

/* animate when visible */
.flat-title .title.wow.fadeInUp::after {
    transform: scaleX(1);
}

.footer-menu_item a{
    color:var(--white);
}


.flat-title1 .title {
    position: relative;
    font-size: 26px;
    line-height: 50.4px;
    display: inline-block;
}

/* underline */
.flat-title1 .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;

    /* gradient color */
    background: linear-gradient(
        90deg,
        #ff6a00,
        #ee0979,
        #8e2de2
    );

    /* animation setup */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
}

/* animate when visible */
.flat-title1 .title.wow.fadeInUp::after {
    transform: scaleX(1);
}

/* End */

/* About */

.about-img {
    display: flex;
    justify-content: center;
        padding-top: 0;
}

.about-img img {
    width: 38rem;
    aspect-ratio: 1 / 1;
    object-fit: fill;
    border-radius: 10px;
}





/* End */


/* Top Bar */
.tf-top-bar {
    background-color: #1b6086;
    border-bottom: 1px solid #1b6086;
    color: #fff;
    font-size: 14px;
}

/* Container */
.top-bar-container {
    max-width: 1470px;
    margin: auto;
    padding: 10px 15px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Social Icons */
.tf-social-icon {
    list-style: none;
    display: flex;
    gap: 10px;
}

.tf-social-icon a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

.tf-social-icon a:hover {
    background-color: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

/* Contact Info */
.top-bar-contact {
    display: flex;
    gap: 20px;
}

.top-bar-contact a {
    color: #cbd5f5;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s;
}

.top-bar-contact a:hover {
    color: #38bdf8;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .top-bar-container {
        /*flex-direction: column;*/
        gap: 10px;
        text-align: center;
    }

    .top-bar-contact {
        flex-direction: column;
        gap: 6px;
    }
}



.fade-item.fade-item-1{
    width: 45%;
    background: #000;
    padding: 20px;
    border-radius: 0 0 50px;
}

p.fade-item.fade-item-2{
    font-weight: 600;
}

.row.gallery-wrapper{
    padding-left: 0px;
    padding-right: 0px;
}

.gallery-wrapper > [class*="col-"] {
    padding: 5px;
}


.slider {
    position: relative;
      width: 100%;
    max-width: 100%;
    height: auto;
    /* overflow: hidden; */
}

.slider img {
    width: 100%;
    display: none;
    transform: translateX(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.slider img.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
}


.owl-item > div {
    cursor: pointer;
    margin: 6% 8%;
    transition: margin 0.4s ease;
    background-color: #FFF;
    border-radius: 12px;
}
.owl-item.center > div {
  cursor: auto;
  margin: 0;
}
.owl-item:not(.center) > div:hover {
  opacity: .75;
}


.widget-card-store.type-3 .store-heading{
    border-bottom: 1px solid;
    width: 80%;
}
/*-------------------------------
            NAVIGATION
--------------------------------*/
/*---
  Media queries? Y/N
---*/



/*--------------------------------
            BUTTONS
----------------------------------*/
/*---
  Media queries? Y/N
---*/

a.button, 
span.fl-button-text, 
span.uabb-button-text.uabb-creative-button-text, 
.gform_button.button, 
a.fl-button {

}



/*----------------------------------
            FOOTER
---------------------------------*/
/*---
  Media queries? Y/N
---*/


/*------------------------------
            BB MODULES
---------------------------------*/

/*---
  MODULE NAME
  Description of section
  Media queries? Y/N
---*/


/*------------------------------
            PAGE SPECIFIC 
---------------------------------*/

/*---
  PAGE NAME
  Description of section
  Media queries? Y/N
---*/






/*-------------------------------
        LARGE SCREENS ONLY
---------------------------------*/

@media screen and (min-width: 769px){ 


}


/*-------------------------------
        LAPTOP SCREEN - 1366
---------------------------------*/

@media screen and (max-width: 1440px){

.fade-item.fade-item-1{
    width: 50%;
}

.collection-item .collection-image {
    height: 213px;
}

#header .box-nav-ul .item-link{
    font-size: 13px;
}

.products-block{
    height: 521px;
}

.widget-card-store.type-3 .store-heading{
     width: 90%;
    border-bottom: 1px solid;
}

}



@media screen and (max-width: 1366px){ 

.widget-card-store.type-3 .store-heading{
    width: 100%;
    border-bottom: 1px solid;
}

.collection-item .collection-image{
    height: 181px;
}

#header .box-nav-ul .item-link{
            font-size: 12px;
}

.box-content h1 {
    font-size: 28px;
}

.tf-btn.style-2 {
          padding: 2px 22px;
        font-size: 13px;
}

.fade-item.fade-item-1 {
    width: 48%;
}

.products-block {
        height: 483px;
    }

.gallery-wrapper > [class*="col-"] {
    padding: 5px;
}

.gallery-wrapper img {
    display: block;
    width: 100%;
}

.footer ul.footer-menu-list li a {
    color: var(--white);
    font-size: 12px;
}


.products-block img {
    margin: -81px auto 0;
}


}


@media screen and (max-width: 1260px){
      .products-block {
        height: 540px;
    }

.product-name{
    padding-top: 14px;
}

.fade-item.fade-item-1 {
        width: 53%;
    }

}

/*-------------------------------
      IPAD PRO SCREENS - 1024
---------------------------------*/

@media screen and (max-width: 1024px){ 

    .products-block {
        height: 398px;
    }

    #header .box-nav-ul .item-link{
    font-size: 12px;
}

}


/*--------------------------------
    TABLET SCREENS AND SMALLER
--------------------------------*/

@media screen and (max-width: 768px){ 

  .tf-slideshow.slider-home-2,
.tf-slideshow.slider-home-2 .swiper,
.tf-slideshow.slider-home-2 .swiper-slide,
.tf-slideshow.slider-home-2 .wrap-slider {
    height: 22vh; /* change to 60vh, 50vh, or px like 500px */
}

.tf-page-title img {
    height: 200px;
    object-fit: cover;
}
.tf-page-title {
        padding: 0;
    }

.box-content h1{
  font-size: 25px;
  line-height: 30px;
}

.collection-item .collection-image {
        height: 263px;
    }

.products-block{
    height: 750px;
}

.products-block img {
    position: relative;
    z-index: 3;
    width: 60%;
    margin: -140px auto 0;
    display: block;
}

.box-content h1 {
        font-size: 19px;
    }

.flat-title1 .title {
    font-size: 29px;
}

.swiper-horizontal {
    position: relative;
}

.product-name {
    padding-top: 16px;
    font-size: 13px;
}

.fade-item.fade-item-1{
    width: 60%;
}

.tfg-90 {
    border-bottom-left-radius: 0px;
}
.padd-90 img {
    border-top-right-radius: 0px;
}

 .footer-wrap .px-4,
    .footer-wrap .px-5,
    .footer-wrap .px-2 {
        padding-left: 30px !important;
        padding-right: 10px !important;
    }

.tf-social-icon {
        justify-content: center;
    }

.footer-menu_item {
        font-size: 14px;
    }

 /* Stack all footer columns */
    .footer-wrap .row > div {
        width: 100%;
        text-align: center;
        padding: 10px 15px;
    }

    /* Hide duplicate mobile headings if needed */
    .footer-heading-desktop {
        display: none;
    }

    .footer-heading-moblie {
        display: block;
        margin-bottom: 10px;
    }

    /* Quick Links + Social icons together */
    .footer-infor {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-menu-list {
        padding: 0;
        margin-bottom: 15px;
    }

    .footer-menu-list li {
        margin-bottom: 6px;
    }

    /* Center social icons */
    .tf-social-icon {
        justify-content: center;
        margin-top: 10px;
    }

    /* Products columns merge visually */
    .footer-col-block {
        margin-top: 15px;
    }

    /* Contact Us single block */
    .footer-newsletter {
        text-align: center;
        margin-top: 20px;
    }

    .footer-newsletter p {
        font-size: 14px;
        line-height: 1.6;
    }

    .footer-menu_item {
        font-size: 14px;
    }



}


/*-------------------------------
        MOBILE SCREENS ONLY
---------------------------------*/

@media screen and (max-width: 480px){ 

    .tf-lg-none{
    display: none;
  }

  .align-items-center {
    justify-content: space-between;
}

}


@media (max-width:1280px) and (min-width:1200px){
	.product-table td {
    font-size: 12px;
}
}

@media (max-width:1400px) and (min-width:1250px){
	
	.vegatable-block {
    display: block;
    padding-bottom: 22rem;
}
}