/** Shopify CDN: Minification failed

Line 330:6 Expected ":"
Line 330:8 Expected identifier but found "*"

**/
body {
    max-width: 480px;
    margin: 0 auto;
    background-color:#e5e7eb;
    box-shadow: 0 0 0 1px #e5e7eb, 0 12px 40px #0f172a26;
}
.header__columns.spacing-style {
    margin: 0px 18px !important;
}
span.cart-bubble__background {
    background: red;
}

span.cart-bubble__text-count {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}
cart-icon.header-actions__cart-icon img {
    max-width: 20px;
}
.header-actions__cart-icon .cart-bubble {
    width: 16px !important;
    height: 16px;
}
.plas-icon-info img {
    max-width: 16px;
}
header-actions {
    align-items: center;
}
.mobile-toggle svg {
    width: 20px;
    height: 20px;
}
.header__column.header__column--left {
    gap: 10px;
}
.header__row.header__row--bottom {
    display: none;
}
.input-box-info input {
    height: 40px;
    width: 100%;
    border: none;
    padding: 0 8px;
    border-radius: 0;
    color: #000;
    background: #fff;
}
.input-box-info input::placeholder {
  color: #6A7282;
}
*:focus-visible{
    outline: none;
    outline-offset: 0;
}
.input-box-info {
    background: #2b7efe;
    padding: 5px 0 10px;
}
.deals-timer {
  text-align: center;
  display: inline-block;
  width:70%;
}
.deals-title {
  color: #2874f0;
  font-size: 17px;
  margin-bottom: 0;
}
.timer-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #6d8eff;
  font-size: 20px;
}
.clock-icon {
  font-size: 12px;
}
.hero-banner-bottom-info {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #E5E7EB;
}
.banner-button-info a {
    padding: 6px 13px;
    box-shadow: 0 0 #0000,0 0 #0000,0 0 #0000,0 0 #0000,0 1px 2px 0 #0003;
    color: #e7000b;
    font-weight: 700;
}
.product-information__grid.product-information--media-left {
    display: flex;
    flex-direction: column;
}
.product-information__media {
    padding: 0 !important;
}
.product-information__grid.product-information--media-left .product-details{
    padding:12px 16px !important;
}
.product-page-image-bottom-info h2 {
    font-size: 16px;
    text-align: center;
    padding: 10px;
    background: #fbf9fa;
    line-height: normal;
    border-bottom: 1px solid #f6f3f4;
}
.product-page-image-bottom-info h2 b {
    color: #dc3545;
}
span.star-box {
    background: #388e3c;
    color: #fff;
    padding: 2px 6px;
    font-size: 10px;
    border-radius: 4px;
}
.random-star {
    font-size: 12px;
}
.custom-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}
span.rating-count {
    font-size: 14px;
    color: #878787;
}
.review-info-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.title-bottom-info {
    width: 100%;
}
.plus-icon-logo img {
    max-width: 78px;
}
.shopify-section.ui-test-product-list .section.section-resource-list.spacing-style.gap-style .title-bottom-info .plus-icon-logo {
    display: none;
}
.price__sale{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.price-item--sale.price{
  font-size:22px;
  font-weight:700;
  color:#000;
  line-height:1;
}
.compare-at-price{
  color:#6a7282;
  text-decoration:line-through;
  font-size:14px;
  font-weight:400;
  opacity: 1;
}
.discount-percent{
  color:#388e3c;
  font-size:14px;
  font-weight:700;
}
.price__regular .price{
  font-size:28px;
  font-weight:700;
}
.product-form-buttons.spacing-style {
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    gap: 0 !important;
}
.product-form-buttons.spacing-style .button.add-to-cart-button.button {
    border-radius: 0;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-top: 1px solid #ebe6e7;
}
span.svg-wrapper.add-to-cart-icon {
    display: none;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    border-radius: 0;
    background: #ffc200 !important;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.ordered-info {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #fff;
}
.ordered-info p {
    margin: 0;
}
.people-ordered-info {
    background: #e5e7eb;
    padding: 12px 0;
}
span#recent-orders {
    color: #c70055;
    font-weight: bold;
}
.ordered-info p {
    font-size: 14px;
    color: #000;
}
.timer-details-info {
    background: #fff9f1;
    border-top: 1px solid #ffe0b2;
    border-bottom: 1px solid #ffe0b2;
    text-align: center;
    padding: 12px 0;
}
.timer-details-info p {
    font-size: 15px;
    color: #000;
}
span#offer-timer {
    color: #fb641b;
    font-weight: bold;
}
.delivery-box{
  padding:16px;
  background: #fff;
}
.delivery-line{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:14px;
}
.free-delivery{
  color:#388e3c;
  font-weight:700;
}
.delivery-timer{
  margin-top:0;
  margin-left:32px;
  color:#6a7282;
  font-size:12px;
}
span#delivery-countdown-timer{
  color:#e60076;
}
.delivery-line img {
    width: 20px;
}
.delivery-box-info {
    background: #e5e7eb;
    padding: 0 0 8px;
}
.shopify-section.ui-test-product-list .section.section--page-width.color-scheme-1.section-resource-list.spacing-style.gap-style {
    display: flex;
}
.shopify-section.ui-test-product-list .section.section--page-width.color-scheme-1.section-resource-list.spacing-style.gap-style .resource-list__item {
    padding: 16px;
    border-right: 2px solid #ebe6e7;
    border-bottom: 2px solid #ebe6e7;
}
.slideshow-controls__dots button[aria-selected=true]:after {
    background-color: #2b7efe;
    width: 15px;
    box-shadow: none !important;
}
slideshow-controls:has(.slideshow-controls__dots), slideshow-component[autoplay] slideshow-controls {
    mix-blend-mode: unset !important;
}
.slideshow-controls__dots button:after {
    background: #d1d5dc;
    box-shadow: none;
}
.shopify-section.ui-test-product-list .product-media img.product-media__image {
    max-width: 170px;
    height: 170px;
    object-fit: contain;
}
.shopify-section.ui-test-product-list slideshow-slide.product-media-container.media-fit.product-media-container--image ,
.shopify-section.ui-test-product-list .product-media{
    aspect-ratio: auto;
    justify-content: center;
}
.shopify-section.ui-test-product-list .product-offer-price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 1px 0 5px;
    gap: 10px;
}
.shopify-section.ui-test-product-list .product-offer-price span.discount-percent {
    font-size: 15px;
    color: #00a63e;
    font-weight: normal;
}
.shopify-section.ui-test-product-list span.price-item--regular.compare-at-price {
    color: #6a7282;
    font-size: 15px;
}
.shopify-section.ui-test-product-list span.price-item--sale.price {
    letter-spacing: 0px;
    px; */
    font-size: 15px;
    color: #000;
    font-size: 15px;
}
.home-page-product-icon-info {
    width: 73px;
    display: none;
}
.shopify-section.ui-test-product-list .home-page-product-icon-info {
    width: 73px;
    display: block;
}
.shopify-section.ui-test-product-list .product-main-pricce-info {
    display: flex;
    gap: 10px;
    align-items: center;
}
.product-information.section .product-price-info {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}
.product-badges__badge--rectangle {
    display: none !important;
}
.product-information.section .product-offer-price {
    display: flex;
    gap: 5px;
}
.shopify-section.ui-test-product-list .title-bottom-info {
    order: 1;
    margin: 5px 0 0;
}
.free-delevri-infoi p {
    color: #008236;
    font-size: 13px;
    text-align: center;
    margin: 4px 0 0;
    display:none;
}
.shopify-section.ui-test-product-list .free-delevri-infoi p{
    display:block;
}
.cart-page.spacing-style {
    display: flex;
    flex-direction: column;
}
cart-items-component.cart-items-component .section.color-scheme-1.section--page-width {
    display: block;
    padding: 0 16px;
}
cart-items-component.cart-items-component {
    background: #f1f3f6;
    height: 95vh;
}
.cart-page__title .cart-title.spacing-style.text-left {
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.cart-page__title .cart-title.spacing-style.text-left a.cart-title-info.cart-items__empty-button {
    color: #2874f0;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
.title-info-1 .cart-bubble {
    background: transparent;
    padding: 0 !important;
    margin: 0;
    display: inline-block !important;
    width: auto !important;
}
.cart-bubble[data-maintain-ratio] {
    aspect-ratio: auto !important;
}
.title-info-1 span.cart-bubble__background {
    display: none;
}
.title-info-1 span#cart-bubble-text {
    display: inline-block;
}
.title-info-1 span.cart-bubble__text-count {
    color: #4a5565;
    font-size: 14px;
}
.title-info-1 {
    display: flex;
    flex-direction: column;
}
tr.cart-items__table-row.cart-items__table-row--full-width-variants {
    border: 1px solid;
    padding: 16px;
    margin: 0 0 16px;
    background: #fff;
    border-radius: 8px;
    align-items: center;
}
.cart-items__details .cart-items__product-info a {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    letter-spacing: 0;
}
.cart-items__unit-price-wrapper {
    margin: 10px 0 0;
}
.cart-items__unit-price-wrapper span {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.cart-items__unit-price-wrapper s.compare-at-price {
    margin: 0 0 0 10px;
}
.quantity-selector :is(.quantity-minus,.quantity-plus) {
    width: 28px;
    height: 32px;
}
.cart-items__media-image {
    object-fit: contain !important;
}
.cart-totals {
    flex-direction: column;
    padding: 0 !important;
    border: none !important;
}
span.cart-totals__item.cart-totals__total {
    display: flex;
    flex-direction: column;
}
.cart-summary__inner {
    flex-direction: row !important;
    align-items: center !important;
    padding:  16px !important;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 #0000,0 0 #0000,0 0 #0000,0 0 #0000,0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;
}
.cart__ctas .cart__checkout-button {
    background: #2874f0;
    font-size: 16px;
    border-radius: 8px;
    height: 48px !important;
    padding: 12px 0 !important;
    width: 190px !important;
    font-weight: normal;
}
.cart__ctas {
    display: block;
    width: auto;
}
text-component.cart-totals__total-value.cart-secondary-typography {
    font-size: 24px;
    color: #000;
    letter-spacing: 0px;
}