/*
 Theme Name:   ClipMyDeals Child
 Description:  My Child Theme for ClipMyDeals
 Template:     clipmydeals
 Version:      1.0.0
 Text Domain:  clipmydeals-child
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400&display=swap');
:root {
    --primarycolor: #000080;
    --secondarycolor: #391d81;
}

body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
    font-family: 'Poppins', sans-serif;
}
/* navbar customization */
#masthead nav.customheadernavbar {
    background: var(--primarycolor);
}
@media (min-width: 992px) {
    header#masthead {
        height: 80px;
    }
    #masthead nav.customheadernavbar {
        min-height: 80px;
        padding-top: 10px;
        padding-bottom: 10px;
        transition: all 500ms;
    }
    #masthead nav.customheadernavbar.mainnavigation-fixed {
        background: rgb(0, 0, 128, 0.7);
        backdrop-filter: blur(10px);
        min-height: 50px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #masthead nav.customheadernavbar.mainnavigation-fixed #site-logo {
        height: 30px;
    }
}
/* MEGA menu styling */
.navbar-expand-lg .navbar-collapse {
    position: relative;
}
/* megamenudropdown */
#masthead nav.customheadernavbar .megamenudropdown.dropdown {
    position: static;
}
#masthead nav.customheadernavbar ul.dropdown-menu,
#masthead nav.customheadernavbar ul.dropdown-menu.show {
    gap: 1rem;
    width: auto;
    left: 0;
    right: 0;
    background: #fff;
    border: none;
}
#masthead nav.customheadernavbar .navbar-nav > .dropdown > ul.dropdown-menu,
#masthead nav.customheadernavbar .navbar-nav > .dropdown > ul.dropdown-menu.show {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#masthead nav.customheadernavbar .megamenudropdown.dropdown > ul.dropdown-menu.show {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px;
}
#masthead nav.customheadernavbar .megamenudropdown.dropdown > ul.dropdown-menu > li {
    position: relative;
}
#masthead nav.customheadernavbar ul.dropdown-menu > li > a,
#masthead nav.customheadernavbar ul.dropdown-menu > li > a.dropdown-item {
    color: #222;
    font-weight: 500;
    line-height: normal;
}
#masthead nav.customheadernavbar ul.dropdown-menu > li > a:hover,
#masthead nav.customheadernavbar ul.dropdown-menu > li > a.dropdown-item:hover {
    color: var(--primarycolor);
    background: transparent;
}
#masthead nav.customheadernavbar .megamenudropdown.dropdown > ul.dropdown-menu > li.dropdown-submenu > a.dropdown-item {
    border-bottom: solid 1px #ddd;
}
#masthead nav.customheadernavbar .megamenudropdown.dropdown > ul.dropdown-menu > li.dropdown-submenu > a.dropdown-item span.caret {
    display: none;
}
#masthead nav.customheadernavbar .megamenudropdown.dropdown > ul.dropdown-menu > li.dropdown-submenu > a.dropdown-item:after {
    display: none;
}
#masthead nav.customheadernavbar .megamenudropdown.dropdown > ul.dropdown-menu > li > ul.dropdown-menu {
    position: relative !important;
    display: block !important;
    top: 0;
    left: 0;
    right: 0;
    margin: 10px 0 10px 0;
    padding: 0;
    background: transparent;
}
#masthead nav.customheadernavbar .megamenudropdown.dropdown > ul.dropdown-menu > li > ul.dropdown-menu > li > a {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    padding-top: 3px;
    padding-bottom: 3px;
}
#masthead nav.customheadernavbar .megamenudropdown.dropdown > ul.dropdown-menu > li > ul.dropdown-menu > li > a:hover {
    color: #999;
}
@media (min-width: 992px) and (max-width: 1199px) {
    #masthead nav.customheadernavbar .megamenudropdown.dropdown > ul.dropdown-menu.show {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    #masthead nav.customheadernavbar .megamenudropdown.dropdown > ul.dropdown-menu.show {
        grid-template-columns: repeat(1, 1fr);
    }
    #masthead nav.customheadernavbar .megamenudropdown.dropdown > ul.dropdown-menu.show,
    #masthead nav.customheadernavbar ul.dropdown-menu {
        padding: 15px;
    }
}
/* END OF MEGA menu styling */
/* admin customizer styling */
.customize-partial-edit-shortcut {
    left: 50px !important;
}
/* headersearchform */
#desktop-search.headersearchform input[type="text"] {
    background: #fff;
    color: #333;
    outline: none;;
    border: none;
    font-family: inherit;
}
#desktop-search.headersearchform input[type="text"]::placeholder {
    color: #555;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    opacity: 1;
}
/* heroslidercontainer */
#heroslidercontainer.container {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* homepage widgets */
.homepage-before-widget {
    position: relative;
}
#homepage-widget-full > .col-12.p-0 > section:nth-child(odd) {
    background: #dceeff;
}
.homepage-widget-title {
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.5rem;
}
.homepage-before-widget.homepage_popularstores_widget > .container > .row > * {
    width: 100%;
    height: auto;
}
.homepage-before-widget.homepage_popularstores_widget > .container > .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 992px) {
    .homepage-before-widget.homepage_popularstores_widget > .container > .row {
        grid-template-columns: repeat(4, 1fr);
    }    
}
.homepage-before-widget.homepage_popularstores_widget .col-6 > a {
    text-decoration: none !important;
}
.homepage-before-widget.homepage_popularstores_widget .cmd-taxonomy-card,
.cmd-taxonomy-card {
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    border: solid 1px #ddd;
}
.homepage-before-widget.homepage_popularstores_widget .cmd-taxonomy-card img,
.cmd-taxonomy-card img {
    height: 80px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.homepage-before-widget.homepage_popularstores_widget .cmd-taxonomy-card:hover,
.cmd-taxonomy-card:hover {
    box-shadow: none !important;
    outline: none !important;
}
.homepage-before-widget.mb-5 {
    margin-bottom: 0 !important;
}

/* customhomepageindex */
.customhomepageindex {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

/* featuredoffers_widget  */
section.featuredoffers_widget .cmd-featuredoffers-widget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: auto;
    gap: 1rem;
}
section.featuredoffers_widget .cmd-featuredoffers-widget > div {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0 !important;
}
section.featuredoffers_widget .cmd-featuredoffers-widget > div > .card {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: solid 1px #ddd !important;
    overflow: hidden;
}
section.featuredoffers_widget .cmd-featuredoffers-widget > div > .card .card {
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
section.featuredoffers_widget .cmd-featuredoffers-widget > div > .card .card .card-img-top {
    border-radius: 0 !important;
}
section.featuredoffers_widget .cmd-featuredoffers-widget > div > .card a.cmd-carousel-layout {
    text-decoration: none !important;
    color: inherit !important;
}
section.featuredoffers_widget .cmd-featuredoffers-widget > div > .card .card img.cmd-grid-image {
    width: 100%;
    height: 120px;
    /* object-fit: cover; */
    object-fit: contain;
    mask: none !important;
    -webkit-mask: none !important;
}
section.featuredoffers_widget .cmd-featuredoffers-widget > div > .card .card img.cmd-grid-store-logo {
    width: auto;
    height: auto;
    max-height: 50px;
    border: solid 1px #eee !important;
    border-radius: 0 !important;
    transform: translateY(0%);
    margin: 15px auto;
}
section.featuredoffers_widget .cmd-featuredoffers-widget > div > .card .card .card-body {
    padding-bottom: 20px !important;
    text-align: center;
}
@media (min-width: 992px) {
    section.featuredoffers_widget .cmd-featuredoffers-widget {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* fulloffers-sections */
.fulloffers-sections,
.fulllatestposts-sections {
    display: block;
    border-top: solid 1px #ddd;
    width: 100%;
    height: auto;
    position: relative;
}
.fulloffers-sections {
    /* background: #dceeff; */
    background: #fafafa;
}
.fulloffers-sections .row.items-stretch,
.cmd-taxonomy-offer_categories .row.py-5,
.cmd-taxonomy-stores .row.py-5 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}
.fulloffers-sections .row.items-stretch .coupon-box,
.coupon-box {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    border: solid 1px #ddd !important;
    background: #fff;
}
.customcardfor-couponoffers {
    display: flex !important;
    flex-direction: row !important;
    gap: 0;
    mask: none !important;
    -webkit-mask: none !important;
    border-radius: 0 !important;
    border: none !important;
    background: transparent;
}
.customcardfor-couponoffers .cardleftcol {
    position: relative;
}
.customcardfor-couponoffers .cardleftcol .card-img-top {
    border-radius: 0 !important;
}
.customcardfor-couponoffers .cardleftcol .cmd-grid-store-logo {
    width: auto;
    height: auto;
    max-height: 80px;
    border: solid 1px #eee !important;
    border-radius: 0 !important;
    margin: 15px auto;
}
.customcardfor-couponoffers .cardrightcol {
    text-align: left;
    padding: 0.5rem 1rem 1rem 1rem;
}
.customcardfor-couponoffers .cardrightcol .card-body {
    text-align: left !important;
}
.customcardfor-couponoffers .cardrightcol .card-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #222;
}
.customcardfor-couponoffers .cardrightcol .card-title:hover {
    color: var(--primarycolor);
}
.customcardfor-couponoffers .cardrightcol .card-title a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    color: inherit;
    text-decoration: none;
}
.customcardfor-couponoffers .cardrightcol .cmd-grid-coupon-description p {
    font-size: 0.8rem;
}
.customcardfor-couponoffers .cardrightcol .revealed-button {
    margin-left: 0px !important;
}
.customcardfor-couponoffers .cardrightcol .see-applicable.see-applicable-inline-reveal {
    text-align: left !important;
}
.customcardfor-couponoffers .cardrightcol .flex.justify-between.items-center .float-end.col-lg-3.text-end.ps-1 a {
    text-decoration: none;
    font-weight: 500;
    color: var(--primarycolor);
}
@media (min-width: 992px) {
    .fulloffers-sections .row.items-stretch,
    .cmd-taxonomy-offer_categories .row.py-5,
    .cmd-taxonomy-stores .row.py-5 {
        grid-template-columns: repeat(2, 1fr);
    }
    .customcardfor-couponoffers .cardleftcol {
        width: 35%;
    }
    .customcardfor-couponoffers .cardrightcol {
        width: 65%;
    }
}
@media (max-width: 991px) {
    .fulloffers-sections .row.items-stretch .coupon-box > a,
    .row.py-5 .coupon-box > a {
        text-decoration: none;
    }
    .fulloffers-sections .row.items-stretch .coupon-box > a article,
    .row.py-5 .coupon-box > a article {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }
    .fulloffers-sections .row.items-stretch .coupon-box > a article .card-img-top,
    .row.py-5 .coupon-box > a article .card-img-top {
        width: 100% !important;
        height: auto !important;
        mask: none !important;
        -webkit-mask: none !important;
        border-radius: 0 !important;
    }
    .fulloffers-sections .row.items-stretch .coupon-box > a article .cmd-grid-store-logo,
    .row.py-5 .coupon-box > a article .cmd-grid-store-logo {
        width: auto !important;
        height: auto !important;
        max-height: 60px !important;
        border: solid 1px #eee !important;
        border-radius: 0 !important;
        margin: 15px auto !important;
        transform: none !important;
    }
    .fulloffers-sections .row.items-stretch .coupon-box > a article .card-body,
    .row.py-5 .coupon-box > a article .card-body {
        padding-bottom: 20px !important;
    }
}
/* fulllatestposts-sections */
.fulllatestposts-sections .sidebar-blogs-section,
.bloglayoutmainpage .entry-content > .row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}
.fulllatestposts-sections .sidebar-blogs-section article,
.bloglayoutmainpage .entry-content > .row article {
    width: 100%;
    height: auto;
    padding: 0;
    border: solid 1px #ddd;
}
.fulllatestposts-sections .sidebar-blogs-section article .card,
.bloglayoutmainpage .entry-content > .row article .card {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.fulllatestposts-sections .sidebar-blogs-section article .card .wp-post-image,
.bloglayoutmainpage .entry-content > .row article .card .wp-post-image {
    border-radius: 0 !important;
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.fulllatestposts-sections .sidebar-blogs-section article .card .card-title,
.bloglayoutmainpage .entry-content > .row article .card .card-title {
    font-size: 1.2rem !important;
    font-weight: 500;
    margin-bottom: 10px;
    color: #222;
}
.fulllatestposts-sections .sidebar-blogs-section article .card .card-title:hover,
.bloglayoutmainpage .entry-content > .row article .card .card-title:hover {
    color: var(--primarycolor);
}
.fulllatestposts-sections .sidebar-blogs-section article .card .card-title a,
.bloglayoutmainpage .entry-content > .row article .card .card-title a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
}
.fulllatestposts-sections .sidebar-blogs-section article .card .cmd-blog-readmore,
.bloglayoutmainpage .entry-content > .row article .card .cmd-blog-readmore {
    font-weight: 500;
    color: var(--primarycolor);
    text-decoration: none;
}
.fulllatestposts-sections .sidebar-blogs-section article .card .cmd-blog-readmore:hover,
.bloglayoutmainpage .entry-content > .row article .card .cmd-blog-readmore:hover {
    color: var(--secondarycolor);
}
.fulllatestposts-sections .sidebar-blogs-section article .card .cmd-blog-readmore a,
.bloglayoutmainpage .entry-content > .row article .card .cmd-blog-readmore a {
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
}
@media (min-width: 992px) {
    .fulllatestposts-sections .sidebar-blogs-section,
    .bloglayoutmainpage .entry-content > .row {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* footer-widget */
#footer-widget {
    background: #222;
    border-radius: 0;
}
#footer-widget .widget-title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 20px;
}
#footer-widget .textwidget {
    padding: 0;
    margin: 0;
}
#footer-widget .textwidget ul {
    margin: 0 0 0 20px;
    padding: 0;
    color: #fff;
    list-style-type: disc;
}
#footer-widget .textwidget ul li {
    margin-bottom: 10px;
}
#footer-widget .textwidget ul li a {
    font-size: 1rem;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
#footer-widget .widget_block .wp-block-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#footer-widget .widget_block .wp-block-list li {
    font-size: 1rem;
    margin-bottom: 10px;
}
#footer-widget .widget_block .wp-block-list li a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
#footer-widget .widget_block .wp-block-social-links {
    margin: 30px 0;
}
#footer-widget .widget_block.widget_media_image .wp-block-image img {
    width: auto;
    max-height: 50px;
}
#footer-widget .widget_block {
    color: #fff;
}
#footer-widget .widget_block .wp-block-heading {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}
@media (max-width: 768px) {
    #footer-widget {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* couponModalHeader */
.couponModalHeader .card-body .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
}
.couponModalHeader .card-body .card-title a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
}
.couponModalHeader .cmd-popup-code {
    border-color: var(--primarycolor);
}
.couponModalHeader .cmd-popup-code span.fw-bold {
    color: var(--primarycolor);
}
.couponModalHeader .copy-box {
    margin-top: -4px;
}
.couponModalHeader .copy-box i {
    color: var(--primarycolor);
}
.modal-content.active-coupon .badge.bg-success {
    background: var(--primarycolor) !important;
}
.modal-content.active-coupon .cmd-list-widget {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 0 1rem;
}
.modal-content.active-coupon .cmd-list-widget a {
    padding: 0;
}
@media (min-width: 992px) {
    .modal-content.active-coupon .cmd-list-widget {
        grid-template-columns: repeat(2, 1fr);
    }
    .modal-content.active-coupon .cmd-list-widget a {
        width: 50%;
    }
}
.modal-content.active-coupon .btn-primary,
#store-info .btn-primary {
    background: var(--primarycolor) !important;
    border-color: var(--primarycolor) !important;
}
.modal-content.active-coupon .btn-primary:hover,
#store-info .btn-primary:hover {
    background: var(--secondarycolor) !important;
    border-color: var(--secondarycolor) !important;
}
.modal-content.active-coupon .btn-outline-primary svg {
    transition: all 300ms;
    fill: var(--primarycolor);
    color: var(--primarycolor);
    border-color: var(--primarycolor);
}
.modal-content.active-coupon .btn-outline-primary:hover svg {
    fill: #fff;
}

/* wp-singular page-template */
body.wp-singular.page-template header.entry-header .entry-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: none;
    text-align: center;
}

/* cmd-taxonomy-card-row */
.cmd-taxonomy-card-row {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 1rem !important;
}
.cmd-taxonomy-card-row > * {
    width: 100% !important;
}
@media (min-width: 992px) {
    .cmd-taxonomy-card-row {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* wp-singular coupons-template-default */
body.wp-singular.coupons-template-default .d-print-none.single-title {
    margin-bottom: 20px;
}
body.wp-singular.coupons-template-default .col-md-12.px-0 div[style="background-color: #fdf2eb;"] {
    background: transparent !important;
}
body.wp-singular.coupons-template-default .col-md-12.px-0 .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
}
body.wp-singular.coupons-template-default .col-md-12.px-0 .card-title a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
}

/* Customer Testimonials */
.testimonials-widget {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 20px 0;
}
.testimonial-item {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid var(--primarycolor);
}
.testimonial-item:last-child {
    margin-bottom: 0;
}
.testimonial-photo {
    margin-bottom: 15px;
}
.testimonial-photo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.testimonial-content {
    line-height: 1.6;
}
.testimonial-text {
    font-style: italic;
    color: #222;
    margin-bottom: 10px;
    font-size: 16px;
}
.testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.testimonial-name {
    color: var(--primarycolor);
    font-size: 16px;
}
.testimonial-designation {
    color: #666;
    font-size: 14px;
}
@media (min-width: 992px) {
    .testimonials-widget {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* faq-sectionfull */
.faq-sectionfull {
    background: #f9f9f9;
}
.faq-widget {
    padding: 20px 0;
}
.faq-sectionfull .faq-item {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-sectionfull .faq-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.faq-sectionfull .faq-question {
    background: #fff;
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
    user-select: none;
}
.faq-sectionfull .faq-question:hover {
    background: #f3f3f3;
}
.faq-sectionfull .faq-question-text {
    font-weight: 600;
    color: #222;
    font-size: 16px;
    flex: 1;
    padding-right: 15px;
}
.faq-sectionfull .faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: var(--primarycolor);
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.faq-sectionfull .faq-toggle span {
    position: relative;
    top: -2px;
}
.faq-sectionfull .faq-item.active .faq-toggle {
    transform: rotate(45deg);
}
.faq-sectionfull .faq-item.active .faq-question {
    background: #f3f3f3;
}
.faq-sectionfull .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: white;
}
.faq-sectionfull .faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 20px;
}
.faq-sectionfull .faq-answer p {
    margin: 0;
    color: #555;
    line-height: 1.6;
    font-size: 15px;
}
.faq-sectionfull .faq-answer p:not(:last-child) {
    margin-bottom: 10px;
}

/* Homepage content bottom fix */
body.home #content.site-content.mt-1.mb-5 {
    margin-bottom: 0 !important;
}

/* newsletter-section */
.newsletter-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.newsletter-section {
    background: linear-gradient(135deg, #e0f2fe 0%, #dbeafe 100%);
}
.newsletter-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.newsletter-content {
    flex: 1;
}
.newsletter-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1e293b;
}
.newsletter-content p {
    font-size: 14px;
    color: #475569;
    margin-bottom: 25px;
    line-height: 1.6;
}
.newsletter-form {
    display: flex;
    gap: 0;
    max-width: 500px;
}
.newsletter-form input[type="email"] {
    flex: 1;
    padding: 15px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    outline: none;
}
.newsletter-form input[type="email"]:focus {
    border-color: #65a30d;
}
.newsletter-form button {
    background: var(--primarycolor, #442f7c);
    color: white;
    border: none;
    padding: 15px 40px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    text-transform: uppercase;
    font-size: 14px;
    transition: background 0.3s;
}
.newsletter-form button:hover {
    background: var(--secondarycolor, #391d81);
}
.newsletter-form button:disabled {
    background: #9ca3af;
    cursor: not-allowed;
}
.newsletter-image {
    flex: 0 0 auto;
}
@media (max-width: 768px) {
    .newsletter-container {
        flex-direction: column;
        text-align: center;
    }
    .newsletter-form {
        margin: 0 auto;
    }
    .newsletter-image {
        display: none;
    }
}

/* Storerow page */
#storerowpage {
    margin-left: 0;
    margin-right: 0;
}
.categorypagecardcustom {
    border-radius: 0 !important;
}