@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
    font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.sections.nav-sections {
    text-align: center;
    background-color: transparent;
    border-bottom: 0.0625rem solid #e8e8e8;
}
.page-header .panel.wrapper {
    background: #f8f8f8 !important;
    color: #000
}
.panel.wrapper .marquee {
    justify-content: center;
}
.footer-section {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 40px;
}
.bottom.newsletter {
    /* max-width: 1440px; */
    margin: auto;
    width: 100%;
    background: #ebebeb;
}
.bottom.newsletter .newsletter {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 40px 20px;
}
footer.page-footer {
    background: #F9F9F9;
}
.navigation .level0>.level-top {
    font-size: 18px;
    font-weight: 400;
}
header.page-header .header.content {
    width: 80%;
    max-width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 15px 0;
    gap: 0;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.header.content {
    max-width: 80%;
    margin: auto;
}

/* SELL WITH US on left */
.header-sell-with-us {
    flex: 0 0 auto;
    order: 1;
    z-index: 2;
    margin-right: 0;
    position: relative;
}

.header-sell-with-us .sell-link {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.header-sell-with-us .sell-link:hover {
    text-decoration: underline;
}

/* Logo in center */
.header.content .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    margin: 0;
    max-width: 50%;
    display: inline-block;
}

/* Right side container - Search, Wishlist, Account, Cart */
.header.content .block-search {
    order: 3;
    flex: 0 0 auto;
    margin-left: auto;
    z-index: 2;
    width: auto;
    min-width: 200px;
    max-width: 300px;
    padding-left: 0;
    position: relative;
}

.header.content .header-right-icons {
    order: 4;
    flex: 0 0 auto;
    display: flex !important;
    align-items: center;
    gap: 15px;
    margin-left: 15px;
    z-index: 2;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
}

.header.content .minicart-wrapper {
    order: 5;
    flex: 0 0 auto;
    margin-left: 0;
    z-index: 2;
    width: auto;
    position: relative;
}

/* Ensure right side elements stay together */
.header.content .block-search,
.header.content .header-right-icons,
.header.content .minicart-wrapper {
    flex-shrink: 0;
}
ul.header.links {
    display: inline-flex;
    list-style: none;
    float: left;
    align-items: center;
    margin: 0;
    vertical-align: middle;
    line-height: 2;
    padding-left: 7px;
    color: #000;
    width: 20%;
    justify-content: left;
}
footer.page-footer .footer.content {
    max-width: 80%;
}
.footer.content .footer-section .footer-info-col li {
    margin-bottom: 5px;
}
.neswletter-block {
    display: flex;
    width: 60%;
    margin: auto;
}
.neswletter-block input#newsletter {
    height: 45px;
    border-radius: 0px;
    border: 1px solid #000;
    border-right: 0;
}
.neswletter-block button.btn-primary {
    background: #000;
    color: #fff;
    height: 46px;
    position: relative;
    width: 40%;
    top: -1px;
    left: -1px;
}
.copyright { background-color: #F9F9F9 !important;}
.banner_section img {
    width: 100%;
}
/* Duplicate styles removed - using the ones defined above */

.header.content .header.links.custom-block,
.header.content .header-right-icons {
    display: flex !important;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    visibility: visible !important;
    opacity: 1 !important;
}

.header-icon {
    color: #000;
    text-decoration: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transition: opacity 0.3s ease;
    visibility: visible !important;
    opacity: 1 !important;
}

.header-icon:hover {
    opacity: 0.7;
}

.header-icon svg {
    width: 20px;
    height: 20px;
    display: block;
    stroke: #666;
}

.usercart {
    display: flex !important;
    align-items: center;
    position: relative;
    visibility: visible !important;
}

.usercart .header-icon {
    background: none;
    border: none;
    padding: 0;
    display: flex !important;
}
.header.content .block-search input#search {
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid;
}
.block-search .action.search:before {
    color: #000;
}
ul.header.links li {
    padding-right: 5px;
}
.page-wrapper .page-main {
    width: 100%;
    max-width: 10;
    padding: 0 0px;
    max-width: 100%;
}
[data-content-type='row'][data-appearance='contained'] {
    max-width: 100%;
}
ul.category_box {
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    gap: 15px;
}
ul.category_box li {
    width: calc(50% - 20px);
    margin: auto;
    text-align: center;
}
h2.main_title {
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
    font-size: 28px;
}
p.cat_name {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin-top: 8px;
}
.cat-img {
    background: #f7f7f7;
    width: auto;
    height: 400px;
    overflow: hidden;
}
.cat-img img {
    display: block;
    width: 100%;
    height: 90%;
    object-fit: contain;
    transition: transform 0.45s ease;
    will-change: transform;
}

.cat-img:hover img {
    transform: scale(1.08); /* adjust scale as needed */
}

.category_contain {
    margin: 50px;
}
ul.category_box img {
    border-radius: 5px;
}
.page-header .panel.wrapper .panel.header {
    width: 80%;
    max-width: 80%;
    padding-top: 5px;
    padding-bottom: 6px;
}
.customer-account-login .page-title-wrapper {
    text-align: center;
    font-weight: 500;
    margin-top: 15px;
}
.customer-account-login .page-title-wrapper span.base {
    margin: 20px 0;
    font-weight: 600;
}
.block.block-new-customer a.action.create.primary {
    background: #333;
    border-radius: 0;
    border-color: #333;
    width: 100%;
    padding: 8px 45px;
}
.block.block-new-customer a.action.create.primary:hover {
    background: #000;
}
button.action.login.primary {
    background-color: #333;
    border-radius: 0;
    width: 100%;
    padding: 8px 38px;
    border-color: #000;
}
button.action.login.primary:hover {
    background: #000;
}
.actions-toolbar a.action.remind {
    width: 100%;
    position: absolute;
}
.actions-toolbar {
    position: relative;
}
form#login-form {
    position: relative;
}
.block.block-customer-login {
    border-right: 1px solid #888;
    padding-right: 25px;
}
.actions-toolbar a.action.remind {
    /* float: right; */
    /* text-align: right; */
    width: 100%;
    position: absolute;
    color: #000;
}

.customer-account-create .page-main>.page-title-wrapper .page-title {
    display: block;
    text-align: center;
    margin: 20px 0;
    font-weight: 600;
}
.form.create.account.form-create-account {
    width: 80%;
    margin: auto;
}
.form.create.account.form-create-account {
    width: 80%;
    margin: auto;
    display: grid;
    vertical-align: top;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
}
fieldset.fieldset.create.account {
    margin-bottom: 0;
}
button.action.submit.primary {
    background-color: #333;
    border-radius: 0;
    width: 100%;
    padding: 8px 38px;
    border-color: #000;
}
button.action.submit.primary:hover {
    background-color: #000;
}
.catalog-category-view .page-title-wrapper {
    text-align: center;
}
.minicart-wrapper .action.showcart span.counter.qty {
    background: #000;
    font-weight: 500;
    /* border-radius: 50%; */
    position: absolute;
    left: 14px;
    top: -10px;
}
.minicart-wrapper .action.showcart {
    position: relative;
}
.logo img {
    margin: auto;
    object-fit: contain;
    height: auto;
    /* width: 220px !important; */
}
.header.links.custom-block .usercart:hover {
    display: block;
}
.header.links.custom-block .usercart {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    margin-right: 5px;
}
.minicart-wrapper .action.showcart:before {
    background-image: url(../images/cart.png);
    background-repeat: no-repeat;
    line-height: 1;
    color: transparent !important;
}
.usercart:hover .dropdown-menu li a {
    display: block;
    color: #333;
}
.header.links.custom-block .usercart ul.dropdown-menu {
    display: none;
}
.header.links.custom-block .usercart:hover ul.dropdown-menu {
    display: block;
    position: absolute;
    padding-left: 0;
    top: 25px;
    width: 150px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    padding: 6px;
    list-style: none;
    left: -60px;
    z-index: 11;
}
nav.navigation {
    background: transparent;
    /* border-bottom: 0.0625rem solid #e8e8e8; */
}
.navigation .level0.active>.level-top {
    border-color: #333;
}

/* list page start */
.toolbar.toolbar-products .modes {
    display: none;
}
.toolbar-sorter.sorter select#sorter {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-size: 16px;
}
.product-item-name a.product-item-link {
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    color: #000;
}
.price-box.price-final_price span.price {
    font-size: 18px;
}
.product-item-name a.product-item-link {
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    color: #191c1f;
    font-weight: 300;
    height: 40px;
    display: block;
}
.price-box.price-final_price {
    text-align: center;
    font-size: 20px;
}
.product-item-actions .actions-primary+.actions-secondary>.action {
    line-height: 35px;
    text-align: center;
    width: 35px;
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 1;
}
.page-products .product-item-actions {
    z-index: 1;
    clear: both;
    display: inline-block;
    width: 100%;
}
.product-item-actions .actions-primary {
    width: 100%;
}
.product-item .tocart {
    width: 100%;
}
.product-item button.action.tocart {
    background: #333;
    border-color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}
.product-item button.action.tocart:hover {
    background: #000;
}
.product-item-actions .actions-primary+.actions-secondary a.action.tocompare {
    display: none;
}
button#top-cart-btn-checkout {
    background: #333;
    border-color: #333;
    border-radius: 0px;
    font-weight: 400;
}
.sidebar.sidebar-additional .block.block-compare {
    display: none;
}
.sidebar.sidebar-additional .block.block-wishlist {
    display: none;
}
.products.wrapper.products-grid .product-item-info .product-item-inner {
    display: block;
    overflow: visible;
    position: relative;
    width: 100%;
    box-shadow: none;
    border: 0;
}
.products.wrapper.products-grid .product-item-info .product-item-inner {
    display: block;
    overflow: visible;
    position: relative;
    width: 100%;
    box-shadow: none;
    border: 0;
    right: 0;
    padding: 0;
}
.product-item-inner .product.actions.product-item-actions a.action.towishlist {
    display: none;
}
li.item.product.product-item .product-actions-top a.action.towishlist span {
    display: none;
}
li.item.product.product-item .product-actions-top a.action.tocompare {
    display: none;
}
li.item.product.product-item .product-actions-top {
    position: relative;
}
li.item.product.product-item .product-actions-top a.action.towishlist {
    position: absolute;
    z-index: 1;
    display: block;
    z-index: 9;
    right: 0;
}
.catalog-category-view h1#page-title-heading {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.block-content.filter-content strong.block-subtitle.filter-subtitle {
    border-bottom: 2px solid #aaa;
    font-size: 16px;
    text-transform: uppercase;
}
.block-content.filter-content .filter-options-title {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}
.page-products .product-item-info {
    margin: -10px;
    padding: 9px;
}
.product.details.product-item-details {
    height: 150px;
}
.page-products .sorter {
    text-transform: uppercase;
    letter-spacing: 2.5px;
}
.products-grid .product-item-info:hover {
    box-shadow: none;
    border: none;
    padding: 0;
}
.product-item .old-price span.price-label {
    display: none;
}
/* list page end */


/* pdp page start */
.product.attribute.sku strong.type {
    display: none;
}
/* pdp page end */


/* checkout css */
.checkout-cart-index .page-title-wrapper {
    text-align: center;
}
.cart-container .cart-summary {
    background: #f9f9f9;
}
.cart-summary .checkout-methods-items button.action.primary.checkout {
    background: #333;
    border-color: #000;
    border-radius: 2px;
    padding: 10px 5px;
    text-transform: uppercase;
    font-weight: 500;
}
.cart-summary .checkout-methods-items button.action.primary.checkout:hover {
    background: #000;
}
button.button.action.continue.primary {
    padding: 0;
    font-weight: 400;
    background: #333;
    padding: 7px 50px;
    border-color: #333;
    border-radius: 0;
    text-transform: uppercase;
}
button.button.action.continue.primary:hover {
    background: #000;
}
.payment-method-content button.action.primary.checkout {
    padding: 0;
    font-weight: 400;
    background: #333;
    padding: 7px 50px;
    border-color: #333;
    border-radius: 0;
    text-transform: uppercase;
}
.payment-method-content button.action.primary.checkout:hover {
    background: #000;
}
.checkout-payment-method .payment-option-title .action-toggle {
    color: #000;
}
li.opc-progress-bar-item._complete>span {
    color: #191c1fc2;
}
/* checkout css end */





/* cms page */
.cms-page-view h1.page-title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.cms-page-view h1.page-title span.base {
    border-bottom: 2px solid #333;
}
.cms-content p {
    color: #666;
}

/* New Arrivals Slider */
.new-arrivals-slider {
    max-width: 100%;
    margin: 40px 50px;
    padding: 20px 20px 0px;
    background: #fff;
}

.new-arrivals-slider .slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.new-arrivals-slider .slider-title-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.new-arrivals-slider .slider-title {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    color: #000;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.new-arrivals-slider .view-all-link {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 2px;
}

.new-arrivals-slider .view-all-link:hover {
    text-decoration: underline;
}

.new-arrivals-slider .slider-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
}

.new-arrivals-slider .page-indicator {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-right: 2px;
}

.new-arrivals-slider .current-page {
    font-weight: 600;
}

.new-arrivals-slider .slider-nav {
    background: transparent;
    border: 1px solid #000;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    border-radius: 0;
}

.new-arrivals-slider .slider-nav:hover {
    background: #000;
    color: #fff;
}

.new-arrivals-slider .slider-nav svg {
    width: 18px;
    height: 18px;
}

.new-arrivals-slider .slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.new-arrivals-slider .slider-wrapper {
    position: relative;
    width: 100%;
}

.new-arrivals-slider .products-slider-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
    will-change: transform;
}

.new-arrivals-slider .product-item {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
    min-width: 0;
}

.new-arrivals-slider .product-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 5px;
}

.new-arrivals-slider .product-image-wrapper {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.new-arrivals-slider .product-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    display: block;
}

.new-arrivals-slider .product-link:hover .product-image {
    transform: scale(1.05);
}

.new-arrivals-slider .product-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 5px;
}

.new-arrivals-slider .product-name {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    margin-bottom: 4px;
    display: block;
    word-wrap: break-word;
}

.new-arrivals-slider .product-price {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
}

.new-arrivals-slider .no-products {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

@media (max-width: 1200px) {
    .new-arrivals-slider .products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}




.panel.wrapper .marquee img {
    position: relative;
    top: 3px;
    left: -3px;
}
.copyright span {
    color: #000;
}
.footer.content .footer-section .footer-info-col li a {
    position: relative;
    color: #00000099;
    transition: transform 0.3s ease;
    display: inline-block;
}
.footer.content .footer-section .footer-info-col li a:hover {
    transform: translateX(5px);
    color: #000;
}
a:hover {
    text-decoration: none;
}
.content-container h3 {
    font-size: 40px;
    margin-bottom: 20px;
}
.content-container p {
    font-size: 20px;
    margin-bottom: 4px;
}
.content-container button {
    padding: 18px 48px;
    background: #efeff3;
    border: none;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #111;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 25px;
    width: 20%;
    padding: 28px 15px;
}
.content-container button:hover {
    transform: translateY(-2px);
  box-shadow:
    0 16px 26px rgba(0, 0, 0, 0.18);
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
}
.content-container {
    text-align: center;
}
.Process-section {
    margin: 50px;
    margin-top: 10px;
}
.footer.content .footer-section .footer-info-col li a img {
    width: 50px;
    height: auto;
    background: transparent;
    padding: 0 13px;
}
ul.social-icons {
    display: flex;
    background: transparent;
}
.footer.content .footer-section .footer-info-col li a img {
    width: 30px;
    height: auto;
    background: transparent;
    padding: 0 30px 0 0px;
}

@media (max-width: 768px) {
    .new-arrivals-slider {
        max-width: 100%;
        margin: 20px auto;
        padding: 15px 10px 5px;
    }
    
    .new-arrivals-slider .slider-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 15px;
    }
    
    .new-arrivals-slider .slider-title {
        font-size: 18px;
    }
    .new-arrivals-slider .slider-title-section {
        gap: 8px;
    }
    
    .new-arrivals-slider .product-item {
        flex: 0 0 50% !important;
        width: 50% !important;
        min-width: 0;
    }
    
    .new-arrivals-slider .product-link {
        padding: 0 5px;
    }
    
    .new-arrivals-slider .product-image-wrapper {
        height: 200px;
        padding: 15px;
        margin-bottom: 10px;
    }
    
    .new-arrivals-slider .view-all-link {
        font-size: 12px;
    }
    
    .new-arrivals-slider .product-name {
        font-size: 13px;
        margin-bottom: 3px;
    }
    
    .new-arrivals-slider .product-price {
        font-size: 14px;
    }
    
    .new-arrivals-slider .slider-pagination {
        gap: 8px;
    }
    
    .new-arrivals-slider .slider-nav {
        width: 30px;
        height: 30px;
    }
    
    .new-arrivals-slider .slider-nav svg {
        width: 14px;
        height: 14px;
    }
    
    .new-arrivals-slider .page-indicator {
        font-size: 14px;
    }
    footer.page-footer .footer.content {
        max-width: 100%;
    }
    .footer-section {
    display: grid;
    justify-content: space-between;
    margin: 20px 0 40px;
    grid-template-columns: 1fr 1fr;
    }
    .new-arrivals-slider .slider-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    float: right;
    position: absolute;
    right: 30px;
    }
    .category_contain {
    margin: 40px 0 0;
    }
    .category_contain {
    margin: 40px 0 0;
    }
}



@media (max-width: 767px) {
    h2.main_title {
        font-weight: 600;
        font-size: 18px;
    }
    ul.category_box li {
        width: 100%;
    }
    ul.category_box {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .page-wrapper .page-main {
        width: 100%;
        max-width: 90%;
        padding: 0 20px;
    }
    .bottom.newsletter {
        width: 100%;
    }
    .bottom.newsletter .newsletter {
        width: 100%;
        max-width: 100%;
        margin: auto;
        padding: 40px 0px;
    }
    .bottom.newsletter .newsletter {
        max-width: 100%;
    }
    .neswletter-block {
        width: 100%;
    }
    .block.block-customer-login {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #888;
    }
    .actions-toolbar a.action.remind {
        position: relative;
    }
    .neswletter-block {
        width: 100%;
    }
    .form.create.account.form-create-account {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 5rem;
    }
    .form.create.account.form-create-account fieldset.fieldset.additional_info {
        margin: auto;
        display: contents;
    }
    .form.create.account.form-create-account fieldset.fieldset.create.account {
        margin-bottom: 0;
    }
    .form.create.account.form-create-account fieldset.fieldset.create.info {
        margin-bottom: 0;
    }
    .header.links.custom-block .usercart {
        left: 0;
        top: 0px;
    }
    .nav-open .sections.nav-sections {
        -webkit-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
        -moz-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
        -ms-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
        box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
        left: 0;
        z-index: 99;
    }
    .header.content .logo {
        float: none;
        margin: 0px auto 0px auto;
    }
    .minicart-wrapper .action.showcart {
        position: relative;
        top: -5px;
    }
    .nav-open .sections.nav-sections {
        background-color: #fff;
    }
    .navigation .level0 {
        text-align: left;
    }
    .navigation .level0>.level-top {
        font-size: 13px;
    }
    .nav-sections-item-title .nav-sections-item-switch:hover {
        text-decoration: none;
        color: #000;
        font-weight: 500;
    }
    .nav-sections-item-title a.nav-sections-item-switch {
        color: #555;
    }
    .page-main.page-main-details div#additional {
        display: none;
    }
    .content-container h3 {
        font-size: 24px;
    }
    .content-container p {
        font-size: 16px;
    }
    .content-container button {
        width: 80%;
        margin-bottom: 50px;
    }
    .cat-img {
        height: 200px;
    }
    .header-sell-with-us {
    display: none;
    }
    .block.block-search {
    display: none;
    }
    .page-header .panel.wrapper .panel.header {
    width: 90%;
    max-width: 90%;
    margin: auto;
    }
    .panel.wrapper .marquee {
    justify-content: center;
    display: block;
    padding: 20px 0;
    }
    .marquee span {
        display: block;
        text-align: center;
        margin: 0;
    }
    .header.content .logo {
    position: relative;
    left: 10%;
    top: 50%;
    transform: unset;
    }
    .block.block-search {
    display: none;
    }
    header.page-header .header.content {
        width: 100%;
        max-width: 100%;
        padding: 15px 0px;
    }
    .header.content .logo {
    position: relative;
    left: 10%;
    top: 50%;
    transform: unset;
    }
    .header.content .header.links.custom-block, .header.content .header-right-icons {
        padding-right: 15px;
    }
    .header.content .minicart-wrapper {
        right: 15px;
    }

}





@media (max-width: 480px) {
    .new-arrivals-slider .products-grid {
        grid-template-columns: 1fr;
    }
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none;
}
/* .block-search .control:focus-within {
    border-bottom: 2px solid #000;
} */
.block-search .control {
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
    padding: 4px;
    position: relative;
}
.header.content .block-search .control input#search {
    border: none;
    outline: none;
}
.block-search .control:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #00000066;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s ease;
}
.block-search .control:focus-within::after {
    transform: scaleX(1);
}