/** Shopify CDN: Minification failed

Line 494:0 All "@import" rules must come first

**/
@media all and (min-width: 1008px) {
    .for-desktop {
        display: block;
    }
    .for-mobile {
        display: none;
    }
}

@media all and (max-width: 1007px) {
    .for-mobile {
        display: block;
    }
    .for-desktop {
        display: none;
    }
}

.porduct-info-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.product-info-block {
    width: 40%;
    margin: 5px;
    background: white;
    padding: 30px;
}

.custom-case-page {
    position: relative;
    overflow: hidden;
}

.custom-case-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: 50% 50%;
    padding: 18px 50px;
}

.breadcrumbs {
    padding: 0;
    margin: 0 0 120px;
    list-style: none;
    overflow: hidden;
    font-family: Cabin, sans-serif;
    font-size: 12px;
    line-height: 15px;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    position: relative;
    color: #ccc;
}

.breadcrumbs li:after {
    position: absolute;
    content: '>';
    right: -7px;
    top: 0;
}

.breadcrumbs li a {
    color: #ccc;
}

.breadcrumbs li:last-child a {
    color: #c01f13;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.banner-content {
    position: relative;
    text-align: center;
    color: #fff;
    font-family: Cabin, sans-serif;
    font-size: 24px;
    line-height: 36px;
}

.banner-content h1 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: Memphis, serif;
    font-weight: bold;
}

.banner-content strong {
    display: block;
    width: 100%;
    font-weight: bold;
    font-family: Memphis, serif;
    margin: 0 0 110px;
}

.btn-custom {
    display: inline-block;
    vertical-align: top;
    padding: 3px 22px;
    border: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
    background: #c01f13;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.2em;
    font-family: Memphis, serif;
    font-weight: 500;
}

.btn-custom:hover {
    text-decoration: none;
    color: #fff;
}

.product-info {
    position: relative;
    overflow: hidden;
    max-width: 1330px;
    margin: 0 auto 50px;
    padding: 50px 0;
}

.product-info h2 {
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: Memphis, serif;
    font-weight: bold;
    color: #1c1b1b;
}

.product-info strong {
    display: block;
    text-align: center;
    font-family: Memphis, serif;
    font-weight: bold;
    color: #1c1b1b;
    font-size: 18px;
    margin: 0 0 60px;
}

.product-grids {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 1000px;
    margin: 0 auto;
}

.product-custom-slider {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}

.product-custom-slider .slick-arrow {
    display: none !important;
}

.product-custom-slider img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 15px;
}

.product-custom-slider .slick-dots li button {
    border-radius: 50%;
    background: #ccc;
    width: 14px;
    height: 14px;
    text-indent: 9999px
}

.pro-info {
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}

.pro-info h3 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-family: Memphis, serif;
    font-weight: bold;
    color: #1c1b1b;
    font-size: 22px;
}

.steps-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    overflow: hidden;
    font-size: 14px;
    line-height: 19px;
    color: #999;
    font-family: Memphis, serif;
}

.steps-list li {
    border-top: 1px solid #ccc;
    padding: 15px 15px;
}

.steps-list li:last-child {
    border-bottom: 1px solid #ccc;
}

.pro-info a.btn-custom {
    padding: 10px 22px;
}

.best-seller {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 30px 50px;
}

.best-seller h2 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-family: Memphis, serif;
    font-weight: bold;
    color: #1c1b1b;
    font-size: 22px;
    text-align: left;
}

.sellers-grids {
    position: relative;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.sellers-grids .product-post {
    position: relative;
    padding: 0 20px;
    margin: 0 auto 40px;
    text-align: center;
}

.sellers-grids .pic-holder {
    margin: 20px auto;
    max-width: 175px;
}

.sellers-grids img {
    display: block;
    width: 100%;
    height: auto;
}

.sellers-grids h4 {
    margin: 0 0 10px;
    color: #999;
    font-family: Memphis, serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.stars {
    position: relative;
    max-width: 100px;
    display: block;
    margin: 0 0 10px;
}

.stars img {
    display: block;
    width: 100%;
    height: auto;
}

.price-row {
    position: relative;
    color: #999;
    font-family: Memphis, serif;
    font-weight: bold;
}

.price-row span {
    display: inline-block;
    vertical-align: top;
    color: #999;
}

.price-row .cross {
    text-decoration: line-through;
}

.price-row .new-price {
    color: #c01f13;
}

.tabs-holder {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-color: white;
}

/* Style tab links */

.tablink {
    color: #999;
    background-color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 25%;
}

.tablink:hover {
    color: #c01f13;
}

.tabcontent {
    font-family: Memphis, serif;
    font-weight: 500;
    font-style: normal;
    color: #1c1b1b;
    display: none;
    padding: 100px 20px 30px;
    height: 100%;
}

.active_tab_content {
    background-color: #efefef;
}

.active_tab_button {
    color: #c01f13;
    background-color: #efefef;
}

.tabcontent-wrapper {
    max-width: 90%;
    margin: 0 auto;
    background: white;
    padding: 30px 50px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: -0.15rem 0.15rem 0.6rem rgb(0 0 0 / 20%);
}

.misc-list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.misc-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 60px;
}

.misc-list li a {
    display: block;
}

.product-custom-slider .slick-dots li {
    margin: 0 5px;
    z-index: 4;
}

.product-custom-slider .slick-dots {
    bottom: 2px;
}

.product-custom-slider .slick-initialized .slick-slide {
    position: relative;
    padding: 0 0 30px;
}

.ProductMeta__Description h2 {
    font-weight: bold;
}

/* .template-product .active_tab_button
{
  background-color: white;
}
.template-product .active_tab_content
{
  background-color: white;
}
 */

/* // 	RESPONSIVE CSS FOR NEW PRODUCT PAGE */

@media only screen and (max-width: 1023px) {
    .product-info {
        padding: 50px 20px;
    }
    .best-seller {
        padding: 30px 20px;
    }
    .tablink {
        font-size: 14px;
    }
    .custom-case-banner {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-content h1 {
        font-size: 22px;
    }
    .breadcrumbs {
        margin: 0 0 40px;
    }
    .banner-content strong {
        font-size: 18px;
        line-height: 22px;
    }
    .product-info h2 {
        font-size: 22px;
    }
    .product-info strong {
        margin: 0 0 30px;
        font-size: 16px;
    }
    .product-grids {
        grid-template-columns: 100%;
    }
    .misc-list li {
        margin: 0 50px;
    }
    .pro-info {
        padding: 0;
        text-align: center;
    }
    .product-info {
        padding: 50px 20px 20px;
        margin: 0;
    }
    .sellers-grids {
        grid-template-columns: 100%;
    }
    .sellers-grids .product-post {
        padding: 0;
    }
    .tabs-holder {
        padding: 0;
    }
    .tablink {
        width: 100%;
    }
    .tabcontent {
        padding: 220px 20px 30px;
    }
    .breadcrumbs li {
        margin: 0 10px 5px 0;
    }
}

/*************** CUSTOM JK CSS **********/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
:root {
    --color-red: #c01f13;
}

.Product__Gallery {
    margin-top: 0;
}

/*** BREADBRUMBS ***/

.page-width {
    max-width: 1220px;
    margin: 0 auto;
}

.breadbrumbs-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;}

.breadbrumbs-links a {
    font-size: 14px;
    text-shadow: 0 0 1px #0000003d;
}
  
.breadbrumbs-links a.product-active {
    color: var(--color-red);
}

.breadbrumbs-links svg {
    width: 15px;
    margin: 0 25px;
}

/* SECTION TABS PRODUCTS **/

div.tabs-product {
    width: 100%;
    display: flex;
    flex-direction: row;
      max-width: 100%;
    overflow-y: auto;
  flex-wrap: wrap;
}
  
  @media (min-width: 769px) {
    div.tabs-product {
    justify-content: center;
    }
  }
  
  @media (max-width: 768px) {
    div.tabs-product .tab-button {
      width: 50%;
    }
    div.tabs-product .tab-button button {
      min-width: auto;
      text-align: center;
      width: 100%;
      padding: 15px 0;
      font-size: 12px;
    }
  }

.content-tabs {
    width: 100%;
}

.content-tabs .tabcontent {
    padding: 30px 0 30px;
    background-color: #fff;
}

.tab-button button.active_tab_button {
    border-bottom: 4px solid var(--color-red);
}

.tab-button button {
    font-size: 15px;
    letter-spacing: 2px;
    font-family: 'Noto Serif', serif;
    min-width: 250px;
    text-align: center;
    padding: 15px 20px 11px;
}

.content-tabs .tabcontent-wrapper {
    background-color: #efefef;
}

.tabcontent.active {
    display: block;
}

.tab-button.active {
    background-color: #fff;
}

button.tab-button__link.active span {
    color: var(--color-red);
    border-bottom: 4px solid var(--color-red);
}

/** SECTION FAQ PRODUCTS */

.faqs-Products h5 {
    font-size: 28px;
    font-family: sans-serif;
    text-align: center;
    font-family: 'Noto Serif', serif;
}

.cs-pag-width {
    max-width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}

.faq-single {
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px #0000000d;
    padding: 0 20px;
}

.faq-single__response {
    display: none;
}

.faq-single__question {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
    cursor: pointer;
}

.faq-single__question p {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
}

.faq-single__question svg {
    width: 15px;
    height: 15px;
}

.active .faq-single__response {
    display: block;
    padding-bottom: 50px;
}

.active .icon.transform {
    transform: rotate(180deg);
}

.icon.transform {
    transition: all .2s cubic-bezier(0.16, 0.4, 1, 1);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*****/

.ProductRecommendations .wrapper-table {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

.col.columnProduct {
    width: 50%;
}

.labels.col .tabHeader {
    min-height: 90px;
    padding: 15px 10px 15px 20px;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    background-color: #efefef;
    border-top: 2px solid #dadada;
}

.labels.col .tabHeader:last-child {
	border-bottom: 2px solid #dadada;
}

section.Section.Section--spacingNormal {
	background-color: #fff;
	margin: 50px 0;
	padding: 50px 0;
}

.labels.col {
    width: 230px;
    flex-basis: 32%;
}

.labels.col .color.tabHeader {
    min-height: 55px;
}

.labels.col .size.tabHeader {
    min-height: 55px;
}

.labels.col .material.tabHeader {
    min-height: 55px;
}

.contentInfo {
    border-top: 2px solid #dadada;
    min-height: 55px;
    padding: 15px 10px 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.compatibleModels.contentInfo {
    min-height: 90px;
}

.feature.contentInfo {
    min-height: 90px;
}

.ProductItem__ColorSwatchList {
    margin: 0 !important;
}

.topColumnProduct h6 {
    min-height: 60px;
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
    width: 80%;
    margin: 0 auto;
    font-family: 'Noto Serif', serif;
    letter-spacing: 1px;
}

.topColumnProduct a.ProductItem__ImageWrapper.satcb_quick_link, .topColumnProduct img {
    max-width: 87%;
    margin: 0 auto 20px;
}

input.satcb_qb_quantity.satcb_qb_quantity_null {
    display: none !important;
}

.satcb_quick_buy.satcb_qb_null {
    display: none !important;
}

.col.columnProduct:nth-child(2) .bottomColumn {
    background-color: #c9c9c9;
    border-left: 2px solid #dadada;
}

.col.columnProduct:nth-child(2) .bottomColumn .contentInfo {
    border-color: #dadada;
}

h3.SectionHeader__Heading.Heading.u-h3 {
    font-family: 'Noto Serif', serif;
    font-size: 25px;
}

.col.columnProduct .bottomColumn {
    border-bottom: 2px solid #dadada;
}

/***********/

/* h1.ProductMeta__Title.Heading.u-h2 {
    font-size: 26px; 
    font-family: 'Noto Serif', serif;
    letter-spacing: 1px;
    line-height: 120%;
}

.ProductMeta .loox-rating i {
    font-size: 21px;
    color: var(--color-red);
    margin-right: 3px;
}

.ProductMeta__PriceList.Heading span {
    font-size: 28px;
    font-family: 'Noto Serif', serif;
}

span.ProductForm__Label, label.spb-productdescfont {
    font-size: 15px;
    color: #6a6a6a;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
}

.ColorSwatch.is-active::after, .ColorSwatch__Radio:checked+.ColorSwatch::after {
    border-color: var(--color-red) !important;
}

.ProductForm__Variants input, .ProductForm__Variants select {
    border: 2px solid #858585 !important;
}

.QuantitySelector {
    border: 2px solid #858585;
}

input.QuantitySelector__CurrentQuantity {
    border: none !important;
}

.giraffly-right-Bar-Preview-Example.giraffly-animated.ainfinite {
    display: none;
}
 */
.groupBadge {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 0 0;
    flex-wrap: wrap;
}

.singleBadge {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 8px #00000063;
    padding: 10px;
    width: 47%;
}

.singleBadge img {
    width: 52px;
    object-fit: contain;
}

.contentBadge h5 {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-red);
    margin-bottom: 0;
}

.contentBadge * {
    font-family: 'Noto Serif', serif;
    font-weight: bold !important;
}

.contentBadge p {
    font-size: 12px;
}

.contentBadge {
    padding: 10px;
}

.singleBadge:first-child {
    margin-right: 10px;
}

button.ProductForm__AddToCart img {
    width: 39px;
    margin-left: 5px;
  	display:none;
}
/*
button.ProductForm__AddToCart {
    width: 60%;
    border-radius: 10px;
    box-shadow: 0 7px 10px #00000036;
    padding: 10px;
    background-color: #c01f13;
    transition: all .2s ease-in;
}

button.ProductForm__AddToCart::before {
    border-radius: 8px;
    content: none;
}

button.ProductForm__AddToCart:hover {
    background-color: #c01f13 !important;
    color: #fff !important;
    transform: scale(1.05);
}

button.ProductForm__Item {
    border: 2px solid #858585;
}
*/
.Product__Wrapper {
    max-width: calc(100% - 600px) !important;
}

.Product__Info {
    margin-left: 30px !important;
    width: 500px;
}

.Product__InfoWrapper {
    left: calc(100% - 600px);
}

/***/

section.productReviews {
    padding: 50px 0;
}

section.productReviews h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Noto Serif', serif;
    font-size: 25px;
}

.ProductRecommendations .flickity-viewport {
    height: 520px !important;
}

/** BANNER CUSTOM PRODUCT **/

.banner-custom-product .content-banner {
    text-align: center;
}

.banner-custom-product .content-banner h1 {
    color: #fff;
    font-size: 45px;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 80%;
    margin: 0 auto 20px;
    line-height: 100%;
}

.banner-custom-product {
    height: 75vh;
    margin-bottom: 60px;
    padding: 20px 0;
    max-height: 720px;
}

.banner-custom-product section.breadbrumbs-product {
    margin-bottom: 70px;
}

.banner-custom-product section.breadbrumbs-product a {
    color: #fff;
}

.banner-custom-product section.breadbrumbs-product a.breadbrum.product-active {
    color: var(--color-red);
}

.banner-custom-product section.breadbrumbs-product svg {
    fill: #fff !important;
}

.banner-custom-product .content-banner h2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: 'Noto Serif', serif;
}

.banner-custom-product .scrollDown-button {
    position: relative;
    top: 80px;
    text-align: center;
    background-color: var(--color-red);
    padding: 10px 50px;
    color: #fff;
    border: 2px solid white;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Noto Serif', serif;
}

.custom-template__product-mczr section.tabs-product {
    margin-top: 50px;
}
  
  /*********/
  div#simpAskQuestion {
    max-width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}

div#simpAskQuestion h2 {
    text-align: center !important;
    color: #1c1b1b;
    width: 100% !important;
    font-size: 28px !important;
    font-family: 'Noto Serif',serif !important;
    margin-bottom: 50px !important;
}

.simpAskQuestion-Qcontent h3 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
}

#simpAskQuestion .button, #simpAskQuestion a.btn, #simpAskQuestion input.btn {
    background-color: var(--color-red);
    color: #fff !important;
    border-radius: 5px;
}

#simpAskQuestion .simpAskForm-container form {
    max-width: 800px;
    margin: 0 auto 20px !important;
}
  
  .accordionSimpQA {
    padding: 30px !important;
    background-color: #fff;
    margin: 20px 0 20px;
    box-shadow: 0 10px 20px #0000000d;
}

.accordionSimpQA p.simpQuestionHolder {
    color: var(--color-red);
    margin-bottom: 5px;
    
}

.accordionSimpQA ul li p.simpAnswerHolder {
    margin-bottom: 20px;
}
  
  
@media screen and (max-width:1010px){
    .Product__Wrapper {
    max-width: 100% !important;
}

.Product__Info {
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
}

section.productReviews {
    padding: 50px 20px;
}
.breadbrumbs-links {
    padding: 20px;
}

}
  @media screen and (max-width:768px){
    .banner-custom-product {
        height: 90vh;
    }
    div#satcb_bar {
      display: none !important;
  }

  }
  



  section.instagram-reviews h4 {
    text-align: center;
    font-family: 'Noto Serif',serif;
    font-size: 25px;
}

section.instagram-reviews {padding: 50px 0;margin: 50px 0;}

section.instagram-reviews .cs-page-width {max-width: 90%;margin: 0 auto;}

.insta-reviews {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-end;
}


  
  

@media screen and (min-width:1010px){
    .Product__InfoWrapper .groupBadge {
        display: none;
    }
}


@media screen and (max-width:1010px){
    .Product__Gallery .groupBadge {
        display: none;
    }
}


@media screen and  (min-width:1010px) and (max-width:1320px){
    .singleBadge {
        align-items: center;
        flex-direction: column;
    }

    .contentBadge {
        text-align: center;
    }

}


@media screen and (min-width:450px) and (max-width:678px){
    .singleBadge {
        align-items: center;
        flex-direction: column;
    }

    .contentBadge {
        text-align: center;
    }

}

@media screen and (max-width:450px){

    .groupBadge {
        flex-direction: column;
      margin: 30px 15px;
    }

    .singleBadge {
        margin-bottom: 10px;
        width: 100%;
        padding-left: 30px;
    }

    .singleBadge img {
        margin-right: 20px;
    }
    
}


  .ProductRecommendations p.ProductItem__Vendor.Heading {
    display: none;
  }
  
  
  .tabcontent-inner {
    max-height: 240px;
    overflow: hidden;
    transition: all .3s;
    position: relative;
    padding-bottom: 25px;
  }

  .read-more {
    background: linear-gradient(
      180deg
      ,rgba(239,239,239,0) 0,rgba(239,239,239,1) 36.46%);
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    padding-top: 30px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    color: rgb(207, 41, 41);
    padding-bottom: 10px;
  }

  .read-less.read-more {
    background: transparent;
  }

  .read-more svg {
    margin-right: 5px;
    width: 12px;
    height: 12px;
    transform: all 0.3s;
  }

  .read-less svg {
    transform: rotate(180deg);
  }

  .read-more svg path {
    stroke: rgb(207, 41, 41);
  }
  
@media (max-width: 767px) {
  .breadbrumbs-links a {
    font-size: 10px;
  }
  .breadbrumbs-links svg {
    margin: 0 5px;
  }
  div.giraffly-right-Bar-Preview-div-svg-credit svg {
    width: 70px; 
  }
  .tabcontent-wrapper {
    padding: 15px;
  }
}

.breadbrumbs-product {
  display: none;
}

@media (min-width: 768px) {
  .Product__Gallery {
    position: sticky;
    top: 0;
  }
}

/* AnnouncementBar */
.AnnouncementBar__Content {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

/* Header */
.Header:not(.Header--sidebar) .Header__Wrapper {
	padding: 24px 50px;
}

.Header__Wrapper .Header__FlexItem:first-child {
	justify-content: center;
}

.Header__MainNav .Heading {
	letter-spacing: 0;
}

.Header__MainNav .HorizontalList__Item:hover .Heading {
	color: #A0342C;
}

.Header__MainNav .Extra__Item {
	position: relative;
	padding-left: 42px;
}

.Header__MainNav .Extra__Item:before {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	background-color: #1C1B1B;
	opacity: 0.2;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}

.Linklist {
	font-size: 12px;;
}

@media (min-width: 1024px) {
	.Header__Icon+.Header__Icon {
		margin-left: 32px;
	}
}

@media (max-width: 1139px) {
	.Header__Wrapper .Header__FlexItem:first-child {
		justify-content: flex-start;
	}
}

@media (max-width: 600px) {
	.Header:not(.Header--sidebar) .Header__Wrapper {
		padding: 12px 27px;
	}

	section.Section.Section--spacingNormal {
		margin: 0;
	}
}

.SectionHeader__SubHeading {
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	margin-top: 0 !important;
	margin-bottom: 16px;
}

.SectionHeader__Heading {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
}

/* Home Hero */
.home-hero-wrapper {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 744px;
	padding: 64px 0;
}

.home-hero-wrapper .overlay-link {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

.home-hero-inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-hero-inner > div {
	grid-column: span 1;
}

.home-hero-inner .text-part {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 64px;
}

.home-hero-inner .text-part .title {
	font-weight: 600;
	font-size: 48px;
	line-height: 55px;
	margin-bottom: 12px;
}

.home-hero-inner .title .highlight {
	display: block;
	color: #6A5935;
}

.home-hero-inner .description {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 40px;
}

.home-hero-inner .hero-link {
	max-width: 156px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #fff;
	background-color: #A0342C;
	text-align: center;
	padding: 16px 20px;
}

@media (max-width: 1440px) {
	.home-hero-wrapper {
		min-height: 644px;
	}

	.home-hero-inner .text-part .title {
		font-size: 34px;
    line-height: 1.2;
	}
}

@media (max-width: 1139px) {
	.home-hero-wrapper {
		min-height: 534px;
	}
}

@media (max-width: 991px) {
	.home-hero-wrapper {
		min-height: unset;
		padding-bottom: 56px;
	}

	.home-hero-inner {
		grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 100%;
	}

	.home-hero-inner .img-part {
		margin-top: 44px;
	}

	.hero-image {
		width: 100%;
    left: -10%;
    position: relative;
	}

	.home-hero-inner .text-part {
		align-items: center;
    text-align: center;
    padding: 0 24px;
    margin-top: 36px;
	}

	.home-hero-inner .text-part .title {
		font-size: 24px;
	}

	.home-hero-inner .description {
		margin-bottom: 32px;
	}
}

/* Collection Grid */
.shopify-section--collection-grid {
	padding: 48px;
}

.collection-grid-wrapper {
	display: grid;
}

.collection-grid-wrapper .collection-item {
	position: relative;
	display: flex;
	justify-content: flex-end;
	grid-column: span 1;
	padding: 40px;
	min-height: 360px;
	overflow: hidden;
}

.collection-grid-wrapper .overlay-link {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 10;
}

.collection-grid-wrapper .collection-img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	transition: all .5s ease-in-out;
}

.collection-grid-wrapper .collection-item:hover .collection-img {
	scale: 1.2;
}

.collection-grid-wrapper .text-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 50%;
}

.collection-grid-wrapper .text-wrapper .name {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 27px;
}

.collection-grid-wrapper .white-scheme .text-wrapper .name {
	color: #fff;
}

.collection-grid-wrapper .text-wrapper .collection-btn {
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	padding: 14px 32px;
	color: #fff;
	background-color: #1C1B1B;
}

.collection-grid-wrapper .white-scheme .text-wrapper .collection-btn {
	color: #1C1B1B;
	background-color: #fff;
}

@media (max-width: 1440px) {
	.collection-grid-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.collection-grid-wrapper .collection-img {
		left: -60px;
	}
}

@media (max-width: 1139px) {
	.collection-grid-wrapper .collection-item {
		min-height: 280px;
	}
}

@media (max-width: 991px) {
	.collection-grid-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	.shopify-section--collection-grid {
		padding: 24px 24px 0;
	}

	.collection-grid-wrapper .collection-item {
		min-height: 224px;
	}

	.collection-grid-wrapper .collection-img {
		left: 0;
	}
}

@media (max-width: 600px) {
	.collection-grid-wrapper .text-wrapper .name {
		font-size: 16px;
    line-height: 24px;
	}

	.collection-grid-wrapper .collection-img {
		left: -60px;
	}

	.collection-grid-wrapper .text-wrapper {
		width: 60%;
	}
}

/* Featured Collections */
.featured-collections header {
	margin-bottom: 56px;
}

.featured-collections .SectionHeader__SubHeading {
	color: #8F8166;
}

.featured-collections .SectionFooter {
	margin-top: 57px;
}

.featured-collections .SectionFooter .Button {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
}

.featured-collections .ProductItem__Info {
	margin-top: 27px;
}

.featured-collections .ProductItem__Title {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	text-transform: initial;
	margin-bottom: 10px;
}

.featured-collections .ProductItem__PriceList {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0;
	text-transform: initial;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.satcb_quick_view.satcb_qv_mobile_top_right {
		right: auto;
		transform: translate(-50%, -50%);
	}
}

/* Testimonials New */
.testimonials-new-wrapper {
	padding: 160px 20px;
}

.testimonials-headaing {
	text-align: center;
	margin-bottom: 56px;
}

.testimonials-headaing .SectionHeader__SubHeading {
	color: #6A5935;
}

.testimonials-slider-wrap {
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 86px;
}

.testimonials-slider .testimonial .review-text {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}

.testimonials-slider .testimonial .rating-author {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 32px;
}

.testimonial .rating-author .author {
	font-size: 16px;
	line-height: 28px;
	opacity: 0.6;
}

.testimonials-slider .testimonial {
	padding: 0 8px;
}

.testimonials-slider .testimonial .review-product {
	position: relative;
	background-color: #DAD2C2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding-right: 32px;
}

.testimonials-slider .testimonial .review-product div {
	display: none;
}

.testimonials-slider .testimonial .review-product .product-title {
	flex: 1;
	font-size: 16px;
	line-height: 28px;
}

.testimonials-slider .testimonial-slide-arrow::before {
	content: none;
}

.testimonials-slider .testimonial-slide-arrow {
	color: #2D2A2A !important;
	opacity: 0.5;
}

.testimonials-slider .testimonial-slide-arrow svg {
	width: 12px;
	height: 24px;
}

.testimonials-slider .testimonial-prev {
	left: -74px;
}

.testimonials-slider .testimonial-next {
	right: -74px;
}

.testimonials-slider .slick-dots {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 40px;
	position: relative;
	bottom: auto;
}

.testimonials-slider-wrap .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.testimonials-slider .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

.testimonials-slider .slick-dots button::before {
	content: none;
}

.testimonials-slider .slick-dots button {
	width: 8px;
	height: 8px;
	background-color: #8F8166;
	border-radius: 50%;
	padding: 0;
}

@media (max-width: 600px) {
	.testimonials-new-wrapper {
		padding: 50px 20px;
	}

	.testimonials-slider-wrap {
		padding: 0 4px;
	}

	.testimonials-headaing {
		margin-bottom: 30px;
	}

	.testimonials-slider .testimonial .review-product {
		gap: 16px;
		padding-right: 16px;
	}

	.testimonials-slider .testimonial .rating-author,
	.testimonials-slider .testimonial .review-text {
		margin-bottom: 15px;
	}

	.testimonials-slider .testimonial .review-product .product-title {
		font-size: 13px;
		line-height: 20px;
	}

	.testimonials-slider .slick-dots {
		margin-top: 30px;
	}
}

/* Featured Product */
.featured-product-new {
	margin-top: 100px;
}

.featured-product-new .FeaturedProduct {
	max-width: 1188px;
}

@media (min-width: 1008px) {
	.FeaturedProduct__Info {
		margin-left: 68px;
	}
}

.featured-product-new .info-title {
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	color: #8F8166;
	margin-bottom: 16px;
}

.featured-product-new .ProductMeta__Title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 16px;
}

.featured-product-new .ProductMeta__PriceList {
	font-size: 16px;
	line-height: 24px;
	font-family: Poppins;
	font-weight: 400;
	margin-top: 40px;
}

.featured-product-new .ProductForm__Variants {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}

.featured-product-new .ProductForm__Option {
	margin-bottom: 40px;
}

.featured-product-new .ProductForm__Option:nth-child(2) {
	order: -1;
}

.featured-product-new .ProductForm__Label {
	display: none;
}

.featured-product-new .ProductForm {
	position: relative;
	margin-top: 40px;
}

.featured-product-new .ProductForm .ProductForm__AddToCart {
	position: absolute;
	bottom: 0;
	left: 150px;
	right: 0;
	width: auto;
	font-size: 12px;
	min-height: 46px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.featured-product-new .ProductForm .ProductForm__AddToCart:before {
	background-color: #A0342C;
}

.featured-product-new .FeaturedProduct__ViewWrapper {
	margin-top: 8px;
}

.featured-product-new .FeaturedProduct__ViewWrapper a {
	display: block;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	font-family: Memphis, serif;
	text-transform: uppercase;
	text-align: center;
	padding: 14px 20px;
	background-color: #E7E3DA;
}

.featured-product-new .FeaturedProduct__ViewWrapper a::before {
	content: none;
}

@media (max-width: 640px) {
	.featured-product-new .info-title {
		text-align: center;
		margin-top: 32px;
	}

	.featured-product-new .ColorSwatchList {
		text-align: center;
	}

	.featured-product-new .ProductMeta__PriceList,
	.featured-product-new .ProductForm {
		margin-top: 20px;
	}

	.featured-product-new .ProductForm__Option {
		margin-bottom: 20px;
	}
}

@media (max-width: 383px) {
	.featured-product-new .ProductForm .ProductForm__AddToCart {
		padding: 14px;
	}
} 

/* Image Text Viewer */
.imagetext-viewer-wrapper {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.imagetext-viewer-wrapper > div {
	flex: 1 1 50%;
	max-width: 50%;
}

.imagetext-viewer-wrapper .image-part .desktop-img {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.imagetext-viewer-wrapper .image-part .mobile-img {
	display: none;
}

.imagetext-viewer-wrapper .text-part {
	padding: 160px 60px;
}

.imagetext-viewer-wrapper .text-part .SectionHeader__SubHeading {
	color: #DAD2C2;
}

.imagetext-viewer-wrapper .text-part .SectionHeader__Heading {
	color: inherit;
	margin-bottom: 48px;
}

.imagetext-viewer-wrapper .text-part .content {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 48px;
}

.imagetext-viewer-wrapper .text-part .content a {
	color: #DAD2C2;
}

.imagetext-viewer-wrapper .cta-button {
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	padding: 14px 32px;
	display: inline-block;
}

@media (max-width: 1024px) {
	.imagetext-viewer-wrapper > div {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.imagetext-viewer-wrapper .image-part .desktop-img {
		display: none;
	}

	.imagetext-viewer-wrapper .image-part .mobile-img {
		display: block;
	}

	.imagetext-viewer-wrapper .text-part {
		padding: 80px 24px;
		text-align: center;
	}

	.imagetext-viewer-wrapper .text-part .content {
		text-align: left;
	}

	.imagetext-viewer-wrapper .text-part .SectionHeader__Heading {
		margin-bottom: 40px;
	}
}

@media (max-width: 600px) {
	.imagetext-viewer-wrapper .text-part {
		padding: 50px 24px;
	}

	.imagetext-viewer-wrapper .text-part .SectionHeader__Heading {
		margin-bottom: 20px;
	}

	.imagetext-viewer-wrapper .text-part .content {
		margin-bottom: 25px;
	}
}

/* Contact Form */
.contact-form-wrapper {
	padding: 160px 20px;
}

.contact-form-section-inner {
	display: flex;
	justify-content: space-between;
	gap: 68px;
	max-width: 880px;
	margin: 0 auto;
}

.contact-form-wrapper .SectionHeader__SubHeading {
	color: #6A5935;
}

.contact-form-wrapper .SectionHeader__Heading {
	margin-bottom: 48px;
}

.contact-form-wrapper .contact-info p {
	font-size: 16px;
	line-height: 28px;
}

.contact-form-wrapper .contact-form {
	flex: 1;
	max-width: 544px;
}

.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
	border: none;
	background-color: #fff;
	font-family: Memphis, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
}

.contact-form-wrapper .Form__FloatingLabel {
	display: none;
}

.contact-form-wrapper .contact-form .Form__Item {
	margin-bottom: 8px;
}

.contact-form-wrapper .contact-form .Form__Submit {
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.02em;
	background-color: #1C1B1B;
	margin-top: 24px;
	border: none;
}

.contact-form-wrapper .contact-form .Form__Submit::before {
	content: none;
}

@media (max-width: 650px) {
	.contact-form-section-inner {
		flex-direction: column;
    align-items: center;
    text-align: center;
		gap: 30px;
	}

	.contact-form-wrapper .SectionHeader__Heading {
		margin-bottom: 20px;
	}

	.contact-form-wrapper .contact-form {
		max-width: unset;
    width: 100%;
	}

	.contact-form-wrapper {
		padding: 50px 24px;
	}

	.contact-form-wrapper .contact-info p {
		margin-bottom: 0;
	}
}

/* Instagram */
.instagram-wrapper {
	padding: 160px 0;
	text-align: center;
}

.instagram-wrapper .SectionHeader__SubHeading {
	color: #8F8166;
}

.instagram-wrapper .SectionHeader__Heading {
	margin-bottom: 56px;
}

.instagram-images {
	overflow-x: auto;
}

.instagram-images #insta-feed {
	margin: 0;
	min-width: 640px;
}

@media (max-width: 650px) {
	.instagram-wrapper {
		padding: 50px 0px;
		text-align: center;
	}	

	.instagram-wrapper .SectionHeader__Heading {
		margin-bottom: 20px;
	}
}

.Collapsible__Content .VideoWrapper iframe {
  margin: 0;
}