.sf-wrapper-container {
    padding-bottom: 30px;
}

.material-icons {
    font-family: "Material Icons" !important;
    font-style: normal;
}

.fa {
    font-family: "FontAwesome" !important;
}

#header .header-top .header_logo img.logo {
    max-height: 40px !important;
    width: auto !important;
    object-fit: contain;
}

#header .header-top .header_logo {
    padding: 6px 0 !important;
}

#header .header-top {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

#header .header_logo h1 a,
#header .header_logo a {
    color: #222 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-weight: 500 !important;
}

.sf-home .sf-page-heading {
    margin-bottom: 14px;
}

.sf-home .sf-page-heading h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.sf-home .sf-breadcrumb {
    font-size: 12px;
    color: #777;
    margin-bottom: 4px;
}

.sf-home .sf-breadcrumb a {
    color: #777;
}

.sf-home .sf-home-hero,
.sf-home .sf-home-categories {
    margin-bottom: 20px;
}

.sf-home .sf-home-categories {
    clear: both;
    float: none;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.sf-home .sf-home-categories .cz-carousel {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    float: none;
}

.sf-home .sf-home-categories .product_slider_grid li.grid {
    width: 12.5%;
    min-width: 120px;
    float: none;
}

.sf-offer-strip {
    clear: both;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 20px;
}

.sf-offer-card {
    border: 1px solid #ececec;
    background: #fff;
    padding: 14px;
    min-width: 220px;
}

.sf-offer-card span {
    display: block;
    color: #e53935;
    font-weight: 700;
    font-size: 13px;
}

.sf-offer-card strong {
    display: block;
    color: #222;
    font-size: 18px;
    margin-top: 4px;
}

.sf-offer-card small {
    display: block;
    color: #666;
    margin-top: 4px;
}

.sf-home .sf-product-image-placeholder {
    display: block;
    width: 100%;
    height: 165px;
    background: #f5f5f5;
    border: 1px dashed #ddd;
}

.sf-home .sf-product-meta {
    font-size: 12px;
    color: #666;
}

.sf-home .featured-products .product-actions {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.sf-home .featured-products .product-actions:before,
.sf-home .featured-products .product-actions:after {
    display: none !important;
    content: none !important;
}

.sf-home .featured-products .product-actions form {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 !important;
    width: auto !important;
}

.sf-home .featured-products .product-actions form:not(.sf-wishlist-form) {
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr);
    width: 100% !important;
}

.sf-home .featured-products .product-actions input[type="number"] {
    width: 52px !important;
    min-width: 52px !important;
    height: 36px !important;
    margin: 0 !important;
}

.sf-home .featured-products .product-actions .btn {
    width: auto !important;
    min-width: 42px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 8px !important;
    border-radius: 3px !important;
    line-height: 36px !important;
    font-size: 10px !important;
    white-space: nowrap;
}

.sf-home .featured-products .product-actions .sf-wishlist-btn {
    padding: 0 !important;
}

.sf-home .featured-products .product-actions .btn.btn-primary {
    flex: 1 1 118px;
    width: 100% !important;
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0 !important;
}

.sf-home .sf-empty-card {
    padding: 16px;
}

.sf-home .sf-pagination-wrap {
    margin-top: 10px;
}

.sf-home .sf-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sf-home .sf-disabled-page {
    pointer-events: none;
    opacity: .6;
}

.sf-home #czcategorytabs {
    margin-top: 26px !important;
}

.sf-home #czcategorytabs .nav-tabs {
    border-bottom: 1px solid #ececec;
    margin-bottom: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.sf-home #czcategorytabs .nav-tabs .nav-link {
    border: 1px solid #ececec;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 12px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: .2px;
}

.sf-home #czcategorytabs .nav-tabs .nav-link.active {
    background: #222;
    border-color: #222;
    color: #fff;
}

.sf-home #czcategorytabs .thumbnail-container {
    border: 1px solid #ececec;
    padding: 10px;
    min-height: 260px;
}

.sf-home #czcategorytabs .product-thumbnail img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.sf-home #czcategorytabs .sf-product-image-placeholder {
    height: 160px;
}

.sf-product-detail {
    padding-top: 16px;
}

.sf-product-gallery-col {
    margin-bottom: 16px;
}

.sf-product-gallery-main {
    border: 1px solid #ececec;
    background: #fff;
    padding: 12px;
}

.sf-product-gallery-main img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.sf-product-detail-placeholder {
    display: block;
    width: 100%;
    min-height: 320px;
    background: #f5f5f5;
    border: 1px dashed #ddd;
}

.sf-product-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.sf-product-thumb {
    border: 1px solid #ececec;
    padding: 4px;
    background: #fff;
    cursor: pointer;
}

.sf-product-thumb.is-active {
    border-color: #ff5252;
}

.sf-product-thumb img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.sf-account-page,
.sf-order-detail {
    display: grid;
    gap: 18px;
}

.sf-account-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #ececec;
    background: #fff;
    padding: 16px;
}

.sf-account-head h1 {
    margin: 0 0 4px;
    font-size: 26px;
}

.sf-account-head p {
    margin: 0;
    color: #666;
}

.sf-account-form {
    border: 1px solid #ececec;
    background: #fff;
    padding: 16px;
}

.sf-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.sf-field-wide {
    grid-column: 1 / -1;
}

.sf-account-form .select2-container {
    display: block;
    width: 100% !important;
}

.sf-account-form .select2-container--default .select2-selection--single {
    height: 48px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.sf-account-form .select2-container--default.select2-container--focus .select2-selection--single,
.sf-account-form .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #ff5252;
    box-shadow: 0 0 0 3px rgba(255, 82, 82, .12);
}

.sf-account-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 46px;
    padding: 0 42px 0 14px;
    color: #222;
    font-size: 14px;
    line-height: 46px;
}

.sf-account-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.sf-account-form .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 46px;
    margin-right: 26px;
    color: #888;
    font-size: 18px;
    line-height: 44px;
}

.sf-account-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 34px;
    height: 46px;
    right: 4px;
}

.sf-account-select-dropdown {
    border-color: #e2e2e2;
    border-radius: 4px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
    overflow: hidden;
}

.sf-account-select-dropdown .select2-search--dropdown {
    padding: 8px;
}

.sf-account-select-dropdown .select2-search--dropdown .select2-search__field {
    height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 0 12px;
    outline: none;
}

.sf-account-select-dropdown .select2-search--dropdown .select2-search__field:focus {
    border-color: #ff5252;
}

.sf-account-select-dropdown .select2-results__option {
    padding: 10px 14px;
    font-size: 14px;
}

.sf-account-select-dropdown .select2-results__option--highlighted[aria-selected] {
    background: #ff5252;
}

.sf-account-select-dropdown .select2-results__option[aria-selected=true] {
    background: #fff0f0;
    color: #ff5252;
}

.sf-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.sf-detail-card {
    padding: 16px;
}

.sf-detail-card h3 {
    margin-top: 0;
}

.sf-tracking-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.sf-tracking-step {
    border: 1px solid #ececec;
    background: #fff;
    padding: 14px;
    text-align: center;
    color: #777;
}

.sf-tracking-step span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    margin: 0 auto 8px;
}

.sf-tracking-step.is-complete {
    color: #222;
    border-color: #ffb4b4;
}

.sf-tracking-step.is-complete span {
    background: #ff5252;
}

@media (max-width: 767px) {
    .sf-form-grid,
    .sf-detail-grid,
    .sf-tracking-steps {
        grid-template-columns: 1fr;
    }

    .sf-account-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

.sf-home #cztestimonialcmsblock {
    margin-top: 28px !important;
}

.sf-home #cztestimonialcmsblock .testimonial-item {
    border: 1px solid #ececec;
    border-radius: 3px;
    min-height: 155px;
    background: #fff;
    padding: 14px;
}

.sf-home .sf-testimonial-col,
.sf-home .blog-post {
    margin-bottom: 16px;
}

.sf-home .sf-testimonial-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.sf-home .sf-testimonial-head img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.sf-home .sf-testimonial-role {
    font-size: 12px;
    color: #666;
}

.sf-home .sf-testimonial-content {
    font-size: 13px;
    color: #444;
}

.sf-home .homeblog-latest {
    margin-top: 28px !important;
}

.sf-home .homeblog-latest .blog-item {
    border: 1px solid #ececec;
    background: #fff;
    height: 100%;
}

.sf-home .homeblog-latest .blog-image img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.sf-home .homeblog-latest .blog-content-wrap {
    padding: 12px;
    min-height: 176px;
}

.sf-home .homeblog-latest .blog-content-wrap h3 {
    font-size: 15px;
    line-height: 1.35;
    margin: 8px 0;
}

.sf-home .homeblog-latest .blog-shortinfo {
    font-size: 13px;
    color: #666;
    line-height: 1.45;
}

.sf-home .sf-blog-list {
    display: flex;
    flex-wrap: wrap;
}

.sf-home .sf-read-more {
    margin-top: 8px;
}

.sf-home .sf-filter-panel {
    border: 1px solid #ececec;
    background: #fff;
    padding: 14px;
    position: sticky;
    top: 10px;
}

.sf-home .sf-filter-panel h4 {
    margin: 0 0 10px;
    font-size: 18px;
}

.sf-home .sf-filter-panel label {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
    display: block;
}

.sf-home .sf-filter-panel .form-control {
    height: 34px;
    border-radius: 2px;
}

.sf-home .sf-field {
    margin-bottom: 10px;
}

.sf-home .sf-check {
    margin: 0;
}

.sf-home .sf-filter-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.sf-home .sf-filter-actions .btn {
    width: 100%;
    text-align: center;
}

.ui-autocomplete,
.ui-menu.ui-widget.ui-widget-content,
#search_widget .ac_results,
#search_widget .search_results {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

#search_widget {
    position: relative;
}

#shop-search-suggestions {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    background: #fff;
    border: 1px solid #e6e6e6;
    z-index: 9999;
    max-height: 320px;
    overflow-y: auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    display: none;
}

#shop-search-suggestions .shop-search-item {
    display: block;
    padding: 10px 12px;
    border-bottom: 1px solid #f3f3f3;
    color: #222;
    text-decoration: none;
    font-size: 13px;
}

#shop-search-suggestions .shop-search-item:last-child {
    border-bottom: none;
}

#shop-search-suggestions .shop-search-item:hover {
    background: #fafafa;
}

#shop-search-suggestions .shop-search-price {
    display: block;
    margin-top: 2px;
    color: #e53935;
    font-size: 12px;
}

#desktop_cart .cart_block .block_content .mini-preview-list {
    max-height: 300px;
    overflow: auto;
    padding: 0 10px;
}

#desktop_cart .cart_block .block_content .mini-preview-item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
}

#desktop_cart .cart_block .block_content .mini-preview-item:last-child {
    border-bottom: none;
}

#desktop_cart .cart_block .block_content .mini-preview-thumb {
    width: 52px;
    height: 52px;
    display: block;
    flex: 0 0 52px;
}

#desktop_cart .cart_block .block_content .mini-preview-item img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border: 1px solid #f0f0f0;
}

#desktop_cart .cart_block .block_content .sf-mini-preview-placeholder {
    display: block;
    width: 52px;
    height: 52px;
    background: #f5f5f5;
    border: 1px dashed #ddd;
}

.product-notification .sf-notification-image-placeholder {
    display: block;
    width: 100%;
    min-height: 72px;
    background: #f5f5f5;
    border: 1px dashed #ddd;
}

#desktop_cart .cart_block .block_content .mini-preview-body {
    flex: 1;
    min-width: 0;
}

#desktop_cart .cart_block .block_content .mini-preview-name {
    display: block;
    font-size: 12px;
    line-height: 1.35;
    color: #222;
    margin-bottom: 3px;
}

#desktop_cart .cart_block .block_content .mini-preview-meta {
    font-size: 11px;
    color: #666;
}

#desktop_cart .cart_block .block_content .mini-preview-price {
    font-size: 12px;
    color: #e53935;
    margin-top: 2px;
}

#desktop_cart .cart_block .block_content .mini-preview-footer {
    padding: 10px 10px 0;
    border-top: 1px solid #efefef;
    margin-top: 8px;
}

#desktop_cart .cart_block .block_content .mini-preview-subtotal {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 8px;
}

#desktop_cart .cart_block .block_content .mini-preview-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

#desktop_cart .cart_block .block_content .mini-preview-actions .btn {
    text-align: center;
    padding: 8px 10px;
    font-size: 11px;
}

#desktop_cart .cart_block .block_content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#desktop_cart .shopping-cart {
    position: relative;
}

#desktop_cart .shopping-cart .mobile_count,
#desktop_cart .shopping-cart .cart-products-count {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ff5252;
    color: #fff !important;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

#desktop_cart .shopping-cart .mobile_count {
    position: absolute;
    top: -9px;
    right: -10px;
    z-index: 2;
}

#desktop_cart .shopping-cart .cart-products-count {
    margin-left: 6px;
}

.sf-razorpay-page {
    max-width: 760px;
    margin: 0 auto;
    padding: 36px 16px 52px;
}

.sf-razorpay-panel {
    border: 1px solid #e8ece8;
    background: #fff;
    padding: 28px;
    text-align: center;
}

.sf-razorpay-panel h1 {
    margin: 0 0 8px;
    font-size: 28px;
    color: #1c1f1c;
}

.sf-razorpay-panel p {
    margin: 0 0 12px;
    color: #6b716b;
}

.sf-razorpay-total {
    margin: 18px auto 22px;
    font-size: 26px;
    font-weight: 700;
    color: #1f7a4d;
}

.sf-razorpay-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.sf-live-footer {
    padding: 30px 0 22px;
    border-top: 1px solid #ececec;
}

.sf-live-footer .sf-footer-col {
    margin-bottom: 18px;
}

.sf-live-footer h3 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.sf-live-footer p,
.sf-live-footer li {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.sf-live-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-live-footer a {
    color: #444;
}

.sf-live-footer a:hover {
    color: #ff5252;
}

.sf-footer-newsletter {
    margin-top: 14px;
}

.sf-footer-newsletter label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #222;
}

.sf-footer-newsletter div {
    display: flex;
    gap: 8px;
}

.sf-footer-newsletter input {
    min-width: 0;
    flex: 1;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 12px;
}

.sf-footer-newsletter button {
    height: 40px;
    border: 0;
    background: #ff5252;
    color: #fff;
    padding: 0 14px;
    font-weight: 700;
}

#blockEmailSubscription_displayFooter .sf-newsletter-alert {
    margin: 0 0 10px;
    padding: 8px 10px;
    font-size: 13px;
}

#blockEmailSubscription_displayFooter .sf-newsletter-terms {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
    margin: 8px 0 0;
    color: #777;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.45;
}

#blockEmailSubscription_displayFooter .sf-newsletter-terms input[type="checkbox"] {
    position: static !important;
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px;
    margin: 2px 0 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
}

.sf-total-row,
.sf-coupon-applied {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #efefef;
    color: #444;
}

.sf-coupon-applied {
    color: #1f7a4d;
}

.sf-coupon-applied span,
.sf-coupon-applied strong {
    display: block;
}

.sf-coupon-form {
    margin: 14px 0;
}

.sf-coupon-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
}

.sf-coupon-form > div {
    display: flex;
    gap: 8px;
}

.sf-coupon-form input {
    min-width: 0;
}

.sf-coupon-remove {
    margin: 10px 0 0;
}

.sf-cart-total {
    margin: 14px 0 16px;
    color: #222;
}

.sf-product-reviews {
    margin-top: 28px;
    padding: 22px;
    background: #fff;
    border: 1px solid #ececec;
}

.sf-review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.sf-review-head h3 {
    margin: 0 0 4px;
}

.sf-review-head p {
    margin: 0;
    color: #666;
}

.sf-review-score {
    min-width: 118px;
    text-align: right;
}

.sf-review-score strong {
    display: block;
    font-size: 26px;
    line-height: 1;
    color: #222;
}

.sf-review-score span,
.sf-review-stars {
    color: #f5a623;
    letter-spacing: 0;
}

.sf-review-item {
    padding: 14px 0;
    border-bottom: 1px solid #efefef;
}

.sf-review-item h4 {
    margin: 6px 0;
    font-size: 16px;
}

.sf-review-item p {
    margin: 0 0 6px;
    color: #444;
    line-height: 1.6;
}

.sf-review-item small,
.sf-review-empty {
    color: #777;
}

.sf-review-form {
    padding: 16px;
    background: #fafafa;
    border: 1px solid #ececec;
}

.sf-review-form h4 {
    margin: 0 0 12px;
}

.sf-review-form label {
    display: block;
    margin: 10px 0 5px;
    font-weight: 700;
}

.sf-review-form button {
    margin-top: 12px;
}

.sf-order-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.sf-order-actions form {
    margin: 0;
}

.sf-account-actions,
.sf-wishlist-form,
.sf-product-wishlist-form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.sf-account-action-form {
    margin: 0;
}

.sf-product-wishlist-form {
    margin-top: 10px;
}

.sf-wishlist-btn {
    min-width: 42px;
    height: 36px;
    padding: 0 10px;
}

.sf-wishlist-btn.is-saved,
.sf-product-wishlist-form .is-saved {
    color: #ff5252;
    border-color: #ff5252;
}

.sf-product-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.sf-product-info-note,
.sf-product-variant-field {
    margin: 0 0 14px;
}

.sf-product-info-note {
    padding: 10px 12px;
    border: 1px solid #ececec;
    background: #fafafa;
    color: #444;
}

.sf-product-specs div,
.sf-wishlist-card,
.sf-track-form,
.sf-invoice-total,
.sf-return-form {
    border: 1px solid #ececec;
    background: #fff;
}

.sf-product-specs div {
    padding: 12px;
}

.sf-product-specs strong,
.sf-product-specs span {
    display: block;
}

.sf-product-specs strong {
    color: #222;
    margin-bottom: 4px;
}

.sf-wishlist-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.sf-wishlist-card {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 14px;
    padding: 12px;
}

.sf-wishlist-card img {
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.sf-wishlist-card h3 {
    margin: 0 0 6px;
    font-size: 16px;
}

.sf-wishlist-card p {
    margin: 0 0 8px;
    color: #666;
}

.sf-track-form {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 12px;
    align-items: end;
    padding: 14px;
    margin-bottom: 18px;
}

.sf-return-form {
    display: grid;
    gap: 8px;
    padding: 12px;
    margin-top: 14px;
}

.sf-return-status {
    margin-top: 12px;
    color: #1f7a4d;
}

.sf-invoice-total {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 18px;
    max-width: 360px;
    margin-left: auto;
    padding: 14px;
}

.sf-print-invoice {
    overflow: hidden;
    border: 1px solid #dfe8df;
    background: #fff;
    box-shadow: 0 18px 40px rgba(12, 36, 24, 0.08);
}

.sf-print-invoice-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 34px;
    background: #0b321d;
    color: #fff;
    border-bottom: 6px solid #55e6a5;
}

.sf-print-invoice-head img {
    width: 132px;
    height: 56px;
    object-fit: contain;
    background: #fff;
    border-radius: 6px;
    padding: 6px;
}

.sf-print-invoice-head p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.76);
}

.sf-print-invoice-head span {
    display: block;
    margin-bottom: 8px;
    color: #9df4c8;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.sf-print-invoice-head h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
}

.sf-print-invoice-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 24px 34px 10px;
}

.sf-print-invoice-meta > div,
.sf-print-note {
    border: 1px solid #e5ede5;
    background: #fbfdfb;
    padding: 16px;
}

.sf-print-invoice-meta span {
    display: block;
    margin-bottom: 10px;
    color: #0b321d;
    font-weight: 800;
}

.sf-print-invoice-meta p,
.sf-print-note p {
    margin: 0 0 7px;
}

.sf-print-table-wrap {
    padding: 14px 34px 20px;
}

.sf-print-table {
    width: 100%;
    border-collapse: collapse;
}

.sf-print-table th {
    background: #0b321d;
    color: #fff;
    padding: 12px 10px;
    font-weight: 800;
    text-align: left;
}

.sf-print-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #e9eee9;
}

.sf-print-table tbody tr:nth-child(even) td {
    background: #f7faf7;
}

.sf-print-invoice-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
    padding: 0 34px 34px;
}

.sf-print-note {
    background: #0b321d;
    color: #fff;
}

.sf-print-note p {
    color: rgba(255, 255, 255, 0.76);
}

.sf-grand-total-label,
.sf-grand-total-value {
    border-top: 2px solid #55e6a5;
    padding-top: 10px;
    color: #0b321d;
    font-size: 18px;
}

.sf-checkout-panel {
    padding: 18px;
}

.sf-checkout-layout {
    align-items: flex-start;
}

.sf-checkout-main > .card + .card {
    margin-top: 16px;
}

.sf-checkout-items {
    overflow: hidden;
}

.sf-checkout-item {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px 0;
    border-top: 1px solid #efefef;
}

.sf-checkout-item:first-of-type {
    border-top: 0;
}

.sf-checkout-section-head + .sf-checkout-item {
    border-top: 0;
}

.sf-checkout-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border: 1px solid #ececec;
    background: #fafafa;
    text-decoration: none;
}

.sf-checkout-item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.sf-checkout-item-image span {
    color: #ff5252;
    font-size: 24px;
    font-weight: 800;
}

.sf-checkout-item-name {
    color: #222;
    font-weight: 800;
    text-decoration: none;
}

.sf-checkout-item-name:hover {
    color: #ff5252;
}

.sf-checkout-item-meta {
    margin-top: 5px;
    color: #666;
    font-size: 13px;
    line-height: 1.45;
}

.sf-checkout-item-total {
    min-width: 150px;
    text-align: right;
}

.sf-checkout-item-total span {
    display: block;
    margin-bottom: 4px;
    color: #777;
    font-size: 12px;
}

.sf-checkout-item-total strong {
    color: #111;
}

.sf-checkout-summary {
    position: sticky;
    top: 88px;
}

.sf-checkout-delivery {
    margin: 0;
}

.sf-checkout-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
}

.sf-checkout-section-head h3 {
    margin: 0 0 4px;
    font-size: 22px;
}

.sf-checkout-section-head p {
    margin: 0;
    color: #777;
    font-size: 13px;
}

.sf-checkout-link {
    color: #ff5252;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
}

.sf-address-choice-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.sf-address-choice {
    position: relative;
    display: block;
    margin: 0;
    min-height: 150px;
    padding: 14px;
    border: 1px solid #e7e7e7;
    background: #fff;
    cursor: pointer;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.sf-address-choice:hover,
.sf-address-choice.is-selected {
    border-color: #ff5252;
    background: #fffafa;
    box-shadow: 0 8px 20px rgba(255, 82, 82, .08);
}

.sf-address-choice input {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    opacity: 0;
    pointer-events: none;
}

.sf-address-choice.is-selected::after {
    content: "Selected";
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #ff5252;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.sf-address-choice-body,
.sf-address-line,
.sf-address-meta,
.sf-default-badge {
    display: block;
}

.sf-address-choice-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 8px;
    margin-bottom: 6px;
}

.sf-address-choice-top strong {
    min-width: 0;
    color: #222;
    font-size: 15px;
}

.sf-pin-badge,
.sf-default-badge {
    width: max-content;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1;
}

.sf-pin-badge {
    flex: 0 0 auto;
    padding: 6px 8px;
    background: #111;
    color: #fff;
    font-size: 11px;
}

.sf-default-badge {
    margin-top: 8px;
    padding: 5px 8px;
    background: #e9f8ef;
    color: #1f7a4d;
    font-size: 11px;
}

.sf-address-line {
    color: #555;
    font-size: 13px;
    line-height: 1.4;
}

.sf-address-meta {
    margin-top: 3px;
    color: #777;
    font-size: 12px;
}

.sf-checkout-empty,
.sf-shipping-message {
    padding: 10px 12px;
    background: #fafafa;
    border: 1px solid #ececec;
    color: #666;
    font-size: 13px;
}

.sf-shipping-message {
    margin: 12px 0 0;
}

@media (max-width: 1199px) {
    .sf-address-choice-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .sf-checkout-summary {
        position: static;
        margin-top: 16px;
    }
}

@media (max-width: 640px) {
    .sf-address-choice-list {
        grid-template-columns: 1fr;
    }

    .sf-checkout-item {
        grid-template-columns: 72px minmax(0, 1fr);
        align-items: start;
    }

    .sf-checkout-item-image {
        width: 72px;
        height: 72px;
    }

    .sf-checkout-item-total {
        grid-column: 2;
        min-width: 0;
        text-align: left;
    }
}

.sf-compare-table img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    display: block;
    margin-bottom: 8px;
}

.sf-compare-table th,
.sf-compare-table td {
    min-width: 170px;
    vertical-align: top;
}

.sf-mobile-bottom-nav {
    display: none;
}

.sf-sticky-add-cart {
    display: none;
}

@media print {
    @page {
        size: A4;
        margin: 12mm;
    }

    html,
    body {
        width: auto !important;
        min-width: 0 !important;
        background: #fff !important;
    }

    header,
    footer,
    nav,
    .top-menu,
    .header-top,
    .header-bottom,
    .page-footer,
    .product-notification,
    .scrollToTop,
    .sf-mobile-bottom-nav,
    .sf-account-actions,
    .sf-account-head,
    .sf-screen-invoice-legacy,
    .breadcrumb,
    #search_widget {
        display: none !important;
    }

    .container,
    .sf-wrapper-container,
    .sf-invoice-page {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .sf-invoice-page {
        color: #111;
    }

    .sf-print-invoice {
        border: 0 !important;
        box-shadow: none !important;
    }

    .sf-print-invoice-head {
        padding: 18px 22px !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .sf-print-invoice-head img {
        width: 120px;
        height: 52px;
    }

    .sf-print-invoice-meta,
    .sf-print-table-wrap,
    .sf-print-invoice-bottom {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .sf-print-invoice-bottom {
        grid-template-columns: 1fr 300px;
    }

    .sf-print-table th,
    .sf-print-note {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

@media (max-width: 767px) {
    .sf-wrapper-container {
        padding-bottom: 92px;
    }

    .sf-home .sf-home-hero {
        margin-bottom: 14px;
    }

    .sf-home .sf-home-hero .display-top-inner-wrapper > .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sf-home .sf-home-hero .flexslider,
    .sf-home .sf-home-hero .slides,
    .sf-home .sf-home-hero .slide {
        max-height: 250px;
        overflow: hidden;
    }

    .sf-home .sf-home-hero .flexslider img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .sf-home .sf-home-hero #czsubbannercmsblock {
        margin-top: 10px;
    }

    .sf-home .sf-home-hero #czsubbannercmsblock img {
        width: 100%;
        max-height: 220px;
        object-fit: cover;
    }

    .sf-home .sf-home-categories {
        width: 100%;
        overflow-x: auto;
        padding: 4px 10px 12px;
        margin-bottom: 12px;
        -webkit-overflow-scrolling: touch;
    }

    .sf-home .sf-home-categories .cz-carousel {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 14px;
        width: max-content;
        min-width: 100%;
    }

    .sf-home .sf-home-categories .product_slider_grid li.grid {
        flex: 0 0 86px;
        width: 86px;
        min-width: 86px;
        padding-left: 0;
        padding-right: 0;
    }

    .sf-home .sf-home-categories .categoryimage img {
        max-height: 58px;
        object-fit: contain;
    }

    .sf-home .sf-home-categories .categorylist {
        position: static !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin-top: 6px;
    }

    .sf-home .sf-home-categories .cate-heading a {
        display: block;
        max-width: 86px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
    }

    .sf-offer-strip {
        justify-content: flex-start;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 16px;
    }

    .sf-offer-card {
        min-width: 0;
        width: 100%;
    }

    .sf-home .featured-products .product-actions {
        gap: 6px;
    }

    .sf-home .featured-products .product-actions input[type="number"] {
        width: 50px !important;
        min-width: 50px !important;
    }

    .sf-home .featured-products .product-actions .btn.btn-primary {
        flex-basis: auto;
        max-width: none;
        font-size: 10px !important;
    }

    .sf-product-detail .sf-product-gallery-main {
        padding: 8px;
    }

    .sf-product-detail .sf-product-gallery-main img {
        max-height: 320px;
        object-fit: contain;
    }

    .sf-product-detail {
        padding-bottom: 128px;
    }

    body {
        padding-bottom: 128px;
    }

    .sf-mobile-bottom-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        background: #fff;
        border-top: 1px solid #ececec;
        box-shadow: 0 -8px 24px rgba(0, 0, 0, .08);
    }

    .sf-mobile-bottom-nav a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 58px;
        gap: 4px;
        color: #333;
        font-size: 11px;
        text-decoration: none;
    }

    .sf-mobile-bottom-nav i {
        font-size: 16px;
        color: #ff5252;
    }

    .sf-sticky-add-cart {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 58px;
        z-index: 9998;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 10px 12px;
        background: #fff;
        border-top: 1px solid #ececec;
        box-shadow: 0 -8px 24px rgba(0, 0, 0, .08);
    }

    .sf-sticky-add-cart span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 700;
        color: #222;
    }

    .sf-sticky-add-cart form {
        margin: 0;
        flex: 0 0 auto;
    }

    .sf-review-head,
    .sf-coupon-form > div,
    .sf-track-form,
    .sf-product-specs,
    .sf-wishlist-grid,
    .sf-wishlist-card {
        display: flex;
        align-items: stretch;
        flex-direction: column;
    }

    .sf-wishlist-card img {
        width: 100%;
        height: 180px;
    }

    .sf-review-score {
        text-align: left;
    }
}
