/** Shopify CDN: Minification failed

Line 30:0 All "@import" rules must come first
Line 31:0 All "@import" rules must come first
Line 32:0 All "@import" rules must come first
Line 56:0 All "@import" rules must come first

**/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
/* Custom styles */

/* Fix horizontal overflow */
html {
    overflow-x: hidden;
}

body {
    max-width: 100vw;
    overflow-x: hidden;
}

.wrapper,
.grid,
.main-content {
    max-width: 100%;
    box-sizing: border-box;
}

/* Custom font */
@import url('https://use.typekit.net/nqr2uph.css');
@import url('https://www.dafontfree.net/embed/bXVsdGljb2xvcmUtcmVndWxhciZkYXRhLzgvbS80NDk3My9NdWx0aWNvbG9yZS5vdGY');
@import url('https://db.onlinewebfonts.com/c/dd4320757ff990fa3d23662f08aa6f3a?family=Central+W01+Bold');

@font-face {
    font-family: "Central W01 Bold";
    src: url("https://db.onlinewebfonts.com/t/dd4320757ff990fa3d23662f08aa6f3a.eot");
    src: url("https://db.onlinewebfonts.com/t/dd4320757ff990fa3d23662f08aa6f3a.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/dd4320757ff990fa3d23662f08aa6f3a.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/dd4320757ff990fa3d23662f08aa6f3a.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/dd4320757ff990fa3d23662f08aa6f3a.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/dd4320757ff990fa3d23662f08aa6f3a.svg#Central W01 Bold")format("svg");
}

@font-face {
    font-family: 'MulticolorePro';
    src: url('/cdn/shop/files/MulticolorePro.otf?v=1703089136');
    src: url('/cdn/shop/files/MulticolorePro.eot?v=1703244546?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/MulticolorePro.woff2?v=1703244545') format('woff2'),
        url('/cdn/shop/files/MulticolorePro.woff?v=1703244545') format('woff'),
        url('/cdn/shop/files/MulticolorePro.ttf?v=1703244545') format('truetype'),
        font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.cdnfonts.com/css/konigsberg');

h2 {
    font-size: 25px;
    font-weight: 700;
}

h3 {
    font-size: 22px;
}

h5 {
    font-size: 10px;
    line-height: 130%;
    font-style: normal;
}

@media screen and (min-width: 1024px) {
    h5 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 375px) {
    /* body {
		 background-color: lightblue;
	}
	 */
}

@media only screen and (min-width: 1024px) {
    h2 {
        font-size: 50px;
    }

    h3 {
        font-size: 50px;
    }
}

/* @media only screen and (max-width: 1023px) {
    #insta-feed .instafeed-container {
        width: 25% !important;
    }
} */

#shopify-section-footer .footer-content-title i {
    display: none;
}

@media only screen and (max-width: 768px) {
    /* #insta-feed .instafeed-container {
        width: 50% !important;
    } */

    #shopify-section-footer .footer-content-title {
        border-bottom: 1px solid #fff;
        display: flex;
        justify-content: space-between;
    }

    #shopify-section-footer .footer-content {
        width: 100%;
    }

    #shopify-section-footer .footer-content-title i {
        display: inline-block;
    }
}

.black-section {
    padding: 50px 0;
}

.black-section.collection-list-section {
    padding: 0 0 50px;
}

@media only screen and (min-width: 1024px) {
    .black-section {
        padding: 50px 0;
    }
}


.collection-list-section .grid__item .grid-link,
.collection-list-section .grid__item .grid-link__image {
    border-radius: 0px !important;
}

.collection-list-section .grid__item .grid-link__image {
    -webkit-border-top-left-radius: 24px !important;
    -webkit-border-top-right-radius: 24px !important;
    -moz-border-radius-topleft: 24px !important;
    -moz-border-radius-topright: 24px !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
}


/* Style for the grid */
/* .slide {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
} */
@media (max-width: 768px) {
    .slick-list {
        /* padding-left: 0!important; */
        padding: 0 20% 0 0 !important;
        /* padding-right: 0!important; */
    }

    .collection-wrap .slider .slide {
        width: 100%;
        /* Full width on mobile */
    }
}

.collection-wrap .slider {
    margin: 0px;
}

.collection-wrap .slider .slide {
    padding-left: 8px;
}



.black-section .section-header {
    text-align: center;
    font-size: 13px;
}

@media only screen and (min: 768px) {
    .black-section .section-header {
        font-size: 25px;
    }
}

.black-section .grid__item {
    /* -webkit-border-top-left-radius: 25px;
	 -webkit-border-top-right-radius: 25px;
	 -moz-border-radius-topleft: 25px;
	 -moz-border-radius-topright: 25px;
	 border-top-left-radius: 25px;
	 border-top-right-radius: 25px;
	 */
}

.black-section .grid__item .grid-link__image {
    border-radius: 24px;
    overflow: hidden;
    margin: 0;
    height: 400px !important;
}

@media only screen and (min-width: 1024px) {
    .black-section .grid__item .grid-link__image {
        height: 750px !important;
    }
}

.black-section .grid__item .grid-link__image .collection__grid-image-wrapper {
    max-width: none !important;
    max-height: none !important;
}

.black-section .grid__item .grid-link__image .collection__grid-image-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    max-width: none !important;
    max-height: none !important;
}

@media screen and (min-width: 1024px) {
    .black-section .grid__item .grid-link__image .collection__grid-image-wrapper img {
        height: 750px;
    }
}

.black-section .grid__item .grid-link__image .grid-link__image-centered {
    display: inline;
    vertical-align: baseline;
}

.black-section .grid__item .grid-link {
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 20px;
}

@media screen and (min-width: 1024px) {
    .black-section .grid__item .grid-link {
        border-radius: 24px;
    }
}

.black-section .grid__item .collection-title-box {
    border-radius: 20px;
    padding: 12px;
    text-align: left;
    color: #000;
    background: linear-gradient(0deg, #f0c7ff 5.2%, #63bbf8 112.1%);
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    .black-section .grid__item .collection-title-box {
        border-radius: 25px;
        padding: 32px;
    }
}

/* 
.black-section .grid__item .collection-title-box a {
    display: inline-block;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 2px solid #000;
    border-radius: 30px;
    background-color: #fffdca;
    font-size: 16px;
    padding: 8px 28px;
    text-transform: uppercase;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
} */

.black-section .grid__item:nth-child(2) .collection-title-box {
    background: linear-gradient(0deg, #e6a7fe 5.25%, #febab9 95.85%);
}

.black-section .grid__item:nth-child(3) .collection-title-box {
    background: linear-gradient(180deg, #ff9e98 0%, #ffedc2 100%);
}

.grid-link__title {
    font-size: 10px;
    line-height: 130%;
    /* 13px */
    color: #000;
    padding: 0px;
    text-align: left !important;
    font-weight: bold !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px !important;
}

@media only screen and (min-width: 1024px) {
    .grid-link__title {
        font-size: 22px;
    }
}

/* Custom footer styles */
#shopify-section-footer.shopify-section .site-footer {
    font-family: ocr-a-std, monospace !important;
    margin-top: -1px;
    padding-bottom: 100px;
}

#shopify-section-footer.shopify-section .site-footer .footer-badge-wrap .footer-badge img {
    width: 136.36px;
    height: 136.36px;
}

#shopify-section-footer.shopify-section .site-footer .footer-badge-wrap .social-icons {
    margin-top: 30px;
}

#shopify-section-footer.shopify-section .site-footer .footer-badge-wrap .social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35.58px;
    height: 35.58px;
    color: #000;
    background-color: #fff;
    border-radius: 35px;
    font-size: 25px;
}

#shopify-section-footer.shopify-section .site-footer .footer-content-wrap {
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    #shopify-section-footer.shopify-section .site-footer .footer-content .footer-content-title {
        padding: 10px 0;
        font-size: 18px;
    }

    #shopify-section-footer.shopify-section .site-footer .footer-content .footer-content-title i {
        transition: transform 0.1s ease;
    }

    #shopify-section-footer.shopify-section .site-footer .footer-content .footer-content-title i.rotated {
        transform: rotate(180deg);
    }

    #shopify-section-footer.shopify-section .site-footer .footer-content .footer-content-wrap {
        height: 0px;
        overflow: hidden;
    }
}

/* header style*/
.custom-header {
    display: none;
    background-color: #000;
}

/* .header-bar{
	 background-color: #FAECFF;
}
 */
.site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.site-nav a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-nav__dropdown {
    background-color: #000;
    border-radius: 24px;
    box-shadow: 1px 0px 3px 0px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 1px 0px 3px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 1px 0px 3px 0px rgba(255, 255, 255, 0.75);
}

.site-nav__dropdown-grandchild {
    background-color: #000;
    border-radius: 24px;
    box-shadow: 2px 0px 6px 0px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 2px 0px 6px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 2px 0px 6px 0px rgba(255, 255, 255, 0.75);
}

.site-nav__dropdown a {
    color: #fff;
}

.site-nav a svg {
    transform: rotate(-90deg);
    transition: 0.3s;
    margin-top: 2px;
}

.site-nav a:hover svg {
    transform: rotate(0deg);
    stroke: #47a1ff;
}

.site-nav__link:hover,
.site-nav__link:active,
.site-nav__link:focus {
    color: #47a1ff;
}

.header-bar__search-input[type=search] {
    display: inline-block;
}

.site-header .M_header .header-bar__module.header-bar__search input[type=search] {
    display: inline-block;
    background-image: url(/cdn/shop/files/search-icon.png?v=1704481326);
    background-repeat: no-repeat;
    background-position: center;
    border-width: 0px;
    color: transparent;
    padding: 0px;
    font-size: 0px;
    width: 24px;
    height: 24px;
    margin-top: -7px;
    cursor: pointer;
}

.site-header .M_header .header-bar__module.header-bar__search .btn {
    display: none;
}

@media screen and (max-width: 768px) {
    .header-bar .mobile-search .btn {
        display: none;
    }

    .header-bar .mobile-search input[type=search] {
        display: inline-block;
        background-image: url(/cdn/shop/files/search-icon.png?v=1704481326);
        background-repeat: no-repeat;
        background-position: center;
        border-width: 0px;
        color: transparent;
        padding: 0px;
        font-size: 0px;
        width: 24px;
        height: 24px;
        margin: 1px 5px 0 0;
        cursor: pointer;
    }
}

/* header style end */
/* instafeed background*/
/* #insta-feed{
	 padding-top: 8rem;
	 background-image: url({
		{
			 'instafeed-background.png' | asset_url 
		}
	}
	);
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: top;
	 margin-top: 6rem !important;
}
 */
/* #insta-feed h2{
	 font-family: 'Oswald' !important;
	 font-size: 42px !important;
	 margin-bottom: 4rem !importaint;
}
 */
/* #insta-feed:before {
	 content: "";
	 background-image: url(/cdn/shop/files/Group_253_312a5376-44dd-457f-8cd6-2f54ed89c3ab.png?v=1649859202);
	 background-repeat: no-repeat;
	 background-size: auto;
	 padding: 13px;
}
 */
/* instafeed background end */
.main-content:after {
    padding-top: 0;
}

/* footer style */
.custom-wrapper {
    padding: 1.5rem;
}

.custom-wrapper .grid-uniform {
    display: flex;
    flex-wrap: wrap;
}

#shopify-section-footer .h4 {
    font-family: MulticolorePro;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
}

#shopify-section-footer a,
#shopify-section-footer p {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.yo-footer-full-news .input-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.yo-footer-full-news .input-group-field {
    background: #fff;
    border: 1px solid #dbe2e9;
    box-sizing: border-box;
    border-radius: 8px !important;
}

.yo-footer-full-news .input-group-field::placeholder {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #a3b0be;
}

.yo-footer-full-news #subscribe {
    background: #daeafd;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #3079c6;
    padding: 8px 35px;
}

.yo-footer-half .inline-list.social-icons {
    display: flex;
    gap: 20px;
}

.yo-footer-full-news #subscribe:hover {
    background-color: #3079c6;
    color: #fff;
}

/* footer style end */
/* PDP font style */
.product-recommendations .section-header .h4 {
    font-family: 'Oswald';
    font-size: 42px;
}

.product-description [data-mce-style] {
    display: none;
}

.product-description .product-form--wide {
    display: none;
}

.product-description p,
.bk-text {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
}

.product-description table {
    border-color: #dde5ea;
}

.product-description table th,
.product-description table td {
    text-align: center;
    padding: 8px;
}

.product-description table tr td:first-child {
    font-weight: 600;
}

.product-description table thead {
    background: rgba(255, 255, 255, 0.16);
}

.product-description p a {
    color: #fdd867 !important;
    text-decoration: underline;
}

/* PDP font style end */
/* responsive start */
@media (min-width: 769px) and (max-width: 910px) {
    .gm-menu-installed .gm-menu .gm-item.gm-level-0>.gm-target {
        padding: 15px 10px !important;
    }

    .custom-header {
        padding: 1.2rem 1rem !important;
    }

    .site-nav {
        gap: 2rem;
    }
}

@media (min-width: 769px) {
    .custom-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /* background-color: #000000;
		 */
        padding: 1.2rem 3rem;
    }

    .M_header {
        max-width: 95px;
        width: 95px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
    }

    .yo_menu {
        width: calc(100% - 220px);
        flex-shrink: 1;
        min-width: 0;
        display: flex;
        align-items: center;
    }

    .gm-retractor::after {
        color: #a3b0be;
    }

    .header-bar__module {
        margin-left: 10px;
    }

    .site-nav__dropdown {
        width: 450px;
    }
}

@media (max-width: 768px) {
    .header-bar .wrapper {
        padding: 17px 20px;
    }

    .supports-js .logo__image {
        top: -9px;
    }

    .mobile-cart-page-link svg {
        margin-top: 4px;
    }

    .mobile-cart-page-link {
        margin: 0 18px 0 10px;
    }

    .yo-footer-full {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .yo-footer-half {
        width: 100%;
        text-align: left;
    }

    .yo-footer-full-news {
        width: 100%;
        text-align: left;
    }

    .mobile-nav-trigger {
        float: right;
    }

    #MobileNavTrigger svg {
        margin-top: 7px;
    }

    .product-recommendations .section-header .h4 {
        font-size: 35px;
        text-align: center;
    }
}

#insta-feed .instafeed-container>img,
.instafeed-shopify img {
    border-radius: 20px;
}

/* Navigation */
.site-nav>.site-nav--active>.site-nav__link {
    color: #fff;
    text-decoration: underline;
}

.header-bar a,
.header-bar button,
.mobile-nav .mobile-nav__sublist-link a {
    color: #fff;
}

.header-bar button svg line {
    stroke: #fff;
}

/* Collections page */
.collection-wrap {
    padding: 0px;
}

/* Add padding for product pages */
.template-product .collection-wrap {
    padding: 0 20px;
}

@media only screen and (min-width: 1024px) {
    .template-product .collection-wrap {
        padding: 0 40px;
    }
}

.collection-wrap .globo-dropdown-custom__options {
    background-color: #000;
}

/* .collection-wrap .section-header.section-header--large{
  margin-bottom:0;
}
 */
@media screen and (max-width: 768px) {
    .collection-wrap .collections-header-wrap {
        padding: 0 23px;
    }
}



.collection-wrap .collections-header-wrap .collections-header h1 {
    font-family: Oswald;
    font-size: 40px;
    font-weight: 600;
}

/* .collection-wrap:not(.products) .gf-filter-contents div[data-filter-id="434782"] {
    display: none;
} */

/* .collection-wrap .gf-filter-contents div[data-filter-id="434784"] {
    display: none;
} */

.collection-wrap select.sortby-select {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .collection-wrap #gf-controls-container .gf-actions .gf-filter-selection {
        padding-right: 8px;
    }
}

@media screen and (min-width: 769px) {
    .collection-wrap #gf-controls-container {
        padding: 0 10px;
    }

}

.collection-wrap #gf-controls-container .gf-actions {
    margin-left: 0px;
    margin-right: 0px;
}

.collection-wrap #gf-controls-container .gf-actions .gf-filter-selection {
    margin-right: 0px;
}

/* @media only screen and (min-width: 769px) {
	 .collection-wrap > #gf-grid {
		 width: 70% !important;
		 padding-left: 10px !important;
	}
} */
/* @media only screen and (min-width: 1200px) {
	 .collection-wrap > #gf-grid {
		 width: calc(100vw - 479px) !important;
		 padding-left: 0px !important;
	}
} */
.collection-wrap>#gf-grid .sort-by {
    background: transparent;
    color: #fff;
    border-color: #fff;
    border-radius: 100px;
}

.collection-wrap>#gf-grid .sort-by:before {
    font-family: "Font Awesome 6 Free";
    content: "\f107";
    color: #fff;
    font-weight: 900;
    display: flex;
    align-items: center;
}

.collection-wrap>#gf-tree {
    color: #000;
    /* width: 30% !important; */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: linear-gradient(180deg, #fffdca 0%, #ffa1a2 100%);
    padding: 25px;
    /* position: relative;
	 */
    border-radius: 25px;
}

/* @media only screen and (min-width: 1200px) {
	 .collection-wrap > #gf-tree {
		 width: 467px !important;
	}
} */
.collection-wrap>#gf-tree.spf-empty {
    display: none;
}

.collection-wrap>#gf-tree .gf-label {
    color: #000;
    font-size: 20px;
}

.collection-wrap>#gf-tree .gf-Checkbox,
.collection-wrap>#gf-tree .gf-RadioButton {
    border: 1px solid #000;
}

.collection-wrap>#gf-tree .gf-count {
    color: #000;
}

.collection-wrap>#gf-tree .gf-option-block {
    border-bottom: 1px solid #000;
}

.collection-wrap>#gf-tree .selected-item .gf-label {
    font-size: 14px;
}


@media screen and (max-width: 1200px) and (min-width: 769px) {
    .collection-wrap>#gf-grid {
        width: 70% !important;
    }

    .collection-wrap>#gf-tree {
        width: 30% !important;
    }

}

.collection-wrap .gf-filter-contents .gf-block-title h3::after {
    font-size: 15px;
}

.collection-wrap .gf-filter-contents .gf-block-title h3,
.collection-wrap .gf-block-title h3 span {
    color: #000;
    text-transform: inherit;
    font-size: inherit;
    align-items: center;
}

.collection-wrap .gf-filter-contents .gf-block-title h3,
.collection-wrap .gf-block-title h3 {
    font-size: 25px;
    text-transform: uppercase;
}

.collection-wrap span.gf-summary {
    font-size: 16px;
    color: #fff;
    margin-left: 0px !important;
}

.collection-wrap .collection-title-box {
    background: #fefcc9;
    border-radius: 25px;
    color: #000;
    padding: 12px;
    margin-top: -20px;
    position: relative;
    /* position: relative;
	 z-index: 1;
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 */
}

.collection-title-box .grid-link__meta {
    color: inherit;
}

@media only screen and (min-width: 1024px) {
    .collection-wrap .collection-title-box {
        padding: 32px 24px;
    }
}


.product-box .grid-link__title {
    font-size: 10px !important;
    line-height: 1 !important;
    margin-bottom: 0px !important;
}

.collection-wrap .collection-title-box .grid-link__meta,
.product-box .grid-link__meta {
    text-align: left;
    padding: 0px;
    font-size: 12px !important;
    margin: 15px 0 0 !important;
    line-height: 1;
}

.product-box .collection-title-box {
    border-radius: 15px !important;
    padding: 12px !important;
}


@media only screen and (min-width: 468px) {


    .product-box .collection-title-box {
        border-radius: 25px !important;
        padding: 24px !important;
    }

    .product-box .grid-link__title {
        font-size: 22px !important;
    }

    .collection-wrap .collection-title-box .grid-link__meta,
    .product-box .grid-link__meta {
        font-size: 24px !important;
    }
}

.collection-wrap #gf-products {
    margin: 0px !important;
    gap: 8px !important;
}

.collection-wrap #gf-products .grid__item {
    width: 100%;
}

@media only screen and (min-width: 400px) {
    .collection-wrap #gf-products .grid__item {
        width: 49%;
    }
}

@media only screen and (min-width: 1200px) {
    .collection-wrap #gf-products .grid__item {
        width: calc(33.33% - 8px);
    }
}

.collection-wrap #gf-products .grid__item .grid-link {
    padding-bottom: 0px;
    margin-bottom: 0px;
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
}

@media only screen and (min-width: 1024px) {
    .collection-wrap #gf-products .grid__item .grid-link {
        border-radius: 24px;
    }
}

.collection-wrap #gf-products .grid__item .grid-link__image {
    height: auto !important;
    margin-bottom: 0px;
}

@media only screen and (min-width: 769px) {
    .collection-wrap #gf-products .grid__item .grid-link__image {
        /* height: 664px !important; */
    }
}

.collection-wrap #gf-products .grid__item .grid-link__image .product__img {
    max-width: 100% !important;
    max-height: none !important;
    /* max-height: 500px !important;
      object-fit: contain; */
    max-height: 500px !important;
    object-fit: cover;
    height: 100%;
    /* height: 100%!important;
	 object-fit: cover;
	 */
    /* -webkit-border-top-left-radius: 25px;
	 -webkit-border-top-right-radius: 25px;
	 -moz-border-radius-topleft: 25px;
	 -moz-border-radius-topright: 25px;
	 border-top-left-radius: 25px;
	 border-top-right-radius: 25px;
	 */
}

.collection-wrap #gf-products .grid__item .grid-link__image .grid-link__image-centered {
    display: flex;
    height: 100%;
}

.collection-wrap #gf-products .grid__item .product__img-wrapper {
    max-width: none !important;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.collection-wrap #gf-products .grid__item .product__img-wrapper>img {
    position: static;
    object-fit: cover;
    width: 100%;
    max-height: 600px !important;
    height: auto !important;
}

/* @media only screen and (min-width: 1024px) {
    .collection-wrap #gf-products .grid__item .product__img-wrapper>img {
        height: 600px;
    }

 } */
.collection-wrap #gf_pagination_wrap {
    margin-top: 100px;
}

.collection-wrap #gf_pagination_wrap .pagination>span>a svg path {
    fill: #fff;
}

.collection-wrap #gf_pagination_wrap .pagination>span.deco {
    color: #fff;
}

.collection-wrap #gf_pagination_wrap .pagination>span>a,
.collection-wrap #gf_pagination_wrap .pagination>span>span,
.collection-wrap #gf_pagination_wrap .pagination>span:last-child>a,
.collection-wrap .pagination>span:last-child>span,
.collection-wrap #gf_pagination_wrap .pagination>span:first-child>a,
.collection-wrap #gf_pagination_wrap .pagination>span:first-child>span {
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
}

.collection-wrap #gf_pagination_wrap .pagination>span>a:hover,
.collection-wrap #gf_pagination_wrap .pagination>span>span:hover,
.collection-wrap #gf_pagination_wrap .pagination>span:last-child>a:hover,
.collection-wrap .pagination>span:last-child>span:hover,
.collection-wrap #gf_pagination_wrap .pagination>span:first-child>a:hover,
.collection-wrap #gf_pagination_wrap .pagination>span:first-child>span:hover {
    background-color: #f3c73e;
    color: #fff;
}

.collection-wrap #gf_pagination_wrap .pagination>.current,
.collection-wrap .pagination>.current>a:hover,
.collection-wrap #gf_pagination_wrap .pagination>.current:focus {
    background-color: #f3c73e;
    color: #fff;
    border-radius: 50px;
}

.collection-wrap>header#collection-header {
    height: 0px;
    overflow: hidden;
    display: block;
    margin-bottom: 0px;
}

/* single products page */
/* .product-recommendations {
	 padding: 0 25px;
}
 @media only screen and (min-width: 1024px) {
	 .product-recommendations {
		 padding: 0;
	}
} */
.product-recommendations .grid__item .grid-link {
    padding-bottom: 0px;
    border-radius: 25px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 0px;
}

.product-recommendations .grid__item .grid-link__image-centered {
    /* -webkit-border-top-left-radius: 25px;
	 -webkit-border-top-right-radius: 25px;
	 -moz-border-radius-topleft: 25px;
	 -moz-border-radius-topright: 25px;
	 border-top-left-radius: 25px;
	 border-top-right-radius: 25px;
	 background-color: #ffffff;
	 */
}

.product-recommendations .grid-link__image {
    height: auto !important;
    margin-bottom: 0px;
}

.product-recommendations .grid-uniform {
    margin: 0px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.product-recommendations .grid-uniform .grid__item {
    padding-left: 0px;
    width: calc(50% - 4px);
}

@media only screen and (min-width: 1024px) {
    .product-recommendations .grid-uniform .grid__item {
        width: calc(25% - 8px);
    }
}

.product-box .grid-link__title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-single__thumbnails--wrap {
    padding-left: 0px;
}

.product-single__thumbnails--wrap .product-single__photos {
    margin-bottom: 0px;
}

.product-single__thumbnails {
    /* max-height: 700px;
	 overflow: auto;
	 */
}

.product-single__thumbnails li {
    margin: 0px;
}

.product-single__thumbnails li+li {
    margin-top: 12.5px;
}

.product-single__hero {
    display: flex;
    flex-direction: column;
    padding: 0 25px;
}

@media only screen and (min-width: 1024px) {
    .product-single__hero {
        flex-direction: row;
        padding: 0 40px;
        gap: 70px;
        max-width: 100%;
    }
}

.product-single__hero .product-single__hero-details-wrap {
    width: 100%;
    min-width: 0;
}

@media only screen and (min-width: 1024px) {
    .product-single__hero .product-single__hero-details-wrap {
        width: 50%;
        flex-shrink: 0;
        min-width: 300px;
    }

    .product-single__hero .product-single__hero-gallery-wrap {
        width: 50%;
        flex-shrink: 0;
        min-width: 0;
        max-width: 50%;
    }
}

.collection-list-section .grid-link__title {
    font-size: 22px;
}

/* custom select */
select {
    background-image: url(/cdn/shop/files/select-bg.png?v=1704409769);
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding: 14px 28px;
    background-size: 10px;
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    text-indent: 0.01px;
    text-overflow: "";
    border-radius: 25px;
    cursor: pointer;
}

.product-images-wrap {
    display: flex;
    gap: 12px;
    flex-direction: row;
    max-width: 100%;
}

.product-images-wrap .product-single__photos {
    flex: 1;
    max-width: 715px;
    min-width: 0;
    margin-bottom: 0;
}

.product-images-wrap .product-single__thumbnails--wrap {
    width: 182px;
    flex-shrink: 0;
}

.product-images-wrap .slider-nav {
    margin-bottom: 0px;
}

.product-images-wrap .slider-nav .slick-list {
    overflow: hidden;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .product-images-wrap .slider-nav .slick-list {
        height: 700px !important;
    }
}

.product-images-wrap .slider-nav .slick-list:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    height: 30px;
    background: #000;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.product-images-wrap .slider-nav .slick-list:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    height: 30px;
    background: #000;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.product-images-wrap .slider-nav .slick-list .slick-slide {
    text-align: center;
    color: #333;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #707070;
}

.product-images-wrap .slider-nav .slick-prev.slick-arrow {
    top: 10px;
    bottom: auto;
    left: 50%;
    right: 50%;
    z-index: 2;
    transform: translate(-50%, -50%) rotate(90deg);
}

.product-images-wrap .slider-nav .slick-next.slick-arrow {
    top: auto;
    bottom: -10px;
    left: 50%;
    right: 50%;
    z-index: 2;
    transform: translate(-50%, -50%) rotate(90deg);
}

.gf-refine-toggle-mobile,
body>#gf-tree .gf-filter-footer button {
    height: 38px;
    border-radius: 100px !important;
    padding: 8px 10px !important;
    background: transparent !important;
}

#gf-tree a {
    color: #000;
}

/* single product page */
.template-product main {
    max-width: 1924px;
    margin: 0 auto;
}

.template-product main .selector-wrapper label[for] {
    color: #fff;
}

.template-product main .product-single__image {
    border-radius: 25px;
}

.template-product main .product-single__thumbnails img {
    border-radius: 25px;
}

@media only screen and (max-width: 768px) {
    .template-product main .product-single__thumbnails img {
        border-radius: 5px;
    }

    /* .product-images-wrap .slider-nav .slick-list{
    padding: 0px!important;
  }

  .product-images-wrap .slider-nav .slick-list .slick-slide{
    width: 100%!important;
  } */

    .product-images-wrap .slider-nav .slick-next.slick-arrow,
    .product-images-wrap .slider-nav .slick-prev.slick-arrow {
        left: 40%;
    }
}

.template-product main .product-single__thumbnails li {
    /* margin-bottom: 10px; */
    padding-left: 0px;
}

.template-product #looxReviews,
.template-product #looxCarousel {
    padding: 24px;
    border-radius: 25px;
    background-color: #1b1b1b;
    max-width: none;
    margin: 0 30px;
}

@media only screen and (min-width: 1024px) {

    .template-product #looxReviews,
    .template-product #looxCarousel {
        padding: 56px;
    }
}

.template-product .product-single__title {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0px;
}

.template-product .product-single__price {
    color: #fdd867;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
}

@media only screen and (min-width: 1024px) {
    .template-product .product-single__price {
        font-size: 41px;
    }
}

@media only screen and (min-width: 1024px) {
    .template-product .product-single__title {
        font-size: 50px;
    }
}

.template-product .product-single__policies a {
    color: #ffa1a2;
}

.template-product #AddToCart,
.template-product .shopify-payment-button .shopify-payment-button__button {
    max-width: 755px;
    width: 100%;
    border-radius: 25px;
}

.template-product .shopify-payment-button__more-options {
    max-width: 755px;
    width: 100%;
    color: #fff;
}

.template-product #AddToCart {
    background-color: #fdd867;
    color: #000;
}

.template-product .shopify-cleanslate>[role="button"] {
    background-color: #5c31f0;
    text-transform: uppercase;
}

/* cart page */
#CartSection {
    padding: 0 16px;
}

@media only screen and (min-width: 1024px) {
    #CartSection {
        padding: 0 100px;
    }
}

#CartSection .section-header__title {
    font-family: Oswald;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media only screen and (min-width: 1024px) {
    #CartSection .section-header__title {
        font-size: 40px !important;
    }
}

#CartSection .cart-inner-wrap {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 1024px) {
    #CartSection .cart-inner-wrap {
        flex-direction: row;
        gap: 72px;
    }
}

#CartSection .cart-inner-wrap .cart-half__products {
    width: 100%;
}

#CartSection .cart-inner-wrap .cart-half__products h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

#CartSection .cart-inner-wrap .cart-half__products .cart__row+.cart__row {
    border-top: 0px solid #ebebeb;
}

#CartSection .cart-inner-wrap .cart-half__products .cart__row:not(.cart__header-labels) {
    border-radius: 16px;
    padding: 24px;
    background-color: #1b1b1b;
}

#CartSection .cart-inner-wrap .cart-half__products .cart__row:not(.cart__header-labels) .grid--full {
    display: flex;
    align-items: center;
}

#CartSection .cart-inner-wrap .cart-half__products .cart__row:not(.cart__header-labels) .grid--full .grid__item .grid {
    display: flex;
    align-items: center;
}

#CartSection .cart-inner-wrap .cart-half__products .grid__item .h5 {
    font-size: 18px;
}

#CartSection .cart-inner-wrap .cart-half__products .grid__item .h5.cart__product-title {
    font-family: Poppins !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    /* 23.4px */
    color: #fff;
}

#CartSection .cart-inner-wrap .cart-half__products .grid__item .cart__image {
    border-radius: 16px;
    /* height: 144px;
	 */
}

#CartSection .cart-inner-wrap .cart-half__products .grid__item .pplr_item_line_original_price {
    font-size: 18px;
    color: #2fbce3;
}

#CartSection .cart-inner-wrap .cart-half__buttons {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    #CartSection .cart-inner-wrap .cart-half__buttons {
        width: 368px;
    }
}

#CartSection .cart-inner-wrap .cart-half__buttons .cart__row .btn {
    width: 100%;
    padding: 12px 24px;
    border-radius: 56px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#CartSection .cart-inner-wrap .cart-half__buttons .cart__row .btn+.btn {
    margin-top: 16px;
}

#CartSection .cart-inner-wrap .cart-half__buttons .cart__row button[type=submit] {
    color: #1b1b1b;
    background: #fdd867;
    border: 0px solid #fff;
}

#CartSection .cart-inner-wrap .cart-half__buttons .cart__row button[type=submit].btn--secondary {
    color: #fff;
    background: transparent;
    background-color: transparent;
    border: 1px solid #fff;
}

/* Product item styles */
.product-item {
    position: relative;
}

.product-item .badge-top-right {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    text-align: right;
}

.product-item .badge-top-right>img {
    width: auto;
    max-width: 50%;
    height: auto;
    border-radius: 0px;
}

.globo-filter-product .badge-top-right {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    text-align: right;
}

.globo-filter-product .badge-top-right>img {
    width: auto;
    max-width: 50%;
    height: auto;
    border-radius: 0px;
}

.product-recommendations .relative {
    position: relative;
}

.product-recommendations .relative .badge-top-right {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    text-align: right;
}

.product-recommendations .relative .badge-top-right>img {
    width: auto;
    max-width: 50%;
    height: auto;
    border-radius: 0px;
}

.grid__item .badge--sold-out {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
    background-color: #59756f;
    color: #fff;
    font-size: 12px;
    height: 45px;
    width: 45px;
    background-color: #ffa1a2;
}

@media only screen and (min-width: 1024px) {
    .grid__item .badge--sold-out {
        font-size: 19px;
        height: 100px;
        width: 100px;
    }
}

.grid__item .sold-out .grid-link__image-sold-out img {
    opacity: 1;
}


#return-policy .main-content .section-header {
    text-align: center;
}

#return-policy .main-content .grid .push--post-large--one-sixth {
    max-width: 65ch;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    left: auto;
    right: auto;
    float: none;
}

/* banner v1 */

.banner-v1.outer-width {
    width: 100%;
}

.banner-v1.outer-width .inner-width {
    width: 100%;
    display: flex;
    gap: 12px;
    flex-direction: column;
}

@media only screen and (min-width: 1024px) {
    .banner-v1.outer-width .inner-width {
        flex-direction: row;
    }
}

.banner-v1.outer-width .inner-width .coll-col {
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.banner-v1.outer-width .inner-width .coll-col img {
    height: 368px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

@media only screen and (min-width: 1024px) {
    .banner-v1.outer-width .inner-width .coll-col img {
        height: 774px;
    }
}

.banner-v1.outer-width .inner-width .coll-col .coll-content {
    margin-top: -25px;
    padding: 24px;
    border-radius: 25px;
    background: linear-gradient(180deg, #ff9e98 0%, #ffedc2 100%);
}

@media only screen and (min-width: 1024px) {
    .banner-v1.outer-width .inner-width .coll-col .coll-content {
        padding: 40px 34px 60px;
    }
}

.banner-section.outer-width .inner-width .coll-col .coll-content a,
.black-section .grid__item .collection-title-box a {
    display: inline-block;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 2px solid #000;
    border-radius: 30px;
    background-color: #fffdca;
    font-size: 11px;
    padding: 8px 28px;
    text-transform: uppercase;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
}

@media only screen and (min-width: 1024px) {

    .banner-section.outer-width .inner-width .coll-col .coll-content a,
    .black-section .grid__item .collection-title-box a {
        font-size: 16px;
        padding: 10px 40px;
    }
}

.banner-v1.outer-width .inner-width .coll-col:nth-child(2) .coll-content {
    background: linear-gradient(180deg, #f7a3a8 0%, #9dc1ee 100%);
}


/* banner v2 */

.banner-v2.outer-width {
    width: 100%;
}

.banner-v2.outer-width .inner-width {
    width: 100%;
    display: flex;
    gap: 12px;
    padding-bottom: 12px;
    flex-direction: column;
}

@media only screen and (min-width: 1024px) {
    .banner-v2.outer-width .inner-width {
        flex-direction: row;
    }
}

.banner-v2.outer-width .inner-width .coll-col {
    width: 100%;
    border-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    position: relative;
    overflow: hidden;
    height: 411px;
}

@media only screen and (min-width: 1024px) {
    .banner-v2.outer-width .inner-width .coll-col {
        height: 774px;
    }
}

.banner-v2.outer-width .inner-width .coll-col img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.banner-v2.outer-width .inner-width .coll-col .coll-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 24px;
}

@media only screen and (min-width: 1024px) {
    .banner-v2.outer-width .inner-width .coll-col .coll-content {
        padding: 40px 34px 60px;
    }
}


#shopify-section-product-recommendations>.hr--small,
#shopify-section-product-recommendations div[data-section-id="product-recommendations"]>.hr--small {
    display: none;
}


/* offcanvas filter */

@media only screen and (max-width: 768px) {
    .offcanvas-open #gf-tree {
        background: linear-gradient(180deg, #FFFDCA 0%, #FFA1A2 100%);
        color: #000;
    }

    .offcanvas-open #gf-tree .gf-count {
        color: #000 !important;
        opacity: 1;
    }

    .offcanvas-open #gf-tree .gf-filter-contents .gf-block-title h3,
    .offcanvas-open #gf-tree .gf-block-title h3 span {
        text-transform: uppercase;
        color: #000;
        font-weight: bold;
    }

    .offcanvas-open #gf-tree .gf-label {
        color: #000;
    }

    .offcanvas-open #gf-tree .gf-Checkbox,
    .offcanvas-open #gf-tree .gf-RadioButton {
        border-color: #000;
    }

    body.offcanvas-open #gf-tree .gf-filter-header {
        border-color: #000;
    }

    body>#gf-tree .gf-filter-footer button {
        display: inline-block !important;
        color: #000 !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: normal !important;
        border: 2px solid #000 !important;
        border-radius: 30px !important;
        background-color: #fffdca !important;
        font-size: 11px !important;
        padding: 8px 28px !important;
        text-transform: uppercase !important;
        box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1) !important;
        -webkit-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1) !important;
        -moz-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1) !important;
    }

    body>#gf-tree .gf-option-block {
        border-width: 0px !important;
        position: relative;
    }

    body>#gf-tree .gf-option-block::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 15px;
        left: 15px;
        height: 1px;
        background-color: #000;
    }

    body>#gf-tree .gf-filter-footer {
        padding-bottom: 30px !important;
        border-top-width: 0px !important;
    }

    body>#gf-tree .gf-filter-header {
        border-bottom: 1px solid #000 !important;
    }
}

@media only screen and (max-width: 768px) {
    .cart-inner-wrap .cart__header-labels {
        display: none !important;
    }

    #CartSection .cart-inner-wrap .cart-half__products .cart__row:not(.cart__header-labels) {
        padding: 16px;
    }

    #CartSection .cart-inner-wrap .cart-half__products .cart__row>.cart__row--table-large {
        flex-direction: column;
    }
}

/* Customer order section */

.customer_order {
    padding: 70px 0;
    margin-bottom: 50px;
    color: #000;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    font-size: 16px;
}

@media only screen and (min-width: 1024px) {
    .customer_order {
        padding: 150px 0;
    }
}

@media only screen and (min-width: 1024px) {
    .customer_order {
        font-size: 35px;
    }
}

.customer_order .customer_banner_box {
    max-width: 813px;
    margin: 0 auto;
    text-align: center;
}

.customer_order .customer_banner_box a {
    color: #000;
}

.customer_order .customer_banner_box a i {
    margin-right: 5px;
}

.customer_order .customer_banner_box h3 {
    font-size: 25px;
}

@media only screen and (min-width: 1024px) {
    .customer_order .customer_banner_box h3 {
        font-size: 70px;
    }
}


/* mega menu custom css */
@media screen and (min-width: 769px) {
    .site-nav .site-nav__dropdown li {
        width: 100%;
    }
}

/* Product Image Sizing */
/* Make main product image bigger */
.product-single__photos .product-single__image-wrapper {
    max-width: 100% !important;
}

.product-single__photos .product-single__image {
    width: 100% !important;
    height: auto !important;
}

@media only screen and (min-width: 1024px) {
    .product-images-wrap .product-single__photos {
        max-width: 100% !important;
    }
}

/* Make variant thumbnails smaller */
.product-single__thumbnails--wrap {
    width: 120px !important;
}

.product-single__thumbnails li {
    width: 100% !important;
}

.product-single__thumbnails .product-single__thumbnail {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

.product-single__thumbnails .product-single__thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media only screen and (min-width: 1024px) {
    .product-images-wrap .slider-nav .slick-list {
        height: 600px !important;
    }
}

/* For thumbnails below layout */
.product-single__thumbnails#ProductThumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-single__thumbnails#ProductThumbs .grid__item {
    width: calc(20% - 8px) !important;
    padding: 0 !important;
}

.product-single__thumbnails#ProductThumbs .product-single__thumbnail {
    border-radius: 8px;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .product-single__thumbnails#ProductThumbs .grid__item {
        width: calc(25% - 8px) !important;
    }
}