/*
Theme Name: iBUILDiT Child
Theme URI: https://iplanit.ie
Description: Child theme for iBUILDiT
Author: iPLANiT Ltd.
Author URI: https://iplanit.ie
Template: iBUILDiT
Version: 1.0.0
Text Domain: ibuildit-child
*/

/* Add your child theme styles here */
html {
  scroll-behavior: smooth;
}
p {
    line-height: 1.5;
    color :#002244;
    font-size: 20px;
    font-weight:400;
}
ul{
    line-height: 1.5;
    font-size: 20px;
    font-weight:400;
}
h1 {

  font-size: 56px;
  font-weight: bold; 
}
h1:not(.main_header_title),h1:not(.contact-page-header__title) {
  color: #1c2d5a;
}
h2 {

    font-size: 36px;
  font-weight: bold;
}
h2:not(.main_header_title) {
  color: #1c2d5a;
}
h3 {
  color: #1c2d5a;
  text-transform: uppercase;
      font-size: 36px;
  font-weight: bold;
}
h4 {
  color: #1c2d5a;
      font-size: 24px;
  font-weight: bold;
}
h5 {
  color: #1c2d5a;
}
h6 {
  color: #1c2d5a;
}
a {
  color: #1c2d5a;
}
.sbtn {
  text-align: center;
  font-weight: 500 !important;
  font-size: 18px;
  /* font-family: "Plus Jakarta Sans", sans-serif; */
  line-height: 1.3;
  transition: all 0.5s ease;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  /* margin: 2rem auto; */
  padding: 15px 50px;
  /* letter-spacing: 2.13px !important; */
  position: relative;
  border-radius: 30px;
  text-decoration: none;
  max-width: 300px;
}
.row{
    background-size: cover;
    background-position: center;
}

.skip-link {
  position: absolute;
  top: -47px;
  left: 0;
  background: #09215B;
  color: #fff;
  padding: 8px 16px;  
  z-index: 100000;
  text-decoration: none;
  transition: top 0.3s ease;
}
  
.skip-link:focus {
  top: 0; /* Bring it into view when focused */
}

h1,h2,h3,h4,h5,h6{
    line-height: 1.3;
}




/* FOOTER */
.site-footer{
    padding: 40px 24px 80px 24px;
}
.pre-footer-logo{
  padding-top: 150px; 
}
.pre-footer-logo .site-footer__brand{
    display: flex;
    justify-content: center;
    margin-bottom: 75px;
}
.pre-footer-logo .site-footer__brand .site-logo img{
    width: 330px;;
    max-height: none;
}
.site-footer__top {
    flex-direction: column;
    gap: 50px;
        border-bottom: 2px solid #26539d;
    padding-bottom: 50px;
}
.top-section-email{
    color: #0d1134;
    font-size: 18px;
    font-weight: 700;
}
.site-footer__socials{
        max-width: 500px;
    width: 50%;
    justify-content: space-around;
}
.site-footer__widgets{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    width: 100%;
}
.site-footer__widgets .footer-col{
    min-width: 0;
}


.footer-contact-info{
    color: #0d1134;
}

.footer-contact-info__address{
    margin-bottom: 24px;
}

.footer-contact-info__address p{
    margin: 0;
    font-size: 18px;
}

.footer-contact-info__directions{
    margin-bottom: 24px;
}

.footer-contact-info__directions a,
.footer-contact-info__phone a{
    color: #0057b8;
    text-decoration: none;
}

.footer-contact-info__directions a:hover,
.footer-contact-info__phone a:hover{
    text-decoration: underline;
}

.footer-contact-info__phone{
    color: #0d1134;
}


.site-footer .footer-col .widget_nav_menu a{
    color: #0d1134;
    font-size: 18px;
}
.site-footer .footer-col .widget_nav_menu li.footer-menu-parent{
    font-weight: 800;
        margin-bottom: 30px;
}

.site-footer .footer-col > .widget_nav_menu ul.menu{
    margin-top: 50px ;
}
.site-footer .footer-col > .widget_nav_menu:first-child ul.menu{
    margin-top: 0 !important;

}

.site-footer__bar{
    color: #0d1134;
    font-size: 15px;
    font-weight: 100;
    border-top: 2px solid #26539d;
    padding-top: 50px;
}
.site-footer__bar .textwidget{
    display: flex;
    gap: 15px;
}
.site-footer__bar .site-footer__bar-links{
    width: 100%;
    display: flex;
    justify-content: center;
}
.site-footer__bar a{
    font-weight: 800;
}

.site-footer__widgets ul.menu{
    padding-left: 0;
}

@media (max-width: 900px) {
    .site-footer__bar-links .textwidget{
        flex-direction: column;
        gap: 0;
        align-items: center;
        text-align: center;
    }
    
}

@media (max-width: 800px) {
    .site-footer__widgets{
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 730px) {
    .site-footer__widgets {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 540px) {
    .row {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .site-footer__widgets{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .site-footer__widgets > .footer-col{
        width: 100%;
        text-align: center; 
    }
    .site-footer__widgets > .footer-col:first-child{
        margin-bottom: 23px;
    }
    .footer-contact-info__address,.footer-contact-info__directions{
        margin-bottom: 0;
    }
    .site-footer .footer-col .widget_nav_menu li.footer-menu-parent {
        margin-bottom: 0px;
    }
    .site-footer__socials {
        max-width: 500px;
        width: 75%;
    }

}

@media (max-width: 425px) {
    .pre-footer-logo .site-footer__brand .site-logo img {
        width: 280px;
    }
    .pre-footer-logo .site-footer__brand {
        margin-bottom: 50px;
    }
}

@media (max-width: 350px) {
    .site-footer__socials {
        width: 85%;
    }

    .pre-footer-logo .site-footer__brand .site-logo img {
        width: 230px;
    }
}
/* END OF FOOTER */


/* PROMOTIONS */

.dlc-promotions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 70%;
    margin: 0 auto;
    width: 78%;
    max-width: 1450px;
}
.store-offers .dlc-promotions {
    width: 100%;
}






.dlc-promotion-fallback {
    position: relative;
    width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.dlc-promotion-fallback__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.dlc-promotion-fallback__content {
    position: relative;
    z-index: 2;
    min-height: 100%;
    padding: 30px;
    height: 100%;
    display: flex;
    aspect-ratio: 80 / 57;
    flex-direction: column;
    justify-content: space-between;
}

.dlc-promotion-fallback__title-wrap {
    text-align: center;
}

.dlc-promotion-fallback__title {
    margin: 0;
    color: #fff;
    font-size: 45px;
    line-height: 1.15;
    font-weight: 700;
}

.dlc-promotion-fallback__brand {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dlc-promotion-fallback__logo {
    max-width: 115px;
    max-height: 75px;
    width: auto;
    height: auto;
    display: block;
}

.dlc-promotion-fallback__store-name {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}







.dlc-promotion-card {
    background: transparent;
    /* border: 1px solid #e5e5e5; */
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); */
}

.dlc-promotion-card__image img {
    width: 100%;
    /* height: 240px; */
    object-fit: cover;
    display: block;
}

.dlc-promotion-card__content {
    padding: 24px 0;
}

.dlc-promotion-card__title {
    /* margin: 0 0 12px;
    font-size: 24px; */
    font-size: 24px !important;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 20px;
}

.dlc-promotion-card__description {
    margin: 0 0 10px;
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    color: var(--text-color) !important;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.dlc-promotion-card__stores,
.dlc-promotion-card__dates {
    margin-bottom: 10px;
    font-size: 14px;
}

.dlc-promotion-card__date {
    display: block;
    line-height: 1.5;
}

.dlc-promotion-card__button {
    display: inline-block;
    padding: 12px 20px;
    background: #1c2d5a;
    color: #fff;
    text-decoration: none;
    border-radius: 32px;
    border: 1px solid #1c2d5a;
    font-weight: 600;
}

.dlc-promotion-card__button:hover {
    background: transparent;
    color: #1c2d5a;
}

.dlc-promotion-card__terms {
    margin-top: 18px;
    font-size: 14px;
}

.dlc-promotion-card__terms summary {
    cursor: pointer;
    font-weight: 600;
}

.dlc-promotion-card__terms-content {
    margin-top: 12px;
}

.dlc-promotions-empty {
    margin: 24px auto;
    width: 70%;
}


.dlc-promotion-card__title a {
    color: inherit;
    text-decoration: none;
}

.dlc-promotion-card__title a:hover {
    text-decoration: underline;
}

.dlc-promotion-card__image {
    display: block;
    overflow: hidden;

    aspect-ratio: 80 / 57;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    color: white;
    transition: transform 250ms linear;
    text-decoration: none;
}

.dlc-promotion-card__image img {
    transition: transform 0.25s ease;
}

.dlc-promotion-card__image:hover img {
    transform: scale(1.04);
}

.dlc-promotion-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 18px;
}

.dlc-promotion-card__details-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 999px;
    background: #7cb9ab;
    color: #232856;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}

.dlc-promotion-card__details-link:hover {
    background: #232856;
    color: #fff;
}


@media (max-width: 1366px) {
    body.promotion-template-default > #page.site{
        padding-top: 140px;
    }
}

@media (max-width: 980px) {
    .dlc-promotions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .dlc-promotions {
        grid-template-columns: 1fr;
    }
}
/* END OF PROMOTIONS */




/* GRAVITY FORMS FORM  */

/* Main Gravity Forms wrapper */
.gform_wrapper.gravity-theme {
    padding: 0;
    width: 100%;
}


/* Labels */
.gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 0 !important;
}


/* HTML fields inside Gravity Forms */
.gform_wrapper.gravity-theme .gfield.gfield--type-html.gfield--input-type-html {
    color: var(--dark-grey) !important;
    font-weight: 600 !important;
    font-size: 17px !important;
}


/* Radio and checkbox spacing */
.gform_wrapper.gravity-theme .gfield_radio > .gchoice:not(:last-child),
.gform_wrapper.gravity-theme .gfield_checkbox > .gchoice:not(:last-child) {
    margin-bottom: 10px;
}


/* Radio inputs */
.gform_wrapper.gravity-theme input[type="radio"] {
    width: 20px;
    height: 20px;
}


/* Checkbox inputs */
.gform_wrapper.gravity-theme input[type="checkbox"] {
    width: 20px !important;
    height: 20px;
    margin: 3px 15px 0 5px !important;
}


/* File upload input */
.gform_wrapper.gravity-theme .gfield--type-fileupload > .ginput_container > input {
    height: auto;
}


/* File upload rules / description */
.gform_wrapper.gravity-theme .gfield--type-fileupload > .ginput_container > span.gfield_description.gform_fileupload_rules {
    padding: 0;
    color: var(--light-green);
}


/* Text inputs, textarea and selects */
.gform_wrapper.gravity-theme form input:not([type="file"]),
.gform_wrapper.gravity-theme form textarea,
.gform_wrapper.gravity-theme form select {
    font-size: 17px !important;
    font-weight: 600;
    border: 1px solid #c5bfbf;
    border-radius: 5px;
}


/* Select height */
.gform_wrapper.gravity-theme form select.gfield_select {
    height: 50px;
}


/* Regular input height */
.gform_wrapper.gravity-theme form input {
    height: 51px;
}


/* Required label text */
.gform_wrapper.gravity-theme .gfield_required.gfield_required_text {
    color: #000 !important;
    padding: 2px 7px;
    margin-left: 5px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 11px !important;
}


/* Submit button */
.gform_wrapper.gravity-theme form input[type="submit"] {
    width: 200px !important;
    height: auto;
    padding: 10px 30px !important;
    font-weight: 400;
    /* text-transform: uppercase !important; */
    font-size: 15px;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
    /* margin: 0 auto; */
    border-radius: 40px !important;
}


/* Submit button focus */
.gform_wrapper.gravity-theme form input[type="submit"]:focus {
    border: 1px solid #004f59 !important;
}


/* Gravity Forms footer */
.gform_wrapper.gravity-theme form .gform_footer {
    display: flex;
}


/* Consent field */
.gform_wrapper.gravity-theme form .gfield.gfield--type-consent {
    font-size: 17px;
}


/* Consent field container */
.gform_wrapper.gravity-theme form .gfield.gfield--type-consent .ginput_container {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 400;
}


/* Consent links */
.gform_wrapper.gravity-theme form .gfield.gfield--type-consent a {
    color: #000;
}


/* Consent links hover */
.gform_wrapper.gravity-theme form .gfield.gfield--type-consent a:hover {
    text-decoration: underline;
}


/* Confirmation message */
.gform_wrapper.gravity-theme .gform_confirmation_message h3 {
    margin: 0 !important;
    line-height: 2;
    font-weight: 600;
}


/* Mobile submit button alignment */
@media all and (max-width: 600px) {
    .gform_wrapper.gravity-theme form .gform_footer {
        justify-content: center;
    }
}

/* END OF GRAVITY FORMS FORM */















/* OFFERS PAGE */
.single-offer-page {
    background: #f6f4ef;
    padding: 0;
}

.single-offer-container {
    width: 100%;
    margin: 0 auto;
}

.single-offer-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(20, 28, 40, 0.12);
    border-radius: 0;
    box-shadow: 0 18px 45px rgba(20, 28, 40, 0.08);
}

.single-offer-header {
    background: linear-gradient(135deg, #17243f 0%, #174c4b 100%);
}
.single-offer-header__container{
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    min-height: 260px;
    padding: 50px 0;
    max-width: 1200px;
}
.single-offer-header__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 48px 48px 48px 0;
}

.single-offer-header__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.single-offer-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.single-offer-badge--global {
    background: #7cb9ab;
    color: #0e3b34;
}

.single-offer-badge--store {
    background: #7cb9ab;
    color: #0e3b34;
}

.single-offer-location-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.single-offer-title {
    margin: 0;
    max-width: 760px;
    color: #fff;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
    font-weight: 800;
}

.single-offer-header__image-wrap {
    position: relative;
    min-height: 260px;
    overflow: hidden;
}

.single-offer-header__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.single-offer-header__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 260px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: rgba(255, 255, 255, 0.08);
}

.single-offer-body {

}

.single-offer-body-container{
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.single-offer-main {
    padding: 42px 48px 42px 0;
}

.single-offer-sidebar {
    padding: 36px 0 36px 36px; 
    border-left: 1px solid rgba(20, 28, 40, 0.12);
}

.single-offer-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
    font-size: 14px;
    color: #555;
}

.single-offer-breadcrumbs a {
    color: #1f1f1f;
    text-decoration: underline;
}

.single-offer-breadcrumbs span:last-child {
    color: #333;
}

.single-offer-intro,
.single-offer-content {
    max-width: 670px;
}

.single-offer-intro p,
.single-offer-content p {
    margin: 0 0 22px;
    color: #333;
    font-size: 18px;
    line-height: 1.65;
}

.single-offer-content h2,
.single-offer-content h3,
.single-offer-content h4 {
    margin: 32px 0 16px;
    color: #1f1f1f;
    line-height: 1.2;
}

.single-offer-terms-box {
    max-width: 640px;
    margin-top: 34px;
    padding: 24px 26px;
    background: #f2f0ea;
    border-radius: 10px;
}

.single-offer-terms-box h2 {
    margin: 0 0 14px;
    color: #333;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.single-offer-terms-box__content {
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.single-offer-terms-box__content p:last-child {
    margin-bottom: 0;
}

.single-offer-sidebar-box {
    margin-bottom: 24px;
    padding: 26px;
    background: #f2f0ea;
    border-radius: 12px;
}

.single-offer-sidebar-box h2 {
    margin: 0 0 20px;
    color: #333;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.single-offer-date-list {
    margin: 0 0 18px;
}

.single-offer-date-list__item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(20, 28, 40, 0.16);
}

.single-offer-date-list__item:first-child {
    padding-top: 0;
}

.single-offer-date-list__item dt {
    color: #444;
    font-size: 15px;
}

.single-offer-date-list__item dd {
    margin: 0;
    color: #111;
    font-size: 15px;
    font-weight: 800;
}

.single-offer-status {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
}

.single-offer-status--active {
    background: #c9f1e8;
    color: #00745f;
}

.single-offer-status--expired {
    background: #f1d0d0;
    color: #8a1f1f;
}

.single-offer-status--upcoming {
    background: #fff0c2;
    color: #7a5200;
}

.single-offer-store-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-offer-store-list a {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid rgba(20, 28, 40, 0.14);
    border-radius: 8px;
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.single-offer-store-list a:hover {
    background: #17243f;
    color: #fff;
}

.single-offer-action {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100%;
    margin-bottom: 12px;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}

.single-offer-action--light {
    background: #fff;
    border: 1px solid rgba(20, 28, 40, 0.24);
    color: #1f1f1f;
}

.single-offer-action--light:hover {
    background: #f2f0ea;
    color: #1f1f1f;
}

.single-offer-action--dark {
    background: #17243f;
    border: 1px solid #17243f;
    color: #fff;
}

.single-offer-action--dark:hover {
    background: #174c4b;
    border-color: #174c4b;
    color: #fff;
}

.single-offer-share {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(20, 28, 40, 0.14);
    text-align: center;
}

.single-offer-share > span {
    display: block;
    margin-bottom: 12px;
    color: #444;
    font-size: 14px;
}

.single-offer-share__buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.single-offer-share__buttons a,
.single-offer-share__buttons button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(20, 28, 40, 0.22);
    border-radius: 8px;
    color: #333;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.single-offer-share__buttons a:hover,
.single-offer-share__buttons button:hover {
    background: #17243f;
    color: #fff;
}
.single-offer-main .single-offer-sidebar-box,.single-offer-main .single-offer-share{
    display: none;
}

@media (max-width: 1460px) {
    .single-offer-header__container,.single-offer-body-container{
        width: 80%;
    }
}
@media (max-width: 1240px) {
    .single-offer-header__container,.single-offer-body-container{
        width: 80%;
    }
}
@media (max-width: 1040px) {
    .single-offer-main .single-offer-sidebar-box,
    .single-offer-main .single-offer-share{
        display: block;
    }
    .single-offer-sidebar{
        display: none;
    }
    .single-offer-body-container{
        display: block;
    }
    .single-offer-main .single-offer-sidebar-box{
        width: 100%;
        padding: 0;
        background: transparent;
    }
    .single-offer-terms-box{
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 980px) {
    .single-offer-header,
    .single-offer-body {
        grid-template-columns: 1fr;
    }

    .single-offer-header__content {
        padding: 38px 34px;
    }

    .single-offer-header__image-wrap {
        min-height: 320px;
    }

    .single-offer-header__image {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .single-offer-main {
        padding: 34px;
    }

    .single-offer-sidebar {
        padding: 34px;
        border-left: 0;
        border-top: 1px solid rgba(20, 28, 40, 0.12);
    }
}
@media (max-width: 790px) {
    .single-offer-header__container{
        display: block;
        text-align: center;
    }
    .single-offer-header__meta{
        justify-content: center; 
    }
    .single-offer-header__image-wrap{
        width: 50%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .store-offers .dlc-promotions {
        width: 88%;
    }
}

@media (max-width: 680px) {
    .single-offer-header__content,
    .single-offer-main,
    .single-offer-sidebar {
        padding: 26px 22px;
    }

    .single-offer-title {
        font-size: 30px;
    }

    .single-offer-intro p,
    .single-offer-content p {
        font-size: 16px;
    }

    .single-offer-header__image-wrap {
        min-height: 240px;
    }

    .single-offer-sidebar-box {
        padding: 22px;
    }

    .single-offer-date-list__item {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

@media (max-width: 540px) {
    .single-offer-header__image-wrap {
        width: 75%;
    }
    .single-offer-header__content, .single-offer-main, .single-offer-sidebar{
        padding: 26px 0px;
    }

    .sbtn {
        padding: 15px 20px;
    }
}
/* END OF OFFERS PAGE */













/* PROMOTIONS EDIT PAGE */
.store-promotions-section {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid #ddd;
}

.store-promotions-section__header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 25px;
}
.store-promotions-section__header >*{
    margin: 0;
}
.store-promotions-list {
    display: grid;
    gap: 20px;
}

.store-promotion-card {
    display: flex;
    gap: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
}

.store-promotion-card__image {
    width: 300px;
    flex: 0 0 300px;
}

.store-promotion-card__image img {
    width: 100%;
    height: auto;
    display: block;
}

.store-promotion-card__content {
    flex: 1;
}

.store-promotion-card__title {
    margin-top: 0;
}

.account-notice {
    padding: 15px 20px;
    margin-bottom: 25px;
}

.account-notice--success {
    background: #e8f5e9;
    border: 1px solid #b7dfba;
}

.store-promotion-fallback {
    position: relative;
    min-height: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90% auto;
    overflow: hidden;
    width: 300px;
    flex: 0 0 300px;
}

.store-promotion-fallback__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.store-promotion-fallback__content {
    position: relative;
    z-index: 2;
    min-height: 220px;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.store-promotion-fallback__title-wrap {
    text-align: center;
}

.store-promotion-fallback__title {
    margin: 0;
    color: #fff;
    font-size: 45px;
    line-height: 1.2;
}

.store-promotion-fallback__brand {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.store-promotion-fallback__logo {
    max-width: 140px;
    max-height: 60px;
    width: auto;
    height: auto;
    display: block;
}

.store-promotion-fallback__store-name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.promotion-intro>*{
    margin: 0;
}
.acf-form-submit > input{
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 1px solid #17243f;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #17243f;
}
.acf-form-submit > input:hover{
    color: #ffffff;
    background: #17243f;
}



/* .links-block{
    width: 30%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
} */

.links-block {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 25px 0;
}

.links-block a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 1px solid currentColor;
    text-decoration: none;
    font-weight: 600;
}

.links-block a.is-active {
    background: #17243f;
    color: #fff;
}

.account-toggle-section {
    display: none;
    margin-top: 30px;
}
/* END OF PROMOTIONS EDIT PAGE */