@charset "UTF-8";

@media only screen and (max-width: 767px) {
  html,
  body,
  #page {
    max-width: 100%;
    overflow-x: hidden;
  }

  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }

  .container,
  .row,
  .centerColumn,
  .main-col,
  #contentMainWrapper,
  #indexDefault,
  #indexProductList,
  #productGeneral {
    width: 100% !important;
    max-width: 100% !important;
  }

  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  [class*="col-xs-"],
  [class*="col-sm-"],
  [class*="col-md-"],
  [class*="col-lg-"] {
    max-width: 100%;
  }

  img,
  iframe,
  table {
    max-width: 100%;
  }

  header,
  header .nav,
  header .nav .container,
  header .nav .header-main-row {
    max-width: 100%;
    overflow-x: hidden;
  }

  #mobile-nav-panel {
    max-width: 100%;
    overflow-x: hidden;
    padding: 14px !important;
  }

  #mobile-nav-panel .mobile-submenu-content,
  #mobile-nav-panel .mobile-submenu-content *,
  #mobile-nav-panel .mega-menu,
  #mobile-nav-panel .mega-menu ul,
  #mobile-nav-panel .mega-menu li,
  #mobile-nav-panel [class*="col-"] {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  #nivoSliderPlaceHolder {
    height: auto !important;
    min-height: 0 !important;
  }

  #slider,
  .nivoSlider,
  .theme-default .nivoSlider {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
    overflow: hidden !important;
  }

  .nivoSlider img,
  .nivo-main-image,
  .theme-default .nivoSlider img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  #indexDefault {
    margin-top: 0 !important;
  }

  #productListing {
    margin-top: 0 !important;
  }

  .content_sortPagiBar {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    height: auto !important;
    margin: 0 0 14px !important;
  }

  .content_sortPagiBar label,
  .content_sortPagiBar span,
  .content_sortPagiBar select,
  #productListingSorter {
    float: none !important;
    max-width: 100%;
  }

  #productListingSorter {
    width: 100% !important;
    height: 44px !important;
  }

  #indexProductList .category-list-toolbar {
    margin-bottom: 22px !important;
  }

  #indexProductList .category-list-toolbar-inner {
    display: block !important;
    padding: 12px 0 !important;
  }

  #indexProductList .category-filter-shell {
    width: 100% !important;
    max-width: 100% !important;
  }

  #indexProductList .category-filter-form {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
  }

  #indexProductList .category-filter-group {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #indexProductList .category-filter-group span {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    line-height: 1.2 !important;
    color: var(--text-black) !important;
  }

  #indexProductList .category-filter-group select,
  #indexProductList .category-filter-group select.form-control,
  #indexProductList #productListingSorter {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 8px 34px 8px 12px !important;
    border: 1px solid #d8d4ce !important;
    border-radius: 6px !important;
    background-color: #fff !important;
    color: var(--text-black) !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .top-pg,
  .bottom-pg {
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    gap: 10px;
  }

  div.top-paginator,
  div.bottom-paginator {
    float: none !important;
    width: 100%;
    text-align: center;
  }

  .centerBoxContentsFeatured,
  .centerBoxContentsNew,
  .centerBoxContentsSpecials {
    width: 50% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .product_list .product-col,
  .centerBoxContentsFeatured .product-col,
  .centerBoxContentsNew .product-col,
  .centerBoxContentsSpecials .product-col {
    min-height: 0 !important;
    height: auto !important;
  }

  .product-col .img {
    height: auto !important;
    aspect-ratio: 1 / 1;
  }

  .product-col .img a,
  .product-col .img img,
  .product-col .img a .img-responsive,
  .img-responsive {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    margin: 0 auto !important;
  }

  .product-col .prod-info {
    min-width: 0;
  }

  .product-col h5,
  .product-col .name,
  .product-col .name a {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow-wrap: anywhere;
  }

  .product-main-info {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #productGeneral .main-image,
  #productGeneral .pb-center-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #productGeneral .main-image > #productMainImage {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  #productGeneral .main-image > #productMainImage > #productMainImage,
  #productGeneral .main-image #productMainImage.pull-left {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }

  #productGeneral #productMainImage .image,
  #productGeneral #productMainImage a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #productGeneral #productMainImage img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 320px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
  }

  #productGeneral h1.title_product,
  .centerColumn h1.title_product,
  h1.title_product,
  .title_product {
    font-size: 32px !important;
    line-height: 1.15 !important;
    overflow-wrap: anywhere;
  }

  .price-box .text-4xl {
    font-size: 28px !important;
    line-height: 1.15 !important;
  }

  .add_to_cart_block .flex {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center !important;
    gap: 10px !important;
  }

  .qty-selector {
    flex: 0 0 166px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
    height: 48px !important;
    max-height: none !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 12px !important;
  }

  .qty-selector .qty-btn,
  .qty-selector .qty-btn.plus,
  .qty-selector .qty-btn.minus {
    position: static !important;
    inset: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  .qty-selector .qty-btn:before,
  .qty-selector .qty-btn:after,
  .qty-selector .qty-btn.plus:before,
  .qty-selector .qty-btn.plus:after,
  .qty-selector .qty-btn.minus:before,
  .qty-selector .qty-btn.minus:after {
    content: none !important;
    display: none !important;
  }

  .qty-selector .qty-btn svg {
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    flex: 0 0 16px !important;
  }

  .qty-selector .qty-input {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 48px !important;
    padding: 0 12px !important;
    text-align: center !important;
    font-size: 16px !important;
  }

  .btn-add-to-cart {
    flex: 1 1 170px;
    min-width: 0;
    white-space: normal;
    min-height: 48px !important;
    padding: 12px 14px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .btn-add-to-cart svg {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    flex: 0 0 20px !important;
  }

  .service-box {
	margin-top: 10px;
	margin-bottom: 10px;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 10px !important;
    background-color: #e8e4dd !important;
    border-radius: 16px !important;
  }

  .service-box > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 6px !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .service-box > div > div {
    float: none !important;
    min-width: 0 !important;
    padding-left: 0 !important;
  }

  .service-box > div > div:first-child {
    flex: 0 0 36px !important;
    width: 36px !important;
    height: 36px !important;
    padding-top: 7px !important;
    border-radius: 18px !important;
  }

  .service-box > div > div:first-child i {
    font-size: 22px !important;
  }

  .service-box p {
    overflow-wrap: anywhere;
  }

  .service-box p.text-sm {
    font-size: 12px !important;
    line-height: 1.15 !important;
  }

  .service-box p.text-xs {
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  .centerBoxWrapper h2.centerBoxHeading,
  .centerColumn h2.centerBoxHeading,
  h2.centerBoxHeading {
    font-size: 32px !important;
    line-height: 1.15 !important;
  }

  .prod-list1.row.grid,
  #featuredProducts .prod-list1,
  #whatsNew .prod-list1,
  #specialsDefault .prod-list1,
  #alsoPurchased .prod-list1 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 14px !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
  }

  #productListing,
  #productListing .tie,
  #productListing .tie-indent,
  #featuredProducts,
  #whatsNew,
  #specialsDefault,
  #alsoPurchased,
  #productPageFeaturedWarpper {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  #productListing,
  #featuredProducts,
  #alsoPurchased,
  #productPageFeaturedWarpper {
    padding-bottom: 20px !important;
  }

  .prod-list1.row.grid:before,
  .prod-list1.row.grid:after,
  #featuredProducts .prod-list1:before,
  #featuredProducts .prod-list1:after,
  #whatsNew .prod-list1:before,
  #whatsNew .prod-list1:after,
  #specialsDefault .prod-list1:before,
  #specialsDefault .prod-list1:after,
  #alsoPurchased .prod-list1:before,
  #alsoPurchased .prod-list1:after {
    content: none !important;
    display: none !important;
  }

  .prod-list1.row.grid > li,
  .product_list.grid > li,
  #featuredProducts .prod-list1 > li,
  #whatsNew .prod-list1 > li,
  #specialsDefault .prod-list1 > li,
  #alsoPurchased .prod-list1 > li {
    float: none !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 8px !important;
  }

  .prod-list1 li .product-col,
  .grid li .product-col,
  .list li .product-col,
  .product-col {
    display: flex !important;
    flex-direction: column !important;
    height: 418px !important;
    min-height: 418px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .prod-list1 li .product-col .img,
  .grid li .product-col .img,
  .list li .product-col .img,
  .product-col .img,
  ul.prod-list1 li .product-col .img {
    flex: 0 0 auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 190px !important;
    padding: 8px !important;
    padding-bottom: 8px !important;
    aspect-ratio: 1 / 1 !important;
  }

  .prod-list1 li .product-col .img > a,
  .grid li .product-col .img > a,
  .list li .product-col .img > a,
  .product-col .img > a,
  ul.prod-list1 li .product-col .img > a {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
  }

  .prod-list1 li .product-col .img img,
  .grid li .product-col .img img,
  .list li .product-col .img img,
  .product-col .img img,
  ul.prod-list1 li .product-col .img img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    margin: 0 auto !important;
  }

  .prod-list1 li .product-col .prod-info,
  .grid li .product-col .prod-info,
  .list li .product-col .prod-info,
  .product-col .prod-info {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 14px 14px 16px !important;
  }

  .prod-list1 li .product-col h5,
  .prod-list1 li .product-col .name,
  .prod-list1 li .product-col .name a,
  .grid li .product-col h5,
  .grid li .product-col .name,
  .grid li .product-col .name a,
  .product-col h5,
  .product-col .name,
  .product-col .name a {
    display: -webkit-box !important;
    height: 57px !important;
    min-height: 57px !important;
    max-height: 57px !important;
    margin: 0 0 6px !important;
    overflow: hidden !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  .prod-list1 li .product-col .prod-info .text,
  .grid li .product-col .prod-info .text,
  .list li .product-col .prod-info .text,
  .product-col .prod-info .text {
    display: -webkit-box !important;
    height: 53px !important;
    min-height: 53px !important;
    max-height: 53px !important;
    margin: 0 0 12px !important;
    overflow: hidden !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .prod-list1 li .product-col .price,
  .grid li .product-col .price,
  .list li .product-col .price,
  .product-col .price,
  .prod-list1 li .product-col .price.product-price,
  .product-col .price.product-price {
    margin-top: auto !important;
    min-height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    overflow: visible !important;
  }

  .prod-list1 li .product-col .price > strong,
  .grid li .product-col .price > strong,
  .list li .product-col .price > strong,
  .product-col .price > strong {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .prod-list1 li .product-col .price .product-buttons,
  .grid li .product-col .price .product-buttons,
  .list li .product-col .price .product-buttons,
  .product-col .price .product-buttons {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .prod-list1.w25 li .product-col .price .product-buttons,
  .prod-list1.w20 li .product-col .price .product-buttons,
  .prod-list1.w16 li .product-col .price .product-buttons,
  .prod-list1.w14 li .product-col .price .product-buttons,
  .prod-list1.w12 li .product-col .price .product-buttons,
  .prod-list1.w11 li .product-col .price .product-buttons,
  .prod-list1.w10 li .product-col .price .product-buttons,
  .with_col .prod-list1 li .product-col .price .product-buttons,
  .two_columns .prod-list1 li .product-col .price .product-buttons {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .prod-list1 li .product-col .price .btn.add-to-cart,
  .grid li .product-col .price .btn.add-to-cart,
  .list li .product-col .price .btn.add-to-cart,
  .product-col .price .btn.add-to-cart {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 9px !important;
  }

  #specialsListing .prod-list1.row.grid {
    margin-bottom: 34px !important;
    padding-bottom: 8px !important;
  }

  #specialsListing .bottom-pg {
    clear: both !important;
    position: relative !important;
    z-index: 2 !important;
    margin-top: 0 !important;
    padding-top: 14px !important;
    background: var(--bg-cream, #f4f0e8) !important;
  }

  #specialsListing .specials-list-toolbar {
    margin-bottom: 20px !important;
  }

  #specialsListing .specials-list-toolbar-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    padding: 12px 0 !important;
  }

  #specialsListing .specials-sort-shell {
    order: 1 !important;
    width: 100% !important;
  }

  #specialsListing .specials-sort-group {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
  }

  #specialsListing .specials-sort-group form {
    width: 100% !important;
    max-width: 100% !important;
  }

  #specialsListing .specials-sort-group select {
    width: 100% !important;
    max-width: 100% !important;
    height: 42px !important;
    margin: 0 !important;
  }

  #specialsListing #productsListingTopNumber {
    order: 2 !important;
    width: 100% !important;
    margin-top: 0 !important;
    text-align: left !important;
    flex: none !important;
  }

  .product-specs dl,
  .product-specs .grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  #productDescription,
  #productDescription * {
    max-width: 100%;
  }

  #productDescription {
    overflow-wrap: anywhere;    
    border-radius: 12px !important;
  }

  #productDescription table {
    width: 100% !important;
    table-layout: fixed;
  }

  #productDescription td,
  #productDescription th {
    width: auto !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .account-type-option {
    width: 100% !important;
  }

  #createAcctDefault,
  #createAcctDefault #loginDefault {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #createAcctDefault .registration-card {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    border-radius: 14px !important;
  }

  #createAcctDefault .account-notice,
  #createAcctDefault .account-notice[style] {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    padding: 14px !important;
  }

  #createAcctDefault .account-notice .icon,
  #createAcctDefault .account-notice .icon[style] {
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  #createAcctDefault .account-notice .icon i {
    font-size: 14px !important;
    line-height: 1 !important;
  }

  #createAcctDefault .account-notice p {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    text-align: left !important;
  }

  #createAcctDefault .registration-card-header {
    padding: 14px 16px !important;
    gap: 12px !important;
  }

  #createAcctDefault .registration-card-header .account-type-icon {
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
  }

  #createAcctDefault .registration-card-body,
  #createAcctDefault .registration-card-body.form-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px !important;
    overflow: visible !important;
  }

  #createAcctDefault .form-group,
  #createAcctDefault .form-group.full-width {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  #createAcctDefault .form-group label,
  #createAcctDefault .form-group .inputLabel {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.25 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-align: left !important;
    white-space: normal !important;
  }

  #createAcctDefault .form-group input,
  #createAcctDefault .form-group select,
  #createAcctDefault .form-group textarea {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
  }

  #createAcctDefault .dirtyreminder,
  #createAcctDefault .dirtyreminder[style] {
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-top: 0 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  #loginDefault,
  #accountDefault {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #loginDefault .account-grid,
  #accountDefault .account-grid,
  .account-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 32px !important;
  }

  .account-main,
  .account-sidebar,
  .account-card,
  .account-card-body,
  .account-links-list,
  .notification-box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .account-sidebar {
    position: static !important;
    top: auto !important;
  }

  .account-page-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 18px 14px !important;
  }

  .account-header-content {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .account-header-icon {
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
  }

  .account-header-text h1 {
    font-size: 24px !important;
    line-height: 1.15 !important;
    overflow-wrap: anywhere;
  }

  .account-header-text p {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .account-card {
    border-radius: 12px !important;
    margin-bottom: 16px !important;
    overflow: hidden !important;
  }

  .account-card-header {
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px !important;
  }

  .account-card-title {
    min-width: 0;
  }

  .account-card-title h2 {
    font-size: 16px !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere;
  }

  .account-card-body,
  .account-card-body[style] {
    padding: 14px !important;
  }

  .account-card-header .cssButton,
  .account-card-body .cssButton,
  .buttonRow .cssButton,
  .account-main button.cssButton,
  .account-main a.cssButton {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .account-link-item {
    gap: 10px !important;
    padding: 12px !important;
  }

  .account-link-icon {
    flex: 0 0 36px;
    width: 36px !important;
    height: 36px !important;
  }

  .account-link-text {
    min-width: 0;
  }

  .account-link-text span,
  .account-link-text small {
    overflow-wrap: anywhere;
  }

  .orders-table,
  .orders-table tbody,
  .orders-table tr,
  .orders-table td {
    width: 100% !important;
  }

  .orders-table {
    display: block !important;
    overflow: visible !important;
  }

  .orders-table thead {
    display: none !important;
  }

  .orders-table tbody,
  .orders-table tr {
    display: block !important;
  }

  .orders-table tr {
    padding: 12px !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 12px;
    margin-bottom: 12px;
    background: #fff;
  }

  .orders-table td {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 7px 0 !important;
    border: 0 !important;
    text-align: right !important;
    overflow-wrap: anywhere;
  }

  .orders-table td:before {
    content: attr(data-label);
    flex: 0 0 42%;
    max-width: 42%;
    text-align: left;
    font-weight: 700;
    color: var(--text-muted);
  }

  .orders-table td.view-btn {
    display: block !important;
    text-align: center !important;
    margin-top: 8px !important;
  }

  .orders-table td.view-btn:before {
    display: none;
  }

  .order-status-badge {
    padding-right: 12px !important;
    white-space: normal;
    text-align: left;
  }

  .address-card-list {
    gap: 14px !important;
  }

  .address-item-row,
  .address-item-row[style] {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding: 14px !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 12px !important;
  }

  .address-item-content {
    width: 100%;
    min-width: 0;
    gap: 10px !important;
  }

  .address-item-details {
    min-width: 0;
  }

  .address-item-details address,
  .address-item-details h4 {
    overflow-wrap: anywhere;
  }

  .address-item-actions {
    width: 100%;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid var(--border-color);
  }

  .account-main form,
  .account-main fieldset,
  .account-main .form-group,
  .account-main .form-grid,
  .account-main .password-wrapper,
  #loginForm,
  #loginForm .form-group,
  #loginForm .password-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .account-main .form-group,
  #loginForm .form-group {
    height: auto !important;
    margin-bottom: 14px !important;
  }

  .account-main input,
  .account-main select,
  .account-main textarea,
  #loginForm input,
  #loginForm select,
  #loginForm textarea {
    max-width: 100% !important;
  }

  .account-main .buttonRow,
  .account-main .buttonRow.forward,
  .account-main .buttonRow.back,
  .account-main form > div[style*="display: flex"],
  #loginDefault div[style*="display: flex"] {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .account-main .buttonRow .cssButton,
  .account-main button.cssButton,
  .account-main a.cssButton,
  #loginDefault .cssButton {
    width: 100% !important;
    display: block !important;
  }

  #loginDefault .account-card,
  #loginDefault .account-card[style] {
    padding: 18px !important;
  }

  #loginDefault .account-card > div:first-child,
  #loginDefault .account-card[style] > div:first-child {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    margin-bottom: 18px !important;
  }

  #loginDefault .account-card > div:first-child > div:first-child,
  #loginDefault .account-card[style] > div:first-child > div:first-child {
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  #loginDefault .account-card > div:first-child > div:first-child i,
  #loginDefault .account-card[style] > div:first-child > div:first-child i {
    display: block !important;
    font-size: 20px !important;
    line-height: 1 !important;
  }

  #loginDefault .account-card > div:first-child h2,
  #loginDefault .account-card[style] > div:first-child h2 {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
  }

  #loginDefault h1 {
    font-size: 28px !important;
    line-height: 1.15 !important;
  }

  #loginDefault p {
    overflow-wrap: anywhere;
  }

  #loginDefault .toggle-password,
  .account-main .toggle-password {
    right: 12px !important;
    top: 50% !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
    position: absolute !important;
  }

  #accountNotificationsDefault select,
  #accountNotificationsDefault .form-control,
  #accountNotificationsDefault .cssButton,
  #accountNotificationsDefault button,
  #account_notifications select,
  #accountnotificationsBody #pid,
  select[name="products_id"] {
    width: 100% !important;
    max-width: 100% !important;
  }

  #accountNotificationsDefault select,
  #account_notifications select,
  #accountnotificationsBody #pid,
  select[name="products_id"] {
    min-width: 0 !important;
  }

  #accountnotificationsBody .account-main select,
  #accountnotificationsBody .account-main button {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .notification-empty {
    align-items: flex-start;
    overflow-wrap: anywhere;
  }

  footer .footer-whatsapp-chat {
    display: block !important;
    height: auto !important;
    margin-top: 12px !important;
  }

  footer .footer-whatsapp-chat a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: var(--white) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
  }

  footer .footer-whatsapp-chat img {
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
  }

  footer .footer-whatsapp-chat span {
    display: inline-block !important;
    color: var(--white) !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  #shoppingCartDefault {
    padding-top: 16px !important;
    padding-bottom: 32px !important;
  }

  #shoppingCartDefault .free-shipping-banner {
    margin-bottom: 14px !important;
    padding: 14px !important;
    border-radius: 18px !important;
  }

  #shoppingCartDefault .cart-items-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  #shoppingCartDefault .cart-item {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) !important;
    gap: 10px 12px !important;
    padding: 12px !important;
    margin-bottom: 0 !important;
    border-radius: 16px !important;
  }

  #shoppingCartDefault .cart-item .cart-image-col {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 76px !important;
  }

  #shoppingCartDefault .cart-item .cart-image {
    width: 76px !important;
    height: 76px !important;
    border-radius: 14px !important;
  }

  #shoppingCartDefault .cart-item .cart-info-col {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
  }

  #shoppingCartDefault .cart-item .category {
    font-size: 10px !important;
    line-height: 1.2 !important;
    margin-bottom: 4px !important;
  }

  #shoppingCartDefault .cart-item .product-name {
    display: -webkit-box !important;
    margin: 0 0 4px !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  #shoppingCartDefault .cart-item .subtitle,
  #shoppingCartDefault .cart-item .description {
    display: -webkit-box !important;
    margin: 0 0 4px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
  }

  #shoppingCartDefault .cart-item .description {
    margin-bottom: 8px !important;
  }

  #shoppingCartDefault .cart-item .cart-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px 12px !important;
    margin-top: 6px !important;
  }

  #shoppingCartDefault .quantity-control {
    height: 34px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }

  #shoppingCartDefault .quantity-control .qty-btn,
  #shoppingCartDefault .quantity-control .qty-btn.plus,
  #shoppingCartDefault .quantity-control .qty-btn.minus {
    position: static !important;
    inset: auto !important;
    display: inline-flex !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
  }

  #shoppingCartDefault .quantity-control .qty-btn:before,
  #shoppingCartDefault .quantity-control .qty-btn:after,
  #shoppingCartDefault .quantity-control .qty-btn.plus:before,
  #shoppingCartDefault .quantity-control .qty-btn.plus:after,
  #shoppingCartDefault .quantity-control .qty-btn.minus:before,
  #shoppingCartDefault .quantity-control .qty-btn.minus:after {
    content: none !important;
    display: none !important;
  }

  #shoppingCartDefault .quantity-control input {
    width: 38px !important;
    height: 34px !important;
    font-size: 14px !important;
  }

  #shoppingCartDefault .remove-btn {
    font-size: 12px !important;
  }

  #shoppingCartDefault .cart-item .cart-price-col {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-top: 0 !important;
    padding-top: 8px !important;
    border-top: 1px dashed var(--border-color) !important;
    text-align: left !important;
  }

  #shoppingCartDefault .cart-item .total-price {
    font-size: 18px !important;
    line-height: 1.1 !important;
  }

  #shoppingCartDefault .cart-item .unit-price {
    font-size: 11px !important;
    line-height: 1.2 !important;
    text-align: right !important;
  }

  #shoppingCartDefault .summary-box {
    margin-top: 18px !important;
    padding: 18px !important;
    border-radius: 16px !important;
  }
}

@media only screen and (max-width: 420px) {
  .centerBoxContentsFeatured,
  .centerBoxContentsNew,
  .centerBoxContentsSpecials {
    width: 100% !important;
  }

  .qty-selector {
    flex: 0 0 166px;
    width: 166px;
  }

  .btn-add-to-cart {
    flex: 1 1 170px;
    width: auto;
  }

  .btn-add-to-cart {
    justify-content: center;
  }
}

/* Product cards: keep the cart action pinned to the lower-right corner on desktop too. */
.prod-list1 li .product-col,
.grid li .product-col,
.list li .product-col,
.product-col {
  display: flex !important;
  flex-direction: column !important;
}

.prod-list1 li .product-col .prod-info,
.grid li .product-col .prod-info,
.list li .product-col .prod-info,
.product-col .prod-info {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
}

.prod-list1 li .product-col .prod-info .price,
.grid li .product-col .prod-info .price,
.list li .product-col .prod-info .price,
.product-col .prod-info .price {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
  margin-top: auto !important;
  margin-bottom: 0 !important;
  overflow: visible !important;
}

.prod-list1 li .product-col .prod-info .price > strong,
.grid li .product-col .prod-info .price > strong,
.list li .product-col .prod-info .price > strong,
.product-col .prod-info .price > strong {
  display: flex !important;
  align-items: center !important;
  flex: 1 1 auto !important;
  min-height: 42px !important;
  min-width: 0 !important;
}

.prod-list1 li .product-col .prod-info .price span,
.grid li .product-col .prod-info .price span,
.list li .product-col .prod-info .price span,
.product-col .prod-info .price span {
  float: none !important;
  padding-top: 0 !important;
}

.prod-list1 li .product-col .prod-info .price .product-buttons,
.grid li .product-col .prod-info .price .product-buttons,
.list li .product-col .prod-info .price .product-buttons,
.product-col .prod-info .price .product-buttons,
.prod-list1.w25 li .product-col .prod-info .price .product-buttons,
.prod-list1.w20 li .product-col .prod-info .price .product-buttons,
.prod-list1.w16 li .product-col .prod-info .price .product-buttons,
.prod-list1.w14 li .product-col .prod-info .price .product-buttons,
.prod-list1.w12 li .product-col .prod-info .price .product-buttons,
.prod-list1.w11 li .product-col .prod-info .price .product-buttons,
.prod-list1.w10 li .product-col .prod-info .price .product-buttons,
.with_col .prod-list1 li .product-col .prod-info .price .product-buttons,
.two_columns .prod-list1 li .product-col .prod-info .price .product-buttons {
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: auto !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
}

.product-col .prod-info .price .product-buttons .button,
.product-col .prod-info .price .product-buttons .button1 {
  display: flex !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.product-col .prod-info .price .btn.add-to-cart,
.product-col .prod-info .price .btn.products-button.add-to-cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.product-col .prod-info .price .btn.add-to-cart:before,
.product-col .prod-info .price .btn.products-button.add-to-cart:before {
  content: none !important;
  display: none !important;
}

.product-col .prod-info .price .btn.add-to-cart i,
.product-col .prod-info .price .btn.products-button.add-to-cart i {
  display: block !important;
  color: currentColor !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

/* Final product-card cart placement override. The theme has older hover/button rules
   after several card variants, so pin the new icon button independently. */
.prod-list1 li .product-col,
.grid li .product-col,
.list li .product-col,
.product-col {
  position: relative !important;
}

.prod-list1 li .product-col .prod-info,
.grid li .product-col .prod-info,
.list li .product-col .prod-info,
.product-col .prod-info {
  position: static !important;
}

.prod-list1 li .product-col .prod-info .price,
.grid li .product-col .prod-info .price,
.list li .product-col .prod-info .price,
.product-col .prod-info .price {
  position: static !important;
  min-height: 42px !important;
  padding-right: 52px !important;
}

.prod-list1 li .product-col .prod-info .price .product-buttons,
.grid li .product-col .prod-info .price .product-buttons,
.list li .product-col .prod-info .price .product-buttons,
.product-col .prod-info .price .product-buttons {
  position: absolute !important;
  right: 14px !important;
  bottom: 14px !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  z-index: 3 !important;
  display: flex !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
}

.prod-list1 li .product-col:hover .prod-info .price .product-buttons,
.grid li .product-col:hover .prod-info .price .product-buttons,
.list li .product-col:hover .prod-info .price .product-buttons,
.product-col:hover .prod-info .price .product-buttons {
  right: 14px !important;
  bottom: 14px !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.prod-list1 li .product-col .prod-info .price .product-buttons .button,
.grid li .product-col .prod-info .price .product-buttons .button,
.list li .product-col .prod-info .price .product-buttons .button,
.product-col .prod-info .price .product-buttons .button {
  position: static !important;
  display: flex !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

.prod-list1 li .product-col .prod-info .price .btn.add-to-cart,
.grid li .product-col .prod-info .price .btn.add-to-cart,
.list li .product-col .prod-info .price .btn.add-to-cart,
.product-col .prod-info .price .btn.add-to-cart,
.prod-list1 li .product-col .prod-info .price .btn.products-button.add-to-cart,
.grid li .product-col .prod-info .price .btn.products-button.add-to-cart,
.list li .product-col .prod-info .price .btn.products-button.add-to-cart,
.product-col .prod-info .price .btn.products-button.add-to-cart {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  border: 1px solid #d8d4ce !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #111 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.prod-list1 li .product-col .prod-info .price .btn.add-to-cart:before,
.grid li .product-col .prod-info .price .btn.add-to-cart:before,
.list li .product-col .prod-info .price .btn.add-to-cart:before,
.product-col .prod-info .price .btn.add-to-cart:before,
.prod-list1 li .product-col .prod-info .price .btn.products-button.add-to-cart:before,
.grid li .product-col .prod-info .price .btn.products-button.add-to-cart:before,
.list li .product-col .prod-info .price .btn.products-button.add-to-cart:before,
.product-col .prod-info .price .btn.products-button.add-to-cart:before {
  content: none !important;
  display: none !important;
}

.prod-list1 li .product-col .prod-info .price .btn.add-to-cart .cssButton,
.grid li .product-col .prod-info .price .btn.add-to-cart .cssButton,
.list li .product-col .prod-info .price .btn.add-to-cart .cssButton,
.product-col .prod-info .price .btn.add-to-cart .cssButton,
.prod-list1 li .product-col .prod-info .price .btn.add-to-cart img,
.grid li .product-col .prod-info .price .btn.add-to-cart img,
.list li .product-col .prod-info .price .btn.add-to-cart img,
.product-col .prod-info .price .btn.add-to-cart img {
  display: none !important;
}

.prod-list1 li .product-col .prod-info .price .btn.add-to-cart i.fa-solid.fa-cart-plus,
.grid li .product-col .prod-info .price .btn.add-to-cart i.fa-solid.fa-cart-plus,
.list li .product-col .prod-info .price .btn.add-to-cart i.fa-solid.fa-cart-plus,
.product-col .prod-info .price .btn.add-to-cart i.fa-solid.fa-cart-plus,
.prod-list1 li .product-col .prod-info .price .btn.products-button.add-to-cart i.fa-solid.fa-cart-plus,
.grid li .product-col .prod-info .price .btn.products-button.add-to-cart i.fa-solid.fa-cart-plus,
.list li .product-col .prod-info .price .btn.products-button.add-to-cart i.fa-solid.fa-cart-plus,
.product-col .prod-info .price .btn.products-button.add-to-cart i.fa-solid.fa-cart-plus {
  display: block !important;
  color: currentColor !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

.prod-list1 li .product-col .prod-info .price .btn.add-to-cart:hover,
.grid li .product-col .prod-info .price .btn.add-to-cart:hover,
.list li .product-col .prod-info .price .btn.add-to-cart:hover,
.product-col .prod-info .price .btn.add-to-cart:hover,
.prod-list1 li .product-col .prod-info .price .btn.products-button.add-to-cart:hover,
.grid li .product-col .prod-info .price .btn.products-button.add-to-cart:hover,
.list li .product-col .prod-info .price .btn.products-button.add-to-cart:hover,
.product-col .prod-info .price .btn.products-button.add-to-cart:hover {
  background: #1f1b18 !important;
  border-color: #1f1b18 !important;
  color: #fff !important;
}

.prod-list1 li .product-col .prod-info .price .product_sold_out,
.grid li .product-col .prod-info .price .product_sold_out,
.list li .product-col .prod-info .price .product_sold_out,
.product-col .prod-info .price .product_sold_out,
.prod-list1 li .product-col .prod-info .price .button_sold_out_instead_of_price,
.grid li .product-col .prod-info .price .button_sold_out_instead_of_price,
.list li .product-col .prod-info .price .button_sold_out_instead_of_price,
.product-col .prod-info .price .button_sold_out_instead_of_price {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #ef4444 !important;
  border-radius: 10px !important;
  background: #ef4444 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: hidden !important;
  transform: none !important;
}

.prod-list1 li .product-col .prod-info .price .product_sold_out:before,
.grid li .product-col .prod-info .price .product_sold_out:before,
.list li .product-col .prod-info .price .product_sold_out:before,
.product-col .prod-info .price .product_sold_out:before,
.prod-list1 li .product-col .prod-info .price .button_sold_out_instead_of_price:before,
.grid li .product-col .prod-info .price .button_sold_out_instead_of_price:before,
.list li .product-col .prod-info .price .button_sold_out_instead_of_price:before,
.product-col .prod-info .price .button_sold_out_instead_of_price:before {
  content: "\f00d" !important;
  display: block !important;
  font: normal 18px/1 "FontAwesome" !important;
  color: #fff !important;
}

#specialsListing .product-col .prod-info .price {
  display: block !important;
  min-height: 0 !important;
  padding-right: 56px !important;
}

#specialsListing .product-col .prod-info .price > strong {
  display: block !important;
}

#specialsListing .product-col .prod-info .price .normalprice,
#specialsListing .product-col .prod-info .price .productSpecialPrice {
  display: inline-block !important;
  padding-top: 0 !important;
  vertical-align: baseline !important;
}

#specialsListing .product-col .prod-info .text {
  padding-right: 58px !important;
  padding-bottom: 24px !important;
}

#alsoPurchased .product-col .prod-info .text {
  padding-right: 58px !important;
  padding-bottom: 24px !important;
}

#featuredProducts .product-col .homepage-stock-action,
#whatsNew .product-col .homepage-stock-action,
#specialsDefault .product-col .homepage-stock-action,
#featuredDefault .product-col .homepage-stock-action {
  display: block !important;
  max-width: 100% !important;
  margin-top: 10px !important;
  padding-right: 56px !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  color: #1f1b18 !important;
}

#featuredProducts .product-col .homepage-stock-action br,
#whatsNew .product-col .homepage-stock-action br,
#specialsDefault .product-col .homepage-stock-action br,
#featuredDefault .product-col .homepage-stock-action br {
  display: none !important;
}

#featuredProducts .product-col .homepage-stock-action a:not(.btn),
#whatsNew .product-col .homepage-stock-action a:not(.btn),
#specialsDefault .product-col .homepage-stock-action a:not(.btn),
#featuredDefault .product-col .homepage-stock-action a:not(.btn) {
  color: #2f8f2f !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.product-col .homepage-stock-action {
  position: absolute !important;
  left: 22px !important;
  right: 72px !important;
  bottom: 16px !important;
  z-index: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
  max-height: 48px !important;
  overflow: hidden !important;
  text-align: left !important;
}

#featuredProducts .product-col .homepage-stock-action,
#whatsNew .product-col .homepage-stock-action,
#specialsDefault .product-col .homepage-stock-action,
#featuredDefault .product-col .homepage-stock-action {
  position: absolute !important;
  left: 22px !important;
  right: 72px !important;
  bottom: 16px !important;
  z-index: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
  max-height: 48px !important;
  overflow: hidden !important;
  text-align: left !important;
}

.product-col .homepage-stock-action .back_in_stock {
  display: block !important;
  max-width: 100% !important;
}

.product-col .homepage-stock-action + .price {
  min-height: 42px !important;
  padding-right: 56px !important;
}

.product-col .homepage-stock-action + .price > strong {
  visibility: hidden !important;
}

.prod-list1 li .product-col .prod-info .price .button_sold_out_instead_of_price,
.grid li .product-col .prod-info .price .button_sold_out_instead_of_price,
.list li .product-col .prod-info .price .button_sold_out_instead_of_price,
.product-col .prod-info .price .button_sold_out_instead_of_price {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-indent: -9999px !important;
}

.prod-list1 li .product-col .prod-info .price .button_sold_out_instead_of_price:before,
.grid li .product-col .prod-info .price .button_sold_out_instead_of_price:before,
.list li .product-col .prod-info .price .button_sold_out_instead_of_price:before,
.product-col .prod-info .price .button_sold_out_instead_of_price:before {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  text-indent: 0 !important;
  line-height: 1 !important;
}

@media only screen and (max-width: 767px) {
  #featuredProducts .product-col .prod-info .price,
  #whatsNew .product-col .prod-info .price {
    display: flex !important;
    align-items: center !important;
    min-height: 42px !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }

  #featuredProducts .product-col .prod-info .price > strong,
  #whatsNew .product-col .prod-info .price > strong {
    min-height: 42px !important;
  }

  #featuredProducts .product-col .prod-info .price .product-buttons,
  #whatsNew .product-col .prod-info .price .product-buttons,
  #featuredProducts .product-col:hover .prod-info .price .product-buttons,
  #whatsNew .product-col:hover .prod-info .price .product-buttons {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    margin-left: auto !important;
  }
}

/* Category hero images: modern generated assets need a controlled banner frame. */
.categoryColumn #category-image,
#categoryImgListing {
  overflow: hidden !important;
  margin: 0 auto 34px !important;
  border-radius: 18px !important;
  background: #f4efe7 !important;
  box-shadow: 0 14px 36px rgba(31, 27, 24, 0.08) !important;
}

.categoryColumn #category-image img,
#categoryImgListing img {
  display: block !important;
  width: 100% !important;
  max-height: 380px !important;
  object-fit: cover !important;
  border: 0 !important;
}

@media only screen and (max-width: 767px) {
  .categoryColumn #category-image,
  #categoryImgListing {
    margin: 0 12px 28px !important;
    border-radius: 14px !important;
  }

  .categoryColumn #category-image img,
  #categoryImgListing img {
    aspect-ratio: 5 / 3 !important;
    max-height: 260px !important;
  }
}
