/** Shopify CDN: Minification failed

Line 335:12 Expected identifier but found whitespace
Line 335:13 Unexpected "("

**/
div#shopify-section-template--26007602037029__section p {
    font-family: Mouse Memoirs, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 28px;
}
.simple-image-grid__container {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 5px;
  margin: 0 auto;
}

.simple-image-grid__right {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.image-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.image-card--large {
  height: auto;
}

.image-card--small {
  height: auto;
}

.image-card__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.image-card__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.image-card:hover .image-card__img {
  transform: scale(1.05);
}

.image-card__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: white;
  z-index: 2;
}

.image-card__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.image-card--small .image-card__title {
  font-size: 18px;
}

.image-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border: 1px dashed #ddd;
}

.placeholder-svg {
  width: 100%;
  height: 100%;
  fill: #ddd;
}

@media screen and (max-width: 768px) {
  .simple-image-grid__container {
    grid-template-columns: 1fr;
  }

  
  .image-card--large {
    height: auto;
  }
  .simple-image-grid__right{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .image-card--small {
    height: auto;
  }
}
product-card .product-grid-view-zoom-out--details .text-block p{width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;}
span.menu-list__link-title {
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.3px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #1a1a1a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 .5px rgba(0, 0, 0, .2);
}
.ui-test-product-list rte-formatter p {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.4;
}
.ui-test-product-list rte-formatter p:after {
    width: 100%;
    display: block;
    background: #040404;
    height: 3px;
    content: " ";
}
.ui-test-product-list slideshow-slide.resource-list__slide {
    scroll-snap-align: start;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 10px;
    display: grid;
    position: relative;
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 8px #00000026;
    border-radius: 8px;}
span.price {
    font-weight: 700;
    font-size: 15px;
    color: #e32c2b;
}
header-menu {
    width: 100%;
    padding: 15px;
}
.view-product-title a.link {
    text-align: left;
}
.view-product-title , .text-block--AallGdWRzQ29sN01hW__text_WE3K4w h1 strong{
    color: #2a2a2a;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: .8px;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    text-transform: capitalize;
    text-align: left;    
}
li.payment-icons__item svg {
    width: 55px !important;
    height: auto !important;
}
.rte-table-wrapper table td,.rte-table-wrapper table th,.rte-table-wrapper table td{border-block-width:0;border:#d2d2d2 solid 1px!important;padding:5px 10px!important;color:#242424!important;line-height:20px!important;word-break:inherit;border-collapse:collapse;background:#fff}
table.NewDdescriptionTable td{text-align:left}.rte-table-wrapper table th{text-transform:capitalize;font-weight:700;opacity:1;letter-spacing:.8px;font-size:14px}
.ProductSize table tr td:first-child,.ProductSizetable tr td:first-child,.ProductSizetable tr th:first-child{background:azure}
.ProductSize table tr:first-child td{background:azure}
.ProductSize table tr td:first-child,div#Sizechart,.ProductSize table tr:first-child{font-weight:700}
div#Sizechart{text-align:center;line-height:35px;font-size:16px;font-weight:700}
.Ddescriptionnote{padding:10px;font-size:15px;font-weight:600;color:#000;margin-block-start:.8rem}
h2.product-description-t{margin-bottom:8px}
h2.product-description-t span{background:#eee;padding:8px;letter-spacing:1px;text-transform:capitalize;font-weight:600}
.product-single__description{background:#f7f7f7;padding:20px}
.ProductSize .rte-table-wrapper{max-width:750px;margin:auto;margin-bottom:20px}
.text-block--AaTB2U3MraitQNG1FU__text_MAVJAM p{background: #eee;
    padding: 8px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;}
.product-form-buttons {
    display: grid !important;
}
quantity-selector-component.quantity-selector {
    max-width: 180px;
}
badge-list.badge-list {
    flex-wrap: wrap;
    gap: .25rem;
    display: flex;
}
span.discount-percentage {
    background: rgb(227 44 43);
    color: #ffffff;
    padding: 2px 5px;
    font-size: .6875rem;
    font-weight: 500;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, 
               "Segoe UI", "Helvetica Neue", Arial, 
               sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: auto; 
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.tax-note.tax-note.tax-note {
    font-size: 13px !important;
    padding: 5px 0px;
    color: #202020 !important;
}
div#shopify-block-ANGsyS1EwNTdhWU91M__icon_jCMWkN {
    color: rgb(1 113 13);
    font-weight: 600;
}
rte-formatter.spacing-style.text-block.text-block--AYTBTTURPSTFWZDJWN__text_RepCtT.rte.rte {
    color: rgb(1 113 13);
    font-weight: 400;
}
.product-card__content span.sale , .product-card__content badge-list.badge-list{display: none;}
.product-details span.price {
    font-weight: 700;
    font-size: 20px;
    color: #e32c2b;
    letter-spacing: .5px;
    font-family: Lato, sans-serif;
}
.product-details span.compare-at-price{
  font-size: 16px;
  color:rgb(0 0 0 / 98%)
  letter-spacing: 1px;
    opacity: .8;
}
a#Other {
    display: none;
}
button#BuyButtons-ProductSubmitButton-AU2VzMjh3dWNnWGRjU__add-to-cart {
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    background: #7d2e34;
    color: #fff;
}
.product-grid .product-grid__item{
    scroll-snap-align: start;
    grid-template-columns: minmax(0, 1fr);
    display: grid;
    position: relative;
    gap: 10px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 8px #00000026;
    border-radius: 8px;
}
.product-grid .product-grid__item .user-select-text p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.menu-drawer__menu-item--mainlist{}

.card-gallery .user-select-text .text-block p {
    width: 100% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    text-transform: capitalize !important;
}
.product-badges__badge--rectangle{
background: #d10000;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
a.contents.user-select-text p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
h2#cart-drawer-heading {
    letter-spacing: .3px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #1a1a1a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 .5px rgba(0, 0, 0, .2);
}
text-component {
    font-family: Poppins, sans-serif;
}
.cart__ctas .cart__checkout-button {
    background: #7d2e34;
}
.cart-drawer__content .payment-icons{
padding: 12px;
margin: auto;
}
.cart-drawer__content .payment-icons span{
font-weight: 500;
    padding: 12px 8px;
}
.cart-drawer__content .payment-icons .payment-icons__item{
padding: 5px;
}
.predictive-search-results__card--product span.sale
Specificity: (0,2,1)
 {
    display: none;
}
.cart__ctas .cart__checkout-button
 {
    background: #7d2e34;
    font-weight: 700;
    font-size: 18px;
}
.swatch-label-container.size-chart-right{justify-content: flex-start !important;}
span.swatch-size-chart {
    margin-left: 10px;
}
.swatch-img-text-adjacent p {
    white-space: break-spaces !important;
}
div#header-group {
    border-bottom: 1px solid #dfdfdf;
}
.product-media {
    display: flex;
    flex: 1;
    align-items: flex-start;
}
.predictive-search-form {
    position: relative;
    width: 100%;
    max-width: 500px;
    align-self: flex-start;
    border: 2px solid #ac3e0c;
}
predictive-search-component {
    display: block;
    position: initial !important;}
.predictive-search-form__content-wrapper {
    position: absolute;
    inset-inline-start: 0;
    background: #fff;
    padding: 0px 80px;
    width: 100%;
    z-index: 2;
}
.product-information__grid.product-information--media-left {
    max-width: 1230px;
    margin: auto;
}
.predictive-search-results__inner{grid-template-columns: 250px minmax(0, 1fr);
    display: grid;}
li.predictive-search-results__card.predictive-search-results__card--product {
scroll-snap-align: start;
    grid-template-columns: minmax(0, 1fr);
    display: grid;
    position: relative;
    gap: 10px;
    background: #fff;
    padding: 10px !important;
    box-shadow: 0 4px 10px #0000003d;
    border-radius: 8px !important;
}
span.svg-wrapper.predictive-search__icon {
    position: inherit;
    color: #ffffff;
}
button.search-bar__submit {
    border: 0px;
    padding: 9.5px 12px;
    background: #ac3e0c;
}
ul.predictive-search-results__wrapper-queries {
    grid-template-columns: minmax(0, 1fr);
    gap: 0rem !important;
    display: grid;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    overflow: auto hidden;
    align-content: start;
    justify-items: start;
}
h4.predictive-search-results__title {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}
.predictive-search-form__footer {
        --to-top-gradient-background: none !important;
}
ul.predictive-search-results__list.predictive-search-results__wrapper-products.list-unstyled {
    padding: 20px;
}
#shopify-section-sections--26007602200869__1765529307b3f64d31 .section--page-width {
    display: block;
}
#shopify-section-sections--26007602200869__1765529307b3f64d31 div {
    width: 100%;
}
#shopify-section-sections--26007602200869__1765529307b3f64d31 .predictive-search-form__header{padding: 0px;}
#MainContent{background: #f1f1f1;}
#MainContent .product-information.section.section--page-width,#MainContent #shopify-section-template--26007602135333__section_QeL7xg .section.section--page-width,#shopify-section-template--26007602135333__1766110397599542bb .section.section--page-width{
    display: block;
    max-width: 1270px;
    margin: auto;
    background: #ffffff !important;
    padding: 10px 15px;
    }
