/** Shopify CDN: Minification failed

Line 239:0 Unexpected "}"

**/
/* ========== Fonts ========== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: "Twentieth Century for Kenmore";
  font-style: normal;
  font-weight: 300;
  src: local("Twentieth Century for Kenmore"),
    url("https://fonts.cdnfonts.com/s/53909/TwentiethCenturyforKenmoreLight.woff")
      format("woff");
}
@font-face {
  font-family: "Twentieth Century for Kenmore";
  font-style: normal;
  font-weight: 500;
  src: local("Twentieth Century for Kenmore"),
    url("https://fonts.cdnfonts.com/s/53909/TwentiethCenturyforKenmoreMedium.woff")
      format("woff");
}
@font-face {
  font-family: "Twentieth Century for Kenmore";
  font-style: normal;
  font-weight: 600;
  src: local("Twentieth Century for Kenmore"),
    url("https://fonts.cdnfonts.com/s/53909/TwentiethCenturyforKenmoreSemibold.woff")
      format("woff");
}
@font-face {
  font-family: "Twentieth Century for Kenmore";
  font-style: normal;
  font-weight: 700;
  src: local("Twentieth Century for Kenmore"),
    url("https://fonts.cdnfonts.com/s/53909/TwentiethCenturyforKenmoreBold.woff")
      format("woff");
}
@font-face {
  font-family: "TenorSans";
  src: local("TenorSans"),
    url("/cdn/shop/files/TenorSans.woff2?v=1744224477")
      format("woff2"),
    url("/cdn/shop/files/TenorSans.woff?v=1744224478")
      format("woff");
}

/* ========== Global Reset & Utility ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* NEW Wishlist */
.product-form__submit {
    margin-bottom: 0 !important;
}
.related-products__heading {
    margin: 0 0 3rem;
    text-align: center;
}
/* div#swym-atw-button-container {
    display: none;
} */

/*  */
.menu-drawer__localization.header-localization {
    display: none !important;
}
.closing_sale_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.feature-collection-product-images img {
    height: 223px !important;
    min-height: 220px;
}

.card__inner_n .card__media .media img {
    height: 223px;
    min-height: 223px;
}
.card__inner.card__inner_n {
    height: 220px !important;
}
.card__badge.card__badge_n {
     align-self: unset;
    grid-row-start: 1;
    justify-self: flex-start;
} 
 .card__inner_n .card__content {

    padding-top: 0 !important;
}


.paypal-button {
    background-color: #ffc439;
    color: #111;
    border: none;
    border-radius: 6px;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}


.payment-icons {
  display: flex;
  gap: 12px;
}

.paypal-section {
    padding-bottom: 25px;
}

span.paypal-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.payment-icons img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.more_payment_options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
.payment-icons img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.more-options {
    display: inline-block;
    font-size: 14px;
    color: #555555;
    text-decoration: underline;
    font-family: Tenor sans-serif;
}



.reviewcount span {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Twentieth Century for Kenmore';
}
.page-width {
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 5rem;
}
.strs-ra .fa-solid, .fas {
    font-weight: 900;
    color: #32913C;
}
.star-ratings {
    display: flex;
    gap: 10px;
}

.accordion-wrapper {
  max-width: 600px;
  margin: 20px auto;
}

.accordion-outer {
  border-top : 1px solid #000;
  margin-bottom: 5px
}

.product-accordion-heading {

  padding: 10px 15px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  display: flex;
}
.iconwithheading span svg {
    width: 16.8px;
    height: 14.8px;
}
.product-accordion-heading:after {
  content: "+";
  position: absolute;
  right: 15px;
  color: #555555;
}

.accordion-outer.is-open .product-accordion-heading:after {
  content: "-";
  color: #555555;
}

.product-accordion-content {
  padding: 15px;
  background-color: white;
  display: none; 
}
.product_description__bo img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.product-accordion-content table {
    background: linear-gradient(90deg, #fffbf9 50%, #fffaf4);
  overflow: scroll;
}
.product-accordion-content td strong {
    font-size: 14px;
    color: #000;
    font-family: Tenor Sans,sans-serif;
}
.product-accordion-content td {
    font-size: 14px;
    font-family: Tenor Sans,sans-serif;
    padding: 13px;
}
}
.main-products .product-form__input--pill input[type=radio]+label {
    border-radius: inherit;
    border: solid 1px #555555;
    padding: 10px 19px;
    font-size: 14px;
    font-family: Montserrat;
}
legend.form__label {
    font-size: 18px;
    font-family: Twentieth Century for Kenmore;
  font-weight: 400;
}
legend.form__label span {
    font-weight: 600;
}
span.option_heading {
    font-weight: 300 !important;
}

.quantity_selectors-new {
    display: flex;
    gap: 20px;
  align-items: center;
}

.quantity_selectors-new .product-form__quantity {
    width: 20% !important;
    max-width: 18% !important;
   margin: 0;
}
.quantity_selectors-new .product-form__quantity .form__label {
    display: none;
}
/* Different color for the second set */

.quickviewmobile {
      display: none;

}



.main-products .grid__item.product__media-wrapper {
    max-width: 52% !important;
}

.main-products .product__info-wrapper.grid__item {
    width: 48% !important;
}
 .main-products .product__info-container {
    max-width: 53rem;
}

 .main-products .buy_buttons_jo {
    width: 100%;
}


.product-form__submit {
    border-radius: 5px;
    background: #32913C;
}
/*****header ***/
.order-tracking {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.tracking-text {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Twentieth Century for Kenmore';
}
span.tracking-text {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Twentieth Century for Kenmore';
    text-transform: uppercase;
}
.icon-wrapper {
    display: flex;
}

p.announcement-bar__message.h5 span {
    font-size: 15px;
    font-family: 'Twentieth Century for Kenmore';
    font-weight: 300;
}

.cart-count-bubble {
    background: transparent;
    color: #000;
    font-size: 12px;
    left: 19px;
    width: 6px;
    height: 14px;
    top: 19px;
    font-family: 'Twentieth Century for Kenmore';
    font-weight: 400;
}

span.svg-wrappers svg {
    width: 22px;
    height: 25px;
}
.icon-wrapper img.tracking-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.notice-box span.dispatch-time {
    font-family: 'Montserrat';
    size: 14px;
    color: #000000;
    text-align: center;
}
.notice-box span.shipping-status {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #32913c;
    font-weight: 400;
}
span.tracking-text a {
    color: #000;
    text-decoration: none;
}
.shipping-notice {
    background: #f8f7bf;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 9px 24px;
    border: solid 1px #E3E3B5;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    margin: 21px 0px !important;
}
span.price_items_regular s.price-item.price-item--regular {
    font-size: 16px;
}
.iconwithheading {
    display: flex;
    align-items: center;
    gap: 15px;
}

.iconwithheading span {
    display: flex;
}
.accordion-content p {
    font-size: 15px;
    font-family: 'Tenor Sans';
    font-weight: 400;
    line-height: 24px;
    /* margin-bottom: 20px; */
}


.product_swatch__guide {
    display: flex;
    justify-content: space-between;
}
.product_size_guide a.size___guide {
    font-size: 14px;
    color: #000;
}

.shipping-info__option {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border: 2px solid transparent;
  border-radius: 6px;
  background-color: #f9f9f9;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  margin-bottom: 30px !important;
}


.shipping-info__indicator {
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}

.shipping-info__indicator::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1.5s ease-out infinite;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  70% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.shipping-info__text span{
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-family: 'Twentieth Century for Kenmore';
  margin: 0;
  text-transform: capitalize;
}

.shipping-info__option:hover {
  border-color: #000;
}

fieldset.js.product-form__input.product-form__input--pill {
    width: 100%;
    max-width: 100%;
}
/* ========== Header & Typography ========== */
.header__icons.cart_search .header__search {
  display: block !important;
}
details-modal.header__search {
  display: none !important;
}

.collection-list-wrapper .title-wrapper-with-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.collection__title h2.title,
.collection-list-wrapper .collection-list-title {
  font-family: "Twentieth Century for Kenmore";
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.section-collection-list .card__heading a,
.card__information .card__heading a {
  font-family: "Tenor Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
.section-collection-list .card__information .card__heading a {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Tenor sans;
    line-height: 100%;
    font-family: 'Twentieth Century for Kenmore';
}

.section-collection-list .card .card__information .icon-wrap {
  display: none;
}

/* ========== Banner Styles ========== */
.banner__box .banner__heading strong {
  display: block;
  align-items: center;
  font-family: TwentiethCenturyBold;
}
.banner__box .banner__buttons {
  background-color: #000;
  border-radius: 5px;
}
.banner__box .button--secondary:after {
  --border-opacity: 0;
}
.banner .banner__media img {
  object-fit: fill;
}

/* ========== Feature Collection Section ========== */
.feature-collections-products {
  background: #f9f9f9;
  padding: 70px 0px;
}

.feature-collection-main {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 50px;
}

.feature-collection-product {
  width: calc(20% - 16px);
  cursor: pointer;
  margin-bottom: 30px;
}

.feature-collection-product img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.feature-collection-des {
  padding-top: 20px;
}

.feature-collection-des h3 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  color: #000000;
  line-height: 22px;
}

span.feature-collection-discount-price {
  color: #32913c;
  font-family: "Twentieth Century for Kenmore";
  font-weight: 700;
}

span.feature-collection-regular-price {
  text-decoration: line-through;
  font-weight: 700;
}

.feature-collection-price {
  font-size: 16px;
  font-family: "Twentieth Century for Kenmore";
  padding-top: 5px;
  text-align: center;
}

.feature-collection-heading h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  font-family: "Twentieth Century for Kenmore";
  text-transform: uppercase;
}

.feature-collection-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}

.feature-collection-btn a {
  text-decoration: none;
  color: #fff;
  background: #000;
  width: 100%;
  max-width: 163px;
  text-align: center;
  padding: 8px 0px;
}

.feature-tag {
  background-color: #ffc04b;
  position: absolute;
  top: 10px;
  left: 10px;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 100px;
  font-size: 12px;
  font-family: "Twentieth Century for Kenmore";
  font-weight: 700;
}
.feature-collection-des h3 a {
    color: #000;
    text-decoration: none;
}

/* ========== Wishlist & Hover Buttons ========== */
.feature-collection-product-images {
  position: relative;
  overflow: hidden;
}

.feature-collection-product-images .feature_wishlist {
  position: absolute;
  top: 8px;
  right: 11px;
  background: #fff;
  border-radius: 100px;
  max-width: 30px;
  height: 30px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feature-collection-product-images .feature-collection-hover-icons {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: center;
  z-index: 2;
}

.feature-collection-product-images:hover .feature_wishlist,
.feature-collection-product-images:hover .feature-collection-hover-icons {
  opacity: 1;
}

.feature-collection-hover-icons button {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    cursor: pointer;
    transition: background .3s;
    border-radius: 4px;
    font-family: Tenor Sans,sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 46%;
    box-sizing: border-box;
    padding: 12px 5px;
}
.feature-collection-hover-icons button svg {
    width: 17px;
    height: 17px;
}
.jora-icon-with-text-section .jora-icon-image-text p {
    color: rgba(0, 0, 0, 1);
}
.jora-icon-with-text-section .jora-icon-image-text h3 {
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
}
.banner-btn a {
    overflow: hidden;
  align-content: center;
}
.collection_url {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
}
.collection_url a {
    background: #000;
    color: #fff;
    width: 100%;
    max-width: 163px;
    height: 44px;
    align-content: center;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Twentieth Century for Kenmore';
}
.jo_testimonials .slick-arrow svg {
    width: 100%;
    height: 100%;
}
/* ========== Price Strikethrough ========== */
.feature__product__price .feature__product_regularprice {
  text-decoration: line-through;
  font-weight: 500;
}
.feature-tag span {
    color: rgba(0, 0, 0, 1);
  background: transparent;
}
.header ul.list-menu li a {
    color: rgba(0, 0, 0, 1);
}
 
.header ul.list-menu li span {
    color: rgba(0, 0, 0, 1);
}
.feature-collection-btn a.button {
    border-radius: 3px;
    overflow: hidden;
}
.jora-icon-with-text-section .jora-icon-image-text p {
    letter-spacing: 0.7px;
}
.jora-icon-image-text {
    margin-top: 7px;
}
.jora_testimonials_viewall_btn {
    position: absolute;
    right: 0;
    top: 0;
}
.product-hover-icons button svg {
    width: 17px;
    height: 17px;
}

/********Product page *****/
.testimonials_reviews_form span {
    font-weight: 700;
    font-family: 'Twentieth Century for Kenmore';
    font-size: 16px;
    color: #32913C;
}
.mainproducts .jo_testimonials .testimonial-slider .slick-dots {
    display: none !important;
}
.testimonials_reviews_form a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    text-decoration: none;
}
.product-form__input.sizes_opt .product_swatch__guide {
    padding-bottom: 20px;
}
.breadcrumb {
  font-size: 14px;
  color: #555555;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'Twentieth Century for Kenmore';
  font-weight: 500;
}

.product_description__bo table {
  background: linear-gradient(90deg, rgba(255, 251, 249, 1) 50%, rgba(255, 250, 244, 1) 100%);
  overflow: scroll;
}

.product_description__bo td {
  background: transparent;
}
.product_description__bo td strong {
    font-size: 16px;
    color: #000;
    font-family: Tenor Sans,sans-serif;
}
.product_description__bo td {
    font-size: 16px;
    font-family: Tenor Sans,sans-serif;
}
.breadcrumb a {
  color: #555555;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  color: #555555;
}
.product_breadcrumb {
    display: flex;
    padding-bottom: 20px;
}

.product__title h1 {
    font-size: 26px;
    font-family: Montserrat;
    font-weight: 700;
}
.price__sale {
    font-family: 'Montserrat';
    font-size: 20px;
}

.card-content__collection span.price-item.price-item--sale.price-item--last {
    color: #32913c;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Twentieth Century for Kenmore';
}

.card-content__collection span.price-item.price-item--regular.products__regular__price{
  color: #32913c;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Twentieth Century for Kenmore';
}

.card-content__collection .card-information {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*****price*****/
span.price-item.price-item--sale.price-item--last {
    font-size: 20px;
    font-weight: 700;
    color: #32913C;
    font-family: 'Montserrat';
}

span.price_items_regular {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
}

.iconwithheading span {
    display: flex;
    font-family: 'Twentieth Century for Kenmore';
    font-size: 18px;
    font-weight: 500;
    color: #000;
}


.product-accordion-content h3, .product-accordion-content p {
    font-size: 15px;
    text-align: left;
    color: #555555;
    font-family: 'Tenor Sans';
}

div#ultimateTrustBadgeswidgetDiv {
    display: none;
}

.quantity_selectors-new .quantity:after {
    border-radius: 8px;
}
.quantity_selectors-new quantity-input.quantity {
    width: 107px;
}
.quantity_selectors-new .quantity__button {
    width: 30px;
    flex-shrink: 0;
    font-size: 1.8rem;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--color-foreground));
    padding: 0;
}

body.product .product__info-wrapper.grid__item span.price-item.price-item--regular.products__regular__price {
    font-family: "Montserrat", sans-serif;
    color: #2e7d32 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

/*************label+input*********/
.product-form__input.color_grid input[type=radio]:checked+label {
    box-shadow: 0px 0px 1px 3px #000;
    font-size: 0;
}

.main-products fieldset.color_grid input[type=radio]+label {
    border-radius: 100%;
    border: solid 1px #555555;
    padding: 0;
    font-size: 0;
    font-family: Montserrat;
    width: 30px;
    height: 30px;
}




/******** 13-05-2025  *******/
.feature-collection-hover-icons {
    display: none !important;
}
.feature-collection-btn a.button {
    transition: transform 0.3s ease; /* Adjust duration and timing as needed */
}

.feature-collection-btn a.button:hover {
    transform: scale(1.1);
}
.feature-collection-des h3 a:hover {
    text-decoration: underline;
    transition: 0.3s ease;
}
.card .card__inner .card__media img {
    border-radius: 10px;
}

.card__inner {
    border-radius: 10px !important;
}

.card.card--standard.card--media {
    border-radius: 10px;
}

.card-wrapper.product-card-wrapper.underline-links-hover {
    border-radius: 10px;
}

.card--card:after, .card--standard .card__inner:after {
    border-radius: 10px !important;
}


.swym-wishlist-collections-v2-container {
   
    z-index: 1 !important;
   
}


.related-products .grid--4-col-desktop .grid__item {
    width: 18%;
    max-width: 19%;
}

.related-products ul.grid.product-grid {
    column-gap: 20px !important;
}

 .related-products .card__heading .h5, .collection .card__heading .h5 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    color: #000000;
    line-height: 22px;
}

.related-products .price__container, .collection .price__container {
    font-size: 16px;
    font-family: "Twentieth Century for Kenmore";
    text-align: center;
    letter-spacing: 0;
}

.related-products span.price-item.price-item--sale.price-item--last, .collection span.price-item.price-item--sale.price-item--last {
    color: #32913c;
    font-family: "Twentieth Century for Kenmore";
    font-weight: 700;
    margin: 0;
}

.related-products span.price_items_regular, .collection span.price_items_regular{
    text-decoration: line-through;
    font-weight: 700;
    font-family: 'Twentieth Century for Kenmore';
}
.collection ul.product-grid {
    column-gap: 20px;
}
.collection li.grid__item{
  width: 18%;
    max-width: 19%;
}
span[highlight] {
    color: red !important;
}
.closing_sale_list bold, .closing_sale_list strong {
    font-weight: bold;
    font-family: serif;
}
/* ========== Responsive ========== */
@media (max-width: 1750px) {
  .page-width {
    max-width: 1600px;
  }
}

@media (max-width: 1280px) {
  .page-width {
    max-width: 1140px;
  }
}

@media (max-width: 1024px) {
  .page-width {
    max-width: 960px;
    padding: 0 3rem;
  }

  .feature-collection-product {
    width: calc(20% - 16px);
  }
  .collection-list-wrapper ul li {
    width: 46% !important;
    max-width: 46%;
}
}
@media (max-width: 991px){
  .order-tracking {
    display: none;
}
}
@media (max-width: 768px) {
  .slick-list.draggable {
    padding: 0% 6% 0% 0% !important;
}
  .collection ul.product-grid {
    column-gap: 10px;
}
.related-products ul.product-grid {
    column-gap: 10px;
}
.related-products li.grid__item, .collection li.grid__item {
    width: 47% !important;
    max-width: 47% !important;
}

.related-products .price__container {
    font-size: 14px !important;
    line-height: 20px;
}
  .collection .price__container {
    font-size: 14px !important;
    line-height: 20px;
}
  .related-products .card__heading .h5 {
    font-size: 14px !important;
        line-height: 20px;
  }

 .collection .card__heading .h5 {
    font-size: 14px !important;
        line-height: 20px;
  }
.collection h3.card__heading.h5 a, .related-products h3.card__heading.h5 a  {
    font-size: 14px !important;
    line-height: 20px;
}
  
.collection .product-accordion-content table {
    overflow-x: scroll;
    width: 100%;
    min-width: 600px;
}

.related-products span.price-item.price-item--sale.price-item--last, .collection span.price-item.price-item--sale.price-item--last {
      font-size: 14px !important;
}
  
  .product-accordion-content {
    padding: 15px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
  
  .bundle-options .price {
    font-size: 14px !important;
}
.bundle-quantity {
    font-size: 14px !important;
}
  .discount-badge {
    font-size: 12px !important;

}
  .bundle-subtext {
    font-size: 12px !important;
}
  .jo-bundles__bar-variant-select {
    font-size: 12px !important;
}
  .product_description__bo td strong {
    font-size: 13px;
}
  .product_description__bo td {
    font-size: 13px;
}
  
.mainproducts .jo_testimonials {
    padding: 40px 0 !important;
}
  .product__title h1 {
    font-size: 21px;
}
.mainproducts span.price-item.price-item--sale.price-item--last {
    font-size: 18px;
}
.mainproducts  span.price_items_regular s.price-item.price-item--regular {
    font-size: 14px;
}
.mainproducts .products-slider-for .slick-dots li {
    margin: 3px;
    padding: 0 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 50%;
    background: transparent;
    transition: background 0.3s ease;
}

.mainproducts .products-slider-for .slick-dots li button {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.mainproducts .products-slider-for .slick-dots li.slick-active {
    background: #000;
}
  .accordion-wrapper {
    max-width: 100%;
    /* margin: 20px auto; */
}
  .product-accordion-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_description__bo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  .main-products .grid__item.product__media-wrapper {
    max-width: 100%!important;
}
  .main-products .product__info-wrapper.grid__item {
    width: 100%!important;
}
  .main-products .product__info-container {
    max-width: 100%;
}
  .feature__products .feature-collection-btn {
    padding-top: 20px;
}
  .quickviewmobile {
  
    position: absolute;
    bottom: 25px;
    background: #F9F9F9;
    right: 10px;
    font-size: 23px;
    font-family: 'Twentieth Century for Kenmore';
    /*display: flex; */
    justify-content: center;
    align-items: center;
    padding: 0px;
    border-radius: 10px;
    height: 30px;
    width: 30px;
}
.order-tracking {
    display: none;
}
.jora_store_timings p {
    width: 100%;
    max-width: 280px;
}
  .jora_column_heading {
    margin-bottom: 20px !important;
}

.jora_footer_customer_services .jora_customer_services {
    margin-bottom: 25px;
}
.collection-list-wrapper {
    padding-bottom: 0;
}
.collection-list-wrapper ul li .card__information a {
    font-size: 16px;
}
.collection-list-wrapper ul .card__content {
    margin-top: 10px;
}
.jora-hero-banner-header .banner-btn {
    margin-top: 10px !important;
}
.jo_testimonials {
    padding-bottom: 0 !important;
}
.jora-collection-left-column .jora-collection-content {
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
  .page-width {
    max-width: 100%;
    padding: 0 2rem;
  }
  .jora_testimonials_viewall_btn {
    position: static;
}
.jora_testimonials_heading_section {
    flex-direction: column;
    gap: 15px;
}

  .feature-collection-product {
    width: 48%;
  }

  .feature-collection-heading h2 {
    font-size: 26px;
  }

  .feature-collection-des h3,
  .feature-collection-price {
    font-size: 14px;
    line-height: 20px;
  }
.feature-collection-main {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
          justify-content: space-between;
}
  /* Always show icons on mobile
  .feature-collection-product-images .feature-collection-hover-icons,
  .feature-collection-product-images .feature_wishlist {
    opacity: 1 !important;
  }
   */
.discounr_box_outer {

    flex-wrap: wrap;
}
  .discount_boxes {

    width: 31.33%;
}
  .jo_collection_grid {

    flex-wrap: wrap;
}
  .jo_card {
    width: 48%;
}
  .wo_lk_row {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
  .discount_heading h2 {

    font-size: 20px !important;

}
  .discount_heading p {

    font-size: 14px !important;
}
}



@media (max-width: 480px) {
  .page-width {
    padding: 0 1rem;
  }

  .feature-collection-heading h2 {
    font-size: 22px;
  }

  .feature-collection-btn a {
    width: 100%;
    padding: 12px;
    font-size: 14px;
  }

  .shipping-notice {
    padding: 9px 12px;

}
}

