/** Shopify CDN: Minification failed

Line 597:0 Unexpected "{"
Line 597:1 Expected identifier but found "%"
Line 597:32 Unexpected "{"
Line 597:33 Expected identifier but found "%"
Line 607:0 Unexpected "{"
Line 607:1 Expected identifier but found "%"
Line 607:35 Unexpected "{"
Line 607:36 Expected identifier but found "%"
Line 703:6 Unexpected "{"
Line 703:15 Expected ":"

**/
.header {
    grid-template-columns: unset;
}
.header .header__menu-item {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.header .header__active-menu-item {
    text-decoration: none;
    color: #000;
    transform: scale(1.1) !important;
    transition: 0.5s;
}
.template-index .slider-counter__link--dots .dot {
    width: 45px !important;
    height: 7px;
    border-radius: 0px;
}
nav.header__inline-menu {
    text-align: center;
}
.slider-counter__link {
    padding: 10px 5px !important;
}
.header .header__menu-item span:hover{
    transform:scale(1.1) !important;
    transition:0.2s;
}

a.btn , span{
    text-decoration:none !important;
}

.header .list-menu--inline {
    gap: 10px;
}

.template-index .header-wrapper {
    border: 0px!important;
    position: fixed;
    width: 100%;
    background: #fff;
    transition:0.3s;
    z-index:7;
}
 
.template-index .scrolled-past-header .header-wrapper {
    top: 0px;
    /* background: #9b9894; */
    transition: 0.3s;
}
.template-index .slideshow__media.banner__media.media {
    background-color: unset;
}
.button {
    position: relative;
    padding: 1rem 2rem;
    font-weight: 600;
    color: #3B2618;
    overflow: hidden;
    transition: all 0.3s ease;
    text-transform: uppercase;
    z-index: 1;
    background: none;
}

.button:hover {
    color:#fff;
}

.button:after {
    background: linear-gradient(#3B2618 0 0) no-repeat calc(200% - var(--p, 0%)) 100% / 200% var(--p, .2em);
    transition: .3s var(--t, 0s),background-position .3s calc(.3s - var(--t, 0s));
    border: 2px solid #3B2618;
    z-index: -1!important;
    box-shadow: unset;
}

.button:hover:after {
    --p: 101%;
    --t: 0.3s;
    color: #fff;
    box-shadow: unset !important;
}

.template-index .slideshow__controls {
    position: absolute;
    bottom: 10px;
    width: 100%;
    border: 0px;
}

.template-index  .slideshow {
    position: relative;
}

.template-index .slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: rgb(160 106 59);
}

.template-index .slideshow__text.banner__box {
    max-width: 54.5rem;
}

.template-index .slider-counter__link--dots .dot {
    width: 7px;
    height: 7px;
    border: 0px;
    background: #fff;
}

.template-index .slideshow .banner__heading {
    font-size: 38px;
}

/* .template-index .slideshow .banner__text {
    color: #fff;
} */

.template-index  .slider-button {
    display: none;
}

.multirow .image-with-text__media {
    border-radius: 15px!important;
    background: #ffffff;
    border: 0px;
}

.template-index .multirow .image-with-text__content {
    padding: 0;
    padding-left: 30px;
}

.template-index .multirow .image-with-text__media img {
    object-fit: contain;
}

.image-with-text__grid{
    background:#fff;
}

.multirow .image-with-text{
    background: #f3f3f3;
    border-radius: 10px;
    /* padding: 0px;
    box-shadow: 0px 0px 10px -5px ; */
}

.multirow {
    background: #fff;
}

.multirow .image-with-text__text {
    font-size: 16px;
    line-height: 30px;
}

.template-index .multirow  .image-with-text__heading, .template-page-about-us .multirow  .image-with-text__heading {
    color: #622c0dd1;
    font-size: 48px;
}

.template-index .multirow  .image-with-text__heading{
    color:rgba(0, 0, 0, 0.82);
    font-size: 48px;
}

.footer__newsletter .field__input {
  border-radius: 10px !important;
}

.footer__newsletter .field__button,
.footer__newsletter .newsletter-form__button {
  border-radius: 10px !important;
}

.footer__newsletter .field {
  border-radius: 10px;
  overflow: hidden;
}

.footer__newsletter .field:after {
    border-radius: 10px;
    border: 1px solid;
}

.footer__newsletter .field:hover:after{
    border-radius:10px !important;
}

.link {
    text-decoration: none !important;
}

.template-page-contact .banner, .template-page-about-us .banner, .template-collection .banner {
    min-height: unset !important;
}

.template-page-contact .banner__box .banner__heading, .template-page-about-us .banner__box .banner__heading, .template-collection .banner__heading {
    font-size: 58px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform:capitalize;
}

.template-page-contact .contact, .template-page-about-us .contact{
    max-width: 100rem;
}

.template-page-contact .contact .contact .title {
    text-align: center;
    color: #592808;
}

.template-page-contact .contact .field:after {
    border-radius: 15px;
    box-shadow: unset;
    border: 1px solid #c8c8c8;
}

.template-page-contact .contact .field:hover:after {
    box-shadow: unset!important;
    border-radius: 15px !important;
}

.template-page-contact .contact .field__input:focus {
    box-shadow: unset;
}

.template-page-contact .contact .field__label {
    top: 50%;
    transform: translatey(-50%);
    font-size: 18px;
    color: #6f6f6f;
}

.template-page-contact .contact .field__input {
    padding: 28px 20px;
    border-radius: 15px;
}

.template-page-contact .contact .contact__button {
    margin-top: 2rem;
}

.template-page-contact .contact .title {
    text-align: center;
}

.template-page-contact .contact .form__label {
    top: 10px !important;
    transform: unset !important;
}

.cpm-wrapper{display:flex;gap:16px}
.cpm-thumbs{display:flex;flex-direction:column;}
.cpm-thumb {
    padding: 0;
    border: 1px solid #ececec !important;
    background: #d0c6be36 !important;
    cursor: pointer;
    border-radius:15px;
    width: 90px;
    margin: auto;
}
.cpm-thumb.active{border-color:#ebebeb}
.cpm-thumb img{display:block;width:70px;height:70px;object-fit:cover}
.cpm-main{
position:relative;
flex:1;
overflow:hidden;
}
.cpm-track{
display:flex;
will-change:transform;
transition:transform .45s ease;
}
.cpm-slide{
flex:0 0 100%;
}
.cpm-slide > *{
width:100%;
height:auto;
display:block;
}
.cpm-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ebebeb;
    width: 44px;
    height: 44px;
    padding-bottom: 5px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    font-size: 24px;
}
.cpm-arrow:hover {
    background: #592808;
    color: #fff;
    transition: 0.3s;
    border-color: #592808;
}

.cpm-arrow.prev{left:10px}
.cpm-arrow.next{right:10px}


.pitaka-preloader{
  position: fixed;
  inset: 0;
  z-index: 10;
  background: #fff; 
  display: grid;
  place-items: center;
}

.pitaka-logo{
  animation: pitakaIntro 1.2s ease forwards;
}

.pitaka-logo img{
  width: 200px;
  height: auto;
  display: block;
}

.pitaka-text{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .3px;
}

.pitaka-preloader.is-exit{
  animation: pitakaFadeOut .8s ease forwards;
}
.utility-bar {
    display: none;
}
.template-index .utility-bar {
    display: block;
}
.shopify-policy__container .rte li {
    list-style: inherit;
    padding-top: 5px;
}
.shopify-policy__container br {
    display: none;
}
@keyframes pitakaIntro{
  0%{
    opacity: 0;
    transform: scale(.85);
  }
  40%{
    opacity: 1;
    transform: scale(1);
  }
  100%{
    opacity: 1;
    transform: scale(1.05);
  }
}

@keyframes pitakaFadeOut{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    visibility: hidden;
  }
}

.footer .footer-block__brand-info .rte {
    max-width: 250px;
    font-size: 14px;
    line-height: 22px;
}

.footer .footer__content-bottom {
    padding-top:0px !important;
}

/* .template-product .product .grid__item {
    max-width: 50% !important;
} */

.template-product .product .cpm-media {
    height: 500px;
    object-fit: contain;
    background: #d0c6be36;
    border-radius: 15px;
    padding: 20px 0px;
}

.template-product .product .cpm-thumb img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    padding: 10px 0;
}

.template-product .product .cpm-thumbs-arrow {
    transform: rotate(90deg);
}

.template-product .product .product__title h1 {
    font-size: 34px !important;
    text-transform: capitalize;
    /* color: #000; */
    letter-spacing: 1px;
}

.template-product .product .price__regular {
    font-size: 28px;
    color: #592808;
    font-weight: 600;
}

.template-product .product  .price {
    border-bottom: 1px solid rgb(175 175 175 / 20%);
}

.template-product .product  .js .form__label {
    font-size: 16px;
    color: #000;
}

.template-product .product  .js .form__label span {
    font-weight: 600;
}

.template-product .product  .quantity__label {
    display: none;
}

.template-product .product .cstm-cart-quantity {
    display: flex;
    align-items: center;
        gap: 10px;
}

.template-product .product .product-form__quantity {
    max-width: fit-content;
}
.header__icon {
    color: #000;
}
.header .header__icon .cart-count-bubble span {
    color: #fff;
    padding-top:3px;
}
.cart-count-bubble {
    background-color: #000;
    color: rgb(156 94 61);
}
.template-product .product .quantity:after {
    box-shadow: unset;
}

.template-product .product .quantity {
    background: #f1f1f1;
    border-radius: 15px;
}

.template-product .product .quantity .quantity__button {
    background-color: unset !important;
}

.template-product .product .product-form__buttons {
    max-width: unset;
}

.template-product .product .shopify-payment-button__button {
    background-color: #97481e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.template-product .product .shopify-payment-button__button:after {
    box-shadow: unset;
}

.template-product .product .shopify-payment-button__button:hover {
    background-color: #97481e;
    color:rgb(255, 255, 255);
    transition: 0.3s;
}

.template-product .product .shopify-payment-button__button:hover:after {
    box-shadow: unset;
    /* border: 2px solid; */
    transition:0.3s;
}

.template-product .product .icon-with-text {
    justify-content: space-around;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    padding: 20px 20px;
    position: relative;
    margin: 0;
}

.template-product .product__accordion .accordion__title {
    color: #97481e !important;
    font-weight: 600;
    font-family: 'Questrial';
}
.template-product .jm-stack {
    width: 100%;
    text-align: center;
}

.template-product .product .icon-with-text:after {
    position: absolute;
    content: "";
    width: 34%;
    height: 70%;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #e4e4e4;
}

.template-product .product .icon-with-text .icon-with-text__item .h4.inline-richtext {
    font-family: "Questrial", sans-serif;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.footer .footer__content-top {
    padding-bottom: 1rem;
}

.template-product .product .icon-with-text .icon-with-text__item {
    width: 50%;
}

.template-product .product .share-button__button {
    color: #000;
    font-size: 18px;
    gap: 5px;
    text-transform: uppercase;
    align-items: center;
}

.template-product .product .share-button__button:hover {
    text-decoration: none;
    color: #592808;
    transition: 0.3s;
}

.template-product .product .icon-share {
    height: 18px;
    margin-right: 0px;
    min-width: 18px;
}

.template-product .product .share-button {
    margin: 0;
}

.template-product .product .product-form {
    margin-bottom: 0px !important;
}

.cfg-grid{
display:grid;
grid-template-columns: 1.25fr 0.75fr;
gap: 44px;
align-items: start;
}
.cfg-left-heading{
{% comment %} margin: 0 0 14px; {% endcomment %}
font-size: clamp(18px, 2vw, 22px);
font-weight: 800;
letter-spacing: .2px;
}

.cfg-dots {
display: flex;
gap: 15px;
align-items: center;
{% comment %} margin-bottom: 20px; {% endcomment %}
flex-wrap: wrap;
width: fit-content;
background: white;
padding: 10px 14px;
border-radius: 100px;
}
.cfg-dot{
width: 22px;
height: 22px;
border-radius: 50px;
border: 2px solid rgba(0,0,0,.08);
cursor:pointer;
padding:0;
transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.cfg-dot.is-active{
transform: scale(1.15);
box-shadow: 0 8px 18px rgba(0,0,0,.12);
border-color: rgba(0,0,0,.2);
}

.cfg-gallery{
display:grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
}
.cfg-item{
opacity: 1;
transform: translateY(0);
transition: transform .45s ease, opacity .45s ease;
will-change: transform, opacity;
}
/* Hidden state */
.cfg-item.is-hide{
display:none;
}
/* Animate-in (bottom -> up) */
.cfg-item.is-enter{
opacity: 0;
transform: translateY(18px);
}
.cfg-item.is-enter.is-show{
opacity: 1;
transform: translateY(0);
}
.cfg-media {
border-radius: 18px;
overflow: hidden;
background: rgb(255 255 255 / 40%);
border: 1px solid #EDEDED;
}
.cfg-media img{
width:100%;
height: 280px;
object-fit: cover;
display:block;
}
.cfg-ph{
height: 280px;
display:flex;
align-items:center;
justify-content:center;
color:#666;
background: rgba(0,0,0,.03);
border: 1px dashed rgba(0,0,0,.2);
}
/* Right column */
.cfg-right{
position: sticky;
top: 90px;
}
.cfg-title{
font-size: 48px;
font-weight: 500;
margin: 0 0 14px;
/* color: #7E5239; */
}
.cfg-desc{
font-size: 16px;
line-height: 30px;
/* color: #555; */
margin: 0 0 22px;
}
.cfg-btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding: 12px 18px;
border-radius: 50px;
background: #111;
color: #fff;
text-decoration:none;
font-weight: 800;
transition: transform .2s ease, opacity .2s ease;
}
#CFG-{{ section.id }} .cfg-btn:hover{
transform: translateY(-1px);
opacity: .9;
}
/* ===== Lightbox Gallery ===== */
.cfg-lightbox{
position: fixed;
inset: 0;
background: rgba(0,0,0,.88);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: opacity .3s ease;
z-index: 4;
}
.cfg-lightbox.is-open{
opacity: 1;
visibility: visible;
}
.cfg-lightbox-inner{
max-width: 92vw;
max-height: 88vh;
transform: scale(.96);
transition: transform .3s ease;
}
.cfg-left {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 20px;
}
.cfg-lightbox.is-open .cfg-lightbox-inner{
transform: scale(1);
}
.cfg-lightbox-inner img{
width: 100%;
max-height: 88vh;
object-fit: contain;
border-radius: 18px;
box-shadow: 0 30px 80px rgba(0,0,0,.4);
}
/* Close */
.cfg-lightbox-close{
position: absolute;
top: 24px;
right: 28px;
width: 40px;
height: 40px;
border-radius: 50%;
background: #fff;
color: #000;
font-size: 28px;
border: none;
cursor: pointer;
z-index: 2;
}
.cfg-lightbox-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 50px;
height: 50px;
border-radius: 50%;
border: none;
padding-bottom: 8px;
background: #7E5239;
color: #FFFFFF;
font-size: 34px;
cursor: pointer;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
transition: transform .2s ease, opacity .2s ease;
}
.cfg-lightbox-nav:hover{
transform: translateY(-50%) scale(1.08);
}
.cfg-lightbox-nav.prev{ left: 20px; }
.cfg-lightbox-nav.next{ right: 20px; }


.vcp-banner{
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 46px) 18px;
}

.vcp-banner::before{
  content:"";
  position:absolute; inset:0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.02);
  z-index: 0;
}

.vcp-banner::after{
  content:"";
  position:absolute; inset:0;
  z-index: 1;
}

.vcp-head{
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.vcp-subtitle{ margin: 0 0 8px; opacity: .85; font-size: .95rem; letter-spacing: .02em; }
.vcp-title{ margin: 0; line-height: 1.15; }
.vcp-desc{ margin-top: 10px; opacity: .9; max-width: 72ch; margin-left:auto; margin-right:auto; }

.vcp-grid{
  display:grid;
}

.vcp-card{
  position:relative;
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.vcp-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0,0,0,.12);
}

.vcp-media{ background: transparent !important; padding: 14px; }

.vcp-img{
  width:100%;
  height: var(--vcp-img-h, 360px);
  display:block;
  object-fit: cover;
  background: transparent !important;
  transition: transform .25s ease;
}

.vcp-card:hover .vcp-img{ transform: scale(1.03); }

.vcp-body{ padding: 14px 14px 16px; }

.vcp-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    opacity: .9;
    margin: 0 0 8px;
}

.vcp-dot{
  width: 12px; height: 12px; border-radius: 999px;
  border: 1px solid rgba(0,0,0,.18);
  box-shadow: 0 2px 10px rgba(0,0,0,.12);
}

.vcp-name {
    margin: 0 0 10px;
    font-size: 20px;
    font-family: "Questrial", sans-serif;
    line-height: 1.25;
    font-weight: 600;
}
.vcp-price {
    font-size: 20px;
}

.price-button-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vcp-card a.vcp-link{ position:absolute; inset:0; z-index:1; text-indent:-9999px; }
.vcp-btn-wrap{ position:relative; z-index:2; }

.quantity__input:focus-visible {
background: unset;
outline: unset;
box-shadow: unset;
}

h1, h2, h3, h4, h5, h6{
  color: rgb(var(--color-foreground));
}

.shopify-policy__container {
max-width: 130rem !important;
padding: 5rem 5rem !important;
}

small#ContactForm-email-error {
display: none;
}

.cart-item__image-container {
    border-radius: 15px;
    width: 100px;
}

.cart-item__image {
    min-height: 100px;
    object-fit: cover;
}

a.cart-item__name:hover {
    text-decoration: none;
}

.product-option dt {
    font-weight: 600;
    font-size: 16px;
    color: #592808;
}

.product-option {
    font-size: 18px;
    color: rgb(89 40 8);
}

.product-option dd {
    font-size: 15px;
    color: #000;
}

.quantity:after {
    border-radius: 15px;
}

.totals .totals__total {
    font-size: 24px;
    color: #7e5239 !important;
}
.totals__total-value {
    font-size: 18px;
    color: #000;
}

.cart__footer .tax-note {
    margin-top: 10px;
}

.drawer__inner .cart-item__name {
    font-size: 13px;
}

.template-page-about-us .image-with-text__media img {
    object-fit: contain;
}

.header__heading-logo-wrapper .header__heading-logo {
    height: 65px;
    object-fit: contain;
}
.accordion__content {
    font-size: 14px;
}

.field:after {
    border-radius: 15px;
}

.field:hover:after {
    border-radius: 15px !important;
}

.search__input.field__input:focus {
    box-shadow: unset;
}

.predictive-search {
    border-radius: 15px !important;
}

.predictive-search__item-content:hover p {
    text-decoration: none !important;
}

.predictive-search__item:hover {
    border-radius: 15px;
}

.template-search .card--media {
    border: 1px solid #ececec;
    background: #fff;
    border-radius: 15px;
}

.template-search .card__information {
    padding: 15px !important;
}

.template-search .card__heading {
    font-family: 'Questrial';
    font-weight: 600;
    font-size: 16px;
    text-transform:capitalize;
}

.template-search .price {
    font-size: 14px;
}

.template-search .underline-links-hover:hover a {
    text-decoration: none;
}

.footer .list-menu__item {
  position: relative;
  display: inline-block;
  transition: color 0.6s ease;
}

.footer .list-menu__item::before, .footer .list-menu__item::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 9px;
    background: #c0bbbb;
}

.footer .list-menu__item::before {
  left: -2.5px;
}

.footer .list-menu__item::after {
  right: -2.5px;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.footer .list-menu__item:hover::before {
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.footer .list-menu__item:hover::after {
  width: 100%;
  background: transparent;
  transition: 0s;
}

.predictive-search__item--term .icon-arrow {
    color: rgb(255 255 255) !important;
}

.template-index .header__heading-link{
  position: relative;
  display: flex;
  align-items: center;
}

/* .template-index .header__heading-link::after {
    content: "";
    display: inline-block;
    width: 140px;
    height: 40px;
    background: url("/cdn/shop/files/iphone-logo.png")
              no-repeat center / contain;
} */
.template-index .slideshow__slide {
    background: #ada9a5;
}
.template-index .slideshow__slide .banner__text.rte p {
    color: #fff;
}
/* .template-index .header__heading-logo{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -9999px;
} */

.template-index .header__heading-logo-wrapper{
    width:unset;
}

/* .template-index .scrolled-past-header .header__heading-logo{
  opacity: 1;
  visibility: visible;
  position: static;
  left: auto;
  height: 50px;
  width: auto;
  display: block;
} */

.template-index .scrolled-past-header .header__heading-link::after{
  content: none;
  display: none;
}
.drawer__footer span.summary__title {
    font-size: 14px;
}
.cstm-note p {
    padding-top: 20px;
    line-height: 1.1em;
    font-size: 13px;
}
.cart__note .field__input {
  
    border-radius: 15px !important;

}
@media (max-width: 1200px){
    .pcsw-image img {
    width: 66% !important;
    }
}

@media screen and (max-width: 989px) {

.cfg-grid{
grid-template-columns: 1fr;
gap: 22px;
}
.cfg-right{
position: static;
top: auto;
}
.cfg-media img,
.cfg-ph{
height: 240px;
}

.pcsw-image img {
    width: 100% !important;
    }

.vcp-grid {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
}

.header {
    padding: 0px 15px !important;
}

.vcp-wrap .page-width {
    padding-left: 15px;
    padding-right: 15px;
}

.template-page-about-us .multirow {
    padding-top: 40px;
    padding-bottom: 0px;
}

.template-page-about-us .multirow .multirow__inner {
    padding: 0px 20px;
}

 .cic-grid{
   gap: 30px !important;
 }

 .contact {
    padding-left: 15px;
    padding-right: 15px;
}

.template-page-contact .contact .title {
    font-size: 40px;
}

.template-product .product {
    /* display: grid; */
    gap: 10px !important;
}

.template-product .product .grid__item {
    max-width: 100% !important;
    padding: 0px;
}

.template-product .product .cpm-side {
    display: flex;
    flex-direction: row;
    order: 1;
}

.template-product .product .cpm-thumbs {
    display: flex;
    flex-direction: row;
    order: 0
}

.template-product .product .cpm-thumbs-arrow {
    display: none;
}

.template-product .product .cpm-wrapper {
    grid-template-columns: unset;
}

.template-product .product  .cpm-side {
    /* min-width: 110px; */
    justify-content: center;
}

.template-product .product .product__title h1 {
    font-size: 24px !important;
}

.template-product .product .price__regular {
    font-size: 22px;
}

.template-product .product .product__info-container {
    max-width: unset;
}

.template-product .page-width {
    padding: 0px 15px;
}

.shopify-policy__container {
    padding: 5rem 15px !important;
}

.shopify-policy__title {
    text-align: left;
}
}

@media(max-width:768px){
    .cpm-wrapper{flex-direction:column}
    .cpm-thumbs{flex-direction:row;order:2;overflow-x:auto}

    .template-index .slideshow .banner__heading {
    font-size: 24px;
}

.template-product .product  .cpm-side {
    min-width: 110px;
}

.template-product .product .icon-with-text .icon-with-text__item .h4.inline-richtext {
    font-size: 10px;
}

.template-index .slideshow .banner__text {
    font-size: 14px;
    line-height: 20px;
}

.template-index .slideshow .banner__buttons {
    margin-top: 1rem !important;
}

.template-index .slideshow__controls {
    bottom: 5px;
}

.template-index .slider-counter__link--dots .dot {
    width: 35px !important;
    height: 5px;
}

.button {
    font-size: 14px;
}

.template-index .multirow .image-with-text__content {
    padding: 0px;
}

.template-index .multirow {
    padding-top: 40px;
}

.template-index .multirow .image-with-text__heading, .template-page-about-us .multirow .image-with-text__heading {
    font-size: 24px;
}

.multirow .image-with-text__text {
    font-size: 14px;
    line-height: 24px;
    margin-top:1rem;
}

.template-index .multirow .button {
    margin-top:2rem !important;
}

.bi-wrap {
    padding: 40px 0px 40px !important;
}

.av-video {
    height: 300px !important;
}

.cfg-lightbox-nav{
width: 40px;
height: 40px;
font-size: 28px;
}
.cfg-left {
justify-content: space-between;
}
.cfg-gallery {
grid-template-columns: repeat(2, 1fr) !important;
gap: 10px !important;
}

.cfg{
    padding-top:40px !important;
    padding-bottom:40px !important;
}

.cfg .cfg-title {
    font-size: 24px !important;
    margin: 0px 0px 1rem !important;
}

.cfg .cfg-desc {
    margin: 0 0 15px !important;
}

.pcsw-title {
    font-size: 20px !important;
}

.pcsw-desc {
    font-size: 14px !important;
    line-height: 24px !important;
}

.pcsw-price-row {
    align-items: end !important;
}

.pcsw-desc .metafield-rich_text_field p {
    margin: 0px;
}

.vineta-testimonials {
    padding: 40px 0 !important;
}

.footer .footer-block__heading {
    margin-bottom: 1rem;
}

.footer .list-menu__item::before, .footer .list-menu__item::after {
    bottom: 5px;
}

.footer .footer__content-top {
    text-align: center;
}

.footer .link--text {
    justify-content: center !important;
}

.footer .footer-block__brand-info .rte {
    margin: auto;
    text-align: center;
}

.footer .footer-block__image-wrapper {
    margin: auto;
    margin-bottom: 1rem;
}

.footer .link.link--text {
    padding: 0px;
}

.menu-drawer {
    width: 70% !important;
}

.menu-drawer__menu-item:hover {
    background-color: #592808 !important;
    color: #fff !important;
    transition: 0.3s;
}

.menu-drawer__menu-item{
    text-transform:uppercase;
}

.template-collection .banner .banner__content, .template-page-about-us .banner .banner__content, .template-page-contact .banner .banner__content{
    min-height: 20rem !important;
}

.template-collection .banner .banner__heading, .template-page-about-us .banner .banner__heading, .template-page-contact .banner .banner__heading {
    font-size: 34px !important;
}

.vcp-grid {
    grid-template-columns: repeat(1, minmax(0,1fr)) !important;
}

.template-page-contact .contact .title {
    font-size: 28px;
}

.template-page-contact .field__label {
    font-size: 14px;
}

.template-page-contact .field__input {
    padding: 25px 20px;
}

.template-index .slideshow__text.banner__box {
    bottom: -15px;
}

.template-product .product .cpm-thumb img {
    width: 90px;
    height: 90px;
}
}

@media(max-width:360px){
.cfg-dots {
    gap: 10px !important;
}
.cfg .cfg-left-heading {
    font-size:14px !important;
}
.cfg .cfg-left {
    gap: 0px !important;
}
.cfg .cfg-dot {
    width: 20px !important;
    height: 20px !important;
}
}