/** Shopify CDN: Minification failed

Line 688:1 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');


*, ::before, ::after{
box-sizing: border-box;
padding: 0;
margin: 0;
}
:root {
/* =====================
FONT FAMILY
====================== */
--font-main: "Cinzel", serif;

/* =====================
TYPOGRAPHY (Desktop ≥1025px)
====================== */
--h1-size-desktop: 56px;
--h1-line-desktop: 72px;

--h2-size-desktop: 45px;
--h2-line-desktop: 60px;

--p-size-desktop: 16px;
--p-line-desktop: 26px;

/* =====================
TYPOGRAPHY (Tablet 768px – 1024px)
====================== */
--h1-size-tablet: 42px;
--h1-line-tablet: 56px;

--h2-size-tablet: 34px;
--h2-line-tablet: 46px;

--p-size-tablet: 16px;
--p-line-tablet: 24px;

/* =====================
TYPOGRAPHY (Mobile ≤767px)
====================== */
--h1-size-mobile: 32px;
--h1-line-mobile: 42px;

--h2-size-mobile: 26px;
--h2-line-mobile: 36px;

--p-size-mobile: 16px;
--p-line-mobile: 22px;

/* =====================
COLORS (Your Custom Palette)
====================== */
--color-primary: #624e4e;
--color-black: #000000;
--color-white: #ffffff;
--color-custom-1: #5d4649;
--color-custom-2: #f9e0e0;
--color-custom-3: #f8f8f8;
--color-custom-4: #5e484c;

/* =====================
PADDINGS
====================== */

--padding--desktop: 80px;
--padding--tablet: 60px;
--padding--mobile: 40px;

}



/* =========================== CSS start ======================== */

body.gradient {
    background-image: url(/cdn/shop/files/straw.png?v=1756488127);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: auto; */
    background-size: 35%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #c2c2c2;
}

.div_width{
    width: 100%;
    max-width: 1520px;
}
.main{
    background-color: var(--color-primary);
    display: flex;
    justify-content: center;
    padding: 15px 20px;
    position: relative;
    z-index: 1;
}


.search_bar_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.seach_bar {
    width: 39.5%;
}
.logo {
    width: 21%;
    text-align: center;
}
.logo img {
    width: 200px;
}
.icons {
    display: flex;
    justify-content: end;
    gap: 10px;
    width: 39.5%;
}
.seach_bar input[type="text"] {
    background-color: transparent;
    box-shadow: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--color-white);
    padding: 10px 0 10px 0px;
    width: 50%;
    outline: 0;
    color: #fff;
}
.seach_bar button {
    background-color: transparent;
    border: 0;
}
.seach_bar ::placeholder {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--color-white);
    font-family: 'Cinzel';
}

form.search-box {
    display: flex;
    align-items: end;
}

.navigation nav {
    color: var(--color-white);
    position: relative;
}

.menu_div {
    display: flex;
    justify-content: center;
    padding: 30px 20px;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 1;
}

.navigation nav .logo {
    font-size: 20px;
    font-weight: bold;
}

.navigation nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 0;
    padding: 0;
}

.navigation nav ul li a {
    text-decoration: none;
    color: var(--color-white);
    font-size: 15px;
    transition: color 0.3s ease;
    line-height: 22px;
    font-family: 'Cinzel';
    text-transform: uppercase;
    font-weight: 400;
}

.navigation nav ul li a:hover {
    color: #f9e0e0;
}
/* ////////// Footer CSS Start ////////////// */
.main_footer_div {
    padding: 60px 20px 5px 20px;
    background-image: url('https://cdn.shopify.com/s/files/1/0657/1055/5213/files/footer_bg.webp?v=1755081573');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    display: flex;
    background-color: #f9e0e0;
}
.footer_logo_div {
    text-align: center;
    margin-bottom: 20px;
}
.footer_logo_div img {
    width: 250px;
}
.footer_para p {
    text-align: center;
    font-size: var(--p-size-desktop);
    line-height: var(--p-line-desktop);
    font-family: var(--font-main);
    width: 700px;
}
.footer_para {
    display: flex;
    justify-content: center;
}
.location, .phone_div, .hours, .mail {
    display: flex;
    align-items: center;
    gap: 10px;
}
.location p, .phone_div a, .hours p, .mail a, .copyrighttext a, .copyrighttext p, .footer_menu_div a {
    font-size: var(--p-size-desktop);
    line-height: var(--p-line-desktop);
    font-family: var(--font-main);
    text-decoration: none;
    color: var(--color-black);
}
.footer_menu_div a{
    text-decoration: underline;
}
.contact_div, .mail_div, .footer_menu_div {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
.contact_div, .footer_menu_div{
    gap: 50px;
}
.mail_div{
    gap: 10px;
}
.contact_div img, .mail img {
    width: 20px;
}
.copyrighttext {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid;
    padding-top: 10px;
    margin-top: 30px;
    flex-wrap: wrap;
}
.copyrighttext span {
    margin-left: 30px;
}
/* ////////// Footer CSS End ////////////// */
.hero_section{
    background-image: url('https://cdn.shopify.com/s/files/1/0657/1055/5213/files/hero_section_new.webp?v=1755083920');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* margin-top: -100px; */
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
}
.hero_heading h1{
    font-size: var(--h1-size-desktop);
    line-height: var(--h1-line-desktop);
    color: var(--color-white);
    font-family: var(--font-main);
    text-transform: uppercase;
    font-weight: 900;
    text-align: left;
}
.hero_heading {
    width: 50%;
}
.hero_para p {
    font-size: 25px;
    line-height: 35px;
    color: var(--color-white);
    font-family: var(--font-main);
    text-transform: uppercase;
    text-align: left;
}
.hero_para {
    width: 49%;
}
.hero_btn_1 a, .hero_btn_2 a {
    width: 245px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: var(--p-size-desktop);
    font-weight: bolder;
    font-family: var(--font-main);
    text-transform: uppercase;
}
.hero_btn_1 a{
    color: var(--color-white);
    background-color: var(--color-black);
}
.hero_btn_2 a{
    color: var(--color-white);
    background-color: transparent;
    border: 1px solid var(--color-white);
}
.hero_btn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.hero-content {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.make_div_center {
    display: flex;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}
section.collection_section {
    padding-top: var(--padding--desktop);
    padding-bottom: var(--padding--desktop);
}
.h2_heading h2{
    font-family: var(--font-main);
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    font-size: var(--h2-size-desktop);
    line-height: var(--h2-line-desktop);
}
.collection_div {
    width: 50%;
    min-height: 860px;
    height: 100%;
}
.collection_div {
    padding: 20px 20px 60px 20px;
    display: flex;
    align-items: end;
}
.collection_div1, .collection_div2{
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.headinggg_div h2{
    font-family: var(--font-main);
    font-size: var(--h2-size-desktop);
    line-height: var(--h2-line-desktop);
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}
.headinggg_div {
    margin-bottom: 30px;
}
/* .collection_div1{
background-image: url('https://cdn.shopify.com/s/files/1/0657/1055/5213/files/fresh_essentials.webp?v=1755100275');
} */


/* .collection_div2{
background-image: url('https://cdn.shopify.com/s/files/1/0657/1055/5213/files/limited_drops.webp?v=1755100276');
} */

.collection_div h3{
    width: 300px;
}

.collection_div h3, .headinh3 h3 {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    line-height: 47px;
    text-transform: uppercase;
    color: var(--color-white);
}

.collection_div p{
    width: 475px;
}

.collection_div p, .shop_para p {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: var(--p-size-desktop);
    line-height: 22px;
    text-transform: uppercase;
    color: var(--color-white);
}
.collection_content_div a {
    width: 245px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}
.collection_main_div {
    display: flex;
    /* flex-wrap: wrap; */
    margin-top: 30px;
    gap: 20px;
}
.collection_content_div, .shop_div_content, .decor_lifestyle {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* .row_div_1 {
background-image: url('https://cdn.shopify.com/s/files/1/0657/1055/5213/files/fresh_fresa.webp?v=1755100276');
} */
/* .row_div_3{
background-image: url('https://cdn.shopify.com/s/files/1/0657/1055/5213/files/decor-lifestyle.webp?v=1755100276');
} */
.row_div_4{
    /* background-image: url('https://cdn.shopify.com/s/files/1/0657/1055/5213/files/fresa-vintage.webp?v=1755100276'); */
    overflow: hidden;
    height: 480px;
    display: flex;
    align-items: end;
    padding: 20px 20px 60px 20px;
    width: 100%;
}

.row_div_1, .row_div_3, .row_div_4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.row_1 {
    display: flex;
    gap: 20px;
}
.row_div_2{
    padding: 0 !important;
}

.row_div {
    width: 33.333%;
    height: 825px;
    display: flex;
    align-items: end;
    padding: 20px 20px 60px 20px;
    overflow: hidden;
}
.sub_div_1, .sub_div_2 {
    height: 405px;
    display: flex;
    align-items: end;
    padding: 20px 20px 60px 20px;
    overflow: hidden;
}
/* .sub_div_1{
    background-image: url('https://cdn.shopify.com/s/files/1/0657/1055/5213/files/highly_coveted.webp?v=1755100274');
}
.sub_div_2{
    background-image: url('https://cdn.shopify.com/s/files/1/0657/1055/5213/files/ready-to-wear.webp?v=1755100789');
} */
.sub_div_1, .sub_div_2{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main_sub_div {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
}

.shop_now_btn a {
    width: 131px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    border-bottom: 1px solid var(--color-white);
    text-decoration: none;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 900;
    font-size: var(--p-size-desktop);
    line-height: 22px;
    text-transform: uppercase;
    color: var(--color-white);
}

/* Hamburger button */
    .menu-toggle {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    color: var(--color-white);
    cursor: pointer;
}

.shop_div_content, .decor_lifestyle {
    transform: translateY(180px);
    transition: 1s ease;
}

/* .decor_lifestyle {
    transform: translateY(180px);
    transition: 1s ease;
} */

.row_div_1:hover .shop_div_content, .row_div_3:hover .decor_lifestyle, .row_div_4:hover .shop_div_content{
    transform: translateY(0px) !important;
}
.sub_div_1:hover .shop_div_content, .sub_div_2:hover .shop_div_content {
    transform: translateY(0px) !important;
    transition: 1s ease;
}

.shop_now_section{
    padding-bottom: var(--padding--desktop);
}
.shop_div_contenttt {
    transform: translateY(160px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: 1s ease;
}
.row_div_4:hover .shop_div_contenttt {
    transform: translateY(0px);
    transition: 1s ease;
}
.row_2 {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}



/*===========Brand Section==========*/


.main_brand_bg {
    background-image: url('https://cdn.shopify.com/s/files/1/0657/1055/5213/files/Group_52_c183bfa9-3763-4a93-8b92-ffded095bf74.webp?v=1756398413');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 250px 20px;
    position: relative;
}
.main_brand_bg::before{
    content: "";
    background-color: #F9E0E0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.brand_sec {
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.brand_content_box {
    width: 35%;
}
.brand_content_box h2 {
    font-size: 35px;
    font-family: var( --font-main);
    font-weight: 900;
    line-height: 1.2em;
    text-transform: uppercase;
}
.brand_content_box p {
    font-size: var(--p-size-desktop);
    margin: 20px 0px;
    font-family: var( --font-main);
    text-transform: uppercase;
}

/* =============== Slider Testimonial ======================== */
.section_4_heading h2{
    font-size: var(--h2-size-desktop);
    line-height: var(--h2-line-desktop);
    text-transform: uppercase;
    font-weight: 900;
    font-family: var(--font-main);
    text-align: center;
}
.section_4_heading p{
    font-size: var(--p-size-desktop);
    line-height: var(--p-line-desktop);
    text-transform: uppercase;
    color: var(--color-black);
    text-align: center;
}

.testi_div {
    background: var(--color-custom-3);
    height: 389px !important;
    /* width: 33.333%; */
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 20px 56px 20px 20px !important;
    gap: 20px !important;
}

.section_4_row_2 {
    margin-top: 30px;
}

.testi_content p {
    font-family: var(--font-main);
    font-size: var(--p-size-desktop);
    line-height: 22px;
    text-transform: uppercase;
    color: var(--color-black);
    font-weight: 500;
}
p.main_testi_heading {
    margin-bottom: 15px;
}

p.client_name {
    margin-top: 15px;
}
.testi_div {
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 9%);
    border-bottom: 10px solid transparent;
}

.testi_div {
    margin-right: 15px;
    margin-left: 15px;
}

.testi_div:hover {
    border-bottom: 10px solid #f9e0e0;
}

.slick-prev::before {
    content: url('https://cdn.shopify.com/s/files/1/0657/1055/5213/files/arrow_left.svg?v=1755178271') !important;
}
.slick-next::before {
    content: url('https://cdn.shopify.com/s/files/1/0657/1055/5213/files/rotate_right.svg?v=1755178271') !important;
}
.slick-prev {
l   eft: -75px !important;
}

/* Blog section CSS */

section.blog_btn-section {
    padding-top: 20px;
    padding-bottom: 80px;
}
.section_5_row_3 a {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 40px;
    display: block;
    text-decoration: none;
    font-family: var(--font-main);
}

.new_blog_page_slider_class {
    padding-bottom: 80px;
    padding-top: 80px;
}

.blog_section {
    padding-top: var(--padding--desktop);
    /* padding-bottom: var(--padding--desktop); */
}
.section_5_row_1 {
    display: flex;
    justify-content: space-between;
}
.blog_heading_div h2{
    font-size: var(--h2-size-desktop);
    line-height: var(--h2-line-desktop);
    font-family: var(--font-main);
    text-transform: uppercase;
    font-weight: 900;
}
.blog_heading_div, .blog_para_div {
    width: 50%;
}
.blog_para_div {
    display: flex;
    justify-content: end;
}
.blog_para_div p{
    font-family: var(--font-main);
    font-size: var(--p-size-desktop);
    line-height: var(--p-line-desktop);
    text-transform: uppercase;
}
.blog_para_div p {
    width: 545px;
}

.section_5_row_2 {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.model_div {
    height: 585px;
}
/* .model_1_div{
    background-image: url('https://cdn.shopify.com/s/files/1/0657/1055/5213/files/5_Effortless_Outfits.webp?v=1755194000');
}
.model_2_div{
    background-image: url('https://cdn.shopify.com/s/files/1/0657/1055/5213/files/Fresa_Guide_to_Building.webp?v=1755194000');
}
.model_3_div{
    background-image: url('https://cdn.shopify.com/s/files/1/0657/1055/5213/files/From_day_to_Night.webp?v=1755194000');
} */
.model_div{
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 33.33%;
}

.model_div {
    display: flex;
    align-items: end;
    padding: 20px 20px 60px 20px;
}

.model_div h3 a{
    font-size: 34px;
    color: var(--color-white);
    font-family: var(--font-main);
    text-transform: uppercase;
    font-weight: 900;
    line-height: 47px;
    text-decoration: none;
}

/* single product css */
.product__title h1 {
font-family: var(--font-main);
font-weight: 600;
text-transform: uppercase;
}

p.product__text.inline-richtext.caption-with-letter-spacing {
    font-family: var(--font-main);
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
color: var(--color-primary);
}



.badge.price__badge-sold-out {
background-color: rgb(249 224 224);
font-family: var(--font-main);
text-transform: uppercase;
color: #000 !important;
}

.product-form__input .form__label{
font-family: var(--font-main);
text-transform: uppercase;
font-size: 16px;
font-weight: 600;
color: #000;
}
.product-form__input--pill input[type=radio]:checked+label {
background-color: rgb(249 224 224) !important;
    color: #000 !important;
    border-color: #000 !important;
}
.product-form__submit.button.button--full-width{
background-color: #000;
color: #fff;
font-family: var(--font-main);
text-transform: uppercase;
font-weight: 700;

}
span.price-item.price-item--regular {
font-family: var(--font-main);
font-weight: 600;
text-transform: uppercase;
color: var(--color-primary);
}
.product__description p{
font-family: var(--font-main) !important;
color: var(--color-black) !important;
text-transform: uppercase;
font-weight: 500;
}

/* ends here */

/* ============ Blog Page CSS =========== */

.blog_main_section h1 {
    font-weight: 900;
    font-size: var(--h1-size-desktop);
    line-height: var(--h1-line-desktop);
    font-family: var(--font-main);
    text-transform: uppercase;
}
.blog_main_section {
    padding-top: var(--padding--desktop);
    padding-bottom: var(--padding--desktop);
    margin-bottom: 40px;
    background-color: #f9e0e0;
}


/* Ends here */

.pagination {
    text-align: center;
    font-size: 20px;
    font-family: var(--font-main);
    text-transform: uppercase;
    font-weight: 800;
    color: var(--color-black);
}

.pagination a {
    color: var(--color-black);
}


/* =========== Blog inner page ============  */

.blog_row {
    display: flex;
    gap: 20px;
}

.blog_div_1 {
    width: 60%;
    border-right: 2px solid;
    padding-right: 20px;
}

.blog_heading {
    margin: 20px 0px;
}

.blog_div_2 {
    width: 40%;
}

.blog_image img {
    width: 100%;
    min-height: 100% !important;
    height: 500px;
    object-fit: cover;
    object-position: top;
}

.blog_heading h1 {
    font-size: var(--h1-size-tablet);
    line-height: var(--h1-line-tablet);
    font-family: var(--font-main);
    text-transform: uppercase;
    font-weight: 900;
}

.blog_description p {
    font-size: var(--p-size-desktop);
    line-height: var(--p-line-desktop);
    font-family: var(--font-main);
    color: var(--color-black);
    text-transform: uppercase;
    font-weight: 500;
}
.blog_inner_section{
    padding-bottom: var(--padding--desktop);
    padding-top: var(--padding--desktop);
}
.recentpost_heading h3{
    font-size: 35px;
    line-height: 45px;
    font-family: var(--font-main);
    text-transform: uppercase;
}

ul.recent-posts-list li a {
    font-size: var(--p-size-desktop);
    line-height: var(--p-line-desktop);
    text-transform: uppercase;
    color: var(--color-primary);
    font-family: 'Cinzel';
    font-weight: 600;
}
ul.recent-posts-list {
    padding-left: 20px;
}

.hide_btn .hero_btn_1 {
    display: none;
}

.set_padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.accordion-item.active button.accordion-toggle {
    border-bottom: 1px solid black;
}

.accordion-item {
    background-color: #f1f1f1 !important;
}

section.custom-accordion{
    padding-top: var(--padding--desktop);
    padding-bottom: var(--padding--desktop);
    padding-left: 20px;
    padding-right: 20px;
}

/* .set_margin_padding {
    margin-top: 80px;
    margin-bottom: 80px;
} */

.list_main_section {
    padding-top: var(--padding--desktop) !important;
    padding-bottom: var(--padding--desktop) !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
section.collection_main_section {
    padding-left: 20px;
    padding-right: 20px;
}

li.content_wrapper_custom {
    border: 2px solid white;
    background-color: #fff;
    padding: 10px;
    box-shadow: 10px 10px 5px 0px rgb(141 141 141 / 75%);
}

.card__heading a {
    text-align: center;
    font-size: var(--p-size-desktop);
    line-height: var(--p-line-desktop);
    font-family: var(--font-main);
    text-transform: uppercase;
    font-weight: 900;
}
ul.card_under_list {
    gap: 20px !important;
    flex-wrap: wrap !important;
}
li.content_wrapper_custom {
    width: 31% !important;
}
.sub_div_featured_collection .collection__title {
    margin: 0;
    padding: 0;
}

.sub_div_featured_collection {
    padding: 0 !important;
    max-width: 1520px;
    width: 100%;
}

.feature_collection_main_div {
    justify-content: center;
    display: flex;
    padding: 0px 20px;
    background-color: transparent !important;
}
.sub_div_featured_collection h2{
    font-family: var(--font-main);
    font-weight: 900;
    text-transform: uppercase;
}

.feature_slide_sec {
    padding: 0 !important;
}
li.card_list {
    border: 4px solid #000000;
    padding: 10px;
    background-color: #fff;
    box-shadow: 10px 10px 5px 0px rgb(141 141 141 / 75%);
}
/* li.card_list {
    width: 100% !important;
    max-width: 48% !important;
} */

.sub_div_featured_collection h2 {
    text-align: center;
}

.price {
    text-align: center;
    font-family: var(--font-main);
    text-transform: uppercase;
}

.single_product_main_section {
    background-color: transparent !important;
    justify-content: center;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
}

.single_product_main_section .page-width {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    max-width: 1520px;
}

.single_product_main_section .product-media-container {
    margin: 0;
}
.single_product_main_section .product__media img {
    object-fit: cover;
    object-position: 0px 0px;
}
.single_product_main_section .product-media-container {
    margin: 0;
    /* width: 100% !important;
    max-width: 100%; */
}
.single_product_main_section .price {
    text-align: justify;
}
.collection.page-width {
    padding: 0;
}
.facets-wrapper.page-width {
    padding: 0;
}
.main_collection_sectionnnn {
    background-color: transparent !important;
}
#FacetFiltersForm h2, div#FacetsWrapperDesktop summary, #FacetFiltersForm select {
    /* font-size: 20px !important; */
    font-weight: 900;
    font-family: var(--font-main);
}
.main_collection_sectionnnn {
    padding: 80px 20px !important;
}
ul.product_list_unoder {
    gap: 20px;
}

/* ////////////// Comming Soon Page ///////////////////// */

.main_bg_container{
    background-image: url('https://davidp1035.sg-host.com/wp-content/uploads/2025/07/Desktop-2-1-scaled.webp');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    overflow: hidden;
    position: relative;
}
.txt_container{
    width: 100%;
    max-width: 1240px;
    margin:auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} 
.element_bg{
    position: absolute;
    bottom: -40px;
    width: 90%;
    left:20px;
    right:0;
    margin: auto;
} 
.txt_container h1{
    font-family: 'Cinzel';
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: clamp(40px, 10vw, 150px);
    text-align: center;
    padding: 20px 0px;
}

.fresa_logo{
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
}

.slick-prev {
    left: -70px !important;
}

.aboutUsFreshDropSection {
    padding-top: var(--padding--desktop);
}

.template-404.hero_heading h1{
    text-align: center;
}

.collection_list_page_slider_class {
    padding-bottom: var(--padding--desktop);
    padding-top: var(--padding--desktop);
}


/*==================Media Quires=============*/


@media only screen and (max-width: 1700px){
    .slick-prev {
        left: -300px !important;
        right: 0 !important;
        margin: auto !important;
        top: 110% !important;
        bottom: 0 !important;
    }
    .slick-next{
        left: 250px !important;
        right: 0 !important;
        margin: auto !important;
        top: 110% !important;
        bottom: 0 !important;
    }
    .testimonial_section{
        padding-bottom: var(--padding--desktop);
        /* padding-top: var(--padding--desktop); */
    }
}




@media only screen and (max-width: 1650px) and (min-width: 1400px) {

.main_brand_bg {
    background-size: 908px 747px;
    padding: 250px 20px;
}

}

@media only screen and (max-width: 1399px) and (min-width: 1025px) {

.main_brand_bg {
    background-size: 650px 480px;
    padding: 87px 20px;
}

}

@media only screen and (max-width: 1600px) and (min-width: 1025px){
.hero_section {
    /* margin-top: -100px; */
}
}

@media only screen and (min-width: 1025px) and (max-width: 1372px){
    .collection_div h3, .headinh3 h3 {
        font-size: 24px;
        line-height: 37px;
    }
    .testi_div {
        padding: 20px;
    }
    .model_div h3 a{
        font-size: 25px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 1207px) and (max-width: 1274px){
.shop_div_content, .decor_lifestyle {
    transform: translateY(200px);
    transition: 1s ease;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1206px){
.row_div {
    height: 700px;
}

.shop_div_content {
    transform: translateY(200px);
    transition: 1s ease;
}
.decor_lifestyle {
    transform: translateY(200px);
    transition: 1s ease;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1063px){
    .navigation nav ul {
        gap: 42px;
    }
}

@media only screen and (min-width: 1025px){

    .seach_bar button {
        margin-left: -35px;
    }
    .brand_bg {
        display: none;
        width: 50%;
    }
    .brand_bg img {
        width: 100%;
    }
    div#blog_section_5_row_2 .model_div {
        width: 31.9%;
    }

    div#blog_section_5_row_2 {
        flex-wrap: wrap;
    }
    div#blog_section_5_row_2 {
        justify-content: space-between;
    }

}

@media only screen and (max-width: 1024px){

    .aboutUsFreshDropSection {
        padding-top: var(--padding--tablet);
    }
    
    .main_collection_sectionnnn {
        padding: 60px 20px !important;
    }
    
    .seach_bar {
        width: 33.33%;
    }

    .logo {
        width: 33.33%;
        text-align: center;
    }

    .icons {
        width: 33.33%;
    }
    .navigation nav ul {
        gap: 18px;
    }
    .hero_heading h1{
        font-size: var(--h1-size-tablet);
        line-height: var(--h1-line-tablet);
    }
    .hero_para p{
        font-size: 20px;
        line-height: 30px;
    }
    .h2_heading h2{
        font-size: var(--h2-size-tablet);
        line-height: var(--h2-line-mobile);
    }
    .collection_div {
        width: 65%;
        min-height: 500px !important;
    }

    .collection_main_div {
        justify-content: center;
    }
    .collection_div h3, .headinh3 h3 {
        width: 100%;
        font-size: 29px;
    }
    .collection_div p {
        width: 100%;
    }
    .row_1 {
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 29px;
    }
    .row_div {
        width: 48%;
        height: 700px;
        display: flex;
    }
    .shop_now_section{
        padding-bottom: var(--padding--tablet);
    }
    section.collection_section {
        padding-top: var(--padding--tablet);
        padding-bottom: var(--padding--tablet);
    }
    .row_div_3 {
        width: 100%;
        height: 480px;
    }
    .decor_lifestyle {
        transform: translateY(160px);
    }

    .brand_bg {
        width: 50%;
    }
    .brand_bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left center;
    } 

    .main_brand_bg {
        background-image: none;
        padding: 0;
    }

    .brand_content_box {
        padding: 40px 20px;
        width: 50%;
    }
    .brand_content_box h2 {
        font-size: 26px;
    }
    .section_4_heading h2{
        font-size: var(--h2-size-tablet);
        line-height: var(--h2-line-tablet);
        text-transform: uppercase;
        font-weight: 900;
        font-family: var(--font-main);
        text-align: center;
    }
    .blog_heading_div h2{
        font-size: var(--h2-size-tablet);
        line-height: var(--h2-line-tablet);
    }
    .blog_heading_div h2 br{
        display: none;
    }
    .blog_para_div p {
        width: 100%;
    }
    .blog_heading_div, .blog_para_div{
        width: 100%;
    }
    .section_5_row_2 {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 29px;
    }
    .model_div {
        width: 48%;
        height: 400px;
    }
    .model_div h3 a{
        font-size: 25px;
        line-height: 35px;
    }
    .blog_section {
        padding-top: var(--padding--tablet);
    }
    .headinggg_div h2{
        font-size: var(--h2-size-tablet);
        line-height: var(--h2-line-tablet);
    }
    .blog_main_section h1 {
        font-size: var(--h1-size-tablet);
        line-height: var(--h1-line-tablet);
    }

     .blog_heading h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .blog_div_1,
    .blog_div_2 {
        width: 100%;
    }

    .blog_row {
        flex-wrap: wrap;
    }

    .blog_image img {
        width: 500px;
        height: 500px;
    }
    .blog_image, .blog_heading h1, .blog_description p {
        text-align: center;
    }
    .blog_div_1 {
        border-right: none;
        padding-right: 0px;
    }
    .blog_inner_section{
        padding-bottom: var(--padding--tablet);
        padding-top: var(--padding--tablet);
    }
    .recentpost_heading h3 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }
    ul.recent-posts-list {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    section.custom-accordion{
        padding-top: var(--padding--tablet);
        padding-bottom: var(--padding--tablet);
    }
    
    .list_main_section {
        padding-top: var(--padding--tablet) !important;
        padding-bottom: var(--padding--tablet) !important;
    }
    li.content_wrapper_custom {
        width: 100% !important;
        max-width: 48% !important;
    }
    .feature_collection_main_div {
        padding: 0px 20px;
    }
     .hero_section {
        height: 100% !important;
        padding-top: 100px;
        padding-bottom: 40px;
    }

}

@media only screen and (max-width: 863px){
.footer_menu_div {
    gap: 10px;
}
}

@media only screen and (max-width: 867px){
.shop_div_content{
    transform: translateY(200px) !important;
}
.decor_lifestyle {
    transform: translateY(180px);
}
}

@media only screen and (max-width: 941px){
.contact_div {
    gap: 10px;
}
}

@media only screen and (max-width: 767px){

    .aboutUsFreshDropSection {
        padding-top: var(--padding--mobile);
    }
    .fresa_logo{
        max-width: 180px !important;
    }
   .element_bg{
        bottom: 0;
    }
    .main_collection_sectionnnn {
        padding: 40px 20px !important;
    }
    .feature_collection_main_div {
        padding: 0px 20px;
    }
    .logo img {
        width: 100%;
    }
    .navigation nav ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background: #624e4e;
        padding: 10px 0;
    }

    .navigation nav ul.show {
        display: flex;
        padding: 15px;
    }

    .menu-toggle {
        display: block;
        /* position: absolute;
        top: 10px;
        right: 20px; */
    }
    .navigation nav {
        display: flex;
        justify-content: end;
    }
    .menu_div {
        padding: 10px 20px;
    }
    .footer_para p {
        width: 100%;
    }
    .mail_div{
        margin-top: 10px;
    }
    .copyrighttext {
        justify-content: center;
    }
    .copyrighttext p, .copyrighttext a {
        text-align: center;
    }
    .hero_para p{
        font-size: var(--p-size-mobile);
        line-height: var(--p-line-mobile);
    }
    .hero_heading h1{
        font-size: var(--h1-size-mobile);
        line-height: var(--h1-line-mobile);
    }
    .hero_btn {
        justify-content: center;
    }
    .hero_heading{
        width: 100%;
    }

    .hero_heading h1{
        text-align: center;
    }
    .hero_para{
        width: 100%;
    }
    .hero_para p{
        text-align: center;
    }
    .hero_section {
        /* margin-top: -60px; */
        height: 100% !important;
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .h2_heading h2{
        font-size: var(--h2-size-mobile);
        line-height: var(--h2-line-mobile);
    }
    .collection_div h3, .headinh3 h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .collection_main_div {
        flex-wrap: wrap;
    }
    .row_div {
        width: 500px;
        height: 100%;
    }
    .shop_now_section{
        padding-bottom: var(--padding--mobile);
    }
    section.collection_section {
        padding-top: var(--padding--mobile);
        padding-bottom: var(--padding--mobile);
    }
    .decor_lifestyle {
        transform: translateY(200px);
    }
    .row_div_4 {
        width: 500px;
    }
    .shop_div_contenttt {
        transform: translateY(200px);
    }
    .row_1 {
        justify-content: center;
    }
    .collection_div {
        width: 500px;
    }
    .brand_bg {
        width: 100%;
        text-align: center;
    }
    .brand_bg img {
        width: 100%;
        max-width: 500px;
        margin: auto;
    } 

    .main_brand_bg {
        background-image: none;
        padding: 30px 20px;
    }

    .brand_content_box {
        padding: 20px 0px 0;
        width: 100%;
        text-align: center;
    }
    .brand_content_box h2 {
        font-size: 24px;
    }
    .brand_sec {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    }
    .hero_btn_1 a {
        margin: auto;
    }

    .section_4_heading h2{
        font-size: var(--h2-size-mobile);
        line-height: var(--h2-line-mobile);
    }
    /* .make_div_center {
        padding-bottom: 100px;
    } */
    .blog_heading_div h2{
        font-size: var(--h2-size-mobile);
        line-height: var(--h2-line-mobile);
    }
    .section_5_row_1 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .blog_heading_div h2, .blog_para_div p{
        text-align: center;
    }
    .model_div {
        width: 500px;
    }
    .blog_section {
        /* padding-bottom: var(--padding--mobile); */
        padding-top: var(--padding--mobile);

    }
    .headinggg_div h2{
        font-size: var(--h2-size-mobile);
        line-height: var(--h2-line-mobile);
    }
    .blog_main_section h1 {
        font-size: var(--h1-size-mobile);
        line-height: var(--h1-line-mobile);
    }
    .blog_main_section {
        padding-top: var(--padding--mobile);
        padding-bottom: var(--padding--mobile);
        margin-bottom: 40px;
    }
    .blog_heading h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .blog_inner_section{
        padding-bottom: var(--padding--mobile);
        padding-top: var(--padding--mobile);
    }
        .recentpost_heading h3 {
        font-size: 25px;
        line-height: 35px;
    }
    section.custom-accordion{
        padding-top: var(--padding--mobile);
        padding-bottom: var(--padding--mobile);
    }
    .responsive_section_padding{
        padding-bottom: var(--padding--mobile);
    }
    /* .set_margin_padding {
        margin-top: 40px;
        margin-bottom: 40px;
    } */
    .list_main_section {
        padding-top: var(--padding--mobile) !important;
        padding-bottom: var(--padding--mobile) !important;
    }
    .hero_section.slide {
        top: -35px !important;
    }
    .hero_slider_wrapper {
        height: 600px !important;
    }
}

@media only screen and (max-width: 749px)
{
    .product__info-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0px !important;
    }
    .js.product-form__input {
        text-align: center;
    }
    product-form.product-form {
        margin: 0 !important;
    }
    #variant-selects-template--17554809749581__main {
        margin: 0;
    }
    .section-template--17554809749581__main-padding {
        padding-bottom: 0 !important;
    }
    .product__description {
        margin: 0 !important;
    }
    div#price-template--17554809749581__main {
        margin: 0;
    }
    .quantity__label{
        text-align: center !important;
    }
    .product__description p{
        text-align: center
    }
}
@media only screen and (max-width: 575px){
.collection_div, .row_div {
    width: 100%;
}
.slick-prev {
    left: -200px !important;
}
.slick-next{
    left: 100px !important;
}

}

@media only screen and (max-width: 539px){
    li.content_wrapper_custom {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 444px){
.location, .phone_div, .hours, .mail {
    flex-direction: column;
    width: 100%;
}
.location p, .phone_div a, .hours p, .mail a {
    text-align: center;
}
}
@media only screen and (max-width: 339px){
p.make_responsive {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.make_responsive span {
    margin: 0;
}
}
